diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-10 13:24:00 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-10 13:24:00 +0000 |
commit | ba1481988321c54e5250a21ba3827b9825f04228 (patch) | |
tree | d12244276cea7309b1d3f4e006a1f5936205345c | |
parent | 32ceca68ef3fe274747344cfaabf04e0fff3e5b0 (diff) | |
parent | 81beed4b8dd2e7fc5365cc5c344d20109d10e7db (diff) | |
download | SmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.tar.gz SmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.zip |
updated?
-rw-r--r-- | Dockerfile | 9 | ||||
-rw-r--r-- | SmallYTChannelDatabase.db | bin | 24366080 -> 27417600 bytes | |||
-rw-r--r-- | actions.log | 125877 | ||||
-rwxr-xr-x | database.py | 318 | ||||
-rwxr-xr-x | exampleconfig.json | 28 | ||||
-rwxr-xr-x | readme.md | 31 | ||||
-rwxr-xr-x | requirements.txt | 4 | ||||
-rwxr-xr-x | runprog.py | 2 | ||||
-rwxr-xr-x | subreddit.py | 193 |
9 files changed, 126273 insertions, 189 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d8a1fc3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM ubuntu:latest +MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com" +RUN apt-get update -y +RUN apt-get install -y python3-pip python-dev build-essential +COPY . /app +WORKDIR /app +RUN pip3 install -r requirements.txt +ENTRYPOINT ["python3"] +CMD ["runprog.py"] diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db Binary files differindex 0f2a65f..aa102d9 100644 --- a/SmallYTChannelDatabase.db +++ b/SmallYTChannelDatabase.db diff --git a/actions.log b/actions.log index cf7cd23..ea498f2 100644 --- a/actions.log +++ b/actions.log @@ -300529,3 +300529,125880 @@ ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or googl [Jul 08 2020 15:57:34] RESTARTED #################### +[2020-07-08 15:59:32,846] There has been a new submission: 'New vid out if you check it out and share to other people that will be appreciated thank you', with flair 'Gaming' +[2020-07-08 15:59:34,172] /u/captainwitheryt had their submission removed for insufficient lambda. +[2020-07-08 15:59:34,668] /u/captainwitheryt had their flair updated +[2020-07-08 15:59:36,895] There has been a new submission: 'Check out the video if you into gaming and give some feedback', with flair 'Gaming' +[2020-07-08 15:59:37,804] /u/holymolybruh had their submission removed for insufficient lambda. +[2020-07-08 15:59:38,279] /u/holymolybruh had their flair updated +[2020-07-08 16:00:25,668] There has been a new submission: 'Hello guys! Just started out on youtube and my aim for my channel is to be a Vtuber! I'm still learning, so, hoping for a feedback in order to improve myself!', with flair 'Gaming' +[2020-07-08 16:00:27,792] /u/TetsuFuyu had their submission removed for insufficient lambda. +[2020-07-08 16:00:30,129] /u/TetsuFuyu had their flair updated +[2020-07-08 16:00:40,625] '/u/Coryrat' has given '/u/HiddenOddBox' lambda! +[2020-07-08 16:00:42,905] /u/HiddenOddBox had their flair updated +[2020-07-08 16:00:51,485] There has been a new submission: 'Pop Smoke - Shoot For The Stars, Aim For The Moon ALBUM REVIEW', with flair 'Vlog' +[2020-07-08 16:00:53,552] /u/Grizzly_ENT had their submission removed for insufficient lambda. +[2020-07-08 16:00:55,813] /u/Grizzly_ENT had their flair updated +[2020-07-08 16:01:05,956] '/u/JenniferMatthew' has given '/u/thefamousap' lambda! +[2020-07-08 16:01:08,231] /u/thefamousap had their flair updated +[2020-07-08 16:01:17,203] There has been a new submission: 'Battlefield 5 - Sniping gameplay', with flair 'Gaming' +[2020-07-08 16:01:19,794] /u/ScreechV had their submission removed for insufficient lambda. +[2020-07-08 16:01:22,184] /u/ScreechV had their flair updated +[2020-07-08 16:03:47,305] '/u/fabifighter' has given '/u/PonjiNinja' lambda! +[2020-07-08 16:03:49,253] /u/PonjiNinja had their flair updated +[2020-07-08 16:04:10,867] There has been a new submission: 'Dragons are really stubborn', with flair 'Gaming' +[2020-07-08 16:04:12,742] /u/Dante1LP had their submission removed for insufficient lambda. +[2020-07-08 16:04:14,758] /u/Dante1LP had their flair updated +[2020-07-08 16:08:06,976] There has been a new submission: 'Looking for any and all critiques (for λ of course!). Does the text add or distract? Does it feel too quiet without music in the background? Am I missing some editing basics? Appreciate any help!', with flair 'Gaming' +[2020-07-08 16:08:07,226] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 16:08:07,233] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 16:08:07,340] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3Jn4I1rbHQQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:08:07,463] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbAhGzRvD90HyoETbKdxHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:08:08,948] /u/Jgolde8 had their flair updated +[2020-07-08 16:11:59,212] '/u/FlareBlitzCrits' has given '/u/PonjiNinja' lambda! +[2020-07-08 16:12:01,320] /u/PonjiNinja had their flair updated +[2020-07-08 16:16:34,724] There has been a new submission: 'What do youtubers mean when they say a one out of ten on a video? I here it on podcast and what do I have to have as a content creator for that?', with flair 'Channel Review' +[2020-07-08 16:16:35,973] /u/Gmoneylard111 had their submission removed for insufficient lambda. +[2020-07-08 16:16:37,667] /u/Gmoneylard111 had their flair updated +[2020-07-08 16:17:48,292] '/u/YourHomieJeff' has given '/u/WolfGaming1994' lambda! +[2020-07-08 16:17:49,473] /u/WolfGaming1994 had their flair updated +[2020-07-08 16:20:15,265] There has been a new submission: 'Probably my biggest video yet. Would greatly appreciate constructive criticism', with flair 'Video Critique' +[2020-07-08 16:20:17,580] /u/LuigiTimeInc had their submission removed for insufficient lambda. +[2020-07-08 16:20:19,929] /u/LuigiTimeInc had their flair updated +[2020-07-08 16:20:30,983] '/u/CountBustANutInYah' has given '/u/Pushing_Prawn' lambda! +[2020-07-08 16:20:33,313] /u/Pushing_Prawn had their flair updated +[2020-07-08 16:22:26,453] There has been a new submission: 'Does this thumbnail look good on mobile?', with flair 'Thumbnail Review' +[2020-07-08 16:22:28,393] /u/mxrky4 had their submission removed for insufficient lambda. +[2020-07-08 16:22:30,497] /u/mxrky4 had their flair updated +[2020-07-08 16:23:54,175] There has been a new submission: 'I broke my lens and finished the video with a 50mm backup, how obvious is it?', with flair 'Video Critique' +[2020-07-08 16:23:55,947] /u/theyellowdartsmith had their submission removed for insufficient lambda. +[2020-07-08 16:23:57,882] /u/theyellowdartsmith had their flair updated +[2020-07-08 16:25:53,377] '/u/ShikharTrivedi' has given '/u/TetsuFuyu' lambda! +[2020-07-08 16:25:55,021] /u/TetsuFuyu had their flair updated +[2020-07-08 16:26:03,334] '/u/noob_noob_25' has given '/u/MafiasFinestTV' lambda! +[2020-07-08 16:26:04,950] /u/MafiasFinestTV had their flair updated +[2020-07-08 16:26:25,050] '/u/Jgolde8' has given '/u/Pushing_Prawn' lambda! +[2020-07-08 16:26:26,578] /u/Pushing_Prawn had their flair updated +[2020-07-08 16:28:13,196] '/u/JenniferMatthew' has given '/u/PonjiNinja' lambda! +[2020-07-08 16:28:14,306] /u/PonjiNinja had their flair updated +[2020-07-08 16:28:32,758] '/u/noob_noob_25' has given '/u/ThePresto_' lambda! +[2020-07-08 16:28:33,670] /u/ThePresto_ had their flair updated +[2020-07-08 16:30:34,393] '/u/YourHomieJeff' has given '/u/PonjiNinja' lambda! +[2020-07-08 16:30:36,645] /u/PonjiNinja had their flair updated +[2020-07-08 16:30:46,623] There has been a new submission: 'I've been reading alot of feedback from my previous posts and have implemented as much as I can, where I can . Any feedback would be appreciated', with flair 'Video Critique' +[2020-07-08 16:30:47,380] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 16:30:47,385] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 16:30:47,528] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Utm-AlRB3O4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:30:47,642] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPZr57MLGLcUk6oIZsrKheA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:30:50,819] /u/ThePresto_ had their flair updated +[2020-07-08 16:31:53,343] There has been a new submission: 'First reaction video I've ever made. Does it look genuine? What do you think? Reaction videos aren't my "thing" so I know I'm deviating from my channel, but I wanted to try the editing style out.', with flair 'Video Critique' +[2020-07-08 16:31:54,058] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 16:31:54,065] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 16:31:54,223] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hCBSCNEkaPc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:31:54,343] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:31:57,861] /u/DennisTheBadBoy had their flair updated +[2020-07-08 16:33:41,635] There has been a new submission: 'My new Mehndi design video like it, share it and subscribe if u havent thanks.its mean a lot for me 🤗', with flair 'Art' +[2020-07-08 16:33:43,378] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-08 16:33:45,336] /u/Iqra-Entertainment had their flair updated +[2020-07-08 16:39:57,672] There has been a new submission: 'My new Cooking channel trying to improve thoughts?', with flair 'Channel Review' +[2020-07-08 16:39:58,357] /u/UrbanTreats had their submission removed for insufficient lambda. +[2020-07-08 16:39:58,724] /u/UrbanTreats had their flair updated +[2020-07-08 16:40:12,766] '/u/fabifighter' has given '/u/Pushing_Prawn' lambda! +[2020-07-08 16:40:15,078] /u/Pushing_Prawn had their flair updated +[2020-07-08 16:40:22,216] There has been a new submission: 'Here’s our latest comedy sketch - Conspiracy Collin - any feedback and critique most welcome!', with flair 'Video Critique' +[2020-07-08 16:40:22,983] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 16:40:22,989] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 16:40:23,147] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FZAYiZzpfyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:40:23,269] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIgETFuOQj_qi-5xLWPjH8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 16:40:26,567] /u/BrassBallsComedy had their flair updated +[2020-07-08 16:43:06,840] /u/fabifighter had their flair updated +[2020-07-08 16:44:02,401] '/u/fabifighter' has given '/u/BrassBallsComedy' lambda! +[2020-07-08 16:44:04,303] /u/BrassBallsComedy had their flair updated +[2020-07-08 16:45:54,561] '/u/Markgenic' has given '/u/PonjiNinja' lambda! +[2020-07-08 16:45:56,262] /u/PonjiNinja had their flair updated +[2020-07-08 16:55:29,607] There has been a new submission: 'Just released a new sketch. Spent a lot of time editing this one...would love some feedback', with flair 'None' +[2020-07-08 16:55:31,081] /u/McDof had their submission removed for insufficient lambda. +[2020-07-08 16:55:32,747] /u/McDof had their flair updated +[2020-07-08 17:00:30,699] There has been a new submission: 'Check out my channel', with flair 'Gaming' +[2020-07-08 17:00:32,888] /u/DiamondFire21 had their submission removed for insufficient lambda. +[2020-07-08 17:00:35,174] /u/DiamondFire21 had their flair updated +[2020-07-08 17:07:32,083] '/u/the_real_d247' has given '/u/porcupine207' lambda! +[2020-07-08 17:07:33,299] /u/porcupine207 had their flair updated +[2020-07-08 17:09:49,292] '/u/the_real_d247' has given '/u/ThemSummerboys' lambda! +[2020-07-08 17:09:49,742] /u/ThemSummerboys had their flair updated +[2020-07-08 17:10:01,123] There has been a new submission: 'Clipart Images - How to draw with power point (PPT)', with flair 'Video Critique' +[2020-07-08 17:10:03,041] /u/karvh81 had their submission removed for insufficient lambda. +[2020-07-08 17:10:05,395] /u/karvh81 had their flair updated +[2020-07-08 17:10:38,297] '/u/the_real_d247' has given '/u/filterjohny-68' lambda! +[2020-07-08 17:10:40,450] /u/filterjohny-68 had their flair updated +[2020-07-08 17:11:20,253] '/u/AnTwaut' has given '/u/Level_is_me' lambda! +[2020-07-08 17:11:22,466] /u/Level_is_me had their flair updated +[2020-07-08 17:11:32,962] There has been a new submission: 'Started a new channel and just released my first video. Wanted to know what you guys think of it', with flair 'Vlog' +[2020-07-08 17:11:35,348] /u/marklss had their submission removed for insufficient lambda. +[2020-07-08 17:11:37,562] /u/marklss had their flair updated +[2020-07-08 17:13:07,994] '/u/AnTwaut' has given '/u/noob_noob_25' lambda! +[2020-07-08 17:13:10,008] /u/noob_noob_25 had their flair updated +[2020-07-08 17:18:34,305] '/u/AnTwaut' has given '/u/usernametaken3457' lambda! +[2020-07-08 17:18:35,291] /u/usernametaken3457 had their flair updated +[2020-07-08 17:27:52,981] There has been a new submission: 'Would like to have some feedback on our cooking video that I made with my wife. We just started 1 month ago and we spent a lot of time on video production. Thanks', with flair 'Video Critique' +[2020-07-08 17:27:54,002] /u/cursedxp had their submission removed for insufficient lambda. +[2020-07-08 17:27:55,199] /u/cursedxp had their flair updated +[2020-07-08 17:28:43,646] There has been a new submission: 'Latest Escape From Tarkov Video Now Live', with flair 'Gaming' +[2020-07-08 17:28:44,779] /u/Narlsie had their submission removed for insufficient lambda. +[2020-07-08 17:28:45,688] /u/Narlsie had their flair updated +[2020-07-08 17:31:11,634] There has been a new submission: 'I wanted to test my sims, to see how long they can survive without me... I hoped for fire and brimstone but turns out Sims 4 Sims will look after themselves (as long as it doesn't cost anything...)', with flair 'Gaming' +[2020-07-08 17:31:13,752] /u/Simsabii had their submission removed for insufficient lambda. +[2020-07-08 17:31:16,000] /u/Simsabii had their flair updated +[2020-07-08 17:31:38,824] '/u/DeFrapaCicco' has given '/u/PonjiNinja' lambda! +[2020-07-08 17:31:40,980] /u/PonjiNinja had their flair updated +[2020-07-08 17:34:46,501] There has been a new submission: 'A Crap Guide to Shara Ishvalda (4th vid in this series, so far I've consistently shortened the intros, worked on snappier editing, and found a decent balance in memes to not be overbearing. Feedback welcome! Est. 48 hours editing time not including gameplay capture. Next step is audio compression.)', with flair 'Gaming' +[2020-07-08 17:34:47,005] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 17:34:47,012] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 17:34:47,174] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gSqALIouJY8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:34:47,305] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5V18pU-PEVl14LS6oJrogg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:34:49,703] /u/El_Matadurr had their flair updated +[2020-07-08 17:38:22,546] '/u/THENEXTBIGTHINGMINER' has given '/u/SalmonSammun' lambda! +[2020-07-08 17:38:23,616] /u/SalmonSammun had their flair updated +[2020-07-08 17:40:20,972] There has been a new submission: 'Wassup guys! My channel is new and I specific create deadside content. Deadside is a new survival game, and I make funny content from my interactions in the game. Could you critique for me please? I'm not asking for subscribers or likes, just critique to help me improve. Thank you in advance!', with flair 'Channel Review' +[2020-07-08 17:40:23,084] /u/aresALT had their submission removed for insufficient lambda. +[2020-07-08 17:40:25,376] /u/aresALT had their flair updated +[2020-07-08 17:45:06,939] '/u/Jgolde8' has given '/u/McDof' lambda! +[2020-07-08 17:45:08,671] /u/McDof had their flair updated +[2020-07-08 17:52:40,951] There has been a new submission: 'Just released a new sketch, spent a lot of time editing this one and would love some feedback!', with flair 'None' +[2020-07-08 17:52:41,599] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 17:52:41,604] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 17:52:41,712] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=29adGYl5x4M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:52:41,860] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCW-2XUeKgeqgYrsqPNJZEhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:52:44,658] /u/McDof had their flair updated +[2020-07-08 17:53:27,428] '/u/YourHomieJeff' has given '/u/SalmonSammun' lambda! +[2020-07-08 17:53:29,495] /u/SalmonSammun had their flair updated +[2020-07-08 17:56:37,978] There has been a new submission: 'Trying something a little different: Voices in My Head, where I play games with my Discord pals watching. I'm hoping for some feedback and criticism on how I could improve it!', with flair 'Video Critique' +[2020-07-08 17:56:38,307] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 17:56:38,312] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 17:56:38,409] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uDOaRK8rffA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:56:38,523] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxTt96IT9iURNB0V8zMaQBQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 17:56:40,670] /u/SalmonSammun had their flair updated +[2020-07-08 17:57:35,647] +#################### +[Jul 08 2020 17:57:35] RESTARTED +#################### + +[2020-07-08 17:59:35,858] '/u/OzZVidzYT' has given '/u/CraftsmanStudios' lambda! +[2020-07-08 17:59:36,345] /u/CraftsmanStudios had their flair updated +[2020-07-08 17:59:57,554] '/u/OzZVidzYT' has given '/u/nowa90' lambda! +[2020-07-08 17:59:57,995] /u/nowa90 had their flair updated +[2020-07-08 18:00:52,575] '/u/OzZVidzYT' has given '/u/DaTacoSauceGBK' lambda! +[2020-07-08 18:00:55,087] /u/DaTacoSauceGBK had their flair updated +[2020-07-08 18:01:52,970] '/u/OzZVidzYT' has given '/u/DrDagless' lambda! +[2020-07-08 18:01:55,168] /u/DrDagless had their flair updated +[2020-07-08 18:02:58,846] '/u/OzZVidzYT' has given '/u/FlashWaveXL66769' lambda! +[2020-07-08 18:03:00,936] /u/FlashWaveXL66769 had their flair updated +[2020-07-08 18:04:02,169] '/u/OzZVidzYT' has given '/u/SciFi_Pie' lambda! +[2020-07-08 18:04:04,162] /u/SciFi_Pie had their flair updated +[2020-07-08 18:04:14,014] '/u/noob_noob_25' has given '/u/PonjiNinja' lambda! +[2020-07-08 18:04:15,893] /u/PonjiNinja had their flair updated +[2020-07-08 18:08:35,729] There has been a new submission: 'Hi, this is my first video i made after taking a almost 3 week break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'None' +[2020-07-08 18:08:36,591] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-07-08 18:08:37,567] /u/Just0Andrew had their flair updated +[2020-07-08 18:08:43,158] '/u/IssaMovement' has given '/u/CraftsmanStudios' lambda! +[2020-07-08 18:08:44,129] /u/CraftsmanStudios had their flair updated +[2020-07-08 18:09:51,597] '/u/JenniferMatthew' has given '/u/aresALT' lambda! +[2020-07-08 18:09:52,261] /u/aresALT had their flair updated +[2020-07-08 18:16:03,531] There has been a new submission: 'Video about what happened to zoie burgher', with flair 'Video Critique' +[2020-07-08 18:16:05,352] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-07-08 18:16:06,941] /u/FyzLe_YT had their flair updated +[2020-07-08 18:17:41,665] /u/BrassBallsComedy had their flair updated +[2020-07-08 18:17:46,057] There has been a new submission: 'Even at Nite BABY GOAT PUTS IN WORK!! Call of Duty Modern Warfare Multiplayer', with flair 'Gaming' +[2020-07-08 18:17:47,275] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-07-08 18:17:48,506] /u/Kool_newt had their flair updated +[2020-07-08 18:19:24,750] '/u/BrassBallsComedy' has given '/u/mikecorrcircus' lambda! +[2020-07-08 18:19:25,407] /u/mikecorrcircus had their flair updated +[2020-07-08 18:21:20,935] '/u/undeadsentinel' has given '/u/PetarTankosic-Gajic' lambda! +[2020-07-08 18:21:23,130] /u/PetarTankosic-Gajic had their flair updated +[2020-07-08 18:22:27,460] '/u/FlareBlitzCrits' has given '/u/Pushing_Prawn' lambda! +[2020-07-08 18:22:29,536] /u/Pushing_Prawn had their flair updated +[2020-07-08 18:23:07,884] There has been a new submission: 'Subaru WRX STI Rally - Forza Horizon 4 | Logitech G920 Steering Wheel Rally / Offroad Gameplay', with flair 'Gaming' +[2020-07-08 18:23:09,892] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-08 18:23:11,929] /u/YSforce had their flair updated +[2020-07-08 18:23:22,008] '/u/FlareBlitzCrits' has given '/u/DarthGaff' lambda! +[2020-07-08 18:23:24,002] /u/DarthGaff had their flair updated +[2020-07-08 18:27:39,363] '/u/BrassBallsComedy' has given '/u/McDof' lambda! +[2020-07-08 18:27:40,658] /u/McDof had their flair updated +[2020-07-08 18:28:20,183] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 14 - Stalkers (The Last of Us...', with flair 'Gaming' +[2020-07-08 18:28:21,099] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-08 18:28:22,201] /u/CecliusPlaysHD had their flair updated +[2020-07-08 18:28:46,135] '/u/undeadsentinel' has given '/u/AdamantineHero' lambda! +[2020-07-08 18:28:46,964] /u/AdamantineHero had their flair updated +[2020-07-08 18:30:52,253] There has been a new submission: 'Ranking EVERY problematic Shane Dawson scandal ever 🤢 | racism, p*dophilia & more', with flair 'Video Critique' +[2020-07-08 18:30:54,530] /u/AdaOnDemand had their submission removed for insufficient lambda. +[2020-07-08 18:30:56,805] /u/AdaOnDemand had their flair updated +[2020-07-08 18:31:48,927] There has been a new submission: 'The story of how I tanked my channel trying to go viral, and the analytics breakdown of the very sad result. Any feedback is hugely appreciated<3', with flair 'Video Critique' +[2020-07-08 18:31:49,645] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 18:31:49,653] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 18:31:49,816] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t5wMIHHQY9I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 18:31:49,943] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClFZlrRlpVnEpaFLyliXyVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 18:31:53,204] /u/sambarlien had their flair updated +[2020-07-08 18:32:40,860] There has been a new submission: 'Anyone making tech videos?', with flair 'Collab' +[2020-07-08 18:32:43,507] /u/50shades_ofawesome had their flair updated +[2020-07-08 18:33:58,358] '/u/undeadsentinel' has given '/u/Davidplaysgames' lambda! +[2020-07-08 18:34:00,333] /u/Davidplaysgames had their flair updated +[2020-07-08 18:36:52,473] There has been a new submission: 'Tried to focus on making something more unusual - lambda for any genuine feedback, especially in terms of the editing style, thanks!', with flair 'Video Critique' +[2020-07-08 18:36:52,817] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 18:36:52,822] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 18:36:52,941] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XIL355FLq0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 18:36:53,067] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCE4Gn00XZbpWvGUfIslT-tA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 18:36:55,039] /u/modernaddiction had their flair updated +[2020-07-08 18:37:07,330] There has been a new submission: 'EXPLORING ABANDONED POST OFFICE (OLD MAIL FOUND...)', with flair 'Vlog' +[2020-07-08 18:37:08,528] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-07-08 18:37:09,901] /u/bubenator10 had their flair updated +[2020-07-08 18:40:00,690] There has been a new submission: 'I made a Minecraft video, can you give me advice to do better', with flair 'Video Critique' +[2020-07-08 18:40:02,319] /u/ItzThunderYT10 had their submission removed for insufficient lambda. +[2020-07-08 18:40:04,674] /u/ItzThunderYT10 had their flair updated +[2020-07-08 18:42:05,828] There has been a new submission: 'Lee Ross Parfums - Faithful Fragrance Review', with flair 'None' +[2020-07-08 18:42:07,706] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-07-08 18:42:09,891] /u/Derbyboyuk had their flair updated +[2020-07-08 18:43:33,211] There has been a new submission: 'Please give it a watch', with flair 'Gaming' +[2020-07-08 18:43:34,644] /u/TedE10 had their submission removed for insufficient lambda. +[2020-07-08 18:43:36,591] /u/TedE10 had their flair updated +[2020-07-08 18:43:48,048] There has been a new submission: '3M Stock | Dividend Stock Analysis is MMM stock a stock to buy? | Dividend paying stocks to buy', with flair 'Meta' +[2020-07-08 18:43:49,528] /u/Dividend-investor had their submission removed for using the wrong flair. +[2020-07-08 18:43:51,471] /u/Dividend-investor had their flair updated +[2020-07-08 18:44:53,943] '/u/DennisTheBadBoy' has given '/u/SciFi_Pie' lambda! +[2020-07-08 18:44:55,748] /u/SciFi_Pie had their flair updated +[2020-07-08 18:45:07,393] There has been a new submission: '"Surprisingly makes you feel happy, loved and inspired, all at the same time. "', with flair 'Art' +[2020-07-08 18:45:08,829] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-08 18:45:10,611] /u/yayarar had their flair updated +[2020-07-08 18:45:34,618] '/u/SalmonSammun' has given '/u/SelendineMcHerb' lambda! +[2020-07-08 18:45:36,386] /u/SelendineMcHerb had their flair updated +[2020-07-08 18:45:44,838] '/u/DennisTheBadBoy' has given '/u/aresALT' lambda! +[2020-07-08 18:45:46,594] /u/aresALT had their flair updated +[2020-07-08 18:50:36,263] '/u/ShikharTrivedi' has given '/u/aresALT' lambda! +[2020-07-08 18:50:38,478] /u/aresALT had their flair updated +[2020-07-08 18:51:09,635] '/u/sambarlien' has given '/u/MikeJesus' lambda! +[2020-07-08 18:51:11,884] /u/MikeJesus had their flair updated +[2020-07-08 18:52:04,456] /u/MikeJesus had their flair updated +[2020-07-08 18:53:28,426] There has been a new submission: 'I'm looking for advice...', with flair 'Discussion' +[2020-07-08 18:53:30,948] /u/CookieDoughTurtle had their flair updated +[2020-07-08 18:55:44,164] '/u/AssassinPlayzYT' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-08 18:55:45,879] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-08 18:57:09,234] There has been a new submission: 'So question... What made you wanna start a Youtube channel?', with flair 'Discussion' +[2020-07-08 18:57:10,863] /u/ForeverNenaa had their flair updated +[2020-07-08 18:57:18,003] '/u/AssassinPlayzYT' has given '/u/GetLikePrincee' lambda! +[2020-07-08 18:57:19,339] /u/GetLikePrincee had their flair updated +[2020-07-08 18:57:52,887] There has been a new submission: 'Why Tik Tok may get BANNED in the US', with flair 'Gaming' +[2020-07-08 18:57:54,056] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-07-08 18:57:55,284] /u/Str8Villains had their flair updated +[2020-07-08 18:58:30,327] '/u/BrassBallsComedy' has given '/u/aresALT' lambda! +[2020-07-08 18:58:31,423] /u/aresALT had their flair updated +[2020-07-08 18:59:45,839] '/u/AssassinPlayzYT' has given '/u/jarochar' lambda! +[2020-07-08 18:59:46,331] /u/jarochar had their flair updated +[2020-07-08 19:00:07,722] There has been a new submission: 'My new video. I make deadside content and would like some feedback. I understand the humor may not be to everyone's taste. Please let me know what you think!', with flair 'Video Critique' +[2020-07-08 19:00:08,464] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:00:08,470] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:00:08,638] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n4CvaymygAk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:00:08,765] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKsOFf9eGhg7-QTxzhq6w8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:00:12,063] /u/aresALT had their flair updated +[2020-07-08 19:01:24,524] '/u/AssassinPlayzYT' has given '/u/DennisTheBadBoy' lambda! +[2020-07-08 19:01:26,733] /u/DennisTheBadBoy had their flair updated +[2020-07-08 19:02:47,090] '/u/AssassinPlayzYT' has given '/u/BigBoiRamRam' lambda! +[2020-07-08 19:02:49,156] /u/BigBoiRamRam had their flair updated +[2020-07-08 19:03:37,414] '/u/AssassinPlayzYT' has given '/u/FlareBlitzCrits' lambda! +[2020-07-08 19:03:39,270] /u/FlareBlitzCrits had their flair updated +[2020-07-08 19:03:57,643] There has been a new submission: 'Just recently uploaded a Valorant funny moments Video If you would like to Give it a watch + share some feed back ; )', with flair 'Video Critique' +[2020-07-08 19:03:59,416] /u/VigilantePlays had their submission removed for insufficient lambda. +[2020-07-08 19:04:01,373] /u/VigilantePlays had their flair updated +[2020-07-08 19:04:20,247] '/u/AssassinPlayzYT' has given '/u/AdamantineHero' lambda! +[2020-07-08 19:04:22,133] /u/AdamantineHero had their flair updated +[2020-07-08 19:06:13,759] There has been a new submission: 'Venom real identity i just post random shitpost memes any tips or editing softwares to be better?', with flair 'Video Critique' +[2020-07-08 19:06:15,154] /u/playboicorndog had their submission removed for insufficient lambda. +[2020-07-08 19:06:16,722] /u/playboicorndog had their flair updated +[2020-07-08 19:09:02,431] There has been a new submission: 'Hey everyone! I’d love some feedback for my writing and editing in this video. Thanks in advance!', with flair 'Video Critique' +[2020-07-08 19:09:02,652] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:09:02,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:09:02,827] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ri0soYfsjjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:09:02,959] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZJUWwH8VfTaCixjuXcAThw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:09:04,209] /u/JanosLW had their flair updated +[2020-07-08 19:09:10,368] '/u/AssassinPlayzYT' has given '/u/DeeJordz' lambda! +[2020-07-08 19:09:11,166] /u/DeeJordz had their flair updated +[2020-07-08 19:11:42,138] '/u/Jgolde8' has given '/u/aresALT' lambda! +[2020-07-08 19:11:44,396] /u/aresALT had their flair updated +[2020-07-08 19:15:34,433] '/u/sambarlien' has given '/u/Brandonator247' lambda! +[2020-07-08 19:15:36,091] /u/Brandonator247 had their flair updated +[2020-07-08 19:21:20,353] There has been a new submission: 'My friend's relaxing painting time lapse - would you watch more of these?', with flair 'Video Critique' +[2020-07-08 19:21:22,347] /u/arturlukin had their submission removed for insufficient lambda. +[2020-07-08 19:21:24,563] /u/arturlukin had their flair updated +[2020-07-08 19:22:37,253] There has been a new submission: 'Fortnites not that toxic... Is it?', with flair 'Gaming' +[2020-07-08 19:22:39,034] /u/MrGuyTheGreat had their submission removed for insufficient lambda. +[2020-07-08 19:22:41,087] /u/MrGuyTheGreat had their flair updated +[2020-07-08 19:26:38,276] There has been a new submission: 'How To Spot A Fake Friend (FOR GROWTH FROM TOXIC FRIENDS!)', with flair 'Video Critique' +[2020-07-08 19:26:39,654] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-07-08 19:26:41,219] /u/Onediamondfilms had their flair updated +[2020-07-08 19:31:36,387] There has been a new submission: 'A video of mine recently blew up beyond my wildest expectations. It was completely unrelated to anything I had been doing before. Since the initial blowup is fading by now, how can I capitalize on this opportunity?', with flair 'Discussion' +[2020-07-08 19:31:39,220] /u/Brendans_Gimp had their flair updated +[2020-07-08 19:31:50,721] There has been a new submission: 'GUESS THAT NBA PLAYER BY CHILDHOOD PHOTOS CHALLENGE 🤔😂', with flair 'Video Critique' +[2020-07-08 19:31:52,933] /u/mixhael11 had their submission removed for insufficient lambda. +[2020-07-08 19:31:55,134] /u/mixhael11 had their flair updated +[2020-07-08 19:33:34,909] /u/BrassBallsComedy had their flair updated +[2020-07-08 19:33:40,433] There has been a new submission: 'Holy juice and the land of tyrants - Short movie produced by Myself (2020)', with flair 'Art' +[2020-07-08 19:33:42,401] /u/visionum3 had their submission removed for insufficient lambda. +[2020-07-08 19:33:44,360] /u/visionum3 had their flair updated +[2020-07-08 19:34:08,220] '/u/BrassBallsComedy' has given '/u/andyofasgard' lambda! +[2020-07-08 19:34:10,156] /u/andyofasgard had their flair updated +[2020-07-08 19:34:58,354] There has been a new submission: 'Sono Chi No Sadame: JoJo's Bizarre Adventure part 1 Guitar Cover', with flair 'Art' +[2020-07-08 19:35:00,031] /u/Kaiole had their submission removed for insufficient lambda. +[2020-07-08 19:35:01,830] /u/Kaiole had their flair updated +[2020-07-08 19:36:19,778] There has been a new submission: 'I was wondering if somebody has an idea why my channel isn‘t growing. Maybe you guys can help me? (Explanation below)', with flair 'Discussion' +[2020-07-08 19:36:21,663] /u/josephphaze had their flair updated +[2020-07-08 19:36:55,380] There has been a new submission: 'I'm Sick (B*tch Got a Cold) | This week's sketch - got a bit ill, but couldn't let it mess up my production schedule! Giving lambda for feedback!', with flair 'Video Critique' +[2020-07-08 19:36:55,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:36:55,699] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:36:55,811] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cWBCczjhpIc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:36:55,930] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gVKP2sRLoKKk5Donn0gtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:36:57,892] /u/andyofasgard had their flair updated +[2020-07-08 19:38:12,658] There has been a new submission: 'I did a few wrist wrist reviews, so I dropped more in depth info. If you are in the market for wrist rests would you watch more of my videos? Do you think making a playlist with a "intro" video is a good idea? Explain the OSHA requirements, health problems.. maybe put in some exercises for RSI?', with flair 'Video Critique' +[2020-07-08 19:38:12,919] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:38:12,924] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:38:13,032] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s_LMxj-NZsE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:38:13,200] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9AEOb_HhWcQ6huFB7qLrSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:38:14,748] /u/AlexeyCrane had their flair updated +[2020-07-08 19:38:58,063] '/u/nattydigital' has given '/u/SalmonSammun' lambda! +[2020-07-08 19:38:58,936] /u/SalmonSammun had their flair updated +[2020-07-08 19:42:20,424] There has been a new submission: 'Here is some funny moments playing Ghosts 'n Goblins on the NES, I tried some new ideas into editing the video and want to know if it can be improved or if there is anything else I can do to make the video better.', with flair 'Video Critique' +[2020-07-08 19:42:21,087] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:42:21,093] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:42:21,251] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kupE0RxCeSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:42:21,364] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnmLPkT3c4GrbJ8XVw9DmhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:42:24,333] /u/AdamantineHero had their flair updated +[2020-07-08 19:45:54,237] There has been a new submission: 'My latest short video "We've Been Lied To"', with flair 'Video Critique' +[2020-07-08 19:45:54,619] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:45:54,624] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:45:54,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tVnilK-NR0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:45:54,852] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKs0lrBjGP59LD-qJq6smKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:45:57,040] /u/Wave_Of_Babies had their flair updated +[2020-07-08 19:47:10,880] There has been a new submission: 'Hi, just another gaming video passing through here! I usually play Warzone with my friends but I tried doing something different with this video. I would appreciate any feedback! It would make my day! <3', with flair 'Video Critique' +[2020-07-08 19:47:11,141] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 19:47:11,146] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 19:47:11,240] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jMylHz6tUGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:47:11,383] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM8XorN7ytMucaD6PEhLsDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 19:47:13,234] /u/Rafi_Rabbit had their flair updated +[2020-07-08 19:52:30,216] '/u/JanosLW' has given '/u/arturlukin' lambda! +[2020-07-08 19:52:32,301] /u/arturlukin had their flair updated +[2020-07-08 19:55:29,968] '/u/modernaddiction' has given '/u/Brandonator247' lambda! +[2020-07-08 19:55:31,658] /u/Brandonator247 had their flair updated +[2020-07-08 19:57:35,453] +#################### +[Jul 08 2020 19:57:35] RESTARTED +#################### + +[2020-07-08 20:01:14,564] There has been a new submission: 'Fortnite vs. Warzone - Esports Gaming Expert Explains Why Call Of Duty Wins', with flair 'Gaming' +[2020-07-08 20:01:16,612] /u/redic_music had their submission removed for insufficient lambda. +[2020-07-08 20:01:18,890] /u/redic_music had their flair updated +[2020-07-08 20:05:40,479] There has been a new submission: 'Feeling Whitney - Post Malone (COVER)', with flair 'Art' +[2020-07-08 20:05:41,792] /u/Alone-Mulberry had their submission removed for insufficient lambda. +[2020-07-08 20:05:43,412] /u/Alone-Mulberry had their flair updated +[2020-07-08 20:06:24,173] '/u/Rafi_Rabbit' has given '/u/Nadia_Robot' lambda! +[2020-07-08 20:06:25,708] /u/Nadia_Robot had their flair updated +[2020-07-08 20:08:34,871] '/u/disloyalclothYT' has given '/u/CraftsmanStudios' lambda! +[2020-07-08 20:08:35,835] /u/CraftsmanStudios had their flair updated +[2020-07-08 20:11:16,991] '/u/Rafi_Rabbit' has given '/u/wesdoesgame' lambda! +[2020-07-08 20:11:19,186] /u/wesdoesgame had their flair updated +[2020-07-08 20:16:28,562] There has been a new submission: 'Subscribe', with flair 'Gaming' +[2020-07-08 20:16:29,864] /u/Organic_Bag_9572 had their submission removed for insufficient lambda. +[2020-07-08 20:16:31,340] /u/Organic_Bag_9572 had their flair updated +[2020-07-08 20:18:43,954] '/u/JanosLW' has given '/u/Nadia_Robot' lambda! +[2020-07-08 20:18:44,848] /u/Nadia_Robot had their flair updated +[2020-07-08 20:19:19,609] There has been a new submission: 'This Stop Motion Animation took me 1 month and 2800 pictures to make I hope you enjoy as I put lots of effort into my videos also consider subscribing because I specialize in this type of BrickFilm content my goal right now is to make it to 200 subs 😊', with flair 'Channel Review' +[2020-07-08 20:19:20,448] /u/Spider_Man_Fan17 had their submission removed for insufficient lambda. +[2020-07-08 20:19:21,114] /u/Spider_Man_Fan17 had their flair updated +[2020-07-08 20:22:49,734] '/u/AdamantineHero' has given '/u/Nadia_Robot' lambda! +[2020-07-08 20:22:51,769] /u/Nadia_Robot had their flair updated +[2020-07-08 20:25:10,693] There has been a new submission: 'Please review my channel and give your feedback...', with flair 'Channel Review' +[2020-07-08 20:25:12,134] /u/BongsTime had their submission removed for insufficient lambda. +[2020-07-08 20:25:13,983] /u/BongsTime had their flair updated +[2020-07-08 20:32:22,296] There has been a new submission: 'My Fourth of July Edit', with flair 'Video Critique' +[2020-07-08 20:32:24,203] /u/nicrazac had their submission removed for insufficient lambda. +[2020-07-08 20:32:26,300] /u/nicrazac had their flair updated +[2020-07-08 20:39:59,244] There has been a new submission: 'I'm stuck at 28 subs from January', with flair 'Discussion' +[2020-07-08 20:39:59,768] /u/br1k_YT had their flair updated +[2020-07-08 20:41:03,635] '/u/AdamantineHero' has given '/u/nicrazac' lambda! +[2020-07-08 20:41:05,883] /u/nicrazac had their flair updated +[2020-07-08 20:42:12,525] There has been a new submission: 'My 4th of July Party Edit', with flair 'Video Critique' +[2020-07-08 20:42:13,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 20:42:13,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 20:42:13,392] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jfr-oNZlQp0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 20:42:13,512] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGZ0LfDC6nZs1K72w1hxNKQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 20:42:16,625] /u/nicrazac had their flair updated +[2020-07-08 20:42:35,547] There has been a new submission: 'Curry 7 Nerf Super Soaker Unboxing!!!', with flair 'Video Critique' +[2020-07-08 20:42:36,123] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 20:42:36,126] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 20:42:36,248] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kYdtc-BE21s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 20:42:36,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 20:42:39,294] /u/Nadia_Robot had their flair updated +[2020-07-08 20:46:04,875] '/u/aresALT' has given '/u/Nadia_Robot' lambda! +[2020-07-08 20:46:06,468] /u/Nadia_Robot had their flair updated +[2020-07-08 20:46:55,580] There has been a new submission: 'Starting Youtube EXPECTATION vs REALITY! Can anyone relate? Any constructive criticism is appreciated!', with flair 'Video Critique' +[2020-07-08 20:46:56,915] /u/Gheylord69 had their submission removed for insufficient lambda. +[2020-07-08 20:46:58,326] /u/Gheylord69 had their flair updated +[2020-07-08 20:47:26,126] '/u/aresALT' has given '/u/arturlukin' lambda! +[2020-07-08 20:47:27,419] /u/arturlukin had their flair updated +[2020-07-08 20:48:13,712] There has been a new submission: 'If IPhone commercials were honest', with flair 'Video Critique' +[2020-07-08 20:48:14,748] /u/tbovb had their submission removed for insufficient lambda. +[2020-07-08 20:48:15,837] /u/tbovb had their flair updated +[2020-07-08 20:50:38,600] There has been a new submission: 'so I decided to use makers to made a custom beanie would love some feedback ill also offer feedback lets help each other!', with flair 'Video Critique' +[2020-07-08 20:50:40,277] /u/Joelhenriquez had their submission removed for insufficient lambda. +[2020-07-08 20:50:42,650] /u/Joelhenriquez had their flair updated +[2020-07-08 20:51:14,064] '/u/JanosLW' has given '/u/luisfrobles' lambda! +[2020-07-08 20:51:16,291] /u/luisfrobles had their flair updated +[2020-07-08 20:55:09,162] There has been a new submission: 'Tips? I know the audio is terrible but what else should I improve on?', with flair 'Video Critique' +[2020-07-08 20:55:10,717] /u/365dailylooks had their submission removed for insufficient lambda. +[2020-07-08 20:55:12,458] /u/365dailylooks had their flair updated +[2020-07-08 20:55:41,884] '/u/modernaddiction' has given '/u/b1nks1e' lambda! +[2020-07-08 20:55:43,587] /u/b1nks1e had their flair updated +[2020-07-08 20:59:53,759] '/u/sambarlien' has given '/u/tommyboy_lr' lambda! +[2020-07-08 20:59:54,232] /u/tommyboy_lr had their flair updated +[2020-07-08 21:01:54,105] '/u/sambarlien' has given '/u/AdamantineHero' lambda! +[2020-07-08 21:01:56,231] /u/AdamantineHero had their flair updated +[2020-07-08 21:05:52,796] There has been a new submission: 'How to Make Genovese Focaccia || My Stoner Kitchen', with flair 'Video Critique' +[2020-07-08 21:05:54,081] /u/nicobrunostandup had their submission removed for insufficient lambda. +[2020-07-08 21:05:55,679] /u/nicobrunostandup had their flair updated +[2020-07-08 21:12:27,972] '/u/modernaddiction' has given '/u/jsghines98' lambda! +[2020-07-08 21:12:30,106] /u/jsghines98 had their flair updated +[2020-07-08 21:13:36,587] There has been a new submission: 'Daily stock market recap!', with flair 'Video Critique' +[2020-07-08 21:13:38,028] /u/TrappedInAWaffle had their submission removed for insufficient lambda. +[2020-07-08 21:13:39,991] /u/TrappedInAWaffle had their flair updated +[2020-07-08 21:17:58,798] '/u/Nadia_Robot' has given '/u/TheShadow2699' lambda! +[2020-07-08 21:17:59,951] /u/TheShadow2699 had their flair updated +[2020-07-08 21:20:13,585] There has been a new submission: 'My Valorant Gameplay Highlights #2 for those who enjoy FPS! Really enjoying this game at the moment! Current Rank Gold 3! Any support/feedback would be greatly appreciated!', with flair 'Gaming' +[2020-07-08 21:20:15,726] /u/DaMeatTray had their submission removed for insufficient lambda. +[2020-07-08 21:20:18,058] /u/DaMeatTray had their flair updated +[2020-07-08 21:22:14,609] There has been a new submission: 'Cool lighting text effect made with html and css', with flair 'Video Critique' +[2020-07-08 21:22:16,640] /u/Aisosaray had their submission removed for insufficient lambda. +[2020-07-08 21:22:18,758] /u/Aisosaray had their flair updated +[2020-07-08 21:23:22,652] There has been a new submission: 'My Valorant Gameplay Highlights #2 for those who enjoy FPS! Really enjoying this game at the moment! Current Rank Gold 3! Any support/feedback would be greatly appreciated!', with flair 'Video Critique' +[2020-07-08 21:23:24,469] /u/DaMeatTray had their submission removed for insufficient lambda. +[2020-07-08 21:23:26,477] /u/DaMeatTray had their flair updated +[2020-07-08 21:24:39,465] There has been a new submission: 'I upload new beats EVERYDAY', with flair 'Channel Review' +[2020-07-08 21:24:41,083] /u/jackkick had their submission removed for insufficient lambda. +[2020-07-08 21:24:42,933] /u/jackkick had their flair updated +[2020-07-08 21:30:51,179] There has been a new submission: 'everyone follow 4 follow and check out the stream and I will promo your channel', with flair 'Gaming' +[2020-07-08 21:30:53,233] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-07-08 21:30:55,487] /u/Stickbot04 had their flair updated +[2020-07-08 21:32:42,710] There has been a new submission: 'I Found the Worst Movie of 2020... | Ouija Shark', with flair 'Video Critique' +[2020-07-08 21:32:44,719] /u/nkubiak had their submission removed for insufficient lambda. +[2020-07-08 21:32:46,824] /u/nkubiak had their flair updated +[2020-07-08 21:34:50,118] There has been a new submission: 'LEGO HARRY POTTER: PRE COVID, AND PRE ROWLING BEING A TERF', with flair 'Video Critique' +[2020-07-08 21:34:51,684] /u/VoodooToaster had their submission removed for insufficient lambda. +[2020-07-08 21:34:53,529] /u/VoodooToaster had their flair updated +[2020-07-08 21:35:31,852] '/u/Rafi_Rabbit' has given '/u/DaMeatTray' lambda! +[2020-07-08 21:35:33,570] /u/DaMeatTray had their flair updated +[2020-07-08 21:35:39,050] There has been a new submission: 'Dee’s Big Nuts Reaction Video', with flair 'Channel Review' +[2020-07-08 21:35:40,272] /u/badboylus had their submission removed for insufficient lambda. +[2020-07-08 21:35:42,030] /u/badboylus had their flair updated +[2020-07-08 21:36:27,823] There has been a new submission: 'LEGO HARRY POTTER: PRE COVID, AND PRE ROWLING BEING A TERF', with flair 'Gaming' +[2020-07-08 21:36:29,208] /u/VoodooToaster had their submission removed for insufficient lambda. +[2020-07-08 21:36:30,761] /u/VoodooToaster had their flair updated +[2020-07-08 21:40:54,481] '/u/DennisTheBadBoy' has given '/u/baechanka' lambda! +[2020-07-08 21:40:56,738] /u/baechanka had their flair updated +[2020-07-08 21:47:18,120] '/u/sambarlien' has given '/u/modernaddiction' lambda! +[2020-07-08 21:47:19,430] /u/modernaddiction had their flair updated +[2020-07-08 21:56:21,912] There has been a new submission: 'I would like you check out my channel Genealogy Central.', with flair 'Channel Review' +[2020-07-08 21:56:23,187] /u/MarioMad2007 had their submission removed for insufficient lambda. +[2020-07-08 21:56:24,686] /u/MarioMad2007 had their flair updated +[2020-07-08 21:57:35,371] +#################### +[Jul 08 2020 21:57:35] RESTARTED +#################### + +[2020-07-08 21:59:28,757] There has been a new submission: 'Should I delete my channel?', with flair 'Discussion' +[2020-07-08 21:59:29,559] /u/Sw1ggitySwoner had their flair updated +[2020-07-08 22:03:19,622] '/u/AlexeyCrane' has given '/u/RealDoublezone' lambda! +[2020-07-08 22:03:21,577] /u/RealDoublezone had their flair updated +[2020-07-08 22:04:36,532] There has been a new submission: 'I was wondering if anyone could check out my channel Genealogy Central.', with flair 'Discussion' +[2020-07-08 22:04:38,854] /u/MarioMad2007 had their flair updated +[2020-07-08 22:06:36,221] '/u/THENEXTBIGTHINGMINER' has given '/u/TheShadow2699' lambda! +[2020-07-08 22:06:37,724] /u/TheShadow2699 had their flair updated +[2020-07-08 22:09:05,309] There has been a new submission: 'Made a funny Detroit Become Human edit. This is a game that came out a few years ago but still amazing. Only 30 seconds so won't take long to watch :)', with flair 'Video Critique' +[2020-07-08 22:09:05,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 22:09:05,559] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 22:09:05,678] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OELgQEpI2es&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 22:09:05,826] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWhtNDhhpFXtQOX4yWN6iYw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 22:09:07,227] /u/TheShadow2699 had their flair updated +[2020-07-08 22:11:05,167] There has been a new submission: 'LOOKING FOR A COLLAB (discord type video)', with flair 'Collab' +[2020-07-08 22:11:08,129] /u/Max-F3rgus0n had their flair updated +[2020-07-08 22:16:59,124] There has been a new submission: 'Tien Creates LAG?! | Dragon Ball FighterZ Ranked Matches', with flair 'Thumbnail Review' +[2020-07-08 22:17:00,292] /u/zzezzustheprophet had their submission removed for insufficient lambda. +[2020-07-08 22:17:01,868] /u/zzezzustheprophet had their flair updated +[2020-07-08 22:18:53,646] There has been a new submission: 'I made my first Editorial, I'd appreciate some feedback!', with flair 'Channel Review' +[2020-07-08 22:18:54,472] /u/SlightlyEnragedOwl had their submission removed for insufficient lambda. +[2020-07-08 22:18:55,362] /u/SlightlyEnragedOwl had their flair updated +[2020-07-08 22:22:32,464] There has been a new submission: 'Minecraft UHC Duels. Interesting video', with flair 'Gaming' +[2020-07-08 22:22:34,356] /u/OnewasBest had their submission removed for insufficient lambda. +[2020-07-08 22:22:36,419] /u/OnewasBest had their flair updated +[2020-07-08 22:25:03,379] There has been a new submission: 'I played the #10 ranked player in the world!!', with flair 'Gaming' +[2020-07-08 22:25:05,174] /u/batm5465 had their submission removed for insufficient lambda. +[2020-07-08 22:25:06,960] /u/batm5465 had their flair updated +[2020-07-08 22:25:15,625] '/u/Nadia_Robot' has given '/u/SciPuzz' lambda! +[2020-07-08 22:25:17,408] /u/SciPuzz had their flair updated +[2020-07-08 22:27:29,332] There has been a new submission: 'the wars end ( Rust : Oil Rig )', with flair 'Gaming' +[2020-07-08 22:27:30,584] /u/AsoftDolphin had their submission removed for insufficient lambda. +[2020-07-08 22:27:31,869] /u/AsoftDolphin had their flair updated +[2020-07-08 22:32:17,290] There has been a new submission: 'This game is ‘Very Realistic’ (Hand Simulator: Survival)', with flair 'Gaming' +[2020-07-08 22:32:19,198] /u/DerWizYT had their submission removed for insufficient lambda. +[2020-07-08 22:32:21,290] /u/DerWizYT had their flair updated +[2020-07-08 22:35:04,051] There has been a new submission: 'This game is ‘Very Realistic’(Hand Simulator: Survival)', with flair 'Gaming' +[2020-07-08 22:35:05,664] /u/DerWizYT had their submission removed for insufficient lambda. +[2020-07-08 22:35:07,397] /u/DerWizYT had their flair updated +[2020-07-08 22:40:19,346] There has been a new submission: 'The Same Person Same Comment', with flair 'Collab' +[2020-07-08 22:40:22,385] /u/Level_is_me had their flair updated +[2020-07-08 22:40:56,012] /u/N1ghtstr1ke44 had their flair updated +[2020-07-08 22:42:29,313] '/u/N1ghtstr1ke44' has given '/u/PonjiNinja' lambda! +[2020-07-08 22:42:31,411] /u/PonjiNinja had their flair updated +[2020-07-08 22:48:18,052] There has been a new submission: 'My Critical Analysis on Demon Slayer (Anime + Manga), why I think it isn't that good', with flair 'Video Critique' +[2020-07-08 22:48:18,936] /u/TheInsaneOtaku had their submission removed for insufficient lambda. +[2020-07-08 22:48:20,006] /u/TheInsaneOtaku had their flair updated +[2020-07-08 23:02:38,602] There has been a new submission: 'The Ultimate game show prize', with flair 'Video Critique' +[2020-07-08 23:02:39,252] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 23:02:39,254] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 23:02:39,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DdlGeccycKY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 23:02:39,463] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 23:02:42,520] /u/Redmond93 had their flair updated +[2020-07-08 23:07:32,793] There has been a new submission: 'I don't really know if it's worth continuing anymore', with flair 'Discussion' +[2020-07-08 23:07:34,256] /u/MihaDaCaterKiller had their flair updated +[2020-07-08 23:10:52,852] There has been a new submission: 'How to make a banner I just posted this video earlier today make sure to like divine I you are new and share with at least five friends get me to 1000 subscribers follow me on Instagram @itsjbsmg get me to 200 followers Thank you guys so much of you show me support', with flair 'Art' +[2020-07-08 23:10:55,123] /u/freefireredd had their submission removed for insufficient lambda. +[2020-07-08 23:10:57,401] /u/freefireredd had their flair updated +[2020-07-08 23:17:21,848] There has been a new submission: 'Viral YouTube video ideas to get you more views. Check it out at The Bennett's Club on YouTube', with flair 'Video Critique' +[2020-07-08 23:17:22,997] /u/Bennettclub had their submission removed for insufficient lambda. +[2020-07-08 23:17:24,293] /u/Bennettclub had their flair updated +[2020-07-08 23:19:30,138] There has been a new submission: 'Please give it a watch', with flair 'Gaming' +[2020-07-08 23:19:30,961] /u/TedE10 had their submission removed for insufficient lambda. +[2020-07-08 23:19:31,587] /u/TedE10 had their flair updated +[2020-07-08 23:20:07,103] There has been a new submission: 'Call of Duty Infinite Warfare: Operation Burn Water', with flair 'Gaming' +[2020-07-08 23:20:09,142] /u/parker_pumpYT had their submission removed for insufficient lambda. +[2020-07-08 23:20:11,461] /u/parker_pumpYT had their flair updated +[2020-07-08 23:21:29,561] There has been a new submission: 'I want to start live streaming DGR 2 and I want a bit of an audience', with flair 'Gaming' +[2020-07-08 23:21:31,529] /u/brandon19001764 had their submission removed for insufficient lambda. +[2020-07-08 23:21:33,705] /u/brandon19001764 had their flair updated +[2020-07-08 23:22:06,138] There has been a new submission: 'Please give it a watch', with flair 'Gaming' +[2020-07-08 23:22:08,258] /u/TedE10 had their submission removed for insufficient lambda. +[2020-07-08 23:22:10,384] /u/TedE10 had their flair updated +[2020-07-08 23:24:27,565] There has been a new submission: 'Hey, i spend 7-8 hours on one video so please check is out', with flair 'Gaming' +[2020-07-08 23:24:29,209] /u/FOx4393 had their submission removed for insufficient lambda. +[2020-07-08 23:24:31,063] /u/FOx4393 had their flair updated +[2020-07-08 23:34:09,524] There has been a new submission: 'Luxify YouTube channel-feedback for videos and channel appreciated. Only two uploads so far!', with flair 'Channel Review' +[2020-07-08 23:34:11,242] /u/ad55mul1994 had their submission removed for insufficient lambda. +[2020-07-08 23:34:13,127] /u/ad55mul1994 had their flair updated +[2020-07-08 23:35:38,593] There has been a new submission: 'Check my channel!(: (New)', with flair 'Video Critique' +[2020-07-08 23:35:39,823] /u/thecccandymaster had their submission removed for insufficient lambda. +[2020-07-08 23:35:41,458] /u/thecccandymaster had their flair updated +[2020-07-08 23:40:31,168] There has been a new submission: 'Would love some advice!', with flair 'Video Critique' +[2020-07-08 23:40:34,204] /u/jarochar had their flair updated +[2020-07-08 23:45:13,024] There has been a new submission: 'How do you link your youtube channel and your facebook page for your channel?', with flair 'Discussion' +[2020-07-08 23:45:15,190] /u/davidsnapped had their flair updated +[2020-07-08 23:48:08,670] There has been a new submission: 'Critique Me! Will Sony and Microsoft Have Mid Gen Upgrades? & Daily Gaming News Recap', with flair 'Video Critique' +[2020-07-08 23:48:08,892] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-08 23:48:08,895] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-08 23:48:09,013] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G7v7HcnTsAE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 23:48:09,123] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-Ki5IDfJ96BgHJBsc1ASaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-08 23:48:10,555] /u/SodiPopMatt had their flair updated +[2020-07-08 23:54:03,235] There has been a new submission: 'Episode Four: DBD 4th Anniversary Ft Vibes Inc', with flair 'Gaming' +[2020-07-08 23:54:04,903] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-08 23:54:06,783] /u/majin_hendrix had their flair updated +[2020-07-08 23:57:36,217] +#################### +[Jul 08 2020 23:57:36] RESTARTED +#################### + +[2020-07-08 23:59:47,739] There has been a new submission: 'Thoughts on my editing?', with flair 'Video Critique' +[2020-07-08 23:59:48,327] /u/Slitsilt had their submission removed for insufficient lambda. +[2020-07-08 23:59:48,760] /u/Slitsilt had their flair updated +[2020-07-09 00:00:49,439] There has been a new submission: 'Critique this video I made with my friend. Its a Surreal short film inspired by films like Eraserhead and The Evil Dead 2. Thank you', with flair 'Video Critique' +[2020-07-09 00:00:51,758] /u/PermitJoshuabro had their submission removed for insufficient lambda. +[2020-07-09 00:00:54,020] /u/PermitJoshuabro had their flair updated +[2020-07-09 00:07:07,111] There has been a new submission: 'HOW TO PRE-DATE', with flair 'Vlog' +[2020-07-09 00:07:08,175] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-07-09 00:07:09,508] /u/MoxyApproved had their flair updated +[2020-07-09 00:18:38,570] '/u/Rafi_Rabbit' has given '/u/Level_is_me' lambda! +[2020-07-09 00:18:39,488] /u/Level_is_me had their flair updated +[2020-07-09 00:32:31,494] There has been a new submission: 'Youtube Monetization', with flair 'Discussion' +[2020-07-09 00:32:34,133] /u/mn_kisk had their flair updated +[2020-07-09 00:36:29,512] '/u/modernaddiction' has given '/u/semtimmy' lambda! +[2020-07-09 00:36:31,048] /u/semtimmy had their flair updated +[2020-07-09 00:41:17,121] /u/SodiPopMatt had their flair updated +[2020-07-09 00:49:57,229] '/u/jarochar' has given '/u/lalith19' lambda! +[2020-07-09 00:49:57,663] /u/lalith19 had their flair updated +[2020-07-09 00:50:37,102] '/u/jarochar' has given '/u/Level_is_me' lambda! +[2020-07-09 00:50:39,366] /u/Level_is_me had their flair updated +[2020-07-09 00:58:45,884] There has been a new submission: 'Vlogs Are Back Finally....Sort Of. Latest Vlog update any help with channel would be greatly appreciated.', with flair 'Vlog' +[2020-07-09 00:58:46,747] /u/tvirus45 had their submission removed for insufficient lambda. +[2020-07-09 00:58:47,660] /u/tvirus45 had their flair updated +[2020-07-09 01:00:49,096] '/u/jarochar' has given '/u/Brandonator247' lambda! +[2020-07-09 01:00:51,352] /u/Brandonator247 had their flair updated +[2020-07-09 01:02:40,778] There has been a new submission: 'FASTEST KILLER IN FREE FIRE', with flair 'Gaming' +[2020-07-09 01:02:42,623] /u/wallexy had their submission removed for insufficient lambda. +[2020-07-09 01:02:45,697] /u/wallexy had their flair updated +[2020-07-09 01:04:04,031] '/u/andyofasgard' has given '/u/wifiluke_' lambda! +[2020-07-09 01:04:05,915] /u/wifiluke_ had their flair updated +[2020-07-09 01:04:25,089] '/u/andyofasgard' has given '/u/germaiad' lambda! +[2020-07-09 01:04:26,920] /u/germaiad had their flair updated +[2020-07-09 01:10:48,575] There has been a new submission: 'If u like Minecraft let’s plays, then check out my channel! I post a let’s play video every Monday, Wednesday, and Friday!', with flair 'Gaming' +[2020-07-09 01:10:50,708] /u/large_waffle69 had their submission removed for insufficient lambda. +[2020-07-09 01:10:52,962] /u/large_waffle69 had their flair updated +[2020-07-09 01:11:54,633] There has been a new submission: 'Help with thumbnails and titles please', with flair 'Thumbnail Review' +[2020-07-09 01:11:57,435] /u/InfiniteComboReviews had their flair updated +[2020-07-09 01:13:23,125] There has been a new submission: 'I know Halo is not the most watched content, but it's my favorite to make. Been working on improving quality of video and audio. I will later post critique request for a slightly different style of gaming video, this errs on the side of high energy and memes. Thanks guys!', with flair 'Video Critique' +[2020-07-09 01:13:23,739] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 01:13:23,741] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 01:13:23,858] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mphQ45pkL8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 01:13:23,974] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 01:13:26,775] /u/Brandonator247 had their flair updated +[2020-07-09 01:16:32,031] There has been a new submission: 'Hello Everyone, Can I get some feedback on this video?', with flair 'Gaming' +[2020-07-09 01:16:33,234] /u/Hikros had their submission removed for insufficient lambda. +[2020-07-09 01:16:34,780] /u/Hikros had their flair updated +[2020-07-09 01:17:05,340] There has been a new submission: 'Worked hard on this would appreciate it if you checked it out', with flair 'Gaming' +[2020-07-09 01:17:06,438] /u/theslimeballer had their submission removed for insufficient lambda. +[2020-07-09 01:17:07,838] /u/theslimeballer had their flair updated +[2020-07-09 01:21:09,467] There has been a new submission: 'Made a little meme for you guys', with flair 'Video Critique' +[2020-07-09 01:21:11,615] /u/RusticMelody had their submission removed for insufficient lambda. +[2020-07-09 01:21:13,873] /u/RusticMelody had their flair updated +[2020-07-09 01:25:10,975] There has been a new submission: 'looking for a person, who found there lgbt sexuality in video games', with flair 'Collab' +[2020-07-09 01:25:13,082] /u/Praxeria had their flair updated +[2020-07-09 01:26:08,628] '/u/SodiPopMatt' has given '/u/Level_is_me' lambda! +[2020-07-09 01:26:10,199] /u/Level_is_me had their flair updated +[2020-07-09 01:28:02,956] There has been a new submission: 'I have a question...', with flair 'Discussion' +[2020-07-09 01:28:04,270] /u/CookieDoughTurtle had their flair updated +[2020-07-09 01:29:51,996] '/u/Nadia_Robot' has given '/u/Brandonator247' lambda! +[2020-07-09 01:29:52,469] /u/Brandonator247 had their flair updated +[2020-07-09 01:31:12,895] There has been a new submission: 'Overnight I lost 3 subscribers. I don’t gain many, so this was a big blow to me. If you don’t mind, may you all help me get back on track?', with flair 'Discussion' +[2020-07-09 01:31:15,812] /u/Stop_Motion_Samurai had their flair updated +[2020-07-09 01:44:19,211] '/u/jarochar' has given '/u/AnTwaut' lambda! +[2020-07-09 01:44:21,065] /u/AnTwaut had their flair updated +[2020-07-09 01:57:36,139] +#################### +[Jul 09 2020 01:57:36] RESTARTED +#################### + +[2020-07-09 01:59:32,242] There has been a new submission: 'Does anyone create GTA/Hitman 2 content?', with flair 'Discussion' +[2020-07-09 01:59:32,920] /u/MostPeanut had their flair updated +[2020-07-09 02:02:40,509] There has been a new submission: 'MOST POWERFUL PVC AIR GUN', with flair 'Channel Review' +[2020-07-09 02:02:42,351] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-07-09 02:02:44,411] /u/tharindudamesha had their flair updated +[2020-07-09 02:09:44,708] There has been a new submission: 'Hey guys I would like some general feedback on my latest videos, and some constructive criticisms would be very much appreciated', with flair 'Video Critique' +[2020-07-09 02:09:45,408] /u/MCA_Darkin had their submission removed for insufficient lambda. +[2020-07-09 02:09:45,911] /u/MCA_Darkin had their flair updated +[2020-07-09 02:18:19,074] There has been a new submission: 'How to unlock the secret level underhalls (Minecraft dungeons gameplay)', with flair 'Gaming' +[2020-07-09 02:18:19,971] /u/GamingBotsYT had their submission removed for insufficient lambda. +[2020-07-09 02:18:21,085] /u/GamingBotsYT had their flair updated +[2020-07-09 02:19:26,299] '/u/Brandonator247' has given '/u/Platoniko' lambda! +[2020-07-09 02:19:26,917] /u/Platoniko had their flair updated +[2020-07-09 02:21:37,258] '/u/Redmond93' has given '/u/Brandonator247' lambda! +[2020-07-09 02:21:39,414] /u/Brandonator247 had their flair updated +[2020-07-09 02:23:27,693] '/u/Redmond93' has given '/u/BaneShake' lambda! +[2020-07-09 02:23:29,645] /u/BaneShake had their flair updated +[2020-07-09 02:29:21,386] '/u/InfiniteComboReviews' has given '/u/usernametaken3457' lambda! +[2020-07-09 02:29:22,073] /u/usernametaken3457 had their flair updated +[2020-07-09 02:32:24,908] '/u/InfiniteComboReviews' has given '/u/MostPeanut' lambda! +[2020-07-09 02:32:27,031] /u/MostPeanut had their flair updated +[2020-07-09 02:40:38,097] '/u/jarochar' has given '/u/Jlegomon' lambda! +[2020-07-09 02:40:40,369] /u/Jlegomon had their flair updated +[2020-07-09 02:40:47,048] There has been a new submission: 'Chubby Gamer tries Omegle for the first time...', with flair 'Gaming' +[2020-07-09 02:40:49,131] /u/hotwiredbug had their submission removed for insufficient lambda. +[2020-07-09 02:40:51,459] /u/hotwiredbug had their flair updated +[2020-07-09 02:48:59,924] There has been a new submission: 'The FastCake Challange l 5:17 l Giving Lambda to anyone with actual advice', with flair 'Video Critique' +[2020-07-09 02:49:00,902] /u/Jlegomon had their flair updated +[2020-07-09 02:50:36,224] There has been a new submission: 'My epic conclusion to my last of us series', with flair 'Gaming' +[2020-07-09 02:50:38,447] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-09 02:50:40,716] /u/Theirishlizard had their flair updated +[2020-07-09 02:53:57,033] There has been a new submission: 'YOUTUBER FAKES HELPING A BULLIED KID, really want to become a commentary channel, any constructive criticism would help', with flair 'Video Critique' +[2020-07-09 02:53:58,767] /u/digrect had their submission removed for insufficient lambda. +[2020-07-09 02:54:00,694] /u/digrect had their flair updated +[2020-07-09 02:59:26,914] There has been a new submission: 'I really want to become a commentary channel. any constructive criticism would help', with flair 'Video Critique' +[2020-07-09 02:59:27,711] /u/digrect had their submission removed for insufficient lambda. +[2020-07-09 02:59:28,323] /u/digrect had their flair updated +[2020-07-09 03:01:52,632] There has been a new submission: 'Made a lemonade video, hope you all like it', with flair 'Video Critique' +[2020-07-09 03:01:54,593] /u/Brick-Soup had their submission removed for insufficient lambda. +[2020-07-09 03:01:56,748] /u/Brick-Soup had their flair updated +[2020-07-09 03:02:54,404] There has been a new submission: 'Bored as hell during my uni break so I thought to make another video', with flair 'Video Critique' +[2020-07-09 03:02:55,051] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 03:02:55,055] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 03:02:55,217] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-NPCVdN_je0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 03:02:55,331] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNi2ai9h78uyjc0i1HsZLuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 03:02:58,115] /u/Platoniko had their flair updated +[2020-07-09 03:08:44,706] There has been a new submission: 'Do you guys think I can be successful without a microphone?', with flair 'Discussion' +[2020-07-09 03:08:45,865] /u/BlueBonniey had their flair updated +[2020-07-09 03:09:34,587] '/u/Wave_Of_Babies' has given '/u/wifiluke_' lambda! +[2020-07-09 03:09:35,254] /u/wifiluke_ had their flair updated +[2020-07-09 03:10:36,099] '/u/Wave_Of_Babies' has given '/u/nicrazac' lambda! +[2020-07-09 03:10:38,414] /u/nicrazac had their flair updated +[2020-07-09 03:11:20,626] '/u/Wave_Of_Babies' has given '/u/germaiad' lambda! +[2020-07-09 03:11:22,827] /u/germaiad had their flair updated +[2020-07-09 03:29:43,371] There has been a new submission: 'Can you guys check me out? I post Minecraft Let’s Play videos every Monday, Wednesday, and Friday, and also stream on those days! Only check me out if you enjoy Minecraft content! Thanks!', with flair 'Gaming' +[2020-07-09 03:29:44,014] /u/large_waffle69 had their submission removed for insufficient lambda. +[2020-07-09 03:29:44,778] /u/large_waffle69 had their flair updated +[2020-07-09 03:35:59,923] /u/Dan_TheKong had their flair updated +[2020-07-09 03:50:56,430] '/u/Brandonator247' has given '/u/BaneShake' lambda! +[2020-07-09 03:50:58,700] /u/BaneShake had their flair updated +[2020-07-09 03:53:02,473] There has been a new submission: 'Help this kid get to 50 followers', with flair 'Channel Review' +[2020-07-09 03:53:05,001] /u/falloutGuide had their submission removed for insufficient lambda. +[2020-07-09 03:53:07,007] /u/falloutGuide had their flair updated +[2020-07-09 03:57:36,281] +#################### +[Jul 09 2020 03:57:36] RESTARTED +#################### + +[2020-07-09 04:14:38,766] '/u/Jlegomon' has given '/u/viscara1' lambda! +[2020-07-09 04:14:40,573] /u/viscara1 had their flair updated +[2020-07-09 04:16:23,685] '/u/Jlegomon' has given '/u/Brandonator247' lambda! +[2020-07-09 04:16:25,216] /u/Brandonator247 had their flair updated +[2020-07-09 04:26:36,353] There has been a new submission: 'A small minecraft tuber', with flair 'Gaming' +[2020-07-09 04:26:37,625] /u/kingwhywin_UWU had their submission removed for insufficient lambda. +[2020-07-09 04:26:39,130] /u/kingwhywin_UWU had their flair updated +[2020-07-09 04:35:39,712] There has been a new submission: 'Нow tо dо a Ring Roll - Impressivе Ring Triсk', with flair 'Video Critique' +[2020-07-09 04:35:40,924] /u/JimSmithFF had their submission removed for insufficient lambda. +[2020-07-09 04:35:42,548] /u/JimSmithFF had their flair updated +[2020-07-09 04:39:46,860] There has been a new submission: 'Hi everyone! New streamer and content creator here! I mainly play Valorant. Here's a highlight video my friend made me! Hope y'all enjoy and would love to get some subs and views as well as feedback!', with flair 'Channel Review' +[2020-07-09 04:39:47,444] /u/simplepandaguy had their submission removed for insufficient lambda. +[2020-07-09 04:39:47,893] /u/simplepandaguy had their flair updated +[2020-07-09 04:48:44,621] There has been a new submission: 'My 16 second video got almost 500 views in the last two days. Should I be worried? (75 subscribers)', with flair 'Discussion' +[2020-07-09 04:48:45,696] /u/The_True_Islander had their flair updated +[2020-07-09 05:13:39,034] '/u/ShikharTrivedi' has given '/u/LuigiTimeInc' lambda! +[2020-07-09 05:13:40,888] /u/LuigiTimeInc had their flair updated +[2020-07-09 05:17:00,655] There has been a new submission: 'I asked a bunch of small school kids “what do you want to be when you grow up ?” . How can I improve my videos ?', with flair 'Video Critique' +[2020-07-09 05:17:01,802] /u/surqsm had their submission removed for insufficient lambda. +[2020-07-09 05:17:03,199] /u/surqsm had their flair updated +[2020-07-09 05:17:07,131] There has been a new submission: '$10 psn giveaway', with flair 'Gaming' +[2020-07-09 05:17:08,240] /u/AbbreviationsNeat810 had their submission removed for insufficient lambda. +[2020-07-09 05:17:09,623] /u/AbbreviationsNeat810 had their flair updated +[2020-07-09 05:20:08,168] There has been a new submission: 'Affordable Asian Recipes! Subscribe to my channel!', with flair 'None' +[2020-07-09 05:20:10,444] /u/survivorwarrior03 had their submission removed for insufficient lambda. +[2020-07-09 05:20:12,801] /u/survivorwarrior03 had their flair updated +[2020-07-09 05:50:39,892] There has been a new submission: 'RECESSION 2020 - Causes and Impact on Global economy', with flair 'Vlog' +[2020-07-09 05:50:41,474] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-07-09 05:50:43,735] /u/sarva-gyani had their flair updated +[2020-07-09 05:55:00,008] '/u/SodiPopMatt' has given '/u/Pansy122019' lambda! +[2020-07-09 05:55:01,727] /u/Pansy122019 had their flair updated +[2020-07-09 05:55:52,688] There has been a new submission: 'Mt editing software crashed like every two minutes so this took a really long time to make, but Mr. Olympia Is HERE!!! I would really love any genuine advice or feedback, and will reward with BEAUTIFUL LAMBDA', with flair 'Gaming' +[2020-07-09 05:55:53,130] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 05:55:53,133] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 05:55:53,277] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZBiEWrhbLa8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 05:55:53,343] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-09 05:55:54,691] /u/TheDidget had their flair updated +[2020-07-09 05:57:36,475] +#################### +[Jul 09 2020 05:57:36] RESTARTED +#################### + +[2020-07-09 06:19:58,494] There has been a new submission: 'Subscribe this YouTube channel for Cricket videos', with flair 'Gaming' +[2020-07-09 06:19:59,039] /u/bollineni7 had their submission removed for insufficient lambda. +[2020-07-09 06:19:59,382] /u/bollineni7 had their flair updated +[2020-07-09 06:46:39,669] There has been a new submission: '[Video] Detroit Become Human & Metropolis: Demonstration or Revolution? [29:07] This is my third video so far and I focused on the GLITCH TRANSITIONS in this one especially. Let me know what you think.', with flair 'Gaming' +[2020-07-09 06:46:40,873] /u/_LUDEO_ had their submission removed for insufficient lambda. +[2020-07-09 06:46:42,343] /u/_LUDEO_ had their flair updated +[2020-07-09 06:47:54,923] There has been a new submission: 'Would anyone be up for providing feedback on my newest set of videos? Sorry this is a double whammy request.', with flair 'Video Critique' +[2020-07-09 06:47:55,997] /u/SuperSymo_ had their submission removed for insufficient lambda. +[2020-07-09 06:47:57,175] /u/SuperSymo_ had their flair updated +[2020-07-09 06:51:43,769] '/u/TheDidget' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-09 06:51:45,850] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 06:55:21,941] '/u/TheDidget' has given '/u/Level_is_me' lambda! +[2020-07-09 06:55:23,631] /u/Level_is_me had their flair updated +[2020-07-09 06:58:26,948] '/u/TheDidget' has given '/u/Brandonator247' lambda! +[2020-07-09 06:58:27,982] /u/Brandonator247 had their flair updated +[2020-07-09 07:15:16,780] There has been a new submission: 'Subscribe, Like & Share', with flair 'Art' +[2020-07-09 07:15:18,465] /u/GiveMeSomeSunshineIL had their submission removed for insufficient lambda. +[2020-07-09 07:15:20,165] /u/GiveMeSomeSunshineIL had their flair updated +[2020-07-09 07:53:09,103] There has been a new submission: 'SpongeBob SquarePants Battle of Bikini Bottom', with flair 'Gaming' +[2020-07-09 07:53:10,821] /u/NastyCrowBurp had their submission removed for insufficient lambda. +[2020-07-09 07:53:12,835] /u/NastyCrowBurp had their flair updated +[2020-07-09 07:55:00,711] There has been a new submission: 'Warzone with some friends from Yeet Squad Gaming (MAGDS)', with flair 'Gaming' +[2020-07-09 07:55:02,213] /u/NastyCrowBurp had their submission removed for insufficient lambda. +[2020-07-09 07:55:03,966] /u/NastyCrowBurp had their flair updated +[2020-07-09 07:57:36,553] +#################### +[Jul 09 2020 07:57:36] RESTARTED +#################### + +[2020-07-09 08:07:06,647] '/u/fabifighter' has given '/u/andyofasgard' lambda! +[2020-07-09 08:07:08,009] /u/andyofasgard had their flair updated +[2020-07-09 08:07:33,364] '/u/fabifighter' has given '/u/TeamRemavi' lambda! +[2020-07-09 08:07:34,624] /u/TeamRemavi had their flair updated +[2020-07-09 08:08:08,429] /u/TeamRemavi had their flair updated +[2020-07-09 08:09:38,200] '/u/modernaddiction' has given '/u/nerdymandrakes' lambda! +[2020-07-09 08:09:38,730] /u/nerdymandrakes had their flair updated +[2020-07-09 08:20:05,781] '/u/modernaddiction' has given '/u/80dreams' lambda! +[2020-07-09 08:20:08,083] /u/80dreams had their flair updated +[2020-07-09 08:20:17,230] There has been a new submission: 'A small r6 and apex channel.', with flair 'Gaming' +[2020-07-09 08:20:19,402] /u/egginbutt had their submission removed for insufficient lambda. +[2020-07-09 08:20:21,700] /u/egginbutt had their flair updated +[2020-07-09 08:40:36,962] '/u/sambarlien' has given '/u/luisfrobles' lambda! +[2020-07-09 08:40:39,235] /u/luisfrobles had their flair updated +[2020-07-09 09:14:23,920] There has been a new submission: 'GTA V Criminal Mastermind collab!', with flair 'Collab' +[2020-07-09 09:14:26,223] /u/Freakygeek_ had their flair updated +[2020-07-09 09:19:43,211] There has been a new submission: 'Tried my hands at some satire, any critique would be appreciated- The DARKER side of Keemstar***very graphic!***', with flair 'Video Critique' +[2020-07-09 09:19:43,846] /u/acidnugger had their submission removed for insufficient lambda. +[2020-07-09 09:19:44,346] /u/acidnugger had their flair updated +[2020-07-09 09:40:06,131] There has been a new submission: 'What to do?', with flair 'Discussion' +[2020-07-09 09:40:09,273] /u/Abbydelirious had their flair updated +[2020-07-09 09:48:49,635] There has been a new submission: 'Starting out, would appreciate feedback (5 Subs)', with flair 'Channel Review' +[2020-07-09 09:48:50,701] /u/iqlfw had their submission removed for insufficient lambda. +[2020-07-09 09:48:51,570] /u/iqlfw had their flair updated +[2020-07-09 09:57:36,200] +#################### +[Jul 09 2020 09:57:36] RESTARTED +#################### + +[2020-07-09 10:04:42,871] '/u/Brandonator247' has given '/u/saggymaggi' lambda! +[2020-07-09 10:04:44,640] /u/saggymaggi had their flair updated +[2020-07-09 10:09:55,490] '/u/Platoniko' has given '/u/Brandonator247' lambda! +[2020-07-09 10:09:55,916] /u/Brandonator247 had their flair updated +[2020-07-09 10:14:13,280] '/u/Platoniko' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-09 10:14:15,088] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 10:16:22,666] '/u/Platoniko' has given '/u/saggymaggi' lambda! +[2020-07-09 10:16:24,157] /u/saggymaggi had their flair updated +[2020-07-09 10:18:04,120] There has been a new submission: 'What life is like to work in a corner shop!!?', with flair 'Vlog' +[2020-07-09 10:18:05,329] /u/StandardGreat had their submission removed for insufficient lambda. +[2020-07-09 10:18:06,471] /u/StandardGreat had their flair updated +[2020-07-09 10:21:27,723] There has been a new submission: 'Colab? (Pls read full post)', with flair 'Collab' +[2020-07-09 10:21:30,555] /u/EpicSmashFan had their flair updated +[2020-07-09 10:25:04,818] There has been a new submission: 'My History Being an Amateur Call of Duty Player!', with flair 'Gaming' +[2020-07-09 10:25:06,332] /u/DexterJohnW had their submission removed for insufficient lambda. +[2020-07-09 10:25:08,059] /u/DexterJohnW had their flair updated +[2020-07-09 10:31:19,994] There has been a new submission: 'Coding from Scratch Jr to Arduino IDE with Qoopers the 6-in-1 STEM robot', with flair 'Video Critique' +[2020-07-09 10:31:22,021] /u/Mr_Smith_online had their submission removed for insufficient lambda. +[2020-07-09 10:31:24,237] /u/Mr_Smith_online had their flair updated +[2020-07-09 10:38:32,219] There has been a new submission: 'Anyone make videos on movies, TV shows, video analysis, etc?', with flair 'Discussion' +[2020-07-09 10:38:33,395] /u/usernametaken3457 had their flair updated +[2020-07-09 11:11:03,439] There has been a new submission: 'Best Valorant Highlights #9', with flair 'Gaming' +[2020-07-09 11:11:05,608] /u/mn_kisk had their submission removed for insufficient lambda. +[2020-07-09 11:11:07,854] /u/mn_kisk had their flair updated +[2020-07-09 11:29:24,433] There has been a new submission: 'Was at a party and Shane Dawson showed up', with flair 'Video Critique' +[2020-07-09 11:29:25,127] /u/wishergod had their submission removed for insufficient lambda. +[2020-07-09 11:29:25,750] /u/wishergod had their flair updated +[2020-07-09 11:45:19,838] There has been a new submission: 'can someone help me?', with flair 'Collab' +[2020-07-09 11:45:21,922] /u/kishoreriya90 had their flair updated +[2020-07-09 11:57:36,654] +#################### +[Jul 09 2020 11:57:36] RESTARTED +#################### + +[2020-07-09 12:14:26,723] '/u/KobiDrinksWater' has given '/u/King-Of-Speed' lambda! +[2020-07-09 12:14:28,556] /u/King-Of-Speed had their flair updated +[2020-07-09 12:18:47,097] There has been a new submission: 'LOOKING FOR A MAD B*ST*RD TO DO CHALLENGES ALONG ME FOR YT***', with flair 'Collab' +[2020-07-09 12:18:48,143] /u/RedditReader01201 had their flair updated +[2020-07-09 12:31:26,017] There has been a new submission: 'Throwback Movie Review of "Master of Disguise"', with flair 'Video Critique' +[2020-07-09 12:31:27,932] /u/BlankCanvasYT had their submission removed for insufficient lambda. +[2020-07-09 12:31:30,128] /u/BlankCanvasYT had their flair updated +[2020-07-09 12:31:42,147] There has been a new submission: 'IS THIS INTRO BETTER?', with flair 'Channel Review' +[2020-07-09 12:31:43,731] /u/darrend1603 had their submission removed for insufficient lambda. +[2020-07-09 12:31:45,917] /u/darrend1603 had their flair updated +[2020-07-09 12:42:28,926] There has been a new submission: 'The Master of Disguise: Yikes.. just yikes (Part 1) - BlankCanvas', with flair 'Video Critique' +[2020-07-09 12:42:30,889] /u/BlankCanvasYT had their submission removed for insufficient lambda. +[2020-07-09 12:42:32,970] /u/BlankCanvasYT had their flair updated +[2020-07-09 12:42:51,829] '/u/oreosrgud4u' has given '/u/DaMeatTray' lambda! +[2020-07-09 12:42:53,871] /u/DaMeatTray had their flair updated +[2020-07-09 12:46:58,011] There has been a new submission: 'Man With A Harmonica(Guitar Cover) by Sourav Biswax | Ennio Morricone | Once Upon A Time In West Tribute', with flair 'Video Critique' +[2020-07-09 12:46:59,192] /u/SouravBiswax had their submission removed for insufficient lambda. +[2020-07-09 12:47:00,572] /u/SouravBiswax had their flair updated +[2020-07-09 12:51:10,426] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 15 - Seraphites (The Last of ...', with flair 'Gaming' +[2020-07-09 12:51:12,606] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-09 12:51:14,830] /u/CecliusPlaysHD had their flair updated +[2020-07-09 12:58:05,264] There has been a new submission: 'all of the comments on ONE of my videos has disappeared??! i’m literally so confused because the rest of them are fine?? is this happening for anyone else', with flair 'Discussion' +[2020-07-09 12:58:06,832] /u/emilyychu had their flair updated +[2020-07-09 13:00:06,745] '/u/JanosLW' has given '/u/nerdymandrakes' lambda! +[2020-07-09 13:00:09,091] /u/nerdymandrakes had their flair updated +[2020-07-09 13:01:31,135] '/u/JanosLW' has given '/u/saggymaggi' lambda! +[2020-07-09 13:01:33,281] /u/saggymaggi had their flair updated +[2020-07-09 13:02:08,116] There has been a new submission: '[CONTENT SHARE] The Game That has broke the Internet - The Last Of Us Part II : Watch my playthrough with light commentary also available - video Essays and live streams thank you [28:30]', with flair 'Gaming' +[2020-07-09 13:02:10,294] /u/Dr3dH3d had their submission removed for insufficient lambda. +[2020-07-09 13:02:12,465] /u/Dr3dH3d had their flair updated +[2020-07-09 13:02:24,260] There has been a new submission: 'YouTube ALSO nerfed my biggest video', with flair 'Video Critique' +[2020-07-09 13:02:24,962] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 13:02:24,967] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 13:02:25,132] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h0-APHgJ_TA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 13:02:25,253] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV4qPn06kZAzFxYyIkaOLKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 13:02:28,226] /u/BaneShake had their flair updated +[2020-07-09 13:02:38,650] '/u/JanosLW' has given '/u/BlankCanvasYT' lambda! +[2020-07-09 13:02:40,743] /u/BlankCanvasYT had their flair updated +[2020-07-09 13:08:34,097] There has been a new submission: 'Funny hand simulator content I made with friends! Hello, I own a gaming channel and if I can interest you into checking out my channel, watching my content and hopefully subscribing that would be great! Thanks for your time :)', with flair 'Gaming' +[2020-07-09 13:08:34,990] /u/KlenUrMum had their submission removed for insufficient lambda. +[2020-07-09 13:08:36,208] /u/KlenUrMum had their flair updated +[2020-07-09 13:09:42,439] There has been a new submission: 'Do you enjoy video games? Do you enjoy movies? Well join in on this cinematic bank heist! What yall think?', with flair 'Video Critique' +[2020-07-09 13:09:43,335] /u/Davidplaysgames had their submission removed for insufficient lambda. +[2020-07-09 13:09:43,840] /u/Davidplaysgames had their flair updated +[2020-07-09 13:24:51,653] '/u/Jlegomon' has given '/u/DaMeatTray' lambda! +[2020-07-09 13:24:53,405] /u/DaMeatTray had their flair updated +[2020-07-09 13:31:23,085] There has been a new submission: 'I made a challenge with my brothers in law. We had the hottest gummy bear in the world. It was painful but in the end was nice to make it together', with flair 'Vlog' +[2020-07-09 13:31:25,076] /u/DulcidioCoelho had their submission removed for insufficient lambda. +[2020-07-09 13:31:27,291] /u/DulcidioCoelho had their flair updated +[2020-07-09 13:36:23,085] There has been a new submission: 'Question', with flair 'Discussion' +[2020-07-09 13:36:24,956] /u/lunarknight11295 had their flair updated +[2020-07-09 13:52:49,966] There has been a new submission: 'CAN'T GIVE UP!| NEVER GIVE UP#1', with flair 'Gaming' +[2020-07-09 13:52:51,932] /u/shikpaw4212 had their submission removed for insufficient lambda. +[2020-07-09 13:52:53,958] /u/shikpaw4212 had their flair updated +[2020-07-09 13:57:36,793] +#################### +[Jul 09 2020 13:57:36] RESTARTED +#################### + +[2020-07-09 14:07:57,284] There has been a new submission: 'My Second Valorant Gameplay Highlights video on the Channel! All feedback is greatly appreciated as I am very new at this!', with flair 'Video Critique' +[2020-07-09 14:07:57,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 14:07:57,538] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 14:07:57,670] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sXM0-Zeyplw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:07:57,785] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGoDjlpBDYYEvrhNglcbNlg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:07:59,583] /u/DaMeatTray had their flair updated +[2020-07-09 14:27:20,256] '/u/DaMeatTray' has given '/u/mrmicpopper' lambda! +[2020-07-09 14:27:21,508] /u/mrmicpopper had their flair updated +[2020-07-09 14:27:53,401] '/u/DaMeatTray' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-09 14:27:54,632] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 14:29:58,935] There has been a new submission: 'Premier League Matchweek 35 predictions:', with flair 'Video Critique' +[2020-07-09 14:29:59,170] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 14:29:59,171] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 14:29:59,280] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XWrHddoPoes&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:29:59,391] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:30:00,045] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 14:31:52,707] '/u/Nadia_Robot' has given '/u/nerdymandrakes' lambda! +[2020-07-09 14:31:54,853] /u/nerdymandrakes had their flair updated +[2020-07-09 14:32:50,541] Starting every day program... +[2020-07-09 14:32:50,544] Updating database statistics... +[2020-07-09 14:32:50,573] Posting and updating wiki... +[2020-07-09 14:33:07,328] Formatting leaderboard... +[2020-07-09 14:33:07,349] Updating sidebar... +[2020-07-09 14:33:09,520] Updated in new reddit... +[2020-07-09 14:33:15,108] Updated in old reddit... +[2020-07-09 14:33:15,108] Completed. +[2020-07-09 14:34:58,249] There has been a new submission: 'False Cut Tutorial based on Swing Cut and Air Cut || Cardistry Tutorial by wcklx', with flair 'Video Critique' +[2020-07-09 14:34:59,763] /u/Finiks123 had their submission removed for insufficient lambda. +[2020-07-09 14:35:01,541] /u/Finiks123 had their flair updated +[2020-07-09 14:35:10,283] '/u/Nadia_Robot' has given '/u/saggymaggi' lambda! +[2020-07-09 14:35:12,030] /u/saggymaggi had their flair updated +[2020-07-09 14:36:25,063] There has been a new submission: 'CSS 3D Rotating Image Gallery | CSS 3D Animation Effects | HTML5 & CSS3 • 千丨ㄥ乇卩卂山几', with flair 'Art' +[2020-07-09 14:36:26,383] /u/Filepawn had their submission removed for insufficient lambda. +[2020-07-09 14:36:27,911] /u/Filepawn had their flair updated +[2020-07-09 14:38:01,436] There has been a new submission: 'Personal finance and investing channel review request - any feedback is greatly appreciated', with flair 'Channel Review' +[2020-07-09 14:38:02,413] /u/InvestWithArihant had their submission removed for insufficient lambda. +[2020-07-09 14:38:03,575] /u/InvestWithArihant had their flair updated +[2020-07-09 14:40:33,463] '/u/pianobars' has given '/u/DennisTheBadBoy' lambda! +[2020-07-09 14:40:35,759] /u/DennisTheBadBoy had their flair updated +[2020-07-09 14:42:30,706] /u/Nadia_Robot had their flair updated +[2020-07-09 14:42:40,224] There has been a new submission: 'Hey ya! Started doing some sketch comedy stuff during lockdown with some friends, would love any feedback!', with flair 'Video Critique' +[2020-07-09 14:42:40,867] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 14:42:40,870] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 14:42:41,019] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2_1IG_1si0M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:42:41,128] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7eRCjzlmoXTAo0rrhLlamA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 14:42:43,985] /u/devilpanda555 had their flair updated +[2020-07-09 14:43:42,361] '/u/Nadia_Robot' has given '/u/Mr_Smith_online' lambda! +[2020-07-09 14:43:44,324] /u/Mr_Smith_online had their flair updated +[2020-07-09 14:47:58,116] '/u/BaneShake' has given '/u/devilpanda555' lambda! +[2020-07-09 14:47:59,278] /u/devilpanda555 had their flair updated +[2020-07-09 15:01:47,312] '/u/devilpanda555' has given '/u/BaneShake' lambda! +[2020-07-09 15:01:49,445] /u/BaneShake had their flair updated +[2020-07-09 15:04:51,374] There has been a new submission: 'videogame dunkey asmr', with flair 'Video Critique' +[2020-07-09 15:04:52,970] /u/KreamOfMeme had their submission removed for insufficient lambda. +[2020-07-09 15:04:54,755] /u/KreamOfMeme had their flair updated +[2020-07-09 15:05:53,128] '/u/TheDidget' has given '/u/Universal-Pro-Tech' lambda! +[2020-07-09 15:05:54,632] /u/Universal-Pro-Tech had their flair updated +[2020-07-09 15:07:56,792] '/u/TheDidget' has given '/u/happybellystudio' lambda! +[2020-07-09 15:07:57,923] /u/happybellystudio had their flair updated +[2020-07-09 15:09:42,143] '/u/TheDidget' has given '/u/saggymaggi' lambda! +[2020-07-09 15:09:42,672] /u/saggymaggi had their flair updated +[2020-07-09 15:23:57,566] There has been a new submission: '3 Minutes Of Fortnite Shockwave Launcher Trick Shots', with flair 'Gaming' +[2020-07-09 15:23:59,252] /u/TCBPRODUCTIONS2 had their submission removed for insufficient lambda. +[2020-07-09 15:24:01,145] /u/TCBPRODUCTIONS2 had their flair updated +[2020-07-09 15:35:52,378] '/u/SodiPopMatt' has given '/u/Mr_Smith_online' lambda! +[2020-07-09 15:35:53,905] /u/Mr_Smith_online had their flair updated +[2020-07-09 15:38:40,509] There has been a new submission: 'I finally reached 100 subscribers & got my custom channel name!', with flair 'Channel Review' +[2020-07-09 15:38:41,375] /u/LindsayTLadyEngineer had their submission removed for insufficient lambda. +[2020-07-09 15:38:42,344] /u/LindsayTLadyEngineer had their flair updated +[2020-07-09 15:41:25,568] There has been a new submission: 'New video. Advice would help, but even just a watch would also help', with flair 'Video Critique' +[2020-07-09 15:41:26,285] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 15:41:26,287] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 15:41:26,432] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6LAOae3uLkY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 15:41:26,547] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKqgP96f9erkK-GDZUrvuEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 15:41:29,621] /u/LuigiTimeInc had their flair updated +[2020-07-09 15:43:34,111] '/u/SodiPopMatt' has given '/u/aresALT' lambda! +[2020-07-09 15:43:36,112] /u/aresALT had their flair updated +[2020-07-09 15:44:53,717] '/u/TheDidget' has given '/u/RodrasBurton' lambda! +[2020-07-09 15:44:55,463] /u/RodrasBurton had their flair updated +[2020-07-09 15:46:42,687] There has been a new submission: 'Predator Hunting Grounds With Trash Teammates of you enjoy please like and subscribe', with flair 'Gaming' +[2020-07-09 15:46:43,995] /u/The1Boii652 had their submission removed for insufficient lambda. +[2020-07-09 15:46:45,470] /u/The1Boii652 had their flair updated +[2020-07-09 15:52:25,574] There has been a new submission: 'Gendarmenmarkt and surrounding area', with flair 'Channel Review' +[2020-07-09 15:52:27,560] /u/Kendo82 had their submission removed for insufficient lambda. +[2020-07-09 15:52:29,695] /u/Kendo82 had their flair updated +[2020-07-09 15:56:39,883] There has been a new submission: 'I upload every month, and one of my focused to get high production value with the materials I have. I usually spend around 50-75 hours on each video, depending on the project. Would love to hear things I could improve on or opinions in general.', with flair 'Channel Review' +[2020-07-09 15:56:40,229] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 15:56:40,231] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 15:56:40,400] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oHKWIS83uIM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 15:56:40,517] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzavPw-KYVENg1BjTHYW38w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 15:56:42,701] /u/CraftsmanStudios had their flair updated +[2020-07-09 15:57:37,155] +#################### +[Jul 09 2020 15:57:37] RESTARTED +#################### + +[2020-07-09 16:09:50,037] There has been a new submission: 'What's up guys. Could I have a channel critique please? I'm new to making this specific content so a little critique of how I'm doing so far would be great. Thanks doods!', with flair 'Channel Review' +[2020-07-09 16:09:50,684] /u/aresALT had their flair updated +[2020-07-09 16:14:22,464] There has been a new submission: 'A watch and advice would be helpful :)', with flair 'Gaming' +[2020-07-09 16:14:24,300] /u/RealNY27 had their submission removed for insufficient lambda. +[2020-07-09 16:14:26,126] /u/RealNY27 had their flair updated +[2020-07-09 16:22:07,612] '/u/Redmond93' has given '/u/germaiad' lambda! +[2020-07-09 16:22:09,781] /u/germaiad had their flair updated +[2020-07-09 16:25:55,697] There has been a new submission: 'Hi', with flair 'Gaming' +[2020-07-09 16:25:57,061] /u/KylePlayz-YT had their submission removed for insufficient lambda. +[2020-07-09 16:25:58,660] /u/KylePlayz-YT had their flair updated +[2020-07-09 16:26:35,172] There has been a new submission: 'Watch this please I’m trying to grow', with flair 'Gaming' +[2020-07-09 16:26:36,489] /u/KylePlayz-YT had their submission removed for insufficient lambda. +[2020-07-09 16:26:37,946] /u/KylePlayz-YT had their flair updated +[2020-07-09 16:27:40,233] There has been a new submission: 'Just postet my new gaming montage! Check it out and give me some feedback <3', with flair 'Gaming' +[2020-07-09 16:27:41,267] /u/VisionYouTube had their submission removed for insufficient lambda. +[2020-07-09 16:27:42,499] /u/VisionYouTube had their flair updated +[2020-07-09 16:27:53,064] '/u/Redmond93' has given '/u/Mr_Smith_online' lambda! +[2020-07-09 16:27:54,274] /u/Mr_Smith_online had their flair updated +[2020-07-09 16:29:12,552] There has been a new submission: 'Warzone', with flair 'Gaming' +[2020-07-09 16:29:13,378] /u/Triplex999 had their submission removed for insufficient lambda. +[2020-07-09 16:29:14,116] /u/Triplex999 had their flair updated +[2020-07-09 16:33:32,210] There has been a new submission: 'LEGO Truck...', with flair 'Video Critique' +[2020-07-09 16:33:34,244] /u/GiveMeSomeSunshineIL had their submission removed for insufficient lambda. +[2020-07-09 16:33:36,198] /u/GiveMeSomeSunshineIL had their flair updated +[2020-07-09 16:35:35,237] '/u/LuigiTimeInc' has given '/u/wayfaring_wizard' lambda! +[2020-07-09 16:35:36,883] /u/wayfaring_wizard had their flair updated +[2020-07-09 16:38:55,701] There has been a new submission: 'BUY YOUR OWN EGIRL IN THIS WEBSITE', with flair 'Video Critique' +[2020-07-09 16:38:56,546] /u/Headbandjulian had their submission removed for insufficient lambda. +[2020-07-09 16:38:57,385] /u/Headbandjulian had their flair updated +[2020-07-09 16:42:32,738] There has been a new submission: 'Made a short documentary on H&M', with flair 'Channel Review' +[2020-07-09 16:42:34,580] /u/hello_hack0r had their submission removed for insufficient lambda. +[2020-07-09 16:42:36,714] /u/hello_hack0r had their flair updated +[2020-07-09 16:45:19,706] There has been a new submission: 'What do you guys think of my editing?', with flair 'Video Critique' +[2020-07-09 16:45:21,266] /u/Harrisonfirth243 had their submission removed for insufficient lambda. +[2020-07-09 16:45:22,987] /u/Harrisonfirth243 had their flair updated +[2020-07-09 16:46:33,544] There has been a new submission: 'Is Cheetah faster than a HORSE FLY?', with flair 'Video Critique' +[2020-07-09 16:46:34,861] /u/karvh81 had their submission removed for insufficient lambda. +[2020-07-09 16:46:36,342] /u/karvh81 had their flair updated +[2020-07-09 16:48:27,654] There has been a new submission: 'Tarot reading. Any advice to improve my content', with flair 'None' +[2020-07-09 16:48:28,629] /u/1kakashi had their submission removed for insufficient lambda. +[2020-07-09 16:48:29,681] /u/1kakashi had their flair updated +[2020-07-09 16:54:01,183] There has been a new submission: 'The Last Of Us Remastered - Game Story - Part 2 (END)', with flair 'Gaming' +[2020-07-09 16:54:02,835] /u/I-am_Speechless had their submission removed for insufficient lambda. +[2020-07-09 16:54:04,710] /u/I-am_Speechless had their flair updated +[2020-07-09 17:00:53,237] There has been a new submission: 'Teleport Mayhem (my third Valorant edit)', with flair 'Gaming' +[2020-07-09 17:00:55,289] /u/flippifly had their submission removed for insufficient lambda. +[2020-07-09 17:00:57,572] /u/flippifly had their flair updated +[2020-07-09 17:15:18,417] There has been a new submission: 'Yo , my goal is 20 sub . Check out my music channel.', with flair 'Channel Review' +[2020-07-09 17:15:20,013] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-09 17:15:21,725] /u/chrizuz had their flair updated +[2020-07-09 17:15:34,700] There has been a new submission: 'YouTube', with flair 'Channel Review' +[2020-07-09 17:15:36,160] /u/zen4218 had their submission removed for insufficient lambda. +[2020-07-09 17:15:37,816] /u/zen4218 had their flair updated +[2020-07-09 17:16:07,962] '/u/LuigiTimeInc' has given '/u/Jayotic44' lambda! +[2020-07-09 17:16:09,517] /u/Jayotic44 had their flair updated +[2020-07-09 17:16:53,522] /u/LuigiTimeInc had their flair updated +[2020-07-09 17:17:00,525] There has been a new submission: 'I just made a yt vid on ps4. I tried to edit it on ps4. Hopefully it is good enough', with flair 'Video Critique' +[2020-07-09 17:17:01,758] /u/Ej-is-the-best had their submission removed for insufficient lambda. +[2020-07-09 17:17:03,154] /u/Ej-is-the-best had their flair updated +[2020-07-09 17:22:33,835] There has been a new submission: 'Funny Commentary- Adult Book Disguised As Children Book?! 😳', with flair 'Vlog' +[2020-07-09 17:22:35,712] /u/badboylus had their submission removed for insufficient lambda. +[2020-07-09 17:22:37,812] /u/badboylus had their flair updated +[2020-07-09 17:30:35,488] There has been a new submission: 'Come and take a look at my channel, I have 60 subscribers in almost 50 days of creating my channel!', with flair 'Channel Review' +[2020-07-09 17:30:37,556] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-07-09 17:30:39,859] /u/nocluesmusic had their flair updated +[2020-07-09 17:31:59,651] '/u/aresALT' has given '/u/TriceratopsJr' lambda! +[2020-07-09 17:32:01,805] /u/TriceratopsJr had their flair updated +[2020-07-09 17:33:29,413] There has been a new submission: 'My new video discussing bad sound design in the Spongebob Battle for Bikini Bottom remake. Let me know what you think!', with flair 'Video Critique' +[2020-07-09 17:33:30,022] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 17:33:30,025] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 17:33:30,191] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lsMwAAAt5dc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 17:33:30,318] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 17:33:33,130] /u/TriceratopsJr had their flair updated +[2020-07-09 17:34:18,898] '/u/LuigiTimeInc' has given '/u/RayPlays' lambda! +[2020-07-09 17:34:20,785] /u/RayPlays had their flair updated +[2020-07-09 17:34:42,281] '/u/LuigiTimeInc' has given '/u/badboylus' lambda! +[2020-07-09 17:34:44,144] /u/badboylus had their flair updated +[2020-07-09 17:36:07,319] There has been a new submission: 'Just made my first video for my gaming channel! Any tips would be appreciated: Garry's Mod | Funny Moments', with flair 'Video Critique' +[2020-07-09 17:36:08,707] /u/DrDamageMChD had their submission removed for insufficient lambda. +[2020-07-09 17:36:10,312] /u/DrDamageMChD had their flair updated +[2020-07-09 17:37:31,586] There has been a new submission: 'My Best Few Videos to date', with flair 'Gaming' +[2020-07-09 17:37:32,837] /u/Shock-Wav3 had their submission removed for insufficient lambda. +[2020-07-09 17:37:34,190] /u/Shock-Wav3 had their flair updated +[2020-07-09 17:38:26,196] There has been a new submission: 'A very daring challenge...', with flair 'Video Critique' +[2020-07-09 17:38:27,361] /u/Shock-Wav3 had their submission removed for insufficient lambda. +[2020-07-09 17:38:28,608] /u/Shock-Wav3 had their flair updated +[2020-07-09 17:38:45,489] There has been a new submission: 'Grinding to hit my YT goals! I hope you'll check out my channel :)', with flair 'Channel Review' +[2020-07-09 17:38:46,497] /u/offthepiecharts had their submission removed for insufficient lambda. +[2020-07-09 17:38:47,497] /u/offthepiecharts had their flair updated +[2020-07-09 17:40:21,287] '/u/jarochar' has given '/u/germaiad' lambda! +[2020-07-09 17:40:23,860] /u/germaiad had their flair updated +[2020-07-09 17:41:31,999] '/u/jarochar' has given '/u/DarthGaff' lambda! +[2020-07-09 17:41:34,222] /u/DarthGaff had their flair updated +[2020-07-09 17:44:02,378] There has been a new submission: 'What do you guys want to see next in my YT channel', with flair 'Video Critique' +[2020-07-09 17:44:03,792] /u/TheRealFaZeMill had their submission removed for insufficient lambda. +[2020-07-09 17:44:05,767] /u/TheRealFaZeMill had their flair updated +[2020-07-09 17:44:35,813] There has been a new submission: 'Life as Helen is trash ft. Lil SoySauce! Fire diss track ngl 😳😤😎', with flair 'Video Critique' +[2020-07-09 17:44:37,479] /u/Zoosophy had their submission removed for insufficient lambda. +[2020-07-09 17:44:39,298] /u/Zoosophy had their flair updated +[2020-07-09 17:45:51,072] There has been a new submission: 'New video. Did you like the thumbnail? Let me know what you enjoyed from the video', with flair 'Video Critique' +[2020-07-09 17:45:51,514] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 17:45:51,516] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 17:45:51,630] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=URx3FKvf7Ho&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 17:45:51,746] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS35C_6t4Ee0N66Gb9N2Mkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 17:45:53,977] /u/yosark had their flair updated +[2020-07-09 17:48:09,292] There has been a new submission: 'My views, comments and subs is what keeps me going.', with flair 'Discussion' +[2020-07-09 17:48:10,665] /u/Yo-Homeboy13 had their flair updated +[2020-07-09 17:52:33,870] There has been a new submission: 'What are some ways to grow an educational channel about Genealogy?', with flair 'Discussion' +[2020-07-09 17:52:36,568] /u/MarioMad2007 had their flair updated +[2020-07-09 17:57:37,268] +#################### +[Jul 09 2020 17:57:37] RESTARTED +#################### + +[2020-07-09 18:01:58,033] There has been a new submission: 'I’m a small commentary channel, any feedback or support would be appreciated. Thanks mate', with flair 'Channel Review' +[2020-07-09 18:02:00,086] /u/Zaker225 had their submission removed for insufficient lambda. +[2020-07-09 18:02:02,308] /u/Zaker225 had their flair updated +[2020-07-09 18:02:18,015] There has been a new submission: 'Cheesecake Factory Brown Bread Recipe', with flair 'Video Critique' +[2020-07-09 18:02:19,902] /u/toastyfoodsus had their submission removed for insufficient lambda. +[2020-07-09 18:02:22,047] /u/toastyfoodsus had their flair updated +[2020-07-09 18:03:35,413] '/u/CraftsmanStudios' has given '/u/We_Are_Squad' lambda! +[2020-07-09 18:03:37,365] /u/We_Are_Squad had their flair updated +[2020-07-09 18:08:06,334] There has been a new submission: 'Injustice 2 - Part 1', with flair 'Gaming' +[2020-07-09 18:08:07,556] /u/parker_pumpYT had their submission removed for insufficient lambda. +[2020-07-09 18:08:08,708] /u/parker_pumpYT had their flair updated +[2020-07-09 18:10:03,856] There has been a new submission: 'OBESE KID TRIES U.S MARINE FITNESS TEST- PLEASE CHECK THIS OUT AND TELL ME WHAT YOU THINK🙏', with flair 'Channel Review' +[2020-07-09 18:10:06,292] /u/lucakinmondriccio had their submission removed for insufficient lambda. +[2020-07-09 18:10:08,902] /u/lucakinmondriccio had their flair updated +[2020-07-09 18:13:37,780] '/u/Brandonator247' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-09 18:13:39,710] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 18:14:04,619] There has been a new submission: 'Tried to step outside gameplay - TOP 10 BEST Weapons in Minecraft Dungeons', with flair 'Video Critique' +[2020-07-09 18:14:05,105] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 18:14:05,107] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 18:14:05,280] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cHH71daP8yc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:14:05,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChxsyeAYYb-F7yHIZ8E9Cow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:14:06,874] /u/kahnindustries had their flair updated +[2020-07-09 18:15:05,480] '/u/yosark' has given '/u/Jayotic44' lambda! +[2020-07-09 18:15:07,220] /u/Jayotic44 had their flair updated +[2020-07-09 18:17:09,035] '/u/Brandonator247' has given '/u/DaMeatTray' lambda! +[2020-07-09 18:17:10,401] /u/DaMeatTray had their flair updated +[2020-07-09 18:18:19,615] There has been a new submission: 'I’m creating Super Smash Bro’s content! This is my latest video trying out the newest DLC character online! Let me know what I can improve on! Ramen Waifu DESTROYS Smash Ultimate!', with flair 'Video Critique' +[2020-07-09 18:18:19,942] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 18:18:19,944] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 18:18:20,046] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uLAwqAHjUPE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:18:20,178] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqk-fFXEvT-1BrwP4VPx5rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:18:21,607] /u/Jayotic44 had their flair updated +[2020-07-09 18:22:15,593] There has been a new submission: 'This is crazy', with flair 'Vlog' +[2020-07-09 18:22:17,458] /u/TheRealFaZeMill had their submission removed for insufficient lambda. +[2020-07-09 18:22:19,543] /u/TheRealFaZeMill had their flair updated +[2020-07-09 18:27:02,345] There has been a new submission: 'Check out my new beat', with flair 'Channel Review' +[2020-07-09 18:27:03,521] /u/pinoks had their submission removed for insufficient lambda. +[2020-07-09 18:27:04,906] /u/pinoks had their flair updated +[2020-07-09 18:31:53,952] There has been a new submission: 'My First Horror Short Film I Made. Its Inspired by Various Other Horror Films Such as The Evil Dead 2 and Eraserhead. I hope someone can critique it.', with flair 'Video Critique' +[2020-07-09 18:31:55,917] /u/PermitJoshuabro had their submission removed for insufficient lambda. +[2020-07-09 18:31:58,109] /u/PermitJoshuabro had their flair updated +[2020-07-09 18:34:22,108] '/u/yosark' has given '/u/kahnindustries' lambda! +[2020-07-09 18:34:23,935] /u/kahnindustries had their flair updated +[2020-07-09 18:38:10,636] '/u/TriceratopsJr' has given '/u/Jgolde8' lambda! +[2020-07-09 18:38:11,738] /u/Jgolde8 had their flair updated +[2020-07-09 18:39:16,702] There has been a new submission: 'Cartoon - She Found Out She Wasn’t The Biological Mom Of Her 3 Children - AmoMama', with flair 'None' +[2020-07-09 18:39:18,003] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-09 18:39:18,751] /u/IndividualGuide had their flair updated +[2020-07-09 18:40:05,786] '/u/devilpanda555' has given '/u/AuraMM' lambda! +[2020-07-09 18:40:08,120] /u/AuraMM had their flair updated +[2020-07-09 18:41:20,134] There has been a new submission: 'Used a voice changer online and it's kinda funny how people react in a negative way.', with flair 'Gaming' +[2020-07-09 18:41:22,190] /u/Ergs751 had their submission removed for insufficient lambda. +[2020-07-09 18:41:24,453] /u/Ergs751 had their flair updated +[2020-07-09 18:41:48,275] '/u/devilpanda555' has given '/u/SciFi_Pie' lambda! +[2020-07-09 18:41:50,462] /u/SciFi_Pie had their flair updated +[2020-07-09 18:43:20,953] '/u/devilpanda555' has given '/u/germaiad' lambda! +[2020-07-09 18:43:22,947] /u/germaiad had their flair updated +[2020-07-09 18:48:55,531] There has been a new submission: 'New DJI Mavic Mini Unboxing 2020', with flair 'Vlog' +[2020-07-09 18:48:56,384] /u/StoneAge_Productions had their submission removed for insufficient lambda. +[2020-07-09 18:48:57,227] /u/StoneAge_Productions had their flair updated +[2020-07-09 18:50:10,302] '/u/FynnKrauseFootballYT' has given '/u/wayfaring_wizard' lambda! +[2020-07-09 18:50:12,660] /u/wayfaring_wizard had their flair updated +[2020-07-09 18:55:51,368] There has been a new submission: 'Here is some gameplay on Donkey Kong Country, I want to know what I can do to improve on or change in future videos.', with flair 'Video Critique' +[2020-07-09 18:55:51,792] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 18:55:51,793] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 18:55:51,891] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EHK2mRQofd0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:55:52,013] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnmLPkT3c4GrbJ8XVw9DmhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 18:55:54,312] /u/AdamantineHero had their flair updated +[2020-07-09 18:59:10,134] '/u/DaMeatTray' has given '/u/aresALT' lambda! +[2020-07-09 18:59:10,845] /u/aresALT had their flair updated +[2020-07-09 18:59:33,445] '/u/DaMeatTray' has given '/u/wayfaring_wizard' lambda! +[2020-07-09 18:59:34,171] /u/wayfaring_wizard had their flair updated +[2020-07-09 19:00:40,749] There has been a new submission: 'Valorant but its a blindfolded knife fight- any feedback appreciated (: lambda machine activated', with flair 'Video Critique' +[2020-07-09 19:00:41,515] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 19:00:41,518] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 19:00:41,675] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NIReimrXnvs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 19:00:41,784] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDt3C0KphXeDteW2GXoetKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 19:00:44,975] /u/saggymaggi had their flair updated +[2020-07-09 19:01:26,573] '/u/DaMeatTray' has given '/u/Jgolde8' lambda! +[2020-07-09 19:01:28,869] /u/Jgolde8 had their flair updated +[2020-07-09 19:03:21,070] '/u/devilpanda555' has given '/u/yosark' lambda! +[2020-07-09 19:03:23,074] /u/yosark had their flair updated +[2020-07-09 19:03:39,491] '/u/DaMeatTray' has given '/u/SpeedyStreamer' lambda! +[2020-07-09 19:03:41,450] /u/SpeedyStreamer had their flair updated +[2020-07-09 19:07:37,457] '/u/devilpanda555' has given '/u/wayfaring_wizard' lambda! +[2020-07-09 19:07:38,709] /u/wayfaring_wizard had their flair updated +[2020-07-09 19:12:21,092] '/u/saggymaggi' has given '/u/ShikharTrivedi' lambda! +[2020-07-09 19:12:23,244] /u/ShikharTrivedi had their flair updated +[2020-07-09 19:14:32,916] There has been a new submission: 'LOBA HIGHLIGHTS', with flair 'Video Critique' +[2020-07-09 19:14:34,648] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-07-09 19:14:36,503] /u/GepkeApexYT had their flair updated +[2020-07-09 19:16:54,576] There has been a new submission: '[Verdansk] New video I made today please check it out and let me know what you think 🙏🏻 MW2/Warzone gameplay.', with flair 'Gaming' +[2020-07-09 19:16:55,811] /u/Dc__91 had their submission removed for insufficient lambda. +[2020-07-09 19:16:57,219] /u/Dc__91 had their flair updated +[2020-07-09 19:20:22,515] There has been a new submission: 'Using 100% brain capacity in Valorant(Funny Moments)', with flair 'Gaming' +[2020-07-09 19:20:24,874] /u/___Strings___ had their submission removed for insufficient lambda. +[2020-07-09 19:20:27,181] /u/___Strings___ had their flair updated +[2020-07-09 19:27:24,503] There has been a new submission: 'I SPENT THE NIGHT IN MY BATHROOM!! (OVERNIGHT CHALLENGE)', with flair 'Vlog' +[2020-07-09 19:27:25,571] /u/rayvawn_ had their submission removed for insufficient lambda. +[2020-07-09 19:27:26,879] /u/rayvawn_ had their flair updated +[2020-07-09 19:32:29,767] '/u/saggymaggi' has given '/u/DennisTheBadBoy' lambda! +[2020-07-09 19:32:31,838] /u/DennisTheBadBoy had their flair updated +[2020-07-09 19:33:26,118] '/u/saggymaggi' has given '/u/Brandonator247' lambda! +[2020-07-09 19:33:28,322] /u/Brandonator247 had their flair updated +[2020-07-09 19:38:45,627] There has been a new submission: 'First official song !!! Own creation !! Fl studio !! Home studio !!! Love song !! Soulful music', with flair 'Discussion' +[2020-07-09 19:38:46,539] /u/Nihit2019 had their submission removed for using the wrong flair. +[2020-07-09 19:38:47,509] /u/Nihit2019 had their flair updated +[2020-07-09 19:41:42,580] '/u/kahnindustries' has given '/u/TitanJazza' lambda! +[2020-07-09 19:41:44,796] /u/TitanJazza had their flair updated +[2020-07-09 19:46:04,130] There has been a new submission: 'Lampshades A'Billion - a story about a boy with a dream.. feedback welcome.. I got a couple ideas for things I could have done better, interested in alternative perspectives', with flair 'Video Critique' +[2020-07-09 19:46:04,532] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 19:46:04,533] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 19:46:04,642] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BzvapdSf6pU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 19:46:04,782] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_GgBpk8KVsztB54HcjAXDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 19:46:07,202] /u/germaiad had their flair updated +[2020-07-09 19:47:36,808] '/u/yosark' has given '/u/DennisTheBadBoy' lambda! +[2020-07-09 19:47:38,073] /u/DennisTheBadBoy had their flair updated +[2020-07-09 19:48:02,006] There has been a new submission: 'A Day In New York', with flair 'Vlog' +[2020-07-09 19:48:03,044] /u/DJ-Makkasu had their submission removed for insufficient lambda. +[2020-07-09 19:48:04,217] /u/DJ-Makkasu had their flair updated +[2020-07-09 19:50:18,736] There has been a new submission: 'GTFO R3B1 - When you'd think it'd go good, but it doesnt jajajaja', with flair 'Gaming' +[2020-07-09 19:50:20,843] /u/Croquetalandia had their submission removed for insufficient lambda. +[2020-07-09 19:50:23,208] /u/Croquetalandia had their flair updated +[2020-07-09 19:51:44,583] There has been a new submission: 'I Posted a New Video. Pretty Out of My Comfort Zone but Feedback Would be Great!!! Thanks', with flair 'Video Critique' +[2020-07-09 19:51:46,505] /u/harnsisdead had their submission removed for insufficient lambda. +[2020-07-09 19:51:48,713] /u/harnsisdead had their flair updated +[2020-07-09 19:52:04,454] '/u/kahnindustries' has given '/u/Brandonator247' lambda! +[2020-07-09 19:52:06,624] /u/Brandonator247 had their flair updated +[2020-07-09 19:52:52,931] '/u/kahnindustries' has given '/u/SciFi_Pie' lambda! +[2020-07-09 19:52:55,242] /u/SciFi_Pie had their flair updated +[2020-07-09 19:57:37,017] +#################### +[Jul 09 2020 19:57:37] RESTARTED +#################### + +[2020-07-09 19:59:31,561] There has been a new submission: 'I'm pretty new to yt and was wondering if anyone had any advice for me such as audio, editing or really anything else you can think of?', with flair 'Video Critique' +[2020-07-09 19:59:32,258] /u/JosiahTMG had their submission removed for insufficient lambda. +[2020-07-09 19:59:32,824] /u/JosiahTMG had their flair updated +[2020-07-09 19:59:35,437] There has been a new submission: 'Animation Series with Friend', with flair 'Video Critique' +[2020-07-09 19:59:36,085] /u/Chelsea3000 had their submission removed for insufficient lambda. +[2020-07-09 19:59:36,594] /u/Chelsea3000 had their flair updated +[2020-07-09 20:00:07,305] There has been a new submission: 'Watch my latest survival video, and let me know your thoughts in the comments!', with flair 'Video Critique' +[2020-07-09 20:00:09,429] /u/quennplays had their submission removed for insufficient lambda. +[2020-07-09 20:00:11,805] /u/quennplays had their flair updated +[2020-07-09 20:00:39,795] '/u/saggymaggi' has given '/u/Jgolde8' lambda! +[2020-07-09 20:00:42,070] /u/Jgolde8 had their flair updated +[2020-07-09 20:01:27,616] '/u/Jayotic44' has given '/u/Brandonator247' lambda! +[2020-07-09 20:01:29,822] /u/Brandonator247 had their flair updated +[2020-07-09 20:02:51,729] There has been a new submission: 'HAYABUSA The Ultimate Ninja Gameplay |Mobile Legend|', with flair 'Gaming' +[2020-07-09 20:02:53,609] /u/holymolybruh had their submission removed for insufficient lambda. +[2020-07-09 20:02:55,683] /u/holymolybruh had their flair updated +[2020-07-09 20:08:16,472] There has been a new submission: 'Coding with Qoopers the STEM robot - from Scratch Jr to Arduino IDE', with flair 'Video Critique' +[2020-07-09 20:08:16,730] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 20:08:16,732] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 20:08:16,888] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-_XUArPFBhM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:08:16,999] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClLztdRa0gheE9fA9fpmwMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:08:18,445] /u/Mr_Smith_online had their flair updated +[2020-07-09 20:12:35,784] '/u/saggymaggi' has given '/u/Henry_does' lambda! +[2020-07-09 20:12:37,849] /u/Henry_does had their flair updated +[2020-07-09 20:12:44,679] '/u/germaiad' has given '/u/Henry_does' lambda! +[2020-07-09 20:12:47,249] /u/Henry_does had their flair updated +[2020-07-09 20:12:53,239] There has been a new submission: 'For my birthday special I played one of my favorite games from my youth: MONSTERS, INC.! 🍰 All and any kinds of feedback and suggestions very appreciated! Is there something to improve on?', with flair 'Video Critique' +[2020-07-09 20:12:53,880] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 20:12:53,882] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 20:12:54,021] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Td-Tl-KYvd0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:12:54,155] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:12:57,040] /u/qzeqYT had their flair updated +[2020-07-09 20:15:18,393] There has been a new submission: 'How's the editing, thumbnail, audio? I'm definitely trying to grow, but right now I'm mostly trying to learn and improve. Let me know what works and what could improve!', with flair 'Gaming' +[2020-07-09 20:15:18,865] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 20:15:18,867] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 20:15:18,962] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eCMbamaARKc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:15:19,076] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbAhGzRvD90HyoETbKdxHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:15:21,628] /u/Jgolde8 had their flair updated +[2020-07-09 20:24:43,959] '/u/qzeqYT' has given '/u/Mr_Smith_online' lambda! +[2020-07-09 20:24:45,785] /u/Mr_Smith_online had their flair updated +[2020-07-09 20:25:24,592] '/u/AdamantineHero' has given '/u/ShikharTrivedi' lambda! +[2020-07-09 20:25:26,273] /u/ShikharTrivedi had their flair updated +[2020-07-09 20:26:37,869] '/u/AdamantineHero' has given '/u/Brandonator247' lambda! +[2020-07-09 20:26:39,420] /u/Brandonator247 had their flair updated +[2020-07-09 20:26:52,218] There has been a new submission: 'I did a quick recap of the Deji & KSI drama. I'd love your feedback on the thumbnail and video topic. You get a lambda you get a lambda everyone gets a lambda.', with flair 'Video Critique' +[2020-07-09 20:26:52,571] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 20:26:52,574] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 20:26:52,723] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CnxsB-HRH_M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:26:52,834] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9kqMCbAsUTSov0AwfTrRPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 20:26:54,836] /u/Henry_does had their flair updated +[2020-07-09 20:27:21,290] There has been a new submission: 'How to fix: Cross-cut Paper Shredder Teardown and repair', with flair 'Video Critique' +[2020-07-09 20:27:22,480] /u/istylehun had their submission removed for insufficient lambda. +[2020-07-09 20:27:24,159] /u/istylehun had their flair updated +[2020-07-09 20:27:37,759] There has been a new submission: 'Video editing software', with flair 'Discussion' +[2020-07-09 20:27:39,355] /u/Level_is_me had their flair updated +[2020-07-09 20:30:59,125] '/u/AdamantineHero' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-09 20:31:01,361] /u/FynnKrauseFootballYT had their flair updated +[2020-07-09 20:31:58,042] '/u/Mr_Smith_online' has given '/u/Henry_does' lambda! +[2020-07-09 20:32:00,232] /u/Henry_does had their flair updated +[2020-07-09 20:34:06,087] There has been a new submission: 'Chinese Unusual Foods * Seen in Only China* Reaction video', with flair 'Vlog' +[2020-07-09 20:34:07,757] /u/alkid01 had their submission removed for insufficient lambda. +[2020-07-09 20:34:09,675] /u/alkid01 had their flair updated +[2020-07-09 20:38:45,904] There has been a new submission: 'Apex Legends', with flair 'Gaming' +[2020-07-09 20:38:46,825] /u/InkStarBoy had their submission removed for insufficient lambda. +[2020-07-09 20:38:47,741] /u/InkStarBoy had their flair updated +[2020-07-09 20:56:36,073] There has been a new submission: 'Japan Sinks: 2020 Opening | a life — Taeko Oonuki & Ryuichi Sakamoto', with flair 'Channel Review' +[2020-07-09 20:56:37,314] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-09 20:56:38,781] /u/Irefig had their flair updated +[2020-07-09 20:57:53,468] There has been a new submission: 'Please Check out my channel, and sub, I Want to be a top Youtuber one Day.. Please let it happen', with flair 'Channel Review' +[2020-07-09 20:57:54,534] /u/Youngkola had their submission removed for insufficient lambda. +[2020-07-09 20:57:55,688] /u/Youngkola had their flair updated +[2020-07-09 20:58:36,467] There has been a new submission: 'Been a while since I made a vlog but I appreciate any support! Much love', with flair 'Vlog' +[2020-07-09 20:58:37,510] /u/Bry2ThaLo had their submission removed for insufficient lambda. +[2020-07-09 20:58:38,514] /u/Bry2ThaLo had their flair updated +[2020-07-09 20:58:45,715] There has been a new submission: 'Hey Not Really Looking for Critique or anything like that if you have advise I will take it but just kinda trying to share my channel been doing this for a long time and this is the first year I've really tried to advertise myself mostly do Lets Plays but I sometimes do funny moments.', with flair 'Gaming' +[2020-07-09 20:58:46,841] /u/Level_is_me had their flair updated +[2020-07-09 21:00:08,368] '/u/qzeqYT' has given '/u/owlstronaut' lambda! +[2020-07-09 21:00:10,713] /u/owlstronaut had their flair updated +[2020-07-09 21:00:30,828] There has been a new submission: '(NO COPYRIGHT MUSIC) Seum Dero -Tell Me (feat Ellen Louise) No Copyright Free Dance Music', with flair 'Video Critique' +[2020-07-09 21:00:33,282] /u/Audio_Heaven had their submission removed for insufficient lambda. +[2020-07-09 21:00:35,639] /u/Audio_Heaven had their flair updated +[2020-07-09 21:05:00,517] There has been a new submission: 'Stickfight, but we relentlessly bully each other.', with flair 'Gaming' +[2020-07-09 21:05:02,113] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-09 21:05:03,867] /u/Elfatron_ had their flair updated +[2020-07-09 21:05:20,345] '/u/Henry_does' has given '/u/InLaymansTerms_' lambda! +[2020-07-09 21:05:22,101] /u/InLaymansTerms_ had their flair updated +[2020-07-09 21:06:14,701] There has been a new submission: 'How to Daisy Chain [Our latest video]', with flair 'Video Critique' +[2020-07-09 21:06:15,953] /u/FoxRiverKayakingCo had their submission removed for insufficient lambda. +[2020-07-09 21:06:17,515] /u/FoxRiverKayakingCo had their flair updated +[2020-07-09 21:07:06,050] '/u/Henry_does' has given '/u/flippifly' lambda! +[2020-07-09 21:07:07,683] /u/flippifly had their flair updated +[2020-07-09 21:08:01,639] '/u/saggymaggi' has given '/u/flippifly' lambda! +[2020-07-09 21:08:02,789] /u/flippifly had their flair updated +[2020-07-09 21:10:33,584] There has been a new submission: 'Cheap/easy video flicker FIX! Rolling banding and lighting flicker SOLVED!', with flair 'Art' +[2020-07-09 21:10:35,724] /u/trovebespokearts had their submission removed for insufficient lambda. +[2020-07-09 21:10:37,998] /u/trovebespokearts had their flair updated +[2020-07-09 21:13:51,118] '/u/Jayotic44' has given '/u/owlstronaut' lambda! +[2020-07-09 21:13:53,020] /u/owlstronaut had their flair updated +[2020-07-09 21:26:05,149] There has been a new submission: 'Hey everyone! My newest video didn't do so well and i think I know 2 reasons on why that's the case: 1. I didn't post for 4 months, meaning a lot of my subscribers forgot about me and 2. The title of the video won't really be looked up. If there is something I can improve, please let me know.', with flair 'Video Critique' +[2020-07-09 21:26:06,491] /u/Daris_S-G_on_Youtube had their submission removed for insufficient lambda. +[2020-07-09 21:26:08,045] /u/Daris_S-G_on_Youtube had their flair updated +[2020-07-09 21:26:42,232] There has been a new submission: 'Call of Duty: World War Two June Game on Ps Plus 2020 7.9/10 Graphics, voice acting, gameplay oh! And zombies! Happy to help others. Leave comment on chabnel so i know its u', with flair 'Gaming' +[2020-07-09 21:26:43,446] /u/InspiredChampionLive had their submission removed for insufficient lambda. +[2020-07-09 21:26:44,881] /u/InspiredChampionLive had their flair updated +[2020-07-09 21:28:21,866] There has been a new submission: 'Thoughts on putting off projects to do other fun projects to clear your mind?', with flair 'Discussion' +[2020-07-09 21:28:23,073] /u/NoorsNotes had their flair updated +[2020-07-09 21:33:51,962] There has been a new submission: 'Revenge Of The Supreme Kai's!! | Dragon Ball FighterZ Ranked Matches', with flair 'Video Critique' +[2020-07-09 21:33:53,774] /u/zzezzustheprophet had their submission removed for insufficient lambda. +[2020-07-09 21:33:55,660] /u/zzezzustheprophet had their flair updated +[2020-07-09 21:34:06,516] There has been a new submission: 'trying out different vlogs feedback would be great thankyou', with flair 'Vlog' +[2020-07-09 21:34:07,918] /u/maxolderx had their submission removed for insufficient lambda. +[2020-07-09 21:34:09,826] /u/maxolderx had their flair updated +[2020-07-09 21:47:13,624] '/u/Henry_does' has given '/u/Abbydelirious' lambda! +[2020-07-09 21:47:14,934] /u/Abbydelirious had their flair updated +[2020-07-09 21:48:16,172] '/u/Henry_does' has given '/u/IssaMovement' lambda! +[2020-07-09 21:48:17,300] /u/IssaMovement had their flair updated +[2020-07-09 21:52:07,848] There has been a new submission: 'my animation channel trailer! i will give lambda for any helpful constructive criticism :))', with flair 'Video Critique' +[2020-07-09 21:52:08,509] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 21:52:08,510] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 21:52:08,620] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XVeJONI8_d0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 21:52:08,735] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfSf5cDqVXcAwYr0s7vhAxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 21:52:11,741] /u/BasementBeast had their flair updated +[2020-07-09 21:53:19,974] '/u/kahnindustries' has given '/u/SpeedyStreamer' lambda! +[2020-07-09 21:53:21,956] /u/SpeedyStreamer had their flair updated +[2020-07-09 21:54:06,472] There has been a new submission: 'I made an escape from tarkov video a bit ago and I want some honest feedback, what did you think, what should I change, what should I do, any tips or tutorials I can use will always help.', with flair 'Gaming' +[2020-07-09 21:54:08,368] /u/SkimpyDolphin52 had their submission removed for insufficient lambda. +[2020-07-09 21:54:10,311] /u/SkimpyDolphin52 had their flair updated +[2020-07-09 21:57:37,405] +#################### +[Jul 09 2020 21:57:37] RESTARTED +#################### + +[2020-07-09 21:59:28,780] There has been a new submission: 'The Best & Worst of The Last of Us Part II (Spoilers) - Let us know what you guys think', with flair 'Video Critique' +[2020-07-09 21:59:29,439] /u/phenomenaljaan had their submission removed for insufficient lambda. +[2020-07-09 21:59:29,994] /u/phenomenaljaan had their flair updated +[2020-07-09 22:02:28,768] '/u/Jgolde8' has given '/u/IssaMovement' lambda! +[2020-07-09 22:02:30,845] /u/IssaMovement had their flair updated +[2020-07-09 22:02:46,845] There has been a new submission: 'I shared my most recent Halo video the other day, would like thoughts and opinions on this Descenders (mountain bike game) video as well. It's a bit of a different, more chill vibe. Not as edited as the last one. Thanks guys!', with flair 'Video Critique' +[2020-07-09 22:02:47,535] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:02:47,539] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:02:47,699] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6HwmE1Mferg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:02:47,819] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:02:50,868] /u/Brandonator247 had their flair updated +[2020-07-09 22:04:46,502] '/u/saggymaggi' has given '/u/Jardayylmao' lambda! +[2020-07-09 22:04:48,303] /u/Jardayylmao had their flair updated +[2020-07-09 22:08:27,078] There has been a new submission: 'Rainbow Six Siege: 30 Day Xbox to PC Progression! (INSANE PROGRESS), Any Feedback Is Greatly Appreciated (Lambda)', with flair 'Video Critique' +[2020-07-09 22:08:27,326] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:08:27,327] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:08:27,479] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=liZdPI5t_Ms&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:08:27,588] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBNaR6mBQG7xFTTbRyAuJjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:08:29,253] /u/IssaMovement had their flair updated +[2020-07-09 22:09:07,803] There has been a new submission: 'Hello! I tried making a vlog style workout video. - Any advice for how I can improve?', with flair 'Vlog' +[2020-07-09 22:09:08,864] /u/father_flanigan7 had their submission removed for insufficient lambda. +[2020-07-09 22:09:09,683] /u/father_flanigan7 had their flair updated +[2020-07-09 22:10:53,115] There has been a new submission: 'Best Budget AIO CPU Cooler | ID-COOLING ZoomFlow 240X Unboxing & Testing', with flair 'Video Critique' +[2020-07-09 22:10:53,850] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:10:53,853] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:10:54,010] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xl1rpz8PHFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:10:54,127] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfo5MWBMG5vwonbFjkbgCyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:10:57,314] /u/KartoonReviews had their flair updated +[2020-07-09 22:11:10,408] '/u/BasementBeast' has given '/u/MICKIE_D' lambda! +[2020-07-09 22:11:12,646] /u/MICKIE_D had their flair updated +[2020-07-09 22:15:07,808] '/u/BasementBeast' has given '/u/Wilawesome12' lambda! +[2020-07-09 22:15:09,568] /u/Wilawesome12 had their flair updated +[2020-07-09 22:16:25,822] '/u/LuigiTimeInc' has given '/u/RodrasBurton' lambda! +[2020-07-09 22:16:27,565] /u/RodrasBurton had their flair updated +[2020-07-09 22:16:58,135] '/u/LuigiTimeInc' has given '/u/yosark' lambda! +[2020-07-09 22:16:59,549] /u/yosark had their flair updated +[2020-07-09 22:17:09,150] '/u/LuigiTimeInc' has given '/u/EhtooSPT' lambda! +[2020-07-09 22:17:10,586] /u/EhtooSPT had their flair updated +[2020-07-09 22:17:31,252] '/u/LuigiTimeInc' has given '/u/Romano770' lambda! +[2020-07-09 22:17:32,639] /u/Romano770 had their flair updated +[2020-07-09 22:17:52,804] '/u/LuigiTimeInc' has given '/u/kahnindustries' lambda! +[2020-07-09 22:17:54,046] /u/kahnindustries had their flair updated +[2020-07-09 22:19:03,977] '/u/LuigiTimeInc' has given '/u/father_flanigan7' lambda! +[2020-07-09 22:19:04,875] /u/father_flanigan7 had their flair updated +[2020-07-09 22:20:08,431] '/u/LuigiTimeInc' has given '/u/Mr_Smith_online' lambda! +[2020-07-09 22:20:10,784] /u/Mr_Smith_online had their flair updated +[2020-07-09 22:20:20,275] There has been a new submission: 'Hope you like it 😁', with flair 'Gaming' +[2020-07-09 22:20:22,421] /u/MissNovaX had their submission removed for insufficient lambda. +[2020-07-09 22:20:24,740] /u/MissNovaX had their flair updated +[2020-07-09 22:23:02,822] There has been a new submission: 'just started doing small amounts of editing in videos and this was the result rate it 1-10 thx', with flair 'Video Critique' +[2020-07-09 22:23:04,766] /u/NotMyPet had their submission removed for insufficient lambda. +[2020-07-09 22:23:06,799] /u/NotMyPet had their flair updated +[2020-07-09 22:23:35,417] There has been a new submission: 'How about if we all make a video showing 3D Dinosaurs playing around in our city using a phone AR app. It could it be trending for travel vloggers.', with flair 'Video Critique' +[2020-07-09 22:23:36,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:23:36,042] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:23:36,196] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s0nEpFDaQec&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:23:36,305] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCD1ZIFSULqENNrzw6qsIvmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:23:39,053] /u/RodrasBurton had their flair updated +[2020-07-09 22:24:34,531] There has been a new submission: 'Mumbai dilli Di kudiyaan reaction! Bollywood', with flair 'Vlog' +[2020-07-09 22:24:36,174] /u/salaad20 had their submission removed for insufficient lambda. +[2020-07-09 22:24:38,040] /u/salaad20 had their flair updated +[2020-07-09 22:24:46,797] '/u/germaiad' has given '/u/flippifly' lambda! +[2020-07-09 22:24:48,652] /u/flippifly had their flair updated +[2020-07-09 22:24:56,760] '/u/LuigiTimeInc' has given '/u/Bowerz123' lambda! +[2020-07-09 22:24:58,552] /u/Bowerz123 had their flair updated +[2020-07-09 22:25:08,258] '/u/LuigiTimeInc' has given '/u/owlstronaut' lambda! +[2020-07-09 22:25:10,067] /u/owlstronaut had their flair updated +[2020-07-09 22:26:53,530] There has been a new submission: 'What I hear when people say they are into WINE...', with flair 'Video Critique' +[2020-07-09 22:26:54,847] /u/Ibethadroidzulookin4 had their submission removed for insufficient lambda. +[2020-07-09 22:26:56,394] /u/Ibethadroidzulookin4 had their flair updated +[2020-07-09 22:27:09,821] '/u/LuigiTimeInc' has given '/u/Henry_does' lambda! +[2020-07-09 22:27:11,239] /u/Henry_does had their flair updated +[2020-07-09 22:27:33,501] '/u/LuigiTimeInc' has given '/u/Arrchyr' lambda! +[2020-07-09 22:27:34,866] /u/Arrchyr had their flair updated +[2020-07-09 22:28:05,727] '/u/LuigiTimeInc' has given '/u/Mongolium' lambda! +[2020-07-09 22:28:06,991] /u/Mongolium had their flair updated +[2020-07-09 22:28:19,086] '/u/LuigiTimeInc' has given '/u/acbwest' lambda! +[2020-07-09 22:28:20,228] /u/acbwest had their flair updated +[2020-07-09 22:36:27,017] '/u/BasementBeast' has given '/u/80dreams' lambda! +[2020-07-09 22:36:28,499] /u/80dreams had their flair updated +[2020-07-09 22:36:55,453] '/u/Jgolde8' has given '/u/MICKIE_D' lambda! +[2020-07-09 22:36:56,882] /u/MICKIE_D had their flair updated +[2020-07-09 22:45:02,853] There has been a new submission: 'Here’s my latest, feedback is welcome but pls be gentle, editing this in premiere took me 4 days and a few breakdowns so I’m feeling very tender ahahha', with flair 'Video Critique' +[2020-07-09 22:45:04,407] /u/sund00d had their submission removed for insufficient lambda. +[2020-07-09 22:45:06,201] /u/sund00d had their flair updated +[2020-07-09 22:45:22,452] There has been a new submission: 'Hey guys, started editing lately and this is my latest vid, hope you like and and I highly appreciate feedback!', with flair 'Channel Review' +[2020-07-09 22:45:22,822] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:45:22,823] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:45:22,925] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=U2w6RuMiSlY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:45:23,027] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRc3s2O-nDNdxTy9UuUr1EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:45:25,468] /u/flippifly had their flair updated +[2020-07-09 22:54:15,431] There has been a new submission: 'I like computers', with flair 'Channel Review' +[2020-07-09 22:54:15,942] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 22:54:15,945] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 22:54:16,093] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RJfcqjkY1_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:54:16,197] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCexSSUVJGqeE2cSwoJuSHyQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 22:54:18,753] /u/liluzisquirt_ had their flair updated +[2020-07-09 23:02:28,119] There has been a new submission: 'this game is insane (saints row the third part one)', with flair 'Gaming' +[2020-07-09 23:02:30,113] /u/boltsonic456 had their submission removed for insufficient lambda. +[2020-07-09 23:02:32,235] /u/boltsonic456 had their flair updated +[2020-07-09 23:02:54,149] There has been a new submission: '2020 - Full Album (Royalty Free Metal)', with flair 'Channel Review' +[2020-07-09 23:02:55,989] /u/xFML_Mind had their submission removed for insufficient lambda. +[2020-07-09 23:02:58,052] /u/xFML_Mind had their flair updated +[2020-07-09 23:06:40,943] '/u/flippifly' has given '/u/Brandonator247' lambda! +[2020-07-09 23:06:42,401] /u/Brandonator247 had their flair updated +[2020-07-09 23:11:12,149] There has been a new submission: 'Valorant dank meme edit! I'd appreciate any feedback.', with flair 'Video Critique' +[2020-07-09 23:11:14,151] /u/PizzaParker36 had their submission removed for insufficient lambda. +[2020-07-09 23:11:16,679] /u/PizzaParker36 had their flair updated +[2020-07-09 23:15:55,514] There has been a new submission: 'My latest top 5 video and thoughts on my channel. Its growing and I want to put it in the right direction', with flair 'Channel Review' +[2020-07-09 23:15:57,186] /u/1UPWillZ had their submission removed for insufficient lambda. +[2020-07-09 23:15:58,775] /u/1UPWillZ had their flair updated +[2020-07-09 23:19:21,477] '/u/saggymaggi' has given '/u/SpeedyStreamer' lambda! +[2020-07-09 23:19:22,197] /u/SpeedyStreamer had their flair updated +[2020-07-09 23:22:45,465] There has been a new submission: 'Hey everyone and here is my video trying to get 100subs by the end of the year 🤣🤣', with flair 'None' +[2020-07-09 23:22:47,242] /u/International-Ad5706 had their submission removed for insufficient lambda. +[2020-07-09 23:22:49,312] /u/International-Ad5706 had their flair updated +[2020-07-09 23:25:46,544] There has been a new submission: 'i did this whole thing in 12 hours! its very ambitious compared to my usual stuff, but i would love feedback!', with flair 'Art' +[2020-07-09 23:25:48,126] /u/snailsandbugs had their submission removed for insufficient lambda. +[2020-07-09 23:25:49,780] /u/snailsandbugs had their flair updated +[2020-07-09 23:28:01,101] There has been a new submission: 'yet another Minecraft video but... gamer girl addition, lmk what you think', with flair 'Video Critique' +[2020-07-09 23:28:01,308] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 23:28:01,311] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 23:28:01,420] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9TDO5eYQELE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 23:28:01,524] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDt3C0KphXeDteW2GXoetKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 23:28:03,158] /u/saggymaggi had their flair updated +[2020-07-09 23:29:55,199] Retrying due to 504 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-09 23:39:46,551] '/u/saggymaggi' has given '/u/ForeverNenaa' lambda! +[2020-07-09 23:39:47,049] /u/ForeverNenaa had their flair updated +[2020-07-09 23:40:51,126] '/u/TriceratopsJr' has given '/u/kahnindustries' lambda! +[2020-07-09 23:40:53,433] /u/kahnindustries had their flair updated +[2020-07-09 23:45:32,625] '/u/germaiad' has given '/u/TheVirgoVagabond' lambda! +[2020-07-09 23:45:34,301] /u/TheVirgoVagabond had their flair updated +[2020-07-09 23:51:28,320] There has been a new submission: 'I am making a video essay on why spongebob is a furry: god help us all.', with flair 'Discussion' +[2020-07-09 23:51:31,242] /u/Stop_Motion_Samurai had their flair updated +[2020-07-09 23:56:03,209] /u/flippifly had their flair updated +[2020-07-09 23:56:21,866] '/u/flippifly' has given '/u/PizzaParker36' lambda! +[2020-07-09 23:56:23,409] /u/PizzaParker36 had their flair updated +[2020-07-09 23:56:30,955] '/u/flippifly' has given '/u/LucidDuck01' lambda! +[2020-07-09 23:56:32,642] /u/LucidDuck01 had their flair updated +[2020-07-09 23:57:18,723] There has been a new submission: 'PS5 Analysis + Game Announcements, If you guys could give me feedback thank you, this Is my first time making a video about this', with flair 'Video Critique' +[2020-07-09 23:57:19,545] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-09 23:57:19,547] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-09 23:57:19,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B7JT9YkDFAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 23:57:19,743] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxcPUG6nRya1hihbeyaIv-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-09 23:57:21,614] /u/SpeedyStreamer had their flair updated +[2020-07-09 23:57:37,292] +#################### +[Jul 09 2020 23:57:37] RESTARTED +#################### + +[2020-07-10 00:01:45,618] '/u/Jgolde8' has given '/u/TheVirgoVagabond' lambda! +[2020-07-10 00:01:47,788] /u/TheVirgoVagabond had their flair updated +[2020-07-10 00:02:20,183] There has been a new submission: 'Ultimate Brawlhalla Video (Gameplay #brawlhalla) This is my latest video I put some time into making it as entertaining as possible asking for criticism and Maby check me out....', with flair 'Gaming' +[2020-07-10 00:02:22,168] /u/TheReal5ilentZ had their submission removed for insufficient lambda. +[2020-07-10 00:02:24,307] /u/TheReal5ilentZ had their flair updated +[2020-07-10 00:14:58,043] There has been a new submission: 'If I make the title of my video “interesting” isn’t it less likely to pop up on search?', with flair 'Discussion' +[2020-07-10 00:15:00,226] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 00:15:22,091] There has been a new submission: 'Did a reaction video to two Pop Smoke songs off his last album! Tell me what you guys think of the editing,content, thumbnail, etc. 👍🏾', with flair 'Video Critique' +[2020-07-10 00:15:24,198] /u/TheVirgoVagabond had their flair updated +[2020-07-10 00:24:11,400] '/u/Jgolde8' has given '/u/jacobhop' lambda! +[2020-07-10 00:24:13,225] /u/jacobhop had their flair updated +[2020-07-10 00:24:36,767] There has been a new submission: 'Abby broke', with flair 'Video Critique' +[2020-07-10 00:24:38,625] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-10 00:24:40,458] /u/Theirishlizard had their flair updated +[2020-07-10 00:24:50,901] There has been a new submission: 'My Youtube channel', with flair 'Gaming' +[2020-07-10 00:24:53,150] /u/Level_is_me had their flair updated +[2020-07-10 00:25:58,493] There has been a new submission: 'How Can XBox Win This Gen?', with flair 'Gaming' +[2020-07-10 00:25:59,891] /u/SPAGames had their submission removed for insufficient lambda. +[2020-07-10 00:26:01,574] /u/SPAGames had their flair updated +[2020-07-10 00:33:57,274] There has been a new submission: 'Sup guys, this is my YouTube gaming channel and it would be much appreciated if you guys would check it out. Subscribe if you guys like what you see haha', with flair 'Gaming' +[2020-07-10 00:33:58,973] /u/TrapsYT had their submission removed for insufficient lambda. +[2020-07-10 00:34:00,884] /u/TrapsYT had their flair updated +[2020-07-10 00:34:59,382] There has been a new submission: '[Video] Best Cash Back Credit Cards 2020', with flair 'Video Critique' +[2020-07-10 00:35:00,955] /u/Small-Check3746 had their submission removed for insufficient lambda. +[2020-07-10 00:35:02,729] /u/Small-Check3746 had their flair updated +[2020-07-10 00:35:48,497] There has been a new submission: 'SHE SLIT THEIR BODIES | Reacting To Animated Horror Stories ( #002 )', with flair 'Channel Review' +[2020-07-10 00:35:49,677] /u/jaijohn2 had their submission removed for insufficient lambda. +[2020-07-10 00:35:51,374] /u/jaijohn2 had their flair updated +[2020-07-10 00:36:45,953] There has been a new submission: 'My try to reach more people', with flair 'Gaming' +[2020-07-10 00:36:47,171] /u/_Flavio had their submission removed for insufficient lambda. +[2020-07-10 00:36:48,636] /u/_Flavio had their flair updated +[2020-07-10 00:37:43,484] There has been a new submission: 'New video that I put a lot of time and effort into :) I will give lambda for any constructive criticism and advice!', with flair 'Video Critique' +[2020-07-10 00:37:43,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 00:37:43,755] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 00:37:43,930] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NSJPME4x-Vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 00:37:44,062] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJeIDRIxfgJeOPvOJHWtHYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 00:37:46,204] /u/jacobhop had their flair updated +[2020-07-10 00:38:09,417] There has been a new submission: 'YouTube', with flair 'Video Critique' +[2020-07-10 00:38:10,372] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-07-10 00:38:11,534] /u/bpbeatzz had their flair updated +[2020-07-10 00:40:20,164] There has been a new submission: 'LIVE! New to Youtube Gaming! Support appreciated', with flair 'Gaming' +[2020-07-10 00:40:22,370] /u/itsmezv had their submission removed for insufficient lambda. +[2020-07-10 00:40:24,681] /u/itsmezv had their flair updated +[2020-07-10 00:43:49,152] '/u/saggymaggi' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 00:43:51,019] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 00:57:12,826] There has been a new submission: 'CrossfireX Open Beta, This game made me want to upload again after 3 years.', with flair 'Gaming' +[2020-07-10 00:57:13,893] /u/Nabn had their submission removed for insufficient lambda. +[2020-07-10 00:57:15,236] /u/Nabn had their flair updated +[2020-07-10 01:00:58,361] There has been a new submission: 'I am brand new to cheating video and I wanted to start reviewing movies. Please offer me some feedback and support for my channel. I appreciate it!', with flair 'Video Critique' +[2020-07-10 01:01:00,389] /u/Slacker4lyfe had their submission removed for insufficient lambda. +[2020-07-10 01:01:02,624] /u/Slacker4lyfe had their flair updated +[2020-07-10 01:01:59,091] '/u/Brandonator247' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 01:02:01,241] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 01:04:43,556] '/u/TriceratopsJr' has given '/u/ForeverNenaa' lambda! +[2020-07-10 01:04:45,373] /u/ForeverNenaa had their flair updated +[2020-07-10 01:09:11,422] There has been a new submission: 'Hello people! I am relatively new to Reddit and I am looking forward to becoming a part of the community. I have just started a youtube video that focuses on history and I was wondering if I could get some feedback on my video! Thanks', with flair 'Channel Review' +[2020-07-10 01:09:12,291] /u/BMarkyB had their submission removed for insufficient lambda. +[2020-07-10 01:09:13,073] /u/BMarkyB had their flair updated +[2020-07-10 01:09:29,115] There has been a new submission: 'This is my chemistry YouTube channel that is started around two months ago. It would mean a lot if you guys checked it out and gave me some feedback on my video quality and how I can improve it.', with flair 'Channel Review' +[2020-07-10 01:09:29,799] /u/Ubaids_Lab had their submission removed for insufficient lambda. +[2020-07-10 01:09:30,420] /u/Ubaids_Lab had their flair updated +[2020-07-10 01:11:22,479] There has been a new submission: '“Dead By Daylight, but Demogorgon is love”. In need of a video critique muh guys. I just joined YT around two weeks ago and I am relatively new so mind the horrid editing. CONSTRUCTIVE CRITICISM IS “WELCOME”!!!', with flair 'Video Critique' +[2020-07-10 01:11:23,223] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 01:11:23,226] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 01:11:23,382] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2rw5TRNjd8I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 01:11:23,493] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 01:11:26,638] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 01:15:17,034] There has been a new submission: 'I was just wondering if some of you could give feedback on my thumbnails, (the 3-4 newest vids) Thanks!', with flair 'Thumbnail Review' +[2020-07-10 01:15:19,181] /u/dontmessup16 had their flair updated +[2020-07-10 01:15:40,758] There has been a new submission: 'Best Toronto Club Promoter, to Facebook Ads Expert (Transformation)', with flair 'Channel Review' +[2020-07-10 01:15:42,336] /u/Promoterdave had their submission removed for insufficient lambda. +[2020-07-10 01:15:43,964] /u/Promoterdave had their flair updated +[2020-07-10 01:19:26,803] '/u/dontmessup16' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 01:19:27,442] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 01:19:40,192] There has been a new submission: 'How I Wrote A Screenplay In 7 Days', with flair 'Video Critique' +[2020-07-10 01:19:40,865] /u/MahdiFilms had their submission removed for insufficient lambda. +[2020-07-10 01:19:41,401] /u/MahdiFilms had their flair updated +[2020-07-10 01:27:00,492] '/u/LuigiTimeInc' has given '/u/TheVirgoVagabond' lambda! +[2020-07-10 01:27:02,083] /u/TheVirgoVagabond had their flair updated +[2020-07-10 01:27:16,724] '/u/LuigiTimeInc' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 01:27:18,047] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 01:41:11,048] '/u/LuigiTimeInc' has given '/u/willduncs' lambda! +[2020-07-10 01:41:13,286] /u/willduncs had their flair updated +[2020-07-10 01:42:05,249] '/u/LuigiTimeInc' has given '/u/Toupp' lambda! +[2020-07-10 01:42:07,364] /u/Toupp had their flair updated +[2020-07-10 01:45:37,357] There has been a new submission: 'GIVING BACK TO THE HOMELESS', with flair 'Video Critique' +[2020-07-10 01:45:38,716] /u/Alone-Mulberry had their submission removed for insufficient lambda. +[2020-07-10 01:45:40,375] /u/Alone-Mulberry had their flair updated +[2020-07-10 01:51:54,484] There has been a new submission: 'Here is a video I made about Kens and Karen’s during the pandemic. I would love feedback on it.', with flair 'Video Critique' +[2020-07-10 01:51:56,342] /u/Joseph_Levy had their submission removed for insufficient lambda. +[2020-07-10 01:51:58,492] /u/Joseph_Levy had their flair updated +[2020-07-10 01:52:27,942] '/u/yosark' has given '/u/ForeverNenaa' lambda! +[2020-07-10 01:52:30,020] /u/ForeverNenaa had their flair updated +[2020-07-10 01:54:04,442] '/u/yosark' has given '/u/SummerCarrott' lambda! +[2020-07-10 01:54:06,340] /u/SummerCarrott had their flair updated +[2020-07-10 01:57:07,242] '/u/jarochar' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 01:57:08,600] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 01:57:37,738] +#################### +[Jul 10 2020 01:57:37] RESTARTED +#################### + +[2020-07-10 02:02:32,620] '/u/IssaMovement' has given '/u/Brandonator247' lambda! +[2020-07-10 02:02:34,679] /u/Brandonator247 had their flair updated +[2020-07-10 02:08:30,494] There has been a new submission: 'Hey I’m a new YouTuber who focuses on comedy and shitposts so help a brother out and check out my video', with flair 'Channel Review' +[2020-07-10 02:08:31,344] /u/Douryaa had their submission removed for insufficient lambda. +[2020-07-10 02:08:32,353] /u/Douryaa had their flair updated +[2020-07-10 02:09:35,383] There has been a new submission: 'A Passion Project in Memes, Editing and Fire Emblem. I've poured days of work into this but really proud of the end result! Giving lambda to helpful criticism!', with flair 'Gaming' +[2020-07-10 02:09:35,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 02:09:35,646] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 02:09:35,801] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WgxmlOy96MA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 02:09:35,899] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qdifok_lPJ0WqvKohQkTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 02:09:36,882] /u/BlueBarossa had their flair updated +[2020-07-10 02:10:22,976] There has been a new submission: 'Winning a game on fortnite using only aim assist (mobile)', with flair 'Gaming' +[2020-07-10 02:10:25,031] /u/GamingBotsYT had their submission removed for insufficient lambda. +[2020-07-10 02:10:27,345] /u/GamingBotsYT had their flair updated +[2020-07-10 02:11:46,368] There has been a new submission: 'A Corporate Simp Interacts With A Junior Software Developer (Parody Skit)', with flair 'Video Critique' +[2020-07-10 02:11:47,077] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 02:11:47,079] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 02:11:47,224] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GBNDkn6gN6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 02:11:47,329] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 02:11:50,344] /u/Monkey_Adventures had their flair updated +[2020-07-10 02:12:09,446] There has been a new submission: 'I made a new vid where I play the Rise of the Tomb Raider it’s a really good vid so if you could please go watch like and subscribe it would mean a lot to me thanks :)', with flair 'Gaming' +[2020-07-10 02:12:11,393] /u/SH3LLSH0CK3D456 had their submission removed for insufficient lambda. +[2020-07-10 02:12:13,518] /u/SH3LLSH0CK3D456 had their flair updated +[2020-07-10 02:53:55,157] There has been a new submission: 'Checkout my new video', with flair 'Vlog' +[2020-07-10 02:53:56,791] /u/diary_of_Swagatika had their submission removed for insufficient lambda. +[2020-07-10 02:53:58,685] /u/diary_of_Swagatika had their flair updated +[2020-07-10 02:57:26,820] There has been a new submission: 'Frolic music, help upvote me all my dear friend', with flair 'Art' +[2020-07-10 02:57:27,885] /u/FoldingArtPaper had their submission removed for insufficient lambda. +[2020-07-10 02:57:29,706] /u/FoldingArtPaper had their flair updated +[2020-07-10 03:09:22,494] There has been a new submission: 'Trying to find qood multiplayer game? Try this one.', with flair 'Gaming' +[2020-07-10 03:09:23,330] /u/Shade090 had their submission removed for insufficient lambda. +[2020-07-10 03:09:23,971] /u/Shade090 had their flair updated +[2020-07-10 03:34:21,469] There has been a new submission: 'Hey, Just Started a Channel, check it out if you like!', with flair 'Gaming' +[2020-07-10 03:34:23,325] /u/Swousdemon had their submission removed for insufficient lambda. +[2020-07-10 03:34:25,221] /u/Swousdemon had their flair updated +[2020-07-10 03:51:31,071] There has been a new submission: 'TIKTOK BANNED - Why Indian Government banned TikTok and 58 other China based apps!', with flair 'Vlog' +[2020-07-10 03:51:32,981] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-07-10 03:51:35,156] /u/sarva-gyani had their flair updated +[2020-07-10 03:52:59,068] There has been a new submission: 'Is there any room for calmer, more laid back creators on YouTube?', with flair 'Discussion' +[2020-07-10 03:53:01,641] /u/yobo723 had their flair updated +[2020-07-10 03:56:09,292] There has been a new submission: 'Trench Kudavich', with flair 'Channel Review' +[2020-07-10 03:56:10,666] /u/Jazzlinski had their submission removed for insufficient lambda. +[2020-07-10 03:56:12,201] /u/Jazzlinski had their flair updated +[2020-07-10 03:57:37,860] +#################### +[Jul 10 2020 03:57:37] RESTARTED +#################### + +[2020-07-10 04:14:47,557] There has been a new submission: 'Unique & Affordable GIFTS For GAMERS!? Don’t watch this if you want to save your wallet!', with flair 'Gaming' +[2020-07-10 04:14:49,115] /u/IWI-Team had their submission removed for insufficient lambda. +[2020-07-10 04:14:50,908] /u/IWI-Team had their flair updated +[2020-07-10 04:28:51,013] There has been a new submission: 'Shutter Island x Dark', with flair 'Channel Review' +[2020-07-10 04:28:51,860] /u/vimarsh_28 had their submission removed for insufficient lambda. +[2020-07-10 04:28:52,721] /u/vimarsh_28 had their flair updated +[2020-07-10 04:32:27,895] '/u/LuigiTimeInc' has given '/u/KakarottoCake' lambda! +[2020-07-10 04:32:29,959] /u/KakarottoCake had their flair updated +[2020-07-10 04:32:54,507] '/u/LuigiTimeInc' has given '/u/andrewwillard96' lambda! +[2020-07-10 04:32:56,518] /u/andrewwillard96 had their flair updated +[2020-07-10 04:39:23,289] '/u/jacobhop' has given '/u/Pansy122019' lambda! +[2020-07-10 04:39:23,924] /u/Pansy122019 had their flair updated +[2020-07-10 04:39:34,253] '/u/jacobhop' has given '/u/Yo-Homeboy13' lambda! +[2020-07-10 04:39:34,820] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 04:44:27,855] '/u/saggymaggi' has given '/u/Pansy122019' lambda! +[2020-07-10 04:44:29,788] /u/Pansy122019 had their flair updated +[2020-07-10 05:04:45,222] There has been a new submission: 'the irish dragon experience! (UFC 3)', with flair 'Gaming' +[2020-07-10 05:04:47,501] /u/Dqmiens had their submission removed for insufficient lambda. +[2020-07-10 05:04:49,300] /u/Dqmiens had their flair updated +[2020-07-10 05:05:43,144] There has been a new submission: 'Super fast video of my current stam NB setup #eso #StaminaNightBlade #build', with flair 'Gaming' +[2020-07-10 05:05:44,521] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-07-10 05:05:46,150] /u/Unfadingsilence had their flair updated +[2020-07-10 05:16:29,065] '/u/Platoniko' has given '/u/Mr_Smith_online' lambda! +[2020-07-10 05:16:30,523] /u/Mr_Smith_online had their flair updated +[2020-07-10 05:25:49,151] '/u/Monkey_Adventures' has given '/u/LoopSoupYT' lambda! +[2020-07-10 05:25:50,757] /u/LoopSoupYT had their flair updated +[2020-07-10 05:26:07,094] '/u/Monkey_Adventures' has given '/u/BaddestCrafts' lambda! +[2020-07-10 05:26:08,673] /u/BaddestCrafts had their flair updated +[2020-07-10 05:32:30,458] There has been a new submission: '4th of July Freedom Mobile | DIY Holiday Decor | Will give Lambda for helpful comments', with flair 'Video Critique' +[2020-07-10 05:32:31,154] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 05:32:31,157] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 05:32:31,255] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ncJZFrAy6SE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 05:32:31,378] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0D7V6qkvHjtIpA8YAHe__g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 05:32:34,188] /u/BaddestCrafts had their flair updated +[2020-07-10 05:45:39,418] There has been a new submission: 'Would love some feedback on my Lego city video', with flair 'Video Critique' +[2020-07-10 05:45:40,755] /u/legomonotown had their submission removed for insufficient lambda. +[2020-07-10 05:45:42,417] /u/legomonotown had their flair updated +[2020-07-10 05:46:26,335] There has been a new submission: 'Best tactics for connecting with similar creators', with flair 'Discussion' +[2020-07-10 05:46:28,144] /u/anarmyofJuan305 had their flair updated +[2020-07-10 05:51:28,312] '/u/BlueBarossa' has given '/u/Brandonator247' lambda! +[2020-07-10 05:51:30,493] /u/Brandonator247 had their flair updated +[2020-07-10 05:57:38,070] +#################### +[Jul 10 2020 05:57:38] RESTARTED +#################### + +[2020-07-10 05:59:28,795] '/u/BaddestCrafts' has given '/u/AaronSalsa' lambda! +[2020-07-10 05:59:29,357] /u/AaronSalsa had their flair updated +[2020-07-10 06:12:04,809] There has been a new submission: 'Amazing anime parody.', with flair 'Gaming' +[2020-07-10 06:12:06,799] /u/Schnoctis had their submission removed for insufficient lambda. +[2020-07-10 06:12:08,912] /u/Schnoctis had their flair updated +[2020-07-10 06:15:08,484] There has been a new submission: 'Questioning my sanity in RlCraft | Any tips for future videos?', with flair 'Gaming' +[2020-07-10 06:15:10,300] /u/BeanieBuu had their submission removed for insufficient lambda. +[2020-07-10 06:15:12,046] /u/BeanieBuu had their flair updated +[2020-07-10 06:21:51,859] There has been a new submission: 'I Know It’s Been A While But I’m Back', with flair 'Vlog' +[2020-07-10 06:21:53,667] /u/JohnnyMillzLA had their submission removed for insufficient lambda. +[2020-07-10 06:21:55,790] /u/JohnnyMillzLA had their flair updated +[2020-07-10 06:41:57,074] There has been a new submission: 'Dauntless Gameplay Part 9:Hunting Firebrand Charrogg and Moonreaver Shri...', with flair 'Gaming' +[2020-07-10 06:41:58,979] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-10 06:42:01,099] /u/omeshhedaoo had their flair updated +[2020-07-10 06:51:35,186] There has been a new submission: 'FEATURES And BENEFITS You UNLOCK As You Get More SUBSCRIBERS On YouTube [Creator Benefit Levels]', with flair 'Vlog' +[2020-07-10 06:51:37,070] /u/ljaymedia had their submission removed for insufficient lambda. +[2020-07-10 06:51:39,262] /u/ljaymedia had their flair updated +[2020-07-10 07:03:26,486] There has been a new submission: 'TRY NOT TO LAUGH😂😂', with flair 'Gaming' +[2020-07-10 07:03:28,168] /u/_tingitingi had their submission removed for insufficient lambda. +[2020-07-10 07:03:30,145] /u/_tingitingi had their flair updated +[2020-07-10 07:16:36,400] There has been a new submission: 'So now you cant get review of your channel twice? It gives me link has already been posted error.', with flair 'Discussion' +[2020-07-10 07:16:38,121] /u/ForeignerLove had their flair updated +[2020-07-10 07:31:49,942] There has been a new submission: 'YouTube', with flair 'Gaming' +[2020-07-10 07:31:51,845] /u/Exodeo had their submission removed for insufficient lambda. +[2020-07-10 07:31:53,989] /u/Exodeo had their flair updated +[2020-07-10 07:42:56,590] There has been a new submission: 'Couldn't find instrumental to use for remix in video. Edited my own instrumental from original track. Made video for instrumental. Lol this lockdown got me bruh.', with flair 'Video Critique' +[2020-07-10 07:42:58,393] /u/Wobzy had their submission removed for insufficient lambda. +[2020-07-10 07:43:00,404] /u/Wobzy had their flair updated +[2020-07-10 07:44:29,680] There has been a new submission: 'WHAT LIES AHEAD FOR RESISTANCE!', with flair 'Gaming' +[2020-07-10 07:44:31,230] /u/FOCUSAL-ACE had their submission removed for insufficient lambda. +[2020-07-10 07:44:33,048] /u/FOCUSAL-ACE had their flair updated +[2020-07-10 07:49:37,547] There has been a new submission: 'Latest Yotube video essay. Chasing some criticism good or bad. Will give lambada if you go beyond it was great or that sucked. Give me a reason', with flair 'Video Critique' +[2020-07-10 07:49:37,791] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 07:49:37,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 07:49:37,895] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=F6WnzmyUq_Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 07:49:37,998] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS8sfaxINKYU45hHbGVye2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 07:49:38,875] /u/isiahdyson500 had their flair updated +[2020-07-10 07:53:21,244] There has been a new submission: 'Battle Ships in the Caribbean! | Kingdom Hearts 3 | Part 21', with flair 'Gaming' +[2020-07-10 07:53:22,933] /u/danaanahita had their submission removed for insufficient lambda. +[2020-07-10 07:53:24,886] /u/danaanahita had their flair updated +[2020-07-10 07:55:12,230] There has been a new submission: 'I did 1 Sub for Sub and I felt dirty after', with flair 'Discussion' +[2020-07-10 07:55:14,391] /u/buildmyunicorn had their flair updated +[2020-07-10 07:57:37,845] +#################### +[Jul 10 2020 07:57:37] RESTARTED +#################### + +[2020-07-10 08:20:06,931] '/u/Monkey_Adventures' has given '/u/RightfullyEpic' lambda! +[2020-07-10 08:20:09,249] /u/RightfullyEpic had their flair updated +[2020-07-10 08:20:16,614] '/u/Monkey_Adventures' has given '/u/acstomi0212' lambda! +[2020-07-10 08:20:18,933] /u/acstomi0212 had their flair updated +[2020-07-10 08:22:58,033] '/u/qzeqYT' has given '/u/andrewwillard96' lambda! +[2020-07-10 08:23:00,057] /u/andrewwillard96 had their flair updated +[2020-07-10 08:44:29,377] There has been a new submission: 'Just need some feedback on my video please, need tips on getting my engagement to increase please.', with flair 'Channel Review' +[2020-07-10 08:44:30,873] /u/jayrosa12 had their submission removed for insufficient lambda. +[2020-07-10 08:44:32,676] /u/jayrosa12 had their flair updated +[2020-07-10 08:55:43,979] There has been a new submission: 'I Uploaded a new episode. Let me know what you think, hit like and even subscribe if you want.', with flair 'Gaming' +[2020-07-10 08:55:44,430] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 08:55:44,434] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 08:55:44,590] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rE5l-EbP4BU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 08:55:44,693] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHPJOrbc3bOl97vhuDB5wsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 08:55:46,851] /u/Fineset had their flair updated +[2020-07-10 08:57:15,647] There has been a new submission: 'Genuine tips to help people with engagement', with flair 'Discussion' +[2020-07-10 08:57:17,649] /u/jayrosa12 had their flair updated +[2020-07-10 09:04:34,454] There has been a new submission: 'This is my new survival after corona come and check it out thk you for supporting', with flair 'Channel Review' +[2020-07-10 09:04:35,977] /u/immastanleybarber had their submission removed for insufficient lambda. +[2020-07-10 09:04:37,790] /u/immastanleybarber had their flair updated +[2020-07-10 09:08:27,584] There has been a new submission: 'My channel is quite interesting, gaming minecraft and great content. check it out if you want! A subscribe if you want will be great!', with flair 'Gaming' +[2020-07-10 09:08:28,485] /u/OnewasBest had their submission removed for insufficient lambda. +[2020-07-10 09:08:29,480] /u/OnewasBest had their flair updated +[2020-07-10 09:14:18,277] There has been a new submission: 'Unique & Affordable GIFTS For GAMERS!? Don’t watch this if you want to save your wallet!', with flair 'Gaming' +[2020-07-10 09:14:19,820] /u/IWI-Team had their submission removed for insufficient lambda. +[2020-07-10 09:14:21,710] /u/IWI-Team had their flair updated +[2020-07-10 09:42:49,798] '/u/BlueBarossa' has given '/u/EhtooSPT' lambda! +[2020-07-10 09:42:51,808] /u/EhtooSPT had their flair updated +[2020-07-10 09:52:23,998] '/u/BasementBeast' has given '/u/mxrky4' lambda! +[2020-07-10 09:52:26,108] /u/mxrky4 had their flair updated +[2020-07-10 09:57:37,999] +#################### +[Jul 10 2020 09:57:37] RESTARTED +#################### + +[2020-07-10 10:10:58,059] There has been a new submission: 'Will I get in trouble using music I do not own for fragmovies', with flair 'Discussion' +[2020-07-10 10:11:01,012] /u/flippifly had their flair updated +[2020-07-10 10:11:16,664] There has been a new submission: 'The Cayenne Pepper Challenge #YouTubeChallenge #PepperChallenge', with flair 'Vlog' +[2020-07-10 10:11:18,863] /u/TwiceStokesTV had their submission removed for insufficient lambda. +[2020-07-10 10:11:21,058] /u/TwiceStokesTV had their flair updated +[2020-07-10 10:13:16,533] There has been a new submission: 'Home LEG workout (No equipments )', with flair 'Vlog' +[2020-07-10 10:13:18,537] /u/Lavasquabble had their submission removed for insufficient lambda. +[2020-07-10 10:13:20,526] /u/Lavasquabble had their flair updated +[2020-07-10 10:26:02,222] /u/SciFi_Pie had their flair updated +[2020-07-10 10:30:31,119] There has been a new submission: 'There Is A GAME INSIDE This GAME That We Need To PLAY... To PLAY The GAME!', with flair 'Gaming' +[2020-07-10 10:30:33,080] /u/onail had their submission removed for insufficient lambda. +[2020-07-10 10:30:35,365] /u/onail had their flair updated +[2020-07-10 10:32:08,874] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-10 10:40:21,062] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-10 10:55:35,346] '/u/devilpanda555' has given '/u/LloydZD' lambda! +[2020-07-10 10:55:36,970] /u/LloydZD had their flair updated +[2020-07-10 10:55:56,183] '/u/devilpanda555' has given '/u/kahnindustries' lambda! +[2020-07-10 10:55:57,755] /u/kahnindustries had their flair updated +[2020-07-10 10:56:51,843] '/u/devilpanda555' has given '/u/design_derp' lambda! +[2020-07-10 10:56:53,260] /u/design_derp had their flair updated +[2020-07-10 10:57:10,717] There has been a new submission: 'O. G. SMACK - Pull up for the Fade (my 2nd single)', with flair 'Thumbnail Review' +[2020-07-10 10:57:11,866] /u/xekuter had their submission removed for insufficient lambda. +[2020-07-10 10:57:13,248] /u/xekuter had their flair updated +[2020-07-10 10:57:24,027] '/u/devilpanda555' has given '/u/jamie_march' lambda! +[2020-07-10 10:57:25,367] /u/jamie_march had their flair updated +[2020-07-10 11:03:58,026] There has been a new submission: 'I need your help guys', with flair 'Discussion' +[2020-07-10 11:04:00,412] /u/Allthelyrics had their flair updated +[2020-07-10 11:10:03,280] There has been a new submission: 'If i die ....i reveal my face!! well....not my favourite one but it was fun making... 2 days old video tho...the latest one was a little laggy....that's why i linked this one . i was confused which one to link....hope you "Enjoy"', with flair 'Video Critique' +[2020-07-10 11:10:04,162] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 11:10:04,164] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 11:10:04,267] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GR_MCVE1Ack&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 11:10:04,366] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSd88aR7skCGJb3lcz-179w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 11:10:07,503] /u/wayfaring_wizard had their flair updated +[2020-07-10 11:26:28,090] There has been a new submission: 'Please feel free to review my channel, and let me know if I can improve in any area. I'd truly appreciate the help, and thanks in advance.', with flair 'Channel Review' +[2020-07-10 11:26:29,401] /u/Breedenise2020 had their submission removed for insufficient lambda. +[2020-07-10 11:26:30,879] /u/Breedenise2020 had their flair updated +[2020-07-10 11:33:57,211] There has been a new submission: 'I need the wisdom of reddit on this one', with flair 'Discussion' +[2020-07-10 11:33:59,577] /u/CoWaxx had their flair updated +[2020-07-10 11:35:13,810] There has been a new submission: 'ROSES DEEP HOUSE REMIX', with flair 'Channel Review' +[2020-07-10 11:35:15,275] /u/SAIIDZEIDAN had their submission removed for insufficient lambda. +[2020-07-10 11:35:16,978] /u/SAIIDZEIDAN had their flair updated +[2020-07-10 11:49:38,247] There has been a new submission: 'VidIQ OR Tubebuddy - Which One Is Better?', with flair 'Video Critique' +[2020-07-10 11:49:38,512] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 11:49:38,513] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 11:49:38,609] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yK1sc8BmsAY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 11:49:38,716] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 11:49:39,795] /u/MafiasFinestTV had their flair updated +[2020-07-10 11:57:38,204] +#################### +[Jul 10 2020 11:57:38] RESTARTED +#################### + +[2020-07-10 12:09:33,584] There has been a new submission: 'I need your help guys', with flair 'Discussion' +[2020-07-10 12:09:34,387] /u/Allthelyrics had their flair updated +[2020-07-10 12:12:51,814] There has been a new submission: 'The 3 Things to Look for in a Sponsor', with flair 'Discussion' +[2020-07-10 12:12:54,444] /u/stewmathieson had their flair updated +[2020-07-10 12:13:08,830] There has been a new submission: 'Do you hide your ratings (likes and dislikes) on youtube?', with flair 'Discussion' +[2020-07-10 12:13:11,437] /u/BellaElizabethh had their flair updated +[2020-07-10 12:18:51,044] There has been a new submission: 'Warzone But Its Actually Funny This Time (Warzone Funny Moments) if u could give any feedback that would be great', with flair 'Video Critique' +[2020-07-10 12:18:51,317] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 12:18:51,319] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 12:18:51,423] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PUTEwleRsxM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 12:18:51,533] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOliWI-hBF_NqqJ5yVAxSdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 12:18:52,732] /u/Bowerz123 had their flair updated +[2020-07-10 12:26:39,671] There has been a new submission: 'I made my first video with an intro and edits. Would love some feedback!', with flair 'Video Critique' +[2020-07-10 12:26:40,924] /u/CirclesTheory had their submission removed for insufficient lambda. +[2020-07-10 12:26:42,361] /u/CirclesTheory had their flair updated +[2020-07-10 12:34:30,717] '/u/MafiasFinestTV' has given '/u/EhtooSPT' lambda! +[2020-07-10 12:34:32,514] /u/EhtooSPT had their flair updated +[2020-07-10 12:52:59,305] There has been a new submission: 'Just made my first YouTube Channel Trailer, what do you guys think?', with flair 'Channel Review' +[2020-07-10 12:53:01,096] /u/AxonRanger had their submission removed for insufficient lambda. +[2020-07-10 12:53:03,125] /u/AxonRanger had their flair updated +[2020-07-10 12:56:24,685] There has been a new submission: 'Best Japanese Rice Cooker In 2020', with flair 'Thumbnail Review' +[2020-07-10 12:56:25,973] /u/vbjk5uyhtg had their submission removed for insufficient lambda. +[2020-07-10 12:56:27,458] /u/vbjk5uyhtg had their flair updated +[2020-07-10 12:57:54,630] '/u/Fineset' has given '/u/EhtooSPT' lambda! +[2020-07-10 12:57:55,759] /u/EhtooSPT had their flair updated +[2020-07-10 13:04:28,561] '/u/Fineset' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-10 13:04:30,340] /u/FynnKrauseFootballYT had their flair updated +[2020-07-10 13:05:03,957] There has been a new submission: 'What do you guys think about cancel culture???', with flair 'Discussion' +[2020-07-10 13:05:06,133] /u/Alone-Mulberry had their flair updated +[2020-07-10 13:08:02,313] There has been a new submission: 'Japanese Spider-Man - Exploring the Most Unique Superhero Show Ever: Would love some feedback on my latest video. Cheers of all your help guys I've been appreciating it.', with flair 'Video Critique' +[2020-07-10 13:08:02,796] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 13:08:02,798] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 13:08:02,908] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mpqQqnDXncQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:08:03,016] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCi_q-j0J1vbajyEvy_RW33Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:08:04,484] /u/mrmicpopper had their flair updated +[2020-07-10 13:11:16,374] There has been a new submission: 'subscribe YouTube 52 subs', with flair 'Gaming' +[2020-07-10 13:11:18,345] /u/its-zoz had their submission removed for insufficient lambda. +[2020-07-10 13:11:20,528] /u/its-zoz had their flair updated +[2020-07-10 13:13:46,646] There has been a new submission: 'Korg Volca Sample & Drum #4 - Techno Jam', with flair 'Video Critique' +[2020-07-10 13:13:48,082] /u/cogmaw-records had their submission removed for insufficient lambda. +[2020-07-10 13:13:50,008] /u/cogmaw-records had their flair updated +[2020-07-10 13:15:47,615] '/u/Bowerz123' has given '/u/EhtooSPT' lambda! +[2020-07-10 13:15:49,226] /u/EhtooSPT had their flair updated +[2020-07-10 13:15:54,177] There has been a new submission: 'Just started playing with a homemade green screen. Feedback welcome!', with flair 'Video Critique' +[2020-07-10 13:15:54,582] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 13:15:54,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 13:15:54,691] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qC5RQM5_1-0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:15:54,798] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgFVL92hN2FYNitakciij2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:15:57,281] /u/design_derp had their flair updated +[2020-07-10 13:23:11,795] There has been a new submission: 'DWN Fam TV - Latest Video - Requesting Critique(not expecting a full watch 13:29). Please provide feedback and thank you in advance.', with flair 'Video Critique' +[2020-07-10 13:23:12,377] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 13:23:12,379] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 13:23:12,530] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qALp8XzWkcI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:23:12,656] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7nrM7-CYd5KPBus4dY25CA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 13:23:15,400] /u/DWNFamTV had their flair updated +[2020-07-10 13:30:11,990] There has been a new submission: 'For 4mins it has a freaky ending', with flair 'Video Critique' +[2020-07-10 13:30:14,338] /u/CoWaxx had their submission removed for insufficient lambda. +[2020-07-10 13:30:16,683] /u/CoWaxx had their flair updated +[2020-07-10 13:36:05,921] '/u/mrmicpopper' has given '/u/yobo723' lambda! +[2020-07-10 13:36:07,547] /u/yobo723 had their flair updated +[2020-07-10 13:43:10,223] There has been a new submission: '(ASMR) Femme Daddy Ties You Down [F4F][18+]', with flair 'Art' +[2020-07-10 13:43:12,046] /u/kiki_asmr had their submission removed for insufficient lambda. +[2020-07-10 13:43:14,074] /u/kiki_asmr had their flair updated +[2020-07-10 13:47:24,521] '/u/jacobhop' has given '/u/jamie_march' lambda! +[2020-07-10 13:47:25,801] /u/jamie_march had their flair updated +[2020-07-10 13:47:45,950] '/u/jacobhop' has given '/u/RightfullyEpic' lambda! +[2020-07-10 13:47:47,112] /u/RightfullyEpic had their flair updated +[2020-07-10 13:48:24,296] '/u/jacobhop' has given '/u/Monkey_Adventures' lambda! +[2020-07-10 13:48:25,332] /u/Monkey_Adventures had their flair updated +[2020-07-10 13:49:14,007] '/u/jacobhop' has given '/u/EhtooSPT' lambda! +[2020-07-10 13:49:14,736] /u/EhtooSPT had their flair updated +[2020-07-10 13:53:12,277] '/u/BaddestCrafts' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-10 13:53:14,258] /u/FynnKrauseFootballYT had their flair updated +[2020-07-10 13:54:07,851] '/u/dontmessup16' has given '/u/MICKIE_D' lambda! +[2020-07-10 13:54:09,980] /u/MICKIE_D had their flair updated +[2020-07-10 13:54:22,528] '/u/BaddestCrafts' has given '/u/RightfullyEpic' lambda! +[2020-07-10 13:54:24,372] /u/RightfullyEpic had their flair updated +[2020-07-10 13:57:28,526] '/u/wayfaring_wizard' has given '/u/ForeverNenaa' lambda! +[2020-07-10 13:57:29,778] /u/ForeverNenaa had their flair updated +[2020-07-10 13:57:38,305] +#################### +[Jul 10 2020 13:57:38] RESTARTED +#################### + +[2020-07-10 13:59:23,978] '/u/wayfaring_wizard' has given '/u/Glittering_Designer' lambda! +[2020-07-10 13:59:24,602] /u/Glittering_Designer had their flair updated +[2020-07-10 13:59:42,999] '/u/MafiasFinestTV' has given '/u/DWNFamTV' lambda! +[2020-07-10 13:59:43,451] /u/DWNFamTV had their flair updated +[2020-07-10 14:00:26,917] There has been a new submission: 'Krunker dumbest mistake', with flair 'Gaming' +[2020-07-10 14:00:29,289] /u/Fearless-Pudding-954 had their submission removed for insufficient lambda. +[2020-07-10 14:00:31,578] /u/Fearless-Pudding-954 had their flair updated +[2020-07-10 14:01:23,895] There has been a new submission: 'Trying a new style of sketch out, wanted to see what you guys thought', with flair 'Video Critique' +[2020-07-10 14:01:24,645] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 14:01:24,649] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 14:01:24,825] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=04xfmNyqm-0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 14:01:24,942] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF-E-7kNR_C4B3_S49tCRXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 14:01:27,963] /u/IAreZack had their flair updated +[2020-07-10 14:01:38,488] '/u/jacobhop' has given '/u/Fineset' lambda! +[2020-07-10 14:01:40,648] /u/Fineset had their flair updated +[2020-07-10 14:08:02,968] There has been a new submission: 'Funny Friday', with flair 'Channel Review' +[2020-07-10 14:08:03,968] /u/royalty930 had their submission removed for insufficient lambda. +[2020-07-10 14:08:05,077] /u/royalty930 had their flair updated +[2020-07-10 14:23:23,582] There has been a new submission: 'Sword Art Online Alicization War of Underworld | Episode 13 Preview [Eng...', with flair 'Channel Review' +[2020-07-10 14:23:25,410] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-10 14:23:27,598] /u/Irefig had their flair updated +[2020-07-10 14:23:46,207] '/u/mrmicpopper' has given '/u/ameixarocha' lambda! +[2020-07-10 14:23:48,124] /u/ameixarocha had their flair updated +[2020-07-10 14:29:42,363] There has been a new submission: 'I'm a LEGO artist. I recently rethought my YouTube channel and I think I settled on a good style for my videos. Come check it out and let me think!', with flair 'Video Critique' +[2020-07-10 14:29:42,598] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 14:29:42,600] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 14:29:42,725] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=44fg0q_E-No&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 14:29:42,835] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UComie8wrOQTos1jT7_e113Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 14:29:43,695] /u/KnockoutBricks had their flair updated +[2020-07-10 14:33:15,210] Starting every day program... +[2020-07-10 14:33:15,214] Updating database statistics... +[2020-07-10 14:33:15,250] Posting and updating wiki... +[2020-07-10 14:33:31,114] Formatting leaderboard... +[2020-07-10 14:33:31,181] Updating sidebar... +[2020-07-10 14:33:33,030] Updated in new reddit... +[2020-07-10 14:33:37,008] Updated in old reddit... +[2020-07-10 14:33:37,009] Completed. +[2020-07-10 14:34:17,670] There has been a new submission: 'I'm a LEGO artist. I recently rethought my YouTube channel and I think I settled on a good style for my videos. Come check it out and let me know what you think! Will give Lambda', with flair 'Video Critique' +[2020-07-10 14:34:19,285] /u/KnockoutBricks had their submission removed for insufficient lambda. +[2020-07-10 14:34:21,177] /u/KnockoutBricks had their flair updated +[2020-07-10 14:36:08,509] There has been a new submission: '2021 Mercedes S Class NEW Interior & NEW MBUX 3D AR', with flair 'Video Critique' +[2020-07-10 14:36:09,707] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-07-10 14:36:11,487] /u/Spinstorm had their flair updated +[2020-07-10 14:42:53,616] There has been a new submission: 'Me and my cousin, Ally, have been making videos together for 8 years now. Here's a blooper video I made featuring videos we've made over the years! Her whole side of the family is sick so I figured this could cheer her up.', with flair 'Video Critique' +[2020-07-10 14:42:55,671] /u/firesponge123 had their submission removed for insufficient lambda. +[2020-07-10 14:42:57,929] /u/firesponge123 had their flair updated +[2020-07-10 14:47:27,167] There has been a new submission: 'After 4 years of inactivity, i decided to retake my Youtube Channel.', with flair 'Channel Review' +[2020-07-10 14:47:28,273] /u/Wiiucastro had their submission removed for insufficient lambda. +[2020-07-10 14:47:29,534] /u/Wiiucastro had their flair updated +[2020-07-10 14:56:48,674] '/u/Yo-Homeboy13' has given '/u/Glittering_Designer' lambda! +[2020-07-10 14:56:50,067] /u/Glittering_Designer had their flair updated +[2020-07-10 14:58:02,315] '/u/Yo-Homeboy13' has given '/u/Brandonator247' lambda! +[2020-07-10 14:58:03,433] /u/Brandonator247 had their flair updated +[2020-07-10 14:59:00,112] A moderator refunded 3 lambda from /u/KnockoutBricks for the reason 'for deleting their post' +[2020-07-10 14:59:00,697] /u/KnockoutBricks had their flair updated +[2020-07-10 14:59:04,582] '/u/Yo-Homeboy13' has given '/u/Platoniko' lambda! +[2020-07-10 14:59:05,309] /u/Platoniko had their flair updated +[2020-07-10 14:59:46,793] '/u/Yo-Homeboy13' has given '/u/wesdoesgame' lambda! +[2020-07-10 14:59:47,255] /u/wesdoesgame had their flair updated +[2020-07-10 15:01:14,082] '/u/LuigiTimeInc' has given '/u/Capture_Reviews' lambda! +[2020-07-10 15:01:16,279] /u/Capture_Reviews had their flair updated +[2020-07-10 15:01:26,889] /u/liluzisquirt_ had their flair updated +[2020-07-10 15:01:47,714] '/u/liluzisquirt_' has given '/u/mxrky4' lambda! +[2020-07-10 15:01:49,917] /u/mxrky4 had their flair updated +[2020-07-10 15:03:35,399] There has been a new submission: 'Hey everyone! I'm a LEGO artist. I recently rethought my YouTube channel and I think I settled on a good style for my videos. Come check it out and let me know what you think! Will give Lambda', with flair 'Video Critique' +[2020-07-10 15:03:36,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 15:03:36,013] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 15:03:36,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=44fg0q_E-No&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:03:36,316] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UComie8wrOQTos1jT7_e113Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:03:39,518] /u/KnockoutBricks had their flair updated +[2020-07-10 15:03:48,979] '/u/liluzisquirt_' has given '/u/BaddestCrafts' lambda! +[2020-07-10 15:03:50,893] /u/BaddestCrafts had their flair updated +[2020-07-10 15:05:00,640] There has been a new submission: 'hello guys which one is better voiceover or background music?or should i use the natural sound i mean the sound of my actions?any suggestions and opinion will help..what should i need to improve and change?thank you in advance..', with flair 'Vlog' +[2020-07-10 15:05:01,156] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 15:05:01,160] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 15:05:01,267] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SgMAm7o1rM8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:05:01,377] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUFz5V_1zciMh_Dn7sQwAbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:05:04,170] /u/jiskitchen had their flair updated +[2020-07-10 15:06:47,500] There has been a new submission: 'How Modern Warfare Has One Of The Most Generous Battlepass Systems(Also if you want to, a like and a sub would mean alot )', with flair 'Gaming' +[2020-07-10 15:06:48,694] /u/krayboyj had their submission removed for insufficient lambda. +[2020-07-10 15:06:50,134] /u/krayboyj had their flair updated +[2020-07-10 15:13:14,464] There has been a new submission: 'If your a small youtuber then this video might be for you. I would appreciate if you took some time out to check it out.', with flair 'None' +[2020-07-10 15:13:16,483] /u/Cyberdudereddit had their submission removed for insufficient lambda. +[2020-07-10 15:13:18,456] /u/Cyberdudereddit had their flair updated +[2020-07-10 15:16:06,600] There has been a new submission: 'Unique & Affordable GIFTS For GAMERS!? Don’t watch this if you want to save your wallet!', with flair 'Gaming' +[2020-07-10 15:16:07,941] /u/IWI-Team had their submission removed for insufficient lambda. +[2020-07-10 15:16:09,523] /u/IWI-Team had their flair updated +[2020-07-10 15:17:19,046] '/u/MafiasFinestTV' has given '/u/jiskitchen' lambda! +[2020-07-10 15:17:20,302] /u/jiskitchen had their flair updated +[2020-07-10 15:18:50,005] There has been a new submission: 'Why does youtube keep taking back my like count to 1?', with flair 'Discussion' +[2020-07-10 15:18:51,126] /u/OnewasBest had their flair updated +[2020-07-10 15:22:12,154] There has been a new submission: 'Loud Bitches in the box [PODCAST] Please tell me what you think !', with flair 'Video Critique' +[2020-07-10 15:22:12,869] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 15:22:12,875] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 15:22:13,019] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GBL7vDkGOJI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:22:13,124] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC25o4D4HOcJg2ZGrFR3QdDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:22:15,996] /u/ForkNsp00n had their flair updated +[2020-07-10 15:24:59,577] '/u/jiskitchen' has given '/u/Capture_Reviews' lambda! +[2020-07-10 15:25:01,307] /u/Capture_Reviews had their flair updated +[2020-07-10 15:25:37,010] There has been a new submission: 'COVID 19 DEATHS WORLD MAP TIME LAPSE!!!', with flair 'Video Critique' +[2020-07-10 15:25:38,457] /u/hammadanees_99 had their submission removed for insufficient lambda. +[2020-07-10 15:25:40,112] /u/hammadanees_99 had their flair updated +[2020-07-10 15:27:56,219] There has been a new submission: 'YouTube Analytics Questions:', with flair 'Discussion' +[2020-07-10 15:27:57,781] /u/Ham_Tray had their flair updated +[2020-07-10 15:31:38,329] There has been a new submission: 'So, this is my newest collab video. I hope you guys like it! :) Giving lambda to useful advice :D', with flair 'Video Critique' +[2020-07-10 15:31:39,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 15:31:39,017] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 15:31:39,135] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y4xf7W8nuaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:31:39,253] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 15:31:42,297] /u/ShikharTrivedi had their flair updated +[2020-07-10 15:35:37,882] There has been a new submission: 'new channel choti si baat.......watch it guys...', with flair 'Art' +[2020-07-10 15:35:39,263] /u/debansua11 had their submission removed for insufficient lambda. +[2020-07-10 15:35:40,930] /u/debansua11 had their flair updated +[2020-07-10 15:39:55,306] There has been a new submission: 'CSGO Overwatch | IS HE LEGIT OR CHEATING??', with flair 'Gaming' +[2020-07-10 15:39:55,910] /u/Minoxi had their submission removed for insufficient lambda. +[2020-07-10 15:39:56,305] /u/Minoxi had their flair updated +[2020-07-10 15:40:11,153] There has been a new submission: '9 Small Budget movies that made millions', with flair 'Vlog' +[2020-07-10 15:40:13,393] /u/factonfacts had their submission removed for insufficient lambda. +[2020-07-10 15:40:15,723] /u/factonfacts had their flair updated +[2020-07-10 15:45:57,137] There has been a new submission: 'Eyedropper Tool | Photoshop Tutorial', with flair 'Video Critique' +[2020-07-10 15:45:58,492] /u/ARTMA_ had their submission removed for insufficient lambda. +[2020-07-10 15:46:00,075] /u/ARTMA_ had their flair updated +[2020-07-10 15:57:38,459] +#################### +[Jul 10 2020 15:57:38] RESTARTED +#################### + +[2020-07-10 15:58:22,952] '/u/mrmicpopper' has given '/u/IWI-Team' lambda! +[2020-07-10 15:58:23,929] /u/IWI-Team had their flair updated +[2020-07-10 15:59:30,765] There has been a new submission: 'New YouTube channel 3 subs last check looking to post more videos', with flair 'Channel Review' +[2020-07-10 15:59:31,505] /u/GodYeeter1 had their submission removed for insufficient lambda. +[2020-07-10 15:59:32,012] /u/GodYeeter1 had their flair updated +[2020-07-10 16:01:34,451] There has been a new submission: 'this is Pog', with flair 'Gaming' +[2020-07-10 16:01:36,496] /u/Quantumcast had their submission removed for insufficient lambda. +[2020-07-10 16:01:38,668] /u/Quantumcast had their flair updated +[2020-07-10 16:03:23,653] '/u/ShikharTrivedi' has given '/u/arturlukin' lambda! +[2020-07-10 16:03:25,636] /u/arturlukin had their flair updated +[2020-07-10 16:03:59,436] '/u/KnockoutBricks' has given '/u/IWI-Team' lambda! +[2020-07-10 16:04:01,352] /u/IWI-Team had their flair updated +[2020-07-10 16:04:32,243] '/u/DWNFamTV' has given '/u/KnockoutBricks' lambda! +[2020-07-10 16:04:34,077] /u/KnockoutBricks had their flair updated +[2020-07-10 16:04:58,342] '/u/wayfaring_wizard' has given '/u/XDG-Diggz74' lambda! +[2020-07-10 16:05:00,151] /u/XDG-Diggz74 had their flair updated +[2020-07-10 16:05:06,349] '/u/KnockoutBricks' has given '/u/Capture_Reviews' lambda! +[2020-07-10 16:05:08,115] /u/Capture_Reviews had their flair updated +[2020-07-10 16:09:59,307] There has been a new submission: 'Pokemon Emerald Episode 2!!', with flair 'Gaming' +[2020-07-10 16:10:00,487] /u/DwarfWizard had their submission removed for insufficient lambda. +[2020-07-10 16:10:02,057] /u/DwarfWizard had their flair updated +[2020-07-10 16:11:40,635] '/u/nicrazac' has given '/u/tommyboy_lr' lambda! +[2020-07-10 16:11:42,838] /u/tommyboy_lr had their flair updated +[2020-07-10 16:12:25,779] '/u/design_derp' has given '/u/Capture_Reviews' lambda! +[2020-07-10 16:12:27,946] /u/Capture_Reviews had their flair updated +[2020-07-10 16:13:07,253] '/u/nicrazac' has given '/u/lalith19' lambda! +[2020-07-10 16:13:09,352] /u/lalith19 had their flair updated +[2020-07-10 16:13:15,157] There has been a new submission: 'a day in a small croatian village (let me know what you think!)', with flair 'Video Critique' +[2020-07-10 16:13:16,916] /u/mostlynadia had their submission removed for insufficient lambda. +[2020-07-10 16:13:18,992] /u/mostlynadia had their flair updated +[2020-07-10 16:14:25,241] '/u/design_derp' has given '/u/DWNFamTV' lambda! +[2020-07-10 16:14:27,080] /u/DWNFamTV had their flair updated +[2020-07-10 16:14:52,694] '/u/design_derp' has given '/u/firesponge123' lambda! +[2020-07-10 16:14:54,452] /u/firesponge123 had their flair updated +[2020-07-10 16:16:28,362] There has been a new submission: 'I opened 100 packs on r6', with flair 'Video Critique' +[2020-07-10 16:16:28,761] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 16:16:28,769] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 16:16:28,957] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3PutncqS1gE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:16:29,062] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:16:31,017] /u/MrMoo-Youtube had their flair updated +[2020-07-10 16:17:00,848] '/u/design_derp' has given '/u/HappyPantzInc' lambda! +[2020-07-10 16:17:02,089] /u/HappyPantzInc had their flair updated +[2020-07-10 16:18:21,758] '/u/sambarlien' has given '/u/firesponge123' lambda! +[2020-07-10 16:18:22,811] /u/firesponge123 had their flair updated +[2020-07-10 16:22:35,463] There has been a new submission: 'Superliminal Review (Nintendo Switch) | My Thoughts On - My newest video... would love your feedback! As always, I'll give ya some lambda for your troubles :)', with flair 'Video Critique' +[2020-07-10 16:22:36,044] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 16:22:36,050] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 16:22:36,194] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H05IwQGasCE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:22:36,303] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:22:40,108] /u/Capture_Reviews had their flair updated +[2020-07-10 16:27:33,709] '/u/design_derp' has given '/u/thecookietrain' lambda! +[2020-07-10 16:27:34,945] /u/thecookietrain had their flair updated +[2020-07-10 16:30:28,196] There has been a new submission: 'NEW REIMAGINED intro and took a TON of work! Hope you enjoy! All comments and feedback are GREATLY appreciated!', with flair 'Gaming' +[2020-07-10 16:30:29,063] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 16:30:29,068] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 16:30:29,183] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4wPVzlbYBpk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:30:29,295] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbSF84hY6vQEVMH25vTg_kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:30:32,439] /u/Hamlet_71 had their flair updated +[2020-07-10 16:31:03,131] There has been a new submission: 'Would love input on the editing, angles, thumbnail and overall if you think its funny! :)', with flair 'Vlog' +[2020-07-10 16:31:04,052] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 16:31:04,058] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 16:31:04,157] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vjM6cbmdnr8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:31:04,265] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_mzrojCkBPV1yQjJ31_dIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 16:31:07,492] /u/El_Penguino_ had their flair updated +[2020-07-10 16:32:24,812] There has been a new submission: 'My first edit', with flair 'Gaming' +[2020-07-10 16:32:26,765] /u/DrHose1 had their submission removed for insufficient lambda. +[2020-07-10 16:32:29,139] /u/DrHose1 had their flair updated +[2020-07-10 16:34:06,758] There has been a new submission: 'THIS WILL GO VIRAL RIGHT NOW!!!!', with flair 'Video Critique' +[2020-07-10 16:34:08,434] /u/bobtebildrhecantfxit had their submission removed for insufficient lambda. +[2020-07-10 16:34:10,406] /u/bobtebildrhecantfxit had their flair updated +[2020-07-10 16:35:50,756] '/u/Monkey_Adventures' has given '/u/SciFi_Pie' lambda! +[2020-07-10 16:35:52,454] /u/SciFi_Pie had their flair updated +[2020-07-10 16:43:52,993] '/u/Capture_Reviews' has given '/u/IWI-Team' lambda! +[2020-07-10 16:43:54,846] /u/IWI-Team had their flair updated +[2020-07-10 16:50:54,257] There has been a new submission: 'My baby sister just made a recipe YouTube channel everyone go make her day and subscribe please.', with flair 'Vlog' +[2020-07-10 16:50:56,249] /u/RavenGinger had their submission removed for insufficient lambda. +[2020-07-10 16:50:58,534] /u/RavenGinger had their flair updated +[2020-07-10 16:51:14,871] There has been a new submission: '1000 sub special / giveaway', with flair 'Channel Review' +[2020-07-10 16:51:16,467] /u/frenzzy_playzz had their submission removed for insufficient lambda. +[2020-07-10 16:51:18,716] /u/frenzzy_playzz had their flair updated +[2020-07-10 16:51:46,489] There has been a new submission: '[Collab]-ish I need your help with a video!', with flair 'Collab' +[2020-07-10 16:51:49,166] /u/EmperorSD had their flair updated +[2020-07-10 16:52:49,545] '/u/MafiasFinestTV' has given '/u/thecookietrain' lambda! +[2020-07-10 16:52:51,616] /u/thecookietrain had their flair updated +[2020-07-10 16:52:57,800] There has been a new submission: 'Hey!', with flair 'Gaming' +[2020-07-10 16:52:59,618] /u/Megafumed had their submission removed for insufficient lambda. +[2020-07-10 16:53:01,754] /u/Megafumed had their flair updated +[2020-07-10 16:56:02,097] /u/ForkNsp00n had their flair updated +[2020-07-10 16:56:50,603] '/u/ForkNsp00n' has given '/u/EhtooSPT' lambda! +[2020-07-10 16:56:52,030] /u/EhtooSPT had their flair updated +[2020-07-10 16:57:24,982] '/u/ForkNsp00n' has given '/u/thecookietrain' lambda! +[2020-07-10 16:57:26,276] /u/thecookietrain had their flair updated +[2020-07-10 16:59:10,278] '/u/El_Penguino_' has given '/u/jetmax25' lambda! +[2020-07-10 16:59:11,017] /u/jetmax25 had their flair updated +[2020-07-10 17:10:15,721] There has been a new submission: 'General Advice: You Need To Earn Longer Content Time, Especially With A Small Channel', with flair 'Meta' +[2020-07-10 17:10:18,720] /u/jetmax25 had their flair updated +[2020-07-10 17:10:38,254] There has been a new submission: 'I Broke YouTube - Subscriber button Glitch / Bug', with flair 'Vlog' +[2020-07-10 17:10:40,280] /u/528expert528 had their submission removed for insufficient lambda. +[2020-07-10 17:10:42,585] /u/528expert528 had their flair updated +[2020-07-10 17:13:28,974] There has been a new submission: 'Please critique my latest highlight reel. Lambda for your thoughts - Lets Play Sea of Thieves Multiplayer: Gunpowder and Strongholds', with flair 'Video Critique' +[2020-07-10 17:13:29,523] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 17:13:29,530] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 17:13:29,699] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zDEH5a_80fg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 17:13:29,816] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 17:13:32,465] /u/HappyPantzInc had their flair updated +[2020-07-10 17:26:52,227] There has been a new submission: 'Facebook and amazon SUED?! Dubai instagramer kidnapped by the FBI, and more|| JULY 10 TECH HEADLINES', with flair 'Channel Review' +[2020-07-10 17:26:53,531] /u/Santorox2 had their submission removed for insufficient lambda. +[2020-07-10 17:26:54,930] /u/Santorox2 had their flair updated +[2020-07-10 17:29:54,491] '/u/IssaMovement' has given '/u/Fineset' lambda! +[2020-07-10 17:29:54,949] /u/Fineset had their flair updated +[2020-07-10 17:31:38,878] There has been a new submission: 'KrainaGrzybowTV | WCOTI Ep. 1 This is my first episode of my new series WCOTI (weird channels on the internet)', with flair 'Channel Review' +[2020-07-10 17:31:41,015] /u/MaxBurgerWalk had their submission removed for insufficient lambda. +[2020-07-10 17:31:43,211] /u/MaxBurgerWalk had their flair updated +[2020-07-10 17:39:19,460] There has been a new submission: 'Kate Upton', with flair 'Vlog' +[2020-07-10 17:39:20,641] /u/mehadihasan101 had their submission removed for insufficient lambda. +[2020-07-10 17:39:21,564] /u/mehadihasan101 had their flair updated +[2020-07-10 17:48:49,615] There has been a new submission: 'How do We Keep Subscribers Watching Us?', with flair 'Discussion' +[2020-07-10 17:48:50,684] /u/ZanicYT had their flair updated +[2020-07-10 17:54:33,715] There has been a new submission: 'Our Last Crusade or the Rise of a New World | Official Trailer', with flair 'Thumbnail Review' +[2020-07-10 17:54:35,312] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-10 17:54:37,077] /u/Irefig had their flair updated +[2020-07-10 17:56:21,745] '/u/HappyPantzInc' has given '/u/CaptainGusMohawk' lambda! +[2020-07-10 17:56:23,294] /u/CaptainGusMohawk had their flair updated +[2020-07-10 17:57:38,923] +#################### +[Jul 10 2020 17:57:38] RESTARTED +#################### + +[2020-07-10 17:58:22,831] '/u/HappyPantzInc' has given '/u/FRShway' lambda! +[2020-07-10 17:58:23,769] /u/FRShway had their flair updated +[2020-07-10 17:59:30,962] '/u/Capture_Reviews' has given '/u/FRShway' lambda! +[2020-07-10 17:59:31,483] /u/FRShway had their flair updated +[2020-07-10 18:02:22,329] There has been a new submission: 'I give lambda. Joe Exotic: My latest sketch comedy parody. I'm looking for feedback on ways to improve. What worked? What didn't? I'm also looking for new ideas of other casts to parody', with flair 'Video Critique' +[2020-07-10 18:02:22,695] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:02:22,702] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:02:22,857] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fBVMUkb_V0s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:02:22,971] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7etHBhGU5nf_KDAsTgScwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:02:25,840] /u/jamie_march had their flair updated +[2020-07-10 18:02:35,777] '/u/El_Penguino_' has given '/u/Meagcherry' lambda! +[2020-07-10 18:02:37,850] /u/Meagcherry had their flair updated +[2020-07-10 18:03:10,101] '/u/El_Penguino_' has given '/u/FRShway' lambda! +[2020-07-10 18:03:12,184] /u/FRShway had their flair updated +[2020-07-10 18:03:23,461] '/u/MafiasFinestTV' has given '/u/FRShway' lambda! +[2020-07-10 18:03:25,466] /u/FRShway had their flair updated +[2020-07-10 18:03:32,071] '/u/HappyPantzInc' has given '/u/jetmax25' lambda! +[2020-07-10 18:03:34,061] /u/jetmax25 had their flair updated +[2020-07-10 18:04:03,428] There has been a new submission: 'Just something im still improving', with flair 'Gaming' +[2020-07-10 18:04:05,350] /u/Lebraci had their submission removed for insufficient lambda. +[2020-07-10 18:04:07,501] /u/Lebraci had their flair updated +[2020-07-10 18:04:24,877] '/u/El_Penguino_' has given '/u/CaptainGusMohawk' lambda! +[2020-07-10 18:04:26,762] /u/CaptainGusMohawk had their flair updated +[2020-07-10 18:04:35,913] '/u/HappyPantzInc' has given '/u/IWI-Team' lambda! +[2020-07-10 18:04:37,800] /u/IWI-Team had their flair updated +[2020-07-10 18:05:51,413] '/u/JanosLW' has given '/u/davidsnapped' lambda! +[2020-07-10 18:05:53,105] /u/davidsnapped had their flair updated +[2020-07-10 18:06:02,570] '/u/HappyPantzInc' has given '/u/HoloHapyness' lambda! +[2020-07-10 18:06:04,202] /u/HoloHapyness had their flair updated +[2020-07-10 18:08:18,469] There has been a new submission: 'why SPONGEBOB is a FURRY', with flair 'Video Critique' +[2020-07-10 18:08:19,718] /u/Stop_Motion_Samurai had their submission removed for insufficient lambda. +[2020-07-10 18:08:20,853] /u/Stop_Motion_Samurai had their flair updated +[2020-07-10 18:09:17,473] There has been a new submission: 'Hey guys YT noob here! Any critique that helps me get better or makes me realize what’s just plain bad is very encouraged! Especially audio related.', with flair 'Video Critique' +[2020-07-10 18:09:17,729] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:09:17,732] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:09:17,887] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4NWur3xxkQM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:09:18,029] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIajQojR3G9w2oMqohmaaOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:09:19,280] /u/luisfrobles had their flair updated +[2020-07-10 18:11:14,118] There has been a new submission: 'A test run for a new format I want to try.', with flair 'Video Critique' +[2020-07-10 18:11:16,147] /u/braveface719 had their submission removed for insufficient lambda. +[2020-07-10 18:11:18,359] /u/braveface719 had their flair updated +[2020-07-10 18:15:04,311] There has been a new submission: 'This is my latest video , this one is a one Ive applied more editing techniques Ive learned and overall focused more on , Im looking for as much feedback as possible , enjoy!', with flair 'Gaming' +[2020-07-10 18:15:05,838] /u/Potato_On_Fire087 had their submission removed for insufficient lambda. +[2020-07-10 18:15:07,555] /u/Potato_On_Fire087 had their flair updated +[2020-07-10 18:19:07,417] '/u/Capture_Reviews' has given '/u/HoloHapyness' lambda! +[2020-07-10 18:19:08,141] /u/HoloHapyness had their flair updated +[2020-07-10 18:19:33,707] There has been a new submission: 'HI I've just uploaded episode 3 of my Making Arsenal Great Again series. If you have time give it a watch. Any feedback will be appreciated. Thanks.', with flair 'Gaming' +[2020-07-10 18:19:34,415] /u/Terimadi had their submission removed for insufficient lambda. +[2020-07-10 18:19:34,993] /u/Terimadi had their flair updated +[2020-07-10 18:27:24,997] There has been a new submission: 'THE WHITE KNIGHTS RETURN: FORTNITE FUNNY MOMENTS', with flair 'Gaming' +[2020-07-10 18:27:26,055] /u/AsunderSage672 had their submission removed for insufficient lambda. +[2020-07-10 18:27:27,298] /u/AsunderSage672 had their flair updated +[2020-07-10 18:27:35,195] There has been a new submission: 'I’ve been working at this for about 2 years and now that I’ve got the confidence, I’d love feedback on the look of my channel, the video linked and anything else you think might help. Thanks', with flair 'Channel Review' +[2020-07-10 18:27:35,459] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:27:35,461] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:27:35,621] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T0V2CkPesdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:27:35,758] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXykzcu-K7o4tCEd75TanYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:27:37,648] /u/Pushing_Prawn had their flair updated +[2020-07-10 18:29:18,761] '/u/Capture_Reviews' has given '/u/CaptainGusMohawk' lambda! +[2020-07-10 18:29:19,383] /u/CaptainGusMohawk had their flair updated +[2020-07-10 18:32:31,391] '/u/luisfrobles' has given '/u/AKBangar' lambda! +[2020-07-10 18:32:33,510] /u/AKBangar had their flair updated +[2020-07-10 18:33:26,458] There has been a new submission: 'Audi RS 3 Sportback - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-10 18:33:28,308] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-10 18:33:30,253] /u/YSforce had their flair updated +[2020-07-10 18:34:48,095] '/u/luisfrobles' has given '/u/Nadia_Robot' lambda! +[2020-07-10 18:34:49,864] /u/Nadia_Robot had their flair updated +[2020-07-10 18:34:55,988] There has been a new submission: 'Perfect for stories with a sad ending', with flair 'Video Critique' +[2020-07-10 18:34:57,518] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-10 18:34:59,304] /u/yayarar had their flair updated +[2020-07-10 18:37:23,719] '/u/Capture_Reviews' has given '/u/Nadia_Robot' lambda! +[2020-07-10 18:37:24,988] /u/Nadia_Robot had their flair updated +[2020-07-10 18:38:18,005] '/u/DWNFamTV' has given '/u/IWI-Team' lambda! +[2020-07-10 18:38:19,055] /u/IWI-Team had their flair updated +[2020-07-10 18:38:29,627] There has been a new submission: '“WELCOME TO MY DYSFUNCTIONAL CHANNEL! (2020)”. Just finished my channel trailer boiiiiiiii! Lemme know what y’all think!', with flair 'Video Critique' +[2020-07-10 18:38:29,852] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:38:29,853] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:38:30,023] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GKWAv_AaxXU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:38:30,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:38:31,511] /u/Yo-Homeboy13 had their flair updated +[2020-07-10 18:38:55,541] '/u/HappyPantzInc' has given '/u/Nadia_Robot' lambda! +[2020-07-10 18:38:56,437] /u/Nadia_Robot had their flair updated +[2020-07-10 18:38:59,946] '/u/KnockoutBricks' has given '/u/CaptainGusMohawk' lambda! +[2020-07-10 18:39:00,788] /u/CaptainGusMohawk had their flair updated +[2020-07-10 18:40:18,705] /u/luisfrobles had their flair updated +[2020-07-10 18:41:06,174] '/u/luisfrobles' has given '/u/YourHomieJeff' lambda! +[2020-07-10 18:41:08,395] /u/YourHomieJeff had their flair updated +[2020-07-10 18:41:34,070] '/u/DWNFamTV' has given '/u/FRShway' lambda! +[2020-07-10 18:41:36,287] /u/FRShway had their flair updated +[2020-07-10 18:46:50,404] There has been a new submission: 'HOW PEOPLE ACT IN BARS (CORONA VERSION)', with flair 'Vlog' +[2020-07-10 18:46:51,548] /u/TheRealFaZeMill had their submission removed for insufficient lambda. +[2020-07-10 18:46:52,964] /u/TheRealFaZeMill had their flair updated +[2020-07-10 18:49:22,349] There has been a new submission: 'I got a lot of useful feedback on my last video, so I used that to try and make this one my best yet! Let me know what you think!', with flair 'Video Critique' +[2020-07-10 18:49:22,572] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:49:22,575] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:49:22,729] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nrgj8dkcPU4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:49:22,842] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjEBx3vn8vJ3gHnneJUYsOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:49:24,150] /u/thecoalbee had their flair updated +[2020-07-10 18:50:41,151] There has been a new submission: 'First Video On My Channel!! What Did You Love? What Did You Hate? What Did You Really Hate?! Let me know what you think, and I'll give you some lambda!', with flair 'Video Critique' +[2020-07-10 18:50:41,898] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 18:50:41,900] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 18:50:42,006] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kj36MurR4X8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:50:42,117] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 18:50:45,377] /u/CaptainGusMohawk had their flair updated +[2020-07-10 18:51:45,101] '/u/jamie_march' has given '/u/CaptainGusMohawk' lambda! +[2020-07-10 18:51:47,278] /u/CaptainGusMohawk had their flair updated +[2020-07-10 18:54:41,231] '/u/MafiasFinestTV' has given '/u/AsunderSage672' lambda! +[2020-07-10 18:54:43,034] /u/AsunderSage672 had their flair updated +[2020-07-10 18:55:16,784] '/u/MafiasFinestTV' has given '/u/VanGlass90' lambda! +[2020-07-10 18:55:18,536] /u/VanGlass90 had their flair updated +[2020-07-10 18:56:11,310] '/u/MafiasFinestTV' has given '/u/skunker' lambda! +[2020-07-10 18:56:12,925] /u/skunker had their flair updated +[2020-07-10 18:57:26,647] There has been a new submission: 'I have mcdonalds wifi', with flair 'Gaming' +[2020-07-10 18:57:28,070] /u/CallMeKenneth2004 had their submission removed for insufficient lambda. +[2020-07-10 18:57:29,935] /u/CallMeKenneth2004 had their flair updated +[2020-07-10 18:59:38,041] '/u/CaptainGusMohawk' has given '/u/IWI-Team' lambda! +[2020-07-10 18:59:38,875] /u/IWI-Team had their flair updated +[2020-07-10 19:03:22,735] There has been a new submission: 'Lake Placid Blue', with flair 'Video Critique' +[2020-07-10 19:03:24,483] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-10 19:03:26,435] /u/chrizuz had their flair updated +[2020-07-10 19:07:16,397] There has been a new submission: 'Just a quick snip, check it out', with flair 'Video Critique' +[2020-07-10 19:07:17,928] /u/Miigo_Savage had their submission removed for insufficient lambda. +[2020-07-10 19:07:19,251] /u/Miigo_Savage had their flair updated +[2020-07-10 19:14:11,349] There has been a new submission: 'How did i do', with flair 'Art' +[2020-07-10 19:14:12,674] /u/Acoustic360 had their submission removed for insufficient lambda. +[2020-07-10 19:14:14,556] /u/Acoustic360 had their flair updated +[2020-07-10 19:14:42,073] '/u/CaptainGusMohawk' has given '/u/Jaden_17O' lambda! +[2020-07-10 19:14:43,865] /u/Jaden_17O had their flair updated +[2020-07-10 19:15:51,839] '/u/CaptainGusMohawk' has given '/u/HoloHapyness' lambda! +[2020-07-10 19:15:53,462] /u/HoloHapyness had their flair updated +[2020-07-10 19:19:10,043] There has been a new submission: '"Always Has Been" [A Cinematic Short Meme]', with flair 'Channel Review' +[2020-07-10 19:19:10,890] /u/Samyak0425 had their submission removed for insufficient lambda. +[2020-07-10 19:19:11,627] /u/Samyak0425 had their flair updated +[2020-07-10 19:22:34,363] There has been a new submission: 'Valorant Character Portrayed By Spongebob', with flair 'Gaming' +[2020-07-10 19:22:36,641] /u/SltySptoon had their submission removed for insufficient lambda. +[2020-07-10 19:22:38,704] /u/SltySptoon had their flair updated +[2020-07-10 19:22:50,255] There has been a new submission: 'Meme video for dead by daylight I made. Would appreciate any feedback on it so I can make better content in the future!', with flair 'Video Critique' +[2020-07-10 19:22:50,900] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 19:22:50,902] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 19:22:51,065] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UHRo71zmOsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 19:22:51,187] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjja5mUThauPALDvHumSXGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 19:22:54,478] /u/HoloHapyness had their flair updated +[2020-07-10 19:23:06,088] There has been a new submission: 'Valorant Characters Portrayed By Spongebob', with flair 'Gaming' +[2020-07-10 19:23:07,575] /u/SltySptoon had their submission removed for insufficient lambda. +[2020-07-10 19:23:09,576] /u/SltySptoon had their flair updated +[2020-07-10 19:24:38,927] There has been a new submission: 'This week's video is HERE! This one is an homage to the war that's happening on several subreddits right now. What do you guys think?', with flair 'Art' +[2020-07-10 19:24:39,459] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 19:24:39,461] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 19:24:39,608] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VawZMwRUTFk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 19:24:39,722] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGn8qc2Yky1kdlAHcmF4BKQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 19:24:42,315] /u/undeadsentinel had their flair updated +[2020-07-10 19:26:52,886] There has been a new submission: 'Putting bullets in fire', with flair 'Video Critique' +[2020-07-10 19:26:54,377] /u/Ghostlyinsight had their submission removed for insufficient lambda. +[2020-07-10 19:26:55,801] /u/Ghostlyinsight had their flair updated +[2020-07-10 19:34:13,791] There has been a new submission: 'YouTube', with flair 'Gaming' +[2020-07-10 19:34:15,498] /u/TheBoyGerald had their submission removed for insufficient lambda. +[2020-07-10 19:34:17,330] /u/TheBoyGerald had their flair updated +[2020-07-10 19:34:41,519] There has been a new submission: '[Gaming ]I DID THE BUNNY HOP - First Thresh montage in years |League of Legends|', with flair 'Gaming' +[2020-07-10 19:34:43,053] /u/Thewinningkill had their submission removed for insufficient lambda. +[2020-07-10 19:34:44,832] /u/Thewinningkill had their flair updated +[2020-07-10 19:37:27,128] '/u/HappyPantzInc' has given '/u/AsunderSage672' lambda! +[2020-07-10 19:37:28,402] /u/AsunderSage672 had their flair updated +[2020-07-10 19:44:31,331] '/u/jamie_march' has given '/u/FinalFanX' lambda! +[2020-07-10 19:44:33,131] /u/FinalFanX had their flair updated +[2020-07-10 19:46:16,002] There has been a new submission: 'What I Gave Up To Become Rich', with flair 'Channel Review' +[2020-07-10 19:46:17,299] /u/Mkaedx had their submission removed for insufficient lambda. +[2020-07-10 19:46:18,831] /u/Mkaedx had their flair updated +[2020-07-10 19:51:37,918] There has been a new submission: 'Hey everyone I got a new warzone video up. I would love some editing tips. I'm one a way from 20 subscribers so if you enjoy the video subscribe. If you have any videos you would like me to check out let me know.', with flair 'Gaming' +[2020-07-10 19:51:39,934] /u/revolt1123 had their submission removed for insufficient lambda. +[2020-07-10 19:51:42,168] /u/revolt1123 had their flair updated +[2020-07-10 19:57:38,788] +#################### +[Jul 10 2020 19:57:38] RESTARTED +#################### + +[2020-07-10 19:59:24,323] '/u/KnockoutBricks' has given '/u/AsunderSage672' lambda! +[2020-07-10 19:59:24,859] /u/AsunderSage672 had their flair updated +[2020-07-10 19:59:27,173] There has been a new submission: 'Give me some improvement tips.', with flair 'Video Critique' +[2020-07-10 19:59:27,984] /u/ummmm-Potato had their submission removed for insufficient lambda. +[2020-07-10 19:59:28,537] /u/ummmm-Potato had their flair updated +[2020-07-10 20:00:42,818] '/u/KnockoutBricks' has given '/u/bloo_overbeck' lambda! +[2020-07-10 20:00:45,416] /u/bloo_overbeck had their flair updated +[2020-07-10 20:02:12,277] There has been a new submission: 'going to wlf', with flair 'Gaming' +[2020-07-10 20:02:14,202] /u/Stonecyphergaming had their submission removed for insufficient lambda. +[2020-07-10 20:02:16,410] /u/Stonecyphergaming had their flair updated +[2020-07-10 20:02:27,707] There has been a new submission: 'THE WHITE KNIGHTS RETURN: FORTNITE FUNNY MOMENTS', with flair 'Gaming' +[2020-07-10 20:02:28,395] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 20:02:28,399] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 20:02:28,576] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-wpD5YAGzhI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:02:28,727] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdrOiLappWNEJLW6CQ2g_Ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:02:31,804] /u/AsunderSage672 had their flair updated +[2020-07-10 20:06:40,720] There has been a new submission: 'We did a minecraft death swap!', with flair 'Gaming' +[2020-07-10 20:06:41,901] /u/martipug8181 had their submission removed for insufficient lambda. +[2020-07-10 20:06:43,329] /u/martipug8181 had their flair updated +[2020-07-10 20:16:32,075] There has been a new submission: 'Importance of social media?', with flair 'Discussion' +[2020-07-10 20:16:33,785] /u/SelendineMcHerb had their flair updated +[2020-07-10 20:18:01,046] There has been a new submission: 'I will give lambda for any helpful feedback on my latest video!', with flair 'Video Critique' +[2020-07-10 20:18:01,371] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 20:18:01,373] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 20:18:01,488] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nrgj8dkcPU4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:18:01,600] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjEBx3vn8vJ3gHnneJUYsOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:18:03,090] /u/thecoalbee had their flair updated +[2020-07-10 20:20:21,818] There has been a new submission: 'THINGS ARE HEATING UP!! LOL!! But in all seriousness, I return to the realm of Extreme Cheapskates one last time and i gotta say, I'm not thrilled, lol. How am I on camera? How's my camera quality? Is my audio good? How long did you watch? Let me know all of that and more! Enjoy! 😎', with flair 'Video Critique' +[2020-07-10 20:20:22,574] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 20:20:22,576] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 20:20:22,685] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e9d07SH-pjM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:20:22,793] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvpLanJuRO3ZeHAqoDwkd0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:20:26,221] /u/Goatsause had their flair updated +[2020-07-10 20:20:34,884] There has been a new submission: 'Can you please give honest feedback about my new video?', with flair 'Video Critique' +[2020-07-10 20:20:35,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 20:20:35,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 20:20:35,754] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SmdoWQhAEFo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:20:35,876] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7nfK5IBsSdjh2ZuCEbeUMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 20:20:39,154] /u/EhtooSPT had their flair updated +[2020-07-10 20:22:07,764] There has been a new submission: 'I remixed the Clash Royale theme tune, what do you think? My Youtube Channel is FollsUnitex if you are interested', with flair 'Video Critique' +[2020-07-10 20:22:09,640] /u/FollsUnitex had their submission removed for insufficient lambda. +[2020-07-10 20:22:11,783] /u/FollsUnitex had their flair updated +[2020-07-10 20:22:48,165] There has been a new submission: 'How do I translate views into subscribers?', with flair 'Discussion' +[2020-07-10 20:22:50,876] /u/Gaij1n had their flair updated +[2020-07-10 20:23:12,616] There has been a new submission: 'Uploaded a video, tell me what you think about it :)', with flair 'Video Critique' +[2020-07-10 20:23:14,421] /u/DerWizYT had their submission removed for insufficient lambda. +[2020-07-10 20:23:16,437] /u/DerWizYT had their flair updated +[2020-07-10 20:24:34,807] There has been a new submission: 'Chris Brown type beat - low', with flair 'Art' +[2020-07-10 20:24:36,398] /u/J-vercel had their submission removed for insufficient lambda. +[2020-07-10 20:24:38,236] /u/J-vercel had their flair updated +[2020-07-10 20:29:49,825] '/u/Nadia_Robot' has given '/u/SpeedyStreamer' lambda! +[2020-07-10 20:29:50,383] /u/SpeedyStreamer had their flair updated +[2020-07-10 20:30:24,186] There has been a new submission: 'Maze Bank Parkour Deathmatch! (My First GTA Map)', with flair 'Gaming' +[2020-07-10 20:30:26,314] /u/StonerRick-C420 had their submission removed for insufficient lambda. +[2020-07-10 20:30:28,597] /u/StonerRick-C420 had their flair updated +[2020-07-10 20:33:49,210] There has been a new submission: 'when you mix GTA online, Alcohol and dirty jokes. the fun always ensues. me and my friend (link to his channel in the description) play gta online.', with flair 'Gaming' +[2020-07-10 20:33:50,921] /u/MadAlex2001 had their submission removed for insufficient lambda. +[2020-07-10 20:33:52,815] /u/MadAlex2001 had their flair updated +[2020-07-10 20:35:26,829] There has been a new submission: 'How bad is this', with flair 'Video Critique' +[2020-07-10 20:35:28,561] /u/Star_Plateicum69 had their submission removed for insufficient lambda. +[2020-07-10 20:35:30,256] /u/Star_Plateicum69 had their flair updated +[2020-07-10 20:35:48,953] There has been a new submission: 'Phineas and Ferb theme but it's Boss Battle music', with flair 'Art' +[2020-07-10 20:35:50,578] /u/pokkin3000 had their submission removed for insufficient lambda. +[2020-07-10 20:35:52,176] /u/pokkin3000 had their flair updated +[2020-07-10 20:36:23,582] There has been a new submission: 'How to Edit Videos', with flair 'Video Critique' +[2020-07-10 20:36:25,320] /u/drankdrake had their flair updated +[2020-07-10 20:36:42,549] '/u/thecoalbee' has given '/u/drankdrake' lambda! +[2020-07-10 20:36:44,035] /u/drankdrake had their flair updated +[2020-07-10 20:37:12,637] There has been a new submission: 'So close to 100 subs! On my new episode of my short animated series I actually did a parody of the horror movie IT... hope you guys can give it a quick watch and send some feedback it helps massively! Thank you all!', with flair 'Video Critique' +[2020-07-10 20:37:13,836] /u/Cookingblue3556 had their submission removed for insufficient lambda. +[2020-07-10 20:37:15,215] /u/Cookingblue3556 had their flair updated +[2020-07-10 20:45:00,949] There has been a new submission: 'I made a video on shane dawson', with flair 'Video Critique' +[2020-07-10 20:45:02,492] /u/iSkurmish had their submission removed for insufficient lambda. +[2020-07-10 20:45:05,414] /u/iSkurmish had their flair updated +[2020-07-10 20:49:42,707] /u/KnockoutBricks had their flair updated +[2020-07-10 20:53:29,773] '/u/Yo-Homeboy13' has given '/u/nnnishal' lambda! +[2020-07-10 20:53:31,943] /u/nnnishal had their flair updated +[2020-07-10 20:53:40,374] There has been a new submission: 'THIS VIDEO WILL HURT TO WATCH-R/MAKEME SUFFER BEST POSTS AND REACTION-REDDIT REVIEW #4', with flair 'Video Critique' +[2020-07-10 20:53:42,394] /u/fluxkat had their submission removed for insufficient lambda. +[2020-07-10 20:53:44,315] /u/fluxkat had their flair updated +[2020-07-10 20:54:08,030] '/u/CaptainGusMohawk' has given '/u/drankdrake' lambda! +[2020-07-10 20:54:09,937] /u/drankdrake had their flair updated +[2020-07-10 20:54:28,151] '/u/Yo-Homeboy13' has given '/u/ECXL' lambda! +[2020-07-10 20:54:30,061] /u/ECXL had their flair updated +[2020-07-10 20:55:43,474] '/u/MrMoo-Youtube' has given '/u/FRShway' lambda! +[2020-07-10 20:55:45,151] /u/FRShway had their flair updated +[2020-07-10 20:56:08,468] '/u/MrMoo-Youtube' has given '/u/ShikharTrivedi' lambda! +[2020-07-10 20:56:10,019] /u/ShikharTrivedi had their flair updated +[2020-07-10 20:56:17,826] /u/MrMoo-Youtube had their flair updated +[2020-07-10 20:56:47,366] There has been a new submission: 'The Player Matchup Podcast is a group of gamers that talk that shit. We have strong opinions and encourage you to share yours with us. We talk about all of things we care about and hopefully, some of the things you care about too.', with flair 'Video Critique' +[2020-07-10 20:56:48,614] /u/GTSJJmondo had their submission removed for insufficient lambda. +[2020-07-10 20:56:50,066] /u/GTSJJmondo had their flair updated +[2020-07-10 21:01:46,394] There has been a new submission: 'NEW WORLD BREAKING NEWS! - New World wurde leider erneut verschoben (New...', with flair 'Gaming' +[2020-07-10 21:01:48,288] /u/logitechmana had their submission removed for insufficient lambda. +[2020-07-10 21:01:50,452] /u/logitechmana had their flair updated +[2020-07-10 21:05:21,330] There has been a new submission: 'Day in the life with a 15 year old worker', with flair 'Vlog' +[2020-07-10 21:05:22,755] /u/TAP-SMOOTH had their submission removed for insufficient lambda. +[2020-07-10 21:05:24,466] /u/TAP-SMOOTH had their flair updated +[2020-07-10 21:09:52,661] There has been a new submission: 'I can make free thumbnails for a shoutout.', with flair 'Art' +[2020-07-10 21:09:53,250] /u/Cockerel-Ninja-126 had their submission removed for insufficient lambda. +[2020-07-10 21:09:53,680] /u/Cockerel-Ninja-126 had their flair updated +[2020-07-10 21:14:57,345] There has been a new submission: 'My Gaming and Streaming Setup Tour 2020!!!', with flair 'Video Critique' +[2020-07-10 21:14:57,785] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 21:14:57,787] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 21:14:57,915] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=r319-kIqKD4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:14:58,051] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:15:00,410] /u/Nadia_Robot had their flair updated +[2020-07-10 21:25:34,283] There has been a new submission: 'I've gotten up to 41 subs over the past 4 months', with flair 'Gaming' +[2020-07-10 21:25:35,727] /u/UhBotDidntAsk had their submission removed for insufficient lambda. +[2020-07-10 21:25:37,374] /u/UhBotDidntAsk had their flair updated +[2020-07-10 21:34:23,288] '/u/thecoalbee' has given '/u/PonjiNinja' lambda! +[2020-07-10 21:34:25,115] /u/PonjiNinja had their flair updated +[2020-07-10 21:38:19,038] There has been a new submission: 'Episode 2 Reaction: Gintama Is A Simp For Justice', with flair 'Channel Review' +[2020-07-10 21:38:20,049] /u/jpfrost94 had their submission removed for insufficient lambda. +[2020-07-10 21:38:21,076] /u/jpfrost94 had their flair updated +[2020-07-10 21:38:38,034] '/u/Nadia_Robot' has given '/u/Goatsause' lambda! +[2020-07-10 21:38:38,965] /u/Goatsause had their flair updated +[2020-07-10 21:42:05,788] There has been a new submission: 'Best Switch Horror Games On Sale & Under £9!', with flair 'Gaming' +[2020-07-10 21:42:07,863] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-07-10 21:42:09,983] /u/shaunoxley had their flair updated +[2020-07-10 21:54:24,469] There has been a new submission: 'Make money playing R6 siege !!!!!!???', with flair 'Video Critique' +[2020-07-10 21:54:24,999] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 21:54:25,001] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 21:54:25,145] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YdPfIK6ZTwk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:54:25,264] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:54:27,764] /u/MrMoo-Youtube had their flair updated +[2020-07-10 21:55:54,569] There has been a new submission: 'Got around to talking about Battle For Bikini Bottom finally! First time posting here, but any form of feedback would be nice! Thank you all in advance!', with flair 'Gaming' +[2020-07-10 21:55:54,916] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 21:55:54,919] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 21:55:55,068] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=imVEKVWOAVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:55:55,171] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA31RSzvat6bfd7CZdToHMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 21:55:57,618] /u/Jardayylmao had their flair updated +[2020-07-10 21:57:38,923] +#################### +[Jul 10 2020 21:57:38] RESTARTED +#################### + +[2020-07-10 21:59:22,315] There has been a new submission: 'I’m new to making YouTube, any criticism on this video I made? It’s not my best work lmao.', with flair 'Video Critique' +[2020-07-10 21:59:23,112] /u/bunnyrabbit_12 had their submission removed for insufficient lambda. +[2020-07-10 21:59:23,691] /u/bunnyrabbit_12 had their flair updated +[2020-07-10 22:08:14,885] There has been a new submission: '"Niche" Competitive PvP Team-Based FPS PC Games?', with flair 'Gaming' +[2020-07-10 22:08:15,807] /u/baechanka had their submission removed for insufficient lambda. +[2020-07-10 22:08:16,898] /u/baechanka had their flair updated +[2020-07-10 22:08:29,022] There has been a new submission: 'Night at the Movie (Help Me Improve and get views know .... what maybe both.)', with flair 'Channel Review' +[2020-07-10 22:08:29,281] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 22:08:29,284] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 22:08:29,448] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XXxJvVCDWoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 22:08:29,567] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpwJJOad_JP52PO3H0wEZqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 22:08:30,911] /u/CartoonCaramel had their flair updated +[2020-07-10 22:18:57,932] '/u/Jardayylmao' has given '/u/KakarottoCake' lambda! +[2020-07-10 22:18:58,598] /u/KakarottoCake had their flair updated +[2020-07-10 22:22:16,118] There has been a new submission: 'Half life 2 but my PC is bad part #6', with flair 'Gaming' +[2020-07-10 22:22:18,004] /u/Sw1ggitySwoner had their submission removed for insufficient lambda. +[2020-07-10 22:22:20,103] /u/Sw1ggitySwoner had their flair updated +[2020-07-10 22:26:54,546] '/u/saggymaggi' has given '/u/KakarottoCake' lambda! +[2020-07-10 22:26:55,948] /u/KakarottoCake had their flair updated +[2020-07-10 22:27:04,809] /u/KakarottoCake had their flair updated +[2020-07-10 22:28:07,549] There has been a new submission: 'I’d love feedback on my channel and most recent thumbnail', with flair 'Channel Review' +[2020-07-10 22:28:09,035] /u/real_iSkyler had their submission removed for insufficient lambda. +[2020-07-10 22:28:10,183] /u/real_iSkyler had their flair updated +[2020-07-10 22:32:30,619] There has been a new submission: 'WHEN YOUR WIFE PULLS OUT YOUR EAR HAIR // how to pull out a ear hair live on YouTube', with flair 'Video Critique' +[2020-07-10 22:32:32,805] /u/RantsWithRogers had their submission removed for insufficient lambda. +[2020-07-10 22:32:34,889] /u/RantsWithRogers had their flair updated +[2020-07-10 22:36:01,871] There has been a new submission: 'YouTube never recommends my videos', with flair 'Discussion' +[2020-07-10 22:36:03,696] /u/Jlegomon had their flair updated +[2020-07-10 22:37:34,109] There has been a new submission: 'Review on Super Mario Galaxy on the Wii. Took me a month and a half to make this video. Don't hold back, go ahead and criticize me.', with flair 'Video Critique' +[2020-07-10 22:37:34,322] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 22:37:34,324] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 22:37:34,468] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pB7uMsH-RXQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 22:37:34,589] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM4UMpoL3T-hp3bwJ5wANtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 22:37:36,237] /u/KakarottoCake had their flair updated +[2020-07-10 22:41:27,696] There has been a new submission: 'How to install Linux', with flair 'Vlog' +[2020-07-10 22:41:29,685] /u/lorenzo-dm had their submission removed for insufficient lambda. +[2020-07-10 22:41:31,863] /u/lorenzo-dm had their flair updated +[2020-07-10 22:52:09,467] There has been a new submission: 'What motivates you to continue creating?', with flair 'Discussion' +[2020-07-10 22:52:12,424] /u/porcupine207 had their flair updated +[2020-07-10 22:52:34,864] '/u/MrMoo-Youtube' has given '/u/ngeruma' lambda! +[2020-07-10 22:52:36,922] /u/ngeruma had their flair updated +[2020-07-10 23:03:23,492] There has been a new submission: 'Fire Force: Season 2 — Episode 3 | Preview [English Subbed]', with flair 'Channel Review' +[2020-07-10 23:03:25,424] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-10 23:03:27,447] /u/Irefig had their flair updated +[2020-07-10 23:05:10,458] '/u/KakarottoCake' has given '/u/zach_swoogg' lambda! +[2020-07-10 23:05:12,205] /u/zach_swoogg had their flair updated +[2020-07-10 23:18:42,673] There has been a new submission: 'Shinra vs Arthur | Fire Force: Season 2 [English Subbed]', with flair 'Thumbnail Review' +[2020-07-10 23:18:43,614] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-10 23:18:44,478] /u/Irefig had their flair updated +[2020-07-10 23:20:48,826] There has been a new submission: 'I made a review about a cheap shotgun microphones for a phone or DSLR. Check it out if that’s something you’re into and let me know what you think!', with flair 'Video Critique' +[2020-07-10 23:20:49,543] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-10 23:20:49,544] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-10 23:20:49,654] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Nc8lt4QkmKA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 23:20:49,758] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCr46DVQY-L96QE1zdUopw4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-10 23:20:52,988] /u/zach_swoogg had their flair updated +[2020-07-10 23:21:03,471] '/u/Bowerz123' has given '/u/HappyPantzInc' lambda! +[2020-07-10 23:21:05,694] /u/HappyPantzInc had their flair updated +[2020-07-10 23:21:33,125] '/u/Bowerz123' has given '/u/TheVirgoVagabond' lambda! +[2020-07-10 23:21:35,402] /u/TheVirgoVagabond had their flair updated +[2020-07-10 23:21:46,785] '/u/KakarottoCake' has given '/u/SelendineMcHerb' lambda! +[2020-07-10 23:21:48,958] /u/SelendineMcHerb had their flair updated +[2020-07-10 23:21:54,907] There has been a new submission: 'Kanojo, Okarishimasu (Rent-A-Girlfriend) Opening | 『Centimeter』by the pe...', with flair 'Thumbnail Review' +[2020-07-10 23:21:56,818] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-10 23:21:58,974] /u/Irefig had their flair updated +[2020-07-10 23:22:20,810] '/u/KakarottoCake' has given '/u/ekaaaans' lambda! +[2020-07-10 23:22:22,895] /u/ekaaaans had their flair updated +[2020-07-10 23:24:45,360] There has been a new submission: 'Help my younger sister out! She really wants to create gaming videos', with flair 'None' +[2020-07-10 23:24:47,314] /u/-chaosmyth had their submission removed for insufficient lambda. +[2020-07-10 23:24:49,146] /u/-chaosmyth had their flair updated +[2020-07-10 23:25:35,383] '/u/MafiasFinestTV' has given '/u/KoderYT' lambda! +[2020-07-10 23:25:37,032] /u/KoderYT had their flair updated +[2020-07-10 23:32:18,042] There has been a new submission: 'Hey everyone! I recently started channel dedicated to guiding others to manifesting instant healing & growth along the path of a spiritual awakening ❤ If you happen to resonate please subscribe', with flair 'Vlog' +[2020-07-10 23:32:20,142] /u/AscendedDreamz had their submission removed for insufficient lambda. +[2020-07-10 23:32:22,232] /u/AscendedDreamz had their flair updated +[2020-07-10 23:34:16,901] '/u/Bowerz123' has given '/u/firesponge123' lambda! +[2020-07-10 23:34:18,727] /u/firesponge123 had their flair updated +[2020-07-10 23:36:32,047] '/u/Bowerz123' has given '/u/Capture_Reviews' lambda! +[2020-07-10 23:36:33,519] /u/Capture_Reviews had their flair updated +[2020-07-10 23:46:48,466] There has been a new submission: 'Daily recap of the Stock Market!', with flair 'Video Critique' +[2020-07-10 23:46:49,641] /u/TrappedInAWaffle had their submission removed for insufficient lambda. +[2020-07-10 23:46:51,038] /u/TrappedInAWaffle had their flair updated +[2020-07-10 23:50:13,185] '/u/Yo-Homeboy13' has given '/u/Chekhov27' lambda! +[2020-07-10 23:50:15,488] /u/Chekhov27 had their flair updated +[2020-07-10 23:50:21,678] There has been a new submission: 'Twitch Streamer here! I post highlight reels to my YouTube every few weeks. Here's my latest one posted today!', with flair 'Gaming' +[2020-07-10 23:50:23,762] /u/simplepandaguy had their submission removed for insufficient lambda. +[2020-07-10 23:50:26,061] /u/simplepandaguy had their flair updated +[2020-07-10 23:50:40,778] There has been a new submission: 'YouTubeGod Of War Part 3 - Climbing The Mountain', with flair 'Gaming' +[2020-07-10 23:50:42,919] /u/Pizzapeter1998 had their submission removed for insufficient lambda. +[2020-07-10 23:50:45,188] /u/Pizzapeter1998 had their flair updated +[2020-07-10 23:52:46,706] '/u/MafiasFinestTV' has given '/u/SltySptoon' lambda! +[2020-07-10 23:52:48,801] /u/SltySptoon had their flair updated +[2020-07-10 23:54:27,921] There has been a new submission: '[Fan Art]METROID PRIME. My ongoing gaming art series barrels along with a new entry. Feedback and tips are welcome and rewarded of course.', with flair 'Art' +[2020-07-10 23:54:30,237] /u/ekaaaans had their submission removed for insufficient lambda. +[2020-07-10 23:54:32,097] /u/ekaaaans had their flair updated +[2020-07-10 23:57:39,116] +#################### +[Jul 10 2020 23:57:39] RESTARTED +#################### + +[2020-07-11 00:05:17,093] There has been a new submission: 'Does anyone know some Extremely well promoting technics to get my content out there', with flair 'Discussion' +[2020-07-11 00:05:19,204] /u/aDesperateAnimator had their flair updated +[2020-07-11 00:05:25,831] There has been a new submission: 'Newest Dead By Daylight Edit, Hope you enjoy Dead By Daylight I Sweaty Bullies (Playing With Friends)', with flair 'Gaming' +[2020-07-11 00:05:27,542] /u/PhantomNemesiss had their submission removed for insufficient lambda. +[2020-07-11 00:05:29,220] /u/PhantomNemesiss had their flair updated +[2020-07-11 00:23:07,864] There has been a new submission: 'First parody vid on my channel (I normally do short horror). It’s called “How Twilight Should Have Ended”. It’s geared towards people who enjoy the show “Supernatural “. Lmk what you think and if you watch supernatural so I can gauge reception please.', with flair 'Video Critique' +[2020-07-11 00:23:08,523] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 00:23:08,526] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 00:23:08,670] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G8AuV5rfHoU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 00:23:08,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZEILc9P0_BVZVdtFkr1-uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 00:23:11,416] /u/ImCurious012 had their flair updated +[2020-07-11 00:39:21,822] '/u/EhtooSPT' has given '/u/SltySptoon' lambda! +[2020-07-11 00:39:22,450] /u/SltySptoon had their flair updated +[2020-07-11 00:40:12,112] '/u/EhtooSPT' has given '/u/ekaaaans' lambda! +[2020-07-11 00:40:14,426] /u/ekaaaans had their flair updated +[2020-07-11 00:46:18,333] There has been a new submission: 'B2B Marketing Strategy: How To Get More Leads For B2B Businesses', with flair 'Vlog' +[2020-07-11 00:46:19,638] /u/Promoterdave had their submission removed for insufficient lambda. +[2020-07-11 00:46:21,121] /u/Promoterdave had their flair updated +[2020-07-11 00:46:38,318] There has been a new submission: 'Subscribe please', with flair 'Gaming' +[2020-07-11 00:46:39,545] /u/Revampppp had their submission removed for insufficient lambda. +[2020-07-11 00:46:40,987] /u/Revampppp had their flair updated +[2020-07-11 00:47:05,198] There has been a new submission: 'this game is SO EASY catherine full body', with flair 'Gaming' +[2020-07-11 00:47:06,389] /u/noobiish had their submission removed for insufficient lambda. +[2020-07-11 00:47:07,729] /u/noobiish had their flair updated +[2020-07-11 00:48:17,175] There has been a new submission: 'Terraria part 1 - building a house', with flair 'Gaming' +[2020-07-11 00:48:18,140] /u/GamingBotsYT had their submission removed for insufficient lambda. +[2020-07-11 00:48:19,202] /u/GamingBotsYT had their flair updated +[2020-07-11 00:48:29,777] There has been a new submission: 'G', with flair 'Channel Review' +[2020-07-11 00:48:30,636] /u/Charlzie46 had their submission removed for insufficient lambda. +[2020-07-11 00:48:31,635] /u/Charlzie46 had their flair updated +[2020-07-11 00:50:44,726] There has been a new submission: 'Got into making Apex Legends Montages - Always trying to get better. Let me know your thoughts?', with flair 'Video Critique' +[2020-07-11 00:50:46,777] /u/HRGrizzle had their submission removed for insufficient lambda. +[2020-07-11 00:50:49,309] /u/HRGrizzle had their flair updated +[2020-07-11 00:51:42,737] '/u/MrMoo-Youtube' has given '/u/SltySptoon' lambda! +[2020-07-11 00:51:44,799] /u/SltySptoon had their flair updated +[2020-07-11 00:52:47,535] There has been a new submission: 'Hey, guys, I'm new to video publishing, and this is my first video, any constructive criticism would be appreciated.', with flair 'Video Critique' +[2020-07-11 00:52:49,444] /u/zeeblob had their submission removed for insufficient lambda. +[2020-07-11 00:52:51,495] /u/zeeblob had their flair updated +[2020-07-11 00:55:02,797] There has been a new submission: 'Minecraft in under 2 minutes', with flair 'Gaming' +[2020-07-11 00:55:04,311] /u/Ktown33 had their submission removed for insufficient lambda. +[2020-07-11 00:55:06,082] /u/Ktown33 had their flair updated +[2020-07-11 01:18:05,176] '/u/zach_swoogg' has given '/u/TheColdBrewGuru' lambda! +[2020-07-11 01:18:06,243] /u/TheColdBrewGuru had their flair updated +[2020-07-11 01:18:20,122] '/u/zach_swoogg' has given '/u/LloydZD' lambda! +[2020-07-11 01:18:21,136] /u/LloydZD had their flair updated +[2020-07-11 01:20:36,622] There has been a new submission: 'Is there any good free mic and video recorders, and editing software or do I need to buy Adobe products?', with flair 'Discussion' +[2020-07-11 01:20:39,630] /u/tlu2022 had their flair updated +[2020-07-11 01:29:43,956] There has been a new submission: 'Just upload a video about youtube channel banner. Lambda for every comment over video.', with flair 'Video Critique' +[2020-07-11 01:29:44,279] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 01:29:44,280] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 01:29:44,397] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2UgKsB52B34&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 01:29:44,503] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 01:29:45,301] /u/Glittering_Designer had their flair updated +[2020-07-11 01:38:18,229] '/u/ForkNsp00n' has given '/u/Nadia_Robot' lambda! +[2020-07-11 01:38:19,249] /u/Nadia_Robot had their flair updated +[2020-07-11 01:39:08,291] '/u/ForkNsp00n' has given '/u/CaptainGusMohawk' lambda! +[2020-07-11 01:39:08,881] /u/CaptainGusMohawk had their flair updated +[2020-07-11 01:39:31,319] /u/ForkNsp00n had their flair updated +[2020-07-11 01:39:37,551] '/u/CartoonCaramel' has given '/u/flippifly' lambda! +[2020-07-11 01:39:38,068] /u/flippifly had their flair updated +[2020-07-11 01:39:42,919] '/u/CartoonCaramel' has given '/u/ekaaaans' lambda! +[2020-07-11 01:39:43,422] /u/ekaaaans had their flair updated +[2020-07-11 01:45:16,494] '/u/ForkNsp00n' has given '/u/ShikharTrivedi' lambda! +[2020-07-11 01:45:18,313] /u/ShikharTrivedi had their flair updated +[2020-07-11 01:45:26,203] There has been a new submission: 'MADDEN 2021 but it’s had memes', with flair 'Gaming' +[2020-07-11 01:45:27,615] /u/refskins14 had their submission removed for insufficient lambda. +[2020-07-11 01:45:29,259] /u/refskins14 had their flair updated +[2020-07-11 01:48:12,768] There has been a new submission: 'Ultimate Showdown! (Dead by Daylight)', with flair 'Gaming' +[2020-07-11 01:48:13,882] /u/FebrezeMan had their submission removed for insufficient lambda. +[2020-07-11 01:48:15,192] /u/FebrezeMan had their flair updated +[2020-07-11 01:49:16,203] '/u/jiskitchen' has given '/u/IWI-Team' lambda! +[2020-07-11 01:49:16,946] /u/IWI-Team had their flair updated +[2020-07-11 01:52:39,609] There has been a new submission: 'Fox's Peter Pan and the Pirates " This was a Thing "', with flair 'Video Critique' +[2020-07-11 01:52:41,421] /u/Kekkersboy had their submission removed for insufficient lambda. +[2020-07-11 01:52:43,472] /u/Kekkersboy had their flair updated +[2020-07-11 01:53:52,437] '/u/jiskitchen' has given '/u/ImHexYT' lambda! +[2020-07-11 01:53:54,323] /u/ImHexYT had their flair updated +[2020-07-11 01:57:39,539] +#################### +[Jul 11 2020 01:57:39] RESTARTED +#################### + +[2020-07-11 02:05:33,586] There has been a new submission: 'Need help on how to pivot or market my channel to a larger audience after predominantly being a joke channel regarding a singular game.', with flair 'Discussion' +[2020-07-11 02:05:35,608] /u/Cd6405 had their flair updated +[2020-07-11 02:09:19,572] There has been a new submission: 'The Most Useful Machines That You Have Never Seen Before. Can I get feedback on my video, please', with flair 'Video Critique' +[2020-07-11 02:09:20,327] /u/kwenko had their submission removed for insufficient lambda. +[2020-07-11 02:09:21,001] /u/kwenko had their flair updated +[2020-07-11 02:10:07,796] There has been a new submission: 'NEW ALISSA VIOLET SEXY ASS COMPILATION!!!(UNSEEN)', with flair 'Thumbnail Review' +[2020-07-11 02:10:09,855] /u/QuoTe_FleX_YT had their submission removed for insufficient lambda. +[2020-07-11 02:10:12,158] /u/QuoTe_FleX_YT had their flair updated +[2020-07-11 02:28:58,122] '/u/Glittering_Designer' has given '/u/IWI-Team' lambda! +[2020-07-11 02:28:58,909] /u/IWI-Team had their flair updated +[2020-07-11 02:38:35,742] '/u/Hamlet_71' has given '/u/mtb3721' lambda! +[2020-07-11 02:38:36,733] /u/mtb3721 had their flair updated +[2020-07-11 02:40:10,505] There has been a new submission: 'Unique GIFTS For GAMERS!? Reviews and support appreciated! Thank you!', with flair 'Channel Review' +[2020-07-11 02:40:11,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 02:40:11,267] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 02:40:11,431] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PPekeu59yCk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 02:40:11,579] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 02:40:14,733] /u/IWI-Team had their flair updated +[2020-07-11 02:41:19,987] '/u/Glittering_Designer' has given '/u/bollineni7' lambda! +[2020-07-11 02:41:22,213] /u/bollineni7 had their flair updated +[2020-07-11 02:46:18,491] There has been a new submission: 'Have any video ideas?', with flair 'Discussion' +[2020-07-11 02:46:20,406] /u/Ezper145 had their flair updated +[2020-07-11 03:10:44,501] There has been a new submission: 'Hi Guys, I have new YouTube channel in relaxing music niche.Also it's have no copyright music which any youtuber can use. It's have only 30 sub.I want to grow channel with actual fan base.Please give your feedback about my play list and what type of music should include. https://youtu.be/XguHYS4Nn8Q', with flair 'None' +[2020-07-11 03:10:46,592] /u/Ishan_Sampath had their submission removed for insufficient lambda. +[2020-07-11 03:10:48,894] /u/Ishan_Sampath had their flair updated +[2020-07-11 03:11:33,318] There has been a new submission: '"To The Moon" - Elite Dangerous - Cinematic', with flair 'Gaming' +[2020-07-11 03:11:35,185] /u/squintyboiJP had their submission removed for insufficient lambda. +[2020-07-11 03:11:37,434] /u/squintyboiJP had their flair updated +[2020-07-11 03:17:17,570] There has been a new submission: 'My cousin is finally able to pursue her passion for music. Could you spare a few minutes in YouTube watch time?', with flair 'Art' +[2020-07-11 03:17:18,679] /u/minimum666 had their submission removed for insufficient lambda. +[2020-07-11 03:17:20,168] /u/minimum666 had their flair updated +[2020-07-11 03:19:11,699] There has been a new submission: 'Check out my character dance edit', with flair 'Channel Review' +[2020-07-11 03:19:12,764] /u/The-Atomic-Sponge had their submission removed for insufficient lambda. +[2020-07-11 03:19:13,511] /u/The-Atomic-Sponge had their flair updated +[2020-07-11 03:19:50,560] There has been a new submission: 'Hi Guys, I have new YouTube channel in relaxing music niche.Also it's have no copyright music which any youtuber can use. It's have only 30 sub.I want to grow channel with actual fan base.Please give your feedback about my play list and what type of music should include.', with flair 'None' +[2020-07-11 03:19:51,511] /u/Ishan_Sampath had their submission removed for insufficient lambda. +[2020-07-11 03:19:51,934] /u/Ishan_Sampath had their flair updated +[2020-07-11 03:22:22,046] There has been a new submission: '15 Minute Beat Making Challenge Vol.2', with flair 'Vlog' +[2020-07-11 03:22:23,949] /u/JohnnyMillzLA had their submission removed for insufficient lambda. +[2020-07-11 03:22:26,059] /u/JohnnyMillzLA had their flair updated +[2020-07-11 03:32:13,316] There has been a new submission: 'Most powerful passport in the world comparison of all countries passport', with flair 'Video Critique' +[2020-07-11 03:32:15,233] /u/Data_4_You had their submission removed for insufficient lambda. +[2020-07-11 03:32:17,386] /u/Data_4_You had their flair updated +[2020-07-11 03:34:35,121] There has been a new submission: 'CAN ANYONE HELP ME WITH THUMBNAILS', with flair 'Discussion' +[2020-07-11 03:34:37,367] /u/SnittsGaming had their flair updated +[2020-07-11 03:39:23,388] '/u/Glittering_Designer' has given '/u/sohomcena' lambda! +[2020-07-11 03:39:24,021] /u/sohomcena had their flair updated +[2020-07-11 03:57:39,587] +#################### +[Jul 11 2020 03:57:39] RESTARTED +#################### + +[2020-07-11 04:10:30,963] There has been a new submission: 'PLEASE HELP ME! I dropped out of school to do YouTube video and my parents say if I don’t blow up they’re gonna kick me out help me!', with flair 'Channel Review' +[2020-07-11 04:10:33,229] /u/Yo_Godgift had their submission removed for insufficient lambda. +[2020-07-11 04:10:35,503] /u/Yo_Godgift had their flair updated +[2020-07-11 04:17:57,256] There has been a new submission: 'How To Jump Force: HunterXHunter', with flair 'Gaming' +[2020-07-11 04:17:58,210] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-11 04:17:59,338] /u/majin_hendrix had their flair updated +[2020-07-11 04:39:04,244] There has been a new submission: 'The Sims 4 realm of magic', with flair 'Gaming' +[2020-07-11 04:39:05,020] /u/LoiChainz had their submission removed for insufficient lambda. +[2020-07-11 04:39:05,788] /u/LoiChainz had their flair updated +[2020-07-11 04:40:55,305] '/u/Glittering_Designer' has given '/u/DlSHSOAP' lambda! +[2020-07-11 04:40:57,509] /u/DlSHSOAP had their flair updated +[2020-07-11 04:58:13,364] There has been a new submission: 'check out new skate 3 spot battles vid out now on yt https://youtu.be/7c68t6kblt8 sub too plzzz', with flair 'Gaming' +[2020-07-11 04:58:14,384] /u/NoviceTomato had their submission removed for insufficient lambda. +[2020-07-11 04:58:15,446] /u/NoviceTomato had their flair updated +[2020-07-11 05:19:23,674] '/u/Goatsause' has given '/u/IWI-Team' lambda! +[2020-07-11 05:19:24,293] /u/IWI-Team had their flair updated +[2020-07-11 05:48:45,917] There has been a new submission: 'Worked on this for a long time and have been trying to upload weekly now and I think this is my best work yet!', with flair 'Gaming' +[2020-07-11 05:48:46,740] /u/Amat1717 had their submission removed for insufficient lambda. +[2020-07-11 05:48:47,619] /u/Amat1717 had their flair updated +[2020-07-11 05:49:30,039] There has been a new submission: 'HOW I GREW MY HAIR REALLY LONG', with flair 'Channel Review' +[2020-07-11 05:49:30,948] /u/wasabi143 had their submission removed for insufficient lambda. +[2020-07-11 05:49:31,544] /u/wasabi143 had their flair updated +[2020-07-11 05:50:56,853] There has been a new submission: 'The Vast of Night- Movie Review', with flair 'Channel Review' +[2020-07-11 05:50:57,602] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 05:50:57,605] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 05:50:57,756] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bw0Q2BEiB_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 05:50:57,881] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp0PV1dxIvHtWLs0_JMavjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 05:51:00,972] /u/andrewwillard96 had their flair updated +[2020-07-11 05:55:33,766] There has been a new submission: 'Ben 10 Alien Force', with flair 'Gaming' +[2020-07-11 05:55:35,343] /u/JakeAustin97 had their submission removed for insufficient lambda. +[2020-07-11 05:55:36,975] /u/JakeAustin97 had their flair updated +[2020-07-11 05:57:39,755] +#################### +[Jul 11 2020 05:57:39] RESTARTED +#################### + +[2020-07-11 06:00:07,907] There has been a new submission: 'Please critique or new let's play. - Lets Play Sea of Thieves Multiplayer: Gunpowder and Strongholds', with flair 'Video Critique' +[2020-07-11 06:00:08,713] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 06:00:08,716] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 06:00:08,863] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x_MAIIuqWPE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 06:00:08,963] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 06:00:12,262] /u/HappyPantzInc had their flair updated +[2020-07-11 06:11:38,280] '/u/Glittering_Designer' has given '/u/Bertuccio_TLB' lambda! +[2020-07-11 06:11:40,449] /u/Bertuccio_TLB had their flair updated +[2020-07-11 06:12:20,417] '/u/Glittering_Designer' has given '/u/BlueBarossa' lambda! +[2020-07-11 06:12:22,431] /u/BlueBarossa had their flair updated +[2020-07-11 06:23:51,723] '/u/HappyPantzInc' has given '/u/NetNormie' lambda! +[2020-07-11 06:23:53,615] /u/NetNormie had their flair updated +[2020-07-11 06:50:43,052] There has been a new submission: 'Video critique of my Fake Tips to being a better player in Destiny 2.', with flair 'Video Critique' +[2020-07-11 06:50:45,044] /u/Cd6405 had their submission removed for insufficient lambda. +[2020-07-11 06:50:47,309] /u/Cd6405 had their flair updated +[2020-07-11 07:14:42,211] '/u/KakarottoCake' has given '/u/NetNormie' lambda! +[2020-07-11 07:14:43,902] /u/NetNormie had their flair updated +[2020-07-11 07:18:45,996] There has been a new submission: 'Here a new teaser', with flair 'Gaming' +[2020-07-11 07:18:46,796] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-11 07:18:47,708] /u/Theirishlizard had their flair updated +[2020-07-11 07:32:16,270] There has been a new submission: 'I m not looking for subscribers . I m looking for honest comments about my video. Should i continue or should i stop ?', with flair 'Channel Review' +[2020-07-11 07:32:18,066] /u/yadusundar had their submission removed for insufficient lambda. +[2020-07-11 07:32:20,164] /u/yadusundar had their flair updated +[2020-07-11 07:32:45,538] There has been a new submission: 'EMPYRION GALACTIC SURVIVAL (ALPHA 12) - S03E25 - FIRST OR LAST CONTACT | ProbabilityOfSuccessZero', with flair 'Gaming' +[2020-07-11 07:32:47,315] /u/poszero had their submission removed for insufficient lambda. +[2020-07-11 07:32:49,368] /u/poszero had their flair updated +[2020-07-11 07:39:31,146] There has been a new submission: 'Hey Guys! Made a Descenders video a while ago and I know the thumbnail needs work, but if you could check the video and see what I can improve that would be great. Thanks! I love to give out lambda btw :)', with flair 'Video Critique' +[2020-07-11 07:39:31,461] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 07:39:31,463] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 07:39:31,573] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FeQ6ZJlm2yU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 07:39:31,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 07:39:33,117] /u/Brandonator247 had their flair updated +[2020-07-11 07:53:39,471] There has been a new submission: 'Zeyad Kickerz: “ Recently hit 100 and I’m gonna continue the grind', with flair 'Channel Review' +[2020-07-11 07:53:41,145] /u/zeyadMK7 had their submission removed for insufficient lambda. +[2020-07-11 07:53:43,069] /u/zeyadMK7 had their flair updated +[2020-07-11 07:57:39,672] +#################### +[Jul 11 2020 07:57:39] RESTARTED +#################### + +[2020-07-11 08:20:02,346] There has been a new submission: 'Anybody Can Draw : Simple Drawing Basics for Kids & Beginners | Learn to Draw in Easy Steps', with flair 'Art' +[2020-07-11 08:20:04,573] /u/MindChow had their submission removed for insufficient lambda. +[2020-07-11 08:20:07,133] /u/MindChow had their flair updated +[2020-07-11 08:23:12,669] There has been a new submission: 'My Friend Pedro Gameplay playthrough | Wheen Noobs Play | Part 1 This Cute Banana is Deceiving! Anyone else think for gaming having longer videos is better than 5min? I don't know all of our videos are long...be good to hear others opinion on this. Any feedback would be great too', with flair 'Gaming' +[2020-07-11 08:23:14,351] /u/elstar1987 had their submission removed for insufficient lambda. +[2020-07-11 08:23:16,319] /u/elstar1987 had their flair updated +[2020-07-11 08:28:08,066] There has been a new submission: 'I Finally Started Watching One Piece In 2020 and here are my thoughts so far | All criticisms/suggestions are welcome. Thanks for watching and have a good day!', with flair 'Video Critique' +[2020-07-11 08:28:08,341] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 08:28:08,348] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 08:28:08,515] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=av9oGb_BzCI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 08:28:08,632] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwI5vxWblXKNvd48isAhWnQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 08:28:10,169] /u/sohomcena had their flair updated +[2020-07-11 08:48:38,040] There has been a new submission: 'I tried cutting my own hair...', with flair 'Vlog' +[2020-07-11 08:48:38,918] /u/acash1000 had their submission removed for insufficient lambda. +[2020-07-11 08:48:39,883] /u/acash1000 had their flair updated +[2020-07-11 08:57:30,255] There has been a new submission: 'First Street Fighter V online Matches', with flair 'Video Critique' +[2020-07-11 08:57:32,213] /u/toyfan1990 had their flair updated +[2020-07-11 09:02:11,745] '/u/KakarottoCake' has given '/u/Brandonator247' lambda! +[2020-07-11 09:02:14,093] /u/Brandonator247 had their flair updated +[2020-07-11 09:17:17,060] There has been a new submission: 'Daniel Day-Lewis on the Teletubbies 1997', with flair 'Video Critique' +[2020-07-11 09:17:18,099] /u/DjScaly had their submission removed for insufficient lambda. +[2020-07-11 09:17:19,634] /u/DjScaly had their flair updated +[2020-07-11 09:23:54,270] There has been a new submission: 'Why no response from viewers on my videos?', with flair 'Video Critique' +[2020-07-11 09:23:55,893] /u/kingsson had their submission removed for insufficient lambda. +[2020-07-11 09:23:57,783] /u/kingsson had their flair updated +[2020-07-11 09:24:43,259] There has been a new submission: 'Assassins Creed Valhalla discussion', with flair 'Gaming' +[2020-07-11 09:24:44,924] /u/MichaelJH333 had their submission removed for insufficient lambda. +[2020-07-11 09:24:46,691] /u/MichaelJH333 had their flair updated +[2020-07-11 09:42:58,544] There has been a new submission: 'Let's go....analysis on philosophy', with flair 'Vlog' +[2020-07-11 09:43:00,282] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-07-11 09:43:02,343] /u/siddhant1991 had their flair updated +[2020-07-11 09:47:39,820] There has been a new submission: 'Wedding guest look with a Saree', with flair 'Vlog' +[2020-07-11 09:47:40,801] /u/diary_of_Swagatika had their submission removed for insufficient lambda. +[2020-07-11 09:47:42,025] /u/diary_of_Swagatika had their flair updated +[2020-07-11 09:48:11,397] '/u/IWI-Team' has given '/u/Brandonator247' lambda! +[2020-07-11 09:48:12,475] /u/Brandonator247 had their flair updated +[2020-07-11 09:57:39,832] +#################### +[Jul 11 2020 09:57:39] RESTARTED +#################### + +[2020-07-11 09:59:14,248] There has been a new submission: 'Can I get 10 upvotes, It is so big thing for me.. please support brothers', with flair 'Channel Review' +[2020-07-11 09:59:15,187] /u/Top10_reddit had their submission removed for insufficient lambda. +[2020-07-11 09:59:15,825] /u/Top10_reddit had their flair updated +[2020-07-11 10:02:30,573] There has been a new submission: 'NFS No Limits Tips for Special Events', with flair 'Gaming' +[2020-07-11 10:02:32,411] /u/stakovish had their submission removed for insufficient lambda. +[2020-07-11 10:02:34,501] /u/stakovish had their flair updated +[2020-07-11 10:08:44,165] /u/EhtooSPT had their flair updated +[2020-07-11 10:11:35,815] There has been a new submission: 'New vlog is up! Expo2020 in Dubai is a much awaited mega event in the world! Over 190 countries will gather in one place for this once in a lifetime celebration! Sneak peek of my tour inside the site pls click the link ⤵️ and enjoy watching! Subscribe for more updates😊', with flair 'Vlog' +[2020-07-11 10:11:37,747] /u/Jizami had their submission removed for insufficient lambda. +[2020-07-11 10:11:39,904] /u/Jizami had their flair updated +[2020-07-11 10:37:56,217] There has been a new submission: 'What do you think of the concept? Games from livestream, should I add narration? Anything more?', with flair 'Video Critique' +[2020-07-11 10:37:57,232] /u/FreelancerYT had their submission removed for insufficient lambda. +[2020-07-11 10:37:58,376] /u/FreelancerYT had their flair updated +[2020-07-11 10:41:49,545] '/u/wayfaring_wizard' has given '/u/aresALT' lambda! +[2020-07-11 10:41:51,704] /u/aresALT had their flair updated +[2020-07-11 10:43:16,806] There has been a new submission: 'please support my channel', with flair 'Gaming' +[2020-07-11 10:43:18,519] /u/Mit300606 had their submission removed for insufficient lambda. +[2020-07-11 10:43:20,599] /u/Mit300606 had their flair updated +[2020-07-11 11:04:10,548] There has been a new submission: 'EXPO 2020 DUBAI| A VISIT TO THE WORLD’S GREATEST SHOW IN THE MAKING', with flair 'Vlog' +[2020-07-11 11:04:12,590] /u/Jizami had their submission removed for insufficient lambda. +[2020-07-11 11:04:14,459] /u/Jizami had their flair updated +[2020-07-11 11:11:44,017] There has been a new submission: 'I put all of your guys critiques into my new video. So hopefully you enjoy took me a good bit to make, I also made it shorter so people with less time can enjoy . I'm only giving serious critiques lambda. I'll be able to tell if you watched at least half of the video lol. Have a good day <3', with flair 'Video Critique' +[2020-07-11 11:11:44,725] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 11:11:44,728] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 11:11:44,863] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k6mWQgcc93Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 11:11:45,020] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKQX_a_o3p41AX8NhNWqKRQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 11:11:48,193] /u/DeeJordz had their flair updated +[2020-07-11 11:39:30,673] There has been a new submission: 'Indian Naan Bread at Home.', with flair 'Channel Review' +[2020-07-11 11:39:31,404] /u/PunjabiStyleCooking had their submission removed for insufficient lambda. +[2020-07-11 11:39:31,975] /u/PunjabiStyleCooking had their flair updated +[2020-07-11 11:41:35,280] There has been a new submission: 'T16 2 MINUTEN Rifts | Speed farm Build | GoD Demon Hunter | Diablo 3', with flair 'Gaming' +[2020-07-11 11:41:37,196] /u/Top_Quality_Clips had their submission removed for insufficient lambda. +[2020-07-11 11:41:39,356] /u/Top_Quality_Clips had their flair updated +[2020-07-11 11:51:15,111] There has been a new submission: 'Please guys I need views for this video. Help me', with flair 'Video Critique' +[2020-07-11 11:51:16,954] /u/DTS_11 had their submission removed for insufficient lambda. +[2020-07-11 11:51:19,170] /u/DTS_11 had their flair updated +[2020-07-11 11:57:40,258] +#################### +[Jul 11 2020 11:57:40] RESTARTED +#################### + +[2020-07-11 12:03:41,117] There has been a new submission: 'I'm a little nervous to post this, this was my first time using after effects... I poured my heart into a tribute to Avengers + MCU', with flair 'Video Critique' +[2020-07-11 12:03:41,765] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 12:03:41,767] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 12:03:41,906] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9MT2R4zgbTs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 12:03:42,013] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO3RgB9Kn-f_pARW9-z1Trg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 12:03:44,584] /u/nerdymandrakes had their flair updated +[2020-07-11 12:05:44,404] There has been a new submission: 'The 1k QnA - Thank you for all the support guys, Don't think I've ever worked this hard on a video before (30+ hours of editing lol)', with flair 'Video Critique' +[2020-07-11 12:05:44,830] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 12:05:44,831] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 12:05:44,946] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eQpHiBSL9bQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 12:05:45,049] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 12:05:47,271] /u/OccupiedGarrett had their flair updated +[2020-07-11 12:28:59,021] /u/MafiasFinestTV had their flair updated +[2020-07-11 12:29:30,245] '/u/MafiasFinestTV' has given '/u/MichaelJH333' lambda! +[2020-07-11 12:29:30,877] /u/MichaelJH333 had their flair updated +[2020-07-11 12:47:54,480] '/u/HappyPantzInc' has given '/u/EL_Gordoz' lambda! +[2020-07-11 12:47:55,612] /u/EL_Gordoz had their flair updated +[2020-07-11 12:49:06,012] '/u/HappyPantzInc' has given '/u/Brandonator247' lambda! +[2020-07-11 12:49:07,004] /u/Brandonator247 had their flair updated +[2020-07-11 12:52:21,127] There has been a new submission: 'I'm looking for feedback good or bad', with flair 'Video Critique' +[2020-07-11 12:52:23,028] /u/Crazyhanktv had their submission removed for insufficient lambda. +[2020-07-11 12:52:25,150] /u/Crazyhanktv had their flair updated +[2020-07-11 12:53:07,425] There has been a new submission: 'I'm looking for feedback good or bad', with flair 'Video Critique' +[2020-07-11 12:53:09,188] /u/Crazyhanktv had their submission removed for insufficient lambda. +[2020-07-11 12:53:11,233] /u/Crazyhanktv had their flair updated +[2020-07-11 12:55:18,115] There has been a new submission: 'TOP 10 VIDEO GAME TRAILERS OF ALL TIME !', with flair 'Video Critique' +[2020-07-11 12:55:19,851] /u/ISaiyanPrinceI had their submission removed for insufficient lambda. +[2020-07-11 12:55:21,596] /u/ISaiyanPrinceI had their flair updated +[2020-07-11 12:57:42,162] There has been a new submission: 'UFC 251 FIGHT ISLAND PREVIEW', with flair 'Channel Review' +[2020-07-11 12:57:43,449] /u/sul786111 had their submission removed for insufficient lambda. +[2020-07-11 12:57:44,868] /u/sul786111 had their flair updated +[2020-07-11 12:58:35,869] '/u/OccupiedGarrett' has given '/u/Imagine-Freedom' lambda! +[2020-07-11 12:58:36,853] /u/Imagine-Freedom had their flair updated +[2020-07-11 12:59:36,157] '/u/OccupiedGarrett' has given '/u/FinalFanX' lambda! +[2020-07-11 12:59:36,669] /u/FinalFanX had their flair updated +[2020-07-11 13:04:12,207] There has been a new submission: 'Check out my Rewrite Channel? - Feedback appreciated!', with flair 'None' +[2020-07-11 13:04:14,032] /u/JayGatsby2019 had their submission removed for insufficient lambda. +[2020-07-11 13:04:16,041] /u/JayGatsby2019 had their flair updated +[2020-07-11 13:05:31,820] There has been a new submission: 'What is Short Selling? Please Review my channel and provide suggestions', with flair 'Channel Review' +[2020-07-11 13:05:33,302] /u/BusyTuber had their submission removed for insufficient lambda. +[2020-07-11 13:05:34,954] /u/BusyTuber had their flair updated +[2020-07-11 13:05:52,751] /u/nerdymandrakes had their flair updated +[2020-07-11 13:08:08,312] '/u/CaptainGusMohawk' has given '/u/sohomcena' lambda! +[2020-07-11 13:08:09,405] /u/sohomcena had their flair updated +[2020-07-11 13:10:15,315] '/u/CaptainGusMohawk' has given '/u/BlueBarossa' lambda! +[2020-07-11 13:10:17,706] /u/BlueBarossa had their flair updated +[2020-07-11 13:11:21,997] '/u/CaptainGusMohawk' has given '/u/Imagine-Freedom' lambda! +[2020-07-11 13:11:24,173] /u/Imagine-Freedom had their flair updated +[2020-07-11 13:11:46,749] '/u/MafiasFinestTV' has given '/u/Imagine-Freedom' lambda! +[2020-07-11 13:11:49,135] /u/Imagine-Freedom had their flair updated +[2020-07-11 13:12:43,337] '/u/CaptainGusMohawk' has given '/u/ioo5_' lambda! +[2020-07-11 13:12:45,493] /u/ioo5_ had their flair updated +[2020-07-11 13:21:58,285] There has been a new submission: 'Hello guys! I am beginner in the YouTube community. I make story mode versions of mobile games, I am open to suggestions and need a lot of support from you guys. Thank you. I'll leave the link to my channel below please check it out and if u like u can always subscribe.', with flair 'Gaming' +[2020-07-11 13:22:00,418] /u/sanwalgoku had their submission removed for insufficient lambda. +[2020-07-11 13:22:02,580] /u/sanwalgoku had their flair updated +[2020-07-11 13:25:55,008] There has been a new submission: 'Hey I have a Minecraft channel called Cockerel Ninja 126 PLEASE READ THE DESCRIPTION', with flair 'Gaming' +[2020-07-11 13:25:56,385] /u/Cockerel-Ninja-126 had their submission removed for insufficient lambda. +[2020-07-11 13:25:58,176] /u/Cockerel-Ninja-126 had their flair updated +[2020-07-11 13:28:56,521] There has been a new submission: 'Rate my new video! Lambda for good critique!', with flair 'Video Critique' +[2020-07-11 13:28:57,344] /u/notsharp12 had their submission removed for insufficient lambda. +[2020-07-11 13:28:58,221] /u/notsharp12 had their flair updated +[2020-07-11 13:32:19,540] There has been a new submission: 'Entoma & Demiurge vs Gagaran & Tia & Evileye | Overlord 2 [English Subbed]', with flair 'Channel Review' +[2020-07-11 13:32:21,452] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-11 13:32:23,555] /u/Irefig had their flair updated +[2020-07-11 13:35:51,319] There has been a new submission: 'BTS JIMIN (지민) - Promise (약속) [Vocal Cover]', with flair 'Video Critique' +[2020-07-11 13:35:52,665] /u/dwideshev had their submission removed for insufficient lambda. +[2020-07-11 13:35:54,293] /u/dwideshev had their flair updated +[2020-07-11 13:53:20,456] There has been a new submission: 'MUKIELE BECOMES A WING | RB LEIPZIG FIFA 20 CAREER MODE #8', with flair 'Gaming' +[2020-07-11 13:53:21,070] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 13:53:21,071] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 13:53:21,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1CXMKeqP3Ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 13:53:21,310] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 13:53:24,678] /u/FynnKrauseFootballYT had their flair updated +[2020-07-11 13:57:18,614] '/u/isiahdyson500' has given '/u/IWI-Team' lambda! +[2020-07-11 13:57:19,939] /u/IWI-Team had their flair updated +[2020-07-11 13:57:24,673] There has been a new submission: 'SANTOSHI SHETTY CONTROVERSY | Indian Instagram Influencer Santoshi offer...', with flair 'Video Critique' +[2020-07-11 13:57:25,782] /u/MagsFromPluto had their submission removed for insufficient lambda. +[2020-07-11 13:57:27,048] /u/MagsFromPluto had their flair updated +[2020-07-11 13:57:40,601] +#################### +[Jul 11 2020 13:57:40] RESTARTED +#################### + +[2020-07-11 14:01:24,404] '/u/isiahdyson500' has given '/u/BMarkyB' lambda! +[2020-07-11 14:01:26,608] /u/BMarkyB had their flair updated +[2020-07-11 14:06:03,752] There has been a new submission: 'Just Alyx -- Fozzy "Judas" Acapella Cover w/ Lyrics || Chris Jericho AEW Theme Song', with flair 'Art' +[2020-07-11 14:06:05,117] /u/Just_Alyx had their submission removed for insufficient lambda. +[2020-07-11 14:06:06,700] /u/Just_Alyx had their flair updated +[2020-07-11 14:08:52,982] '/u/MafiasFinestTV' has given '/u/oh4foxxsake' lambda! +[2020-07-11 14:08:53,829] /u/oh4foxxsake had their flair updated +[2020-07-11 14:08:59,802] '/u/isiahdyson500' has given '/u/mxrky4' lambda! +[2020-07-11 14:09:00,567] /u/mxrky4 had their flair updated +[2020-07-11 14:10:57,765] There has been a new submission: 'Have look at sunset 🌞. Hope you will enjoy,have a relax time..😊', with flair 'Art' +[2020-07-11 14:10:59,789] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-07-11 14:11:02,052] /u/ARTCRAFTFUN had their flair updated +[2020-07-11 14:11:12,861] '/u/isiahdyson500' has given '/u/SciFi_Pie' lambda! +[2020-07-11 14:11:15,055] /u/SciFi_Pie had their flair updated +[2020-07-11 14:13:17,033] There has been a new submission: 'Camila Cabello - Havana - Martian Piano Cover', with flair 'Art' +[2020-07-11 14:13:18,890] /u/gkhngkgln had their submission removed for insufficient lambda. +[2020-07-11 14:13:20,870] /u/gkhngkgln had their flair updated +[2020-07-11 14:16:32,872] '/u/OccupiedGarrett' has given '/u/PizzaParker36' lambda! +[2020-07-11 14:16:34,346] /u/PizzaParker36 had their flair updated +[2020-07-11 14:17:19,726] '/u/isiahdyson500' has given '/u/EhtooSPT' lambda! +[2020-07-11 14:17:21,118] /u/EhtooSPT had their flair updated +[2020-07-11 14:18:19,334] There has been a new submission: 'The Last Of Us 2 ● Aggressive Gameplay - Seattle Day 2 NEW GAME+/SURVIVOR+', with flair 'Video Critique' +[2020-07-11 14:18:20,332] /u/ORE- had their submission removed for insufficient lambda. +[2020-07-11 14:18:21,429] /u/ORE- had their flair updated +[2020-07-11 14:18:36,320] '/u/DeeJordz' has given '/u/Sir-Juaby' lambda! +[2020-07-11 14:18:37,314] /u/Sir-Juaby had their flair updated +[2020-07-11 14:18:46,238] There has been a new submission: 'Healthy Lifestyle Days | We are a weight loss vlog channel and want to see what we could improve on or add in our vlogs. Please let us know! ♥️', with flair 'Channel Review' +[2020-07-11 14:18:46,474] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 14:18:46,478] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 14:18:46,636] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5AVzf04PsS8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 14:18:46,765] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKn3mGRvhf8Jkdl8fptB5GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 14:18:48,059] /u/VanGlass90 had their flair updated +[2020-07-11 14:19:00,173] '/u/isiahdyson500' has given '/u/robbit9' lambda! +[2020-07-11 14:19:00,916] /u/robbit9 had their flair updated +[2020-07-11 14:25:49,293] '/u/isiahdyson500' has given '/u/acstomi0212' lambda! +[2020-07-11 14:25:50,838] /u/acstomi0212 had their flair updated +[2020-07-11 14:29:37,987] '/u/isiahdyson500' has given '/u/Glittering_Designer' lambda! +[2020-07-11 14:29:38,507] /u/Glittering_Designer had their flair updated +[2020-07-11 14:30:21,616] '/u/HappyPantzInc' has given '/u/phalgunnmaharishi' lambda! +[2020-07-11 14:30:23,857] /u/phalgunnmaharishi had their flair updated +[2020-07-11 14:31:00,913] '/u/sohomcena' has given '/u/IWI-Team' lambda! +[2020-07-11 14:31:03,164] /u/IWI-Team had their flair updated +[2020-07-11 14:31:31,189] '/u/dontmessup16' has given '/u/CobaPlatinum' lambda! +[2020-07-11 14:31:33,505] /u/CobaPlatinum had their flair updated +[2020-07-11 14:33:37,111] Starting every day program... +[2020-07-11 14:33:37,116] Updating database statistics... +[2020-07-11 14:33:37,303] Posting and updating wiki... +[2020-07-11 14:33:56,604] Formatting leaderboard... +[2020-07-11 14:33:56,715] Updating sidebar... +[2020-07-11 14:33:57,641] Updated in new reddit... +[2020-07-11 14:34:15,262] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/edit/ +[2020-07-11 14:34:46,680] Updated in old reddit... +[2020-07-11 14:34:46,680] Completed. +[2020-07-11 14:36:06,672] There has been a new submission: 'What do you think of watching playlists on loop to get more watch hours on channel?', with flair 'Discussion' +[2020-07-11 14:36:08,556] /u/BellaElizabethh had their flair updated +[2020-07-11 14:42:48,031] '/u/DeeJordz' has given '/u/OccupiedGarrett' lambda! +[2020-07-11 14:42:50,087] /u/OccupiedGarrett had their flair updated +[2020-07-11 14:43:47,787] There has been a new submission: 'Made a smash bros montage/commentary, I put a lot of effort into the commentary and editing of this one so i hope you enjoy', with flair 'Gaming' +[2020-07-11 14:43:49,485] /u/Rnushee had their submission removed for insufficient lambda. +[2020-07-11 14:43:51,395] /u/Rnushee had their flair updated +[2020-07-11 14:44:02,909] There has been a new submission: 'Valorant Characters Portrayed By Spongebob (This is my first yt vid so please critique!)', with flair 'Gaming' +[2020-07-11 14:44:03,433] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 14:44:03,435] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 14:44:03,550] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TRF0SHXitis&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 14:44:03,678] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCixyVPA1mGL0EmYzG3l5xqg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 14:44:07,170] /u/SltySptoon had their flair updated +[2020-07-11 14:50:07,866] There has been a new submission: 'Fighting Some Spiders & Doing Some Research | Don't Starve (Episode #8)', with flair 'Gaming' +[2020-07-11 14:50:09,978] /u/RageSongYT had their submission removed for insufficient lambda. +[2020-07-11 14:50:12,299] /u/RageSongYT had their flair updated +[2020-07-11 14:57:17,369] '/u/SltySptoon' has given '/u/ShikharTrivedi' lambda! +[2020-07-11 14:57:18,654] /u/ShikharTrivedi had their flair updated +[2020-07-11 15:07:25,102] There has been a new submission: '[Fan Art]METROID is up this week. Commentary includes my very first official YouTube apology.(sort of) Feedback and tips are welcome and rewarded of course.', with flair 'Art' +[2020-07-11 15:07:25,372] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 15:07:25,374] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 15:07:25,479] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2OJNbJF_AH8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:07:25,578] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp-epzKsyGdKdecx9XoSU6Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:07:27,251] /u/ekaaaans had their flair updated +[2020-07-11 15:08:02,676] There has been a new submission: 'This is my new collab video. I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-11 15:08:03,007] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 15:08:03,008] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 15:08:03,109] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y4xf7W8nuaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:08:03,223] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:08:04,722] /u/ShikharTrivedi had their flair updated +[2020-07-11 15:09:28,879] There has been a new submission: 'YouTube', with flair 'Video Critique' +[2020-07-11 15:09:29,640] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-07-11 15:09:30,216] /u/bpbeatzz had their flair updated +[2020-07-11 15:13:11,342] There has been a new submission: 'How To See Enemy Easier in FortNite by Footsteps in Fortnite Season 3 - ...', with flair 'Gaming' +[2020-07-11 15:13:13,399] /u/MikoMik2017 had their submission removed for insufficient lambda. +[2020-07-11 15:13:15,422] /u/MikoMik2017 had their flair updated +[2020-07-11 15:22:39,298] There has been a new submission: 'Just finished this short skit that basically rips on loads of games that have come out recently. I've changed up the thumbnail a bit so I'd love some feedback on that, and anything else in the skit too of course.', with flair 'Video Critique' +[2020-07-11 15:22:39,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 15:22:39,921] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 15:22:40,067] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wCDu-_KLJjY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:22:40,172] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 15:22:43,080] /u/YaGuyAlex_yt had their flair updated +[2020-07-11 15:29:10,866] There has been a new submission: 'Just Alyx -- Fozzy "Judas" Acapella Cover w/ Lyrics || Chris Jericho AEW Theme Song', with flair 'Art' +[2020-07-11 15:29:11,851] /u/Just_Alyx had their submission removed for insufficient lambda. +[2020-07-11 15:29:12,561] /u/Just_Alyx had their flair updated +[2020-07-11 15:31:36,533] There has been a new submission: 'how i would have wrote the last of us 2 (sorry for bad audio)', with flair 'Gaming' +[2020-07-11 15:31:38,519] /u/agentsupernova had their submission removed for insufficient lambda. +[2020-07-11 15:31:40,675] /u/agentsupernova had their flair updated +[2020-07-11 15:34:24,430] There has been a new submission: 'Becoming An Expert On Credit Score (YOUR BEST FRIEND) Let me know what you think!', with flair 'Video Critique' +[2020-07-11 15:34:26,093] /u/abelenn had their submission removed for insufficient lambda. +[2020-07-11 15:34:27,971] /u/abelenn had their flair updated +[2020-07-11 15:34:55,578] There has been a new submission: 'Not getting any clicks thru Search', with flair 'Discussion' +[2020-07-11 15:34:57,745] /u/siddhant1991 had their flair updated +[2020-07-11 15:35:52,516] There has been a new submission: 'Drama, Intrigue, Tolkien, Civilization VI', with flair 'None' +[2020-07-11 15:35:53,962] /u/ConeMCHC had their submission removed for insufficient lambda. +[2020-07-11 15:35:55,566] /u/ConeMCHC had their flair updated +[2020-07-11 15:39:48,739] /u/OnewasBest had their flair updated +[2020-07-11 15:45:25,988] /u/luisfrobles had their flair updated +[2020-07-11 15:45:48,357] /u/AsunderSage672 had their flair updated +[2020-07-11 15:46:10,624] There has been a new submission: 'New video out! give me feedback on how to improve!', with flair 'Video Critique' +[2020-07-11 15:46:12,039] /u/Saturnbornkobe1 had their submission removed for insufficient lambda. +[2020-07-11 15:46:13,625] /u/Saturnbornkobe1 had their flair updated +[2020-07-11 15:46:21,391] '/u/KnockoutBricks' has given '/u/SpeedyStreamer' lambda! +[2020-07-11 15:46:22,942] /u/SpeedyStreamer had their flair updated +[2020-07-11 15:57:31,688] There has been a new submission: 'Always Has Been Meme Edit', with flair 'Video Critique' +[2020-07-11 15:57:32,727] /u/x3RR0RYT had their submission removed for insufficient lambda. +[2020-07-11 15:57:33,965] /u/x3RR0RYT had their flair updated +[2020-07-11 15:57:40,568] +#################### +[Jul 11 2020 15:57:40] RESTARTED +#################### + +[2020-07-11 15:59:13,311] There has been a new submission: 'NEW MIAMI TRAVEL VLOG VIDEO!!', with flair 'Vlog' +[2020-07-11 15:59:14,109] /u/emoneyboss had their submission removed for insufficient lambda. +[2020-07-11 15:59:14,723] /u/emoneyboss had their flair updated +[2020-07-11 15:59:38,668] There has been a new submission: 'Couples in Quarantine comedy sketch', with flair 'Channel Review' +[2020-07-11 15:59:39,547] /u/AwkwardAK had their submission removed for insufficient lambda. +[2020-07-11 15:59:40,003] /u/AwkwardAK had their flair updated +[2020-07-11 16:07:26,653] '/u/Hamlet_71' has given '/u/BlueBarossa' lambda! +[2020-07-11 16:07:27,923] /u/BlueBarossa had their flair updated +[2020-07-11 16:07:36,307] '/u/ShikharTrivedi' has given '/u/EL_Gordoz' lambda! +[2020-07-11 16:07:37,612] /u/EL_Gordoz had their flair updated +[2020-07-11 16:08:57,646] There has been a new submission: 'When They Cry: Higurashi no Naku Koro ni (2020) - Official Trailer', with flair 'Channel Review' +[2020-07-11 16:08:58,756] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-11 16:08:59,549] /u/Irefig had their flair updated +[2020-07-11 16:09:56,438] There has been a new submission: 'https://youtu.be/43gm7kNGRno', with flair 'Video Critique' +[2020-07-11 16:09:57,103] /u/EL_Gordoz had their flair updated +[2020-07-11 16:10:21,800] '/u/ekaaaans' has given '/u/cuchulainn1984' lambda! +[2020-07-11 16:10:24,121] /u/cuchulainn1984 had their flair updated +[2020-07-11 16:11:55,414] There has been a new submission: 'My Reaction to Children/Adult Book 😂', with flair 'Vlog' +[2020-07-11 16:11:57,319] /u/badboylus had their submission removed for insufficient lambda. +[2020-07-11 16:11:59,496] /u/badboylus had their flair updated +[2020-07-11 16:14:11,038] There has been a new submission: 'YouTubeFacebook and Google AD ban, amazon TikTok ban, Jeffrey star dropped & more || JULY 11 TECH HEADLINES', with flair 'Channel Review' +[2020-07-11 16:14:12,628] /u/Santorox2 had their submission removed for insufficient lambda. +[2020-07-11 16:14:14,576] /u/Santorox2 had their flair updated +[2020-07-11 16:16:25,521] '/u/luisfrobles' has given '/u/Drewsson' lambda! +[2020-07-11 16:16:27,085] /u/Drewsson had their flair updated +[2020-07-11 16:16:43,260] There has been a new submission: 'The Last Of Us 2 - Tactical Espionage Action', with flair 'Gaming' +[2020-07-11 16:16:44,524] /u/SprayedRed had their submission removed for insufficient lambda. +[2020-07-11 16:16:45,960] /u/SprayedRed had their flair updated +[2020-07-11 16:28:40,968] '/u/KakarottoCake' has given '/u/nnnishal' lambda! +[2020-07-11 16:28:41,888] /u/nnnishal had their flair updated +[2020-07-11 16:29:06,752] '/u/luisfrobles' has given '/u/nnnishal' lambda! +[2020-07-11 16:29:07,520] /u/nnnishal had their flair updated +[2020-07-11 16:32:33,484] '/u/FynnKrauseFootballYT' has given '/u/badboylus' lambda! +[2020-07-11 16:32:35,469] /u/badboylus had their flair updated +[2020-07-11 16:33:23,098] '/u/FynnKrauseFootballYT' has given '/u/Imlikeokkkk' lambda! +[2020-07-11 16:33:25,082] /u/Imlikeokkkk had their flair updated +[2020-07-11 16:35:18,419] There has been a new submission: 'Something I liked to share with everyone.', with flair 'Art' +[2020-07-11 16:35:19,885] /u/Aashish_001 had their submission removed for insufficient lambda. +[2020-07-11 16:35:21,582] /u/Aashish_001 had their flair updated +[2020-07-11 16:38:44,794] There has been a new submission: 'Our first time playing a VR game :)', with flair 'Gaming' +[2020-07-11 16:38:45,694] /u/Djg1919 had their submission removed for insufficient lambda. +[2020-07-11 16:38:46,689] /u/Djg1919 had their flair updated +[2020-07-11 16:44:03,569] There has been a new submission: 'IQ vs EQ', with flair 'Video Critique' +[2020-07-11 16:44:05,221] /u/changetrend had their submission removed for insufficient lambda. +[2020-07-11 16:44:07,078] /u/changetrend had their flair updated +[2020-07-11 16:52:37,364] There has been a new submission: 'Getting back into YouTube and would love some feedback on my new video.', with flair 'Gaming' +[2020-07-11 16:52:39,189] /u/HoodwinkSmash had their submission removed for insufficient lambda. +[2020-07-11 16:52:41,259] /u/HoodwinkSmash had their flair updated +[2020-07-11 16:54:48,045] There has been a new submission: 'Sword Art Online Alicization War of Underworld Part 2 Opening | 『ANIMA』 ...', with flair 'Thumbnail Review' +[2020-07-11 16:54:49,653] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-11 16:54:51,406] /u/Irefig had their flair updated +[2020-07-11 16:56:41,995] There has been a new submission: 'New Minecraft Channel', with flair 'Gaming' +[2020-07-11 16:56:43,247] /u/Ruukxsu had their submission removed for insufficient lambda. +[2020-07-11 16:56:44,693] /u/Ruukxsu had their flair updated +[2020-07-11 16:57:04,854] '/u/IWI-Team' has given '/u/flippifly' lambda! +[2020-07-11 16:57:06,221] /u/flippifly had their flair updated +[2020-07-11 17:11:03,606] There has been a new submission: 'A video of how I made one of my newest songs!', with flair 'Video Critique' +[2020-07-11 17:11:04,341] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 17:11:04,346] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 17:11:04,511] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RQ7iajpwnN0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 17:11:04,620] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKwj0E33bLbsd-nW_KGGZOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 17:11:08,020] /u/superwatt123 had their flair updated +[2020-07-11 17:11:13,687] There has been a new submission: 'Pinning the crank!', with flair 'Channel Review' +[2020-07-11 17:11:16,054] /u/AmandaRaeJean had their submission removed for insufficient lambda. +[2020-07-11 17:11:18,278] /u/AmandaRaeJean had their flair updated +[2020-07-11 17:12:03,334] '/u/YaGuyAlex_yt' has given '/u/Kriller77' lambda! +[2020-07-11 17:12:05,783] /u/Kriller77 had their flair updated +[2020-07-11 17:12:58,793] '/u/YaGuyAlex_yt' has given '/u/Just_Alyx' lambda! +[2020-07-11 17:13:00,846] /u/Just_Alyx had their flair updated +[2020-07-11 17:13:17,061] '/u/YaGuyAlex_yt' has given '/u/BaneShake' lambda! +[2020-07-11 17:13:19,096] /u/BaneShake had their flair updated +[2020-07-11 17:14:18,774] '/u/YaGuyAlex_yt' has given '/u/flippifly' lambda! +[2020-07-11 17:14:20,561] /u/flippifly had their flair updated +[2020-07-11 17:15:06,825] '/u/ShikharTrivedi' has given '/u/notsharp12' lambda! +[2020-07-11 17:15:08,501] /u/notsharp12 had their flair updated +[2020-07-11 17:20:15,474] There has been a new submission: 'Taking all feedback on my new video! Lambda will be given a lot!', with flair 'Video Critique' +[2020-07-11 17:20:18,527] /u/notsharp12 had their flair updated +[2020-07-11 17:21:34,315] '/u/DeeJordz' has given '/u/Shaydoff' lambda! +[2020-07-11 17:21:36,444] /u/Shaydoff had their flair updated +[2020-07-11 17:22:08,351] '/u/SltySptoon' has given '/u/unidx' lambda! +[2020-07-11 17:22:10,471] /u/unidx had their flair updated +[2020-07-11 17:23:06,360] '/u/SltySptoon' has given '/u/HoodwinkSmash' lambda! +[2020-07-11 17:23:08,437] /u/HoodwinkSmash had their flair updated +[2020-07-11 17:24:42,616] '/u/ShikharTrivedi' has given '/u/Just_Alyx' lambda! +[2020-07-11 17:24:44,653] /u/Just_Alyx had their flair updated +[2020-07-11 17:32:55,902] There has been a new submission: 'How to create the best sugar rocket propellant?', with flair 'Art' +[2020-07-11 17:32:57,760] /u/_Pandicus_ had their submission removed for insufficient lambda. +[2020-07-11 17:32:59,773] /u/_Pandicus_ had their flair updated +[2020-07-11 17:35:10,669] '/u/superwatt123' has given '/u/Just_Alyx' lambda! +[2020-07-11 17:35:12,416] /u/Just_Alyx had their flair updated +[2020-07-11 17:35:50,696] '/u/superwatt123' has given '/u/IWI-Team' lambda! +[2020-07-11 17:35:52,317] /u/IWI-Team had their flair updated +[2020-07-11 17:36:13,463] '/u/notsharp12' has given '/u/SciFi_Pie' lambda! +[2020-07-11 17:36:14,934] /u/SciFi_Pie had their flair updated +[2020-07-11 17:41:30,715] There has been a new submission: 'FIX THESE SERVERS PLZ - Battlefront 2 Heroes Vs Villains Funny Moments', with flair 'Gaming' +[2020-07-11 17:41:32,679] /u/ElectricStormtrooper had their submission removed for insufficient lambda. +[2020-07-11 17:41:34,916] /u/ElectricStormtrooper had their flair updated +[2020-07-11 17:46:30,905] There has been a new submission: 'Valorant Highlight Movie | Highly appreciate any form of constructive feedback', with flair 'Video Critique' +[2020-07-11 17:46:31,219] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 17:46:31,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 17:46:31,335] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PKyFXJ8l0pU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 17:46:31,440] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRc3s2O-nDNdxTy9UuUr1EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 17:46:33,461] /u/flippifly had their flair updated +[2020-07-11 17:52:02,282] There has been a new submission: 'Diy project at home. We are make diy video in my YouTube Channel. You can learn many diy project at your home.', with flair 'Channel Review' +[2020-07-11 17:52:04,155] /u/MrMunna had their submission removed for insufficient lambda. +[2020-07-11 17:52:06,270] /u/MrMunna had their flair updated +[2020-07-11 17:55:31,849] There has been a new submission: 'What I Gave Up To Become Rich - Give Me Your Thoughts', with flair 'Channel Review' +[2020-07-11 17:55:33,328] /u/Mkaedx had their submission removed for insufficient lambda. +[2020-07-11 17:55:34,989] /u/Mkaedx had their flair updated +[2020-07-11 17:57:40,659] +#################### +[Jul 11 2020 17:57:40] RESTARTED +#################### + +[2020-07-11 17:59:09,697] There has been a new submission: 'Is 6:39 a good average for a 10:09 video? What do you often get.', with flair 'Discussion' +[2020-07-11 17:59:10,628] /u/1GPAKOS1 had their flair updated +[2020-07-11 17:59:15,123] /u/MrMunna had their flair updated +[2020-07-11 18:00:01,520] There has been a new submission: 'do you like lil peep, if u like subscribe my channel https. ://youtu.be/hmB7vM3homc', with flair 'Gaming' +[2020-07-11 18:00:03,220] /u/Lumica_PT_06 had their submission removed for insufficient lambda. +[2020-07-11 18:00:05,694] /u/Lumica_PT_06 had their flair updated +[2020-07-11 18:01:50,588] There has been a new submission: 'I do lil peep edits, and i will do gameplays', with flair 'Gaming' +[2020-07-11 18:01:52,598] /u/Lumica_PT_06 had their submission removed for insufficient lambda. +[2020-07-11 18:01:54,741] /u/Lumica_PT_06 had their flair updated +[2020-07-11 18:02:17,911] '/u/YaGuyAlex_yt' has given '/u/SciFi_Pie' lambda! +[2020-07-11 18:02:20,010] /u/SciFi_Pie had their flair updated +[2020-07-11 18:02:37,443] /u/AutoModerator had their flair updated +[2020-07-11 18:03:31,545] There has been a new submission: 'Growth Hack Channels HURT MY SOUL (trying different video styles, did any of this work for you?)', with flair 'Video Critique' +[2020-07-11 18:03:32,210] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 18:03:32,215] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 18:03:32,370] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WnyeD1kIG2E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:03:32,483] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8oS68h-OOG_yo5ak55vxsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:03:35,277] /u/LloydZD had their flair updated +[2020-07-11 18:03:47,520] There has been a new submission: 'Just uploaded my GYLT review! Looking for any and all critiques!', with flair 'Gaming' +[2020-07-11 18:03:47,923] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 18:03:47,924] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 18:03:48,102] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ra5R5hf5iEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:03:48,233] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmO0KySnnFKxtFmtEPGHWng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:03:50,818] /u/Chekhov27 had their flair updated +[2020-07-11 18:06:14,807] There has been a new submission: 'Just Alyx -- Fozzy "Judas" Acapella Cover w/ Lyrics || Chris Jericho AEW Theme Song', with flair 'Art' +[2020-07-11 18:06:15,154] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 18:06:15,156] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 18:06:15,348] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_hmgqNjBjcc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:06:15,460] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr5p9znjWkmlUebyBvqZmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 18:06:17,451] /u/Just_Alyx had their flair updated +[2020-07-11 18:11:46,538] There has been a new submission: 'Check out the drop we built, we would love your support', with flair 'Art' +[2020-07-11 18:11:48,540] /u/Qweeman907 had their submission removed for insufficient lambda. +[2020-07-11 18:11:50,694] /u/Qweeman907 had their flair updated +[2020-07-11 18:12:02,494] There has been a new submission: 'Check out my new Bridal Mehandi design for Front hands video hope you all gonna like it watch it full thanks 😊.', with flair 'Art' +[2020-07-11 18:12:04,415] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-11 18:12:06,594] /u/Iqra-Entertainment had their flair updated +[2020-07-11 18:12:30,367] There has been a new submission: 'CAN YOU SHOW ME SOME LOVE ON MY RECENT NBA 2K20 VIDEO WE BROKE TRASH TALKERS HEARTS VID ON MY YOUTUBE CHANNEL⁉️PLEASE⁉️ HERE’S THE LINK👇🏾‼️', with flair 'Gaming' +[2020-07-11 18:12:32,679] /u/GodsNotoriousProdigy had their submission removed for insufficient lambda. +[2020-07-11 18:12:34,772] /u/GodsNotoriousProdigy had their flair updated +[2020-07-11 18:16:00,513] '/u/notsharp12' has given '/u/blacksmyth34' lambda! +[2020-07-11 18:16:02,101] /u/blacksmyth34 had their flair updated +[2020-07-11 18:16:27,016] '/u/Jardayylmao' has given '/u/EL_Gordoz' lambda! +[2020-07-11 18:16:28,384] /u/EL_Gordoz had their flair updated +[2020-07-11 18:16:41,920] '/u/Jardayylmao' has given '/u/notsharp12' lambda! +[2020-07-11 18:16:43,380] /u/notsharp12 had their flair updated +[2020-07-11 18:31:10,059] There has been a new submission: 'Killing Eve Season 3 is BORING!!!', with flair 'Video Critique' +[2020-07-11 18:31:12,061] /u/DavinaCarter had their submission removed for insufficient lambda. +[2020-07-11 18:31:14,269] /u/DavinaCarter had their flair updated +[2020-07-11 18:34:35,628] There has been a new submission: 'Koga's Last Moment | Japan Sinks: 2020', with flair 'Thumbnail Review' +[2020-07-11 18:34:37,163] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-11 18:34:38,963] /u/Irefig had their flair updated +[2020-07-11 18:43:39,811] There has been a new submission: 'If you have the time please check out my new Harry Potter parody channel on youtube. And for all the fans of Harry Potter, I wish you all the luck in getting your Hogwarts acceptance letter!', with flair 'Channel Review' +[2020-07-11 18:43:42,104] /u/Michaelgibson551 had their submission removed for insufficient lambda. +[2020-07-11 18:43:44,009] /u/Michaelgibson551 had their flair updated +[2020-07-11 18:52:02,243] '/u/HappyPantzInc' has given '/u/mrbaconaroni' lambda! +[2020-07-11 18:52:04,233] /u/mrbaconaroni had their flair updated +[2020-07-11 19:02:44,502] '/u/YaGuyAlex_yt' has given '/u/Ergs751' lambda! +[2020-07-11 19:02:46,591] /u/Ergs751 had their flair updated +[2020-07-11 19:03:15,174] There has been a new submission: 'Just uploaded my first ever serious video where I talk about problems I've found in YA media. I'd appreciate it if you could check it out!', with flair 'Video Critique' +[2020-07-11 19:03:17,219] /u/ucvoiduu had their submission removed for insufficient lambda. +[2020-07-11 19:03:19,271] /u/ucvoiduu had their flair updated +[2020-07-11 19:03:30,747] There has been a new submission: 'Hi, I'm an indie game developer, I've published the launch trailer of my game, I hope you like it and the game!!!', with flair 'Gaming' +[2020-07-11 19:03:32,699] /u/Mattia_Trooper05 had their submission removed for insufficient lambda. +[2020-07-11 19:03:34,721] /u/Mattia_Trooper05 had their flair updated +[2020-07-11 19:04:10,014] '/u/sohomcena' has given '/u/OccupiedGarrett' lambda! +[2020-07-11 19:04:12,132] /u/OccupiedGarrett had their flair updated +[2020-07-11 19:05:52,208] '/u/Chekhov27' has given '/u/JanosLW' lambda! +[2020-07-11 19:05:53,826] /u/JanosLW had their flair updated +[2020-07-11 19:06:04,602] There has been a new submission: 'Strain review: WEDDING CAKE | I review different types of weed strains |', with flair 'Channel Review' +[2020-07-11 19:06:04,857] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 19:06:04,859] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 19:06:04,999] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=79ZmB1ebA8c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:06:05,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSzfPZUf1AGEo5-4sv1jrhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:06:07,584] /u/Imlikeokkkk had their flair updated +[2020-07-11 19:06:58,798] '/u/notsharp12' has given '/u/TheLuiginator' lambda! +[2020-07-11 19:07:00,142] /u/TheLuiginator had their flair updated +[2020-07-11 19:07:31,531] '/u/Pushing_Prawn' has given '/u/mrbaconaroni' lambda! +[2020-07-11 19:07:32,670] /u/mrbaconaroni had their flair updated +[2020-07-11 19:12:25,529] There has been a new submission: 'Images that make me reflect on my life decisions', with flair 'Art' +[2020-07-11 19:12:26,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 19:12:26,204] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 19:12:26,351] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XjLfKTbymwE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:12:26,466] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzg8hMyKoXIJ0oUSAgEIdNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:12:29,373] /u/MacaroniMozart had their flair updated +[2020-07-11 19:20:32,018] '/u/notsharp12' has given '/u/qzeqYT' lambda! +[2020-07-11 19:20:34,266] /u/qzeqYT had their flair updated +[2020-07-11 19:20:58,596] '/u/MacaroniMozart' has given '/u/qzeqYT' lambda! +[2020-07-11 19:21:00,863] /u/qzeqYT had their flair updated +[2020-07-11 19:22:58,315] There has been a new submission: 'Spent 20 hours editing if you get the chance check it out and let me know what I can do better. It’s a vlog with an upbeat style, and yes I know using songs will get me copyrighted but I’m not in it for the money. Enjoy!', with flair 'Vlog' +[2020-07-11 19:22:58,941] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 19:22:58,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 19:22:59,080] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sGh57zZQ2SA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:22:59,205] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJyLu-lj_FtMUPmoo23dXNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 19:23:02,101] /u/tommyboy_lr had their flair updated +[2020-07-11 19:24:29,491] '/u/YaGuyAlex_yt' has given '/u/qzeqYT' lambda! +[2020-07-11 19:24:31,243] /u/qzeqYT had their flair updated +[2020-07-11 19:25:34,192] '/u/SltySptoon' has given '/u/OccupiedGarrett' lambda! +[2020-07-11 19:25:35,892] /u/OccupiedGarrett had their flair updated +[2020-07-11 19:27:35,522] '/u/Brandonator247' has given '/u/Fineset' lambda! +[2020-07-11 19:27:36,766] /u/Fineset had their flair updated +[2020-07-11 19:31:03,494] '/u/Brandonator247' has given '/u/IWI-Team' lambda! +[2020-07-11 19:31:05,652] /u/IWI-Team had their flair updated +[2020-07-11 19:32:45,557] There has been a new submission: 'I made a Rainbow Six Siege video, trying to get better at editing. Lemme know if yall like it or hate it!', with flair 'Gaming' +[2020-07-11 19:32:47,503] /u/Blu_Eclipse had their submission removed for insufficient lambda. +[2020-07-11 19:32:49,540] /u/Blu_Eclipse had their flair updated +[2020-07-11 19:37:06,176] '/u/Brandonator247' has given '/u/phalgunnmaharishi' lambda! +[2020-07-11 19:37:07,541] /u/phalgunnmaharishi had their flair updated +[2020-07-11 19:37:33,250] '/u/Brandonator247' has given '/u/JayGatsby2019' lambda! +[2020-07-11 19:37:34,519] /u/JayGatsby2019 had their flair updated +[2020-07-11 19:39:14,310] '/u/Brandonator247' has given '/u/Saturnbornkobe1' lambda! +[2020-07-11 19:39:15,013] /u/Saturnbornkobe1 had their flair updated +[2020-07-11 19:41:38,936] /u/Saturnbornkobe1 had their flair updated +[2020-07-11 19:48:17,609] There has been a new submission: 'Pigeon Feather Magnified Under Microscope https://youtu.be/AvFzWtNkXsY', with flair 'Channel Review' +[2020-07-11 19:48:18,803] /u/MagnifiedMicroscope had their submission removed for insufficient lambda. +[2020-07-11 19:48:19,820] /u/MagnifiedMicroscope had their flair updated +[2020-07-11 19:49:33,486] There has been a new submission: 'Hi, I have created a You Tube channel on DBD Gameplay, I would appreciate Any Critique, Feedback and all Support especially Welcome 💕', with flair 'Gaming' +[2020-07-11 19:49:34,242] /u/OldGothYT had their submission removed for insufficient lambda. +[2020-07-11 19:49:34,797] /u/OldGothYT had their flair updated +[2020-07-11 19:54:50,882] There has been a new submission: 'Toxic DBD Gamplay from a 50 yr old man -I would appreciate Any Critique, Feedback on My Videos, Intros, Etc', with flair 'Video Critique' +[2020-07-11 19:54:52,782] /u/OldGothYT had their submission removed for insufficient lambda. +[2020-07-11 19:54:54,574] /u/OldGothYT had their flair updated +[2020-07-11 19:57:03,523] There has been a new submission: 'PLEASE HELP ME GROW', with flair 'Channel Review' +[2020-07-11 19:57:04,689] /u/Triplezplayz had their submission removed for insufficient lambda. +[2020-07-11 19:57:06,028] /u/Triplezplayz had their flair updated +[2020-07-11 19:57:40,590] +#################### +[Jul 11 2020 19:57:40] RESTARTED +#################### + +[2020-07-11 20:00:39,849] There has been a new submission: 'My wife recently helped design a logo and animated intro for my videos! Would love feedback on it and also any opinions on having animated intros in general ✌️', with flair 'Vlog' +[2020-07-11 20:00:41,933] /u/NicTomYoutube had their submission removed for insufficient lambda. +[2020-07-11 20:00:44,192] /u/NicTomYoutube had their flair updated +[2020-07-11 20:00:57,878] '/u/Chekhov27' has given '/u/JesseGolo' lambda! +[2020-07-11 20:01:00,129] /u/JesseGolo had their flair updated +[2020-07-11 20:01:30,932] There has been a new submission: 'Debunking 5G COVID-19 Conspiracy Theories', with flair 'Video Critique' +[2020-07-11 20:01:33,004] /u/haydentq had their submission removed for insufficient lambda. +[2020-07-11 20:01:35,211] /u/haydentq had their flair updated +[2020-07-11 20:03:05,278] There has been a new submission: 'My video essay on Homestar Runner, any and all feedback appreciated!', with flair 'Video Critique' +[2020-07-11 20:03:05,908] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 20:03:05,911] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 20:03:06,075] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aIwWEsgzt7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:03:06,186] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqc7pJep_Hkw_WmLg4Ynx4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:03:08,968] /u/NetNormie had their flair updated +[2020-07-11 20:04:03,198] '/u/tommyboy_lr' has given '/u/KrispyKreams19' lambda! +[2020-07-11 20:04:05,090] /u/KrispyKreams19 had their flair updated +[2020-07-11 20:16:48,085] '/u/flippifly' has given '/u/davudgullo' lambda! +[2020-07-11 20:16:49,411] /u/davudgullo had their flair updated +[2020-07-11 20:19:48,719] There has been a new submission: 'Give me feedback on my new video! I took everyones advice on my last 2 videos so hopefully this one is better!', with flair 'Video Critique' +[2020-07-11 20:19:48,984] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 20:19:48,985] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 20:19:49,104] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VxiBNFrdoYw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:19:49,259] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_7JrnVxj7hiK1wsHRKYaNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:19:50,220] /u/Saturnbornkobe1 had their flair updated +[2020-07-11 20:26:16,174] There has been a new submission: 'Hey, I need your support/criticism!', with flair 'Video Critique' +[2020-07-11 20:26:17,482] /u/kklops had their submission removed for insufficient lambda. +[2020-07-11 20:26:18,969] /u/kklops had their flair updated +[2020-07-11 20:30:01,624] There has been a new submission: 'My Best Performing Video [LOUD WARNING] This has performed really well as I linked this a lot of places on social media, how do I keep getting views towards my videos in the future?', with flair 'Video Critique' +[2020-07-11 20:30:02,500] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 20:30:02,502] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 20:30:02,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ceFPNCh6rY0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:30:02,733] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9RGoNjB-YFB4dHegbU3qTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:30:06,313] /u/Zanvure had their flair updated +[2020-07-11 20:33:33,761] '/u/EL_Gordoz' has given '/u/SciFi_Pie' lambda! +[2020-07-11 20:33:35,645] /u/SciFi_Pie had their flair updated +[2020-07-11 20:34:23,565] '/u/EL_Gordoz' has given '/u/IWI-Team' lambda! +[2020-07-11 20:34:25,325] /u/IWI-Team had their flair updated +[2020-07-11 20:35:13,905] '/u/LloydZD' has given '/u/JanosLW' lambda! +[2020-07-11 20:35:15,589] /u/JanosLW had their flair updated +[2020-07-11 20:39:43,894] There has been a new submission: 'Here’s my newest video! I think it might be my best one yet. Let me know what you think', with flair 'Video Critique' +[2020-07-11 20:39:44,134] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 20:39:44,136] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 20:39:44,287] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=m6rAdzTVaX4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:39:44,410] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCynacxmqxV9tIlunLOo12DA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 20:39:45,246] /u/thecounselor6 had their flair updated +[2020-07-11 20:51:58,064] '/u/ekaaaans' has given '/u/ameixarocha' lambda! +[2020-07-11 20:52:00,125] /u/ameixarocha had their flair updated +[2020-07-11 20:52:06,257] There has been a new submission: 'Bollywood megastar Amitabh Bachchan, son Abhishek test positive for Covid 19', with flair 'Art' +[2020-07-11 20:52:08,412] /u/artz1977m had their submission removed for insufficient lambda. +[2020-07-11 20:52:10,558] /u/artz1977m had their flair updated +[2020-07-11 20:59:30,123] There has been a new submission: 'Looking at the ultimate ALPHA males *frat boys*', with flair 'Vlog' +[2020-07-11 20:59:30,844] /u/abbysmile09- had their submission removed for insufficient lambda. +[2020-07-11 20:59:31,446] /u/abbysmile09- had their flair updated +[2020-07-11 20:59:44,058] There has been a new submission: 'Just posted a modern warfare kill streak montage. Got many quad feeds', with flair 'Gaming' +[2020-07-11 20:59:44,826] /u/Tanner-Parsons had their submission removed for insufficient lambda. +[2020-07-11 20:59:45,323] /u/Tanner-Parsons had their flair updated +[2020-07-11 21:04:41,001] There has been a new submission: 'Muhyo & Roji's Bureau of Supernatural Investigation Season 2 | Official ...', with flair 'Thumbnail Review' +[2020-07-11 21:04:42,558] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-11 21:04:44,345] /u/Irefig had their flair updated +[2020-07-11 21:12:11,355] There has been a new submission: 'I hope you like', with flair 'Gaming' +[2020-07-11 21:12:13,361] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-11 21:12:15,576] /u/Theirishlizard had their flair updated +[2020-07-11 21:24:01,638] '/u/NetNormie' has given '/u/ameixarocha' lambda! +[2020-07-11 21:24:03,527] /u/ameixarocha had their flair updated +[2020-07-11 21:33:51,635] There has been a new submission: 'Seymour River Heritage Park - SECRET SUMMER SPOT !', with flair 'Vlog' +[2020-07-11 21:33:53,615] /u/MattDelVideos had their submission removed for insufficient lambda. +[2020-07-11 21:33:55,559] /u/MattDelVideos had their flair updated +[2020-07-11 21:37:11,181] '/u/YaGuyAlex_yt' has given '/u/KrispyKreams19' lambda! +[2020-07-11 21:37:13,205] /u/KrispyKreams19 had their flair updated +[2020-07-11 21:40:54,881] There has been a new submission: 'Does Any one else hate the term "Influencer"?', with flair 'Discussion' +[2020-07-11 21:40:57,819] /u/TheTrebleKnight had their flair updated +[2020-07-11 21:43:31,509] There has been a new submission: 'Final Fantasy 7 Part 21', with flair 'Gaming' +[2020-07-11 21:43:33,348] /u/HOLMES52 had their submission removed for insufficient lambda. +[2020-07-11 21:43:35,298] /u/HOLMES52 had their flair updated +[2020-07-11 21:56:50,564] There has been a new submission: 'THAT'S A SHOOT: EPISODE 72 - RIC FLAIR/RICKY STEAMBOAT TRILOGY, OVERRATE...', with flair 'Vlog' +[2020-07-11 21:56:51,769] /u/THEINSIDER20 had their submission removed for insufficient lambda. +[2020-07-11 21:56:53,151] /u/THEINSIDER20 had their flair updated +[2020-07-11 21:57:40,698] +#################### +[Jul 11 2020 21:57:40] RESTARTED +#################### + +[2020-07-11 22:00:11,402] There has been a new submission: 'Super Smash Bros. for Wii U - Classic Mode (Zelda)', with flair 'Gaming' +[2020-07-11 22:00:13,554] /u/MarceloJungbluth had their submission removed for insufficient lambda. +[2020-07-11 22:00:15,877] /u/MarceloJungbluth had their flair updated +[2020-07-11 22:29:58,259] '/u/thecounselor6' has given '/u/RPGtime' lambda! +[2020-07-11 22:29:58,696] /u/RPGtime had their flair updated +[2020-07-11 22:33:00,191] '/u/thecounselor6' has given '/u/JanosLW' lambda! +[2020-07-11 22:33:02,097] /u/JanosLW had their flair updated +[2020-07-11 22:33:49,587] '/u/thecounselor6' has given '/u/Sir-Juaby' lambda! +[2020-07-11 22:33:51,505] /u/Sir-Juaby had their flair updated +[2020-07-11 22:43:14,703] There has been a new submission: 'Playing AWFUL Indie Games made with RPGMaker! (I personally think this is my most entertaining vid) - Critique more than welcome!', with flair 'Video Critique' +[2020-07-11 22:43:15,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 22:43:15,395] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 22:43:15,552] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b16TiBioWgo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 22:43:15,653] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMVFXjnAFK_ofFa3rxpKVaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 22:43:18,644] /u/RPGtime had their flair updated +[2020-07-11 22:46:42,668] There has been a new submission: 'Valorant meme edit! This took a long time to make so I'd appreciate any feedback at all.', with flair 'Video Critique' +[2020-07-11 22:46:42,954] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 22:46:42,957] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 22:46:43,085] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L9075PCBiSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 22:46:43,208] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2qpjsuEYXpczVKWL1-kiKA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 22:46:45,111] /u/PizzaParker36 had their flair updated +[2020-07-11 22:52:07,056] There has been a new submission: 'Yo guys give advise', with flair 'Video Critique' +[2020-07-11 22:52:09,194] /u/arsengermak had their submission removed for insufficient lambda. +[2020-07-11 22:52:11,304] /u/arsengermak had their flair updated +[2020-07-11 23:03:06,950] There has been a new submission: 'I made some slowed and reverbed songs', with flair 'Channel Review' +[2020-07-11 23:03:08,676] /u/muuge had their submission removed for insufficient lambda. +[2020-07-11 23:03:10,666] /u/muuge had their flair updated +[2020-07-11 23:05:55,821] There has been a new submission: 'How to Type Faster - would love any feedback! Quick replies :)', with flair 'Video Critique' +[2020-07-11 23:05:57,684] /u/m1nionl had their submission removed for insufficient lambda. +[2020-07-11 23:05:59,289] /u/m1nionl had their flair updated +[2020-07-11 23:06:16,501] '/u/Brandonator247' has given '/u/Ruukxsu' lambda! +[2020-07-11 23:06:18,092] /u/Ruukxsu had their flair updated +[2020-07-11 23:13:01,208] '/u/YaGuyAlex_yt' has given '/u/Snoo-47603' lambda! +[2020-07-11 23:13:03,247] /u/Snoo-47603 had their flair updated +[2020-07-11 23:18:11,076] '/u/CaptainGusMohawk' has given '/u/KrispyKreams19' lambda! +[2020-07-11 23:18:12,121] /u/KrispyKreams19 had their flair updated +[2020-07-11 23:20:19,478] There has been a new submission: 'Why I love rainbow six siege...', with flair 'Gaming' +[2020-07-11 23:20:21,533] /u/bleach_taister had their submission removed for insufficient lambda. +[2020-07-11 23:20:23,833] /u/bleach_taister had their flair updated +[2020-07-11 23:21:27,779] There has been a new submission: 'I highly doubt people will read this', with flair 'Discussion' +[2020-07-11 23:21:30,261] /u/GoldenGamer28 had their flair updated +[2020-07-11 23:29:32,073] There has been a new submission: 'Trying out a new series! Will give Lambda for useful criticism. Spoiler free review of the movie The Royal Tenanbaums by Wes Anderson!', with flair 'Video Critique' +[2020-07-11 23:29:32,421] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 23:29:32,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 23:29:32,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9WtjyIoYmwc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:29:32,695] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:29:33,617] /u/Fangore had their flair updated +[2020-07-11 23:31:07,246] '/u/Chekhov27' has given '/u/Snoo-47603' lambda! +[2020-07-11 23:31:09,460] /u/Snoo-47603 had their flair updated +[2020-07-11 23:37:45,990] There has been a new submission: 'When Nintendo announces a Nintendo Direct', with flair 'Gaming' +[2020-07-11 23:37:47,018] /u/rilo97 had their submission removed for insufficient lambda. +[2020-07-11 23:37:48,191] /u/rilo97 had their flair updated +[2020-07-11 23:43:28,383] '/u/CartoonCaramel' has given '/u/Doesntpayfullprice' lambda! +[2020-07-11 23:43:30,354] /u/Doesntpayfullprice had their flair updated +[2020-07-11 23:43:36,285] There has been a new submission: 'Fox's Peter Pan and the Pirates " This was a Thing "', with flair 'Video Critique' +[2020-07-11 23:43:38,021] /u/Kekkersboy had their submission removed for insufficient lambda. +[2020-07-11 23:43:39,946] /u/Kekkersboy had their flair updated +[2020-07-11 23:43:48,501] '/u/CartoonCaramel' has given '/u/JesseGolo' lambda! +[2020-07-11 23:43:50,384] /u/JesseGolo had their flair updated +[2020-07-11 23:44:31,846] There has been a new submission: 'Looking for YouTubers with 1000+ Subscribers for online vidcon', with flair 'Collab' +[2020-07-11 23:44:33,891] /u/AnthonyAdog had their flair updated +[2020-07-11 23:48:08,310] There has been a new submission: 'Latest cooking video using some of your advice. Always appreciate any feedback, and if you know someone that may like them please share. Thanks everyone.', with flair 'Video Critique' +[2020-07-11 23:48:08,675] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 23:48:08,678] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 23:48:08,833] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=m_WHPEoOD98&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:48:08,932] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnem30HXhkyJZ3eX6jajV6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:48:10,389] /u/Doesntpayfullprice had their flair updated +[2020-07-11 23:48:17,968] There has been a new submission: 'PST...I WANNA TELL YOU SOMETHING...Feeling Stuck?!', with flair 'Discussion' +[2020-07-11 23:48:19,244] /u/itsbxiilly had their flair updated +[2020-07-11 23:50:05,065] There has been a new submission: 'TharnType react crack: BE GAY OR BE GAY? (ep4+5)', with flair 'Video Critique' +[2020-07-11 23:50:07,173] /u/ukalelelele had their submission removed for insufficient lambda. +[2020-07-11 23:50:09,553] /u/ukalelelele had their flair updated +[2020-07-11 23:53:54,470] There has been a new submission: 'Top 5 Hunter x Hunter Mysteries !', with flair 'Channel Review' +[2020-07-11 23:53:54,956] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-11 23:53:54,958] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-11 23:53:55,113] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RBCVPxTcmqU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:53:55,225] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG4r3UJh__skdl6D71CUTmg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-11 23:53:57,836] /u/KrispyKreams19 had their flair updated +[2020-07-11 23:55:19,345] '/u/thecounselor6' has given '/u/TheLuiginator' lambda! +[2020-07-11 23:55:20,943] /u/TheLuiginator had their flair updated +[2020-07-11 23:55:50,381] There has been a new submission: 'First Days/Hours: Analytics Opinions', with flair 'Discussion' +[2020-07-11 23:55:52,368] /u/paintube had their flair updated +[2020-07-11 23:57:41,061] +#################### +[Jul 11 2020 23:57:41] RESTARTED +#################### + +[2020-07-11 23:59:09,344] '/u/thecounselor6' has given '/u/Bebby_Tuna' lambda! +[2020-07-11 23:59:10,069] /u/Bebby_Tuna had their flair updated +[2020-07-12 00:00:08,038] '/u/thecounselor6' has given '/u/Doesntpayfullprice' lambda! +[2020-07-12 00:00:10,404] /u/Doesntpayfullprice had their flair updated +[2020-07-12 00:06:11,006] '/u/PizzaParker36' has given '/u/m1nionl' lambda! +[2020-07-12 00:06:12,520] /u/m1nionl had their flair updated +[2020-07-12 00:07:04,719] '/u/PizzaParker36' has given '/u/RPGtime' lambda! +[2020-07-12 00:07:05,994] /u/RPGtime had their flair updated +[2020-07-12 00:08:35,034] '/u/PizzaParker36' has given '/u/Fangore' lambda! +[2020-07-12 00:08:35,994] /u/Fangore had their flair updated +[2020-07-12 00:09:12,885] '/u/PizzaParker36' has given '/u/lalith19' lambda! +[2020-07-12 00:09:13,620] /u/lalith19 had their flair updated +[2020-07-12 00:12:25,450] There has been a new submission: 'Valorant Montage with the song WHATS POPPIN! Come check it out any feedback is appreciated!', with flair 'Video Critique' +[2020-07-12 00:12:27,274] /u/yeeaaahhboi had their submission removed for insufficient lambda. +[2020-07-12 00:12:29,335] /u/yeeaaahhboi had their flair updated +[2020-07-12 00:19:26,819] '/u/KrispyKreams19' has given '/u/DlSHSOAP' lambda! +[2020-07-12 00:19:27,426] /u/DlSHSOAP had their flair updated +[2020-07-12 00:20:59,425] /u/KrispyKreams19 had their flair updated +[2020-07-12 00:21:35,507] '/u/KrispyKreams19' has given '/u/73windman' lambda! +[2020-07-12 00:21:37,682] /u/73windman had their flair updated +[2020-07-12 00:23:04,149] There has been a new submission: 'I made a video on my own concept for an Animal Crossing game. It's different from what I usually do, so feedback is welcome!', with flair 'Video Critique' +[2020-07-12 00:23:04,767] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 00:23:04,770] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 00:23:04,921] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GTIsRVP8dJE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 00:23:05,028] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC64ygnW9AnrzVGeuCknWd2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 00:23:07,830] /u/73windman had their flair updated +[2020-07-12 00:35:37,791] '/u/KrispyKreams19' has given '/u/Kekkersboy' lambda! +[2020-07-12 00:35:39,417] /u/Kekkersboy had their flair updated +[2020-07-12 00:43:26,403] '/u/Fangore' has given '/u/Kekkersboy' lambda! +[2020-07-12 00:43:28,292] /u/Kekkersboy had their flair updated +[2020-07-12 00:44:40,057] There has been a new submission: 'I made a Back To The Future 2 Alternate Beginning', with flair 'Gaming' +[2020-07-12 00:44:41,527] /u/TheArmyOfDucks had their submission removed for insufficient lambda. +[2020-07-12 00:44:43,554] /u/TheArmyOfDucks had their flair updated +[2020-07-12 00:53:03,072] There has been a new submission: 'Sports Massage Explained (I’m proud of my animated video)', with flair 'Art' +[2020-07-12 00:53:04,820] /u/EliteHealersMT had their submission removed for insufficient lambda. +[2020-07-12 00:53:06,810] /u/EliteHealersMT had their flair updated +[2020-07-12 01:08:00,755] '/u/RPGtime' has given '/u/jetmax25' lambda! +[2020-07-12 01:08:01,807] /u/jetmax25 had their flair updated +[2020-07-12 01:09:02,536] There has been a new submission: 'I made a video on r/TwoSentenceHorror. What kind of things should I try to improve?', with flair 'Video Critique' +[2020-07-12 01:09:03,416] /u/Drawing_Seth had their submission removed for insufficient lambda. +[2020-07-12 01:09:04,217] /u/Drawing_Seth had their flair updated +[2020-07-12 01:16:52,810] '/u/73windman' has given '/u/Kekkersboy' lambda! +[2020-07-12 01:16:54,094] /u/Kekkersboy had their flair updated +[2020-07-12 01:17:39,806] '/u/73windman' has given '/u/SelendineMcHerb' lambda! +[2020-07-12 01:17:40,984] /u/SelendineMcHerb had their flair updated +[2020-07-12 01:36:23,016] There has been a new submission: 'Opinions on montage much appreciated- an overwatch montage with miminal edits to the piece', with flair 'Gaming' +[2020-07-12 01:36:23,341] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 01:36:23,343] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 01:36:23,519] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UUzwjRTs4Gs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 01:36:23,650] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7WPI9deCWWjIu8f_6gNnw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 01:36:25,628] /u/MacSiderman had their flair updated +[2020-07-12 01:38:01,913] There has been a new submission: 'I, me and myself', with flair 'Channel Review' +[2020-07-12 01:38:03,116] /u/Froquel33 had their submission removed for insufficient lambda. +[2020-07-12 01:38:04,208] /u/Froquel33 had their flair updated +[2020-07-12 01:38:39,715] '/u/Yo-Homeboy13' has given '/u/FreelancerYT' lambda! +[2020-07-12 01:38:40,672] /u/FreelancerYT had their flair updated +[2020-07-12 01:38:47,036] '/u/Yo-Homeboy13' has given '/u/ameixarocha' lambda! +[2020-07-12 01:38:47,973] /u/ameixarocha had their flair updated +[2020-07-12 01:44:41,935] '/u/ekaaaans' has given '/u/OldGothYT' lambda! +[2020-07-12 01:44:43,753] /u/OldGothYT had their flair updated +[2020-07-12 01:47:36,835] There has been a new submission: 'Just finished my cross country road trip video! I made it for the sentimental value it might have years from now, but if others enjoy it, that's great too! I'd love feedback!', with flair 'Vlog' +[2020-07-12 01:47:37,880] /u/dadsbackhair had their submission removed for insufficient lambda. +[2020-07-12 01:47:39,088] /u/dadsbackhair had their flair updated +[2020-07-12 01:51:26,051] There has been a new submission: 'ANIME MEMES You Wouldn't Watch In Public! 143 NEW SEASON OF ANIME 2020', with flair 'Art' +[2020-07-12 01:51:27,560] /u/Kayuness had their submission removed for insufficient lambda. +[2020-07-12 01:51:29,772] /u/Kayuness had their flair updated +[2020-07-12 01:51:41,559] There has been a new submission: 'Love video games? Love movies? Here’s BOTH! Join Agent 47 in a cinematic heist as he robs The New York BANK. What yall think?', with flair 'Video Critique' +[2020-07-12 01:51:43,058] /u/Davidplaysgames had their submission removed for insufficient lambda. +[2020-07-12 01:51:45,228] /u/Davidplaysgames had their flair updated +[2020-07-12 01:53:38,070] '/u/73windman' has given '/u/ForeverNenaa' lambda! +[2020-07-12 01:53:40,031] /u/ForeverNenaa had their flair updated +[2020-07-12 01:57:41,215] +#################### +[Jul 12 2020 01:57:41] RESTARTED +#################### + +[2020-07-12 02:00:32,473] There has been a new submission: 'Unlisted Draft Of Comedy Commentary Video "Build Me A Daddy" Looking For Feedback Before Posting', with flair 'Video Critique' +[2020-07-12 02:00:33,190] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 02:00:33,194] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 02:00:33,360] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g6h9BYQI3EA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:00:33,455] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWEmJHg0MRSMjCfUglsKP2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:00:36,686] /u/jetmax25 had their flair updated +[2020-07-12 02:01:07,925] '/u/undeadsentinel' has given '/u/Davidplaysgames' lambda! +[2020-07-12 02:01:10,159] /u/Davidplaysgames had their flair updated +[2020-07-12 02:03:27,765] There has been a new submission: 'Love video games? Love movies? Here’s BOTH! Join Agent 47 as he pulls of a grand heist by robbing The New York BANK! What do you think?', with flair 'Video Critique' +[2020-07-12 02:03:28,361] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 02:03:28,363] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 02:03:28,513] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gRPivDozknA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:03:28,616] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcCDCtsfxcIvV2jlG3jG1Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:03:31,384] /u/Davidplaysgames had their flair updated +[2020-07-12 02:13:08,200] There has been a new submission: 'JOJI - SLOW DANCING IN THE DARK (GUITAR) cover', with flair 'Art' +[2020-07-12 02:13:09,959] /u/christianaddeo had their submission removed for insufficient lambda. +[2020-07-12 02:13:11,947] /u/christianaddeo had their flair updated +[2020-07-12 02:17:04,192] '/u/nerdymandrakes' has given '/u/ShikharTrivedi' lambda! +[2020-07-12 02:17:05,461] /u/ShikharTrivedi had their flair updated +[2020-07-12 02:18:35,714] '/u/nerdymandrakes' has given '/u/JayGatsby2019' lambda! +[2020-07-12 02:18:36,629] /u/JayGatsby2019 had their flair updated +[2020-07-12 02:18:55,648] '/u/nerdymandrakes' has given '/u/flippifly' lambda! +[2020-07-12 02:18:56,416] /u/flippifly had their flair updated +[2020-07-12 02:19:50,504] '/u/nerdymandrakes' has given '/u/cuchulainn1984' lambda! +[2020-07-12 02:19:51,011] /u/cuchulainn1984 had their flair updated +[2020-07-12 02:22:46,630] '/u/nerdymandrakes' has given '/u/JesseGolo' lambda! +[2020-07-12 02:22:48,581] /u/JesseGolo had their flair updated +[2020-07-12 02:23:24,616] '/u/nerdymandrakes' has given '/u/Sir-Juaby' lambda! +[2020-07-12 02:23:26,558] /u/Sir-Juaby had their flair updated +[2020-07-12 02:23:52,109] '/u/nerdymandrakes' has given '/u/CaptainGusMohawk' lambda! +[2020-07-12 02:23:53,988] /u/CaptainGusMohawk had their flair updated +[2020-07-12 02:24:16,370] '/u/nerdymandrakes' has given '/u/MikoMik2017' lambda! +[2020-07-12 02:24:18,171] /u/MikoMik2017 had their flair updated +[2020-07-12 02:24:55,743] There has been a new submission: 'Master Summoner Spells to get a advantages after Wild Rift Release [A Good Critique in exchange of Lambda, I really want to improve]', with flair 'Video Critique' +[2020-07-12 02:24:56,245] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 02:24:56,248] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 02:24:56,395] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ecu3kUHSbY4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:24:56,494] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCi3KQ6vBuIveXILgi3rkF5Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:24:58,946] /u/mxrky4 had their flair updated +[2020-07-12 02:25:47,119] '/u/nerdymandrakes' has given '/u/HoodwinkSmash' lambda! +[2020-07-12 02:25:48,778] /u/HoodwinkSmash had their flair updated +[2020-07-12 02:32:32,248] '/u/PizzaParker36' has given '/u/SltySptoon' lambda! +[2020-07-12 02:32:34,333] /u/SltySptoon had their flair updated +[2020-07-12 02:33:29,107] '/u/PizzaParker36' has given '/u/Blu_Eclipse' lambda! +[2020-07-12 02:33:31,084] /u/Blu_Eclipse had their flair updated +[2020-07-12 02:33:39,765] There has been a new submission: 'Entertainment to reduce stress while in quarentine', with flair 'Meta' +[2020-07-12 02:33:42,223] /u/TOP-BEST-MOMENTS had their flair updated +[2020-07-12 02:38:15,860] '/u/nerdymandrakes' has given '/u/OccupiedGarrett' lambda! +[2020-07-12 02:38:16,917] /u/OccupiedGarrett had their flair updated +[2020-07-12 02:51:52,672] There has been a new submission: 'Working During COVID As A Deli Clerk At Save On Foods let me know what you think of my youtube video', with flair 'Vlog' +[2020-07-12 02:51:54,500] /u/DonthatePEEEPS had their submission removed for insufficient lambda. +[2020-07-12 02:51:56,651] /u/DonthatePEEEPS had their flair updated +[2020-07-12 02:53:49,151] There has been a new submission: 'I put my own spin on an old YouTube series I love. Awkward Situations', with flair 'Video Critique' +[2020-07-12 02:53:49,751] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 02:53:49,753] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 02:53:49,909] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qNw3WcOWRcs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:53:50,022] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwRKxsTy-QH-hfBkVWIN51g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 02:53:50,068] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-12 02:53:51,523] /u/RightfullyEpic had their flair updated +[2020-07-12 03:00:50,096] '/u/tommyboy_lr' has given '/u/HappyPantzInc' lambda! +[2020-07-12 03:00:52,328] /u/HappyPantzInc had their flair updated +[2020-07-12 03:03:13,739] There has been a new submission: 'HOMEMADE AIR GUN', with flair 'Video Critique' +[2020-07-12 03:03:15,486] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-07-12 03:03:17,508] /u/tharindudamesha had their flair updated +[2020-07-12 03:04:06,062] There has been a new submission: 'Why people don't watch adult contents anymore? Do you? Let me know what you think about this video please', with flair 'Video Critique' +[2020-07-12 03:04:07,784] /u/Bennettclub had their submission removed for insufficient lambda. +[2020-07-12 03:04:09,688] /u/Bennettclub had their flair updated +[2020-07-12 03:06:25,770] There has been a new submission: '10 Tips for Starting a YouTube Channel', with flair 'Discussion' +[2020-07-12 03:06:27,465] /u/MrMunna had their flair updated +[2020-07-12 03:11:41,416] '/u/NetNormie' has given '/u/Kriller77' lambda! +[2020-07-12 03:11:43,617] /u/Kriller77 had their flair updated +[2020-07-12 03:14:08,150] There has been a new submission: 'EAT THE HAPPY MEAL THE FASTEST!!! *WINNER GETS $1,000*', with flair 'Vlog' +[2020-07-12 03:14:10,085] /u/makemelikemazo had their submission removed for insufficient lambda. +[2020-07-12 03:14:11,946] /u/makemelikemazo had their flair updated +[2020-07-12 03:14:55,336] There has been a new submission: 'Just started getting back into actual editing, feedback would be much appreciated :)', with flair 'Gaming' +[2020-07-12 03:14:56,810] /u/KeyAisle had their submission removed for insufficient lambda. +[2020-07-12 03:14:58,592] /u/KeyAisle had their flair updated +[2020-07-12 03:16:06,929] '/u/MacSiderman' has given '/u/QuirkyBruh' lambda! +[2020-07-12 03:16:08,497] /u/QuirkyBruh had their flair updated +[2020-07-12 03:33:26,373] There has been a new submission: 'Just uploaded a new vid advice wanted', with flair 'Channel Review' +[2020-07-12 03:33:28,430] /u/kittykatJack914 had their submission removed for insufficient lambda. +[2020-07-12 03:33:30,451] /u/kittykatJack914 had their flair updated +[2020-07-12 03:43:18,579] There has been a new submission: 'My “first” YouTube video. I spent too long making it, but I like the way it turned out.', with flair 'Gaming' +[2020-07-12 03:43:20,283] /u/TheDiamondEmerald01 had their submission removed for insufficient lambda. +[2020-07-12 03:43:22,242] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 03:47:33,322] '/u/tommyboy_lr' has given '/u/Peltlegs' lambda! +[2020-07-12 03:47:34,486] /u/Peltlegs had their flair updated +[2020-07-12 03:48:38,946] There has been a new submission: 'Where to properly promote videos?', with flair 'Discussion' +[2020-07-12 03:48:40,322] /u/Its_A1pha had their flair updated +[2020-07-12 03:53:40,055] There has been a new submission: 'I Made An Absurd Story with Only Stock Footage', with flair 'None' +[2020-07-12 03:53:40,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 03:53:40,639] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 03:53:40,792] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S6koccffQwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 03:53:40,951] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCn-NonqWTkNkoMxZhdo9UPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 03:53:43,541] /u/Kriller77 had their flair updated +[2020-07-12 03:57:41,290] +#################### +[Jul 12 2020 03:57:41] RESTARTED +#################### + +[2020-07-12 04:04:23,729] There has been a new submission: 'Hey, check out this epic drop my buddy and I built! We are fairly small and would love your support!', with flair 'Channel Review' +[2020-07-12 04:04:25,425] /u/The-Rad-Rider had their submission removed for insufficient lambda. +[2020-07-12 04:04:27,246] /u/The-Rad-Rider had their flair updated +[2020-07-12 04:05:16,555] '/u/tommyboy_lr' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 04:05:18,256] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 04:14:58,120] There has been a new submission: 'How to Type Faster - Tips! Would love any feedback at all! Please watch through the whole thing before replying!', with flair 'Video Critique' +[2020-07-12 04:14:58,585] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 04:14:58,588] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 04:14:58,711] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=D3GcW3GE4wk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 04:14:58,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg2cNzUEhfS3wIgY04-rCow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 04:14:58,942] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-12 04:15:00,273] /u/m1nionl had their flair updated +[2020-07-12 04:30:12,025] There has been a new submission: 'My video didnt get the attention i hoped for , not discouraged tho ! would love for you to check it out and tell me what i could do better since i am really new at this .', with flair 'Channel Review' +[2020-07-12 04:30:14,093] /u/TwoTon_21 had their submission removed for insufficient lambda. +[2020-07-12 04:30:16,409] /u/TwoTon_21 had their flair updated +[2020-07-12 04:36:39,069] There has been a new submission: 'Close too 100 subs', with flair 'None' +[2020-07-12 04:36:40,242] /u/HoopsSquad_YT had their submission removed for insufficient lambda. +[2020-07-12 04:36:41,672] /u/HoopsSquad_YT had their flair updated +[2020-07-12 04:48:36,674] '/u/ShikharTrivedi' has given '/u/davudgullo' lambda! +[2020-07-12 04:48:37,562] /u/davudgullo had their flair updated +[2020-07-12 05:00:34,684] There has been a new submission: 'Just dropped my first video can you tell me what you think?', with flair 'Channel Review' +[2020-07-12 05:00:36,803] /u/terryparadox had their submission removed for insufficient lambda. +[2020-07-12 05:00:39,289] /u/terryparadox had their flair updated +[2020-07-12 05:09:25,497] There has been a new submission: 'Tell me what you think of my rust video and channel in general to help me improve my small channel and maybe if you enjoy my content subscribe to my channel', with flair 'Gaming' +[2020-07-12 05:09:26,185] /u/sahand102 had their submission removed for insufficient lambda. +[2020-07-12 05:09:26,806] /u/sahand102 had their flair updated +[2020-07-12 05:13:47,056] There has been a new submission: 'Spent forever editing this, need feedback on comedic timing', with flair 'Video Critique' +[2020-07-12 05:13:47,577] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 05:13:47,579] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 05:13:47,738] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b4_aiAOk95A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 05:13:47,840] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKC2ytKQPQ-mtUNXLmDhzaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 05:13:50,485] /u/Sir-Juaby had their flair updated +[2020-07-12 05:16:28,580] '/u/Kriller77' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 05:16:30,001] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 05:17:56,333] There has been a new submission: 'What do you guys think.', with flair 'Video Critique' +[2020-07-12 05:17:57,277] /u/ducky4g had their submission removed for insufficient lambda. +[2020-07-12 05:17:58,418] /u/ducky4g had their flair updated +[2020-07-12 05:27:24,845] '/u/MacaroniMozart' has given '/u/Fangore' lambda! +[2020-07-12 05:27:26,323] /u/Fangore had their flair updated +[2020-07-12 05:28:02,998] '/u/MacaroniMozart' has given '/u/Bebby_Tuna' lambda! +[2020-07-12 05:28:04,123] /u/Bebby_Tuna had their flair updated +[2020-07-12 05:28:55,637] '/u/MacaroniMozart' has given '/u/the_real_d247' lambda! +[2020-07-12 05:28:56,469] /u/the_real_d247 had their flair updated +[2020-07-12 05:35:16,197] There has been a new submission: 'Small Airsoft Channel', with flair 'Video Critique' +[2020-07-12 05:35:17,657] /u/Enzio961 had their submission removed for insufficient lambda. +[2020-07-12 05:35:19,327] /u/Enzio961 had their flair updated +[2020-07-12 05:37:22,895] There has been a new submission: 'Airsoft Channel', with flair 'Video Critique' +[2020-07-12 05:37:23,929] /u/Enzio961 had their submission removed for insufficient lambda. +[2020-07-12 05:37:25,222] /u/Enzio961 had their flair updated +[2020-07-12 05:40:39,297] There has been a new submission: 'NEED HELP...!!!!', with flair 'Video Critique' +[2020-07-12 05:40:41,304] /u/anthonio2046 had their submission removed for insufficient lambda. +[2020-07-12 05:40:43,566] /u/anthonio2046 had their flair updated +[2020-07-12 05:42:13,087] There has been a new submission: 'My latest video', with flair 'Gaming' +[2020-07-12 05:42:15,006] /u/BiassedMoss6373 had their submission removed for insufficient lambda. +[2020-07-12 05:42:17,123] /u/BiassedMoss6373 had their flair updated +[2020-07-12 05:57:41,057] +#################### +[Jul 12 2020 05:57:41] RESTARTED +#################### + +[2020-07-12 06:20:45,480] '/u/Sir-Juaby' has given '/u/TriceratopsJr' lambda! +[2020-07-12 06:20:47,737] /u/TriceratopsJr had their flair updated +[2020-07-12 06:22:05,388] '/u/Sir-Juaby' has given '/u/Blu_Eclipse' lambda! +[2020-07-12 06:22:07,406] /u/Blu_Eclipse had their flair updated +[2020-07-12 06:25:41,819] There has been a new submission: 'Funniest Warzone Moments 🤣 - Took me forever to edit check it out !', with flair 'Gaming' +[2020-07-12 06:25:43,124] /u/Jimz004 had their submission removed for insufficient lambda. +[2020-07-12 06:25:44,744] /u/Jimz004 had their flair updated +[2020-07-12 06:27:23,921] There has been a new submission: 'I spent quite some time on this one. Any advice on what can be done better?', with flair 'Channel Review' +[2020-07-12 06:27:24,943] /u/Broed2020 had their submission removed for insufficient lambda. +[2020-07-12 06:27:26,243] /u/Broed2020 had their flair updated +[2020-07-12 07:14:51,697] There has been a new submission: 'Bujeong-Dong Cafe Street in South Korea', with flair 'Vlog' +[2020-07-12 07:14:53,451] /u/kheejintv had their submission removed for insufficient lambda. +[2020-07-12 07:14:55,201] /u/kheejintv had their flair updated +[2020-07-12 07:17:53,902] There has been a new submission: 'I make videos on trending topics and other stuff that I like to make. Open to constructive criticism!', with flair 'Video Critique' +[2020-07-12 07:17:54,848] /u/HumilityTV had their submission removed for insufficient lambda. +[2020-07-12 07:17:56,018] /u/HumilityTV had their flair updated +[2020-07-12 07:29:24,351] There has been a new submission: 'The new video is out latest animation that I feel show be aware in the cosplay community and also to help women. Respect Woman|Don't simply Touch Them| (Cosplay Edition)', with flair 'Channel Review' +[2020-07-12 07:29:25,023] /u/Heykinghei had their submission removed for insufficient lambda. +[2020-07-12 07:29:25,648] /u/Heykinghei had their flair updated +[2020-07-12 07:57:19,424] There has been a new submission: 'Carrion | Release Date Trailer | Nintendo Switch', with flair 'Gaming' +[2020-07-12 07:57:20,697] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-07-12 07:57:22,518] /u/shaunoxley had their flair updated +[2020-07-12 07:57:41,275] +#################### +[Jul 12 2020 07:57:41] RESTARTED +#################### + +[2020-07-12 09:11:54,978] There has been a new submission: 'At next stream, the lighting should be better now', with flair 'Gaming' +[2020-07-12 09:11:56,904] /u/Dante1LP had their submission removed for insufficient lambda. +[2020-07-12 09:11:59,056] /u/Dante1LP had their flair updated +[2020-07-12 09:41:33,776] There has been a new submission: 'Surprising My Best Mate By Spray Painting His Company On My Car', with flair 'Vlog' +[2020-07-12 09:41:35,655] /u/lifeofm1tchell_ had their submission removed for insufficient lambda. +[2020-07-12 09:41:37,803] /u/lifeofm1tchell_ had their flair updated +[2020-07-12 09:43:27,579] '/u/Vtiger1on1' has given '/u/rahul644' lambda! +[2020-07-12 09:43:29,608] /u/rahul644 had their flair updated +[2020-07-12 09:43:35,060] There has been a new submission: 'Where is the best place to prmotoe my videos?', with flair 'Discussion' +[2020-07-12 09:43:37,547] /u/OnewasBest had their flair updated +[2020-07-12 09:48:13,717] There has been a new submission: 'PIZZA DONUTS - How to put a pizza in a donut - food fusion - ep; 2', with flair 'Channel Review' +[2020-07-12 09:48:14,657] /u/inthischef had their submission removed for insufficient lambda. +[2020-07-12 09:48:15,729] /u/inthischef had their flair updated +[2020-07-12 09:56:56,766] '/u/YaGuyAlex_yt' has given '/u/Adzic254' lambda! +[2020-07-12 09:56:58,134] /u/Adzic254 had their flair updated +[2020-07-12 09:57:41,485] +#################### +[Jul 12 2020 09:57:41] RESTARTED +#################### + +[2020-07-12 09:59:39,524] There has been a new submission: 'Where do you get free music for your small channel?', with flair 'Discussion' +[2020-07-12 09:59:40,201] /u/FollowYourSpleen had their flair updated +[2020-07-12 10:00:23,286] There has been a new submission: 'Hey guys! I spent more then a month preparing this channel and the first video. I produce animated stories and tales, would love if you could check it out, thank you all! :D', with flair 'Art' +[2020-07-12 10:00:25,363] /u/4lvejado had their submission removed for insufficient lambda. +[2020-07-12 10:00:27,631] /u/4lvejado had their flair updated +[2020-07-12 10:11:59,119] There has been a new submission: 'Check Out my Quick Recap on Everything You Need To Know on Ghost of Tsushima!', with flair 'Gaming' +[2020-07-12 10:12:01,183] /u/TheBoyGerald had their submission removed for insufficient lambda. +[2020-07-12 10:12:03,309] /u/TheBoyGerald had their flair updated +[2020-07-12 10:17:23,070] There has been a new submission: 'Any tips for seo? Better titles?', with flair 'Discussion' +[2020-07-12 10:17:24,557] /u/vanjingtogether had their flair updated +[2020-07-12 10:25:49,829] '/u/RPGtime' has given '/u/disloyalclothYT' lambda! +[2020-07-12 10:25:51,446] /u/disloyalclothYT had their flair updated +[2020-07-12 10:28:18,324] There has been a new submission: 'Would like any and all feedback on my new video, thanks', with flair 'Video Critique' +[2020-07-12 10:28:19,227] /u/EREKT_JEW had their submission removed for insufficient lambda. +[2020-07-12 10:28:20,314] /u/EREKT_JEW had their flair updated +[2020-07-12 10:32:15,712] '/u/DeeJordz' has given '/u/ECXL' lambda! +[2020-07-12 10:32:17,819] /u/ECXL had their flair updated +[2020-07-12 10:51:41,161] There has been a new submission: 'Hi guys! Who else has a pounding hangover after watching DARK? Couldn’t get enough of this amazing show so I made a Tier List Ranking. Let’s judge and rank together! Sic mundus creatus est', with flair 'Vlog' +[2020-07-12 10:51:42,623] /u/tehpartygod had their submission removed for insufficient lambda. +[2020-07-12 10:51:44,770] /u/tehpartygod had their flair updated +[2020-07-12 11:01:31,187] There has been a new submission: 'My friend uploaded hr second video after I gave her back the feedback every here gave her thanks how was her second video ?', with flair 'Video Critique' +[2020-07-12 11:01:31,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 11:01:31,872] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 11:01:32,034] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kmHFULJslvM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 11:01:32,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfcABogGPEUwRqmR8jwSb9g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 11:01:35,160] /u/whereismael had their flair updated +[2020-07-12 11:14:16,170] There has been a new submission: 'Finding your niche', with flair 'Discussion' +[2020-07-12 11:14:18,277] /u/MichaelJH333 had their flair updated +[2020-07-12 11:21:21,697] There has been a new submission: 'Gatewalkers Gameplay Alpha | First Impressions (1080p 60fps)', with flair 'Gaming' +[2020-07-12 11:21:23,283] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-12 11:21:25,713] /u/omeshhedaoo had their flair updated +[2020-07-12 11:24:45,959] '/u/MacaroniMozart' has given '/u/DryStation' lambda! +[2020-07-12 11:24:47,767] /u/DryStation had their flair updated +[2020-07-12 11:25:08,570] '/u/MacaroniMozart' has given '/u/ECXL' lambda! +[2020-07-12 11:25:10,331] /u/ECXL had their flair updated +[2020-07-12 11:37:33,701] There has been a new submission: 'VALORANT while low-level', with flair 'Gaming' +[2020-07-12 11:37:34,959] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-12 11:37:36,164] /u/Elfatron_ had their flair updated +[2020-07-12 11:44:32,289] There has been a new submission: 'The funniest pubg match ever 😂😂', with flair 'Gaming' +[2020-07-12 11:44:33,602] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-07-12 11:44:35,404] /u/Vizz47 had their flair updated +[2020-07-12 11:56:07,423] There has been a new submission: 'After your comments last time, my wife tried to adjust. All comments welcomed, will give lambda away', with flair 'Video Critique' +[2020-07-12 11:56:07,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 11:56:07,755] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 11:56:07,922] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mUrb42v2NBg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 11:56:08,035] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOUHf-mLFHJqo1qvzK6VPRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 11:56:10,076] /u/Bertuccio_TLB had their flair updated +[2020-07-12 11:57:41,497] +#################### +[Jul 12 2020 11:57:41] RESTARTED +#################### + +[2020-07-12 11:59:07,601] There has been a new submission: 'NBA 2K20 Close Games [GSW vs DAL]', with flair 'Gaming' +[2020-07-12 11:59:08,641] /u/arjay0601 had their submission removed for insufficient lambda. +[2020-07-12 11:59:09,315] /u/arjay0601 had their flair updated +[2020-07-12 12:05:31,215] There has been a new submission: 'Hello:) Here is my First Live Commentary Duo Warzone Gameplay, maybe you have Some Tips for me😊Hope You Enjoy🤗', with flair 'Gaming' +[2020-07-12 12:05:32,922] /u/YT_MehrLa had their submission removed for insufficient lambda. +[2020-07-12 12:05:34,614] /u/YT_MehrLa had their flair updated +[2020-07-12 12:15:08,793] There has been a new submission: 'Diablo 3 - GoD DH Grifts Speed farm and Gems Push | GR90+ | Season 21 | Stream', with flair 'Gaming' +[2020-07-12 12:15:10,215] /u/Top_Quality_Clips had their submission removed for insufficient lambda. +[2020-07-12 12:15:11,983] /u/Top_Quality_Clips had their flair updated +[2020-07-12 12:18:38,321] There has been a new submission: 'Started making youtube videos again, any support/criticism is appreciated!', with flair 'Gaming' +[2020-07-12 12:18:38,582] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 12:18:38,586] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 12:18:38,740] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Hcr_TVrT4sk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 12:18:38,870] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCabGFrFNPA4C4Zj2y9WIyGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 12:18:40,388] /u/mrbaconaroni had their flair updated +[2020-07-12 12:39:29,222] There has been a new submission: 'Anyone else on a diet/cut for summer? It's been my main focus for the past few weeks so I made a video about it!', with flair 'Video Critique' +[2020-07-12 12:39:30,169] /u/stayyoung530 had their submission removed for insufficient lambda. +[2020-07-12 12:39:31,065] /u/stayyoung530 had their flair updated +[2020-07-12 12:41:04,820] There has been a new submission: 'Proud of this video but I haven't edited in this style for a while so I would appreciate any critiques on it. Will give lambda for helpful comments', with flair 'Video Critique' +[2020-07-12 12:41:05,517] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 12:41:05,520] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 12:41:05,674] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=o4I_sroNHlI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 12:41:05,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 12:41:09,390] /u/ECXL had their flair updated +[2020-07-12 12:49:45,098] '/u/Bertuccio_TLB' has given '/u/cuchulainn1984' lambda! +[2020-07-12 12:49:45,667] /u/cuchulainn1984 had their flair updated +[2020-07-12 12:50:30,669] '/u/Bertuccio_TLB' has given '/u/JayGatsby2019' lambda! +[2020-07-12 12:50:32,953] /u/JayGatsby2019 had their flair updated +[2020-07-12 13:01:36,491] There has been a new submission: 'Took me nearly 4 weeks and and 30+ hours of editing to make this QnA so let me know what you think!', with flair 'Video Critique' +[2020-07-12 13:01:37,218] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 13:01:37,220] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 13:01:37,372] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eQpHiBSL9bQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 13:01:37,483] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 13:01:40,482] /u/OccupiedGarrett had their flair updated +[2020-07-12 13:03:43,971] There has been a new submission: 'Everything. - a yoga micro-documentary | Zeeshan Akram Jabeer', with flair 'Art' +[2020-07-12 13:03:45,705] /u/zeeshanakramj had their submission removed for insufficient lambda. +[2020-07-12 13:03:47,644] /u/zeeshanakramj had their flair updated +[2020-07-12 13:09:49,446] There has been a new submission: 'Check out my film rewrite videos?', with flair 'None' +[2020-07-12 13:09:50,111] /u/JayGatsby2019 had their flair updated +[2020-07-12 13:15:11,398] '/u/ECXL' has given '/u/Kekkersboy' lambda! +[2020-07-12 13:15:12,991] /u/Kekkersboy had their flair updated +[2020-07-12 13:15:18,520] There has been a new submission: 'Hey guys I really need feedback on my birthday video. Any advice from the vlog, to the editing will be appreciated.', with flair 'Video Critique' +[2020-07-12 13:15:18,799] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 13:15:18,801] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 13:15:18,969] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ASXSY1Ah3jM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 13:15:19,079] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbPu_LOVQIHXaAfjlJ1MTyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 13:15:21,339] /u/Shamiya_Moye had their flair updated +[2020-07-12 13:20:07,317] There has been a new submission: 'My channel for ultra macro and experiments', with flair 'None' +[2020-07-12 13:20:09,344] /u/Indooroutdoor_macro had their submission removed for insufficient lambda. +[2020-07-12 13:20:11,676] /u/Indooroutdoor_macro had their flair updated +[2020-07-12 13:20:52,614] '/u/MacaroniMozart' has given '/u/SltySptoon' lambda! +[2020-07-12 13:20:54,879] /u/SltySptoon had their flair updated +[2020-07-12 13:27:49,539] There has been a new submission: 'I’m bored', with flair 'Discussion' +[2020-07-12 13:27:50,896] /u/Deadpix01 had their flair updated +[2020-07-12 13:28:38,525] '/u/PizzaParker36' has given '/u/QuirkyBruh' lambda! +[2020-07-12 13:28:39,472] /u/QuirkyBruh had their flair updated +[2020-07-12 13:29:00,804] There has been a new submission: 'Just uploaded a WarZone video, first time editing everything myself so be kind!', with flair 'Gaming' +[2020-07-12 13:29:01,913] /u/zachsoulis had their submission removed for insufficient lambda. +[2020-07-12 13:29:02,702] /u/zachsoulis had their flair updated +[2020-07-12 13:29:28,937] '/u/PizzaParker36' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 13:29:29,564] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 13:32:45,663] There has been a new submission: 'STARTED A NEW YOUTUBE CHANNEL WHERE I'M GOING TO MAKE BEATS AND ALSO I NEED YOUR FEEDBACK, THANKS!', with flair 'Art' +[2020-07-12 13:32:47,531] /u/Kep4ls had their submission removed for insufficient lambda. +[2020-07-12 13:32:49,565] /u/Kep4ls had their flair updated +[2020-07-12 13:46:59,817] There has been a new submission: 'Spent hours editing this video ! Taking all criticism!', with flair 'Gaming' +[2020-07-12 13:47:01,031] /u/Cabsb had their submission removed for insufficient lambda. +[2020-07-12 13:47:02,369] /u/Cabsb had their flair updated +[2020-07-12 13:47:16,990] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-12 13:47:22,556] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-12 13:47:31,353] {ERROR} received 503 HTTP response +[2020-07-12 13:47:36,436] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-12 13:47:43,664] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-12 13:47:59,204] '/u/ECXL' has given '/u/yobo723' lambda! +[2020-07-12 13:48:01,355] /u/yobo723 had their flair updated +[2020-07-12 13:48:13,019] Retrying due to 503 status: POST https://oauth.reddit.com/api/comment/ +[2020-07-12 13:48:40,461] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-12 13:52:39,414] '/u/Bertuccio_TLB' has given '/u/SlybootsYoutube' lambda! +[2020-07-12 13:52:41,493] /u/SlybootsYoutube had their flair updated +[2020-07-12 13:57:41,221] +#################### +[Jul 12 2020 13:57:41] RESTARTED +#################### + +[2020-07-12 13:59:06,425] There has been a new submission: 'Getting back in the YouTube groove', with flair 'Video Critique' +[2020-07-12 13:59:07,275] /u/alejandroq97 had their submission removed for insufficient lambda. +[2020-07-12 13:59:08,026] /u/alejandroq97 had their flair updated +[2020-07-12 13:59:10,748] There has been a new submission: 'Hi Team, I have started the YT channel recently, I just wanted to know how important titles and descriptions are? How to write them effectively?', with flair 'Discussion' +[2020-07-12 13:59:11,588] /u/vinodkmr131 had their flair updated +[2020-07-12 13:59:14,454] There has been a new submission: 'So I made a VALORANT funny gameplay with my friend. English and tagalog is the language. hope you enjoy', with flair 'Gaming' +[2020-07-12 13:59:15,452] /u/twistedsanity22 had their submission removed for insufficient lambda. +[2020-07-12 13:59:16,112] /u/twistedsanity22 had their flair updated +[2020-07-12 14:05:20,376] There has been a new submission: 'A Pretty Smile | Food Wars! The Fifth Plate', with flair 'Channel Review' +[2020-07-12 14:05:21,887] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-12 14:05:23,604] /u/Irefig had their flair updated +[2020-07-12 14:05:59,964] '/u/mxrky4' has given '/u/flippifly' lambda! +[2020-07-12 14:06:01,526] /u/flippifly had their flair updated +[2020-07-12 14:07:24,047] '/u/mxrky4' has given '/u/OldGothYT' lambda! +[2020-07-12 14:07:25,729] /u/OldGothYT had their flair updated +[2020-07-12 14:12:46,888] There has been a new submission: 'Fox's Peter Pan and the Pirates " This was a Thing "', with flair 'Video Critique' +[2020-07-12 14:12:47,503] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 14:12:47,508] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 14:12:47,661] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H8dJ6EO_83k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:12:47,793] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQnJY-wZ56CqnxwF3rnJbEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:12:50,784] /u/Kekkersboy had their flair updated +[2020-07-12 14:17:35,943] There has been a new submission: 'I made a new video and I need some people to give some feedback and criticism', with flair 'Gaming' +[2020-07-12 14:17:37,220] /u/TurtlzzeYoutube had their submission removed for insufficient lambda. +[2020-07-12 14:17:38,424] /u/TurtlzzeYoutube had their flair updated +[2020-07-12 14:19:50,599] There has been a new submission: 'Minecraft Hardcore Survival #1 | Setting Up Base', with flair 'Thumbnail Review' +[2020-07-12 14:19:50,843] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 14:19:50,846] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 14:19:51,002] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VyHLagzNa2M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:19:51,118] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:19:52,198] /u/MrMoo-Youtube had their flair updated +[2020-07-12 14:33:29,208] '/u/MrMoo-Youtube' has given '/u/ghoultail' lambda! +[2020-07-12 14:33:31,145] /u/ghoultail had their flair updated +[2020-07-12 14:34:46,784] Starting every day program... +[2020-07-12 14:34:46,792] Updating database statistics... +[2020-07-12 14:34:46,822] Posting and updating wiki... +[2020-07-12 14:35:01,714] Formatting leaderboard... +[2020-07-12 14:35:01,735] Updating sidebar... +[2020-07-12 14:35:02,749] Updated in new reddit... +[2020-07-12 14:35:07,329] Updated in old reddit... +[2020-07-12 14:35:07,330] Completed. +[2020-07-12 14:35:25,072] '/u/MrMoo-Youtube' has given '/u/JanosLW' lambda! +[2020-07-12 14:35:26,763] /u/JanosLW had their flair updated +[2020-07-12 14:39:32,281] There has been a new submission: 'new sketch—let me know what you think!', with flair 'Video Critique' +[2020-07-12 14:39:32,998] /u/elisoccerman11 had their submission removed for insufficient lambda. +[2020-07-12 14:39:33,581] /u/elisoccerman11 had their flair updated +[2020-07-12 14:44:33,947] There has been a new submission: 'Edited this short & then recorded the final product to a VCR tape. Let me know what you think!', with flair 'None' +[2020-07-12 14:44:35,379] /u/HorridHank had their submission removed for insufficient lambda. +[2020-07-12 14:44:37,143] /u/HorridHank had their flair updated +[2020-07-12 14:54:31,217] /u/Shamiya_Moye had their flair updated +[2020-07-12 14:54:55,920] There has been a new submission: 'This one is for my Attack on Titan fans !! I’m still new to this style of video but I think this is the direction I would like to take my channel. Any thoughts ?', with flair 'Video Critique' +[2020-07-12 14:54:56,369] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 14:54:56,372] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 14:54:56,533] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jSkz4zQyjZs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:54:56,637] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3-8-_SoeFJCAZs87j150Dw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 14:54:59,056] /u/ghoultail had their flair updated +[2020-07-12 14:55:23,039] '/u/Shamiya_Moye' has given '/u/ghoultail' lambda! +[2020-07-12 14:55:24,647] /u/ghoultail had their flair updated +[2020-07-12 14:55:29,904] There has been a new submission: 'Just hit 1000 subs about a month ago!!', with flair 'Channel Review' +[2020-07-12 14:55:32,051] /u/Mediumjack1 had their flair updated +[2020-07-12 14:56:40,422] '/u/Shamiya_Moye' has given '/u/Trekkie45' lambda! +[2020-07-12 14:56:41,919] /u/Trekkie45 had their flair updated +[2020-07-12 15:01:03,198] There has been a new submission: 'Re-upload. Would love to hear your thoughts.', with flair 'Video Critique' +[2020-07-12 15:01:04,101] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 15:01:04,102] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 15:01:04,300] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9WtjyIoYmwc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 15:01:04,418] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 15:01:07,505] /u/Fangore had their flair updated +[2020-07-12 15:02:45,961] There has been a new submission: 'I just got back on youtube but with a different niche, so im still working on some aspects like confidence on cam :3', with flair 'Video Critique' +[2020-07-12 15:02:47,858] /u/jnlx had their submission removed for insufficient lambda. +[2020-07-12 15:02:49,958] /u/jnlx had their flair updated +[2020-07-12 15:06:22,086] There has been a new submission: 'Unlisted Comedy Video, Lamda For Critique Before I Post: "WHY Does Build Me A Daddy Exist"', with flair 'Video Critique' +[2020-07-12 15:06:22,507] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 15:06:22,509] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 15:06:22,666] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g6h9BYQI3EA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 15:06:22,806] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWEmJHg0MRSMjCfUglsKP2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 15:06:25,284] /u/jetmax25 had their flair updated +[2020-07-12 15:09:47,015] There has been a new submission: 'KANYE 2020 (Ye.S.A.)', with flair 'Art' +[2020-07-12 15:09:47,877] /u/benames_music had their submission removed for insufficient lambda. +[2020-07-12 15:09:48,346] /u/benames_music had their flair updated +[2020-07-12 15:10:10,407] There has been a new submission: 'Egg fried rice Korean style / a fantastic taste', with flair 'Video Critique' +[2020-07-12 15:10:12,534] /u/dbwotjr7 had their submission removed for insufficient lambda. +[2020-07-12 15:10:14,902] /u/dbwotjr7 had their flair updated +[2020-07-12 15:13:29,457] There has been a new submission: 'Anime boys profile pictures', with flair 'None' +[2020-07-12 15:13:31,266] /u/No_Willingness_3539 had their submission removed for insufficient lambda. +[2020-07-12 15:13:33,211] /u/No_Willingness_3539 had their flair updated +[2020-07-12 15:17:03,851] There has been a new submission: 'Rumble.exe', with flair 'Gaming' +[2020-07-12 15:17:04,960] /u/mrbobbyjone had their submission removed for insufficient lambda. +[2020-07-12 15:17:06,356] /u/mrbobbyjone had their flair updated +[2020-07-12 15:37:45,644] '/u/Sir-Juaby' has given '/u/SlybootsYoutube' lambda! +[2020-07-12 15:37:46,699] /u/SlybootsYoutube had their flair updated +[2020-07-12 15:49:43,493] There has been a new submission: 'Here's my latest video on my YouTube channel', with flair 'Gaming' +[2020-07-12 15:49:44,190] /u/Rude-Artist405 had their submission removed for insufficient lambda. +[2020-07-12 15:49:44,686] /u/Rude-Artist405 had their flair updated +[2020-07-12 15:55:47,799] There has been a new submission: 'I got my first hater.', with flair 'Discussion' +[2020-07-12 15:55:49,848] /u/aresALT had their flair updated +[2020-07-12 15:56:23,480] '/u/OccupiedGarrett' has given '/u/Sub2TheActualShadow' lambda! +[2020-07-12 15:56:24,961] /u/Sub2TheActualShadow had their flair updated +[2020-07-12 15:57:06,317] '/u/OccupiedGarrett' has given '/u/ghoultail' lambda! +[2020-07-12 15:57:07,707] /u/ghoultail had their flair updated +[2020-07-12 15:57:42,004] +#################### +[Jul 12 2020 15:57:42] RESTARTED +#################### + +[2020-07-12 16:08:35,654] There has been a new submission: 'My first big YouTube video - Feedback would be great!', with flair 'Video Critique' +[2020-07-12 16:08:36,553] /u/KleitosD06 had their submission removed for insufficient lambda. +[2020-07-12 16:08:37,492] /u/KleitosD06 had their flair updated +[2020-07-12 16:09:49,510] There has been a new submission: '[Video Critique] One of my stranger video ideas - testing sweetener drops vs sugar - let me know what you think of the pacing/editing!', with flair 'Video Critique' +[2020-07-12 16:09:49,857] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 16:09:49,860] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 16:09:50,049] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=15Ot1oH0flQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:09:50,160] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8lzvBC-2-46zTa5zADZgZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:09:50,914] /u/nnnishal had their flair updated +[2020-07-12 16:13:24,866] '/u/Kriller77' has given '/u/Adzic254' lambda! +[2020-07-12 16:13:26,824] /u/Adzic254 had their flair updated +[2020-07-12 16:13:40,543] '/u/Kriller77' has given '/u/DryStation' lambda! +[2020-07-12 16:13:42,505] /u/DryStation had their flair updated +[2020-07-12 16:14:09,446] '/u/Kriller77' has given '/u/MichaelJH333' lambda! +[2020-07-12 16:14:11,332] /u/MichaelJH333 had their flair updated +[2020-07-12 16:14:29,926] '/u/Kriller77' has given '/u/russianfortobias' lambda! +[2020-07-12 16:14:31,723] /u/russianfortobias had their flair updated +[2020-07-12 16:14:39,546] {ERROR} +[2020-07-12 16:15:35,511] There has been a new submission: 'I Spent too long making this, but i like how it turned out.', with flair 'Gaming' +[2020-07-12 16:15:36,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 16:15:36,080] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 16:15:36,245] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ygqG9NLwpVs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:15:36,386] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVRiOXrqBH09UJga7DRH1sA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:15:38,493] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 16:21:27,852] There has been a new submission: 'Hi guys check out my channel if you don’t mind trying to hit 2k by the end of the year', with flair 'Channel Review' +[2020-07-12 16:21:29,352] /u/big-vz-ss-lad had their submission removed for insufficient lambda. +[2020-07-12 16:21:31,532] /u/big-vz-ss-lad had their flair updated +[2020-07-12 16:23:37,989] There has been a new submission: 'Cartoon and a little collab', with flair 'Video Critique' +[2020-07-12 16:23:38,603] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 16:23:38,604] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 16:23:38,765] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6KxF-m8KAfU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:23:38,880] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2jBtXQW6orKAJ2iTCGGvmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 16:23:41,766] /u/SlybootsYoutube had their flair updated +[2020-07-12 16:34:37,551] '/u/Fangore' has given '/u/chillooo' lambda! +[2020-07-12 16:34:39,344] /u/chillooo had their flair updated +[2020-07-12 16:35:06,817] '/u/tommyboy_lr' has given '/u/samaster21' lambda! +[2020-07-12 16:35:08,529] /u/samaster21 had their flair updated +[2020-07-12 16:37:22,728] There has been a new submission: 'Bedwars but I play with a Trackpad', with flair 'Gaming' +[2020-07-12 16:37:23,887] /u/Future77Gaming had their submission removed for insufficient lambda. +[2020-07-12 16:37:25,197] /u/Future77Gaming had their flair updated +[2020-07-12 16:39:33,010] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 16:40:08,139] '/u/TheDiamondEmerald01' has given '/u/ImBntyHntrBish' lambda! +[2020-07-12 16:40:10,484] /u/ImBntyHntrBish had their flair updated +[2020-07-12 16:43:03,150] There has been a new submission: 'Minecraft moments that should be memes/ minecraft funny moments', with flair 'Video Critique' +[2020-07-12 16:43:05,156] /u/JealousHalf had their submission removed for insufficient lambda. +[2020-07-12 16:43:07,168] /u/JealousHalf had their flair updated +[2020-07-12 16:45:34,797] '/u/nnnishal' has given '/u/ImBntyHntrBish' lambda! +[2020-07-12 16:45:36,465] /u/ImBntyHntrBish had their flair updated +[2020-07-12 16:46:17,078] There has been a new submission: 'Channel trailer', with flair 'Gaming' +[2020-07-12 16:46:18,560] /u/CursedWitch89 had their submission removed for insufficient lambda. +[2020-07-12 16:46:20,092] /u/CursedWitch89 had their flair updated +[2020-07-12 16:50:38,456] There has been a new submission: 'Regular Show Is Amazing : Feedback PLEASE I'm trying to put more effort into videos like these and any form of feedback is appreciated. I like making these kind of videos and even though regular show isn't relevant anymore I still did it anyway lol, Thank you <3', with flair 'Video Critique' +[2020-07-12 16:50:40,460] /u/DoktorSkipper had their submission removed for insufficient lambda. +[2020-07-12 16:50:42,939] /u/DoktorSkipper had their flair updated +[2020-07-12 16:50:53,905] '/u/mrbaconaroni' has given '/u/SltySptoon' lambda! +[2020-07-12 16:50:55,944] /u/SltySptoon had their flair updated +[2020-07-12 16:51:31,483] /u/mrbaconaroni had their flair updated +[2020-07-12 16:51:58,534] There has been a new submission: 'YouTube channel is not growing - could you give some feedback please?', with flair 'Channel Review' +[2020-07-12 16:52:00,448] /u/AncientOfDaysYouTube had their submission removed for insufficient lambda. +[2020-07-12 16:52:02,605] /u/AncientOfDaysYouTube had their flair updated +[2020-07-12 16:52:12,869] '/u/mrbaconaroni' has given '/u/OldGothYT' lambda! +[2020-07-12 16:52:15,062] /u/OldGothYT had their flair updated +[2020-07-12 16:56:15,092] There has been a new submission: 'The Tale of a Girl who became 700 year old', with flair 'Video Critique' +[2020-07-12 16:56:16,704] /u/clebux had their submission removed for insufficient lambda. +[2020-07-12 16:56:18,253] /u/clebux had their flair updated +[2020-07-12 16:57:50,038] There has been a new submission: 'I Edited Peppa Pig again........', with flair 'Art' +[2020-07-12 16:57:51,021] /u/nuvoot had their submission removed for insufficient lambda. +[2020-07-12 16:57:52,219] /u/nuvoot had their flair updated +[2020-07-12 16:58:59,055] '/u/Fangore' has given '/u/KevinClaus' lambda! +[2020-07-12 16:58:59,995] /u/KevinClaus had their flair updated +[2020-07-12 16:59:38,188] There has been a new submission: 'hey guys pls go watch my video and give your opinion and pls subscribe it would really make my day and motivate me to improve my content', with flair 'Gaming' +[2020-07-12 16:59:39,342] /u/supergameboy123 had their submission removed for insufficient lambda. +[2020-07-12 16:59:39,965] /u/supergameboy123 had their flair updated +[2020-07-12 17:00:34,052] There has been a new submission: 'I tried to do something out of the ordinary and make this video', with flair 'Video Critique' +[2020-07-12 17:00:36,391] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-07-12 17:00:38,669] /u/FyzLe_YT had their flair updated +[2020-07-12 17:01:27,197] There has been a new submission: 'Indian classical dance', with flair 'Art' +[2020-07-12 17:01:29,432] /u/iamsanchitrana had their submission removed for insufficient lambda. +[2020-07-12 17:01:31,638] /u/iamsanchitrana had their flair updated +[2020-07-12 17:03:55,772] There has been a new submission: 'Today we talk about 🎮 Why Simulation Games are Better than Real Life! We would really appreciate your HONEST feedback!', with flair 'Video Critique' +[2020-07-12 17:03:57,447] /u/cheatcodenabled had their submission removed for insufficient lambda. +[2020-07-12 17:03:59,366] /u/cheatcodenabled had their flair updated +[2020-07-12 17:04:39,219] There has been a new submission: 'Sharing links on facebook', with flair 'Discussion' +[2020-07-12 17:04:41,565] /u/zebrasanddogs had their flair updated +[2020-07-12 17:05:17,790] '/u/Davidplaysgames' has given '/u/flippifly' lambda! +[2020-07-12 17:05:19,411] /u/flippifly had their flair updated +[2020-07-12 17:06:15,197] '/u/Davidplaysgames' has given '/u/disloyalclothYT' lambda! +[2020-07-12 17:06:16,792] /u/disloyalclothYT had their flair updated +[2020-07-12 17:07:41,860] '/u/Davidplaysgames' has given '/u/TriceratopsJr' lambda! +[2020-07-12 17:07:43,128] /u/TriceratopsJr had their flair updated +[2020-07-12 17:09:29,913] There has been a new submission: 'Made a Knight Rider tribute with Ocean Avenue retrowave/guitar song by Fury Weekend', with flair 'Video Critique' +[2020-07-12 17:09:30,824] /u/cronocr had their submission removed for insufficient lambda. +[2020-07-12 17:09:31,429] /u/cronocr had their flair updated +[2020-07-12 17:10:29,964] There has been a new submission: 'Just started doing my own edits not too long ago. Lmk what you think guys! Thanks for the support!', with flair 'Gaming' +[2020-07-12 17:10:32,045] /u/XANTAST1CF00L had their submission removed for insufficient lambda. +[2020-07-12 17:10:34,345] /u/XANTAST1CF00L had their flair updated +[2020-07-12 17:12:17,048] '/u/SlybootsYoutube' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 17:12:19,151] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 17:14:24,199] There has been a new submission: 'Robbing People For Rotten Food', with flair 'Gaming' +[2020-07-12 17:14:25,590] /u/GhrimeTF2 had their submission removed for insufficient lambda. +[2020-07-12 17:14:27,450] /u/GhrimeTF2 had their flair updated +[2020-07-12 17:14:36,989] '/u/TheDiamondEmerald01' has given '/u/chillooo' lambda! +[2020-07-12 17:14:38,703] /u/chillooo had their flair updated +[2020-07-12 17:16:42,830] There has been a new submission: 'I know most of Reddit hates Fortnite but this video is pretty funny and a sub would be appreciated', with flair 'Gaming' +[2020-07-12 17:16:44,126] /u/Hands4Dayz had their submission removed for insufficient lambda. +[2020-07-12 17:16:45,564] /u/Hands4Dayz had their flair updated +[2020-07-12 17:17:10,306] There has been a new submission: 'Sketch Comedy - Looking for Video Critique, Advice', with flair 'Video Critique' +[2020-07-12 17:17:10,629] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 17:17:10,631] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 17:17:10,791] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H5O0haYyons&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 17:17:10,917] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 17:17:12,837] /u/DennisTheBadBoy had their flair updated +[2020-07-12 17:19:14,525] '/u/OccupiedGarrett' has given '/u/LittleLuigiYT' lambda! +[2020-07-12 17:19:15,287] /u/LittleLuigiYT had their flair updated +[2020-07-12 17:21:17,436] '/u/OccupiedGarrett' has given '/u/KevinClaus' lambda! +[2020-07-12 17:21:19,638] /u/KevinClaus had their flair updated +[2020-07-12 17:21:40,989] There has been a new submission: 'I hooked my brother in the head while fishing!', with flair 'Channel Review' +[2020-07-12 17:21:42,540] /u/billthethrill327 had their submission removed for insufficient lambda. +[2020-07-12 17:21:44,757] /u/billthethrill327 had their flair updated +[2020-07-12 17:23:03,720] '/u/OccupiedGarrett' has given '/u/YRNRod' lambda! +[2020-07-12 17:23:05,769] /u/YRNRod had their flair updated +[2020-07-12 17:31:32,143] '/u/SlybootsYoutube' has given '/u/GhrimeTF2' lambda! +[2020-07-12 17:31:34,363] /u/GhrimeTF2 had their flair updated +[2020-07-12 17:31:41,364] '/u/DennisTheBadBoy' has given '/u/sambarlien' lambda! +[2020-07-12 17:31:43,543] /u/sambarlien had their flair updated +[2020-07-12 17:32:21,531] '/u/DennisTheBadBoy' has given '/u/GhrimeTF2' lambda! +[2020-07-12 17:32:23,635] /u/GhrimeTF2 had their flair updated +[2020-07-12 17:36:54,031] There has been a new submission: 'FOLLOW ALONG GLUTEN FREE MONKEY BREAD!', with flair 'Video Critique' +[2020-07-12 17:36:55,345] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-07-12 17:36:56,781] /u/glutenfree__girl had their flair updated +[2020-07-12 17:38:51,149] '/u/ghoultail' has given '/u/DoktorSkipper' lambda! +[2020-07-12 17:38:52,029] /u/DoktorSkipper had their flair updated +[2020-07-12 17:39:47,908] '/u/Doesntpayfullprice' has given '/u/DryStation' lambda! +[2020-07-12 17:39:48,401] /u/DryStation had their flair updated +[2020-07-12 17:40:25,507] '/u/nnnishal' has given '/u/DustyDingus' lambda! +[2020-07-12 17:40:27,846] /u/DustyDingus had their flair updated +[2020-07-12 17:40:40,381] '/u/nnnishal' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 17:40:42,692] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 17:50:48,323] There has been a new submission: 'When They Say "You’ll Get It When You’re Older"', with flair 'Video Critique' +[2020-07-12 17:50:50,397] /u/dankmemes4139 had their submission removed for insufficient lambda. +[2020-07-12 17:50:52,671] /u/dankmemes4139 had their flair updated +[2020-07-12 17:57:42,168] +#################### +[Jul 12 2020 17:57:42] RESTARTED +#################### + +[2020-07-12 17:59:11,174] There has been a new submission: 'The reason why TikTok is Cancelled', with flair 'Channel Review' +[2020-07-12 17:59:11,946] /u/jeddieinhd had their submission removed for insufficient lambda. +[2020-07-12 17:59:12,598] /u/jeddieinhd had their flair updated +[2020-07-12 18:02:33,971] There has been a new submission: 'Exploring Nature in Forza Horizon 4 with Nissan Titan Warrior Concept Using Logitech G920 Steering wheel and shifter', with flair 'Gaming' +[2020-07-12 18:02:35,961] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-12 18:02:38,026] /u/YSforce had their flair updated +[2020-07-12 18:08:21,090] There has been a new submission: 'YouTube', with flair 'Gaming' +[2020-07-12 18:08:22,146] /u/Joshely23 had their submission removed for insufficient lambda. +[2020-07-12 18:08:23,445] /u/Joshely23 had their flair updated +[2020-07-12 18:11:52,099] '/u/MacSiderman' has given '/u/disloyalclothYT' lambda! +[2020-07-12 18:11:54,244] /u/disloyalclothYT had their flair updated +[2020-07-12 18:12:42,771] '/u/DennisTheBadBoy' has given '/u/chillooo' lambda! +[2020-07-12 18:12:44,836] /u/chillooo had their flair updated +[2020-07-12 18:13:28,184] '/u/DennisTheBadBoy' has given '/u/Alps_Vlog' lambda! +[2020-07-12 18:13:30,053] /u/Alps_Vlog had their flair updated +[2020-07-12 18:15:41,882] There has been a new submission: 'chicken wing song cover (awesome song)', with flair 'Art' +[2020-07-12 18:15:43,282] /u/Natsukiza had their submission removed for insufficient lambda. +[2020-07-12 18:15:44,944] /u/Natsukiza had their flair updated +[2020-07-12 18:16:18,620] '/u/MacSiderman' has given '/u/Adzic254' lambda! +[2020-07-12 18:16:20,388] /u/Adzic254 had their flair updated +[2020-07-12 18:17:24,008] There has been a new submission: 'FINDING BELLE DELPHINE (A Short Film) | Let me know what you think!', with flair 'Gaming' +[2020-07-12 18:17:24,280] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 18:17:24,283] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 18:17:24,435] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HoqEvgKtq8c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 18:17:24,546] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxddQzo9_kkAUTqIV0piVdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 18:17:26,342] /u/chillooo had their flair updated +[2020-07-12 18:27:41,014] /u/Doesntpayfullprice had their flair updated +[2020-07-12 18:28:47,242] '/u/tommyboy_lr' has given '/u/Tanner-Parsons' lambda! +[2020-07-12 18:28:48,141] /u/Tanner-Parsons had their flair updated +[2020-07-12 18:36:54,747] There has been a new submission: 'Sub for more .', with flair 'Channel Review' +[2020-07-12 18:36:55,892] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-12 18:36:57,288] /u/chrizuz had their flair updated +[2020-07-12 18:38:14,093] There has been a new submission: '18 things I learned by 18 - any feedback is appreciated!!', with flair 'Video Critique' +[2020-07-12 18:38:15,559] /u/youarethemuse had their flair updated +[2020-07-12 18:43:23,620] There has been a new submission: 'THIS GAME IS BELOW ME...WORST THEN DARK SOULS ?? | Mortal Shell', with flair 'Gaming' +[2020-07-12 18:43:25,427] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-07-12 18:43:27,392] /u/TheUnsaidSong had their flair updated +[2020-07-12 18:45:18,566] '/u/chillooo' has given '/u/GhrimeTF2' lambda! +[2020-07-12 18:45:20,260] /u/GhrimeTF2 had their flair updated +[2020-07-12 18:47:02,809] There has been a new submission: 'Robbing People For Rotten Food', with flair 'Video Critique' +[2020-07-12 18:47:03,124] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 18:47:03,126] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 18:47:03,225] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=f4B9X5bdx0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 18:47:03,359] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 18:47:05,336] /u/GhrimeTF2 had their flair updated +[2020-07-12 18:48:58,972] '/u/chillooo' has given '/u/TheButtsNutts' lambda! +[2020-07-12 18:48:59,917] /u/TheButtsNutts had their flair updated +[2020-07-12 18:49:07,250] '/u/Doesntpayfullprice' has given '/u/TriceratopsJr' lambda! +[2020-07-12 18:49:08,053] /u/TriceratopsJr had their flair updated +[2020-07-12 18:49:36,305] '/u/Chekhov27' has given '/u/Adzic254' lambda! +[2020-07-12 18:49:36,865] /u/Adzic254 had their flair updated +[2020-07-12 18:53:28,124] '/u/chillooo' has given '/u/Brandonator247' lambda! +[2020-07-12 18:53:29,999] /u/Brandonator247 had their flair updated +[2020-07-12 18:58:54,986] '/u/jetmax25' has given '/u/superwatt123' lambda! +[2020-07-12 18:58:55,831] /u/superwatt123 had their flair updated +[2020-07-12 18:59:00,841] '/u/jetmax25' has given '/u/Brandonator247' lambda! +[2020-07-12 18:59:01,663] /u/Brandonator247 had their flair updated +[2020-07-12 18:59:07,564] '/u/DennisTheBadBoy' has given '/u/Brandonator247' lambda! +[2020-07-12 18:59:08,371] /u/Brandonator247 had their flair updated +[2020-07-12 18:59:58,623] '/u/OccupiedGarrett' has given '/u/jeddieinhd' lambda! +[2020-07-12 18:59:59,059] /u/jeddieinhd had their flair updated +[2020-07-12 19:00:18,927] There has been a new submission: 'Go check out my video dropping at 3:30 pm EST. It’s a gaming video so it might be your style. All support and suggestions and tips are appreciated. Let me know what I need to work on', with flair 'Gaming' +[2020-07-12 19:00:21,603] /u/YGA_Lance had their submission removed for insufficient lambda. +[2020-07-12 19:00:23,914] /u/YGA_Lance had their flair updated +[2020-07-12 19:00:34,801] '/u/OccupiedGarrett' has given '/u/TrickyAcid' lambda! +[2020-07-12 19:00:37,015] /u/TrickyAcid had their flair updated +[2020-07-12 19:05:25,819] There has been a new submission: 'My Chanel, you are all wellcome', with flair 'Gaming' +[2020-07-12 19:05:27,298] /u/MyPlayground74 had their submission removed for insufficient lambda. +[2020-07-12 19:05:29,050] /u/MyPlayground74 had their flair updated +[2020-07-12 19:07:31,369] '/u/RPGtime' has given '/u/GhrimeTF2' lambda! +[2020-07-12 19:07:32,656] /u/GhrimeTF2 had their flair updated +[2020-07-12 19:08:59,846] '/u/Zanvure' has given '/u/Sir-Juaby' lambda! +[2020-07-12 19:09:00,715] /u/Sir-Juaby had their flair updated +[2020-07-12 19:09:48,946] '/u/Zanvure' has given '/u/Fangore' lambda! +[2020-07-12 19:09:49,370] /u/Fangore had their flair updated +[2020-07-12 19:13:30,968] There has been a new submission: 'Uploaded my first gameplay video!', with flair 'Gaming' +[2020-07-12 19:13:32,774] /u/Scionwest had their submission removed for insufficient lambda. +[2020-07-12 19:13:34,722] /u/Scionwest had their flair updated +[2020-07-12 19:13:55,880] There has been a new submission: 'Huge shout out to all of my friends and family who helped make my 24th Birthday such a special day! I hope you guys enjoy this video and the vibes as much as I enjoyed this day! Thank you all!', with flair 'Vlog' +[2020-07-12 19:13:57,426] /u/EricVanGoghh had their submission removed for insufficient lambda. +[2020-07-12 19:13:59,332] /u/EricVanGoghh had their flair updated +[2020-07-12 19:14:45,789] There has been a new submission: '[Video Critique] Zombies Was Going To Be In Modern Warfare(If you could like and sub it would really be appreciated and make my day)', with flair 'Video Critique' +[2020-07-12 19:14:47,090] /u/krayboyj had their submission removed for insufficient lambda. +[2020-07-12 19:14:49,111] /u/krayboyj had their flair updated +[2020-07-12 19:17:07,116] There has been a new submission: 'How to draw a 3D Ladder- Trick art for Kids | DIY', with flair 'Art' +[2020-07-12 19:17:08,283] /u/LANKANPEDIA had their submission removed for insufficient lambda. +[2020-07-12 19:17:09,689] /u/LANKANPEDIA had their flair updated +[2020-07-12 19:26:14,914] There has been a new submission: 'First video I genuinely enjoyed making :)', with flair 'Video Critique' +[2020-07-12 19:26:16,171] /u/ikudlike had their submission removed for insufficient lambda. +[2020-07-12 19:26:17,694] /u/ikudlike had their flair updated +[2020-07-12 19:29:54,715] There has been a new submission: 'BRAND NEW VIDEO WHERE I ASK A TECH SUPPORT SCAMMER WHAT AN IPP ADDRESS IS!?!? Please check it out luvs ❤❤❤', with flair 'Vlog' +[2020-07-12 19:29:55,379] /u/devontrieslife had their submission removed for insufficient lambda. +[2020-07-12 19:29:55,849] /u/devontrieslife had their flair updated +[2020-07-12 19:34:14,100] There has been a new submission: 'My latest YouTube video', with flair 'Vlog' +[2020-07-12 19:34:15,694] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-12 19:34:17,543] /u/kcbRodBuilding had their flair updated +[2020-07-12 19:34:41,340] There has been a new submission: 'Self-promoting YouTube videos an EFFECTIVE way', with flair 'Discussion' +[2020-07-12 19:34:43,607] /u/Winthorpe34 had their flair updated +[2020-07-12 19:40:01,559] '/u/m1nionl' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 19:40:03,799] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 19:40:47,039] '/u/m1nionl' has given '/u/Brandonator247' lambda! +[2020-07-12 19:40:49,359] /u/Brandonator247 had their flair updated +[2020-07-12 19:41:03,564] '/u/m1nionl' has given '/u/ducky4g' lambda! +[2020-07-12 19:41:05,928] /u/ducky4g had their flair updated +[2020-07-12 19:41:34,525] '/u/Fangore' has given '/u/TheActualAus10' lambda! +[2020-07-12 19:41:36,741] /u/TheActualAus10 had their flair updated +[2020-07-12 19:42:15,211] '/u/m1nionl' has given '/u/Adzic254' lambda! +[2020-07-12 19:42:17,358] /u/Adzic254 had their flair updated +[2020-07-12 19:42:34,205] '/u/m1nionl' has given '/u/IWI-Team' lambda! +[2020-07-12 19:42:36,346] /u/IWI-Team had their flair updated +[2020-07-12 19:57:42,294] +#################### +[Jul 12 2020 19:57:42] RESTARTED +#################### + +[2020-07-12 19:59:10,441] '/u/youarethemuse' has given '/u/TheActualAus10' lambda! +[2020-07-12 19:59:11,139] /u/TheActualAus10 had their flair updated +[2020-07-12 20:01:13,592] There has been a new submission: 'I made a little challenge video and would appreciate any and all feedback!', with flair 'Gaming' +[2020-07-12 20:01:14,287] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 20:01:14,289] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 20:01:14,438] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FBP4BOQ4wqs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:01:14,557] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:01:17,648] /u/disloyalclothYT had their flair updated +[2020-07-12 20:02:19,621] There has been a new submission: 'Dog Thoughts - Edinburgh Edition (comedy - 3 mins)', with flair 'Video Critique' +[2020-07-12 20:02:21,746] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-07-12 20:02:23,845] /u/SimonCaine had their flair updated +[2020-07-12 20:03:07,128] There has been a new submission: '1K Subscribers GIVEAWAY 🥳🎉🎉 | 2 POSSIBLE WINNERS 💕', with flair 'Channel Review' +[2020-07-12 20:03:08,876] /u/MarilynGtz had their submission removed for insufficient lambda. +[2020-07-12 20:03:10,948] /u/MarilynGtz had their flair updated +[2020-07-12 20:06:35,987] There has been a new submission: 'Regular Show Is Amazing : Feedback PLEASE I'm trying to put more effort into videos like these and any form of feedback is appreciated. I like making these kind of videos and even though regular show isn't relevant anymore I still did it anyway lol, Thank you <3', with flair 'Video Critique' +[2020-07-12 20:06:36,329] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 20:06:36,330] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 20:06:36,497] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8CqhaKOD0K4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:06:36,646] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1UbX6IQrZfL42v1YqN_qsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:06:39,038] /u/DoktorSkipper had their flair updated +[2020-07-12 20:06:47,032] '/u/nnnishal' has given '/u/jeddieinhd' lambda! +[2020-07-12 20:06:48,370] /u/jeddieinhd had their flair updated +[2020-07-12 20:06:54,466] '/u/SlybootsYoutube' has given '/u/Alps_Vlog' lambda! +[2020-07-12 20:06:55,805] /u/Alps_Vlog had their flair updated +[2020-07-12 20:07:22,608] '/u/SlybootsYoutube' has given '/u/TheButtsNutts' lambda! +[2020-07-12 20:07:23,820] /u/TheButtsNutts had their flair updated +[2020-07-12 20:07:43,427] '/u/SlybootsYoutube' has given '/u/jeddieinhd' lambda! +[2020-07-12 20:07:44,887] /u/jeddieinhd had their flair updated +[2020-07-12 20:10:58,591] There has been a new submission: '(Video Critique) The reason why TikTok is Cancelled - Please let me know what you like about the video, and what you dislike. Thank you!', with flair 'Channel Review' +[2020-07-12 20:10:59,301] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 20:10:59,303] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 20:10:59,463] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8mJUuGNue20&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:10:59,599] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA59hUmgve6na5dLX3f6AdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:11:02,740] /u/jeddieinhd had their flair updated +[2020-07-12 20:14:59,860] '/u/thecounselor6' has given '/u/Adzic254' lambda! +[2020-07-12 20:15:01,531] /u/Adzic254 had their flair updated +[2020-07-12 20:22:01,873] There has been a new submission: 'GoPro hero 8 vs the DJI Osmo Pocket.. my cameraman messed up but did I save it during the edit?', with flair 'Video Critique' +[2020-07-12 20:22:02,557] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 20:22:02,559] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 20:22:02,667] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gjaspyd7eoc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:22:02,774] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDA_UIFfuOgojNzST8JDOFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 20:22:05,824] /u/Alps_Vlog had their flair updated +[2020-07-12 20:23:59,575] /u/NerdTalkDan had their flair updated +[2020-07-12 20:29:43,251] There has been a new submission: 'Haven’t dropped a video in 3-4 months what do you guys think of the quality?!', with flair 'Video Critique' +[2020-07-12 20:29:44,337] /u/Ballinweezy had their submission removed for insufficient lambda. +[2020-07-12 20:29:44,902] /u/Ballinweezy had their flair updated +[2020-07-12 20:33:36,363] There has been a new submission: 'Title', with flair 'Vlog' +[2020-07-12 20:33:38,062] /u/Streeteda had their submission removed for insufficient lambda. +[2020-07-12 20:33:40,046] /u/Streeteda had their flair updated +[2020-07-12 20:34:31,360] '/u/disloyalclothYT' has given '/u/jeddieinhd' lambda! +[2020-07-12 20:34:33,152] /u/jeddieinhd had their flair updated +[2020-07-12 20:37:11,621] '/u/DennisTheBadBoy' has given '/u/Jgolde8' lambda! +[2020-07-12 20:37:12,875] /u/Jgolde8 had their flair updated +[2020-07-12 20:42:25,801] There has been a new submission: 'Lambda Question', with flair 'Discussion' +[2020-07-12 20:42:28,455] /u/bnanaposting had their flair updated +[2020-07-12 20:43:06,712] There has been a new submission: 'Hey everyone, I’ve been making YouTube videos for almost 2 years now! Let me know if you like my videos, I’m open to constructive criticism❤️🤙🏽', with flair 'None' +[2020-07-12 20:43:08,630] /u/LukesVlogs- had their submission removed for insufficient lambda. +[2020-07-12 20:43:10,655] /u/LukesVlogs- had their flair updated +[2020-07-12 20:43:22,167] There has been a new submission: 'Back and ready to roll', with flair 'Discussion' +[2020-07-12 20:43:24,743] /u/_NGaming_ had their flair updated +[2020-07-12 20:45:35,734] '/u/jeddieinhd' has given '/u/santizapYT' lambda! +[2020-07-12 20:45:37,316] /u/santizapYT had their flair updated +[2020-07-12 20:50:12,656] There has been a new submission: 'It's Time To CANCEL Cancel Culture', with flair 'Video Critique' +[2020-07-12 20:50:14,883] /u/unhappyplum38 had their submission removed for insufficient lambda. +[2020-07-12 20:50:17,204] /u/unhappyplum38 had their flair updated +[2020-07-12 21:05:18,856] There has been a new submission: 'What Makes The Last of Us Part 2 A Miserable Experience', with flair 'Gaming' +[2020-07-12 21:05:19,414] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 21:05:19,417] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 21:05:19,575] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dEdHWYO8VLU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:05:19,690] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:05:21,878] /u/Adzic254 had their flair updated +[2020-07-12 21:13:25,704] There has been a new submission: 'Is your iPhone enough for YouTube or should you upgrade? iPhone vs budget 4K camera.', with flair 'Video Critique' +[2020-07-12 21:13:27,199] /u/baszodani had their submission removed for insufficient lambda. +[2020-07-12 21:13:29,166] /u/baszodani had their flair updated +[2020-07-12 21:13:38,517] '/u/DoktorSkipper' has given '/u/santizapYT' lambda! +[2020-07-12 21:13:40,465] /u/santizapYT had their flair updated +[2020-07-12 21:15:25,164] '/u/DoktorSkipper' has given '/u/ImBntyHntrBish' lambda! +[2020-07-12 21:15:26,777] /u/ImBntyHntrBish had their flair updated +[2020-07-12 21:15:58,675] '/u/DoktorSkipper' has given '/u/jpet273' lambda! +[2020-07-12 21:16:00,285] /u/jpet273 had their flair updated +[2020-07-12 21:16:32,918] There has been a new submission: 'I feel i'm going about marketing the wrong way, but its been getting ok results?', with flair 'Discussion' +[2020-07-12 21:16:34,727] /u/ioo5_ had their flair updated +[2020-07-12 21:16:40,955] There has been a new submission: 'I spent upwards of 30 hours animating this, would love it if some people checked it out', with flair 'None' +[2020-07-12 21:16:42,528] /u/red_not_ash had their submission removed for insufficient lambda. +[2020-07-12 21:16:44,019] /u/red_not_ash had their flair updated +[2020-07-12 21:16:56,144] There has been a new submission: 'VALORANT While Low-Level', with flair 'Gaming' +[2020-07-12 21:16:57,336] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-12 21:16:58,763] /u/Elfatron_ had their flair updated +[2020-07-12 21:18:22,231] There has been a new submission: 'Simple Everyday Makeup Look Tutorial in 5 minutes', with flair 'None' +[2020-07-12 21:18:23,178] /u/Mdipali101 had their submission removed for insufficient lambda. +[2020-07-12 21:18:24,269] /u/Mdipali101 had their flair updated +[2020-07-12 21:20:56,968] There has been a new submission: 'JOHNNY TEST RETROSPECTIVE! Please tell me what you think!', with flair 'Video Critique' +[2020-07-12 21:20:58,940] /u/ASKmyAIR had their submission removed for insufficient lambda. +[2020-07-12 21:21:01,203] /u/ASKmyAIR had their flair updated +[2020-07-12 21:25:04,883] There has been a new submission: 'hitmeme - feedback please', with flair 'Gaming' +[2020-07-12 21:25:05,302] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 21:25:05,304] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 21:25:05,438] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4rLA5QPOWZ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:25:05,538] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:25:08,268] /u/ameixarocha had their flair updated +[2020-07-12 21:32:02,288] '/u/Adzic254' has given '/u/Blu_Eclipse' lambda! +[2020-07-12 21:32:04,419] /u/Blu_Eclipse had their flair updated +[2020-07-12 21:38:31,590] There has been a new submission: '(NEW VIDEO) REALLY BAD NINTENDO Wii GAMES (Looking for feedback, specifically on my script this week. I changed up the pace of my voice slightly this week)', with flair 'Video Critique' +[2020-07-12 21:38:31,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 21:38:31,825] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 21:38:31,986] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mJKH1fQ9Buk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:38:32,114] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2I9ps0F9fjVtghynOmjj2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 21:38:33,483] /u/santizapYT had their flair updated +[2020-07-12 21:39:43,204] There has been a new submission: 'The Last of Us 2 In a Nutshell', with flair 'Gaming' +[2020-07-12 21:39:44,164] /u/Cenanden had their submission removed for insufficient lambda. +[2020-07-12 21:39:44,676] /u/Cenanden had their flair updated +[2020-07-12 21:43:16,866] There has been a new submission: 'SUBSCRIBE LIKE AND COMMENT FOR SUBSCRIBE LIKE AND COMMENT BACK', with flair 'Gaming' +[2020-07-12 21:43:18,702] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-07-12 21:43:20,679] /u/TntThiefGamerYT had their flair updated +[2020-07-12 21:44:48,874] '/u/DoktorSkipper' has given '/u/Blu_Eclipse' lambda! +[2020-07-12 21:44:50,551] /u/Blu_Eclipse had their flair updated +[2020-07-12 21:45:57,731] '/u/DoktorSkipper' has given '/u/DennisTheBadBoy' lambda! +[2020-07-12 21:45:59,374] /u/DennisTheBadBoy had their flair updated +[2020-07-12 21:46:19,330] There has been a new submission: 'Guess I'll make it to soul of cinder. I hope', with flair 'Gaming' +[2020-07-12 21:46:20,615] /u/Appropriate_Fact- had their submission removed for insufficient lambda. +[2020-07-12 21:46:22,191] /u/Appropriate_Fact- had their flair updated +[2020-07-12 21:52:02,332] '/u/jeddieinhd' has given '/u/DennisTheBadBoy' lambda! +[2020-07-12 21:52:04,322] /u/DennisTheBadBoy had their flair updated +[2020-07-12 21:54:00,165] There has been a new submission: 'A Small Hike | A photography and natural channel restart', with flair 'Video Critique' +[2020-07-12 21:54:01,893] /u/theowecker had their submission removed for insufficient lambda. +[2020-07-12 21:54:03,821] /u/theowecker had their flair updated +[2020-07-12 21:57:42,178] +#################### +[Jul 12 2020 21:57:42] RESTARTED +#################### + +[2020-07-12 22:09:57,934] There has been a new submission: 'A gaming video because that hasn't been done before (but also any feedback/criticism is welcome)', with flair 'Gaming' +[2020-07-12 22:09:58,232] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 22:09:58,236] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 22:09:58,414] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fIU7b2Jl8O4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 22:09:58,544] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1kCqj-4UQkhjJ2jJw3zUIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 22:09:59,367] /u/Blu_Eclipse had their flair updated +[2020-07-12 22:11:11,593] '/u/DoktorSkipper' has given '/u/TheActualAus10' lambda! +[2020-07-12 22:11:13,717] /u/TheActualAus10 had their flair updated +[2020-07-12 22:33:28,539] '/u/KrispyKreams19' has given '/u/IWI-Team' lambda! +[2020-07-12 22:33:30,405] /u/IWI-Team had their flair updated +[2020-07-12 22:34:01,503] There has been a new submission: 'How To Sell Intangible Results To Your Clients', with flair 'Channel Review' +[2020-07-12 22:34:03,356] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-12 22:34:05,275] /u/KatrinaRuthShow had their flair updated +[2020-07-12 22:34:51,719] '/u/santizapYT' has given '/u/JessieH_24' lambda! +[2020-07-12 22:34:53,511] /u/JessieH_24 had their flair updated +[2020-07-12 22:38:51,157] There has been a new submission: 'How I Sign Up Clients To My High Ticket Membership Program', with flair 'Channel Review' +[2020-07-12 22:38:51,973] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-12 22:38:52,863] /u/KatrinaRuthShow had their flair updated +[2020-07-12 22:40:38,846] There has been a new submission: 'Grow Your Business By Making Space To Show Up', with flair 'Channel Review' +[2020-07-12 22:40:40,805] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-12 22:40:43,131] /u/KatrinaRuthShow had their flair updated +[2020-07-12 22:51:38,715] '/u/Blu_Eclipse' has given '/u/Fangore' lambda! +[2020-07-12 22:51:40,791] /u/Fangore had their flair updated +[2020-07-12 22:55:33,859] '/u/Bertuccio_TLB' has given '/u/the_real_d247' lambda! +[2020-07-12 22:55:35,502] /u/the_real_d247 had their flair updated +[2020-07-12 22:56:06,019] '/u/Blu_Eclipse' has given '/u/JessieH_24' lambda! +[2020-07-12 22:56:07,604] /u/JessieH_24 had their flair updated +[2020-07-12 22:56:34,361] There has been a new submission: 'If you guys could check out my channel and tell me what i’m doing right or wrong, that’d be awesome!', with flair 'Channel Review' +[2020-07-12 22:56:35,630] /u/BillNyeIwantToDye had their submission removed for insufficient lambda. +[2020-07-12 22:56:37,117] /u/BillNyeIwantToDye had their flair updated +[2020-07-12 22:56:48,923] '/u/Bertuccio_TLB' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-12 22:56:50,381] /u/TheDiamondEmerald01 had their flair updated +[2020-07-12 22:57:12,593] '/u/Bertuccio_TLB' has given '/u/GhrimeTF2' lambda! +[2020-07-12 22:57:13,976] /u/GhrimeTF2 had their flair updated +[2020-07-12 22:59:10,078] '/u/Bertuccio_TLB' has given '/u/aandabackyard' lambda! +[2020-07-12 22:59:10,882] /u/aandabackyard had their flair updated +[2020-07-12 22:59:21,636] '/u/Blu_Eclipse' has given '/u/the_real_d247' lambda! +[2020-07-12 22:59:22,280] /u/the_real_d247 had their flair updated +[2020-07-12 23:00:55,006] '/u/Bertuccio_TLB' has given '/u/jeddieinhd' lambda! +[2020-07-12 23:00:57,129] /u/jeddieinhd had their flair updated +[2020-07-12 23:01:47,032] '/u/Bertuccio_TLB' has given '/u/jpet273' lambda! +[2020-07-12 23:01:49,191] /u/jpet273 had their flair updated +[2020-07-12 23:01:55,082] There has been a new submission: 'Marshmallow Toothpick Bridge Project', with flair 'Thumbnail Review' +[2020-07-12 23:01:57,481] /u/Twork20 had their submission removed for insufficient lambda. +[2020-07-12 23:01:59,701] /u/Twork20 had their flair updated +[2020-07-12 23:06:01,896] There has been a new submission: 'Trucking Around EU', with flair 'Gaming' +[2020-07-12 23:06:03,307] /u/AuzBusinessTips had their submission removed for insufficient lambda. +[2020-07-12 23:06:04,909] /u/AuzBusinessTips had their flair updated +[2020-07-12 23:09:46,243] There has been a new submission: 'GET KIDNAPPED IN VR | Lies Beneath | Part 4', with flair 'Gaming' +[2020-07-12 23:09:46,831] /u/Marhonklet had their submission removed for insufficient lambda. +[2020-07-12 23:09:47,290] /u/Marhonklet had their flair updated +[2020-07-12 23:10:11,650] '/u/jetmax25' has given '/u/davudgullo' lambda! +[2020-07-12 23:10:13,997] /u/davudgullo had their flair updated +[2020-07-12 23:12:01,455] '/u/Blu_Eclipse' has given '/u/superwatt123' lambda! +[2020-07-12 23:12:03,586] /u/superwatt123 had their flair updated +[2020-07-12 23:14:06,306] There has been a new submission: 'Check out my new video Eid mehndi designs 2020| Latest mehndi designs watch it thanks 😊', with flair 'Art' +[2020-07-12 23:14:08,018] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-12 23:14:09,920] /u/Iqra-Entertainment had their flair updated +[2020-07-12 23:14:18,935] '/u/MrMoo-Youtube' has given '/u/mrmicpopper' lambda! +[2020-07-12 23:14:20,843] /u/mrmicpopper had their flair updated +[2020-07-12 23:14:58,283] '/u/MrMoo-Youtube' has given '/u/GhrimeTF2' lambda! +[2020-07-12 23:14:59,969] /u/GhrimeTF2 had their flair updated +[2020-07-12 23:15:08,687] '/u/MrMoo-Youtube' has given '/u/DoktorSkipper' lambda! +[2020-07-12 23:15:10,457] /u/DoktorSkipper had their flair updated +[2020-07-12 23:15:35,883] There has been a new submission: 'YouTube', with flair 'Channel Review' +[2020-07-12 23:15:37,413] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-07-12 23:15:39,148] /u/Xander2KBarqs123 had their flair updated +[2020-07-12 23:30:59,429] There has been a new submission: 'first tattoo', with flair 'Vlog' +[2020-07-12 23:31:01,624] /u/lR9A9l had their submission removed for insufficient lambda. +[2020-07-12 23:31:03,870] /u/lR9A9l had their flair updated +[2020-07-12 23:31:46,120] There has been a new submission: 'CALL OF DUTY MODERN WARFARE: From a noobs perspective', with flair 'Gaming' +[2020-07-12 23:31:48,298] /u/Gordon-Ramsey-46 had their submission removed for insufficient lambda. +[2020-07-12 23:31:50,472] /u/Gordon-Ramsey-46 had their flair updated +[2020-07-12 23:34:20,902] There has been a new submission: 'My problem with memes. Any feedback about my editing/quality is greatly appreciated! Best watched in 60fps :)', with flair 'Video Critique' +[2020-07-12 23:34:23,273] /u/TheActualAus10 had their flair updated +[2020-07-12 23:46:59,058] There has been a new submission: 'New Fortnite Montage! You won’t regret watching it!', with flair 'Gaming' +[2020-07-12 23:47:00,497] /u/iStreamSnipedNinja had their submission removed for insufficient lambda. +[2020-07-12 23:47:01,914] /u/iStreamSnipedNinja had their flair updated +[2020-07-12 23:49:37,642] There has been a new submission: 'For the smaller youtubers.', with flair 'Gaming' +[2020-07-12 23:49:38,315] /u/ooooofoooof had their submission removed for insufficient lambda. +[2020-07-12 23:49:38,868] /u/ooooofoooof had their flair updated +[2020-07-12 23:52:06,215] '/u/santizapYT' has given '/u/Fangore' lambda! +[2020-07-12 23:52:08,239] /u/Fangore had their flair updated +[2020-07-12 23:52:47,952] /u/DoktorSkipper had their flair updated +[2020-07-12 23:53:49,355] '/u/DoktorSkipper' has given '/u/nerdymandrakes' lambda! +[2020-07-12 23:53:51,307] /u/nerdymandrakes had their flair updated +[2020-07-12 23:54:29,260] There has been a new submission: 'Minecraft Hardcore Survival #2 | Making A Shack A Home', with flair 'Gaming' +[2020-07-12 23:54:29,828] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-12 23:54:29,829] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-12 23:54:30,009] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7X5ZGI9kDfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 23:54:30,122] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-12 23:54:32,735] /u/MrMoo-Youtube had their flair updated +[2020-07-12 23:55:01,812] '/u/DoktorSkipper' has given '/u/luisfrobles' lambda! +[2020-07-12 23:55:03,596] /u/luisfrobles had their flair updated +[2020-07-12 23:56:52,885] '/u/DoktorSkipper' has given '/u/MrMoo-Youtube' lambda! +[2020-07-12 23:56:54,373] /u/MrMoo-Youtube had their flair updated +[2020-07-12 23:57:42,340] +#################### +[Jul 12 2020 23:57:42] RESTARTED +#################### + +[2020-07-12 23:59:09,326] There has been a new submission: 'A MichaelP inspired video:', with flair 'Gaming' +[2020-07-12 23:59:10,072] /u/Kerosinic had their submission removed for insufficient lambda. +[2020-07-12 23:59:10,795] /u/Kerosinic had their flair updated +[2020-07-12 23:59:20,054] There has been a new submission: 'Vidiq or Tubebuddy worth it?', with flair 'Discussion' +[2020-07-12 23:59:20,893] /u/Doesntpayfullprice had their flair updated +[2020-07-12 23:59:31,721] {ERROR} +[2020-07-13 00:02:39,652] '/u/jeddieinhd' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 00:02:41,694] /u/MrMoo-Youtube had their flair updated +[2020-07-13 00:03:43,759] There has been a new submission: 'My Acrylic Channel - Sailboat painting.. Please comment..Subscribe.', with flair 'Art' +[2020-07-13 00:03:45,468] /u/Green_Set_7323 had their submission removed for insufficient lambda. +[2020-07-13 00:03:47,408] /u/Green_Set_7323 had their flair updated +[2020-07-13 00:05:53,023] '/u/Bertuccio_TLB' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 00:05:54,904] /u/MrMoo-Youtube had their flair updated +[2020-07-13 00:08:40,358] There has been a new submission: 'Does anyone have a channel that they’ve had for a while but regret not posting on as consistently?', with flair 'Discussion' +[2020-07-13 00:08:41,488] /u/truthfullytiggy had their flair updated +[2020-07-13 00:25:32,018] There has been a new submission: 'I worked hard on this so all feedback please even if bad🙏🏾', with flair 'Gaming' +[2020-07-13 00:25:33,698] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-07-13 00:25:35,352] /u/trizzythomas had their flair updated +[2020-07-13 00:29:19,701] '/u/Blu_Eclipse' has given '/u/jpet273' lambda! +[2020-07-13 00:29:20,390] /u/jpet273 had their flair updated +[2020-07-13 00:31:56,782] '/u/MrMoo-Youtube' has given '/u/TehGrand' lambda! +[2020-07-13 00:31:58,913] /u/TehGrand had their flair updated +[2020-07-13 00:32:22,006] There has been a new submission: 'A Very Disgusting Mukbang Channel (will give lambda to all comments)', with flair 'Video Critique' +[2020-07-13 00:32:22,646] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 00:32:22,650] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 00:32:22,819] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=p6-JGfsX21w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:32:22,939] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYqpFoa1zhQ0ji6mDX9pxZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:32:25,821] /u/jpet273 had their flair updated +[2020-07-13 00:35:14,129] There has been a new submission: 'Honestly would love any kind of constructive criticism for this short little vlog! Thank you!', with flair 'Video Critique' +[2020-07-13 00:35:14,658] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 00:35:14,661] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 00:35:14,827] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1aWToI0nk10&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:35:14,937] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCL9mjE6bq9GUF-36TBsDZCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:35:17,930] /u/WalkingTsunami had their flair updated +[2020-07-13 00:36:48,887] There has been a new submission: 'When and how did you get your first few real subscribers?', with flair 'Discussion' +[2020-07-13 00:36:50,517] /u/go_girl_08 had their flair updated +[2020-07-13 00:39:07,917] '/u/73windman' has given '/u/TheDiamondEmerald01' lambda! +[2020-07-13 00:39:08,693] /u/TheDiamondEmerald01 had their flair updated +[2020-07-13 00:39:21,098] '/u/Kekkersboy' has given '/u/mrmicpopper' lambda! +[2020-07-13 00:39:21,790] /u/mrmicpopper had their flair updated +[2020-07-13 00:39:26,837] '/u/73windman' has given '/u/disloyalclothYT' lambda! +[2020-07-13 00:39:27,389] /u/disloyalclothYT had their flair updated +[2020-07-13 00:40:08,437] '/u/73windman' has given '/u/russianfortobias' lambda! +[2020-07-13 00:40:10,794] /u/russianfortobias had their flair updated +[2020-07-13 00:40:25,652] '/u/73windman' has given '/u/Natsukiza' lambda! +[2020-07-13 00:40:28,015] /u/Natsukiza had their flair updated +[2020-07-13 00:40:41,937] '/u/73windman' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 00:40:44,226] /u/MrMoo-Youtube had their flair updated +[2020-07-13 00:42:57,116] '/u/DoktorSkipper' has given '/u/Timmy42000' lambda! +[2020-07-13 00:42:59,183] /u/Timmy42000 had their flair updated +[2020-07-13 00:43:11,176] There has been a new submission: '100s Review of Bong Joon-Ho's 2003 film Memories of Murder. Would love to hear your thoughts.', with flair 'Video Critique' +[2020-07-13 00:43:11,757] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 00:43:11,758] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 00:43:11,929] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0xbVcYhOh04&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:43:12,025] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 00:43:14,865] /u/Fangore had their flair updated +[2020-07-13 00:50:09,155] There has been a new submission: 'My New Twitch 😁', with flair 'Gaming' +[2020-07-13 00:50:11,241] /u/TheGoldenEgg-4 had their submission removed for insufficient lambda. +[2020-07-13 00:50:13,555] /u/TheGoldenEgg-4 had their flair updated +[2020-07-13 00:51:20,051] '/u/jpet273' has given '/u/BlackRozu_YT' lambda! +[2020-07-13 00:51:22,286] /u/BlackRozu_YT had their flair updated +[2020-07-13 00:51:32,851] '/u/jpet273' has given '/u/i-like-to-edit' lambda! +[2020-07-13 00:51:34,977] /u/i-like-to-edit had their flair updated +[2020-07-13 00:59:45,622] '/u/Shamiya_Moye' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 00:59:46,160] /u/MrMoo-Youtube had their flair updated +[2020-07-13 01:00:23,786] '/u/DoktorSkipper' has given '/u/Kekkersboy' lambda! +[2020-07-13 01:00:26,074] /u/Kekkersboy had their flair updated +[2020-07-13 01:02:16,029] '/u/DoktorSkipper' has given '/u/mrfatpepper' lambda! +[2020-07-13 01:02:18,228] /u/mrfatpepper had their flair updated +[2020-07-13 01:02:57,570] There has been a new submission: 'I started this channel around the end of last year and recently started weekly uploads. I make music and art based content and I do want to expand my content a bit. Any criticism is welcome. Even the obvious stuff. Thanks in advance.', with flair 'Channel Review' +[2020-07-13 01:03:00,156] /u/superwatt123 had their flair updated +[2020-07-13 01:08:44,084] There has been a new submission: 'Why I switched to pc and why you should too', with flair 'Gaming' +[2020-07-13 01:08:45,163] /u/Fair_YTRust had their submission removed for insufficient lambda. +[2020-07-13 01:08:46,177] /u/Fair_YTRust had their flair updated +[2020-07-13 01:10:14,260] There has been a new submission: 'Youtube channel is MOGAMBO IS DUMB', with flair 'Gaming' +[2020-07-13 01:10:16,586] /u/MOGAMBO1407 had their submission removed for insufficient lambda. +[2020-07-13 01:10:18,908] /u/MOGAMBO1407 had their flair updated +[2020-07-13 01:14:27,356] '/u/jpet273' has given '/u/Fair_YTRust' lambda! +[2020-07-13 01:14:29,274] /u/Fair_YTRust had their flair updated +[2020-07-13 01:14:54,218] '/u/jpet273' has given '/u/JessieH_24' lambda! +[2020-07-13 01:14:55,928] /u/JessieH_24 had their flair updated +[2020-07-13 01:15:01,426] There has been a new submission: 'I'm really struggling to gain subscribers. I would love your advice!', with flair 'Channel Review' +[2020-07-13 01:15:03,010] /u/behappyandfree had their submission removed for insufficient lambda. +[2020-07-13 01:15:04,799] /u/behappyandfree had their flair updated +[2020-07-13 01:18:50,982] '/u/superwatt123' has given '/u/MrCarsone' lambda! +[2020-07-13 01:18:52,193] /u/MrCarsone had their flair updated +[2020-07-13 01:23:21,744] There has been a new submission: 'LOOKING FOR SOME POSITIVE AND NEGATIVE FEEDBACK ON MY NEW MINECRAFT SERIES (I know, original right??? XD) Any feedback is greatly appreciated! :D', with flair 'Video Critique' +[2020-07-13 01:23:22,341] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 01:23:22,343] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 01:23:22,519] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=009Imovu4To&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 01:23:22,625] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDtjdyX7JgBvJIFjljrrOVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 01:23:25,298] /u/CobaPlatinum had their flair updated +[2020-07-13 01:24:19,612] '/u/DoktorSkipper' has given '/u/badboylus' lambda! +[2020-07-13 01:24:21,453] /u/badboylus had their flair updated +[2020-07-13 01:27:40,617] There has been a new submission: 'ANIME MEMES You Wouldn't Watch In Public! 144 LIGHT YAGAMI!', with flair 'Art' +[2020-07-13 01:27:41,626] /u/Kayuness had their submission removed for insufficient lambda. +[2020-07-13 01:27:42,879] /u/Kayuness had their flair updated +[2020-07-13 01:30:26,367] '/u/MrMoo-Youtube' has given '/u/Shamiya_Moye' lambda! +[2020-07-13 01:30:28,549] /u/Shamiya_Moye had their flair updated +[2020-07-13 01:31:11,500] '/u/MrMoo-Youtube' has given '/u/JessieH_24' lambda! +[2020-07-13 01:31:13,673] /u/JessieH_24 had their flair updated +[2020-07-13 01:32:03,570] '/u/OccupiedGarrett' has given '/u/HighHeelKnight' lambda! +[2020-07-13 01:32:05,671] /u/HighHeelKnight had their flair updated +[2020-07-13 01:33:01,638] There has been a new submission: 'TALLEST PLAYERS IN NBA2K20! - MYTEAM SQUAD BUILDER GAMEPLAY', with flair 'Gaming' +[2020-07-13 01:33:03,710] /u/BBarker7 had their submission removed for insufficient lambda. +[2020-07-13 01:33:05,788] /u/BBarker7 had their flair updated +[2020-07-13 01:33:16,494] There has been a new submission: 'Dead By Daylight - Live! PS4 Sassy Sunday Game Play Lets Play', with flair 'Gaming' +[2020-07-13 01:33:18,246] /u/ScottKovack had their submission removed for insufficient lambda. +[2020-07-13 01:33:20,271] /u/ScottKovack had their flair updated +[2020-07-13 01:34:53,362] '/u/OccupiedGarrett' has given '/u/Shamiya_Moye' lambda! +[2020-07-13 01:34:55,072] /u/Shamiya_Moye had their flair updated +[2020-07-13 01:35:44,298] There has been a new submission: 'EMILY HARTRIDGE: 10 REASONS WHY I ADORE HER --- My tribute to the late YouTube pioneer for the anniversary of her death. All feedback is welcomed. Thanks.', with flair 'Video Critique' +[2020-07-13 01:35:44,680] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 01:35:44,682] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 01:35:44,830] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A6dQq9Z160A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 01:35:44,927] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCur4G3tD3imfFtR1wywJLDA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 01:35:47,383] /u/HighHeelKnight had their flair updated +[2020-07-13 01:41:51,648] There has been a new submission: 'Care to collaborate?', with flair 'Vlog' +[2020-07-13 01:41:53,554] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-13 01:41:55,753] /u/kcbRodBuilding had their flair updated +[2020-07-13 01:49:56,545] There has been a new submission: 'Karen caught me stealing and called the cops', with flair 'Gaming' +[2020-07-13 01:49:57,134] /u/refskins14 had their submission removed for insufficient lambda. +[2020-07-13 01:49:57,492] /u/refskins14 had their flair updated +[2020-07-13 01:51:51,772] There has been a new submission: 'THE CREEPIEST IOS APPSTORE GAMES EVER', with flair 'Channel Review' +[2020-07-13 01:51:53,354] /u/Hikros had their submission removed for insufficient lambda. +[2020-07-13 01:51:55,491] /u/Hikros had their flair updated +[2020-07-13 01:57:42,721] +#################### +[Jul 13 2020 01:57:42] RESTARTED +#################### + +[2020-07-13 02:03:31,361] '/u/TheDiamondEmerald01' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 02:03:33,260] /u/MrMoo-Youtube had their flair updated +[2020-07-13 02:04:46,290] '/u/TheDiamondEmerald01' has given '/u/TehGrand' lambda! +[2020-07-13 02:04:48,163] /u/TehGrand had their flair updated +[2020-07-13 02:12:14,931] '/u/CobaPlatinum' has given '/u/MrCarsone' lambda! +[2020-07-13 02:12:16,945] /u/MrCarsone had their flair updated +[2020-07-13 02:12:33,823] '/u/CobaPlatinum' has given '/u/Shamiya_Moye' lambda! +[2020-07-13 02:12:35,949] /u/Shamiya_Moye had their flair updated +[2020-07-13 02:12:52,011] '/u/m1nionl' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 02:12:54,066] /u/MrMoo-Youtube had their flair updated +[2020-07-13 02:17:45,105] There has been a new submission: 'Please could I get feedback on this video, and if you check my channel there’s another video I did yesterday could you please tell me witch type you like better( the music and typing)( the memes)', with flair 'Thumbnail Review' +[2020-07-13 02:17:46,109] /u/Minimorrisgaming had their submission removed for insufficient lambda. +[2020-07-13 02:17:47,341] /u/Minimorrisgaming had their flair updated +[2020-07-13 02:18:29,158] '/u/DoktorSkipper' has given '/u/scambait0' lambda! +[2020-07-13 02:18:30,211] /u/scambait0 had their flair updated +[2020-07-13 02:18:49,325] '/u/DoktorSkipper' has given '/u/BringBackHueyLewis' lambda! +[2020-07-13 02:18:50,274] /u/BringBackHueyLewis had their flair updated +[2020-07-13 02:28:35,647] '/u/CobaPlatinum' has given '/u/spicymilksauce' lambda! +[2020-07-13 02:28:36,599] /u/spicymilksauce had their flair updated +[2020-07-13 02:32:02,691] '/u/CobaPlatinum' has given '/u/admiller3' lambda! +[2020-07-13 02:32:04,818] /u/admiller3 had their flair updated +[2020-07-13 02:36:04,155] '/u/jpet273' has given '/u/admiller3' lambda! +[2020-07-13 02:36:05,742] /u/admiller3 had their flair updated +[2020-07-13 02:36:13,916] '/u/jpet273' has given '/u/spicymilksauce' lambda! +[2020-07-13 02:36:15,628] /u/spicymilksauce had their flair updated +[2020-07-13 02:36:45,975] '/u/jpet273' has given '/u/MrCarsone' lambda! +[2020-07-13 02:36:47,386] /u/MrCarsone had their flair updated +[2020-07-13 02:39:35,253] There has been a new submission: 'Hey what’s up give honest feedback lord knows I need it thanks!', with flair 'Channel Review' +[2020-07-13 02:39:36,023] /u/MrCarsone had their flair updated +[2020-07-13 02:40:48,598] There has been a new submission: 'Please check out my channel', with flair 'Gaming' +[2020-07-13 02:40:50,815] /u/MrPanzeee had their submission removed for insufficient lambda. +[2020-07-13 02:40:53,059] /u/MrPanzeee had their flair updated +[2020-07-13 02:46:23,005] '/u/OccupiedGarrett' has given '/u/Jaydiiin' lambda! +[2020-07-13 02:46:24,553] /u/Jaydiiin had their flair updated +[2020-07-13 02:48:17,011] '/u/OccupiedGarrett' has given '/u/DennisTheBadBoy' lambda! +[2020-07-13 02:48:18,119] /u/DennisTheBadBoy had their flair updated +[2020-07-13 02:50:57,852] '/u/DoktorSkipper' has given '/u/Arrchyr' lambda! +[2020-07-13 02:51:00,081] /u/Arrchyr had their flair updated +[2020-07-13 02:59:45,658] There has been a new submission: 'IF YOU ENJOY MY VIDEO GO LIKE COOMMENT AND SUB PLEASE', with flair 'Vlog' +[2020-07-13 02:59:46,536] /u/508oooo had their submission removed for insufficient lambda. +[2020-07-13 02:59:47,032] /u/508oooo had their flair updated +[2020-07-13 03:01:44,549] There has been a new submission: 'What is TubeBuddy and vidIQ?', with flair 'Discussion' +[2020-07-13 03:01:47,310] /u/Themeaun had their flair updated +[2020-07-13 03:05:20,860] There has been a new submission: 'Check out the videos on my channel! They are vlogs/challenges, I would like to hear some feedback. Mind you I am new to this! Subscribe if you like what you see!', with flair 'Channel Review' +[2020-07-13 03:05:22,312] /u/JayJrizzy had their submission removed for insufficient lambda. +[2020-07-13 03:05:23,996] /u/JayJrizzy had their flair updated +[2020-07-13 03:17:07,054] There has been a new submission: 'How to make a subscribe button animation?', with flair 'Vlog' +[2020-07-13 03:17:08,264] /u/tjmstv had their submission removed for insufficient lambda. +[2020-07-13 03:17:09,642] /u/tjmstv had their flair updated +[2020-07-13 03:19:48,941] There has been a new submission: 'I post Apex Legends content like this, is it entertaining enough for people to watch the entire thing? any feedback on my video is appreciated!', with flair 'Video Critique' +[2020-07-13 03:19:49,511] /u/Ali_Bama had their submission removed for insufficient lambda. +[2020-07-13 03:19:49,969] /u/Ali_Bama had their flair updated +[2020-07-13 03:21:02,751] There has been a new submission: 'IF ANYONE NEEDS AN EDITOR OR THUMBNAIL MAKER DM ME', with flair 'Collab' +[2020-07-13 03:21:05,699] /u/Souljaatllas had their flair updated +[2020-07-13 03:25:19,712] There has been a new submission: 'Most effort I’ve ever put into a video. Why did it flop?', with flair 'Video Critique' +[2020-07-13 03:25:20,157] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 03:25:20,161] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 03:25:20,318] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oJCSxAFp7BE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 03:25:20,415] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS2GpRLoxXb63Fksp9xPuWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 03:25:23,621] /u/spicymilksauce had their flair updated +[2020-07-13 03:28:10,078] There has been a new submission: 'Check out this Modern Warfare clip', with flair 'Gaming' +[2020-07-13 03:28:11,093] /u/MrPanzeee had their submission removed for insufficient lambda. +[2020-07-13 03:28:12,234] /u/MrPanzeee had their flair updated +[2020-07-13 03:40:40,477] /u/MrCarsone had their flair updated +[2020-07-13 03:41:23,773] '/u/MrCarsone' has given '/u/IWI-Team' lambda! +[2020-07-13 03:41:25,969] /u/IWI-Team had their flair updated +[2020-07-13 03:42:09,338] There has been a new submission: 'Are you a fan of your own work? Seriously though, I laugh way too hard at myself when I make these. I have so much fun with this. Let me know about any improvements you'd like to see. (Lambda for actual feedback)', with flair 'Video Critique' +[2020-07-13 03:42:09,991] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 03:42:09,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 03:42:10,140] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rOcmtFTmLIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 03:42:10,235] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 03:42:13,234] /u/Illfury had their flair updated +[2020-07-13 03:42:21,599] There has been a new submission: 'New Video! Please like, comment and Subscribe!', with flair 'Video Critique' +[2020-07-13 03:42:23,548] /u/VirtualNexus_YT had their submission removed for insufficient lambda. +[2020-07-13 03:42:25,703] /u/VirtualNexus_YT had their flair updated +[2020-07-13 03:45:50,681] There has been a new submission: 'alinity big sad', with flair 'Channel Review' +[2020-07-13 03:45:52,072] /u/c_wolves had their submission removed for insufficient lambda. +[2020-07-13 03:45:53,723] /u/c_wolves had their flair updated +[2020-07-13 03:52:33,963] '/u/DoktorSkipper' has given '/u/The_Suited_Bird' lambda! +[2020-07-13 03:52:35,932] /u/The_Suited_Bird had their flair updated +[2020-07-13 03:55:59,380] '/u/spicymilksauce' has given '/u/MrCarsone' lambda! +[2020-07-13 03:56:00,968] /u/MrCarsone had their flair updated +[2020-07-13 03:56:08,432] There has been a new submission: 'Are putting like three specific keywords help in one title help ?', with flair 'Discussion' +[2020-07-13 03:56:10,561] /u/GhostSwift247 had their flair updated +[2020-07-13 03:56:21,346] /u/GhrimeTF2 had their flair updated +[2020-07-13 03:57:09,179] There has been a new submission: 'Urf Is A Mess That I Like. Criticisms are very much appreciated!', with flair 'Gaming' +[2020-07-13 03:57:10,322] /u/Recezz had their submission removed for insufficient lambda. +[2020-07-13 03:57:11,761] /u/Recezz had their flair updated +[2020-07-13 03:57:42,897] +#################### +[Jul 13 2020 03:57:42] RESTARTED +#################### + +[2020-07-13 04:05:00,607] There has been a new submission: 'Minecraft tutorial how to build an midevil water well', with flair 'Gaming' +[2020-07-13 04:05:02,068] /u/sbggamingyt had their submission removed for insufficient lambda. +[2020-07-13 04:05:03,835] /u/sbggamingyt had their flair updated +[2020-07-13 04:05:13,411] There has been a new submission: 'Hi I need some criticism and support and help', with flair 'Gaming' +[2020-07-13 04:05:14,901] /u/Mc-Chicken07 had their submission removed for insufficient lambda. +[2020-07-13 04:05:16,619] /u/Mc-Chicken07 had their flair updated +[2020-07-13 04:10:50,738] '/u/TheActualAus10' has given '/u/InfiniteComboReviews' lambda! +[2020-07-13 04:10:52,903] /u/InfiniteComboReviews had their flair updated +[2020-07-13 04:12:18,483] '/u/TheActualAus10' has given '/u/Shamiya_Moye' lambda! +[2020-07-13 04:12:20,516] /u/Shamiya_Moye had their flair updated +[2020-07-13 04:22:51,875] There has been a new submission: 'Upload Schedule Tips', with flair 'Discussion' +[2020-07-13 04:22:54,462] /u/AdamantineHero had their flair updated +[2020-07-13 04:28:40,641] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-13 04:29:01,286] There has been a new submission: 'Cool little video I spent a good while on, I’d really appreciate the view and feedback :)', with flair 'Video Critique' +[2020-07-13 04:29:02,391] /u/LoganNerd had their submission removed for insufficient lambda. +[2020-07-13 04:29:03,215] /u/LoganNerd had their flair updated +[2020-07-13 04:30:15,530] There has been a new submission: 'Fast Food Review', with flair 'Video Critique' +[2020-07-13 04:30:17,608] /u/_Kevin_Malone had their submission removed for insufficient lambda. +[2020-07-13 04:30:19,932] /u/_Kevin_Malone had their flair updated +[2020-07-13 04:33:48,333] '/u/DoktorSkipper' has given '/u/Narband' lambda! +[2020-07-13 04:33:50,254] /u/Narband had their flair updated +[2020-07-13 04:34:37,953] '/u/jpet273' has given '/u/Vietnam_Cookin' lambda! +[2020-07-13 04:34:39,795] /u/Vietnam_Cookin had their flair updated +[2020-07-13 04:38:36,652] There has been a new submission: 'How bad are African Budget Movies? YOU TELL ME! All legitimate feedback will result in LAMBDA btw :)', with flair 'Video Critique' +[2020-07-13 04:38:36,939] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 04:38:36,944] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 04:38:37,098] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5CEDtPKr96k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 04:38:37,199] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5w-BlT8AosrcbmEM6h2A2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 04:38:38,721] /u/The_Suited_Bird had their flair updated +[2020-07-13 04:39:12,239] There has been a new submission: 'PLAYING NEVER HAVE I EVER BY MYSELF [STANDARD EDITION]', with flair 'Vlog' +[2020-07-13 04:39:13,016] /u/PortlandMadeXD had their submission removed for insufficient lambda. +[2020-07-13 04:39:13,834] /u/PortlandMadeXD had their flair updated +[2020-07-13 04:42:01,968] '/u/jpet273' has given '/u/ShikharTrivedi' lambda! +[2020-07-13 04:42:04,100] /u/ShikharTrivedi had their flair updated +[2020-07-13 04:43:04,793] '/u/jpet273' has given '/u/Narband' lambda! +[2020-07-13 04:43:06,760] /u/Narband had their flair updated +[2020-07-13 04:44:42,764] There has been a new submission: 'Hello others, just reminding some of you to actually give lambda. It's really important for you as the post Creator to give lambda to most feedback and compliments, if you don't that needs up being someone else who can't get the help they needed.', with flair 'Meta' +[2020-07-13 04:44:44,832] /u/LucidDuck01 had their flair updated +[2020-07-13 04:53:36,048] '/u/jpet273' has given '/u/jokoman93' lambda! +[2020-07-13 04:53:37,979] /u/jokoman93 had their flair updated +[2020-07-13 04:54:55,110] '/u/Illfury' has given '/u/Narband' lambda! +[2020-07-13 04:54:56,879] /u/Narband had their flair updated +[2020-07-13 05:01:31,130] '/u/jpet273' has given '/u/alotco0lerify0udid' lambda! +[2020-07-13 05:01:33,349] /u/alotco0lerify0udid had their flair updated +[2020-07-13 05:11:29,316] There has been a new submission: 'I just tried making a commentary video. Any feedback is appreciated!!', with flair 'Channel Review' +[2020-07-13 05:11:31,197] /u/Ottolotl had their submission removed for insufficient lambda. +[2020-07-13 05:11:33,434] /u/Ottolotl had their flair updated +[2020-07-13 05:11:44,611] There has been a new submission: 'Would love some feedback on this one! Not as great as my last video but had some fun with it :D', with flair 'Video Critique' +[2020-07-13 05:11:45,351] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 05:11:45,353] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 05:11:45,502] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IQeKxQyGKk8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 05:11:45,608] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChKqixLUSMGBE3SBsQ0_XoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 05:11:48,965] /u/davudgullo had their flair updated +[2020-07-13 05:15:30,421] There has been a new submission: 'This is the first video i've edited on pc, i used to use sharefactory. im still a bit rusty at editing but please give me feedback on what i could improve on. I used Davinci Resolve 16.', with flair 'Video Critique' +[2020-07-13 05:15:30,985] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 05:15:30,986] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 05:15:31,111] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FEOsylTnln4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 05:15:31,222] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 05:15:33,446] /u/Narband had their flair updated +[2020-07-13 05:20:20,523] '/u/davudgullo' has given '/u/TriceratopsJr' lambda! +[2020-07-13 05:20:22,826] /u/TriceratopsJr had their flair updated +[2020-07-13 05:26:08,950] '/u/DoktorSkipper' has given '/u/Chig3l' lambda! +[2020-07-13 05:26:10,505] /u/Chig3l had their flair updated +[2020-07-13 05:27:32,552] '/u/DoktorSkipper' has given '/u/ShikharTrivedi' lambda! +[2020-07-13 05:27:33,813] /u/ShikharTrivedi had their flair updated +[2020-07-13 05:33:18,148] There has been a new submission: 'Come join my live stream if you can’t sleep, because I can’t sleep either!', with flair 'Gaming' +[2020-07-13 05:33:19,852] /u/ZU1D3MA had their submission removed for insufficient lambda. +[2020-07-13 05:33:21,814] /u/ZU1D3MA had their flair updated +[2020-07-13 05:34:13,104] '/u/jpet273' has given '/u/hurppe' lambda! +[2020-07-13 05:34:14,977] /u/hurppe had their flair updated +[2020-07-13 05:34:33,212] '/u/jpet273' has given '/u/Recezz' lambda! +[2020-07-13 05:34:35,046] /u/Recezz had their flair updated +[2020-07-13 05:34:59,352] '/u/The_Suited_Bird' has given '/u/TriceratopsJr' lambda! +[2020-07-13 05:35:01,138] /u/TriceratopsJr had their flair updated +[2020-07-13 05:37:56,465] There has been a new submission: 'Check out my new video if ya wanna 😁 Doki Doki part 2 - Roses Are Red, My Future Is Also Red...', with flair 'Gaming' +[2020-07-13 05:37:57,430] /u/MissNovaX had their submission removed for insufficient lambda. +[2020-07-13 05:37:58,626] /u/MissNovaX had their flair updated +[2020-07-13 05:40:41,370] '/u/jpet273' has given '/u/Chig3l' lambda! +[2020-07-13 05:40:43,650] /u/Chig3l had their flair updated +[2020-07-13 05:47:03,850] '/u/Narband' has given '/u/Chig3l' lambda! +[2020-07-13 05:47:05,182] /u/Chig3l had their flair updated +[2020-07-13 05:50:18,922] '/u/Illfury' has given '/u/jokoman93' lambda! +[2020-07-13 05:50:21,451] /u/jokoman93 had their flair updated +[2020-07-13 05:53:40,818] '/u/Illfury' has given '/u/ImBntyHntrBish' lambda! +[2020-07-13 05:53:42,682] /u/ImBntyHntrBish had their flair updated +[2020-07-13 05:54:44,021] There has been a new submission: 'Just uploaded a new vid advice wanted', with flair 'Channel Review' +[2020-07-13 05:54:45,496] /u/kittykatJack914 had their submission removed for insufficient lambda. +[2020-07-13 05:54:47,302] /u/kittykatJack914 had their flair updated +[2020-07-13 05:57:43,039] +#################### +[Jul 13 2020 05:57:43] RESTARTED +#################### + +[2020-07-13 05:59:09,872] There has been a new submission: 'Seattle graffiti update', with flair 'Art' +[2020-07-13 05:59:10,932] /u/ttemprrr had their submission removed for insufficient lambda. +[2020-07-13 05:59:11,666] /u/ttemprrr had their flair updated +[2020-07-13 05:59:15,487] '/u/disloyalclothYT' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 05:59:16,097] /u/MrMoo-Youtube had their flair updated +[2020-07-13 05:59:19,564] '/u/Narband' has given '/u/NadNapz' lambda! +[2020-07-13 05:59:20,185] /u/NadNapz had their flair updated +[2020-07-13 05:59:56,014] '/u/Adzic254' has given '/u/jpet273' lambda! +[2020-07-13 05:59:56,552] /u/jpet273 had their flair updated +[2020-07-13 06:00:56,502] There has been a new submission: 'Video about dailymotion', with flair 'Video Critique' +[2020-07-13 06:00:58,576] /u/leche_milk had their submission removed for insufficient lambda. +[2020-07-13 06:01:00,823] /u/leche_milk had their flair updated +[2020-07-13 06:01:12,206] There has been a new submission: 'Hey everyone! A new week brings a new video, which also brings the hopes of more support! Some reviews on my video will be great! If you would like to hit that like button and comment to show some support on the youtube platform to help rank that would be great!', with flair 'Video Critique' +[2020-07-13 06:01:12,971] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 06:01:12,974] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 06:01:13,152] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j-75Cag90sc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 06:01:13,262] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmgUP9U5Ifr-jN-mJBtMzOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 06:01:16,395] /u/jokoman93 had their flair updated +[2020-07-13 06:10:44,418] '/u/MrCarsone' has given '/u/RightfullyEpic' lambda! +[2020-07-13 06:10:46,693] /u/RightfullyEpic had their flair updated +[2020-07-13 06:14:27,738] '/u/davudgullo' has given '/u/admiller3' lambda! +[2020-07-13 06:14:29,545] /u/admiller3 had their flair updated +[2020-07-13 06:15:51,346] '/u/davudgullo' has given '/u/NadNapz' lambda! +[2020-07-13 06:15:52,877] /u/NadNapz had their flair updated +[2020-07-13 06:21:15,139] There has been a new submission: 'Snx Highlights #6', with flair 'Gaming' +[2020-07-13 06:21:17,005] /u/SnickerDudeAl_Reals had their submission removed for insufficient lambda. +[2020-07-13 06:21:19,231] /u/SnickerDudeAl_Reals had their flair updated +[2020-07-13 06:25:52,551] '/u/jokoman93' has given '/u/MrCarsone' lambda! +[2020-07-13 06:25:54,101] /u/MrCarsone had their flair updated +[2020-07-13 06:34:05,618] '/u/jokoman93' has given '/u/RightfullyEpic' lambda! +[2020-07-13 06:34:07,573] /u/RightfullyEpic had their flair updated +[2020-07-13 06:36:01,645] '/u/nnnishal' has given '/u/DennisTheBadBoy' lambda! +[2020-07-13 06:36:03,147] /u/DennisTheBadBoy had their flair updated +[2020-07-13 06:36:35,627] '/u/nnnishal' has given '/u/BringBackHueyLewis' lambda! +[2020-07-13 06:36:37,097] /u/BringBackHueyLewis had their flair updated +[2020-07-13 06:37:10,260] '/u/Fangore' has given '/u/alotco0lerify0udid' lambda! +[2020-07-13 06:37:11,628] /u/alotco0lerify0udid had their flair updated +[2020-07-13 06:43:40,000] '/u/Blu_Eclipse' has given '/u/dbwotjr7' lambda! +[2020-07-13 06:43:41,923] /u/dbwotjr7 had their flair updated +[2020-07-13 06:44:08,909] There has been a new submission: 'Animated a cartoon about the unfair university tuition fees in current situation', with flair 'Channel Review' +[2020-07-13 06:44:10,611] /u/whyisitinyourmouth had their submission removed for insufficient lambda. +[2020-07-13 06:44:12,503] /u/whyisitinyourmouth had their flair updated +[2020-07-13 06:45:12,813] There has been a new submission: 'Smash Ultimate has too many hunky white dudes', with flair 'Video Critique' +[2020-07-13 06:45:13,451] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 06:45:13,453] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 06:45:13,610] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mxIGSWt456M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 06:45:13,713] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwRKxsTy-QH-hfBkVWIN51g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 06:45:16,191] /u/RightfullyEpic had their flair updated +[2020-07-13 06:50:08,813] There has been a new submission: 'I'm 20 and here's mu music hope ypuu like it.', with flair 'Video Critique' +[2020-07-13 06:50:10,886] /u/vishnuthobbi had their submission removed for insufficient lambda. +[2020-07-13 06:50:13,206] /u/vishnuthobbi had their flair updated +[2020-07-13 06:59:54,622] '/u/Narband' has given '/u/MrCarsone' lambda! +[2020-07-13 06:59:55,252] /u/MrCarsone had their flair updated +[2020-07-13 07:04:48,361] '/u/MrMoo-Youtube' has given '/u/Jai_____' lambda! +[2020-07-13 07:04:50,176] /u/Jai_____ had their flair updated +[2020-07-13 07:09:42,847] There has been a new submission: '[LAMBDA FOR ALL!] Blood, Our Most Popular Short Film! Focuses On A Terminally Ill Kid Who Becomes Disillusioned With The Existence Of Vampires.', with flair 'Video Critique' +[2020-07-13 07:09:43,072] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 07:09:43,074] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 07:09:43,232] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x18l_K2lhHU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:09:43,363] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCH6o71ui_vx7dIdeDSFtExA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:09:44,228] /u/Meagcherry had their flair updated +[2020-07-13 07:17:44,528] '/u/Meagcherry' has given '/u/yeeaaahhboi' lambda! +[2020-07-13 07:17:45,767] /u/yeeaaahhboi had their flair updated +[2020-07-13 07:27:31,242] There has been a new submission: 'My New Video. Share Your Thoughts with me to improve.', with flair 'Gaming' +[2020-07-13 07:27:33,005] /u/Virender_Nayal had their submission removed for insufficient lambda. +[2020-07-13 07:27:34,307] /u/Virender_Nayal had their flair updated +[2020-07-13 07:28:51,977] '/u/jpet273' has given '/u/Ej-is-the-best' lambda! +[2020-07-13 07:28:53,101] /u/Ej-is-the-best had their flair updated +[2020-07-13 07:29:06,848] '/u/jpet273' has given '/u/yeeaaahhboi' lambda! +[2020-07-13 07:29:07,629] /u/yeeaaahhboi had their flair updated +[2020-07-13 07:29:26,548] '/u/jpet273' has given '/u/vishnuthobbi' lambda! +[2020-07-13 07:29:27,241] /u/vishnuthobbi had their flair updated +[2020-07-13 07:33:57,874] '/u/MrCarsone' has given '/u/Youtube-James' lambda! +[2020-07-13 07:33:59,682] /u/Youtube-James had their flair updated +[2020-07-13 07:35:36,235] There has been a new submission: 'It took me about 3 weeks to do this guys. Please check it out for me ( lambda will sure be given to honest people)', with flair 'Video Critique' +[2020-07-13 07:35:36,718] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 07:35:36,720] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 07:35:36,879] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WfjIyYGh6Ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:35:36,986] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC05YucnjiUqKgxl36-BggwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:35:39,461] /u/life_is_sadd had their flair updated +[2020-07-13 07:40:25,797] There has been a new submission: '(2020) Top Gaming Related Gifts!~ Lambda for all constructive comments!', with flair 'Channel Review' +[2020-07-13 07:40:26,565] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 07:40:26,567] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 07:40:26,714] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PPekeu59yCk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:40:26,820] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 07:40:30,062] /u/IWI-Team had their flair updated +[2020-07-13 07:43:33,471] '/u/RightfullyEpic' has given '/u/bigblindbear' lambda! +[2020-07-13 07:43:35,430] /u/bigblindbear had their flair updated +[2020-07-13 07:43:44,400] '/u/Meagcherry' has given '/u/IWI-Team' lambda! +[2020-07-13 07:43:46,336] /u/IWI-Team had their flair updated +[2020-07-13 07:44:41,235] '/u/jeddieinhd' has given '/u/TehGrand' lambda! +[2020-07-13 07:44:42,987] /u/TehGrand had their flair updated +[2020-07-13 07:45:40,942] '/u/jeddieinhd' has given '/u/QuentinShite' lambda! +[2020-07-13 07:45:42,525] /u/QuentinShite had their flair updated +[2020-07-13 07:46:48,043] '/u/jeddieinhd' has given '/u/BlackBear33ovy' lambda! +[2020-07-13 07:46:49,541] /u/BlackBear33ovy had their flair updated +[2020-07-13 07:56:13,100] '/u/jokoman93' has given '/u/yeeaaahhboi' lambda! +[2020-07-13 07:56:14,663] /u/yeeaaahhboi had their flair updated +[2020-07-13 07:56:25,380] '/u/Narband' has given '/u/zhangju531520' lambda! +[2020-07-13 07:56:26,881] /u/zhangju531520 had their flair updated +[2020-07-13 07:57:43,226] +#################### +[Jul 13 2020 07:57:43] RESTARTED +#################### + +[2020-07-13 08:02:04,819] '/u/IWI-Team' has given '/u/jeddieinhd' lambda! +[2020-07-13 08:02:06,870] /u/jeddieinhd had their flair updated +[2020-07-13 08:03:06,385] '/u/The_Suited_Bird' has given '/u/yeeaaahhboi' lambda! +[2020-07-13 08:03:08,416] /u/yeeaaahhboi had their flair updated +[2020-07-13 08:04:30,912] There has been a new submission: 'Kurtzpel Review | Empty Your Bank Account™ Edition : My first video I can say I am proud of, will give lambda', with flair 'Gaming' +[2020-07-13 08:04:31,471] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 08:04:31,475] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 08:04:31,635] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0_EEoC_XGug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 08:04:31,747] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoo2OUE0LFEO801M3p2Q_7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 08:04:34,254] /u/TehGrand had their flair updated +[2020-07-13 08:20:06,997] '/u/Alps_Vlog' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 08:20:09,322] /u/MrMoo-Youtube had their flair updated +[2020-07-13 08:20:17,066] '/u/Meagcherry' has given '/u/zhangju531520' lambda! +[2020-07-13 08:20:19,478] /u/zhangju531520 had their flair updated +[2020-07-13 08:21:21,000] There has been a new submission: 'I made a 20 days time lapse video about my right hand writing, an amazing difference in the End! Enjoy', with flair 'Video Critique' +[2020-07-13 08:21:23,340] /u/lizahinza had their submission removed for insufficient lambda. +[2020-07-13 08:21:25,551] /u/lizahinza had their flair updated +[2020-07-13 08:46:37,570] There has been a new submission: 'How to increase subscribers for YouTube channel?? Any sugestions..one recent video of mine is attached..', with flair 'Vlog' +[2020-07-13 08:46:38,701] /u/mashoor1 had their submission removed for insufficient lambda. +[2020-07-13 08:46:40,152] /u/mashoor1 had their flair updated +[2020-07-13 08:47:51,149] There has been a new submission: 'Pink Panther theme, with an Indian twist. Subscribe to b my channel for more music 🎶', with flair 'Discussion' +[2020-07-13 08:47:52,223] /u/SouravBiswax had their submission removed for using the wrong flair. +[2020-07-13 08:47:53,414] /u/SouravBiswax had their flair updated +[2020-07-13 08:49:03,001] There has been a new submission: 'check out my new vlog', with flair 'Vlog' +[2020-07-13 08:49:04,047] /u/KRN_C had their submission removed for insufficient lambda. +[2020-07-13 08:49:04,884] /u/KRN_C had their flair updated +[2020-07-13 09:07:10,039] There has been a new submission: 'Right. I've got a video idea... but I need your help!', with flair 'Discussion' +[2020-07-13 09:07:11,603] /u/jeddieinhd had their flair updated +[2020-07-13 09:25:29,521] There has been a new submission: 'Hello everyone! Sharing with you a little video I shot 2 days ago while hiking with some friends. I'm pretty new to editing, in fact this is my third edit ever, so every single tip is welcomed. Thanks a lot!', with flair 'Video Critique' +[2020-07-13 09:25:30,888] /u/FrozEdd had their submission removed for insufficient lambda. +[2020-07-13 09:25:32,544] /u/FrozEdd had their flair updated +[2020-07-13 09:38:55,960] There has been a new submission: 'My mum said if I reach 100 subs she will give me £100 subs and a Instagram account I’m 12 that’s why I can’t have an account so she made a deal please help me', with flair 'Channel Review' +[2020-07-13 09:38:56,811] /u/asap-the-rapper had their submission removed for insufficient lambda. +[2020-07-13 09:38:57,680] /u/asap-the-rapper had their flair updated +[2020-07-13 09:50:54,691] There has been a new submission: '1917 is not one of the best war movies of all time, and here's why [8:37] Gonna be some easy lambda, cause I am the most scuffed editor/video maker there is', with flair 'Video Critique' +[2020-07-13 09:50:55,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 09:50:55,428] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 09:50:55,577] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6iVA_03WwvI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 09:50:55,687] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTRrb6sssoxqCHxf1Y4xjJQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 09:50:58,755] /u/DryStation had their flair updated +[2020-07-13 09:56:17,986] '/u/life_is_sadd' has given '/u/bigblindbear' lambda! +[2020-07-13 09:56:19,520] /u/bigblindbear had their flair updated +[2020-07-13 09:57:43,488] +#################### +[Jul 13 2020 09:57:43] RESTARTED +#################### + +[2020-07-13 10:00:53,578] '/u/Narband' has given '/u/Cap_America_AC' lambda! +[2020-07-13 10:00:55,716] /u/Cap_America_AC had their flair updated +[2020-07-13 10:06:38,146] There has been a new submission: 'Celebrating my birthday on my Island on Animal Crossing: New Horizons!', with flair 'Gaming' +[2020-07-13 10:06:39,499] /u/El-Grif had their submission removed for insufficient lambda. +[2020-07-13 10:06:40,949] /u/El-Grif had their flair updated +[2020-07-13 10:08:40,720] There has been a new submission: 'VALORANT While Low-Level', with flair 'Gaming' +[2020-07-13 10:08:41,858] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-13 10:08:42,803] /u/Elfatron_ had their flair updated +[2020-07-13 10:18:51,941] There has been a new submission: 'Hi! I want to get feedbacks on how I can improve more my videos or what other stuffs I can do for better quality. I want to target many young adult audience and also want to inspire others to be productive.', with flair 'Video Critique' +[2020-07-13 10:18:53,566] /u/riojnaklaye had their submission removed for insufficient lambda. +[2020-07-13 10:18:54,430] /u/riojnaklaye had their flair updated +[2020-07-13 10:21:59,907] There has been a new submission: 'Doing camera reviews. Can someone review my review?', with flair 'Video Critique' +[2020-07-13 10:22:01,316] /u/GaimzUp had their submission removed for insufficient lambda. +[2020-07-13 10:22:03,598] /u/GaimzUp had their flair updated +[2020-07-13 10:41:04,509] There has been a new submission: 'I don't understand about lambda? Can someone explain please!', with flair 'Discussion' +[2020-07-13 10:41:07,403] /u/lizahinza had their flair updated +[2020-07-13 10:47:56,594] /u/lizahinza had their flair updated +[2020-07-13 10:51:41,586] There has been a new submission: 'YouTube', with flair 'Channel Review' +[2020-07-13 10:51:43,032] /u/Ayushmnan_Bharat had their submission removed for insufficient lambda. +[2020-07-13 10:51:45,178] /u/Ayushmnan_Bharat had their flair updated +[2020-07-13 11:00:49,791] '/u/Illfury' has given '/u/Cap_America_AC' lambda! +[2020-07-13 11:00:52,018] /u/Cap_America_AC had their flair updated +[2020-07-13 11:01:15,258] There has been a new submission: '3 things you maybe should know before entering uni or college, I think? HAHAHA check it', with flair 'Vlog' +[2020-07-13 11:01:17,201] /u/sbkterence had their submission removed for insufficient lambda. +[2020-07-13 11:01:19,445] /u/sbkterence had their flair updated +[2020-07-13 11:06:55,240] '/u/WalkingTsunami' has given '/u/KevinClaus' lambda! +[2020-07-13 11:06:56,568] /u/KevinClaus had their flair updated +[2020-07-13 11:08:14,641] There has been a new submission: 'What are some good education channels on YouTube for kids?', with flair 'Discussion' +[2020-07-13 11:08:15,924] /u/lizahinza had their flair updated +[2020-07-13 11:08:48,181] '/u/WalkingTsunami' has given '/u/alotco0lerify0udid' lambda! +[2020-07-13 11:08:49,048] /u/alotco0lerify0udid had their flair updated +[2020-07-13 11:17:55,463] '/u/Illfury' has given '/u/MichaelJH333' lambda! +[2020-07-13 11:17:56,520] /u/MichaelJH333 had their flair updated +[2020-07-13 11:19:01,077] '/u/Illfury' has given '/u/harnsisdead' lambda! +[2020-07-13 11:19:01,881] /u/harnsisdead had their flair updated +[2020-07-13 11:22:41,310] There has been a new submission: '"CREATIVE PHOTOGRAPHY: 5 STEPS TO FIGHT COVID -19" Heres one i was super proud of, really enjoyed the content creation and the thumbnail, CHECK IT OUT !', with flair 'Video Critique' +[2020-07-13 11:22:43,165] /u/AKBangar had their submission removed for insufficient lambda. +[2020-07-13 11:22:45,215] /u/AKBangar had their flair updated +[2020-07-13 11:24:41,007] There has been a new submission: 'My love letter to Yakuza 0(SPOILER FREE video game essay) Feedback needed :)', with flair 'Video Critique' +[2020-07-13 11:24:43,310] /u/MichaelJH333 had their flair updated +[2020-07-13 11:24:53,443] There has been a new submission: 'Best Of Call Of Duty Critique/review.', with flair 'Video Critique' +[2020-07-13 11:24:54,969] /u/Mixa462gaming had their submission removed for insufficient lambda. +[2020-07-13 11:24:56,731] /u/Mixa462gaming had their flair updated +[2020-07-13 11:33:42,307] There has been a new submission: 'Guys, I have uploaded another video, do you think it is good, I am a new YouTuber', with flair 'Video Critique' +[2020-07-13 11:33:44,086] /u/FollsUnitex had their submission removed for insufficient lambda. +[2020-07-13 11:33:46,037] /u/FollsUnitex had their flair updated +[2020-07-13 11:35:38,739] There has been a new submission: '3 Colour Art Challenge ❤️', with flair 'Art' +[2020-07-13 11:35:40,201] /u/marrenmckay had their submission removed for insufficient lambda. +[2020-07-13 11:35:41,930] /u/marrenmckay had their flair updated +[2020-07-13 11:36:07,567] '/u/Illfury' has given '/u/Mixa462gaming' lambda! +[2020-07-13 11:36:09,296] /u/Mixa462gaming had their flair updated +[2020-07-13 11:41:26,282] There has been a new submission: 'Uzaki wants to play! Episode 2 Preview [Master wants a glimpse!]', with flair 'Channel Review' +[2020-07-13 11:41:28,346] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-13 11:41:30,643] /u/Irefig had their flair updated +[2020-07-13 11:54:33,619] '/u/MichaelJH333' has given '/u/MattEssYT' lambda! +[2020-07-13 11:54:35,411] /u/MattEssYT had their flair updated +[2020-07-13 11:55:52,784] There has been a new submission: 'HI all, just dropping my info etc here i make videos to help beginner content creators get started.', with flair 'Video Critique' +[2020-07-13 11:55:54,107] /u/zears24 had their submission removed for insufficient lambda. +[2020-07-13 11:55:55,702] /u/zears24 had their flair updated +[2020-07-13 11:57:43,261] +#################### +[Jul 13 2020 11:57:43] RESTARTED +#################### + +[2020-07-13 11:59:10,254] '/u/life_is_sadd' has given '/u/Mixa462gaming' lambda! +[2020-07-13 11:59:10,916] /u/Mixa462gaming had their flair updated +[2020-07-13 12:04:53,290] '/u/HighHeelKnight' has given '/u/Youtube-James' lambda! +[2020-07-13 12:04:55,051] /u/Youtube-James had their flair updated +[2020-07-13 12:07:27,594] There has been a new submission: 'CUSTOM CONVERSE LOW's (very epic) I tried a some new editing techniques with this video. I would really appreciate some feedback and support on the video (what you liked and what I need to work on etc.) thanks so much guys :)', with flair 'Video Critique' +[2020-07-13 12:07:27,945] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 12:07:27,948] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 12:07:28,118] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5h_mnMPb64k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 12:07:28,240] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 12:07:29,847] /u/russianfortobias had their flair updated +[2020-07-13 12:14:30,093] '/u/HighHeelKnight' has given '/u/spicymilksauce' lambda! +[2020-07-13 12:14:31,966] /u/spicymilksauce had their flair updated +[2020-07-13 12:20:18,715] '/u/Bertuccio_TLB' has given '/u/Mixa462gaming' lambda! +[2020-07-13 12:20:20,949] /u/Mixa462gaming had their flair updated +[2020-07-13 12:22:21,565] '/u/HighHeelKnight' has given '/u/Shamiya_Moye' lambda! +[2020-07-13 12:22:23,542] /u/Shamiya_Moye had their flair updated +[2020-07-13 12:22:41,386] '/u/DoktorSkipper' has given '/u/RodrasBurton' lambda! +[2020-07-13 12:22:43,315] /u/RodrasBurton had their flair updated +[2020-07-13 12:22:57,174] '/u/DoktorSkipper' has given '/u/riojnaklaye' lambda! +[2020-07-13 12:22:59,259] /u/riojnaklaye had their flair updated +[2020-07-13 12:24:49,914] There has been a new submission: 'hilarious halloween decorations', with flair 'Channel Review' +[2020-07-13 12:24:51,515] /u/ilovetaylorswiftie had their submission removed for insufficient lambda. +[2020-07-13 12:24:53,303] /u/ilovetaylorswiftie had their flair updated +[2020-07-13 12:43:38,610] '/u/ghoultail' has given '/u/GhrimeTF2' lambda! +[2020-07-13 12:43:40,437] /u/GhrimeTF2 had their flair updated +[2020-07-13 12:43:55,973] '/u/ghoultail' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 12:43:57,891] /u/MrMoo-Youtube had their flair updated +[2020-07-13 12:55:58,914] There has been a new submission: 'Just started a Subnaitica Let's play! I'm fairly new to using Adobe and it's software. Any critique would be great! Also contact me if you would like to collab!', with flair 'Video Critique' +[2020-07-13 12:55:59,229] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 12:55:59,231] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 12:55:59,388] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sxQKReKGGTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 12:55:59,494] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 12:56:01,661] /u/Chig3l had their flair updated +[2020-07-13 12:57:09,040] There has been a new submission: 'Best of call of duty #3 Need some feedback !', with flair 'Video Critique' +[2020-07-13 12:57:10,640] /u/Mixa462gaming had their flair updated +[2020-07-13 12:59:25,122] There has been a new submission: 'Im Cracked | Fortnite Montage #3', with flair 'Gaming' +[2020-07-13 12:59:25,826] /u/mollyjoneso had their submission removed for insufficient lambda. +[2020-07-13 12:59:26,550] /u/mollyjoneso had their flair updated +[2020-07-13 13:02:18,267] There has been a new submission: 'So Long Fortnite Montage (looking for tips)', with flair 'Gaming' +[2020-07-13 13:02:20,157] /u/Galactic0203 had their submission removed for insufficient lambda. +[2020-07-13 13:02:22,232] /u/Galactic0203 had their flair updated +[2020-07-13 13:03:01,128] There has been a new submission: 'Sonic the hedgehog vs Sonic Mania: Which one?', with flair 'Video Critique' +[2020-07-13 13:03:02,961] /u/OldGames20 had their submission removed for insufficient lambda. +[2020-07-13 13:03:05,057] /u/OldGames20 had their flair updated +[2020-07-13 13:12:46,392] '/u/Chig3l' has given '/u/superdonkey2' lambda! +[2020-07-13 13:12:48,446] /u/superdonkey2 had their flair updated +[2020-07-13 13:13:56,487] '/u/Chig3l' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 13:13:58,413] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 13:16:16,783] There has been a new submission: 'If you're interested in pubg mobile you might like my video☺️be sure to check out', with flair 'Gaming' +[2020-07-13 13:16:18,085] /u/tanjim67 had their submission removed for insufficient lambda. +[2020-07-13 13:16:19,640] /u/tanjim67 had their flair updated +[2020-07-13 13:21:18,904] There has been a new submission: 'The Mixed Meter is a fledling YouTube channel aimed at encouraging cross country listening of Asian artists creating independent original English music. Often these artists have next to no revenue stream and this is our little way of doing our bit to help them get as much attention as we can muster.', with flair 'Channel Review' +[2020-07-13 13:21:20,853] /u/apmusicasl had their submission removed for insufficient lambda. +[2020-07-13 13:21:23,063] /u/apmusicasl had their flair updated +[2020-07-13 13:22:22,337] There has been a new submission: '🌟[NEW] Summer Trick Shots 2020! 🙌', with flair 'Vlog' +[2020-07-13 13:22:24,184] /u/ithatsawesome had their submission removed for insufficient lambda. +[2020-07-13 13:22:26,281] /u/ithatsawesome had their flair updated +[2020-07-13 13:29:31,150] There has been a new submission: 'Hello! Can anybody give me some advices on my video/voice/thumbnail and everything? I'll give lambda to useful replies only! [Celebrating NINTENDO DS - a retrospective look at the NINTENDO DS impact, evolution and history!]', with flair 'Gaming' +[2020-07-13 13:29:31,453] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 13:29:31,455] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 13:29:31,543] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vm198Ck7w60&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:29:31,642] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChZ0CCynQJ1sgd14Y03PRCg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:29:32,620] /u/HiddenOddBox had their flair updated +[2020-07-13 13:37:04,659] '/u/IWI-Team' has given '/u/Fineset' lambda! +[2020-07-13 13:37:06,008] /u/Fineset had their flair updated +[2020-07-13 13:37:49,284] '/u/IWI-Team' has given '/u/Mixa462gaming' lambda! +[2020-07-13 13:37:50,470] /u/Mixa462gaming had their flair updated +[2020-07-13 13:38:18,402] '/u/IWI-Team' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 13:38:19,483] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 13:42:52,903] '/u/Chig3l' has given '/u/TheLuiginator' lambda! +[2020-07-13 13:42:54,966] /u/TheLuiginator had their flair updated +[2020-07-13 13:43:22,158] '/u/Chig3l' has given '/u/JustinInTheHall' lambda! +[2020-07-13 13:43:24,224] /u/JustinInTheHall had their flair updated +[2020-07-13 13:43:59,724] There has been a new submission: 'VALORANT IS FUN (If you are trying to Karma farm, just admit i will give it, if you like my stuff genuinely please leave a like on the video and a comment maybe on Youtube)', with flair 'Video Critique' +[2020-07-13 13:44:00,198] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 13:44:00,201] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 13:44:00,370] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=emJaogvFh4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:44:00,473] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB4Tqcos8Yu10Wb4E1VSBzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:44:03,085] /u/CurrentOfficial had their flair updated +[2020-07-13 13:44:10,872] There has been a new submission: 'How I built a Virtual Reality Racing Rig', with flair 'Gaming' +[2020-07-13 13:44:11,215] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 13:44:11,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 13:44:11,388] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=asfkz1CvifA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:44:11,512] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmTyMJec_n9RJJRDQENEMzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:44:14,093] /u/JustinInTheHall had their flair updated +[2020-07-13 13:45:15,238] There has been a new submission: 'Premier League Matchweek 36 Predictions', with flair 'Video Critique' +[2020-07-13 13:45:15,934] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 13:45:15,936] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 13:45:16,088] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=POmoGzT6Fp4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:45:16,210] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 13:45:18,621] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 13:46:19,529] '/u/jetmax25' has given '/u/admiller3' lambda! +[2020-07-13 13:46:21,083] /u/admiller3 had their flair updated +[2020-07-13 13:48:38,557] '/u/HiddenOddBox' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 13:48:39,588] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 13:54:44,279] '/u/mrbaconaroni' has given '/u/GhrimeTF2' lambda! +[2020-07-13 13:54:46,076] /u/GhrimeTF2 had their flair updated +[2020-07-13 13:55:17,135] There has been a new submission: 'Funny Dead By Daylight Video', with flair 'Gaming' +[2020-07-13 13:55:18,654] /u/evywhispers had their submission removed for insufficient lambda. +[2020-07-13 13:55:20,394] /u/evywhispers had their flair updated +[2020-07-13 13:55:40,379] '/u/mrbaconaroni' has given '/u/Natsukiza' lambda! +[2020-07-13 13:55:42,017] /u/Natsukiza had their flair updated +[2020-07-13 13:57:43,635] +#################### +[Jul 13 2020 13:57:43] RESTARTED +#################### + +[2020-07-13 13:59:11,036] '/u/OccupiedGarrett' has given '/u/ShikharTrivedi' lambda! +[2020-07-13 13:59:11,698] /u/ShikharTrivedi had their flair updated +[2020-07-13 13:59:15,093] '/u/MichaelJH333' has given '/u/gwell66' lambda! +[2020-07-13 13:59:15,759] /u/gwell66 had their flair updated +[2020-07-13 13:59:19,244] '/u/OccupiedGarrett' has given '/u/Cap_America_AC' lambda! +[2020-07-13 13:59:19,808] /u/Cap_America_AC had their flair updated +[2020-07-13 14:02:17,311] '/u/CurrentOfficial' has given '/u/Endy_McGufin' lambda! +[2020-07-13 14:02:19,298] /u/Endy_McGufin had their flair updated +[2020-07-13 14:02:25,141] There has been a new submission: 'Hey guys, I spent 12 hours trying to take a picture of one bird. Please watch lol', with flair 'Vlog' +[2020-07-13 14:02:27,139] /u/taylorVlog3 had their submission removed for insufficient lambda. +[2020-07-13 14:02:29,232] /u/taylorVlog3 had their flair updated +[2020-07-13 14:05:48,406] '/u/life_is_sadd' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 14:05:50,057] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 14:06:56,166] '/u/life_is_sadd' has given '/u/JustinInTheHall' lambda! +[2020-07-13 14:06:57,520] /u/JustinInTheHall had their flair updated +[2020-07-13 14:08:40,710] '/u/Chig3l' has given '/u/MichaelJH333' lambda! +[2020-07-13 14:08:41,670] /u/MichaelJH333 had their flair updated +[2020-07-13 14:11:50,130] '/u/Illfury' has given '/u/taylorVlog3' lambda! +[2020-07-13 14:11:52,309] /u/taylorVlog3 had their flair updated +[2020-07-13 14:16:23,625] There has been a new submission: 'Toxic DBD Gamplay from a 50 yr old Gamer -I would appreciate Any Critique, Feedback Suggestions on My Channel/Videos Etc etc Please Let me know about any improvements I could make. (Lambda for actual feedback)', with flair 'Channel Review' +[2020-07-13 14:16:25,338] /u/OldGothYT had their flair updated +[2020-07-13 14:24:57,369] '/u/HiddenOddBox' has given '/u/lizahinza' lambda! +[2020-07-13 14:24:59,166] /u/lizahinza had their flair updated +[2020-07-13 14:26:31,880] There has been a new submission: 'How to Get Paid to Add Content to Your Video', with flair 'Discussion' +[2020-07-13 14:26:33,642] /u/stewmathieson had their flair updated +[2020-07-13 14:32:05,543] There has been a new submission: 'Haikyuu!! Season 4 (To The Top) 2nd Cour - Official Trailer', with flair 'Channel Review' +[2020-07-13 14:32:07,660] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-13 14:32:09,776] /u/Irefig had their flair updated +[2020-07-13 14:32:32,431] '/u/JustinInTheHall' has given '/u/dbwotjr7' lambda! +[2020-07-13 14:32:34,501] /u/dbwotjr7 had their flair updated +[2020-07-13 14:32:44,651] '/u/JustinInTheHall' has given '/u/IWI-Team' lambda! +[2020-07-13 14:32:46,732] /u/IWI-Team had their flair updated +[2020-07-13 14:33:32,473] There has been a new submission: 'Any Tips For My Cooking Channel Guys?', with flair 'Discussion' +[2020-07-13 14:33:35,006] /u/Fahizahmed had their flair updated +[2020-07-13 14:35:07,432] Starting every day program... +[2020-07-13 14:35:07,442] Updating database statistics... +[2020-07-13 14:35:07,592] Posting and updating wiki... +[2020-07-13 14:35:29,067] Formatting leaderboard... +[2020-07-13 14:35:29,092] Updating sidebar... +[2020-07-13 14:35:31,004] Updated in new reddit... +[2020-07-13 14:35:34,878] Updated in old reddit... +[2020-07-13 14:35:34,878] Completed. +[2020-07-13 14:37:16,877] There has been a new submission: 'New to YouTube @greyyymatter please check out! Toronto based! https://youtu.be/QOFW8gKhntQ', with flair 'Vlog' +[2020-07-13 14:37:18,052] /u/smooth_urban had their submission removed for insufficient lambda. +[2020-07-13 14:37:19,410] /u/smooth_urban had their flair updated +[2020-07-13 14:38:14,350] There has been a new submission: 'I'm religious and I'm sick of crazy Christian conspiracies, and Kanye just made it worse. Looking feedback on everything, I dont care if you are religious or not. I will reply to everyone as I'm new to all of this and have so much to learn.', with flair 'Video Critique' +[2020-07-13 14:38:14,933] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 14:38:14,936] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 14:38:15,107] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HWrysnYzKIc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 14:38:15,250] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoLycPf6zwXNVWE6vAnSblw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 14:38:17,001] /u/Trekkie45 had their flair updated +[2020-07-13 14:41:36,901] '/u/Illfury' has given '/u/YRNRod' lambda! +[2020-07-13 14:41:39,026] /u/YRNRod had their flair updated +[2020-07-13 14:46:24,372] '/u/OldGothYT' has given '/u/lizahinza' lambda! +[2020-07-13 14:46:25,896] /u/lizahinza had their flair updated +[2020-07-13 14:49:52,305] '/u/DoktorSkipper' has given '/u/taylorVlog3' lambda! +[2020-07-13 14:49:52,721] /u/taylorVlog3 had their flair updated +[2020-07-13 14:50:37,824] '/u/DoktorSkipper' has given '/u/Bebby_Tuna' lambda! +[2020-07-13 14:50:40,095] /u/Bebby_Tuna had their flair updated +[2020-07-13 14:53:04,439] There has been a new submission: 'The newest episode in my quest to skill evenly on OSRS :) hope it gives some of you a few laughs <3', with flair 'Gaming' +[2020-07-13 14:53:05,125] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 14:53:05,127] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 14:53:05,281] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2WJKj1mEW8I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 14:53:05,387] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCn7-VdLP5MN5hT2I8LuCtEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 14:53:08,343] /u/Bebby_Tuna had their flair updated +[2020-07-13 14:54:14,926] '/u/CurrentOfficial' has given '/u/NadNapz' lambda! +[2020-07-13 14:54:16,802] /u/NadNapz had their flair updated +[2020-07-13 14:54:50,904] '/u/CurrentOfficial' has given '/u/dbwotjr7' lambda! +[2020-07-13 14:54:52,686] /u/dbwotjr7 had their flair updated +[2020-07-13 14:55:02,120] '/u/Chig3l' has given '/u/taylorVlog3' lambda! +[2020-07-13 14:55:03,874] /u/taylorVlog3 had their flair updated +[2020-07-13 14:55:13,039] '/u/OldGothYT' has given '/u/devilpanda555' lambda! +[2020-07-13 14:55:14,779] /u/devilpanda555 had their flair updated +[2020-07-13 15:00:25,758] There has been a new submission: 'Started doing yt 2 month on and off and finally hit 10subs.I wanna try doing it seriously.I post valorant stuff. Clips are old im diamond right now so ill have better ones.Feedback is appreciated ty a lot', with flair 'None' +[2020-07-13 15:00:27,823] /u/Theblueasteroid had their submission removed for insufficient lambda. +[2020-07-13 15:00:30,119] /u/Theblueasteroid had their flair updated +[2020-07-13 15:02:44,953] There has been a new submission: 'Rainy Day - Short Animation', with flair 'Art' +[2020-07-13 15:02:47,024] /u/la_Tomate had their submission removed for insufficient lambda. +[2020-07-13 15:02:49,086] /u/la_Tomate had their flair updated +[2020-07-13 15:03:49,100] '/u/whereismael' has given '/u/flippifly' lambda! +[2020-07-13 15:03:51,094] /u/flippifly had their flair updated +[2020-07-13 15:04:52,348] '/u/Trekkie45' has given '/u/devilpanda555' lambda! +[2020-07-13 15:04:54,062] /u/devilpanda555 had their flair updated +[2020-07-13 15:05:05,526] /u/devilpanda555 had their flair updated +[2020-07-13 15:05:34,299] There has been a new submission: 'havent been posting as much as latly but pushing through', with flair 'Thumbnail Review' +[2020-07-13 15:05:34,759] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:05:34,761] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:05:34,915] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3ahsOTFQ-cQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:05:35,076] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKcYF9K0_yALx39RCYSdDZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:05:37,415] /u/whereismael had their flair updated +[2020-07-13 15:07:27,539] There has been a new submission: 'We just uploaded our second video and are looking for ways to improve. We'd love to learn what we can do better next time. We know our camera presence will take some time to develop', with flair 'Video Critique' +[2020-07-13 15:07:27,760] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:07:27,761] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:07:27,882] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i4iuAz5Xbxc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:07:28,000] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCo9sseSQ8w2NjS6EhqPqKxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:07:29,828] /u/owlstronaut had their flair updated +[2020-07-13 15:08:20,204] There has been a new submission: 'Egg fried rice Korean style', with flair 'Video Critique' +[2020-07-13 15:08:20,497] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:08:20,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:08:20,664] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=W5byXgk-1Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:08:20,791] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCusUtqBd1V2O8YQ7R64rWcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:08:22,262] /u/dbwotjr7 had their flair updated +[2020-07-13 15:08:28,118] '/u/Bebby_Tuna' has given '/u/lizahinza' lambda! +[2020-07-13 15:08:29,211] /u/lizahinza had their flair updated +[2020-07-13 15:11:09,045] /u/lizahinza had their flair updated +[2020-07-13 15:12:09,326] '/u/Bebby_Tuna' has given '/u/Theblueasteroid' lambda! +[2020-07-13 15:12:11,483] /u/Theblueasteroid had their flair updated +[2020-07-13 15:15:27,767] '/u/Trekkie45' has given '/u/SciFi_Pie' lambda! +[2020-07-13 15:15:29,398] /u/SciFi_Pie had their flair updated +[2020-07-13 15:18:31,253] There has been a new submission: '🔥NEW VIDEO🔥 THIS GAME IS AWESOME AND TERRIFYING Y’ALL! Please go leave a like! That would make my day 😭💯👍❤️', with flair 'Gaming' +[2020-07-13 15:18:31,492] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:18:31,495] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:18:31,652] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0Olvqfn88co&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:18:31,768] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCozdR7p4YBqSYMZpf-h10-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:18:33,323] /u/NadNapz had their flair updated +[2020-07-13 15:20:42,030] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 16 - Nora (The Last of Us Par...', with flair 'Gaming' +[2020-07-13 15:20:44,149] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-13 15:20:46,393] /u/CecliusPlaysHD had their flair updated +[2020-07-13 15:21:14,054] '/u/Mixa462gaming' has given '/u/Trodat18650' lambda! +[2020-07-13 15:21:16,322] /u/Trodat18650 had their flair updated +[2020-07-13 15:22:37,045] '/u/owlstronaut' has given '/u/lizahinza' lambda! +[2020-07-13 15:22:39,025] /u/lizahinza had their flair updated +[2020-07-13 15:24:32,792] '/u/CurrentOfficial' has given '/u/devilpanda555' lambda! +[2020-07-13 15:24:34,513] /u/devilpanda555 had their flair updated +[2020-07-13 15:24:55,787] '/u/CurrentOfficial' has given '/u/TheSlashingSword' lambda! +[2020-07-13 15:24:57,568] /u/TheSlashingSword had their flair updated +[2020-07-13 15:25:27,528] '/u/CurrentOfficial' has given '/u/Theblueasteroid' lambda! +[2020-07-13 15:25:29,281] /u/Theblueasteroid had their flair updated +[2020-07-13 15:25:43,478] '/u/DryStation' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 15:25:45,162] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 15:25:53,487] '/u/DryStation' has given '/u/MacaroniMozart' lambda! +[2020-07-13 15:25:55,190] /u/MacaroniMozart had their flair updated +[2020-07-13 15:26:00,992] '/u/DryStation' has given '/u/Sub2TheActualShadow' lambda! +[2020-07-13 15:26:02,666] /u/Sub2TheActualShadow had their flair updated +[2020-07-13 15:26:11,027] '/u/DryStation' has given '/u/aWiseRaisin' lambda! +[2020-07-13 15:26:12,674] /u/aWiseRaisin had their flair updated +[2020-07-13 15:26:18,496] '/u/DryStation' has given '/u/Fineset' lambda! +[2020-07-13 15:26:19,987] /u/Fineset had their flair updated +[2020-07-13 15:35:02,543] There has been a new submission: 'It's been 3 years I'm creating videos and this is my first post in this community, This video is about my handwriting of my Non Dominant hand, not just time lapse it also got comedy. What you guys think of this video Help me out', with flair 'Video Critique' +[2020-07-13 15:35:02,941] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:35:02,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:35:03,104] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wJJMUe4DFqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:35:03,205] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8iLtjJNzcB9cGP4Ru17NjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:35:05,735] /u/lizahinza had their flair updated +[2020-07-13 15:39:20,484] There has been a new submission: 'Cartoon - I Was an Unwanted Child and Lived a Miserable Life - AmoMama', with flair 'None' +[2020-07-13 15:39:21,243] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-13 15:39:21,926] /u/IndividualGuide had their flair updated +[2020-07-13 15:43:36,370] There has been a new submission: 'I made a video essay about why it's a great time to be a Soulsborne fan and want to know what people think!', with flair 'Video Critique' +[2020-07-13 15:43:36,902] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:43:36,904] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:43:37,070] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nl6dsA8CGLM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:43:37,207] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAdaxjqGW4tdBWdW75VWRAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:43:39,863] /u/blacksmyth34 had their flair updated +[2020-07-13 15:49:13,288] There has been a new submission: 'Europe job delivery by beautiful Actros', with flair 'Gaming' +[2020-07-13 15:49:14,356] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-07-13 15:49:15,117] /u/sahand-dyar had their flair updated +[2020-07-13 15:55:41,693] There has been a new submission: 'I have another segment in my channel where I review a random film based on what I hit on the dart board. This is the third episode. G = Good film B = Bad film Lambda for good feedback 😊', with flair 'Video Critique' +[2020-07-13 15:55:42,145] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 15:55:42,147] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 15:55:42,297] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZUGjSqVZocs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:55:42,406] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 15:55:44,555] /u/Cap_America_AC had their flair updated +[2020-07-13 15:55:54,409] '/u/owlstronaut' has given '/u/Jgolde8' lambda! +[2020-07-13 15:55:56,046] /u/Jgolde8 had their flair updated +[2020-07-13 15:56:18,133] There has been a new submission: 'Please give my vid a watch. Its a talkshow/podcast with a twist. Would love any and all feedback. Cheers', with flair 'Video Critique' +[2020-07-13 15:56:19,472] /u/EREKT_JEW had their submission removed for insufficient lambda. +[2020-07-13 15:56:21,007] /u/EREKT_JEW had their flair updated +[2020-07-13 15:57:22,774] There has been a new submission: 'BEST TIKTOK COMPILATION ( July 2020 )', with flair 'Video Critique' +[2020-07-13 15:57:23,929] /u/Shougam had their submission removed for insufficient lambda. +[2020-07-13 15:57:25,811] /u/Shougam had their flair updated +[2020-07-13 15:57:43,493] +#################### +[Jul 13 2020 15:57:43] RESTARTED +#################### + +[2020-07-13 15:59:08,624] There has been a new submission: 'The secrets door', with flair 'Gaming' +[2020-07-13 15:59:09,614] /u/windzerom had their submission removed for insufficient lambda. +[2020-07-13 15:59:10,352] /u/windzerom had their flair updated +[2020-07-13 15:59:16,066] There has been a new submission: 'Please check out my 3rd video and channel. Let me know what I can do to improve. Thanks!', with flair 'Video Critique' +[2020-07-13 15:59:17,006] /u/averi_ had their submission removed for insufficient lambda. +[2020-07-13 15:59:17,644] /u/averi_ had their flair updated +[2020-07-13 16:06:18,524] '/u/davudgullo' has given '/u/MichaelJH333' lambda! +[2020-07-13 16:06:20,030] /u/MichaelJH333 had their flair updated +[2020-07-13 16:08:51,404] There has been a new submission: 'Hey guys, I spent 12 hours trying to take a picture of one bird. Its my 1st time back vlogging in 2 years please give me advice on how I could improve', with flair 'Vlog' +[2020-07-13 16:08:51,771] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 16:08:51,774] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 16:08:51,944] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=usXJTiVNIIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 16:08:53,147] /u/taylorVlog3 had their flair updated +[2020-07-13 16:09:14,322] '/u/Meagcherry' has given '/u/Cap_America_AC' lambda! +[2020-07-13 16:09:14,905] /u/Cap_America_AC had their flair updated +[2020-07-13 16:09:21,554] '/u/Meagcherry' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-13 16:09:22,355] /u/FynnKrauseFootballYT had their flair updated +[2020-07-13 16:11:05,228] '/u/CurrentOfficial' has given '/u/JosiahTMG' lambda! +[2020-07-13 16:11:07,310] /u/JosiahTMG had their flair updated +[2020-07-13 16:14:09,762] There has been a new submission: 'I mostly post Gaming Stuff, but this is probably my favorite video I’ve made, and I’d love some feedback on it and the rest of my channel', with flair 'Channel Review' +[2020-07-13 16:14:11,479] /u/jayslayer42 had their submission removed for insufficient lambda. +[2020-07-13 16:14:13,388] /u/jayslayer42 had their flair updated +[2020-07-13 16:16:31,288] '/u/HiddenOddBox' has given '/u/IWI-Team' lambda! +[2020-07-13 16:16:32,833] /u/IWI-Team had their flair updated +[2020-07-13 16:20:19,017] There has been a new submission: 'YouTube Musician, took your advice! Let me know if there's anything to improve on! Giving lambda for honest opinions!', with flair 'Video Critique' +[2020-07-13 16:20:19,826] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 16:20:19,828] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 16:20:20,000] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Kg9EWEaFLB0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 16:20:20,108] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeeIyWGx_DDsJ1cFShMBKbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 16:20:23,320] /u/glendaleheroes had their flair updated +[2020-07-13 16:20:34,781] '/u/Cap_America_AC' has given '/u/Ronnie3d' lambda! +[2020-07-13 16:20:36,930] /u/Ronnie3d had their flair updated +[2020-07-13 16:24:06,427] There has been a new submission: 'Pick Our Favorite Gen 2 Pokemon. Than we BATTLE!', with flair 'Gaming' +[2020-07-13 16:24:08,094] /u/tabve had their submission removed for insufficient lambda. +[2020-07-13 16:24:10,011] /u/tabve had their flair updated +[2020-07-13 16:27:01,616] There has been a new submission: 'HALF LIFE MADNESS | Half life: Alyx', with flair 'Gaming' +[2020-07-13 16:27:02,812] /u/DannyHavocBoy had their submission removed for insufficient lambda. +[2020-07-13 16:27:04,201] /u/DannyHavocBoy had their flair updated +[2020-07-13 16:27:34,767] There has been a new submission: 'Blair Witch | Nintendo Switch Launch Trailer', with flair 'Gaming' +[2020-07-13 16:27:35,794] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-07-13 16:27:37,077] /u/shaunoxley had their flair updated +[2020-07-13 16:28:13,328] '/u/HiddenOddBox' has given '/u/DryStation' lambda! +[2020-07-13 16:28:14,425] /u/DryStation had their flair updated +[2020-07-13 16:32:44,442] There has been a new submission: 'Next video in my series of playing rise of the tomb raider I realized I needed a new intro so I made one and I hope it’s good enough to start helping my channel grow please go watch the vid and tell me what you guys think of it and if you enjoy and like and subscribe :)', with flair 'Gaming' +[2020-07-13 16:32:46,281] /u/SH3LLSH0CK3D456 had their submission removed for insufficient lambda. +[2020-07-13 16:32:48,325] /u/SH3LLSH0CK3D456 had their flair updated +[2020-07-13 16:33:00,037] There has been a new submission: 'What the frick is Mortal Shell ?', with flair 'Video Critique' +[2020-07-13 16:33:01,848] /u/ChaosDaGamer had their submission removed for insufficient lambda. +[2020-07-13 16:33:03,866] /u/ChaosDaGamer had their flair updated +[2020-07-13 16:33:13,289] '/u/glendaleheroes' has given '/u/Kriller77' lambda! +[2020-07-13 16:33:15,319] /u/Kriller77 had their flair updated +[2020-07-13 16:35:21,350] There has been a new submission: 'If you like than support the Artist & Content Creator. Thank You.', with flair 'Video Critique' +[2020-07-13 16:35:22,842] /u/Lukmannnn had their submission removed for insufficient lambda. +[2020-07-13 16:35:24,556] /u/Lukmannnn had their flair updated +[2020-07-13 16:39:44,464] There has been a new submission: 'Check out the Ghost of Tsushima Official Launch Trailer Reaction!', with flair 'Gaming' +[2020-07-13 16:39:45,298] /u/TheBoyGerald had their submission removed for insufficient lambda. +[2020-07-13 16:39:45,896] /u/TheBoyGerald had their flair updated +[2020-07-13 16:40:56,331] There has been a new submission: 'WWZ Zombie Horde Hard Mode', with flair 'Gaming' +[2020-07-13 16:40:58,681] /u/The1Boii652 had their submission removed for insufficient lambda. +[2020-07-13 16:41:01,053] /u/The1Boii652 had their flair updated +[2020-07-13 16:44:32,834] '/u/blacksmyth34' has given '/u/Brandonator247' lambda! +[2020-07-13 16:44:34,714] /u/Brandonator247 had their flair updated +[2020-07-13 16:47:04,737] There has been a new submission: 'YouTube', with flair 'Vlog' +[2020-07-13 16:47:05,919] /u/Azikhokhar had their submission removed for insufficient lambda. +[2020-07-13 16:47:07,282] /u/Azikhokhar had their flair updated +[2020-07-13 16:51:14,175] '/u/JustinInTheHall' has given '/u/jjconner23' lambda! +[2020-07-13 16:51:16,398] /u/jjconner23 had their flair updated +[2020-07-13 16:51:22,657] There has been a new submission: 'Top 10 Replays from my 12 Win Streak w/ Red Eyes Buster Blader! [Yu-Gi-Oh!][Duel Links!]', with flair 'Gaming' +[2020-07-13 16:51:25,122] /u/JimmySpyro had their submission removed for insufficient lambda. +[2020-07-13 16:51:27,340] /u/JimmySpyro had their flair updated +[2020-07-13 16:51:42,805] There has been a new submission: 'Trying to make more original music... thoughts? Also, down to collab!', with flair 'Video Critique' +[2020-07-13 16:51:44,558] /u/Nbjorge had their submission removed for insufficient lambda. +[2020-07-13 16:51:46,751] /u/Nbjorge had their flair updated +[2020-07-13 16:56:20,652] There has been a new submission: 'it may not be the best but it is true', with flair 'Thumbnail Review' +[2020-07-13 16:56:22,002] /u/BROadmonky_20 had their submission removed for insufficient lambda. +[2020-07-13 16:56:23,565] /u/BROadmonky_20 had their flair updated +[2020-07-13 16:57:34,455] '/u/Cap_America_AC' has given '/u/MrCarsone' lambda! +[2020-07-13 16:57:35,673] /u/MrCarsone had their flair updated +[2020-07-13 16:58:12,259] '/u/blacksmyth34' has given '/u/Kriller77' lambda! +[2020-07-13 16:58:13,368] /u/Kriller77 had their flair updated +[2020-07-13 16:59:20,761] '/u/jpet273' has given '/u/zhangju531520' lambda! +[2020-07-13 16:59:21,440] /u/zhangju531520 had their flair updated +[2020-07-13 17:00:08,657] '/u/jpet273' has given '/u/StealthyTanto' lambda! +[2020-07-13 17:00:11,137] /u/StealthyTanto had their flair updated +[2020-07-13 17:00:22,609] '/u/jpet273' has given '/u/Cap_America_AC' lambda! +[2020-07-13 17:00:25,141] /u/Cap_America_AC had their flair updated +[2020-07-13 17:00:33,337] '/u/jpet273' has given '/u/a-phat-can-of-tuna' lambda! +[2020-07-13 17:00:35,673] /u/a-phat-can-of-tuna had their flair updated +[2020-07-13 17:00:47,373] '/u/jpet273' has given '/u/DryStation' lambda! +[2020-07-13 17:00:49,643] /u/DryStation had their flair updated +[2020-07-13 17:03:02,359] There has been a new submission: 'This Guy Is Worse Than JayStation (appreciate feedback, and i know my room is messy, will give lambda)', with flair 'Video Critique' +[2020-07-13 17:03:03,013] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:03:03,016] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:03:03,167] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jVv3syAX1DY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:03:03,273] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:03:06,242] /u/tedster_ had their flair updated +[2020-07-13 17:13:36,472] There has been a new submission: 'small channel growth support', with flair 'Discussion' +[2020-07-13 17:13:38,902] /u/NatureWithMemn had their flair updated +[2020-07-13 17:16:21,664] '/u/Cap_America_AC' has given '/u/vin12awesome' lambda! +[2020-07-13 17:16:23,183] /u/vin12awesome had their flair updated +[2020-07-13 17:20:18,575] '/u/FynnKrauseFootballYT' has given '/u/devilpanda555' lambda! +[2020-07-13 17:20:20,879] /u/devilpanda555 had their flair updated +[2020-07-13 17:21:31,100] '/u/FynnKrauseFootballYT' has given '/u/MichaelJH333' lambda! +[2020-07-13 17:21:33,276] /u/MichaelJH333 had their flair updated +[2020-07-13 17:29:02,026] '/u/jpet273' has given '/u/vin12awesome' lambda! +[2020-07-13 17:29:02,807] /u/vin12awesome had their flair updated +[2020-07-13 17:32:52,219] '/u/CurrentOfficial' has given '/u/Henry_does' lambda! +[2020-07-13 17:32:54,258] /u/Henry_does had their flair updated +[2020-07-13 17:34:18,911] There has been a new submission: 'I made a video explaining about how the “Dobre Brothers” are able to become super successful on Youtube!', with flair 'Video Critique' +[2020-07-13 17:34:21,122] /u/utterlyjason had their submission removed for insufficient lambda. +[2020-07-13 17:34:22,964] /u/utterlyjason had their flair updated +[2020-07-13 17:34:32,986] '/u/Narband' has given '/u/TheLuiginator' lambda! +[2020-07-13 17:34:34,887] /u/TheLuiginator had their flair updated +[2020-07-13 17:35:27,068] There has been a new submission: 'DOOM'D XIII - Which 1 dimension gave you the best reaction?', with flair 'Video Critique' +[2020-07-13 17:35:27,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:35:27,536] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:35:27,690] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-Dr-JmGdDw4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:35:27,800] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:35:30,368] /u/the_real_d247 had their flair updated +[2020-07-13 17:37:10,321] '/u/Narband' has given '/u/clovellia' lambda! +[2020-07-13 17:37:11,748] /u/clovellia had their flair updated +[2020-07-13 17:44:57,366] There has been a new submission: 'This project i've been editing for quite a while now, i hope you guys like it and feedbacks are very much appreciate !', with flair 'Video Critique' +[2020-07-13 17:44:57,726] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:44:57,728] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:44:57,898] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NyJvHAS51GA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:44:58,014] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8Mcjl7gb0bX3YkK0ZmEwrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:45:00,319] /u/zhangju531520 had their flair updated +[2020-07-13 17:47:41,681] There has been a new submission: 'I made a funny moments compilation using the dbd subreddit (any advice or critique is very welcome)', with flair 'Video Critique' +[2020-07-13 17:47:41,912] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:47:41,916] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:47:42,044] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-fQsJb1iJ50&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:47:42,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLU8xhds7Tj9WEyrPzqr5Dw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:47:43,792] /u/Arrchyr had their flair updated +[2020-07-13 17:49:20,293] '/u/tedster_' has given '/u/lizahinza' lambda! +[2020-07-13 17:49:20,959] /u/lizahinza had their flair updated +[2020-07-13 17:50:21,842] '/u/tedster_' has given '/u/the_WDH' lambda! +[2020-07-13 17:50:24,170] /u/the_WDH had their flair updated +[2020-07-13 17:51:03,374] There has been a new submission: 'The Wind Road is... WEIRD!?! | First Time Play through #1', with flair 'Gaming' +[2020-07-13 17:51:05,522] /u/G7_SEVEN had their submission removed for insufficient lambda. +[2020-07-13 17:51:07,757] /u/G7_SEVEN had their flair updated +[2020-07-13 17:51:43,239] '/u/tedster_' has given '/u/viscara1' lambda! +[2020-07-13 17:51:45,422] /u/viscara1 had their flair updated +[2020-07-13 17:52:19,404] '/u/CurrentOfficial' has given '/u/Crispy-Pancakes' lambda! +[2020-07-13 17:52:21,420] /u/Crispy-Pancakes had their flair updated +[2020-07-13 17:52:32,361] '/u/tedster_' has given '/u/Pantologistt' lambda! +[2020-07-13 17:52:34,572] /u/Pantologistt had their flair updated +[2020-07-13 17:52:57,588] There has been a new submission: 'Working on branching out from podcast format to more content, having big trouble reaching an audience into my esoteric content - advice always appreciated.', with flair 'Channel Review' +[2020-07-13 17:52:58,262] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:52:58,264] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:52:58,453] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I5R8svWCp2Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:52:58,585] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC93c2EpP3lpuh0f2XPToj3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:53:01,353] /u/KevinClaus had their flair updated +[2020-07-13 17:53:13,458] '/u/tedster_' has given '/u/vin12awesome' lambda! +[2020-07-13 17:53:15,402] /u/vin12awesome had their flair updated +[2020-07-13 17:53:32,041] '/u/zhangju531520' has given '/u/KevinClaus' lambda! +[2020-07-13 17:53:34,111] /u/KevinClaus had their flair updated +[2020-07-13 17:54:15,257] There has been a new submission: 'Hey guys, I recently played Spongebob and I made it into a Montage/Commentary Playthrough, I'm giving LAMBDA to any kind of feedback. Thanks again guys :D', with flair 'Video Critique' +[2020-07-13 17:54:15,771] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:54:15,773] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:54:15,924] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SskKjsohDlo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:54:16,048] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:54:19,090] /u/danifernt had their flair updated +[2020-07-13 17:54:28,361] '/u/tedster_' has given '/u/ShinTV' lambda! +[2020-07-13 17:54:30,079] /u/ShinTV had their flair updated +[2020-07-13 17:55:13,343] There has been a new submission: 'Mortal shell (beta) : The new dark souls game but way HARDER!!!', with flair 'Video Critique' +[2020-07-13 17:55:14,961] /u/pinnaclegaming132 had their submission removed for insufficient lambda. +[2020-07-13 17:55:16,814] /u/pinnaclegaming132 had their flair updated +[2020-07-13 17:56:21,009] There has been a new submission: 'Where to start....(a channel introduction) - Hello everyone, feels great to be part of this community. Let me know what you think about my Videos/channel and subscribe if you want!', with flair 'Channel Review' +[2020-07-13 17:56:21,348] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:56:21,351] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:56:21,538] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rHhkr1VExAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:56:21,673] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeBWLGqK6RxMuIbIFrwhUXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:56:23,834] /u/viscara1 had their flair updated +[2020-07-13 17:57:22,586] '/u/zhangju531520' has given '/u/Crispy-Pancakes' lambda! +[2020-07-13 17:57:24,568] /u/Crispy-Pancakes had their flair updated +[2020-07-13 17:57:31,764] There has been a new submission: 'We found out what happens when you drink a thousand skooma with the classic skooma mod', with flair 'Video Critique' +[2020-07-13 17:57:32,049] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 17:57:32,051] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 17:57:32,219] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2ZotHqe5pU4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:57:32,335] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkcoIpKLPaycfemZ-YpJYow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 17:57:34,170] /u/baconbeak1998 had their flair updated +[2020-07-13 17:57:44,396] +#################### +[Jul 13 2020 17:57:44] RESTARTED +#################### + +[2020-07-13 18:00:22,833] /u/Chig3l had their flair updated +[2020-07-13 18:02:18,639] '/u/CurrentOfficial' has given '/u/saggymaggi' lambda! +[2020-07-13 18:02:20,779] /u/saggymaggi had their flair updated +[2020-07-13 18:03:56,658] There has been a new submission: 'Gorillaz Explained In 3 Mins(just bought a mic so if the audio is bad in this one be sure to let me know!)', with flair 'Video Critique' +[2020-07-13 18:03:57,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:03:57,268] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:03:57,434] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K6-i4JB_hZk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:03:57,542] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:04:00,392] /u/MrCarsone had their flair updated +[2020-07-13 18:05:52,070] There has been a new submission: 'Perfect Dark 64 cheats fun [Full game] (ALIEN INVASION) xD', with flair 'Gaming' +[2020-07-13 18:05:54,051] /u/MVGMoe had their submission removed for insufficient lambda. +[2020-07-13 18:05:55,707] /u/MVGMoe had their flair updated +[2020-07-13 18:06:05,760] There has been a new submission: 'A Show Devoted Entirely to Good News in these Tough Times (WILL GIVE LAMBDA FOR FEEDBACK)', with flair 'Video Critique' +[2020-07-13 18:06:06,096] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:06:06,098] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:06:06,259] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x7NmmFSw27k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:06:06,369] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2-EQAubd4Eb6GwhZO7jfpw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:06:08,542] /u/vin12awesome had their flair updated +[2020-07-13 18:06:48,851] There has been a new submission: 'Has anyone checked out Kipo and the Age of Wonderbeasts? I made a video talking about my favorite characters. *Season 2 Spoilers ahead.', with flair 'Video Critique' +[2020-07-13 18:06:49,173] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:06:49,175] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:06:49,318] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cn4QxRHlPiE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:06:49,434] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZJUWwH8VfTaCixjuXcAThw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:06:51,431] /u/Crispy-Pancakes had their flair updated +[2020-07-13 18:07:29,089] '/u/blacksmyth34' has given '/u/saggymaggi' lambda! +[2020-07-13 18:07:30,446] /u/saggymaggi had their flair updated +[2020-07-13 18:07:47,010] There has been a new submission: 'Drove 4 Hours for This!!?', with flair 'Vlog' +[2020-07-13 18:07:48,205] /u/KingKen_ had their submission removed for insufficient lambda. +[2020-07-13 18:07:49,514] /u/KingKen_ had their flair updated +[2020-07-13 18:09:00,649] '/u/lizahinza' has given '/u/axe_cannon' lambda! +[2020-07-13 18:09:01,568] /u/axe_cannon had their flair updated +[2020-07-13 18:12:04,624] There has been a new submission: 'Most Recent Video on the Scary Game Granny. Would Really Love Some Feedback!!! (giving lambda on helpful feedback)', with flair 'Video Critique' +[2020-07-13 18:12:05,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:12:05,306] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:12:05,468] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BQAdjbB7DKc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:12:05,584] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOfDaG-9dxtsC6q85eBR8WQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:12:08,841] /u/ForeverNenaa had their flair updated +[2020-07-13 18:16:56,946] '/u/MrCarsone' has given '/u/InternetDollz' lambda! +[2020-07-13 18:16:58,269] /u/InternetDollz had their flair updated +[2020-07-13 18:18:23,947] There has been a new submission: 'Check out my new overwatch video', with flair 'Gaming' +[2020-07-13 18:18:24,896] /u/AlmightyRooRoo had their submission removed for insufficient lambda. +[2020-07-13 18:18:25,921] /u/AlmightyRooRoo had their flair updated +[2020-07-13 18:19:04,078] There has been a new submission: 'Come and help me listen to my new instrumental!', with flair 'Video Critique' +[2020-07-13 18:19:04,978] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-07-13 18:19:05,763] /u/nocluesmusic had their flair updated +[2020-07-13 18:19:39,154] '/u/KevinClaus' has given '/u/Cobra418' lambda! +[2020-07-13 18:19:39,702] /u/Cobra418 had their flair updated +[2020-07-13 18:19:52,554] There has been a new submission: 'Making a Flower out of a Plastic Bottle (2020); This is a redo of an old project I did back in 2015. I believe the content is way better, but could still be improved upon. Tips appreciated! This is DIY.', with flair 'Art' +[2020-07-13 18:19:53,165] /u/CosmicKenni had their submission removed for insufficient lambda. +[2020-07-13 18:19:53,598] /u/CosmicKenni had their flair updated +[2020-07-13 18:20:31,457] '/u/MrCarsone' has given '/u/MetalDexter1990' lambda! +[2020-07-13 18:20:33,781] /u/MetalDexter1990 had their flair updated +[2020-07-13 18:20:40,442] There has been a new submission: 'Bicycle Chainless Playing Cards|| Deck Review by wcklx', with flair 'Video Critique' +[2020-07-13 18:20:42,539] /u/Finiks123 had their submission removed for insufficient lambda. +[2020-07-13 18:20:44,815] /u/Finiks123 had their flair updated +[2020-07-13 18:21:57,922] {ERROR} +[2020-07-13 18:25:24,819] '/u/danifernt' has given '/u/Crispy-Pancakes' lambda! +[2020-07-13 18:25:26,509] /u/Crispy-Pancakes had their flair updated +[2020-07-13 18:26:10,491] There has been a new submission: 'Visual representation of creation. Experiment.', with flair 'Art' +[2020-07-13 18:26:11,835] /u/FrascoDVdrio had their submission removed for insufficient lambda. +[2020-07-13 18:26:13,373] /u/FrascoDVdrio had their flair updated +[2020-07-13 18:27:24,117] '/u/OccupiedGarrett' has given '/u/saggymaggi' lambda! +[2020-07-13 18:27:25,423] /u/saggymaggi had their flair updated +[2020-07-13 18:30:00,330] '/u/owlstronaut' has given '/u/saggymaggi' lambda! +[2020-07-13 18:30:02,707] /u/saggymaggi had their flair updated +[2020-07-13 18:31:22,143] There has been a new submission: 'Who want to see crashes compilation🤔', with flair 'Channel Review' +[2020-07-13 18:31:24,228] /u/AlexandruGRS had their submission removed for insufficient lambda. +[2020-07-13 18:31:26,459] /u/AlexandruGRS had their flair updated +[2020-07-13 18:34:49,797] There has been a new submission: 'Let's Play Townscaper | King's Landing Speed Build', with flair 'Gaming' +[2020-07-13 18:34:51,495] /u/DatJohnDoh had their submission removed for insufficient lambda. +[2020-07-13 18:34:53,309] /u/DatJohnDoh had their flair updated +[2020-07-13 18:35:07,381] There has been a new submission: 'Hey! Did a little animation thing with some buds, would love any feedback/ advice! (especially as it's a little different from what we normally do)', with flair 'Video Critique' +[2020-07-13 18:35:07,860] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:35:07,862] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:35:08,064] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e-v2iS2ifP4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:35:08,186] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7eRCjzlmoXTAo0rrhLlamA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:35:10,614] /u/devilpanda555 had their flair updated +[2020-07-13 18:36:01,545] '/u/DryStation' has given '/u/axe_cannon' lambda! +[2020-07-13 18:36:03,169] /u/axe_cannon had their flair updated +[2020-07-13 18:36:40,566] '/u/Cap_America_AC' has given '/u/Cobra418' lambda! +[2020-07-13 18:36:42,023] /u/Cobra418 had their flair updated +[2020-07-13 18:37:40,180] '/u/ForeverNenaa' has given '/u/saggymaggi' lambda! +[2020-07-13 18:37:41,403] /u/saggymaggi had their flair updated +[2020-07-13 18:39:27,364] '/u/ForeverNenaa' has given '/u/SelendineMcHerb' lambda! +[2020-07-13 18:39:28,014] /u/SelendineMcHerb had their flair updated +[2020-07-13 18:39:33,230] /u/MrCarsone had their flair updated +[2020-07-13 18:40:08,603] '/u/MrCarsone' has given '/u/luisfrobles' lambda! +[2020-07-13 18:40:10,959] /u/luisfrobles had their flair updated +[2020-07-13 18:40:34,914] There has been a new submission: 'New video I posted today looking at the top 10 wackiest 2000’s commercials! Let me know what you think :)', with flair 'Video Critique' +[2020-07-13 18:40:35,648] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:40:35,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:40:35,815] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CUkHl4WzTug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:40:35,932] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtVhDLfPx6gQ1RPcGJUixsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:40:39,066] /u/Cobra418 had their flair updated +[2020-07-13 18:42:13,819] There has been a new submission: 'Listening to this is a peaceful yet sad, almost nostalgic experience', with flair 'Video Critique' +[2020-07-13 18:42:16,158] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-13 18:42:18,310] /u/yayarar had their flair updated +[2020-07-13 18:43:50,982] '/u/glendaleheroes' has given '/u/Pantologistt' lambda! +[2020-07-13 18:43:52,927] /u/Pantologistt had their flair updated +[2020-07-13 18:44:02,351] '/u/tedster_' has given '/u/saggymaggi' lambda! +[2020-07-13 18:44:04,289] /u/saggymaggi had their flair updated +[2020-07-13 18:44:45,243] /u/MrCarsone had their flair updated +[2020-07-13 18:45:02,366] '/u/MrCarsone' has given '/u/qzeqYT' lambda! +[2020-07-13 18:45:04,123] /u/qzeqYT had their flair updated +[2020-07-13 18:45:37,675] '/u/tedster_' has given '/u/Chig3l' lambda! +[2020-07-13 18:45:39,338] /u/Chig3l had their flair updated +[2020-07-13 18:49:02,131] '/u/jpet273' has given '/u/saggymaggi' lambda! +[2020-07-13 18:49:02,945] /u/saggymaggi had their flair updated +[2020-07-13 18:49:17,100] '/u/jpet273' has given '/u/MetalDexter1990' lambda! +[2020-07-13 18:49:17,821] /u/MetalDexter1990 had their flair updated +[2020-07-13 18:50:59,796] There has been a new submission: 'Support my little girl and show it to your children :) The beautiful youthful Rose', with flair 'Video Critique' +[2020-07-13 18:51:01,985] /u/gisellykrinski had their submission removed for insufficient lambda. +[2020-07-13 18:51:04,251] /u/gisellykrinski had their flair updated +[2020-07-13 18:51:27,310] '/u/zhangju531520' has given '/u/qzeqYT' lambda! +[2020-07-13 18:51:29,586] /u/qzeqYT had their flair updated +[2020-07-13 18:53:15,072] '/u/DoktorSkipper' has given '/u/qzeqYT' lambda! +[2020-07-13 18:53:17,094] /u/qzeqYT had their flair updated +[2020-07-13 18:53:36,956] '/u/DryStation' has given '/u/MetalDexter1990' lambda! +[2020-07-13 18:53:38,933] /u/MetalDexter1990 had their flair updated +[2020-07-13 18:54:10,770] There has been a new submission: 'Mental Health Monday, New To YouTube', with flair 'Channel Review' +[2020-07-13 18:54:12,801] /u/following_jesse had their submission removed for insufficient lambda. +[2020-07-13 18:54:14,970] /u/following_jesse had their flair updated +[2020-07-13 18:55:29,373] '/u/Cobra418' has given '/u/tedster_' lambda! +[2020-07-13 18:55:31,070] /u/tedster_ had their flair updated +[2020-07-13 18:56:12,967] There has been a new submission: 'Is this audio acceptable? (Unlisted)', with flair 'Video Critique' +[2020-07-13 18:56:14,823] /u/krystalize had their submission removed for insufficient lambda. +[2020-07-13 18:56:16,438] /u/krystalize had their flair updated +[2020-07-13 18:56:27,382] There has been a new submission: 'METALLICA!!! (1981 - 1989) Thrash Metal History (My first attempt at one of these without my greenscreen, trying a different format, let me know what you think!)', with flair 'Video Critique' +[2020-07-13 18:56:27,742] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 18:56:27,744] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 18:56:27,886] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_g3DDW2_zDE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:56:27,997] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfDaadHnXjKSW2FOxyVBTGA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 18:56:30,403] /u/MetalDexter1990 had their flair updated +[2020-07-13 18:57:26,610] '/u/Cobra418' has given '/u/bigblindbear' lambda! +[2020-07-13 18:57:27,991] /u/bigblindbear had their flair updated +[2020-07-13 18:58:53,395] There has been a new submission: 'Mission Isolation', with flair 'Video Critique' +[2020-07-13 18:58:54,249] /u/HomeschooledCelery had their submission removed for insufficient lambda. +[2020-07-13 18:58:55,169] /u/HomeschooledCelery had their flair updated +[2020-07-13 19:03:32,117] '/u/ForeverNenaa' has given '/u/tedster_' lambda! +[2020-07-13 19:03:34,132] /u/tedster_ had their flair updated +[2020-07-13 19:03:42,808] There has been a new submission: 'Solo Last Wish Raid Loot Guide | Destiny 2', with flair 'Gaming' +[2020-07-13 19:03:44,970] /u/theantbyte had their submission removed for insufficient lambda. +[2020-07-13 19:03:46,945] /u/theantbyte had their flair updated +[2020-07-13 19:05:25,926] '/u/devilpanda555' has given '/u/luisfrobles' lambda! +[2020-07-13 19:05:27,645] /u/luisfrobles had their flair updated +[2020-07-13 19:07:55,596] There has been a new submission: 'This took a while but I finally made another Valorant montage. In the end it was all worth making it. Any feedback on edits and what I can do better would be greatly appreciated!', with flair 'Video Critique' +[2020-07-13 19:07:55,930] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 19:07:55,932] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 19:07:56,086] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xH1Ntnt5L0I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:07:56,254] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSa2I4h7nTRE1CMvJRh4KSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:07:57,857] /u/yeeaaahhboi had their flair updated +[2020-07-13 19:10:18,515] There has been a new submission: 'im gathering clienteles and i read a book', with flair 'Video Critique' +[2020-07-13 19:10:20,699] /u/Dungvjpkute had their submission removed for insufficient lambda. +[2020-07-13 19:10:23,011] /u/Dungvjpkute had their flair updated +[2020-07-13 19:16:58,451] There has been a new submission: 'NEW VIDEO ON THE RISE OF THE QANON CONSPIRACY LET ME KNOW WHAT YOU THINK', with flair 'Video Critique' +[2020-07-13 19:16:59,618] /u/drivenprogressive had their submission removed for insufficient lambda. +[2020-07-13 19:17:00,996] /u/drivenprogressive had their flair updated +[2020-07-13 19:17:15,391] There has been a new submission: 'Jojos bizzare adventure Endgame trailer', with flair 'Thumbnail Review' +[2020-07-13 19:17:17,302] /u/Theodinusk had their submission removed for insufficient lambda. +[2020-07-13 19:17:18,633] /u/Theodinusk had their flair updated +[2020-07-13 19:18:34,615] There has been a new submission: 'the girls vs omegle (they stole my IP address)— I am just absolutely terrible with thumbnails I’m so sorry, but this was a break from my regularly scheduled gaming content so let me know what you think', with flair 'Video Critique' +[2020-07-13 19:18:34,839] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 19:18:34,841] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 19:18:34,987] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kB0CnWtxst4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:18:35,085] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDt3C0KphXeDteW2GXoetKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:18:36,898] /u/saggymaggi had their flair updated +[2020-07-13 19:20:09,634] '/u/jpet273' has given '/u/qzeqYT' lambda! +[2020-07-13 19:20:11,925] /u/qzeqYT had their flair updated +[2020-07-13 19:20:40,612] '/u/jeddieinhd' has given '/u/DryStation' lambda! +[2020-07-13 19:20:42,895] /u/DryStation had their flair updated +[2020-07-13 19:21:18,054] '/u/jeddieinhd' has given '/u/YoungKano' lambda! +[2020-07-13 19:21:20,207] /u/YoungKano had their flair updated +[2020-07-13 19:21:51,818] '/u/glendaleheroes' has given '/u/luisfrobles' lambda! +[2020-07-13 19:21:54,002] /u/luisfrobles had their flair updated +[2020-07-13 19:23:53,538] There has been a new submission: 'Lora vs Bear WHO WINS??? (Rise of the Tomb Raider part 3)', with flair 'Gaming' +[2020-07-13 19:23:55,216] /u/SH3LLSH0CK3D456 had their submission removed for insufficient lambda. +[2020-07-13 19:23:57,160] /u/SH3LLSH0CK3D456 had their flair updated +[2020-07-13 19:27:57,984] There has been a new submission: 'Hey I have a dead channel with 7k subs that I ironically started using again after my fanbase already died! Any and all criticisms are appreciated', with flair 'Gaming' +[2020-07-13 19:27:58,207] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 19:27:58,209] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 19:27:58,328] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=go4n2WAu4lM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:27:58,436] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYTZt_jxlmOqdhje8JwP6xQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:28:00,128] /u/YoungKano had their flair updated +[2020-07-13 19:28:05,380] There has been a new submission: 'Hey guys! Music channel here, last video you guys gave me some tips and I tried to put them in action! How did I do? Future days acoustic cover with a little montage of TLoU part 1 and part 2 cutscenes.', with flair 'Video Critique' +[2020-07-13 19:28:05,590] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 19:28:05,592] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 19:28:05,709] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zidpzOsNPNA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:28:05,832] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIajQojR3G9w2oMqohmaaOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:28:07,464] /u/luisfrobles had their flair updated +[2020-07-13 19:31:24,610] There has been a new submission: 'The perfect Intersection - Better than round- about', with flair 'Gaming' +[2020-07-13 19:31:25,402] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 19:31:25,403] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 19:31:25,559] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qiTQYTDGXII&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:31:25,671] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVBP8IL0JPOxyu5SHjLcCng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 19:31:28,732] /u/MikoMik2017 had their flair updated +[2020-07-13 19:35:34,082] There has been a new submission: 'Visions of the Three - Apebit', with flair 'Gaming' +[2020-07-13 19:35:35,489] /u/AMlordz had their submission removed for insufficient lambda. +[2020-07-13 19:35:37,233] /u/AMlordz had their flair updated +[2020-07-13 19:36:29,890] There has been a new submission: 'James Charles tries to sing', with flair 'Video Critique' +[2020-07-13 19:36:31,396] /u/Ledgane had their submission removed for insufficient lambda. +[2020-07-13 19:36:32,948] /u/Ledgane had their flair updated +[2020-07-13 19:40:07,720] There has been a new submission: 'So I made a fnaf animation the process was really fun! Nice comments would be pretty kind', with flair 'Video Critique' +[2020-07-13 19:40:09,826] /u/cebord90 had their submission removed for insufficient lambda. +[2020-07-13 19:40:12,165] /u/cebord90 had their flair updated +[2020-07-13 19:41:13,134] There has been a new submission: 'YouTube', with flair 'Vlog' +[2020-07-13 19:41:15,337] /u/WitzigProductions had their submission removed for insufficient lambda. +[2020-07-13 19:41:17,632] /u/WitzigProductions had their flair updated +[2020-07-13 19:44:16,261] There has been a new submission: 'I guess I should have known that there was gonna be a mind control ability in a game called CONTROL... Eps 5 of Control', with flair 'Gaming' +[2020-07-13 19:44:17,888] /u/TenaciousTigerGaming had their submission removed for insufficient lambda. +[2020-07-13 19:44:19,770] /u/TenaciousTigerGaming had their flair updated +[2020-07-13 19:44:30,378] There has been a new submission: 'Hello so I made a video it has taken me three days but it does not preform like my videos also yes I didnt have enough time for a thumbnail', with flair 'Gaming' +[2020-07-13 19:44:32,009] /u/cebord90 had their submission removed for insufficient lambda. +[2020-07-13 19:44:33,853] /u/cebord90 had their flair updated +[2020-07-13 19:50:26,494] There has been a new submission: 'DiamondFire21', with flair 'Channel Review' +[2020-07-13 19:50:28,544] /u/DiamondFire21 had their submission removed for insufficient lambda. +[2020-07-13 19:50:30,837] /u/DiamondFire21 had their flair updated +[2020-07-13 19:52:07,560] There has been a new submission: 'The change in expectations as you grow...', with flair 'Meta' +[2020-07-13 19:52:10,186] /u/EmberSkyMedia had their flair updated +[2020-07-13 19:52:22,556] There has been a new submission: 'Hello Good People. This is my YouTube channel. I post my music here. Do visit my channel and subscribe to my channel if you like do subscribe. I am trying to hit 1000 subscribers. Your subscribing will surely help me get more of these videos. Show some love', with flair 'Vlog' +[2020-07-13 19:52:25,035] /u/SouravBiswax had their submission removed for insufficient lambda. +[2020-07-13 19:52:27,423] /u/SouravBiswax had their flair updated +[2020-07-13 19:57:44,001] +#################### +[Jul 13 2020 19:57:43] RESTARTED +#################### + +[2020-07-13 19:59:12,564] '/u/life_is_sadd' has given '/u/YoungKano' lambda! +[2020-07-13 19:59:13,209] /u/YoungKano had their flair updated +[2020-07-13 19:59:15,331] There has been a new submission: 'Looking to review 3 Technical Review Videos/Channels', with flair 'Channel Review' +[2020-07-13 19:59:16,311] /u/EmberSkyMedia had their submission removed for insufficient lambda. +[2020-07-13 19:59:16,989] /u/EmberSkyMedia had their flair updated +[2020-07-13 20:00:27,189] There has been a new submission: 'I've Just Started to Make Fortnite Edits & Other Gaming Content, Let me know what you think of it!', with flair 'Gaming' +[2020-07-13 20:00:29,494] /u/frozzma had their submission removed for insufficient lambda. +[2020-07-13 20:00:31,783] /u/frozzma had their flair updated +[2020-07-13 20:04:54,267] '/u/ameixarocha' has given '/u/YoungKano' lambda! +[2020-07-13 20:04:56,023] /u/YoungKano had their flair updated +[2020-07-13 20:06:01,158] There has been a new submission: 'Getting cucked for 7 minutes', with flair 'Gaming' +[2020-07-13 20:06:02,515] /u/KeyLayer4 had their submission removed for insufficient lambda. +[2020-07-13 20:06:04,115] /u/KeyLayer4 had their flair updated +[2020-07-13 20:07:23,251] '/u/ameixarocha' has given '/u/Davidplaysgames' lambda! +[2020-07-13 20:07:24,497] /u/Davidplaysgames had their flair updated +[2020-07-13 20:07:36,789] '/u/ameixarocha' has given '/u/dbwotjr7' lambda! +[2020-07-13 20:07:38,094] /u/dbwotjr7 had their flair updated +[2020-07-13 20:11:06,558] '/u/ameixarocha' has given '/u/KevinClaus' lambda! +[2020-07-13 20:11:08,824] /u/KevinClaus had their flair updated +[2020-07-13 20:11:33,028] '/u/ameixarocha' has given '/u/MrMoo-Youtube' lambda! +[2020-07-13 20:11:35,094] /u/MrMoo-Youtube had their flair updated +[2020-07-13 20:12:41,355] '/u/ameixarocha' has given '/u/davudgullo' lambda! +[2020-07-13 20:12:43,418] /u/davudgullo had their flair updated +[2020-07-13 20:13:50,529] There has been a new submission: 'I posted my 7th video on my channel and was wondering if people could check it out and leave me some feedback and subscribe :)', with flair 'Video Critique' +[2020-07-13 20:13:52,268] /u/derkinater had their submission removed for insufficient lambda. +[2020-07-13 20:13:54,227] /u/derkinater had their flair updated +[2020-07-13 20:15:43,621] '/u/ameixarocha' has given '/u/qzeqYT' lambda! +[2020-07-13 20:15:45,287] /u/qzeqYT had their flair updated +[2020-07-13 20:16:53,709] '/u/ameixarocha' has given '/u/jpet273' lambda! +[2020-07-13 20:16:55,165] /u/jpet273 had their flair updated +[2020-07-13 20:16:59,654] There has been a new submission: 'Very important shitpost you need to see', with flair 'Art' +[2020-07-13 20:17:01,151] /u/Nerayer had their submission removed for insufficient lambda. +[2020-07-13 20:17:02,578] /u/Nerayer had their flair updated +[2020-07-13 20:27:39,299] There has been a new submission: '24 HOUR OVERNIGHT CHALLENGE IN MY POOL! **bad idea**', with flair 'Vlog' +[2020-07-13 20:27:40,301] /u/rayvawn_ had their submission removed for insufficient lambda. +[2020-07-13 20:27:41,510] /u/rayvawn_ had their flair updated +[2020-07-13 20:28:25,020] There has been a new submission: 'Nah', with flair 'Vlog' +[2020-07-13 20:28:26,181] /u/Originistic had their submission removed for insufficient lambda. +[2020-07-13 20:28:27,164] /u/Originistic had their flair updated +[2020-07-13 20:31:15,122] There has been a new submission: 'MinMin Is Too Easy To Use', with flair 'Gaming' +[2020-07-13 20:31:17,154] /u/TrueVerse had their submission removed for insufficient lambda. +[2020-07-13 20:31:19,452] /u/TrueVerse had their flair updated +[2020-07-13 20:32:42,688] There has been a new submission: 'Interesting Fragrance Bottles', with flair 'None' +[2020-07-13 20:32:44,728] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-07-13 20:32:46,781] /u/Derbyboyuk had their flair updated +[2020-07-13 20:32:52,180] There has been a new submission: 'Mia Khalifa Was LYING this Whole Time', with flair 'Gaming' +[2020-07-13 20:32:54,040] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-07-13 20:32:56,117] /u/Str8Villains had their flair updated +[2020-07-13 20:33:57,769] There has been a new submission: 'DR.MARIO VS THE WORLD - Smash Bros Ultimate', with flair 'Gaming' +[2020-07-13 20:33:59,522] /u/Gar445045 had their submission removed for insufficient lambda. +[2020-07-13 20:34:01,419] /u/Gar445045 had their flair updated +[2020-07-13 20:36:42,803] There has been a new submission: 'NO WAY! THIS LUCK! LR GOGETA! GLOBAL 5 YEAR ANNIVERSARY SUMMONS! Dokkan Battle', with flair 'Gaming' +[2020-07-13 20:36:44,026] /u/AnimeMillz had their submission removed for insufficient lambda. +[2020-07-13 20:36:45,468] /u/AnimeMillz had their flair updated +[2020-07-13 20:37:01,776] '/u/SlybootsYoutube' has given '/u/a-phat-can-of-tuna' lambda! +[2020-07-13 20:37:03,426] /u/a-phat-can-of-tuna had their flair updated +[2020-07-13 20:37:38,735] '/u/SlybootsYoutube' has given '/u/jpet273' lambda! +[2020-07-13 20:37:40,020] /u/jpet273 had their flair updated +[2020-07-13 20:37:48,893] There has been a new submission: 'Our 8th video, are we improving?', with flair 'Video Critique' +[2020-07-13 20:37:49,900] /u/Tifyadventures had their submission removed for insufficient lambda. +[2020-07-13 20:37:51,122] /u/Tifyadventures had their flair updated +[2020-07-13 20:37:59,870] There has been a new submission: 'Feedback On My Latest Video?', with flair 'Video Critique' +[2020-07-13 20:38:00,841] /u/EssentiallyHeroes had their submission removed for insufficient lambda. +[2020-07-13 20:38:02,036] /u/EssentiallyHeroes had their flair updated +[2020-07-13 20:38:10,859] There has been a new submission: 'MageRage June 2020 Week 4', with flair 'Gaming' +[2020-07-13 20:38:11,900] /u/Squiddygaming1 had their submission removed for insufficient lambda. +[2020-07-13 20:38:13,331] /u/Squiddygaming1 had their flair updated +[2020-07-13 20:38:19,865] '/u/SlybootsYoutube' has given '/u/MauiGainz' lambda! +[2020-07-13 20:38:20,839] /u/MauiGainz had their flair updated +[2020-07-13 20:39:01,952] There has been a new submission: 'We finally got to playing the original last of us, so we made a little review. Tell us what you think, if you agree or disagree and maybe give our other videos a watch!!! :)', with flair 'Video Critique' +[2020-07-13 20:39:02,785] /u/D3_Railed had their submission removed for insufficient lambda. +[2020-07-13 20:39:03,658] /u/D3_Railed had their flair updated +[2020-07-13 20:39:13,355] '/u/SlybootsYoutube' has given '/u/antopet11' lambda! +[2020-07-13 20:39:14,155] /u/antopet11 had their flair updated +[2020-07-13 20:42:38,527] '/u/MetalDexter1990' has given '/u/Themeaun' lambda! +[2020-07-13 20:42:40,614] /u/Themeaun had their flair updated +[2020-07-13 20:45:45,757] There has been a new submission: 'Genuine criticism needed please for a 2+ minutes video . Lambda to give away!', with flair 'Video Critique' +[2020-07-13 20:45:47,776] /u/CookADoodleDooReddit had their flair updated +[2020-07-13 20:50:17,934] '/u/yeeaaahhboi' has given '/u/Theblueasteroid' lambda! +[2020-07-13 20:50:20,286] /u/Theblueasteroid had their flair updated +[2020-07-13 21:09:38,972] There has been a new submission: 'Yo! Fellow Creators What are the key things that a gaming channel must have to fain subscribers', with flair 'Discussion' +[2020-07-13 21:09:39,842] /u/Fineset had their flair updated +[2020-07-13 21:11:41,451] There has been a new submission: 'Yo! Fellow Creators What are the key things that a gaming channel must have to gain subscribers', with flair 'Discussion' +[2020-07-13 21:11:44,262] /u/Fineset had their flair updated +[2020-07-13 21:11:52,498] There has been a new submission: '2X NUCLEAR FIRE NOODLES CHALLENGE! WE RACE EACH OTHER', with flair 'Channel Review' +[2020-07-13 21:11:54,389] /u/TeeteeTubers had their submission removed for insufficient lambda. +[2020-07-13 21:11:56,543] /u/TeeteeTubers had their flair updated +[2020-07-13 21:19:46,087] There has been a new submission: 'Started doing yt 2 month on and off and finally hit 10subs.I wanna try doing it seriously.I post valorant stuff. Clips are old im diamond right now so ill have better ones.Feedback is appreciated ty a lot will give lambda', with flair 'None' +[2020-07-13 21:19:46,327] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 21:19:46,331] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 21:19:46,495] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k_LXiGHyLYI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 21:19:46,604] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDylFGVw8b9K0Xa__TkTmXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 21:19:47,430] /u/Theblueasteroid had their flair updated +[2020-07-13 21:20:24,276] There has been a new submission: 'First Video: Spiderman: Miles Morales Wish list', with flair 'Channel Review' +[2020-07-13 21:20:26,411] /u/Samkanada had their submission removed for insufficient lambda. +[2020-07-13 21:20:28,749] /u/Samkanada had their flair updated +[2020-07-13 21:21:48,234] There has been a new submission: 'Polished the wheels on my 66 f-100 it went great!', with flair 'Vlog' +[2020-07-13 21:21:49,858] /u/carsontheFritz had their submission removed for insufficient lambda. +[2020-07-13 21:21:52,089] /u/carsontheFritz had their flair updated +[2020-07-13 21:28:17,458] There has been a new submission: 'My First Absolver Video Please Like And Subscribe and feel free to critic me in anyway it will help in the future🙏🏾🙏🏾', with flair 'Gaming' +[2020-07-13 21:28:18,441] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-07-13 21:28:19,510] /u/trizzythomas had their flair updated +[2020-07-13 21:29:43,829] There has been a new submission: 'I spent 3-4 months gathering clips for this video. This is my most dedicated video! A simple click to watch is appreciated no sub or nothing, just a view, I don't wanna over do the self promote. :)', with flair 'Gaming' +[2020-07-13 21:29:45,028] /u/Guccigangwang had their submission removed for insufficient lambda. +[2020-07-13 21:29:45,528] /u/Guccigangwang had their flair updated +[2020-07-13 21:47:24,477] '/u/luisfrobles' has given '/u/Ubaids_Lab' lambda! +[2020-07-13 21:47:25,806] /u/Ubaids_Lab had their flair updated +[2020-07-13 21:50:32,054] There has been a new submission: 'I sent this video click it', with flair 'Gaming' +[2020-07-13 21:50:34,340] /u/papatristanharrison had their submission removed for insufficient lambda. +[2020-07-13 21:50:36,626] /u/papatristanharrison had their flair updated +[2020-07-13 21:56:16,143] There has been a new submission: 'Sub2me pls', with flair 'Gaming' +[2020-07-13 21:56:17,906] /u/abomb1133 had their submission removed for insufficient lambda. +[2020-07-13 21:56:19,455] /u/abomb1133 had their flair updated +[2020-07-13 21:56:54,893] '/u/Illfury' has given '/u/MonsterPuppetZam' lambda! +[2020-07-13 21:56:56,319] /u/MonsterPuppetZam had their flair updated +[2020-07-13 21:57:43,841] +#################### +[Jul 13 2020 21:57:43] RESTARTED +#################### + +[2020-07-13 22:07:35,057] There has been a new submission: 'Sub plz', with flair 'Gaming' +[2020-07-13 22:07:36,821] /u/abomb1133 had their submission removed for insufficient lambda. +[2020-07-13 22:07:38,308] /u/abomb1133 had their flair updated +[2020-07-13 22:10:26,470] '/u/tedster_' has given '/u/ikudlike' lambda! +[2020-07-13 22:10:28,792] /u/ikudlike had their flair updated +[2020-07-13 22:11:07,267] '/u/tedster_' has given '/u/D1Wheeler' lambda! +[2020-07-13 22:11:09,503] /u/D1Wheeler had their flair updated +[2020-07-13 22:12:37,042] '/u/tedster_' has given '/u/Ubaids_Lab' lambda! +[2020-07-13 22:12:39,193] /u/Ubaids_Lab had their flair updated +[2020-07-13 22:24:51,279] There has been a new submission: 'Dying light but it's a meme', with flair 'Gaming' +[2020-07-13 22:24:52,824] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-07-13 22:24:54,586] /u/TheLucidGam3r had their flair updated +[2020-07-13 22:26:19,379] There has been a new submission: 'Testing VIRAL TikTok Hacks *SHOOK* | 인기있는 틱톡 따라해보기', with flair 'Vlog' +[2020-07-13 22:26:20,918] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-07-13 22:26:22,494] /u/gsyu98 had their flair updated +[2020-07-13 22:33:00,871] There has been a new submission: 'I would love to hear some tips and feedback to improve', with flair 'Gaming' +[2020-07-13 22:33:02,603] /u/Cupidnyaa had their submission removed for insufficient lambda. +[2020-07-13 22:33:04,628] /u/Cupidnyaa had their flair updated +[2020-07-13 22:35:47,144] '/u/TehGrand' has given '/u/YourHomieJeff' lambda! +[2020-07-13 22:35:48,749] /u/YourHomieJeff had their flair updated +[2020-07-13 22:39:58,099] '/u/yeeaaahhboi' has given '/u/MattEssYT' lambda! +[2020-07-13 22:39:58,585] /u/MattEssYT had their flair updated +[2020-07-13 22:44:02,742] There has been a new submission: 'I just started my channel this week, having a good start, but I would like some feedback on how I structure my videos.', with flair 'Video Critique' +[2020-07-13 22:44:04,357] /u/RinRhan had their submission removed for insufficient lambda. +[2020-07-13 22:44:06,253] /u/RinRhan had their flair updated +[2020-07-13 22:45:39,390] There has been a new submission: 'Quarantine Week 16', with flair 'Vlog' +[2020-07-13 22:45:40,858] /u/SAG717 had their submission removed for insufficient lambda. +[2020-07-13 22:45:42,549] /u/SAG717 had their flair updated +[2020-07-13 22:46:10,723] '/u/DoktorSkipper' has given '/u/MonsterPuppetZam' lambda! +[2020-07-13 22:46:12,296] /u/MonsterPuppetZam had their flair updated +[2020-07-13 22:48:57,042] '/u/Illfury' has given '/u/TheAustinMoney' lambda! +[2020-07-13 22:48:57,928] /u/TheAustinMoney had their flair updated +[2020-07-13 22:49:11,722] '/u/YoungKano' has given '/u/Ubaids_Lab' lambda! +[2020-07-13 22:49:12,489] /u/Ubaids_Lab had their flair updated +[2020-07-13 22:50:41,229] There has been a new submission: 'The Most Important Thing Your Can Do In Your Business - Put First Things First', with flair 'Channel Review' +[2020-07-13 22:50:43,264] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-13 22:50:45,533] /u/KatrinaRuthShow had their flair updated +[2020-07-13 22:53:01,657] There has been a new submission: 'ACNH Speed Build | The PIT from Parks and Rec | Animal Crossing New Horizons Pawnee Island | LOT 48', with flair 'Gaming' +[2020-07-13 22:53:03,372] /u/watbit had their submission removed for insufficient lambda. +[2020-07-13 22:53:05,384] /u/watbit had their flair updated +[2020-07-13 22:54:54,249] There has been a new submission: 'I played don't starve with maximum settings (basically hardcore at this point)', with flair 'Gaming' +[2020-07-13 22:54:55,818] /u/IaMmEsSiNgBoY had their submission removed for insufficient lambda. +[2020-07-13 22:54:57,597] /u/IaMmEsSiNgBoY had their flair updated +[2020-07-13 22:59:44,707] There has been a new submission: 'Dad asks son about mandatory face masks and the pandemic | What my 4 yea...', with flair 'Video Critique' +[2020-07-13 22:59:45,424] /u/Covidkittens had their submission removed for insufficient lambda. +[2020-07-13 22:59:45,918] /u/Covidkittens had their flair updated +[2020-07-13 23:01:20,708] '/u/Theblueasteroid' has given '/u/ikudlike' lambda! +[2020-07-13 23:01:22,957] /u/ikudlike had their flair updated +[2020-07-13 23:03:51,313] '/u/Theblueasteroid' has given '/u/catlessdog' lambda! +[2020-07-13 23:03:53,178] /u/catlessdog had their flair updated +[2020-07-13 23:05:54,421] '/u/Theblueasteroid' has given '/u/MattEssYT' lambda! +[2020-07-13 23:05:55,941] /u/MattEssYT had their flair updated +[2020-07-13 23:06:07,525] There has been a new submission: 'Destroy homes and lives in VR | Lies Beneath | Part 5', with flair 'Gaming' +[2020-07-13 23:06:08,897] /u/Marhonklet had their submission removed for insufficient lambda. +[2020-07-13 23:06:10,488] /u/Marhonklet had their flair updated +[2020-07-13 23:09:01,127] '/u/Theblueasteroid' has given '/u/Jgolde8' lambda! +[2020-07-13 23:09:01,981] /u/Jgolde8 had their flair updated +[2020-07-13 23:09:21,372] '/u/Theblueasteroid' has given '/u/Cupidnyaa' lambda! +[2020-07-13 23:09:22,162] /u/Cupidnyaa had their flair updated +[2020-07-13 23:13:59,539] There has been a new submission: 'Minecraft Build Battle | Moo VS Nimcom #1', with flair 'Gaming' +[2020-07-13 23:14:00,130] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:14:00,134] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:14:00,302] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZS-EMt9Zt90&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:14:00,411] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:14:02,932] /u/MrMoo-Youtube had their flair updated +[2020-07-13 23:21:04,213] There has been a new submission: 'Couples game night of Uno! Lemme know what you guys think.', with flair 'Video Critique' +[2020-07-13 23:21:05,023] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:21:05,025] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:21:05,193] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pbUC7t7RTiw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:21:05,312] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:21:08,455] /u/Brandonator247 had their flair updated +[2020-07-13 23:24:37,225] There has been a new submission: 'My content is getting better, just looking to sharpen things here and there', with flair 'None' +[2020-07-13 23:24:38,839] /u/Melan_Candy had their submission removed for insufficient lambda. +[2020-07-13 23:24:40,658] /u/Melan_Candy had their flair updated +[2020-07-13 23:25:22,693] '/u/TehGrand' has given '/u/bigblindbear' lambda! +[2020-07-13 23:25:24,250] /u/bigblindbear had their flair updated +[2020-07-13 23:28:14,194] There has been a new submission: 'I've posted my last two videos here and the feedback has been incredibly helpful. I would really appreciate some feedback and support (if it deserves it!) on my most recent video of my friends and I losing our minds in Human Fall Flat. As Always I'll be giving Lambda and Thanks!', with flair 'Video Critique' +[2020-07-13 23:28:14,528] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:28:14,529] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:28:14,677] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZkdxzRRy5KI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:28:14,786] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbAhGzRvD90HyoETbKdxHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:28:16,267] /u/Jgolde8 had their flair updated +[2020-07-13 23:28:23,970] /u/TehGrand had their flair updated +[2020-07-13 23:29:25,019] '/u/TehGrand' has given '/u/Jgolde8' lambda! +[2020-07-13 23:29:25,701] /u/Jgolde8 had their flair updated +[2020-07-13 23:29:55,563] {ERROR} +[2020-07-13 23:31:37,984] '/u/YoungKano' has given '/u/Cupidnyaa' lambda! +[2020-07-13 23:31:40,055] /u/Cupidnyaa had their flair updated +[2020-07-13 23:35:31,761] There has been a new submission: 'Breaking News: TikTok Sucks', with flair 'Channel Review' +[2020-07-13 23:35:33,172] /u/dylansharon had their submission removed for insufficient lambda. +[2020-07-13 23:35:34,831] /u/dylansharon had their flair updated +[2020-07-13 23:35:59,198] '/u/MrMoo-Youtube' has given '/u/GhrimeTF2' lambda! +[2020-07-13 23:36:00,833] /u/GhrimeTF2 had their flair updated +[2020-07-13 23:40:38,976] '/u/Jgolde8' has given '/u/ikudlike' lambda! +[2020-07-13 23:40:41,270] /u/ikudlike had their flair updated +[2020-07-13 23:43:04,020] There has been a new submission: 'Currently working on a new stam DK build but with the crazy change for the next update it will probably change once again but still enjoying stam DK and stam NB this update #eso', with flair 'Gaming' +[2020-07-13 23:43:05,813] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-07-13 23:43:07,841] /u/Unfadingsilence had their flair updated +[2020-07-13 23:43:47,052] There has been a new submission: 'First time playing a "rage game" on my channel! I'd love feedback on the whole thing: Tech (audio, video quality); SEO stuff (title, description, thumbnail, etc.); commentary; literally anything you think of~!', with flair 'Video Critique' +[2020-07-13 23:43:47,628] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:43:47,630] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:43:47,779] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7xSJA-qXsnI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:43:47,902] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:43:50,908] /u/TheLuiginator had their flair updated +[2020-07-13 23:48:39,220] /u/luisfrobles had their flair updated +[2020-07-13 23:49:31,878] '/u/Jgolde8' has given '/u/generalna11' lambda! +[2020-07-13 23:49:32,398] /u/generalna11 had their flair updated +[2020-07-13 23:49:42,335] '/u/luisfrobles' has given '/u/80dreams' lambda! +[2020-07-13 23:49:42,891] /u/80dreams had their flair updated +[2020-07-13 23:50:01,434] There has been a new submission: 'The first video I truly enjoyed making, let me know what you guys think! Likes and comments are always appreciated :) (FREE LAMBDA x)', with flair 'Video Critique' +[2020-07-13 23:50:02,165] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:50:02,167] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:50:02,333] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CXHUBYc5A8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:50:02,433] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8SHu5uuxPu7y7kqfzHbr9Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:50:05,753] /u/ikudlike had their flair updated +[2020-07-13 23:51:41,798] There has been a new submission: 'Life update vlog', with flair 'Vlog' +[2020-07-13 23:51:43,622] /u/ThugmommaET had their submission removed for insufficient lambda. +[2020-07-13 23:51:45,832] /u/ThugmommaET had their flair updated +[2020-07-13 23:52:36,760] '/u/luisfrobles' has given '/u/ikudlike' lambda! +[2020-07-13 23:52:38,889] /u/ikudlike had their flair updated +[2020-07-13 23:52:50,375] There has been a new submission: 'Straight Piping a Ford F250. Will give lambda ! Plz lmk anything I could do better. I tried to add a little intro in this video and keep it entertaining. Hope y’all enjoy and can give good feedback :)', with flair 'Vlog' +[2020-07-13 23:52:51,023] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-13 23:52:51,025] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-13 23:52:51,176] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AAQJoRu0_2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:52:51,309] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCK5a_Tc5PzkAXaBfoLQ4joQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-13 23:52:54,243] /u/edsonklr7 had their flair updated +[2020-07-13 23:56:07,093] '/u/Cobra418' has given '/u/Pantologistt' lambda! +[2020-07-13 23:56:08,672] /u/Pantologistt had their flair updated +[2020-07-13 23:57:12,425] '/u/Cobra418' has given '/u/edsonklr7' lambda! +[2020-07-13 23:57:13,715] /u/edsonklr7 had their flair updated +[2020-07-13 23:57:44,092] +#################### +[Jul 13 2020 23:57:44] RESTARTED +#################### + +[2020-07-13 23:59:13,299] '/u/MrMoo-Youtube' has given '/u/generalna11' lambda! +[2020-07-13 23:59:13,942] /u/generalna11 had their flair updated +[2020-07-14 00:08:18,688] '/u/TheLuiginator' has given '/u/SelendineMcHerb' lambda! +[2020-07-14 00:08:19,672] /u/SelendineMcHerb had their flair updated +[2020-07-14 00:10:56,435] '/u/TheLuiginator' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 00:10:58,684] /u/MrMoo-Youtube had their flair updated +[2020-07-14 00:13:23,222] '/u/ikudlike' has given '/u/Kriller77' lambda! +[2020-07-14 00:13:25,088] /u/Kriller77 had their flair updated +[2020-07-14 00:13:50,568] '/u/yeeaaahhboi' has given '/u/Cupidnyaa' lambda! +[2020-07-14 00:13:52,525] /u/Cupidnyaa had their flair updated +[2020-07-14 00:14:01,231] There has been a new submission: 'Ives been doing vids for a while now,and I’m really starting to get into good editing, I posted this a few days ago and I recently got 100 subs and a video with 10K Views which I am super proud of, lemme know what you think!', with flair 'Video Critique' +[2020-07-14 00:14:02,689] /u/RoyalFlashCraft had their submission removed for insufficient lambda. +[2020-07-14 00:14:04,609] /u/RoyalFlashCraft had their flair updated +[2020-07-14 00:14:21,419] There has been a new submission: 'Go Gamdo Vs Kang Manseok Full Fight 1080p | The God of High School', with flair 'Thumbnail Review' +[2020-07-14 00:14:23,040] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-14 00:14:24,926] /u/Irefig had their flair updated +[2020-07-14 00:19:08,234] '/u/ikudlike' has given '/u/GaimzUp' lambda! +[2020-07-14 00:19:09,042] /u/GaimzUp had their flair updated +[2020-07-14 00:20:30,641] There has been a new submission: 'Pain', with flair 'Art' +[2020-07-14 00:20:32,733] /u/Mikechang121 had their submission removed for insufficient lambda. +[2020-07-14 00:20:35,030] /u/Mikechang121 had their flair updated +[2020-07-14 00:20:48,361] '/u/edsonklr7' has given '/u/jordanlitwiller' lambda! +[2020-07-14 00:20:50,647] /u/jordanlitwiller had their flair updated +[2020-07-14 00:24:38,735] There has been a new submission: 'First Post in "Small YTChannel"', with flair 'Channel Review' +[2020-07-14 00:24:41,065] /u/JessieH_24 had their flair updated +[2020-07-14 00:29:18,795] There has been a new submission: 'No reply', with flair 'Video Critique' +[2020-07-14 00:29:19,053] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 00:29:19,058] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 00:29:19,236] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OBpHkG0erGA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 00:29:19,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgFas27_9FdaJDUYHRk0yDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 00:29:20,410] /u/PhoenixPride7 had their flair updated +[2020-07-14 00:29:33,933] '/u/ikudlike' has given '/u/jordanlitwiller' lambda! +[2020-07-14 00:29:34,497] /u/jordanlitwiller had their flair updated +[2020-07-14 00:31:21,227] There has been a new submission: 'Does YouTube Blacklist Videos About Drugs?', with flair 'Discussion' +[2020-07-14 00:31:24,054] /u/lowkeyf1sh had their flair updated +[2020-07-14 00:38:52,745] There has been a new submission: 'Would appreciate some feedback if possible', with flair 'Gaming' +[2020-07-14 00:38:53,605] /u/CashMoneyYT had their submission removed for insufficient lambda. +[2020-07-14 00:38:54,468] /u/CashMoneyYT had their flair updated +[2020-07-14 00:39:37,617] '/u/Jgolde8' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 00:39:38,134] /u/MrMoo-Youtube had their flair updated +[2020-07-14 00:45:03,097] '/u/danifernt' has given '/u/MattEssYT' lambda! +[2020-07-14 00:45:04,813] /u/MattEssYT had their flair updated +[2020-07-14 00:53:35,258] There has been a new submission: 'I MADE AN ABSURD STORY FROM STOCK FOOTAGE... and used the fixes suggested here!', with flair 'Video Critique' +[2020-07-14 00:53:35,860] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 00:53:35,863] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 00:53:36,009] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i8HgM6BiGbU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 00:53:36,146] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCn-NonqWTkNkoMxZhdo9UPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 00:53:38,769] /u/Kriller77 had their flair updated +[2020-07-14 00:53:53,066] There has been a new submission: 'I would appreciate it if any of you can check out my video and leave some constructive criticism for me to work on', with flair 'Gaming' +[2020-07-14 00:53:54,832] /u/LucaGamez had their submission removed for insufficient lambda. +[2020-07-14 00:53:56,741] /u/LucaGamez had their flair updated +[2020-07-14 01:00:51,739] There has been a new submission: 'TRYING TO FIND BEANS WHILE PLAYING TITANFALL2 WITH CANNON AND LUXE', with flair 'Gaming' +[2020-07-14 01:00:53,799] /u/TheRealAfar had their submission removed for insufficient lambda. +[2020-07-14 01:00:56,067] /u/TheRealAfar had their flair updated +[2020-07-14 01:01:07,533] There has been a new submission: 'Made a stylized comedy vlog! My friend and I try out Bakugan for the first time. Let me know what you think!', with flair 'Gaming' +[2020-07-14 01:01:09,624] /u/DigitalGumby had their submission removed for insufficient lambda. +[2020-07-14 01:01:11,861] /u/DigitalGumby had their flair updated +[2020-07-14 01:02:05,669] There has been a new submission: 'Trader Joe's Must Haves Grocery Shopping First Vlog shop with me Meat Fr...', with flair 'Vlog' +[2020-07-14 01:02:07,554] /u/lalay77 had their submission removed for insufficient lambda. +[2020-07-14 01:02:09,705] /u/lalay77 had their flair updated +[2020-07-14 01:18:03,565] '/u/Jgolde8' has given '/u/jordanlitwiller' lambda! +[2020-07-14 01:18:04,664] /u/jordanlitwiller had their flair updated +[2020-07-14 01:23:44,963] There has been a new submission: 'My first youtube video', with flair 'Gaming' +[2020-07-14 01:23:46,748] /u/TyriqGamesssss had their submission removed for insufficient lambda. +[2020-07-14 01:23:48,661] /u/TyriqGamesssss had their flair updated +[2020-07-14 01:25:59,384] '/u/Brandonator247' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 01:26:00,983] /u/MrMoo-Youtube had their flair updated +[2020-07-14 01:26:19,022] '/u/edsonklr7' has given '/u/Dizzeric' lambda! +[2020-07-14 01:26:20,559] /u/Dizzeric had their flair updated +[2020-07-14 01:27:20,483] '/u/edsonklr7' has given '/u/Brandonator247' lambda! +[2020-07-14 01:27:21,807] /u/Brandonator247 had their flair updated +[2020-07-14 01:31:23,267] '/u/Blu_Eclipse' has given '/u/MichaelJH333' lambda! +[2020-07-14 01:31:25,467] /u/MichaelJH333 had their flair updated +[2020-07-14 01:34:07,870] There has been a new submission: 'If you like funny gaming moments and COD you should go check out my newest video!', with flair 'Gaming' +[2020-07-14 01:34:09,451] /u/Tyler-Bolden had their submission removed for insufficient lambda. +[2020-07-14 01:34:11,334] /u/Tyler-Bolden had their flair updated +[2020-07-14 01:38:51,724] '/u/luisfrobles' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 01:38:52,618] /u/MrMoo-Youtube had their flair updated +[2020-07-14 01:47:32,429] There has been a new submission: 'i ripoff leafy, but better vids soon', with flair 'Video Critique' +[2020-07-14 01:47:33,478] /u/kanoabrink had their submission removed for insufficient lambda. +[2020-07-14 01:47:34,751] /u/kanoabrink had their flair updated +[2020-07-14 01:50:38,999] '/u/devilpanda555' has given '/u/Ubaids_Lab' lambda! +[2020-07-14 01:50:41,208] /u/Ubaids_Lab had their flair updated +[2020-07-14 01:51:12,954] '/u/devilpanda555' has given '/u/MonsterPuppetZam' lambda! +[2020-07-14 01:51:15,167] /u/MonsterPuppetZam had their flair updated +[2020-07-14 01:52:04,510] '/u/devilpanda555' has given '/u/RinRhan' lambda! +[2020-07-14 01:52:06,706] /u/RinRhan had their flair updated +[2020-07-14 01:53:04,490] '/u/IWI-Team' has given '/u/Jgolde8' lambda! +[2020-07-14 01:53:06,396] /u/Jgolde8 had their flair updated +[2020-07-14 01:54:35,295] '/u/IWI-Team' has given '/u/YoungKano' lambda! +[2020-07-14 01:54:37,157] /u/YoungKano had their flair updated +[2020-07-14 01:57:44,427] +#################### +[Jul 14 2020 01:57:44] RESTARTED +#################### + +[2020-07-14 02:02:49,307] There has been a new submission: 'Need some feedback!', with flair 'Video Critique' +[2020-07-14 02:02:51,172] /u/ItryToMakeYTvids had their submission removed for insufficient lambda. +[2020-07-14 02:02:53,506] /u/ItryToMakeYTvids had their flair updated +[2020-07-14 02:03:56,191] '/u/YoungKano' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 02:03:58,087] /u/MrMoo-Youtube had their flair updated +[2020-07-14 02:14:31,507] There has been a new submission: 'Please do let me know what you think about my singing and I'd really appreciate all constructive criticism. Will be giving Lambda. Please do share any of your video(s) that you'd want me to give feedback on :)', with flair 'Video Critique' +[2020-07-14 02:14:33,176] /u/Sub2TheActualShadow had their submission removed for insufficient lambda. +[2020-07-14 02:14:35,028] /u/Sub2TheActualShadow had their flair updated +[2020-07-14 02:15:12,683] There has been a new submission: 'A Game That is ALL ABOUT MAKING WISH And READING OTHER PEOPLE'S WISH!?! | Free Random Games', with flair 'Gaming' +[2020-07-14 02:15:13,938] /u/onail had their submission removed for insufficient lambda. +[2020-07-14 02:15:15,682] /u/onail had their flair updated +[2020-07-14 02:16:33,474] There has been a new submission: 'Dark Souls 3 co-op', with flair 'Gaming' +[2020-07-14 02:16:34,574] /u/Swousdemon had their submission removed for insufficient lambda. +[2020-07-14 02:16:36,065] /u/Swousdemon had their flair updated +[2020-07-14 02:19:19,740] There has been a new submission: 'Soma's a pretty scary game', with flair 'Gaming' +[2020-07-14 02:19:20,771] /u/Karsplatinum had their submission removed for insufficient lambda. +[2020-07-14 02:19:21,494] /u/Karsplatinum had their flair updated +[2020-07-14 02:23:35,381] '/u/Jgolde8' has given '/u/threepiecesofbread' lambda! +[2020-07-14 02:23:37,370] /u/threepiecesofbread had their flair updated +[2020-07-14 02:24:54,052] There has been a new submission: 'This is a Bass guitar arrangement of a tribute to Cliff Burton', with flair 'Channel Review' +[2020-07-14 02:24:55,540] /u/KillerKroc74 had their submission removed for insufficient lambda. +[2020-07-14 02:24:57,292] /u/KillerKroc74 had their flair updated +[2020-07-14 02:37:30,164] There has been a new submission: 'Virtual Tour|Artwork Tour|Art Gallery|Traditional And Digital art Compil...', with flair 'Art' +[2020-07-14 02:37:31,140] /u/Jimfernan had their submission removed for insufficient lambda. +[2020-07-14 02:37:32,389] /u/Jimfernan had their flair updated +[2020-07-14 02:37:40,923] There has been a new submission: 'My first ever afrobeat out now ❤️ 😁', with flair 'Art' +[2020-07-14 02:37:41,966] /u/MO7-beats had their submission removed for insufficient lambda. +[2020-07-14 02:37:43,195] /u/MO7-beats had their flair updated +[2020-07-14 02:41:33,443] There has been a new submission: 'RATE MY CONTENT! Looking for critical feedback on how to improve the quality and get more views on future videos!', with flair 'Channel Review' +[2020-07-14 02:41:35,633] /u/XploreTheEarth had their submission removed for insufficient lambda. +[2020-07-14 02:41:37,796] /u/XploreTheEarth had their flair updated +[2020-07-14 02:54:48,092] There has been a new submission: 'Supporting my friends channel!', with flair 'Video Critique' +[2020-07-14 02:54:49,596] /u/Zebra_009 had their submission removed for insufficient lambda. +[2020-07-14 02:54:51,406] /u/Zebra_009 had their flair updated +[2020-07-14 02:57:36,802] There has been a new submission: 'Im happy to be with here', with flair 'Discussion' +[2020-07-14 02:57:38,239] /u/tjmstv had their flair updated +[2020-07-14 03:08:14,675] There has been a new submission: 'Here's my attempt to use dynamics no fancy edit, I'd love to hear tips and feedback from you... lambda is here guys xD', with flair 'Gaming' +[2020-07-14 03:08:15,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 03:08:15,082] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 03:08:15,261] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=faECKASFX7k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 03:08:15,372] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCW61K5qpZ54aFGPNS5dX4uw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 03:08:16,803] /u/Cupidnyaa had their flair updated +[2020-07-14 03:09:20,145] There has been a new submission: 'Bendy and the Ink Machine Chapter 1 Playthrough (First Time)', with flair 'Gaming' +[2020-07-14 03:09:21,183] /u/redonbrandon had their submission removed for insufficient lambda. +[2020-07-14 03:09:21,856] /u/redonbrandon had their flair updated +[2020-07-14 03:25:26,114] There has been a new submission: 'When you get caught gaming | GIVING LAMBDA TO HELPFUL ADVICE', with flair 'Video Critique' +[2020-07-14 03:25:26,622] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 03:25:26,623] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 03:25:26,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bGHfGrWwfZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 03:25:26,927] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-14 03:25:28,184] /u/acexsd1 had their flair updated +[2020-07-14 03:27:27,271] There has been a new submission: 'EXPLORING ABANDONED INSANE ASYLUM *SCARY*', with flair 'Vlog' +[2020-07-14 03:27:28,306] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-07-14 03:27:29,576] /u/bubenator10 had their flair updated +[2020-07-14 03:30:19,053] There has been a new submission: 'The Relaxing Ducks at the Park (birds and park sounds)', with flair 'Art' +[2020-07-14 03:30:21,091] /u/KratomitesBoulderers had their submission removed for insufficient lambda. +[2020-07-14 03:30:23,387] /u/KratomitesBoulderers had their flair updated +[2020-07-14 03:41:45,286] There has been a new submission: 'How to store vegetables', with flair 'Vlog' +[2020-07-14 03:41:47,259] /u/questforfresh had their submission removed for insufficient lambda. +[2020-07-14 03:41:49,405] /u/questforfresh had their flair updated +[2020-07-14 03:44:28,707] There has been a new submission: 'I hope you get a laugh', with flair 'Video Critique' +[2020-07-14 03:44:30,262] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-14 03:44:32,079] /u/Theirishlizard had their flair updated +[2020-07-14 03:44:45,798] There has been a new submission: 'Pedros lost banana', with flair 'Channel Review' +[2020-07-14 03:44:47,357] /u/41D_ had their submission removed for insufficient lambda. +[2020-07-14 03:44:49,199] /u/41D_ had their flair updated +[2020-07-14 03:45:40,711] There has been a new submission: 'The Destructive Nature of Greed in Movies', with flair 'Channel Review' +[2020-07-14 03:45:42,358] /u/andrewwillard96 had their submission removed for insufficient lambda. +[2020-07-14 03:45:44,037] /u/andrewwillard96 had their flair updated +[2020-07-14 03:57:44,493] +#################### +[Jul 14 2020 03:57:44] RESTARTED +#################### + +[2020-07-14 04:06:26,176] There has been a new submission: 'It moved!', with flair 'Channel Review' +[2020-07-14 04:06:27,642] /u/DomEffect07 had their submission removed for insufficient lambda. +[2020-07-14 04:06:29,151] /u/DomEffect07 had their flair updated +[2020-07-14 04:11:21,018] There has been a new submission: 'Subscribe to my cringe channel. Would help :)', with flair 'Art' +[2020-07-14 04:11:22,959] /u/warmsocks1 had their submission removed for insufficient lambda. +[2020-07-14 04:11:25,180] /u/warmsocks1 had their flair updated +[2020-07-14 04:34:07,769] '/u/acexsd1' has given '/u/Ghryms' lambda! +[2020-07-14 04:34:09,862] /u/Ghryms had their flair updated +[2020-07-14 04:51:03,432] There has been a new submission: 'Homemade Air rifle using AIR pump', with flair 'Thumbnail Review' +[2020-07-14 04:51:06,167] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-07-14 04:51:08,405] /u/tharindudamesha had their flair updated +[2020-07-14 05:11:09,298] There has been a new submission: 'List of President United States of America', with flair 'Video Critique' +[2020-07-14 05:11:11,245] /u/Data_4_You had their submission removed for insufficient lambda. +[2020-07-14 05:11:13,499] /u/Data_4_You had their flair updated +[2020-07-14 05:14:10,044] '/u/qzeqYT' has given '/u/ameixarocha' lambda! +[2020-07-14 05:14:11,873] /u/ameixarocha had their flair updated +[2020-07-14 05:30:05,205] '/u/Illfury' has given '/u/Glittering_Designer' lambda! +[2020-07-14 05:30:07,482] /u/Glittering_Designer had their flair updated +[2020-07-14 05:30:13,877] There has been a new submission: 'How many subs do you have and how long did it take to get them?', with flair 'Discussion' +[2020-07-14 05:30:16,858] /u/UpsetMastodon2 had their flair updated +[2020-07-14 05:44:05,359] '/u/acexsd1' has given '/u/qzeqYT' lambda! +[2020-07-14 05:44:07,345] /u/qzeqYT had their flair updated +[2020-07-14 05:47:56,855] '/u/Cupidnyaa' has given '/u/Dizzeric' lambda! +[2020-07-14 05:47:57,912] /u/Dizzeric had their flair updated +[2020-07-14 05:53:33,296] /u/Cupidnyaa had their flair updated +[2020-07-14 05:55:09,298] '/u/Cupidnyaa' has given '/u/ShikharTrivedi' lambda! +[2020-07-14 05:55:11,037] /u/ShikharTrivedi had their flair updated +[2020-07-14 05:56:53,075] '/u/Cupidnyaa' has given '/u/lizahinza' lambda! +[2020-07-14 05:56:54,489] /u/lizahinza had their flair updated +[2020-07-14 05:57:44,707] +#################### +[Jul 14 2020 05:57:44] RESTARTED +#################### + +[2020-07-14 06:18:28,628] There has been a new submission: 'Valorant, But I have to play MAX Sensitivity...', with flair 'Gaming' +[2020-07-14 06:18:29,532] /u/WhosCasualty had their submission removed for insufficient lambda. +[2020-07-14 06:18:30,788] /u/WhosCasualty had their flair updated +[2020-07-14 06:23:00,420] '/u/Jgolde8' has given '/u/ShikharTrivedi' lambda! +[2020-07-14 06:23:02,372] /u/ShikharTrivedi had their flair updated +[2020-07-14 06:27:27,853] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-14 06:37:20,207] There has been a new submission: 'Hey guys I’m new to this so if y’all can just go check out my channel and give me feedback I don’t mind if you subscribe or not I just need feedback on what I can’t to better', with flair 'Gaming' +[2020-07-14 06:37:21,354] /u/UMMM_FRANK had their submission removed for insufficient lambda. +[2020-07-14 06:37:22,685] /u/UMMM_FRANK had their flair updated +[2020-07-14 06:40:18,727] There has been a new submission: 'What’s a good amount of ads for a 10 minute video?', with flair 'Discussion' +[2020-07-14 06:40:21,792] /u/disloyalclothYT had their flair updated +[2020-07-14 07:08:46,026] There has been a new submission: 'Coronavirus Quarantine Weekend - Free PC Games of July 2020 (Game Trailers/ Requirements) Limited Time', with flair 'Gaming' +[2020-07-14 07:08:47,208] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-14 07:08:48,096] /u/omeshhedaoo had their flair updated +[2020-07-14 07:14:14,127] There has been a new submission: 'Cheating in Exam! (Cons and Pros SKIT type) all character are played by me.. appreciate the FEEDBACK and lambda also available', with flair 'Video Critique' +[2020-07-14 07:14:14,701] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 07:14:14,704] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 07:14:14,869] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ccBfRWKH7cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 07:14:15,002] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8iLtjJNzcB9cGP4Ru17NjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 07:14:17,492] /u/lizahinza had their flair updated +[2020-07-14 07:14:27,004] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-14 07:25:42,263] '/u/DennisTheBadBoy' has given '/u/Dizzeric' lambda! +[2020-07-14 07:25:43,788] /u/Dizzeric had their flair updated +[2020-07-14 07:25:55,922] {ERROR} +[2020-07-14 07:37:14,080] {ERROR} +[2020-07-14 07:57:44,893] +#################### +[Jul 14 2020 07:57:44] RESTARTED +#################### + +[2020-07-14 08:00:26,124] There has been a new submission: 'I've been creating content for some time now. But I don't get any views. What am I doing wrong?', with flair 'None' +[2020-07-14 08:00:28,133] /u/ICE__LK had their submission removed for insufficient lambda. +[2020-07-14 08:00:30,455] /u/ICE__LK had their flair updated +[2020-07-14 08:05:56,630] There has been a new submission: '{Mercedes Benz Bus mod} Euro Truck simulator 2 from Magdoburg to Berlin', with flair 'Gaming' +[2020-07-14 08:05:57,995] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-07-14 08:05:59,649] /u/sahand-dyar had their flair updated +[2020-07-14 08:08:36,261] '/u/lizahinza' has given '/u/EhtooSPT' lambda! +[2020-07-14 08:08:37,156] /u/EhtooSPT had their flair updated +[2020-07-14 08:20:03,093] There has been a new submission: 'TOP TIPS TO GET MORE KILLS', with flair 'Gaming' +[2020-07-14 08:20:05,160] /u/kodda96 had their submission removed for insufficient lambda. +[2020-07-14 08:20:07,514] /u/kodda96 had their flair updated +[2020-07-14 08:21:34,846] '/u/ikudlike' has given '/u/DigitalGumby' lambda! +[2020-07-14 08:21:37,048] /u/DigitalGumby had their flair updated +[2020-07-14 08:21:43,436] There has been a new submission: 'Make extra money in quarantine', with flair 'Discussion' +[2020-07-14 08:21:46,165] /u/rossi274 had their flair updated +[2020-07-14 08:23:04,190] '/u/ikudlike' has given '/u/Brandonator247' lambda! +[2020-07-14 08:23:06,137] /u/Brandonator247 had their flair updated +[2020-07-14 08:25:18,593] '/u/ikudlike' has given '/u/samaster21' lambda! +[2020-07-14 08:25:20,347] /u/samaster21 had their flair updated +[2020-07-14 08:26:26,982] '/u/ikudlike' has given '/u/threepiecesofbread' lambda! +[2020-07-14 08:26:28,459] /u/threepiecesofbread had their flair updated +[2020-07-14 08:26:33,797] '/u/Cupidnyaa' has given '/u/EhtooSPT' lambda! +[2020-07-14 08:26:35,338] /u/EhtooSPT had their flair updated +[2020-07-14 08:27:05,584] '/u/ikudlike' has given '/u/Glittering_Designer' lambda! +[2020-07-14 08:27:06,996] /u/Glittering_Designer had their flair updated +[2020-07-14 08:27:37,808] '/u/ikudlike' has given '/u/Vietnam_Cookin' lambda! +[2020-07-14 08:27:39,116] /u/Vietnam_Cookin had their flair updated +[2020-07-14 08:29:54,791] '/u/ikudlike' has given '/u/Ghryms' lambda! +[2020-07-14 08:29:55,702] /u/Ghryms had their flair updated +[2020-07-14 08:44:33,319] '/u/lizahinza' has given '/u/siddhant1991' lambda! +[2020-07-14 08:44:34,996] /u/siddhant1991 had their flair updated +[2020-07-14 08:46:37,316] There has been a new submission: 'One Liners', with flair 'Vlog' +[2020-07-14 08:46:37,707] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 08:46:37,711] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 08:46:37,842] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HRp52QD6X38&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 08:46:37,936] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 08:46:39,952] /u/siddhant1991 had their flair updated +[2020-07-14 08:47:57,802] '/u/tedster_' has given '/u/Cupidnyaa' lambda! +[2020-07-14 08:47:58,849] /u/Cupidnyaa had their flair updated +[2020-07-14 08:48:55,571] '/u/tedster_' has given '/u/samaster21' lambda! +[2020-07-14 08:48:56,408] /u/samaster21 had their flair updated +[2020-07-14 08:50:34,579] There has been a new submission: 'Reacting to Lucifer Season 5 Trailer. I appreciate any feedback and it goes without saying that I’ll give Lambda to everyone :)', with flair 'Video Critique' +[2020-07-14 08:50:35,291] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 08:50:35,293] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 08:50:35,446] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nwerisGqTeY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 08:50:35,556] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_E3t-oQsox0tnyuADuRCZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 08:50:39,026] /u/iMan6005 had their flair updated +[2020-07-14 08:53:33,892] '/u/tedster_' has given '/u/LucaGamez' lambda! +[2020-07-14 08:53:35,855] /u/LucaGamez had their flair updated +[2020-07-14 08:54:21,328] There has been a new submission: 'Trying to grow my channel and do subscribe', with flair 'Gaming' +[2020-07-14 08:54:23,116] /u/Itz__Nick__ had their submission removed for insufficient lambda. +[2020-07-14 08:54:24,964] /u/Itz__Nick__ had their flair updated +[2020-07-14 08:55:16,068] '/u/tedster_' has given '/u/Glittering_Designer' lambda! +[2020-07-14 08:55:17,764] /u/Glittering_Designer had their flair updated +[2020-07-14 08:55:32,815] '/u/tedster_' has given '/u/Ej-is-the-best' lambda! +[2020-07-14 08:55:34,502] /u/Ej-is-the-best had their flair updated +[2020-07-14 08:56:29,905] '/u/tedster_' has given '/u/clairebear713' lambda! +[2020-07-14 08:56:31,437] /u/clairebear713 had their flair updated +[2020-07-14 08:58:07,819] '/u/tedster_' has given '/u/liamgrease' lambda! +[2020-07-14 08:58:08,992] /u/liamgrease had their flair updated +[2020-07-14 08:59:55,284] {ERROR} +[2020-07-14 09:00:07,476] '/u/tedster_' has given '/u/ShikharTrivedi' lambda! +[2020-07-14 09:00:09,727] /u/ShikharTrivedi had their flair updated +[2020-07-14 09:01:32,972] '/u/tedster_' has given '/u/phalgunnmaharishi' lambda! +[2020-07-14 09:01:35,145] /u/phalgunnmaharishi had their flair updated +[2020-07-14 09:03:50,617] '/u/tedster_' has given '/u/dziadu' lambda! +[2020-07-14 09:03:52,593] /u/dziadu had their flair updated +[2020-07-14 09:04:26,797] '/u/siddhant1991' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-14 09:04:28,641] /u/GrumpyBottom_YT had their flair updated +[2020-07-14 09:04:43,140] There has been a new submission: 'Just uploaded my 4th vid! Looking for some feedback 😊Learning to Jump Rope for 7 Days (I GOT INJURED!) | Daily Progression', with flair 'Video Critique' +[2020-07-14 09:04:43,671] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 09:04:43,673] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 09:04:43,851] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QA_pqfiewwE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:04:43,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHC16TvbNa_kDJkh54HNTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:04:46,457] /u/MajinBoom11 had their flair updated +[2020-07-14 09:08:35,430] '/u/iMan6005' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-14 09:08:36,320] /u/GrumpyBottom_YT had their flair updated +[2020-07-14 09:09:42,041] '/u/lizahinza' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-14 09:09:42,576] /u/GrumpyBottom_YT had their flair updated +[2020-07-14 09:10:31,969] '/u/iMan6005' has given '/u/LucaGamez' lambda! +[2020-07-14 09:10:34,234] /u/LucaGamez had their flair updated +[2020-07-14 09:12:05,149] '/u/iMan6005' has given '/u/legendofyenzo' lambda! +[2020-07-14 09:12:07,171] /u/legendofyenzo had their flair updated +[2020-07-14 09:13:43,955] There has been a new submission: 'MICKEY MOUSE X KERMIT - KSI HOUDINI COVER', with flair 'Vlog' +[2020-07-14 09:13:45,652] /u/Blaze-Dial-Up had their submission removed for insufficient lambda. +[2020-07-14 09:13:47,630] /u/Blaze-Dial-Up had their flair updated +[2020-07-14 09:16:33,176] '/u/Cupidnyaa' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-14 09:16:34,707] /u/GrumpyBottom_YT had their flair updated +[2020-07-14 09:23:12,243] There has been a new submission: 'I appreciate feedback and i will love you forever if you like and/or subscribe but if you don't like my video, tell me why and I'll improve it for next time :)', with flair 'Video Critique' +[2020-07-14 09:23:14,832] /u/Salty_Boi_04 had their flair updated +[2020-07-14 09:26:03,899] There has been a new submission: 'I appreciate feedback and i will love you forever if you like and/or subscribe but if you don't like my video, tell me why and I'll improve it for next time :)', with flair 'Video Critique' +[2020-07-14 09:26:04,254] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 09:26:04,256] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 09:26:04,362] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=guHkOeyaYNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:26:04,483] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgqaiXY8lNPchh_RSsgsQlA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:26:06,862] /u/Salty_Boi_04 had their flair updated +[2020-07-14 09:27:57,462] '/u/MajinBoom11' has given '/u/legendofyenzo' lambda! +[2020-07-14 09:27:58,641] /u/legendofyenzo had their flair updated +[2020-07-14 09:34:38,147] '/u/Salty_Boi_04' has given '/u/disloyalclothYT' lambda! +[2020-07-14 09:34:39,999] /u/disloyalclothYT had their flair updated +[2020-07-14 09:43:38,794] '/u/MajinBoom11' has given '/u/disloyalclothYT' lambda! +[2020-07-14 09:43:40,719] /u/disloyalclothYT had their flair updated +[2020-07-14 09:49:58,444] '/u/MajinBoom11' has given '/u/LucaGamez' lambda! +[2020-07-14 09:49:58,844] /u/LucaGamez had their flair updated +[2020-07-14 09:54:56,281] There has been a new submission: 'I would appreciate it if any of you can check out my video and leave some constructive criticism for me to work on', with flair 'Gaming' +[2020-07-14 09:54:56,707] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 09:54:56,709] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 09:54:56,855] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d5pApTrWiEI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:54:56,962] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4P-vy8rMTz-QRFgc6uJjDw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 09:54:59,408] /u/LucaGamez had their flair updated +[2020-07-14 09:55:22,354] There has been a new submission: 'LONDON MUST EAT: Circolo Popolare + Covent Garden vlog! Best pasta in London?', with flair 'Vlog' +[2020-07-14 09:55:23,892] /u/stayyoung530 had their submission removed for insufficient lambda. +[2020-07-14 09:55:25,862] /u/stayyoung530 had their flair updated +[2020-07-14 09:56:00,103] There has been a new submission: 'VALORANT While Low-Level', with flair 'Gaming' +[2020-07-14 09:56:01,430] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-14 09:56:03,022] /u/Elfatron_ had their flair updated +[2020-07-14 09:57:26,439] There has been a new submission: 'Struggling with Audio recording in Android', with flair 'Discussion' +[2020-07-14 09:57:28,476] /u/soccer_gypsy had their flair updated +[2020-07-14 09:57:45,503] +#################### +[Jul 14 2020 09:57:45] RESTARTED +#################### + +[2020-07-14 10:18:30,181] '/u/LucaGamez' has given '/u/EL_Gordoz' lambda! +[2020-07-14 10:18:31,032] /u/EL_Gordoz had their flair updated +[2020-07-14 10:35:39,798] There has been a new submission: 'Hey guys, i would really appreciate some feedback on my new video. Please like if you enjoy it so that the youtube algorithm will notice. Thanks and have a great day.', with flair 'Video Critique' +[2020-07-14 10:35:40,227] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 10:35:40,231] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 10:35:40,397] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ItaGbckmQfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 10:35:40,516] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmDlvsPhYYE6nMVRb0J_mAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 10:35:42,682] /u/jobhobbs had their flair updated +[2020-07-14 11:03:32,691] '/u/siddhant1991' has given '/u/thecookietrain' lambda! +[2020-07-14 11:03:34,640] /u/thecookietrain had their flair updated +[2020-07-14 11:07:50,876] There has been a new submission: 'I almost broke a rib when making this video :o', with flair 'Video Critique' +[2020-07-14 11:07:51,908] /u/Synoroty had their submission removed for insufficient lambda. +[2020-07-14 11:07:53,085] /u/Synoroty had their flair updated +[2020-07-14 11:13:14,762] '/u/LucaGamez' has given '/u/mrmicpopper' lambda! +[2020-07-14 11:13:16,655] /u/mrmicpopper had their flair updated +[2020-07-14 11:13:29,093] There has been a new submission: 'NEW YT VIDEO, How To Prepare For Upcoming Solo FNCS. ALL Support Appreciated. PLZ If You Watch The Video leave a comment on how I can Improve my Content. Thanks Guys', with flair 'Gaming' +[2020-07-14 11:13:31,154] /u/Dosser_HD had their submission removed for insufficient lambda. +[2020-07-14 11:13:33,114] /u/Dosser_HD had their flair updated +[2020-07-14 11:13:45,210] '/u/Theblueasteroid' has given '/u/kr_Rishabh' lambda! +[2020-07-14 11:13:47,028] /u/kr_Rishabh had their flair updated +[2020-07-14 11:14:02,771] '/u/Theblueasteroid' has given '/u/MrMoo-Youtube' lambda! +[2020-07-14 11:14:04,671] /u/MrMoo-Youtube had their flair updated +[2020-07-14 11:14:46,082] '/u/Theblueasteroid' has given '/u/EREKT_JEW' lambda! +[2020-07-14 11:14:47,955] /u/EREKT_JEW had their flair updated +[2020-07-14 11:15:06,440] '/u/Theblueasteroid' has given '/u/LucaGamez' lambda! +[2020-07-14 11:15:09,227] /u/LucaGamez had their flair updated +[2020-07-14 11:15:45,884] '/u/Theblueasteroid' has given '/u/Glittering_Designer' lambda! +[2020-07-14 11:15:47,469] /u/Glittering_Designer had their flair updated +[2020-07-14 11:15:52,697] There has been a new submission: 'Hey guys made a video today but can't seem to fix the audio on the commentary been using streamlabs obs to record would love some feedback', with flair 'Video Critique' +[2020-07-14 11:15:54,386] /u/prohalfa had their submission removed for insufficient lambda. +[2020-07-14 11:15:56,068] /u/prohalfa had their flair updated +[2020-07-14 11:16:18,786] '/u/LucaGamez' has given '/u/MattEssYT' lambda! +[2020-07-14 11:16:20,296] /u/MattEssYT had their flair updated +[2020-07-14 11:17:00,461] '/u/Theblueasteroid' has given '/u/Ghryms' lambda! +[2020-07-14 11:17:01,925] /u/Ghryms had their flair updated +[2020-07-14 11:18:00,451] There has been a new submission: 'The fight between me and the Man Behind the Slaughter. Who will win?', with flair 'Art' +[2020-07-14 11:18:01,719] /u/Hank_Montgomery had their submission removed for insufficient lambda. +[2020-07-14 11:18:02,928] /u/Hank_Montgomery had their flair updated +[2020-07-14 11:21:05,988] There has been a new submission: 'At Home Sneaker Photography - Messed up the colour grading/audio on this one a bit but would appreciate some feedback!', with flair 'Video Critique' +[2020-07-14 11:21:06,756] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 11:21:06,758] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 11:21:06,942] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tQIzwafxbxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 11:21:07,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClszHL-paj9vhISshHdv_IQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 11:21:10,325] /u/Pantologistt had their flair updated +[2020-07-14 11:21:18,828] There has been a new submission: 'Is my Channel Trailer good?', with flair 'Video Critique' +[2020-07-14 11:21:20,872] /u/FlamingPacific had their submission removed for insufficient lambda. +[2020-07-14 11:21:23,076] /u/FlamingPacific had their flair updated +[2020-07-14 11:28:33,140] There has been a new submission: 'YouTube', with flair 'Channel Review' +[2020-07-14 11:28:34,094] /u/ueppa3 had their submission removed for insufficient lambda. +[2020-07-14 11:28:35,144] /u/ueppa3 had their flair updated +[2020-07-14 11:34:30,850] There has been a new submission: 'I want feedback, I think I might just not do play throughs. I’m trying this again after a 2 year break so I’d appreciate anything', with flair 'Gaming' +[2020-07-14 11:34:32,439] /u/Dj_F1212 had their submission removed for insufficient lambda. +[2020-07-14 11:34:34,269] /u/Dj_F1212 had their flair updated +[2020-07-14 11:34:42,958] '/u/MajinBoom11' has given '/u/kahnindustries' lambda! +[2020-07-14 11:34:44,691] /u/kahnindustries had their flair updated +[2020-07-14 11:39:31,154] There has been a new submission: 'Sub for sub', with flair 'Channel Review' +[2020-07-14 11:39:32,099] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-14 11:39:32,687] /u/kcbRodBuilding had their flair updated +[2020-07-14 11:40:06,833] '/u/lizahinza' has given '/u/kahnindustries' lambda! +[2020-07-14 11:40:09,078] /u/kahnindustries had their flair updated +[2020-07-14 11:41:00,790] '/u/Pantologistt' has given '/u/kahnindustries' lambda! +[2020-07-14 11:41:03,029] /u/kahnindustries had their flair updated +[2020-07-14 11:42:58,799] '/u/tedster_' has given '/u/CINEFILMS' lambda! +[2020-07-14 11:43:01,225] /u/CINEFILMS had their flair updated +[2020-07-14 11:43:31,752] '/u/tedster_' has given '/u/kahnindustries' lambda! +[2020-07-14 11:43:34,072] /u/kahnindustries had their flair updated +[2020-07-14 11:53:11,489] There has been a new submission: 'Minecraft Battle Ships | Moo Vs Nimcom #2', with flair 'Gaming' +[2020-07-14 11:53:12,055] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 11:53:12,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 11:53:12,226] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y4V-PWNWnHo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 11:53:12,398] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 11:53:15,080] /u/MrMoo-Youtube had their flair updated +[2020-07-14 11:57:44,891] +#################### +[Jul 14 2020 11:57:44] RESTARTED +#################### + +[2020-07-14 12:15:53,234] '/u/Cupidnyaa' has given '/u/MonkfishGamer' lambda! +[2020-07-14 12:15:54,862] /u/MonkfishGamer had their flair updated +[2020-07-14 12:23:35,203] There has been a new submission: 'Here’s our review of Avrona’s Channel!', with flair 'Video Critique' +[2020-07-14 12:23:36,938] /u/CHRILLCAST had their submission removed for insufficient lambda. +[2020-07-14 12:23:38,857] /u/CHRILLCAST had their flair updated +[2020-07-14 12:24:25,193] /u/SmallYTChannelBot had their flair updated +[2020-07-14 12:36:56,381] There has been a new submission: 'Would anyone like to Collab on a gaming video?', with flair 'Collab' +[2020-07-14 12:36:59,046] /u/Chig3l had their flair updated +[2020-07-14 12:37:26,820] '/u/LucaGamez' has given '/u/kahnindustries' lambda! +[2020-07-14 12:37:27,940] /u/kahnindustries had their flair updated +[2020-07-14 12:44:09,052] '/u/Pantologistt' has given '/u/Clickdummy' lambda! +[2020-07-14 12:44:10,963] /u/Clickdummy had their flair updated +[2020-07-14 12:46:33,663] There has been a new submission: 'Watch me die! Over And Over Again! In Mysterious And Funny Ways! I'd love some feedback on this recent video if you find the time :)', with flair 'Video Critique' +[2020-07-14 12:46:34,072] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 12:46:34,075] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 12:46:34,229] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DZ-NMQeqKmE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 12:46:34,365] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbmh33IUexF1Y9BmgwxCaIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 12:46:36,189] /u/MICKIE_D had their flair updated +[2020-07-14 12:47:31,964] There has been a new submission: 'How to make titles catchy and thumbnails interesting for a meditation channel', with flair 'Discussion' +[2020-07-14 12:47:33,399] /u/The_M_and_H had their flair updated +[2020-07-14 12:48:49,718] There has been a new submission: 'We made a ranking video - Please let me know what you like about the video, and what you dislike. Thank you!', with flair 'Video Critique' +[2020-07-14 12:48:50,695] /u/PaanoBasic had their submission removed for insufficient lambda. +[2020-07-14 12:48:51,571] /u/PaanoBasic had their flair updated +[2020-07-14 12:54:24,492] There has been a new submission: 'Pokemon Emerald Randomizer Nuzlocke', with flair 'Video Critique' +[2020-07-14 12:54:26,294] /u/DankStee13 had their submission removed for insufficient lambda. +[2020-07-14 12:54:28,152] /u/DankStee13 had their flair updated +[2020-07-14 13:02:09,429] There has been a new submission: 'Hello Good People. I have a YouTube channel where I post my music. I would urge you to check it out. I am trying to reach 100 subs. You subscribing will matter. So go ahead. Show some love.', with flair 'Channel Review' +[2020-07-14 13:02:11,302] /u/SouravBiswax had their submission removed for insufficient lambda. +[2020-07-14 13:02:13,466] /u/SouravBiswax had their flair updated +[2020-07-14 13:05:06,196] /u/Pantologistt had their flair updated +[2020-07-14 13:07:08,504] '/u/Salty_Boi_04' has given '/u/kahnindustries' lambda! +[2020-07-14 13:07:09,923] /u/kahnindustries had their flair updated +[2020-07-14 13:08:22,848] '/u/Salty_Boi_04' has given '/u/catlessdog' lambda! +[2020-07-14 13:08:23,804] /u/catlessdog had their flair updated +[2020-07-14 13:13:51,398] There has been a new submission: 'Fortnite Montage - "PARTY GIRL" (StaySolidRocky)', with flair 'Gaming' +[2020-07-14 13:13:53,107] /u/TyriqGamesssss had their submission removed for insufficient lambda. +[2020-07-14 13:13:55,023] /u/TyriqGamesssss had their flair updated +[2020-07-14 13:19:35,009] '/u/JustinInTheHall' has given '/u/BringBackHueyLewis' lambda! +[2020-07-14 13:19:35,551] /u/BringBackHueyLewis had their flair updated +[2020-07-14 13:19:43,856] '/u/JustinInTheHall' has given '/u/Chig3l' lambda! +[2020-07-14 13:19:44,491] /u/Chig3l had their flair updated +[2020-07-14 13:19:53,173] '/u/JustinInTheHall' has given '/u/siddhant1991' lambda! +[2020-07-14 13:19:53,605] /u/siddhant1991 had their flair updated +[2020-07-14 13:20:07,474] '/u/JustinInTheHall' has given '/u/Jgolde8' lambda! +[2020-07-14 13:20:09,819] /u/Jgolde8 had their flair updated +[2020-07-14 13:22:08,695] There has been a new submission: 'Hello everyone!This is my channel. It's about knowledge and so far I posted and talked about zodiacal signs and the ages of mankind. If you like it feel free to subscribe :)', with flair 'Channel Review' +[2020-07-14 13:22:10,211] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-14 13:22:12,337] /u/adyx1997 had their flair updated +[2020-07-14 13:34:09,470] '/u/acexsd1' has given '/u/MonkfishGamer' lambda! +[2020-07-14 13:34:11,223] /u/MonkfishGamer had their flair updated +[2020-07-14 13:35:55,883] '/u/acexsd1' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-14 13:35:57,497] /u/GrumpyBottom_YT had their flair updated +[2020-07-14 13:42:51,300] There has been a new submission: 'Hi please can you watch this video and give me feedback on where I can improve?', with flair 'Video Critique' +[2020-07-14 13:42:53,239] /u/AOteck had their submission removed for insufficient lambda. +[2020-07-14 13:42:55,258] /u/AOteck had their flair updated +[2020-07-14 13:46:09,203] There has been a new submission: 'Made this video a couple days ago, but it isn't performing as well as I'd hoped. Would love some feedback on it!', with flair 'Video Critique' +[2020-07-14 13:46:09,628] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 13:46:09,631] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 13:46:09,763] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Pn929bWxiWY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 13:46:09,893] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFwz9kcX7VV_zCMfgzTV8Qg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 13:46:11,888] /u/DragonFoolish had their flair updated +[2020-07-14 13:54:47,896] There has been a new submission: 'AIRSOFT MEMES AND WAR WITH AWESOME PUSH @ Sågverket Sydkustens Airsoft', with flair 'Video Critique' +[2020-07-14 13:54:49,698] /u/ewilhelmsson had their submission removed for insufficient lambda. +[2020-07-14 13:54:51,504] /u/ewilhelmsson had their flair updated +[2020-07-14 13:57:45,308] +#################### +[Jul 14 2020 13:57:45] RESTARTED +#################### + +[2020-07-14 13:59:12,281] There has been a new submission: 'Inspirational Content', with flair 'Discussion' +[2020-07-14 13:59:13,089] /u/rauldomix had their flair updated +[2020-07-14 14:04:24,450] There has been a new submission: 'Are you a scorpio or know someone? Here is a video about everything you need to know about the characteristics. It also explain the constellation if you like astronomy and the myth if you like history. If you like it follow me on this path and subscribe :)', with flair 'Channel Review' +[2020-07-14 14:04:26,048] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-14 14:04:27,917] /u/adyx1997 had their flair updated +[2020-07-14 14:18:10,969] There has been a new submission: 'Is it true, with consistency and hard work I will reach 1000 subs within 22 months?', with flair 'Discussion' +[2020-07-14 14:18:12,309] /u/Yo-Homeboy13 had their flair updated +[2020-07-14 14:22:00,824] '/u/DragonFoolish' has given '/u/catlessdog' lambda! +[2020-07-14 14:22:02,942] /u/catlessdog had their flair updated +[2020-07-14 14:28:10,258] There has been a new submission: 'Hey guys I dropped a music video (amv) for a song I did a lil while back called witchcraft pls like and share and I’ll listen your music leave links below 🐙💕', with flair 'Video Critique' +[2020-07-14 14:28:11,219] /u/smokyzack had their submission removed for insufficient lambda. +[2020-07-14 14:28:12,344] /u/smokyzack had their flair updated +[2020-07-14 14:28:46,973] There has been a new submission: 'Hunting down funny moments in Valorant | Anyone got any advice on how to take my videos to the next level and give me some critiques if there is any, i will give LAMBDA, hope you enjoy and subscribe!', with flair 'Video Critique' +[2020-07-14 14:28:47,362] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 14:28:47,366] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 14:28:47,544] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uI31ixN0MIs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 14:28:47,655] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxdxZVYJx4DG5MS8S7c-Kxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 14:28:48,911] /u/catlessdog had their flair updated +[2020-07-14 14:30:44,352] There has been a new submission: 'Newest video. Using streamlabs OBS. Still cant seem to figure out sound. Any ideas?', with flair 'Video Critique' +[2020-07-14 14:30:46,367] /u/justin7201982ray had their submission removed for insufficient lambda. +[2020-07-14 14:30:48,665] /u/justin7201982ray had their flair updated +[2020-07-14 14:35:34,900] There has been a new submission: 'Made some changes to my channel :). Giving lambda to useful advice! :D', with flair 'Channel Review' +[2020-07-14 14:35:34,942] Starting every day program... +[2020-07-14 14:35:34,947] Updating database statistics... +[2020-07-14 14:35:35,078] Posting and updating wiki... +[2020-07-14 14:35:37,563] /u/ShikharTrivedi had their flair updated +[2020-07-14 14:35:52,371] Formatting leaderboard... +[2020-07-14 14:35:52,507] Updating sidebar... +[2020-07-14 14:35:53,942] Updated in new reddit... +[2020-07-14 14:35:57,924] Updated in old reddit... +[2020-07-14 14:35:57,925] Completed. +[2020-07-14 14:40:26,823] '/u/acexsd1' has given '/u/Yo-Homeboy13' lambda! +[2020-07-14 14:40:29,394] /u/Yo-Homeboy13 had their flair updated +[2020-07-14 14:41:52,345] There has been a new submission: 'Allowing People to Post Images?', with flair 'Discussion' +[2020-07-14 14:41:55,225] /u/HookedOnAFeeling360 had their flair updated +[2020-07-14 14:47:05,480] /u/Cupidnyaa had their flair updated +[2020-07-14 14:47:34,172] '/u/Cupidnyaa' has given '/u/Yo-Homeboy13' lambda! +[2020-07-14 14:47:35,292] /u/Yo-Homeboy13 had their flair updated +[2020-07-14 14:48:25,179] There has been a new submission: 'Watch my codevein trailer ”meet me”', with flair 'Video Critique' +[2020-07-14 14:48:26,117] /u/VydenR41 had their submission removed for insufficient lambda. +[2020-07-14 14:48:27,156] /u/VydenR41 had their flair updated +[2020-07-14 14:59:32,843] '/u/tedster_' has given '/u/Amahri' lambda! +[2020-07-14 14:59:33,453] /u/Amahri had their flair updated +[2020-07-14 15:01:51,604] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 17 - The Truth (The Last of U...', with flair 'Gaming' +[2020-07-14 15:01:53,489] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-14 15:01:55,698] /u/CecliusPlaysHD had their flair updated +[2020-07-14 15:04:39,974] There has been a new submission: 'JNN: Mostly Reliable News #1can I get a review on my video?', with flair 'Channel Review' +[2020-07-14 15:04:41,497] /u/Jman45062 had their submission removed for insufficient lambda. +[2020-07-14 15:04:43,296] /u/Jman45062 had their flair updated +[2020-07-14 15:05:06,359] There has been a new submission: 'Any good SEO advice for review channels?', with flair 'Discussion' +[2020-07-14 15:05:08,580] /u/NG91Films had their flair updated +[2020-07-14 15:40:06,660] {ERROR} +[2020-07-14 15:40:42,383] There has been a new submission: 'Will Future Phones Come With Chargers? New video is out!', with flair 'Video Critique' +[2020-07-14 15:40:44,419] /u/techdoestalk had their submission removed for insufficient lambda. +[2020-07-14 15:40:46,734] /u/techdoestalk had their flair updated +[2020-07-14 15:40:52,971] There has been a new submission: 'How’s my channel? And how can I improve?', with flair 'Channel Review' +[2020-07-14 15:40:55,552] /u/wesdoesgame had their flair updated +[2020-07-14 15:53:10,377] There has been a new submission: 'Are you guys trying to make a career on YouTube or just doing it for fun?', with flair 'Discussion' +[2020-07-14 15:53:13,009] /u/DragonFoolish had their flair updated +[2020-07-14 15:57:45,196] +#################### +[Jul 14 2020 15:57:45] RESTARTED +#################### + +[2020-07-14 16:00:16,846] There has been a new submission: 'Road To 100 subs', with flair 'Gaming' +[2020-07-14 16:00:18,958] /u/im_CrackLess had their submission removed for insufficient lambda. +[2020-07-14 16:00:21,253] /u/im_CrackLess had their flair updated +[2020-07-14 16:01:36,795] '/u/iMan6005' has given '/u/Articwolf26' lambda! +[2020-07-14 16:01:39,008] /u/Articwolf26 had their flair updated +[2020-07-14 16:03:08,203] '/u/iMan6005' has given '/u/kahnindustries' lambda! +[2020-07-14 16:03:10,255] /u/kahnindustries had their flair updated +[2020-07-14 16:05:14,655] '/u/iMan6005' has given '/u/whatamI_doinghere00' lambda! +[2020-07-14 16:05:16,386] /u/whatamI_doinghere00 had their flair updated +[2020-07-14 16:06:34,313] '/u/iMan6005' has given '/u/AsunderSage672' lambda! +[2020-07-14 16:06:35,796] /u/AsunderSage672 had their flair updated +[2020-07-14 16:07:26,473] There has been a new submission: 'пирошки и враждебное поглощение', with flair 'Art' +[2020-07-14 16:07:27,536] /u/and_discuss had their submission removed for insufficient lambda. +[2020-07-14 16:07:28,884] /u/and_discuss had their flair updated +[2020-07-14 16:07:37,603] There has been a new submission: 'My latest video has very low viewer retention rate and I'm not sure why. Only about 10%. Any feedback would be amazing and great feedback will be rewarded with lambda', with flair 'Video Critique' +[2020-07-14 16:07:37,845] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 16:07:37,849] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 16:07:38,008] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A9kG4kcCHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 16:07:38,118] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT5bmvzQwbwpsPmel69ITBQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 16:07:39,792] /u/porcupine207 had their flair updated +[2020-07-14 16:08:03,910] '/u/iMan6005' has given '/u/Jman45062' lambda! +[2020-07-14 16:08:05,146] /u/Jman45062 had their flair updated +[2020-07-14 16:11:38,366] There has been a new submission: 'I recreate Order 66 the best way possiable', with flair 'Gaming' +[2020-07-14 16:11:40,401] /u/DylanIndeed had their submission removed for insufficient lambda. +[2020-07-14 16:11:42,564] /u/DylanIndeed had their flair updated +[2020-07-14 16:25:00,574] '/u/ShikharTrivedi' has given '/u/porcupine207' lambda! +[2020-07-14 16:25:02,223] /u/porcupine207 had their flair updated +[2020-07-14 16:30:18,656] There has been a new submission: 'Check out my new video hope you all gonna like it watch it full thanks 😊 Eid Mehndi design 2020| bakra Eid Mehndi design 2020', with flair 'Art' +[2020-07-14 16:30:20,755] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-14 16:30:23,074] /u/Iqra-Entertainment had their flair updated +[2020-07-14 16:33:29,115] There has been a new submission: 'Playing WarZone with a Subscriber!!! (Hilarious!!) Call of Duty WarZone Gameplay', with flair 'Gaming' +[2020-07-14 16:33:31,074] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-07-14 16:33:33,017] /u/Kool_newt had their flair updated +[2020-07-14 16:35:43,939] There has been a new submission: 'Encountering crab mentality: your experiences', with flair 'Discussion' +[2020-07-14 16:35:45,875] /u/LansVids had their flair updated +[2020-07-14 16:37:11,315] '/u/CurrentOfficial' has given '/u/AsunderSage672' lambda! +[2020-07-14 16:37:12,640] /u/AsunderSage672 had their flair updated +[2020-07-14 16:43:44,710] There has been a new submission: 'Masked Ch4rizar6', with flair 'Gaming' +[2020-07-14 16:43:46,490] /u/Masked_Ch4rizar6_YT had their submission removed for insufficient lambda. +[2020-07-14 16:43:48,410] /u/Masked_Ch4rizar6_YT had their flair updated +[2020-07-14 16:43:59,028] There has been a new submission: 'Does category matter?', with flair 'Discussion' +[2020-07-14 16:44:01,593] /u/dontreeg had their flair updated +[2020-07-14 16:51:55,653] There has been a new submission: 'I Sometimes Wonder Why My views are so low', with flair 'Video Critique' +[2020-07-14 16:51:57,649] /u/jackthefallout had their submission removed for insufficient lambda. +[2020-07-14 16:51:59,796] /u/jackthefallout had their flair updated +[2020-07-14 16:57:41,174] There has been a new submission: 'I make funny montages and .exe videos!', with flair 'Video Critique' +[2020-07-14 16:57:42,203] /u/BigLManKeith00 had their submission removed for insufficient lambda. +[2020-07-14 16:57:43,414] /u/BigLManKeith00 had their flair updated +[2020-07-14 17:02:45,630] There has been a new submission: 'فرح بهانة', with flair 'Channel Review' +[2020-07-14 17:02:47,453] /u/Teta_Nagafa had their submission removed for insufficient lambda. +[2020-07-14 17:02:49,491] /u/Teta_Nagafa had their flair updated +[2020-07-14 17:04:25,549] There has been a new submission: 'Balancing 100 Chemical Equations in One Take. Please watch and let me know how my video is and if there are any areas for improvement. I appreciate the help and I will give lambda.', with flair 'Video Critique' +[2020-07-14 17:04:26,015] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 17:04:26,018] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 17:04:26,185] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Yx_bjawHVjc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 17:04:26,303] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp3x2otkxlJK8FSI5CMwKZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 17:04:28,819] /u/Ubaids_Lab had their flair updated +[2020-07-14 17:19:22,351] There has been a new submission: 'Starting my Journey', with flair 'Video Critique' +[2020-07-14 17:19:23,676] /u/MysticFart3 had their submission removed for insufficient lambda. +[2020-07-14 17:19:24,348] /u/MysticFart3 had their flair updated +[2020-07-14 17:19:29,041] '/u/Salty_Boi_04' has given '/u/Articwolf26' lambda! +[2020-07-14 17:19:29,716] /u/Articwolf26 had their flair updated +[2020-07-14 17:20:03,658] There has been a new submission: 'My channel just started uploading playing shooters', with flair 'Gaming' +[2020-07-14 17:20:05,758] /u/TheRandomPerson0 had their submission removed for insufficient lambda. +[2020-07-14 17:20:08,086] /u/TheRandomPerson0 had their flair updated +[2020-07-14 17:22:19,733] '/u/TheLuiginator' has given '/u/Yo-Homeboy13' lambda! +[2020-07-14 17:22:21,696] /u/Yo-Homeboy13 had their flair updated +[2020-07-14 17:25:09,825] There has been a new submission: 'Did a RDCWorld Reaction! How hoopers be making unnecessary passes. Let me know how I did with the content, thumbnail, etc.', with flair 'Video Critique' +[2020-07-14 17:25:10,239] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 17:25:10,241] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 17:25:10,395] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=us-eFjxaKjE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 17:25:10,531] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMQ7dakcwP9L_sa2viWt8pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 17:25:12,920] /u/TheVirgoVagabond had their flair updated +[2020-07-14 17:27:49,720] '/u/TheLuiginator' has given '/u/EL_Gordoz' lambda! +[2020-07-14 17:27:50,881] /u/EL_Gordoz had their flair updated +[2020-07-14 17:29:54,720] There has been a new submission: 'I have recently revived my channel during lockdown, and I would like some advice on how I can improve my channel, and i would like some ideas for videos, coz i dont know where to take my channel.', with flair 'Channel Review' +[2020-07-14 17:29:55,328] /u/FootyLynx had their submission removed for insufficient lambda. +[2020-07-14 17:29:55,729] /u/FootyLynx had their flair updated +[2020-07-14 17:33:04,230] '/u/acexsd1' has given '/u/BrassBallsComedy' lambda! +[2020-07-14 17:33:06,263] /u/BrassBallsComedy had their flair updated +[2020-07-14 17:33:21,593] There has been a new submission: 'First of hopefully many smite videos.', with flair 'Video Critique' +[2020-07-14 17:33:23,315] /u/R1ddleBerry had their submission removed for insufficient lambda. +[2020-07-14 17:33:25,257] /u/R1ddleBerry had their flair updated +[2020-07-14 17:37:00,774] There has been a new submission: 'Lamborghini Centenario - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-14 17:37:03,302] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-14 17:37:04,644] /u/YSforce had their flair updated +[2020-07-14 17:39:32,471] '/u/Ubaids_Lab' has given '/u/TheFootshooters' lambda! +[2020-07-14 17:39:33,002] /u/TheFootshooters had their flair updated +[2020-07-14 17:40:23,065] '/u/Ubaids_Lab' has given '/u/R1ddleBerry' lambda! +[2020-07-14 17:40:25,466] /u/R1ddleBerry had their flair updated +[2020-07-14 17:45:13,572] There has been a new submission: 'Help with collaborating!', with flair 'Collab' +[2020-07-14 17:45:15,774] /u/Jaydiiin had their flair updated +[2020-07-14 17:45:50,551] There has been a new submission: 'Rainbow Six Siege feat Mario Bros and Wii', with flair 'Video Critique' +[2020-07-14 17:45:52,838] /u/azulparalizado had their submission removed for insufficient lambda. +[2020-07-14 17:45:54,437] /u/azulparalizado had their flair updated +[2020-07-14 17:48:53,706] There has been a new submission: 'SCOUT is OP | W1D1| PMWL - League Play | PUBG MOBILE World League Season Zero (2020)', with flair 'Gaming' +[2020-07-14 17:48:54,593] /u/Stonerclub had their submission removed for insufficient lambda. +[2020-07-14 17:48:55,448] /u/Stonerclub had their flair updated +[2020-07-14 17:57:09,186] There has been a new submission: 'Just started my own LEGO for Adults YouTube show!', with flair 'Vlog' +[2020-07-14 17:57:10,468] /u/torontobrickco had their submission removed for insufficient lambda. +[2020-07-14 17:57:12,083] /u/torontobrickco had their flair updated +[2020-07-14 17:57:20,625] There has been a new submission: '3rd video I've put effort into editing. Would greatly appreciate if anyone could give me any ideas for what type of content they've seen succeed around the topic of VR.', with flair 'Gaming' +[2020-07-14 17:57:22,015] /u/ITobiaSI had their submission removed for insufficient lambda. +[2020-07-14 17:57:23,325] /u/ITobiaSI had their flair updated +[2020-07-14 17:57:45,372] +#################### +[Jul 14 2020 17:57:45] RESTARTED +#################### + +[2020-07-14 17:59:11,978] There has been a new submission: 'What's the best way to do your first video', with flair 'Discussion' +[2020-07-14 17:59:12,824] /u/sammy15418 had their flair updated +[2020-07-14 17:59:17,577] '/u/Ubaids_Lab' has given '/u/porcupine207' lambda! +[2020-07-14 17:59:18,168] /u/porcupine207 had their flair updated +[2020-07-14 18:02:48,247] There has been a new submission: 'Top 5 Will Ferrell List :)', with flair 'Video Critique' +[2020-07-14 18:02:50,107] /u/Chelsea3000 had their submission removed for insufficient lambda. +[2020-07-14 18:02:52,167] /u/Chelsea3000 had their flair updated +[2020-07-14 18:05:39,294] There has been a new submission: 'Can I get some feedback on my latest video?', with flair 'Video Critique' +[2020-07-14 18:05:39,739] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 18:05:39,743] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 18:05:39,911] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M1QrFlDm3Fg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:05:40,017] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCErFeGLelWYN3kD5HuX4fJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:05:42,295] /u/EL_Gordoz had their flair updated +[2020-07-14 18:06:10,073] There has been a new submission: 'CALL OF DUTY MODERN WARFARE: From a noobs perspective', with flair 'Gaming' +[2020-07-14 18:06:11,354] /u/Gordon-Ramsey-46 had their submission removed for insufficient lambda. +[2020-07-14 18:06:12,873] /u/Gordon-Ramsey-46 had their flair updated +[2020-07-14 18:12:44,388] There has been a new submission: 'I posted my 8th video onto my channel and would appreciate it if people could leave me some feedback and subscribe :)', with flair 'Video Critique' +[2020-07-14 18:12:46,288] /u/derkinater had their submission removed for insufficient lambda. +[2020-07-14 18:12:48,356] /u/derkinater had their flair updated +[2020-07-14 18:13:17,563] There has been a new submission: 'Might be my first and last post. I was recently blessed with a big bump in subs, but I wanted to share one video. Thanks for having me. Let me know what you think.', with flair 'Video Critique' +[2020-07-14 18:13:18,162] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 18:13:18,164] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 18:13:18,319] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Lmiog5havls&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:13:18,437] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkvF0SE2gvr3QnS7IlNOGCA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:13:21,229] /u/Daneywaney had their flair updated +[2020-07-14 18:13:29,111] There has been a new submission: 'Why arent chapters working on my video?', with flair 'Discussion' +[2020-07-14 18:13:31,646] /u/Bacony_Hair had their flair updated +[2020-07-14 18:15:54,233] There has been a new submission: 'Build Me A Daddy Is A Song That Actually Exists, And Its Hilariously Cheesy | Final Product As A Result Of Changes Suggested Here', with flair 'Video Critique' +[2020-07-14 18:15:55,650] /u/jetmax25 had their submission removed for insufficient lambda. +[2020-07-14 18:15:57,288] /u/jetmax25 had their flair updated +[2020-07-14 18:16:07,003] There has been a new submission: 'My small introduction', with flair 'Gaming' +[2020-07-14 18:16:08,972] /u/Laserlovey5000 had their submission removed for insufficient lambda. +[2020-07-14 18:16:10,547] /u/Laserlovey5000 had their flair updated +[2020-07-14 18:19:28,036] '/u/Ubaids_Lab' has given '/u/code_five_art' lambda! +[2020-07-14 18:19:28,708] /u/code_five_art had their flair updated +[2020-07-14 18:20:29,600] There has been a new submission: 'Los Angeles California Food Tour 2020 | In-N-Out, Snails, Boba, & More', with flair 'Vlog' +[2020-07-14 18:20:31,732] /u/luanytunes had their submission removed for insufficient lambda. +[2020-07-14 18:20:34,034] /u/luanytunes had their flair updated +[2020-07-14 18:30:03,858] There has been a new submission: 'You a badass? Well, you can’t be a badder ass than these guys and girls. All feedback is appreciated!', with flair 'Video Critique' +[2020-07-14 18:30:04,597] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 18:30:04,600] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 18:30:04,805] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aSrgRNqGCsE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:30:04,921] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQ5Y-YlfXKIOpghxAoQcFgg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:30:08,393] /u/SelendineMcHerb had their flair updated +[2020-07-14 18:30:27,325] Retrying due to 504 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-14 18:31:03,591] There has been a new submission: 'The Umbrella Academy Season 2 Trailer Reaction | Review of Umbrella Acad...', with flair 'Video Critique' +[2020-07-14 18:31:05,561] /u/MagsFromPluto had their submission removed for insufficient lambda. +[2020-07-14 18:31:07,859] /u/MagsFromPluto had their flair updated +[2020-07-14 18:31:13,539] There has been a new submission: 'Friend has a stroke', with flair 'Gaming' +[2020-07-14 18:31:15,649] /u/GraveRisingV1 had their submission removed for insufficient lambda. +[2020-07-14 18:31:17,986] /u/GraveRisingV1 had their flair updated +[2020-07-14 18:36:05,304] '/u/Ubaids_Lab' has given '/u/ShinTV' lambda! +[2020-07-14 18:36:06,874] /u/ShinTV had their flair updated +[2020-07-14 18:37:50,555] There has been a new submission: 'I made this short film and uploaded it to my channel. Let me know where I can improve :)', with flair 'Video Critique' +[2020-07-14 18:37:51,680] /u/ambitious_filmkr had their submission removed for insufficient lambda. +[2020-07-14 18:37:52,884] /u/ambitious_filmkr had their flair updated +[2020-07-14 18:42:04,313] There has been a new submission: 'CAN HOODINI BRING MY DAD BACK ?!?!!?!?!!!??!?', with flair 'Vlog' +[2020-07-14 18:42:06,305] /u/The-Bomb-Guy had their submission removed for insufficient lambda. +[2020-07-14 18:42:08,423] /u/The-Bomb-Guy had their flair updated +[2020-07-14 18:46:46,707] There has been a new submission: 'i think i made a half decent video, check it out if you would like', with flair 'Video Critique' +[2020-07-14 18:46:48,365] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-07-14 18:46:49,784] /u/FyzLe_YT had their flair updated +[2020-07-14 18:50:15,604] There has been a new submission: 'Asking for some feedback!', with flair 'Vlog' +[2020-07-14 18:50:17,614] /u/maalinidaa had their submission removed for insufficient lambda. +[2020-07-14 18:50:19,964] /u/maalinidaa had their flair updated +[2020-07-14 18:51:28,683] There has been a new submission: 'My Friends and I did the 24 Hour Pool Challenge. Would love some feedback on how to improve or any thoughts on the video. Thanks!', with flair 'Video Critique' +[2020-07-14 18:51:29,373] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 18:51:29,375] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 18:51:29,531] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UIQmzZ7db5g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:51:29,647] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmLVwKs-oNW4RLoIIlO7V6Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 18:51:32,677] /u/jordanlitwiller had their flair updated +[2020-07-14 18:55:08,523] There has been a new submission: 'friend has a stroke', with flair 'Gaming' +[2020-07-14 18:55:10,054] /u/GraveRisingV1 had their submission removed for insufficient lambda. +[2020-07-14 18:55:12,122] /u/GraveRisingV1 had their flair updated +[2020-07-14 19:12:25,108] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-14 19:12:28,989] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-14 19:12:31,842] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-14 19:12:36,436] {ERROR} received 500 HTTP response +[2020-07-14 19:12:37,279] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-14 19:51:04,153] '/u/catlessdog' has given '/u/AsunderSage672' lambda! +[2020-07-14 19:51:06,412] /u/AsunderSage672 had their flair updated +[2020-07-14 19:51:49,079] '/u/catlessdog' has given '/u/DragonFoolish' lambda! +[2020-07-14 19:51:51,266] /u/DragonFoolish had their flair updated +[2020-07-14 19:53:59,753] '/u/catlessdog' has given '/u/jackthefallout' lambda! +[2020-07-14 19:54:01,734] /u/jackthefallout had their flair updated +[2020-07-14 19:54:13,389] '/u/catlessdog' has given '/u/R1ddleBerry' lambda! +[2020-07-14 19:54:15,266] /u/R1ddleBerry had their flair updated +[2020-07-14 19:57:45,504] +#################### +[Jul 14 2020 19:57:45] RESTARTED +#################### + +[2020-07-14 19:59:08,106] There has been a new submission: 'Come follow a new Youtube channel - I will be posting twice a week with amazing cinematic content and editing tips and tricks!', with flair 'Channel Review' +[2020-07-14 19:59:08,934] /u/123mpc had their submission removed for insufficient lambda. +[2020-07-14 19:59:09,651] /u/123mpc had their flair updated +[2020-07-14 19:59:12,191] There has been a new submission: 'Rate Video Out of 10 (Also add some critique!)', with flair 'Video Critique' +[2020-07-14 19:59:13,030] /u/CeypticKing_YT had their submission removed for insufficient lambda. +[2020-07-14 19:59:13,732] /u/CeypticKing_YT had their flair updated +[2020-07-14 19:59:16,885] There has been a new submission: 'Exercise and its History - The second video on my new channel. If you're looking for a deep, indepth lesson with high quality animation, please don't watch my videos.', with flair 'Video Critique' +[2020-07-14 19:59:17,755] /u/HandleBud had their submission removed for insufficient lambda. +[2020-07-14 19:59:18,413] /u/HandleBud had their flair updated +[2020-07-14 19:59:21,438] There has been a new submission: 'This is my new episode can you check it out', with flair 'Gaming' +[2020-07-14 19:59:22,302] /u/smellyjelly95 had their submission removed for insufficient lambda. +[2020-07-14 19:59:22,932] /u/smellyjelly95 had their flair updated +[2020-07-14 19:59:26,002] There has been a new submission: 'THIS WILL MAKE YOU SCREAM! FNAF Help wanted. Fnaf1 Remastered.', with flair 'Gaming' +[2020-07-14 19:59:27,247] /u/WinkyTheWolf had their submission removed for insufficient lambda. +[2020-07-14 19:59:27,858] /u/WinkyTheWolf had their flair updated +[2020-07-14 19:59:30,360] There has been a new submission: 'Warzone but we Land Superstore every game', with flair 'Gaming' +[2020-07-14 19:59:31,057] /u/Gregthehero1 had their submission removed for insufficient lambda. +[2020-07-14 19:59:31,803] /u/Gregthehero1 had their flair updated +[2020-07-14 19:59:34,628] There has been a new submission: 'Please check out my YouTube channel', with flair 'Channel Review' +[2020-07-14 19:59:35,626] /u/emkaygangleader had their submission removed for insufficient lambda. +[2020-07-14 19:59:36,161] /u/emkaygangleader had their flair updated +[2020-07-14 19:59:38,279] There has been a new submission: 'Just started making video (any advise to get better?)', with flair 'Video Critique' +[2020-07-14 19:59:38,963] /u/FrogotMyHomework had their submission removed for insufficient lambda. +[2020-07-14 19:59:39,479] /u/FrogotMyHomework had their flair updated +[2020-07-14 19:59:42,014] There has been a new submission: 'My First Time Ever Winning Money in GTA Online Casino!', with flair 'Gaming' +[2020-07-14 19:59:42,658] /u/frozzma had their submission removed for insufficient lambda. +[2020-07-14 19:59:43,153] /u/frozzma had their flair updated +[2020-07-14 19:59:45,785] There has been a new submission: 'anyone know any good discord servers for small youtubers?', with flair 'Discussion' +[2020-07-14 19:59:46,443] /u/snailsandbugs had their flair updated +[2020-07-14 20:00:38,535] '/u/Daneywaney' has given '/u/snailsandbugs' lambda! +[2020-07-14 20:00:40,836] /u/snailsandbugs had their flair updated +[2020-07-14 20:02:53,047] '/u/Daneywaney' has given '/u/jetmax25' lambda! +[2020-07-14 20:02:55,117] /u/jetmax25 had their flair updated +[2020-07-14 20:05:16,744] '/u/Salty_Boi_04' has given '/u/threepiecesofbread' lambda! +[2020-07-14 20:05:18,410] /u/threepiecesofbread had their flair updated +[2020-07-14 20:14:28,296] There has been a new submission: 'Took Everyone's Advice And Applied It To My Second Video!! What Did You Love? What Did You Hate? Will Give !lambda On All Feedback! Thanks!', with flair 'Video Critique' +[2020-07-14 20:14:28,931] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:14:28,934] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:14:29,075] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=am68iJcw9iI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:14:29,191] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:14:31,867] /u/CaptainGusMohawk had their flair updated +[2020-07-14 20:20:15,471] There has been a new submission: 'My new video', with flair 'Gaming' +[2020-07-14 20:20:17,545] /u/emkaygangleader had their submission removed for insufficient lambda. +[2020-07-14 20:20:19,908] /u/emkaygangleader had their flair updated +[2020-07-14 20:23:39,383] '/u/SelendineMcHerb' has given '/u/jetmax25' lambda! +[2020-07-14 20:23:41,470] /u/jetmax25 had their flair updated +[2020-07-14 20:26:12,350] There has been a new submission: 'Rainbow Six Siege Clips That Make Your Realize Polar Bear Power Is Just ...', with flair 'Gaming' +[2020-07-14 20:26:13,810] /u/Jarkson010 had their submission removed for insufficient lambda. +[2020-07-14 20:26:15,353] /u/Jarkson010 had their flair updated +[2020-07-14 20:29:09,226] '/u/CaptainGusMohawk' has given '/u/emilyychu' lambda! +[2020-07-14 20:29:09,865] /u/emilyychu had their flair updated +[2020-07-14 20:29:53,939] There has been a new submission: 'OUR TEAMWORK WAS ON POINT!!!!! BIG WARZONE WIN!!', with flair 'Gaming' +[2020-07-14 20:29:54,771] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-14 20:29:55,156] /u/Curlyiix had their flair updated +[2020-07-14 20:36:47,696] '/u/Daneywaney' has given '/u/GideonGriebenow' lambda! +[2020-07-14 20:36:49,110] /u/GideonGriebenow had their flair updated +[2020-07-14 20:37:16,035] There has been a new submission: '10 Quick Tips To Do BETTER In Valorant (is the editing good or does it need some work?)', with flair 'Gaming' +[2020-07-14 20:37:16,299] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:37:16,301] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:37:16,467] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qSHkm49jiRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:37:16,587] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCixyVPA1mGL0EmYzG3l5xqg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:37:18,547] /u/SltySptoon had their flair updated +[2020-07-14 20:38:26,222] '/u/Daneywaney' has given '/u/BakingMathlete89' lambda! +[2020-07-14 20:38:27,260] /u/BakingMathlete89 had their flair updated +[2020-07-14 20:41:08,218] '/u/Daneywaney' has given '/u/axe_cannon' lambda! +[2020-07-14 20:41:10,333] /u/axe_cannon had their flair updated +[2020-07-14 20:41:53,617] There has been a new submission: 'Let me know what you think! Subscribe if you like my content!', with flair 'Art' +[2020-07-14 20:41:55,837] /u/mrkbreezy had their submission removed for insufficient lambda. +[2020-07-14 20:41:58,267] /u/mrkbreezy had their flair updated +[2020-07-14 20:42:27,741] There has been a new submission: 'This is Possibly the Most Blessed and Cursed Video that posted to this subreddit. Enjoy!', with flair 'Video Critique' +[2020-07-14 20:42:28,421] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:42:28,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:42:28,572] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NgutQTJ3l7o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:42:28,679] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP5bsxJ8vBOS1Hi2RH2r1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:42:31,602] /u/TheJustindsd had their flair updated +[2020-07-14 20:48:17,420] There has been a new submission: 'Build Me A Daddy Is A Song That Actually Exists | Posted After A Few Rounds Of Feedback Here. Would Love Some More Opinions Before My Next Video', with flair 'Video Critique' +[2020-07-14 20:48:17,768] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:48:17,771] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:48:17,929] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oxMJznEo6JM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:48:18,068] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWEmJHg0MRSMjCfUglsKP2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:48:19,461] /u/jetmax25 had their flair updated +[2020-07-14 20:49:57,940] There has been a new submission: 'This is my newest video. I did a challenge in a game I love. I’m working on improving my audio quality so sorry if that sucks.', with flair 'Gaming' +[2020-07-14 20:49:58,506] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:49:58,507] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:49:58,660] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jSx3pR8_DbE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:49:58,753] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:49:59,445] /u/disloyalclothYT had their flair updated +[2020-07-14 20:51:10,243] '/u/TheJustindsd' has given '/u/SelendineMcHerb' lambda! +[2020-07-14 20:51:12,463] /u/SelendineMcHerb had their flair updated +[2020-07-14 20:52:44,088] '/u/jordanlitwiller' has given '/u/emilyychu' lambda! +[2020-07-14 20:52:46,113] /u/emilyychu had their flair updated +[2020-07-14 20:54:02,131] '/u/jordanlitwiller' has given '/u/CaptainGusMohawk' lambda! +[2020-07-14 20:54:03,943] /u/CaptainGusMohawk had their flair updated +[2020-07-14 20:55:37,875] There has been a new submission: 'So I have good Audience retention and Engagement + click-through rate, why am I not getting more views?', with flair 'Video Critique' +[2020-07-14 20:55:39,294] /u/RealJayden had their submission removed for insufficient lambda. +[2020-07-14 20:55:41,002] /u/RealJayden had their flair updated +[2020-07-14 20:57:47,547] There has been a new submission: 'Hey there...Axe Cannon here. So I'm just getting back into the ol' Youtube scene. I used to have a channel partner, but now I'm going about it solo. This is the latest. Be as brutal as you can be! No guts, no glory.', with flair 'Video Critique' +[2020-07-14 20:57:47,869] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 20:57:47,872] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 20:57:47,974] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LfWVx5NF5MM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:57:48,083] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx4PkqEQYbIYyfiT2yS3WMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 20:57:49,628] /u/axe_cannon had their flair updated +[2020-07-14 21:04:53,847] /u/SelendineMcHerb had their flair updated +[2020-07-14 21:05:45,179] '/u/SelendineMcHerb' has given '/u/RealJayden' lambda! +[2020-07-14 21:05:46,806] /u/RealJayden had their flair updated +[2020-07-14 21:06:49,079] '/u/Ubaids_Lab' has given '/u/RealJayden' lambda! +[2020-07-14 21:06:50,388] /u/RealJayden had their flair updated +[2020-07-14 21:09:29,924] There has been a new submission: 'Put hard work into your videos, no matter how many subscribers you have.', with flair 'Discussion' +[2020-07-14 21:09:30,707] /u/Ali_Bama had their flair updated +[2020-07-14 21:11:28,310] '/u/axe_cannon' has given '/u/RealJayden' lambda! +[2020-07-14 21:11:30,491] /u/RealJayden had their flair updated +[2020-07-14 21:11:51,963] '/u/Ubaids_Lab' has given '/u/bnanaposting' lambda! +[2020-07-14 21:11:54,152] /u/bnanaposting had their flair updated +[2020-07-14 21:15:59,826] There has been a new submission: 'I recently became aware of how ignorant I was regarding aquatic pets. My first mini "Comedy Sketch" video! Please let me know what you think! ANY/ALL Feedback is appreciated!!', with flair 'Video Critique' +[2020-07-14 21:16:00,119] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 21:16:00,121] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 21:16:00,280] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rH1L3FxK5vM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:16:00,415] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCa10aojz-tltkiiJss1Xhfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:16:02,801] /u/MonsterPuppetZam had their flair updated +[2020-07-14 21:17:55,153] There has been a new submission: 'Recently changed my video style to be Twitch highlights that feature bits of editing to change them up a bit. Also, if anybody knows how I can fix my SEO for the video, that would be fantastic. Im unsure how to get the video more "out there"', with flair 'Video Critique' +[2020-07-14 21:17:55,525] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 21:17:55,527] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 21:17:55,662] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RaA_D39dJpY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:17:55,779] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLwUrXSMHS-Ef9JcoYrk2ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:17:57,282] /u/RealJayden had their flair updated +[2020-07-14 21:22:20,987] There has been a new submission: '[Video Critique] Caption this video (I didn't know how to title it)', with flair 'Video Critique' +[2020-07-14 21:22:21,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 21:22:21,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 21:22:21,782] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cIOGmswXJok&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:22:21,895] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEU1XDEIMtQStnhe09R2U_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:22:24,826] /u/generalna11 had their flair updated +[2020-07-14 21:23:27,983] There has been a new submission: 'For Youtubers creating video around their own Twitch Stream, like Stream Highlights, what is the best SEO words/Keywords we should be looking into?', with flair 'Discussion' +[2020-07-14 21:23:30,522] /u/RealJayden had their flair updated +[2020-07-14 21:24:16,248] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jul 14 2020)', with flair 'None' +[2020-07-14 21:25:37,276] There has been a new submission: 'I make short films/skits on my channel. We made a short film at an abandoned hospital this week. Would love for anyone to check it out!!', with flair 'Channel Review' +[2020-07-14 21:25:38,811] /u/natekillianfilms had their submission removed for insufficient lambda. +[2020-07-14 21:25:40,478] /u/natekillianfilms had their flair updated +[2020-07-14 21:28:00,133] There has been a new submission: 'A man wakes up with a permanent red nose on his face. What do you all think? Appreciate feedback/reactions!', with flair 'Video Critique' +[2020-07-14 21:28:00,353] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 21:28:00,354] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 21:28:00,504] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bB2xepsx-2s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:28:00,623] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCau6YGR5jGzZjSqs9FoyL0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 21:28:02,169] /u/Dizzeric had their flair updated +[2020-07-14 21:28:27,306] There has been a new submission: 'arsenal BUT the camera is inverted... *EXTREMELY HARD CHALLENGE*', with flair 'Gaming' +[2020-07-14 21:28:28,296] /u/muktar212 had their submission removed for insufficient lambda. +[2020-07-14 21:28:29,422] /u/muktar212 had their flair updated +[2020-07-14 21:30:25,998] '/u/LucaGamez' has given '/u/DragonFoolish' lambda! +[2020-07-14 21:30:28,307] /u/DragonFoolish had their flair updated +[2020-07-14 21:31:19,954] '/u/LucaGamez' has given '/u/TheFootshooters' lambda! +[2020-07-14 21:31:22,419] /u/TheFootshooters had their flair updated +[2020-07-14 21:31:33,099] '/u/TheJustindsd' has given '/u/GetLikePrincee' lambda! +[2020-07-14 21:31:35,200] /u/GetLikePrincee had their flair updated +[2020-07-14 21:33:43,355] '/u/TheJustindsd' has given '/u/axe_cannon' lambda! +[2020-07-14 21:33:45,256] /u/axe_cannon had their flair updated +[2020-07-14 21:34:56,919] '/u/Ubaids_Lab' has given '/u/life_is_sadd' lambda! +[2020-07-14 21:34:58,615] /u/life_is_sadd had their flair updated +[2020-07-14 21:39:03,277] There has been a new submission: 'My first propper video with effort and editing put in.', with flair 'Gaming' +[2020-07-14 21:39:04,854] /u/King_Vegeta9000 had their submission removed for insufficient lambda. +[2020-07-14 21:39:05,653] /u/King_Vegeta9000 had their flair updated +[2020-07-14 21:48:05,218] '/u/MICKIE_D' has given '/u/catlessdog' lambda! +[2020-07-14 21:48:06,280] /u/catlessdog had their flair updated +[2020-07-14 21:49:31,187] '/u/MICKIE_D' has given '/u/DragonFoolish' lambda! +[2020-07-14 21:49:31,752] /u/DragonFoolish had their flair updated +[2020-07-14 21:51:31,940] '/u/CaptainGusMohawk' has given '/u/SelendineMcHerb' lambda! +[2020-07-14 21:51:34,127] /u/SelendineMcHerb had their flair updated +[2020-07-14 21:52:45,532] '/u/CaptainGusMohawk' has given '/u/RealJayden' lambda! +[2020-07-14 21:52:47,587] /u/RealJayden had their flair updated +[2020-07-14 21:53:38,574] There has been a new submission: 'Jett - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-07-14 21:53:40,268] /u/pugstarr had their submission removed for insufficient lambda. +[2020-07-14 21:53:42,289] /u/pugstarr had their flair updated +[2020-07-14 21:55:54,772] '/u/generalna11' has given '/u/ProfessorFog' lambda! +[2020-07-14 21:55:56,351] /u/ProfessorFog had their flair updated +[2020-07-14 21:57:45,513] +#################### +[Jul 14 2020 21:57:45] RESTARTED +#################### + +[2020-07-14 21:59:07,193] {ERROR} +[2020-07-14 21:59:12,932] There has been a new submission: 'Subscribers not increasing', with flair 'Discussion' +[2020-07-14 21:59:13,790] /u/Ottolotl had their flair updated +[2020-07-14 22:07:43,252] There has been a new submission: 'After 5 years of trying on youtube I have now made a new channel to try again fresh. Please let me know what you guys think of my channel. I do Minecraft content similar to the youtuber Dream.', with flair 'Gaming' +[2020-07-14 22:07:44,327] /u/HypixelShorts had their submission removed for insufficient lambda. +[2020-07-14 22:07:45,505] /u/HypixelShorts had their flair updated +[2020-07-14 22:09:36,724] There has been a new submission: 'Check out this Call of Duty [Multi-Cod] montage!', with flair 'Gaming' +[2020-07-14 22:09:37,674] /u/Mayfieldbaker1 had their submission removed for insufficient lambda. +[2020-07-14 22:09:38,256] /u/Mayfieldbaker1 had their flair updated +[2020-07-14 22:14:15,775] There has been a new submission: 'Shake your phone for tity bounce', with flair 'Art' +[2020-07-14 22:14:17,641] /u/favoritesenpai had their submission removed for insufficient lambda. +[2020-07-14 22:14:19,490] /u/favoritesenpai had their flair updated +[2020-07-14 22:17:12,797] There has been a new submission: 'fav vid yet', with flair 'Gaming' +[2020-07-14 22:17:13,863] /u/itsDashhh had their submission removed for insufficient lambda. +[2020-07-14 22:17:15,257] /u/itsDashhh had their flair updated +[2020-07-14 22:17:26,968] There has been a new submission: 'I took my friend flying, let me know what you think, advice welcomed.', with flair 'Video Critique' +[2020-07-14 22:17:27,292] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 22:17:27,295] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 22:17:27,445] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z8C-GioitHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 22:17:27,560] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDUv6oScPrQNkgCWNCgr6Fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 22:17:29,348] /u/Paul_francis had their flair updated +[2020-07-14 22:24:19,846] '/u/vin12awesome' has given '/u/er8zy' lambda! +[2020-07-14 22:24:21,585] /u/er8zy had their flair updated +[2020-07-14 22:29:44,313] There has been a new submission: 'YallY'all wontY'all won't bebelieve how long i have been looking for a grougroup like this, anyways lets sub4sub comment lemme know', with flair 'Gaming' +[2020-07-14 22:29:45,221] /u/SttHoncho_ had their submission removed for insufficient lambda. +[2020-07-14 22:29:45,681] /u/SttHoncho_ had their flair updated +[2020-07-14 22:29:53,862] There has been a new submission: 'Could you guys please give me feedback on this video? let me know anything that I could work on!', with flair 'Gaming' +[2020-07-14 22:29:54,213] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 22:29:54,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 22:29:54,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HPh-LPDvpa0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 22:29:54,488] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrMZXDv48YryQxtxWf8uuxg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 22:29:55,272] /u/GetLikePrincee had their flair updated +[2020-07-14 22:31:08,735] There has been a new submission: 'Yall wont believe how long i have been looking for a group like this, anyways sub4sub commencomment below and lemme know', with flair 'Gaming' +[2020-07-14 22:31:10,781] /u/SttHoncho_ had their submission removed for insufficient lambda. +[2020-07-14 22:31:12,997] /u/SttHoncho_ had their flair updated +[2020-07-14 22:37:07,389] '/u/porcupine207' has given '/u/R1ddleBerry' lambda! +[2020-07-14 22:37:08,710] /u/R1ddleBerry had their flair updated +[2020-07-14 22:39:17,937] There has been a new submission: '#RoadTo230Subs I Need 2 More Subs! :D', with flair 'Gaming' +[2020-07-14 22:39:18,738] /u/Jomar_Playz had their submission removed for insufficient lambda. +[2020-07-14 22:39:19,454] /u/Jomar_Playz had their flair updated +[2020-07-14 22:53:31,199] '/u/Cupidnyaa' has given '/u/Articwolf26' lambda! +[2020-07-14 22:53:33,092] /u/Articwolf26 had their flair updated +[2020-07-14 22:57:44,780] There has been a new submission: 'Creating a cartoonish person for youtube', with flair 'Discussion' +[2020-07-14 22:57:46,242] /u/dontmessup16 had their flair updated +[2020-07-14 22:58:49,128] '/u/generalna11' has given '/u/TheLuiginator' lambda! +[2020-07-14 22:58:49,994] /u/TheLuiginator had their flair updated +[2020-07-14 23:00:17,313] /u/TheLuiginator had their flair updated +[2020-07-14 23:00:31,221] There has been a new submission: 'Hi! we had some fun and it would be really great if you checked it out!', with flair 'Video Critique' +[2020-07-14 23:00:33,309] /u/Spalaga_ had their submission removed for insufficient lambda. +[2020-07-14 23:00:35,631] /u/Spalaga_ had their flair updated +[2020-07-14 23:01:03,311] '/u/generalna11' has given '/u/GetLikePrincee' lambda! +[2020-07-14 23:01:05,480] /u/GetLikePrincee had their flair updated +[2020-07-14 23:01:13,511] {ERROR} +[2020-07-14 23:02:38,284] There has been a new submission: 'Team Fortress 2 Montage - First time doing a montage-style video in a minute! Does it work well? Funny, engaging? Lambda given out, literally all feedback appreciated!', with flair 'Video Critique' +[2020-07-14 23:02:38,894] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 23:02:38,897] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 23:02:39,064] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A3ezhNNVquk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 23:02:39,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 23:02:42,377] /u/TheLuiginator had their flair updated +[2020-07-14 23:03:46,016] '/u/Daneywaney' has given '/u/RealJayden' lambda! +[2020-07-14 23:03:47,842] /u/RealJayden had their flair updated +[2020-07-14 23:03:53,392] There has been a new submission: 'Help me get my first 10 subs on this channel <3 lambda for all feedback', with flair 'Gaming' +[2020-07-14 23:03:53,981] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-14 23:03:53,983] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-14 23:03:54,113] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0R4koD9TP9c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 23:03:54,229] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-14 23:03:57,547] /u/MrMoo-Youtube had their flair updated +[2020-07-14 23:09:29,870] '/u/Daneywaney' has given '/u/life_is_sadd' lambda! +[2020-07-14 23:09:30,387] /u/life_is_sadd had their flair updated +[2020-07-14 23:11:16,702] '/u/Daneywaney' has given '/u/gseaotragne' lambda! +[2020-07-14 23:11:19,199] /u/gseaotragne had their flair updated +[2020-07-14 23:11:28,619] There has been a new submission: 'One of my first vids i would like you to be britally honest with what i could be doing better', with flair 'Video Critique' +[2020-07-14 23:11:30,802] /u/p0tatoe1 had their submission removed for insufficient lambda. +[2020-07-14 23:11:33,026] /u/p0tatoe1 had their flair updated +[2020-07-14 23:12:47,411] '/u/Daneywaney' has given '/u/j4cksonlowry' lambda! +[2020-07-14 23:12:49,414] /u/j4cksonlowry had their flair updated +[2020-07-14 23:13:13,706] '/u/Daneywaney' has given '/u/Pastor_J_Skinner' lambda! +[2020-07-14 23:13:15,773] /u/Pastor_J_Skinner had their flair updated +[2020-07-14 23:14:48,827] There has been a new submission: 'Let me know what you guys think of this specific video. I worked very hard on it!', with flair 'Video Critique' +[2020-07-14 23:14:50,350] /u/FlashySmash had their submission removed for insufficient lambda. +[2020-07-14 23:14:52,140] /u/FlashySmash had their flair updated +[2020-07-14 23:19:22,316] '/u/CaptainGusMohawk' has given '/u/FishDishVartan' lambda! +[2020-07-14 23:19:22,879] /u/FishDishVartan had their flair updated +[2020-07-14 23:30:17,068] There has been a new submission: 'Shopping At Walgreens', with flair 'Vlog' +[2020-07-14 23:30:19,057] /u/Prettyrose2019 had their submission removed for insufficient lambda. +[2020-07-14 23:30:21,373] /u/Prettyrose2019 had their flair updated +[2020-07-14 23:43:06,804] There has been a new submission: 'Hello all! We recently started a couple’s channel 2 weeks ago and would love your support and/or channel advice! We hit 100 subs a couple days ago and want to know what we can do to keep growing ☺️', with flair 'Channel Review' +[2020-07-14 23:43:08,543] /u/navirain had their submission removed for insufficient lambda. +[2020-07-14 23:43:10,583] /u/navirain had their flair updated +[2020-07-14 23:48:11,850] There has been a new submission: '[Video] Powerful Jim Rohn Motivation + Hangout With Me.', with flair 'Channel Review' +[2020-07-14 23:48:12,806] /u/iFaisalKarim had their submission removed for insufficient lambda. +[2020-07-14 23:48:14,166] /u/iFaisalKarim had their flair updated +[2020-07-14 23:53:19,933] There has been a new submission: 'Grilling Some Pork Belly KBBQ ASMR', with flair 'Video Critique' +[2020-07-14 23:53:21,622] /u/Tru_Drone_Videos had their submission removed for insufficient lambda. +[2020-07-14 23:53:23,604] /u/Tru_Drone_Videos had their flair updated +[2020-07-14 23:55:22,610] '/u/Daneywaney' has given '/u/master_yosh' lambda! +[2020-07-14 23:55:24,210] /u/master_yosh had their flair updated +[2020-07-14 23:57:45,778] +#################### +[Jul 14 2020 23:57:45] RESTARTED +#################### + +[2020-07-15 00:02:55,596] '/u/MrMoo-Youtube' has given '/u/navirain' lambda! +[2020-07-15 00:02:57,645] /u/navirain had their flair updated +[2020-07-15 00:11:09,437] {ERROR} +[2020-07-15 00:11:54,216] '/u/Dizzeric' has given '/u/HandleBud' lambda! +[2020-07-15 00:11:56,362] /u/HandleBud had their flair updated +[2020-07-15 00:14:53,663] There has been a new submission: 'I just decided to start a stop motion series, bringing characters from different worlds (DC, Marvel, Resident Evil, Final Fantasy, Street Fighter). Any thoughts/feedback will be appreciated.', with flair 'Video Critique' +[2020-07-15 00:14:55,130] /u/actionfigurestory had their submission removed for insufficient lambda. +[2020-07-15 00:14:57,087] /u/actionfigurestory had their flair updated +[2020-07-15 00:15:08,236] '/u/GhrimeTF2' has given '/u/Jgolde8' lambda! +[2020-07-15 00:15:10,380] /u/Jgolde8 had their flair updated +[2020-07-15 00:23:32,967] '/u/CaptainGusMohawk' has given '/u/navirain' lambda! +[2020-07-15 00:23:34,818] /u/navirain had their flair updated +[2020-07-15 00:24:04,273] {ERROR} Could not decode to UTF-8 +[2020-07-15 00:24:59,142] '/u/MrMoo-Youtube' has given '/u/goldenshimp' lambda! +[2020-07-15 00:25:00,783] /u/goldenshimp had their flair updated +[2020-07-15 00:25:08,884] There has been a new submission: 'Trying to grow my flight sim channel! Could some one review my channel please!', with flair 'Channel Review' +[2020-07-15 00:25:09,328] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 00:25:09,339] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 00:25:09,863] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v8bW9-aL0-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 00:25:09,991] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWaLLTkdng7r0RlbhWS-IkQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 00:25:12,102] /u/Drishal_MAC2 had their flair updated +[2020-07-15 00:46:23,102] '/u/Paul_francis' has given '/u/navirain' lambda! +[2020-07-15 00:46:24,510] /u/navirain had their flair updated +[2020-07-15 00:53:51,799] {ERROR} +[2020-07-15 00:53:59,316] {ERROR} +[2020-07-15 00:54:49,191] '/u/SltySptoon' has given '/u/goldenshimp' lambda! +[2020-07-15 00:54:51,024] /u/goldenshimp had their flair updated +[2020-07-15 01:00:07,399] There has been a new submission: 'Two Haircuts In One Day?! | Our First Vlog + A Mini Prank! — We recently started a couple’s YouTube channel! We will be posting vlogs, challenges, and some pranks!! This is our first video, sub for sub and feedback welcome! ☺️', with flair 'Vlog' +[2020-07-15 01:00:08,271] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 01:00:08,272] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 01:00:08,424] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KbtkwU0k25M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 01:00:08,547] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0dsxML6r-uzZtewEKecs5A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 01:00:11,659] /u/navirain had their flair updated +[2020-07-15 01:13:06,258] '/u/MrMoo-Youtube' has given '/u/JessieH_24' lambda! +[2020-07-15 01:13:08,290] /u/JessieH_24 had their flair updated +[2020-07-15 01:14:44,929] /u/MrMoo-Youtube had their flair updated +[2020-07-15 01:15:31,554] '/u/MrMoo-Youtube' has given '/u/BattleCatPrintShop' lambda! +[2020-07-15 01:15:33,211] /u/BattleCatPrintShop had their flair updated +[2020-07-15 01:21:55,467] There has been a new submission: 'The Voice المزرعة', with flair 'Channel Review' +[2020-07-15 01:21:58,000] /u/Teta_Nagafa had their submission removed for insufficient lambda. +[2020-07-15 01:22:00,119] /u/Teta_Nagafa had their flair updated +[2020-07-15 01:23:20,973] '/u/TheLuiginator' has given '/u/navirain' lambda! +[2020-07-15 01:23:22,861] /u/navirain had their flair updated +[2020-07-15 01:24:00,180] '/u/TheLuiginator' has given '/u/GhrimeTF2' lambda! +[2020-07-15 01:24:02,248] /u/GhrimeTF2 had their flair updated +[2020-07-15 01:24:49,945] '/u/TheLuiginator' has given '/u/JessieH_24' lambda! +[2020-07-15 01:24:51,642] /u/JessieH_24 had their flair updated +[2020-07-15 01:25:08,198] There has been a new submission: 'Zensed Music Channel - Review my channel please', with flair 'Channel Review' +[2020-07-15 01:25:09,879] /u/ZensedMusic had their submission removed for insufficient lambda. +[2020-07-15 01:25:11,987] /u/ZensedMusic had their flair updated +[2020-07-15 01:31:16,430] '/u/Ubaids_Lab' has given '/u/bens119' lambda! +[2020-07-15 01:31:18,665] /u/bens119 had their flair updated +[2020-07-15 01:45:20,816] There has been a new submission: 'He dropped my LS3 motor! Drop a comment on my video, and lmk what ya think. Still learning the tricks, so be gentle 😆', with flair 'Video Critique' +[2020-07-15 01:45:22,503] /u/AmandaRaeJean had their submission removed for insufficient lambda. +[2020-07-15 01:45:24,176] /u/AmandaRaeJean had their flair updated +[2020-07-15 01:54:41,985] There has been a new submission: 'If you play siege, like BikiniBodhi, Marley, Yummy, Tuxbird or BigBoyDom then you may love this siege video!', with flair 'Gaming' +[2020-07-15 01:54:43,259] /u/Scribe123981 had their submission removed for insufficient lambda. +[2020-07-15 01:54:45,026] /u/Scribe123981 had their flair updated +[2020-07-15 01:56:43,997] There has been a new submission: 'Need some serious feedback', with flair 'Channel Review' +[2020-07-15 01:56:45,808] /u/vinodkmr131 had their submission removed for insufficient lambda. +[2020-07-15 01:56:47,241] /u/vinodkmr131 had their flair updated +[2020-07-15 01:57:45,947] +#################### +[Jul 15 2020 01:57:45] RESTARTED +#################### + +[2020-07-15 01:58:02,323] '/u/MrMoo-Youtube' has given '/u/GhrimeTF2' lambda! +[2020-07-15 01:58:03,417] /u/GhrimeTF2 had their flair updated +[2020-07-15 01:59:18,072] There has been a new submission: 'Retro Cassette tape Speed Art', with flair 'Art' +[2020-07-15 01:59:19,024] /u/lunar2solar had their submission removed for insufficient lambda. +[2020-07-15 01:59:19,647] /u/lunar2solar had their flair updated +[2020-07-15 02:13:05,106] There has been a new submission: 'I am a small channel', with flair 'Channel Review' +[2020-07-15 02:13:06,745] /u/Duh_15real had their submission removed for insufficient lambda. +[2020-07-15 02:13:08,733] /u/Duh_15real had their flair updated +[2020-07-15 02:19:48,572] '/u/Paul_francis' has given '/u/borNYMatter' lambda! +[2020-07-15 02:19:49,020] /u/borNYMatter had their flair updated +[2020-07-15 02:20:22,874] '/u/Paul_francis' has given '/u/Data_4_You' lambda! +[2020-07-15 02:20:25,129] /u/Data_4_You had their flair updated +[2020-07-15 02:26:21,836] There has been a new submission: 'Hope you guys can enjoy something on our channel and that we can put a smile on your face. Please take a look at our channel.', with flair 'Vlog' +[2020-07-15 02:26:23,306] /u/livingwiththeas had their submission removed for insufficient lambda. +[2020-07-15 02:26:24,839] /u/livingwiththeas had their flair updated +[2020-07-15 02:27:41,129] There has been a new submission: 'NEW COD VIDEO OUT!! FIND OUT THE BEST BIZON SETUP TO USE!!!', with flair 'Gaming' +[2020-07-15 02:27:42,111] /u/zachsoulis had their submission removed for insufficient lambda. +[2020-07-15 02:27:43,342] /u/zachsoulis had their flair updated +[2020-07-15 02:36:21,198] There has been a new submission: 'Lambda for every feedback', with flair 'Video Critique' +[2020-07-15 02:36:21,636] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 02:36:21,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 02:36:21,794] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IKf4NzJD_So&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 02:36:21,925] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 02:36:23,851] /u/Glittering_Designer had their flair updated +[2020-07-15 02:36:42,049] {ERROR} +[2020-07-15 02:42:04,658] /u/jordanlitwiller had their flair updated +[2020-07-15 02:44:43,308] '/u/jordanlitwiller' has given '/u/Data_4_You' lambda! +[2020-07-15 02:44:44,928] /u/Data_4_You had their flair updated +[2020-07-15 02:48:50,503] '/u/lizahinza' has given '/u/bnanaposting' lambda! +[2020-07-15 02:48:51,230] /u/bnanaposting had their flair updated +[2020-07-15 02:51:32,951] There has been a new submission: 'Us presidents list', with flair 'Video Critique' +[2020-07-15 02:51:33,706] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 02:51:33,708] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 02:51:33,856] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-SdCzQx51Io&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 02:51:33,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-J9dZrjy7QfaBJJ1e5ahrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 02:51:36,914] /u/Data_4_You had their flair updated +[2020-07-15 02:52:17,010] '/u/Daneywaney' has given '/u/ProjectMini' lambda! +[2020-07-15 02:52:19,161] /u/ProjectMini had their flair updated +[2020-07-15 02:52:36,214] '/u/Daneywaney' has given '/u/n8dog' lambda! +[2020-07-15 02:52:38,280] /u/n8dog had their flair updated +[2020-07-15 03:11:36,491] There has been a new submission: 'Lowest amount of view in the first couple hours in a while. Not sure why.', with flair 'Video Critique' +[2020-07-15 03:11:37,962] /u/dillon7789 had their submission removed for insufficient lambda. +[2020-07-15 03:11:40,097] /u/dillon7789 had their flair updated +[2020-07-15 03:27:26,164] There has been a new submission: 'For stress Relief', with flair 'Channel Review' +[2020-07-15 03:27:27,425] /u/FoldingArtPaper had their submission removed for insufficient lambda. +[2020-07-15 03:27:28,673] /u/FoldingArtPaper had their flair updated +[2020-07-15 03:30:34,367] There has been a new submission: 'Best Headphones Unboxing and Review', with flair 'Thumbnail Review' +[2020-07-15 03:30:36,447] /u/bharathnikhilbisht had their submission removed for insufficient lambda. +[2020-07-15 03:30:38,729] /u/bharathnikhilbisht had their flair updated +[2020-07-15 03:34:24,026] There has been a new submission: 'I just rant for 8 minutes about “deep images” that obviously are not deep at all', with flair 'Video Critique' +[2020-07-15 03:34:25,362] /u/bow_tie_jean had their submission removed for insufficient lambda. +[2020-07-15 03:34:27,015] /u/bow_tie_jean had their flair updated +[2020-07-15 03:36:54,772] '/u/navirain' has given '/u/RaidinDawgZ' lambda! +[2020-07-15 03:36:56,032] /u/RaidinDawgZ had their flair updated +[2020-07-15 03:44:08,769] There has been a new submission: 'Getting a Tattoo in South Korea', with flair 'Video Critique' +[2020-07-15 03:44:10,360] /u/justinabroadkr had their submission removed for insufficient lambda. +[2020-07-15 03:44:12,224] /u/justinabroadkr had their flair updated +[2020-07-15 03:47:07,995] '/u/Glittering_Designer' has given '/u/ShikharTrivedi' lambda! +[2020-07-15 03:47:09,321] /u/ShikharTrivedi had their flair updated +[2020-07-15 03:47:50,631] '/u/Glittering_Designer' has given '/u/niccageporno' lambda! +[2020-07-15 03:47:51,835] /u/niccageporno had their flair updated +[2020-07-15 03:48:03,088] There has been a new submission: 'Collard Green Gumbo', with flair 'Vlog' +[2020-07-15 03:48:04,071] /u/britth09 had their submission removed for insufficient lambda. +[2020-07-15 03:48:05,318] /u/britth09 had their flair updated +[2020-07-15 03:48:32,485] '/u/Glittering_Designer' has given '/u/Data_4_You' lambda! +[2020-07-15 03:48:33,444] /u/Data_4_You had their flair updated +[2020-07-15 03:55:01,213] There has been a new submission: 'Best way to take clip from another youtube video?', with flair 'Discussion' +[2020-07-15 03:55:03,385] /u/beezwasx4444 had their flair updated +[2020-07-15 03:56:06,426] There has been a new submission: 'Hey guys I uploaded a 2v2 basketball game! I think we have another Tjass!!', with flair 'Video Critique' +[2020-07-15 03:56:07,763] /u/austinfoxYT had their submission removed for insufficient lambda. +[2020-07-15 03:56:09,311] /u/austinfoxYT had their flair updated +[2020-07-15 03:57:27,629] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a7ba5c50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-15 03:57:29,535] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a7b95940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-15 03:57:33,138] {ERROR} error with request HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a373b550>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) +[2020-07-15 03:57:33,140] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a373b710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-15 03:57:34,867] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a373b400>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-15 03:57:37,722] {ERROR} error with request HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9a3b3b978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) +[2020-07-15 05:57:46,322] +#################### +[Jul 15 2020 05:57:46] RESTARTED +#################### + +[2020-07-15 05:58:11,375] '/u/TheJustindsd' has given '/u/_NGaming_' lambda! +[2020-07-15 05:58:12,039] /u/_NGaming_ had their flair updated +[2020-07-15 05:58:16,082] '/u/TheJustindsd' has given '/u/FishDishVartan' lambda! +[2020-07-15 05:58:16,783] /u/FishDishVartan had their flair updated +[2020-07-15 05:58:21,962] '/u/Glittering_Designer' has given '/u/Universal-Pro-Tech' lambda! +[2020-07-15 05:58:22,680] /u/Universal-Pro-Tech had their flair updated +[2020-07-15 05:58:27,036] '/u/Glittering_Designer' has given '/u/6reposts9' lambda! +[2020-07-15 05:58:29,118] /u/6reposts9 had their flair updated +[2020-07-15 05:58:31,998] '/u/Glittering_Designer' has given '/u/MrEthan997' lambda! +[2020-07-15 05:58:32,650] /u/MrEthan997 had their flair updated +[2020-07-15 05:58:43,394] '/u/Daneywaney' has given '/u/Ruddeger' lambda! +[2020-07-15 05:58:43,995] /u/Ruddeger had their flair updated +[2020-07-15 05:58:46,953] '/u/Daneywaney' has given '/u/alotco0lerify0udid' lambda! +[2020-07-15 05:58:47,481] /u/alotco0lerify0udid had their flair updated +[2020-07-15 05:58:51,886] '/u/Daneywaney' has given '/u/actionfigurestory' lambda! +[2020-07-15 05:58:52,540] /u/actionfigurestory had their flair updated +[2020-07-15 05:58:55,365] '/u/Daneywaney' has given '/u/KittyLineup' lambda! +[2020-07-15 05:58:55,942] /u/KittyLineup had their flair updated +[2020-07-15 05:59:01,037] '/u/Daneywaney' has given '/u/MichaelFiguresItOut' lambda! +[2020-07-15 05:59:01,525] /u/MichaelFiguresItOut had their flair updated +[2020-07-15 05:59:05,096] '/u/Glittering_Designer' has given '/u/CraftsmanStudios' lambda! +[2020-07-15 05:59:05,603] /u/CraftsmanStudios had their flair updated +[2020-07-15 05:59:08,331] '/u/Glittering_Designer' has given '/u/ShinTV' lambda! +[2020-07-15 05:59:08,860] /u/ShinTV had their flair updated +[2020-07-15 05:59:11,329] '/u/Glittering_Designer' has given '/u/Cupidnyaa' lambda! +[2020-07-15 05:59:11,866] /u/Cupidnyaa had their flair updated +[2020-07-15 05:59:57,241] There has been a new submission: 'This video helps you to land the design client', with flair 'Channel Review' +[2020-07-15 05:59:57,815] /u/Lauren4TheCreatives had their submission removed for insufficient lambda. +[2020-07-15 05:59:58,141] /u/Lauren4TheCreatives had their flair updated +[2020-07-15 06:00:00,562] There has been a new submission: 'If anyone likes memes and rainbow six i would like feedback from my recent upload i spent so much time on it and would want to know how to improve', with flair 'Video Critique' +[2020-07-15 06:00:02,356] /u/bigpapijrr had their submission removed for insufficient lambda. +[2020-07-15 06:00:04,725] /u/bigpapijrr had their flair updated +[2020-07-15 06:00:10,486] There has been a new submission: 'Voice over', with flair 'Discussion' +[2020-07-15 06:00:13,572] /u/FreshAttention had their flair updated +[2020-07-15 06:00:19,337] There has been a new submission: 'Newest Video would appreciate critique and tips on growth', with flair 'Video Critique' +[2020-07-15 06:00:21,492] /u/Hadlathion had their submission removed for insufficient lambda. +[2020-07-15 06:00:23,807] /u/Hadlathion had their flair updated +[2020-07-15 06:00:29,434] There has been a new submission: 'How To Grow A Gaming Channel From 0 Subs In 2020 *BEST TIPS*', with flair 'Channel Review' +[2020-07-15 06:00:31,496] /u/iMonkeyXpert had their submission removed for insufficient lambda. +[2020-07-15 06:00:33,787] /u/iMonkeyXpert had their flair updated +[2020-07-15 06:00:39,577] There has been a new submission: 'Twitch Stream Highlights (7/11/2020)', with flair 'Channel Review' +[2020-07-15 06:00:41,853] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-15 06:00:44,127] /u/majin_hendrix had their flair updated +[2020-07-15 06:00:49,895] There has been a new submission: 'Flats fishing in Tampa Bay, Florida!!! Give me feedback on video and editing. Also channel feedback is welcome. Thanks!', with flair 'Channel Review' +[2020-07-15 06:00:51,907] /u/ltengineer7 had their submission removed for insufficient lambda. +[2020-07-15 06:00:54,181] /u/ltengineer7 had their flair updated +[2020-07-15 06:00:59,763] There has been a new submission: 'TESLA SAVVY here! A Tesla enthusiast! For more informative content you know where to look!', with flair 'Channel Review' +[2020-07-15 06:01:01,826] /u/fredy339 had their submission removed for insufficient lambda. +[2020-07-15 06:01:04,133] /u/fredy339 had their flair updated +[2020-07-15 06:01:10,219] There has been a new submission: 'Small Gaming YouTuber, that is looking for critiquing for both Video and Channel.', with flair 'Channel Review' +[2020-07-15 06:01:12,238] /u/InfernoGamiing had their submission removed for insufficient lambda. +[2020-07-15 06:01:14,499] /u/InfernoGamiing had their flair updated +[2020-07-15 06:01:20,008] There has been a new submission: 'Hi everyone, if you are able to take the time to critique and comment on my channel. That would be awesome. Thanks in advanced 😊', with flair 'Channel Review' +[2020-07-15 06:01:22,269] /u/InfernoGamiing had their submission removed for insufficient lambda. +[2020-07-15 06:01:24,514] /u/InfernoGamiing had their flair updated +[2020-07-15 06:01:30,076] There has been a new submission: 'Pewdiepie Sing Song In The Voice Of Youtubers | Shape Of You [2:32]', with flair 'Video Critique' +[2020-07-15 06:01:32,066] /u/diwansachidu had their submission removed for insufficient lambda. +[2020-07-15 06:01:34,296] /u/diwansachidu had their flair updated +[2020-07-15 06:01:39,978] There has been a new submission: 'Where do you start to build your subscriber count besides just uploading consistently?', with flair 'Discussion' +[2020-07-15 06:01:42,972] /u/Wonder_Putty had their flair updated +[2020-07-15 06:01:48,712] There has been a new submission: 'NEW VIDEO! Let me know what you think! Italian Disaster, will it taste good?', with flair 'Video Critique' +[2020-07-15 06:01:50,719] /u/AngelEXDI had their submission removed for insufficient lambda. +[2020-07-15 06:01:52,940] /u/AngelEXDI had their flair updated +[2020-07-15 06:10:00,318] There has been a new submission: 'I started my channel not even 10 days ago i could really use some help guys. Check my channel out and subscribe i would deeply appreciate it. Travel videos', with flair 'None' +[2020-07-15 06:10:02,047] /u/chillinmannn had their submission removed for insufficient lambda. +[2020-07-15 06:10:04,357] /u/chillinmannn had their flair updated +[2020-07-15 06:11:19,053] '/u/Daneywaney' has given '/u/Darksideseries' lambda! +[2020-07-15 06:11:21,329] /u/Darksideseries had their flair updated +[2020-07-15 06:11:44,736] {ERROR} +[2020-07-15 06:12:37,883] '/u/Daneywaney' has given '/u/FishDishVartan' lambda! +[2020-07-15 06:12:39,934] /u/FishDishVartan had their flair updated +[2020-07-15 06:21:54,585] There has been a new submission: 'the Lady can do Magic with her Tongue!!! Part 01', with flair 'Channel Review' +[2020-07-15 06:21:56,476] /u/312990610987654321 had their submission removed for insufficient lambda. +[2020-07-15 06:21:58,605] /u/312990610987654321 had their flair updated +[2020-07-15 07:04:37,458] There has been a new submission: 'NEW FANBOYS VIDEO! would love some feedback on our little Ghosts discussion here, especially from gamers who we can have a chat and discussion with! :) TY all <3', with flair 'Video Critique' +[2020-07-15 07:04:39,657] /u/spazstix69 had their flair updated +[2020-07-15 07:07:33,594] There has been a new submission: 'I need suggestions for my Youtube cover. (lambda)', with flair 'Discussion' +[2020-07-15 07:07:35,068] /u/lizahinza had their flair updated +[2020-07-15 07:09:21,802] {ERROR} +[2020-07-15 07:11:48,202] There has been a new submission: 'When in South West Thailand - Krabi to Ko Lanta', with flair 'Video Critique' +[2020-07-15 07:11:48,959] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 07:11:48,962] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 07:11:49,117] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RhusWRyT36A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 07:11:49,250] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ8qABTAfvn27FtCDtSmwHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 07:11:52,585] /u/bembalyfe had their flair updated +[2020-07-15 07:29:36,653] There has been a new submission: 'Hey SmallYT community! I made another video using science and studies to find out why Boomers believe everything they see! Giving out lambda to any helpful feedback!', with flair 'Video Critique' +[2020-07-15 07:29:37,405] /u/FishDishVartan had their flair updated +[2020-07-15 07:30:54,754] There has been a new submission: 'Chrizuz - Raumschiff', with flair 'Channel Review' +[2020-07-15 07:30:56,750] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-15 07:30:58,989] /u/chrizuz had their flair updated +[2020-07-15 07:34:23,265] '/u/MrMoo-Youtube' has given '/u/BlackBear33ovy' lambda! +[2020-07-15 07:34:24,950] /u/BlackBear33ovy had their flair updated +[2020-07-15 07:35:14,317] '/u/MrMoo-Youtube' has given '/u/CraftsmanStudios' lambda! +[2020-07-15 07:35:15,948] /u/CraftsmanStudios had their flair updated +[2020-07-15 07:35:42,772] '/u/MrMoo-Youtube' has given '/u/actionfigurestory' lambda! +[2020-07-15 07:35:44,297] /u/actionfigurestory had their flair updated +[2020-07-15 07:41:23,256] {ERROR} +[2020-07-15 07:41:49,264] {ERROR} +[2020-07-15 07:43:38,125] '/u/Glittering_Designer' has given '/u/thomasjadallah' lambda! +[2020-07-15 07:43:39,794] /u/thomasjadallah had their flair updated +[2020-07-15 07:44:17,524] '/u/Glittering_Designer' has given '/u/thecookietrain' lambda! +[2020-07-15 07:44:19,167] /u/thecookietrain had their flair updated +[2020-07-15 07:44:34,798] '/u/Glittering_Designer' has given '/u/dziadu' lambda! +[2020-07-15 07:44:36,460] /u/dziadu had their flair updated +[2020-07-15 07:46:29,865] There has been a new submission: '[Video Critique] Been doing youtube for a month now and i've been slowly coming on let me how i can improve', with flair 'Video Critique' +[2020-07-15 07:46:30,981] /u/Hlijay had their submission removed for insufficient lambda. +[2020-07-15 07:46:32,336] /u/Hlijay had their flair updated +[2020-07-15 07:53:36,081] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-15 07:57:45,899] +#################### +[Jul 15 2020 07:57:45] RESTARTED +#################### + +[2020-07-15 07:57:59,273] '/u/Daneywaney' has given '/u/Cupidnyaa' lambda! +[2020-07-15 07:58:00,386] /u/Cupidnyaa had their flair updated +[2020-07-15 07:59:18,845] There has been a new submission: 'The Little Beetle that could - Wreckfest Gameplay', with flair 'Gaming' +[2020-07-15 07:59:19,547] /u/gamespine had their submission removed for insufficient lambda. +[2020-07-15 07:59:20,209] /u/gamespine had their flair updated +[2020-07-15 07:59:22,754] There has been a new submission: 'What counts as a small youtuber', with flair 'Discussion' +[2020-07-15 07:59:23,564] /u/dawaffle0 had their flair updated +[2020-07-15 08:00:14,715] There has been a new submission: 'Are you a aries or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-07-15 08:00:16,771] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-15 08:00:19,098] /u/adyx1997 had their flair updated +[2020-07-15 08:00:24,753] There has been a new submission: 'Someone help a brother out ❤️', with flair 'Gaming' +[2020-07-15 08:00:27,070] /u/KylePlayz-YT had their submission removed for insufficient lambda. +[2020-07-15 08:00:29,411] /u/KylePlayz-YT had their flair updated +[2020-07-15 08:04:31,140] There has been a new submission: 'My channel any suggestions?', with flair 'Channel Review' +[2020-07-15 08:04:32,758] /u/dawaffle0 had their submission removed for insufficient lambda. +[2020-07-15 08:04:34,610] /u/dawaffle0 had their flair updated +[2020-07-15 08:06:41,155] /u/Data_4_You had their flair updated +[2020-07-15 08:20:08,421] /u/Data_4_You had their flair updated +[2020-07-15 08:22:25,115] '/u/Data_4_You' has given '/u/mt2987' lambda! +[2020-07-15 08:22:27,201] /u/mt2987 had their flair updated +[2020-07-15 08:26:55,564] /u/MrMoo-Youtube had their flair updated +[2020-07-15 08:32:00,149] '/u/Glittering_Designer' has given '/u/HandleBud' lambda! +[2020-07-15 08:32:02,261] /u/HandleBud had their flair updated +[2020-07-15 08:32:53,846] '/u/Glittering_Designer' has given '/u/mt2987' lambda! +[2020-07-15 08:32:55,861] /u/mt2987 had their flair updated +[2020-07-15 08:44:32,319] There has been a new submission: 'Let's be real if this goes live.... I'll keep yall updated on this bombblade #eso #pts #bombblade #elderscrollsonline', with flair 'Gaming' +[2020-07-15 08:44:33,859] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-07-15 08:44:35,674] /u/Unfadingsilence had their flair updated +[2020-07-15 08:50:24,545] There has been a new submission: 'Should I adjust my name?', with flair 'Discussion' +[2020-07-15 08:50:27,529] /u/fcf4 had their flair updated +[2020-07-15 08:53:00,639] There has been a new submission: 'Upcoming reddit commentary videos', with flair 'Channel Review' +[2020-07-15 08:53:02,499] /u/kruentis had their submission removed for insufficient lambda. +[2020-07-15 08:53:04,520] /u/kruentis had their flair updated +[2020-07-15 09:18:03,911] There has been a new submission: 'Which thumbnail would you click on? I would love your opinions on these 3 options :)', with flair 'Thumbnail Review' +[2020-07-15 09:18:04,991] /u/glassshalffull had their submission removed for insufficient lambda. +[2020-07-15 09:18:06,111] /u/glassshalffull had their flair updated +[2020-07-15 09:24:37,298] There has been a new submission: 'ApexLegendsTeammates.exe / Loba Highlights #3 DM me on Insta if you did', with flair 'Video Critique' +[2020-07-15 09:24:38,858] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-07-15 09:24:40,633] /u/GepkeApexYT had their flair updated +[2020-07-15 09:28:57,148] There has been a new submission: 'i am trying to make to the point tutorials plz give some feedback. anybody who does gets lambda', with flair 'Channel Review' +[2020-07-15 09:28:57,994] /u/picklebingeYT had their submission removed for insufficient lambda. +[2020-07-15 09:28:58,845] /u/picklebingeYT had their flair updated +[2020-07-15 09:36:51,008] '/u/Data_4_You' has given '/u/bnanaposting' lambda! +[2020-07-15 09:36:52,445] /u/bnanaposting had their flair updated +[2020-07-15 09:38:18,733] There has been a new submission: 'Super Mario World - Guitar Medley By LloydTheHammer', with flair 'Gaming' +[2020-07-15 09:38:19,610] /u/LloydTheHammer had their submission removed for insufficient lambda. +[2020-07-15 09:38:20,662] /u/LloydTheHammer had their flair updated +[2020-07-15 09:41:32,941] There has been a new submission: 'Realm-Craft Episode 1 | Montage. 5 minutes', with flair 'Gaming' +[2020-07-15 09:41:35,188] /u/Brage2004Norway had their submission removed for insufficient lambda. +[2020-07-15 09:41:37,350] /u/Brage2004Norway had their flair updated +[2020-07-15 09:57:45,908] +#################### +[Jul 15 2020 09:57:45] RESTARTED +#################### + +[2020-07-15 10:03:16,609] There has been a new submission: 'I made this Valorant montage. It took me a while to make this video. Drop a like and give me some feedback.', with flair 'Gaming' +[2020-07-15 10:03:18,309] /u/RedditReedist had their submission removed for insufficient lambda. +[2020-07-15 10:03:20,301] /u/RedditReedist had their flair updated +[2020-07-15 10:04:03,102] '/u/MajinBoom11' has given '/u/kop-Forrest' lambda! +[2020-07-15 10:04:05,009] /u/kop-Forrest had their flair updated +[2020-07-15 10:04:51,784] There has been a new submission: 'Does anyone know how to use Google Ads well to promote a music video?', with flair 'Discussion' +[2020-07-15 10:04:54,018] /u/TWINTAO had their flair updated +[2020-07-15 10:07:14,886] '/u/Data_4_You' has given '/u/disloyalclothYT' lambda! +[2020-07-15 10:07:16,254] /u/disloyalclothYT had their flair updated +[2020-07-15 10:21:09,774] There has been a new submission: 'Uploaded my 1st video 2 days ago... Where can I improve tho?', with flair 'Video Critique' +[2020-07-15 10:21:11,980] /u/Shabbir_Banarsi had their submission removed for insufficient lambda. +[2020-07-15 10:21:14,201] /u/Shabbir_Banarsi had their flair updated +[2020-07-15 10:23:05,758] There has been a new submission: 'Armón - UFO', with flair 'None' +[2020-07-15 10:23:07,558] /u/primotrez had their submission removed for insufficient lambda. +[2020-07-15 10:23:09,565] /u/primotrez had their flair updated +[2020-07-15 10:30:57,467] There has been a new submission: 'MY TOP 10 FAVOURITE YOUTUBERS!!', with flair 'Video Critique' +[2020-07-15 10:30:59,461] /u/Stanyuen had their submission removed for insufficient lambda. +[2020-07-15 10:31:01,688] /u/Stanyuen had their flair updated +[2020-07-15 10:39:45,461] '/u/EL_Gordoz' has given '/u/SelendineMcHerb' lambda! +[2020-07-15 10:39:45,913] /u/SelendineMcHerb had their flair updated +[2020-07-15 10:41:10,216] '/u/EL_Gordoz' has given '/u/RealJayden' lambda! +[2020-07-15 10:41:12,454] /u/RealJayden had their flair updated +[2020-07-15 10:41:39,581] '/u/MrMoo-Youtube' has given '/u/disloyalclothYT' lambda! +[2020-07-15 10:41:41,739] /u/disloyalclothYT had their flair updated +[2020-07-15 10:41:52,199] '/u/EL_Gordoz' has given '/u/MonsterPuppetZam' lambda! +[2020-07-15 10:41:54,319] /u/MonsterPuppetZam had their flair updated +[2020-07-15 10:42:25,281] There has been a new submission: ''New' youtuber', with flair 'Video Critique' +[2020-07-15 10:42:27,193] /u/mcreptorph had their submission removed for insufficient lambda. +[2020-07-15 10:42:29,380] /u/mcreptorph had their flair updated +[2020-07-15 10:42:47,638] There has been a new submission: 'THE WORST GAME EVER!! (The Worst Game Quest) ROAD TO SUBS!', with flair 'Gaming' +[2020-07-15 10:42:49,455] /u/TheOnlyChurro had their submission removed for insufficient lambda. +[2020-07-15 10:42:51,541] /u/TheOnlyChurro had their flair updated +[2020-07-15 10:43:49,888] There has been a new submission: 'Went into this fight with after breaking my nose 2 days before in sparring the fight is 3 rounds of 2 minutes it’s just clips taken by mates in the audience so not the full thing will have better footage for the next one', with flair 'Vlog' +[2020-07-15 10:43:50,507] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 10:43:50,509] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 10:43:50,609] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iKy-W-xujoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 10:43:50,729] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 10:43:53,424] /u/MrMoo-Youtube had their flair updated +[2020-07-15 10:51:32,968] '/u/ikudlike' has given '/u/kop-Forrest' lambda! +[2020-07-15 10:51:35,130] /u/kop-Forrest had their flair updated +[2020-07-15 10:51:45,349] '/u/lizahinza' has given '/u/jayrosa12' lambda! +[2020-07-15 10:51:47,576] /u/jayrosa12 had their flair updated +[2020-07-15 10:53:18,872] '/u/spazstix69' has given '/u/FishDishVartan' lambda! +[2020-07-15 10:53:20,944] /u/FishDishVartan had their flair updated +[2020-07-15 11:00:47,560] '/u/generalna11' has given '/u/ThinkThinkerton' lambda! +[2020-07-15 11:00:49,857] /u/ThinkThinkerton had their flair updated +[2020-07-15 11:01:04,556] '/u/MrMoo-Youtube' has given '/u/ThinkThinkerton' lambda! +[2020-07-15 11:01:06,781] /u/ThinkThinkerton had their flair updated +[2020-07-15 11:06:05,343] There has been a new submission: 'I need your feedback on my latest video 📺, you can only improve with feed back.', with flair 'Video Critique' +[2020-07-15 11:06:05,731] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 11:06:05,733] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 11:06:05,826] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eX_pwZ9dslI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:06:05,927] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaoZD-g-oOoGy6lAlwsYYrA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:06:08,583] /u/Articwolf26 had their flair updated +[2020-07-15 11:06:42,683] There has been a new submission: 'I experimented with the infamous Military Diet the other week... made a little video on my progress... Have any of you tried a crazy diet or anything like this before? I'm looking for more video content ideas :) also feel free to TEAR ME TO SHREADS in this video hahahah', with flair 'Video Critique' +[2020-07-15 11:06:44,142] /u/Jackatkins_ had their submission removed for insufficient lambda. +[2020-07-15 11:06:45,577] /u/Jackatkins_ had their flair updated +[2020-07-15 11:07:41,159] There has been a new submission: 'Motivation for you. Yes YOU!', with flair 'Discussion' +[2020-07-15 11:07:42,606] /u/kop-Forrest had their flair updated +[2020-07-15 11:09:28,183] '/u/MonsterPuppetZam' has given '/u/thecounselor6' lambda! +[2020-07-15 11:09:28,799] /u/thecounselor6 had their flair updated +[2020-07-15 11:11:16,473] '/u/MonsterPuppetZam' has given '/u/FishDishVartan' lambda! +[2020-07-15 11:11:18,654] /u/FishDishVartan had their flair updated +[2020-07-15 11:11:24,912] There has been a new submission: 'Check out my latest video. I dressed up like Mario and asked People on the internet who was better Mario or Luigi. Would love to hear thoughts. Lambda for feedback 🙂', with flair 'Video Critique' +[2020-07-15 11:11:25,605] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 11:11:25,606] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 11:11:25,718] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AucuqMkAfJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:11:25,839] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9kqMCbAsUTSov0AwfTrRPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:11:28,951] /u/Henry_does had their flair updated +[2020-07-15 11:11:58,876] '/u/MonsterPuppetZam' has given '/u/actionfigurestory' lambda! +[2020-07-15 11:12:01,027] /u/actionfigurestory had their flair updated +[2020-07-15 11:21:25,611] '/u/MonsterPuppetZam' has given '/u/Cupidnyaa' lambda! +[2020-07-15 11:21:27,879] /u/Cupidnyaa had their flair updated +[2020-07-15 11:22:50,537] '/u/MICKIE_D' has given '/u/kop-Forrest' lambda! +[2020-07-15 11:22:52,581] /u/kop-Forrest had their flair updated +[2020-07-15 11:23:25,886] There has been a new submission: 'Check out my new montage', with flair 'Gaming' +[2020-07-15 11:23:27,669] /u/societyiscoolio had their submission removed for insufficient lambda. +[2020-07-15 11:23:29,616] /u/societyiscoolio had their flair updated +[2020-07-15 11:25:31,478] There has been a new submission: 'He Nearly Fell Down a Cliff! | please critique my video', with flair 'Vlog' +[2020-07-15 11:25:31,905] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 11:25:31,907] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 11:25:32,002] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QR7rMwh5b2Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:25:32,110] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVK2ZIpT_aLDHdqwLacqLOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:25:34,430] /u/FRShway had their flair updated +[2020-07-15 11:27:32,003] '/u/Articwolf26' has given '/u/kop-Forrest' lambda! +[2020-07-15 11:27:33,266] /u/kop-Forrest had their flair updated +[2020-07-15 11:30:34,660] There has been a new submission: 'in Russia, my home country, there are lots of wonderful places. yesterday i visited one of them, that is located in my region and made a vlog from my small trip. i’d like to share it with you! i hope you find it enjoyable and give me any feedback as well💘🇷🇺', with flair 'Vlog' +[2020-07-15 11:30:36,885] /u/itfeelssadman had their submission removed for insufficient lambda. +[2020-07-15 11:30:39,167] /u/itfeelssadman had their flair updated +[2020-07-15 11:32:25,638] '/u/Glittering_Designer' has given '/u/disloyalclothYT' lambda! +[2020-07-15 11:32:27,717] /u/disloyalclothYT had their flair updated +[2020-07-15 11:32:59,638] '/u/Glittering_Designer' has given '/u/Peltlegs' lambda! +[2020-07-15 11:33:01,668] /u/Peltlegs had their flair updated +[2020-07-15 11:33:28,275] There has been a new submission: 'I Posted My First Ever Video! I Would Really Appreciate Some Feedbacks :)', with flair 'Video Critique' +[2020-07-15 11:33:28,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 11:33:28,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 11:33:28,969] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vJ7jFpPqyRY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:33:29,097] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCysxNp63rQySSynHfsrhFQA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 11:33:32,163] /u/kop-Forrest had their flair updated +[2020-07-15 11:38:43,528] There has been a new submission: 'My second video. Any feedback would be great, Cheers. GET TO THE CHOPPPPAAA', with flair 'Gaming' +[2020-07-15 11:38:44,351] /u/DirtyPantzz had their submission removed for insufficient lambda. +[2020-07-15 11:38:45,277] /u/DirtyPantzz had their flair updated +[2020-07-15 11:38:52,389] There has been a new submission: 'Fishing channel help for a newbie', with flair 'Discussion' +[2020-07-15 11:38:53,408] /u/ltengineer7 had their flair updated +[2020-07-15 11:43:37,853] There has been a new submission: 'Issues with davinci resolve', with flair 'Discussion' +[2020-07-15 11:43:40,307] /u/kcbRodBuilding had their flair updated +[2020-07-15 11:57:45,813] +#################### +[Jul 15 2020 11:57:45] RESTARTED +#################### + +[2020-07-15 12:01:02,990] There has been a new submission: 'The Voice المزرعة', with flair 'Channel Review' +[2020-07-15 12:01:04,961] /u/Teta_Nagafa had their submission removed for insufficient lambda. +[2020-07-15 12:01:07,187] /u/Teta_Nagafa had their flair updated +[2020-07-15 12:07:32,156] '/u/CaptainGusMohawk' has given '/u/actionfigurestory' lambda! +[2020-07-15 12:07:33,395] /u/actionfigurestory had their flair updated +[2020-07-15 12:10:32,094] There has been a new submission: 'Paying for promotion?', with flair 'Discussion' +[2020-07-15 12:10:35,119] /u/Dragonblue2085 had their flair updated +[2020-07-15 12:10:45,478] '/u/CaptainGusMohawk' has given '/u/bnanaposting' lambda! +[2020-07-15 12:10:47,788] /u/bnanaposting had their flair updated +[2020-07-15 12:10:55,046] '/u/CaptainGusMohawk' has given '/u/CraftsmanStudios' lambda! +[2020-07-15 12:10:57,284] /u/CraftsmanStudios had their flair updated +[2020-07-15 12:24:05,126] '/u/MonsterPuppetZam' has given '/u/dziadu' lambda! +[2020-07-15 12:24:06,956] /u/dziadu had their flair updated +[2020-07-15 12:28:50,249] There has been a new submission: '*generic title* (constructive criticism is appreciated. will give lambda once I am off work.)', with flair 'Video Critique' +[2020-07-15 12:28:50,491] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 12:28:50,493] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 12:28:50,588] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cA1eSd7HyWc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 12:28:50,724] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPfjHaZudEtzyTwr8G0b2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 12:28:51,903] /u/BeefRobbioli had their flair updated +[2020-07-15 12:33:17,659] '/u/MonsterPuppetZam' has given '/u/iMonkeyXpert' lambda! +[2020-07-15 12:33:19,645] /u/iMonkeyXpert had their flair updated +[2020-07-15 12:40:18,696] There has been a new submission: 'How many of you are using up the full 5,000 character limit on your video descriptions?', with flair 'Discussion' +[2020-07-15 12:40:21,783] /u/BotCityUSA had their flair updated +[2020-07-15 12:46:08,393] '/u/jordanlitwiller' has given '/u/CraftsmanStudios' lambda! +[2020-07-15 12:46:10,251] /u/CraftsmanStudios had their flair updated +[2020-07-15 12:51:12,206] There has been a new submission: 'A big reason why your YouTube channel isn't succeeding like others...', with flair 'Discussion' +[2020-07-15 12:51:15,206] /u/_harry_lane had their flair updated +[2020-07-15 13:06:36,535] There has been a new submission: 'Hi everyone ☺️ uploaded a new vid ✌️ would really appreciate some love 🥺🥺🥺 thanks for ur precious time thanks☺️✌️', with flair 'Gaming' +[2020-07-15 13:06:37,678] /u/Uglyj0e had their submission removed for insufficient lambda. +[2020-07-15 13:06:39,182] /u/Uglyj0e had their flair updated +[2020-07-15 13:06:51,897] There has been a new submission: 'This is the WORST BLUEPRINT in Modern Warfare', with flair 'Gaming' +[2020-07-15 13:06:53,058] /u/kayloube had their submission removed for insufficient lambda. +[2020-07-15 13:06:54,469] /u/kayloube had their flair updated +[2020-07-15 13:16:49,975] There has been a new submission: 'kingdom-anime review', with flair 'Video Critique' +[2020-07-15 13:16:51,198] /u/lunarknight11295 had their submission removed for insufficient lambda. +[2020-07-15 13:16:52,609] /u/lunarknight11295 had their flair updated +[2020-07-15 13:17:09,017] There has been a new submission: 'I made a set inside my warehouse; ImI'm trying to settle on a focal length and the right amount of lighting. Does this look pro? 50mm f/1.8 at 1/50th 24p', with flair 'Video Critique' +[2020-07-15 13:17:09,284] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 13:17:09,285] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 13:17:09,378] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wiXkpJ3pPGg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:17:09,498] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_lGMZMTN7Oh9DRKV2eaMtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:17:11,337] /u/BattleCatPrintShop had their flair updated +[2020-07-15 13:18:03,566] '/u/Glittering_Designer' has given '/u/Brage2004Norway' lambda! +[2020-07-15 13:18:04,709] /u/Brage2004Norway had their flair updated +[2020-07-15 13:19:10,269] There has been a new submission: 'Does fame jacking work? (Using bigger YouTube creator's names on the titles, tags and description)', with flair 'Discussion' +[2020-07-15 13:19:11,264] /u/wayfaring_wizard had their flair updated +[2020-07-15 13:19:28,574] '/u/kop-Forrest' has given '/u/YRNRod' lambda! +[2020-07-15 13:19:29,221] /u/YRNRod had their flair updated +[2020-07-15 13:19:42,935] There has been a new submission: 'Gulacsi saves the day | RB Leipzig Fifa 20 career mode #9', with flair 'Gaming' +[2020-07-15 13:19:43,208] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 13:19:43,209] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 13:19:43,322] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LVjWRB2wN9U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:19:43,433] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:19:44,341] /u/FynnKrauseFootballYT had their flair updated +[2020-07-15 13:20:03,490] There has been a new submission: 'Would you subscribe to a channel that is not just gaming? I’m posting gaming content to my girlfriend’s channel but putting it in a gaming playlist. I’m at my first gaming video but extreme hesitant to make another one.', with flair 'Channel Review' +[2020-07-15 13:20:04,274] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 13:20:04,276] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 13:20:04,386] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J9JcqwZLfvE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:20:04,518] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTP5UbYa5JuPT5Bv-gVidAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:20:07,892] /u/bnanaposting had their flair updated +[2020-07-15 13:22:17,221] There has been a new submission: 'Part 17 of my last of us part II playthrough, pure gameplay. Should i commentate as well or not?', with flair 'Video Critique' +[2020-07-15 13:22:19,188] /u/LightningYi had their submission removed for insufficient lambda. +[2020-07-15 13:22:21,284] /u/LightningYi had their flair updated +[2020-07-15 13:33:23,597] There has been a new submission: 'my commentary video on the creepiest prank channel on youtube', with flair 'Video Critique' +[2020-07-15 13:33:24,216] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 13:33:24,217] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 13:33:24,317] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IAJlf7cny5U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:33:24,430] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKxirEtvxEAie7NHJ7x-UEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 13:33:27,334] /u/QuentinShite had their flair updated +[2020-07-15 13:39:34,608] /u/edsonklr7 had their flair updated +[2020-07-15 13:40:01,442] /u/edsonklr7 had their flair updated +[2020-07-15 13:47:22,632] There has been a new submission: 'Did you know that you can lift off without your controller ? I found this "trick" quite interesting as a beginner. Also, don't be too harsh, this is my first video on youtube. Link :', with flair 'Video Critique' +[2020-07-15 13:47:23,777] /u/budacodrut24 had their submission removed for insufficient lambda. +[2020-07-15 13:47:25,048] /u/budacodrut24 had their flair updated +[2020-07-15 13:51:26,111] '/u/devilpanda555' has given '/u/ShikharTrivedi' lambda! +[2020-07-15 13:51:28,304] /u/ShikharTrivedi had their flair updated +[2020-07-15 13:57:46,072] +#################### +[Jul 15 2020 13:57:46] RESTARTED +#################### + +[2020-07-15 14:00:34,828] '/u/QuentinShite' has given '/u/daredevil005' lambda! +[2020-07-15 14:00:37,127] /u/daredevil005 had their flair updated +[2020-07-15 14:01:13,393] There has been a new submission: 'This new vlog is so good. We really want to make sure that these videos are as good as possible. Give us feedback.', with flair 'Vlog' +[2020-07-15 14:01:14,151] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 14:01:14,153] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 14:01:14,256] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sGh57zZQ2SA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 14:01:14,388] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJyLu-lj_FtMUPmoo23dXNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 14:01:17,834] /u/samaster21 had their flair updated +[2020-07-15 14:09:14,794] There has been a new submission: 'Please do Subscribe my YouTube channel and I will do the same immediately.......... Let's help each other to get Subscribers fast........', with flair 'Gaming' +[2020-07-15 14:09:15,708] /u/iamshadir had their submission removed for insufficient lambda. +[2020-07-15 14:09:16,399] /u/iamshadir had their flair updated +[2020-07-15 14:27:11,584] '/u/samaster21' has given '/u/daredevil005' lambda! +[2020-07-15 14:27:12,901] /u/daredevil005 had their flair updated +[2020-07-15 14:27:14,262] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-15 14:28:57,098] There has been a new submission: 'I Made A Proof of Concept Interactive Game Using the YT Video Player, Looking for Feedback on Whether There Is Any Potential', with flair 'Video Critique' +[2020-07-15 14:28:58,225] /u/schnee12 had their submission removed for insufficient lambda. +[2020-07-15 14:28:59,050] /u/schnee12 had their flair updated +[2020-07-15 14:34:29,579] '/u/BattleCatPrintShop' has given '/u/daredevil005' lambda! +[2020-07-15 14:34:31,382] /u/daredevil005 had their flair updated +[2020-07-15 14:35:57,942] Starting every day program... +[2020-07-15 14:35:57,942] Updating database statistics... +[2020-07-15 14:35:57,970] Posting and updating wiki... +[2020-07-15 14:36:11,243] Formatting leaderboard... +[2020-07-15 14:36:11,263] Updating sidebar... +[2020-07-15 14:36:12,708] Updated in new reddit... +[2020-07-15 14:36:15,790] Updated in old reddit... +[2020-07-15 14:36:15,790] Completed. +[2020-07-15 14:42:17,255] There has been a new submission: 'I Played Minecraft For 36 Hours Straight', with flair 'Gaming' +[2020-07-15 14:42:19,141] /u/iTeQz had their submission removed for insufficient lambda. +[2020-07-15 14:42:21,213] /u/iTeQz had their flair updated +[2020-07-15 14:53:50,990] '/u/yeeaaahhboi' has given '/u/kop-Forrest' lambda! +[2020-07-15 14:53:52,857] /u/kop-Forrest had their flair updated +[2020-07-15 14:58:10,253] There has been a new submission: 'I made a small compilation of my funny moments :). Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-15 14:58:10,485] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 14:58:10,487] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 14:58:10,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=44WOZmmFsdk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 14:58:10,696] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 14:58:12,210] /u/ShikharTrivedi had their flair updated +[2020-07-15 15:07:38,661] There has been a new submission: 'How to Make Espresso | My Stoner Kitchen', with flair 'Video Critique' +[2020-07-15 15:07:39,758] /u/nicobrunostandup had their submission removed for insufficient lambda. +[2020-07-15 15:07:40,935] /u/nicobrunostandup had their flair updated +[2020-07-15 15:10:43,087] There has been a new submission: 'What do yall think of this video, and please give tips on how I can improve', with flair 'Video Critique' +[2020-07-15 15:10:45,085] /u/VIZLARD had their submission removed for insufficient lambda. +[2020-07-15 15:10:47,367] /u/VIZLARD had their flair updated +[2020-07-15 15:13:37,770] '/u/ShikharTrivedi' has given '/u/VIZLARD' lambda! +[2020-07-15 15:13:39,723] /u/VIZLARD had their flair updated +[2020-07-15 15:19:03,197] There has been a new submission: 'Did this short ad spoof. I want to do more so feedback for Lambda very welcome. Thanks!', with flair 'Video Critique' +[2020-07-15 15:19:03,414] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 15:19:03,416] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 15:19:03,516] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IubaketBQRo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:19:03,623] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCq9YV2lkAR-IuENo6-gjfrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:19:04,988] /u/mt2987 had their flair updated +[2020-07-15 15:27:21,351] There has been a new submission: 'The more you know!', with flair 'Discussion' +[2020-07-15 15:27:22,857] /u/osborn9801 had their flair updated +[2020-07-15 15:32:35,009] There has been a new submission: 'Marvel X-Men Wolverine vs Silver Samurai Short Stop Motion', with flair 'Video Critique' +[2020-07-15 15:32:36,871] /u/MarvelFanAnimation had their submission removed for insufficient lambda. +[2020-07-15 15:32:38,925] /u/MarvelFanAnimation had their flair updated +[2020-07-15 15:39:11,436] There has been a new submission: 'Cartoon - Will This Diamond Ring Save Her Life? - AmoMama', with flair 'None' +[2020-07-15 15:39:12,425] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-15 15:39:13,141] /u/IndividualGuide had their flair updated +[2020-07-15 15:40:51,284] There has been a new submission: 'Please take a look and lemme know what u think', with flair 'Gaming' +[2020-07-15 15:40:52,854] /u/furyfireops had their submission removed for insufficient lambda. +[2020-07-15 15:40:55,117] /u/furyfireops had their flair updated +[2020-07-15 15:43:24,597] There has been a new submission: 'The other day, I asked you all for a word. With that word, I typed it into AMAZON and bought whatever item came up. Let me know what you think!', with flair 'Channel Review' +[2020-07-15 15:43:25,209] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 15:43:25,210] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 15:43:25,328] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=35L8VI6W224&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:43:25,452] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA59hUmgve6na5dLX3f6AdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:43:28,499] /u/jeddieinhd had their flair updated +[2020-07-15 15:45:34,383] There has been a new submission: 'Anime fandom after re:zero's return! This is a meme video, I would appreciate your review. Thnx', with flair 'Video Critique' +[2020-07-15 15:45:34,837] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 15:45:34,839] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 15:45:34,954] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e1HCTuzFnkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:45:35,078] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWgkVYJa-mET1yHojfbCikA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:45:37,633] /u/daredevil005 had their flair updated +[2020-07-15 15:46:25,833] '/u/YoungKano' has given '/u/kop-Forrest' lambda! +[2020-07-15 15:46:27,357] /u/kop-Forrest had their flair updated +[2020-07-15 15:48:41,292] There has been a new submission: 'Don't change the channel... Give lambda like candy for feedback', with flair 'Video Critique' +[2020-07-15 15:48:41,533] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 15:48:41,534] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 15:48:41,631] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ibiPG48XqIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:48:41,752] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCL_BvTiVDwrZUlAmS6X7F4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:48:43,205] /u/antopet11 had their flair updated +[2020-07-15 15:49:33,351] There has been a new submission: 'hello would really appreciate any feedback on my recent video!! trying something new with the thumbnail/editing (again lmao) and also got a new mic so would love to know your thoughts on audio quality, ofc will b giving lambda!', with flair 'Video Critique' +[2020-07-15 15:49:33,566] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 15:49:33,568] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 15:49:33,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O0J02tMXJCs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:49:33,812] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY-pRTUWxcUGB__zsnQoB4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 15:49:34,740] /u/emilyychu had their flair updated +[2020-07-15 15:50:53,123] There has been a new submission: 'We’re close to 100 subscribers! I really enjoy making videos and here’s my channel if you want to check it out!', with flair 'Channel Review' +[2020-07-15 15:50:55,815] /u/solivagaaaaant had their submission removed for insufficient lambda. +[2020-07-15 15:50:58,077] /u/solivagaaaaant had their flair updated +[2020-07-15 15:51:10,915] There has been a new submission: 'Now hide private files in Image Without using any app', with flair 'Video Critique' +[2020-07-15 15:51:12,765] /u/hiDDenthings63 had their submission removed for insufficient lambda. +[2020-07-15 15:51:14,986] /u/hiDDenthings63 had their flair updated +[2020-07-15 15:56:14,645] There has been a new submission: 'Assassin's Creed Valhalla Thing We Knew Even Before It Got Leaked!', with flair 'Gaming' +[2020-07-15 15:56:15,857] /u/visionum3 had their submission removed for insufficient lambda. +[2020-07-15 15:56:17,438] /u/visionum3 had their flair updated +[2020-07-15 15:57:46,222] +#################### +[Jul 15 2020 15:57:46] RESTARTED +#################### + +[2020-07-15 16:03:19,321] There has been a new submission: 'I've been working on trimming down videos to make them flow well, please let me know how I did :)', with flair 'Video Critique' +[2020-07-15 16:03:19,931] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 16:03:19,933] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 16:03:20,030] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zWSykx5SMVU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 16:03:20,146] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 16:03:22,938] /u/GhrimeTF2 had their flair updated +[2020-07-15 16:12:19,795] There has been a new submission: 'A view or two would be greatly appreciated pray', with flair 'Gaming' +[2020-07-15 16:12:21,710] /u/sugahrushh had their submission removed for insufficient lambda. +[2020-07-15 16:12:23,779] /u/sugahrushh had their flair updated +[2020-07-15 16:16:34,334] There has been a new submission: 'Ranking every heirloom worst to best apex', with flair 'Gaming' +[2020-07-15 16:16:35,600] /u/captainwitheryt had their submission removed for insufficient lambda. +[2020-07-15 16:16:37,053] /u/captainwitheryt had their flair updated +[2020-07-15 16:24:27,850] There has been a new submission: 'Mysteriously deleted comments?', with flair 'Discussion' +[2020-07-15 16:24:30,151] /u/roxanareed had their flair updated +[2020-07-15 16:27:45,858] There has been a new submission: '50 premiere crashes and a blue screen later, I finished editing the first 3 minutes of this video. Any criticism appreciated!', with flair 'Video Critique' +[2020-07-15 16:27:46,130] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 16:27:46,132] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 16:27:46,236] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=c6i4IkB-YyI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 16:27:46,342] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwiZw0I44mR9azyxSYDoUnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 16:27:47,974] /u/wifiluke_ had their flair updated +[2020-07-15 16:39:48,329] There has been a new submission: 'Hey Creators! I have an Artist YT Channel where I roll out royalty-free music every Tuesday and studio vlog showcasing my musical journey every Saturday. I would love to get some feedback on what I can do more to improve and gain subscribers. Will give lambda for honest reviews. :)', with flair 'Channel Review' +[2020-07-15 16:39:48,956] /u/phalgunnmaharishi had their flair updated +[2020-07-15 16:39:55,921] There has been a new submission: '6ix9ine Gooba Compilation', with flair 'Art' +[2020-07-15 16:39:56,474] /u/youcan231 had their submission removed for insufficient lambda. +[2020-07-15 16:39:56,870] /u/youcan231 had their flair updated +[2020-07-15 16:46:45,722] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 18 - Boat (The Last of Us Par...', with flair 'Gaming' +[2020-07-15 16:46:46,938] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-15 16:46:48,325] /u/CecliusPlaysHD had their flair updated +[2020-07-15 16:47:18,501] /u/samaster21 had their flair updated +[2020-07-15 16:47:44,638] '/u/samaster21' has given '/u/tommyboy_lr' lambda! +[2020-07-15 16:47:45,830] /u/tommyboy_lr had their flair updated +[2020-07-15 17:06:49,168] There has been a new submission: 'This is my first animation ever and i used a mouse cuz i dont have a drawing tablet', with flair 'Art' +[2020-07-15 17:06:50,385] /u/Gaboxxxxx had their submission removed for insufficient lambda. +[2020-07-15 17:06:51,765] /u/Gaboxxxxx had their flair updated +[2020-07-15 17:09:36,652] There has been a new submission: 'New episode of our GTA 3 playthroughplay through', with flair 'Gaming' +[2020-07-15 17:09:37,375] /u/JadedMangosOfficial had their submission removed for insufficient lambda. +[2020-07-15 17:09:37,972] /u/JadedMangosOfficial had their flair updated +[2020-07-15 17:10:34,233] /u/antopet11 had their flair updated +[2020-07-15 17:11:33,068] '/u/antopet11' has given '/u/Data_4_You' lambda! +[2020-07-15 17:11:35,257] /u/Data_4_You had their flair updated +[2020-07-15 17:11:41,725] There has been a new submission: 'Made a compilation of my funny moments. I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-15 17:11:42,415] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 17:11:42,416] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 17:11:42,512] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=44WOZmmFsdk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:11:42,632] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:11:45,734] /u/ShikharTrivedi had their flair updated +[2020-07-15 17:12:07,910] There has been a new submission: 'INTERESTING STORY... I just finished my Freshman year of high school. However, I am a thinker... I started my channel Error Electrical as a freshman to make electronics and show growth until I hopefully become an Electrical engineer. Follow me on my journey by subscribing.', with flair 'Channel Review' +[2020-07-15 17:12:10,004] /u/Error404Electronics had their submission removed for insufficient lambda. +[2020-07-15 17:12:12,158] /u/Error404Electronics had their flair updated +[2020-07-15 17:12:45,853] '/u/wifiluke_' has given '/u/Data_4_You' lambda! +[2020-07-15 17:12:47,952] /u/Data_4_You had their flair updated +[2020-07-15 17:13:04,752] '/u/TheJustindsd' has given '/u/Peltlegs' lambda! +[2020-07-15 17:13:06,810] /u/Peltlegs had their flair updated +[2020-07-15 17:14:34,837] There has been a new submission: 'Hey, I started a series on siege playing as all the operators, I also do one on Friday the 13th. Could I get some feedback on either one?', with flair 'Video Critique' +[2020-07-15 17:14:35,371] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 17:14:35,373] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 17:14:35,501] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fZM1cNLtsiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:14:35,731] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbS0ruRKM-ZXQDOxdtNHLLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:14:38,218] /u/Peltlegs had their flair updated +[2020-07-15 17:17:25,136] '/u/GhrimeTF2' has given '/u/ThinkThinkerton' lambda! +[2020-07-15 17:17:26,438] /u/ThinkThinkerton had their flair updated +[2020-07-15 17:25:07,086] There has been a new submission: 'Kanye West GAP Partnership/Will Vintage GAP Resale? + Jesus Is King Vinyl Unboxing! Hey everyone I made this video talking about Kanye West’s partnership with GAP & what that means for resellers! Please give some feedback for LAMBDA! If you do enjoy this video please give it a like/sub!', with flair 'Video Critique' +[2020-07-15 17:25:07,545] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 17:25:07,546] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 17:25:07,642] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IAJvDcBzCLo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:25:07,798] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXXS-Pvi4EKeKVhJEdevs-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 17:25:10,392] /u/AJThrifts had their flair updated +[2020-07-15 17:30:43,321] There has been a new submission: 'How do I get lamda', with flair 'Discussion' +[2020-07-15 17:30:46,338] /u/Error404Electronics had their flair updated +[2020-07-15 17:34:00,840] There has been a new submission: 'Thrust Vector Control and Landing Legs and More! - Falcon 9 model Rocket [ Dumont Space ] #1', with flair 'Art' +[2020-07-15 17:34:02,500] /u/O0kah had their submission removed for insufficient lambda. +[2020-07-15 17:34:04,386] /u/O0kah had their flair updated +[2020-07-15 17:38:59,922] There has been a new submission: 'best hyperscape player on the face of this earth', with flair 'Gaming' +[2020-07-15 17:39:00,757] /u/neMorca had their submission removed for insufficient lambda. +[2020-07-15 17:39:01,567] /u/neMorca had their flair updated +[2020-07-15 17:43:28,725] There has been a new submission: 'Please give advice on my latest video and how you feel about it, anythjng useful with be awarded LAMBA', with flair 'Channel Review' +[2020-07-15 17:43:31,196] /u/VIZLARD had their flair updated +[2020-07-15 17:46:55,093] There has been a new submission: 'rainbow six siege edit! Spent hours editing so I'd appreciate any feedback at all,I usually make art and gaming videos you can allso follow me on twitch:MrSvengustav if you like the content', with flair 'Gaming' +[2020-07-15 17:46:56,336] /u/BlackHydroYT had their submission removed for insufficient lambda. +[2020-07-15 17:46:57,783] /u/BlackHydroYT had their flair updated +[2020-07-15 17:47:05,090] '/u/wifiluke_' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-15 17:47:06,862] /u/MJMusic_FreeMusic had their flair updated +[2020-07-15 17:47:13,416] There has been a new submission: 'Minecraft collab', with flair 'Collab' +[2020-07-15 17:47:14,919] /u/TimberRoach had their flair updated +[2020-07-15 17:48:08,892] There has been a new submission: 'Hey! I'm willing to critique anyone's videos down below if you drop a review out of ten for my vid with some critique as well. Excited to see your shit.', with flair 'Video Critique' +[2020-07-15 17:48:10,089] /u/CounterfeitSteel had their submission removed for insufficient lambda. +[2020-07-15 17:48:11,190] /u/CounterfeitSteel had their flair updated +[2020-07-15 17:49:19,974] There has been a new submission: 'Hello everyone! I have a small channel where I’ve been posting consistently twice a week for about two months, but still struggling below 50 subs. If you could watch my last video and give me any feedback, I would really appreciate. (It has cc if needed)', with flair 'Video Critique' +[2020-07-15 17:49:20,724] /u/Patron-Ng had their submission removed for insufficient lambda. +[2020-07-15 17:49:21,403] /u/Patron-Ng had their flair updated +[2020-07-15 17:53:43,515] There has been a new submission: 'Spent 10+ hours on this vid and would love some feedback guys?! Thanks!', with flair 'Video Critique' +[2020-07-15 17:53:45,517] /u/Spotcam1 had their submission removed for insufficient lambda. +[2020-07-15 17:53:47,439] /u/Spotcam1 had their flair updated +[2020-07-15 17:54:11,316] There has been a new submission: 'Affordable ring light for youtube videos unboxing', with flair 'Channel Review' +[2020-07-15 17:54:12,697] /u/prettyface69 had their submission removed for insufficient lambda. +[2020-07-15 17:54:14,553] /u/prettyface69 had their flair updated +[2020-07-15 17:55:53,984] There has been a new submission: 'I posted the 9th video onto my channel and would really appreciate it if people could leave me some feedback and subscribed :)', with flair 'Video Critique' +[2020-07-15 17:55:55,172] /u/derkinater had their submission removed for insufficient lambda. +[2020-07-15 17:55:56,790] /u/derkinater had their flair updated +[2020-07-15 17:56:05,679] /u/Error404Electronics had their flair updated +[2020-07-15 17:57:46,090] +#################### +[Jul 15 2020 17:57:46] RESTARTED +#################### + +[2020-07-15 18:00:37,535] There has been a new submission: 'I created my first ever review!', with flair 'Video Critique' +[2020-07-15 18:00:40,207] /u/Owlaful had their submission removed for insufficient lambda. +[2020-07-15 18:00:42,500] /u/Owlaful had their flair updated +[2020-07-15 18:03:56,532] There has been a new submission: 'I've made a short & funny video about OnlyFans! I'd really appreciate every advice!', with flair 'Video Critique' +[2020-07-15 18:03:57,111] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 18:03:57,113] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 18:03:57,207] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dSCICqIW5HI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:03:57,309] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnXxIOXiIL5C0WCXI4Q5HHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:03:59,979] /u/acstomi0212 had their flair updated +[2020-07-15 18:07:34,185] There has been a new submission: 'Painting On Ikea Shelving Unit // Upcycling Old Furniture // Acrylic Pai...', with flair 'Art' +[2020-07-15 18:07:35,240] /u/Mosh_not_Posh had their submission removed for insufficient lambda. +[2020-07-15 18:07:36,508] /u/Mosh_not_Posh had their flair updated +[2020-07-15 18:09:28,074] '/u/wifiluke_' has given '/u/BlackHydroYT' lambda! +[2020-07-15 18:09:28,715] /u/BlackHydroYT had their flair updated +[2020-07-15 18:09:57,732] '/u/VIZLARD' has given '/u/BlackHydroYT' lambda! +[2020-07-15 18:09:58,136] /u/BlackHydroYT had their flair updated +[2020-07-15 18:11:11,505] There has been a new submission: 'I made a video about how I'm painting on my Ikea shelving unit.', with flair 'Art' +[2020-07-15 18:11:13,028] /u/Mosh_not_Posh had their submission removed for insufficient lambda. +[2020-07-15 18:11:15,253] /u/Mosh_not_Posh had their flair updated +[2020-07-15 18:11:57,300] '/u/Daneywaney' has given '/u/spazstix69' lambda! +[2020-07-15 18:11:59,413] /u/spazstix69 had their flair updated +[2020-07-15 18:12:19,773] '/u/Daneywaney' has given '/u/thecookietrain' lambda! +[2020-07-15 18:12:21,872] /u/thecookietrain had their flair updated +[2020-07-15 18:12:39,442] '/u/Daneywaney' has given '/u/georgech900' lambda! +[2020-07-15 18:12:41,559] /u/georgech900 had their flair updated +[2020-07-15 18:12:58,601] '/u/Daneywaney' has given '/u/ThinkThinkerton' lambda! +[2020-07-15 18:13:00,681] /u/ThinkThinkerton had their flair updated +[2020-07-15 18:14:03,328] There has been a new submission: '“FORTNITE IS CRINGE!” Hey guys! In this video I try to prove any game is better fortnite (specifically KINGDOM HEARTS 2.5 REMIIIIIX). If you enjoy drop a like or sub to a boi :D. However, I’m really posting just to get some feedback. Peace bros', with flair 'Video Critique' +[2020-07-15 18:14:03,969] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 18:14:03,970] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 18:14:04,066] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-jjZU5FK01c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:14:04,173] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:14:06,914] /u/Yo-Homeboy13 had their flair updated +[2020-07-15 18:16:56,634] '/u/Pantologistt' has given '/u/Articwolf26' lambda! +[2020-07-15 18:16:58,319] /u/Articwolf26 had their flair updated +[2020-07-15 18:17:49,686] '/u/ShikharTrivedi' has given '/u/Owlaful' lambda! +[2020-07-15 18:17:50,945] /u/Owlaful had their flair updated +[2020-07-15 18:17:57,542] There has been a new submission: 'I'm trying to spread the knowledge, but would still love some feedback as well as some responses that are relevant to the video's content.', with flair 'Video Critique' +[2020-07-15 18:17:57,745] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 18:17:57,746] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 18:17:57,842] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RV-LXHQxJfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:17:57,976] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCplZ1Tf02Ng9XdMFmv-roqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:17:59,583] /u/BlackBear33ovy had their flair updated +[2020-07-15 18:20:33,201] There has been a new submission: 'The Long Awaited Halo 3 Update is here!', with flair 'Gaming' +[2020-07-15 18:20:35,450] /u/FOCUSAL-ACE had their submission removed for insufficient lambda. +[2020-07-15 18:20:37,759] /u/FOCUSAL-ACE had their flair updated +[2020-07-15 18:25:14,282] There has been a new submission: 'hey boys and girls i uploaded a amazing NBA 2k montage click the video to see what happens', with flair 'Gaming' +[2020-07-15 18:25:15,713] /u/HyphenGamin had their submission removed for insufficient lambda. +[2020-07-15 18:25:17,403] /u/HyphenGamin had their flair updated +[2020-07-15 18:26:06,585] There has been a new submission: 'Looking to collaborate with some food/cooking channels to support and grow together.', with flair 'Collab' +[2020-07-15 18:26:08,301] /u/ChefPonzio had their flair updated +[2020-07-15 18:29:10,409] '/u/SltySptoon' has given '/u/FishDishVartan' lambda! +[2020-07-15 18:29:11,176] /u/FishDishVartan had their flair updated +[2020-07-15 18:30:48,951] '/u/GhrimeTF2' has given '/u/BlackHydroYT' lambda! +[2020-07-15 18:30:51,220] /u/BlackHydroYT had their flair updated +[2020-07-15 18:34:03,576] There has been a new submission: 'rainbow six siege edit! Spent hours editing so I'd appreciate any feedback at all,I usually make art and gaming videos you can allso follow me on twitch:MrSvengustav if you like the content:)', with flair 'Gaming' +[2020-07-15 18:34:04,137] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 18:34:04,139] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 18:34:04,233] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A3xDlqNfjzs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:34:04,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5RpTp79cVeHhgMIK5p7VMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 18:34:07,029] /u/BlackHydroYT had their flair updated +[2020-07-15 18:38:46,462] '/u/wifiluke_' has given '/u/NiftyBiscuit4' lambda! +[2020-07-15 18:38:47,336] /u/NiftyBiscuit4 had their flair updated +[2020-07-15 18:41:00,871] '/u/emilyychu' has given '/u/Owlaful' lambda! +[2020-07-15 18:41:03,128] /u/Owlaful had their flair updated +[2020-07-15 18:53:36,065] There has been a new submission: 'If y’all could check out me and my friends hard work, I’d gladly appreciate it. Also if you could consider subscribing, I’m trying to hit 600 by saturday cause that’s my birthday!', with flair 'Gaming' +[2020-07-15 18:53:37,826] /u/typicalnormster had their submission removed for insufficient lambda. +[2020-07-15 18:53:39,814] /u/typicalnormster had their flair updated +[2020-07-15 18:54:00,721] '/u/Peltlegs' has given '/u/BlackHydroYT' lambda! +[2020-07-15 18:54:02,609] /u/BlackHydroYT had their flair updated +[2020-07-15 18:54:21,147] There has been a new submission: 'Got the views but not the subs best strategies to achieve this?', with flair 'Discussion' +[2020-07-15 18:54:23,216] /u/Articwolf26 had their flair updated +[2020-07-15 18:54:32,019] '/u/Peltlegs' has given '/u/Owlaful' lambda! +[2020-07-15 18:54:33,835] /u/Owlaful had their flair updated +[2020-07-15 18:55:22,079] '/u/Peltlegs' has given '/u/triplefundusty' lambda! +[2020-07-15 18:55:23,811] /u/triplefundusty had their flair updated +[2020-07-15 18:55:45,334] '/u/Peltlegs' has given '/u/Rafi_Rabbit' lambda! +[2020-07-15 18:55:47,001] /u/Rafi_Rabbit had their flair updated +[2020-07-15 18:57:07,079] There has been a new submission: 'I made my first ever game review!', with flair 'Video Critique' +[2020-07-15 18:57:08,742] /u/Owlaful had their flair updated +[2020-07-15 18:57:14,495] There has been a new submission: 'Hey! I started a new youtube series, come check it out and leave feedback!', with flair 'Gaming' +[2020-07-15 18:57:15,885] /u/ItryToMakeYTvids had their submission removed for insufficient lambda. +[2020-07-15 18:57:17,250] /u/ItryToMakeYTvids had their flair updated +[2020-07-15 18:57:55,805] '/u/Henry_does' has given '/u/Owlaful' lambda! +[2020-07-15 18:57:57,186] /u/Owlaful had their flair updated +[2020-07-15 19:00:19,860] There has been a new submission: 'The first in a series of action figure stop motion videos I intend to put out, featuring characters from different worlds. Any advice/criticism is appreciated!', with flair 'Video Critique' +[2020-07-15 19:00:20,663] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:00:20,664] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:00:20,759] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QGSRHceVTpU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:00:20,876] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7K8EoJ9ponmJfnPfxFBUFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:00:24,222] /u/actionfigurestory had their flair updated +[2020-07-15 19:00:46,486] There has been a new submission: 'Our latest video - Chewy Chocolate Chip Cookies Recipe - Looking for feedback about video quality, lighting and audio', with flair 'Video Critique' +[2020-07-15 19:00:47,211] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:00:47,213] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:00:47,309] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KzmOMltm6Uk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:00:47,436] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLGsFDEYKml38Emz6b56uUg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:00:50,660] /u/arturlukin had their flair updated +[2020-07-15 19:03:48,027] There has been a new submission: 'Do you think it is better to upload high quality content you're proud of once a week, or just drop the quality and upload frequently?', with flair 'Discussion' +[2020-07-15 19:03:50,436] /u/RamoPlayz had their flair updated +[2020-07-15 19:04:26,628] '/u/wifiluke_' has given '/u/TheSatIsBack' lambda! +[2020-07-15 19:04:28,463] /u/TheSatIsBack had their flair updated +[2020-07-15 19:04:38,017] '/u/Owlaful' has given '/u/OldGothYT' lambda! +[2020-07-15 19:04:39,848] /u/OldGothYT had their flair updated +[2020-07-15 19:08:28,804] There has been a new submission: 'Your Most Intriguing Question', with flair 'Discussion' +[2020-07-15 19:08:29,989] /u/Michael-Maher-Show had their flair updated +[2020-07-15 19:13:02,242] '/u/BlackBear33ovy' has given '/u/TheJustindsd' lambda! +[2020-07-15 19:13:04,235] /u/TheJustindsd had their flair updated +[2020-07-15 19:13:06,282] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-15 19:13:17,804] /u/TheJustindsd had their flair updated +[2020-07-15 19:17:43,078] '/u/Pantologistt' has given '/u/Mosh_not_Posh' lambda! +[2020-07-15 19:17:44,309] /u/Mosh_not_Posh had their flair updated +[2020-07-15 19:19:44,153] There has been a new submission: 'This is worth watching if your interested in hiphop', with flair 'Video Critique' +[2020-07-15 19:19:45,014] /u/HipHopHeatDaily had their submission removed for insufficient lambda. +[2020-07-15 19:19:45,498] /u/HipHopHeatDaily had their flair updated +[2020-07-15 19:22:41,258] There has been a new submission: 'Give feedback please and I will give lambda', with flair 'Gaming' +[2020-07-15 19:22:41,867] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:22:41,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:22:41,976] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ncrT0y8dxkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:22:42,089] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:22:45,110] /u/disloyalclothYT had their flair updated +[2020-07-15 19:22:56,456] There has been a new submission: 'Moving Out 2020 - Game Review + 5 TIPS! (3:02) - Feedback Request', with flair 'Video Critique' +[2020-07-15 19:22:57,076] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:22:57,077] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:22:57,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M5WgYATVWyU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:22:57,296] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7nrM7-CYd5KPBus4dY25CA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:23:00,149] /u/DWNFamTV had their flair updated +[2020-07-15 19:24:06,493] '/u/acstomi0212' has given '/u/witt340' lambda! +[2020-07-15 19:24:08,396] /u/witt340 had their flair updated +[2020-07-15 19:28:04,424] There has been a new submission: 'I streamed Ninjago Blindfolded', with flair 'Gaming' +[2020-07-15 19:28:05,443] /u/CreamyNutMaster had their submission removed for insufficient lambda. +[2020-07-15 19:28:06,549] /u/CreamyNutMaster had their flair updated +[2020-07-15 19:31:14,202] '/u/arturlukin' has given '/u/Clickdummy' lambda! +[2020-07-15 19:31:16,379] /u/Clickdummy had their flair updated +[2020-07-15 19:31:57,002] There has been a new submission: 'Our New Channel Trailer!! We’re a creative couple making cool things on youtube! We decided it was time for a new trailer, we would appreciate anyone checking us out, and any feedback will be given lambda 😊', with flair 'Video Critique' +[2020-07-15 19:31:57,676] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:31:57,677] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:31:57,770] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7ewKonyc5uQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:31:57,886] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSybJaeE82Lr1GatWbclWRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:32:00,944] /u/denandmugMAKES had their flair updated +[2020-07-15 19:32:23,333] '/u/generalna11' has given '/u/AstroKnight45' lambda! +[2020-07-15 19:32:25,443] /u/AstroKnight45 had their flair updated +[2020-07-15 19:33:29,176] '/u/BlackBear33ovy' has given '/u/Brandonator247' lambda! +[2020-07-15 19:33:31,152] /u/Brandonator247 had their flair updated +[2020-07-15 19:34:20,746] '/u/wifiluke_' has given '/u/dells16' lambda! +[2020-07-15 19:34:22,623] /u/dells16 had their flair updated +[2020-07-15 19:36:06,338] There has been a new submission: 'Trying to improve on speaking to the camera / audience ... please let me know what you think. Will give lambda my friends', with flair 'Video Critique' +[2020-07-15 19:36:06,739] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:36:06,740] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:36:06,839] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dkS4qGIlkl8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:36:06,950] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuoHuAa0TiHFKuq8aTqNg0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:36:09,660] /u/FPVMARK had their flair updated +[2020-07-15 19:36:16,710] There has been a new submission: 'As smooth as butter!', with flair 'Video Critique' +[2020-07-15 19:36:18,095] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-15 19:36:19,688] /u/yayarar had their flair updated +[2020-07-15 19:36:44,410] There has been a new submission: 'I uploaded a brand new to me type of video today! It’s fast paced and informational and I am looking for some engagement and feedback on whether I should continue making videos like this. [critique]', with flair 'Video Critique' +[2020-07-15 19:36:45,701] /u/sayystella had their submission removed for insufficient lambda. +[2020-07-15 19:36:47,279] /u/sayystella had their flair updated +[2020-07-15 19:37:05,027] '/u/BlackHydroYT' has given '/u/Rafi_Rabbit' lambda! +[2020-07-15 19:37:06,476] /u/Rafi_Rabbit had their flair updated +[2020-07-15 19:37:40,513] '/u/GhrimeTF2' has given '/u/Chekhov27' lambda! +[2020-07-15 19:37:41,801] /u/Chekhov27 had their flair updated +[2020-07-15 19:38:20,625] There has been a new submission: 'We are just starting out so injoy', with flair 'Gaming' +[2020-07-15 19:38:21,597] /u/Sambooks44_GPV had their submission removed for insufficient lambda. +[2020-07-15 19:38:23,021] /u/Sambooks44_GPV had their flair updated +[2020-07-15 19:38:49,102] There has been a new submission: 'Breaking News: TikTok Sucks', with flair 'Channel Review' +[2020-07-15 19:38:49,975] /u/dylansharon had their submission removed for insufficient lambda. +[2020-07-15 19:38:50,911] /u/dylansharon had their flair updated +[2020-07-15 19:43:35,025] There has been a new submission: 'PETA takes Everything is Cake meme TOO FAR!!!', with flair 'Gaming' +[2020-07-15 19:43:36,783] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-07-15 19:43:38,730] /u/Str8Villains had their flair updated +[2020-07-15 19:44:51,004] '/u/Chekhov27' has given '/u/GhrimeTF2' lambda! +[2020-07-15 19:44:52,794] /u/GhrimeTF2 had their flair updated +[2020-07-15 19:48:34,435] '/u/DWNFamTV' has given '/u/Brandonator247' lambda! +[2020-07-15 19:48:35,377] /u/Brandonator247 had their flair updated +[2020-07-15 19:48:43,308] There has been a new submission: 'MODERN WARFARE GUN GAME COMEBACK WIN!!', with flair 'Gaming' +[2020-07-15 19:48:44,130] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-15 19:48:45,041] /u/Curlyiix had their flair updated +[2020-07-15 19:53:18,125] '/u/disloyalclothYT' has given '/u/Brandonator247' lambda! +[2020-07-15 19:53:20,100] /u/Brandonator247 had their flair updated +[2020-07-15 19:54:24,107] There has been a new submission: 'Hey guys! I made a video on why Boomers Believe Everything They See. Would appreciate the feedback and will be giving lambda! Please drop a like too!', with flair 'Video Critique' +[2020-07-15 19:54:24,605] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 19:54:24,607] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 19:54:24,705] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SNee1wIqkmo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:54:24,833] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtxaHh_vijoUMPl1n8RVe4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 19:54:27,407] /u/FishDishVartan had their flair updated +[2020-07-15 19:56:52,456] There has been a new submission: 'Our New Channel whar we have fun doing stuff ;)(;', with flair 'Gaming' +[2020-07-15 19:56:53,673] /u/Sambooks44_GPV had their submission removed for insufficient lambda. +[2020-07-15 19:56:55,064] /u/Sambooks44_GPV had their flair updated +[2020-07-15 19:57:46,491] +#################### +[Jul 15 2020 19:57:46] RESTARTED +#################### + +[2020-07-15 20:05:21,626] There has been a new submission: 'WHO'S THAT POKEMON? (gen 1 rematch quiz)', with flair 'Gaming' +[2020-07-15 20:05:23,337] /u/SammyGenius had their submission removed for insufficient lambda. +[2020-07-15 20:05:25,028] /u/SammyGenius had their flair updated +[2020-07-15 20:11:24,816] There has been a new submission: 'Do you guys think it feels wrong to self promote yourself via like a game username, in discords, or your social media? I have been considering putting something on my social media but I am not for sure because of how people may react. Do you guys do this?', with flair 'Discussion' +[2020-07-15 20:11:27,637] /u/SubatomiconsYT had their flair updated +[2020-07-15 20:16:12,548] There has been a new submission: 'Daddy Issues - The Neighborhood | you ask me what I’m thinking about meme | lofi cover - Rachel Aung', with flair 'Art' +[2020-07-15 20:16:14,085] /u/AGrachel had their submission removed for insufficient lambda. +[2020-07-15 20:16:15,630] /u/AGrachel had their flair updated +[2020-07-15 20:24:00,476] '/u/BlackHydroYT' has given '/u/Brandonator247' lambda! +[2020-07-15 20:24:02,365] /u/Brandonator247 had their flair updated +[2020-07-15 20:24:23,277] There has been a new submission: 'My thoughts on Warzone - a commentary need feedback if you like it subscribe .thank you', with flair 'Video Critique' +[2020-07-15 20:24:24,978] /u/tommy_tnt03 had their submission removed for insufficient lambda. +[2020-07-15 20:24:26,810] /u/tommy_tnt03 had their flair updated +[2020-07-15 20:26:51,868] There has been a new submission: 'I posted a video on my best cod mobile moments and would apappreciate some feedback please sub and like too PS will be giving lambada', with flair 'Video Critique' +[2020-07-15 20:26:53,015] /u/asap-the-rapper had their submission removed for insufficient lambda. +[2020-07-15 20:26:54,729] /u/asap-the-rapper had their flair updated +[2020-07-15 20:30:42,469] '/u/FPVMARK' has given '/u/HandleBud' lambda! +[2020-07-15 20:30:44,735] /u/HandleBud had their flair updated +[2020-07-15 20:37:54,419] '/u/acstomi0212' has given '/u/VIIyears' lambda! +[2020-07-15 20:37:55,556] /u/VIIyears had their flair updated +[2020-07-15 20:46:21,686] There has been a new submission: 'So I wanted to contribute my own little efforts in this Subreddit! I am ready for any advice (or slaughter) you can give me. The audio I know I can improve on, but be ready to explain me how and what else I could / should / have to do!', with flair 'Gaming' +[2020-07-15 20:46:22,997] /u/SIDY4 had their submission removed for insufficient lambda. +[2020-07-15 20:46:24,460] /u/SIDY4 had their flair updated +[2020-07-15 20:48:20,505] '/u/Chig3l' has given '/u/kruentis' lambda! +[2020-07-15 20:48:21,561] /u/kruentis had their flair updated +[2020-07-15 20:50:40,644] There has been a new submission: 'Act on the feedback you receive', with flair 'Discussion' +[2020-07-15 20:50:43,607] /u/BeatsandPiecesYT had their flair updated +[2020-07-15 20:55:08,833] '/u/FPVMARK' has given '/u/Brandonator247' lambda! +[2020-07-15 20:55:10,554] /u/Brandonator247 had their flair updated +[2020-07-15 20:56:02,383] '/u/FishDishVartan' has given '/u/Brandonator247' lambda! +[2020-07-15 20:56:03,979] /u/Brandonator247 had their flair updated +[2020-07-15 20:57:19,349] '/u/FishDishVartan' has given '/u/Durham-Cocktails' lambda! +[2020-07-15 20:57:20,686] /u/Durham-Cocktails had their flair updated +[2020-07-15 20:59:57,706] /u/BeatsandPiecesYT had their flair updated +[2020-07-15 21:07:07,959] '/u/arturlukin' has given '/u/Brandonator247' lambda! +[2020-07-15 21:07:09,295] /u/Brandonator247 had their flair updated +[2020-07-15 21:07:55,762] There has been a new submission: 'Pls rate my video! Insane Triple Take Plays - Loba Highlights #4', with flair 'Video Critique' +[2020-07-15 21:07:56,761] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-07-15 21:07:57,891] /u/GepkeApexYT had their flair updated +[2020-07-15 21:08:04,803] There has been a new submission: 'Third Video (Cinematography | A Forgotten Love) I Would Appreciate You Checking Me Out and Letting Me Know What You Think', with flair 'Video Critique' +[2020-07-15 21:08:05,040] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 21:08:05,043] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 21:08:05,172] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4x0z2FSFEjY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:08:05,323] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1D7kDXKofwIqXgXG8uBV6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:08:06,799] /u/ThinkThinkerton had their flair updated +[2020-07-15 21:09:15,717] There has been a new submission: 'Someone seems to have attacked my channel and disliked almost everyone of my videos. Why would someone do this?', with flair 'Discussion' +[2020-07-15 21:09:16,634] /u/fcf4 had their flair updated +[2020-07-15 21:09:39,148] '/u/BlackHydroYT' has given '/u/BreadZeppelinYT' lambda! +[2020-07-15 21:09:39,686] /u/BreadZeppelinYT had their flair updated +[2020-07-15 21:10:31,157] '/u/BlackHydroYT' has given '/u/SIDY4' lambda! +[2020-07-15 21:10:33,466] /u/SIDY4 had their flair updated +[2020-07-15 21:14:21,591] There has been a new submission: 'DNI Y PASAPORTE ESPAÑOL: Mi experiencia siendo ARGENTINA', with flair 'Vlog' +[2020-07-15 21:14:23,171] /u/Lifeofmaggi had their submission removed for insufficient lambda. +[2020-07-15 21:14:25,033] /u/Lifeofmaggi had their flair updated +[2020-07-15 21:18:32,583] There has been a new submission: 'Underground', with flair 'Video Critique' +[2020-07-15 21:18:33,647] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-15 21:18:34,738] /u/chrizuz had their flair updated +[2020-07-15 21:21:29,655] '/u/DWNFamTV' has given '/u/IssaMovement' lambda! +[2020-07-15 21:21:31,836] /u/IssaMovement had their flair updated +[2020-07-15 21:28:27,473] There has been a new submission: 'Finally Have the Intro to the Channel Complete! Would love to know what you think?', with flair 'Video Critique' +[2020-07-15 21:28:28,986] /u/JeffEatley had their submission removed for insufficient lambda. +[2020-07-15 21:28:29,988] /u/JeffEatley had their flair updated +[2020-07-15 21:29:01,419] There has been a new submission: 'Is there anyone on here who got to 1k really quick?', with flair 'Discussion' +[2020-07-15 21:29:02,467] /u/truthfullytiggy had their flair updated +[2020-07-15 21:29:52,193] '/u/jeddieinhd' has given '/u/Owlaful' lambda! +[2020-07-15 21:29:52,616] /u/Owlaful had their flair updated +[2020-07-15 21:32:03,437] There has been a new submission: 'anyone here like punk or alternative music? looking for feedback, will give lambda', with flair 'Video Critique' +[2020-07-15 21:32:04,086] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 21:32:04,088] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 21:32:04,196] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5aAhAXApMaY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:32:04,327] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCC8LsY0VQxxzwYT3jdhdCZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:32:07,301] /u/alotco0lerify0udid had their flair updated +[2020-07-15 21:33:02,606] '/u/arturlukin' has given '/u/TheBoyGerald' lambda! +[2020-07-15 21:33:04,619] /u/TheBoyGerald had their flair updated +[2020-07-15 21:34:59,452] There has been a new submission: 'How to fix: Cross-cut Paper Shredder Teardown and repair', with flair 'Video Critique' +[2020-07-15 21:35:01,001] /u/istylehun had their submission removed for insufficient lambda. +[2020-07-15 21:35:02,763] /u/istylehun had their flair updated +[2020-07-15 21:39:11,025] '/u/denandmugMAKES' has given '/u/AdvisedCelery' lambda! +[2020-07-15 21:39:11,794] /u/AdvisedCelery had their flair updated +[2020-07-15 21:40:30,460] '/u/denandmugMAKES' has given '/u/DWNFamTV' lambda! +[2020-07-15 21:40:32,721] /u/DWNFamTV had their flair updated +[2020-07-15 21:40:43,392] '/u/wifiluke_' has given '/u/jeddieinhd' lambda! +[2020-07-15 21:40:45,660] /u/jeddieinhd had their flair updated +[2020-07-15 21:41:00,712] '/u/denandmugMAKES' has given '/u/Amahri' lambda! +[2020-07-15 21:41:02,958] /u/Amahri had their flair updated +[2020-07-15 21:43:33,544] '/u/denandmugMAKES' has given '/u/El-Grif' lambda! +[2020-07-15 21:43:35,508] /u/El-Grif had their flair updated +[2020-07-15 21:43:48,082] '/u/wifiluke_' has given '/u/mahir369' lambda! +[2020-07-15 21:43:50,038] /u/mahir369 had their flair updated +[2020-07-15 21:46:15,206] '/u/denandmugMAKES' has given '/u/imee_made' lambda! +[2020-07-15 21:46:16,774] /u/imee_made had their flair updated +[2020-07-15 21:47:25,090] '/u/denandmugMAKES' has given '/u/Brandonator247' lambda! +[2020-07-15 21:47:26,450] /u/Brandonator247 had their flair updated +[2020-07-15 21:48:08,430] '/u/wifiluke_' has given '/u/JeffEatley' lambda! +[2020-07-15 21:48:09,545] /u/JeffEatley had their flair updated +[2020-07-15 21:48:26,240] '/u/denandmugMAKES' has given '/u/JeffEatley' lambda! +[2020-07-15 21:48:27,273] /u/JeffEatley had their flair updated +[2020-07-15 21:48:40,495] '/u/TheSatIsBack' has given '/u/KingPrageegee' lambda! +[2020-07-15 21:48:41,477] /u/KingPrageegee had their flair updated +[2020-07-15 21:49:33,715] There has been a new submission: 'Paranoid 🧠 (Fortnite Montage)', with flair 'Gaming' +[2020-07-15 21:49:34,349] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-15 21:49:34,965] /u/lightningNA_YT had their flair updated +[2020-07-15 21:50:07,901] There has been a new submission: 'This is a quick basic roller skating video I put together to show how to do power stops. Any suggestions on how to improve the content will be helpful/', with flair 'Video Critique' +[2020-07-15 21:50:10,021] /u/manaucci had their submission removed for insufficient lambda. +[2020-07-15 21:50:12,413] /u/manaucci had their flair updated +[2020-07-15 21:50:50,234] There has been a new submission: 'A funny minecraft video', with flair 'Video Critique' +[2020-07-15 21:50:53,318] /u/KingPrageegee had their flair updated +[2020-07-15 21:51:24,629] There has been a new submission: 'LOVE HARD (A Romantic Comedy) This is one of my favorite videos On my channel mainly because I narrated the story and usually I’m just reacting to other persons videos.', with flair 'Vlog' +[2020-07-15 21:51:25,307] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 21:51:25,308] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 21:51:25,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VhcV1yMt9Aw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:51:25,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9T1MX6eITG1pbJB2CJvj0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 21:51:28,720] /u/badboylus had their flair updated +[2020-07-15 21:53:03,884] There has been a new submission: 'This only took me a year to get right! The NEW Channel Trailer! So Excited about what's next!', with flair 'Video Critique' +[2020-07-15 21:53:06,583] /u/JeffEatley had their flair updated +[2020-07-15 21:53:15,607] '/u/ThinkThinkerton' has given '/u/IssaMovement' lambda! +[2020-07-15 21:53:17,626] /u/IssaMovement had their flair updated +[2020-07-15 21:53:36,113] '/u/BlackHydroYT' has given '/u/IssaMovement' lambda! +[2020-07-15 21:53:38,163] /u/IssaMovement had their flair updated +[2020-07-15 21:55:33,674] '/u/ThinkThinkerton' has given '/u/jeddieinhd' lambda! +[2020-07-15 21:55:35,380] /u/jeddieinhd had their flair updated +[2020-07-15 21:55:41,492] There has been a new submission: 'This Only took me a Year to get right! So Glad to Release my New Channel Trailer. Would love your thoughts!', with flair 'Video Critique' +[2020-07-15 21:55:43,086] /u/JeffEatley had their submission removed for insufficient lambda. +[2020-07-15 21:55:44,827] /u/JeffEatley had their flair updated +[2020-07-15 21:57:46,292] +#################### +[Jul 15 2020 21:57:46] RESTARTED +#################### + +[2020-07-15 21:59:16,991] '/u/FPVMARK' has given '/u/IssaMovement' lambda! +[2020-07-15 21:59:17,645] /u/IssaMovement had their flair updated +[2020-07-15 21:59:20,575] '/u/FPVMARK' has given '/u/jeddieinhd' lambda! +[2020-07-15 21:59:21,194] /u/jeddieinhd had their flair updated +[2020-07-15 22:00:23,095] '/u/FishDishVartan' has given '/u/jeddieinhd' lambda! +[2020-07-15 22:00:25,436] /u/jeddieinhd had their flair updated +[2020-07-15 22:02:11,250] '/u/Yo-Homeboy13' has given '/u/Owlaful' lambda! +[2020-07-15 22:02:13,375] /u/Owlaful had their flair updated +[2020-07-15 22:02:23,430] '/u/FishDishVartan' has given '/u/TheFootshooters' lambda! +[2020-07-15 22:02:25,576] /u/TheFootshooters had their flair updated +[2020-07-15 22:04:40,497] '/u/TheLuiginator' has given '/u/mcreptorph' lambda! +[2020-07-15 22:04:42,315] /u/mcreptorph had their flair updated +[2020-07-15 22:05:53,911] '/u/TheLuiginator' has given '/u/FishDishVartan' lambda! +[2020-07-15 22:05:55,562] /u/FishDishVartan had their flair updated +[2020-07-15 22:06:25,291] '/u/TheLuiginator' has given '/u/actionfigurestory' lambda! +[2020-07-15 22:06:26,801] /u/actionfigurestory had their flair updated +[2020-07-15 22:11:15,491] There has been a new submission: 'Pokémon Sword and Shield Rebel Clash Unboxing', with flair 'Gaming' +[2020-07-15 22:11:17,089] /u/FUNFINATIC had their submission removed for insufficient lambda. +[2020-07-15 22:11:19,300] /u/FUNFINATIC had their flair updated +[2020-07-15 22:14:36,585] '/u/disloyalclothYT' has given '/u/wesdoesgame' lambda! +[2020-07-15 22:14:38,421] /u/wesdoesgame had their flair updated +[2020-07-15 22:14:47,323] '/u/KingPrageegee' has given '/u/TheSatIsBack' lambda! +[2020-07-15 22:14:49,100] /u/TheSatIsBack had their flair updated +[2020-07-15 22:15:04,132] '/u/KingPrageegee' has given '/u/BlackHydroYT' lambda! +[2020-07-15 22:15:05,917] /u/BlackHydroYT had their flair updated +[2020-07-15 22:16:55,737] '/u/BlackHydroYT' has given '/u/TheSatIsBack' lambda! +[2020-07-15 22:16:57,144] /u/TheSatIsBack had their flair updated +[2020-07-15 22:19:16,134] There has been a new submission: '[Video Critique] I asked this SubReddit for a word, which I then used to buy Amazon Products with! Please let me know what you like about this video, and what you disliked. I will give !givelambda', with flair 'Channel Review' +[2020-07-15 22:19:16,371] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 22:19:16,373] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 22:19:16,481] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=35L8VI6W224&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:19:16,594] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA59hUmgve6na5dLX3f6AdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:19:17,648] /u/jeddieinhd had their flair updated +[2020-07-15 22:26:51,948] There has been a new submission: 'My prediction of the upcoming Real Madrid vs Villarreal match', with flair 'Gaming' +[2020-07-15 22:26:53,092] /u/Fuzzloo had their submission removed for insufficient lambda. +[2020-07-15 22:26:54,505] /u/Fuzzloo had their flair updated +[2020-07-15 22:30:25,289] There has been a new submission: 'Smite BUT if I DIE, I INCREASE MY DPI! Any feedback is GREATLY APPRECIATED!', with flair 'Video Critique' +[2020-07-15 22:30:26,034] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 22:30:26,035] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 22:30:26,173] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pHSqErZmQ0E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:30:26,284] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBNaR6mBQG7xFTTbRyAuJjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:30:29,553] /u/IssaMovement had their flair updated +[2020-07-15 22:30:59,489] /u/alphagamer619 had their flair updated +[2020-07-15 22:32:13,319] '/u/FishDishVartan' has given '/u/YourHomieJeff' lambda! +[2020-07-15 22:32:15,431] /u/YourHomieJeff had their flair updated +[2020-07-15 22:34:13,994] There has been a new submission: 'LET'S LEAVE!!', with flair 'Art' +[2020-07-15 22:34:15,676] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-07-15 22:34:17,536] /u/SidelingRug2747 had their flair updated +[2020-07-15 22:36:59,066] There has been a new submission: 'Hi, this is my first video i made after taking a almost 3 week break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'None' +[2020-07-15 22:37:00,248] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-07-15 22:37:01,645] /u/Just0Andrew had their flair updated +[2020-07-15 22:37:44,592] There has been a new submission: 'Subscribe 💙✔️', with flair 'Gaming' +[2020-07-15 22:37:45,643] /u/Mrkaka95 had their submission removed for insufficient lambda. +[2020-07-15 22:37:46,857] /u/Mrkaka95 had their flair updated +[2020-07-15 22:38:09,900] There has been a new submission: 'We play games we've never played before in languages we don't understand. People say this is our best video so far, we would appreciate any comments or feedback on what you liked/didn't like!', with flair 'Gaming' +[2020-07-15 22:38:10,095] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 22:38:10,096] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 22:38:10,200] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b2H8bAjY4KM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:38:10,322] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNQ3WMvrKDeKq0iDVY7QYwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 22:38:11,883] /u/threepiecesofbread had their flair updated +[2020-07-15 22:49:48,647] There has been a new submission: 'New video up now guys go watch please❤️❤️❤️❤️❤️❤️', with flair 'Channel Review' +[2020-07-15 22:49:49,262] /u/SammandJordan had their submission removed for insufficient lambda. +[2020-07-15 22:49:49,948] /u/SammandJordan had their flair updated +[2020-07-15 22:52:36,481] There has been a new submission: 'OMG! Insane Warzone Victory! Modern Warfare', with flair 'Gaming' +[2020-07-15 22:52:38,287] /u/Bradderz2306 had their submission removed for insufficient lambda. +[2020-07-15 22:52:40,385] /u/Bradderz2306 had their flair updated +[2020-07-15 23:02:59,226] '/u/wifiluke_' has given '/u/bens119' lambda! +[2020-07-15 23:03:01,230] /u/bens119 had their flair updated +[2020-07-15 23:04:03,669] There has been a new submission: 'I really like to make lofi music mixes & this is my new video on my youtube channel. Hope you enjoy & let me know what you think. :)', with flair 'Discussion' +[2020-07-15 23:04:05,398] /u/LasertoneOfficial had their submission removed for using the wrong flair. +[2020-07-15 23:04:07,320] /u/LasertoneOfficial had their flair updated +[2020-07-15 23:06:49,852] There has been a new submission: 'I really like to make lofi music mixes & this is my new video on my youtube channel. Hope you enjoy & let me know what you think. :)', with flair 'Channel Review' +[2020-07-15 23:06:51,195] /u/LasertoneOfficial had their submission removed for insufficient lambda. +[2020-07-15 23:06:52,630] /u/LasertoneOfficial had their flair updated +[2020-07-15 23:07:39,219] There has been a new submission: 'Minecraft Dungeons Funny Moments', with flair 'Video Critique' +[2020-07-15 23:07:40,566] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-07-15 23:07:41,830] /u/chuckleducks had their flair updated +[2020-07-15 23:13:28,428] '/u/arturlukin' has given '/u/VIIyears' lambda! +[2020-07-15 23:13:30,370] /u/VIIyears had their flair updated +[2020-07-15 23:14:26,949] '/u/threepiecesofbread' has given '/u/LasertoneOfficial' lambda! +[2020-07-15 23:14:28,784] /u/LasertoneOfficial had their flair updated +[2020-07-15 23:15:47,132] /u/arturlukin had their flair updated +[2020-07-15 23:16:35,059] '/u/arturlukin' has given '/u/bens119' lambda! +[2020-07-15 23:16:36,565] /u/bens119 had their flair updated +[2020-07-15 23:45:16,036] There has been a new submission: 'THE CONJURING IN VR | Lies Beneath Part | 7', with flair 'Gaming' +[2020-07-15 23:45:17,510] /u/Marhonklet had their submission removed for insufficient lambda. +[2020-07-15 23:45:19,172] /u/Marhonklet had their flair updated +[2020-07-15 23:46:40,739] There has been a new submission: 'Please go subscribe my goal is 50 subs so pls make my dream come true Ik it's a little bit but I want 50 and also go like my video', with flair 'Gaming' +[2020-07-15 23:46:41,928] /u/brainz13 had their submission removed for insufficient lambda. +[2020-07-15 23:46:43,363] /u/brainz13 had their flair updated +[2020-07-15 23:47:44,160] '/u/threepiecesofbread' has given '/u/jayrosa12' lambda! +[2020-07-15 23:47:45,362] /u/jayrosa12 had their flair updated +[2020-07-15 23:48:26,165] '/u/wifiluke_' has given '/u/royalewitcheeseee' lambda! +[2020-07-15 23:48:27,272] /u/royalewitcheeseee had their flair updated +[2020-07-15 23:48:32,779] '/u/alotco0lerify0udid' has given '/u/jeddieinhd' lambda! +[2020-07-15 23:48:33,778] /u/jeddieinhd had their flair updated +[2020-07-15 23:48:41,895] '/u/denandmugMAKES' has given '/u/YourHomieJeff' lambda! +[2020-07-15 23:48:42,843] /u/YourHomieJeff had their flair updated +[2020-07-15 23:48:46,600] '/u/FishDishVartan' has given '/u/LasertoneOfficial' lambda! +[2020-07-15 23:48:47,555] /u/LasertoneOfficial had their flair updated +[2020-07-15 23:49:27,830] '/u/alotco0lerify0udid' has given '/u/LasertoneOfficial' lambda! +[2020-07-15 23:49:28,497] /u/LasertoneOfficial had their flair updated +[2020-07-15 23:50:05,025] '/u/denandmugMAKES' has given '/u/axe_cannon' lambda! +[2020-07-15 23:50:07,339] /u/axe_cannon had their flair updated +[2020-07-15 23:51:14,158] '/u/denandmugMAKES' has given '/u/Kayin2000' lambda! +[2020-07-15 23:51:16,413] /u/Kayin2000 had their flair updated +[2020-07-15 23:54:02,388] '/u/denandmugMAKES' has given '/u/tech_is_amaze' lambda! +[2020-07-15 23:54:04,323] /u/tech_is_amaze had their flair updated +[2020-07-15 23:57:46,623] +#################### +[Jul 15 2020 23:57:46] RESTARTED +#################### + +[2020-07-15 23:59:19,946] There has been a new submission: 'Welcome to my channel. I make tracks, remixes & lofi mixes. Here is one of my coolest mixes I’ve made & I would love some critique. It would acually make my day if someone gave me some tips & tricks on how I can improve.', with flair 'Video Critique' +[2020-07-15 23:59:20,189] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-15 23:59:20,191] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-15 23:59:20,283] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qLzahuj26MA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 23:59:20,396] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4e3tGzg8mistYxaC9kFQtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-15 23:59:21,365] /u/LasertoneOfficial had their flair updated +[2020-07-16 00:11:53,588] '/u/BeefRobbioli' has given '/u/HandleBud' lambda! +[2020-07-16 00:11:55,749] /u/HandleBud had their flair updated +[2020-07-16 00:13:03,141] There has been a new submission: 'I stumbled across some of the worst rap lyrics of all time recently, and I decided I needed to roast 'em lol. Any love and/or constructive criticism is really appreciated! And of course, I'll be giving out some lambda for any feedback!', with flair 'Video Critique' +[2020-07-16 00:13:03,744] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 00:13:03,745] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 00:13:03,826] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E3oLS8ZAvvA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:13:03,934] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNVnPKabDJUK0f7fxohx0iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:13:07,078] /u/Logan_B_Youtube had their flair updated +[2020-07-16 00:16:41,800] There has been a new submission: 'Hi! So recently went on vacation and filmed and edited it,(I plan to do a little of everything on my channel, not the best choice but ey) I would appreciate any comments or feedback on what you liked/didn't like! And if you want you can give a whole channel summary,', with flair 'Video Critique' +[2020-07-16 00:16:43,004] /u/MatiKing_11 had their submission removed for insufficient lambda. +[2020-07-16 00:16:44,441] /u/MatiKing_11 had their flair updated +[2020-07-16 00:18:01,419] '/u/actionfigurestory' has given '/u/Brandonator247' lambda! +[2020-07-16 00:18:02,650] /u/Brandonator247 had their flair updated +[2020-07-16 00:19:38,031] '/u/FishDishVartan' has given '/u/hisilo123' lambda! +[2020-07-16 00:19:38,700] /u/hisilo123 had their flair updated +[2020-07-16 00:20:02,703] '/u/BeefRobbioli' has given '/u/Fangore' lambda! +[2020-07-16 00:20:05,025] /u/Fangore had their flair updated +[2020-07-16 00:21:04,029] '/u/actionfigurestory' has given '/u/bens119' lambda! +[2020-07-16 00:21:06,258] /u/bens119 had their flair updated +[2020-07-16 00:26:37,883] There has been a new submission: 'The Hero Within Us - is my submission for a short film contest. I would love to know your feedback and thought in terms of storytelling, sound design, and flow. It's a small 2.31-minute video so please watch full. I look forward to your comments.', with flair 'Video Critique' +[2020-07-16 00:26:39,454] /u/arunavanag had their submission removed for insufficient lambda. +[2020-07-16 00:26:41,137] /u/arunavanag had their flair updated +[2020-07-16 00:30:22,753] '/u/threepiecesofbread' has given '/u/hisilo123' lambda! +[2020-07-16 00:30:25,064] /u/hisilo123 had their flair updated +[2020-07-16 00:35:48,650] There has been a new submission: 'A nightlight review, since no one really does these, I had to think of testing methods that would help you more than just twirling it around it my hands and showing off the design. Short video that took a really-really long time to make.', with flair 'Video Critique' +[2020-07-16 00:35:49,057] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 00:35:49,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 00:35:49,155] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3GUgwWEJQ2c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:35:49,258] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9AEOb_HhWcQ6huFB7qLrSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:35:51,540] /u/AlexeyCrane had their flair updated +[2020-07-16 00:35:59,202] '/u/wifiluke_' has given '/u/axe_cannon' lambda! +[2020-07-16 00:36:00,792] /u/axe_cannon had their flair updated +[2020-07-16 00:40:10,679] '/u/BlackBear33ovy' has given '/u/hisilo123' lambda! +[2020-07-16 00:40:13,013] /u/hisilo123 had their flair updated +[2020-07-16 00:41:48,277] There has been a new submission: 'Hey guys, I would love it if you would give me some feedback on my most recent vid.', with flair 'Video Critique' +[2020-07-16 00:41:48,941] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 00:41:48,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 00:41:49,036] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h5nUN9RUuYU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:41:49,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYJfUnqSIpxjQdcDohRkhCA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:41:52,295] /u/hisilo123 had their flair updated +[2020-07-16 00:48:49,169] '/u/AlexeyCrane' has given '/u/TheLuiginator' lambda! +[2020-07-16 00:48:50,035] /u/TheLuiginator had their flair updated +[2020-07-16 00:57:36,760] There has been a new submission: 'Gained 160 subs over a week after getting a story featured on a big YT narration channel so I made a little update vid. Would love some feedback!', with flair 'Video Critique' +[2020-07-16 00:57:37,421] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 00:57:37,422] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 00:57:37,516] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FbshR7Yx2kU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:57:37,618] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCobMAiOXVnrAxdkYL10wHOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 00:57:39,322] /u/MikeJesus had their flair updated +[2020-07-16 00:58:04,572] There has been a new submission: 'Thrust Vectoring Control + Landing Legs - Falcon 9 Model [ Dumont Space ] #1', with flair 'Vlog' +[2020-07-16 00:58:05,539] /u/O0kah had their submission removed for insufficient lambda. +[2020-07-16 00:58:06,641] /u/O0kah had their flair updated +[2020-07-16 01:08:27,471] There has been a new submission: 'If you havent seen this magic trick yet, click here!', with flair 'Channel Review' +[2020-07-16 01:08:28,334] /u/lalap19 had their submission removed for insufficient lambda. +[2020-07-16 01:08:29,329] /u/lalap19 had their flair updated +[2020-07-16 01:18:50,187] '/u/threepiecesofbread' has given '/u/TheLuiginator' lambda! +[2020-07-16 01:18:51,050] /u/TheLuiginator had their flair updated +[2020-07-16 01:18:54,609] There has been a new submission: 'Can someone give feedback. Sorry about the intro quality I didn't have time to do it when I started recording so', with flair 'Video Critique' +[2020-07-16 01:18:55,406] /u/ArchF0XYJJ had their submission removed for insufficient lambda. +[2020-07-16 01:18:56,240] /u/ArchF0XYJJ had their flair updated +[2020-07-16 01:20:46,765] '/u/wifiluke_' has given '/u/Djg1919' lambda! +[2020-07-16 01:20:49,034] /u/Djg1919 had their flair updated +[2020-07-16 01:30:15,363] There has been a new submission: 'Hello everybody, I’ve just started a channel and will focus on gaming. Please don’t be too harsh on me as I’m not the best editor, but I’d love some tips! I edit on iMovie, by the way.', with flair 'Video Critique' +[2020-07-16 01:30:17,467] /u/Hand_Duo had their submission removed for insufficient lambda. +[2020-07-16 01:30:19,812] /u/Hand_Duo had their flair updated +[2020-07-16 01:44:18,604] '/u/MikeJesus' has given '/u/catlessdog' lambda! +[2020-07-16 01:44:20,699] /u/catlessdog had their flair updated +[2020-07-16 01:51:48,920] There has been a new submission: 'My new montage dropped yesterday! Check it out!', with flair 'Gaming' +[2020-07-16 01:51:50,802] /u/SkyIsABot had their submission removed for insufficient lambda. +[2020-07-16 01:51:52,933] /u/SkyIsABot had their flair updated +[2020-07-16 01:57:07,140] There has been a new submission: 'If you’re into Disney World and SkaSkateboarding you’ll enjoy my channel. Thanks!', with flair 'Vlog' +[2020-07-16 01:57:08,460] /u/Ok_Tart3555 had their submission removed for insufficient lambda. +[2020-07-16 01:57:09,799] /u/Ok_Tart3555 had their flair updated +[2020-07-16 01:57:46,615] +#################### +[Jul 16 2020 01:57:46] RESTARTED +#################### + +[2020-07-16 02:00:38,396] There has been a new submission: 'Timing is everything. Jim Rohn Must Watch Lecture on Taking Action', with flair 'Video Critique' +[2020-07-16 02:00:40,415] /u/iFaisalKarim had their submission removed for insufficient lambda. +[2020-07-16 02:00:42,729] /u/iFaisalKarim had their flair updated +[2020-07-16 02:06:20,979] There has been a new submission: 'Why you should not consern about watch time as a smaller channel!', with flair 'Discussion' +[2020-07-16 02:06:22,820] /u/wesdoesgame had their flair updated +[2020-07-16 02:21:02,201] There has been a new submission: 'New Video Count Study Especially For New YouTubers', with flair 'Discussion' +[2020-07-16 02:21:05,149] /u/iFaisalKarim had their flair updated +[2020-07-16 02:22:10,322] '/u/Logan_B_Youtube' has given '/u/TheLuiginator' lambda! +[2020-07-16 02:22:12,432] /u/TheLuiginator had their flair updated +[2020-07-16 02:22:27,977] There has been a new submission: 'Hey guys, I'm new here and would love some feedback on the channel, it's mostly travel vlogs and interesting places I visit in and around Korea 🙂', with flair 'Channel Review' +[2020-07-16 02:22:29,853] /u/rodroidx had their submission removed for insufficient lambda. +[2020-07-16 02:22:31,948] /u/rodroidx had their flair updated +[2020-07-16 02:27:28,057] There has been a new submission: 'If you like minecraft lets plays, check out my channel! I try to post one on monday, wednesday, and friday!', with flair 'Gaming' +[2020-07-16 02:27:29,118] /u/large_waffle69 had their submission removed for insufficient lambda. +[2020-07-16 02:27:30,432] /u/large_waffle69 had their flair updated +[2020-07-16 02:45:43,320] '/u/IssaMovement' has given '/u/LasertoneOfficial' lambda! +[2020-07-16 02:45:44,929] /u/LasertoneOfficial had their flair updated +[2020-07-16 02:51:20,302] There has been a new submission: 'Critique my video and ill critique yours', with flair 'Video Critique' +[2020-07-16 02:51:22,227] /u/vanishingsparks had their submission removed for insufficient lambda. +[2020-07-16 02:51:24,401] /u/vanishingsparks had their flair updated +[2020-07-16 02:59:22,546] There has been a new submission: 'Advice for Webcam?', with flair 'Discussion' +[2020-07-16 02:59:23,447] /u/Trekkie45 had their flair updated +[2020-07-16 03:01:54,197] '/u/Mediumjack1' has given '/u/aandabackyard' lambda! +[2020-07-16 03:01:56,420] /u/aandabackyard had their flair updated +[2020-07-16 03:03:14,068] '/u/Mediumjack1' has given '/u/ooooofoooof' lambda! +[2020-07-16 03:03:16,142] /u/ooooofoooof had their flair updated +[2020-07-16 03:03:44,871] '/u/Mediumjack1' has given '/u/cuchulainn1984' lambda! +[2020-07-16 03:03:46,818] /u/cuchulainn1984 had their flair updated +[2020-07-16 03:03:58,439] There has been a new submission: 'Insane Sniper Team Deathmatch-Sniper Quad Feed-Modern Warfare', with flair 'Gaming' +[2020-07-16 03:04:00,130] /u/Nights32 had their submission removed for insufficient lambda. +[2020-07-16 03:04:02,098] /u/Nights32 had their flair updated +[2020-07-16 03:04:12,429] '/u/Mediumjack1' has given '/u/Weeqat' lambda! +[2020-07-16 03:04:14,337] /u/Weeqat had their flair updated +[2020-07-16 03:07:05,391] There has been a new submission: 'Small YouTuber problems', with flair 'Channel Review' +[2020-07-16 03:07:06,830] /u/FrankieForest had their submission removed for insufficient lambda. +[2020-07-16 03:07:08,238] /u/FrankieForest had their flair updated +[2020-07-16 03:07:49,928] There has been a new submission: 'The Crazy Story of How Lou Williams Talked a Gunman Out of Robbing Him', with flair 'Video Critique' +[2020-07-16 03:07:50,930] /u/athreew had their submission removed for insufficient lambda. +[2020-07-16 03:07:52,148] /u/athreew had their flair updated +[2020-07-16 03:14:53,796] There has been a new submission: 'HOW TO MAKE FRIED FISH', with flair 'Video Critique' +[2020-07-16 03:14:55,340] /u/Baddness77 had their submission removed for insufficient lambda. +[2020-07-16 03:14:57,100] /u/Baddness77 had their flair updated +[2020-07-16 03:26:26,227] '/u/ShikharTrivedi' has given '/u/YoungKano' lambda! +[2020-07-16 03:26:27,692] /u/YoungKano had their flair updated +[2020-07-16 03:50:48,260] There has been a new submission: 'Haven't been uploading because of schoolwork till then enjoy this video!', with flair 'Gaming' +[2020-07-16 03:50:50,293] /u/AKgplayz had their submission removed for insufficient lambda. +[2020-07-16 03:50:52,552] /u/AKgplayz had their flair updated +[2020-07-16 03:57:46,775] +#################### +[Jul 16 2020 03:57:46] RESTARTED +#################### + +[2020-07-16 04:28:07,025] There has been a new submission: 'How would you all rank the starter pokemon based on just their first evolution? Any feedback on my video would be much appreciated :)', with flair 'Video Critique' +[2020-07-16 04:28:07,278] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 04:28:07,280] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 04:28:07,373] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Bm6RqzAPfCY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 04:28:07,514] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOz6qSS5Qd81bFxBsWMqq_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 04:28:07,555] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-16 04:28:08,342] /u/AaronC51401 had their flair updated +[2020-07-16 04:34:20,121] There has been a new submission: 'Eagle Mountain Abandoned Haunted Ghost Town', with flair 'Channel Review' +[2020-07-16 04:34:21,740] /u/drakeleegee had their submission removed for insufficient lambda. +[2020-07-16 04:34:23,568] /u/drakeleegee had their flair updated +[2020-07-16 04:41:17,914] '/u/Logan_B_Youtube' has given '/u/navirain' lambda! +[2020-07-16 04:41:20,120] /u/navirain had their flair updated +[2020-07-16 04:43:29,322] '/u/Logan_B_Youtube' has given '/u/Chig3l' lambda! +[2020-07-16 04:43:31,799] /u/Chig3l had their flair updated +[2020-07-16 04:48:41,635] There has been a new submission: 'MOST EVIL SERIAL KILLERS OF ALL TIME | Dom Effect', with flair 'Channel Review' +[2020-07-16 04:48:42,497] /u/DomEffect07 had their submission removed for insufficient lambda. +[2020-07-16 04:48:43,404] /u/DomEffect07 had their flair updated +[2020-07-16 04:50:44,889] There has been a new submission: 'Late Night Discord with Friends (2)', with flair 'Gaming' +[2020-07-16 04:50:46,923] /u/Dabatr0n_Reddit had their submission removed for insufficient lambda. +[2020-07-16 04:50:49,162] /u/Dabatr0n_Reddit had their flair updated +[2020-07-16 04:51:01,225] There has been a new submission: 'Weekly cocktail series Frozen Blue Hawaii and Melon Ball', with flair 'Video Critique' +[2020-07-16 04:51:02,758] /u/benreilly149twitch had their submission removed for insufficient lambda. +[2020-07-16 04:51:05,018] /u/benreilly149twitch had their flair updated +[2020-07-16 05:08:18,236] There has been a new submission: 'Any suggestions for the video is appreciated, new to this new editing software (Davinci resolve)', with flair 'Video Critique' +[2020-07-16 05:08:19,213] /u/OnePuuunchBen had their submission removed for insufficient lambda. +[2020-07-16 05:08:20,241] /u/OnePuuunchBen had their flair updated +[2020-07-16 05:13:59,443] '/u/threepiecesofbread' has given '/u/Chig3l' lambda! +[2020-07-16 05:14:01,297] /u/Chig3l had their flair updated +[2020-07-16 05:19:03,323] There has been a new submission: 'So because I've played this so much, it was really hard to record commentary for it and be genuinely surprised by some of the monster placements. But here's the start of me actually beating this mod/wad combo.', with flair 'Video Critique' +[2020-07-16 05:19:03,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 05:19:03,536] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 05:19:03,616] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hNdZdUgsLRI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 05:19:03,714] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx4PkqEQYbIYyfiT2yS3WMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 05:19:04,815] /u/axe_cannon had their flair updated +[2020-07-16 05:28:46,671] There has been a new submission: 'Really enjoying this game! Please let me know what you think, would appreciate some feedback! (Subnautica: Below Zero)', with flair 'Video Critique' +[2020-07-16 05:28:46,912] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 05:28:46,914] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 05:28:47,004] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VCaebtOEWHI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 05:28:47,168] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-16 05:28:47,784] /u/GrumpyBottom_YT had their flair updated +[2020-07-16 05:33:38,768] '/u/alotco0lerify0udid' has given '/u/catlessdog' lambda! +[2020-07-16 05:33:40,687] /u/catlessdog had their flair updated +[2020-07-16 05:33:49,513] '/u/alotco0lerify0udid' has given '/u/navirain' lambda! +[2020-07-16 05:33:51,448] /u/navirain had their flair updated +[2020-07-16 05:49:22,779] There has been a new submission: 'A video montage of my friends and I, mostly dyeing, in League', with flair 'Gaming' +[2020-07-16 05:49:22,983] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 05:49:22,985] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 05:49:23,081] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zepDt5U-GrQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 05:49:23,247] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-16 05:49:23,781] /u/mahir369 had their flair updated +[2020-07-16 05:57:46,706] +#################### +[Jul 16 2020 05:57:46] RESTARTED +#################### + +[2020-07-16 06:32:15,050] There has been a new submission: 'How somone makes us feel different. Pls Subscribe 😊', with flair 'Vlog' +[2020-07-16 06:32:16,984] /u/mashoor1 had their submission removed for insufficient lambda. +[2020-07-16 06:32:19,078] /u/mashoor1 had their flair updated +[2020-07-16 06:33:40,533] There has been a new submission: 'How Do You Guys Come Up With Thumbnails?', with flair 'Discussion' +[2020-07-16 06:33:43,014] /u/FrostCentral had their flair updated +[2020-07-16 06:35:12,193] There has been a new submission: 'My mom's has been working really hard on this YouTube channel. She is passionate about cooking please check her out. All criticisms are welcome.', with flair 'Video Critique' +[2020-07-16 06:35:13,645] /u/jusrandom had their submission removed for insufficient lambda. +[2020-07-16 06:35:15,359] /u/jusrandom had their flair updated +[2020-07-16 06:36:08,190] There has been a new submission: 'List of all aircrafts of the Indian Air Force (IAF)', with flair 'Channel Review' +[2020-07-16 06:36:09,575] /u/Evening_Sale had their submission removed for insufficient lambda. +[2020-07-16 06:36:11,213] /u/Evening_Sale had their flair updated +[2020-07-16 06:37:10,645] There has been a new submission: 'I created a new YouTube channel. New videos will be uploaded at least once a week. Here's my first video.', with flair 'Video Critique' +[2020-07-16 06:37:11,791] /u/tsl3161991 had their submission removed for insufficient lambda. +[2020-07-16 06:37:13,164] /u/tsl3161991 had their flair updated +[2020-07-16 06:38:04,224] There has been a new submission: 'Pros and cons', with flair 'Thumbnail Review' +[2020-07-16 06:38:05,235] /u/CrUb_ginger had their submission removed for insufficient lambda. +[2020-07-16 06:38:06,389] /u/CrUb_ginger had their flair updated +[2020-07-16 06:42:13,510] There has been a new submission: 'I make cartoons & I’m always a little disappointed in the amount of views I get. There must be something I can do to improve my channel. What do you think of the quality? Is it engaging enough? Constructive criticism welcome! (Toons are NSFW)', with flair 'Channel Review' +[2020-07-16 06:42:15,405] /u/We-All-Die-One-Day had their submission removed for insufficient lambda. +[2020-07-16 06:42:17,515] /u/We-All-Die-One-Day had their flair updated +[2020-07-16 06:50:14,321] There has been a new submission: 'Best settings for ps4 / controller (WARZONE)', with flair 'Gaming' +[2020-07-16 06:50:16,634] /u/Vincethegod-_- had their submission removed for insufficient lambda. +[2020-07-16 06:50:18,953] /u/Vincethegod-_- had their flair updated +[2020-07-16 06:51:22,259] There has been a new submission: '[question] Concerned about audience retention', with flair 'Discussion' +[2020-07-16 06:51:25,139] /u/RretroKnight had their flair updated +[2020-07-16 06:54:17,524] '/u/disloyalclothYT' has given '/u/KobiDrinksWater' lambda! +[2020-07-16 06:54:19,452] /u/KobiDrinksWater had their flair updated +[2020-07-16 06:58:38,490] There has been a new submission: 'SCUFF To CLAW(One week of progress)', with flair 'Gaming' +[2020-07-16 06:58:39,379] /u/YoutubeNanst had their submission removed for insufficient lambda. +[2020-07-16 06:58:40,334] /u/YoutubeNanst had their flair updated +[2020-07-16 07:03:04,722] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-16 07:06:39,804] There has been a new submission: 'First Video!', with flair 'Gaming' +[2020-07-16 07:06:41,186] /u/SledgeHammer1015 had their submission removed for insufficient lambda. +[2020-07-16 07:06:42,616] /u/SledgeHammer1015 had their flair updated +[2020-07-16 07:07:28,867] There has been a new submission: 'Hey, everyone! How r u? :) I just released a new video and I would love to know your thoughts and hear suggestions about it. Thanks so much and wish everyone a great day!', with flair 'Video Critique' +[2020-07-16 07:07:30,215] /u/priscilaelias had their submission removed for insufficient lambda. +[2020-07-16 07:07:31,494] /u/priscilaelias had their flair updated +[2020-07-16 07:07:45,499] '/u/iMan6005' has given '/u/kop-Forrest' lambda! +[2020-07-16 07:07:46,763] /u/kop-Forrest had their flair updated +[2020-07-16 07:08:53,105] There has been a new submission: 'go sub to MonMation', with flair 'Channel Review' +[2020-07-16 07:08:53,884] /u/johnarchie4567 had their submission removed for insufficient lambda. +[2020-07-16 07:08:54,840] /u/johnarchie4567 had their flair updated +[2020-07-16 07:11:51,854] There has been a new submission: 'Worked so hard on this one', with flair 'Video Critique' +[2020-07-16 07:11:53,731] /u/lemonskies666 had their submission removed for insufficient lambda. +[2020-07-16 07:11:55,860] /u/lemonskies666 had their flair updated +[2020-07-16 07:12:05,797] '/u/acstomi0212' has given '/u/lucidtripsandtravels' lambda! +[2020-07-16 07:12:07,953] /u/lucidtripsandtravels had their flair updated +[2020-07-16 07:22:49,747] There has been a new submission: 'Without tag it seems that my videos have more views, it is more recommended. Why?', with flair 'Discussion' +[2020-07-16 07:22:52,357] /u/usefiltrosolar had their flair updated +[2020-07-16 07:27:48,534] '/u/Peltlegs' has given '/u/KobiDrinksWater' lambda! +[2020-07-16 07:27:49,736] /u/KobiDrinksWater had their flair updated +[2020-07-16 07:31:45,542] There has been a new submission: 'Mobile Addiction... Save yourself !!!', with flair 'Video Critique' +[2020-07-16 07:31:47,499] /u/sainimukul04 had their submission removed for insufficient lambda. +[2020-07-16 07:31:49,665] /u/sainimukul04 had their flair updated +[2020-07-16 07:38:19,981] There has been a new submission: 'Growing a channel', with flair 'Discussion' +[2020-07-16 07:38:21,198] /u/Limeehh had their flair updated +[2020-07-16 07:39:20,119] There has been a new submission: 'Making small clips for COD Warzone...do people watch this or should i try my hand at making a Montage?', with flair 'Gaming' +[2020-07-16 07:39:21,047] /u/djteotancolis had their submission removed for insufficient lambda. +[2020-07-16 07:39:21,725] /u/djteotancolis had their flair updated +[2020-07-16 07:42:09,152] There has been a new submission: 'Me and my friends made a joke music group', with flair 'Art' +[2020-07-16 07:42:11,039] /u/LoSTxAntrorse had their submission removed for insufficient lambda. +[2020-07-16 07:42:13,138] /u/LoSTxAntrorse had their flair updated +[2020-07-16 07:49:16,078] There has been a new submission: 'camping is fun in 2020', with flair 'Gaming' +[2020-07-16 07:49:16,808] /u/Silver-Knight-Archer had their submission removed for insufficient lambda. +[2020-07-16 07:49:17,526] /u/Silver-Knight-Archer had their flair updated +[2020-07-16 07:58:16,563] +#################### +[Jul 16 2020 07:58:16] RESTARTED +#################### + +[2020-07-16 08:41:41,305] '/u/wifiluke_' has given '/u/Chig3l' lambda! +[2020-07-16 08:41:44,209] /u/Chig3l had their flair updated +[2020-07-16 08:42:04,943] '/u/wifiluke_' has given '/u/Rafi_Rabbit' lambda! +[2020-07-16 08:42:07,686] /u/Rafi_Rabbit had their flair updated +[2020-07-16 08:44:40,611] '/u/GrumpyBottom_YT' has given '/u/HumperTrooper15' lambda! +[2020-07-16 08:44:43,268] /u/HumperTrooper15 had their flair updated +[2020-07-16 08:45:02,761] '/u/GrumpyBottom_YT' has given '/u/Dante1LP' lambda! +[2020-07-16 08:45:05,130] /u/Dante1LP had their flair updated +[2020-07-16 08:45:24,072] '/u/LasertoneOfficial' has given '/u/Cyber_Dolphin_' lambda! +[2020-07-16 08:45:26,649] /u/Cyber_Dolphin_ had their flair updated +[2020-07-16 08:45:46,242] '/u/GrumpyBottom_YT' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-16 08:45:48,693] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-16 08:46:05,779] There has been a new submission: 'Thumbnailing', with flair 'Video Critique' +[2020-07-16 08:46:09,663] /u/TheSatIsBack had their flair updated +[2020-07-16 08:46:28,096] There has been a new submission: 'A video analysis of TLoU2 and why I ultimately love it despite believing that I won’t', with flair 'None' +[2020-07-16 08:46:29,852] /u/Felony- had their submission removed for insufficient lambda. +[2020-07-16 08:46:31,041] /u/Felony- had their flair updated +[2020-07-16 08:47:05,597] '/u/GrumpyBottom_YT' has given '/u/TriceratopsJr' lambda! +[2020-07-16 08:47:07,884] /u/TriceratopsJr had their flair updated +[2020-07-16 08:52:43,637] There has been a new submission: 'Feeding Ants', with flair 'Art' +[2020-07-16 08:52:45,072] /u/MenzerD had their submission removed for insufficient lambda. +[2020-07-16 08:52:47,157] /u/MenzerD had their flair updated +[2020-07-16 09:05:07,979] There has been a new submission: 'The great finale of #GodofWar turned out really great , last livestream', with flair 'Gaming' +[2020-07-16 09:05:09,489] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 09:05:09,492] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 09:05:10,921] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l-zlC85UQ48&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 09:05:11,337] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnzYNBCOFXUC9nSk9VL-PKQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 09:05:13,869] /u/Dante1LP had their flair updated +[2020-07-16 09:07:02,912] There has been a new submission: 'Is there any chance to get more views for videos like this? Any suggestions would be appreciated.', with flair 'Video Critique' +[2020-07-16 09:07:04,015] /u/abhin-krishnan had their submission removed for insufficient lambda. +[2020-07-16 09:07:05,337] /u/abhin-krishnan had their flair updated +[2020-07-16 09:11:40,706] '/u/wifiluke_' has given '/u/HumperTrooper15' lambda! +[2020-07-16 09:11:43,407] /u/HumperTrooper15 had their flair updated +[2020-07-16 09:21:44,538] There has been a new submission: 'Come check out my channel ! If you like please leave a like and subscribe ! I do gaming, unboxing and discussions. I DO NOT DO SUB FOR SUB', with flair 'Channel Review' +[2020-07-16 09:21:46,098] /u/Kjred123 had their submission removed for insufficient lambda. +[2020-07-16 09:21:48,237] /u/Kjred123 had their flair updated +[2020-07-16 09:23:00,174] '/u/CookADoodleDooReddit' has given '/u/BradyDaLlama' lambda! +[2020-07-16 09:23:02,200] /u/BradyDaLlama had their flair updated +[2020-07-16 09:23:31,923] '/u/CookADoodleDooReddit' has given '/u/Goatsause' lambda! +[2020-07-16 09:23:33,834] /u/Goatsause had their flair updated +[2020-07-16 09:23:48,357] '/u/CookADoodleDooReddit' has given '/u/MattEssYT' lambda! +[2020-07-16 09:23:50,564] /u/MattEssYT had their flair updated +[2020-07-16 09:37:13,475] '/u/jeddieinhd' has given '/u/navirain' lambda! +[2020-07-16 09:37:14,773] /u/navirain had their flair updated +[2020-07-16 09:54:06,816] There has been a new submission: 'Trying to start a channel dedicated to making characters from multiple fictional universes into playable characters for D&D 5E. Would like some feedback on my most recent video.', with flair 'Video Critique' +[2020-07-16 09:54:08,153] /u/AsianBrickGeek92 had their submission removed for insufficient lambda. +[2020-07-16 09:54:10,030] /u/AsianBrickGeek92 had their flair updated +[2020-07-16 09:56:12,586] There has been a new submission: 'My second upload: Exercise and its History. Short 'comedy' bites with Pixar quality animation. All feedback and channel interaction appreciated!', with flair 'Video Critique' +[2020-07-16 09:56:12,832] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 09:56:12,833] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 09:56:12,985] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P4sELl4Duh8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 09:56:13,139] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5nfR1o-nVXRyheqCJkAgIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 09:56:15,178] /u/HandleBud had their flair updated +[2020-07-16 09:57:22,741] There has been a new submission: 'Small content creator', with flair 'Collab' +[2020-07-16 09:57:24,258] /u/HazzoYT had their flair updated +[2020-07-16 09:58:06,287] +#################### +[Jul 16 2020 09:58:06] RESTARTED +#################### + +[2020-07-16 10:21:24,816] There has been a new submission: 'hello would really appreciate any feedback on my recent video', with flair 'Video Critique' +[2020-07-16 10:21:26,451] /u/MatiKing_11 had their submission removed for insufficient lambda. +[2020-07-16 10:21:28,622] /u/MatiKing_11 had their flair updated +[2020-07-16 10:21:46,831] There has been a new submission: 'My road to 1000 subs and the work I put in.', with flair 'Discussion' +[2020-07-16 10:21:49,530] /u/Mediumjack1 had their flair updated +[2020-07-16 10:22:46,937] There has been a new submission: 'Battlefront 2 star wars funny montage', with flair 'Gaming' +[2020-07-16 10:22:48,247] /u/pewdiepie-copy182 had their submission removed for insufficient lambda. +[2020-07-16 10:22:50,174] /u/pewdiepie-copy182 had their flair updated +[2020-07-16 10:23:27,137] There has been a new submission: 'my first video on yt, what do you guys think?', with flair 'Video Critique' +[2020-07-16 10:23:28,366] /u/Number15F had their submission removed for insufficient lambda. +[2020-07-16 10:23:30,213] /u/Number15F had their flair updated +[2020-07-16 10:30:53,020] There has been a new submission: 'Need your support guys!!', with flair 'Vlog' +[2020-07-16 10:30:54,736] /u/Lukmannnn had their submission removed for insufficient lambda. +[2020-07-16 10:30:57,028] /u/Lukmannnn had their flair updated +[2020-07-16 10:33:29,022] '/u/HandleBud' has given '/u/YourHomieJeff' lambda! +[2020-07-16 10:33:31,593] /u/YourHomieJeff had their flair updated +[2020-07-16 10:40:26,462] '/u/TheSatIsBack' has given '/u/lalith19' lambda! +[2020-07-16 10:40:28,769] /u/lalith19 had their flair updated +[2020-07-16 10:47:08,222] There has been a new submission: 'I'm a new YouTuber who recently began editing - I'd like to present my Valorant Highlights', with flair 'Gaming' +[2020-07-16 10:47:09,325] /u/InfernoXYZX had their submission removed for insufficient lambda. +[2020-07-16 10:47:10,675] /u/InfernoXYZX had their flair updated +[2020-07-16 10:56:49,880] '/u/hisilo123' has given '/u/6reposts9' lambda! +[2020-07-16 10:56:51,759] /u/6reposts9 had their flair updated +[2020-07-16 10:57:28,562] '/u/hisilo123' has given '/u/navirain' lambda! +[2020-07-16 10:57:30,487] /u/navirain had their flair updated +[2020-07-16 11:12:30,349] '/u/mt2987' has given '/u/YoungKano' lambda! +[2020-07-16 11:12:32,559] /u/YoungKano had their flair updated +[2020-07-16 11:13:14,031] '/u/mt2987' has given '/u/asap-the-rapper' lambda! +[2020-07-16 11:13:16,363] /u/asap-the-rapper had their flair updated +[2020-07-16 11:14:12,486] '/u/mt2987' has given '/u/lalith19' lambda! +[2020-07-16 11:14:14,615] /u/lalith19 had their flair updated +[2020-07-16 11:22:03,535] '/u/FPVMARK' has given '/u/MatiKing_11' lambda! +[2020-07-16 11:22:05,673] /u/MatiKing_11 had their flair updated +[2020-07-16 11:23:03,083] There has been a new submission: 'My newest video for my 6 subscribers! :)', with flair 'Gaming' +[2020-07-16 11:23:04,828] /u/Borito2005 had their submission removed for insufficient lambda. +[2020-07-16 11:23:06,859] /u/Borito2005 had their flair updated +[2020-07-16 11:28:24,007] There has been a new submission: 'Ori And The Will Of The Wisps Gameplay: KWOLOK'S QUEST - PART 3', with flair 'Gaming' +[2020-07-16 11:28:25,282] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-07-16 11:28:26,306] /u/naruto_naruto_123 had their flair updated +[2020-07-16 11:31:51,251] There has been a new submission: 'Made an .Exe style meme montage, feedback is greatly appreciated!', with flair 'Gaming' +[2020-07-16 11:31:53,213] /u/LeMarci had their submission removed for insufficient lambda. +[2020-07-16 11:31:55,334] /u/LeMarci had their flair updated +[2020-07-16 11:32:17,192] There has been a new submission: 'My AdSense Application Rejected | How to Find Issues on AdSense Approval?', with flair 'Channel Review' +[2020-07-16 11:32:19,046] /u/gihan0325 had their submission removed for insufficient lambda. +[2020-07-16 11:32:21,137] /u/gihan0325 had their flair updated +[2020-07-16 11:43:34,128] There has been a new submission: 'CHAMP T - OBNOXIOUS (feat. Emma G)', with flair 'None' +[2020-07-16 11:43:35,461] /u/primotrez had their submission removed for insufficient lambda. +[2020-07-16 11:43:37,621] /u/primotrez had their flair updated +[2020-07-16 11:45:08,777] There has been a new submission: 'Feedback plz', with flair 'Gaming' +[2020-07-16 11:45:10,068] /u/Trap_Santa1 had their submission removed for insufficient lambda. +[2020-07-16 11:45:11,749] /u/Trap_Santa1 had their flair updated +[2020-07-16 11:47:17,050] '/u/HandleBud' has given '/u/vin12awesome' lambda! +[2020-07-16 11:47:18,333] /u/vin12awesome had their flair updated +[2020-07-16 11:55:36,874] '/u/GrumpyBottom_YT' has given '/u/MatiKing_11' lambda! +[2020-07-16 11:55:38,508] /u/MatiKing_11 had their flair updated +[2020-07-16 11:57:55,990] +#################### +[Jul 16 2020 11:57:55] RESTARTED +#################### + +[2020-07-16 12:13:07,362] There has been a new submission: 'Confronting Team Rocket - Pokemon Go Adventures #3', with flair 'Gaming' +[2020-07-16 12:13:08,879] /u/GVR-VLOGS had their submission removed for insufficient lambda. +[2020-07-16 12:13:10,641] /u/GVR-VLOGS had their flair updated +[2020-07-16 12:14:41,477] There has been a new submission: 'Hii new here', with flair 'Art' +[2020-07-16 12:14:42,624] /u/sprinklednyancat had their submission removed for insufficient lambda. +[2020-07-16 12:14:44,141] /u/sprinklednyancat had their flair updated +[2020-07-16 12:28:31,796] '/u/HandleBud' has given '/u/perplexed_pragmatism' lambda! +[2020-07-16 12:28:33,027] /u/perplexed_pragmatism had their flair updated +[2020-07-16 12:31:37,843] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-16 12:36:00,299] There has been a new submission: 'Iam new to YouTube please watch this and subscribe if you like my work.', with flair 'Gaming' +[2020-07-16 12:36:02,175] /u/uknowmeasosaid had their submission removed for insufficient lambda. +[2020-07-16 12:36:03,645] /u/uknowmeasosaid had their flair updated +[2020-07-16 12:42:44,374] There has been a new submission: 'Check out my new Eid henna/Mehndi designs 2020 video hope you all gonna like it watch it full thanks 😊', with flair 'Art' +[2020-07-16 12:42:45,805] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-16 12:42:47,893] /u/Iqra-Entertainment had their flair updated +[2020-07-16 12:43:01,720] There has been a new submission: 'Channel Banners', with flair 'Discussion' +[2020-07-16 12:43:04,338] /u/MattEssYT had their flair updated +[2020-07-16 12:52:52,643] There has been a new submission: 'How do you gain traction with *active* viewers and subscribers?', with flair 'Vlog' +[2020-07-16 12:52:54,542] /u/Code_X21 had their submission removed for insufficient lambda. +[2020-07-16 12:52:56,546] /u/Code_X21 had their flair updated +[2020-07-16 12:56:31,422] There has been a new submission: 'Share some love to a new youtuber 🙏🏻', with flair 'Video Critique' +[2020-07-16 12:56:32,605] /u/ep_provider had their submission removed for insufficient lambda. +[2020-07-16 12:56:34,446] /u/ep_provider had their flair updated +[2020-07-16 13:02:39,430] '/u/BattleCatPrintShop' has given '/u/Mosh_not_Posh' lambda! +[2020-07-16 13:02:41,456] /u/Mosh_not_Posh had their flair updated +[2020-07-16 13:10:12,512] '/u/HandleBud' has given '/u/PNXrhemzyR' lambda! +[2020-07-16 13:10:15,085] /u/PNXrhemzyR had their flair updated +[2020-07-16 13:10:39,292] /u/PNXrhemzyR had their flair updated +[2020-07-16 13:12:57,532] '/u/AlexeyCrane' has given '/u/perplexed_pragmatism' lambda! +[2020-07-16 13:12:59,906] /u/perplexed_pragmatism had their flair updated +[2020-07-16 13:13:17,990] '/u/HandleBud' has given '/u/dksuxsyt' lambda! +[2020-07-16 13:13:20,082] /u/dksuxsyt had their flair updated +[2020-07-16 13:13:37,693] '/u/HandleBud' has given '/u/weewaaweewaa' lambda! +[2020-07-16 13:13:39,984] /u/weewaaweewaa had their flair updated +[2020-07-16 13:14:07,353] '/u/Logan_B_Youtube' has given '/u/HappyPantzInc' lambda! +[2020-07-16 13:14:09,521] /u/HappyPantzInc had their flair updated +[2020-07-16 13:14:44,418] There has been a new submission: 'My first edit, need feed back!', with flair 'Video Critique' +[2020-07-16 13:14:47,281] /u/KobiDrinksWater had their flair updated +[2020-07-16 13:16:49,883] There has been a new submission: 'I want to get better at creating small montages and im looking for tips on how too improve', with flair 'Video Critique' +[2020-07-16 13:16:51,199] /u/KobiDrinksWater had their submission removed for insufficient lambda. +[2020-07-16 13:16:52,696] /u/KobiDrinksWater had their flair updated +[2020-07-16 13:20:36,056] '/u/Logan_B_Youtube' has given '/u/HumperTrooper15' lambda! +[2020-07-16 13:20:38,351] /u/HumperTrooper15 had their flair updated +[2020-07-16 13:23:41,320] There has been a new submission: 'Chocolate Banana Muffin/Cup Cake Recipe | Without curd & butter | Eggless & Without Oven Click below for recipe video. English Subtitles If u like my recipe, plz like, share & subscribe to my YouTube channel. Thanks', with flair 'Channel Review' +[2020-07-16 13:23:42,992] /u/gouris_passion had their submission removed for insufficient lambda. +[2020-07-16 13:23:44,903] /u/gouris_passion had their flair updated +[2020-07-16 13:26:39,444] There has been a new submission: 'Chocolate Banana Muffin/Cup Cake Recipe | Without curd & butter | Eggless & Without Oven Click below for recipe video. English Subtitles', with flair 'Video Critique' +[2020-07-16 13:26:40,590] /u/gouris_passion had their submission removed for insufficient lambda. +[2020-07-16 13:26:42,063] /u/gouris_passion had their flair updated +[2020-07-16 13:38:54,125] There has been a new submission: 'I made myself a channel trailer! I tried to make it as short and as entertaining as possible. Feedbacks would be very appreciated.', with flair 'Gaming' +[2020-07-16 13:38:54,352] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 13:38:54,354] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 13:38:54,453] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ApO3WhtNGlE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 13:38:54,563] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOeGzt3FW0FlzmXj6-uBjMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 13:38:55,718] /u/YourHomieJeff had their flair updated +[2020-07-16 13:40:32,575] There has been a new submission: 'Alternative to /r/livestreamfail where the focus is on gaming but not livestreamers?', with flair 'Discussion' +[2020-07-16 13:40:35,585] /u/gametown33 had their flair updated +[2020-07-16 13:43:19,205] There has been a new submission: 'I love this game. Let me know what you think of it, your feedbacks mean alot to me.', with flair 'Gaming' +[2020-07-16 13:43:19,657] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 13:43:19,659] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 13:43:19,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2wvN9ToB1io&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 13:43:20,263] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHPJOrbc3bOl97vhuDB5wsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 13:43:23,015] /u/Fineset had their flair updated +[2020-07-16 13:57:56,180] +#################### +[Jul 16 2020 13:57:56] RESTARTED +#################### + +[2020-07-16 14:15:10,518] '/u/AaronC51401' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-16 14:15:11,839] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-16 14:15:22,879] '/u/AaronC51401' has given '/u/perplexed_pragmatism' lambda! +[2020-07-16 14:15:25,094] /u/perplexed_pragmatism had their flair updated +[2020-07-16 14:16:36,809] There has been a new submission: '10 Minute Yoga Full Body Stretch', with flair 'Video Critique' +[2020-07-16 14:16:37,915] /u/HealingThroughLight had their submission removed for insufficient lambda. +[2020-07-16 14:16:39,023] /u/HealingThroughLight had their flair updated +[2020-07-16 14:16:55,668] There has been a new submission: 'The first video I've actually taken seriously.', with flair 'Video Critique' +[2020-07-16 14:16:56,609] /u/Roadhog360 had their submission removed for insufficient lambda. +[2020-07-16 14:16:57,836] /u/Roadhog360 had their flair updated +[2020-07-16 14:17:15,530] There has been a new submission: 'If a rock drummer auditioned for Adele's "Someone Like You"', with flair 'Channel Review' +[2020-07-16 14:17:16,430] /u/thisiskyleadams had their submission removed for insufficient lambda. +[2020-07-16 14:17:17,616] /u/thisiskyleadams had their flair updated +[2020-07-16 14:18:04,288] '/u/ShikharTrivedi' has given '/u/BreadZeppelinYT' lambda! +[2020-07-16 14:18:06,580] /u/BreadZeppelinYT had their flair updated +[2020-07-16 14:21:48,496] There has been a new submission: 'Starting a YouTube channel', with flair 'Discussion' +[2020-07-16 14:21:50,996] /u/Mustanghorse1 had their flair updated +[2020-07-16 14:23:35,809] '/u/YourHomieJeff' has given '/u/HealingThroughLight' lambda! +[2020-07-16 14:23:38,219] /u/HealingThroughLight had their flair updated +[2020-07-16 14:24:04,589] There has been a new submission: '3 Hours Deep Sleep Music, Sleep Meditation, Calm Music, Relaxing Music, ...', with flair 'Channel Review' +[2020-07-16 14:24:06,171] /u/zahir_rocks had their submission removed for insufficient lambda. +[2020-07-16 14:24:08,171] /u/zahir_rocks had their flair updated +[2020-07-16 14:26:47,019] '/u/YourHomieJeff' has given '/u/ShikharTrivedi' lambda! +[2020-07-16 14:26:49,188] /u/ShikharTrivedi had their flair updated +[2020-07-16 14:29:28,728] '/u/YourHomieJeff' has given '/u/aresALT' lambda! +[2020-07-16 14:29:30,572] /u/aresALT had their flair updated +[2020-07-16 14:36:15,919] Starting every day program... +[2020-07-16 14:36:15,920] Updating database statistics... +[2020-07-16 14:36:16,450] Posting and updating wiki... +[2020-07-16 14:36:37,934] Formatting leaderboard... +[2020-07-16 14:36:38,403] Updating sidebar... +[2020-07-16 14:36:38,752] Updated in new reddit... +[2020-07-16 14:36:41,544] Updated in old reddit... +[2020-07-16 14:36:41,545] Completed. +[2020-07-16 14:51:22,096] There has been a new submission: 'Started a gaming channel! Tell me what you think About this (Halo 3 funny gameplay)', with flair 'Channel Review' +[2020-07-16 14:51:24,108] /u/Sinotek2 had their submission removed for insufficient lambda. +[2020-07-16 14:51:26,373] /u/Sinotek2 had their flair updated +[2020-07-16 14:52:16,546] There has been a new submission: 'How to Grow youtube channel from scratch', with flair 'Discussion' +[2020-07-16 14:52:19,284] /u/jaytalks567 had their flair updated +[2020-07-16 14:54:37,544] There has been a new submission: 'How Lockdown restriction are lifted in different countries', with flair 'Vlog' +[2020-07-16 14:54:39,016] /u/jaytalks567 had their submission removed for insufficient lambda. +[2020-07-16 14:54:40,903] /u/jaytalks567 had their flair updated +[2020-07-16 14:55:13,579] '/u/YourHomieJeff' has given '/u/Gingesolo' lambda! +[2020-07-16 14:55:15,238] /u/Gingesolo had their flair updated +[2020-07-16 15:06:02,950] There has been a new submission: 'its preety nice guys', with flair 'Channel Review' +[2020-07-16 15:06:04,270] /u/dodotwothousand had their submission removed for insufficient lambda. +[2020-07-16 15:06:05,792] /u/dodotwothousand had their flair updated +[2020-07-16 15:08:21,101] /u/HealingThroughLight had their flair updated +[2020-07-16 15:09:07,529] /u/Fineset had their flair updated +[2020-07-16 15:09:58,211] /u/weewaaweewaa had their flair updated +[2020-07-16 15:40:01,359] There has been a new submission: 'C# wpf tutorial , first upload', with flair 'Channel Review' +[2020-07-16 15:40:03,120] /u/DevNestYT had their submission removed for insufficient lambda. +[2020-07-16 15:40:05,588] /u/DevNestYT had their flair updated +[2020-07-16 15:44:51,033] '/u/HandleBud' has given '/u/mrfatpepper' lambda! +[2020-07-16 15:44:52,667] /u/mrfatpepper had their flair updated +[2020-07-16 15:45:27,356] '/u/HandleBud' has given '/u/KobiDrinksWater' lambda! +[2020-07-16 15:45:29,009] /u/KobiDrinksWater had their flair updated +[2020-07-16 15:56:30,059] '/u/HandleBud' has given '/u/DevNestYT' lambda! +[2020-07-16 15:56:31,613] /u/DevNestYT had their flair updated +[2020-07-16 15:57:56,333] +#################### +[Jul 16 2020 15:57:56] RESTARTED +#################### + +[2020-07-16 16:14:41,073] There has been a new submission: 'I Make Gaming Videos And Edit Them All On My Ipad!', with flair 'Gaming' +[2020-07-16 16:14:42,342] /u/StickDynamite had their submission removed for insufficient lambda. +[2020-07-16 16:14:43,855] /u/StickDynamite had their flair updated +[2020-07-16 16:15:01,520] There has been a new submission: 'Gluten Free Fruit Pizza - Recipe Video! (Full Recipe in Comments)', with flair 'Vlog' +[2020-07-16 16:15:02,914] /u/nomemadegf had their submission removed for insufficient lambda. +[2020-07-16 16:15:04,345] /u/nomemadegf had their flair updated +[2020-07-16 16:21:43,391] There has been a new submission: 'My yt', with flair 'Channel Review' +[2020-07-16 16:21:44,984] /u/Jake_Hutton_ had their submission removed for insufficient lambda. +[2020-07-16 16:21:47,278] /u/Jake_Hutton_ had their flair updated +[2020-07-16 16:24:24,143] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-16 16:29:23,410] '/u/YourHomieJeff' has given '/u/DevNestYT' lambda! +[2020-07-16 16:29:25,619] /u/DevNestYT had their flair updated +[2020-07-16 16:31:17,658] '/u/YourHomieJeff' has given '/u/_NGaming_' lambda! +[2020-07-16 16:31:20,027] /u/_NGaming_ had their flair updated +[2020-07-16 16:34:03,953] There has been a new submission: '🤑"Investing Basics - How to Become an Investor" - how's my voice and overall video? Giving lambda!', with flair 'Video Critique' +[2020-07-16 16:34:05,306] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 16:34:05,309] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 16:34:06,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y1Td5mDqYd0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 16:34:06,531] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPXzgSttlWVUC-dFltHMbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 16:34:09,109] /u/WillWestInvest had their flair updated +[2020-07-16 16:34:48,428] '/u/YourHomieJeff' has given '/u/Cyber_Dolphin_' lambda! +[2020-07-16 16:34:50,847] /u/Cyber_Dolphin_ had their flair updated +[2020-07-16 16:35:07,890] '/u/Fineset' has given '/u/_NGaming_' lambda! +[2020-07-16 16:35:10,344] /u/_NGaming_ had their flair updated +[2020-07-16 16:36:10,646] '/u/Fineset' has given '/u/ShikharTrivedi' lambda! +[2020-07-16 16:36:12,571] /u/ShikharTrivedi had their flair updated +[2020-07-16 16:45:01,162] There has been a new submission: 'The Last of Us Part II Review', with flair 'Gaming' +[2020-07-16 16:45:02,592] /u/Just_Alyx had their submission removed for insufficient lambda. +[2020-07-16 16:45:04,764] /u/Just_Alyx had their flair updated +[2020-07-16 16:51:24,525] There has been a new submission: 'I did a cover of Jason Mraz's song I'm Yours and also played my violin a little bit too :) Can you believe this song is over 10 years old now? Time goes fast!', with flair 'Video Critique' +[2020-07-16 16:51:26,598] /u/stayyoung530 had their submission removed for insufficient lambda. +[2020-07-16 16:51:28,807] /u/stayyoung530 had their flair updated +[2020-07-16 16:55:02,362] There has been a new submission: 'New video! Would appreciate feedback!', with flair 'Video Critique' +[2020-07-16 16:55:03,630] /u/glambanshee had their submission removed for insufficient lambda. +[2020-07-16 16:55:05,390] /u/glambanshee had their flair updated +[2020-07-16 16:59:29,770] '/u/HandleBud' has given '/u/WillWestInvest' lambda! +[2020-07-16 16:59:31,487] /u/WillWestInvest had their flair updated +[2020-07-16 17:04:58,981] There has been a new submission: 'THIS GAME ISN'T MADE FOR ME... (Rainbow Six Siege Funny Moments)', with flair 'Gaming' +[2020-07-16 17:05:00,204] /u/xlittlewiz12 had their submission removed for insufficient lambda. +[2020-07-16 17:05:01,924] /u/xlittlewiz12 had their flair updated +[2020-07-16 17:07:04,165] There has been a new submission: 'Environmental Impacts: Episode 1, How can YOU make a difference? (FIRST VIDEO) like, subscribe, comment. I’ll sub back!', with flair 'Channel Review' +[2020-07-16 17:07:05,224] /u/brand0n_flores had their submission removed for insufficient lambda. +[2020-07-16 17:07:06,563] /u/brand0n_flores had their flair updated +[2020-07-16 17:20:07,471] There has been a new submission: '2 minutes demonstration of ESP32 CAM's camera quality and resolution. Let me know if it's any good', with flair 'Video Critique' +[2020-07-16 17:20:08,293] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 17:20:08,295] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 17:20:08,393] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DnXI-MO1qck&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:20:08,503] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXuLa523gqNQLVn_FiiPt9w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:20:12,104] /u/stlo0309 had their flair updated +[2020-07-16 17:22:08,964] There has been a new submission: 'My new video this week is a little science experiment to see how scary the game Dead by Daylight is. I would love to get some feedback! Thank you!', with flair 'Video Critique' +[2020-07-16 17:22:09,625] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 17:22:09,627] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 17:22:09,733] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I4PogHcIfBY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:22:09,843] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:22:12,857] /u/TriceratopsJr had their flair updated +[2020-07-16 17:25:52,593] There has been a new submission: 'One Liners 4 u', with flair 'Vlog' +[2020-07-16 17:25:53,779] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-07-16 17:25:55,548] /u/siddhant1991 had their flair updated +[2020-07-16 17:41:28,481] There has been a new submission: 'Can anyone make a reaction video to music videos from my country?', with flair 'Discussion' +[2020-07-16 17:41:31,303] /u/acstomi0212 had their flair updated +[2020-07-16 17:42:16,992] There has been a new submission: 'Yellow tram -best bombing graffiti ever check this out love this community', with flair 'Art' +[2020-07-16 17:42:18,962] /u/ttemprrr had their submission removed for insufficient lambda. +[2020-07-16 17:42:21,091] /u/ttemprrr had their flair updated +[2020-07-16 17:42:54,356] '/u/HandleBud' has given '/u/Mr_Tunda' lambda! +[2020-07-16 17:42:56,734] /u/Mr_Tunda had their flair updated +[2020-07-16 17:44:34,908] '/u/HandleBud' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-16 17:44:36,840] /u/YaGuyAlex_yt had their flair updated +[2020-07-16 17:46:06,685] '/u/Fineset' has given '/u/Just_Alyx' lambda! +[2020-07-16 17:46:08,327] /u/Just_Alyx had their flair updated +[2020-07-16 17:48:32,503] '/u/Fineset' has given '/u/Pushing_Prawn' lambda! +[2020-07-16 17:48:33,621] /u/Pushing_Prawn had their flair updated +[2020-07-16 17:51:25,676] There has been a new submission: 'I'm building a Falcon 9 model with a 3D Printer, please watch and if you enjoy consider subscribe! [ Dumont Space ] #1', with flair 'Art' +[2020-07-16 17:51:28,445] /u/O0kah had their submission removed for insufficient lambda. +[2020-07-16 17:51:30,640] /u/O0kah had their flair updated +[2020-07-16 17:53:52,908] /u/stlo0309 had their flair updated +[2020-07-16 17:55:08,640] There has been a new submission: 'Aim To Never Fail, But If You Do, Just Move On - Motivation [Two years and almost there to 1k subscribers]', with flair 'Video Critique' +[2020-07-16 17:55:08,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 17:55:08,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 17:55:09,019] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_QSicQVzDNk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:55:09,144] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs0qiau7gwXzOfR1qGu41zQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 17:55:11,623] /u/Cyber_Dolphin_ had their flair updated +[2020-07-16 17:58:06,766] +#################### +[Jul 16 2020 17:58:06] RESTARTED +#################### + +[2020-07-16 18:06:03,547] '/u/HandleBud' has given '/u/snailsandbugs' lambda! +[2020-07-16 18:06:04,799] /u/snailsandbugs had their flair updated +[2020-07-16 18:20:08,909] There has been a new submission: 'Team Buddies 2 is just me messing around on the game, I thought a few of these moments were just quite funny', with flair 'Gaming' +[2020-07-16 18:20:10,585] /u/Patty_03 had their submission removed for insufficient lambda. +[2020-07-16 18:20:12,998] /u/Patty_03 had their flair updated +[2020-07-16 18:20:37,590] '/u/stlo0309' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-16 18:20:40,250] /u/YaGuyAlex_yt had their flair updated +[2020-07-16 18:21:13,819] '/u/stlo0309' has given '/u/Error404Electronics' lambda! +[2020-07-16 18:21:16,685] /u/Error404Electronics had their flair updated +[2020-07-16 18:21:50,804] '/u/HandleBud' has given '/u/StatTrakJackTV' lambda! +[2020-07-16 18:21:53,468] /u/StatTrakJackTV had their flair updated +[2020-07-16 18:22:19,893] '/u/WillWestInvest' has given '/u/LewisJones91' lambda! +[2020-07-16 18:22:22,143] /u/LewisJones91 had their flair updated +[2020-07-16 18:22:36,801] '/u/WillWestInvest' has given '/u/Just_Alyx' lambda! +[2020-07-16 18:22:39,340] /u/Just_Alyx had their flair updated +[2020-07-16 18:24:35,914] There has been a new submission: 'Video feedback appreciated! | Colleges who go online but don’t change the price of tuition', with flair 'Video Critique' +[2020-07-16 18:24:37,755] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 18:24:37,798] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 18:24:38,742] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eTwaJ4vj-to&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 18:24:39,233] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIdgi_GiCVMOK6x2tXC6k0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 18:24:42,307] /u/jbiddy360 had their flair updated +[2020-07-16 18:24:59,838] There has been a new submission: 'Beat Carl Wheezer impression on Youtube. Give me your honest opinions on it', with flair 'Video Critique' +[2020-07-16 18:25:01,079] /u/vegabomb_ had their submission removed for insufficient lambda. +[2020-07-16 18:25:02,592] /u/vegabomb_ had their flair updated +[2020-07-16 18:25:07,368] There has been a new submission: 'MAKING FANFICTIONS WITH CAPTAIN PRICE?!? (COD Funny Moments) Give me your honest opinions', with flair 'Video Critique' +[2020-07-16 18:25:08,524] /u/vegabomb_ had their submission removed for insufficient lambda. +[2020-07-16 18:25:09,962] /u/vegabomb_ had their flair updated +[2020-07-16 18:25:15,173] There has been a new submission: 'BLOWING OUT JESS BLEVINS' BACK (COD MW Funny Moments) give me your honest opinions', with flair 'Video Critique' +[2020-07-16 18:25:16,312] /u/vegabomb_ had their submission removed for insufficient lambda. +[2020-07-16 18:25:17,752] /u/vegabomb_ had their flair updated +[2020-07-16 18:25:35,965] There has been a new submission: 'How to make a thumbnail?', with flair 'Vlog' +[2020-07-16 18:25:37,601] /u/tjmstv had their submission removed for insufficient lambda. +[2020-07-16 18:25:39,115] /u/tjmstv had their flair updated +[2020-07-16 18:27:36,614] There has been a new submission: 'Funny Overwatch montage by a console pleb maybe its good probably not 🤣', with flair 'Gaming' +[2020-07-16 18:27:37,676] /u/1NSOMN1AW01F had their submission removed for insufficient lambda. +[2020-07-16 18:27:38,660] /u/1NSOMN1AW01F had their flair updated +[2020-07-16 18:31:19,151] There has been a new submission: 'Generic arma 3 video title', with flair 'Gaming' +[2020-07-16 18:31:20,946] /u/Pixelghost84 had their submission removed for insufficient lambda. +[2020-07-16 18:31:23,198] /u/Pixelghost84 had their flair updated +[2020-07-16 18:34:17,576] There has been a new submission: 'How i nearly died (i used a mouse because i dont have a graphics tablet)', with flair 'Art' +[2020-07-16 18:34:19,342] /u/eyyyygabo had their submission removed for insufficient lambda. +[2020-07-16 18:34:21,100] /u/eyyyygabo had their flair updated +[2020-07-16 18:36:56,719] '/u/stlo0309' has given '/u/MK_dude' lambda! +[2020-07-16 18:36:58,399] /u/MK_dude had their flair updated +[2020-07-16 18:42:06,084] '/u/stlo0309' has given '/u/snailsandbugs' lambda! +[2020-07-16 18:42:08,823] /u/snailsandbugs had their flair updated +[2020-07-16 18:42:28,055] '/u/TriceratopsJr' has given '/u/1NSOMN1AW01F' lambda! +[2020-07-16 18:42:30,309] /u/1NSOMN1AW01F had their flair updated +[2020-07-16 18:42:49,924] There has been a new submission: 'Here is my new song #Maposmporis', with flair 'Art' +[2020-07-16 18:42:51,435] /u/thomasdimi had their submission removed for insufficient lambda. +[2020-07-16 18:42:53,440] /u/thomasdimi had their flair updated +[2020-07-16 18:44:12,823] '/u/TriceratopsJr' has given '/u/Just_Alyx' lambda! +[2020-07-16 18:44:15,361] /u/Just_Alyx had their flair updated +[2020-07-16 18:44:34,518] There has been a new submission: 'The Impossible Success of Modern Warfare (Call of Duty Mini Documentary)', with flair 'Gaming' +[2020-07-16 18:44:35,909] /u/ItsTreDay had their submission removed for insufficient lambda. +[2020-07-16 18:44:38,245] /u/ItsTreDay had their flair updated +[2020-07-16 18:51:23,748] There has been a new submission: 'Chilli eating challenge goes wrong...', with flair 'Vlog' +[2020-07-16 18:51:25,628] /u/Mister_Sheikh had their submission removed for insufficient lambda. +[2020-07-16 18:51:28,168] /u/Mister_Sheikh had their flair updated +[2020-07-16 18:53:41,222] '/u/ThinkThinkerton' has given '/u/actionfigurestory' lambda! +[2020-07-16 18:53:43,411] /u/actionfigurestory had their flair updated +[2020-07-16 18:57:25,164] '/u/jbiddy360' has given '/u/yosark' lambda! +[2020-07-16 18:57:27,335] /u/yosark had their flair updated +[2020-07-16 19:00:09,131] '/u/Brandonator247' has given '/u/actionfigurestory' lambda! +[2020-07-16 19:00:11,834] /u/actionfigurestory had their flair updated +[2020-07-16 19:01:03,762] There has been a new submission: 'I took a clip from one of my favorite podcasts, ”TigerBelly” w/ Bobby Lee, and I animated it. I would love to know whqt you think! I used a different art style from what Inormally use.', with flair 'Video Critique' +[2020-07-16 19:01:04,785] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:01:04,823] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:01:06,058] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=U0oNUVbfMRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:01:06,511] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDbmsvG8hGGWIanM6XZZxxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:01:09,789] /u/DeFrapaCicco had their flair updated +[2020-07-16 19:02:12,730] There has been a new submission: 'Channel', with flair 'Gaming' +[2020-07-16 19:02:14,243] /u/bohemianmage had their submission removed for insufficient lambda. +[2020-07-16 19:02:16,379] /u/bohemianmage had their flair updated +[2020-07-16 19:02:52,727] '/u/AlexeyCrane' has given '/u/Mosh_not_Posh' lambda! +[2020-07-16 19:02:55,055] /u/Mosh_not_Posh had their flair updated +[2020-07-16 19:04:13,395] There has been a new submission: 'Yo guys. What do you guys think to this video? Did you laugh? Please watch until the end if you can. Lambda to genuine feedback that shows you haven't only watched for 10 seconds. I wanted to release something quite lengthy and less edit orientated, I hope you find it entertaining.', with flair 'Video Critique' +[2020-07-16 19:04:14,713] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:04:14,751] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:04:15,658] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u5T7g6Sucqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:04:16,269] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKsOFf9eGhg7-QTxzhq6w8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:04:18,854] /u/aresALT had their flair updated +[2020-07-16 19:05:46,813] There has been a new submission: 'NEW UPLOAD', with flair 'Gaming' +[2020-07-16 19:05:48,003] /u/LanceyPantsYT had their submission removed for insufficient lambda. +[2020-07-16 19:05:49,586] /u/LanceyPantsYT had their flair updated +[2020-07-16 19:06:09,211] /u/Mediumjack1 had their flair updated +[2020-07-16 19:14:34,931] There has been a new submission: 'I want to know Your opinion about this video and should I continue doing this kind of videos?', with flair 'Gaming' +[2020-07-16 19:14:36,362] /u/AFE1 had their submission removed for insufficient lambda. +[2020-07-16 19:14:38,284] /u/AFE1 had their flair updated +[2020-07-16 19:15:09,606] '/u/jbiddy360' has given '/u/MK_dude' lambda! +[2020-07-16 19:15:11,687] /u/MK_dude had their flair updated +[2020-07-16 19:24:58,427] There has been a new submission: 'The Last of Us II Review', with flair 'Video Critique' +[2020-07-16 19:24:59,329] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:24:59,408] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:25:00,186] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z2DP4V3zWos&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:25:00,557] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHi59jUQFkiah9qBRkAlxbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:25:03,255] /u/Just_Alyx had their flair updated +[2020-07-16 19:28:06,602] There has been a new submission: 'Hey guys, since the last post I have put a lot of y'all suggestions to good use! I've improved my audio quality by adding some built in mic filters and it has made a world of difference! Check out the video and let me know if you guys have any tips! Giving Lambda to the best tips!', with flair 'Gaming' +[2020-07-16 19:28:08,054] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:28:08,133] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:28:09,032] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nK2IqOfJ8KE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:28:09,442] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:28:11,323] /u/Chig3l had their flair updated +[2020-07-16 19:29:19,851] '/u/aresALT' has given '/u/CaptainGusMohawk' lambda! +[2020-07-16 19:29:21,281] /u/CaptainGusMohawk had their flair updated +[2020-07-16 19:31:09,967] There has been a new submission: 'I recently recorded a live stream style video as I tracked some ideas on trumpet using effects in the computer. I enjoy content that showcases artists’ creative process, hope to do more detailed videos with commentary in the future. Thanks for any feedback you can provide!', with flair 'Video Critique' +[2020-07-16 19:31:11,646] /u/Bireme713 had their submission removed for insufficient lambda. +[2020-07-16 19:31:13,897] /u/Bireme713 had their flair updated +[2020-07-16 19:32:50,633] '/u/HandleBud' has given '/u/matthewjameswho' lambda! +[2020-07-16 19:32:53,169] /u/matthewjameswho had their flair updated +[2020-07-16 19:37:06,009] There has been a new submission: 'New Video Feedback Appreciated! How Much Sleep Do Teenagers Really Need?', with flair 'Discussion' +[2020-07-16 19:37:07,558] /u/jennammc had their flair updated +[2020-07-16 19:38:33,613] There has been a new submission: 'im at soup!!!! feedback is appreciated :>', with flair 'Channel Review' +[2020-07-16 19:38:34,020] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:38:34,050] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:38:34,373] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aNHPa4zC1rY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:38:34,617] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8-eQclHGD03Px__is7Gn_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:38:36,081] /u/snailsandbugs had their flair updated +[2020-07-16 19:39:42,076] '/u/denandmugMAKES' has given '/u/keeper_of_creatures' lambda! +[2020-07-16 19:39:43,508] /u/keeper_of_creatures had their flair updated +[2020-07-16 19:40:40,433] '/u/denandmugMAKES' has given '/u/MoistEgg123' lambda! +[2020-07-16 19:40:42,865] /u/MoistEgg123 had their flair updated +[2020-07-16 19:41:23,102] '/u/denandmugMAKES' has given '/u/JossWJ' lambda! +[2020-07-16 19:41:25,436] /u/JossWJ had their flair updated +[2020-07-16 19:42:00,750] '/u/denandmugMAKES' has given '/u/smopoftheworld' lambda! +[2020-07-16 19:42:02,959] /u/smopoftheworld had their flair updated +[2020-07-16 19:42:22,235] '/u/denandmugMAKES' has given '/u/svavocet' lambda! +[2020-07-16 19:42:24,521] /u/svavocet had their flair updated +[2020-07-16 19:42:51,128] There has been a new submission: 'so hard to do vlogs while working allll day, im not stopping though!', with flair 'Vlog' +[2020-07-16 19:42:52,644] /u/maxolderx had their submission removed for insufficient lambda. +[2020-07-16 19:42:54,608] /u/maxolderx had their flair updated +[2020-07-16 19:44:37,450] '/u/denandmugMAKES' has given '/u/kiran_woodwork' lambda! +[2020-07-16 19:44:39,292] /u/kiran_woodwork had their flair updated +[2020-07-16 19:45:07,272] '/u/Fineset' has given '/u/ImHexYT' lambda! +[2020-07-16 19:45:09,392] /u/ImHexYT had their flair updated +[2020-07-16 19:45:23,915] '/u/denandmugMAKES' has given '/u/Recezz' lambda! +[2020-07-16 19:45:25,886] /u/Recezz had their flair updated +[2020-07-16 19:45:39,592] There has been a new submission: 'Video on How to Decide if a Partnership is right for you. Would love a critique on style, editing and whether the delivery is relatable. Any other critiques appreciated as well.', with flair 'Video Critique' +[2020-07-16 19:45:40,370] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 19:45:40,371] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 19:45:41,230] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XMAwydQdiZM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:45:41,561] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzPvLTErV413qJ7bSv0o0pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 19:45:44,303] /u/perplexed_pragmatism had their flair updated +[2020-07-16 19:47:06,505] '/u/denandmugMAKES' has given '/u/Chig3l' lambda! +[2020-07-16 19:47:08,555] /u/Chig3l had their flair updated +[2020-07-16 19:50:34,084] '/u/denandmugMAKES' has given '/u/HappyPantzInc' lambda! +[2020-07-16 19:50:36,457] /u/HappyPantzInc had their flair updated +[2020-07-16 19:50:57,405] '/u/jbiddy360' has given '/u/superwatt123' lambda! +[2020-07-16 19:50:59,700] /u/superwatt123 had their flair updated +[2020-07-16 19:51:15,878] '/u/denandmugMAKES' has given '/u/heygoatholdit' lambda! +[2020-07-16 19:51:18,210] /u/heygoatholdit had their flair updated +[2020-07-16 19:51:44,635] '/u/denandmugMAKES' has given '/u/Ja_2020_104' lambda! +[2020-07-16 19:51:46,808] /u/Ja_2020_104 had their flair updated +[2020-07-16 19:52:07,332] '/u/denandmugMAKES' has given '/u/thermostatypus' lambda! +[2020-07-16 19:52:09,144] /u/thermostatypus had their flair updated +[2020-07-16 19:52:42,456] '/u/DeFrapaCicco' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-16 19:52:44,361] /u/YaGuyAlex_yt had their flair updated +[2020-07-16 19:53:13,821] '/u/denandmugMAKES' has given '/u/HumperTrooper15' lambda! +[2020-07-16 19:53:15,511] /u/HumperTrooper15 had their flair updated +[2020-07-16 19:53:43,605] '/u/DeFrapaCicco' has given '/u/MK_dude' lambda! +[2020-07-16 19:53:45,600] /u/MK_dude had their flair updated +[2020-07-16 19:55:00,837] '/u/denandmugMAKES' has given '/u/Sunkissed-horizon' lambda! +[2020-07-16 19:55:02,842] /u/Sunkissed-horizon had their flair updated +[2020-07-16 19:55:41,917] '/u/stlo0309' has given '/u/perplexed_pragmatism' lambda! +[2020-07-16 19:55:43,964] /u/perplexed_pragmatism had their flair updated +[2020-07-16 19:56:31,941] There has been a new submission: 'Hello friends, this is the last video we edited for a streamer, what do you think? Is there anything we can improve?', with flair 'Video Critique' +[2020-07-16 19:56:33,163] /u/lolyraptor had their submission removed for insufficient lambda. +[2020-07-16 19:56:34,552] /u/lolyraptor had their flair updated +[2020-07-16 19:57:39,142] '/u/DeFrapaCicco' has given '/u/OuterCityMatt' lambda! +[2020-07-16 19:57:41,395] /u/OuterCityMatt had their flair updated +[2020-07-16 19:58:16,699] +#################### +[Jul 16 2020 19:58:16] RESTARTED +#################### + +[2020-07-16 20:35:55,761] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 19 - Aquarium (The Last of Us...', with flair 'Gaming' +[2020-07-16 20:35:56,950] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-16 20:35:58,136] /u/CecliusPlaysHD had their flair updated +[2020-07-16 20:36:14,528] There has been a new submission: 'Hey guys! I made a new montage, I try improving my montages every time so i hope you enjoy this. Thanks', with flair 'Gaming' +[2020-07-16 20:36:15,632] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-07-16 20:36:16,827] /u/Hazz-_- had their flair updated +[2020-07-16 20:36:33,817] There has been a new submission: 'Islo [ Beat ]', with flair 'Channel Review' +[2020-07-16 20:36:34,884] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-16 20:36:35,991] /u/chrizuz had their flair updated +[2020-07-16 20:36:52,738] There has been a new submission: 'Come watch me try different Japanese sweets on my Vlog. Any help with channel would be greatly appreciated.', with flair 'Vlog' +[2020-07-16 20:36:53,847] /u/tvirus45 had their submission removed for insufficient lambda. +[2020-07-16 20:36:54,909] /u/tvirus45 had their flair updated +[2020-07-16 20:37:11,027] There has been a new submission: 'Spent a lot of time on this review on this movie I really enjoyed. Would love any sort of feedback!', with flair 'Video Critique' +[2020-07-16 20:37:12,866] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 20:37:12,906] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 20:37:14,097] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2fRORykt9UI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:37:14,709] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:37:16,632] /u/YaGuyAlex_yt had their flair updated +[2020-07-16 20:37:32,638] There has been a new submission: 'I don't know, guys, I tried', with flair 'Gaming' +[2020-07-16 20:37:33,701] /u/SimonVSLife had their submission removed for insufficient lambda. +[2020-07-16 20:37:34,643] /u/SimonVSLife had their flair updated +[2020-07-16 20:37:54,908] '/u/Chig3l' has given '/u/perplexed_pragmatism' lambda! +[2020-07-16 20:37:56,960] /u/perplexed_pragmatism had their flair updated +[2020-07-16 20:38:15,810] '/u/denandmugMAKES' has given '/u/whatamI_doinghere00' lambda! +[2020-07-16 20:38:17,738] /u/whatamI_doinghere00 had their flair updated +[2020-07-16 20:38:36,544] '/u/denandmugMAKES' has given '/u/DevNestYT' lambda! +[2020-07-16 20:38:38,511] /u/DevNestYT had their flair updated +[2020-07-16 20:39:10,545] '/u/denandmugMAKES' has given '/u/Mosh_not_Posh' lambda! +[2020-07-16 20:39:12,550] /u/Mosh_not_Posh had their flair updated +[2020-07-16 20:39:27,648] '/u/Chig3l' has given '/u/CaptainGusMohawk' lambda! +[2020-07-16 20:39:29,287] /u/CaptainGusMohawk had their flair updated +[2020-07-16 20:39:46,314] '/u/denandmugMAKES' has given '/u/Rubenazo1999' lambda! +[2020-07-16 20:39:47,584] /u/Rubenazo1999 had their flair updated +[2020-07-16 20:40:07,232] '/u/denandmugMAKES' has given '/u/qzeqYT' lambda! +[2020-07-16 20:40:09,537] /u/qzeqYT had their flair updated +[2020-07-16 20:40:21,084] '/u/Cyber_Dolphin_' has given '/u/superwatt123' lambda! +[2020-07-16 20:40:23,929] /u/superwatt123 had their flair updated +[2020-07-16 20:41:26,504] '/u/HandleBud' has given '/u/Quasimodo98' lambda! +[2020-07-16 20:41:29,042] /u/Quasimodo98 had their flair updated +[2020-07-16 20:42:31,096] '/u/Just_Alyx' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-16 20:42:33,715] /u/YaGuyAlex_yt had their flair updated +[2020-07-16 20:43:07,965] '/u/TriceratopsJr' has given '/u/OldGothYT' lambda! +[2020-07-16 20:43:10,543] /u/OldGothYT had their flair updated +[2020-07-16 20:43:43,293] '/u/FPVMARK' has given '/u/Mosh_not_Posh' lambda! +[2020-07-16 20:43:45,746] /u/Mosh_not_Posh had their flair updated +[2020-07-16 20:45:16,760] '/u/Just_Alyx' has given '/u/Shamiya_Moye' lambda! +[2020-07-16 20:45:19,088] /u/Shamiya_Moye had their flair updated +[2020-07-16 20:49:31,566] '/u/HandleBud' has given '/u/yungrebel2050' lambda! +[2020-07-16 20:49:33,412] /u/yungrebel2050 had their flair updated +[2020-07-16 20:49:50,013] '/u/axe_cannon' has given '/u/MK_dude' lambda! +[2020-07-16 20:49:51,941] /u/MK_dude had their flair updated +[2020-07-16 20:52:31,813] '/u/YaGuyAlex_yt' has given '/u/ForeverNenaa' lambda! +[2020-07-16 20:52:34,478] /u/ForeverNenaa had their flair updated +[2020-07-16 20:54:26,264] '/u/aresALT' has given '/u/OldGothYT' lambda! +[2020-07-16 20:54:28,571] /u/OldGothYT had their flair updated +[2020-07-16 20:55:15,616] There has been a new submission: '(10) Wales 威尔士 | Chepstow Castle, Castell Dinas, Cardiff City', with flair 'Vlog' +[2020-07-16 20:55:17,117] /u/go_girl_08 had their submission removed for insufficient lambda. +[2020-07-16 20:55:18,437] /u/go_girl_08 had their flair updated +[2020-07-16 20:55:36,428] There has been a new submission: 'Cool Features in the NEW C300 W205 by Mercedes-Benz', with flair 'Video Critique' +[2020-07-16 20:55:37,617] /u/CamLax123 had their submission removed for insufficient lambda. +[2020-07-16 20:55:39,054] /u/CamLax123 had their flair updated +[2020-07-16 20:55:55,415] There has been a new submission: 'I changed the style of video for this one. Please give me your honest feedback.', with flair 'Gaming' +[2020-07-16 20:55:56,521] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 20:55:56,645] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 20:55:57,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ArjQx-XMfyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:55:58,409] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7nfK5IBsSdjh2ZuCEbeUMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:56:00,626] /u/EhtooSPT had their flair updated +[2020-07-16 20:56:16,807] There has been a new submission: 'A recent Harry Potter haul!', with flair 'Video Critique' +[2020-07-16 20:56:18,033] /u/AsleepInDreams had their submission removed for insufficient lambda. +[2020-07-16 20:56:19,758] /u/AsleepInDreams had their flair updated +[2020-07-16 20:56:35,442] There has been a new submission: 'Technical analysis of the Story of The Last of Us Part II! I make screenwriting analysis of Films, TV Series, and of Video Games based on storytelling. I would appreciate anyone checking the channel out, and any feedback would be highly appreciated. Thanks folks :D', with flair 'Video Critique' +[2020-07-16 20:56:36,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 20:56:36,544] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 20:56:37,573] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QYJ9yiSSFQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:56:37,943] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCytsXbwTvdMroN5xvs-u4Ug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:56:40,233] /u/whatamI_doinghere00 had their flair updated +[2020-07-16 20:56:56,942] There has been a new submission: 'Dragon Ball Z Kakarot Episode 4', with flair 'Gaming' +[2020-07-16 20:56:57,969] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-07-16 20:56:59,408] /u/trizzythomas had their flair updated +[2020-07-16 20:57:16,932] There has been a new submission: 'This was a really cool place to explore. Anyone else flown over the Sunken City?', with flair 'Video Critique' +[2020-07-16 20:57:18,691] /u/Tru_Drone_Videos had their submission removed for insufficient lambda. +[2020-07-16 20:57:20,246] /u/Tru_Drone_Videos had their flair updated +[2020-07-16 20:57:36,968] There has been a new submission: '10 Minute Beginner Morning Yoga', with flair 'Art' +[2020-07-16 20:57:37,913] /u/alienartwerk had their submission removed for insufficient lambda. +[2020-07-16 20:57:38,855] /u/alienartwerk had their flair updated +[2020-07-16 20:57:55,263] There has been a new submission: 'Spray paint art "Maleficent #1" - Glow in the dark By Dimkad Art', with flair 'Art' +[2020-07-16 20:57:56,204] /u/Dimkad-sprayart had their submission removed for insufficient lambda. +[2020-07-16 20:57:57,106] /u/Dimkad-sprayart had their flair updated +[2020-07-16 20:58:13,958] There has been a new submission: 'c# wpf UI design , its my first tutorial and video on youtube in general , i would really love some feed tips and support if liked !', with flair 'Channel Review' +[2020-07-16 20:58:15,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 20:58:15,676] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 20:58:16,700] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zSes1I6Ilqo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:58:17,271] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvI9BNtKzVjfNI9pUMENe0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 20:58:19,276] /u/DevNestYT had their flair updated +[2020-07-16 20:58:52,301] '/u/snailsandbugs' has given '/u/MK_dude' lambda! +[2020-07-16 20:58:54,230] /u/MK_dude had their flair updated +[2020-07-16 21:04:13,208] '/u/mahir369' has given '/u/BreadZeppelinYT' lambda! +[2020-07-16 21:04:15,956] /u/BreadZeppelinYT had their flair updated +[2020-07-16 21:05:51,001] '/u/mahir369' has given '/u/TriceratopsJr' lambda! +[2020-07-16 21:05:52,930] /u/TriceratopsJr had their flair updated +[2020-07-16 21:06:41,591] There has been a new submission: 'Could anybody please check my new vid, i could check some of yours to, i just want some feed back etc if anybody has time thanks :)', with flair 'Gaming' +[2020-07-16 21:06:42,902] /u/NPTCustomPCs had their submission removed for insufficient lambda. +[2020-07-16 21:06:44,092] /u/NPTCustomPCs had their flair updated +[2020-07-16 21:07:04,781] '/u/mahir369' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-16 21:07:06,866] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-16 21:08:10,742] '/u/mahir369' has given '/u/Toupp' lambda! +[2020-07-16 21:08:12,835] /u/Toupp had their flair updated +[2020-07-16 21:08:29,334] '/u/mahir369' has given '/u/HumperTrooper15' lambda! +[2020-07-16 21:08:30,887] /u/HumperTrooper15 had their flair updated +[2020-07-16 21:08:43,203] '/u/mahir369' has given '/u/dbwotjr7' lambda! +[2020-07-16 21:08:44,640] /u/dbwotjr7 had their flair updated +[2020-07-16 21:09:20,941] '/u/perplexed_pragmatism' has given '/u/BlairTheBaldy2' lambda! +[2020-07-16 21:09:22,292] /u/BlairTheBaldy2 had their flair updated +[2020-07-16 21:11:22,611] There has been a new submission: 'MODERN WARFARE MULTIPLAYER IS EZ.EXE', with flair 'Video Critique' +[2020-07-16 21:11:23,759] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 21:11:23,761] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 21:11:24,704] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EzM5sP152rA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 21:11:25,196] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjJu-HEJ_j686B8q7MQCjbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 21:11:28,435] /u/BreadZeppelinYT had their flair updated +[2020-07-16 21:15:11,952] There has been a new submission: 'Just Uploaded my First video. Any suggestions on how to Improve as a creator?', with flair 'Video Critique' +[2020-07-16 21:15:13,262] /u/Vesperiah had their submission removed for insufficient lambda. +[2020-07-16 21:15:15,069] /u/Vesperiah had their flair updated +[2020-07-16 21:16:51,495] '/u/DevNestYT' has given '/u/aandabackyard' lambda! +[2020-07-16 21:16:53,828] /u/aandabackyard had their flair updated +[2020-07-16 21:24:31,194] There has been a new submission: 'Do you guys think I can get lot of subscribers with channel based on tutorials?', with flair 'Discussion' +[2020-07-16 21:24:33,618] /u/nuxeon_ had their flair updated +[2020-07-16 21:30:10,071] '/u/HandleBud' has given '/u/FoxWalk' lambda! +[2020-07-16 21:30:13,266] /u/FoxWalk had their flair updated +[2020-07-16 21:31:35,921] There has been a new submission: 'Check it out if ya wanna 😁 Doki Doki part 3: That Makes Me Moist', with flair 'Gaming' +[2020-07-16 21:31:37,524] /u/MissNovaX had their submission removed for insufficient lambda. +[2020-07-16 21:31:39,696] /u/MissNovaX had their flair updated +[2020-07-16 21:36:02,439] There has been a new submission: 'Hey guys i made a new video it would be very appreciated if you could check it out and leave a comment that would be amazing!', with flair 'Channel Review' +[2020-07-16 21:36:04,078] /u/jjszh had their submission removed for insufficient lambda. +[2020-07-16 21:36:05,542] /u/jjszh had their flair updated +[2020-07-16 21:37:46,899] There has been a new submission: 'How do I build an audience/making poeple subscribe to my youtube channel ?', with flair 'Channel Review' +[2020-07-16 21:37:48,159] /u/Mrpils had their submission removed for insufficient lambda. +[2020-07-16 21:37:49,436] /u/Mrpils had their flair updated +[2020-07-16 21:38:10,387] There has been a new submission: 'Short Skit among our classic childhood. (let me know what you enjoyed)', with flair 'Video Critique' +[2020-07-16 21:38:11,140] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 21:38:11,142] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 21:38:12,003] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k0T006HAlvA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 21:38:12,451] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS35C_6t4Ee0N66Gb9N2Mkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 21:38:14,256] /u/yosark had their flair updated +[2020-07-16 21:45:37,431] '/u/Yo-Homeboy13' has given '/u/Jardayylmao' lambda! +[2020-07-16 21:45:39,684] /u/Jardayylmao had their flair updated +[2020-07-16 21:52:39,466] There has been a new submission: 'New video Ooblets', with flair 'Gaming' +[2020-07-16 21:52:41,255] /u/glamorousred92 had their submission removed for insufficient lambda. +[2020-07-16 21:52:43,313] /u/glamorousred92 had their flair updated +[2020-07-16 21:58:09,441] +#################### +[Jul 16 2020 21:58:09] RESTARTED +#################### + +[2020-07-16 22:28:22,911] There has been a new submission: 'Should you travel? During Coronavirus (COVID-19) Pandemic', with flair 'Vlog' +[2020-07-16 22:28:23,931] /u/Discovering94 had their submission removed for insufficient lambda. +[2020-07-16 22:28:24,754] /u/Discovering94 had their flair updated +[2020-07-16 22:28:41,078] There has been a new submission: 'Selling this beat exclusively. Give your honest opinion. The effective comments get lambda!', with flair 'Video Critique' +[2020-07-16 22:28:42,714] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 22:28:42,717] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 22:28:43,945] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sqdDe5Uzmww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:28:44,396] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ApwEnyYAzCQXRQehB9W_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:28:46,075] /u/moazi655 had their flair updated +[2020-07-16 22:29:02,197] There has been a new submission: 'Can you guys help me reach 300 subs and 10 likes on my recent video', with flair 'Channel Review' +[2020-07-16 22:29:02,728] /u/YoutubeNanst had their submission removed for insufficient lambda. +[2020-07-16 22:29:03,465] /u/YoutubeNanst had their flair updated +[2020-07-16 22:29:20,346] There has been a new submission: 'Video lenght', with flair 'Discussion' +[2020-07-16 22:29:22,268] /u/er8zy had their flair updated +[2020-07-16 22:31:59,904] '/u/yosark' has given '/u/MK_dude' lambda! +[2020-07-16 22:32:02,601] /u/MK_dude had their flair updated +[2020-07-16 22:32:22,536] '/u/AJThrifts' has given '/u/SCP-DrEwok' lambda! +[2020-07-16 22:32:25,155] /u/SCP-DrEwok had their flair updated +[2020-07-16 22:33:37,280] There has been a new submission: 'Hey, now it's my time to ask for tips about my video. Please, watch it and let me know what's wrong. Painting On Ikea Shelving Unit // Upcycling Old Furniture // Acrylic Pai...', with flair 'Video Critique' +[2020-07-16 22:33:38,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 22:33:38,264] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 22:33:39,618] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L0dScwHzuTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:33:39,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp6fscJo8vxJNAOF4RqqPUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:33:42,856] /u/Mosh_not_Posh had their flair updated +[2020-07-16 22:34:00,438] There has been a new submission: 'Charge shot only challenge...but I have terrible aim - First video where I finally dabbled in keyframes and SFX. Would really like some constructive criticism because it is my first time implementing more advanced stuff in my editing thank you! I would love to return the favor as well', with flair 'Video Critique' +[2020-07-16 22:34:01,702] /u/BigRedPlayzzz had their submission removed for insufficient lambda. +[2020-07-16 22:34:03,417] /u/BigRedPlayzzz had their flair updated +[2020-07-16 22:34:21,257] There has been a new submission: 'Any advice?', with flair 'Discussion' +[2020-07-16 22:34:23,022] /u/Deadpix01 had their flair updated +[2020-07-16 22:35:56,064] '/u/the_real_d247' has given '/u/qzeqYT' lambda! +[2020-07-16 22:35:57,988] /u/qzeqYT had their flair updated +[2020-07-16 22:39:10,418] There has been a new submission: 'Some VR gameplay of FNAF vr, would apreciatte feedback to improve upon', with flair 'Video Critique' +[2020-07-16 22:39:11,199] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 22:39:11,200] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 22:39:12,019] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fVSoYehvbRU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:39:12,388] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRDHbXN3pTIU3tmBLuxGCeA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 22:39:13,905] /u/alexvanguard had their flair updated +[2020-07-16 22:39:30,449] There has been a new submission: 'Dr Disrespect FINALLY speaks about his Twitch Ban in *NEW* interview', with flair 'Gaming' +[2020-07-16 22:39:31,308] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-07-16 22:39:31,841] /u/Str8Villains had their flair updated +[2020-07-16 22:40:10,552] '/u/YourHomieJeff' has given '/u/Mr_Tunda' lambda! +[2020-07-16 22:40:12,914] /u/Mr_Tunda had their flair updated +[2020-07-16 22:42:00,184] '/u/yosark' has given '/u/BlairTheBaldy2' lambda! +[2020-07-16 22:42:02,926] /u/BlairTheBaldy2 had their flair updated +[2020-07-16 22:43:09,683] '/u/YourHomieJeff' has given '/u/Rubenazo1999' lambda! +[2020-07-16 22:43:12,180] /u/Rubenazo1999 had their flair updated +[2020-07-16 22:45:35,780] There has been a new submission: 'I have a yt channel. it wont let me post links.', with flair 'Vlog' +[2020-07-16 22:45:36,887] /u/bigBrady777 had their submission removed for insufficient lambda. +[2020-07-16 22:45:38,406] /u/bigBrady777 had their flair updated +[2020-07-16 22:46:48,988] '/u/YourHomieJeff' has given '/u/qzeqYT' lambda! +[2020-07-16 22:46:51,449] /u/qzeqYT had their flair updated +[2020-07-16 22:49:52,859] '/u/YourHomieJeff' has given '/u/Monopoloctomeese' lambda! +[2020-07-16 22:49:54,376] /u/Monopoloctomeese had their flair updated +[2020-07-16 22:52:13,782] There has been a new submission: 'VALORANT While Low-Level', with flair 'Gaming' +[2020-07-16 22:52:15,300] /u/Elfatron_ had their submission removed for insufficient lambda. +[2020-07-16 22:52:17,403] /u/Elfatron_ had their flair updated +[2020-07-16 22:55:20,763] There has been a new submission: '**NEW VIDEO** ADDRESSING SHANE DAWSON - Viewer Responsibility&Apology | fiendella', with flair 'Video Critique' +[2020-07-16 22:55:21,972] /u/badgirlisbad had their submission removed for insufficient lambda. +[2020-07-16 22:55:23,906] /u/badgirlisbad had their flair updated +[2020-07-16 23:02:23,311] There has been a new submission: 'Lambda To Every Comment regarding my New video', with flair 'Channel Review' +[2020-07-16 23:02:26,470] /u/JessieH_24 had their flair updated +[2020-07-16 23:03:50,140] There has been a new submission: 'Made a Rise of Skywalker Shitpost. Feedback appreciated.', with flair 'Video Critique' +[2020-07-16 23:03:51,536] /u/Ben_Herr had their submission removed for insufficient lambda. +[2020-07-16 23:03:53,464] /u/Ben_Herr had their flair updated +[2020-07-16 23:04:12,688] '/u/jbiddy360' has given '/u/MacAttack163' lambda! +[2020-07-16 23:04:14,988] /u/MacAttack163 had their flair updated +[2020-07-16 23:05:26,167] There has been a new submission: 'MHW: Iceborne | Alatreon Meme-tage. Let me know if you enjoyed.', with flair 'Video Critique' +[2020-07-16 23:05:26,901] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 23:05:26,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 23:05:27,683] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zz7-LaC0YhU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:05:28,134] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzQmcvPysMf9A0NqPkBRKEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:05:30,548] /u/borNYMatter had their flair updated +[2020-07-16 23:06:06,539] '/u/BreadZeppelinYT' has given '/u/Mrpils' lambda! +[2020-07-16 23:06:08,508] /u/Mrpils had their flair updated +[2020-07-16 23:06:22,405] '/u/BreadZeppelinYT' has given '/u/MatiKing_11' lambda! +[2020-07-16 23:06:24,465] /u/MatiKing_11 had their flair updated +[2020-07-16 23:08:16,883] '/u/YaGuyAlex_yt' has given '/u/BlairTheBaldy2' lambda! +[2020-07-16 23:08:17,947] /u/BlairTheBaldy2 had their flair updated +[2020-07-16 23:10:22,337] There has been a new submission: 'What's one bit of advice you wish someone told you before you started?', with flair 'Discussion' +[2020-07-16 23:10:24,883] /u/SimonCaine had their flair updated +[2020-07-16 23:11:01,535] There has been a new submission: 'Tried my hand at a Warzone video and would love feedback! Also spend 2 days learning to after effects to animate my own intro and outro! Thanks guys. This is Call of Duty Warzone - Drunk Driving and Helicopter Throwing (Warzone funtage 2)', with flair 'Video Critique' +[2020-07-16 23:11:03,005] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 23:11:03,006] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 23:11:03,945] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pCkKakI25AA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:11:04,357] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:11:07,470] /u/Brandonator247 had their flair updated +[2020-07-16 23:11:53,119] '/u/alexvanguard' has given '/u/BlairTheBaldy2' lambda! +[2020-07-16 23:11:55,538] /u/BlairTheBaldy2 had their flair updated +[2020-07-16 23:12:30,545] There has been a new submission: 'Hi, Here is my Channel , I make 3 episodes of my podcast a week. I have a different subject every time. I'm told it's really funny 😜. My subs have doubled in the last month. Looking for people to give feedback on all aspects of the channel, Here is an example of an episode 👍.', with flair 'Channel Review' +[2020-07-16 23:12:31,571] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-16 23:12:31,691] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-16 23:12:32,714] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=moeS8lZ9gmg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:12:33,125] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmEIUHR7qg3d8rvePJmyVSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-16 23:12:35,990] /u/BlairTheBaldy2 had their flair updated +[2020-07-16 23:15:03,109] There has been a new submission: 'Over Rice - Northwoods', with flair 'Art' +[2020-07-16 23:15:04,418] /u/dobbysfree7 had their submission removed for insufficient lambda. +[2020-07-16 23:15:05,931] /u/dobbysfree7 had their flair updated +[2020-07-16 23:16:38,249] There has been a new submission: 'Modern Warfare Aryasb Experience.EXE', with flair 'Gaming' +[2020-07-16 23:16:40,011] /u/Aryasb had their submission removed for insufficient lambda. +[2020-07-16 23:16:41,201] /u/Aryasb had their flair updated +[2020-07-16 23:17:49,700] '/u/yosark' has given '/u/MacAttack163' lambda! +[2020-07-16 23:17:51,789] /u/MacAttack163 had their flair updated +[2020-07-16 23:29:44,371] There has been a new submission: 'TRAILER #2: MLB'S NUMBER ONE PROSPECT?!', with flair 'Video Critique' +[2020-07-16 23:29:45,644] /u/fersanityyy had their submission removed for insufficient lambda. +[2020-07-16 23:29:46,259] /u/fersanityyy had their flair updated +[2020-07-16 23:36:45,437] There has been a new submission: 'I am a relatively small youtuber. I post minecraft videos for java edition and bedrock edition. Mostly technical stuff like farms and game mechanics.', with flair 'Gaming' +[2020-07-16 23:36:46,558] /u/thejumpingginger had their submission removed for insufficient lambda. +[2020-07-16 23:36:47,953] /u/thejumpingginger had their flair updated +[2020-07-16 23:37:04,175] '/u/JessieH_24' has given '/u/paintube' lambda! +[2020-07-16 23:37:06,405] /u/paintube had their flair updated +[2020-07-16 23:37:38,678] There has been a new submission: 'One the videos I've posted recently has gotten more views than I'm used to and they're all from search. Is that normal?', with flair 'Discussion' +[2020-07-16 23:37:40,234] /u/Peepeepoopoo5726 had their flair updated +[2020-07-16 23:58:08,337] +#################### +[Jul 16 2020 23:58:08] RESTARTED +#################### + +[2020-07-17 00:20:57,370] There has been a new submission: 'the map that started it all', with flair 'Gaming' +[2020-07-17 00:20:59,011] /u/mrchaseter had their submission removed for insufficient lambda. +[2020-07-17 00:21:01,260] /u/mrchaseter had their flair updated +[2020-07-17 00:21:20,199] There has been a new submission: 'DIY Bottle Coin Bank', with flair 'Vlog' +[2020-07-17 00:21:21,998] /u/joshuadualan had their submission removed for insufficient lambda. +[2020-07-17 00:21:24,168] /u/joshuadualan had their flair updated +[2020-07-17 00:21:47,411] '/u/BeefRobbioli' has given '/u/Jardayylmao' lambda! +[2020-07-17 00:21:50,195] /u/Jardayylmao had their flair updated +[2020-07-17 00:22:36,906] /u/MK_dude had their flair updated +[2020-07-17 00:23:22,560] '/u/GrumpyBottom_YT' has given '/u/ShikharTrivedi' lambda! +[2020-07-17 00:23:24,653] /u/ShikharTrivedi had their flair updated +[2020-07-17 00:23:39,570] '/u/GrumpyBottom_YT' has given '/u/DevNestYT' lambda! +[2020-07-17 00:23:41,660] /u/DevNestYT had their flair updated +[2020-07-17 00:25:10,484] There has been a new submission: 'Posted a Halo video not to long ago with funny moments and nutty plays in Halo. it's short but I'm still getting back into the swing of things video making wise. Any tips?', with flair 'Gaming' +[2020-07-17 00:25:11,699] /u/mrvoorhees101 had their submission removed for insufficient lambda. +[2020-07-17 00:25:13,056] /u/mrvoorhees101 had their flair updated +[2020-07-17 00:25:20,225] There has been a new submission: 'Tik Tok Memes that hit harder than my moms car', with flair 'Channel Review' +[2020-07-17 00:25:21,318] /u/memegenerosity had their submission removed for insufficient lambda. +[2020-07-17 00:25:23,408] /u/memegenerosity had their flair updated +[2020-07-17 00:25:40,013] There has been a new submission: 'WHAT ARE YOUTUBE ADS?', with flair 'Discussion' +[2020-07-17 00:25:41,613] /u/samiolsanny67 had their flair updated +[2020-07-17 00:25:58,219] There has been a new submission: 'RecRecent vid', with flair 'Vlog' +[2020-07-17 00:25:59,285] /u/ylk_hunter had their submission removed for insufficient lambda. +[2020-07-17 00:26:00,635] /u/ylk_hunter had their flair updated +[2020-07-17 00:27:47,317] '/u/JessieH_24' has given '/u/ZeroDezign' lambda! +[2020-07-17 00:27:48,713] /u/ZeroDezign had their flair updated +[2020-07-17 00:29:51,256] '/u/YaGuyAlex_yt' has given '/u/ZeroDezign' lambda! +[2020-07-17 00:29:53,144] /u/ZeroDezign had their flair updated +[2020-07-17 00:30:54,535] '/u/Chig3l' has given '/u/MacAttack163' lambda! +[2020-07-17 00:30:57,280] /u/MacAttack163 had their flair updated +[2020-07-17 00:33:13,324] '/u/Brandonator247' has given '/u/My_Travel_Journal' lambda! +[2020-07-17 00:33:15,982] /u/My_Travel_Journal had their flair updated +[2020-07-17 00:33:38,036] '/u/Brandonator247' has given '/u/ImBntyHntrBish' lambda! +[2020-07-17 00:33:40,622] /u/ImBntyHntrBish had their flair updated +[2020-07-17 00:35:38,416] There has been a new submission: 'WATCH THE VIDEO AND SUBSCRIBE IT WOULD REALLY MAKE MY DAY', with flair 'Gaming' +[2020-07-17 00:35:39,559] /u/supergameboy123 had their submission removed for insufficient lambda. +[2020-07-17 00:35:41,078] /u/supergameboy123 had their flair updated +[2020-07-17 00:41:09,146] '/u/borNYMatter' has given '/u/1NSOMN1AW01F' lambda! +[2020-07-17 00:41:11,478] /u/1NSOMN1AW01F had their flair updated +[2020-07-17 00:41:51,999] '/u/borNYMatter' has given '/u/KevinClaus' lambda! +[2020-07-17 00:41:54,905] /u/KevinClaus had their flair updated +[2020-07-17 00:52:52,949] There has been a new submission: 'Gun Game Shenanigans! Would love to know what you think', with flair 'Gaming' +[2020-07-17 00:52:54,461] /u/redonbrandon had their submission removed for insufficient lambda. +[2020-07-17 00:52:56,483] /u/redonbrandon had their flair updated +[2020-07-17 00:56:54,287] There has been a new submission: 'So You Wanna KNOW The Top Best Hacking Tools? [Amazing Hacking Tools!!!]', with flair 'Video Critique' +[2020-07-17 00:56:55,556] /u/KrazyTeeTP had their submission removed for insufficient lambda. +[2020-07-17 00:56:56,952] /u/KrazyTeeTP had their flair updated +[2020-07-17 00:57:46,705] There has been a new submission: 'I make beats, mostly hiphop heavy bass heavy trap beats and that kind of stuff! Not much else to say :)', with flair 'Video Critique' +[2020-07-17 00:57:47,687] /u/ChaotixEDM had their submission removed for insufficient lambda. +[2020-07-17 00:57:48,795] /u/ChaotixEDM had their flair updated +[2020-07-17 01:02:36,444] '/u/YaGuyAlex_yt' has given '/u/MK_dude' lambda! +[2020-07-17 01:02:39,110] /u/MK_dude had their flair updated +[2020-07-17 01:08:37,684] There has been a new submission: 'Crazy Nomad', with flair 'Gaming' +[2020-07-17 01:08:39,239] /u/TheNom4dwonder had their submission removed for insufficient lambda. +[2020-07-17 01:08:40,108] /u/TheNom4dwonder had their flair updated +[2020-07-17 01:26:25,488] There has been a new submission: 'Pls check out my new video guys. Any kind of critiques will be appreciated. Thanks a lot :)', with flair 'Video Critique' +[2020-07-17 01:26:26,925] /u/KeepItHazy had their submission removed for insufficient lambda. +[2020-07-17 01:26:28,425] /u/KeepItHazy had their flair updated +[2020-07-17 01:34:53,896] There has been a new submission: 'Made a short channel trailer a while back and would definitely appreciate feedback!', with flair 'Video Critique' +[2020-07-17 01:34:55,159] /u/Monopoloctomeese had their submission removed for insufficient lambda. +[2020-07-17 01:34:57,050] /u/Monopoloctomeese had their flair updated +[2020-07-17 01:36:50,928] There has been a new submission: 'Newest Comedy Gaming Video | Spent hours to make crisp and clean vfx with subtitles, feedback greatly appreciated! (lambda for feedback)', with flair 'Video Critique' +[2020-07-17 01:36:51,230] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 01:36:51,233] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 01:36:51,376] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mPubmP5fvyI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 01:36:51,488] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 01:36:53,500] /u/MacAttack163 had their flair updated +[2020-07-17 01:43:31,507] /u/oh4foxxsake had their flair updated +[2020-07-17 01:45:03,936] There has been a new submission: 'As the pandemic happening, my channel also happened..:)', with flair 'Channel Review' +[2020-07-17 01:45:05,285] /u/loloKenneth had their submission removed for insufficient lambda. +[2020-07-17 01:45:06,992] /u/loloKenneth had their flair updated +[2020-07-17 01:45:17,433] /u/JimmyBim had their flair updated +[2020-07-17 01:46:05,315] /u/BringBackHueyLewis had their flair updated +[2020-07-17 01:50:35,172] '/u/JessieH_24' has given '/u/bwueno' lambda! +[2020-07-17 01:50:37,493] /u/bwueno had their flair updated +[2020-07-17 01:56:53,011] There has been a new submission: 'i am planning on making a video to help support your videos. if you want your video to be in the video leave a link in the comments. i may not get to them all.', with flair 'Collab' +[2020-07-17 01:56:54,650] /u/fluxkat had their flair updated +[2020-07-17 01:58:07,977] +#################### +[Jul 17 2020 01:58:07] RESTARTED +#################### + +[2020-07-17 02:25:12,953] '/u/stlo0309' has given '/u/AJThrifts' lambda! +[2020-07-17 02:25:14,222] /u/AJThrifts had their flair updated +[2020-07-17 02:25:20,687] '/u/stlo0309' has given '/u/qzeqYT' lambda! +[2020-07-17 02:25:22,316] /u/qzeqYT had their flair updated +[2020-07-17 02:25:36,708] '/u/stlo0309' has given '/u/MacAttack163' lambda! +[2020-07-17 02:25:38,633] /u/MacAttack163 had their flair updated +[2020-07-17 02:27:06,381] '/u/CurrentOfficial' has given '/u/Jardayylmao' lambda! +[2020-07-17 02:27:08,471] /u/Jardayylmao had their flair updated +[2020-07-17 02:27:27,366] '/u/CurrentOfficial' has given '/u/bwueno' lambda! +[2020-07-17 02:27:29,416] /u/bwueno had their flair updated +[2020-07-17 02:27:48,168] '/u/CurrentOfficial' has given '/u/qzeqYT' lambda! +[2020-07-17 02:27:50,179] /u/qzeqYT had their flair updated +[2020-07-17 02:28:08,874] '/u/CurrentOfficial' has given '/u/axe_cannon' lambda! +[2020-07-17 02:28:10,801] /u/axe_cannon had their flair updated +[2020-07-17 02:28:29,288] '/u/CurrentOfficial' has given '/u/Cupidnyaa' lambda! +[2020-07-17 02:28:31,419] /u/Cupidnyaa had their flair updated +[2020-07-17 02:28:49,818] '/u/CurrentOfficial' has given '/u/Dizzeric' lambda! +[2020-07-17 02:28:51,865] /u/Dizzeric had their flair updated +[2020-07-17 02:29:25,197] '/u/CurrentOfficial' has given '/u/samaster21' lambda! +[2020-07-17 02:29:27,124] /u/samaster21 had their flair updated +[2020-07-17 02:29:47,108] '/u/CurrentOfficial' has given '/u/LucaGamez' lambda! +[2020-07-17 02:29:49,200] /u/LucaGamez had their flair updated +[2020-07-17 02:30:07,670] '/u/MacAttack163' has given '/u/bwueno' lambda! +[2020-07-17 02:30:10,618] /u/bwueno had their flair updated +[2020-07-17 02:31:25,526] There has been a new submission: 'editing so fast I start floating (not clickbait)', with flair 'Gaming' +[2020-07-17 02:31:27,164] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-17 02:31:29,385] /u/lightningNA_YT had their flair updated +[2020-07-17 02:31:48,769] There has been a new submission: 'My most popular skit to date. Check it out, let me know what you think.', with flair 'Video Critique' +[2020-07-17 02:31:50,937] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 02:31:50,939] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 02:31:52,496] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QMK8KQJJqN4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 02:31:53,146] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCd45JK1FT-hH_gBZ7MXHlbw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 02:31:56,473] /u/YRNRod had their flair updated +[2020-07-17 02:32:14,700] There has been a new submission: 'What game would make good content on YouTube?', with flair 'Gaming' +[2020-07-17 02:32:17,652] /u/Chig3l had their flair updated +[2020-07-17 02:36:10,896] There has been a new submission: 'I make reddit videos, here's my latest one. Tell me what you think, and things I should maybe improve on :)', with flair 'Video Critique' +[2020-07-17 02:36:12,039] /u/khowardl had their submission removed for insufficient lambda. +[2020-07-17 02:36:13,394] /u/khowardl had their flair updated +[2020-07-17 02:36:52,747] There has been a new submission: 'Factory Reset Builds. Repairs/Restores, Reviews, Tutorials!', with flair 'Gaming' +[2020-07-17 02:36:53,729] /u/LeonTheLionRawr had their submission removed for insufficient lambda. +[2020-07-17 02:36:54,880] /u/LeonTheLionRawr had their flair updated +[2020-07-17 02:39:57,255] There has been a new submission: 'THESE ARE STILL THE BEST GUNS IN WARZONE!? (Best Loadout)(Post Update)', with flair 'Gaming' +[2020-07-17 02:39:58,076] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-17 02:39:58,528] /u/Curlyiix had their flair updated +[2020-07-17 02:41:26,179] There has been a new submission: 'Jaystation addresses his “haters”', with flair 'Video Critique' +[2020-07-17 02:41:27,657] /u/__TH3FALL3NGAM3R had their submission removed for insufficient lambda. +[2020-07-17 02:41:29,910] /u/__TH3FALL3NGAM3R had their flair updated +[2020-07-17 02:43:13,186] There has been a new submission: 'Smash marry kill', with flair 'Vlog' +[2020-07-17 02:43:14,820] /u/imnahom had their submission removed for insufficient lambda. +[2020-07-17 02:43:16,868] /u/imnahom had their flair updated +[2020-07-17 03:02:57,944] There has been a new submission: 'Can i Win This Contest? #remakejazzasart', with flair 'Art' +[2020-07-17 03:02:59,623] /u/Clarity_Unlock had their submission removed for insufficient lambda. +[2020-07-17 03:03:01,668] /u/Clarity_Unlock had their flair updated +[2020-07-17 03:06:13,690] Retrying due to ConnectionError(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out.",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-17 03:08:39,089] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-17 03:10:18,402] '/u/JessieH_24' has given '/u/BagelBummm' lambda! +[2020-07-17 03:10:20,736] /u/BagelBummm had their flair updated +[2020-07-17 03:16:10,674] '/u/MacAttack163' has given '/u/BagelBummm' lambda! +[2020-07-17 03:16:12,161] /u/BagelBummm had their flair updated +[2020-07-17 03:27:35,149] '/u/MacAttack163' has given '/u/superwatt123' lambda! +[2020-07-17 03:27:36,948] /u/superwatt123 had their flair updated +[2020-07-17 03:30:40,933] There has been a new submission: 'My newest song. It's also on soundcloud, but I put it on YouTube with a visualizer. Looking for any criticism.', with flair 'Video Critique' +[2020-07-17 03:30:41,670] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 03:30:41,672] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 03:30:42,532] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mS8vOAHSKdo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 03:30:42,903] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKwj0E33bLbsd-nW_KGGZOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 03:30:43,022] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-17 03:30:44,748] /u/superwatt123 had their flair updated +[2020-07-17 03:33:50,858] '/u/stlo0309' has given '/u/young_boss27' lambda! +[2020-07-17 03:33:52,820] /u/young_boss27 had their flair updated +[2020-07-17 03:40:07,109] There has been a new submission: 'I’m a music/media content channel and I want some advice on how to engage viewers more.', with flair 'Video Critique' +[2020-07-17 03:40:08,732] /u/EveryoneisTattooed had their submission removed for insufficient lambda. +[2020-07-17 03:40:11,071] /u/EveryoneisTattooed had their flair updated +[2020-07-17 03:43:05,504] There has been a new submission: 'Got my first 1k views on a video and im so happy. I cant show the picture but boi does this feel good. :D', with flair 'Discussion' +[2020-07-17 03:43:08,175] /u/DoctorFatPuppyGames had their flair updated +[2020-07-17 03:45:39,359] /u/stlo0309 had their flair updated +[2020-07-17 03:48:23,407] '/u/stlo0309' has given '/u/iFaisalKarim' lambda! +[2020-07-17 03:48:24,540] /u/iFaisalKarim had their flair updated +[2020-07-17 03:48:34,736] /u/jbiddy360 had their flair updated +[2020-07-17 03:51:47,461] /u/perplexed_pragmatism had their flair updated +[2020-07-17 03:53:54,311] /u/YaGuyAlex_yt had their flair updated +[2020-07-17 03:55:45,369] '/u/superwatt123' has given '/u/BagelBummm' lambda! +[2020-07-17 03:55:47,004] /u/BagelBummm had their flair updated +[2020-07-17 03:55:55,658] /u/superwatt123 had their flair updated +[2020-07-17 03:58:08,558] +#################### +[Jul 17 2020 03:58:08] RESTARTED +#################### + +[2020-07-17 04:06:33,341] /u/HandleBud had their flair updated +[2020-07-17 04:21:12,480] There has been a new submission: 'Please help a friend out!', with flair 'Gaming' +[2020-07-17 04:21:14,122] /u/Papa_Burrito had their submission removed for insufficient lambda. +[2020-07-17 04:21:16,416] /u/Papa_Burrito had their flair updated +[2020-07-17 04:21:39,454] '/u/superwatt123' has given '/u/iFaisalKarim' lambda! +[2020-07-17 04:21:41,915] /u/iFaisalKarim had their flair updated +[2020-07-17 04:22:07,801] '/u/disloyalclothYT' has given '/u/Brage2004Norway' lambda! +[2020-07-17 04:22:09,889] /u/Brage2004Norway had their flair updated +[2020-07-17 04:23:23,981] /u/jbiddy360 had their flair updated +[2020-07-17 04:23:46,480] There has been a new submission: 'The Horror Show at WWE Extreme Rules 2020 PREDICTIONS || Extreme Rules 2020 Match Card || Just Alyx', with flair 'Vlog' +[2020-07-17 04:23:47,750] /u/Just_Alyx had their submission removed for insufficient lambda. +[2020-07-17 04:23:49,802] /u/Just_Alyx had their flair updated +[2020-07-17 04:24:52,200] There has been a new submission: 'Can this music video reduce anxiety? |Hypothyroidism anxiety symptoms | Orbital Halcyon On & On | Thank you in advance for subscribing', with flair 'Vlog' +[2020-07-17 04:24:53,633] /u/HelpFullLiving had their submission removed for insufficient lambda. +[2020-07-17 04:24:55,192] /u/HelpFullLiving had their flair updated +[2020-07-17 04:27:18,023] There has been a new submission: 'Paying to help promote your channel.', with flair 'Discussion' +[2020-07-17 04:27:19,336] /u/Crazyhanktv had their flair updated +[2020-07-17 04:38:25,092] '/u/superwatt123' has given '/u/luisfrobles' lambda! +[2020-07-17 04:38:26,157] /u/luisfrobles had their flair updated +[2020-07-17 04:54:23,379] There has been a new submission: 'Masterchef React, reagindo ao programa de estreia de 2020', with flair 'Vlog' +[2020-07-17 04:54:24,688] /u/doutoresnacozinha had their submission removed for insufficient lambda. +[2020-07-17 04:54:26,525] /u/doutoresnacozinha had their flair updated +[2020-07-17 05:25:14,779] '/u/YRNRod' has given '/u/superwatt123' lambda! +[2020-07-17 05:25:16,508] /u/superwatt123 had their flair updated +[2020-07-17 05:29:49,396] There has been a new submission: 'My next cinematic fortnite montage is in the editing process! Sub and turn the bell on to be notified when it up!', with flair 'Gaming' +[2020-07-17 05:29:50,009] /u/SkyIsABot had their submission removed for insufficient lambda. +[2020-07-17 05:29:50,449] /u/SkyIsABot had their flair updated +[2020-07-17 05:36:56,344] There has been a new submission: 'l got my 1.6k video view i'm so happy', with flair 'Discussion' +[2020-07-17 05:36:57,996] /u/farpooq had their flair updated +[2020-07-17 05:37:30,416] There has been a new submission: 'No copyright free music', with flair 'Video Critique' +[2020-07-17 05:37:30,677] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 05:37:30,679] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 05:37:30,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ErqybdWzIAY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 05:37:30,962] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-17 05:37:31,892] /u/Data_4_You had their flair updated +[2020-07-17 05:39:52,995] There has been a new submission: 'how can l promote my youtube channel through paid promotion', with flair 'Discussion' +[2020-07-17 05:39:53,543] /u/farpooq had their flair updated +[2020-07-17 05:40:12,904] There has been a new submission: 'there are ghost in these stalls', with flair 'Gaming' +[2020-07-17 05:40:14,992] /u/SnickerDudeAl_Reals had their submission removed for insufficient lambda. +[2020-07-17 05:40:17,296] /u/SnickerDudeAl_Reals had their flair updated +[2020-07-17 05:57:49,309] +#################### +[Jul 17 2020 05:57:49] RESTARTED +#################### + +[2020-07-17 06:06:39,040] '/u/yosark' has given '/u/KevinClaus' lambda! +[2020-07-17 06:06:40,093] /u/KevinClaus had their flair updated +[2020-07-17 06:06:47,857] '/u/yosark' has given '/u/superwatt123' lambda! +[2020-07-17 06:06:48,926] /u/superwatt123 had their flair updated +[2020-07-17 06:07:05,588] There has been a new submission: 'Spider-Man: Miles Morales (PS5) - Wishlist, Predictions, and More | What do you guys think?', with flair 'Gaming' +[2020-07-17 06:07:06,542] /u/phenomenaljaan had their submission removed for insufficient lambda. +[2020-07-17 06:07:07,855] /u/phenomenaljaan had their flair updated +[2020-07-17 06:16:25,103] There has been a new submission: 'Can’t sleep? No worries I got you, come chill!', with flair 'Gaming' +[2020-07-17 06:16:26,287] /u/ZU1D3MA had their submission removed for insufficient lambda. +[2020-07-17 06:16:28,087] /u/ZU1D3MA had their flair updated +[2020-07-17 06:23:51,084] There has been a new submission: 'My first time using this kind of editing style on a non gaming video wanted to see what people think.', with flair 'Video Critique' +[2020-07-17 06:23:52,464] /u/joshtoonice had their submission removed for insufficient lambda. +[2020-07-17 06:23:54,375] /u/joshtoonice had their flair updated +[2020-07-17 06:28:27,408] /u/MacAttack163 had their flair updated +[2020-07-17 06:33:58,417] /u/YRNRod had their flair updated +[2020-07-17 06:35:44,729] /u/Mosh_not_Posh had their flair updated +[2020-07-17 06:40:10,136] '/u/Data_4_You' has given '/u/Clickdummy' lambda! +[2020-07-17 06:40:12,467] /u/Clickdummy had their flair updated +[2020-07-17 06:42:48,721] '/u/Brandonator247' has given '/u/JessieH_24' lambda! +[2020-07-17 06:42:51,062] /u/JessieH_24 had their flair updated +[2020-07-17 06:44:33,618] There has been a new submission: 'Short BeamNG Drive clip, I also make memes though', with flair 'Gaming' +[2020-07-17 06:44:34,922] /u/wolfiethewolf14 had their submission removed for insufficient lambda. +[2020-07-17 06:44:36,764] /u/wolfiethewolf14 had their flair updated +[2020-07-17 06:46:24,500] There has been a new submission: 'Are your family members any bit similar?', with flair 'Discussion' +[2020-07-17 06:46:26,634] /u/yosark had their flair updated +[2020-07-17 06:48:42,590] '/u/Brandonator247' has given '/u/meatloaf_renegade' lambda! +[2020-07-17 06:48:43,534] /u/meatloaf_renegade had their flair updated +[2020-07-17 06:49:14,470] '/u/borNYMatter' has given '/u/BagelBummm' lambda! +[2020-07-17 06:49:16,148] /u/BagelBummm had their flair updated +[2020-07-17 06:50:51,951] '/u/borNYMatter' has given '/u/bwueno' lambda! +[2020-07-17 06:50:54,472] /u/bwueno had their flair updated +[2020-07-17 06:51:18,689] '/u/borNYMatter' has given '/u/Jardayylmao' lambda! +[2020-07-17 06:51:20,925] /u/Jardayylmao had their flair updated +[2020-07-17 07:07:27,602] There has been a new submission: 'Go check out my newest clip on the PC Game Valorant! Feedback and/or friends appreciated', with flair 'Gaming' +[2020-07-17 07:07:28,651] /u/Stoned_Tropics had their submission removed for insufficient lambda. +[2020-07-17 07:07:29,948] /u/Stoned_Tropics had their flair updated +[2020-07-17 07:46:27,246] There has been a new submission: 'I need a stronger viewer base', with flair 'Discussion' +[2020-07-17 07:46:29,081] /u/ImportedParmesan had their flair updated +[2020-07-17 07:53:44,666] There has been a new submission: 'A video I made not too long ago, I would love to hear your opinion... Lambda is here', with flair 'Gaming' +[2020-07-17 07:53:45,277] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 07:53:45,279] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 07:53:45,384] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l5oYKr6O3eU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 07:53:45,513] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyCwGi9Hh3JTjanxXIVO55w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 07:53:48,630] /u/Cupidnyaa had their flair updated +[2020-07-17 07:57:49,151] +#################### +[Jul 17 2020 07:57:49] RESTARTED +#################### + +[2020-07-17 08:05:40,017] '/u/YaGuyAlex_yt' has given '/u/iFaisalKarim' lambda! +[2020-07-17 08:05:41,211] /u/iFaisalKarim had their flair updated +[2020-07-17 08:20:09,321] '/u/JakeCooperFM' has given '/u/Supeelok99' lambda! +[2020-07-17 08:20:11,626] /u/Supeelok99 had their flair updated +[2020-07-17 08:20:18,969] '/u/JakeCooperFM' has given '/u/LazyMoneyGame' lambda! +[2020-07-17 08:20:21,281] /u/LazyMoneyGame had their flair updated +[2020-07-17 08:31:35,181] There has been a new submission: 'Big fan of MDE, spent 2 weeks on this video, my goal is 1K views.', with flair 'Art' +[2020-07-17 08:31:37,130] /u/20Pops had their submission removed for insufficient lambda. +[2020-07-17 08:31:39,341] /u/20Pops had their flair updated +[2020-07-17 08:47:54,122] There has been a new submission: 'Hello! First time asking for a review, but I would like as many people's criticism(honest critique) on what you think about my video / videos , and if I am funny enough to have made your day better with a smile at least :) Please review me so I can improve!', with flair 'Video Critique' +[2020-07-17 08:47:54,376] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 08:47:54,378] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 08:47:54,487] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4TfCG4S6Tig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 08:47:54,593] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYxZsomdTWOYpygrW2Nlm8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 08:47:56,128] /u/triplefundusty had their flair updated +[2020-07-17 09:01:55,710] '/u/HandleBud' has given '/u/iFaisalKarim' lambda! +[2020-07-17 09:01:57,842] /u/iFaisalKarim had their flair updated +[2020-07-17 09:02:06,958] There has been a new submission: 'This is my new video. Would like to have your feedback and tips', with flair 'Video Critique' +[2020-07-17 09:02:07,621] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 09:02:07,623] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 09:02:07,713] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZmDkCVCJTcY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 09:02:07,817] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFudm4O4WsOmkBLUhGrecuQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 09:02:10,829] /u/Sunkissed-horizon had their flair updated +[2020-07-17 09:02:21,214] '/u/HandleBud' has given '/u/tech_is_amaze' lambda! +[2020-07-17 09:02:23,310] /u/tech_is_amaze had their flair updated +[2020-07-17 09:03:28,588] There has been a new submission: 'One of my best (so far) montages ever!', with flair 'Gaming' +[2020-07-17 09:03:30,358] /u/EnZyGodsYT had their submission removed for insufficient lambda. +[2020-07-17 09:03:32,314] /u/EnZyGodsYT had their flair updated +[2020-07-17 09:13:29,876] There has been a new submission: 'greenbean quarantine', with flair 'None' +[2020-07-17 09:13:31,836] /u/big-tom-jr had their submission removed for insufficient lambda. +[2020-07-17 09:13:33,839] /u/big-tom-jr had their flair updated +[2020-07-17 09:28:29,295] There has been a new submission: 'Made a video about the amazing Manga Chainsaw Man feedback appreciated', with flair 'Video Critique' +[2020-07-17 09:28:29,500] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 09:28:29,501] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 09:28:29,593] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h77JyLMukMs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 09:28:29,698] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX0YbBG3TZncYyxsKYpUQtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 09:28:31,392] /u/LyadhkhorStrategist had their flair updated +[2020-07-17 09:30:55,083] There has been a new submission: 'Just hit my first K for analytics! I'm so happy!', with flair 'Discussion' +[2020-07-17 09:30:58,009] /u/xT1meB0mb had their flair updated +[2020-07-17 09:32:43,888] There has been a new submission: 'How do you get youtube studio mobile to show dislikes on the preview of the video?', with flair 'Discussion' +[2020-07-17 09:32:46,572] /u/xT1meB0mb had their flair updated +[2020-07-17 09:57:49,418] +#################### +[Jul 17 2020 09:57:49] RESTARTED +#################### + +[2020-07-17 10:01:27,051] There has been a new submission: 'Ori And The Will Of The Wisps Let's Play: The Wellspring - PART 4', with flair 'Gaming' +[2020-07-17 10:01:28,512] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-07-17 10:01:30,556] /u/naruto_naruto_123 had their flair updated +[2020-07-17 10:10:18,789] There has been a new submission: 'Any b99 fans here', with flair 'Video Critique' +[2020-07-17 10:10:20,455] /u/pinoks had their submission removed for insufficient lambda. +[2020-07-17 10:10:22,748] /u/pinoks had their flair updated +[2020-07-17 10:19:19,764] '/u/Cupidnyaa' has given '/u/Rubenazo1999' lambda! +[2020-07-17 10:19:20,671] /u/Rubenazo1999 had their flair updated +[2020-07-17 10:19:41,343] There has been a new submission: 'Whats your upload schedule and how good are you at sticking to it?', with flair 'Discussion' +[2020-07-17 10:19:42,325] /u/SuperSymo_ had their flair updated +[2020-07-17 10:20:37,369] '/u/perplexed_pragmatism' has given '/u/iFaisalKarim' lambda! +[2020-07-17 10:20:39,640] /u/iFaisalKarim had their flair updated +[2020-07-17 10:21:40,845] '/u/BlairTheBaldy2' has given '/u/JessieH_24' lambda! +[2020-07-17 10:21:43,007] /u/JessieH_24 had their flair updated +[2020-07-17 10:21:49,122] There has been a new submission: 'Playing Qoopers the STEM robot at rock, paper, scissors', with flair 'Video Critique' +[2020-07-17 10:21:49,843] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 10:21:49,845] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 10:21:49,951] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KXdg9pQ7RKE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 10:21:50,054] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClLztdRa0gheE9fA9fpmwMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 10:21:53,083] /u/Mr_Smith_online had their flair updated +[2020-07-17 10:23:06,745] '/u/perplexed_pragmatism' has given '/u/Imagine-Freedom' lambda! +[2020-07-17 10:23:08,810] /u/Imagine-Freedom had their flair updated +[2020-07-17 10:23:37,933] '/u/stlo0309' has given '/u/KeepItHazy' lambda! +[2020-07-17 10:23:39,918] /u/KeepItHazy had their flair updated +[2020-07-17 10:23:46,000] There has been a new submission: 'Valorant Highlights #3 - Epic Raze Plays The BEST Valorant Moments 2020', with flair 'Gaming' +[2020-07-17 10:23:47,732] /u/No_Opinion8768 had their submission removed for insufficient lambda. +[2020-07-17 10:23:49,687] /u/No_Opinion8768 had their flair updated +[2020-07-17 10:24:24,647] There has been a new submission: 'When I talked on my Youtube videos on a relaxed tone, my brother says that I sound lazy. Is it necessary for every YouTuber to be hyper active or it depends on the content of your channel. Also can you guys recommend me some super relaxed YouTubers?', with flair 'Discussion' +[2020-07-17 10:24:26,876] /u/want-nothing had their flair updated +[2020-07-17 10:24:59,342] There has been a new submission: 'How can I optimize my video with SEO to get better views.', with flair 'Meta' +[2020-07-17 10:25:01,755] /u/derrick_nii had their flair updated +[2020-07-17 10:26:39,675] There has been a new submission: 'My YouTube Channel! its not amazing but i try :)', with flair 'Gaming' +[2020-07-17 10:26:40,862] /u/AlterEF had their submission removed for insufficient lambda. +[2020-07-17 10:26:42,415] /u/AlterEF had their flair updated +[2020-07-17 10:27:32,992] There has been a new submission: 'Chris Haugen - Backwoods BBQ [NO COPYRIGHT MUSIC]', with flair 'Channel Review' +[2020-07-17 10:27:34,014] /u/ueppa3 had their submission removed for insufficient lambda. +[2020-07-17 10:27:35,694] /u/ueppa3 had their flair updated +[2020-07-17 10:28:18,981] There has been a new submission: 'My first ever serious and overedited video, what are your thoughts?', with flair 'Video Critique' +[2020-07-17 10:28:19,676] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 10:28:19,713] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 10:28:20,492] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3J9f1ZkMaXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 10:28:20,823] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaLjS7Gp_lzSzryB9F-Kitg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 10:28:22,581] /u/Rubenazo1999 had their flair updated +[2020-07-17 10:34:12,765] There has been a new submission: 'FATAL AFFAIR 2020 MOVIE REVIEW', with flair 'Channel Review' +[2020-07-17 10:34:14,322] /u/Baddness77 had their submission removed for insufficient lambda. +[2020-07-17 10:34:16,109] /u/Baddness77 had their flair updated +[2020-07-17 10:36:21,180] There has been a new submission: 'A vid I made a while ago please watch it, threw my phone into a tree for the vid', with flair 'Vlog' +[2020-07-17 10:36:22,339] /u/Simple_BitYT had their submission removed for insufficient lambda. +[2020-07-17 10:36:23,778] /u/Simple_BitYT had their flair updated +[2020-07-17 10:41:25,105] There has been a new submission: 'Small gaming channel', with flair 'Discussion' +[2020-07-17 10:41:28,002] /u/Ap_Gamer20 had their flair updated +[2020-07-17 10:42:31,255] There has been a new submission: 'Pls check out my new video guys. Any kind of comments will be appreciated. Thanks a lot :)', with flair 'Video Critique' +[2020-07-17 10:42:32,770] /u/KeepItHazy had their submission removed for insufficient lambda. +[2020-07-17 10:42:35,189] /u/KeepItHazy had their flair updated +[2020-07-17 10:55:42,841] There has been a new submission: 'Pls check out my new video guys. Any kind of comments will be appreciated. Thanks a lot :)', with flair 'Video Critique' +[2020-07-17 10:55:44,174] /u/KeepItHazy had their submission removed for insufficient lambda. +[2020-07-17 10:55:45,879] /u/KeepItHazy had their flair updated +[2020-07-17 11:03:56,287] There has been a new submission: 'I'm Billy Hoyle, A Music Producer From Pittsburgh, PA. I Have With Artist/Youtubers Such As Wiz Khalifa, Mac Miller, Beedie, Foamer Simpson, and More. I Have My Own Channel Now Where I Post Instrumentals, Remixes, And Mashups. Looking For A Similar Channel To Collab With.', with flair 'Collab' +[2020-07-17 11:03:58,372] /u/SoulViber had their flair updated +[2020-07-17 11:10:02,537] There has been a new submission: 'Decided to take a whack at k-pop with a cover of MORE & MORE by TWICE! Forgive me in advance for reading the lyrics off my laptop and for probably butchering Korean pronunciation. Hope you guys enjoy!', with flair 'Vlog' +[2020-07-17 11:10:04,620] /u/tehpartygod had their submission removed for insufficient lambda. +[2020-07-17 11:10:07,033] /u/tehpartygod had their flair updated +[2020-07-17 11:13:20,953] There has been a new submission: 'What is more important for click thru, title or thumbnail?', with flair 'Discussion' +[2020-07-17 11:13:23,163] /u/madmotion had their flair updated +[2020-07-17 11:19:41,292] '/u/Rubenazo1999' has given '/u/want-nothing' lambda! +[2020-07-17 11:19:42,034] /u/want-nothing had their flair updated +[2020-07-17 11:20:22,941] There has been a new submission: 'OG's getting Bitten by Chop | Let's Play GTA 5 Gameplay Part 3', with flair 'Gaming' +[2020-07-17 11:20:24,992] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-17 11:20:27,279] /u/omeshhedaoo had their flair updated +[2020-07-17 11:27:21,133] '/u/Mosh_not_Posh' has given '/u/AJThrifts' lambda! +[2020-07-17 11:27:23,054] /u/AJThrifts had their flair updated +[2020-07-17 11:28:52,552] '/u/Mosh_not_Posh' has given '/u/iFaisalKarim' lambda! +[2020-07-17 11:28:53,577] /u/iFaisalKarim had their flair updated +[2020-07-17 11:30:10,827] '/u/Rubenazo1999' has given '/u/LilXanFan' lambda! +[2020-07-17 11:30:13,154] /u/LilXanFan had their flair updated +[2020-07-17 11:30:24,430] '/u/Mosh_not_Posh' has given '/u/Imagine-Freedom' lambda! +[2020-07-17 11:30:26,708] /u/Imagine-Freedom had their flair updated +[2020-07-17 11:31:39,570] '/u/Rubenazo1999' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-17 11:31:41,793] /u/YaGuyAlex_yt had their flair updated +[2020-07-17 11:35:22,107] There has been a new submission: 'Hello I am back again! I require some honest feedback for this horror video.', with flair 'Video Critique' +[2020-07-17 11:35:24,298] /u/cheekynandos058 had their flair updated +[2020-07-17 11:36:03,176] There has been a new submission: 'What do you think about my Style of Videos?', with flair 'Video Critique' +[2020-07-17 11:36:04,540] /u/ClipsForAll had their submission removed for insufficient lambda. +[2020-07-17 11:36:06,117] /u/ClipsForAll had their flair updated +[2020-07-17 11:39:03,101] There has been a new submission: 'Are here some naruto fans?', with flair 'None' +[2020-07-17 11:39:03,978] /u/Sonnenkoenig57 had their submission removed for insufficient lambda. +[2020-07-17 11:39:04,786] /u/Sonnenkoenig57 had their flair updated +[2020-07-17 11:48:40,880] '/u/ImCurious012' has given '/u/flippifly' lambda! +[2020-07-17 11:48:41,783] /u/flippifly had their flair updated +[2020-07-17 11:49:30,183] '/u/Rubenazo1999' has given '/u/ImCurious012' lambda! +[2020-07-17 11:49:30,781] /u/ImCurious012 had their flair updated +[2020-07-17 11:49:50,700] '/u/ImCurious012' has given '/u/Kriller77' lambda! +[2020-07-17 11:49:51,159] /u/Kriller77 had their flair updated +[2020-07-17 11:50:45,012] '/u/ImCurious012' has given '/u/DlSHSOAP' lambda! +[2020-07-17 11:50:47,303] /u/DlSHSOAP had their flair updated +[2020-07-17 11:51:34,276] '/u/ImCurious012' has given '/u/notsharp12' lambda! +[2020-07-17 11:51:36,473] /u/notsharp12 had their flair updated +[2020-07-17 11:54:24,000] There has been a new submission: 'Hey! I'm a student doctor. I make videos on YouTube to make medical knowledge accessible to everyone. My latest video is all about the placebo effect. Can't wait to hear what you guys think!', with flair 'Video Critique' +[2020-07-17 11:54:24,517] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 11:54:24,519] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 11:54:24,642] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zpJW7IDSre8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 11:54:24,746] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpGGGC5gcs2lLpuJSM-_6qQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 11:54:27,331] /u/redditBlueSpecs had their flair updated +[2020-07-17 11:57:57,864] +#################### +[Jul 17 2020 11:57:57] RESTARTED +#################### + +[2020-07-17 12:13:41,124] '/u/Rubenazo1999' has given '/u/Capture_Reviews' lambda! +[2020-07-17 12:13:43,709] /u/Capture_Reviews had their flair updated +[2020-07-17 12:15:09,739] There has been a new submission: 'Avengers 5 Secret Wars... How is my editing skills?', with flair 'Video Critique' +[2020-07-17 12:15:10,917] /u/LegendaryStudiosLLC had their submission removed for insufficient lambda. +[2020-07-17 12:15:12,258] /u/LegendaryStudiosLLC had their flair updated +[2020-07-17 12:23:20,959] '/u/stlo0309' has given '/u/ImCurious012' lambda! +[2020-07-17 12:23:22,853] /u/ImCurious012 had their flair updated +[2020-07-17 12:25:08,201] There has been a new submission: 'BELIEVER| IMAGINE DRAGONS | ELECTRIC GUITAR COVER. I am a 17 yo girl who plays guitar. I am still learning tho. Woukd mean the whome would if you checj this out :)', with flair 'None' +[2020-07-17 12:25:09,590] /u/txtli2003 had their submission removed for insufficient lambda. +[2020-07-17 12:25:11,236] /u/txtli2003 had their flair updated +[2020-07-17 12:30:58,584] '/u/superwatt123' has given '/u/mt2987' lambda! +[2020-07-17 12:31:00,836] /u/mt2987 had their flair updated +[2020-07-17 12:31:31,243] '/u/superwatt123' has given '/u/xT1meB0mb' lambda! +[2020-07-17 12:31:33,416] /u/xT1meB0mb had their flair updated +[2020-07-17 12:32:19,193] '/u/superwatt123' has given '/u/Rubenazo1999' lambda! +[2020-07-17 12:32:21,815] /u/Rubenazo1999 had their flair updated +[2020-07-17 12:32:39,801] '/u/superwatt123' has given '/u/ThealerGames' lambda! +[2020-07-17 12:32:42,010] /u/ThealerGames had their flair updated +[2020-07-17 12:32:57,282] '/u/superwatt123' has given '/u/KeepItHazy' lambda! +[2020-07-17 12:32:59,496] /u/KeepItHazy had their flair updated +[2020-07-17 12:53:57,665] There has been a new submission: 'Another Self Reflection Of My Journey!', with flair 'Video Critique' +[2020-07-17 12:53:58,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 12:53:58,242] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 12:53:58,348] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZUUjv3NMJcM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 12:53:58,440] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 12:54:01,213] /u/MafiasFinestTV had their flair updated +[2020-07-17 12:54:23,873] There has been a new submission: 'Turning playdoh into real food!', with flair 'Vlog' +[2020-07-17 12:54:25,415] /u/EarlesFamily had their submission removed for insufficient lambda. +[2020-07-17 12:54:27,258] /u/EarlesFamily had their flair updated +[2020-07-17 12:55:04,607] There has been a new submission: 'took 5 hours of editing', with flair 'Gaming' +[2020-07-17 12:55:05,961] /u/BigBoiRevenue had their submission removed for insufficient lambda. +[2020-07-17 12:55:07,844] /u/BigBoiRevenue had their flair updated +[2020-07-17 12:59:41,504] '/u/WillWestInvest' has given '/u/bwueno' lambda! +[2020-07-17 12:59:43,014] /u/bwueno had their flair updated +[2020-07-17 13:01:02,503] There has been a new submission: 'My latest slacklining video. I made this one more of a tutorial. I know the audio near the end is really bad. Working on getting a mic for voiceovers. Giving lambda to any constructive criticism', with flair 'Video Critique' +[2020-07-17 13:01:02,898] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 13:01:02,899] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 13:01:03,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CYxVmLezjPU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 13:01:03,447] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCauO1aO3X0vxYql6dDQX4kg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 13:01:06,552] /u/BagelBummm had their flair updated +[2020-07-17 13:01:51,254] '/u/Rubenazo1999' has given '/u/Gingesolo' lambda! +[2020-07-17 13:01:53,267] /u/Gingesolo had their flair updated +[2020-07-17 13:08:05,316] There has been a new submission: 'I’m new to youtube, here's one of my popular videos on my channel video’s on my channel, if you have any advice please share :)', with flair 'Gaming' +[2020-07-17 13:08:06,696] /u/Funny_jail537 had their submission removed for insufficient lambda. +[2020-07-17 13:08:07,782] /u/Funny_jail537 had their flair updated +[2020-07-17 13:10:28,771] '/u/LyadhkhorStrategist' has given '/u/want-nothing' lambda! +[2020-07-17 13:10:31,081] /u/want-nothing had their flair updated +[2020-07-17 13:12:00,867] '/u/cheekynandos058' has given '/u/GamersWorld_R' lambda! +[2020-07-17 13:12:03,401] /u/GamersWorld_R had their flair updated +[2020-07-17 13:16:32,912] '/u/DWNFamTV' has given '/u/MK_dude' lambda! +[2020-07-17 13:16:34,325] /u/MK_dude had their flair updated +[2020-07-17 13:18:56,088] There has been a new submission: 'First Ghost of Tsushima Gmaiplay.', with flair 'Gaming' +[2020-07-17 13:18:56,989] /u/gibbygamingGG had their submission removed for insufficient lambda. +[2020-07-17 13:18:57,805] /u/gibbygamingGG had their flair updated +[2020-07-17 13:19:32,483] There has been a new submission: 'I’m new to youtube, I do variety of games, this includes horror, first person shooter, adventure and many more, here’s one of my popular videos on my channel video’s on my channel, if you have any advice please share :)', with flair 'Gaming' +[2020-07-17 13:19:33,498] /u/Funny_jail537 had their submission removed for insufficient lambda. +[2020-07-17 13:19:34,140] /u/Funny_jail537 had their flair updated +[2020-07-17 13:29:29,576] '/u/Shaheem_SS' has given '/u/FreshAttention' lambda! +[2020-07-17 13:29:30,540] /u/FreshAttention had their flair updated +[2020-07-17 13:31:10,500] '/u/MafiasFinestTV' has given '/u/want-nothing' lambda! +[2020-07-17 13:31:12,737] /u/want-nothing had their flair updated +[2020-07-17 13:32:13,117] '/u/Shaheem_SS' has given '/u/Sieuloong' lambda! +[2020-07-17 13:32:15,219] /u/Sieuloong had their flair updated +[2020-07-17 13:36:50,838] '/u/BagelBummm' has given '/u/LMAOyeetzedong' lambda! +[2020-07-17 13:36:52,254] /u/LMAOyeetzedong had their flair updated +[2020-07-17 13:42:00,228] There has been a new submission: 'Air paint spray GUN | Easy', with flair 'Channel Review' +[2020-07-17 13:42:01,761] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-07-17 13:42:03,896] /u/tharindudamesha had their flair updated +[2020-07-17 13:42:32,661] There has been a new submission: 'Is the bad lighting/inconsistent lighting distracting in this skit?', with flair 'Video Critique' +[2020-07-17 13:42:33,274] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 13:42:33,275] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 13:42:34,253] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=60sF1qRqHQI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 13:42:34,580] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCz2QeAsHEtqj_x8yymId25w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 13:42:37,523] /u/Gingesolo had their flair updated +[2020-07-17 13:51:49,099] '/u/YRNRod' has given '/u/Platoniko' lambda! +[2020-07-17 13:51:51,271] /u/Platoniko had their flair updated +[2020-07-17 13:52:01,510] '/u/YRNRod' has given '/u/Clickdummy' lambda! +[2020-07-17 13:52:03,659] /u/Clickdummy had their flair updated +[2020-07-17 13:54:41,615] '/u/BagelBummm' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-17 13:54:43,405] /u/FynnKrauseFootballYT had their flair updated +[2020-07-17 13:56:27,607] '/u/Chig3l' has given '/u/ECXL' lambda! +[2020-07-17 13:56:29,127] /u/ECXL had their flair updated +[2020-07-17 13:58:01,015] +#################### +[Jul 17 2020 13:58:01] RESTARTED +#################### + +[2020-07-17 14:11:03,336] '/u/Rubenazo1999' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-17 14:11:05,749] /u/FynnKrauseFootballYT had their flair updated +[2020-07-17 14:12:31,436] '/u/Rubenazo1999' has given '/u/Chig3l' lambda! +[2020-07-17 14:12:34,264] /u/Chig3l had their flair updated +[2020-07-17 14:13:06,506] '/u/YaGuyAlex_yt' has given '/u/ameixarocha' lambda! +[2020-07-17 14:13:09,209] /u/ameixarocha had their flair updated +[2020-07-17 14:14:20,136] There has been a new submission: 'Any Tips that can help for growing my channel?', with flair 'Channel Review' +[2020-07-17 14:14:21,360] /u/CrispyDann had their submission removed for insufficient lambda. +[2020-07-17 14:14:23,001] /u/CrispyDann had their flair updated +[2020-07-17 14:14:40,695] There has been a new submission: 'Just finished my series on the Jason's on Friday the 13th, here's the last video on Savini Jason. what do you guys think?', with flair 'Video Critique' +[2020-07-17 14:14:42,085] /u/Peltlegs had their submission removed for insufficient lambda. +[2020-07-17 14:14:44,215] /u/Peltlegs had their flair updated +[2020-07-17 14:15:00,960] There has been a new submission: 'New member', with flair 'Discussion' +[2020-07-17 14:15:02,927] /u/AmanAs07 had their flair updated +[2020-07-17 14:15:09,716] There has been a new submission: 'Premier League Matchweek 37 predictions', with flair 'Video Critique' +[2020-07-17 14:15:10,056] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 14:15:10,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 14:15:10,204] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IAFV70Ad7YI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:15:10,322] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:15:12,106] /u/FynnKrauseFootballYT had their flair updated +[2020-07-17 14:15:20,316] '/u/BagelBummm' has given '/u/Chig3l' lambda! +[2020-07-17 14:15:21,663] /u/Chig3l had their flair updated +[2020-07-17 14:16:20,181] '/u/perplexed_pragmatism' has given '/u/SimonCaine' lambda! +[2020-07-17 14:16:21,943] /u/SimonCaine had their flair updated +[2020-07-17 14:19:56,825] '/u/BagelBummm' has given '/u/ImHexYT' lambda! +[2020-07-17 14:19:58,548] /u/ImHexYT had their flair updated +[2020-07-17 14:21:08,451] /u/cheekynandos058 had their flair updated +[2020-07-17 14:22:01,222] '/u/cheekynandos058' has given '/u/Chig3l' lambda! +[2020-07-17 14:22:03,184] /u/Chig3l had their flair updated +[2020-07-17 14:23:01,751] '/u/BagelBummm' has given '/u/MafiasFinestTV' lambda! +[2020-07-17 14:23:03,833] /u/MafiasFinestTV had their flair updated +[2020-07-17 14:23:35,333] There has been a new submission: 'The worst sci-fi movie ever (Aliens Zone X)', with flair 'Video Critique' +[2020-07-17 14:23:37,054] /u/void_95 had their submission removed for insufficient lambda. +[2020-07-17 14:23:38,909] /u/void_95 had their flair updated +[2020-07-17 14:24:16,511] '/u/superwatt123' has given '/u/Chig3l' lambda! +[2020-07-17 14:24:18,551] /u/Chig3l had their flair updated +[2020-07-17 14:24:59,170] There has been a new submission: 'Is it ok if I stop posting on my channel for 4-5 weeks?', with flair 'Discussion' +[2020-07-17 14:25:01,014] /u/the-right-dodo had their flair updated +[2020-07-17 14:30:51,892] '/u/MafiasFinestTV' has given '/u/Chig3l' lambda! +[2020-07-17 14:30:54,517] /u/Chig3l had their flair updated +[2020-07-17 14:31:13,994] There has been a new submission: 'Any feedback will be much appreciated! Started a new series on path of exile! The video is long so don't worry about watching it all. (I like my Videos long so please don't just say “the video could be be shorter”, its long on purpose)', with flair 'Gaming' +[2020-07-17 14:31:14,976] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 14:31:14,977] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 14:31:16,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8jQFwRvmtSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:31:16,623] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFzdwOE0ks9G7ADm-GZjTSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:31:19,818] /u/ImHexYT had their flair updated +[2020-07-17 14:31:38,589] There has been a new submission: 'Starting Healthy Lifestyle | Couple Losing 100+lbs | Daily Life Losing Weight', with flair 'Vlog' +[2020-07-17 14:31:40,106] /u/VanGlass90 had their submission removed for insufficient lambda. +[2020-07-17 14:31:43,010] /u/VanGlass90 had their flair updated +[2020-07-17 14:35:47,254] There has been a new submission: 'Hello with random, crass comments on my live stream videos', with flair 'Discussion' +[2020-07-17 14:35:49,590] /u/yobo723 had their flair updated +[2020-07-17 14:36:41,670] Starting every day program... +[2020-07-17 14:36:41,671] Updating database statistics... +[2020-07-17 14:36:46,127] Posting and updating wiki... +[2020-07-17 14:36:49,115] There has been a new submission: 'Ghost of Tsushima Part 1 gameplay', with flair 'Gaming' +[2020-07-17 14:36:50,223] /u/Thejoshuamcgeeshow had their submission removed for insufficient lambda. +[2020-07-17 14:36:51,984] /u/Thejoshuamcgeeshow had their flair updated +[2020-07-17 14:37:08,402] Formatting leaderboard... +[2020-07-17 14:37:08,932] Updating sidebar... +[2020-07-17 14:37:09,618] Updated in new reddit... +[2020-07-17 14:37:11,907] Updated in old reddit... +[2020-07-17 14:37:11,908] Completed. +[2020-07-17 14:39:57,774] There has been a new submission: 'I made a video on a different game! I hope you guys like it! Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-17 14:39:58,469] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 14:39:58,507] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 14:39:59,247] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8qAiUjekZ7M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:39:59,737] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 14:40:02,026] /u/ShikharTrivedi had their flair updated +[2020-07-17 14:42:28,513] There has been a new submission: 'How does YouTube SEO work?', with flair 'Discussion' +[2020-07-17 14:42:31,378] /u/SimonCaine had their flair updated +[2020-07-17 14:43:59,204] '/u/Gingesolo' has given '/u/actionfigurestory' lambda! +[2020-07-17 14:44:01,856] /u/actionfigurestory had their flair updated +[2020-07-17 14:44:50,380] '/u/Gingesolo' has given '/u/MafiasFinestTV' lambda! +[2020-07-17 14:44:52,880] /u/MafiasFinestTV had their flair updated +[2020-07-17 14:45:34,610] '/u/Gingesolo' has given '/u/Chig3l' lambda! +[2020-07-17 14:45:37,196] /u/Chig3l had their flair updated +[2020-07-17 14:46:51,242] '/u/Gingesolo' has given '/u/perplexed_pragmatism' lambda! +[2020-07-17 14:46:53,534] /u/perplexed_pragmatism had their flair updated +[2020-07-17 14:47:11,466] '/u/Gingesolo' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-17 14:47:13,757] /u/FynnKrauseFootballYT had their flair updated +[2020-07-17 14:48:03,888] There has been a new submission: 'I have made a couple videos. I would like some feedback on how to improve my videos.', with flair 'Video Critique' +[2020-07-17 14:48:04,946] /u/Beeman4All had their submission removed for insufficient lambda. +[2020-07-17 14:48:05,887] /u/Beeman4All had their flair updated +[2020-07-17 14:53:05,793] There has been a new submission: 'MHK_Squad is now live', with flair 'Gaming' +[2020-07-17 14:53:07,456] /u/MHK786 had their submission removed for insufficient lambda. +[2020-07-17 14:53:09,399] /u/MHK786 had their flair updated +[2020-07-17 14:54:14,364] There has been a new submission: 'New valorant montage', with flair 'Gaming' +[2020-07-17 14:54:15,678] /u/R1K1MARU had their submission removed for insufficient lambda. +[2020-07-17 14:54:17,449] /u/R1K1MARU had their flair updated +[2020-07-17 14:54:53,479] '/u/jbiddy360' has given '/u/Imagine-Freedom' lambda! +[2020-07-17 14:54:55,978] /u/Imagine-Freedom had their flair updated +[2020-07-17 14:55:10,904] '/u/jbiddy360' has given '/u/iFaisalKarim' lambda! +[2020-07-17 14:55:12,506] /u/iFaisalKarim had their flair updated +[2020-07-17 14:58:11,888] There has been a new submission: 'Ways to get Channel Exposure Besides Reddit/Social Media?', with flair 'Discussion' +[2020-07-17 14:58:13,932] /u/Cephas11 had their flair updated +[2020-07-17 14:58:34,448] '/u/ShikharTrivedi' has given '/u/MrCarsone' lambda! +[2020-07-17 14:58:36,497] /u/MrCarsone had their flair updated +[2020-07-17 15:01:32,956] There has been a new submission: 'Ghost of Tsushima Gameplay - Opening Hours', with flair 'Gaming' +[2020-07-17 15:01:34,761] /u/BelaidKL had their submission removed for insufficient lambda. +[2020-07-17 15:01:37,060] /u/BelaidKL had their flair updated +[2020-07-17 15:04:00,666] There has been a new submission: 'Here's a slideshow type of video I created few days ago. I was always inspired by content creators like Exurb1a. Feedbacks and comments are highly appreciated.', with flair 'Video Critique' +[2020-07-17 15:04:01,484] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 15:04:01,485] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 15:04:02,997] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K6TyU9IWiXc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 15:04:03,365] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEn2T2C8CB9tayDTjR17xgg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 15:04:06,183] /u/want-nothing had their flair updated +[2020-07-17 15:05:48,334] There has been a new submission: 'I'm more than Half way through on Monetization! 🔥 Wish me Luck.😁 Channel Name- Samyak0425. Please support me more by subscribing!. Would be appreciated.😇 [Channel Review]', with flair 'Channel Review' +[2020-07-17 15:05:50,054] /u/Samyak0425 had their submission removed for insufficient lambda. +[2020-07-17 15:05:51,653] /u/Samyak0425 had their flair updated +[2020-07-17 15:07:53,099] There has been a new submission: 'Any Tips for Growing my YouTube Channel', with flair 'Discussion' +[2020-07-17 15:07:54,748] /u/CrispyDann had their flair updated +[2020-07-17 15:10:48,912] '/u/bembalyfe' has given '/u/FishDishVartan' lambda! +[2020-07-17 15:10:51,328] /u/FishDishVartan had their flair updated +[2020-07-17 15:11:10,337] There has been a new submission: 'I have a new video coming up but while i am through the editing process, I wanted to ask for some critique. I want to improve myself and become the best I can be and what better help from you all 🤷♂️😉.', with flair 'Gaming' +[2020-07-17 15:11:12,014] /u/MittsyXIV had their submission removed for insufficient lambda. +[2020-07-17 15:11:14,255] /u/MittsyXIV had their flair updated +[2020-07-17 15:12:03,631] There has been a new submission: 'In the past month and 1/2 ive gained almost 30k subscribers, and surpassed over 2 mil channel views, ask me questioms', with flair 'Discussion' +[2020-07-17 15:12:06,455] /u/Sipover had their flair updated +[2020-07-17 15:13:16,621] '/u/bembalyfe' has given '/u/HandleBud' lambda! +[2020-07-17 15:13:19,077] /u/HandleBud had their flair updated +[2020-07-17 15:14:30,526] '/u/bembalyfe' has given '/u/mt2987' lambda! +[2020-07-17 15:14:33,148] /u/mt2987 had their flair updated +[2020-07-17 15:14:54,380] '/u/bembalyfe' has given '/u/Data_4_You' lambda! +[2020-07-17 15:14:56,725] /u/Data_4_You had their flair updated +[2020-07-17 15:17:14,953] '/u/bembalyfe' has given '/u/mcreptorph' lambda! +[2020-07-17 15:17:17,331] /u/mcreptorph had their flair updated +[2020-07-17 15:19:22,549] '/u/want-nothing' has given '/u/MrCarsone' lambda! +[2020-07-17 15:19:24,147] /u/MrCarsone had their flair updated +[2020-07-17 15:20:44,520] There has been a new submission: 'A comedy animation I made. what do you think? Also tell me if I should continue making funny animations or just do random stuff', with flair 'Video Critique' +[2020-07-17 15:20:46,199] /u/LavaMgamer had their submission removed for insufficient lambda. +[2020-07-17 15:20:48,619] /u/LavaMgamer had their flair updated +[2020-07-17 15:21:58,529] There has been a new submission: 'Silent cinematic nature & hiking video. I would like to get some of y'all's opinions and feedback on it :)', with flair 'Video Critique' +[2020-07-17 15:22:00,077] /u/Cezar_D had their submission removed for insufficient lambda. +[2020-07-17 15:22:02,339] /u/Cezar_D had their flair updated +[2020-07-17 15:28:57,378] There has been a new submission: 'Boss Baby learns how to duel', with flair 'Gaming' +[2020-07-17 15:28:58,156] /u/CrispyGooby had their submission removed for insufficient lambda. +[2020-07-17 15:28:58,936] /u/CrispyGooby had their flair updated +[2020-07-17 15:30:45,819] '/u/Gingesolo' has given '/u/BrassBallsComedy' lambda! +[2020-07-17 15:30:48,157] /u/BrassBallsComedy had their flair updated +[2020-07-17 15:34:40,452] '/u/Sunkissed-horizon' has given '/u/drramu' lambda! +[2020-07-17 15:34:43,363] /u/drramu had their flair updated +[2020-07-17 15:39:20,369] '/u/Sunkissed-horizon' has given '/u/ThealerGames' lambda! +[2020-07-17 15:39:21,245] /u/ThealerGames had their flair updated +[2020-07-17 15:39:58,459] There has been a new submission: 'I teach programming. I primarily use Keynote to make the videos (all for now). All feedback is welcome! Thank you very much! :)', with flair 'Channel Review' +[2020-07-17 15:39:59,318] /u/mrillusi0n had their submission removed for insufficient lambda. +[2020-07-17 15:39:59,770] /u/mrillusi0n had their flair updated +[2020-07-17 15:41:13,292] '/u/Sunkissed-horizon' has given '/u/KeepItHazy' lambda! +[2020-07-17 15:41:15,633] /u/KeepItHazy had their flair updated +[2020-07-17 15:43:50,658] There has been a new submission: 'Pls check out my new video guys. Any kind of comments will be appreciated. :)', with flair 'Video Critique' +[2020-07-17 15:43:51,519] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 15:43:51,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 15:43:52,337] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CqJ3T8-57gc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 15:43:52,825] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5y_wGwQAnNNvfpN4u9HU0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 15:43:55,822] /u/KeepItHazy had their flair updated +[2020-07-17 15:44:41,715] '/u/Sunkissed-horizon' has given '/u/Chig3l' lambda! +[2020-07-17 15:44:43,722] /u/Chig3l had their flair updated +[2020-07-17 15:45:37,209] There has been a new submission: 'What should a young animation channel start off with? Storytime, comedy or fanfic?', with flair 'Discussion' +[2020-07-17 15:45:39,172] /u/LavaMgamer had their flair updated +[2020-07-17 15:47:13,688] '/u/Sunkissed-horizon' has given '/u/MafiasFinestTV' lambda! +[2020-07-17 15:47:15,567] /u/MafiasFinestTV had their flair updated +[2020-07-17 15:47:50,927] There has been a new submission: 'Top ten adult cartoons(in my opinion please don’t get mad)', with flair 'Video Critique' +[2020-07-17 15:47:52,770] /u/MrCarsone had their flair updated +[2020-07-17 15:48:39,422] /u/BagelBummm had their flair updated +[2020-07-17 15:49:46,628] '/u/BagelBummm' has given '/u/BrassBallsComedy' lambda! +[2020-07-17 15:49:48,515] /u/BrassBallsComedy had their flair updated +[2020-07-17 15:50:00,514] There has been a new submission: '100 Layer Sock Challenge!! *original and first challenge!*', with flair 'Channel Review' +[2020-07-17 15:50:02,151] /u/swissfood had their submission removed for insufficient lambda. +[2020-07-17 15:50:04,572] /u/swissfood had their flair updated +[2020-07-17 15:50:53,853] There has been a new submission: 'Hi everybody! Recently I've switched from doing Retro Gaming on my channel to doing commentary. This is my second video since that switch, what are your thoughts on it?', with flair 'Video Critique' +[2020-07-17 15:50:55,401] /u/Owen_Graves had their submission removed for insufficient lambda. +[2020-07-17 15:50:57,652] /u/Owen_Graves had their flair updated +[2020-07-17 15:52:39,689] '/u/Sunkissed-horizon' has given '/u/TheLuiginator' lambda! +[2020-07-17 15:52:41,683] /u/TheLuiginator had their flair updated +[2020-07-17 15:58:08,384] +#################### +[Jul 17 2020 15:58:08] RESTARTED +#################### + +[2020-07-17 16:28:12,319] There has been a new submission: 'Pokémon Café Mix Review | My Thoughts On - Would love your feedback! I give lamba :)', with flair 'Video Critique' +[2020-07-17 16:28:14,573] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:28:14,575] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:28:15,842] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0nJ4bijaKwc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:16,214] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:17,930] /u/Capture_Reviews had their flair updated +[2020-07-17 16:28:34,680] There has been a new submission: 'Thank you for all the feedback from last time! I tried my best to use all the advice on this video, so hopefully it's improved. Any feedback is appreciated!', with flair 'Video Critique' +[2020-07-17 16:28:35,663] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:28:35,664] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:28:36,685] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aVJ-dAYOVXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:37,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM8XorN7ytMucaD6PEhLsDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:38,939] /u/Rafi_Rabbit had their flair updated +[2020-07-17 16:28:54,490] There has been a new submission: 'Thanks to everyone for all of your feedback on our last sketch. Our latest is a lockdown inspired mockumentary - Planet Covid - as always any critique is very welcome!', with flair 'Video Critique' +[2020-07-17 16:28:55,518] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:28:55,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:28:56,499] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4AQcakmQgDc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:56,871] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIgETFuOQj_qi-5xLWPjH8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:28:58,428] /u/BrassBallsComedy had their flair updated +[2020-07-17 16:29:16,797] '/u/Mr_Smith_online' has given '/u/Rubenazo1999' lambda! +[2020-07-17 16:29:19,045] /u/Rubenazo1999 had their flair updated +[2020-07-17 16:31:13,618] '/u/Rubenazo1999' has given '/u/MittsyXIV' lambda! +[2020-07-17 16:31:16,282] /u/MittsyXIV had their flair updated +[2020-07-17 16:31:36,224] '/u/Rubenazo1999' has given '/u/MafiasFinestTV' lambda! +[2020-07-17 16:31:39,131] /u/MafiasFinestTV had their flair updated +[2020-07-17 16:31:58,400] '/u/ShikharTrivedi' has given '/u/Rafi_Rabbit' lambda! +[2020-07-17 16:32:01,017] /u/Rafi_Rabbit had their flair updated +[2020-07-17 16:32:21,171] '/u/Rubenazo1999' has given '/u/HumperTrooper15' lambda! +[2020-07-17 16:32:23,791] /u/HumperTrooper15 had their flair updated +[2020-07-17 16:33:51,961] '/u/Rubenazo1999' has given '/u/drramu' lambda! +[2020-07-17 16:33:54,543] /u/drramu had their flair updated +[2020-07-17 16:34:40,580] '/u/MrCarsone' has given '/u/Endy_McGufin' lambda! +[2020-07-17 16:34:44,518] /u/Endy_McGufin had their flair updated +[2020-07-17 16:36:12,135] '/u/Capture_Reviews' has given '/u/KnockoutBricks' lambda! +[2020-07-17 16:36:14,395] /u/KnockoutBricks had their flair updated +[2020-07-17 16:37:27,375] '/u/ShikharTrivedi' has given '/u/drramu' lambda! +[2020-07-17 16:37:29,749] /u/drramu had their flair updated +[2020-07-17 16:37:47,275] '/u/Capture_Reviews' has given '/u/Monopoloctomeese' lambda! +[2020-07-17 16:37:49,282] /u/Monopoloctomeese had their flair updated +[2020-07-17 16:38:07,698] /u/MattEssYT had their flair updated +[2020-07-17 16:39:02,689] '/u/Gingesolo' has given '/u/Cephas11' lambda! +[2020-07-17 16:39:04,080] /u/Cephas11 had their flair updated +[2020-07-17 16:39:55,684] '/u/want-nothing' has given '/u/Monopoloctomeese' lambda! +[2020-07-17 16:39:57,492] /u/Monopoloctomeese had their flair updated +[2020-07-17 16:40:13,154] '/u/Gingesolo' has given '/u/drramu' lambda! +[2020-07-17 16:40:15,419] /u/drramu had their flair updated +[2020-07-17 16:40:27,317] '/u/Capture_Reviews' has given '/u/MrCarsone' lambda! +[2020-07-17 16:40:30,106] /u/MrCarsone had their flair updated +[2020-07-17 16:40:53,057] /u/Monopoloctomeese had their flair updated +[2020-07-17 16:40:54,983] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-17 16:42:03,485] There has been a new submission: 'I remade Gordon Ramsay's Chicken Parm as a Sub. I run a sketch cooking vlog. Would love any feedback!', with flair 'Video Critique' +[2020-07-17 16:42:04,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:42:04,426] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:42:05,649] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2Tntp7-1ojw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:42:06,060] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgCjOiictdiy0qqy-KHz_Fg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:42:09,044] /u/BringBackHueyLewis had their flair updated +[2020-07-17 16:42:27,211] There has been a new submission: 'Please let me know what you think of the trailer for my gaming/funny moments channel. This is my first post on this sub, so I figured my channel trailer was a good video to start off with :)', with flair 'Video Critique' +[2020-07-17 16:42:28,280] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:42:28,359] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:42:29,344] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=W79c7bs8BPM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:42:29,755] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSWoBEkPYnMlVojorsEB0Nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:42:32,747] /u/ImBntyHntrBish had their flair updated +[2020-07-17 16:42:51,071] There has been a new submission: 'HOW TO START FREE RANGE POULTRY FARMING BUSINESS IN 2020', with flair 'Vlog' +[2020-07-17 16:42:52,466] /u/clargie1 had their submission removed for insufficient lambda. +[2020-07-17 16:42:54,400] /u/clargie1 had their flair updated +[2020-07-17 16:43:12,956] There has been a new submission: 'I make videos about vintage kids books. Are they too long?', with flair 'Video Critique' +[2020-07-17 16:43:14,773] /u/Knubbin had their submission removed for insufficient lambda. +[2020-07-17 16:43:16,821] /u/Knubbin had their flair updated +[2020-07-17 16:43:35,363] There has been a new submission: 'FUNNY VOICE CHAT MOMENTS - Apex Legends', with flair 'Gaming' +[2020-07-17 16:43:36,798] /u/AustinWiehebrink had their submission removed for insufficient lambda. +[2020-07-17 16:43:38,681] /u/AustinWiehebrink had their flair updated +[2020-07-17 16:43:56,594] There has been a new submission: 'How to make 2k thumbnails!! Nba 2k20 thumbnail tutorials!🔥', with flair 'Thumbnail Review' +[2020-07-17 16:43:57,906] /u/josh_gbh had their submission removed for insufficient lambda. +[2020-07-17 16:43:59,673] /u/josh_gbh had their flair updated +[2020-07-17 16:47:42,046] /u/Monopoloctomeese had their flair updated +[2020-07-17 16:47:59,732] '/u/Rafi_Rabbit' has given '/u/MrCarsone' lambda! +[2020-07-17 16:48:01,799] /u/MrCarsone had their flair updated +[2020-07-17 16:51:10,397] '/u/ImBntyHntrBish' has given '/u/drramu' lambda! +[2020-07-17 16:51:13,173] /u/drramu had their flair updated +[2020-07-17 16:52:14,075] /u/MacAttack163 had their flair updated +[2020-07-17 16:53:19,193] /u/MacAttack163 had their flair updated +[2020-07-17 16:54:02,483] '/u/MacAttack163' has given '/u/_Serum_' lambda! +[2020-07-17 16:54:04,479] /u/_Serum_ had their flair updated +[2020-07-17 16:54:19,095] '/u/MacAttack163' has given '/u/iFaisalKarim' lambda! +[2020-07-17 16:54:21,152] /u/iFaisalKarim had their flair updated +[2020-07-17 16:55:20,473] '/u/BagelBummm' has given '/u/drramu' lambda! +[2020-07-17 16:55:21,980] /u/drramu had their flair updated +[2020-07-17 16:56:21,606] There has been a new submission: 'Easy Temporary Tattoo Nail Art!', with flair 'Thumbnail Review' +[2020-07-17 16:56:22,632] /u/DesertFlowerChannel had their submission removed for insufficient lambda. +[2020-07-17 16:56:23,823] /u/DesertFlowerChannel had their flair updated +[2020-07-17 16:56:39,775] There has been a new submission: 'Not Notified When Someone Comments Or Subscribes', with flair 'Discussion' +[2020-07-17 16:56:41,132] /u/NoorsNotes had their flair updated +[2020-07-17 16:56:57,372] There has been a new submission: 'Tik Tok That Made Me Go Crazy and Thick', with flair 'Gaming' +[2020-07-17 16:56:58,604] /u/atomicspicy had their submission removed for insufficient lambda. +[2020-07-17 16:56:59,834] /u/atomicspicy had their flair updated +[2020-07-17 16:57:18,386] There has been a new submission: 'Hope you find it cool if so a like would be appreciated', with flair 'Gaming' +[2020-07-17 16:57:20,026] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-17 16:57:21,129] /u/Theirishlizard had their flair updated +[2020-07-17 16:57:37,897] There has been a new submission: 'Hi! so I recently went on vacation and made a little montage of it, I appreciate all feedback. If you want you can give feedback on my whole channel(i don't plan to stick to a specific genre) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-17 16:57:39,045] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 16:57:39,046] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 16:57:40,277] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pKNFfnKJN4o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:57:40,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7mvKApqt7vjCpe2awPFsxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 16:57:42,814] /u/MatiKing_11 had their flair updated +[2020-07-17 17:02:13,090] There has been a new submission: 'A Musical Me And My Buddies Made', with flair 'Art' +[2020-07-17 17:02:14,690] /u/MaisieMoop had their submission removed for insufficient lambda. +[2020-07-17 17:02:16,866] /u/MaisieMoop had their flair updated +[2020-07-17 17:03:22,948] There has been a new submission: 'I need your Help!', with flair 'Discussion' +[2020-07-17 17:03:25,121] /u/ClipsForAll had their flair updated +[2020-07-17 17:04:21,486] There has been a new submission: 'please let me know if you think there is anything I can improve on:)', with flair 'Video Critique' +[2020-07-17 17:04:23,044] /u/muffinboi220 had their submission removed for insufficient lambda. +[2020-07-17 17:04:24,807] /u/muffinboi220 had their flair updated +[2020-07-17 17:05:18,930] There has been a new submission: 'Silent Hill || I'd love some feedback from you guys on the most recent one! Hit me with anything ya got! (Only giving lambda for actual feedback, not just "video good"!)', with flair 'Video Critique' +[2020-07-17 17:05:19,873] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 17:05:19,875] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 17:05:20,818] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2DVUq8k47Rs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:05:21,349] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:05:24,296] /u/TheLuiginator had their flair updated +[2020-07-17 17:05:41,537] There has been a new submission: 'please let me know if you think there is anything I can improve on:)', with flair 'Video Critique' +[2020-07-17 17:05:43,418] /u/muffinboi220 had their submission removed for insufficient lambda. +[2020-07-17 17:05:45,017] /u/muffinboi220 had their flair updated +[2020-07-17 17:06:47,546] There has been a new submission: 'If anyone has tried dropshipping or has planned to, make sure you watch this video first. If you're already aware of this method, that's great, lets help everyone new who needs help! Hope you all enjoy!', with flair 'Video Critique' +[2020-07-17 17:06:48,655] /u/Victorcatrina had their submission removed for insufficient lambda. +[2020-07-17 17:06:50,007] /u/Victorcatrina had their flair updated +[2020-07-17 17:07:07,923] There has been a new submission: 'I'm running camera for this guy who is new to YouTube but not comedy. Check it out!', with flair 'Channel Review' +[2020-07-17 17:07:08,910] /u/djohn169 had their submission removed for insufficient lambda. +[2020-07-17 17:07:10,134] /u/djohn169 had their flair updated +[2020-07-17 17:12:24,771] There has been a new submission: 'I made a new video and I wanna know what I can improve on', with flair 'Video Critique' +[2020-07-17 17:12:26,330] /u/TheDiamondShade had their submission removed for insufficient lambda. +[2020-07-17 17:12:29,156] /u/TheDiamondShade had their flair updated +[2020-07-17 17:13:19,595] '/u/TheLuiginator' has given '/u/muffinboi220' lambda! +[2020-07-17 17:13:21,966] /u/muffinboi220 had their flair updated +[2020-07-17 17:14:45,617] There has been a new submission: 'Ghosts of Tsushima: Initial Impressions.....meh', with flair 'Video Critique' +[2020-07-17 17:14:47,139] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 17:14:47,140] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 17:14:48,612] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hqibvlJy9AQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:14:49,150] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAIw5evjXfdif3vgIO_SUCA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:14:51,729] /u/jimb0z_ had their flair updated +[2020-07-17 17:18:43,591] There has been a new submission: 'Ferrari 250 California 1957 - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-17 17:18:44,452] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-17 17:18:45,233] /u/YSforce had their flair updated +[2020-07-17 17:19:32,113] '/u/MatiKing_11' has given '/u/MrCarsone' lambda! +[2020-07-17 17:19:33,998] /u/MrCarsone had their flair updated +[2020-07-17 17:19:51,517] There has been a new submission: 'Help me get to 20 subs 2nd ever video on the channel lambda for feedback', with flair 'Gaming' +[2020-07-17 17:19:52,627] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 17:19:52,665] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 17:19:53,650] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6B7Um0_UlgM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:19:54,060] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:19:55,369] /u/MrMoo-Youtube had their flair updated +[2020-07-17 17:20:58,390] '/u/TheLuiginator' has given '/u/MrCarsone' lambda! +[2020-07-17 17:21:01,054] /u/MrCarsone had their flair updated +[2020-07-17 17:23:43,768] /u/JessieH_24 had their flair updated +[2020-07-17 17:24:47,422] There has been a new submission: 'Video full of suspense !', with flair 'Gaming' +[2020-07-17 17:24:48,941] /u/FLORINStation had their submission removed for insufficient lambda. +[2020-07-17 17:24:50,626] /u/FLORINStation had their flair updated +[2020-07-17 17:25:24,896] '/u/MatiKing_11' has given '/u/muffinboi220' lambda! +[2020-07-17 17:25:26,822] /u/muffinboi220 had their flair updated +[2020-07-17 17:25:54,958] There has been a new submission: 'Thank you so much for 293 subscribers. This truly means a lot. More vlog videos when I touch 300 subscribers. Much Love 🙏❤', with flair 'Channel Review' +[2020-07-17 17:25:56,107] /u/Unity19rtoall had their submission removed for insufficient lambda. +[2020-07-17 17:25:57,503] /u/Unity19rtoall had their flair updated +[2020-07-17 17:26:35,386] There has been a new submission: 'Top Ten Adult Cartoons(accidentally posted as text oops)', with flair 'Video Critique' +[2020-07-17 17:26:36,532] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 17:26:36,574] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 17:26:37,433] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VR60U7MixZs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:26:37,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:26:40,462] /u/MrCarsone had their flair updated +[2020-07-17 17:33:48,219] '/u/Cupidnyaa' has given '/u/Al-Wabel' lambda! +[2020-07-17 17:33:50,795] /u/Al-Wabel had their flair updated +[2020-07-17 17:38:08,895] '/u/MrCarsone' has given '/u/muffinboi220' lambda! +[2020-07-17 17:38:09,961] /u/muffinboi220 had their flair updated +[2020-07-17 17:38:36,292] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 1 - Prologue', with flair 'Gaming' +[2020-07-17 17:38:37,368] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-17 17:38:38,230] /u/CecliusPlaysHD had their flair updated +[2020-07-17 17:39:00,636] There has been a new submission: 'My cod video can I please get feedback', with flair 'Gaming' +[2020-07-17 17:39:01,662] /u/Trap_Santa1 had their submission removed for insufficient lambda. +[2020-07-17 17:39:02,437] /u/Trap_Santa1 had their flair updated +[2020-07-17 17:39:21,271] '/u/Rafi_Rabbit' has given '/u/TheDiamondShade' lambda! +[2020-07-17 17:39:23,027] /u/TheDiamondShade had their flair updated +[2020-07-17 17:41:30,428] /u/Rubenazo1999 had their flair updated +[2020-07-17 17:42:06,745] There has been a new submission: 'please let me know if you think there is anything I can improve on:)', with flair 'Video Critique' +[2020-07-17 17:42:07,930] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 17:42:07,932] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 17:42:08,917] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lAi3vkC35AE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:42:09,289] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6S-WRxhk51eWb-Je-z2Dsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 17:42:12,277] /u/muffinboi220 had their flair updated +[2020-07-17 17:42:48,590] '/u/BrassBallsComedy' has given '/u/Cephas11' lambda! +[2020-07-17 17:42:51,381] /u/Cephas11 had their flair updated +[2020-07-17 17:44:30,274] /u/BagelBummm had their flair updated +[2020-07-17 17:44:55,265] There has been a new submission: 'Northeast Drift Co - July wrap up - 240sx SMACKS a wall, 1JZ Cressida RIPS, BMW makes a clean save', with flair 'Video Critique' +[2020-07-17 17:44:56,736] /u/DevonGagnon had their submission removed for insufficient lambda. +[2020-07-17 17:44:58,328] /u/DevonGagnon had their flair updated +[2020-07-17 17:45:34,639] '/u/Rubenazo1999' has given '/u/iFaisalKarim' lambda! +[2020-07-17 17:45:37,142] /u/iFaisalKarim had their flair updated +[2020-07-17 17:47:00,435] '/u/BagelBummm' has given '/u/InvictusTQ' lambda! +[2020-07-17 17:47:02,115] /u/InvictusTQ had their flair updated +[2020-07-17 17:48:01,104] '/u/BagelBummm' has given '/u/iFaisalKarim' lambda! +[2020-07-17 17:48:02,864] /u/iFaisalKarim had their flair updated +[2020-07-17 17:49:47,549] '/u/Capture_Reviews' has given '/u/Cupidnyaa' lambda! +[2020-07-17 17:49:48,943] /u/Cupidnyaa had their flair updated +[2020-07-17 17:50:20,651] '/u/Sunkissed-horizon' has given '/u/Cephas11' lambda! +[2020-07-17 17:50:23,149] /u/Cephas11 had their flair updated +[2020-07-17 17:52:56,575] There has been a new submission: 'yes', with flair 'Gaming' +[2020-07-17 17:52:57,968] /u/Quantumcast had their submission removed for insufficient lambda. +[2020-07-17 17:52:59,979] /u/Quantumcast had their flair updated +[2020-07-17 17:53:18,505] /u/MafiasFinestTV had their flair updated +[2020-07-17 17:54:40,950] '/u/MafiasFinestTV' has given '/u/InvictusTQ' lambda! +[2020-07-17 17:54:42,867] /u/InvictusTQ had their flair updated +[2020-07-17 17:55:11,087] There has been a new submission: 'My first video: Playing 1 bedwars game everyday until I get good | Day 1', with flair 'Gaming' +[2020-07-17 17:55:12,230] /u/JustASpanishGuy had their submission removed for insufficient lambda. +[2020-07-17 17:55:13,756] /u/JustASpanishGuy had their flair updated +[2020-07-17 17:56:53,035] There has been a new submission: '15 Minute Beat Making Challenge Vol. 3', with flair 'Video Critique' +[2020-07-17 17:56:54,102] /u/JohnnyMillzLA had their submission removed for insufficient lambda. +[2020-07-17 17:56:55,374] /u/JohnnyMillzLA had their flair updated +[2020-07-17 17:57:15,703] '/u/MafiasFinestTV' has given '/u/iFaisalKarim' lambda! +[2020-07-17 17:57:18,209] /u/iFaisalKarim had their flair updated +[2020-07-17 17:58:19,759] +#################### +[Jul 17 2020 17:58:19] RESTARTED +#################### + +[2020-07-17 18:36:04,354] There has been a new submission: 'It's a detailed 5 day Nassau, Bahamas trip.', with flair 'Vlog' +[2020-07-17 18:36:05,538] /u/Tania_Decodes had their submission removed for insufficient lambda. +[2020-07-17 18:36:06,727] /u/Tania_Decodes had their flair updated +[2020-07-17 18:36:23,360] There has been a new submission: 'Are you a taurus or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-07-17 18:36:24,626] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-17 18:36:25,735] /u/adyx1997 had their flair updated +[2020-07-17 18:36:42,756] There has been a new submission: 'What do you think YouTube "gurus" or advice channels are missing?', with flair 'Discussion' +[2020-07-17 18:36:44,069] /u/PaddyGrind had their flair updated +[2020-07-17 18:37:01,053] There has been a new submission: 'Is it okay for a Christian to drink occasionally? My answer may surprise you [6:26]', with flair 'Video Critique' +[2020-07-17 18:37:02,568] /u/Pastor_J_Skinner had their submission removed for insufficient lambda. +[2020-07-17 18:37:04,206] /u/Pastor_J_Skinner had their flair updated +[2020-07-17 18:37:20,568] There has been a new submission: 'CRAZY Bare Knuckle KNOCKOUT Fight REACTION!', with flair 'Video Critique' +[2020-07-17 18:37:22,290] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 18:37:22,330] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 18:37:23,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LdxUbeg0rA4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 18:37:24,340] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAmY0OytMH2NtIlBfcX3Hjg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 18:37:26,474] /u/KnowledgeOfLife had their flair updated +[2020-07-17 18:37:46,697] '/u/ShikharTrivedi' has given '/u/asap-the-rapper' lambda! +[2020-07-17 18:37:48,704] /u/asap-the-rapper had their flair updated +[2020-07-17 18:38:04,754] '/u/ShikharTrivedi' has given '/u/Trap_Santa1' lambda! +[2020-07-17 18:38:06,223] /u/Trap_Santa1 had their flair updated +[2020-07-17 18:38:24,198] '/u/Rubenazo1999' has given '/u/Trap_Santa1' lambda! +[2020-07-17 18:38:26,046] /u/Trap_Santa1 had their flair updated +[2020-07-17 18:39:10,443] '/u/muffinboi220' has given '/u/JustASpanishGuy' lambda! +[2020-07-17 18:39:11,470] /u/JustASpanishGuy had their flair updated +[2020-07-17 18:39:42,378] '/u/ShikharTrivedi' has given '/u/MafiasFinestTV' lambda! +[2020-07-17 18:39:44,388] /u/MafiasFinestTV had their flair updated +[2020-07-17 18:40:41,827] '/u/BagelBummm' has given '/u/yungrebel2050' lambda! +[2020-07-17 18:40:44,905] /u/yungrebel2050 had their flair updated +[2020-07-17 18:41:19,829] '/u/MafiasFinestTV' has given '/u/HotshotRaptor' lambda! +[2020-07-17 18:41:24,824] /u/HotshotRaptor had their flair updated +[2020-07-17 18:43:47,267] '/u/DeFrapaCicco' has given '/u/mt2987' lambda! +[2020-07-17 18:43:49,646] /u/mt2987 had their flair updated +[2020-07-17 18:44:36,466] '/u/MatiKing_11' has given '/u/ARealHumanBean7' lambda! +[2020-07-17 18:44:38,839] /u/ARealHumanBean7 had their flair updated +[2020-07-17 18:44:56,797] '/u/ImBntyHntrBish' has given '/u/HotshotRaptor' lambda! +[2020-07-17 18:44:59,326] /u/HotshotRaptor had their flair updated +[2020-07-17 18:45:45,070] '/u/jimb0z_' has given '/u/Foggy_Creations' lambda! +[2020-07-17 18:45:47,690] /u/Foggy_Creations had their flair updated +[2020-07-17 18:45:48,756] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-17 18:47:17,488] '/u/TheLuiginator' has given '/u/ARealHumanBean7' lambda! +[2020-07-17 18:47:19,740] /u/ARealHumanBean7 had their flair updated +[2020-07-17 18:47:35,881] There has been a new submission: 'I went off!', with flair 'Video Critique' +[2020-07-17 18:47:36,781] /u/thefrostyproject had their submission removed for insufficient lambda. +[2020-07-17 18:47:37,728] /u/thefrostyproject had their flair updated +[2020-07-17 18:47:53,557] There has been a new submission: 'The Hidden Food Agenda | Uncovered Research & the Truth About Saturated Fat & Vegetable Oil', with flair 'Video Critique' +[2020-07-17 18:47:55,184] /u/AnalyzeAndOptimize had their submission removed for insufficient lambda. +[2020-07-17 18:47:56,638] /u/AnalyzeAndOptimize had their flair updated +[2020-07-17 18:48:13,109] There has been a new submission: 'ghost of tsushima', with flair 'Gaming' +[2020-07-17 18:48:13,928] /u/Stonecyphergaming had their submission removed for insufficient lambda. +[2020-07-17 18:48:14,707] /u/Stonecyphergaming had their flair updated +[2020-07-17 18:48:30,837] There has been a new submission: 'Next Level Freestyle Beat 🔥', with flair 'Video Critique' +[2020-07-17 18:48:31,859] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-17 18:48:32,719] /u/yayarar had their flair updated +[2020-07-17 18:48:48,381] There has been a new submission: 'I've been streaming and creating videos for a year now on youtube and I have now hit 55 subs. I have 30,000 watch minutes and was thinking of using another platform like facebook gaming to increase my subs and views on youtube. And advice would help. I do a lot with space games.', with flair 'Gaming' +[2020-07-17 18:48:49,408] /u/superdust388 had their submission removed for insufficient lambda. +[2020-07-17 18:48:50,310] /u/superdust388 had their flair updated +[2020-07-17 18:49:06,412] There has been a new submission: 'I'm a travel YT creator from Bangladesh. Put up some videos over past 2 years but really struggled with getting views. Switched to English content recently to get more viewers. Would like your feedback to improve', with flair 'Vlog' +[2020-07-17 18:49:07,189] /u/ahnafzabee had their submission removed for insufficient lambda. +[2020-07-17 18:49:07,766] /u/ahnafzabee had their flair updated +[2020-07-17 18:49:23,827] There has been a new submission: 'Top 15 Things People Do Differently Across The World', with flair 'Video Critique' +[2020-07-17 18:49:24,481] /u/brainstormvidz had their submission removed for insufficient lambda. +[2020-07-17 18:49:25,138] /u/brainstormvidz had their flair updated +[2020-07-17 18:50:18,869] /u/Foggy_Creations had their flair updated +[2020-07-17 18:53:30,893] /u/HotshotRaptor had their flair updated +[2020-07-17 18:55:12,873] '/u/ShikharTrivedi' has given '/u/TheLuiginator' lambda! +[2020-07-17 18:55:14,641] /u/TheLuiginator had their flair updated +[2020-07-17 18:55:55,426] '/u/ShikharTrivedi' has given '/u/ARealHumanBean7' lambda! +[2020-07-17 18:55:57,601] /u/ARealHumanBean7 had their flair updated +[2020-07-17 18:59:02,638] There has been a new submission: 'My channel is extremely small i like to post gaming videos would love to get some feedback on my newest video.', with flair 'Gaming' +[2020-07-17 18:59:03,663] /u/ConfusedBreadMan had their submission removed for insufficient lambda. +[2020-07-17 18:59:04,276] /u/ConfusedBreadMan had their flair updated +[2020-07-17 18:59:20,253] There has been a new submission: 'I'm quite proud of this trailer but I'd love critiques! only 40 seconds! it's worth your time!', with flair 'Video Critique' +[2020-07-17 18:59:21,113] /u/ol127001 had their submission removed for insufficient lambda. +[2020-07-17 18:59:21,650] /u/ol127001 had their flair updated +[2020-07-17 18:59:37,886] There has been a new submission: 'The most inspirational video on YouTube', with flair 'Video Critique' +[2020-07-17 18:59:38,705] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 18:59:38,707] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 18:59:39,935] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=92aNcIKfN7M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 18:59:40,505] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTexSFWB2dXnRP7RPLHs4GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 18:59:42,353] /u/HotshotRaptor had their flair updated +[2020-07-17 18:59:58,597] There has been a new submission: 'Make your own customized ice bowl!', with flair 'Art' +[2020-07-17 18:59:59,421] /u/questforfresh had their submission removed for insufficient lambda. +[2020-07-17 18:59:59,955] /u/questforfresh had their flair updated +[2020-07-17 19:01:33,140] There has been a new submission: 'I spend 2 weeks on a machinima of 10 minutes. I would like some feedback.', with flair 'Video Critique' +[2020-07-17 19:01:34,617] /u/housecatyeh had their submission removed for insufficient lambda. +[2020-07-17 19:01:36,783] /u/housecatyeh had their flair updated +[2020-07-17 19:05:01,305] There has been a new submission: 'Posted my first EVER youtube video! Appreciate all feedback', with flair 'Video Critique' +[2020-07-17 19:05:02,654] /u/PrestigeBTS had their submission removed for insufficient lambda. +[2020-07-17 19:05:04,372] /u/PrestigeBTS had their flair updated +[2020-07-17 19:05:28,871] There has been a new submission: 'I made my first montage in modern warfare, put down a comment on how I did and subscribe if you liked the video', with flair 'None' +[2020-07-17 19:05:30,303] /u/Ninjahawk3 had their submission removed for insufficient lambda. +[2020-07-17 19:05:31,826] /u/Ninjahawk3 had their flair updated +[2020-07-17 19:07:19,092] There has been a new submission: 'This kid resurrected the 3AM scene by exploiting Reckful's death.', with flair 'Video Critique' +[2020-07-17 19:07:20,074] /u/Ramenized had their submission removed for insufficient lambda. +[2020-07-17 19:07:21,182] /u/Ramenized had their flair updated +[2020-07-17 19:09:44,648] There has been a new submission: 'Fought the ender dragon today! Check out my latest video to see how it went!', with flair 'Gaming' +[2020-07-17 19:09:45,595] /u/large_waffle69 had their submission removed for insufficient lambda. +[2020-07-17 19:09:46,248] /u/large_waffle69 had their flair updated +[2020-07-17 19:10:51,738] There has been a new submission: 'Started an art channel, wondering about suggestions for video style, feelings about quality, audio volumes, thumbnail, etc. Let me know your thoughts and I'm happy to critique your own work in return!', with flair 'Video Critique' +[2020-07-17 19:10:53,749] /u/twinarmeduka had their submission removed for insufficient lambda. +[2020-07-17 19:10:56,540] /u/twinarmeduka had their flair updated +[2020-07-17 19:16:57,659] '/u/Capture_Reviews' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:16:59,794] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:17:45,530] '/u/Rafi_Rabbit' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:17:48,071] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:18:05,144] '/u/MatiKing_11' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:18:07,395] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:18:24,382] There has been a new submission: 'I play Skywars and SUCK', with flair 'Gaming' +[2020-07-17 19:18:25,202] /u/PIKMINPROBRO20XX had their submission removed for insufficient lambda. +[2020-07-17 19:18:25,983] /u/PIKMINPROBRO20XX had their flair updated +[2020-07-17 19:20:52,868] '/u/muffinboi220' has given '/u/_Calebb_' lambda! +[2020-07-17 19:20:55,657] /u/_Calebb_ had their flair updated +[2020-07-17 19:21:14,928] There has been a new submission: 'Is my SEO really THAT bad or has YT blackballed my channel?', with flair 'Discussion' +[2020-07-17 19:21:18,217] /u/skunker had their flair updated +[2020-07-17 19:21:56,794] /u/RaidinDawgZ had their flair updated +[2020-07-17 19:22:30,324] '/u/muffinboi220' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:22:33,106] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:23:29,808] There has been a new submission: 'Looking for some feedback on my cinematic roleplay gameplay', with flair 'Video Critique' +[2020-07-17 19:23:30,546] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 19:23:30,549] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 19:23:31,718] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IlOkVK_qd18&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 19:23:32,005] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2aFKZCzaSVGj-SbZ_QpsYQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 19:23:34,551] /u/RockerGamez had their flair updated +[2020-07-17 19:26:24,834] There has been a new submission: 'Lagging in real life be like... | GIVING LAMBDA TO MOST HELPFUL ADVICE', with flair 'Video Critique' +[2020-07-17 19:26:25,776] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 19:26:25,855] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 19:26:27,043] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vMaLfrLH-rs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 19:26:27,533] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyavgNy7Dw-B_TU2FlrPqlg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 19:26:30,153] /u/acexsd1 had their flair updated +[2020-07-17 19:29:31,308] '/u/Hazz-_-' has given '/u/ImHexYT' lambda! +[2020-07-17 19:29:33,273] /u/ImHexYT had their flair updated +[2020-07-17 19:30:09,485] There has been a new submission: 'JesterGamingUK - MY GAMING YOUTUBE CHANNEL! (Feedback appreciated ☺️😂)', with flair 'Gaming' +[2020-07-17 19:30:11,369] /u/JesterGamingUK had their submission removed for insufficient lambda. +[2020-07-17 19:30:13,828] /u/JesterGamingUK had their flair updated +[2020-07-17 19:30:37,073] '/u/HotshotRaptor' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:30:39,692] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:30:59,798] '/u/HotshotRaptor' has given '/u/_Calebb_' lambda! +[2020-07-17 19:31:02,494] /u/_Calebb_ had their flair updated +[2020-07-17 19:40:42,223] '/u/Rubenazo1999' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:40:44,478] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:41:04,951] '/u/want-nothing' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:41:07,855] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:43:17,570] There has been a new submission: 'I thought I try to upload something here for once so here you go:)', with flair 'Gaming' +[2020-07-17 19:43:19,000] /u/Ignasaha had their submission removed for insufficient lambda. +[2020-07-17 19:43:20,921] /u/Ignasaha had their flair updated +[2020-07-17 19:45:37,347] There has been a new submission: 'My really good friend just posted a video he spent a lot time editing and would really appreciate if people watched and gave their thoughts about it', with flair 'Video Critique' +[2020-07-17 19:45:38,534] /u/Ej-is-the-best had their submission removed for insufficient lambda. +[2020-07-17 19:45:40,666] /u/Ej-is-the-best had their flair updated +[2020-07-17 19:46:20,681] There has been a new submission: 'All confirmed games coming out in August!', with flair 'Gaming' +[2020-07-17 19:46:21,829] /u/Shimmitar had their submission removed for insufficient lambda. +[2020-07-17 19:46:23,182] /u/Shimmitar had their flair updated +[2020-07-17 19:48:17,882] '/u/BrassBallsComedy' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 19:48:20,129] /u/MrMoo-Youtube had their flair updated +[2020-07-17 19:53:54,246] '/u/HotshotRaptor' has given '/u/PrestigeBTS' lambda! +[2020-07-17 19:53:56,298] /u/PrestigeBTS had their flair updated +[2020-07-17 19:58:17,893] +#################### +[Jul 17 2020 19:58:17] RESTARTED +#################### + +[2020-07-17 20:29:33,195] There has been a new submission: 'A recent video I made my first video on this channel please tell on where I can improve :)', with flair 'Gaming' +[2020-07-17 20:29:35,286] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 20:29:35,325] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 20:29:36,468] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d7C9tf81VLw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 20:29:36,962] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7iuPUieBmshtSiDUImbB1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 20:29:38,638] /u/_Calebb_ had their flair updated +[2020-07-17 20:30:38,419] '/u/KeepItHazy' has given '/u/MrMoo-Youtube' lambda! +[2020-07-17 20:30:41,450] /u/MrMoo-Youtube had their flair updated +[2020-07-17 20:32:10,126] '/u/_Calebb_' has given '/u/twinarmeduka' lambda! +[2020-07-17 20:32:12,953] /u/twinarmeduka had their flair updated +[2020-07-17 20:33:11,881] /u/MrMoo-Youtube had their flair updated +[2020-07-17 20:34:22,623] There has been a new submission: 'Today's top 10 video is posted!', with flair 'Gaming' +[2020-07-17 20:34:23,934] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-07-17 20:34:25,531] /u/cuthbertfontain had their flair updated +[2020-07-17 20:34:43,191] There has been a new submission: 'Talent Heaven - All This Talent In One Place', with flair 'Gaming' +[2020-07-17 20:34:44,461] /u/ChickenPaul had their submission removed for insufficient lambda. +[2020-07-17 20:34:46,675] /u/ChickenPaul had their flair updated +[2020-07-17 20:35:04,368] There has been a new submission: 'I've just uploaded my newest video in Dead by Daylight and I'm always looking for ways to improve! Alternatively, did you just like the video? As always, giving lambda!', with flair 'Video Critique' +[2020-07-17 20:35:05,309] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 20:35:05,310] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 20:35:06,331] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ItNos74avJM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 20:35:06,700] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbAhGzRvD90HyoETbKdxHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 20:35:09,283] /u/Jgolde8 had their flair updated +[2020-07-17 20:37:18,129] There has been a new submission: 'Hello! 😄 I started YouTube in May and I just uploaded a new video! Please check it out if you get a chance and let me know in the comments what you think or subscribe for future videos 💗', with flair 'Vlog' +[2020-07-17 20:37:19,114] /u/emilyyenlee had their submission removed for insufficient lambda. +[2020-07-17 20:37:20,142] /u/emilyyenlee had their flair updated +[2020-07-17 20:37:36,035] There has been a new submission: 'Tell me what you think', with flair 'Video Critique' +[2020-07-17 20:37:37,184] /u/wannaEA had their submission removed for insufficient lambda. +[2020-07-17 20:37:38,120] /u/wannaEA had their flair updated +[2020-07-17 20:37:56,736] '/u/RockerGamez' has given '/u/PrestigeBTS' lambda! +[2020-07-17 20:37:58,787] /u/PrestigeBTS had their flair updated +[2020-07-17 20:38:16,058] '/u/RockerGamez' has given '/u/_Calebb_' lambda! +[2020-07-17 20:38:18,019] /u/_Calebb_ had their flair updated +[2020-07-17 20:39:14,386] '/u/acexsd1' has given '/u/PrestigeBTS' lambda! +[2020-07-17 20:39:15,855] /u/PrestigeBTS had their flair updated +[2020-07-17 20:39:38,075] '/u/acexsd1' has given '/u/JustASpanishGuy' lambda! +[2020-07-17 20:39:39,876] /u/JustASpanishGuy had their flair updated +[2020-07-17 20:40:09,374] There has been a new submission: 'Stuck inside for months due to the pandemic, I decided to try making a 2.5D animation for my YouTube channel. After three months of drawing and animating, it’s finally done!', with flair 'Art' +[2020-07-17 20:40:11,219] /u/ladidavideos had their submission removed for insufficient lambda. +[2020-07-17 20:40:13,535] /u/ladidavideos had their flair updated +[2020-07-17 20:43:50,912] There has been a new submission: 'Navitus Parfums Intimus Review', with flair 'None' +[2020-07-17 20:43:52,755] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-07-17 20:43:54,598] /u/Derbyboyuk had their flair updated +[2020-07-17 20:44:33,579] '/u/Rubenazo1999' has given '/u/Ej-is-the-best' lambda! +[2020-07-17 20:44:37,300] /u/Ej-is-the-best had their flair updated +[2020-07-17 20:49:56,276] '/u/acexsd1' has given '/u/CaptainGusMohawk' lambda! +[2020-07-17 20:49:58,245] /u/CaptainGusMohawk had their flair updated +[2020-07-17 20:53:16,985] There has been a new submission: 'New Game Trailers of Upcoming Games 2020 -2021 |#6| PS,Xbox,PC,Switch', with flair 'Gaming' +[2020-07-17 20:53:18,666] /u/MrLovingVillan had their submission removed for insufficient lambda. +[2020-07-17 20:53:20,646] /u/MrLovingVillan had their flair updated +[2020-07-17 20:59:46,674] '/u/MatiKing_11' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-17 20:59:48,193] /u/BeatsandPiecesYT had their flair updated +[2020-07-17 21:07:39,757] There has been a new submission: 'Looking for feedback on my latest video', with flair 'Video Critique' +[2020-07-17 21:07:40,704] /u/Jimbojones124 had their submission removed for insufficient lambda. +[2020-07-17 21:07:41,858] /u/Jimbojones124 had their flair updated +[2020-07-17 21:08:22,980] '/u/MatiKing_11' has given '/u/MK_dude' lambda! +[2020-07-17 21:08:24,153] /u/MK_dude had their flair updated +[2020-07-17 21:11:35,663] There has been a new submission: 'Should I delete my old videos or keep them?', with flair 'Discussion' +[2020-07-17 21:11:38,041] /u/ExpensiveTaste8 had their flair updated +[2020-07-17 21:12:45,959] There has been a new submission: 'Galarian Glizzy Gladiator Slowbro Sweeps', with flair 'Gaming' +[2020-07-17 21:12:47,514] /u/CedricSSB had their submission removed for insufficient lambda. +[2020-07-17 21:12:49,526] /u/CedricSSB had their flair updated +[2020-07-17 21:21:01,165] There has been a new submission: '3 chilling short stories | creepypasta stories', with flair 'Channel Review' +[2020-07-17 21:21:03,489] /u/fayewill had their submission removed for insufficient lambda. +[2020-07-17 21:21:05,704] /u/fayewill had their flair updated +[2020-07-17 21:24:27,484] There has been a new submission: 'Just created this short 30-second intro for my Travel Vlogs/Travel Videos. Any thoughts/feedbacks are much appreciated:) https://youtu.be/0T8obnXb0pk', with flair 'Discussion' +[2020-07-17 21:24:29,059] /u/TypicAsian had their submission removed for using the wrong flair. +[2020-07-17 21:24:31,031] /u/TypicAsian had their flair updated +[2020-07-17 21:25:10,435] There has been a new submission: 'Just created this short 30-second intro for my Travel Vlogs/Travel Videos. Any thoughts/feedbacks are much appreciated:) https://youtu.be/0T8obnXb0pk', with flair 'Vlog' +[2020-07-17 21:25:11,900] /u/TypicAsian had their submission removed for insufficient lambda. +[2020-07-17 21:25:13,615] /u/TypicAsian had their flair updated +[2020-07-17 21:25:26,154] There has been a new submission: 'Funny anniversary rap song!', with flair 'Video Critique' +[2020-07-17 21:25:27,345] /u/scubasteve61977 had their submission removed for insufficient lambda. +[2020-07-17 21:25:28,931] /u/scubasteve61977 had their flair updated +[2020-07-17 21:33:11,765] '/u/acexsd1' has given '/u/PIXELPIGYT' lambda! +[2020-07-17 21:33:14,060] /u/PIXELPIGYT had their flair updated +[2020-07-17 21:33:57,355] There has been a new submission: 'Ciiik3 - MILLON', with flair 'Video Critique' +[2020-07-17 21:33:58,792] /u/WOLIX_INC had their submission removed for insufficient lambda. +[2020-07-17 21:34:00,721] /u/WOLIX_INC had their flair updated +[2020-07-17 21:34:18,994] '/u/acexsd1' has given '/u/DerWizYT' lambda! +[2020-07-17 21:34:21,571] /u/DerWizYT had their flair updated +[2020-07-17 21:35:49,940] There has been a new submission: 'First EVER Youtube video! "Mini Documentary"-styled video about Indie Game title "Swords n' Magic and Stuff"', with flair 'Video Critique' +[2020-07-17 21:35:50,373] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 21:35:50,374] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 21:35:50,757] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2LDrpfUsP7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 21:35:50,936] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzle7Wz2bOhZbpblFDMnhug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 21:35:53,170] /u/PrestigeBTS had their flair updated +[2020-07-17 21:36:26,107] There has been a new submission: 'Hi, wondering if you guys could give your opinion on a recent upload of mine, thanks! |Gmod sandbox experience (Rocket Testing, Wide Putin meme & NUKES)', with flair 'Video Critique' +[2020-07-17 21:36:27,300] /u/DerWizYT had their submission removed for insufficient lambda. +[2020-07-17 21:36:29,029] /u/DerWizYT had their flair updated +[2020-07-17 21:40:18,273] '/u/Capture_Reviews' has given '/u/bwueno' lambda! +[2020-07-17 21:40:20,607] /u/bwueno had their flair updated +[2020-07-17 21:40:28,003] There has been a new submission: 'MYTHICS WITH NO BRIM (edited like Ceeday/noahsnoah/fe4rless)', with flair 'Gaming' +[2020-07-17 21:40:29,703] /u/Yt_JKc had their submission removed for insufficient lambda. +[2020-07-17 21:40:31,982] /u/Yt_JKc had their flair updated +[2020-07-17 21:42:04,123] There has been a new submission: 'First its in portuguese sorry i am brazilian but i wanna you review quality', with flair 'Video Critique' +[2020-07-17 21:42:05,925] /u/SinixtroGamer123 had their submission removed for insufficient lambda. +[2020-07-17 21:42:08,095] /u/SinixtroGamer123 had their flair updated +[2020-07-17 21:46:12,501] '/u/Jgolde8' has given '/u/JustASpanishGuy' lambda! +[2020-07-17 21:46:14,427] /u/JustASpanishGuy had their flair updated +[2020-07-17 21:48:03,274] '/u/Jgolde8' has given '/u/ImBntyHntrBish' lambda! +[2020-07-17 21:48:04,993] /u/ImBntyHntrBish had their flair updated +[2020-07-17 21:48:45,748] '/u/Jgolde8' has given '/u/DerWizYT' lambda! +[2020-07-17 21:48:47,432] /u/DerWizYT had their flair updated +[2020-07-17 21:50:20,887] There has been a new submission: 'My first video. Any reviews? Giving lambda!', with flair 'Gaming' +[2020-07-17 21:50:21,613] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 21:50:21,615] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 21:50:21,712] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fvmoFgd4TWw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 21:50:21,812] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9C3ZlMuywatOZxEA5222PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 21:50:25,129] /u/JustASpanishGuy had their flair updated +[2020-07-17 21:50:58,771] There has been a new submission: 'Searching for weebs', with flair 'Channel Review' +[2020-07-17 21:51:00,316] /u/JupiczeQ had their submission removed for insufficient lambda. +[2020-07-17 21:51:02,551] /u/JupiczeQ had their flair updated +[2020-07-17 21:52:00,069] '/u/Jgolde8' has given '/u/bwueno' lambda! +[2020-07-17 21:52:02,146] /u/bwueno had their flair updated +[2020-07-17 21:58:09,604] +#################### +[Jul 17 2020 21:58:09] RESTARTED +#################### + +[2020-07-17 22:28:27,164] There has been a new submission: 'check out my second YT video; skate 3 spot battles round 2 up on YT now https://youtu.be/-N4_6L7JZ5Q', with flair 'Gaming' +[2020-07-17 22:28:28,064] /u/NoviceTomato had their submission removed for insufficient lambda. +[2020-07-17 22:28:28,887] /u/NoviceTomato had their flair updated +[2020-07-17 22:28:44,710] There has been a new submission: 'https://www.youtube.com/channel/UCHsadyCQvboO-if5GXJaylQ?view_as=subscriber', with flair 'Gaming' +[2020-07-17 22:28:45,484] /u/HamWaffleZ_Again_ had their submission removed for insufficient lambda. +[2020-07-17 22:28:46,385] /u/HamWaffleZ_Again_ had their flair updated +[2020-07-17 22:29:03,014] There has been a new submission: 'I made a new art challenge video! Let me know what you you think! I appreciate any constructive criticism! Lambda given for your time. Thanks in advance', with flair 'Video Critique' +[2020-07-17 22:29:04,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 22:29:04,732] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 22:29:05,885] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=31hQWKpyKkE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:29:06,336] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:29:08,093] /u/Djbernie805 had their flair updated +[2020-07-17 22:29:23,787] There has been a new submission: 'GHOST OF TSUSHIMA COLLECTORS EDITION UNBOXING!!', with flair 'Video Critique' +[2020-07-17 22:29:24,481] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-07-17 22:29:25,017] /u/JustDave93 had their flair updated +[2020-07-17 22:29:40,898] There has been a new submission: 'stupidst video ever', with flair 'Channel Review' +[2020-07-17 22:29:41,718] /u/BROadmonky_20 had their submission removed for insufficient lambda. +[2020-07-17 22:29:42,129] /u/BROadmonky_20 had their flair updated +[2020-07-17 22:30:15,944] '/u/PrestigeBTS' has given '/u/DerWizYT' lambda! +[2020-07-17 22:30:18,767] /u/DerWizYT had their flair updated +[2020-07-17 22:31:19,429] '/u/Jgolde8' has given '/u/TotallyTitanTV' lambda! +[2020-07-17 22:31:22,133] /u/TotallyTitanTV had their flair updated +[2020-07-17 22:32:09,564] '/u/BlackHydroYT' has given '/u/Jardayylmao' lambda! +[2020-07-17 22:32:11,896] /u/Jardayylmao had their flair updated +[2020-07-17 22:34:46,149] '/u/JustASpanishGuy' has given '/u/DerWizYT' lambda! +[2020-07-17 22:34:48,930] /u/DerWizYT had their flair updated +[2020-07-17 22:36:44,148] '/u/acexsd1' has given '/u/TotallyTitanTV' lambda! +[2020-07-17 22:36:46,326] /u/TotallyTitanTV had their flair updated +[2020-07-17 22:40:27,286] There has been a new submission: 'plz rate my video', with flair 'Gaming' +[2020-07-17 22:40:29,299] /u/BROadmonky_20 had their submission removed for insufficient lambda. +[2020-07-17 22:40:31,764] /u/BROadmonky_20 had their flair updated +[2020-07-17 22:40:50,256] There has been a new submission: 'Despicable Me: Minion Rush gameplay, iphone new update 2020, Mad Double Minion Run - #11', with flair 'Gaming' +[2020-07-17 22:40:52,062] /u/aleodor13 had their submission removed for insufficient lambda. +[2020-07-17 22:40:54,314] /u/aleodor13 had their flair updated +[2020-07-17 22:41:13,415] There has been a new submission: 'Tyranitar Rage - Pokemon Ranked Battles live. Road to master ball tier in pokemom sword and shield.', with flair 'Channel Review' +[2020-07-17 22:41:15,013] /u/nemesispk had their submission removed for insufficient lambda. +[2020-07-17 22:41:17,271] /u/nemesispk had their flair updated +[2020-07-17 22:41:36,991] There has been a new submission: 'Lookin for some Advice.', with flair 'Video Critique' +[2020-07-17 22:41:38,585] /u/therobynsnest had their submission removed for insufficient lambda. +[2020-07-17 22:41:40,755] /u/therobynsnest had their flair updated +[2020-07-17 22:41:58,854] There has been a new submission: 'I'm trying something different to what I've been doing content wise and any critical feedback is welcome. Is it too long? Is my audio ok? Am I ugly? (I'll answer that one for you, yes lol) In all seriousness, I hope everyone has a great day and enjoys!', with flair 'Video Critique' +[2020-07-17 22:42:00,065] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 22:42:00,184] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 22:42:01,372] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G5mU0jOses8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:42:01,704] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvpLanJuRO3ZeHAqoDwkd0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:42:04,731] /u/Goatsause had their flair updated +[2020-07-17 22:42:23,003] There has been a new submission: 'Problem', with flair 'Discussion' +[2020-07-17 22:42:25,293] /u/JackHand-YT had their flair updated +[2020-07-17 22:42:44,070] There has been a new submission: 'Hi, wondering if you guys could give your opinion on a recent upload of mine, thanks! |Gmod sandbox experience (Rocket Testing, Wide Putin meme & NUKES)', with flair 'Video Critique' +[2020-07-17 22:42:44,971] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 22:42:44,972] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 22:42:46,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nxprv88gMLM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:42:46,572] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXBuDsCUhJJHrFdZ36DQVow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 22:42:49,646] /u/DerWizYT had their flair updated +[2020-07-17 22:44:48,735] There has been a new submission: 'DragonBall Fighterz: The Fade Awakens', with flair 'Gaming' +[2020-07-17 22:44:50,045] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-17 22:44:51,602] /u/majin_hendrix had their flair updated +[2020-07-17 22:45:26,363] '/u/Goatsause' has given '/u/IssaMovement' lambda! +[2020-07-17 22:45:29,018] /u/IssaMovement had their flair updated +[2020-07-17 22:46:33,761] There has been a new submission: 'hi im new to lofi and like to make music please support my Chanel and hope you enjoy XD', with flair 'Art' +[2020-07-17 22:46:34,783] /u/ward-1 had their submission removed for insufficient lambda. +[2020-07-17 22:46:35,974] /u/ward-1 had their flair updated +[2020-07-17 22:58:33,549] There has been a new submission: 'ghost og Tsushima', with flair 'Gaming' +[2020-07-17 22:58:34,495] /u/ReportCrafty had their submission removed for insufficient lambda. +[2020-07-17 22:58:35,357] /u/ReportCrafty had their flair updated +[2020-07-17 23:06:35,585] There has been a new submission: 'my godroll summoner makes my head hurt', with flair 'Video Critique' +[2020-07-17 23:06:36,817] /u/DannyKiddler had their submission removed for insufficient lambda. +[2020-07-17 23:06:38,254] /u/DannyKiddler had their flair updated +[2020-07-17 23:11:34,033] '/u/Jgolde8' has given '/u/Rubenazo1999' lambda! +[2020-07-17 23:11:37,025] /u/Rubenazo1999 had their flair updated +[2020-07-17 23:15:05,723] There has been a new submission: '2 Top 1 in Apex Lengends for the first ranked night !!!', with flair 'Gaming' +[2020-07-17 23:15:07,073] /u/Mixa462gaming had their submission removed for insufficient lambda. +[2020-07-17 23:15:09,650] /u/Mixa462gaming had their flair updated +[2020-07-17 23:19:01,876] '/u/Djbernie805' has given '/u/IssaMovement' lambda! +[2020-07-17 23:19:03,388] /u/IssaMovement had their flair updated +[2020-07-17 23:19:18,667] '/u/JustASpanishGuy' has given '/u/bwueno' lambda! +[2020-07-17 23:19:20,304] /u/bwueno had their flair updated +[2020-07-17 23:25:50,831] There has been a new submission: 'Can you guy do a quick review on my channel @RoyalWes? I just wanna know if theres anything I need to change on my channel.', with flair 'Discussion' +[2020-07-17 23:25:53,245] /u/wesdoesgame had their flair updated +[2020-07-17 23:27:26,268] There has been a new submission: 'Hey, can you guys do a brief review on my channel? I was just wanna know if there is anything I should change about it! :)', with flair 'Discussion' +[2020-07-17 23:27:28,277] /u/wesdoesgame had their flair updated +[2020-07-17 23:27:41,918] There has been a new submission: 'Hologram Mobile Phone - Adobe Premiere', with flair 'Art' +[2020-07-17 23:27:42,944] /u/bitcoiner75 had their submission removed for insufficient lambda. +[2020-07-17 23:27:44,176] /u/bitcoiner75 had their flair updated +[2020-07-17 23:28:48,065] There has been a new submission: 'Can you guys do a brief review on my channel RoyalWes? I just wanna know if there is anything I should change to make it better?', with flair 'Discussion' +[2020-07-17 23:28:49,871] /u/wesdoesgame had their flair updated +[2020-07-17 23:29:05,108] '/u/JustASpanishGuy' has given '/u/IssaMovement' lambda! +[2020-07-17 23:29:06,624] /u/IssaMovement had their flair updated +[2020-07-17 23:32:15,429] There has been a new submission: 'Hey guys, just made my newest video with y'all's suggestions! I've seen a huge improvement since joining this community and I am forever grateful! Please leave any tips below you think might help my videos get longer watch time or how I might be able to get more subs! Will be giving Lambda 🤙🏼', with flair 'Video Critique' +[2020-07-17 23:32:16,352] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 23:32:16,354] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 23:32:17,174] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=m5pZOQ1OKYM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:32:17,588] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:32:20,474] /u/Chig3l had their flair updated +[2020-07-17 23:34:00,926] There has been a new submission: 'Gang Gang Recordz, a place where all gangsters unite to make sick beats (from Quebec). Rich low budget songs and covers for your ears to enjoy. This one's a typical MC Gr0s G4rs beat.', with flair 'Art' +[2020-07-17 23:34:02,279] /u/Gilgamazing had their submission removed for insufficient lambda. +[2020-07-17 23:34:04,257] /u/Gilgamazing had their flair updated +[2020-07-17 23:35:36,432] '/u/Goatsause' has given '/u/PIXELPIGYT' lambda! +[2020-07-17 23:35:37,956] /u/PIXELPIGYT had their flair updated +[2020-07-17 23:40:03,199] '/u/JustASpanishGuy' has given '/u/PIXELPIGYT' lambda! +[2020-07-17 23:40:05,489] /u/PIXELPIGYT had their flair updated +[2020-07-17 23:41:57,930] There has been a new submission: 'I just hit 92 subscribers and I’m super happy!', with flair 'Meta' +[2020-07-17 23:42:00,307] /u/the-right-dodo had their flair updated +[2020-07-17 23:42:26,061] There has been a new submission: 'Hey guys, I took your advice that you all gave on my last video and I made this video alot lot better, will give lambda for valid points!', with flair 'Video Critique' +[2020-07-17 23:42:26,841] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 23:42:26,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 23:42:27,615] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xpXXQH-EeWk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:42:27,983] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQTIqlWqWES_l-vXPToGwMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:42:30,732] /u/PIXELPIGYT had their flair updated +[2020-07-17 23:47:00,017] '/u/jimb0z_' has given '/u/PIXELPIGYT' lambda! +[2020-07-17 23:47:01,938] /u/PIXELPIGYT had their flair updated +[2020-07-17 23:47:14,831] There has been a new submission: 'Heyy trying to hit 50 subs and any feedback/tips would be greatly appreciated thanks everyone :)', with flair 'Gaming' +[2020-07-17 23:47:16,181] /u/Madmax4446 had their submission removed for insufficient lambda. +[2020-07-17 23:47:17,451] /u/Madmax4446 had their flair updated +[2020-07-17 23:49:11,773] '/u/acexsd1' has given '/u/RPG247' lambda! +[2020-07-17 23:49:13,327] /u/RPG247 had their flair updated +[2020-07-17 23:49:30,871] There has been a new submission: 'Please critique or latest video. I'm trying out some new transitions and other things. Let Mr know what you think for some lambda! - Deep Rock Galactic Lets Play: Our First Promotions (Part 1)', with flair 'Video Critique' +[2020-07-17 23:49:31,773] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 23:49:31,774] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 23:49:32,674] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mo2ciMibnNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:49:33,084] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:49:34,560] /u/HappyPantzInc had their flair updated +[2020-07-17 23:51:22,798] There has been a new submission: 'Hey guys! My new video on what you need to do BEFORE you invest is out. Take a look at it and let me know what you think!', with flair 'Video Critique' +[2020-07-17 23:51:23,538] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-17 23:51:23,539] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-17 23:51:24,357] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TwEKG5ZL_Tk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:51:24,583] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9S5eyWHsUPE_yQNJpllw8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-17 23:51:27,497] /u/RPG247 had their flair updated +[2020-07-17 23:56:56,102] There has been a new submission: 'Does anyone need their videos edited?', with flair 'Discussion' +[2020-07-17 23:56:57,788] /u/devilbager had their flair updated +[2020-07-17 23:58:11,177] +#################### +[Jul 17 2020 23:58:11] RESTARTED +#################### + +[2020-07-18 00:29:05,089] There has been a new submission: 'Best montage yet 💥 Spent Days Editing this so I really want something to come out of it. Thanks to anyone Who watches🙏🏻', with flair 'Gaming' +[2020-07-18 00:29:05,866] /u/EireBeats had their submission removed for insufficient lambda. +[2020-07-18 00:29:06,479] /u/EireBeats had their flair updated +[2020-07-18 00:29:22,402] There has been a new submission: 'Baseball Stereotypes', with flair 'Vlog' +[2020-07-18 00:29:23,058] /u/hurricane_henry12345 had their submission removed for insufficient lambda. +[2020-07-18 00:29:23,838] /u/hurricane_henry12345 had their flair updated +[2020-07-18 00:29:40,374] There has been a new submission: 'Sensory horror I made for a visually impaired follower', with flair 'Channel Review' +[2020-07-18 00:29:40,986] /u/MGNproject had their submission removed for insufficient lambda. +[2020-07-18 00:29:41,806] /u/MGNproject had their flair updated +[2020-07-18 00:30:41,552] '/u/JustASpanishGuy' has given '/u/talsean' lambda! +[2020-07-18 00:30:44,497] /u/talsean had their flair updated +[2020-07-18 00:31:17,937] '/u/bens119' has given '/u/actionfigurestory' lambda! +[2020-07-18 00:31:20,603] /u/actionfigurestory had their flair updated +[2020-07-18 00:31:40,853] '/u/acexsd1' has given '/u/Gilgamazing' lambda! +[2020-07-18 00:31:43,559] /u/Gilgamazing had their flair updated +[2020-07-18 00:32:17,001] '/u/BagelBummm' has given '/u/rondislap' lambda! +[2020-07-18 00:32:19,703] /u/rondislap had their flair updated +[2020-07-18 00:32:38,959] '/u/Cyber_Dolphin_' has given '/u/Mosh_not_Posh' lambda! +[2020-07-18 00:32:41,464] /u/Mosh_not_Posh had their flair updated +[2020-07-18 00:33:15,026] '/u/Cyber_Dolphin_' has given '/u/mt2987' lambda! +[2020-07-18 00:33:17,569] /u/mt2987 had their flair updated +[2020-07-18 00:33:37,771] '/u/Cyber_Dolphin_' has given '/u/Imagine-Freedom' lambda! +[2020-07-18 00:33:40,225] /u/Imagine-Freedom had their flair updated +[2020-07-18 00:34:26,464] '/u/PIXELPIGYT' has given '/u/wesdoesgame' lambda! +[2020-07-18 00:34:28,959] /u/wesdoesgame had their flair updated +[2020-07-18 00:38:31,758] There has been a new submission: 'So after streaming Fortnite for the past 2 years I've just switched to Apex Legends and I'm really enjoying it! I was just wondering if I could get any tips or advice about streaming Apex Legends and what I can do to make my stream better. TIA!', with flair 'Gaming' +[2020-07-18 00:38:33,029] /u/beyaj had their submission removed for insufficient lambda. +[2020-07-18 00:38:33,809] /u/beyaj had their flair updated +[2020-07-18 00:38:49,858] There has been a new submission: 'r/GetMotivated Collection. Extreme Motivation For Anyone. MUST WATCH! Please provide feedback & please consider subscribing.', with flair 'Video Critique' +[2020-07-18 00:38:51,823] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 00:38:51,826] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 00:38:53,336] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EQPLpjYvjoU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 00:38:53,787] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-wU25SN97o9cOXbDPuy0RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 00:38:55,428] /u/iFaisalKarim had their flair updated +[2020-07-18 00:39:08,944] There has been a new submission: 'I'm a small youtube who does trick shots stereotypes and much more here is one of my videos. If you enjoy it please consider subscribing thank!', with flair 'Vlog' +[2020-07-18 00:39:09,682] /u/hurricane_henry12345 had their submission removed for insufficient lambda. +[2020-07-18 00:39:10,296] /u/hurricane_henry12345 had their flair updated +[2020-07-18 00:41:46,387] There has been a new submission: '0 Subscribers, check out my Memes YT channel :)', with flair 'Channel Review' +[2020-07-18 00:41:47,948] /u/HamzaMh had their submission removed for insufficient lambda. +[2020-07-18 00:41:50,198] /u/HamzaMh had their flair updated +[2020-07-18 01:01:40,484] There has been a new submission: 'Abstract art exercise using DIY view finder!', with flair 'Art' +[2020-07-18 01:01:42,161] /u/trovebespokearts had their submission removed for insufficient lambda. +[2020-07-18 01:01:44,298] /u/trovebespokearts had their flair updated +[2020-07-18 01:03:33,741] There has been a new submission: 'How is my channel trailer? Should I remake it?', with flair 'Video Critique' +[2020-07-18 01:03:35,091] /u/ZookarootOnReddit had their submission removed for insufficient lambda. +[2020-07-18 01:03:37,058] /u/ZookarootOnReddit had their flair updated +[2020-07-18 01:04:04,438] '/u/Jgolde8' has given '/u/wesdoesgame' lambda! +[2020-07-18 01:04:06,514] /u/wesdoesgame had their flair updated +[2020-07-18 01:05:19,971] '/u/Jgolde8' has given '/u/tjmstv' lambda! +[2020-07-18 01:05:21,503] /u/tjmstv had their flair updated +[2020-07-18 01:15:49,989] There has been a new submission: 'Made a human fall flat video. Can you guys give this video a review?', with flair 'Video Critique' +[2020-07-18 01:15:50,917] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 01:15:50,918] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 01:15:51,326] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OHS3jk47z_8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:15:51,490] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTUxo3aN-FfS1m6nu8_SzDA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:15:54,056] /u/wesdoesgame had their flair updated +[2020-07-18 01:18:29,839] There has been a new submission: 'Welcome To My Channel | Mr Moo Channel Trailer lambda for all', with flair 'Channel Review' +[2020-07-18 01:18:30,825] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 01:18:30,906] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 01:18:32,091] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eFtef1-TzLM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:18:32,419] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:18:34,260] /u/MrMoo-Youtube had their flair updated +[2020-07-18 01:24:51,619] /u/HappyPantzInc had their flair updated +[2020-07-18 01:27:28,843] '/u/HappyPantzInc' has given '/u/Gok_Music' lambda! +[2020-07-18 01:27:30,219] /u/Gok_Music had their flair updated +[2020-07-18 01:28:08,327] '/u/MatiKing_11' has given '/u/Gilgamazing' lambda! +[2020-07-18 01:28:09,479] /u/Gilgamazing had their flair updated +[2020-07-18 01:29:51,667] There has been a new submission: 'Made a channel trailer a while back and would appreciate any feedback!', with flair 'Video Critique' +[2020-07-18 01:29:52,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 01:29:52,104] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 01:29:52,407] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7ALtTMY8tTM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:29:52,647] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdVwT3cqZdeqmVS6qvRgR8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 01:29:53,880] /u/Monopoloctomeese had their flair updated +[2020-07-18 01:34:30,903] There has been a new submission: 'Does Video Games Cause Violence', with flair 'Gaming' +[2020-07-18 01:34:32,511] /u/Sea-Giraffe3474 had their submission removed for insufficient lambda. +[2020-07-18 01:34:34,583] /u/Sea-Giraffe3474 had their flair updated +[2020-07-18 01:34:42,858] '/u/MrMoo-Youtube' has given '/u/JessieH_24' lambda! +[2020-07-18 01:34:44,684] /u/JessieH_24 had their flair updated +[2020-07-18 01:44:57,877] /u/MrMoo-Youtube had their flair updated +[2020-07-18 01:45:12,551] '/u/MrMoo-Youtube' has given '/u/bwueno' lambda! +[2020-07-18 01:45:14,283] /u/bwueno had their flair updated +[2020-07-18 01:46:03,591] '/u/Jgolde8' has given '/u/JessieH_24' lambda! +[2020-07-18 01:46:05,160] /u/JessieH_24 had their flair updated +[2020-07-18 01:49:07,134] There has been a new submission: 'I make trollish comedy. Trying to figure out how to build an audience', with flair 'Video Critique' +[2020-07-18 01:49:07,935] /u/AmeboidSnort69 had their submission removed for insufficient lambda. +[2020-07-18 01:49:08,747] /u/AmeboidSnort69 had their flair updated +[2020-07-18 01:52:01,161] There has been a new submission: 'Looking for some new members in our Season 2 of Mincraft Smp, here's a trailer and a bit more info in the video description', with flair 'Gaming' +[2020-07-18 01:52:03,180] /u/sScObracomedy699620 had their submission removed for insufficient lambda. +[2020-07-18 01:52:05,322] /u/sScObracomedy699620 had their flair updated +[2020-07-18 01:57:50,615] +#################### +[Jul 18 2020 01:57:50] RESTARTED +#################### + +[2020-07-18 02:08:43,776] There has been a new submission: 'My attempt at YouTube with a journey out of social media post and the benefits I found', with flair 'Vlog' +[2020-07-18 02:08:44,715] /u/RedPillGuide had their submission removed for insufficient lambda. +[2020-07-18 02:08:45,293] /u/RedPillGuide had their flair updated +[2020-07-18 02:08:53,397] There has been a new submission: 'The Elder Scrolls VI - Everything We Know, In 5 minutes Or Less', with flair 'Video Critique' +[2020-07-18 02:08:54,901] /u/ObsidianIguana had their submission removed for insufficient lambda. +[2020-07-18 02:08:55,884] /u/ObsidianIguana had their flair updated +[2020-07-18 02:09:06,803] There has been a new submission: 'Hey I’m currently to the reddit stuff so imI'm just on here tryin to make some new friends, Im also looking for some advice and help as I grown my youtube channel i am currently at a little over 300. So im just trying to get a little help form you guys 🙂', with flair 'Meta' +[2020-07-18 02:09:07,705] /u/Thegym12 had their flair updated +[2020-07-18 02:09:29,663] '/u/MrMoo-Youtube' has given '/u/Jai_____' lambda! +[2020-07-18 02:09:31,055] /u/Jai_____ had their flair updated +[2020-07-18 02:12:48,422] There has been a new submission: 'I make 60 Second satirical reviews of Games & other Media in nerd culture. And would love your feedback :)', with flair 'Video Critique' +[2020-07-18 02:12:49,900] /u/DeadWeight4U had their submission removed for insufficient lambda. +[2020-07-18 02:12:51,996] /u/DeadWeight4U had their flair updated +[2020-07-18 02:14:22,955] There has been a new submission: 'Cauliflower Fritters Recipe Video :)', with flair 'Channel Review' +[2020-07-18 02:14:24,514] /u/seefoxgofox had their submission removed for insufficient lambda. +[2020-07-18 02:14:26,362] /u/seefoxgofox had their flair updated +[2020-07-18 02:15:09,592] There has been a new submission: 'Come hangout in the livingroom with Elle Sherbalicious for some pre game reviews as I look for free games aswell so come say hey...😀', with flair 'Gaming' +[2020-07-18 02:15:10,866] /u/kanimations had their submission removed for insufficient lambda. +[2020-07-18 02:15:12,627] /u/kanimations had their flair updated +[2020-07-18 02:23:13,028] There has been a new submission: 'Hey you guys so im new to this reddit stuff and I made a channel not to long ago with a little over 3 hundred subs,so I came on here to try to get some help form people and what they suggested maybe ill make some friends too, so if any body have some ideas that can help me i will appreciate it.', with flair 'Meta' +[2020-07-18 02:23:15,185] /u/Thegym12 had their flair updated +[2020-07-18 02:26:49,043] '/u/RPG247' has given '/u/JessieH_24' lambda! +[2020-07-18 02:26:51,339] /u/JessieH_24 had their flair updated +[2020-07-18 02:36:24,280] There has been a new submission: 'Decided to start reviewing video games and just uploaded my first video yesterday. Would love some feedback!', with flair 'Video Critique' +[2020-07-18 02:36:25,368] /u/jswizzle15 had their submission removed for insufficient lambda. +[2020-07-18 02:36:27,119] /u/jswizzle15 had their flair updated +[2020-07-18 02:39:17,227] '/u/acexsd1' has given '/u/DeadWeight4U' lambda! +[2020-07-18 02:39:18,075] /u/DeadWeight4U had their flair updated +[2020-07-18 02:40:12,472] '/u/Monopoloctomeese' has given '/u/Data_4_You' lambda! +[2020-07-18 02:40:14,766] /u/Data_4_You had their flair updated +[2020-07-18 02:40:26,105] '/u/Monopoloctomeese' has given '/u/JessieH_24' lambda! +[2020-07-18 02:40:28,378] /u/JessieH_24 had their flair updated +[2020-07-18 02:41:33,829] '/u/Monopoloctomeese' has given '/u/MonishCorona' lambda! +[2020-07-18 02:41:36,126] /u/MonishCorona had their flair updated +[2020-07-18 02:45:20,064] '/u/Monopoloctomeese' has given '/u/qzeqYT' lambda! +[2020-07-18 02:45:22,147] /u/qzeqYT had their flair updated +[2020-07-18 03:04:26,798] '/u/Monopoloctomeese' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 03:04:28,524] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 03:10:09,837] There has been a new submission: 'My friend who does unboxing videos just did a Disney 65th Anniversary merch and more haul if anyone is interested.', with flair 'Channel Review' +[2020-07-18 03:10:11,517] /u/CockMcClain had their submission removed for insufficient lambda. +[2020-07-18 03:10:13,822] /u/CockMcClain had their flair updated +[2020-07-18 03:22:56,528] There has been a new submission: 'HE GOT IN A FIGHT WITH ANOTHER DRIVER', with flair 'Vlog' +[2020-07-18 03:22:57,880] /u/imnahom had their submission removed for insufficient lambda. +[2020-07-18 03:22:59,927] /u/imnahom had their flair updated +[2020-07-18 03:45:33,422] '/u/ShikharTrivedi' has given '/u/NadNapz' lambda! +[2020-07-18 03:45:35,051] /u/NadNapz had their flair updated +[2020-07-18 03:47:00,087] '/u/ShikharTrivedi' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 03:47:01,442] /u/CraftsmanStudios had their flair updated +[2020-07-18 03:47:47,826] '/u/ShikharTrivedi' has given '/u/TotallyTitanTV' lambda! +[2020-07-18 03:47:49,010] /u/TotallyTitanTV had their flair updated +[2020-07-18 03:48:45,785] '/u/ShikharTrivedi' has given '/u/nicobrunostandup' lambda! +[2020-07-18 03:48:46,773] /u/nicobrunostandup had their flair updated +[2020-07-18 03:49:35,679] '/u/ShikharTrivedi' has given '/u/PIXELPIGYT' lambda! +[2020-07-18 03:49:36,625] /u/PIXELPIGYT had their flair updated +[2020-07-18 03:50:06,851] '/u/HappyPantzInc' has given '/u/JessieH_24' lambda! +[2020-07-18 03:50:09,199] /u/JessieH_24 had their flair updated +[2020-07-18 03:51:26,997] '/u/ShikharTrivedi' has given '/u/Roknload' lambda! +[2020-07-18 03:51:29,178] /u/Roknload had their flair updated +[2020-07-18 03:53:11,922] '/u/ShikharTrivedi' has given '/u/MoistEgg123' lambda! +[2020-07-18 03:53:13,897] /u/MoistEgg123 had their flair updated +[2020-07-18 03:55:16,952] '/u/Djbernie805' has given '/u/talsean' lambda! +[2020-07-18 03:55:18,693] /u/talsean had their flair updated +[2020-07-18 03:58:10,820] +#################### +[Jul 18 2020 03:58:10] RESTARTED +#################### + +[2020-07-18 04:21:10,955] /u/BringBackHueyLewis had their flair updated +[2020-07-18 04:21:31,466] '/u/BringBackHueyLewis' has given '/u/MrMoo-Youtube' lambda! +[2020-07-18 04:21:34,423] /u/MrMoo-Youtube had their flair updated +[2020-07-18 04:21:54,791] '/u/BringBackHueyLewis' has given '/u/Gilgamazing' lambda! +[2020-07-18 04:21:57,294] /u/Gilgamazing had their flair updated +[2020-07-18 04:40:19,424] There has been a new submission: 'Yo can I get some advice?', with flair 'Thumbnail Review' +[2020-07-18 04:40:21,205] /u/Insertnamehere---- had their submission removed for insufficient lambda. +[2020-07-18 04:40:23,488] /u/Insertnamehere---- had their flair updated +[2020-07-18 04:49:04,573] There has been a new submission: 'BEST INDIAN FOOD IN EACH STATE | PART 1 | North States', with flair 'Vlog' +[2020-07-18 04:49:05,680] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-07-18 04:49:06,456] /u/sarva-gyani had their flair updated +[2020-07-18 04:50:27,946] There has been a new submission: 'My friend just posted this vid and he spent a lot time editing it', with flair 'Video Critique' +[2020-07-18 04:50:28,710] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 04:50:28,712] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 04:50:28,814] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=q-hZ6eHIoA4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 04:50:28,973] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-18 04:50:30,941] /u/Ej-is-the-best had their flair updated +[2020-07-18 05:12:54,245] '/u/Chig3l' has given '/u/Durham-Cocktails' lambda! +[2020-07-18 05:12:56,415] /u/Durham-Cocktails had their flair updated +[2020-07-18 05:13:32,782] '/u/Chig3l' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 05:13:35,071] /u/CraftsmanStudios had their flair updated +[2020-07-18 05:15:40,494] There has been a new submission: '#speedrun', with flair 'Gaming' +[2020-07-18 05:15:41,676] /u/Minty13580 had their submission removed for insufficient lambda. +[2020-07-18 05:15:43,226] /u/Minty13580 had their flair updated +[2020-07-18 05:17:25,371] '/u/Chig3l' has given '/u/GhrimeTF2' lambda! +[2020-07-18 05:17:27,542] /u/GhrimeTF2 had their flair updated +[2020-07-18 05:33:19,255] There has been a new submission: 'i just posted a yt video and i was wondering if you guys could give it a chance and i could get feedback on it. i appreciate yall 🤍🖤', with flair 'Video Critique' +[2020-07-18 05:33:21,032] /u/brandonj508 had their submission removed for insufficient lambda. +[2020-07-18 05:33:23,004] /u/brandonj508 had their flair updated +[2020-07-18 05:35:19,695] '/u/Monopoloctomeese' has given '/u/Chekhov27' lambda! +[2020-07-18 05:35:21,373] /u/Chekhov27 had their flair updated +[2020-07-18 05:35:47,403] '/u/Monopoloctomeese' has given '/u/GhrimeTF2' lambda! +[2020-07-18 05:35:49,009] /u/GhrimeTF2 had their flair updated +[2020-07-18 05:38:28,832] '/u/Monopoloctomeese' has given '/u/rondislap' lambda! +[2020-07-18 05:38:29,843] /u/rondislap had their flair updated +[2020-07-18 05:39:06,065] There has been a new submission: 'CUSTOM NIKE SLIDES', with flair 'Art' +[2020-07-18 05:39:06,871] /u/kicksbyamir had their submission removed for insufficient lambda. +[2020-07-18 05:39:07,685] /u/kicksbyamir had their flair updated +[2020-07-18 05:39:43,363] '/u/Monopoloctomeese' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 05:39:43,868] /u/CraftsmanStudios had their flair updated +[2020-07-18 05:41:39,699] There has been a new submission: 'I made a valorant video with several edits and it took me a few hours. Good critique gets λ', with flair 'Video Critique' +[2020-07-18 05:41:40,053] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 05:41:40,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 05:41:40,174] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xRrH-Knw8kg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 05:41:40,277] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 05:41:43,318] /u/rondislap had their flair updated +[2020-07-18 05:42:57,282] There has been a new submission: 'Hi! I recently started with a new YouTube channel. Basically I make meme stuff. This is my first edit. It would be much apperciated if you take time and check out.', with flair 'Video Critique' +[2020-07-18 05:42:58,715] /u/yeetbox_ had their submission removed for insufficient lambda. +[2020-07-18 05:43:00,808] /u/yeetbox_ had their flair updated +[2020-07-18 05:52:50,752] There has been a new submission: 'HOW TO LOSE BODYFAT AND WEIGHT', with flair 'Vlog' +[2020-07-18 05:52:52,534] /u/thatsmekg had their submission removed for insufficient lambda. +[2020-07-18 05:52:54,570] /u/thatsmekg had their flair updated +[2020-07-18 05:54:46,103] '/u/rondislap' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 05:54:47,932] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 05:56:19,740] '/u/Jgolde8' has given '/u/nicobrunostandup' lambda! +[2020-07-18 05:56:21,265] /u/nicobrunostandup had their flair updated +[2020-07-18 05:58:10,615] +#################### +[Jul 18 2020 05:58:10] RESTARTED +#################### + +[2020-07-18 06:04:43,049] '/u/Jgolde8' has given '/u/kicksbyamir' lambda! +[2020-07-18 06:04:44,789] /u/kicksbyamir had their flair updated +[2020-07-18 06:15:48,788] There has been a new submission: 'No copyright music lambda for your correct suggestions about video', with flair 'Video Critique' +[2020-07-18 06:15:50,672] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 06:15:50,711] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 06:15:52,144] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k6JfG1ru03o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 06:15:52,672] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-18 06:15:54,070] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 06:16:11,071] There has been a new submission: 'I made a weird, small channel dedicated to rants about women and unintentionally says hilarious things from time to time in his vlogs. Major DAD ENERGY. I would love to have some of you as subscribers. This is my weird passion project that is unmonatizable but at least I can people laugh online. :-)', with flair 'Vlog' +[2020-07-18 06:16:12,133] /u/MenzRightzNewz had their submission removed for insufficient lambda. +[2020-07-18 06:16:13,323] /u/MenzRightzNewz had their flair updated +[2020-07-18 06:17:02,807] '/u/Jgolde8' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 06:17:05,057] /u/CraftsmanStudios had their flair updated +[2020-07-18 06:18:47,715] '/u/Jgolde8' has given '/u/DeadWeight4U' lambda! +[2020-07-18 06:18:49,886] /u/DeadWeight4U had their flair updated +[2020-07-18 06:19:07,381] '/u/rondislap' has given '/u/kicksbyamir' lambda! +[2020-07-18 06:19:09,269] /u/kicksbyamir had their flair updated +[2020-07-18 06:19:42,110] '/u/rondislap' has given '/u/bwueno' lambda! +[2020-07-18 06:19:43,916] /u/bwueno had their flair updated +[2020-07-18 06:21:12,258] '/u/rondislap' has given '/u/TenziicYT' lambda! +[2020-07-18 06:21:14,919] /u/TenziicYT had their flair updated +[2020-07-18 06:23:37,106] '/u/Chig3l' has given '/u/kicksbyamir' lambda! +[2020-07-18 06:23:39,233] /u/kicksbyamir had their flair updated +[2020-07-18 06:29:02,588] There has been a new submission: 'CUSTOM NIKE SLIDES!! LMK WHAT YOU THINK, I will give lambda for good suggestions!!! Video Critique', with flair 'Video Critique' +[2020-07-18 06:29:03,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 06:29:03,735] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 06:29:04,959] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7PHpAW9x2WE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 06:29:05,454] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-18 06:29:06,436] /u/kicksbyamir had their flair updated +[2020-07-18 06:29:22,420] There has been a new submission: 'I'm still new to reddit and I'm nervous when it comes to posting stuff but this is one of my most recent videos I know its not good but I'm working on it', with flair 'Gaming' +[2020-07-18 06:29:23,199] /u/death_trooper187 had their submission removed for insufficient lambda. +[2020-07-18 06:29:23,732] /u/death_trooper187 had their flair updated +[2020-07-18 06:33:07,115] There has been a new submission: 'Took forever to get to 100 subs but got to 200 subs much faster', with flair 'Discussion' +[2020-07-18 06:33:09,450] /u/KajalGada92 had their flair updated +[2020-07-18 06:37:15,272] '/u/acexsd1' has given '/u/TenziicYT' lambda! +[2020-07-18 06:37:17,535] /u/TenziicYT had their flair updated +[2020-07-18 06:38:11,981] '/u/acexsd1' has given '/u/yeetbox_' lambda! +[2020-07-18 06:38:13,249] /u/yeetbox_ had their flair updated +[2020-07-18 06:47:52,311] '/u/Goatsause' has given '/u/TenziicYT' lambda! +[2020-07-18 06:47:53,949] /u/TenziicYT had their flair updated +[2020-07-18 07:00:29,207] There has been a new submission: 'As a beginner guitarist, I covered MCR's song NA NA NA as a challenge. Any feedback will be much appreciated.', with flair 'Video Critique' +[2020-07-18 07:00:30,034] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 07:00:30,112] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 07:00:30,895] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S1pLO8VKMNA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 07:00:31,264] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNi2ai9h78uyjc0i1HsZLuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 07:00:34,709] /u/Platoniko had their flair updated +[2020-07-18 07:01:01,108] There has been a new submission: '1 MINUTE MONTAGE (EP 1)', with flair 'Gaming' +[2020-07-18 07:01:02,663] /u/QuoTe_FleX_YT had their submission removed for insufficient lambda. +[2020-07-18 07:01:04,911] /u/QuoTe_FleX_YT had their flair updated +[2020-07-18 07:05:42,605] '/u/antopet11' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 07:05:44,179] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 07:13:15,771] There has been a new submission: 'New channel', with flair 'Gaming' +[2020-07-18 07:13:17,208] /u/jividoc had their submission removed for insufficient lambda. +[2020-07-18 07:13:19,219] /u/jividoc had their flair updated +[2020-07-18 07:16:09,065] '/u/FynnKrauseFootballYT' has given '/u/MrMoo-Youtube' lambda! +[2020-07-18 07:16:10,531] /u/MrMoo-Youtube had their flair updated +[2020-07-18 07:18:41,626] '/u/Gingesolo' has given '/u/tyler_pucella' lambda! +[2020-07-18 07:18:42,635] /u/tyler_pucella had their flair updated +[2020-07-18 07:19:34,649] '/u/Gingesolo' has given '/u/Gilgamazing' lambda! +[2020-07-18 07:19:35,540] /u/Gilgamazing had their flair updated +[2020-07-18 07:20:19,297] '/u/Gingesolo' has given '/u/superwatt123' lambda! +[2020-07-18 07:20:21,580] /u/superwatt123 had their flair updated +[2020-07-18 07:21:11,530] '/u/Gingesolo' has given '/u/NadNapz' lambda! +[2020-07-18 07:21:13,738] /u/NadNapz had their flair updated +[2020-07-18 07:21:45,409] '/u/Gingesolo' has given '/u/MrMoo-Youtube' lambda! +[2020-07-18 07:21:47,564] /u/MrMoo-Youtube had their flair updated +[2020-07-18 07:21:58,607] '/u/Gingesolo' has given '/u/Foggy_Creations' lambda! +[2020-07-18 07:22:00,752] /u/Foggy_Creations had their flair updated +[2020-07-18 07:40:58,130] /u/kicksbyamir had their flair updated +[2020-07-18 07:51:00,671] /u/acexsd1 had their flair updated +[2020-07-18 07:58:14,220] +#################### +[Jul 18 2020 07:58:14] RESTARTED +#################### + +[2020-07-18 08:20:03,549] '/u/BrassBallsComedy' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-18 08:20:06,089] /u/BeatsandPiecesYT had their flair updated +[2020-07-18 08:20:37,808] There has been a new submission: 'Second video posting, looking for more feedback!', with flair 'Video Critique' +[2020-07-18 08:20:39,084] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 08:20:39,124] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 08:20:39,905] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8kTwWqCCnrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 08:20:40,233] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3QJqV0oB8Qt0BUV0ec18yw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 08:20:43,503] /u/Clydian_Fayre had their flair updated +[2020-07-18 08:21:01,806] '/u/BrassBallsComedy' has given '/u/MK_dude' lambda! +[2020-07-18 08:21:04,181] /u/MK_dude had their flair updated +[2020-07-18 08:21:42,525] '/u/BrassBallsComedy' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 08:21:44,833] /u/CraftsmanStudios had their flair updated +[2020-07-18 08:22:48,493] /u/bwueno had their flair updated +[2020-07-18 08:23:15,345] '/u/MrMoo-Youtube' has given '/u/qzeqYT' lambda! +[2020-07-18 08:23:17,043] /u/qzeqYT had their flair updated +[2020-07-18 08:23:35,546] '/u/MrMoo-Youtube' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 08:23:37,125] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 08:23:48,650] '/u/MrMoo-Youtube' has given '/u/superwatt123' lambda! +[2020-07-18 08:23:50,746] /u/superwatt123 had their flair updated +[2020-07-18 08:24:22,301] '/u/MrMoo-Youtube' has given '/u/snailsandbugs' lambda! +[2020-07-18 08:24:23,863] /u/snailsandbugs had their flair updated +[2020-07-18 08:24:45,666] '/u/MrMoo-Youtube' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 08:24:47,155] /u/CraftsmanStudios had their flair updated +[2020-07-18 08:25:08,460] /u/MrMoo-Youtube had their flair updated +[2020-07-18 08:25:14,067] '/u/MrMoo-Youtube' has given '/u/yeetbox_' lambda! +[2020-07-18 08:25:15,496] /u/yeetbox_ had their flair updated +[2020-07-18 08:25:38,219] /u/MrMoo-Youtube had their flair updated +[2020-07-18 08:26:30,261] /u/MrMoo-Youtube had their flair updated +[2020-07-18 08:27:19,089] There has been a new submission: 'Obama introducing Trump by a curtain raise funny 😂', with flair 'Channel Review' +[2020-07-18 08:27:20,075] /u/Alanmonu11211211 had their submission removed for insufficient lambda. +[2020-07-18 08:27:21,184] /u/Alanmonu11211211 had their flair updated +[2020-07-18 08:30:38,619] There has been a new submission: 'My newest video. Anything would be appreciated!', with flair 'Gaming' +[2020-07-18 08:30:40,183] /u/Slithersnake3 had their submission removed for insufficient lambda. +[2020-07-18 08:30:43,134] /u/Slithersnake3 had their flair updated +[2020-07-18 08:33:10,062] There has been a new submission: 'Hey guys! This is a recent gaming comedy video I posted! Any tips or suggestions would be appreciated! Thank you!', with flair 'Video Critique' +[2020-07-18 08:33:11,537] /u/mahhiinn had their submission removed for insufficient lambda. +[2020-07-18 08:33:13,548] /u/mahhiinn had their flair updated +[2020-07-18 08:44:33,335] There has been a new submission: 'Just started 4 days ago', with flair 'Gaming' +[2020-07-18 08:44:34,686] /u/Osioneboss had their submission removed for insufficient lambda. +[2020-07-18 08:44:36,535] /u/Osioneboss had their flair updated +[2020-07-18 08:48:05,753] There has been a new submission: 'meditation', with flair 'Channel Review' +[2020-07-18 08:48:06,901] /u/sy76448 had their submission removed for insufficient lambda. +[2020-07-18 08:48:07,963] /u/sy76448 had their flair updated +[2020-07-18 08:50:43,343] '/u/ShikharTrivedi' has given '/u/DWRelive' lambda! +[2020-07-18 08:50:45,469] /u/DWRelive had their flair updated +[2020-07-18 08:54:09,905] '/u/Djbernie805' has given '/u/TenziicYT' lambda! +[2020-07-18 08:54:11,696] /u/TenziicYT had their flair updated +[2020-07-18 08:58:57,124] There has been a new submission: 'Took some advice from the last play, made it much shorter and less disjointed edits, but still feedback would be appreciated :)', with flair 'Gaming' +[2020-07-18 08:58:58,922] /u/harru09 had their submission removed for insufficient lambda. +[2020-07-18 08:59:00,637] /u/harru09 had their flair updated +[2020-07-18 09:00:58,452] '/u/ShikharTrivedi' has given '/u/phalgunnmaharishi' lambda! +[2020-07-18 09:01:00,822] /u/phalgunnmaharishi had their flair updated +[2020-07-18 09:02:12,693] There has been a new submission: 'COD Warzone Montage. My friend plays, I edit. Tell us what you think :)', with flair 'Gaming' +[2020-07-18 09:02:14,253] /u/fredrickle had their submission removed for insufficient lambda. +[2020-07-18 09:02:16,424] /u/fredrickle had their flair updated +[2020-07-18 09:05:52,874] There has been a new submission: 'I made this video to help people who are looking for a camera kit lens upgrade.What do you think?is this helpful or not?', with flair 'Video Critique' +[2020-07-18 09:05:54,418] /u/mpalin69 had their submission removed for insufficient lambda. +[2020-07-18 09:05:55,967] /u/mpalin69 had their flair updated +[2020-07-18 09:11:34,319] '/u/Rubenazo1999' has given '/u/DWRelive' lambda! +[2020-07-18 09:11:36,337] /u/DWRelive had their flair updated +[2020-07-18 09:12:39,858] '/u/Rubenazo1999' has given '/u/LuigiTimeInc' lambda! +[2020-07-18 09:12:42,033] /u/LuigiTimeInc had their flair updated +[2020-07-18 09:13:11,785] '/u/Rubenazo1999' has given '/u/Gilgamazing' lambda! +[2020-07-18 09:13:13,876] /u/Gilgamazing had their flair updated +[2020-07-18 09:13:53,491] '/u/kicksbyamir' has given '/u/phalgunnmaharishi' lambda! +[2020-07-18 09:13:55,735] /u/phalgunnmaharishi had their flair updated +[2020-07-18 09:15:06,713] There has been a new submission: 'Basketball Practice', with flair 'Vlog' +[2020-07-18 09:15:07,870] /u/vanooliver50 had their submission removed for insufficient lambda. +[2020-07-18 09:15:09,463] /u/vanooliver50 had their flair updated +[2020-07-18 09:17:40,242] '/u/kicksbyamir' has given '/u/fredrickle' lambda! +[2020-07-18 09:17:41,537] /u/fredrickle had their flair updated +[2020-07-18 09:18:51,268] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 09:19:57,691] '/u/kicksbyamir' has given '/u/mpalin69' lambda! +[2020-07-18 09:19:58,484] /u/mpalin69 had their flair updated +[2020-07-18 09:21:50,215] '/u/MJMusic_FreeMusic' has given '/u/fredrickle' lambda! +[2020-07-18 09:21:52,524] /u/fredrickle had their flair updated +[2020-07-18 09:22:22,347] There has been a new submission: 'Life Purpose - What Career/Job To Pursue?', with flair 'Video Critique' +[2020-07-18 09:22:22,724] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 09:22:22,725] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 09:22:23,104] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CdKHWrJ7OKI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 09:22:23,303] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu9slFdN5cGdLR-9gUGbZIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 09:22:25,866] /u/Imagine-Freedom had their flair updated +[2020-07-18 09:27:07,866] There has been a new submission: 'Hi, I’m Hollowed VVS. Im trying to reach my goal of 100 subscribers. Please watch and subscribe :)', with flair 'Gaming' +[2020-07-18 09:27:09,463] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-07-18 09:27:10,816] /u/Hollowed-VVS had their flair updated +[2020-07-18 09:30:45,142] '/u/kicksbyamir' has given '/u/Data_4_You' lambda! +[2020-07-18 09:30:47,441] /u/Data_4_You had their flair updated +[2020-07-18 09:32:18,288] There has been a new submission: 'Try coffees☕️☕️☕️', with flair 'None' +[2020-07-18 09:32:19,756] /u/amrapalibagaria had their submission removed for insufficient lambda. +[2020-07-18 09:32:21,789] /u/amrapalibagaria had their flair updated +[2020-07-18 09:34:56,801] /u/KnowledgeOfLife had their flair updated +[2020-07-18 09:35:24,354] '/u/KnowledgeOfLife' has given '/u/MrMoo-Youtube' lambda! +[2020-07-18 09:35:25,976] /u/MrMoo-Youtube had their flair updated +[2020-07-18 09:35:33,686] There has been a new submission: 'This is a video i made to help people who want to upgrade their camera kit lens.Before i made my upgrade i was looking for videos of this lens video performace and i couldnt find any.So what do you think?', with flair 'Video Critique' +[2020-07-18 09:35:35,678] /u/mpalin69 had their flair updated +[2020-07-18 09:37:40,851] '/u/KnowledgeOfLife' has given '/u/_Calebb_' lambda! +[2020-07-18 09:37:42,066] /u/_Calebb_ had their flair updated +[2020-07-18 09:51:42,778] There has been a new submission: 'This is my video on how to terraform in minecraft, I would love If someone could give feedback about my videos (I am gonna start making my vids longer btw)', with flair 'Gaming' +[2020-07-18 09:51:45,004] /u/CanaryTsunami had their submission removed for insufficient lambda. +[2020-07-18 09:51:47,161] /u/CanaryTsunami had their flair updated +[2020-07-18 09:58:10,193] +#################### +[Jul 18 2020 09:58:10] RESTARTED +#################### + +[2020-07-18 10:24:59,976] There has been a new submission: 'Get Free RDP With Microsoft In 5 Minute With Unlimited Google | OneDrive...', with flair 'Gaming' +[2020-07-18 10:25:01,202] /u/Technovicky had their submission removed for insufficient lambda. +[2020-07-18 10:25:02,679] /u/Technovicky had their flair updated +[2020-07-18 10:25:13,982] '/u/mpalin69' has given '/u/fredrickle' lambda! +[2020-07-18 10:25:15,324] /u/fredrickle had their flair updated +[2020-07-18 10:25:48,582] There has been a new submission: 'Do you like your own videos?', with flair 'Discussion' +[2020-07-18 10:25:50,552] /u/bigblindbear had their flair updated +[2020-07-18 10:26:02,931] There has been a new submission: 'Marvel Gaming Universe(Discussion)', with flair 'Gaming' +[2020-07-18 10:26:05,388] /u/MichaelJH333 had their flair updated +[2020-07-18 10:26:17,881] There has been a new submission: 'Do tags matter? YouTube says they don't, people say they do. What's the truth?', with flair 'Discussion' +[2020-07-18 10:26:19,607] /u/bigblindbear had their flair updated +[2020-07-18 10:26:31,903] There has been a new submission: 'Thanks to your advice, I tried to imrpove my audio and add background music to my vids. Really proud of this one, what do YOU think about it? Thankful for any advice!', with flair 'Video Critique' +[2020-07-18 10:26:32,805] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 10:26:32,844] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 10:26:33,745] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sIm_XgrKeEc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 10:26:33,996] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgdzG_8eit7pSy0PFkBOdCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 10:26:35,922] /u/bigblindbear had their flair updated +[2020-07-18 10:33:40,540] '/u/MrMoo-Youtube' has given '/u/DWRelive' lambda! +[2020-07-18 10:33:42,998] /u/DWRelive had their flair updated +[2020-07-18 10:44:38,488] There has been a new submission: 'How long does it talk to get 100 and 200 subscriber for you?', with flair 'Discussion' +[2020-07-18 10:44:40,504] /u/SweeterBright had their flair updated +[2020-07-18 10:50:58,597] There has been a new submission: 'COD Warzone Montage. My friend plays, I edit. Tell what you think :)', with flair 'Gaming' +[2020-07-18 10:50:59,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 10:50:59,034] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 10:50:59,374] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ENm-0_gXc5g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 10:50:59,549] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgWYba0QGSqU_y6MluQ6bvg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 10:51:02,724] /u/fredrickle had their flair updated +[2020-07-18 11:02:31,175] There has been a new submission: 'Salut tuturor. As aprecia foarte mult daca l-ati putea ajuta pe prietenul meu, care s-a apucat recent de youtube. Videoclipul este un Q&A, iar, daca va place, haideti cu un like, subscribe si share', with flair 'Vlog' +[2020-07-18 11:02:32,569] /u/snowflaker132 had their submission removed for insufficient lambda. +[2020-07-18 11:02:34,804] /u/snowflaker132 had their flair updated +[2020-07-18 11:13:26,992] There has been a new submission: '70 from 0 in a month and a half', with flair 'Discussion' +[2020-07-18 11:13:29,576] /u/kahnindustries had their flair updated +[2020-07-18 11:16:06,959] There has been a new submission: 'Top Ten most popular Sci-Fi Movies in the world', with flair 'Video Critique' +[2020-07-18 11:16:07,369] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 11:16:07,390] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 11:16:07,715] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dHsnCAYweKI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 11:16:07,888] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-J9dZrjy7QfaBJJ1e5ahrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 11:16:09,840] /u/Data_4_You had their flair updated +[2020-07-18 11:17:11,220] There has been a new submission: 'Roses - Beverage Story :)', with flair 'Video Critique' +[2020-07-18 11:17:12,496] /u/sr5393 had their submission removed for insufficient lambda. +[2020-07-18 11:17:13,744] /u/sr5393 had their flair updated +[2020-07-18 11:20:46,199] /u/Data_4_You had their flair updated +[2020-07-18 11:22:03,084] '/u/MJMusic_FreeMusic' has given '/u/Data_4_You' lambda! +[2020-07-18 11:22:05,201] /u/Data_4_You had their flair updated +[2020-07-18 11:22:32,764] There has been a new submission: 'How i made Cristiano Ronaldo's Transparent-Portrait from 20.000 Matches without Glue.', with flair 'Art' +[2020-07-18 11:22:34,574] /u/myDanix23 had their submission removed for insufficient lambda. +[2020-07-18 11:22:36,665] /u/myDanix23 had their flair updated +[2020-07-18 11:26:15,649] '/u/fredrickle' has given '/u/Djbernie805' lambda! +[2020-07-18 11:26:17,177] /u/Djbernie805 had their flair updated +[2020-07-18 11:27:02,892] There has been a new submission: 'Hey! I started a Minecraft channel called Aedea a few days back, and I'd love some feedback on my videos!', with flair 'Gaming' +[2020-07-18 11:27:03,954] /u/aragon_1399 had their submission removed for insufficient lambda. +[2020-07-18 11:27:05,392] /u/aragon_1399 had their flair updated +[2020-07-18 11:28:02,438] '/u/Data_4_You' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 11:28:04,115] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 11:28:45,292] There has been a new submission: 'Had my first encounter with "The Algorithm"', with flair 'Discussion' +[2020-07-18 11:28:47,016] /u/ioo5_ had their flair updated +[2020-07-18 11:29:08,334] '/u/Data_4_You' has given '/u/Rubenazo1999' lambda! +[2020-07-18 11:29:09,932] /u/Rubenazo1999 had their flair updated +[2020-07-18 11:32:16,976] '/u/JustASpanishGuy' has given '/u/yeetbox_' lambda! +[2020-07-18 11:32:19,020] /u/yeetbox_ had their flair updated +[2020-07-18 11:32:32,481] '/u/Data_4_You' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 11:32:34,484] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 11:46:28,563] '/u/Data_4_You' has given '/u/guyFCR' lambda! +[2020-07-18 11:46:29,942] /u/guyFCR had their flair updated +[2020-07-18 11:48:15,553] '/u/KeepItHazy' has given '/u/bwueno' lambda! +[2020-07-18 11:48:16,689] /u/bwueno had their flair updated +[2020-07-18 11:49:32,682] '/u/MJMusic_FreeMusic' has given '/u/documatt' lambda! +[2020-07-18 11:49:33,419] /u/documatt had their flair updated +[2020-07-18 11:57:46,870] There has been a new submission: 'Watch till the END, you will not regret.', with flair 'Art' +[2020-07-18 11:57:47,934] /u/mydanix had their submission removed for insufficient lambda. +[2020-07-18 11:57:49,205] /u/mydanix had their flair updated +[2020-07-18 11:58:11,258] +#################### +[Jul 18 2020 11:58:11] RESTARTED +#################### + +[2020-07-18 12:17:47,248] '/u/JustASpanishGuy' has given '/u/TenziicYT' lambda! +[2020-07-18 12:17:49,593] /u/TenziicYT had their flair updated +[2020-07-18 12:19:18,370] '/u/Data_4_You' has given '/u/Inspiron1501' lambda! +[2020-07-18 12:19:19,554] /u/Inspiron1501 had their flair updated +[2020-07-18 12:20:21,052] '/u/fredrickle' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-18 12:20:23,882] /u/FynnKrauseFootballYT had their flair updated +[2020-07-18 12:21:23,393] There has been a new submission: 'HELP NEEDED AGAINST SOME DOWNVOTER!I'd need some helping upvoter for my last videos in general, because someone (up tp 3 downvotes) regularly downvotes ALL my posts immediately', with flair 'Video Critique' +[2020-07-18 12:21:24,870] /u/metlgod666 had their submission removed for insufficient lambda. +[2020-07-18 12:21:27,040] /u/metlgod666 had their flair updated +[2020-07-18 12:21:45,367] There has been a new submission: 'Just some clips of my gameplay I enjoyed', with flair 'Gaming' +[2020-07-18 12:21:46,926] /u/kick_arse_freak had their submission removed for insufficient lambda. +[2020-07-18 12:21:49,101] /u/kick_arse_freak had their flair updated +[2020-07-18 12:24:08,712] There has been a new submission: 'What's the truth about growing YT Channels?', with flair 'Discussion' +[2020-07-18 12:24:11,005] /u/phalgunnmaharishi had their flair updated +[2020-07-18 12:28:36,079] '/u/fredrickle' has given '/u/Inspiron1501' lambda! +[2020-07-18 12:28:38,126] /u/Inspiron1501 had their flair updated +[2020-07-18 12:32:17,297] There has been a new submission: 'NEW VIDEO!!! subs goal: 1,071 / 1,200!', with flair 'Video Critique' +[2020-07-18 12:32:18,897] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-07-18 12:32:21,032] /u/juststreaminglive had their flair updated +[2020-07-18 12:36:47,475] '/u/Data_4_You' has given '/u/_NGaming_' lambda! +[2020-07-18 12:36:49,321] /u/_NGaming_ had their flair updated +[2020-07-18 12:48:14,099] '/u/Imagine-Freedom' has given '/u/Djbernie805' lambda! +[2020-07-18 12:48:15,945] /u/Djbernie805 had their flair updated +[2020-07-18 12:51:29,477] '/u/Data_4_You' has given '/u/emisfer' lambda! +[2020-07-18 12:51:31,589] /u/emisfer had their flair updated +[2020-07-18 12:53:21,793] There has been a new submission: 'Picture I Paint 🎨 | Fortnite Montage #4', with flair 'Gaming' +[2020-07-18 12:53:23,171] /u/mollyjoneso had their submission removed for insufficient lambda. +[2020-07-18 12:53:25,124] /u/mollyjoneso had their flair updated +[2020-07-18 12:58:15,226] '/u/rondislap' has given '/u/fredrickle' lambda! +[2020-07-18 12:58:17,111] /u/fredrickle had their flair updated +[2020-07-18 13:05:06,646] '/u/redditBlueSpecs' has given '/u/superwatt123' lambda! +[2020-07-18 13:05:08,206] /u/superwatt123 had their flair updated +[2020-07-18 13:11:37,136] '/u/Chig3l' has given '/u/phalgunnmaharishi' lambda! +[2020-07-18 13:11:39,300] /u/phalgunnmaharishi had their flair updated +[2020-07-18 13:12:05,917] There has been a new submission: 'VW Golf 8 Review: Tech & Drive', with flair 'Video Critique' +[2020-07-18 13:12:07,555] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-07-18 13:12:09,732] /u/Spinstorm had their flair updated +[2020-07-18 13:13:08,676] There has been a new submission: 'Looking for MC Bedrock content creators', with flair 'Collab' +[2020-07-18 13:13:10,893] /u/GoodGuyKev18 had their flair updated +[2020-07-18 13:13:41,854] '/u/Chig3l' has given '/u/LuigiTimeInc' lambda! +[2020-07-18 13:13:43,982] /u/LuigiTimeInc had their flair updated +[2020-07-18 13:15:23,496] '/u/Chig3l' has given '/u/ECXL' lambda! +[2020-07-18 13:15:25,075] /u/ECXL had their flair updated +[2020-07-18 13:15:50,526] There has been a new submission: 'I suck big time at editing, help!', with flair 'Video Critique' +[2020-07-18 13:15:51,714] /u/huey_david had their submission removed for insufficient lambda. +[2020-07-18 13:15:53,233] /u/huey_david had their flair updated +[2020-07-18 13:21:46,000] '/u/Imagine-Freedom' has given '/u/FinalFanX' lambda! +[2020-07-18 13:21:48,153] /u/FinalFanX had their flair updated +[2020-07-18 13:29:52,912] +#################### +[Jul 18 2020 13:29:52] RESTARTED +#################### + +[2020-07-18 14:06:48,224] There has been a new submission: 'Tips on how to get to 200 subs currently stuck at 178ish.', with flair 'Discussion' +[2020-07-18 14:06:51,387] /u/Mr-M16A4 had their flair updated +[2020-07-18 14:07:12,124] There has been a new submission: 'Any feedback? Check out my other stuff', with flair 'Channel Review' +[2020-07-18 14:07:14,870] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-18 14:07:15,980] /u/chrizuz had their flair updated +[2020-07-18 14:07:33,441] There has been a new submission: 'Channel Intro Video', with flair 'Video Critique' +[2020-07-18 14:07:35,728] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:07:35,731] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:07:37,046] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3f-e0YF_b0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:07:37,411] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfd0xsaMk551VxpqardrIKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:07:39,548] /u/OldGothYT had their flair updated +[2020-07-18 14:07:55,456] There has been a new submission: 'MunchyMC Montage v2', with flair 'Gaming' +[2020-07-18 14:07:56,808] /u/Clockyyreddit had their submission removed for insufficient lambda. +[2020-07-18 14:07:58,286] /u/Clockyyreddit had their flair updated +[2020-07-18 14:09:48,475] '/u/Data_4_You' has given '/u/Buzstringer' lambda! +[2020-07-18 14:09:50,075] /u/Buzstringer had their flair updated +[2020-07-18 14:10:09,668] '/u/fredrickle' has given '/u/qzeqYT' lambda! +[2020-07-18 14:10:12,330] /u/qzeqYT had their flair updated +[2020-07-18 14:18:05,118] '/u/HappyPantzInc' has given '/u/kicksbyamir' lambda! +[2020-07-18 14:18:07,210] /u/kicksbyamir had their flair updated +[2020-07-18 14:19:23,019] '/u/MrMoo-Youtube' has given '/u/Nodwarves4u' lambda! +[2020-07-18 14:19:24,779] /u/Nodwarves4u had their flair updated +[2020-07-18 14:21:08,952] There has been a new submission: 'Hey guys, I have seen a huge improvement in my videos since I joined this subreddit. Here's my recent video where I show my simple hack for my studio lighting issues and speak about some updates. What do you think of the video? Anything you feel I need to improve on?', with flair 'Video Critique' +[2020-07-18 14:21:10,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:21:10,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:21:12,509] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=53GQvCUQFAE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:21:12,881] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTfvWyiI1yrURjhg_Lpr4nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:21:16,853] /u/phalgunnmaharishi had their flair updated +[2020-07-18 14:21:35,118] There has been a new submission: 'Pls subscribe ima do pubg videos montage and lets support each other if you subscribe to me', with flair 'Channel Review' +[2020-07-18 14:21:36,680] /u/brainz13 had their submission removed for insufficient lambda. +[2020-07-18 14:21:38,817] /u/brainz13 had their flair updated +[2020-07-18 14:21:57,968] There has been a new submission: 'Twenty One Pilots - "Level Of Concern" (Drum Remix)', with flair 'Channel Review' +[2020-07-18 14:21:59,612] /u/ianstates had their submission removed for insufficient lambda. +[2020-07-18 14:22:01,698] /u/ianstates had their flair updated +[2020-07-18 14:22:20,368] There has been a new submission: 'This map literally full of trolls', with flair 'Video Critique' +[2020-07-18 14:22:23,316] /u/_NGaming_ had their flair updated +[2020-07-18 14:22:41,465] There has been a new submission: '"TIME-BENDER WITH AWESOME COMBO" - Mortal Kombat X : "Reptile" Online Gameplay', with flair 'Gaming' +[2020-07-18 14:22:42,817] /u/Rockinathan had their submission removed for insufficient lambda. +[2020-07-18 14:22:44,738] /u/Rockinathan had their flair updated +[2020-07-18 14:23:03,203] There has been a new submission: 'Hi!', with flair 'Channel Review' +[2020-07-18 14:23:04,597] /u/Lil_Cake had their submission removed for insufficient lambda. +[2020-07-18 14:23:06,521] /u/Lil_Cake had their flair updated +[2020-07-18 14:23:25,144] There has been a new submission: 'This video got me my 100th sub! I've been making comedy skits during the pandemic. Can I get some honest feedback of this vid and thumbnail? Will give Lambda for feedback!', with flair 'Video Critique' +[2020-07-18 14:23:25,926] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:23:25,964] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:23:27,396] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CU5bKFmyo2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:23:27,732] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ5t1ishfjow67Anpa3PDtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:23:30,552] /u/Cephas11 had their flair updated +[2020-07-18 14:24:21,882] '/u/Data_4_You' has given '/u/Fangore' lambda! +[2020-07-18 14:24:24,300] /u/Fangore had their flair updated +[2020-07-18 14:24:46,258] '/u/phalgunnmaharishi' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-18 14:24:48,549] /u/FynnKrauseFootballYT had their flair updated +[2020-07-18 14:27:33,429] /u/Fangore had their flair updated +[2020-07-18 14:28:34,153] There has been a new submission: 'I poured my heart out into editing this, far more than any of my previous videos! The Premiere was a success and giving lambda for critiques! Just a note I don't have a polished 5-7sec channel intro yet so there isn't one at the beginning :)', with flair 'Video Critique' +[2020-07-18 14:28:35,670] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:28:35,708] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:28:37,467] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=omoXGCm2dCs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:28:37,920] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFteb8lsdLG_vD5NBzRW7CQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:28:39,643] /u/Remoon101 had their flair updated +[2020-07-18 14:28:56,158] There has been a new submission: 'Montage Feedback', with flair 'Gaming' +[2020-07-18 14:28:57,635] /u/AgreeableUMP had their submission removed for insufficient lambda. +[2020-07-18 14:28:58,408] /u/AgreeableUMP had their flair updated +[2020-07-18 14:29:15,387] There has been a new submission: 'Taking a break and my future plans', with flair 'Vlog' +[2020-07-18 14:29:16,417] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:29:16,455] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:29:17,486] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=r-0Y53Iv2HI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:29:17,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:29:19,248] /u/FynnKrauseFootballYT had their flair updated +[2020-07-18 14:29:39,546] There has been a new submission: 'Should I include my channel name in every video I upload? I have seen many people doing this.', with flair 'Discussion' +[2020-07-18 14:29:40,406] /u/vinodkmr131 had their flair updated +[2020-07-18 14:30:17,866] '/u/MafiasFinestTV' has given '/u/avjourney' lambda! +[2020-07-18 14:30:20,288] /u/avjourney had their flair updated +[2020-07-18 14:31:56,004] '/u/PrestigeBTS' has given '/u/DWRelive' lambda! +[2020-07-18 14:31:59,244] /u/DWRelive had their flair updated +[2020-07-18 14:35:19,501] There has been a new submission: 'My latest YouTube video', with flair 'Video Critique' +[2020-07-18 14:35:20,893] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-18 14:35:22,416] /u/kcbRodBuilding had their flair updated +[2020-07-18 14:37:12,048] Starting every day program... +[2020-07-18 14:37:12,130] Updating database statistics... +[2020-07-18 14:37:13,157] Posting and updating wiki... +[2020-07-18 14:37:45,724] Formatting leaderboard... +[2020-07-18 14:37:46,501] Updating sidebar... +[2020-07-18 14:37:46,746] Updated in new reddit... +[2020-07-18 14:37:49,170] Updated in old reddit... +[2020-07-18 14:37:49,170] Completed. +[2020-07-18 14:44:46,652] There has been a new submission: 'Still trying my best at videos even though they arent comming out with alot of views 😂', with flair 'Video Critique' +[2020-07-18 14:44:47,985] /u/Ergs751 had their submission removed for insufficient lambda. +[2020-07-18 14:44:50,204] /u/Ergs751 had their flair updated +[2020-07-18 14:50:10,159] '/u/TheLuiginator' has given '/u/talsean' lambda! +[2020-07-18 14:50:13,067] /u/talsean had their flair updated +[2020-07-18 14:52:39,874] There has been a new submission: 'Where can i find inspiring intros for tutorial/educational/programming channels', with flair 'Discussion' +[2020-07-18 14:52:42,785] /u/DevNestYT had their flair updated +[2020-07-18 14:55:34,467] There has been a new submission: 'Gang Gang Recordz, a place where all gangsters unite to make sick beats from the hood! We make all kinds of songs, incredible pieces of art that make the greatest musicians drool. Here's a typical song from MC Gr0s G4rs, tell me what you think!', with flair 'Art' +[2020-07-18 14:55:35,443] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 14:55:35,444] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 14:55:36,799] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ggSHIz0o1eU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:55:37,168] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCae_NT23o-YauQLxdOPXxkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 14:55:39,580] /u/Gilgamazing had their flair updated +[2020-07-18 14:59:53,269] '/u/jeddieinhd' has given '/u/Brage2004Norway' lambda! +[2020-07-18 14:59:54,660] /u/Brage2004Norway had their flair updated +[2020-07-18 15:03:44,207] '/u/Remoon101' has given '/u/superwatt123' lambda! +[2020-07-18 15:03:46,787] /u/superwatt123 had their flair updated +[2020-07-18 15:04:06,070] There has been a new submission: 'This is my first proper video. Apart from the quality (I’m working on that) what else could I improve on', with flair 'Video Critique' +[2020-07-18 15:04:07,500] /u/lordrazumdar had their submission removed for insufficient lambda. +[2020-07-18 15:04:09,348] /u/lordrazumdar had their flair updated +[2020-07-18 15:05:17,226] There has been a new submission: 'UIM SERIES EP 6 - Like and Subscribe for Future Videos! - Giving Lambda for Critique - Thanks in Advance', with flair 'Video Critique' +[2020-07-18 15:05:18,990] /u/ForgotMyOldAccount9 had their submission removed for insufficient lambda. +[2020-07-18 15:05:21,322] /u/ForgotMyOldAccount9 had their flair updated +[2020-07-18 15:05:39,015] There has been a new submission: 'Realm-Craft Episode 1 | Will do !givelambda for any and all feedback from people who saw the whole thing.', with flair 'Gaming' +[2020-07-18 15:05:40,206] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 15:05:40,207] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 15:05:42,827] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b1PRtetAwd0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 15:05:43,240] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6Nl_bD0FBrokmgFT8CjUDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 15:05:45,826] /u/Brage2004Norway had their flair updated +[2020-07-18 15:08:23,973] '/u/Cephas11' has given '/u/superwatt123' lambda! +[2020-07-18 15:08:26,349] /u/superwatt123 had their flair updated +[2020-07-18 15:09:00,646] '/u/Data_4_You' has given '/u/andrewwillard96' lambda! +[2020-07-18 15:09:02,615] /u/andrewwillard96 had their flair updated +[2020-07-18 15:09:41,529] /u/superwatt123 had their flair updated +[2020-07-18 15:17:40,767] '/u/Cephas11' has given '/u/MacaroniMozart' lambda! +[2020-07-18 15:17:43,271] /u/MacaroniMozart had their flair updated +[2020-07-18 15:18:02,157] There has been a new submission: 'Lamb Of God - 512', with flair 'Video Critique' +[2020-07-18 15:18:03,216] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-18 15:18:04,241] /u/kcbRodBuilding had their flair updated +[2020-07-18 15:22:30,125] '/u/Gilgamazing' has given '/u/Remoon101' lambda! +[2020-07-18 15:22:32,784] /u/Remoon101 had their flair updated +[2020-07-18 15:23:51,447] '/u/acexsd1' has given '/u/guyFCR' lambda! +[2020-07-18 15:23:53,378] /u/guyFCR had their flair updated +[2020-07-18 15:24:12,733] '/u/OldGothYT' has given '/u/superwatt123' lambda! +[2020-07-18 15:24:15,112] /u/superwatt123 had their flair updated +[2020-07-18 15:25:28,918] '/u/OldGothYT' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-18 15:25:30,419] /u/FynnKrauseFootballYT had their flair updated +[2020-07-18 15:28:45,880] There has been a new submission: 'Should I start (gaming) YouTube channel? (Serious question)', with flair 'Discussion' +[2020-07-18 15:28:46,858] /u/Rasid_Saran had their flair updated +[2020-07-18 15:29:26,210] There has been a new submission: 'A visualizer for one of my songs called Heavy Nova. What do you think would be good to add and make it more interesting?', with flair 'Video Critique' +[2020-07-18 15:29:26,653] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 15:29:26,655] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 15:29:42,267] +#################### +[Jul 18 2020 15:29:42] RESTARTED +#################### + +[2020-07-18 16:06:03,462] There has been a new submission: 'I got only 8 Subscribers now. I need to reach 50. Please help me lads.', with flair 'None' +[2020-07-18 16:06:05,708] /u/ICE__LK had their submission removed for insufficient lambda. +[2020-07-18 16:06:06,896] /u/ICE__LK had their flair updated +[2020-07-18 16:06:40,988] '/u/Brage2004Norway' has given '/u/Universal-Pro-Tech' lambda! +[2020-07-18 16:06:43,121] /u/Universal-Pro-Tech had their flair updated +[2020-07-18 16:08:55,318] '/u/RPG247' has given '/u/mpalin69' lambda! +[2020-07-18 16:08:57,536] /u/mpalin69 had their flair updated +[2020-07-18 16:09:28,752] '/u/RPG247' has given '/u/Data_4_You' lambda! +[2020-07-18 16:09:30,930] /u/Data_4_You had their flair updated +[2020-07-18 16:09:51,713] '/u/RPG247' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 16:09:53,459] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 16:10:13,268] '/u/Cephas11' has given '/u/Remoon101' lambda! +[2020-07-18 16:10:16,016] /u/Remoon101 had their flair updated +[2020-07-18 16:11:04,807] '/u/Cephas11' has given '/u/mpalin69' lambda! +[2020-07-18 16:11:07,506] /u/mpalin69 had their flair updated +[2020-07-18 16:11:57,516] /u/bwueno had their flair updated +[2020-07-18 16:13:29,326] '/u/superwatt123' has given '/u/MacaroniMozart' lambda! +[2020-07-18 16:13:31,748] /u/MacaroniMozart had their flair updated +[2020-07-18 16:13:51,731] '/u/superwatt123' has given '/u/mpalin69' lambda! +[2020-07-18 16:13:54,357] /u/mpalin69 had their flair updated +[2020-07-18 16:17:51,766] There has been a new submission: 'Any Advice on this Video I need Constructive Criticism', with flair 'Video Critique' +[2020-07-18 16:17:54,268] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:17:54,271] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:17:55,663] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R_LEknPkJzk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:17:56,074] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYUcih6cyCK6EOj3FXEMncQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:17:58,295] /u/TenziicYT had their flair updated +[2020-07-18 16:18:15,179] There has been a new submission: 'My First Edited Video 3 months ago a lil slpooy bur learning (Mostly old overwatch footage)', with flair 'Gaming' +[2020-07-18 16:18:16,606] /u/N8Qgun had their submission removed for insufficient lambda. +[2020-07-18 16:18:17,504] /u/N8Qgun had their flair updated +[2020-07-18 16:18:34,116] There has been a new submission: 'Our first Vlog ever! Please check it out, critiques are welcome!', with flair 'Vlog' +[2020-07-18 16:18:35,565] /u/UrBoiJash had their submission removed for insufficient lambda. +[2020-07-18 16:18:36,258] /u/UrBoiJash had their flair updated +[2020-07-18 16:18:54,057] There has been a new submission: 'Looking for small content creators to interview!', with flair 'Discussion' +[2020-07-18 16:18:55,415] /u/aew999 had their flair updated +[2020-07-18 16:19:12,001] There has been a new submission: 'BRUNO POWROZNIK ANIMATED | COMMENTS ARE HIGHLY APPRECIATED', with flair 'Art' +[2020-07-18 16:19:13,476] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:19:13,514] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:19:15,159] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zCJCBSFjnOo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:19:15,569] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzg8hMyKoXIJ0oUSAgEIdNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:19:17,577] /u/MacaroniMozart had their flair updated +[2020-07-18 16:21:34,159] There has been a new submission: 'I have created an animation channel recently called Anoan. I would appreciate your opinions or criticism on my Channel.', with flair 'Video Critique' +[2020-07-18 16:21:35,635] /u/Anoan1 had their submission removed for insufficient lambda. +[2020-07-18 16:21:37,771] /u/Anoan1 had their flair updated +[2020-07-18 16:21:57,212] There has been a new submission: 'Just a short video I made with a friend, not my best work. Giving out lambdas for tips :)', with flair 'Video Critique' +[2020-07-18 16:21:58,281] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:21:58,282] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:21:59,840] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MrZOmcHWXFc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:22:00,174] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:22:03,648] /u/GhrimeTF2 had their flair updated +[2020-07-18 16:24:19,658] '/u/Data_4_You' has given '/u/Remoon101' lambda! +[2020-07-18 16:24:22,201] /u/Remoon101 had their flair updated +[2020-07-18 16:24:44,060] '/u/MacaroniMozart' has given '/u/GhrimeTF2' lambda! +[2020-07-18 16:24:46,846] /u/GhrimeTF2 had their flair updated +[2020-07-18 16:25:19,133] There has been a new submission: 'Hi! I recently started with a new YouTube channel. Basically I make meme stuff. This is my first edit. It would be much apperciated if you take time and check out. Lambda for critique.', with flair 'Video Critique' +[2020-07-18 16:25:20,119] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:25:20,238] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:25:22,044] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ll3W0geqBzk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:25:22,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFO9eKtN_mKXFXdOI9VvkRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:25:25,114] /u/yeetbox_ had their flair updated +[2020-07-18 16:26:27,531] '/u/Monopoloctomeese' has given '/u/nicobrunostandup' lambda! +[2020-07-18 16:26:30,189] /u/nicobrunostandup had their flair updated +[2020-07-18 16:27:06,571] '/u/Monopoloctomeese' has given '/u/Drewsson' lambda! +[2020-07-18 16:27:08,663] /u/Drewsson had their flair updated +[2020-07-18 16:28:29,434] '/u/Monopoloctomeese' has given '/u/Brage2004Norway' lambda! +[2020-07-18 16:28:31,653] /u/Brage2004Norway had their flair updated +[2020-07-18 16:28:48,999] '/u/Monopoloctomeese' has given '/u/HumperTrooper15' lambda! +[2020-07-18 16:28:50,474] /u/HumperTrooper15 had their flair updated +[2020-07-18 16:29:43,633] '/u/Monopoloctomeese' has given '/u/LuigiTimeInc' lambda! +[2020-07-18 16:29:45,507] /u/LuigiTimeInc had their flair updated +[2020-07-18 16:37:23,091] '/u/Monopoloctomeese' has given '/u/DWRelive' lambda! +[2020-07-18 16:37:25,638] /u/DWRelive had their flair updated +[2020-07-18 16:38:12,532] '/u/Monopoloctomeese' has given '/u/mahhiinn' lambda! +[2020-07-18 16:38:15,391] /u/mahhiinn had their flair updated +[2020-07-18 16:39:15,035] '/u/Monopoloctomeese' has given '/u/phalgunnmaharishi' lambda! +[2020-07-18 16:39:17,408] /u/phalgunnmaharishi had their flair updated +[2020-07-18 16:40:17,950] '/u/Monopoloctomeese' has given '/u/N1ckJr' lambda! +[2020-07-18 16:40:20,986] /u/N1ckJr had their flair updated +[2020-07-18 16:40:41,708] There has been a new submission: 'Stop comparing your sub count with other channels', with flair 'Discussion' +[2020-07-18 16:40:45,844] /u/Themeaun had their flair updated +[2020-07-18 16:41:24,324] '/u/Monopoloctomeese' has given '/u/guyFCR' lambda! +[2020-07-18 16:41:27,157] /u/guyFCR had their flair updated +[2020-07-18 16:42:46,609] '/u/PIXELPIGYT' has given '/u/yeeaaahhboi' lambda! +[2020-07-18 16:42:49,516] /u/yeeaaahhboi had their flair updated +[2020-07-18 16:43:38,744] '/u/PIXELPIGYT' has given '/u/ECXL' lambda! +[2020-07-18 16:43:41,332] /u/ECXL had their flair updated +[2020-07-18 16:47:08,478] '/u/Data_4_You' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-18 16:47:10,855] /u/MJMusic_FreeMusic had their flair updated +[2020-07-18 16:48:04,958] There has been a new submission: 'The Buffed Genji Experience', with flair 'Gaming' +[2020-07-18 16:48:05,979] /u/BIGFOOTGAMER had their submission removed for insufficient lambda. +[2020-07-18 16:48:06,925] /u/BIGFOOTGAMER had their flair updated +[2020-07-18 16:50:22,901] There has been a new submission: 'Engineering Student. Designing the next Space Toilet. It can be harder and more complicated than you think!', with flair 'Vlog' +[2020-07-18 16:50:24,629] /u/DiscoverCuriosity had their submission removed for insufficient lambda. +[2020-07-18 16:50:27,251] /u/DiscoverCuriosity had their flair updated +[2020-07-18 16:51:12,989] There has been a new submission: '100s Review of Toy Story 4', with flair 'Video Critique' +[2020-07-18 16:51:14,422] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:51:14,461] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:51:15,982] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w1MfyuBsvQA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:51:16,515] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:51:19,999] /u/Fangore had their flair updated +[2020-07-18 16:52:46,097] '/u/GhrimeTF2' has given '/u/talsean' lambda! +[2020-07-18 16:52:49,083] /u/talsean had their flair updated +[2020-07-18 16:54:41,328] There has been a new submission: 'cola and baking soda experement ! Contribute to the development of our channel Thanks beforehand', with flair 'Channel Review' +[2020-07-18 16:54:42,639] /u/fakegamer54651 had their submission removed for insufficient lambda. +[2020-07-18 16:54:44,402] /u/fakegamer54651 had their flair updated +[2020-07-18 16:59:22,125] There has been a new submission: 'Any Criticism', with flair 'Video Critique' +[2020-07-18 16:59:22,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 16:59:22,572] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 16:59:22,950] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Hbs4ZkgVjXc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:59:23,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYUcih6cyCK6EOj3FXEMncQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 16:59:24,311] /u/TenziicYT had their flair updated +[2020-07-18 17:07:20,193] There has been a new submission: 'How to Grow YT CHANNEL', with flair 'Discussion' +[2020-07-18 17:07:22,567] /u/Data_4_You had their flair updated +[2020-07-18 17:18:53,231] '/u/Fangore' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-18 17:18:55,281] /u/YaGuyAlex_yt had their flair updated +[2020-07-18 17:23:55,875] '/u/Gilgamazing' has given '/u/_-_-_-Farinxe-_-_-_' lambda! +[2020-07-18 17:23:57,883] /u/_-_-_-Farinxe-_-_-_ had their flair updated +[2020-07-18 17:24:07,767] There has been a new submission: 'How long do you think it will take you to blow up if you completely committed ?', with flair 'Discussion' +[2020-07-18 17:24:09,874] /u/vidssmesh had their flair updated +[2020-07-18 17:24:48,256] There has been a new submission: 'Do tags matter', with flair 'Discussion' +[2020-07-18 17:24:50,123] /u/vidssmesh had their flair updated +[2020-07-18 17:25:09,070] '/u/Gilgamazing' has given '/u/Data_4_You' lambda! +[2020-07-18 17:25:11,255] /u/Data_4_You had their flair updated +[2020-07-18 17:26:29,605] There has been a new submission: 'How big is to big for you guys channel wise 😂😂', with flair 'Discussion' +[2020-07-18 17:26:31,267] /u/vidssmesh had their flair updated +[2020-07-18 17:27:22,009] There has been a new submission: 'Who do you think my target audience would be for a compilation channel ticktock wise ?', with flair 'Meta' +[2020-07-18 17:27:23,453] /u/vidssmesh had their flair updated +[2020-07-18 17:29:23,102] There has been a new submission: 'Just started a series where I research things I don’t know much (or anything) about! It’s called “Scotty Doesn't Know” and this is EP. 4: Tampons, Pads, & Other Menstrual Products (Any critique is welcome!)', with flair 'Video Critique' +[2020-07-18 17:29:24,074] /u/ScottChesnutt had their submission removed for insufficient lambda. +[2020-07-18 17:29:24,871] /u/ScottChesnutt had their flair updated +[2020-07-18 17:29:54,050] +#################### +[Jul 18 2020 17:29:54] RESTARTED +#################### + +[2020-07-18 18:03:18,558] There has been a new submission: 'Make friends that know people', with flair 'Discussion' +[2020-07-18 18:03:20,770] /u/vidssmesh had their flair updated +[2020-07-18 18:03:38,756] There has been a new submission: 'How I started my Business | In COVID -19', with flair 'Thumbnail Review' +[2020-07-18 18:03:40,150] /u/DavinaCarter had their submission removed for insufficient lambda. +[2020-07-18 18:03:41,910] /u/DavinaCarter had their flair updated +[2020-07-18 18:03:59,463] There has been a new submission: 'Modern Warfare Funniest Moments of 2020 (so far)', with flair 'Gaming' +[2020-07-18 18:04:00,853] /u/WubbzyHeat had their submission removed for insufficient lambda. +[2020-07-18 18:04:02,692] /u/WubbzyHeat had their flair updated +[2020-07-18 18:07:42,697] '/u/Brage2004Norway' has given '/u/talsean' lambda! +[2020-07-18 18:07:44,977] /u/talsean had their flair updated +[2020-07-18 18:08:17,573] '/u/Brage2004Norway' has given '/u/ScottChesnutt' lambda! +[2020-07-18 18:08:19,497] /u/ScottChesnutt had their flair updated +[2020-07-18 18:08:36,521] '/u/Clydian_Fayre' has given '/u/fredrickle' lambda! +[2020-07-18 18:08:38,537] /u/fredrickle had their flair updated +[2020-07-18 18:08:56,159] '/u/Brage2004Norway' has given '/u/MacaroniMozart' lambda! +[2020-07-18 18:08:58,329] /u/MacaroniMozart had their flair updated +[2020-07-18 18:09:29,350] '/u/Clydian_Fayre' has given '/u/Djbernie805' lambda! +[2020-07-18 18:09:31,519] /u/Djbernie805 had their flair updated +[2020-07-18 18:11:03,017] '/u/kicksbyamir' has given '/u/documatt' lambda! +[2020-07-18 18:11:05,595] /u/documatt had their flair updated +[2020-07-18 18:11:54,241] '/u/kicksbyamir' has given '/u/Djbernie805' lambda! +[2020-07-18 18:11:57,396] /u/Djbernie805 had their flair updated +[2020-07-18 18:13:00,774] '/u/kicksbyamir' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-18 18:13:03,553] /u/BeatsandPiecesYT had their flair updated +[2020-07-18 18:13:36,316] '/u/OldGothYT' has given '/u/Remoon101' lambda! +[2020-07-18 18:13:38,743] /u/Remoon101 had their flair updated +[2020-07-18 18:15:28,272] '/u/TenziicYT' has given '/u/Remoon101' lambda! +[2020-07-18 18:15:30,733] /u/Remoon101 had their flair updated +[2020-07-18 18:16:46,172] There has been a new submission: 'Don’t stop uploading!', with flair 'Discussion' +[2020-07-18 18:16:48,019] /u/abby2207 had their flair updated +[2020-07-18 18:17:06,413] There has been a new submission: 'IveI've been slowly getting better at my editing how do you all like it? Let me know where I could be better pls.', with flair 'Video Critique' +[2020-07-18 18:17:07,606] /u/WhiteRicereddit had their submission removed for insufficient lambda. +[2020-07-18 18:17:08,672] /u/WhiteRicereddit had their flair updated +[2020-07-18 18:18:11,137] '/u/MacaroniMozart' has given '/u/Remoon101' lambda! +[2020-07-18 18:18:13,559] /u/Remoon101 had their flair updated +[2020-07-18 18:19:49,408] '/u/GhrimeTF2' has given '/u/Remoon101' lambda! +[2020-07-18 18:19:51,340] /u/Remoon101 had their flair updated +[2020-07-18 18:20:42,021] '/u/GhrimeTF2' has given '/u/Fangore' lambda! +[2020-07-18 18:20:44,811] /u/Fangore had their flair updated +[2020-07-18 18:21:46,175] There has been a new submission: 'Playing this because of social distancing', with flair 'Gaming' +[2020-07-18 18:21:47,727] /u/Brokem13 had their submission removed for insufficient lambda. +[2020-07-18 18:21:49,815] /u/Brokem13 had their flair updated +[2020-07-18 18:24:07,987] '/u/Remoon101' has given '/u/DiscoverCuriosity' lambda! +[2020-07-18 18:24:09,989] /u/DiscoverCuriosity had their flair updated +[2020-07-18 18:28:17,056] There has been a new submission: 'why i'm so good at valorant (I let my friend edit this video let me know how he did!)', with flair 'Gaming' +[2020-07-18 18:28:21,191] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 18:28:21,194] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 18:28:22,995] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4nDHA54pwNM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 18:28:23,404] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYTZt_jxlmOqdhje8JwP6xQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 18:28:25,365] /u/YoungKano had their flair updated +[2020-07-18 18:42:50,796] There has been a new submission: 'Let me know what you think of my latest video.', with flair 'Video Critique' +[2020-07-18 18:42:52,499] /u/SkillsWithScot had their submission removed for insufficient lambda. +[2020-07-18 18:42:54,447] /u/SkillsWithScot had their flair updated +[2020-07-18 18:44:35,635] There has been a new submission: 'How to Crochet: Magic Circle/ Magic Ring/ Magic Loop', with flair 'Art' +[2020-07-18 18:44:36,898] /u/jcreuz had their submission removed for insufficient lambda. +[2020-07-18 18:44:38,597] /u/jcreuz had their flair updated +[2020-07-18 18:45:10,556] '/u/Brage2004Norway' has given '/u/Remoon101' lambda! +[2020-07-18 18:45:12,309] /u/Remoon101 had their flair updated +[2020-07-18 18:46:57,947] There has been a new submission: 'Slayer!! Repentless', with flair 'Channel Review' +[2020-07-18 18:46:59,299] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-18 18:47:00,693] /u/kcbRodBuilding had their flair updated +[2020-07-18 18:52:01,825] There has been a new submission: 'Destroying The Lobby In Fortnite! - Fortnite Highlights #1 2020', with flair 'Gaming' +[2020-07-18 18:52:03,379] /u/No_Opinion8768 had their submission removed for insufficient lambda. +[2020-07-18 18:52:05,509] /u/No_Opinion8768 had their flair updated +[2020-07-18 18:53:52,016] There has been a new submission: 'Upcoming video game // EvoTown', with flair 'Channel Review' +[2020-07-18 18:53:53,491] /u/RedGoes had their submission removed for insufficient lambda. +[2020-07-18 18:53:55,378] /u/RedGoes had their flair updated +[2020-07-18 18:55:33,412] There has been a new submission: 'Can you support my gus i have 97 Sub :(', with flair 'Channel Review' +[2020-07-18 18:55:34,675] /u/fabricefunny had their submission removed for insufficient lambda. +[2020-07-18 18:55:36,266] /u/fabricefunny had their flair updated +[2020-07-18 18:58:56,538] There has been a new submission: 'Looking for some help getting to 100 subsubscribers on my video game podcasts Youtube page. We’ve been working really hard in it recently so if you have any interest in video games check us out!', with flair 'Gaming' +[2020-07-18 18:58:57,570] /u/CLASSIESTCHIMP209 had their submission removed for insufficient lambda. +[2020-07-18 18:58:58,294] /u/CLASSIESTCHIMP209 had their flair updated +[2020-07-18 18:59:43,332] '/u/TenziicYT' has given '/u/Rubenazo1999' lambda! +[2020-07-18 18:59:44,211] /u/Rubenazo1999 had their flair updated +[2020-07-18 19:05:09,983] '/u/YoungKano' has given '/u/Remoon101' lambda! +[2020-07-18 19:05:12,439] /u/Remoon101 had their flair updated +[2020-07-18 19:05:30,833] There has been a new submission: '"Why Cops was Cancelled: When a Perp Calls Shotgun." Real short video with a lot of work put into it. You all have been really helpful with your ctiques so I'd love to hear some more! ( LAMBDA for comments and critiques)', with flair 'Video Critique' +[2020-07-18 19:05:32,304] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 19:05:32,306] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 19:05:33,734] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-kDGiwW0gQA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 19:05:34,064] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 19:05:37,256] /u/TeamRemavi had their flair updated +[2020-07-18 19:10:28,017] There has been a new submission: 'How to have fun camping!!', with flair 'Vlog' +[2020-07-18 19:10:30,137] /u/danchi23 had their submission removed for insufficient lambda. +[2020-07-18 19:10:32,449] /u/danchi23 had their flair updated +[2020-07-18 19:10:56,867] '/u/TenziicYT' has given '/u/Brandonator247' lambda! +[2020-07-18 19:10:59,124] /u/Brandonator247 had their flair updated +[2020-07-18 19:11:47,895] '/u/Cephas11' has given '/u/Rubenazo1999' lambda! +[2020-07-18 19:11:50,043] /u/Rubenazo1999 had their flair updated +[2020-07-18 19:23:13,144] '/u/PrestigeBTS' has given '/u/CraftsmanStudios' lambda! +[2020-07-18 19:23:15,131] /u/CraftsmanStudios had their flair updated +[2020-07-18 19:26:08,143] There has been a new submission: 'Musical Ear Training (3 notes per melody) - Please use an instrument and try to follow along / Feedback is greatly appreciated!', with flair 'Video Critique' +[2020-07-18 19:26:09,936] /u/Drew_Woodruff had their submission removed for insufficient lambda. +[2020-07-18 19:26:11,434] /u/Drew_Woodruff had their flair updated +[2020-07-18 19:26:41,341] There has been a new submission: 'Finaly added some Banners and a Trailer to my channel! Im doing Valorant Videos and planing on doing Fragmovies and Highlight replays! Would be cool if you guys could give feedback on the new Trailer as well :) Will be givin that juicy lambda', with flair 'Channel Review' +[2020-07-18 19:26:41,656] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 19:26:41,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 19:26:41,769] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PPYswcWTPBc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 19:26:41,866] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRc3s2O-nDNdxTy9UuUr1EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 19:26:44,058] /u/flippifly had their flair updated +[2020-07-18 19:28:56,993] There has been a new submission: 'I made a commentary video on The Real Cost- the organization associated with preventing children from substance abuse. It would be helpful to check it out :).', with flair 'Video Critique' +[2020-07-18 19:28:57,827] /u/0jyn had their submission removed for insufficient lambda. +[2020-07-18 19:28:58,635] /u/0jyn had their flair updated +[2020-07-18 19:29:29,487] +#################### +[Jul 18 2020 19:29:29] RESTARTED +#################### + +[2020-07-18 19:51:14,221] +#################### +[Jul 18 2020 19:51:14] RESTARTED +#################### + +[2020-07-18 19:53:11,569] +#################### +[Jul 18 2020 19:53:11] RESTARTED +#################### + +[2020-07-18 20:28:35,953] +#################### +[Jul 18 2020 20:28:35] RESTARTED +#################### + +[2020-07-18 20:29:01,382] '/u/TeamRemavi' has given '/u/eborghetto99' lambda! +[2020-07-18 20:29:01,929] /u/eborghetto99 had their flair updated +[2020-07-18 20:29:05,120] /u/Ghryms had their flair updated +[2020-07-18 20:29:20,027] '/u/Ghryms' has given '/u/BetaBradTv' lambda! +[2020-07-18 20:29:20,502] /u/BetaBradTv had their flair updated +[2020-07-18 20:30:05,944] There has been a new submission: 'MAKING A MOBILE GAME 1 DAY... How I almost FAILED - making a game in one day', with flair 'Video Critique' +[2020-07-18 20:30:07,553] /u/generalistprogrammer had their submission removed for insufficient lambda. +[2020-07-18 20:30:09,895] /u/generalistprogrammer had their flair updated +[2020-07-18 20:30:15,610] There has been a new submission: 'Would love some feedback on this skit I did and also the thumbnail (as I'm still experimenting with new things). I know the sound quality is a bit inconsistent and the camera can be shaky, but I'm working on a new camera and tripod atm.', with flair 'Video Critique' +[2020-07-18 20:30:16,410] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 20:30:16,417] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 20:30:16,512] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FWBHo2vH0dY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:16,610] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:19,915] /u/YaGuyAlex_yt had their flair updated +[2020-07-18 20:30:25,543] There has been a new submission: 'Hey everyone! I have a background in video production. I've learned a lot from y'all about the YouTube side of things, so I figured I'd offer my help.', with flair 'Discussion' +[2020-07-18 20:30:28,626] /u/titaniumtop had their flair updated +[2020-07-18 20:30:34,230] There has been a new submission: 'This is a video that took me a total of 40 hours to make, Its the first video where I am actually kind of proud of it and I would like to know your thoughts about it!', with flair 'Video Critique' +[2020-07-18 20:30:34,993] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 20:30:34,999] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 20:30:35,094] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Q0M55Jo5OBk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:35,194] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJrLSTY_yDinVMTW5nTvKzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:38,537] /u/Ghryms had their flair updated +[2020-07-18 20:30:44,137] There has been a new submission: 'Hi! I recently made a JustCause4 Video after not playing the game or not making videos on the game for a while and I am quite proud of how it turned out. If you could check it out or give me future ideas to do on this game that would be great!', with flair 'Gaming' +[2020-07-18 20:30:46,231] /u/infinite06 had their submission removed for insufficient lambda. +[2020-07-18 20:30:48,502] /u/infinite06 had their flair updated +[2020-07-18 20:30:54,265] There has been a new submission: 'After my last video critique, I toned down the thumbnail and planned my video better. I was quite happy with this one but would really like to know where I can improve!', with flair 'Video Critique' +[2020-07-18 20:30:55,019] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 20:30:55,025] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 20:30:55,117] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6wYZvyGga3o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:55,214] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCm1BWGGr9_9_OGdbBz5u20Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:30:58,586] /u/ARealHumanBean7 had their flair updated +[2020-07-18 20:31:04,295] There has been a new submission: 'Finally hit the big 10th episode! also thank you all so much for helping me to almost hit 100 subs too!', with flair 'Art' +[2020-07-18 20:31:06,424] /u/Cookingblue3556 had their submission removed for insufficient lambda. +[2020-07-18 20:31:08,707] /u/Cookingblue3556 had their flair updated +[2020-07-18 20:31:14,422] There has been a new submission: 'Muhammad Ali Vs. Mike Tyson (Lost Footage)', with flair 'Gaming' +[2020-07-18 20:31:16,770] /u/refskins14 had their submission removed for insufficient lambda. +[2020-07-18 20:31:19,030] /u/refskins14 had their flair updated +[2020-07-18 20:31:24,680] There has been a new submission: 'Critique my thumbnail and video, first video with my voice done, and first video done by my editor', with flair 'Video Critique' +[2020-07-18 20:31:26,815] /u/M_eme_M_aker had their submission removed for insufficient lambda. +[2020-07-18 20:31:29,064] /u/M_eme_M_aker had their flair updated +[2020-07-18 20:31:45,754] There has been a new submission: 'New Ring Of Hecate Makes Ao Kuang SS Tier! - Smite, Any Feedback Is Greatly Appreciated!', with flair 'Video Critique' +[2020-07-18 20:31:45,980] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 20:31:45,986] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 20:31:46,078] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dZ96d59kL0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:31:46,182] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBNaR6mBQG7xFTTbRyAuJjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 20:31:49,414] /u/IssaMovement had their flair updated +[2020-07-18 20:32:50,153] Starting every day program... +[2020-07-18 20:32:50,154] Updating database statistics... +[2020-07-18 20:32:50,174] Posting and updating wiki... +[2020-07-18 20:33:06,665] Formatting leaderboard... +[2020-07-18 20:33:06,686] Updating sidebar... +[2020-07-18 20:33:09,983] Updated in new reddit... +[2020-07-18 20:33:14,141] Updated in old reddit... +[2020-07-18 20:33:14,142] Completed. +[2020-07-18 20:35:22,285] There has been a new submission: 'YOUTUBE COD', with flair 'Gaming' +[2020-07-18 20:35:23,646] /u/PlayboyPenguin1007 had their submission removed for insufficient lambda. +[2020-07-18 20:35:25,415] /u/PlayboyPenguin1007 had their flair updated +[2020-07-18 20:37:03,695] There has been a new submission: 'Macadamia Nut Cocktail-need your help', with flair 'Video Critique' +[2020-07-18 20:37:04,930] /u/allaboutthecocktail had their submission removed for insufficient lambda. +[2020-07-18 20:37:06,387] /u/allaboutthecocktail had their flair updated +[2020-07-18 20:42:49,100] There has been a new submission: 'Why is your YouTube channel failing. (Must Read)', with flair 'Discussion' +[2020-07-18 20:42:51,759] /u/life_is_sadd had their flair updated +[2020-07-18 20:43:22,928] '/u/ARealHumanBean7' has given '/u/BetaBradTv' lambda! +[2020-07-18 20:43:24,885] /u/BetaBradTv had their flair updated +[2020-07-18 20:48:41,367] There has been a new submission: 'pls subscribe to my channel if you like my video', with flair 'Channel Review' +[2020-07-18 20:48:42,225] /u/VEDAHtheDJ had their submission removed for insufficient lambda. +[2020-07-18 20:48:43,155] /u/VEDAHtheDJ had their flair updated +[2020-07-18 20:51:10,604] '/u/YaGuyAlex_yt' has given '/u/Goatsause' lambda! +[2020-07-18 20:51:12,800] /u/Goatsause had their flair updated +[2020-07-18 20:51:46,777] There has been a new submission: 'pls subscribe to my channel if you like the video. Channel name: VEDAH', with flair 'Video Critique' +[2020-07-18 20:51:48,774] /u/VEDAHtheDJ had their submission removed for insufficient lambda. +[2020-07-18 20:51:50,927] /u/VEDAHtheDJ had their flair updated +[2020-07-18 20:53:26,546] There has been a new submission: 'pls subscribe to my channel if you like the video. channel link: https://www.youtube.com/channel/UCV_R9rLB7VZELKvGBo3I3hA', with flair 'Channel Review' +[2020-07-18 20:53:28,335] /u/VEDAHtheDJ had their submission removed for insufficient lambda. +[2020-07-18 20:53:30,280] /u/VEDAHtheDJ had their flair updated +[2020-07-18 21:00:24,705] '/u/MacaroniMozart' has given '/u/qzeqYT' lambda! +[2020-07-18 21:00:26,997] /u/qzeqYT had their flair updated +[2020-07-18 21:01:59,551] There has been a new submission: 'Karen stories', with flair 'Channel Review' +[2020-07-18 21:02:01,490] /u/WTFreactionsYT had their submission removed for insufficient lambda. +[2020-07-18 21:02:03,629] /u/WTFreactionsYT had their flair updated +[2020-07-18 21:05:32,222] '/u/YoungKano' has given '/u/NadNapz' lambda! +[2020-07-18 21:05:33,888] /u/NadNapz had their flair updated +[2020-07-18 21:12:07,692] '/u/Ghryms' has given '/u/JanosLW' lambda! +[2020-07-18 21:12:09,799] /u/JanosLW had their flair updated +[2020-07-18 21:14:58,309] '/u/Monopoloctomeese' has given '/u/Rubenazo1999' lambda! +[2020-07-18 21:15:00,045] /u/Rubenazo1999 had their flair updated +[2020-07-18 21:16:46,382] There has been a new submission: 'Question About YouTube Embeds?', with flair 'Discussion' +[2020-07-18 21:16:48,117] /u/TheTrebleKnight had their flair updated +[2020-07-18 21:17:04,078] There has been a new submission: 'I found this In ghost', with flair 'Video Critique' +[2020-07-18 21:17:05,295] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-18 21:17:06,678] /u/Theirishlizard had their flair updated +[2020-07-18 21:17:13,769] '/u/TeamRemavi' has given '/u/Goatsause' lambda! +[2020-07-18 21:17:15,099] /u/Goatsause had their flair updated +[2020-07-18 21:20:06,826] '/u/emilyychu' has given '/u/MK_dude' lambda! +[2020-07-18 21:20:09,148] /u/MK_dude had their flair updated +[2020-07-18 21:26:22,546] '/u/ARealHumanBean7' has given '/u/Goatsause' lambda! +[2020-07-18 21:26:24,166] /u/Goatsause had their flair updated +[2020-07-18 21:27:48,592] '/u/ARealHumanBean7' has given '/u/KeepItHazy' lambda! +[2020-07-18 21:27:49,789] /u/KeepItHazy had their flair updated +[2020-07-18 21:28:23,712] '/u/ARealHumanBean7' has given '/u/RegebroRepairs' lambda! +[2020-07-18 21:28:24,779] /u/RegebroRepairs had their flair updated +[2020-07-18 21:28:37,906] '/u/YaGuyAlex_yt' has given '/u/JenniferMatthew' lambda! +[2020-07-18 21:28:38,872] /u/JenniferMatthew had their flair updated +[2020-07-18 21:28:53,860] '/u/superwatt123' has given '/u/Remoon101' lambda! +[2020-07-18 21:28:54,729] /u/Remoon101 had their flair updated +[2020-07-18 21:29:58,178] There has been a new submission: 'My first time reviewing a piece of tech. I know it's not the best, but any criticism to make these type of videos better would be appreciated.', with flair 'Video Critique' +[2020-07-18 21:29:58,386] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 21:29:58,392] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 21:29:58,493] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XeKb9F-EXfM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:29:58,639] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKwj0E33bLbsd-nW_KGGZOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:29:59,339] /u/superwatt123 had their flair updated +[2020-07-18 21:30:56,946] There has been a new submission: 'Backyard Motocross II | Sony A7III and DJI Mavic Mini | please let me know any feedback you have! Thanks everyone!', with flair 'Video Critique' +[2020-07-18 21:30:59,006] /u/Oddly_Shaped_Onion had their submission removed for insufficient lambda. +[2020-07-18 21:31:01,261] /u/Oddly_Shaped_Onion had their flair updated +[2020-07-18 21:31:27,496] There has been a new submission: 'Retro Rewind Gamer', with flair 'Gaming' +[2020-07-18 21:31:29,727] /u/Retro-Rewind-Gaming had their submission removed for insufficient lambda. +[2020-07-18 21:31:31,915] /u/Retro-Rewind-Gaming had their flair updated +[2020-07-18 21:35:49,684] '/u/ARealHumanBean7' has given '/u/JenniferMatthew' lambda! +[2020-07-18 21:35:51,288] /u/JenniferMatthew had their flair updated +[2020-07-18 21:36:10,712] There has been a new submission: 'You ever laugh at your own videos? I'm really proud with how this one turned out. Will give lambda to any critiques.', with flair 'Video Critique' +[2020-07-18 21:36:11,087] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 21:36:11,093] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 21:36:11,191] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eon36ALUlRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:36:11,281] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:36:13,472] /u/ECXL had their flair updated +[2020-07-18 21:38:50,385] There has been a new submission: 'I am really grinding to put out Rust videos and AMV's to grow', with flair 'Gaming' +[2020-07-18 21:38:51,222] /u/itsDashhh had their submission removed for insufficient lambda. +[2020-07-18 21:38:52,098] /u/itsDashhh had their flair updated +[2020-07-18 21:40:45,366] There has been a new submission: 'Ellen Hates Young People', with flair 'Video Critique' +[2020-07-18 21:40:47,425] /u/LordCallum_ had their submission removed for insufficient lambda. +[2020-07-18 21:40:49,693] /u/LordCallum_ had their flair updated +[2020-07-18 21:45:26,527] '/u/IssaMovement' has given '/u/KeepItHazy' lambda! +[2020-07-18 21:45:28,194] /u/KeepItHazy had their flair updated +[2020-07-18 21:46:00,310] There has been a new submission: 'Hi guys I would like to see what do you think about my content, Thank you! Here is my first vid.', with flair 'Gaming' +[2020-07-18 21:46:01,979] /u/BlacknWhiteCrow had their submission removed for insufficient lambda. +[2020-07-18 21:46:03,548] /u/BlacknWhiteCrow had their flair updated +[2020-07-18 21:51:43,864] There has been a new submission: 'Hey, peps. I'm looking for genuine advises on how to improve my content and how to reach a bigger audience, thanks in advance :). Custom Painted Wallet // How To Customise Your Wallet // Painting on My ...', with flair 'Video Critique' +[2020-07-18 21:51:44,557] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 21:51:44,563] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 21:51:44,683] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9J3YRKhu1ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:51:44,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp6fscJo8vxJNAOF4RqqPUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 21:51:47,815] /u/Mosh_not_Posh had their flair updated +[2020-07-18 21:55:41,508] There has been a new submission: 'Check Out Our Brand New New Broadcast As Part Of Our Channel Relaunch!', with flair 'Video Critique' +[2020-07-18 21:55:43,022] /u/JokingSeriously4 had their submission removed for insufficient lambda. +[2020-07-18 21:55:44,646] /u/JokingSeriously4 had their flair updated +[2020-07-18 22:00:24,901] There has been a new submission: 'I just made my first video! Let me know what you guys think!', with flair 'Gaming' +[2020-07-18 22:00:26,989] /u/Trax_yt had their submission removed for insufficient lambda. +[2020-07-18 22:00:29,295] /u/Trax_yt had their flair updated +[2020-07-18 22:08:36,800] There has been a new submission: 'A video that is a year in the making!!', with flair 'Vlog' +[2020-07-18 22:08:37,630] /u/Davis7856 had their submission removed for insufficient lambda. +[2020-07-18 22:08:38,569] /u/Davis7856 had their flair updated +[2020-07-18 22:12:50,815] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 2 - Sensei Ishikawa', with flair 'Gaming' +[2020-07-18 22:12:52,709] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-18 22:12:54,741] /u/CecliusPlaysHD had their flair updated +[2020-07-18 22:25:34,891] '/u/bigblindbear' has given '/u/guyFCR' lambda! +[2020-07-18 22:25:36,545] /u/guyFCR had their flair updated +[2020-07-18 22:28:35,101] +#################### +[Jul 18 2020 22:28:35] RESTARTED +#################### + +[2020-07-18 22:32:21,950] '/u/flippifly' has given '/u/Remoon101' lambda! +[2020-07-18 22:32:23,988] /u/Remoon101 had their flair updated +[2020-07-18 22:37:43,867] '/u/YaGuyAlex_yt' has given '/u/CrispyDann' lambda! +[2020-07-18 22:37:45,112] /u/CrispyDann had their flair updated +[2020-07-18 22:39:20,908] '/u/YaGuyAlex_yt' has given '/u/Mosh_not_Posh' lambda! +[2020-07-18 22:39:21,614] /u/Mosh_not_Posh had their flair updated +[2020-07-18 22:40:56,987] '/u/YaGuyAlex_yt' has given '/u/Remoon101' lambda! +[2020-07-18 22:40:59,233] /u/Remoon101 had their flair updated +[2020-07-18 22:41:41,788] '/u/Mosh_not_Posh' has given '/u/Remoon101' lambda! +[2020-07-18 22:41:44,006] /u/Remoon101 had their flair updated +[2020-07-18 22:41:54,223] '/u/ECXL' has given '/u/Remoon101' lambda! +[2020-07-18 22:41:56,442] /u/Remoon101 had their flair updated +[2020-07-18 22:42:45,374] There has been a new submission: 'This kid stole his AFRICAN dad's CAR!😨', with flair 'Vlog' +[2020-07-18 22:42:47,131] /u/zeanluc had their submission removed for insufficient lambda. +[2020-07-18 22:42:49,221] /u/zeanluc had their flair updated +[2020-07-18 23:00:18,170] '/u/superwatt123' has given '/u/Nadia_Robot' lambda! +[2020-07-18 23:00:20,455] /u/Nadia_Robot had their flair updated +[2020-07-18 23:01:14,128] '/u/superwatt123' has given '/u/Remoon101' lambda! +[2020-07-18 23:01:16,346] /u/Remoon101 had their flair updated +[2020-07-18 23:02:26,962] There has been a new submission: 'Watch me play Outlast and get the crap scared out of me :)', with flair 'Video Critique' +[2020-07-18 23:02:28,925] /u/VirtualNexus_YT had their submission removed for insufficient lambda. +[2020-07-18 23:02:31,028] /u/VirtualNexus_YT had their flair updated +[2020-07-18 23:05:24,625] There has been a new submission: 'Why I'm Worried yet Excited about Paper Mario The Origami King. All feedback is appreciated!', with flair 'Video Critique' +[2020-07-18 23:05:24,893] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-18 23:05:24,895] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-18 23:05:25,015] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MGvjr48hg9E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 23:05:25,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV3k6E9YoUz8cGuyfSiRmLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-18 23:05:27,409] /u/BetaBradTv had their flair updated +[2020-07-18 23:06:16,600] There has been a new submission: 'When do you think is the best time to Upload?', with flair 'Discussion' +[2020-07-18 23:06:18,686] /u/Rubenazo1999 had their flair updated +[2020-07-18 23:11:29,112] There has been a new submission: 'Can i get feedback on how i edit please? Would mean a lot to me', with flair 'Video Critique' +[2020-07-18 23:11:31,034] /u/enesk_70 had their submission removed for insufficient lambda. +[2020-07-18 23:11:33,210] /u/enesk_70 had their flair updated +[2020-07-18 23:15:17,273] There has been a new submission: 'Try Not To Laugh😂. (Funny Adult Story)', with flair 'Vlog' +[2020-07-18 23:15:18,739] /u/badboylus had their submission removed for insufficient lambda. +[2020-07-18 23:15:20,427] /u/badboylus had their flair updated +[2020-07-18 23:26:31,762] '/u/TeamRemavi' has given '/u/JenniferMatthew' lambda! +[2020-07-18 23:26:33,241] /u/JenniferMatthew had their flair updated +[2020-07-18 23:29:32,078] '/u/TeamRemavi' has given '/u/Remoon101' lambda! +[2020-07-18 23:29:32,646] /u/Remoon101 had their flair updated +[2020-07-18 23:34:47,219] There has been a new submission: 'What do you guys recommend on how to get more subs and views?', with flair 'Discussion' +[2020-07-18 23:34:49,373] /u/CrispyDann had their flair updated +[2020-07-18 23:45:31,169] There has been a new submission: 'Can you check out my channel? I post Minecraft content, and would really appreciate it if you did! YT name is Ch33z d00d13, cant link cause this subreddit wont let me', with flair 'Gaming' +[2020-07-18 23:45:32,486] /u/large_waffle69 had their submission removed for insufficient lambda. +[2020-07-18 23:45:34,130] /u/large_waffle69 had their flair updated +[2020-07-18 23:47:38,628] '/u/BetaBradTv' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-18 23:47:39,886] /u/BeatsandPiecesYT had their flair updated +[2020-07-18 23:50:15,623] There has been a new submission: 'A good place to look for clients to edit for?', with flair 'Discussion' +[2020-07-18 23:50:18,125] /u/muffinboi220 had their flair updated +[2020-07-19 00:01:37,785] There has been a new submission: 'I want free McDonalds for all', with flair 'Video Critique' +[2020-07-19 00:01:39,703] /u/GlenMoffie had their submission removed for insufficient lambda. +[2020-07-19 00:01:41,863] /u/GlenMoffie had their flair updated +[2020-07-19 00:03:47,108] There has been a new submission: 'If you have more mid-roll ads on your videos do you get paid more?', with flair 'Discussion' +[2020-07-19 00:03:49,467] /u/Tristanio97 had their flair updated +[2020-07-19 00:03:56,824] There has been a new submission: 'What can I do to improve the “Nay at Nite” channel? 😄', with flair 'Channel Review' +[2020-07-19 00:03:58,472] /u/naynaybutton had their submission removed for insufficient lambda. +[2020-07-19 00:04:00,366] /u/naynaybutton had their flair updated +[2020-07-19 00:09:45,163] There has been a new submission: 'UnPopular Opinion Charlie And The Chocolate Factory 2005 Is The Better Of The Two Willy Wonka Movies (Id love some feedback and thoughts)', with flair 'Video Critique' +[2020-07-19 00:09:45,356] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 00:09:45,357] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 00:09:45,450] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=USk15Kdwexw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:09:45,541] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-MgLjIOBVz2CbQzjLqB6Dg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:09:46,569] /u/filterjohny-68 had their flair updated +[2020-07-19 00:12:09,262] There has been a new submission: '“If YouTube Was The Killer” - Us content creators spend alot of time on YT. This is my second horror parody based on the cheesy horror/sci-fi flicks of the 1950s. It asks the question... what if the killer was YouTube?', with flair 'Video Critique' +[2020-07-19 00:12:09,807] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 00:12:09,809] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 00:12:09,906] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O0XkV6wG-7c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:12:09,998] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZEILc9P0_BVZVdtFkr1-uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:12:13,042] /u/ImCurious012 had their flair updated +[2020-07-19 00:15:25,916] There has been a new submission: 'Hey guys, I work really hard on this video and it my favorite so far. I would love some feedback though, what can I do to make my future videos better?? Giving LAMBDA for all FEEDBACK', with flair 'Video Critique' +[2020-07-19 00:15:26,260] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 00:15:26,261] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 00:15:26,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8ID6tcasSUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:15:26,441] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGsOl8wcBjOK4RCm2-7oNug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:15:28,851] /u/talsean had their flair updated +[2020-07-19 00:20:50,055] There has been a new submission: 'Hey Im Tre and I run “Kind of a Channel” I mostly focus on gaming and I try to do things that seperate from the usual gaming vid such as a drunk smash tourney which is more entertaining than it sounds. And Game reviews! Give feedback and drop a sub if you like it :)', with flair 'Gaming' +[2020-07-19 00:20:52,017] /u/TrizDaRula had their submission removed for insufficient lambda. +[2020-07-19 00:20:54,253] /u/TrizDaRula had their flair updated +[2020-07-19 00:28:34,911] +#################### +[Jul 19 2020 00:28:34] RESTARTED +#################### + +[2020-07-19 00:36:34,929] There has been a new submission: 'Hey, I make highly-edited funny moments gaming videos, please let me know what you think!', with flair 'Gaming' +[2020-07-19 00:36:36,491] /u/znics had their submission removed for insufficient lambda. +[2020-07-19 00:36:37,966] /u/znics had their flair updated +[2020-07-19 00:44:03,946] There has been a new submission: 'All Nighter Vlog! Please watch and leave any feedback! all is appreciated . Leave your channel link and i’ll return the favor! ✨', with flair 'Vlog' +[2020-07-19 00:44:05,598] /u/khia04 had their submission removed for insufficient lambda. +[2020-07-19 00:44:07,467] /u/khia04 had their flair updated +[2020-07-19 00:51:15,031] '/u/talsean' has given '/u/MK_dude' lambda! +[2020-07-19 00:51:17,314] /u/MK_dude had their flair updated +[2020-07-19 00:52:28,367] '/u/talsean' has given '/u/khia04' lambda! +[2020-07-19 00:52:30,512] /u/khia04 had their flair updated +[2020-07-19 00:59:46,721] There has been a new submission: 'Alan Watts - What If Money Was No Object | A Must Watch Lecture', with flair 'Channel Review' +[2020-07-19 00:59:46,952] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 00:59:46,953] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 00:59:47,045] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YDQV_tqdwbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:59:47,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-wU25SN97o9cOXbDPuy0RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 00:59:47,872] /u/iFaisalKarim had their flair updated +[2020-07-19 01:09:46,633] '/u/Data_4_You' has given '/u/KeepItHazy' lambda! +[2020-07-19 01:09:47,078] /u/KeepItHazy had their flair updated +[2020-07-19 01:10:09,472] There has been a new submission: 'My YouTube', with flair 'Channel Review' +[2020-07-19 01:10:11,638] /u/louie_red_stone had their submission removed for insufficient lambda. +[2020-07-19 01:10:13,933] /u/louie_red_stone had their flair updated +[2020-07-19 01:11:06,167] There has been a new submission: 'Saying Brady777 50 Times For 50 Subscribers......', with flair 'Vlog' +[2020-07-19 01:11:08,433] /u/bigBrady777 had their submission removed for insufficient lambda. +[2020-07-19 01:11:10,652] /u/bigBrady777 had their flair updated +[2020-07-19 01:11:22,675] There has been a new submission: 'Hello there. I make gaming videos with my friends or play own my own sometimes. I edit my videos to make them as entertaining and funny as possible. I hope you guys can enjoy my videos.', with flair 'Gaming' +[2020-07-19 01:11:24,656] /u/Cosmic_Block had their submission removed for insufficient lambda. +[2020-07-19 01:11:26,873] /u/Cosmic_Block had their flair updated +[2020-07-19 01:14:54,111] '/u/IssaMovement' has given '/u/Remoon101' lambda! +[2020-07-19 01:14:55,874] /u/Remoon101 had their flair updated +[2020-07-19 01:22:11,202] There has been a new submission: 'Feedback pls?', with flair 'Video Critique' +[2020-07-19 01:22:13,068] /u/Shock-Wav3 had their submission removed for insufficient lambda. +[2020-07-19 01:22:15,157] /u/Shock-Wav3 had their flair updated +[2020-07-19 01:28:19,816] There has been a new submission: 'I could make you laugh', with flair 'Gaming' +[2020-07-19 01:28:20,683] /u/heaxenly had their submission removed for insufficient lambda. +[2020-07-19 01:28:21,727] /u/heaxenly had their flair updated +[2020-07-19 01:42:17,912] There has been a new submission: 'Looking for feedback! Thanks!', with flair 'Video Critique' +[2020-07-19 01:42:19,784] /u/WitchMira had their submission removed for insufficient lambda. +[2020-07-19 01:42:21,864] /u/WitchMira had their flair updated +[2020-07-19 02:05:14,264] There has been a new submission: 'Ноw tо Spin a Basketball', with flair 'Video Critique' +[2020-07-19 02:05:15,564] /u/JohnFavro had their submission removed for insufficient lambda. +[2020-07-19 02:05:17,242] /u/JohnFavro had their flair updated +[2020-07-19 02:06:03,916] There has been a new submission: 'INCOHEARENT GAME CHALLENGE!', with flair 'Channel Review' +[2020-07-19 02:06:05,327] /u/TeeteeTubers had their submission removed for insufficient lambda. +[2020-07-19 02:06:06,877] /u/TeeteeTubers had their flair updated +[2020-07-19 02:07:48,337] There has been a new submission: 'Lambda to Every Comment on Improvement', with flair 'Gaming' +[2020-07-19 02:07:49,717] /u/JessieH_24 had their flair updated +[2020-07-19 02:08:32,136] There has been a new submission: 'can you guys tell me your thoughts on my editing and how i can i improve on this video :) thanks', with flair 'Channel Review' +[2020-07-19 02:08:32,970] /u/Dazzling_Youth2013 had their submission removed for insufficient lambda. +[2020-07-19 02:08:33,951] /u/Dazzling_Youth2013 had their flair updated +[2020-07-19 02:09:08,225] '/u/Ghryms' has given '/u/Remoon101' lambda! +[2020-07-19 02:09:09,019] /u/Remoon101 had their flair updated +[2020-07-19 02:09:43,930] '/u/Ghryms' has given '/u/DoktorSkipper' lambda! +[2020-07-19 02:09:44,467] /u/DoktorSkipper had their flair updated +[2020-07-19 02:11:51,197] '/u/_NGaming_' has given '/u/Remoon101' lambda! +[2020-07-19 02:11:53,345] /u/Remoon101 had their flair updated +[2020-07-19 02:21:04,254] There has been a new submission: 'The Jarring Stories of Idiotic - Titanfall 2 Stream Highlights', with flair 'Gaming' +[2020-07-19 02:21:06,336] /u/JefferyTNW had their submission removed for insufficient lambda. +[2020-07-19 02:21:08,581] /u/JefferyTNW had their flair updated +[2020-07-19 02:24:11,778] There has been a new submission: 'I have been streaming on Twitch for a while and I wanted to branch out into YouTube by posting some highlights.', with flair 'Gaming' +[2020-07-19 02:24:13,427] /u/JefferyTNW had their submission removed for insufficient lambda. +[2020-07-19 02:24:15,265] /u/JefferyTNW had their flair updated +[2020-07-19 02:25:42,327] '/u/talsean' has given '/u/semtimmy' lambda! +[2020-07-19 02:25:43,989] /u/semtimmy had their flair updated +[2020-07-19 02:27:55,447] There has been a new submission: 'Joe Rogan Fanboys, I would really appreciate feedback on the audio of this video. I've been trying to pay more attention to the engineering side and would like to know how it meshes together from an outsiders perspective.', with flair 'Video Critique' +[2020-07-19 02:27:56,471] /u/mrlewiscooley had their submission removed for insufficient lambda. +[2020-07-19 02:27:57,641] /u/mrlewiscooley had their flair updated +[2020-07-19 02:28:35,093] +#################### +[Jul 19 2020 02:28:35] RESTARTED +#################### + +[2020-07-19 02:30:05,817] '/u/ImCurious012' has given '/u/yosark' lambda! +[2020-07-19 02:30:08,184] /u/yosark had their flair updated +[2020-07-19 02:30:15,968] '/u/talsean' has given '/u/Data_4_You' lambda! +[2020-07-19 02:30:18,288] /u/Data_4_You had their flair updated +[2020-07-19 02:37:34,518] There has been a new submission: 'WHAT I GOT FOR MY 13th BIRTHDAY!!!', with flair 'Video Critique' +[2020-07-19 02:37:34,769] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 02:37:34,770] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 02:37:34,881] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Q0EQp7zEfSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 02:37:35,015] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 02:37:36,650] /u/Nadia_Robot had their flair updated +[2020-07-19 02:37:54,780] There has been a new submission: '👍✨SCARY ANIMATIONS Y'ALL!! UH OH!!! PLEASE SUPPORT ME AND LIKE THIS VIDEO! MY UGLASS HEART 💖 WOULD APPRECIATE IT!! ✨👍', with flair 'Art' +[2020-07-19 02:37:56,137] /u/NadNapz had their flair updated +[2020-07-19 02:42:23,288] There has been a new submission: 'umg survival mode ladder match', with flair 'Gaming' +[2020-07-19 02:42:25,144] /u/Twitch_Evo111 had their submission removed for insufficient lambda. +[2020-07-19 02:42:27,208] /u/Twitch_Evo111 had their flair updated +[2020-07-19 02:44:42,903] There has been a new submission: 'Guy's please watch and support me if you like this video sub and get lambda', with flair 'Video Critique' +[2020-07-19 02:44:43,385] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 02:44:43,386] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 02:44:43,473] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0VOwhGGAQ6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 02:44:43,576] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-J9dZrjy7QfaBJJ1e5ahrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 02:44:46,158] /u/Data_4_You had their flair updated +[2020-07-19 02:46:53,475] '/u/phalgunnmaharishi' has given '/u/NadNapz' lambda! +[2020-07-19 02:46:54,875] /u/NadNapz had their flair updated +[2020-07-19 02:46:59,276] There has been a new submission: 'MY GAMING PC CAUGHT ON FIRE', with flair 'Gaming' +[2020-07-19 02:47:00,522] /u/drewy707 had their submission removed for insufficient lambda. +[2020-07-19 02:47:01,963] /u/drewy707 had their flair updated +[2020-07-19 02:49:15,649] There has been a new submission: '20+ Aesthetic Fonts Youtubers Use 2020 | Life As Kimberly', with flair 'Video Critique' +[2020-07-19 02:49:16,659] /u/Kimberly_Kisses had their submission removed for insufficient lambda. +[2020-07-19 02:49:17,357] /u/Kimberly_Kisses had their flair updated +[2020-07-19 02:49:47,856] There has been a new submission: 'Wanna play a game? Watch me scream throughout this game?', with flair 'Gaming' +[2020-07-19 02:49:48,498] /u/TekeelaMockingbird had their submission removed for insufficient lambda. +[2020-07-19 02:49:48,960] /u/TekeelaMockingbird had their flair updated +[2020-07-19 02:55:30,683] There has been a new submission: 'Hey guys I'm new here but my friends and I are making an animation channel and was wondering if some of you guys would want to help animate ;-; I don't want want to lead you guys on but I can't pay so sorry haha. You guys can email me if you want: shinzosgod@gmail.com', with flair 'Discussion' +[2020-07-19 02:55:32,764] /u/Aver0306 had their flair updated +[2020-07-19 02:59:18,905] There has been a new submission: 'First serious Vid from two months ago. I'm trying to move the whole project along on my own while working a full time job. Hoping someone can offer tips on how to grow a music channel efficiently. Thank you.', with flair 'Channel Review' +[2020-07-19 02:59:20,379] /u/TheOnlyRealDino had their submission removed for insufficient lambda. +[2020-07-19 02:59:21,074] /u/TheOnlyRealDino had their flair updated +[2020-07-19 03:02:35,060] There has been a new submission: '20-40 Hours for each Video', with flair 'Gaming' +[2020-07-19 03:02:36,939] /u/wertys761 had their submission removed for insufficient lambda. +[2020-07-19 03:02:39,008] /u/wertys761 had their flair updated +[2020-07-19 03:03:32,391] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 03:04:50,708] There has been a new submission: 'Please support my channel', with flair 'Gaming' +[2020-07-19 03:04:52,344] /u/Melancorny had their submission removed for insufficient lambda. +[2020-07-19 03:04:54,099] /u/Melancorny had their flair updated +[2020-07-19 03:08:35,919] '/u/iFaisalKarim' has given '/u/Data_4_You' lambda! +[2020-07-19 03:08:36,883] /u/Data_4_You had their flair updated +[2020-07-19 03:09:31,063] '/u/iFaisalKarim' has given '/u/mrlewiscooley' lambda! +[2020-07-19 03:09:31,797] /u/mrlewiscooley had their flair updated +[2020-07-19 03:09:49,891] '/u/iFaisalKarim' has given '/u/My_Travel_Journal' lambda! +[2020-07-19 03:09:50,328] /u/My_Travel_Journal had their flair updated +[2020-07-19 03:19:40,448] There has been a new submission: 'Purple miniature cardboard bedroom.. have a look.. hope you will enjoy. 😀', with flair 'Art' +[2020-07-19 03:19:41,120] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-07-19 03:19:41,640] /u/ARTCRAFTFUN had their flair updated +[2020-07-19 03:26:23,043] '/u/phalgunnmaharishi' has given '/u/Remoon101' lambda! +[2020-07-19 03:26:24,536] /u/Remoon101 had their flair updated +[2020-07-19 03:32:06,793] There has been a new submission: 'Hey guys! Im a YouTube teacher trying to decide if I need to rework my content? ImI'm concerned about engagement. Can you check out my video and share what you think?', with flair 'Video Critique' +[2020-07-19 03:32:08,660] /u/learningspark had their submission removed for insufficient lambda. +[2020-07-19 03:32:10,779] /u/learningspark had their flair updated +[2020-07-19 03:43:17,517] There has been a new submission: 'New to the community, but not to YouTube!', with flair 'Channel Review' +[2020-07-19 03:43:19,552] /u/wertys761 had their submission removed for insufficient lambda. +[2020-07-19 03:43:21,827] /u/wertys761 had their flair updated +[2020-07-19 03:49:12,543] There has been a new submission: 'I just uploaded my first video that isn't a shitty meme I made while I was bored. I eventually want to upload more videos about what I find interesting at the time (right now it's horror. I'm planning on making videos about phobeas) any advice on how to improve is appreciated.', with flair 'Video Critique' +[2020-07-19 03:49:13,275] /u/cringey-stuff had their submission removed for insufficient lambda. +[2020-07-19 03:49:13,980] /u/cringey-stuff had their flair updated +[2020-07-19 03:53:09,680] There has been a new submission: 'MY MENTAL HEALTH JOURNEY', with flair 'Vlog' +[2020-07-19 03:53:11,424] /u/itsamandawan had their submission removed for insufficient lambda. +[2020-07-19 03:53:13,430] /u/itsamandawan had their flair updated +[2020-07-19 03:55:47,832] '/u/Data_4_You' has given '/u/cringey-stuff' lambda! +[2020-07-19 03:55:49,478] /u/cringey-stuff had their flair updated +[2020-07-19 04:15:46,049] There has been a new submission: 'Best Hand Sanitizer', with flair 'Channel Review' +[2020-07-19 04:15:47,472] /u/creativeexpouser had their submission removed for insufficient lambda. +[2020-07-19 04:15:49,158] /u/creativeexpouser had their flair updated +[2020-07-19 04:27:59,509] '/u/JessieH_24' has given '/u/mrlewiscooley' lambda! +[2020-07-19 04:28:00,660] /u/mrlewiscooley had their flair updated +[2020-07-19 04:28:34,955] +#################### +[Jul 19 2020 04:28:34] RESTARTED +#################### + +[2020-07-19 04:30:03,480] There has been a new submission: 'Any Artists want to help out my son?', with flair 'Art' +[2020-07-19 04:30:05,635] /u/Laveniuk had their submission removed for insufficient lambda. +[2020-07-19 04:30:07,964] /u/Laveniuk had their flair updated +[2020-07-19 04:30:25,063] '/u/JessieH_24' has given '/u/My_Travel_Journal' lambda! +[2020-07-19 04:30:27,422] /u/My_Travel_Journal had their flair updated +[2020-07-19 04:31:29,155] /u/My_Travel_Journal had their flair updated +[2020-07-19 04:32:13,186] '/u/JessieH_24' has given '/u/LBUCKLEY_1' lambda! +[2020-07-19 04:32:15,305] /u/LBUCKLEY_1 had their flair updated +[2020-07-19 04:33:28,806] '/u/JessieH_24' has given '/u/WalkerSeattleRanger' lambda! +[2020-07-19 04:33:30,774] /u/WalkerSeattleRanger had their flair updated +[2020-07-19 04:34:41,423] There has been a new submission: 'Is there any way to remove old username-based custom URLs?', with flair 'Discussion' +[2020-07-19 04:34:43,801] /u/DejoMasters had their flair updated +[2020-07-19 04:35:11,166] '/u/JessieH_24' has given '/u/wertys761' lambda! +[2020-07-19 04:35:12,970] /u/wertys761 had their flair updated +[2020-07-19 05:00:14,599] '/u/Data_4_You' has given '/u/Monkey_Adventures' lambda! +[2020-07-19 05:00:16,911] /u/Monkey_Adventures had their flair updated +[2020-07-19 05:03:36,236] '/u/Nadia_Robot' has given '/u/BaneShake' lambda! +[2020-07-19 05:03:38,242] /u/BaneShake had their flair updated +[2020-07-19 05:06:55,287] '/u/Nadia_Robot' has given '/u/Monkey_Adventures' lambda! +[2020-07-19 05:06:56,681] /u/Monkey_Adventures had their flair updated +[2020-07-19 05:08:00,440] '/u/yeetbox_' has given '/u/talsean' lambda! +[2020-07-19 05:08:01,599] /u/talsean had their flair updated +[2020-07-19 05:18:33,938] '/u/yeetbox_' has given '/u/eborghetto99' lambda! +[2020-07-19 05:18:34,916] /u/eborghetto99 had their flair updated +[2020-07-19 05:27:11,124] There has been a new submission: 'Where do you share your Youtube links apart from social media?', with flair 'Discussion' +[2020-07-19 05:27:12,715] /u/MindChow had their flair updated +[2020-07-19 05:33:54,363] '/u/Imagine-Freedom' has given '/u/Buzstringer' lambda! +[2020-07-19 05:33:56,275] /u/Buzstringer had their flair updated +[2020-07-19 05:36:51,544] '/u/yeetbox_' has given '/u/Fangore' lambda! +[2020-07-19 05:36:52,955] /u/Fangore had their flair updated +[2020-07-19 05:47:48,097] '/u/MacaroniMozart' has given '/u/Narband' lambda! +[2020-07-19 05:47:49,266] /u/Narband had their flair updated +[2020-07-19 05:48:25,278] '/u/MacaroniMozart' has given '/u/Ashty1337' lambda! +[2020-07-19 05:48:26,306] /u/Ashty1337 had their flair updated +[2020-07-19 05:48:37,020] '/u/MacaroniMozart' has given '/u/Rubenazo1999' lambda! +[2020-07-19 05:48:37,973] /u/Rubenazo1999 had their flair updated +[2020-07-19 05:59:45,327] '/u/BetaBradTv' has given '/u/DoktorSkipper' lambda! +[2020-07-19 05:59:45,778] /u/DoktorSkipper had their flair updated +[2020-07-19 06:08:18,942] '/u/yeetbox_' has given '/u/ScottChesnutt' lambda! +[2020-07-19 06:08:19,995] /u/ScottChesnutt had their flair updated +[2020-07-19 06:17:56,603] '/u/Ghryms' has given '/u/SomeCubingNerd' lambda! +[2020-07-19 06:17:57,760] /u/SomeCubingNerd had their flair updated +[2020-07-19 06:18:29,740] '/u/yeetbox_' has given '/u/Remoon101' lambda! +[2020-07-19 06:18:30,719] /u/Remoon101 had their flair updated +[2020-07-19 06:18:57,468] /u/Ghryms had their flair updated +[2020-07-19 06:23:14,884] There has been a new submission: 'if I delete all 30 of my uploads right now, and upload a new video next week does YouTube automatically think I'll delete it anyway and not promote me?', with flair 'Discussion' +[2020-07-19 06:23:17,694] /u/SamuraiGoshen had their flair updated +[2020-07-19 06:28:35,486] +#################### +[Jul 19 2020 06:28:35] RESTARTED +#################### + +[2020-07-19 06:30:43,772] '/u/yeetbox_' has given '/u/Rubenazo1999' lambda! +[2020-07-19 06:30:46,026] /u/Rubenazo1999 had their flair updated +[2020-07-19 06:33:23,237] '/u/Brage2004Norway' has given '/u/Narband' lambda! +[2020-07-19 06:33:25,222] /u/Narband had their flair updated +[2020-07-19 06:40:42,663] '/u/yeetbox_' has given '/u/BetaBradTv' lambda! +[2020-07-19 06:40:44,936] /u/BetaBradTv had their flair updated +[2020-07-19 06:46:50,485] There has been a new submission: 'I posted a new video on the last of us it is about the insane details in game please tell me what you think on either a yt comment or reddit comments', with flair 'Video Critique' +[2020-07-19 06:46:50,834] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 06:46:50,836] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 06:46:50,933] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=II0uzP6JwLk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 06:46:51,024] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4k7c2xBcaR8CrhN_n8O1Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 06:46:53,001] /u/asap-the-rapper had their flair updated +[2020-07-19 06:54:15,030] '/u/yeetbox_' has given '/u/KeepItHazy' lambda! +[2020-07-19 06:54:16,911] /u/KeepItHazy had their flair updated +[2020-07-19 06:55:07,725] '/u/iFaisalKarim' has given '/u/wertys761' lambda! +[2020-07-19 06:55:09,465] /u/wertys761 had their flair updated +[2020-07-19 06:58:30,100] /u/talsean had their flair updated +[2020-07-19 07:02:20,863] '/u/YaGuyAlex_yt' has given '/u/wertys761' lambda! +[2020-07-19 07:02:22,981] /u/wertys761 had their flair updated +[2020-07-19 07:03:00,221] '/u/YaGuyAlex_yt' has given '/u/learningspark' lambda! +[2020-07-19 07:03:02,299] /u/learningspark had their flair updated +[2020-07-19 07:04:21,026] '/u/yeetbox_' has given '/u/wertys761' lambda! +[2020-07-19 07:04:22,889] /u/wertys761 had their flair updated +[2020-07-19 07:06:50,637] '/u/YoungKano' has given '/u/wertys761' lambda! +[2020-07-19 07:06:52,058] /u/wertys761 had their flair updated +[2020-07-19 07:08:47,196] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-19 07:08:52,343] '/u/YoungKano' has given '/u/KeepItHazy' lambda! +[2020-07-19 07:08:53,222] /u/KeepItHazy had their flair updated +[2020-07-19 07:12:15,116] '/u/YoungKano' has given '/u/ImagineRedOffical' lambda! +[2020-07-19 07:12:17,196] /u/ImagineRedOffical had their flair updated +[2020-07-19 07:14:09,208] '/u/YoungKano' has given '/u/KobiDrinksWater' lambda! +[2020-07-19 07:14:11,087] /u/KobiDrinksWater had their flair updated +[2020-07-19 07:17:49,176] '/u/Platoniko' has given '/u/yeeaaahhboi' lambda! +[2020-07-19 07:17:50,446] /u/yeeaaahhboi had their flair updated +[2020-07-19 07:18:54,640] /u/asap-the-rapper had their flair updated +[2020-07-19 07:19:01,929] '/u/Platoniko' has given '/u/Djbernie805' lambda! +[2020-07-19 07:19:02,772] /u/Djbernie805 had their flair updated +[2020-07-19 07:20:32,355] '/u/Data_4_You' has given '/u/Narband' lambda! +[2020-07-19 07:20:34,629] /u/Narband had their flair updated +[2020-07-19 07:20:52,143] /u/asap-the-rapper had their flair updated +[2020-07-19 07:21:02,377] '/u/JessieH_24' has given '/u/Monkey_Adventures' lambda! +[2020-07-19 07:21:04,610] /u/Monkey_Adventures had their flair updated +[2020-07-19 07:21:21,214] '/u/asap-the-rapper' has given '/u/iFaisalKarim' lambda! +[2020-07-19 07:21:23,438] /u/iFaisalKarim had their flair updated +[2020-07-19 07:22:14,485] '/u/JessieH_24' has given '/u/FreelancerYT' lambda! +[2020-07-19 07:22:16,618] /u/FreelancerYT had their flair updated +[2020-07-19 07:23:40,401] There has been a new submission: '40+ hours of editing later & ya got what I think is my most entertaining video front to back. Would love some feedback & thoughts. Will be returning to this post with lambda if I'm out!', with flair 'Video Critique' +[2020-07-19 07:23:40,988] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 07:23:40,989] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 07:23:41,085] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EbvLfVN9yXQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 07:23:41,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUp82orlapXanEjJj4AA4tA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 07:23:44,044] /u/wertys761 had their flair updated +[2020-07-19 07:30:29,734] There has been a new submission: 'My fortnite Montage (insane just started)', with flair 'Gaming' +[2020-07-19 07:30:31,978] /u/Devilfyy had their submission removed for insufficient lambda. +[2020-07-19 07:30:34,259] /u/Devilfyy had their flair updated +[2020-07-19 07:44:09,485] '/u/ARealHumanBean7' has given '/u/Remoon101' lambda! +[2020-07-19 07:44:11,338] /u/Remoon101 had their flair updated +[2020-07-19 07:45:04,186] '/u/ARealHumanBean7' has given '/u/WalkerSeattleRanger' lambda! +[2020-07-19 07:45:05,952] /u/WalkerSeattleRanger had their flair updated +[2020-07-19 07:48:37,588] There has been a new submission: 'The power of reddit', with flair 'Discussion' +[2020-07-19 07:48:38,718] /u/Grimreads had their flair updated +[2020-07-19 07:48:44,032] '/u/ARealHumanBean7' has given '/u/bwueno' lambda! +[2020-07-19 07:48:44,984] /u/bwueno had their flair updated +[2020-07-19 07:52:41,593] '/u/ARealHumanBean7' has given '/u/wertys761' lambda! +[2020-07-19 07:52:43,655] /u/wertys761 had their flair updated +[2020-07-19 07:58:42,820] There has been a new submission: 'I worked pretty hard on this, its a different type of video than what i usually post, but im proud of it and my family liked it.', with flair 'Video Critique' +[2020-07-19 07:58:43,010] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 07:58:43,011] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 07:58:43,106] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Wi7oMK698W4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 07:58:43,209] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 07:58:44,457] /u/Narband had their flair updated +[2020-07-19 08:00:18,169] '/u/ECXL' has given '/u/WalkerSeattleRanger' lambda! +[2020-07-19 08:00:20,452] /u/WalkerSeattleRanger had their flair updated +[2020-07-19 08:00:55,654] There has been a new submission: 'Give me tips', with flair 'Gaming' +[2020-07-19 08:00:57,671] /u/Osioneboss had their submission removed for insufficient lambda. +[2020-07-19 08:00:59,904] /u/Osioneboss had their flair updated +[2020-07-19 08:01:23,658] '/u/ECXL' has given '/u/WitchMira' lambda! +[2020-07-19 08:01:25,937] /u/WitchMira had their flair updated +[2020-07-19 08:20:02,165] There has been a new submission: 'Beginner's Tips for better Pet Photography even when you're just at HOME during quarantine.', with flair 'Video Critique' +[2020-07-19 08:20:04,535] /u/AnonWorks_ had their submission removed for insufficient lambda. +[2020-07-19 08:20:06,840] /u/AnonWorks_ had their flair updated +[2020-07-19 08:20:17,339] '/u/Narband' has given '/u/RightfullyEpic' lambda! +[2020-07-19 08:20:19,643] /u/RightfullyEpic had their flair updated +[2020-07-19 08:27:50,194] There has been a new submission: 'Come visit my channel ill appreciate it a lot', with flair 'Gaming' +[2020-07-19 08:27:51,438] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-07-19 08:27:52,632] /u/mane_10911 had their flair updated +[2020-07-19 08:28:35,548] +#################### +[Jul 19 2020 08:28:35] RESTARTED +#################### + +[2020-07-19 08:40:26,253] There has been a new submission: 'ABS-CBN Noise Barrage at Ayala Triangle #IbalikAngABSCBN', with flair 'Vlog' +[2020-07-19 08:40:28,333] /u/FixieHead_Paul had their submission removed for insufficient lambda. +[2020-07-19 08:40:30,674] /u/FixieHead_Paul had their flair updated +[2020-07-19 08:41:42,806] There has been a new submission: 'Do you like zodiac?Do you know what zodiac it is?And you want to know more interesting stuff connected to them? Check out the video where I present all about this stuff and if you like chack you my other videos where you can find out even more and feel free to subscribe if you like :)', with flair 'Channel Review' +[2020-07-19 08:41:44,751] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-19 08:41:46,910] /u/adyx1997 had their flair updated +[2020-07-19 08:50:45,126] There has been a new submission: 'People think im using aimbot', with flair 'Gaming' +[2020-07-19 08:50:46,670] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-07-19 08:50:48,937] /u/mane_10911 had their flair updated +[2020-07-19 09:06:28,186] There has been a new submission: 'Warm summer afternoons vibes lofi hip hop radio beats to relax study to', with flair 'Art' +[2020-07-19 09:06:29,510] /u/artz1977m had their submission removed for insufficient lambda. +[2020-07-19 09:06:30,978] /u/artz1977m had their flair updated +[2020-07-19 09:20:51,031] There has been a new submission: 'NO RECOIL AK SETUP - Modern Warfare Gameplay', with flair 'Gaming' +[2020-07-19 09:20:53,247] /u/zachsoulis had their submission removed for insufficient lambda. +[2020-07-19 09:20:55,492] /u/zachsoulis had their flair updated +[2020-07-19 09:22:48,779] There has been a new submission: 'Fan [ Video ]', with flair 'Video Critique' +[2020-07-19 09:22:50,590] /u/chrizuz had their submission removed for insufficient lambda. +[2020-07-19 09:22:52,609] /u/chrizuz had their flair updated +[2020-07-19 09:24:19,293] There has been a new submission: 'Please help me out to find out the best free screen recording and capturing software?', with flair 'Discussion' +[2020-07-19 09:24:21,665] /u/shijinrp had their flair updated +[2020-07-19 09:30:20,663] There has been a new submission: 'After growing into a large channel with 200 subs, I wanted to address the question "how do you grow your channel?" as I really think this is key to getting a career in youtube - I hope this video addresses that and helps some people out here!', with flair 'Video Critique' +[2020-07-19 09:30:21,456] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 09:30:21,459] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 09:30:21,558] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iarKE0AgDKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 09:30:21,658] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 09:30:24,919] /u/Monkey_Adventures had their flair updated +[2020-07-19 09:38:16,963] There has been a new submission: 'Hi everyone! Am starting YouTube like I always wanted to, so can I get 2 minutes of your life to get a subcribe and ideas of upcoming videos? My channel is Focus on gameplays with out commentary! U can find me on twitch too! As "Big Arias"', with flair 'Gaming' +[2020-07-19 09:38:17,871] /u/bigarias had their submission removed for insufficient lambda. +[2020-07-19 09:38:18,974] /u/bigarias had their flair updated +[2020-07-19 09:44:29,949] There has been a new submission: 'First night being an adult...', with flair 'Discussion' +[2020-07-19 09:44:32,254] /u/_NGaming_ had their flair updated +[2020-07-19 09:55:55,285] There has been a new submission: 'No copyright music', with flair 'Video Critique' +[2020-07-19 09:55:55,663] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 09:55:55,665] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 09:55:55,774] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Dza__wQBNEE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 09:55:55,882] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCR3QmUX5RsysS7o_rfYqPVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 09:55:58,097] /u/MJMusic_FreeMusic had their flair updated +[2020-07-19 10:10:30,218] '/u/TenziicYT' has given '/u/GhrimeTF2' lambda! +[2020-07-19 10:10:32,492] /u/GhrimeTF2 had their flair updated +[2020-07-19 10:11:07,000] '/u/TenziicYT' has given '/u/Remoon101' lambda! +[2020-07-19 10:11:09,225] /u/Remoon101 had their flair updated +[2020-07-19 10:26:12,246] '/u/Ghryms' has given '/u/KobiDrinksWater' lambda! +[2020-07-19 10:26:13,778] /u/KobiDrinksWater had their flair updated +[2020-07-19 10:26:20,805] There has been a new submission: 'Gameplay hope you all like it', with flair 'Gaming' +[2020-07-19 10:26:22,137] /u/LegendOP69 had their submission removed for insufficient lambda. +[2020-07-19 10:26:23,663] /u/LegendOP69 had their flair updated +[2020-07-19 10:26:35,527] '/u/Ghryms' has given '/u/ThealerGames' lambda! +[2020-07-19 10:26:37,010] /u/ThealerGames had their flair updated +[2020-07-19 10:28:35,543] +#################### +[Jul 19 2020 10:28:35] RESTARTED +#################### + +[2020-07-19 10:33:23,070] There has been a new submission: 'This is my first time making something like this. It may not be that great but I hope you enjoy it!', with flair 'Gaming' +[2020-07-19 10:33:24,816] /u/MidnightTacoGaming had their submission removed for insufficient lambda. +[2020-07-19 10:33:26,754] /u/MidnightTacoGaming had their flair updated +[2020-07-19 10:34:48,874] There has been a new submission: 'My new Youtube Channel', with flair 'Gaming' +[2020-07-19 10:34:50,410] /u/Capam3Yt had their submission removed for insufficient lambda. +[2020-07-19 10:34:52,182] /u/Capam3Yt had their flair updated +[2020-07-19 11:03:54,787] '/u/MJMusic_FreeMusic' has given '/u/WitchMira' lambda! +[2020-07-19 11:03:56,661] /u/WitchMira had their flair updated +[2020-07-19 11:16:39,366] '/u/Mosh_not_Posh' has given '/u/Data_4_You' lambda! +[2020-07-19 11:16:40,807] /u/Data_4_You had their flair updated +[2020-07-19 11:16:48,259] '/u/MJMusic_FreeMusic' has given '/u/mpalin69' lambda! +[2020-07-19 11:16:49,702] /u/mpalin69 had their flair updated +[2020-07-19 11:19:38,572] There has been a new submission: 'I Recreated MY ROOM in VR And this Happend', with flair 'Gaming' +[2020-07-19 11:19:39,180] /u/KJB65 had their submission removed for insufficient lambda. +[2020-07-19 11:19:39,722] /u/KJB65 had their flair updated +[2020-07-19 11:20:14,492] There has been a new submission: 'Could someone maybe have the heart to subscribe and help a small youtuber grow', with flair 'Channel Review' +[2020-07-19 11:20:17,084] /u/horrorfan1886 had their submission removed for insufficient lambda. +[2020-07-19 11:20:19,379] /u/horrorfan1886 had their flair updated +[2020-07-19 11:23:43,120] '/u/ImCurious012' has given '/u/WitchMira' lambda! +[2020-07-19 11:23:45,050] /u/WitchMira had their flair updated +[2020-07-19 11:24:14,095] '/u/ImCurious012' has given '/u/mrlewiscooley' lambda! +[2020-07-19 11:24:15,973] /u/mrlewiscooley had their flair updated +[2020-07-19 11:26:35,361] '/u/Monkey_Adventures' has given '/u/emisfer' lambda! +[2020-07-19 11:26:36,819] /u/emisfer had their flair updated +[2020-07-19 11:29:23,307] '/u/Monkey_Adventures' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-19 11:29:23,963] /u/BeatsandPiecesYT had their flair updated +[2020-07-19 11:30:37,254] '/u/Monkey_Adventures' has given '/u/Ronnie3d' lambda! +[2020-07-19 11:30:39,514] /u/Ronnie3d had their flair updated +[2020-07-19 11:30:56,039] There has been a new submission: 'INTO THE SEWERS! Please like and sub 😁!', with flair 'Gaming' +[2020-07-19 11:30:58,063] /u/AKERMAN92 had their submission removed for insufficient lambda. +[2020-07-19 11:31:00,302] /u/AKERMAN92 had their flair updated +[2020-07-19 11:32:05,300] There has been a new submission: 'I think you guys are gonna like this. My skills, are uncanny - I know ;)', with flair 'Video Critique' +[2020-07-19 11:32:05,986] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 11:32:05,988] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 11:32:06,096] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SS0BHT15cZc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:32:06,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCm_cfFJGtY3ucD9IOW2SqYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:32:09,390] /u/ThealerGames had their flair updated +[2020-07-19 11:32:53,974] '/u/Monkey_Adventures' has given '/u/ImagineRedOffical' lambda! +[2020-07-19 11:32:56,021] /u/ImagineRedOffical had their flair updated +[2020-07-19 11:34:45,559] There has been a new submission: 'Hey, check it out a cover of the song 'The Killing Moon' and tell me if you liked. 😉', with flair 'Video Critique' +[2020-07-19 11:34:47,094] /u/juurata had their submission removed for insufficient lambda. +[2020-07-19 11:34:48,920] /u/juurata had their flair updated +[2020-07-19 11:35:02,333] There has been a new submission: 'Bored? try new stuff, why not draw? Not good at it? Don't matter, try this. Can be done traditionally, too! :)', with flair 'Art' +[2020-07-19 11:35:03,880] /u/Monjeeyabayookee had their submission removed for insufficient lambda. +[2020-07-19 11:35:05,660] /u/Monjeeyabayookee had their flair updated +[2020-07-19 11:35:42,475] There has been a new submission: 'i need help with reddit', with flair 'Discussion' +[2020-07-19 11:35:44,337] /u/Devanisbored had their flair updated +[2020-07-19 11:39:59,125] /u/Devanisbored had their flair updated +[2020-07-19 11:45:06,456] There has been a new submission: 'The worst jokes in Valorant', with flair 'Video Critique' +[2020-07-19 11:45:06,904] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 11:45:06,906] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 11:45:07,004] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=khjKqH-_VSY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:45:07,103] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfWL_iGvtMo6ou_CBdcCldA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:45:09,962] /u/ImagineRedOffical had their flair updated +[2020-07-19 11:46:02,814] There has been a new submission: 'Solving the Cornered Cube Puzzle // I make weekly puzzle videos and would appreciate your feedback on my latest one!', with flair 'Video Critique' +[2020-07-19 11:46:03,270] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 11:46:03,272] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 11:46:03,375] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RqgTG_DtjBo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:46:03,474] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXd60s58LWyAR7Czt5ierTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 11:46:05,657] /u/BeatsandPiecesYT had their flair updated +[2020-07-19 11:46:37,731] '/u/MJMusic_FreeMusic' has given '/u/Inspiron1501' lambda! +[2020-07-19 11:46:39,182] /u/Inspiron1501 had their flair updated +[2020-07-19 11:49:02,222] '/u/ThealerGames' has given '/u/Inspiron1501' lambda! +[2020-07-19 11:49:03,027] /u/Inspiron1501 had their flair updated +[2020-07-19 11:49:54,760] '/u/ThealerGames' has given '/u/wildh4rt' lambda! +[2020-07-19 11:49:55,166] /u/wildh4rt had their flair updated +[2020-07-19 11:54:40,753] /u/MJMusic_FreeMusic had their flair updated +[2020-07-19 11:55:21,157] '/u/MJMusic_FreeMusic' has given '/u/ThealerGames' lambda! +[2020-07-19 11:55:22,829] /u/ThealerGames had their flair updated +[2020-07-19 11:59:52,393] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 20 - Young Abby (The Last of ...', with flair 'Gaming' +[2020-07-19 11:59:53,013] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-19 11:59:53,428] /u/CecliusPlaysHD had their flair updated +[2020-07-19 12:08:46,466] '/u/superwatt123' has given '/u/KobiDrinksWater' lambda! +[2020-07-19 12:08:47,379] /u/KobiDrinksWater had their flair updated +[2020-07-19 12:14:15,358] '/u/Data_4_You' has given '/u/ioo5_' lambda! +[2020-07-19 12:14:17,183] /u/ioo5_ had their flair updated +[2020-07-19 12:25:04,515] There has been a new submission: 'Old Ninja Moments', with flair 'Gaming' +[2020-07-19 12:25:06,010] /u/cunfusedalfred had their submission removed for insufficient lambda. +[2020-07-19 12:25:07,743] /u/cunfusedalfred had their flair updated +[2020-07-19 12:28:35,705] +#################### +[Jul 19 2020 12:28:35] RESTARTED +#################### + +[2020-07-19 12:30:03,871] There has been a new submission: 'Im looking for a thumbnail review on this video, also if you want to give a video critique as well feel free. will give lambda for helpful posts both positive and negative, im just looking to improve!', with flair 'Thumbnail Review' +[2020-07-19 12:30:04,131] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 12:30:04,135] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 12:30:04,224] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yzlKh0dBQPM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 12:30:04,321] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfKQsA2W6AydasmmPs5c_6w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 12:30:07,672] /u/cuchulainn1984 had their flair updated +[2020-07-19 12:31:39,051] There has been a new submission: 'Weeding out the fun', with flair 'Gaming' +[2020-07-19 12:31:41,079] /u/Paradise5551 had their submission removed for insufficient lambda. +[2020-07-19 12:31:43,238] /u/Paradise5551 had their flair updated +[2020-07-19 12:32:18,277] '/u/MJMusic_FreeMusic' has given '/u/endlessvibesmusic' lambda! +[2020-07-19 12:32:20,405] /u/endlessvibesmusic had their flair updated +[2020-07-19 12:39:06,201] '/u/ThealerGames' has given '/u/endlessvibesmusic' lambda! +[2020-07-19 12:39:06,981] /u/endlessvibesmusic had their flair updated +[2020-07-19 12:43:54,749] '/u/ImagineRedOffical' has given '/u/wildh4rt' lambda! +[2020-07-19 12:43:56,635] /u/wildh4rt had their flair updated +[2020-07-19 12:57:50,349] There has been a new submission: 'Sub4sub support me into getting my first 100', with flair 'Channel Review' +[2020-07-19 12:57:51,542] /u/DevNestYT had their submission removed for insufficient lambda. +[2020-07-19 12:57:52,728] /u/DevNestYT had their flair updated +[2020-07-19 13:05:24,578] There has been a new submission: 'Kids Diana Show Vs Like Nastya Vs Kids Roma Show - Sub Count History (20...', with flair 'Video Critique' +[2020-07-19 13:05:25,763] /u/Tubebattles had their submission removed for insufficient lambda. +[2020-07-19 13:05:27,424] /u/Tubebattles had their flair updated +[2020-07-19 13:12:29,036] '/u/Data_4_You' has given '/u/SimonVSLife' lambda! +[2020-07-19 13:12:31,129] /u/SimonVSLife had their flair updated +[2020-07-19 13:13:33,061] '/u/MJMusic_FreeMusic' has given '/u/SimonVSLife' lambda! +[2020-07-19 13:13:35,038] /u/SimonVSLife had their flair updated +[2020-07-19 13:18:36,012] There has been a new submission: 'Unboxing Star Trek TNG Toys from the 90s!', with flair 'Gaming' +[2020-07-19 13:18:36,858] /u/AMlordz had their submission removed for insufficient lambda. +[2020-07-19 13:18:37,798] /u/AMlordz had their flair updated +[2020-07-19 13:23:14,410] '/u/asap-the-rapper' has given '/u/Kalum-W' lambda! +[2020-07-19 13:23:16,413] /u/Kalum-W had their flair updated +[2020-07-19 13:23:28,159] /u/Kalum-W had their flair updated +[2020-07-19 13:24:45,620] There has been a new submission: 'Funny', with flair 'Vlog' +[2020-07-19 13:24:47,182] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-07-19 13:24:49,258] /u/siddhant1991 had their flair updated +[2020-07-19 13:26:25,111] '/u/ImagineRedOffical' has given '/u/SimonVSLife' lambda! +[2020-07-19 13:26:26,630] /u/SimonVSLife had their flair updated +[2020-07-19 13:27:21,812] '/u/ImagineRedOffical' has given '/u/HughseyKL' lambda! +[2020-07-19 13:27:23,135] /u/HughseyKL had their flair updated +[2020-07-19 13:30:44,940] There has been a new submission: 'Unfair Mario crushing my day and my dreams', with flair 'Gaming' +[2020-07-19 13:30:45,658] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 13:30:45,660] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 13:30:45,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=roEddK1NLbc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 13:30:45,853] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ1PoC8YJXe6BLV2xJoV89w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 13:30:49,189] /u/SimonVSLife had their flair updated +[2020-07-19 13:32:21,780] There has been a new submission: 'Looking for the biggest reason you didn't hit the sub button. All other criticism welcome, the harsher the better.', with flair 'Video Critique' +[2020-07-19 13:32:22,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 13:32:22,393] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 13:32:22,486] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZQMJwvsgRpY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 13:32:22,577] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkDZI6qbHMx2TvkTfLKjHsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 13:32:25,580] /u/Buzstringer had their flair updated +[2020-07-19 13:38:18,710] '/u/Data_4_You' has given '/u/tedster_' lambda! +[2020-07-19 13:38:19,777] /u/tedster_ had their flair updated +[2020-07-19 13:47:16,097] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 13:47:22,212] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 13:47:30,569] {ERROR} received 503 HTTP response +[2020-07-19 13:47:35,653] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-19 13:47:40,897] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-19 13:47:49,523] {ERROR} received 503 HTTP response +[2020-07-19 14:29:03,597] +#################### +[Jul 19 2020 14:29:03] RESTARTED +#################### + +[2020-07-19 14:47:18,556] '/u/cuchulainn1984' has given '/u/wildh4rt' lambda! +[2020-07-19 14:47:20,688] /u/wildh4rt had their flair updated +[2020-07-19 14:47:37,984] '/u/Buzstringer' has given '/u/emisfer' lambda! +[2020-07-19 14:47:39,946] /u/emisfer had their flair updated +[2020-07-19 14:47:57,457] '/u/cuchulainn1984' has given '/u/tedster_' lambda! +[2020-07-19 14:47:59,508] /u/tedster_ had their flair updated +[2020-07-19 14:48:16,953] '/u/cuchulainn1984' has given '/u/SimonVSLife' lambda! +[2020-07-19 14:48:19,128] /u/SimonVSLife had their flair updated +[2020-07-19 14:49:05,131] '/u/cuchulainn1984' has given '/u/emisfer' lambda! +[2020-07-19 14:49:07,179] /u/emisfer had their flair updated +[2020-07-19 14:49:51,966] '/u/cuchulainn1984' has given '/u/AnonWorks_' lambda! +[2020-07-19 14:49:53,316] /u/AnonWorks_ had their flair updated +[2020-07-19 14:50:54,323] /u/emisfer had their flair updated +[2020-07-19 15:09:53,524] There has been a new submission: 'ANIME MEMES You Wouldn't Watch In Public! 150! ANIME IS AWESOME', with flair 'Thumbnail Review' +[2020-07-19 15:09:55,041] /u/Kayuness had their submission removed for insufficient lambda. +[2020-07-19 15:09:56,071] /u/Kayuness had their flair updated +[2020-07-19 15:10:08,747] There has been a new submission: 'Art videos❤', with flair 'Art' +[2020-07-19 15:10:10,513] /u/marrenmckay had their submission removed for insufficient lambda. +[2020-07-19 15:10:12,880] /u/marrenmckay had their flair updated +[2020-07-19 15:10:21,483] There has been a new submission: 'How many subscribers should I expect for the amount of views I get?', with flair 'Discussion' +[2020-07-19 15:10:24,040] /u/tyler24366 had their flair updated +[2020-07-19 15:10:42,860] There has been a new submission: '100 Videos Celebration (BaneShake without Context)', with flair 'Video Critique' +[2020-07-19 15:10:44,333] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:10:44,496] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:10:45,565] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6JzGSv2mwM4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:10:45,896] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV4qPn06kZAzFxYyIkaOLKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:10:49,380] /u/BaneShake had their flair updated +[2020-07-19 15:11:07,117] There has been a new submission: 'Hi there, I’ve just started a science channel and this is my second video, let me know what you think - Bad Science: Death by Black Widow - It's Spider Bite Science', with flair 'Video Critique' +[2020-07-19 15:11:08,916] /u/Not-Fiction-YouTube had their submission removed for insufficient lambda. +[2020-07-19 15:11:11,053] /u/Not-Fiction-YouTube had their flair updated +[2020-07-19 15:11:29,713] There has been a new submission: 'is the lambda bot dead today?', with flair 'Discussion' +[2020-07-19 15:11:32,669] /u/cuchulainn1984 had their flair updated +[2020-07-19 15:11:50,231] There has been a new submission: 'I uploaded a new funny moments video. Any feedback is greatly appreciated! :)', with flair 'Video Critique' +[2020-07-19 15:11:50,969] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:11:50,970] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:11:52,360] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kXyC6RPnF2k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:11:52,897] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSWoBEkPYnMlVojorsEB0Nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:11:56,260] /u/ImBntyHntrBish had their flair updated +[2020-07-19 15:12:14,479] There has been a new submission: 'Thanks to Reddit and Philip DeFranco, I finally hit 1000 subscribers! I spent hours going through footage and editing on this video so I'd love to know what you think!', with flair 'Video Critique' +[2020-07-19 15:12:15,387] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:12:15,425] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:12:16,452] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M-CZZ5VBJ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:12:16,780] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUeip16a2wAgTKf7bPRclXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:12:19,777] /u/JenniferMatthew had their flair updated +[2020-07-19 15:12:38,645] There has been a new submission: 'd o o t Monkey (wear earphones for optimal doot) // i post random stuff dont hate me thx :D', with flair 'Art' +[2020-07-19 15:12:40,196] /u/MiyuhWHAT had their submission removed for insufficient lambda. +[2020-07-19 15:12:42,246] /u/MiyuhWHAT had their flair updated +[2020-07-19 15:13:00,241] There has been a new submission: 'subs goal: 25/100', with flair 'Video Critique' +[2020-07-19 15:13:01,679] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-07-19 15:13:03,681] /u/juststreaminglive had their flair updated +[2020-07-19 15:14:36,711] '/u/ImagineRedOffical' has given '/u/PizzaParker36' lambda! +[2020-07-19 15:14:39,176] /u/PizzaParker36 had their flair updated +[2020-07-19 15:18:11,589] '/u/ImagineRedOffical' has given '/u/dachmo' lambda! +[2020-07-19 15:18:13,848] /u/dachmo had their flair updated +[2020-07-19 15:19:27,282] '/u/talsean' has given '/u/vanooliver50' lambda! +[2020-07-19 15:19:28,717] /u/vanooliver50 had their flair updated +[2020-07-19 15:19:46,648] '/u/talsean' has given '/u/WalkerSeattleRanger' lambda! +[2020-07-19 15:19:48,777] /u/WalkerSeattleRanger had their flair updated +[2020-07-19 15:20:34,295] '/u/talsean' has given '/u/learningspark' lambda! +[2020-07-19 15:20:36,962] /u/learningspark had their flair updated +[2020-07-19 15:21:56,163] '/u/talsean' has given '/u/Monkey_Adventures' lambda! +[2020-07-19 15:21:58,624] /u/Monkey_Adventures had their flair updated +[2020-07-19 15:23:20,051] '/u/talsean' has given '/u/MisterMykil' lambda! +[2020-07-19 15:23:22,191] /u/MisterMykil had their flair updated +[2020-07-19 15:24:10,991] '/u/talsean' has given '/u/Sunkissed-horizon' lambda! +[2020-07-19 15:24:13,453] /u/Sunkissed-horizon had their flair updated +[2020-07-19 15:25:14,946] /u/talsean had their flair updated +[2020-07-19 15:25:16,256] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-19 15:25:22,664] There has been a new submission: 'I JUST POSTED A APEX LEGENDS VID ON MY YOUTUBE CHANNEL YESTERDAY FEATURING MY HOMIES AYOO AVENUE & LAPPA KAPPA⁉️CAN YOU SHOW ME SOME LOVE❓PLEASE⁉️ HERE’S THE LINK👇🏾‼️', with flair 'Gaming' +[2020-07-19 15:25:23,798] /u/GodsNotoriousProdigy had their submission removed for insufficient lambda. +[2020-07-19 15:25:25,230] /u/GodsNotoriousProdigy had their flair updated +[2020-07-19 15:25:42,956] There has been a new submission: 'I took an IQ test live on stream and wanted to start highlighting my channel’s moments!', with flair 'Video Critique' +[2020-07-19 15:25:44,063] /u/Tanlere had their submission removed for insufficient lambda. +[2020-07-19 15:25:45,417] /u/Tanlere had their flair updated +[2020-07-19 15:26:03,390] There has been a new submission: 'Two Cranes Riverside Sunset Pencil Drawing, Riverside Evening Village Scenery, Birds Drawing Pencil', with flair 'Video Critique' +[2020-07-19 15:26:04,498] /u/SketchPencilVideo had their submission removed for insufficient lambda. +[2020-07-19 15:26:05,768] /u/SketchPencilVideo had their flair updated +[2020-07-19 15:26:22,953] There has been a new submission: 'I started a mini-series where I research topics that I know nothing about! It's called "Scotty Doesn't Know" and this week I look up Menstrual Hygiene Products. All critique is welcome! (Giving Lambda for feedback, duh)', with flair 'Video Critique' +[2020-07-19 15:26:23,857] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:26:23,858] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:26:25,172] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aw6zibtCgJM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:26:25,709] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyt6Lvctqqa_rDd4vxJa37A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:26:27,799] /u/ScottChesnutt had their flair updated +[2020-07-19 15:27:02,538] '/u/talsean' has given '/u/iFaisalKarim' lambda! +[2020-07-19 15:27:04,828] /u/iFaisalKarim had their flair updated +[2020-07-19 15:27:37,525] '/u/talsean' has given '/u/NiftyBiscuit4' lambda! +[2020-07-19 15:27:39,607] /u/NiftyBiscuit4 had their flair updated +[2020-07-19 15:28:11,964] '/u/talsean' has given '/u/Bowerz123' lambda! +[2020-07-19 15:28:14,011] /u/Bowerz123 had their flair updated +[2020-07-19 15:29:00,488] '/u/BetaBradTv' has given '/u/KobiDrinksWater' lambda! +[2020-07-19 15:29:02,449] /u/KobiDrinksWater had their flair updated +[2020-07-19 15:29:19,350] '/u/BetaBradTv' has given '/u/tedster_' lambda! +[2020-07-19 15:29:21,639] /u/tedster_ had their flair updated +[2020-07-19 15:30:09,533] '/u/talsean' has given '/u/dany_goku' lambda! +[2020-07-19 15:30:12,520] /u/dany_goku had their flair updated +[2020-07-19 15:31:40,895] There has been a new submission: 'I took a look at STALKER Shadow of Chernobyl’s gameplay, visuals and source material. It’s more of a video essay/critique than review in practice. I tried balancing raw information with humor and analysis. I’m curious what you guys think about it!', with flair 'Video Critique' +[2020-07-19 15:31:41,961] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:31:41,999] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:31:43,027] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w30xmSHrN0o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:31:43,317] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyBDKEozOfqaq-vNmbeYK8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:31:46,225] /u/emisfer had their flair updated +[2020-07-19 15:36:12,417] '/u/talsean' has given '/u/HughseyKL' lambda! +[2020-07-19 15:36:14,588] /u/HughseyKL had their flair updated +[2020-07-19 15:36:28,488] There has been a new submission: 'the worst assassin ever | I would appreciate any advise you might have', with flair 'Gaming' +[2020-07-19 15:36:29,678] /u/MJCMANZ2099 had their submission removed for insufficient lambda. +[2020-07-19 15:36:30,988] /u/MJCMANZ2099 had their flair updated +[2020-07-19 15:39:58,577] There has been a new submission: 'Second video ever - Motorcycle ride in the sunset - Gopro footage and reflex b-roll. Trying to aim for a cinematic look', with flair 'Video Critique' +[2020-07-19 15:39:59,725] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:39:59,726] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:40:00,776] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L3KeFWwq4ow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:40:01,108] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC19WbXSoMUQkw4ONvpmohWw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:40:04,508] /u/Clickdummy had their flair updated +[2020-07-19 15:42:13,595] The moderator /u/SiRaymando has given /u/thedrq 1λ. /u/thedrq now has 1λ. +[2020-07-19 15:42:15,446] /u/thedrq had their flair updated +[2020-07-19 15:42:17,088] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-19 15:43:11,466] '/u/ScottChesnutt' has given '/u/OccupiedGarrett' lambda! +[2020-07-19 15:43:14,079] /u/OccupiedGarrett had their flair updated +[2020-07-19 15:44:56,422] '/u/Buzstringer' has given '/u/wildh4rt' lambda! +[2020-07-19 15:44:58,932] /u/wildh4rt had their flair updated +[2020-07-19 15:47:23,254] '/u/Buzstringer' has given '/u/OccupiedGarrett' lambda! +[2020-07-19 15:47:25,187] /u/OccupiedGarrett had their flair updated +[2020-07-19 15:49:54,731] '/u/YaGuyAlex_yt' has given '/u/Bowerz123' lambda! +[2020-07-19 15:49:56,416] /u/Bowerz123 had their flair updated +[2020-07-19 15:53:02,064] '/u/ImagineRedOffical' has given '/u/Bowerz123' lambda! +[2020-07-19 15:53:04,889] /u/Bowerz123 had their flair updated +[2020-07-19 15:53:54,271] There has been a new submission: 'Mushroom Island (made with Blender)', with flair 'Gaming' +[2020-07-19 15:53:56,035] /u/Future77Gaming had their submission removed for insufficient lambda. +[2020-07-19 15:53:57,966] /u/Future77Gaming had their flair updated +[2020-07-19 15:54:35,754] There has been a new submission: 'Why go outside when you can play INSIDE. Your weekly dose of brainless video game comedy. (Lambda for proper feedback.) Testing audio stuff so that might not be the best with this one, would prefer feedback on other parts of the video. :)', with flair 'Video Critique' +[2020-07-19 15:54:36,943] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 15:54:36,944] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 15:54:38,050] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jNEgaIjKD48&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:54:38,418] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu6aasAuOV9NQWqsr1QcFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 15:54:41,118] /u/wildh4rt had their flair updated +[2020-07-19 15:56:27,639] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 15:56:31,743] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 15:56:32,850] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-19 15:56:36,451] {ERROR} received 500 HTTP response +[2020-07-19 15:56:37,352] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-19 15:56:38,750] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-19 15:56:42,156] {ERROR} received 500 HTTP response +[2020-07-19 16:29:04,914] +#################### +[Jul 19 2020 16:29:04] RESTARTED +#################### + +[2020-07-19 16:48:17,673] '/u/JenniferMatthew' has given '/u/runs-with-scissors1' lambda! +[2020-07-19 16:48:19,602] /u/runs-with-scissors1 had their flair updated +[2020-07-19 16:48:50,779] '/u/Narband' has given '/u/wildh4rt' lambda! +[2020-07-19 16:48:52,870] /u/wildh4rt had their flair updated +[2020-07-19 16:49:24,396] '/u/Adzic254' has given '/u/john_sorrentino' lambda! +[2020-07-19 16:49:26,693] /u/john_sorrentino had their flair updated +[2020-07-19 16:49:44,726] /u/runs-with-scissors1 had their flair updated +[2020-07-19 16:50:03,800] '/u/ImagineRedOffical' has given '/u/EREKT_JEW' lambda! +[2020-07-19 16:50:06,778] /u/EREKT_JEW had their flair updated +[2020-07-19 17:09:41,213] There has been a new submission: 'Trying to make things perfect and obviously failing. Do you struggle with this too?', with flair 'Video Critique' +[2020-07-19 17:09:42,361] /u/Clothesnotcloth had their submission removed for insufficient lambda. +[2020-07-19 17:09:42,817] /u/Clothesnotcloth had their flair updated +[2020-07-19 17:10:00,065] There has been a new submission: 'Crash Bandicoot 2: Cortex Strikes Back - A Formula Improved', with flair 'Video Critique' +[2020-07-19 17:10:01,909] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:10:01,948] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:10:03,259] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Iz7QWa6-Wbo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:10:03,754] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:10:07,394] /u/Adzic254 had their flair updated +[2020-07-19 17:10:13,705] There has been a new submission: 'Lois griffin gets executed for war crimes', with flair 'Art' +[2020-07-19 17:10:15,246] /u/cobra1commander had their submission removed for insufficient lambda. +[2020-07-19 17:10:17,568] /u/cobra1commander had their flair updated +[2020-07-19 17:10:34,442] There has been a new submission: 'AFFORAFFORDABLE EDITOR! (And/or thumbnails and voiceacting)', with flair 'Discussion' +[2020-07-19 17:10:37,999] /u/The_Suited_Bird had their flair updated +[2020-07-19 17:10:56,118] There has been a new submission: 'My moms cooking channel just hit 250 subscribers and we're still trying to constantly improve our quality, some feedback would be awesome!', with flair 'Video Critique' +[2020-07-19 17:10:56,977] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:10:56,978] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:10:58,085] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DvHBO33aKRY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:10:58,454] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3yInWpCjlUrWn0dPLDEkmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:11:02,010] /u/nat1127 had their flair updated +[2020-07-19 17:11:20,521] There has been a new submission: 'Kitten Rescue Channel with Music Streams', with flair 'Channel Review' +[2020-07-19 17:11:22,207] /u/Chill_Catmosphere had their submission removed for insufficient lambda. +[2020-07-19 17:11:24,463] /u/Chill_Catmosphere had their flair updated +[2020-07-19 17:11:43,612] There has been a new submission: 'Georgia vs Florida Highlights FULLY NAMED ROSTERS NCAA FOOTBALL 06 Hard Hitting SEC Battle!', with flair 'Gaming' +[2020-07-19 17:11:45,130] /u/Natsfan3754 had their submission removed for insufficient lambda. +[2020-07-19 17:11:47,348] /u/Natsfan3754 had their flair updated +[2020-07-19 17:12:06,034] There has been a new submission: 'I wrote this Royalty-Free track for my grandma, who recently passed away. I want it to be heard, so I made it free to download and to use, even for commercial projects. I'd love to hear what you think about it !', with flair 'Video Critique' +[2020-07-19 17:12:07,095] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:12:07,097] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:12:08,123] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4glKVM8O4Gw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:12:08,369] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmjpnzGxSBgjwe1Aij7FfMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:12:11,738] /u/guyFCR had their flair updated +[2020-07-19 17:12:30,469] There has been a new submission: 'BEAUTIFUL PATHS - B ROLL SEQUENCE', with flair 'Video Critique' +[2020-07-19 17:12:32,067] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-07-19 17:12:34,241] /u/Alilowthofficial had their flair updated +[2020-07-19 17:13:25,948] '/u/Clickdummy' has given '/u/pyvozaur' lambda! +[2020-07-19 17:13:28,534] /u/pyvozaur had their flair updated +[2020-07-19 17:14:02,485] '/u/Brage2004Norway' has given '/u/KnowledgeOfLife' lambda! +[2020-07-19 17:14:04,899] /u/KnowledgeOfLife had their flair updated +[2020-07-19 17:15:06,753] '/u/Fineset' has given '/u/Getawesome_Gaming' lambda! +[2020-07-19 17:15:08,564] /u/Getawesome_Gaming had their flair updated +[2020-07-19 17:17:32,991] '/u/ScottChesnutt' has given '/u/SkaterDrew' lambda! +[2020-07-19 17:17:34,839] /u/SkaterDrew had their flair updated +[2020-07-19 17:17:52,408] '/u/ScottChesnutt' has given '/u/pyvozaur' lambda! +[2020-07-19 17:17:54,416] /u/pyvozaur had their flair updated +[2020-07-19 17:18:54,094] /u/KnowledgeOfLife had their flair updated +[2020-07-19 17:19:11,660] '/u/ScottChesnutt' has given '/u/Sonicsaber25' lambda! +[2020-07-19 17:19:12,722] /u/Sonicsaber25 had their flair updated +[2020-07-19 17:19:58,422] '/u/ScottChesnutt' has given '/u/EssentiallyHeroes' lambda! +[2020-07-19 17:19:59,485] /u/EssentiallyHeroes had their flair updated +[2020-07-19 17:25:02,368] There has been a new submission: 'Lucky Blocks in Bedwars!', with flair 'Gaming' +[2020-07-19 17:25:03,512] /u/MadManiacGamer had their submission removed for insufficient lambda. +[2020-07-19 17:25:04,945] /u/MadManiacGamer had their flair updated +[2020-07-19 17:25:10,081] There has been a new submission: 'I need critiques to help me improve my editing. all feedback is helpful!', with flair 'Video Critique' +[2020-07-19 17:25:10,399] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:25:10,400] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:25:10,545] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MXXUU0tNOTc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:25:10,677] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1u-jfWHNKcEzM-8E5s-ovg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:25:12,382] /u/KobiDrinksWater had their flair updated +[2020-07-19 17:25:17,464] There has been a new submission: 'Ipsy Glam Bag Base Unboxing for July 2020', with flair 'Video Critique' +[2020-07-19 17:25:19,081] /u/veriria had their submission removed for insufficient lambda. +[2020-07-19 17:25:20,394] /u/veriria had their flair updated +[2020-07-19 17:25:38,245] There has been a new submission: 'Lele Pons Is Still Bad (ft. Hannah Stocking) (appreciate any feedback, will give lambda!)', with flair 'Video Critique' +[2020-07-19 17:25:39,026] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:25:39,064] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:25:39,929] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6dkDaMCGius&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:25:40,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:25:42,761] /u/tedster_ had their flair updated +[2020-07-19 17:25:59,843] There has been a new submission: 'MMA FightFighter vs Boxer!! Let me knoknow whawhat you guyguys think 🤔', with flair 'Vlog' +[2020-07-19 17:26:00,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:26:00,906] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:26:01,929] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=huqYyDGaV-M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:26:02,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXwkryx2wtwr2ciWbhJbq6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:26:04,426] /u/eborghetto99 had their flair updated +[2020-07-19 17:26:20,922] There has been a new submission: 'New intro and outro on this video. Whole thing under 4 min. Thoughts?', with flair 'Video Critique' +[2020-07-19 17:26:21,903] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:26:22,026] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:26:23,009] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4CEBTdUp1zQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:26:23,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:26:25,556] /u/DennisTheBadBoy had their flair updated +[2020-07-19 17:26:42,101] There has been a new submission: 'SocialBlade is now predicting my growth!', with flair 'Discussion' +[2020-07-19 17:26:43,571] /u/Spinstorm had their flair updated +[2020-07-19 17:27:00,370] There has been a new submission: 'My Experience Making A Full Stack Web App!', with flair 'Video Critique' +[2020-07-19 17:27:01,228] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:27:01,270] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:27:02,250] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oICxCVczmHQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:27:02,622] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC48uKHEipDQe4aoYwaAU0-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:27:04,950] /u/john_sorrentino had their flair updated +[2020-07-19 17:27:21,394] There has been a new submission: 'Slayer!', with flair 'Channel Review' +[2020-07-19 17:27:22,376] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-19 17:27:23,446] /u/kcbRodBuilding had their flair updated +[2020-07-19 17:27:40,183] There has been a new submission: 'Put more effort into this than most of my past videos, hoping for feedback on the editing as well as what I can add to make it better! Giving lambda here for critique!', with flair 'Video Critique' +[2020-07-19 17:27:41,044] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:27:41,046] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:27:42,032] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=omoXGCm2dCs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:27:42,444] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFteb8lsdLG_vD5NBzRW7CQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:27:44,370] /u/Remoon101 had their flair updated +[2020-07-19 17:28:01,460] There has been a new submission: 'Hello everybobi! Today I am making fun of some of the dumber TLOU2 criticisms! Take it with a grain of salt and enjoy! (Spoilers)', with flair 'Video Critique' +[2020-07-19 17:28:02,403] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:28:02,441] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:28:03,510] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uMoD4iVxr4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:28:03,953] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGEEeCO9YyI5vgk0zqETaNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:28:05,879] /u/TheOzan had their flair updated +[2020-07-19 17:29:07,409] '/u/guyFCR' has given '/u/Nadia_Robot' lambda! +[2020-07-19 17:29:09,571] /u/Nadia_Robot had their flair updated +[2020-07-19 17:32:26,599] There has been a new submission: 'Create a private server?', with flair 'Discussion' +[2020-07-19 17:32:29,513] /u/EpicSmashFan had their flair updated +[2020-07-19 17:44:57,686] There has been a new submission: 'So was wondering what you guys thought about cliff hangers? I've been doing them in past videos but wanted to see how it would effect my watch time if I didn't do one and got right to the chase. Please leave you're best tips to help me make better vids and I'll give Lambda!', with flair 'Video Critique' +[2020-07-19 17:44:58,793] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:44:58,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:44:59,985] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T1i5P9_VIIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:45:00,515] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:45:03,259] /u/Chig3l had their flair updated +[2020-07-19 17:45:25,322] '/u/DennisTheBadBoy' has given '/u/TheOzan' lambda! +[2020-07-19 17:45:27,652] /u/TheOzan had their flair updated +[2020-07-19 17:47:07,719] There has been a new submission: 'CAPTAIN AMERICA VS IRON MAN [PART 1]', with flair 'Channel Review' +[2020-07-19 17:47:08,821] /u/epicrealm2 had their submission removed for insufficient lambda. +[2020-07-19 17:47:10,091] /u/epicrealm2 had their flair updated +[2020-07-19 17:47:30,773] '/u/DennisTheBadBoy' has given '/u/john_sorrentino' lambda! +[2020-07-19 17:47:32,900] /u/john_sorrentino had their flair updated +[2020-07-19 17:56:27,113] '/u/ImBntyHntrBish' has given '/u/PizzaParker36' lambda! +[2020-07-19 17:56:29,529] /u/PizzaParker36 had their flair updated +[2020-07-19 17:58:10,641] There has been a new submission: 'New comedy sketch! “taste the rainbow?”', with flair 'Video Critique' +[2020-07-19 17:58:11,741] /u/GRsam3 had their submission removed for insufficient lambda. +[2020-07-19 17:58:12,809] /u/GRsam3 had their flair updated +[2020-07-19 17:58:54,569] There has been a new submission: 'Why I NEED to Blow Up - Messing around with my green screen! Let me know if you like this type of content', with flair 'Video Critique' +[2020-07-19 17:58:55,345] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 17:58:55,346] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 17:58:56,243] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GgxOZ9TknvI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:58:56,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 17:58:58,373] /u/OccupiedGarrett had their flair updated +[2020-07-19 18:00:40,248] There has been a new submission: 'WARZONE SERVERS ARE TERRIBLE!! I WAS ON PACE FOR A 30 KILL GAME!!', with flair 'Gaming' +[2020-07-19 18:00:41,802] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-19 18:00:44,181] /u/Curlyiix had their flair updated +[2020-07-19 18:17:10,389] '/u/Monkey_Adventures' has given '/u/endlessvibesmusic' lambda! +[2020-07-19 18:17:11,683] /u/endlessvibesmusic had their flair updated +[2020-07-19 18:20:56,142] There has been a new submission: 'Which is better?', with flair 'Gaming' +[2020-07-19 18:20:57,675] /u/MadManiacGamer had their submission removed for insufficient lambda. +[2020-07-19 18:21:00,004] /u/MadManiacGamer had their flair updated +[2020-07-19 18:24:08,308] '/u/guyFCR' has given '/u/MK_dude' lambda! +[2020-07-19 18:24:10,519] /u/MK_dude had their flair updated +[2020-07-19 18:25:39,858] '/u/tedster_' has given '/u/MakeItR3al' lambda! +[2020-07-19 18:25:41,993] /u/MakeItR3al had their flair updated +[2020-07-19 18:28:44,597] +#################### +[Jul 19 2020 18:28:44] RESTARTED +#################### + +[2020-07-19 18:54:35,895] There has been a new submission: 'Exploring Nature in Forza Horizon 4 with Jeep Wrangler Unlimited | Logitech G920', with flair 'Gaming' +[2020-07-19 18:54:37,412] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-19 18:54:38,932] /u/YSforce had their flair updated +[2020-07-19 18:54:56,484] There has been a new submission: 'Virgin Mojito | How to make Mojito using Mixed Fruit Cordial', with flair 'Channel Review' +[2020-07-19 18:54:57,753] /u/LANKANPEDIA had their submission removed for insufficient lambda. +[2020-07-19 18:54:59,191] /u/LANKANPEDIA had their flair updated +[2020-07-19 18:55:14,094] /u/Chig3l had their flair updated +[2020-07-19 18:55:45,639] '/u/BeatsandPiecesYT' has given '/u/ThealerGames' lambda! +[2020-07-19 18:55:47,809] /u/ThealerGames had their flair updated +[2020-07-19 18:56:06,867] '/u/BeatsandPiecesYT' has given '/u/endlessvibesmusic' lambda! +[2020-07-19 18:56:09,039] /u/endlessvibesmusic had their flair updated +[2020-07-19 18:56:27,419] '/u/wildh4rt' has given '/u/john_sorrentino' lambda! +[2020-07-19 18:56:29,913] /u/john_sorrentino had their flair updated +[2020-07-19 18:57:02,174] '/u/BeatsandPiecesYT' has given '/u/asap-the-rapper' lambda! +[2020-07-19 18:57:04,750] /u/asap-the-rapper had their flair updated +[2020-07-19 18:57:36,404] '/u/ECXL' has given '/u/tedster_' lambda! +[2020-07-19 18:57:38,581] /u/tedster_ had their flair updated +[2020-07-19 19:01:15,481] There has been a new submission: 'The Voice Teens | How to draw the Voice Teens Logo | Trending Logo', with flair 'Art' +[2020-07-19 19:01:17,367] /u/LANKANPEDIA had their submission removed for insufficient lambda. +[2020-07-19 19:01:19,537] /u/LANKANPEDIA had their flair updated +[2020-07-19 19:01:38,757] There has been a new submission: 'How to make Pancakes | American Pancakes Recipe | Fluffiest Pancake ever', with flair 'Channel Review' +[2020-07-19 19:01:40,358] /u/LANKANPEDIA had their submission removed for insufficient lambda. +[2020-07-19 19:01:42,454] /u/LANKANPEDIA had their flair updated +[2020-07-19 19:02:01,631] There has been a new submission: 'Ranked Siege with 3 noobs', with flair 'Video Critique' +[2020-07-19 19:02:03,148] /u/Idotism had their submission removed for insufficient lambda. +[2020-07-19 19:02:05,480] /u/Idotism had their flair updated +[2020-07-19 19:02:24,999] There has been a new submission: 'Looking for tutorials for how to use Final Cut Pro to its full capacity', with flair 'Discussion' +[2020-07-19 19:02:27,370] /u/gusburch had their flair updated +[2020-07-19 19:02:50,600] '/u/Chig3l' has given '/u/MakeItR3al' lambda! +[2020-07-19 19:02:53,301] /u/MakeItR3al had their flair updated +[2020-07-19 19:02:53,756] Retrying due to 500 status: POST https://oauth.reddit.com/r/SmallYTChannel/api/flair/ +[2020-07-19 19:04:39,617] '/u/wildh4rt' has given '/u/pyvozaur' lambda! +[2020-07-19 19:04:42,204] /u/pyvozaur had their flair updated +[2020-07-19 19:06:12,122] '/u/Ghryms' has given '/u/ImagineRedOffical' lambda! +[2020-07-19 19:06:14,006] /u/ImagineRedOffical had their flair updated +[2020-07-19 19:07:29,921] '/u/wildh4rt' has given '/u/SkaterDrew' lambda! +[2020-07-19 19:07:32,092] /u/SkaterDrew had their flair updated +[2020-07-19 19:10:12,411] '/u/nat1127' has given '/u/ElectionJunkie' lambda! +[2020-07-19 19:10:14,876] /u/ElectionJunkie had their flair updated +[2020-07-19 19:15:49,791] There has been a new submission: 'couple goals compilation♥', with flair 'Channel Review' +[2020-07-19 19:15:51,107] /u/GroupSea had their submission removed for insufficient lambda. +[2020-07-19 19:15:52,714] /u/GroupSea had their flair updated +[2020-07-19 19:16:15,920] '/u/BeatsandPiecesYT' has given '/u/wildh4rt' lambda! +[2020-07-19 19:16:18,129] /u/wildh4rt had their flair updated +[2020-07-19 19:16:36,912] There has been a new submission: 'Today I stuffed GTA:SA full of mods and chaos ensued ¯\_(ツ)_/¯ All kinds of feedback and critisism and suggestions VERY needed and rewarded 💗', with flair 'Video Critique' +[2020-07-19 19:16:38,796] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 19:16:38,798] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 19:16:39,785] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Qz69jp_9gxE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:16:40,156] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:16:42,696] /u/qzeqYT had their flair updated +[2020-07-19 19:18:24,875] There has been a new submission: '"CAN I CAPTURE A TWO WEEK TRIP TO INDIA..... ON A PHONE ?!?" A fun trip I went on last year, really fun and did alot in the two weeks, check it out!!!', with flair 'Vlog' +[2020-07-19 19:18:26,050] /u/AKBangar had their submission removed for insufficient lambda. +[2020-07-19 19:18:27,099] /u/AKBangar had their flair updated +[2020-07-19 19:19:33,548] There has been a new submission: 'SHit iS craZy', with flair 'Channel Review' +[2020-07-19 19:19:34,157] /u/WxCHRILLExW had their submission removed for insufficient lambda. +[2020-07-19 19:19:34,829] /u/WxCHRILLExW had their flair updated +[2020-07-19 19:21:25,329] '/u/qzeqYT' has given '/u/TwoLeggedGator' lambda! +[2020-07-19 19:21:27,871] /u/TwoLeggedGator had their flair updated +[2020-07-19 19:21:42,924] There has been a new submission: 'ATTEMPTING TO DO A DANCE WORKOUT FOR THE FIRST TIME!! *CHAOS* 🕺🏾🏃🏽♂️idk what was going on 😭please check it out 🔥🔥❤️', with flair 'None' +[2020-07-19 19:21:44,607] /u/SavelaMadikane had their submission removed for insufficient lambda. +[2020-07-19 19:21:47,228] /u/SavelaMadikane had their flair updated +[2020-07-19 19:22:01,214] There has been a new submission: 'I REACT To KSI - Killa Killa [Thrilla Thrilla] feat. Aiyana-Lee Official Music Video', with flair 'Channel Review' +[2020-07-19 19:22:03,052] /u/EthansYT had their submission removed for insufficient lambda. +[2020-07-19 19:22:05,262] /u/EthansYT had their flair updated +[2020-07-19 19:26:08,463] '/u/DennisTheBadBoy' has given '/u/denandmugMAKES' lambda! +[2020-07-19 19:26:10,837] /u/denandmugMAKES had their flair updated +[2020-07-19 19:29:58,976] There has been a new submission: 'Have you ever been working on a video and realized you don’t like it?', with flair 'Discussion' +[2020-07-19 19:30:00,515] /u/GaimzUp had their flair updated +[2020-07-19 19:33:26,757] '/u/DennisTheBadBoy' has given '/u/asap-the-rapper' lambda! +[2020-07-19 19:33:28,692] /u/asap-the-rapper had their flair updated +[2020-07-19 19:34:41,479] There has been a new submission: 'The Boys Go And See The Doctor (Dead By Daylight) any feedback is appreciated and if you like the video subscribe', with flair 'Video Critique' +[2020-07-19 19:34:41,992] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 19:34:41,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 19:34:42,343] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S_trcPpnel8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:34:42,501] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOliWI-hBF_NqqJ5yVAxSdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:34:45,005] /u/Bowerz123 had their flair updated +[2020-07-19 19:35:43,253] There has been a new submission: 'How i get my 1000 subscribers easily?', with flair 'Vlog' +[2020-07-19 19:35:44,385] /u/tjmstv had their submission removed for insufficient lambda. +[2020-07-19 19:35:46,129] /u/tjmstv had their flair updated +[2020-07-19 19:36:23,629] '/u/guyFCR' has given '/u/denandmugMAKES' lambda! +[2020-07-19 19:36:25,802] /u/denandmugMAKES had their flair updated +[2020-07-19 19:37:35,589] '/u/guyFCR' has given '/u/TwoLeggedGator' lambda! +[2020-07-19 19:37:37,552] /u/TwoLeggedGator had their flair updated +[2020-07-19 19:38:28,709] '/u/wildh4rt' has given '/u/NiftyBiscuit4' lambda! +[2020-07-19 19:38:30,794] /u/NiftyBiscuit4 had their flair updated +[2020-07-19 19:38:47,954] There has been a new submission: '[Question] Do you think my channel idea is good?', with flair 'Discussion' +[2020-07-19 19:38:49,552] /u/The_Reverse_Zoom had their flair updated +[2020-07-19 19:39:47,506] There has been a new submission: 'CRACKED Controller Settings | Victory Royale Every Game🎮', with flair 'Gaming' +[2020-07-19 19:39:48,289] /u/mollyjoneso had their submission removed for insufficient lambda. +[2020-07-19 19:39:48,741] /u/mollyjoneso had their flair updated +[2020-07-19 19:41:54,242] '/u/qzeqYT' has given '/u/danifernt' lambda! +[2020-07-19 19:41:56,418] /u/danifernt had their flair updated +[2020-07-19 19:42:15,135] '/u/qzeqYT' has given '/u/BrumLondon' lambda! +[2020-07-19 19:42:17,841] /u/BrumLondon had their flair updated +[2020-07-19 19:43:08,914] There has been a new submission: 'Anyone wanna collab', with flair 'Collab' +[2020-07-19 19:43:11,421] /u/asap-the-rapper had their flair updated +[2020-07-19 19:49:45,105] There has been a new submission: 'Final Battle // any feedback is greatly appreciated, giving out lambda as always!', with flair 'Video Critique' +[2020-07-19 19:49:45,515] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 19:49:45,516] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 19:49:45,835] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w0hKVdNx2oA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:49:46,034] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9JT9w8K20xB-n1U9CQOJhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 19:49:46,997] /u/TwoLeggedGator had their flair updated +[2020-07-19 19:51:30,676] There has been a new submission: 'this montage is crazy good', with flair 'Gaming' +[2020-07-19 19:51:32,194] /u/resendyt had their submission removed for insufficient lambda. +[2020-07-19 19:51:34,487] /u/resendyt had their flair updated +[2020-07-19 19:53:22,607] There has been a new submission: 'The Blessing (Off The Chiptune EP VVytch Hunt) feedback always welcome', with flair 'Art' +[2020-07-19 19:53:24,091] /u/Eymbr had their submission removed for insufficient lambda. +[2020-07-19 19:53:26,147] /u/Eymbr had their flair updated +[2020-07-19 19:54:17,784] '/u/guyFCR' has given '/u/SkaterDrew' lambda! +[2020-07-19 19:54:20,000] /u/SkaterDrew had their flair updated +[2020-07-19 19:54:39,017] There has been a new submission: 'Popping Off on Warzone!!', with flair 'Gaming' +[2020-07-19 19:54:40,293] /u/Swaginginga had their submission removed for insufficient lambda. +[2020-07-19 19:54:42,060] /u/Swaginginga had their flair updated +[2020-07-19 19:57:50,115] '/u/DennisTheBadBoy' has given '/u/LMAOyeetzedong' lambda! +[2020-07-19 19:57:51,754] /u/LMAOyeetzedong had their flair updated +[2020-07-19 20:03:06,208] There has been a new submission: 'I made a relaxing hiking video, no commentary, just walking in the mountains, nature sounds and background music. I'd love to head any feedback.', with flair 'Video Critique' +[2020-07-19 20:03:06,609] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 20:03:06,610] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 20:03:06,982] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t5RDW7fk0Z8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:03:07,157] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWmWW8j5zZkgglEezFJjrow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:03:09,585] /u/SkaterDrew had their flair updated +[2020-07-19 20:03:30,514] There has been a new submission: 'Made a movie music video and I would like to get feedback on it. Negative or positive I just want to improve and gain knowledge. Also kinda want to promote my YT... Kinda...', with flair 'Art' +[2020-07-19 20:03:32,011] /u/RavenKings had their submission removed for insufficient lambda. +[2020-07-19 20:03:34,061] /u/RavenKings had their flair updated +[2020-07-19 20:04:23,492] '/u/TwoLeggedGator' has given '/u/asap-the-rapper' lambda! +[2020-07-19 20:04:25,237] /u/asap-the-rapper had their flair updated +[2020-07-19 20:05:16,712] '/u/qzeqYT' has given '/u/asap-the-rapper' lambda! +[2020-07-19 20:05:18,391] /u/asap-the-rapper had their flair updated +[2020-07-19 20:16:00,184] There has been a new submission: '"WE BROKE UP.". Playing a game where you draw your date (Doodle Date), decided to see if I can love Handsome Squidward...', with flair 'Video Critique' +[2020-07-19 20:16:00,533] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 20:16:00,534] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 20:16:00,659] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k--I84242nA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:16:00,761] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCai1zHJ9mzWbJTAOg9qb05Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:16:02,903] /u/pyvozaur had their flair updated +[2020-07-19 20:16:29,192] There has been a new submission: 'Is it better to wait to try and build my chachannel?', with flair 'Discussion' +[2020-07-19 20:16:30,909] /u/gracetalks94 had their flair updated +[2020-07-19 20:16:48,562] '/u/Bowerz123' has given '/u/asap-the-rapper' lambda! +[2020-07-19 20:16:49,940] /u/asap-the-rapper had their flair updated +[2020-07-19 20:21:23,813] There has been a new submission: 'I'm a upcoming animation youtuber and I'd really appreciate any feedback on my channel and videos', with flair 'Channel Review' +[2020-07-19 20:21:25,313] /u/Author_Interesting had their submission removed for insufficient lambda. +[2020-07-19 20:21:27,502] /u/Author_Interesting had their flair updated +[2020-07-19 20:22:27,342] '/u/tedster_' has given '/u/RightfullyEpic' lambda! +[2020-07-19 20:22:29,459] /u/RightfullyEpic had their flair updated +[2020-07-19 20:24:04,653] There has been a new submission: 'Lele Pons Is Still Bad (will give lambda for any feedback!)', with flair 'Video Critique' +[2020-07-19 20:24:05,393] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 20:24:05,431] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 20:24:06,166] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6dkDaMCGius&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:24:06,496] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 20:24:09,112] /u/tedster_ had their flair updated +[2020-07-19 20:24:48,552] '/u/Chig3l' has given '/u/asap-the-rapper' lambda! +[2020-07-19 20:24:50,933] /u/asap-the-rapper had their flair updated +[2020-07-19 20:25:58,019] '/u/OccupiedGarrett' has given '/u/ekaaaans' lambda! +[2020-07-19 20:25:59,906] /u/ekaaaans had their flair updated +[2020-07-19 20:26:41,735] '/u/OccupiedGarrett' has given '/u/goldenshimp' lambda! +[2020-07-19 20:26:43,619] /u/goldenshimp had their flair updated +[2020-07-19 20:27:13,118] There has been a new submission: 'Man V. Quarantine', with flair 'Art' +[2020-07-19 20:27:14,140] /u/Kyl0rd2003 had their submission removed for insufficient lambda. +[2020-07-19 20:27:15,410] /u/Kyl0rd2003 had their flair updated +[2020-07-19 20:28:21,648] '/u/emisfer' has given '/u/denandmugMAKES' lambda! +[2020-07-19 20:28:23,020] /u/denandmugMAKES had their flair updated +[2020-07-19 20:28:57,161] +#################### +[Jul 19 2020 20:28:57] RESTARTED +#################### + +[2020-07-19 20:33:14,239] Starting every day program... +[2020-07-19 20:33:14,239] Updating database statistics... +[2020-07-19 20:33:17,023] Posting and updating wiki... +[2020-07-19 20:33:34,998] Formatting leaderboard... +[2020-07-19 20:33:35,448] Updating sidebar... +[2020-07-19 20:33:35,904] Updated in new reddit... +[2020-07-19 20:33:39,029] Updated in old reddit... +[2020-07-19 20:33:39,029] Completed. +[2020-07-19 20:38:38,046] '/u/emisfer' has given '/u/TwoLeggedGator' lambda! +[2020-07-19 20:38:39,931] /u/TwoLeggedGator had their flair updated +[2020-07-19 20:39:10,258] '/u/BeatsandPiecesYT' has given '/u/TheLuiginator' lambda! +[2020-07-19 20:39:12,303] /u/TheLuiginator had their flair updated +[2020-07-19 20:39:28,108] '/u/tedster_' has given '/u/bigblindbear' lambda! +[2020-07-19 20:39:30,081] /u/bigblindbear had their flair updated +[2020-07-19 20:58:46,110] There has been a new submission: 'Wayfair's Next Plan', with flair 'Art' +[2020-07-19 20:58:47,500] /u/Cenanden had their submission removed for insufficient lambda. +[2020-07-19 20:58:48,606] /u/Cenanden had their flair updated +[2020-07-19 20:59:03,900] There has been a new submission: 'The Fundamental Problems of League - Part 1 - Toxicity and Trolls', with flair 'Gaming' +[2020-07-19 20:59:04,921] /u/Bluaris had their submission removed for insufficient lambda. +[2020-07-19 20:59:05,494] /u/Bluaris had their flair updated +[2020-07-19 20:59:24,952] '/u/tedster_' has given '/u/asap-the-rapper' lambda! +[2020-07-19 20:59:27,091] /u/asap-the-rapper had their flair updated +[2020-07-19 20:59:44,420] '/u/OccupiedGarrett' has given '/u/bigblindbear' lambda! +[2020-07-19 20:59:46,310] /u/bigblindbear had their flair updated +[2020-07-19 21:00:19,051] '/u/SkaterDrew' has given '/u/asap-the-rapper' lambda! +[2020-07-19 21:00:21,880] /u/asap-the-rapper had their flair updated +[2020-07-19 21:00:42,505] '/u/SkaterDrew' has given '/u/bigblindbear' lambda! +[2020-07-19 21:00:45,412] /u/bigblindbear had their flair updated +[2020-07-19 21:01:19,490] '/u/qzeqYT' has given '/u/Rubenazo1999' lambda! +[2020-07-19 21:01:22,315] /u/Rubenazo1999 had their flair updated +[2020-07-19 21:03:19,022] '/u/Remoon101' has given '/u/MakeItR3al' lambda! +[2020-07-19 21:03:21,566] /u/MakeItR3al had their flair updated +[2020-07-19 21:04:36,424] '/u/qzeqYT' has given '/u/Snoo-47603' lambda! +[2020-07-19 21:04:38,760] /u/Snoo-47603 had their flair updated +[2020-07-19 21:05:25,047] '/u/qzeqYT' has given '/u/mahhiinn' lambda! +[2020-07-19 21:05:27,586] /u/mahhiinn had their flair updated +[2020-07-19 21:09:38,104] /u/Snoo-47603 had their flair updated +[2020-07-19 21:10:16,910] '/u/tedster_' has given '/u/Yaniprov' lambda! +[2020-07-19 21:10:19,234] /u/Yaniprov had their flair updated +[2020-07-19 21:11:30,619] '/u/JenniferMatthew' has given '/u/Goatsause' lambda! +[2020-07-19 21:11:33,372] /u/Goatsause had their flair updated +[2020-07-19 21:12:06,435] There has been a new submission: 'Hey guys it’s my birthday today and I really wanted to get to 135 Subscribers on my Youtube Channel Starry Science if you have YT could you please sub it is 100% free and it helps me achieve my goal of one day becoming a Youtuber https://www.youtube.com/c/StarryScience', with flair 'Channel Review' +[2020-07-19 21:12:08,197] /u/Detailedmist33 had their submission removed for insufficient lambda. +[2020-07-19 21:12:10,206] /u/Detailedmist33 had their flair updated +[2020-07-19 21:12:29,069] There has been a new submission: 'How's My First YouTube Video', with flair 'Video Critique' +[2020-07-19 21:12:30,501] /u/Brilliant_beauty had their submission removed for insufficient lambda. +[2020-07-19 21:12:32,517] /u/Brilliant_beauty had their flair updated +[2020-07-19 21:12:50,894] There has been a new submission: 'The Fundamental Problems of League - Part 1 - Toxicity and Trolls', with flair 'Video Critique' +[2020-07-19 21:12:52,246] /u/Bluaris had their submission removed for insufficient lambda. +[2020-07-19 21:12:54,214] /u/Bluaris had their flair updated +[2020-07-19 21:13:12,529] There has been a new submission: 'Let me know what you think', with flair 'Channel Review' +[2020-07-19 21:13:14,460] /u/flip_hi_up_2 had their submission removed for insufficient lambda. +[2020-07-19 21:13:16,353] /u/flip_hi_up_2 had their flair updated +[2020-07-19 21:13:34,270] There has been a new submission: 'New reddit video uploaded! Let me know what you think :)', with flair 'Video Critique' +[2020-07-19 21:13:35,706] /u/khowardl had their submission removed for insufficient lambda. +[2020-07-19 21:13:37,515] /u/khowardl had their flair updated +[2020-07-19 21:13:55,501] There has been a new submission: 'I did a video about Moira from overwatch I hope you guys like it any feedback is much appreciated.', with flair 'Video Critique' +[2020-07-19 21:13:57,224] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:13:57,226] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:13:58,459] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fgZyVM88X6s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:13:58,745] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgsBErJ5j2dO3hqRlZA31mA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:14:01,804] /u/Snoo-47603 had their flair updated +[2020-07-19 21:14:19,043] There has been a new submission: 'New song that I recently dropped on yt!! Feedback is appreciated :)', with flair 'Art' +[2020-07-19 21:14:20,275] /u/Emzeezy had their submission removed for insufficient lambda. +[2020-07-19 21:14:21,951] /u/Emzeezy had their flair updated +[2020-07-19 21:19:51,453] '/u/qzeqYT' has given '/u/bricknohero' lambda! +[2020-07-19 21:19:52,641] /u/bricknohero had their flair updated +[2020-07-19 21:20:37,881] '/u/Snoo-47603' has given '/u/mahhiinn' lambda! +[2020-07-19 21:20:40,508] /u/mahhiinn had their flair updated +[2020-07-19 21:20:59,450] There has been a new submission: 'A 60 second history video about the first defenestration of Prague, an event that launched the Hussite wars. Finally solved my echo issue! Any advice is, as always, welcome and it will be acted upon! Trying as hard as I can to make my content as best it can be. (Will give lambda after I wake up, gn)', with flair 'Video Critique' +[2020-07-19 21:21:00,558] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:21:00,559] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:21:01,337] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wl5b11Kxwfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:21:01,622] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgdzG_8eit7pSy0PFkBOdCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:21:04,729] /u/bigblindbear had their flair updated +[2020-07-19 21:21:18,944] There has been a new submission: 'Ash and Pikachu brushing teeth.', with flair 'Channel Review' +[2020-07-19 21:21:20,750] /u/nemesispk had their submission removed for insufficient lambda. +[2020-07-19 21:21:22,923] /u/nemesispk had their flair updated +[2020-07-19 21:24:23,639] There has been a new submission: 'We Tried Acrylic Pouring / Fluid Painting | 3 Techniques! - CRAZY CELLS & GLASS RESIN COATED! Will give lambda for all feedback 😊', with flair 'Art' +[2020-07-19 21:24:24,499] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:24:24,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:24:25,560] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0lLr_HQ_tQ4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:24:25,974] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSybJaeE82Lr1GatWbclWRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:24:28,843] /u/denandmugMAKES had their flair updated +[2020-07-19 21:24:51,066] '/u/OccupiedGarrett' has given '/u/Yaniprov' lambda! +[2020-07-19 21:24:53,438] /u/Yaniprov had their flair updated +[2020-07-19 21:25:09,525] There has been a new submission: 'A message for all TRAVELERS | My Travel Journal Vlog', with flair 'Vlog' +[2020-07-19 21:25:09,779] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:25:09,781] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:25:09,914] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gzDYb7eA9po&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:25:10,052] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC17q1Nw3z3JBuA763BK5qjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:25:12,471] /u/My_Travel_Journal had their flair updated +[2020-07-19 21:25:39,191] '/u/OccupiedGarrett' has given '/u/rondislap' lambda! +[2020-07-19 21:25:41,854] /u/rondislap had their flair updated +[2020-07-19 21:25:58,897] There has been a new submission: 'Why Plasma 5 should be called KDE Options!', with flair 'Video Critique' +[2020-07-19 21:26:00,013] /u/TRIPPINFUTUREZ had their submission removed for insufficient lambda. +[2020-07-19 21:26:01,447] /u/TRIPPINFUTUREZ had their flair updated +[2020-07-19 21:26:36,140] '/u/OccupiedGarrett' has given '/u/JenniferMatthew' lambda! +[2020-07-19 21:26:38,472] /u/JenniferMatthew had their flair updated +[2020-07-19 21:28:36,760] There has been a new submission: 'Playing Valorant First Time With Funny Team Mates Epic Gameplay, Any suggestions and tips would be highly appreciated!', with flair 'Video Critique' +[2020-07-19 21:28:37,783] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:28:37,785] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:28:38,853] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7oXjHGJyZa0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:28:39,309] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_zYiNHgdPPXuXlWViof15w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:28:41,196] /u/mahhiinn had their flair updated +[2020-07-19 21:30:15,703] There has been a new submission: 'Joe Rogan Fanboys, I would like feedback on how the audio meshes in this video, I have been working a lot more on the engineering side and would like outsider perspective.', with flair 'Video Critique' +[2020-07-19 21:30:16,605] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:30:16,607] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:30:17,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DZe_lsrSH6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:30:18,002] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXhR9AukPX2pr6zLHVyv8-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:30:21,772] /u/mrlewiscooley had their flair updated +[2020-07-19 21:34:43,927] There has been a new submission: 'British man rants about books, then gets sidetracked talking about balls. (any feedback welcome on the content, which jokes worked etc)', with flair 'Video Critique' +[2020-07-19 21:34:44,627] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:34:44,665] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:34:45,566] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MxAQOmw5JfU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:34:46,017] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfxPTbFeYvv0cLJS6qaUaVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:34:48,636] /u/goldenshimp had their flair updated +[2020-07-19 21:35:36,360] '/u/tedster_' has given '/u/AddieBowleyYT' lambda! +[2020-07-19 21:35:38,059] /u/AddieBowleyYT had their flair updated +[2020-07-19 21:36:41,204] There has been a new submission: 'Youtube most liked', with flair 'Art' +[2020-07-19 21:36:42,436] /u/abhishesao__ had their submission removed for insufficient lambda. +[2020-07-19 21:36:43,788] /u/abhishesao__ had their flair updated +[2020-07-19 21:38:04,138] There has been a new submission: '6 starguardian.exe [feedback please]', with flair 'Gaming' +[2020-07-19 21:38:05,367] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:38:05,404] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:38:06,307] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pzGYrh8kVqs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:38:06,676] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:38:08,847] /u/ameixarocha had their flair updated +[2020-07-19 21:41:08,083] '/u/nat1127' has given '/u/asap-the-rapper' lambda! +[2020-07-19 21:41:11,029] /u/asap-the-rapper had their flair updated +[2020-07-19 21:42:43,920] /u/ScottChesnutt had their flair updated +[2020-07-19 21:42:45,844] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-19 21:43:17,986] '/u/ScottChesnutt' has given '/u/RightfullyEpic' lambda! +[2020-07-19 21:43:20,735] /u/RightfullyEpic had their flair updated +[2020-07-19 21:45:18,471] There has been a new submission: 'So I made a video on references of the last of us in other games will be give lambda to people who actually watch the video', with flair 'Video Critique' +[2020-07-19 21:45:19,619] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 21:45:19,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 21:45:20,761] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8zcbKx2EQ-c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:45:21,090] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4k7c2xBcaR8CrhN_n8O1Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 21:45:23,627] /u/asap-the-rapper had their flair updated +[2020-07-19 21:51:21,371] '/u/pyvozaur' has given '/u/AddieBowleyYT' lambda! +[2020-07-19 21:51:23,619] /u/AddieBowleyYT had their flair updated +[2020-07-19 21:53:54,289] '/u/bens119' has given '/u/MigookinTeecha' lambda! +[2020-07-19 21:53:57,107] /u/MigookinTeecha had their flair updated +[2020-07-19 21:54:20,469] '/u/bens119' has given '/u/Toupp' lambda! +[2020-07-19 21:54:23,178] /u/Toupp had their flair updated +[2020-07-19 21:54:58,715] '/u/bens119' has given '/u/fabifighter' lambda! +[2020-07-19 21:55:01,254] /u/fabifighter had their flair updated +[2020-07-19 21:55:33,741] '/u/bens119' has given '/u/PonjiNinja' lambda! +[2020-07-19 21:55:36,728] /u/PonjiNinja had their flair updated +[2020-07-19 21:56:11,895] '/u/qzeqYT' has given '/u/er8zy' lambda! +[2020-07-19 21:56:14,158] /u/er8zy had their flair updated +[2020-07-19 21:56:48,926] '/u/bens119' has given '/u/Adventuroussoul18' lambda! +[2020-07-19 21:56:50,975] /u/Adventuroussoul18 had their flair updated +[2020-07-19 21:57:23,666] '/u/bens119' has given '/u/burritoYT' lambda! +[2020-07-19 21:57:26,003] /u/burritoYT had their flair updated +[2020-07-19 22:02:29,119] There has been a new submission: 'WHAT IT TAKES TO BE A CHILD MODEL? WATCH THIS!', with flair 'Vlog' +[2020-07-19 22:02:30,564] /u/dodoy29 had their submission removed for insufficient lambda. +[2020-07-19 22:02:32,669] /u/dodoy29 had their flair updated +[2020-07-19 22:12:17,953] There has been a new submission: 'New video ! Would mean a lot if you guys checked it out and gave some feedback. Subscribe if you like the video : )', with flair 'Gaming' +[2020-07-19 22:12:19,472] /u/TrapsYT had their submission removed for insufficient lambda. +[2020-07-19 22:12:21,691] /u/TrapsYT had their flair updated +[2020-07-19 22:28:44,871] +#################### +[Jul 19 2020 22:28:44] RESTARTED +#################### + +[2020-07-19 22:57:11,979] There has been a new submission: 'If I cough, the video ends. Simple as that', with flair 'Channel Review' +[2020-07-19 22:57:13,539] /u/Imlikeokkkk had their submission removed for insufficient lambda. +[2020-07-19 22:57:15,024] /u/Imlikeokkkk had their flair updated +[2020-07-19 22:57:31,370] There has been a new submission: 'Though not being my most recent video, it is personally my most favourite one, so it would really mean a lot for any given criticism or feedback as it would benefit my channel entirely. Much appreciated.', with flair 'Gaming' +[2020-07-19 22:57:32,478] /u/FreshiesPlay had their submission removed for insufficient lambda. +[2020-07-19 22:57:33,506] /u/FreshiesPlay had their flair updated +[2020-07-19 22:58:21,513] There has been a new submission: 'Channel topics', with flair 'Channel Review' +[2020-07-19 22:58:22,543] /u/purplelittleflower had their submission removed for insufficient lambda. +[2020-07-19 22:58:23,405] /u/purplelittleflower had their flair updated +[2020-07-19 23:04:14,475] There has been a new submission: 'Have nothing to do Sunday? Im here come chat!', with flair 'Gaming' +[2020-07-19 23:04:15,873] /u/ZU1D3MA had their submission removed for insufficient lambda. +[2020-07-19 23:04:17,721] /u/ZU1D3MA had their flair updated +[2020-07-19 23:08:27,299] '/u/DennisTheBadBoy' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-19 23:08:29,513] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-19 23:10:57,677] There has been a new submission: 'new video', with flair 'Gaming' +[2020-07-19 23:10:59,518] /u/mvpshark100 had their submission removed for insufficient lambda. +[2020-07-19 23:11:01,778] /u/mvpshark100 had their flair updated +[2020-07-19 23:20:45,585] '/u/ImagineRedOffical' has given '/u/rondislap' lambda! +[2020-07-19 23:20:47,924] /u/rondislap had their flair updated +[2020-07-19 23:21:50,934] '/u/BeatsandPiecesYT' has given '/u/WillWestInvest' lambda! +[2020-07-19 23:21:53,233] /u/WillWestInvest had their flair updated +[2020-07-19 23:24:53,620] '/u/ImagineRedOffical' has given '/u/qzeqYT' lambda! +[2020-07-19 23:24:56,326] /u/qzeqYT had their flair updated +[2020-07-19 23:32:12,349] '/u/ImagineRedOffical' has given '/u/LMAOyeetzedong' lambda! +[2020-07-19 23:32:14,768] /u/LMAOyeetzedong had their flair updated +[2020-07-19 23:33:48,053] There has been a new submission: 'Morocco 4k', with flair 'Vlog' +[2020-07-19 23:33:49,361] /u/bigro100 had their submission removed for insufficient lambda. +[2020-07-19 23:33:51,214] /u/bigro100 had their flair updated +[2020-07-19 23:43:37,326] There has been a new submission: '↕ Trying to include quick recaps in the beginning - how successful is it?', with flair 'Video Critique' +[2020-07-19 23:43:38,722] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 23:43:38,802] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 23:43:39,664] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=N16tr4Z4IHI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 23:43:39,955] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeuGKWpZ1X-OXsfaXesu1eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 23:43:42,783] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-19 23:46:13,871] There has been a new submission: 'WEEK OF STAY AT HOME MOM', with flair 'Vlog' +[2020-07-19 23:46:14,962] /u/violettags had their submission removed for insufficient lambda. +[2020-07-19 23:46:16,408] /u/violettags had their flair updated +[2020-07-19 23:55:23,959] There has been a new submission: 'Alan Watts - Falling in Love | Life Lessons To Learn From', with flair 'Channel Review' +[2020-07-19 23:55:24,282] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-19 23:55:24,283] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-19 23:55:24,533] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=afaxrgeFRUE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 23:55:24,689] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-wU25SN97o9cOXbDPuy0RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-19 23:55:27,236] /u/iFaisalKarim had their flair updated +[2020-07-20 00:09:02,152] '/u/qzeqYT' has given '/u/mrfatpepper' lambda! +[2020-07-20 00:09:03,787] /u/mrfatpepper had their flair updated +[2020-07-20 00:09:21,138] There has been a new submission: 'Do u wanna know how to be a Karen? I have made a video on how you can be a Karen (comment ur reactions and views on how I can improve my videos)', with flair 'Channel Review' +[2020-07-20 00:09:21,912] /u/adi__sunil had their submission removed for insufficient lambda. +[2020-07-20 00:09:22,774] /u/adi__sunil had their flair updated +[2020-07-20 00:10:12,595] '/u/qzeqYT' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-20 00:10:14,897] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-20 00:17:57,933] '/u/Bowerz123' has given '/u/Rafi_Rabbit' lambda! +[2020-07-20 00:17:59,039] /u/Rafi_Rabbit had their flair updated +[2020-07-20 00:23:16,536] '/u/Bowerz123' has given '/u/DeeJordz' lambda! +[2020-07-20 00:23:18,629] /u/DeeJordz had their flair updated +[2020-07-20 00:25:10,602] There has been a new submission: 'STATE OF EMERGENCY!', with flair 'Gaming' +[2020-07-20 00:25:11,923] /u/EgoOnLegs had their submission removed for insufficient lambda. +[2020-07-20 00:25:13,632] /u/EgoOnLegs had their flair updated +[2020-07-20 00:28:45,243] +#################### +[Jul 20 2020 00:28:45] RESTARTED +#################### + +[2020-07-20 00:47:38,979] '/u/ThinkThinkerton' has given '/u/ChrisVill97' lambda! +[2020-07-20 00:47:40,785] /u/ChrisVill97 had their flair updated +[2020-07-20 00:48:39,876] There has been a new submission: 'just a little gaming video to brighten up your day. If you do have any criticism let me know. But it’s a very short vid😂😂', with flair 'Video Critique' +[2020-07-20 00:48:41,927] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 00:48:41,966] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 00:48:43,322] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uNpwobO7WCc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:48:43,613] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKQX_a_o3p41AX8NhNWqKRQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:48:45,378] /u/DeeJordz had their flair updated +[2020-07-20 00:49:01,105] There has been a new submission: 'How's my editing?', with flair 'Gaming' +[2020-07-20 00:49:01,842] /u/Kanati96 had their submission removed for insufficient lambda. +[2020-07-20 00:49:02,459] /u/Kanati96 had their flair updated +[2020-07-20 00:49:18,884] There has been a new submission: '(ASMR) Best Friend Confesses With Justin Bieber's "Girlfriend" [F4F][Singing][Lesbian Cover]', with flair 'Art' +[2020-07-20 00:49:19,624] /u/kiki_asmr had their submission removed for insufficient lambda. +[2020-07-20 00:49:20,158] /u/kiki_asmr had their flair updated +[2020-07-20 00:49:35,640] There has been a new submission: 'Family Fishing Challenge With Mr Pelican - Dunsborough Adventure. - Little bit of fun with the kid’s as we bring some more Vlog content to our channel. Little bit of fun 🤣', with flair 'Vlog' +[2020-07-20 00:49:36,916] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 00:49:36,917] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 00:49:37,778] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jKgpKpAqbyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:49:38,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFxhJpcIvqZIcOBarAZG9Gw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:49:39,460] /u/Adventuroussoul18 had their flair updated +[2020-07-20 00:50:49,478] There has been a new submission: 'Hello, my YouTube videos and channel are entirely spoof/satirical. They are based around a fictional German Destiny 2 content creator who is trying to get YouTube rich/famous and he will do almost anything to get there. I'd love any feedback on my latest upload', with flair 'Video Critique' +[2020-07-20 00:50:50,463] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 00:50:50,506] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 00:50:51,409] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IXyGbJ9IlOc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:50:51,737] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCc6Jd0birlXF8sOvZ4HRq-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 00:50:55,092] /u/WalkerSeattleRanger had their flair updated +[2020-07-20 00:51:13,640] There has been a new submission: 'Rollin Rollin Rollin! - minecraft dungeons funny moments & fails', with flair 'Gaming' +[2020-07-20 00:51:15,078] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-07-20 00:51:17,337] /u/chuckleducks had their flair updated +[2020-07-20 00:59:29,186] There has been a new submission: '(gaming) Asking for advice on shortening long boss fights and make them more appealing', with flair 'Gaming' +[2020-07-20 00:59:30,002] /u/elemental_terraria had their submission removed for insufficient lambda. +[2020-07-20 00:59:30,660] /u/elemental_terraria had their flair updated +[2020-07-20 01:00:43,158] There has been a new submission: 'Black Lives Matter Hypocrisy', with flair 'Video Critique' +[2020-07-20 01:00:44,758] /u/TheSplonker had their submission removed for insufficient lambda. +[2020-07-20 01:00:47,101] /u/TheSplonker had their flair updated +[2020-07-20 01:02:34,783] There has been a new submission: 'Review - Universal Orlando Volcano Bay Water Park 🌋💦🇺🇸', with flair 'Vlog' +[2020-07-20 01:02:36,181] /u/Discovering94 had their submission removed for insufficient lambda. +[2020-07-20 01:02:38,365] /u/Discovering94 had their flair updated +[2020-07-20 01:05:36,654] There has been a new submission: 'I was wondering if anyone could give me feedback/critique on my new video. It's actually my first so it's not perfect but I guess thats up to you', with flair 'Video Critique' +[2020-07-20 01:05:37,924] /u/CentralChaos1 had their submission removed for insufficient lambda. +[2020-07-20 01:05:39,491] /u/CentralChaos1 had their flair updated +[2020-07-20 01:20:44,136] '/u/DeeJordz' has given '/u/GetLikePrincee' lambda! +[2020-07-20 01:20:46,380] /u/GetLikePrincee had their flair updated +[2020-07-20 01:24:14,116] '/u/iFaisalKarim' has given '/u/AddieBowleyYT' lambda! +[2020-07-20 01:24:16,490] /u/AddieBowleyYT had their flair updated +[2020-07-20 01:30:18,415] There has been a new submission: 'What it's like Playing Fortnite at 3AM (One of my Edited Montages)', with flair 'Gaming' +[2020-07-20 01:30:20,464] /u/dandychris2 had their submission removed for insufficient lambda. +[2020-07-20 01:30:22,798] /u/dandychris2 had their flair updated +[2020-07-20 01:37:40,633] There has been a new submission: 'Me and another YouTuber that met on this subreddit made a video together. Criticism is always welcome it's what helps me improve.', with flair 'Video Critique' +[2020-07-20 01:37:41,741] /u/GhostlyIncarnate had their submission removed for insufficient lambda. +[2020-07-20 01:37:43,139] /u/GhostlyIncarnate had their flair updated +[2020-07-20 01:39:13,992] '/u/DennisTheBadBoy' has given '/u/kiran_woodwork' lambda! +[2020-07-20 01:39:15,515] /u/kiran_woodwork had their flair updated +[2020-07-20 01:51:54,537] There has been a new submission: 'Did a review of the latest episode of Stargirl on the DC Universe and CW network', with flair 'Video Critique' +[2020-07-20 01:51:56,572] /u/DanTheMan1_ had their submission removed for insufficient lambda. +[2020-07-20 01:51:58,744] /u/DanTheMan1_ had their flair updated +[2020-07-20 02:06:09,971] There has been a new submission: 'Trying to make content about gaining and making profit from gaming sites✌️✌️', with flair 'Gaming' +[2020-07-20 02:06:11,248] /u/Omgg_Ghost had their submission removed for insufficient lambda. +[2020-07-20 02:06:12,797] /u/Omgg_Ghost had their flair updated +[2020-07-20 02:07:27,564] There has been a new submission: 'Hi Everyone! I wanted to display my Youtube Channel .My content is mma and martial arts related ,especially the grappling portions of MMA. I do breakdowns as well as compliations.Any critisicm is welcomed and thank you for your time!', with flair 'Channel Review' +[2020-07-20 02:07:28,920] /u/player_robelto had their submission removed for insufficient lambda. +[2020-07-20 02:07:30,231] /u/player_robelto had their flair updated +[2020-07-20 02:27:04,958] There has been a new submission: 'Awkward Situations - Homophobic Boyfriend', with flair 'Video Critique' +[2020-07-20 02:27:05,226] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 02:27:05,228] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 02:27:05,318] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QXQ_xII4WNI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:27:05,407] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwRKxsTy-QH-hfBkVWIN51g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:27:07,399] /u/RightfullyEpic had their flair updated +[2020-07-20 02:28:36,718] +#################### +[Jul 20 2020 02:28:36] RESTARTED +#################### + +[2020-07-20 02:31:44,008] There has been a new submission: 'Hey guys! Was hoping you all could give me some feedback on my most recent video! The title is: “Trying To Break The Weirdest World Records...”. Thanks to anyone who helps me out! Any feedback is greatly appreciated! (Spent 10+ hours on this lol)', with flair 'Video Critique' +[2020-07-20 02:31:44,669] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 02:31:44,696] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 02:31:45,048] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kQn5lKQ_BFo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:31:45,244] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrGdaG0QMfreSoCKVQuB7Nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:31:47,935] /u/AddieBowleyYT had their flair updated +[2020-07-20 02:34:15,274] '/u/TwoLeggedGator' has given '/u/Yaniprov' lambda! +[2020-07-20 02:34:16,929] /u/Yaniprov had their flair updated +[2020-07-20 02:34:29,389] '/u/TwoLeggedGator' has given '/u/Jgolde8' lambda! +[2020-07-20 02:34:30,973] /u/Jgolde8 had their flair updated +[2020-07-20 02:37:21,124] '/u/qzeqYT' has given '/u/cstrike2' lambda! +[2020-07-20 02:37:22,686] /u/cstrike2 had their flair updated +[2020-07-20 02:38:26,188] '/u/qzeqYT' has given '/u/DanTheMan1_' lambda! +[2020-07-20 02:38:27,709] /u/DanTheMan1_ had their flair updated +[2020-07-20 02:39:08,283] '/u/qzeqYT' has given '/u/kiran_woodwork' lambda! +[2020-07-20 02:39:10,498] /u/kiran_woodwork had their flair updated +[2020-07-20 02:41:32,506] '/u/DennisTheBadBoy' has given '/u/glendaleheroes' lambda! +[2020-07-20 02:41:34,890] /u/glendaleheroes had their flair updated +[2020-07-20 02:44:04,444] There has been a new submission: 'Just a youtuber on the come up support ya boy 🐙', with flair 'Channel Review' +[2020-07-20 02:44:05,754] /u/jayizzlemynizzle had their submission removed for insufficient lambda. +[2020-07-20 02:44:07,676] /u/jayizzlemynizzle had their flair updated +[2020-07-20 02:58:23,801] There has been a new submission: 'I know I messed up keeping the tone consistant (See cooking show parody) but I did enjoy every moment of this one too. I need more criticism on thumbnail, sound and anything else. Lambda to those who aren't vague! (Thank you)', with flair 'Video Critique' +[2020-07-20 02:58:24,246] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 02:58:24,247] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 02:58:24,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VIW4jGByQck&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:58:24,777] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 02:58:26,205] /u/Illfury had their flair updated +[2020-07-20 03:01:40,333] '/u/RightfullyEpic' has given '/u/MrCarsone' lambda! +[2020-07-20 03:01:42,483] /u/MrCarsone had their flair updated +[2020-07-20 03:03:16,093] There has been a new submission: 'How do you guys advertise your channel/videos ? I have a bunch of friends that are super supportive of my content but other than that I don’t get much traction :(', with flair 'Discussion' +[2020-07-20 03:03:18,306] /u/rickyd2001 had their flair updated +[2020-07-20 03:09:24,817] '/u/Illfury' has given '/u/CurrentOfficial' lambda! +[2020-07-20 03:09:26,452] /u/CurrentOfficial had their flair updated +[2020-07-20 03:11:54,183] There has been a new submission: 'In The Distance Batman Fanmade Teaser', with flair 'Video Critique' +[2020-07-20 03:11:55,640] /u/ManaDeagle had their submission removed for insufficient lambda. +[2020-07-20 03:11:57,766] /u/ManaDeagle had their flair updated +[2020-07-20 03:14:17,814] There has been a new submission: '(gaming) Asking for advice on shortening long boss fights and make them more appealing', with flair 'Gaming' +[2020-07-20 03:14:19,124] /u/elemental_terraria had their submission removed for insufficient lambda. +[2020-07-20 03:14:20,908] /u/elemental_terraria had their flair updated +[2020-07-20 03:17:34,705] There has been a new submission: 'Collab/YouTuber Discord community for a gaming channel with 40k subs', with flair 'Collab' +[2020-07-20 03:17:36,073] /u/Domain1776 had their flair updated +[2020-07-20 03:22:11,268] '/u/AddieBowleyYT' has given '/u/MrCarsone' lambda! +[2020-07-20 03:22:13,309] /u/MrCarsone had their flair updated +[2020-07-20 03:23:45,384] There has been a new submission: '625HP 18speeds american truck simulator from Seattle to Everett heavy de...', with flair 'Gaming' +[2020-07-20 03:23:47,103] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-07-20 03:23:49,398] /u/sahand-dyar had their flair updated +[2020-07-20 03:24:43,015] There has been a new submission: 'This is the first let's play that I've edited in a series. Feedback will be appreciated!', with flair 'Gaming' +[2020-07-20 03:24:43,793] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 03:24:43,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 03:24:44,533] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZFDhP8nuQsc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 03:24:44,941] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-20 03:24:46,422] /u/HumperTrooper15 had their flair updated +[2020-07-20 03:25:51,341] There has been a new submission: 'Beanbag Bites Ep.2: Crumbless Crisps', with flair 'Art' +[2020-07-20 03:25:52,568] /u/Beet-Kin had their submission removed for insufficient lambda. +[2020-07-20 03:25:54,127] /u/Beet-Kin had their flair updated +[2020-07-20 03:30:03,600] '/u/WalkerSeattleRanger' has given '/u/JessieH_24' lambda! +[2020-07-20 03:30:05,834] /u/JessieH_24 had their flair updated +[2020-07-20 03:31:05,749] There has been a new submission: 'The Fundamental Problems of League - Part 1 - Toxicity and Trolls', with flair 'Video Critique' +[2020-07-20 03:31:07,513] /u/Bluaris had their submission removed for insufficient lambda. +[2020-07-20 03:31:09,769] /u/Bluaris had their flair updated +[2020-07-20 03:35:26,304] '/u/john_sorrentino' has given '/u/Yaniprov' lambda! +[2020-07-20 03:35:27,942] /u/Yaniprov had their flair updated +[2020-07-20 03:35:56,041] '/u/john_sorrentino' has given '/u/DennisTheBadBoy' lambda! +[2020-07-20 03:35:57,601] /u/DennisTheBadBoy had their flair updated +[2020-07-20 03:42:02,928] There has been a new submission: 'Should I make a new channel or post a weird video on the one i have now?', with flair 'Discussion' +[2020-07-20 03:42:05,666] /u/cringey-stuff had their flair updated +[2020-07-20 03:48:07,848] '/u/HumperTrooper15' has given '/u/Platoniko' lambda! +[2020-07-20 03:48:08,948] /u/Platoniko had their flair updated +[2020-07-20 03:51:32,630] '/u/Bowerz123' has given '/u/Jgolde8' lambda! +[2020-07-20 03:51:34,741] /u/Jgolde8 had their flair updated +[2020-07-20 03:55:11,293] There has been a new submission: 'The Fundamental Problems of League - Part 1 - Toxicity and Trolls', with flair 'Video Critique' +[2020-07-20 03:55:12,506] /u/Bluaris had their submission removed for insufficient lambda. +[2020-07-20 03:55:14,175] /u/Bluaris had their flair updated +[2020-07-20 03:59:06,642] There has been a new submission: 'Top 10 Reasons to Visit Mauritius', with flair 'Video Critique' +[2020-07-20 03:59:07,423] /u/cryptokunbo had their submission removed for insufficient lambda. +[2020-07-20 03:59:08,159] /u/cryptokunbo had their flair updated +[2020-07-20 04:01:50,708] '/u/Illfury' has given '/u/Platoniko' lambda! +[2020-07-20 04:01:52,897] /u/Platoniko had their flair updated +[2020-07-20 04:02:10,119] '/u/TwoLeggedGator' has given '/u/cringey-stuff' lambda! +[2020-07-20 04:02:12,232] /u/cringey-stuff had their flair updated +[2020-07-20 04:09:03,235] '/u/HumperTrooper15' has given '/u/WitchMira' lambda! +[2020-07-20 04:09:04,791] /u/WitchMira had their flair updated +[2020-07-20 04:09:19,814] There has been a new submission: 'Free Camping in Illinois - Tower Rock Campsite - Ohio River Camping', with flair 'Vlog' +[2020-07-20 04:09:21,452] /u/SavageTraveling had their submission removed for insufficient lambda. +[2020-07-20 04:09:22,233] /u/SavageTraveling had their flair updated +[2020-07-20 04:10:29,507] There has been a new submission: 'Getting back into YouTube and Gaming! Would like some feedback on how to improve and what you like about the video! Here's my most recent vid. Thanks! :)', with flair 'Video Critique' +[2020-07-20 04:10:29,849] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 04:10:29,850] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 04:10:30,087] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1cJRA7qcdPQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 04:10:30,281] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-20 04:10:32,453] /u/WitchMira had their flair updated +[2020-07-20 04:13:35,791] There has been a new submission: 'Pubg montage can some one help me by watching the video', with flair 'Gaming' +[2020-07-20 04:13:37,146] /u/LegendOP69 had their submission removed for insufficient lambda. +[2020-07-20 04:13:39,025] /u/LegendOP69 had their flair updated +[2020-07-20 04:21:23,197] There has been a new submission: 'New D. HarmsDMs summer heat!', with flair 'Gaming' +[2020-07-20 04:21:24,760] /u/D-Harms had their submission removed for insufficient lambda. +[2020-07-20 04:21:27,020] /u/D-Harms had their flair updated +[2020-07-20 04:28:56,594] +#################### +[Jul 20 2020 04:28:56] RESTARTED +#################### + +[2020-07-20 05:05:03,419] There has been a new submission: 'Looking for genuine video critique. GIVING LAMBDA after a while to the most helpful post!', with flair 'Video Critique' +[2020-07-20 05:05:05,477] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 05:05:05,480] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 05:05:05,623] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=f1Xnw3KESG8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 05:05:05,804] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-20 05:05:06,669] /u/ExrosZ had their flair updated +[2020-07-20 05:05:11,501] There has been a new submission: 'Cats vs Cupcake', with flair 'Channel Review' +[2020-07-20 05:05:12,606] /u/water4life_ had their submission removed for insufficient lambda. +[2020-07-20 05:05:13,954] /u/water4life_ had their flair updated +[2020-07-20 05:05:34,092] '/u/WalkerSeattleRanger' has given '/u/cringey-stuff' lambda! +[2020-07-20 05:05:36,183] /u/cringey-stuff had their flair updated +[2020-07-20 05:07:29,252] '/u/Snoo-47603' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-20 05:07:31,262] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-20 05:07:49,005] There has been a new submission: 'Feedback Appreciated Please Dark Souls Blind Playthrough Highlights Day 6: Boss Battles', with flair 'Gaming' +[2020-07-20 05:07:50,068] /u/Spideyfan101 had their submission removed for insufficient lambda. +[2020-07-20 05:07:50,886] /u/Spideyfan101 had their flair updated +[2020-07-20 05:08:06,883] There has been a new submission: 'Just posted my first(ish) video and would like feedback', with flair 'Video Critique' +[2020-07-20 05:08:08,031] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 05:08:08,032] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 05:08:09,091] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Bq-WHJyU6Mg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 05:08:09,582] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-20 05:08:10,770] /u/cringey-stuff had their flair updated +[2020-07-20 05:11:03,855] /u/cringey-stuff had their flair updated +[2020-07-20 05:20:20,355] '/u/Illfury' has given '/u/PonjiNinja' lambda! +[2020-07-20 05:20:22,795] /u/PonjiNinja had their flair updated +[2020-07-20 05:21:10,130] '/u/Snoo-47603' has given '/u/Jgolde8' lambda! +[2020-07-20 05:21:12,422] /u/Jgolde8 had their flair updated +[2020-07-20 05:25:15,830] '/u/Illfury' has given '/u/SlickChance' lambda! +[2020-07-20 05:25:18,328] /u/SlickChance had their flair updated +[2020-07-20 05:25:53,621] There has been a new submission: 'Check it out', with flair 'Channel Review' +[2020-07-20 05:25:54,852] /u/buk_12 had their submission removed for insufficient lambda. +[2020-07-20 05:25:56,413] /u/buk_12 had their flair updated +[2020-07-20 05:44:01,357] There has been a new submission: 'Ocarina of Time Ep.1: The Great Dane tree | JAM'D', with flair 'Gaming' +[2020-07-20 05:44:03,077] /u/N1ckJr had their submission removed for insufficient lambda. +[2020-07-20 05:44:05,371] /u/N1ckJr had their flair updated +[2020-07-20 05:46:25,374] There has been a new submission: 'New video out now, check it out', with flair 'None' +[2020-07-20 05:46:26,613] /u/TheBrokiesYT had their submission removed for insufficient lambda. +[2020-07-20 05:46:28,066] /u/TheBrokiesYT had their flair updated +[2020-07-20 05:48:18,499] There has been a new submission: 'No copyright music', with flair 'Video Critique' +[2020-07-20 05:48:18,970] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 05:48:18,992] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 05:48:19,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EdTWuwpKrlY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 05:48:19,526] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCR3QmUX5RsysS7o_rfYqPVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 05:48:21,137] /u/MJMusic_FreeMusic had their flair updated +[2020-07-20 05:56:29,900] There has been a new submission: 'Full Crit Zed.exe montage', with flair 'Gaming' +[2020-07-20 05:56:31,007] /u/GonSoku7 had their submission removed for insufficient lambda. +[2020-07-20 05:56:32,562] /u/GonSoku7 had their flair updated +[2020-07-20 06:08:06,180] '/u/guyFCR' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-20 06:08:07,981] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-20 06:12:27,540] There has been a new submission: 'First gameplay video. I loved every second I spent making this. It’s pretty choppy, especially the audio. Any tips you guys could share for future content?', with flair 'Gaming' +[2020-07-20 06:12:28,940] /u/hermean had their submission removed for insufficient lambda. +[2020-07-20 06:12:30,981] /u/hermean had their flair updated +[2020-07-20 06:15:06,871] '/u/guyFCR' has given '/u/seasonsofwither77' lambda! +[2020-07-20 06:15:08,612] /u/seasonsofwither77 had their flair updated +[2020-07-20 06:16:34,356] There has been a new submission: 'So I've been getting back to editing things recently and wanted some constructive criticism on my latest work if you guys are up for it!', with flair 'Gaming' +[2020-07-20 06:16:35,840] /u/sadisticCyborg had their submission removed for insufficient lambda. +[2020-07-20 06:16:37,319] /u/sadisticCyborg had their flair updated +[2020-07-20 06:18:16,781] '/u/wertys761' has given '/u/ZeroDezign' lambda! +[2020-07-20 06:18:17,811] /u/ZeroDezign had their flair updated +[2020-07-20 06:18:19,011] Retrying due to 500 status: POST https://oauth.reddit.com/api/comment/ +[2020-07-20 06:20:26,937] '/u/wertys761' has given '/u/jayrosa12' lambda! +[2020-07-20 06:20:29,205] /u/jayrosa12 had their flair updated +[2020-07-20 06:22:27,952] '/u/wertys761' has given '/u/OccupiedGarrett' lambda! +[2020-07-20 06:22:30,124] /u/OccupiedGarrett had their flair updated +[2020-07-20 06:24:04,567] There has been a new submission: 'Morning Jazz music is a great relaxing sound to start your day. It is a perfect pair for your morning coffee that brings a vibrant and positive feel for a brand new start. Soothing background music that can be used while cooking, reading, studying, and working. Enjoy listening! 😊😊😊❤️❤️❤️', with flair 'Vlog' +[2020-07-20 06:24:05,957] /u/Music_Soul_Relax had their submission removed for insufficient lambda. +[2020-07-20 06:24:07,799] /u/Music_Soul_Relax had their flair updated +[2020-07-20 06:25:21,881] There has been a new submission: 'I have been making some LetsPlay Videos and would love Feedback!', with flair 'Gaming' +[2020-07-20 06:25:23,233] /u/Squaredued had their submission removed for insufficient lambda. +[2020-07-20 06:25:24,831] /u/Squaredued had their flair updated +[2020-07-20 06:29:00,546] +#################### +[Jul 20 2020 06:29:00] RESTARTED +#################### + +[2020-07-20 06:57:36,591] There has been a new submission: 'Minecraft Tips and Tricks', with flair 'Gaming' +[2020-07-20 06:57:37,532] /u/ToastToTheEr had their submission removed for insufficient lambda. +[2020-07-20 06:57:38,439] /u/ToastToTheEr had their flair updated +[2020-07-20 06:57:54,854] There has been a new submission: 'Hey guys i made a video about apex legends the broken ghost and i hope you check it out if you're interested :)', with flair 'Channel Review' +[2020-07-20 06:57:55,921] /u/llHoundll had their submission removed for insufficient lambda. +[2020-07-20 06:57:56,788] /u/llHoundll had their flair updated +[2020-07-20 06:58:58,117] '/u/pyvozaur' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-20 06:59:00,042] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-20 07:00:56,379] There has been a new submission: 'Anything I should work on?', with flair 'Video Critique' +[2020-07-20 07:00:58,467] /u/TerramineYT had their submission removed for insufficient lambda. +[2020-07-20 07:01:00,965] /u/TerramineYT had their flair updated +[2020-07-20 07:01:20,201] There has been a new submission: '[VIDEO] So I transformed basic village to NETHER village! [VIDEO]', with flair 'Gaming' +[2020-07-20 07:01:21,672] /u/Panagopuloscraft had their submission removed for insufficient lambda. +[2020-07-20 07:01:23,807] /u/Panagopuloscraft had their flair updated +[2020-07-20 07:01:43,144] There has been a new submission: 'Bugatti Type 59 Model Car Restoration :) What do you think about the video? What can I do better next time?', with flair 'Video Critique' +[2020-07-20 07:01:44,697] /u/Restore_Modification had their submission removed for insufficient lambda. +[2020-07-20 07:01:46,831] /u/Restore_Modification had their flair updated +[2020-07-20 07:03:32,316] There has been a new submission: 'Hey just posted my last of us part 2 review. Let me know what you think!!!', with flair 'Gaming' +[2020-07-20 07:03:33,586] /u/razerfire had their submission removed for insufficient lambda. +[2020-07-20 07:03:35,961] /u/razerfire had their flair updated +[2020-07-20 07:07:27,623] '/u/WitchMira' has given '/u/SlickChance' lambda! +[2020-07-20 07:07:29,515] /u/SlickChance had their flair updated +[2020-07-20 07:07:45,978] '/u/MJMusic_FreeMusic' has given '/u/ToastToTheEr' lambda! +[2020-07-20 07:07:47,776] /u/ToastToTheEr had their flair updated +[2020-07-20 07:22:17,981] '/u/SimonVSLife' has given '/u/tyler24366' lambda! +[2020-07-20 07:22:20,682] /u/tyler24366 had their flair updated +[2020-07-20 07:24:23,183] '/u/SimonVSLife' has given '/u/emisfer' lambda! +[2020-07-20 07:24:25,894] /u/emisfer had their flair updated +[2020-07-20 07:39:30,108] There has been a new submission: 'Aata Eggless Choco Chip Cake. Wanna have heathy and tasty choco chip cake, then watch this video.', with flair 'Vlog' +[2020-07-20 07:39:30,844] /u/Kade_Watson had their submission removed for insufficient lambda. +[2020-07-20 07:39:31,498] /u/Kade_Watson had their flair updated +[2020-07-20 07:50:15,166] '/u/MJMusic_FreeMusic' has given '/u/Merryrai' lambda! +[2020-07-20 07:50:17,512] /u/Merryrai had their flair updated +[2020-07-20 08:09:15,203] There has been a new submission: 'I like cooking and Pokemon so I made this video on how I made a Dugtrio Sandwich from the Pokemon Cafe Mix game. I'm planning on making more & I want to improve my videos quality so critiques are welcome! Thanks!', with flair 'Video Critique' +[2020-07-20 08:09:16,065] /u/kitsune_mask_ had their submission removed for insufficient lambda. +[2020-07-20 08:09:16,805] /u/kitsune_mask_ had their flair updated +[2020-07-20 08:28:37,422] +#################### +[Jul 20 2020 08:28:37] RESTARTED +#################### + +[2020-07-20 08:50:54,962] There has been a new submission: 'My Art Collection (Deep Parmar)', with flair 'Art' +[2020-07-20 08:50:56,554] /u/redditdparmar had their submission removed for insufficient lambda. +[2020-07-20 08:50:58,787] /u/redditdparmar had their flair updated +[2020-07-20 08:55:30,314] There has been a new submission: 'What to put in descriptions?', with flair 'Discussion' +[2020-07-20 08:55:32,691] /u/Brandonator247 had their flair updated +[2020-07-20 09:00:49,401] There has been a new submission: 'I just reach the 1k+ subs in less than 2 months. Can you guys take a look at one of my video and give me some advice how to do it better. Good or bad, i appreciate it. Thanks!', with flair 'Channel Review' +[2020-07-20 09:00:51,485] /u/ESTeaDY1968 had their submission removed for insufficient lambda. +[2020-07-20 09:00:53,756] /u/ESTeaDY1968 had their flair updated +[2020-07-20 09:20:49,489] '/u/WitchMira' has given '/u/Brandonator247' lambda! +[2020-07-20 09:20:51,748] /u/Brandonator247 had their flair updated +[2020-07-20 09:34:38,214] There has been a new submission: '[MALE VERSION] RED VELVET IRENE & SEULGI - NAUGHTY', with flair 'Video Critique' +[2020-07-20 09:34:39,786] /u/Key_Male had their submission removed for insufficient lambda. +[2020-07-20 09:34:41,595] /u/Key_Male had their flair updated +[2020-07-20 09:39:03,409] There has been a new submission: 'Are you a Gemeni or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-07-20 09:39:04,394] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-20 09:39:05,255] /u/adyx1997 had their flair updated +[2020-07-20 10:22:48,788] There has been a new submission: 'Pokemon blue/red speedrun race', with flair 'Collab' +[2020-07-20 10:22:50,972] /u/TimberRoach had their flair updated +[2020-07-20 10:28:37,434] +#################### +[Jul 20 2020 10:28:37] RESTARTED +#################### + +[2020-07-20 10:32:53,957] There has been a new submission: 'It's a prank daddy prank', with flair 'Channel Review' +[2020-07-20 10:32:55,378] /u/Therealunick had their submission removed for insufficient lambda. +[2020-07-20 10:32:57,308] /u/Therealunick had their flair updated +[2020-07-20 10:35:49,273] There has been a new submission: '2v2 Gunfight Matches That Makes You Go UwU | Any feedback is appreciated', with flair 'Gaming' +[2020-07-20 10:35:49,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 10:35:49,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 10:35:49,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Kp_2aZnja6M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 10:35:49,794] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM8XorN7ytMucaD6PEhLsDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 10:35:51,780] /u/Rafi_Rabbit had their flair updated +[2020-07-20 10:39:30,597] There has been a new submission: 'Animations for your Youtube Videos!', with flair 'Discussion' +[2020-07-20 10:39:31,379] /u/funkyalright had their flair updated +[2020-07-20 10:39:44,493] There has been a new submission: 'Cartoon - My Mother Snatched Away My Daughter's Husband - AmoMama', with flair 'None' +[2020-07-20 10:39:45,225] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-20 10:39:45,721] /u/IndividualGuide had their flair updated +[2020-07-20 10:48:54,205] '/u/guyFCR' has given '/u/HughseyKL' lambda! +[2020-07-20 10:48:55,246] /u/HughseyKL had their flair updated +[2020-07-20 10:50:38,692] There has been a new submission: 'How to play Evanescence - The game is over', with flair 'Video Critique' +[2020-07-20 10:50:40,743] /u/RawJamTracks had their submission removed for insufficient lambda. +[2020-07-20 10:50:43,066] /u/RawJamTracks had their flair updated +[2020-07-20 10:51:57,611] There has been a new submission: 'Corrupted Minecraft', with flair 'Gaming' +[2020-07-20 10:51:59,418] /u/Dilbyson had their submission removed for insufficient lambda. +[2020-07-20 10:52:01,599] /u/Dilbyson had their flair updated +[2020-07-20 10:53:14,813] '/u/KobiDrinksWater' has given '/u/LMAOyeetzedong' lambda! +[2020-07-20 10:53:17,070] /u/LMAOyeetzedong had their flair updated +[2020-07-20 10:53:31,427] There has been a new submission: 'Hey! So I'm new to this subreddit. I recently crossed 200 subscribers, and I'd be obliged if you could check out my latest video(or some of my videos, since the latest one is in Hindi). Also, if you genuinely like my content, don't forget to subscribe to my channel.', with flair 'Channel Review' +[2020-07-20 10:53:32,859] /u/ishaan_1209 had their submission removed for insufficient lambda. +[2020-07-20 10:53:34,871] /u/ishaan_1209 had their flair updated +[2020-07-20 11:13:57,340] There has been a new submission: 'Voice Actor/ Writer/ EDITOR for hire! (For budget creators and so on)', with flair 'Collab' +[2020-07-20 11:13:59,549] /u/Kibo_Sensei_ had their flair updated +[2020-07-20 11:16:52,390] '/u/Illfury' has given '/u/HughseyKL' lambda! +[2020-07-20 11:16:53,726] /u/HughseyKL had their flair updated +[2020-07-20 11:18:48,701] '/u/Illfury' has given '/u/kitsune_mask_' lambda! +[2020-07-20 11:18:49,559] /u/kitsune_mask_ had their flair updated +[2020-07-20 11:19:13,170] There has been a new submission: 'Hi! I recently started with a new YouTube channel. Basically I make meme stuff. This is one of my first edits. It would be much apperciated if you take time and check out. Lambda for critique!', with flair 'Video Critique' +[2020-07-20 11:19:13,390] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 11:19:13,392] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 11:19:13,494] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=luofQBX5J_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:19:13,607] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFO9eKtN_mKXFXdOI9VvkRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:19:14,687] /u/endlessvibesmusic had their flair updated +[2020-07-20 11:21:32,648] '/u/Illfury' has given '/u/HandleBud' lambda! +[2020-07-20 11:21:34,801] /u/HandleBud had their flair updated +[2020-07-20 11:24:50,577] '/u/Illfury' has given '/u/RealLoki1' lambda! +[2020-07-20 11:24:52,831] /u/RealLoki1 had their flair updated +[2020-07-20 11:26:22,361] '/u/Illfury' has given '/u/Cap_America_AC' lambda! +[2020-07-20 11:26:23,705] /u/Cap_America_AC had their flair updated +[2020-07-20 11:29:04,723] '/u/Illfury' has given '/u/AIArchive' lambda! +[2020-07-20 11:29:05,593] /u/AIArchive had their flair updated +[2020-07-20 11:29:32,665] There has been a new submission: 'Hey everyone, this is a video about Twitch streamer called Sweet Anita who is being stalked. Thumbnail is self explanatory. Would love to hear your thoughts!', with flair 'Video Critique' +[2020-07-20 11:29:33,110] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 11:29:33,137] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 11:29:33,493] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t3Z-9TUqSzI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:29:33,714] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCanF9hZ-VhhdydrO1Nx4JhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:29:34,740] /u/HughseyKL had their flair updated +[2020-07-20 11:32:05,663] '/u/Rafi_Rabbit' has given '/u/tyler24366' lambda! +[2020-07-20 11:32:07,796] /u/tyler24366 had their flair updated +[2020-07-20 11:35:03,731] There has been a new submission: 'Hey gamers, please show some support to my gaming channel. I've decided to start posting again after 2 years. You support would mean a lot to me. Thanks in advance.', with flair 'Gaming' +[2020-07-20 11:35:05,239] /u/onemorehour1010 had their submission removed for insufficient lambda. +[2020-07-20 11:35:06,996] /u/onemorehour1010 had their flair updated +[2020-07-20 11:35:37,098] There has been a new submission: 'This Fortnite stream got a little too political...', with flair 'Gaming' +[2020-07-20 11:35:38,531] /u/HookedOnAFeeling360 had their submission removed for insufficient lambda. +[2020-07-20 11:35:40,160] /u/HookedOnAFeeling360 had their flair updated +[2020-07-20 11:35:50,873] There has been a new submission: 'My latest review on The Rise of Skywalker (with a skit at the beginning) Lambda for good feedback 😊', with flair 'Video Critique' +[2020-07-20 11:35:51,090] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 11:35:51,091] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 11:35:51,205] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=17dY1Aqerro&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:35:51,315] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:35:53,820] /u/Cap_America_AC had their flair updated +[2020-07-20 11:36:53,460] There has been a new submission: 'DEATH STRANDING - Gameplay no Geforce NOW Brasil (60fps full hd)', with flair 'Gaming' +[2020-07-20 11:36:54,558] /u/erickakyo had their submission removed for insufficient lambda. +[2020-07-20 11:36:55,942] /u/erickakyo had their flair updated +[2020-07-20 11:43:48,903] There has been a new submission: 'So I made a video about the Last of us 2| enemies begging complication ( rare combat mode)', with flair 'Video Critique' +[2020-07-20 11:43:49,293] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 11:43:49,294] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 11:43:49,648] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ht8CRiwuZHU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:43:49,825] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4k7c2xBcaR8CrhN_n8O1Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 11:43:52,882] /u/asap-the-rapper had their flair updated +[2020-07-20 11:44:43,151] /u/ScottChesnutt had their flair updated +[2020-07-20 11:45:08,793] '/u/ScottChesnutt' has given '/u/kiran_woodwork' lambda! +[2020-07-20 11:45:10,485] /u/kiran_woodwork had their flair updated +[2020-07-20 11:49:14,493] '/u/Rafi_Rabbit' has given '/u/OccupiedGarrett' lambda! +[2020-07-20 11:49:15,439] /u/OccupiedGarrett had their flair updated +[2020-07-20 11:53:32,186] '/u/Rafi_Rabbit' has given '/u/Mixa462gaming' lambda! +[2020-07-20 11:53:34,445] /u/Mixa462gaming had their flair updated +[2020-07-20 11:55:41,969] '/u/asap-the-rapper' has given '/u/yeetbox_' lambda! +[2020-07-20 11:55:43,515] /u/yeetbox_ had their flair updated +[2020-07-20 11:57:34,347] '/u/asap-the-rapper' has given '/u/El_Penguino_' lambda! +[2020-07-20 11:57:35,492] /u/El_Penguino_ had their flair updated +[2020-07-20 12:01:38,379] There has been a new submission: 'Messing around with my green screen! Let me know if you like this style of content', with flair 'Video Critique' +[2020-07-20 12:01:39,069] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 12:01:39,071] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 12:01:39,164] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GgxOZ9TknvI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:01:39,267] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:01:42,443] /u/OccupiedGarrett had their flair updated +[2020-07-20 12:05:41,266] '/u/Cap_America_AC' has given '/u/El_Penguino_' lambda! +[2020-07-20 12:05:43,109] /u/El_Penguino_ had their flair updated +[2020-07-20 12:05:48,513] There has been a new submission: 'Any feedback would be awsome!', with flair 'Gaming' +[2020-07-20 12:05:49,972] /u/IVXBL had their submission removed for insufficient lambda. +[2020-07-20 12:05:51,575] /u/IVXBL had their flair updated +[2020-07-20 12:05:56,173] There has been a new submission: 'LEAVE ME FEEDBACK! I started a new series for Call of Duty!', with flair 'Gaming' +[2020-07-20 12:05:57,825] /u/ItryToMakeYTvids had their submission removed for insufficient lambda. +[2020-07-20 12:05:59,419] /u/ItryToMakeYTvids had their flair updated +[2020-07-20 12:11:27,010] There has been a new submission: 'Hey, i know the audio is lacking somewhat in this once, but can i have some general feedback of the content itself and the editing? Much love <3', with flair 'Vlog' +[2020-07-20 12:11:27,413] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 12:11:27,414] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 12:11:27,783] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=29BD3jHx7kI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:11:27,977] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_mzrojCkBPV1yQjJ31_dIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:11:30,677] /u/El_Penguino_ had their flair updated +[2020-07-20 12:13:16,239] '/u/guyFCR' has given '/u/RawJamTracks' lambda! +[2020-07-20 12:13:18,332] /u/RawJamTracks had their flair updated +[2020-07-20 12:23:20,821] There has been a new submission: 'Shaved ALL my hair off! Let me know what you think!', with flair 'Vlog' +[2020-07-20 12:23:22,256] /u/kheejintv had their submission removed for insufficient lambda. +[2020-07-20 12:23:24,262] /u/kheejintv had their flair updated +[2020-07-20 12:25:37,590] '/u/OccupiedGarrett' has given '/u/GetLikePrincee' lambda! +[2020-07-20 12:25:39,177] /u/GetLikePrincee had their flair updated +[2020-07-20 12:28:46,221] +#################### +[Jul 20 2020 12:28:46] RESTARTED +#################### + +[2020-07-20 12:46:31,964] There has been a new submission: 'A bit of an old video, but would love some feedback on my "AI generated recipe" video', with flair 'Video Critique' +[2020-07-20 12:46:33,810] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 12:46:33,931] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 12:46:34,913] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sn6GNm3AaZY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:46:35,324] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF6hUvW_GzvUjlv3xuJ8ltQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:46:37,619] /u/semtimmy had their flair updated +[2020-07-20 12:46:54,645] There has been a new submission: 'Hi guys, I know the video isn't the best. I would love some critiques on this to get better. I have been working hard to get past mental blocks in actually creating. Ira Glass calls it the gap between what our taste in art is like(we have good taste) and what we can actually produce(my video lol)', with flair 'Video Critique' +[2020-07-20 12:46:55,625] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 12:46:55,627] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 12:46:56,690] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DG0ZHV3PmQU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:46:57,180] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:46:59,185] /u/Inspiron1501 had their flair updated +[2020-07-20 12:47:49,016] '/u/ImagineRedOffical' has given '/u/DanThePanda-YT' lambda! +[2020-07-20 12:47:51,064] /u/DanThePanda-YT had their flair updated +[2020-07-20 12:48:51,210] '/u/Chig3l' has given '/u/WitchMira' lambda! +[2020-07-20 12:48:53,625] /u/WitchMira had their flair updated +[2020-07-20 12:49:51,267] There has been a new submission: 'For any basketball fans (or anyone lol), would be cool you could check out my most recent upload. The series I’m starting to make is called “GETTING BETTER” and this video shows our most recent on court session. Happy to take any feedback!', with flair 'Video Critique' +[2020-07-20 12:49:52,005] /u/logosTrainingSystems had their submission removed for insufficient lambda. +[2020-07-20 12:49:52,457] /u/logosTrainingSystems had their flair updated +[2020-07-20 12:50:07,907] There has been a new submission: 'Exanima Chad Gameplay | I need any criticism you can give me about the video. I want to improve my craft | Non vague advice will be rewarded with the good stuff :) thank you everyone ☺️', with flair 'Video Critique' +[2020-07-20 12:50:09,011] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 12:50:09,012] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 12:50:10,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jYrDgeQ_giI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:50:10,771] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQEd3rbdTcCh8c0Xvj_pWHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 12:50:14,179] /u/mrfatpepper had their flair updated +[2020-07-20 12:50:33,032] There has been a new submission: 'Can you guys please give me feed back on this video. ImI'm super proud of it.', with flair 'Video Critique' +[2020-07-20 12:50:34,878] /u/kayloube had their submission removed for insufficient lambda. +[2020-07-20 12:50:37,210] /u/kayloube had their flair updated +[2020-07-20 12:52:20,152] '/u/El_Penguino_' has given '/u/Mixa462gaming' lambda! +[2020-07-20 12:52:22,282] /u/Mixa462gaming had their flair updated +[2020-07-20 12:53:31,041] There has been a new submission: 'Just uploaded new video about CS:GO. Was fun making it. What do you think about it?', with flair 'Gaming' +[2020-07-20 12:53:32,924] /u/onlypurememes had their submission removed for insufficient lambda. +[2020-07-20 12:53:35,259] /u/onlypurememes had their flair updated +[2020-07-20 12:55:54,597] There has been a new submission: 'Dragonballz Kakarot Part VI', with flair 'Gaming' +[2020-07-20 12:55:55,783] /u/hesomelo88 had their submission removed for insufficient lambda. +[2020-07-20 12:55:57,261] /u/hesomelo88 had their flair updated +[2020-07-20 13:02:31,856] There has been a new submission: 'Future Days Music Video. (Cutscenes from The Last of Us Part 2)', with flair 'Gaming' +[2020-07-20 13:02:33,333] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-07-20 13:02:35,953] /u/TheLucidGam3r had their flair updated +[2020-07-20 13:11:51,422] There has been a new submission: 'Fortnite funny moments. I put alot effort into this so a like would be appreciated. Lambda given for good feedback.', with flair 'Video Critique' +[2020-07-20 13:11:52,447] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 13:11:52,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 13:11:54,123] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I8n8huWuEVU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:11:54,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeTqweAlrT_fA5Bct6uD7vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:11:57,691] /u/DanThePanda-YT had their flair updated +[2020-07-20 13:16:19,887] There has been a new submission: 'New video fortnite jules', with flair 'Gaming' +[2020-07-20 13:16:21,242] /u/Extremeplayz had their submission removed for insufficient lambda. +[2020-07-20 13:16:22,762] /u/Extremeplayz had their flair updated +[2020-07-20 13:16:48,583] There has been a new submission: 'Reacting to gender reveals *FAILS*', with flair 'Vlog' +[2020-07-20 13:16:49,730] /u/abbysmile09- had their submission removed for insufficient lambda. +[2020-07-20 13:16:51,363] /u/abbysmile09- had their flair updated +[2020-07-20 13:18:21,614] There has been a new submission: 'Games That Piss Off Your Friends(will give everyone lambda)', with flair 'Video Critique' +[2020-07-20 13:18:22,029] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 13:18:22,055] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 13:18:22,403] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_R8UyH8jOvY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:18:22,608] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:18:23,981] /u/MrCarsone had their flair updated +[2020-07-20 13:21:14,427] There has been a new submission: 'My yt', with flair 'Gaming' +[2020-07-20 13:21:15,998] /u/NoHMayor had their submission removed for insufficient lambda. +[2020-07-20 13:21:18,229] /u/NoHMayor had their flair updated +[2020-07-20 13:22:03,462] '/u/Illfury' has given '/u/TheLucidGam3r' lambda! +[2020-07-20 13:22:05,833] /u/TheLucidGam3r had their flair updated +[2020-07-20 13:27:21,602] There has been a new submission: 'HOUSES in USA are being build at LIGHT SPEED. My first time lapse video. I follow the construction of a new home. Incredible how quick the job is being done! Let me know what you think.', with flair 'Video Critique' +[2020-07-20 13:27:22,750] /u/SneakersTravelLife had their submission removed for insufficient lambda. +[2020-07-20 13:27:24,712] /u/SneakersTravelLife had their flair updated +[2020-07-20 13:27:41,422] There has been a new submission: 'Last of my bestof or highlight series. Your keyboards guys !', with flair 'Video Critique' +[2020-07-20 13:27:42,568] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 13:27:42,691] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 13:27:43,957] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wF7Jh4JRoso&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:27:44,327] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcT33O7-rtXukdMj4bB6jWg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 13:27:46,702] /u/Mixa462gaming had their flair updated +[2020-07-20 13:30:19,048] '/u/Cap_America_AC' has given '/u/Mixa462gaming' lambda! +[2020-07-20 13:30:22,079] /u/Mixa462gaming had their flair updated +[2020-07-20 13:30:58,117] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 3 - The Warrior's Code', with flair 'Gaming' +[2020-07-20 13:30:59,875] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-20 13:31:02,185] /u/CecliusPlaysHD had their flair updated +[2020-07-20 13:31:39,518] '/u/endlessvibesmusic' has given '/u/Inspiron1501' lambda! +[2020-07-20 13:31:42,181] /u/Inspiron1501 had their flair updated +[2020-07-20 13:32:54,659] '/u/Cap_America_AC' has given '/u/PandaTimeShow' lambda! +[2020-07-20 13:32:56,865] /u/PandaTimeShow had their flair updated +[2020-07-20 13:34:04,890] There has been a new submission: 'My pressures youtube channel, looking for potential subscribers!!!', with flair 'Gaming' +[2020-07-20 13:34:06,140] /u/NoHClan had their submission removed for insufficient lambda. +[2020-07-20 13:34:07,862] /u/NoHClan had their flair updated +[2020-07-20 13:36:27,732] There has been a new submission: 'If you are a gaming/funny moments YouTuber, should you stick with one game or play a variety of games.', with flair 'Discussion' +[2020-07-20 13:36:29,661] /u/DanThePanda-YT had their flair updated +[2020-07-20 13:51:22,352] '/u/HumperTrooper15' has given '/u/Cap_America_AC' lambda! +[2020-07-20 13:51:24,609] /u/Cap_America_AC had their flair updated +[2020-07-20 13:52:26,145] '/u/HumperTrooper15' has given '/u/Brandonator247' lambda! +[2020-07-20 13:52:28,360] /u/Brandonator247 had their flair updated +[2020-07-20 13:53:15,005] '/u/HumperTrooper15' has given '/u/Merryrai' lambda! +[2020-07-20 13:53:17,663] /u/Merryrai had their flair updated +[2020-07-20 13:53:51,930] '/u/HumperTrooper15' has given '/u/GonSoku7' lambda! +[2020-07-20 13:53:54,018] /u/GonSoku7 had their flair updated +[2020-07-20 13:55:31,680] There has been a new submission: 'new video! :D subs goal: 1,074 / 1,100', with flair 'Video Critique' +[2020-07-20 13:55:33,232] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-07-20 13:55:34,915] /u/juststreaminglive had their flair updated +[2020-07-20 13:56:44,354] There has been a new submission: 'Dauntless Gameplay Part 10: Lurker from Another Dimension - Riftstalker ...', with flair 'Gaming' +[2020-07-20 13:56:45,500] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-20 13:56:46,852] /u/omeshhedaoo had their flair updated +[2020-07-20 13:57:40,089] '/u/HumperTrooper15' has given '/u/SlickChance' lambda! +[2020-07-20 13:57:41,767] /u/SlickChance had their flair updated +[2020-07-20 13:58:42,454] There has been a new submission: 'Week in RAP: REACTING TO POP SMOKE, JUICE WORLD, BIG K.R.I.T, EMINEM AND KID CUDI!!!', with flair 'Video Critique' +[2020-07-20 13:58:43,884] /u/OGtshek had their submission removed for insufficient lambda. +[2020-07-20 13:58:44,828] /u/OGtshek had their flair updated +[2020-07-20 13:59:26,175] '/u/OccupiedGarrett' has given '/u/Inspiron1501' lambda! +[2020-07-20 13:59:28,142] /u/Inspiron1501 had their flair updated +[2020-07-20 14:07:52,411] There has been a new submission: 'Hello! If you enjoy politics then subscribe to True Americans on YouTube', with flair 'Discussion' +[2020-07-20 14:07:54,374] /u/superdonkey2 had their flair updated +[2020-07-20 14:09:22,624] '/u/qzeqYT' has given '/u/adyx1997' lambda! +[2020-07-20 14:09:23,812] /u/adyx1997 had their flair updated +[2020-07-20 14:09:43,197] '/u/qzeqYT' has given '/u/Sunkissed-horizon' lambda! +[2020-07-20 14:09:45,248] /u/Sunkissed-horizon had their flair updated +[2020-07-20 14:10:26,494] '/u/qzeqYT' has given '/u/CrnGediTYa' lambda! +[2020-07-20 14:10:29,032] /u/CrnGediTYa had their flair updated +[2020-07-20 14:10:44,898] There has been a new submission: 'INTEL HD GRAPHICS Best settings for Low End Pc! I'll tell the most best settings of Intel cards that helps in Improve FPS and the Best optimization you GET!', with flair 'Video Critique' +[2020-07-20 14:10:46,498] /u/bunny110198 had their submission removed for insufficient lambda. +[2020-07-20 14:10:48,837] /u/bunny110198 had their flair updated +[2020-07-20 14:27:05,638] There has been a new submission: 'New Video Please Criticize', with flair 'Gaming' +[2020-07-20 14:27:06,778] /u/Lebraci had their submission removed for insufficient lambda. +[2020-07-20 14:27:08,057] /u/Lebraci had their flair updated +[2020-07-20 14:27:23,204] There has been a new submission: 'Why I enjoy hip hop', with flair 'Discussion' +[2020-07-20 14:27:24,270] /u/leche_milk had their submission removed for using the wrong flair. +[2020-07-20 14:27:25,723] /u/leche_milk had their flair updated +[2020-07-20 14:28:47,744] +#################### +[Jul 20 2020 14:28:47] RESTARTED +#################### + +[2020-07-20 14:53:25,776] There has been a new submission: 'Reason I enjoy hip hop', with flair 'Video Critique' +[2020-07-20 14:53:27,378] /u/leche_milk had their submission removed for insufficient lambda. +[2020-07-20 14:53:29,185] /u/leche_milk had their flair updated +[2020-07-20 14:54:07,334] '/u/wildh4rt' has given '/u/danifernt' lambda! +[2020-07-20 14:54:09,873] /u/danifernt had their flair updated +[2020-07-20 14:54:28,599] '/u/MrCarsone' has given '/u/Ridi9t' lambda! +[2020-07-20 14:54:30,932] /u/Ridi9t had their flair updated +[2020-07-20 14:54:49,979] '/u/wildh4rt' has given '/u/Illfury' lambda! +[2020-07-20 14:54:52,563] /u/Illfury had their flair updated +[2020-07-20 14:56:20,724] '/u/HughseyKL' has given '/u/thecookietrain' lambda! +[2020-07-20 14:56:23,054] /u/thecookietrain had their flair updated +[2020-07-20 14:56:40,764] '/u/HughseyKL' has given '/u/OccupiedGarrett' lambda! +[2020-07-20 14:56:42,940] /u/OccupiedGarrett had their flair updated +[2020-07-20 14:58:13,237] '/u/HappyPantzInc' has given '/u/HiddenOddBox' lambda! +[2020-07-20 14:58:15,487] /u/HiddenOddBox had their flair updated +[2020-07-20 14:59:42,964] There has been a new submission: 'Had so much fun making this one!!! Which clips were your favorite?! Which ones not so much?! Need any/all feedback, will give lambda! :)', with flair 'Video Critique' +[2020-07-20 14:59:45,090] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 14:59:45,215] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 14:59:46,647] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PtUMd0aaOa8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 14:59:47,139] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 14:59:48,697] /u/CaptainGusMohawk had their flair updated +[2020-07-20 15:00:05,450] There has been a new submission: 'My second valorant edit!! Please let me know how I can improve, any feedback would be great! :)', with flair 'Video Critique' +[2020-07-20 15:00:07,146] /u/j4m0r had their submission removed for insufficient lambda. +[2020-07-20 15:00:09,715] /u/j4m0r had their flair updated +[2020-07-20 15:00:18,295] There has been a new submission: 'Collaboration?', with flair 'Collab' +[2020-07-20 15:00:21,041] /u/ClipsForAll had their flair updated +[2020-07-20 15:02:47,090] There has been a new submission: 'My latest YouTube video', with flair 'Video Critique' +[2020-07-20 15:02:48,815] /u/kcbRodBuilding had their submission removed for insufficient lambda. +[2020-07-20 15:02:50,819] /u/kcbRodBuilding had their flair updated +[2020-07-20 15:04:38,591] There has been a new submission: 'Difference between deadpan delivery and monotone?', with flair 'Discussion' +[2020-07-20 15:04:41,709] /u/glibglab3000 had their flair updated +[2020-07-20 15:08:05,846] There has been a new submission: 'What can I improve or do differently about my videos?', with flair 'Video Critique' +[2020-07-20 15:08:06,910] /u/ClipsForAll had their submission removed for insufficient lambda. +[2020-07-20 15:08:07,937] /u/ClipsForAll had their flair updated +[2020-07-20 15:09:02,704] There has been a new submission: 'So I'm thinking of live streaming something a bit different on my youtube...', with flair 'Discussion' +[2020-07-20 15:09:04,873] /u/actuallyBIG had their flair updated +[2020-07-20 15:11:22,924] There has been a new submission: 'Was Nikola Tesla the Smartest Man in History? | The Vertical Diaries Wee...', with flair 'Vlog' +[2020-07-20 15:11:24,440] /u/jgramos had their submission removed for insufficient lambda. +[2020-07-20 15:11:26,657] /u/jgramos had their flair updated +[2020-07-20 15:18:27,198] There has been a new submission: 'It is a lot of fun for me to do such compilations. But what do you think of the videos. Please let me know. :-)', with flair 'Video Critique' +[2020-07-20 15:18:28,173] /u/ClipsForAll had their submission removed for insufficient lambda. +[2020-07-20 15:18:29,093] /u/ClipsForAll had their flair updated +[2020-07-20 15:22:32,012] There has been a new submission: 'Trying TikTok challenges', with flair 'Vlog' +[2020-07-20 15:22:33,688] /u/HoopBaller88 had their submission removed for insufficient lambda. +[2020-07-20 15:22:35,859] /u/HoopBaller88 had their flair updated +[2020-07-20 15:22:59,973] '/u/CaptainGusMohawk' has given '/u/BrumLondon' lambda! +[2020-07-20 15:23:02,913] /u/BrumLondon had their flair updated +[2020-07-20 15:28:47,524] There has been a new submission: 'Hey SmallYT! We’re the Slushies and we do Rust Gaming content in a wacky/stupid format. Let us know what you like and you don’t like! Can be really useful for us! Giving lambda', with flair 'Gaming' +[2020-07-20 15:28:49,375] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 15:28:49,377] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 15:28:50,276] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MytjxkJD3Vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 15:28:50,607] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsNbuTvcrez2Yl3x1P-KtTA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 15:28:52,371] /u/BrumLondon had their flair updated +[2020-07-20 15:30:09,437] There has been a new submission: 'Take a peek at Motion Gate Dubai <3', with flair 'Vlog' +[2020-07-20 15:30:11,484] /u/driny09 had their submission removed for insufficient lambda. +[2020-07-20 15:30:13,903] /u/driny09 had their flair updated +[2020-07-20 15:42:28,089] '/u/CaptainGusMohawk' has given '/u/blacksmyth34' lambda! +[2020-07-20 15:42:30,218] /u/blacksmyth34 had their flair updated +[2020-07-20 15:42:48,771] '/u/CaptainGusMohawk' has given '/u/siddhant1991' lambda! +[2020-07-20 15:42:51,437] /u/siddhant1991 had their flair updated +[2020-07-20 15:44:55,955] '/u/CaptainGusMohawk' has given '/u/the_real_d247' lambda! +[2020-07-20 15:44:58,211] /u/the_real_d247 had their flair updated +[2020-07-20 15:45:12,827] There has been a new submission: 'My failed lockdown goals (comedy - 4 mins)', with flair 'Video Critique' +[2020-07-20 15:45:14,361] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-07-20 15:45:16,620] /u/SimonCaine had their flair updated +[2020-07-20 15:47:57,515] There has been a new submission: 'MYSTERY BOX Food Challenge | Vegetarian edition', with flair 'Channel Review' +[2020-07-20 15:47:58,432] /u/glierien had their submission removed for insufficient lambda. +[2020-07-20 15:47:59,445] /u/glierien had their flair updated +[2020-07-20 15:54:26,735] There has been a new submission: 'Music channel with challenge videos, pedal reviews, original music, and more. Giving lambda to those who can tell me what I can improve to get more people to subscribe!', with flair 'Channel Review' +[2020-07-20 15:54:29,284] /u/glendaleheroes had their flair updated +[2020-07-20 15:56:31,879] '/u/IssaMovement' has given '/u/KnowledgeOfLife' lambda! +[2020-07-20 15:56:34,781] /u/KnowledgeOfLife had their flair updated +[2020-07-20 15:57:26,401] '/u/BrumLondon' has given '/u/wayfaring_wizard' lambda! +[2020-07-20 15:57:28,124] /u/wayfaring_wizard had their flair updated +[2020-07-20 15:57:46,112] There has been a new submission: 'First Year. YouTube experience.', with flair 'Discussion' +[2020-07-20 15:57:47,385] /u/engamingchannel had their flair updated +[2020-07-20 16:05:09,421] '/u/CaptainGusMohawk' has given '/u/wayfaring_wizard' lambda! +[2020-07-20 16:05:11,166] /u/wayfaring_wizard had their flair updated +[2020-07-20 16:14:42,929] There has been a new submission: 'I made another Rust video and took what you guys said to work on into consideration! Please give me any criticism Positive Or Negative', with flair 'Gaming' +[2020-07-20 16:14:43,797] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 16:14:43,875] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 16:14:44,573] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4dnoon5f6pY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 16:14:44,945] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrMZXDv48YryQxtxWf8uuxg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 16:14:47,900] /u/GetLikePrincee had their flair updated +[2020-07-20 16:16:11,916] '/u/Illfury' has given '/u/Noobie77' lambda! +[2020-07-20 16:16:13,806] /u/Noobie77 had their flair updated +[2020-07-20 16:26:35,182] There has been a new submission: 'JasonR Valorant hightlights! Check my youtube for more and best videos!', with flair 'Gaming' +[2020-07-20 16:26:36,331] /u/ValorantMemeWorld had their submission removed for insufficient lambda. +[2020-07-20 16:26:37,770] /u/ValorantMemeWorld had their flair updated +[2020-07-20 16:27:22,645] There has been a new submission: 'Released a new song on youtube', with flair 'Art' +[2020-07-20 16:27:23,910] /u/anshulnegi2152000 had their submission removed for insufficient lambda. +[2020-07-20 16:27:25,300] /u/anshulnegi2152000 had their flair updated +[2020-07-20 16:28:47,284] +#################### +[Jul 20 2020 16:28:47] RESTARTED +#################### + +[2020-07-20 16:58:44,428] '/u/glendaleheroes' has given '/u/Tania_Decodes' lambda! +[2020-07-20 16:58:45,906] /u/Tania_Decodes had their flair updated +[2020-07-20 16:59:18,078] '/u/GetLikePrincee' has given '/u/Noobie77' lambda! +[2020-07-20 16:59:19,919] /u/Noobie77 had their flair updated +[2020-07-20 17:00:07,438] '/u/MrCarsone' has given '/u/Noobie77' lambda! +[2020-07-20 17:00:10,294] /u/Noobie77 had their flair updated +[2020-07-20 17:00:30,630] '/u/BrumLondon' has given '/u/Noobie77' lambda! +[2020-07-20 17:00:33,534] /u/Noobie77 had their flair updated +[2020-07-20 17:01:08,511] '/u/BrumLondon' has given '/u/rondislap' lambda! +[2020-07-20 17:01:11,290] /u/rondislap had their flair updated +[2020-07-20 17:02:23,814] There has been a new submission: 'I just started a new channel and would like to have some feedback on how i did', with flair 'Video Critique' +[2020-07-20 17:02:25,285] /u/gadden420 had their submission removed for insufficient lambda. +[2020-07-20 17:02:27,289] /u/gadden420 had their flair updated +[2020-07-20 17:02:47,132] There has been a new submission: 'MORE GREAT GIFTS For GAMERS! Lambda for all sincere feedback and comments!', with flair 'Channel Review' +[2020-07-20 17:02:48,896] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 17:02:49,017] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 17:02:50,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VwAa1Xhv6cY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 17:02:50,692] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 17:02:53,897] /u/IWI-Team had their flair updated +[2020-07-20 17:03:11,808] There has been a new submission: '*NEW* Warzone Video, Slowly enjoying creating content!', with flair 'Gaming' +[2020-07-20 17:03:13,323] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-20 17:03:15,169] /u/JRohx had their flair updated +[2020-07-20 17:03:34,705] There has been a new submission: 'I GOT THE GAME EARLY! - NBA 2K21 OFFICIAL GAMEPLAY FOOTAGE (XBOX)', with flair 'Gaming' +[2020-07-20 17:03:36,183] /u/BBarker7 had their submission removed for insufficient lambda. +[2020-07-20 17:03:38,114] /u/BBarker7 had their flair updated +[2020-07-20 17:09:25,112] There has been a new submission: 'New youtuber', with flair 'Gaming' +[2020-07-20 17:09:26,220] /u/Godlyy_ had their submission removed for insufficient lambda. +[2020-07-20 17:09:26,793] /u/Godlyy_ had their flair updated +[2020-07-20 17:11:53,993] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-20 17:12:00,357] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-20 17:12:09,656] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-20 17:12:10,678] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-20 17:12:13,554] {ERROR} received 500 HTTP response +[2020-07-20 17:12:18,485] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-20 17:12:20,045] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-20 17:12:23,249] {ERROR} received 500 HTTP response +[2020-07-20 18:29:05,174] +#################### +[Jul 20 2020 18:29:05] RESTARTED +#################### + +[2020-07-20 18:40:15,115] /u/Code4IcedTee had their flair updated +[2020-07-20 18:44:09,855] '/u/endlessvibesmusic' has given '/u/Code4IcedTee' lambda! +[2020-07-20 18:44:12,026] /u/Code4IcedTee had their flair updated +[2020-07-20 18:48:01,643] '/u/BrumLondon' has given '/u/Code4IcedTee' lambda! +[2020-07-20 18:48:04,016] /u/Code4IcedTee had their flair updated +[2020-07-20 19:05:47,109] There has been a new submission: 'My first video over 100 view.', with flair 'Gaming' +[2020-07-20 19:05:48,170] /u/TheTwistyMaster had their submission removed for insufficient lambda. +[2020-07-20 19:05:49,481] /u/TheTwistyMaster had their flair updated +[2020-07-20 19:06:05,563] There has been a new submission: 'New montage just dropped!', with flair 'Gaming' +[2020-07-20 19:06:06,584] /u/SkyIsABot had their submission removed for insufficient lambda. +[2020-07-20 19:06:07,893] /u/SkyIsABot had their flair updated +[2020-07-20 19:06:23,943] There has been a new submission: 'Hey everyone, I've recently been playing Lifeless Planet on my channel and the plot is starting to get really interesting. I would really appreciate any and all feedback on my videos/channel, thanks!', with flair 'Video Critique' +[2020-07-20 19:06:25,047] /u/TheRageBatman had their submission removed for insufficient lambda. +[2020-07-20 19:06:26,439] /u/TheRageBatman had their flair updated +[2020-07-20 19:06:43,404] There has been a new submission: 'Amazon Echo but it's TapL', with flair 'Thumbnail Review' +[2020-07-20 19:06:44,510] /u/brodude__ had their submission removed for insufficient lambda. +[2020-07-20 19:06:45,736] /u/brodude__ had their flair updated +[2020-07-20 19:07:02,992] There has been a new submission: 'Pulcra Vermis (Indie Horror) || I'm pretty proud of this one~! Lemme know what you guys think! I want feedback on literally anything you can think of! Giving lambda, but not for simple "wow u good" comments, because that helps nobody improve! :)', with flair 'Video Critique' +[2020-07-20 19:07:04,999] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 19:07:05,037] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 19:07:06,105] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=497YkdyqjFI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 19:07:06,598] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 19:07:09,020] /u/TheLuiginator had their flair updated +[2020-07-20 19:07:22,503] There has been a new submission: 'Mods the video post Lambda bot is down again, causing an influx of posts.', with flair 'Meta' +[2020-07-20 19:07:23,774] /u/plantsoda had their flair updated +[2020-07-20 19:07:35,503] There has been a new submission: 'Do people actually watch 4k videos?', with flair 'Discussion' +[2020-07-20 19:07:37,143] /u/Theghostofsabotage had their flair updated +[2020-07-20 19:07:52,403] There has been a new submission: 'Corona cure may come soon there a short motivational vlog', with flair 'Vlog' +[2020-07-20 19:07:53,710] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-07-20 19:07:55,065] /u/siddhant1991 had their flair updated +[2020-07-20 19:08:11,403] There has been a new submission: 'Gluten Free Watercolor Cactus Cake - Recipe Video! (Full Recipe in Comments)', with flair 'Vlog' +[2020-07-20 19:08:12,881] /u/nomemadegf had their submission removed for insufficient lambda. +[2020-07-20 19:08:13,658] /u/nomemadegf had their flair updated +[2020-07-20 19:08:31,198] There has been a new submission: 'So I just posted this video. I put A LOT of effort into it. I'm proud of it too. Would u guys mind telling me, what you think is the best part of the video? Thank you in advance', with flair 'Gaming' +[2020-07-20 19:08:32,429] /u/Ridi9t had their submission removed for insufficient lambda. +[2020-07-20 19:08:33,741] /u/Ridi9t had their flair updated +[2020-07-20 19:08:50,368] There has been a new submission: 'The great thing about Sokka is that he's an awesome character to highlight the importance of open-mindedness. Given what's been going on recently, I decided to make a video on that, using his character to help understand open-mindedness. I hope you enjoy! (All feedback will be rewarded with LAMBDA)', with flair 'Video Critique' +[2020-07-20 19:08:51,271] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 19:08:51,309] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 19:08:52,296] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TMv6Xg2-rIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 19:08:52,664] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_NvEhEPrqnHT4IjVzInrvQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 19:08:55,332] /u/KingJodeg had their flair updated +[2020-07-20 19:09:11,968] There has been a new submission: 'LOBA HIGHLIGHTS #5', with flair 'Thumbnail Review' +[2020-07-20 19:09:13,155] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-07-20 19:09:13,770] /u/GepkeApexYT had their flair updated +[2020-07-20 19:09:30,182] There has been a new submission: 'field trip to underwood family farms', with flair 'Vlog' +[2020-07-20 19:09:31,202] /u/vision-paradox had their submission removed for insufficient lambda. +[2020-07-20 19:09:31,735] /u/vision-paradox had their flair updated +[2020-07-20 19:09:47,106] There has been a new submission: 'Roma Invicta', with flair 'Gaming' +[2020-07-20 19:09:48,046] /u/TheLostSaint-YT had their submission removed for insufficient lambda. +[2020-07-20 19:09:48,619] /u/TheLostSaint-YT had their flair updated +[2020-07-20 19:10:05,316] There has been a new submission: 'Looking for Youtubers to interview.', with flair 'Collab' +[2020-07-20 19:10:07,871] /u/Prof_Odyssey had their flair updated +[2020-07-20 19:10:15,070] There has been a new submission: 'Ottoman Traces on the Danube River / Serbia Trip', with flair 'Vlog' +[2020-07-20 19:10:17,252] /u/muverrihcelebi had their submission removed for insufficient lambda. +[2020-07-20 19:10:19,669] /u/muverrihcelebi had their flair updated +[2020-07-20 19:10:38,920] There has been a new submission: 'Sims 4 get famous', with flair 'Gaming' +[2020-07-20 19:10:40,639] /u/ReportCrafty had their submission removed for insufficient lambda. +[2020-07-20 19:10:43,093] /u/ReportCrafty had their flair updated +[2020-07-20 19:11:02,505] There has been a new submission: 'Shortest Killing Floor 2 Video', with flair 'Video Critique' +[2020-07-20 19:11:04,017] /u/neMorca had their submission removed for insufficient lambda. +[2020-07-20 19:11:06,231] /u/neMorca had their flair updated +[2020-07-20 19:11:25,085] There has been a new submission: '“IS SUB4SUB A GOOD IDEA??” Is this self promoting? Yes. Is this to gain traffic? Of course. Should you still watch it? Yes cuz some of you are idiots.', with flair 'Video Critique' +[2020-07-20 19:11:26,846] /u/Yo-Homeboy13 had their submission removed for insufficient lambda. +[2020-07-20 19:11:29,843] /u/Yo-Homeboy13 had their flair updated +[2020-07-20 19:11:48,704] There has been a new submission: 'This bitch smooth as butter, freestyling rn', with flair 'Video Critique' +[2020-07-20 19:11:50,366] /u/yayarar had their submission removed for insufficient lambda. +[2020-07-20 19:11:52,535] /u/yayarar had their flair updated +[2020-07-20 19:15:06,101] '/u/Illfury' has given '/u/TheJustindsd' lambda! +[2020-07-20 19:15:08,357] /u/TheJustindsd had their flair updated +[2020-07-20 19:26:34,167] There has been a new submission: 'Interview Video Ideas', with flair 'Discussion' +[2020-07-20 19:26:36,706] /u/perplexed_pragmatism had their flair updated +[2020-07-20 19:26:53,951] There has been a new submission: 'I suppose I’m considered old fashioned. I have a limited niche of calming nature sounds primarily consisting of backyard birds and sights from my garden, etc. Almost 2 months into my channel and reached 1,500 views with 18 subscribers. Anyone else in a similar situation or have any tips?', with flair 'Discussion' +[2020-07-20 19:26:55,136] /u/pogogq had their flair updated +[2020-07-20 19:27:11,630] There has been a new submission: 'What's In My YouTube Creator Bag??? LIVE!!!!', with flair 'Vlog' +[2020-07-20 19:27:12,939] /u/ScottKovack had their submission removed for insufficient lambda. +[2020-07-20 19:27:14,003] /u/ScottKovack had their flair updated +[2020-07-20 19:27:30,875] There has been a new submission: 'Cool loading animation made with html and css', with flair 'Channel Review' +[2020-07-20 19:27:31,771] /u/Aisosaray had their submission removed for insufficient lambda. +[2020-07-20 19:27:32,710] /u/Aisosaray had their flair updated +[2020-07-20 19:29:59,346] '/u/MrCarsone' has given '/u/CookADoodleDooReddit' lambda! +[2020-07-20 19:30:02,396] /u/CookADoodleDooReddit had their flair updated +[2020-07-20 19:30:49,348] There has been a new submission: 'Silent Hill Chase Music | Dead by Daylight Chapter 16 | DbD OST', with flair 'Gaming' +[2020-07-20 19:30:50,989] /u/Top_Quality_Clips had their submission removed for insufficient lambda. +[2020-07-20 19:30:53,292] /u/Top_Quality_Clips had their flair updated +[2020-07-20 19:31:12,000] There has been a new submission: 'Alan Walker Faded No Copyright Sound | Vlog No Copyright Music', with flair 'Video Critique' +[2020-07-20 19:31:13,834] /u/niazkhaled had their submission removed for insufficient lambda. +[2020-07-20 19:31:16,076] /u/niazkhaled had their flair updated +[2020-07-20 19:36:05,177] There has been a new submission: 'The MOST Dysfunctional Squad In WARZONE', with flair 'Gaming' +[2020-07-20 19:36:06,238] /u/Stutzzy had their submission removed for insufficient lambda. +[2020-07-20 19:36:07,586] /u/Stutzzy had their flair updated +[2020-07-20 19:37:37,409] There has been a new submission: 'New YouTube vid I made that is actually funny', with flair 'Gaming' +[2020-07-20 19:37:38,473] /u/Scythe_Gaming had their submission removed for insufficient lambda. +[2020-07-20 19:37:39,622] /u/Scythe_Gaming had their flair updated +[2020-07-20 19:44:40,202] There has been a new submission: 'i would love some feedback if you have time check me out‼️👀🕺🏻🔥', with flair 'Video Critique' +[2020-07-20 19:44:42,044] /u/reecytherapper had their submission removed for insufficient lambda. +[2020-07-20 19:44:44,260] /u/reecytherapper had their flair updated +[2020-07-20 19:47:32,884] There has been a new submission: 'Can everyone here watch my video', with flair 'Vlog' +[2020-07-20 19:47:34,032] /u/josephcat124364 had their submission removed for insufficient lambda. +[2020-07-20 19:47:35,222] /u/josephcat124364 had their flair updated +[2020-07-20 19:52:30,456] There has been a new submission: 'MY PERFECT GUNFIGHT GAME!!', with flair 'Gaming' +[2020-07-20 19:52:32,175] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-20 19:52:34,559] /u/Curlyiix had their flair updated +[2020-07-20 19:53:15,236] There has been a new submission: 'One thing to be hyped about', with flair 'Video Critique' +[2020-07-20 19:53:16,752] /u/AsefDian had their submission removed for insufficient lambda. +[2020-07-20 19:53:18,763] /u/AsefDian had their flair updated +[2020-07-20 19:53:57,364] There has been a new submission: 'Funny anniversary rap song!', with flair 'Video Critique' +[2020-07-20 19:53:58,720] /u/scubasteve61977 had their submission removed for insufficient lambda. +[2020-07-20 19:54:00,523] /u/scubasteve61977 had their flair updated +[2020-07-20 19:56:20,560] There has been a new submission: 'I just posted my first video and you should too!', with flair 'Discussion' +[2020-07-20 19:56:22,199] /u/Sn0wPhotos had their flair updated +[2020-07-20 20:00:46,165] There has been a new submission: 'The blood countess - 600 victims', with flair 'Channel Review' +[2020-07-20 20:00:47,724] /u/ChrisKlein2553 had their submission removed for insufficient lambda. +[2020-07-20 20:00:49,931] /u/ChrisKlein2553 had their flair updated +[2020-07-20 20:04:41,918] '/u/GetLikePrincee' has given '/u/Yo-Homeboy13' lambda! +[2020-07-20 20:04:43,518] /u/Yo-Homeboy13 had their flair updated +[2020-07-20 20:05:17,541] '/u/GetLikePrincee' has given '/u/Brandonator247' lambda! +[2020-07-20 20:05:19,133] /u/Brandonator247 had their flair updated +[2020-07-20 20:10:23,500] '/u/KingJodeg' has given '/u/Brandonator247' lambda! +[2020-07-20 20:10:26,532] /u/Brandonator247 had their flair updated +[2020-07-20 20:10:55,939] '/u/KingJodeg' has given '/u/lizahinza' lambda! +[2020-07-20 20:10:58,607] /u/lizahinza had their flair updated +[2020-07-20 20:16:42,482] '/u/KingJodeg' has given '/u/BlackBear33ovy' lambda! +[2020-07-20 20:16:44,484] /u/BlackBear33ovy had their flair updated +[2020-07-20 20:18:50,142] '/u/endlessvibesmusic' has given '/u/Yo-Homeboy13' lambda! +[2020-07-20 20:18:51,178] /u/Yo-Homeboy13 had their flair updated +[2020-07-20 20:20:02,242] There has been a new submission: 'The last video I made has uneven audio and it breaks my heart... How do I make sure this never happens again?', with flair 'Discussion' +[2020-07-20 20:20:04,909] /u/Stonewall776 had their flair updated +[2020-07-20 20:21:24,632] There has been a new submission: '“Is Sub for Sub good? YouTube tips (2020)” Is this self promoting? Yes. Is this to gain traffic? Of course. Should you still watch it? Yes cuz some of you are idiots. Also I need video critique and always give lambda so be nice and bash my video :)', with flair 'Video Critique' +[2020-07-20 20:21:25,576] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 20:21:25,578] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 20:21:26,358] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KRNpeRHvZvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 20:21:26,687] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 20:21:30,131] /u/Yo-Homeboy13 had their flair updated +[2020-07-20 20:29:01,486] +#################### +[Jul 20 2020 20:29:01] RESTARTED +#################### + +[2020-07-20 20:33:39,149] Starting every day program... +[2020-07-20 20:33:39,150] Updating database statistics... +[2020-07-20 20:33:42,109] Posting and updating wiki... +[2020-07-20 20:34:03,661] Formatting leaderboard... +[2020-07-20 20:34:04,519] Updating sidebar... +[2020-07-20 20:34:04,844] Updated in new reddit... +[2020-07-20 20:34:07,382] Updated in old reddit... +[2020-07-20 20:34:07,382] Completed. +[2020-07-20 21:02:53,364] There has been a new submission: '10 Albums in 10 Days - Day 1: Vol.3: The Subliminal Verses by Slipknot', with flair 'Video Critique' +[2020-07-20 21:02:55,576] /u/StarcomaOfficial had their submission removed for insufficient lambda. +[2020-07-20 21:02:57,465] /u/StarcomaOfficial had their flair updated +[2020-07-20 21:03:16,642] There has been a new submission: 'Winning Fortnite Solo Duos should not be this difficult (Unvaulted LTM)', with flair 'Gaming' +[2020-07-20 21:03:18,038] /u/Jaden_17O had their submission removed for insufficient lambda. +[2020-07-20 21:03:20,415] /u/Jaden_17O had their flair updated +[2020-07-20 21:03:38,352] There has been a new submission: 'Things Pseudo-Intellectuals Say (This one launched me over 100 yay!) Will give lambda for constructive feedback!', with flair 'Video Critique' +[2020-07-20 21:03:40,162] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 21:03:40,164] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 21:03:41,064] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d4uFxWfmyEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 21:03:41,480] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZu7qmycYFCaAo1AlGGMofg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 21:03:44,227] /u/TheDormHermit had their flair updated +[2020-07-20 21:05:16,895] '/u/CaptainGusMohawk' has given '/u/CookADoodleDooReddit' lambda! +[2020-07-20 21:05:18,513] /u/CookADoodleDooReddit had their flair updated +[2020-07-20 21:07:41,041] There has been a new submission: 'Hello. I'm an aspiring tech youtuber and I've been creating videos for a bit now. If you like tech videos please take a minute to watch mine. I'm posting here to get my videos out there. This videos I uploaded today is about the Samsung Galaxy A51. Criticism is appreciated!', with flair 'Video Critique' +[2020-07-20 21:07:42,274] /u/SpaceCyb had their submission removed for insufficient lambda. +[2020-07-20 21:07:43,177] /u/SpaceCyb had their flair updated +[2020-07-20 21:07:59,653] There has been a new submission: 'Played Dark Deception chapter one what do you think about the video', with flair 'Video Critique' +[2020-07-20 21:08:00,544] /u/IMX4K had their submission removed for insufficient lambda. +[2020-07-20 21:08:01,527] /u/IMX4K had their flair updated +[2020-07-20 21:08:17,519] There has been a new submission: 'My friend Pablo Escobar: My Friend Pedro #1 tell me if I did good in the comments🙏🏾', with flair 'Gaming' +[2020-07-20 21:08:18,373] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-07-20 21:08:19,154] /u/trizzythomas had their flair updated +[2020-07-20 21:08:36,261] There has been a new submission: 'Youtube Comments in 2020', with flair 'Thumbnail Review' +[2020-07-20 21:08:37,079] /u/BootyAddiction97 had their submission removed for insufficient lambda. +[2020-07-20 21:08:37,814] /u/BootyAddiction97 had their flair updated +[2020-07-20 21:09:56,668] '/u/TheLuiginator' has given '/u/Yo-Homeboy13' lambda! +[2020-07-20 21:09:58,796] /u/Yo-Homeboy13 had their flair updated +[2020-07-20 21:11:29,951] '/u/Illfury' has given '/u/CanaryTsunami' lambda! +[2020-07-20 21:11:32,325] /u/CanaryTsunami had their flair updated +[2020-07-20 21:13:11,866] There has been a new submission: 'Some fun MTB let me know what you guys think!', with flair 'Channel Review' +[2020-07-20 21:13:13,258] /u/Yat_Rat had their submission removed for insufficient lambda. +[2020-07-20 21:13:15,724] /u/Yat_Rat had their flair updated +[2020-07-20 21:14:41,454] There has been a new submission: 'This UnVaulted Gameplay was literally aids (Fortnite Chapter 2 Season 3 Funny Moments). Can you guys give advice if this video is good?', with flair 'Gaming' +[2020-07-20 21:14:43,300] /u/The-nerd-of-yugioh had their submission removed for insufficient lambda. +[2020-07-20 21:14:45,023] /u/The-nerd-of-yugioh had their flair updated +[2020-07-20 21:15:02,976] There has been a new submission: 'I’m doing a weight loss vlog, thought I'd share it here too. Thanks!', with flair 'Vlog' +[2020-07-20 21:15:04,492] /u/rusty_shackleford_87 had their submission removed for insufficient lambda. +[2020-07-20 21:15:06,005] /u/rusty_shackleford_87 had their flair updated +[2020-07-20 21:25:03,530] There has been a new submission: 'Can I get some feedback on this. Thanks. Oh and the title of the video is ‘Gamma Squad Episode 1 | A LEGO Star Wars Stop Motion Story’', with flair 'Channel Review' +[2020-07-20 21:25:04,965] /u/Crocodilian_01 had their submission removed for insufficient lambda. +[2020-07-20 21:25:06,722] /u/Crocodilian_01 had their flair updated +[2020-07-20 21:28:25,974] There has been a new submission: 'This is just a fun video me and my friends made before covid hit, but I finally published it. It is called,"Dating show to the death" Let me know any feedback you have. Thank you!', with flair 'Video Critique' +[2020-07-20 21:28:26,921] /u/aew999 had their submission removed for insufficient lambda. +[2020-07-20 21:28:27,904] /u/aew999 had their flair updated +[2020-07-20 21:40:42,560] There has been a new submission: 'WE PLAY INCOHEARENT WITH A SHOCKING TWIST!', with flair 'Channel Review' +[2020-07-20 21:40:44,284] /u/TeeteeTubers had their submission removed for insufficient lambda. +[2020-07-20 21:40:46,620] /u/TeeteeTubers had their flair updated +[2020-07-20 21:43:05,608] There has been a new submission: 'Positive and negative feedback is welcome 😊', with flair 'Gaming' +[2020-07-20 21:43:07,247] /u/Eris_of_fortune had their submission removed for insufficient lambda. +[2020-07-20 21:43:09,263] /u/Eris_of_fortune had their flair updated +[2020-07-20 21:53:08,388] There has been a new submission: 'New video drop! Tell me what you think :)', with flair 'Video Critique' +[2020-07-20 21:53:10,067] /u/khowardl had their submission removed for insufficient lambda. +[2020-07-20 21:53:12,157] /u/khowardl had their flair updated +[2020-07-20 21:55:09,157] There has been a new submission: 'for those who play free MINECRAFT', with flair 'Gaming' +[2020-07-20 21:55:10,467] /u/BROadmonky_20 had their submission removed for insufficient lambda. +[2020-07-20 21:55:12,091] /u/BROadmonky_20 had their flair updated +[2020-07-20 21:59:28,769] There has been a new submission: 'During this pandemic we all face, here's a video to relax and breathe in Nature! Do subscribe and like if you love the content!', with flair 'Art' +[2020-07-20 21:59:29,647] /u/VivaSiolim had their submission removed for insufficient lambda. +[2020-07-20 21:59:30,265] /u/VivaSiolim had their flair updated +[2020-07-20 22:02:48,342] There has been a new submission: 'Abandoned Nuclear Escape Tunnels Shoemaker Canyon', with flair 'Channel Review' +[2020-07-20 22:02:49,990] /u/drakeleegee had their submission removed for insufficient lambda. +[2020-07-20 22:02:52,030] /u/drakeleegee had their flair updated +[2020-07-20 22:05:11,927] There has been a new submission: 'FLYING TIGER! A Valorant Special', with flair 'Gaming' +[2020-07-20 22:05:13,412] /u/Plasma-son had their submission removed for insufficient lambda. +[2020-07-20 22:05:15,113] /u/Plasma-son had their flair updated +[2020-07-20 22:15:06,962] There has been a new submission: 'I made an animation on why I think minecraft dungeons is just dumb (My opinion btw)', with flair 'Art' +[2020-07-20 22:15:08,334] /u/TheRandomStickman had their submission removed for insufficient lambda. +[2020-07-20 22:15:09,984] /u/TheRandomStickman had their flair updated +[2020-07-20 22:16:58,056] There has been a new submission: 'Newest video is up', with flair 'Gaming' +[2020-07-20 22:16:59,227] /u/Papa_Burrito had their submission removed for insufficient lambda. +[2020-07-20 22:17:00,648] /u/Papa_Burrito had their flair updated +[2020-07-20 22:28:46,948] +#################### +[Jul 20 2020 22:28:46] RESTARTED +#################### + +[2020-07-20 22:53:06,908] '/u/TheDormHermit' has given '/u/JxckSmith' lambda! +[2020-07-20 22:53:09,486] /u/JxckSmith had their flair updated +[2020-07-20 22:54:38,082] There has been a new submission: 'WWE Extreme Rules 2020 Review & Highlights || The Horror Show at Extreme Rules 2020 (WWE RANT)', with flair 'Vlog' +[2020-07-20 22:54:39,395] /u/superfanboy1 had their submission removed for insufficient lambda. +[2020-07-20 22:54:40,916] /u/superfanboy1 had their flair updated +[2020-07-20 22:54:58,709] There has been a new submission: 'Gmod video poggers!', with flair 'Gaming' +[2020-07-20 22:54:59,858] /u/Pixelghost84 had their submission removed for insufficient lambda. +[2020-07-20 22:55:01,287] /u/Pixelghost84 had their flair updated +[2020-07-20 23:01:38,775] There has been a new submission: 'Beginner looking for guidance', with flair 'Discussion' +[2020-07-20 23:01:41,643] /u/j4m0r had their flair updated +[2020-07-20 23:02:16,366] There has been a new submission: 'Getting Chased Constantly (Stream Highlights #2) #intothefog', with flair 'Video Critique' +[2020-07-20 23:02:18,167] /u/FizzyFizze had their submission removed for insufficient lambda. +[2020-07-20 23:02:20,261] /u/FizzyFizze had their flair updated +[2020-07-20 23:05:46,776] There has been a new submission: 'Neon Genesis Evangelion unit 01 fan animation', with flair 'Gaming' +[2020-07-20 23:05:47,852] /u/Evagunpla had their submission removed for insufficient lambda. +[2020-07-20 23:05:49,386] /u/Evagunpla had their flair updated +[2020-07-20 23:06:17,569] There has been a new submission: 'hello im kinda new to youtube', with flair 'Gaming' +[2020-07-20 23:06:18,881] /u/burntcemboi had their submission removed for insufficient lambda. +[2020-07-20 23:06:20,284] /u/burntcemboi had their flair updated +[2020-07-20 23:07:51,592] '/u/My_Travel_Journal' has given '/u/Jgolde8' lambda! +[2020-07-20 23:07:53,846] /u/Jgolde8 had their flair updated +[2020-07-20 23:09:02,492] '/u/My_Travel_Journal' has given '/u/LMAOyeetzedong' lambda! +[2020-07-20 23:09:04,498] /u/LMAOyeetzedong had their flair updated +[2020-07-20 23:10:30,835] There has been a new submission: 'Hey! I uploaded this video quite a bit ago, and I found it not only incredibly fun to edit and play, but also to watch. If I could get any genuine feedback for the quality of this video, it would be very helpful.', with flair 'Gaming' +[2020-07-20 23:10:32,599] /u/Muksaw had their submission removed for insufficient lambda. +[2020-07-20 23:10:34,940] /u/Muksaw had their flair updated +[2020-07-20 23:24:33,760] There has been a new submission: 'Would love feedback on this video! I think it picks up from about the midway point but I'm aware that few are going to make it there. I've tried to be sincere in approaching this topic and I hope I can reach people with the message but I don't know how well I delivery it. Thanks ❤️', with flair 'Video Critique' +[2020-07-20 23:24:37,413] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 23:24:37,536] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 23:24:38,724] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C_gnbOvTlTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 23:24:39,175] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdlf6w_mEG9hQ7-7N1Dr0Uw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 23:24:42,252] /u/80dreams had their flair updated +[2020-07-20 23:28:52,035] There has been a new submission: 'Hello all! I make content for Super Smash Bros Ultimate, and would love to share this combo video I made. I'm very new to video editing, so tips are very appreciated!', with flair 'Gaming' +[2020-07-20 23:28:54,331] /u/ShinyForm had their submission removed for insufficient lambda. +[2020-07-20 23:28:55,311] /u/ShinyForm had their flair updated +[2020-07-20 23:39:40,075] There has been a new submission: 'Alan Watts - Flow of Life & Your Place In It', with flair 'Video Critique' +[2020-07-20 23:39:40,979] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-20 23:39:41,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-20 23:39:41,877] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sg8V7L2rTro&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 23:39:42,168] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-wU25SN97o9cOXbDPuy0RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-20 23:39:43,724] /u/iFaisalKarim had their flair updated +[2020-07-20 23:40:45,508] '/u/denandmugMAKES' has given '/u/ElectionJunkie' lambda! +[2020-07-20 23:40:47,883] /u/ElectionJunkie had their flair updated +[2020-07-20 23:41:08,173] '/u/denandmugMAKES' has given '/u/asap-the-rapper' lambda! +[2020-07-20 23:41:10,715] /u/asap-the-rapper had their flair updated +[2020-07-20 23:54:04,712] There has been a new submission: '30 second video, It’s crescent fresh, I’m sad, please watch', with flair 'Gaming' +[2020-07-20 23:54:06,263] /u/softryn had their submission removed for insufficient lambda. +[2020-07-20 23:54:08,273] /u/softryn had their flair updated +[2020-07-20 23:55:57,094] '/u/glendaleheroes' has given '/u/ioo5_' lambda! +[2020-07-20 23:55:59,151] /u/ioo5_ had their flair updated +[2020-07-20 23:56:47,277] There has been a new submission: 'Lambda To Every Comment, I tried to take the advice I received last time and incorporate it', with flair 'Gaming' +[2020-07-20 23:56:49,611] /u/JessieH_24 had their flair updated +[2020-07-21 00:10:05,067] '/u/Cap_America_AC' has given '/u/AnimuseVids' lambda! +[2020-07-21 00:10:07,521] /u/AnimuseVids had their flair updated +[2020-07-21 00:14:27,085] '/u/glendaleheroes' has given '/u/blacksmyth34' lambda! +[2020-07-21 00:14:29,329] /u/blacksmyth34 had their flair updated +[2020-07-21 00:18:14,439] There has been a new submission: 'Lambda for every feedback', with flair 'Video Critique' +[2020-07-21 00:18:14,650] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 00:18:14,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 00:18:14,745] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uMofVBnwCpI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 00:18:14,850] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 00:18:16,295] /u/Glittering_Designer had their flair updated +[2020-07-21 00:18:49,668] /u/PandaTimeShow had their flair updated +[2020-07-21 00:22:05,477] '/u/Cap_America_AC' has given '/u/HookedOnAFeeling360' lambda! +[2020-07-21 00:22:07,580] /u/HookedOnAFeeling360 had their flair updated +[2020-07-21 00:22:38,211] '/u/Cap_America_AC' has given '/u/razerfire' lambda! +[2020-07-21 00:22:40,158] /u/razerfire had their flair updated +[2020-07-21 00:22:53,709] There has been a new submission: 'What makes you subscribe to a channel or click on a video?', with flair 'Discussion' +[2020-07-21 00:22:56,626] /u/Noobie77 had their flair updated +[2020-07-21 00:28:47,823] +#################### +[Jul 21 2020 00:28:47] RESTARTED +#################### + +[2020-07-21 00:50:01,923] '/u/HughseyKL' has given '/u/Lukegreen3703' lambda! +[2020-07-21 00:50:06,372] /u/Lukegreen3703 had their flair updated +[2020-07-21 00:50:33,087] '/u/HughseyKL' has given '/u/El-Grif' lambda! +[2020-07-21 00:50:36,002] /u/El-Grif had their flair updated +[2020-07-21 00:50:57,472] '/u/HughseyKL' has given '/u/CanaryTsunami' lambda! +[2020-07-21 00:51:00,280] /u/CanaryTsunami had their flair updated +[2020-07-21 00:51:19,286] '/u/HughseyKL' has given '/u/PurpleFisty' lambda! +[2020-07-21 00:51:21,747] /u/PurpleFisty had their flair updated +[2020-07-21 00:53:04,753] '/u/MJMusic_FreeMusic' has given '/u/yeetbox_' lambda! +[2020-07-21 00:53:07,583] /u/yeetbox_ had their flair updated +[2020-07-21 00:55:10,999] '/u/WitchMira' has given '/u/the_real_d247' lambda! +[2020-07-21 00:55:13,495] /u/the_real_d247 had their flair updated +[2020-07-21 00:56:06,771] '/u/WitchMira' has given '/u/Yo-Homeboy13' lambda! +[2020-07-21 00:56:09,109] /u/Yo-Homeboy13 had their flair updated +[2020-07-21 01:16:37,905] '/u/JessieH_24' has given '/u/lizahinza' lambda! +[2020-07-21 01:16:39,711] /u/lizahinza had their flair updated +[2020-07-21 01:17:23,176] '/u/JessieH_24' has given '/u/HumbelGeniusYT' lambda! +[2020-07-21 01:17:24,537] /u/HumbelGeniusYT had their flair updated +[2020-07-21 01:18:21,926] There has been a new submission: 'blackbear - Queen of Broken Hearts', with flair 'Art' +[2020-07-21 01:18:23,292] /u/CashyCat had their submission removed for insufficient lambda. +[2020-07-21 01:18:24,218] /u/CashyCat had their flair updated +[2020-07-21 01:22:30,631] /u/HumbelGeniusYT had their flair updated +[2020-07-21 01:26:30,292] There has been a new submission: 'Just hit 100 subs on my gaming channel super fast. I just made a video on how YOU can do the same thing!', with flair 'Channel Review' +[2020-07-21 01:26:31,648] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-07-21 01:26:33,081] /u/RJeezyYT had their flair updated +[2020-07-21 01:30:28,025] '/u/Glittering_Designer' has given '/u/lizahinza' lambda! +[2020-07-21 01:30:30,316] /u/lizahinza had their flair updated +[2020-07-21 01:30:51,870] '/u/Glittering_Designer' has given '/u/HumbelGeniusYT' lambda! +[2020-07-21 01:30:54,580] /u/HumbelGeniusYT had their flair updated +[2020-07-21 01:31:40,735] There has been a new submission: 'Ultimate veggie wrap| By World’s Tastiest', with flair 'Vlog' +[2020-07-21 01:31:42,159] /u/EasyAndDelicious had their submission removed for insufficient lambda. +[2020-07-21 01:31:44,249] /u/EasyAndDelicious had their flair updated +[2020-07-21 01:32:04,280] '/u/Glittering_Designer' has given '/u/EpicSmashFan' lambda! +[2020-07-21 01:32:06,574] /u/EpicSmashFan had their flair updated +[2020-07-21 01:33:28,046] There has been a new submission: 'I would really appreciate some feedback on my videos, they take a lot of time to make :)', with flair 'Video Critique' +[2020-07-21 01:33:29,344] /u/thomaz_rass had their submission removed for insufficient lambda. +[2020-07-21 01:33:31,151] /u/thomaz_rass had their flair updated +[2020-07-21 01:35:33,489] '/u/TheDormHermit' has given '/u/Brandonator247' lambda! +[2020-07-21 01:35:35,003] /u/Brandonator247 had their flair updated +[2020-07-21 01:39:01,202] '/u/80dreams' has given '/u/EpicSmashFan' lambda! +[2020-07-21 01:39:03,330] /u/EpicSmashFan had their flair updated +[2020-07-21 01:41:10,009] There has been a new submission: 'How to promote a new Whisky Review Channel', with flair 'Vlog' +[2020-07-21 01:41:11,810] /u/WL__advice had their submission removed for insufficient lambda. +[2020-07-21 01:41:14,099] /u/WL__advice had their flair updated +[2020-07-21 01:42:07,473] '/u/Sedica_n_Tryna_Play' has given '/u/HookedOnAFeeling360' lambda! +[2020-07-21 01:42:10,019] /u/HookedOnAFeeling360 had their flair updated +[2020-07-21 01:45:52,730] '/u/IWI-Team' has given '/u/Code4IcedTee' lambda! +[2020-07-21 01:45:54,197] /u/Code4IcedTee had their flair updated +[2020-07-21 01:46:46,072] There has been a new submission: 'Just uploaded my first video! - My house got destroyed... | The Forest', with flair 'Gaming' +[2020-07-21 01:46:47,071] /u/ColeSnyder87 had their submission removed for insufficient lambda. +[2020-07-21 01:46:48,362] /u/ColeSnyder87 had their flair updated +[2020-07-21 01:46:56,195] There has been a new submission: 'How to promote a new Whisky Review Channel', with flair 'Discussion' +[2020-07-21 01:46:57,737] /u/WL__advice had their flair updated +[2020-07-21 01:47:14,824] '/u/IWI-Team' has given '/u/Brandonator247' lambda! +[2020-07-21 01:47:16,646] /u/Brandonator247 had their flair updated +[2020-07-21 01:47:39,823] '/u/IWI-Team' has given '/u/Yo-Homeboy13' lambda! +[2020-07-21 01:47:41,550] /u/Yo-Homeboy13 had their flair updated +[2020-07-21 01:48:19,471] '/u/IWI-Team' has given '/u/CaptainGusMohawk' lambda! +[2020-07-21 01:48:20,612] /u/CaptainGusMohawk had their flair updated +[2020-07-21 01:49:27,900] '/u/IWI-Team' has given '/u/blacksmyth34' lambda! +[2020-07-21 01:49:28,841] /u/blacksmyth34 had their flair updated +[2020-07-21 01:52:17,656] There has been a new submission: 'Tube buddy?', with flair 'Discussion' +[2020-07-21 01:52:20,040] /u/kcbRodBuilding had their flair updated +[2020-07-21 01:53:26,937] There has been a new submission: 'Should a channel name have spaces?', with flair 'Discussion' +[2020-07-21 01:53:29,190] /u/WL__advice had their flair updated +[2020-07-21 01:59:00,864] There has been a new submission: 'I would really appreciate some advice and feedback on this video, it would mean a lot. It is an apex legends tip video for new and returning players.', with flair 'Video Critique' +[2020-07-21 01:59:01,722] /u/medfred3 had their submission removed for insufficient lambda. +[2020-07-21 01:59:02,538] /u/medfred3 had their flair updated +[2020-07-21 02:09:25,247] There has been a new submission: 'Does anyone have like ideas or advice for me to help my commentary channel to standout?', with flair 'Discussion' +[2020-07-21 02:09:26,156] /u/gvaz45 had their flair updated +[2020-07-21 02:11:42,099] There has been a new submission: 'Finally got around to playing this custom map in Descenders and really enjoyed it and making the video as always. As always lambda for real feedback everyone and sharing the video is appreciated. Thanks!', with flair 'Video Critique' +[2020-07-21 02:11:43,696] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 02:11:43,698] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 02:11:44,640] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PnHxHRB4Cmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 02:11:44,973] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 02:11:47,881] /u/Brandonator247 had their flair updated +[2020-07-21 02:16:25,434] There has been a new submission: '【SSBU】Montage // Un-Friendly Friendlies', with flair 'Gaming' +[2020-07-21 02:16:26,678] /u/KenHatHatWithKen had their submission removed for insufficient lambda. +[2020-07-21 02:16:28,077] /u/KenHatHatWithKen had their flair updated +[2020-07-21 02:21:22,918] '/u/HughseyKL' has given '/u/Ali_Bama' lambda! +[2020-07-21 02:21:25,263] /u/Ali_Bama had their flair updated +[2020-07-21 02:22:27,949] '/u/HughseyKL' has given '/u/Noobie77' lambda! +[2020-07-21 02:22:29,921] /u/Noobie77 had their flair updated +[2020-07-21 02:23:26,161] '/u/HughseyKL' has given '/u/HotshotRaptor' lambda! +[2020-07-21 02:23:28,578] /u/HotshotRaptor had their flair updated +[2020-07-21 02:26:01,950] '/u/HughseyKL' has given '/u/VanGlass90' lambda! +[2020-07-21 02:26:04,159] /u/VanGlass90 had their flair updated +[2020-07-21 02:26:45,076] '/u/HughseyKL' has given '/u/Jyeung691' lambda! +[2020-07-21 02:26:47,009] /u/Jyeung691 had their flair updated +[2020-07-21 02:27:20,387] '/u/HughseyKL' has given '/u/shadyuser666' lambda! +[2020-07-21 02:27:21,863] /u/shadyuser666 had their flair updated +[2020-07-21 02:28:10,954] There has been a new submission: 'Does anyone have any ideas on how to make a commentary channel standout??', with flair 'Discussion' +[2020-07-21 02:28:12,345] /u/gvaz45 had their flair updated +[2020-07-21 02:28:49,378] +#################### +[Jul 21 2020 02:28:49] RESTARTED +#################### + +[2020-07-21 03:02:41,472] '/u/Glittering_Designer' has given '/u/emilyychu' lambda! +[2020-07-21 03:02:44,300] /u/emilyychu had their flair updated +[2020-07-21 03:14:57,186] '/u/El_Penguino_' has given '/u/Ridi9t' lambda! +[2020-07-21 03:15:00,091] /u/Ridi9t had their flair updated +[2020-07-21 03:16:23,635] '/u/El_Penguino_' has given '/u/the_real_d247' lambda! +[2020-07-21 03:16:26,010] /u/the_real_d247 had their flair updated +[2020-07-21 03:18:23,010] '/u/El_Penguino_' has given '/u/curtisweaverco' lambda! +[2020-07-21 03:18:27,550] /u/curtisweaverco had their flair updated +[2020-07-21 03:18:42,098] There has been a new submission: 'How Many Gallons Have I Peed In My Life? (STATISTICALLY)', with flair 'Vlog' +[2020-07-21 03:18:43,083] /u/Cereal_Hub had their submission removed for insufficient lambda. +[2020-07-21 03:18:43,945] /u/Cereal_Hub had their flair updated +[2020-07-21 03:19:40,073] There has been a new submission: 'Milky chance stolen dance cover', with flair 'Video Critique' +[2020-07-21 03:19:40,712] /u/Wildtabacco had their submission removed for insufficient lambda. +[2020-07-21 03:19:41,168] /u/Wildtabacco had their flair updated +[2020-07-21 03:19:54,470] '/u/El_Penguino_' has given '/u/AnimuseVids' lambda! +[2020-07-21 03:19:55,983] /u/AnimuseVids had their flair updated +[2020-07-21 03:21:46,522] '/u/El_Penguino_' has given '/u/Brandonator247' lambda! +[2020-07-21 03:21:48,733] /u/Brandonator247 had their flair updated +[2020-07-21 03:40:16,945] There has been a new submission: 'My 25th Episode where I explore crypto mining mobile apps. Feedback is welcome!', with flair 'Gaming' +[2020-07-21 03:40:18,497] /u/koenigsburg-20 had their submission removed for insufficient lambda. +[2020-07-21 03:40:20,908] /u/koenigsburg-20 had their flair updated +[2020-07-21 03:48:01,615] '/u/RightfullyEpic' has given '/u/pinappleonpizza123' lambda! +[2020-07-21 03:48:02,779] /u/pinappleonpizza123 had their flair updated +[2020-07-21 04:28:06,039] There has been a new submission: 'SNES Hook Ep.1: COOL boys eat at Wendy's | JAM'D', with flair 'Gaming' +[2020-07-21 04:28:06,997] /u/N1ckJr had their submission removed for insufficient lambda. +[2020-07-21 04:28:08,269] /u/N1ckJr had their flair updated +[2020-07-21 04:28:51,186] +#################### +[Jul 21 2020 04:28:51] RESTARTED +#################### + +[2020-07-21 04:51:56,461] There has been a new submission: 'AŌ AIR Face Mask, A NEW ALTERNATIVE TO TRADITIONAL N95. Independently validated by The Auckland University of Technology to provide users with up-to 50X better protection than Market-Leading Air Filter Respirators, Pollution Masks and Allergy Masks.', with flair 'Video Critique' +[2020-07-21 04:51:58,025] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-21 04:52:00,037] /u/GabriellaTadros had their flair updated +[2020-07-21 04:52:54,977] There has been a new submission: 'I made a cool channel banner', with flair 'Discussion' +[2020-07-21 04:52:57,106] /u/CorePump had their flair updated +[2020-07-21 04:53:15,503] There has been a new submission: 'visualizers for music?', with flair 'Discussion' +[2020-07-21 04:53:18,052] /u/kscircle had their flair updated +[2020-07-21 04:53:36,518] There has been a new submission: 'Come Ride With Me, Lockdown Over & Hamilton Movie - worthy of hype?', with flair 'Vlog' +[2020-07-21 04:53:37,916] /u/NEWDAY1977 had their submission removed for insufficient lambda. +[2020-07-21 04:53:39,717] /u/NEWDAY1977 had their flair updated +[2020-07-21 04:53:59,072] There has been a new submission: 'New channel with mobile games ! :)', with flair 'Gaming' +[2020-07-21 04:54:00,701] /u/therevangelo93 had their submission removed for insufficient lambda. +[2020-07-21 04:54:02,381] /u/therevangelo93 had their flair updated +[2020-07-21 04:55:07,599] '/u/RightfullyEpic' has given '/u/KingJodeg' lambda! +[2020-07-21 04:55:09,930] /u/KingJodeg had their flair updated +[2020-07-21 04:58:11,503] There has been a new submission: 'Check out my new video', with flair 'None' +[2020-07-21 04:58:13,309] /u/rtbien had their submission removed for insufficient lambda. +[2020-07-21 04:58:14,893] /u/rtbien had their flair updated +[2020-07-21 05:07:09,339] There has been a new submission: 'I reached 1k+ subs in less than 2 months, you guys might want to take a look at one of my recent video. i would love some feedback about it. On how to get more views and on how to grow more. A bit of advice, good or bad i'll appreciate it.', with flair 'Video Critique' +[2020-07-21 05:07:10,695] /u/ESTeaDY1968 had their submission removed for insufficient lambda. +[2020-07-21 05:07:12,088] /u/ESTeaDY1968 had their flair updated +[2020-07-21 05:10:21,615] There has been a new submission: 'Hiking the trail of Shollenberger Park, Petaluma Wetlands, California (I...', with flair 'Vlog' +[2020-07-21 05:10:23,385] /u/sinbadvoyager had their submission removed for insufficient lambda. +[2020-07-21 05:10:26,144] /u/sinbadvoyager had their flair updated +[2020-07-21 05:21:19,031] There has been a new submission: 'Hey guys! Checkout my new video! Please show some love and support! Sub for sub!', with flair 'Art' +[2020-07-21 05:21:20,525] /u/ashish-santhosh had their submission removed for insufficient lambda. +[2020-07-21 05:21:22,704] /u/ashish-santhosh had their flair updated +[2020-07-21 05:23:09,669] '/u/80dreams' has given '/u/KingJodeg' lambda! +[2020-07-21 05:23:12,335] /u/KingJodeg had their flair updated +[2020-07-21 05:24:06,369] There has been a new submission: 'My Five Year Journey', with flair 'Discussion' +[2020-07-21 05:24:08,457] /u/MotherGoose26 had their flair updated +[2020-07-21 05:24:38,075] '/u/80dreams' has given '/u/Lukegreen3703' lambda! +[2020-07-21 05:24:41,032] /u/Lukegreen3703 had their flair updated +[2020-07-21 05:37:14,501] There has been a new submission: 'New Fishing Channel', with flair 'Vlog' +[2020-07-21 05:37:15,770] /u/after_hours_chef had their submission removed for insufficient lambda. +[2020-07-21 05:37:17,087] /u/after_hours_chef had their flair updated +[2020-07-21 05:44:29,508] '/u/endlessvibesmusic' has given '/u/pinappleonpizza123' lambda! +[2020-07-21 05:44:31,597] /u/pinappleonpizza123 had their flair updated +[2020-07-21 05:45:37,005] '/u/endlessvibesmusic' has given '/u/WitchMira' lambda! +[2020-07-21 05:45:38,627] /u/WitchMira had their flair updated +[2020-07-21 05:50:04,523] '/u/Illfury' has given '/u/Narband' lambda! +[2020-07-21 05:50:06,675] /u/Narband had their flair updated +[2020-07-21 05:51:26,250] '/u/Illfury' has given '/u/muverrihcelebi' lambda! +[2020-07-21 05:51:28,459] /u/muverrihcelebi had their flair updated +[2020-07-21 05:53:14,263] '/u/Illfury' has given '/u/razerfire' lambda! +[2020-07-21 05:53:16,481] /u/razerfire had their flair updated +[2020-07-21 06:11:33,631] '/u/JessieH_24' has given '/u/0_R_A_N_G_E' lambda! +[2020-07-21 06:11:35,786] /u/0_R_A_N_G_E had their flair updated +[2020-07-21 06:12:30,477] '/u/JessieH_24' has given '/u/BunnyBillionaire' lambda! +[2020-07-21 06:12:32,587] /u/BunnyBillionaire had their flair updated +[2020-07-21 06:13:06,684] There has been a new submission: 'COD MW Best Plays & Funny Moments Go and show me some support by liking the video and SUBSCRIBING to my channel!!', with flair 'Gaming' +[2020-07-21 06:13:08,322] /u/adsluck56 had their submission removed for insufficient lambda. +[2020-07-21 06:13:10,318] /u/adsluck56 had their flair updated +[2020-07-21 06:16:02,751] '/u/guyFCR' has given '/u/the_real_d247' lambda! +[2020-07-21 06:16:04,315] /u/the_real_d247 had their flair updated +[2020-07-21 06:18:32,898] There has been a new submission: 'Tell us how we did on our new video :)', with flair 'Gaming' +[2020-07-21 06:18:33,765] /u/TheOnlyChurro had their submission removed for insufficient lambda. +[2020-07-21 06:18:34,762] /u/TheOnlyChurro had their flair updated +[2020-07-21 06:19:23,242] There has been a new submission: 'PLease watch for some time first time doing this', with flair 'Gaming' +[2020-07-21 06:19:23,940] /u/AarushGam3ZYT had their submission removed for insufficient lambda. +[2020-07-21 06:19:24,589] /u/AarushGam3ZYT had their flair updated +[2020-07-21 06:20:53,764] There has been a new submission: 'Pubg And Huawei soon going to ban in India', with flair 'Video Critique' +[2020-07-21 06:20:56,116] /u/AmanAs07 had their submission removed for insufficient lambda. +[2020-07-21 06:20:58,387] /u/AmanAs07 had their flair updated +[2020-07-21 06:28:40,151] +#################### +[Jul 21 2020 06:28:40] RESTARTED +#################### + +[2020-07-21 06:47:01,580] '/u/IWI-Team' has given '/u/Narband' lambda! +[2020-07-21 06:47:03,990] /u/Narband had their flair updated +[2020-07-21 07:00:47,436] There has been a new submission: 'King Cid vs Smooth Gio Reaction!', with flair 'Video Critique' +[2020-07-21 07:00:49,112] /u/Imanibanks4 had their submission removed for insufficient lambda. +[2020-07-21 07:00:51,440] /u/Imanibanks4 had their flair updated +[2020-07-21 07:02:01,575] There has been a new submission: 'These first 48 hours are SUPER important! So PLEASE check this video out and comment for me the goal is at least 200 views in these first 48 hours of this video being uploaded! Sub if you enjoy', with flair 'Video Critique' +[2020-07-21 07:02:03,048] /u/Imanibanks4 had their submission removed for insufficient lambda. +[2020-07-21 07:02:05,258] /u/Imanibanks4 had their flair updated +[2020-07-21 07:06:42,142] There has been a new submission: 'Hey all! Just posted my review on the last of us part 2, let me know what you think!', with flair 'Channel Review' +[2020-07-21 07:06:43,371] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 07:06:43,410] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 07:06:44,310] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UhyJQUQakN0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 07:06:44,560] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2Z1h-LVYBwWw3ofanQyowA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 07:06:46,771] /u/razerfire had their flair updated +[2020-07-21 07:11:20,168] There has been a new submission: 'Call of Duty Warzone | Finding the best player', with flair 'Gaming' +[2020-07-21 07:11:21,887] /u/psfnsa had their submission removed for insufficient lambda. +[2020-07-21 07:11:24,107] /u/psfnsa had their flair updated +[2020-07-21 07:12:54,763] There has been a new submission: 'WWDC 2020 : IOS and IPad OS 14 , Big Sur and Mac ARM.| PoeticWhiz', with flair 'Video Critique' +[2020-07-21 07:12:56,280] /u/aabidfaiyaz had their submission removed for insufficient lambda. +[2020-07-21 07:12:58,244] /u/aabidfaiyaz had their flair updated +[2020-07-21 07:15:13,018] There has been a new submission: 'Low plat placements in a nutshell', with flair 'Gaming' +[2020-07-21 07:15:14,413] /u/DarknightGam1ng had their submission removed for insufficient lambda. +[2020-07-21 07:15:16,014] /u/DarknightGam1ng had their flair updated +[2020-07-21 07:27:26,432] '/u/Glittering_Designer' has given '/u/MG_xShiftyx' lambda! +[2020-07-21 07:27:28,231] /u/MG_xShiftyx had their flair updated +[2020-07-21 07:32:37,975] There has been a new submission: 'My new channel where I tell exciting stories about exciting things. First episode ever is about the crazy lost tribe of North Sentinel Island!!', with flair 'Vlog' +[2020-07-21 07:32:39,384] /u/thepositiv1 had their submission removed for insufficient lambda. +[2020-07-21 07:32:41,413] /u/thepositiv1 had their flair updated +[2020-07-21 07:34:50,071] '/u/iFaisalKarim' has given '/u/EpicSmashFan' lambda! +[2020-07-21 07:34:51,806] /u/EpicSmashFan had their flair updated +[2020-07-21 07:35:11,529] '/u/iFaisalKarim' has given '/u/HumbelGeniusYT' lambda! +[2020-07-21 07:35:13,218] /u/HumbelGeniusYT had their flair updated +[2020-07-21 07:35:21,384] '/u/iFaisalKarim' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-21 07:35:23,040] /u/MJMusic_FreeMusic had their flair updated +[2020-07-21 07:38:46,099] /u/razerfire had their flair updated +[2020-07-21 07:39:53,091] /u/KingJodeg had their flair updated +[2020-07-21 07:45:25,586] '/u/razerfire' has given '/u/IWI-Team' lambda! +[2020-07-21 07:45:27,187] /u/IWI-Team had their flair updated +[2020-07-21 07:45:57,840] '/u/razerfire' has given '/u/iFaisalKarim' lambda! +[2020-07-21 07:45:59,366] /u/iFaisalKarim had their flair updated +[2020-07-21 07:48:00,820] '/u/razerfire' has given '/u/JxckSmith' lambda! +[2020-07-21 07:48:02,006] /u/JxckSmith had their flair updated +[2020-07-21 07:55:39,890] '/u/razerfire' has given '/u/Narband' lambda! +[2020-07-21 07:55:41,782] /u/Narband had their flair updated +[2020-07-21 07:56:00,523] '/u/emisfer' has given '/u/razerfire' lambda! +[2020-07-21 07:56:02,978] /u/razerfire had their flair updated +[2020-07-21 08:06:01,188] There has been a new submission: 'My first Video that has my face in it. Please let me know if you laughed at anything or what you think i can improve on.', with flair 'Video Critique' +[2020-07-21 08:06:01,577] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 08:06:01,580] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 08:06:01,688] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NFCxTDvV_BQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 08:06:01,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 08:06:04,246] /u/Narband had their flair updated +[2020-07-21 08:07:14,826] '/u/Glittering_Designer' has given '/u/IWI-Team' lambda! +[2020-07-21 08:07:16,134] /u/IWI-Team had their flair updated +[2020-07-21 08:20:05,821] '/u/MJMusic_FreeMusic' has given '/u/Narband' lambda! +[2020-07-21 08:20:08,168] /u/Narband had their flair updated +[2020-07-21 08:20:15,543] '/u/DanThePanda-YT' has given '/u/Code4IcedTee' lambda! +[2020-07-21 08:20:17,856] /u/Code4IcedTee had their flair updated +[2020-07-21 08:20:24,834] There has been a new submission: 'Hey, Im A New Content Creator On YouTube, I Have Uploaded My Fourth Video And Worked Really Hard On It, Would Appreciate Any Support And Feedback :)', with flair 'Gaming' +[2020-07-21 08:20:26,531] /u/Qaisjj had their submission removed for insufficient lambda. +[2020-07-21 08:20:28,835] /u/Qaisjj had their flair updated +[2020-07-21 08:20:39,238] '/u/DanThePanda-YT' has given '/u/Brandonator247' lambda! +[2020-07-21 08:20:41,517] /u/Brandonator247 had their flair updated +[2020-07-21 08:28:39,802] +#################### +[Jul 21 2020 08:28:39] RESTARTED +#################### + +[2020-07-21 08:43:48,296] '/u/Narband' has given '/u/MoustacheSpy' lambda! +[2020-07-21 08:43:50,683] /u/MoustacheSpy had their flair updated +[2020-07-21 08:44:23,420] '/u/Glittering_Designer' has given '/u/MoustacheSpy' lambda! +[2020-07-21 08:44:25,838] /u/MoustacheSpy had their flair updated +[2020-07-21 09:01:57,961] '/u/Brandonator247' has given '/u/HumbelGeniusYT' lambda! +[2020-07-21 09:02:00,033] /u/HumbelGeniusYT had their flair updated +[2020-07-21 09:04:04,813] '/u/Brandonator247' has given '/u/emilyychu' lambda! +[2020-07-21 09:04:06,582] /u/emilyychu had their flair updated +[2020-07-21 09:05:47,491] '/u/Brandonator247' has given '/u/KingJodeg' lambda! +[2020-07-21 09:05:49,058] /u/KingJodeg had their flair updated +[2020-07-21 09:10:37,490] '/u/Brandonator247' has given '/u/IWI-Team' lambda! +[2020-07-21 09:10:39,826] /u/IWI-Team had their flair updated +[2020-07-21 09:31:59,850] There has been a new submission: 'Newton's cure for plague.', with flair 'Video Critique' +[2020-07-21 09:32:01,768] /u/arghyasen93 had their submission removed for insufficient lambda. +[2020-07-21 09:32:03,893] /u/arghyasen93 had their flair updated +[2020-07-21 09:34:19,142] '/u/TheDormHermit' has given '/u/ESK8Store' lambda! +[2020-07-21 09:34:20,993] /u/ESK8Store had their flair updated +[2020-07-21 09:34:59,722] '/u/TheDormHermit' has given '/u/KingJodeg' lambda! +[2020-07-21 09:35:01,504] /u/KingJodeg had their flair updated +[2020-07-21 09:35:18,807] '/u/TheDormHermit' has given '/u/siddhant1991' lambda! +[2020-07-21 09:35:20,544] /u/siddhant1991 had their flair updated +[2020-07-21 09:35:44,080] '/u/TheDormHermit' has given '/u/somewhatrespectable' lambda! +[2020-07-21 09:35:45,752] /u/somewhatrespectable had their flair updated +[2020-07-21 09:36:27,155] '/u/TheDormHermit' has given '/u/Lukegreen3703' lambda! +[2020-07-21 09:36:28,699] /u/Lukegreen3703 had their flair updated +[2020-07-21 09:36:39,366] There has been a new submission: 'Short energetic vlog about jokes recited in my own energetic way (forgot to being mic to work)', with flair 'Video Critique' +[2020-07-21 09:36:39,781] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 09:36:39,784] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 09:36:39,891] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1cWQKp-bizg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 09:36:40,001] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 09:36:42,086] /u/siddhant1991 had their flair updated +[2020-07-21 09:37:17,500] There has been a new submission: 'This is my last episode of Star Wars kedi Fallen Order. Looking for your support.', with flair 'Channel Review' +[2020-07-21 09:37:18,628] /u/Fineset had their submission removed for insufficient lambda. +[2020-07-21 09:37:20,179] /u/Fineset had their flair updated +[2020-07-21 09:37:53,936] There has been a new submission: 'Okey people! I would like to get some help. What can I do to improve? I know that I'm late to the apex legends videos party and I'll never will have many people watch my videos, but I would like to improve myself.', with flair 'Gaming' +[2020-07-21 09:37:54,913] /u/zwalada had their submission removed for insufficient lambda. +[2020-07-21 09:37:56,094] /u/zwalada had their flair updated +[2020-07-21 09:48:26,443] There has been a new submission: 'If you like good music and Warzone, this is for you', with flair 'Gaming' +[2020-07-21 09:48:27,262] /u/MakeOutAhr had their submission removed for insufficient lambda. +[2020-07-21 09:48:28,250] /u/MakeOutAhr had their flair updated +[2020-07-21 09:49:29,376] '/u/TheDormHermit' has given '/u/pinappleonpizza123' lambda! +[2020-07-21 09:49:29,974] /u/pinappleonpizza123 had their flair updated +[2020-07-21 09:50:37,159] '/u/Mixa462gaming' has given '/u/Noobie77' lambda! +[2020-07-21 09:50:39,492] /u/Noobie77 had their flair updated +[2020-07-21 09:52:00,564] '/u/TheDormHermit' has given '/u/stlo0309' lambda! +[2020-07-21 09:52:02,639] /u/stlo0309 had their flair updated +[2020-07-21 09:53:53,171] '/u/Mixa462gaming' has given '/u/Brandonator247' lambda! +[2020-07-21 09:53:55,389] /u/Brandonator247 had their flair updated +[2020-07-21 09:55:10,427] /u/Brandonator247 had their flair updated +[2020-07-21 09:57:46,136] '/u/siddhant1991' has given '/u/tyler24366' lambda! +[2020-07-21 09:57:47,321] /u/tyler24366 had their flair updated +[2020-07-21 10:06:54,643] '/u/siddhant1991' has given '/u/Ridi9t' lambda! +[2020-07-21 10:06:56,031] /u/Ridi9t had their flair updated +[2020-07-21 10:18:17,894] There has been a new submission: 'Is it better to include myself in the thumbnail images?', with flair 'Discussion' +[2020-07-21 10:18:19,096] /u/NG91Films had their flair updated +[2020-07-21 10:18:38,100] There has been a new submission: 'Motivation For You‼', with flair 'Discussion' +[2020-07-21 10:18:39,302] /u/kop-Forrest had their flair updated +[2020-07-21 10:26:58,517] There has been a new submission: 'minecraft bedwars but with 2 chunks', with flair 'Video Critique' +[2020-07-21 10:26:59,680] /u/silenus47 had their submission removed for insufficient lambda. +[2020-07-21 10:27:01,051] /u/silenus47 had their flair updated +[2020-07-21 10:28:48,294] +#################### +[Jul 21 2020 10:28:48] RESTARTED +#################### + +[2020-07-21 10:46:40,127] There has been a new submission: 'I have put A LOT of love and effort into this video. If you are interested in funny commentary/gaming. Can you please give some feedback? Ofc will reward for good feedback', with flair 'Video Critique' +[2020-07-21 10:46:42,427] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 10:46:42,429] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 10:46:44,272] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zl62kDKlyIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 10:46:44,601] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOu5cvwu2-MK4OGyqKch1ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 10:46:46,734] /u/Ridi9t had their flair updated +[2020-07-21 10:47:03,379] There has been a new submission: 'Fraser Island Trip(drone footage of whales and baby dingoes) . Would love to hear your guys opinion on the video. Thankssss', with flair 'Video Critique' +[2020-07-21 10:47:04,525] /u/Masojnr had their submission removed for insufficient lambda. +[2020-07-21 10:47:05,548] /u/Masojnr had their flair updated +[2020-07-21 10:47:22,336] There has been a new submission: 'Can you check it out!!', with flair 'Gaming' +[2020-07-21 10:47:23,190] /u/VZNDECEIT had their submission removed for insufficient lambda. +[2020-07-21 10:47:24,132] /u/VZNDECEIT had their flair updated +[2020-07-21 10:47:43,457] '/u/semtimmy' has given '/u/Brandonator247' lambda! +[2020-07-21 10:47:45,547] /u/Brandonator247 had their flair updated +[2020-07-21 10:50:30,857] '/u/Ridi9t' has given '/u/kop-Forrest' lambda! +[2020-07-21 10:50:33,591] /u/kop-Forrest had their flair updated +[2020-07-21 10:51:07,331] There has been a new submission: 'Shahi murg masala', with flair 'Channel Review' +[2020-07-21 10:51:09,259] /u/ashiyamohammed had their submission removed for insufficient lambda. +[2020-07-21 10:51:11,491] /u/ashiyamohammed had their flair updated +[2020-07-21 10:51:29,587] There has been a new submission: 'If I make a commentary video with parts of a music video playing in the background is that ok in terms of copyright?', with flair 'Discussion' +[2020-07-21 10:51:31,999] /u/fentyaddict had their flair updated +[2020-07-21 10:51:50,874] There has been a new submission: 'Help a guy hit 10 subs', with flair 'Channel Review' +[2020-07-21 10:51:52,345] /u/HeyGuilty had their submission removed for insufficient lambda. +[2020-07-21 10:51:54,718] /u/HeyGuilty had their flair updated +[2020-07-21 11:06:20,920] '/u/siddhant1991' has given '/u/ArtistPerry' lambda! +[2020-07-21 11:06:22,961] /u/ArtistPerry had their flair updated +[2020-07-21 11:19:06,508] There has been a new submission: 'Preview question', with flair 'Discussion' +[2020-07-21 11:19:07,728] /u/StinkiestLemon had their flair updated +[2020-07-21 11:23:47,158] '/u/Ridi9t' has given '/u/StinkiestLemon' lambda! +[2020-07-21 11:23:49,629] /u/StinkiestLemon had their flair updated +[2020-07-21 11:36:23,652] '/u/CaptainGusMohawk' has given '/u/Brandonator247' lambda! +[2020-07-21 11:36:25,126] /u/Brandonator247 had their flair updated +[2020-07-21 11:37:13,172] '/u/CaptainGusMohawk' has given '/u/Narband' lambda! +[2020-07-21 11:37:14,448] /u/Narband had their flair updated +[2020-07-21 11:37:22,922] There has been a new submission: 'Spicy Chicken Masala | Easy Chicken Recipe | Quick Chicken Masala Click below for recipe video. English Subtitles Plz share your feedback', with flair 'Video Critique' +[2020-07-21 11:37:23,907] /u/gouris_passion had their submission removed for insufficient lambda. +[2020-07-21 11:37:25,460] /u/gouris_passion had their flair updated +[2020-07-21 11:45:29,925] '/u/Ridi9t' has given '/u/AnonWorks_' lambda! +[2020-07-21 11:45:31,553] /u/AnonWorks_ had their flair updated +[2020-07-21 11:52:41,925] '/u/Ridi9t' has given '/u/siddhant1991' lambda! +[2020-07-21 11:52:43,986] /u/siddhant1991 had their flair updated +[2020-07-21 11:55:55,169] '/u/Inspiron1501' has given '/u/Yo-Homeboy13' lambda! +[2020-07-21 11:55:56,686] /u/Yo-Homeboy13 had their flair updated +[2020-07-21 11:57:05,743] '/u/Inspiron1501' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-21 11:57:07,319] /u/BeatsandPiecesYT had their flair updated +[2020-07-21 12:00:12,014] '/u/Ridi9t' has given '/u/zwalada' lambda! +[2020-07-21 12:00:14,366] /u/zwalada had their flair updated +[2020-07-21 12:02:19,632] '/u/Glittering_Designer' has given '/u/siddhant1991' lambda! +[2020-07-21 12:02:21,712] /u/siddhant1991 had their flair updated +[2020-07-21 12:15:57,457] There has been a new submission: 'My First Day | MINECRAFT SURVIVAL #1', with flair 'Gaming' +[2020-07-21 12:15:58,790] /u/EonThief had their submission removed for insufficient lambda. +[2020-07-21 12:16:00,359] /u/EonThief had their flair updated +[2020-07-21 12:16:44,412] There has been a new submission: 'I trading views, likes and comments', with flair 'Channel Review' +[2020-07-21 12:16:45,844] /u/SainRainbowtwigs had their submission removed for insufficient lambda. +[2020-07-21 12:16:47,247] /u/SainRainbowtwigs had their flair updated +[2020-07-21 12:17:21,806] There has been a new submission: 'Looking for any and all criticism, it helps if you watch anime/have seen Hunter x Hunter!', with flair 'Video Critique' +[2020-07-21 12:17:22,021] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 12:17:22,022] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 12:17:22,111] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qb6-8Vop1so&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:17:22,221] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaFnmg8bfAQWhKU1h8-rn4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:17:24,030] /u/JxckSmith had their flair updated +[2020-07-21 12:23:58,524] There has been a new submission: 'I have put ALOT of work, effort, and love when editing this video, I even had a mental breakdown cause things weren't going my way. PLEASE could you check it out and give me feedback. Thanks', with flair 'Video Critique' +[2020-07-21 12:24:00,024] /u/SGREIG had their submission removed for insufficient lambda. +[2020-07-21 12:24:01,980] /u/SGREIG had their flair updated +[2020-07-21 12:28:40,516] +#################### +[Jul 21 2020 12:28:40] RESTARTED +#################### + +[2020-07-21 12:45:22,216] '/u/mrfatpepper' has given '/u/Narband' lambda! +[2020-07-21 12:45:23,413] /u/Narband had their flair updated +[2020-07-21 12:45:40,653] There has been a new submission: 'I made a commercial for my channel on google adwords! Let me know what you think!!', with flair 'Video Critique' +[2020-07-21 12:45:42,329] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 12:45:42,454] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 12:45:44,055] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=udjmXchSoVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:45:44,547] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:45:46,677] /u/CaptainGusMohawk had their flair updated +[2020-07-21 12:46:03,994] There has been a new submission: 'I tried to make a meme edit from 4 different video games let me know what you think :)', with flair 'Gaming' +[2020-07-21 12:46:05,017] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 12:46:05,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 12:46:06,081] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EieKKXS6SHo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:46:06,412] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmBPkm5v4J27h5RRBhh-qfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 12:46:08,422] /u/MakeItR3al had their flair updated +[2020-07-21 12:46:25,395] There has been a new submission: 'A put a lot of effort in this Analysis of League of Legends. I talk about how Riots push for no toxicity just makes the game more toxic in the long run. Its my first video SO I WOULD LOVE SOME SUPPORT.', with flair 'Video Critique' +[2020-07-21 12:46:26,382] /u/Bluaris had their submission removed for insufficient lambda. +[2020-07-21 12:46:27,573] /u/Bluaris had their flair updated +[2020-07-21 12:48:04,541] There has been a new submission: 'Casino HOCH NEHMEN! GTA 5 Online', with flair 'Gaming' +[2020-07-21 12:48:05,561] /u/Polak-LP-YT had their submission removed for insufficient lambda. +[2020-07-21 12:48:06,422] /u/Polak-LP-YT had their flair updated +[2020-07-21 12:48:27,309] '/u/Ridi9t' has given '/u/Ali_Bama' lambda! +[2020-07-21 12:48:29,398] /u/Ali_Bama had their flair updated +[2020-07-21 12:52:54,328] There has been a new submission: 'How to get chikara shards fast anime fighting simulator', with flair 'Gaming' +[2020-07-21 12:52:56,009] /u/Train_No had their submission removed for insufficient lambda. +[2020-07-21 12:52:58,147] /u/Train_No had their flair updated +[2020-07-21 12:56:42,998] '/u/Ridi9t' has given '/u/Xbrownboiix' lambda! +[2020-07-21 12:56:45,004] /u/Xbrownboiix had their flair updated +[2020-07-21 12:59:26,503] '/u/BrumLondon' has given '/u/Masojnr' lambda! +[2020-07-21 12:59:27,732] /u/Masojnr had their flair updated +[2020-07-21 13:00:14,180] '/u/BrumLondon' has given '/u/Narband' lambda! +[2020-07-21 13:00:16,509] /u/Narband had their flair updated +[2020-07-21 13:02:35,573] There has been a new submission: 'It Goes and Goes (Original Music Video)', with flair 'Video Critique' +[2020-07-21 13:02:37,283] /u/ChozoBeast had their submission removed for insufficient lambda. +[2020-07-21 13:02:39,373] /u/ChozoBeast had their flair updated +[2020-07-21 13:09:53,403] There has been a new submission: 'I've taken a lot of feedback on my previous videos and applied it to this one on Risk of Rain 2. It's shorter, more densely packed with jokes, and more focused I think! Lmk what you think!', with flair 'Video Critique' +[2020-07-21 13:09:56,065] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 13:09:56,066] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 13:09:57,377] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7vRhS76gaEU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 13:09:57,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAdaxjqGW4tdBWdW75VWRAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 13:09:59,473] /u/blacksmyth34 had their flair updated +[2020-07-21 13:12:46,932] There has been a new submission: 'I did my first pokemon tcg unboxing and I think I did pretty well. Let me know what you think and ways you would've done it differently.', with flair 'Video Critique' +[2020-07-21 13:12:48,568] /u/KoenigCrew had their submission removed for insufficient lambda. +[2020-07-21 13:12:50,658] /u/KoenigCrew had their flair updated +[2020-07-21 13:16:50,880] There has been a new submission: 'So I just released this video yesterday and it's getting alot of great feedback. I guess people love seeing someone get the crap scared out of them lol.', with flair 'Gaming' +[2020-07-21 13:16:52,077] /u/SlumberousVirus had their submission removed for insufficient lambda. +[2020-07-21 13:16:53,473] /u/SlumberousVirus had their flair updated +[2020-07-21 13:19:04,699] '/u/Ridi9t' has given '/u/BeyrouthLego' lambda! +[2020-07-21 13:19:05,569] /u/BeyrouthLego had their flair updated +[2020-07-21 13:19:39,796] '/u/Ridi9t' has given '/u/kheejintv' lambda! +[2020-07-21 13:19:40,456] /u/kheejintv had their flair updated +[2020-07-21 13:21:47,242] '/u/Ridi9t' has given '/u/SlumberousVirus' lambda! +[2020-07-21 13:21:49,941] /u/SlumberousVirus had their flair updated +[2020-07-21 13:23:53,868] There has been a new submission: 'STRANDED ZOMBIE ISLAND', with flair 'Gaming' +[2020-07-21 13:23:55,386] /u/mrchaseter had their submission removed for insufficient lambda. +[2020-07-21 13:23:57,235] /u/mrchaseter had their flair updated +[2020-07-21 13:25:48,320] '/u/JessieH_24' has given '/u/IWI-Team' lambda! +[2020-07-21 13:25:50,777] /u/IWI-Team had their flair updated +[2020-07-21 13:26:28,263] '/u/siddhant1991' has given '/u/BeyrouthLego' lambda! +[2020-07-21 13:26:30,435] /u/BeyrouthLego had their flair updated +[2020-07-21 13:32:11,854] There has been a new submission: 'How to grow my cooking Youtube channel?', with flair 'Video Critique' +[2020-07-21 13:32:13,306] /u/akriti91 had their submission removed for insufficient lambda. +[2020-07-21 13:32:15,381] /u/akriti91 had their flair updated +[2020-07-21 13:36:06,897] There has been a new submission: 'POLITICAL FORTNITE', with flair 'Gaming' +[2020-07-21 13:36:07,276] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 13:36:07,278] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 13:36:07,368] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UVyGTwdxYlU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 13:36:07,484] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3KHLCqC1WbcSLp48E2HuGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 13:36:09,912] /u/HookedOnAFeeling360 had their flair updated +[2020-07-21 13:38:50,494] '/u/TheLuiginator' has given '/u/Brandonator247' lambda! +[2020-07-21 13:38:52,178] /u/Brandonator247 had their flair updated +[2020-07-21 13:43:48,565] '/u/Illfury' has given '/u/SlumberousVirus' lambda! +[2020-07-21 13:43:50,354] /u/SlumberousVirus had their flair updated +[2020-07-21 13:45:39,050] There has been a new submission: 'Check out how google is faster than other Search Engines. Please review it!', with flair 'Video Critique' +[2020-07-21 13:45:40,444] /u/gh_chandran had their submission removed for insufficient lambda. +[2020-07-21 13:45:42,028] /u/gh_chandran had their flair updated +[2020-07-21 13:47:53,302] There has been a new submission: 'My Latest Lets play video', with flair 'Gaming' +[2020-07-21 13:47:54,248] /u/Celtic_Spike had their submission removed for insufficient lambda. +[2020-07-21 13:47:55,387] /u/Celtic_Spike had their flair updated +[2020-07-21 13:50:10,975] There has been a new submission: 'Hey guys, I just started a gaming channel and will be playing games in my own niche (the trailer says it all). I made the trailer from scratch. So, any feedback is appreciated.', with flair 'Video Critique' +[2020-07-21 13:50:13,595] /u/beardedpuppy23 had their submission removed for insufficient lambda. +[2020-07-21 13:50:15,927] /u/beardedpuppy23 had their flair updated +[2020-07-21 14:00:43,705] There has been a new submission: 'I started a vlog in 2020 and have been getting very positive feedback on it, what do you guys think?', with flair 'Vlog' +[2020-07-21 14:00:45,757] /u/PandaTimeShow had their submission removed for insufficient lambda. +[2020-07-21 14:00:48,096] /u/PandaTimeShow had their flair updated +[2020-07-21 14:01:01,281] '/u/Ridi9t' has given '/u/cunfusedalfred' lambda! +[2020-07-21 14:01:03,535] /u/cunfusedalfred had their flair updated +[2020-07-21 14:01:14,967] There has been a new submission: 'Mortal Kombat 11 - THE GAUNTLET; MR. HOLLYWOOD; Stage 4 - Scorpion VS Johnny Cages', with flair 'Gaming' +[2020-07-21 14:01:15,385] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 14:01:15,387] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 14:01:15,772] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b_flufo0Xwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:01:15,982] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:01:18,982] /u/the_real_d247 had their flair updated +[2020-07-21 14:11:12,388] '/u/Ridi9t' has given '/u/PandaTimeShow' lambda! +[2020-07-21 14:11:14,640] /u/PandaTimeShow had their flair updated +[2020-07-21 14:15:49,031] There has been a new submission: 'Check Out my new Simple mehndi design for Eid| Eid Mehndi designs | Mehandi designs video hope you all gonna like it thanks 😊', with flair 'Art' +[2020-07-21 14:15:50,411] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-21 14:15:51,978] /u/Iqra-Entertainment had their flair updated +[2020-07-21 14:22:15,640] There has been a new submission: 'A Battlefield 5 funny moments video. Would mean so much if you could give some feedback. Will give lambda', with flair 'Video Critique' +[2020-07-21 14:22:16,051] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 14:22:16,052] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 14:22:16,471] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pmxbS3dPyxo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:22:16,655] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHFWi2GE4gdJ6LPDja1aYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:22:19,251] /u/Lukegreen3703 had their flair updated +[2020-07-21 14:25:10,129] There has been a new submission: '.', with flair 'Gaming' +[2020-07-21 14:25:11,355] /u/mrbubz1 had their submission removed for insufficient lambda. +[2020-07-21 14:25:12,985] /u/mrbubz1 had their flair updated +[2020-07-21 14:28:48,756] +#################### +[Jul 21 2020 14:28:48] RESTARTED +#################### + +[2020-07-21 14:51:09,939] '/u/JxckSmith' has given '/u/actionfigurestory' lambda! +[2020-07-21 14:51:12,605] /u/actionfigurestory had their flair updated +[2020-07-21 14:51:43,959] '/u/blacksmyth34' has given '/u/actionfigurestory' lambda! +[2020-07-21 14:51:46,868] /u/actionfigurestory had their flair updated +[2020-07-21 14:52:19,463] '/u/siddhant1991' has given '/u/PandaTimeShow' lambda! +[2020-07-21 14:52:21,714] /u/PandaTimeShow had their flair updated +[2020-07-21 14:52:55,091] '/u/Yo-Homeboy13' has given '/u/Narband' lambda! +[2020-07-21 14:52:57,339] /u/Narband had their flair updated +[2020-07-21 14:53:13,666] '/u/Lukegreen3703' has given '/u/meltedsundae' lambda! +[2020-07-21 14:53:16,242] /u/meltedsundae had their flair updated +[2020-07-21 14:53:35,880] '/u/Yo-Homeboy13' has given '/u/siddhant1991' lambda! +[2020-07-21 14:53:38,425] /u/siddhant1991 had their flair updated +[2020-07-21 14:53:59,700] '/u/Lukegreen3703' has given '/u/PandaTimeShow' lambda! +[2020-07-21 14:54:02,278] /u/PandaTimeShow had their flair updated +[2020-07-21 14:54:22,568] '/u/Yo-Homeboy13' has given '/u/EpicSmashFan' lambda! +[2020-07-21 14:54:24,749] /u/EpicSmashFan had their flair updated +[2020-07-21 14:55:22,919] There has been a new submission: 'I started a vlog and am getting really good positive feedback. was wondering what you guys think?', with flair 'Vlog' +[2020-07-21 14:55:26,280] /u/PandaTimeShow had their flair updated +[2020-07-21 14:55:43,415] There has been a new submission: 'Trick shots At home', with flair 'Video Critique' +[2020-07-21 14:55:44,973] /u/bobtebildrhecantfxit had their submission removed for insufficient lambda. +[2020-07-21 14:55:46,371] /u/bobtebildrhecantfxit had their flair updated +[2020-07-21 14:56:04,032] There has been a new submission: 'Why Sub 4 Sub Kills Your Chances For Growth! This is my best performing video in the shortest amount of time. I am trying to figure out why. Any ideas?', with flair 'Video Critique' +[2020-07-21 14:56:05,098] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 14:56:05,139] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 14:56:06,943] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5EyGnrY2zSg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:56:07,355] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:56:09,650] /u/MafiasFinestTV had their flair updated +[2020-07-21 14:56:26,375] There has been a new submission: 'Some Jokes....Hope To See you like it !', with flair 'Video Critique' +[2020-07-21 14:56:27,443] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 14:56:27,481] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 14:56:28,469] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pfoh0DbdiV0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:56:28,840] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 14:56:31,220] /u/siddhant1991 had their flair updated +[2020-07-21 15:01:23,413] There has been a new submission: 'Recently started my cooking channel so I'm looking for feedback!', with flair 'Channel Review' +[2020-07-21 15:01:25,053] /u/cooknookgirl had their submission removed for insufficient lambda. +[2020-07-21 15:01:27,477] /u/cooknookgirl had their flair updated +[2020-07-21 15:07:02,742] '/u/siddhant1991' has given '/u/ShikharTrivedi' lambda! +[2020-07-21 15:07:04,542] /u/ShikharTrivedi had their flair updated +[2020-07-21 15:11:01,249] There has been a new submission: 'Anyone looking for a Video Editor?', with flair 'Collab' +[2020-07-21 15:11:04,154] /u/itsbxiilly had their flair updated +[2020-07-21 15:15:39,877] '/u/blacksmyth34' has given '/u/IWI-Team' lambda! +[2020-07-21 15:15:42,535] /u/IWI-Team had their flair updated +[2020-07-21 15:18:42,807] There has been a new submission: 'Dog Parodies of Songs/Videos', with flair 'Channel Review' +[2020-07-21 15:18:43,627] /u/PupNCat had their submission removed for insufficient lambda. +[2020-07-21 15:18:44,414] /u/PupNCat had their flair updated +[2020-07-21 15:19:10,179] There has been a new submission: '60 Minutes Spa Music Relaxation, Relaxing Music, Music for Spa, Music for Stress Relief, Spa Music', with flair 'Channel Review' +[2020-07-21 15:19:10,958] /u/zahir_rocks had their submission removed for insufficient lambda. +[2020-07-21 15:19:11,673] /u/zahir_rocks had their flair updated +[2020-07-21 15:21:14,091] There has been a new submission: 'Best Youtube Memes', with flair 'Video Critique' +[2020-07-21 15:21:15,959] /u/swissfood had their submission removed for insufficient lambda. +[2020-07-21 15:21:18,152] /u/swissfood had their flair updated +[2020-07-21 15:23:43,434] '/u/Ridi9t' has given '/u/ElectionJunkie' lambda! +[2020-07-21 15:23:45,901] /u/ElectionJunkie had their flair updated +[2020-07-21 15:24:07,270] There has been a new submission: 'Discovering hidden gems in Raja Ampat.', with flair 'Vlog' +[2020-07-21 15:24:08,739] /u/VernonDeck had their submission removed for insufficient lambda. +[2020-07-21 15:24:10,748] /u/VernonDeck had their flair updated +[2020-07-21 15:26:15,791] '/u/MrCarsone' has given '/u/Narband' lambda! +[2020-07-21 15:26:18,416] /u/Narband had their flair updated +[2020-07-21 15:29:18,631] There has been a new submission: 'We could grow ttogether', with flair 'Gaming' +[2020-07-21 15:29:20,189] /u/Johnnythegamer had their submission removed for insufficient lambda. +[2020-07-21 15:29:20,884] /u/Johnnythegamer had their flair updated +[2020-07-21 15:32:53,006] '/u/Ridi9t' has given '/u/WitchMira' lambda! +[2020-07-21 15:32:55,148] /u/WitchMira had their flair updated +[2020-07-21 15:40:03,335] There has been a new submission: 'Toxic Lobbies in Modern Warfare, I've been trying to up my editing keep the pace of video up', with flair 'Video Critique' +[2020-07-21 15:40:04,436] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 15:40:04,475] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 15:40:05,543] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y5ZOvUZJ4AM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:40:05,993] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUxYBAYL4t1dXg18dj5_DQA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:40:10,070] /u/meltedsundae had their flair updated +[2020-07-21 15:42:42,256] There has been a new submission: 'Hello! I’ve got a Magic The Gathering channel. In my video below i’ve ranked the top 10 all time most expensive sets. Lambda given for feedback :)', with flair 'Video Critique' +[2020-07-21 15:42:43,202] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 15:42:43,240] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 15:42:44,021] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=csrrHYArRoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:42:44,387] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwf99FHJSA9NvAZ4xZNY-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:42:47,378] /u/LewisJones91 had their flair updated +[2020-07-21 15:47:27,617] There has been a new submission: 'I make ASMR videos for 💤💤 this was my first video!', with flair 'None' +[2020-07-21 15:47:28,647] /u/zephyrwhispersasmr had their submission removed for insufficient lambda. +[2020-07-21 15:47:29,816] /u/zephyrwhispersasmr had their flair updated +[2020-07-21 15:48:26,409] There has been a new submission: 'A Mashup of Some Of My Favourite Films I Binged In Lock-down', with flair 'Art' +[2020-07-21 15:48:27,486] /u/OHJAYRAGE had their submission removed for insufficient lambda. +[2020-07-21 15:48:28,366] /u/OHJAYRAGE had their flair updated +[2020-07-21 15:48:41,389] There has been a new submission: 'MTV Next "comedy" vid. Funny or cringe? Need some feedback, thank you!', with flair 'Video Critique' +[2020-07-21 15:48:42,371] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 15:48:42,449] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 15:48:43,519] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OrM3DNtmZ-Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:48:43,970] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqagz5tGEbb2AoJh_WN7JeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 15:48:46,102] /u/HumbelGeniusYT had their flair updated +[2020-07-21 15:51:11,225] There has been a new submission: 'What is the algorithm', with flair 'Discussion' +[2020-07-21 15:51:14,139] /u/Ap_Gamer20 had their flair updated +[2020-07-21 16:02:24,353] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 4 - Lady Masako', with flair 'Gaming' +[2020-07-21 16:02:25,791] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-21 16:02:27,872] /u/CecliusPlaysHD had their flair updated +[2020-07-21 16:08:32,269] There has been a new submission: 'In March of 2009, a small little bat became the unlikely passenger of the Spacs Shuttle Discovery. Tell me how I did with the subject!', with flair 'Video Critique' +[2020-07-21 16:08:33,037] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 16:08:33,038] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 16:08:33,898] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lw1Z2BpqxSw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 16:08:34,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-8-ONl5MIhpPlUKZ_msbMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 16:08:36,001] /u/Yaniprov had their flair updated +[2020-07-21 16:14:01,208] There has been a new submission: 'Game Over - ImAllexx', with flair 'Video Critique' +[2020-07-21 16:14:02,519] /u/yourmum-is-gay- had their submission removed for insufficient lambda. +[2020-07-21 16:14:04,374] /u/yourmum-is-gay- had their flair updated +[2020-07-21 16:16:16,399] There has been a new submission: 'Hey everyone, i started youtubing about a week ago and wanted some feedback on my newest video. it is a compilation of interesting clips i think you might enjoy but if you could give me feedback that would be really helpful as i am new and learning ~~ <3', with flair 'Video Critique' +[2020-07-21 16:16:17,684] /u/Butt___cuddles had their submission removed for insufficient lambda. +[2020-07-21 16:16:19,158] /u/Butt___cuddles had their flair updated +[2020-07-21 16:27:22,147] There has been a new submission: 'I’ve been making videos for three months now and wanted some feedback on what videos I should make more often and how I can improve my videos for people watching. Any feedback or support would be appreciated because I love making videos and would love some help on how to get better.', with flair 'Channel Review' +[2020-07-21 16:27:23,197] /u/BBarker7 had their submission removed for insufficient lambda. +[2020-07-21 16:27:24,427] /u/BBarker7 had their flair updated +[2020-07-21 16:28:49,054] +#################### +[Jul 21 2020 16:28:49] RESTARTED +#################### + +[2020-07-21 16:34:23,666] /u/Lukegreen3703 had their flair updated +[2020-07-21 16:51:23,694] There has been a new submission: '3 minute video this time. You all came at me with great suggestions, and I reduced the video length. Any criticism appreciated!', with flair 'Video Critique' +[2020-07-21 16:51:25,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 16:51:25,299] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 16:51:26,696] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oQsbFi1LrK4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 16:51:27,229] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwiZw0I44mR9azyxSYDoUnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 16:51:30,593] /u/wifiluke_ had their flair updated +[2020-07-21 16:51:48,341] There has been a new submission: 'I know this video is really short but I want to know what you guys think?', with flair 'Video Critique' +[2020-07-21 16:51:49,939] /u/Megu__11 had their submission removed for insufficient lambda. +[2020-07-21 16:51:52,069] /u/Megu__11 had their flair updated +[2020-07-21 16:52:44,206] '/u/Yaniprov' has given '/u/ShikharTrivedi' lambda! +[2020-07-21 16:52:46,754] /u/ShikharTrivedi had their flair updated +[2020-07-21 16:53:47,124] '/u/Yaniprov' has given '/u/OHJAYRAGE' lambda! +[2020-07-21 16:53:49,291] /u/OHJAYRAGE had their flair updated +[2020-07-21 16:54:52,491] /u/SmallYTChannelBot had their flair updated +[2020-07-21 16:55:40,138] '/u/Lukegreen3703' has given '/u/ESK8Store' lambda! +[2020-07-21 16:55:42,475] /u/ESK8Store had their flair updated +[2020-07-21 16:56:58,154] '/u/Ridi9t' has given '/u/Barron2110' lambda! +[2020-07-21 16:56:59,632] /u/Barron2110 had their flair updated +[2020-07-21 16:57:18,873] '/u/HumbelGeniusYT' has given '/u/OHJAYRAGE' lambda! +[2020-07-21 16:57:21,207] /u/OHJAYRAGE had their flair updated +[2020-07-21 16:57:39,348] '/u/wifiluke_' has given '/u/Clydian_Fayre' lambda! +[2020-07-21 16:57:41,603] /u/Clydian_Fayre had their flair updated +[2020-07-21 16:58:42,231] '/u/wifiluke_' has given '/u/flippifly' lambda! +[2020-07-21 16:58:44,567] /u/flippifly had their flair updated +[2020-07-21 16:59:18,842] /u/OHJAYRAGE had their flair updated +[2020-07-21 17:00:05,486] '/u/wifiluke_' has given '/u/ShikharTrivedi' lambda! +[2020-07-21 17:00:07,826] /u/ShikharTrivedi had their flair updated +[2020-07-21 17:01:13,226] '/u/HumbelGeniusYT' has given '/u/zwalada' lambda! +[2020-07-21 17:01:16,144] /u/zwalada had their flair updated +[2020-07-21 17:02:01,867] There has been a new submission: 'I made a video about being a Computer Science major!', with flair 'Video Critique' +[2020-07-21 17:02:03,419] /u/tiffanyreddit had their submission removed for insufficient lambda. +[2020-07-21 17:02:05,552] /u/tiffanyreddit had their flair updated +[2020-07-21 17:02:24,858] There has been a new submission: 'Hey, check it out a cover of the song 'I Don' t Want to Change You' and tell me if you liked. 😉', with flair 'Channel Review' +[2020-07-21 17:02:26,297] /u/juurata had their submission removed for insufficient lambda. +[2020-07-21 17:02:28,301] /u/juurata had their flair updated +[2020-07-21 17:02:47,504] There has been a new submission: 'YouTube', with flair 'Channel Review' +[2020-07-21 17:02:48,851] /u/aashishdobhal had their submission removed for insufficient lambda. +[2020-07-21 17:02:50,860] /u/aashishdobhal had their flair updated +[2020-07-21 17:03:09,661] There has been a new submission: 'Star-Lord I One Marvelous Character: I made a character analysis on Star Lord and any form of feedback would be appreciated. I want to improve and better my content regarding film essays and analysis. Will give !lambda for feedback :)', with flair 'Video Critique' +[2020-07-21 17:03:10,928] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:03:10,931] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:03:12,525] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8rX6bh6zyu4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:03:12,857] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1UbX6IQrZfL42v1YqN_qsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:03:16,039] /u/DoktorSkipper had their flair updated +[2020-07-21 17:03:33,255] There has been a new submission: 'Deusphonic - Transcendence', with flair 'Video Critique' +[2020-07-21 17:03:34,813] /u/528expert528 had their submission removed for insufficient lambda. +[2020-07-21 17:03:37,396] /u/528expert528 had their flair updated +[2020-07-21 17:03:55,389] There has been a new submission: 'Who Is Niko Bellic? | GTA IV Character History', with flair 'Video Critique' +[2020-07-21 17:03:56,779] /u/ShantrelleJW had their submission removed for insufficient lambda. +[2020-07-21 17:03:58,535] /u/ShantrelleJW had their flair updated +[2020-07-21 17:05:30,208] '/u/Lukegreen3703' has given '/u/ShikharTrivedi' lambda! +[2020-07-21 17:05:32,836] /u/ShikharTrivedi had their flair updated +[2020-07-21 17:07:35,422] There has been a new submission: 'My first youtube video! A visual guide to the album Funeral by Arcade Fire. I welcome honest feedback, thanks!', with flair 'Video Critique' +[2020-07-21 17:07:36,528] /u/lifeormusic had their submission removed for insufficient lambda. +[2020-07-21 17:07:37,475] /u/lifeormusic had their flair updated +[2020-07-21 17:08:19,711] There has been a new submission: 'Justin Bieber transformation1994-2020', with flair 'Channel Review' +[2020-07-21 17:08:20,490] /u/Alanmonu11211211 had their submission removed for insufficient lambda. +[2020-07-21 17:08:21,309] /u/Alanmonu11211211 had their flair updated +[2020-07-21 17:08:42,294] There has been a new submission: 'New Video - Now added Banners, a profile Picture and a channel trailer to my Channel! Tell me what you guys think about it :)', with flair 'Channel Review' +[2020-07-21 17:08:44,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:08:44,755] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:08:45,863] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FzLOZF7u8dg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:08:46,274] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRc3s2O-nDNdxTy9UuUr1EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:08:47,948] /u/flippifly had their flair updated +[2020-07-21 17:14:32,992] '/u/DoktorSkipper' has given '/u/OHJAYRAGE' lambda! +[2020-07-21 17:14:35,819] /u/OHJAYRAGE had their flair updated +[2020-07-21 17:14:54,746] There has been a new submission: 'Does anyone one do vlogs/pranks?', with flair 'Vlog' +[2020-07-21 17:14:56,056] /u/PTSDARKMEMES had their submission removed for insufficient lambda. +[2020-07-21 17:14:57,740] /u/PTSDARKMEMES had their flair updated +[2020-07-21 17:15:09,983] '/u/siddhant1991' has given '/u/jbiddy360' lambda! +[2020-07-21 17:15:11,648] /u/jbiddy360 had their flair updated +[2020-07-21 17:19:55,693] '/u/JessieH_24' has given '/u/SlumberousVirus' lambda! +[2020-07-21 17:19:57,914] /u/SlumberousVirus had their flair updated +[2020-07-21 17:21:10,948] '/u/Yaniprov' has given '/u/jbiddy360' lambda! +[2020-07-21 17:21:13,222] /u/jbiddy360 had their flair updated +[2020-07-21 17:22:45,142] There has been a new submission: 'How the White House Creates Trump's Agenda | I would love some feedback on my latest comedy sketch!', with flair 'Video Critique' +[2020-07-21 17:22:45,876] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:22:45,955] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:22:46,858] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_b66pqHIPB8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:22:47,232] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIdgi_GiCVMOK6x2tXC6k0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:22:50,173] /u/jbiddy360 had their flair updated +[2020-07-21 17:23:29,464] There has been a new submission: 'Looking for some constructive criticism on our latest video! Specifically on the flow and how engaged you remain as viewer through out! Thanks in advance all', with flair 'Video Critique' +[2020-07-21 17:23:30,779] /u/Undercovercop929 had their submission removed for insufficient lambda. +[2020-07-21 17:23:33,357] /u/Undercovercop929 had their flair updated +[2020-07-21 17:25:08,282] There has been a new submission: 'A Mash-up of Some of My Favourite Scenes in Film', with flair 'Art' +[2020-07-21 17:25:08,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:25:08,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:25:08,716] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jT5LdAS8ykw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:25:08,861] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbhaaD6Wgg3nCfO0h_2hE1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:25:10,876] /u/OHJAYRAGE had their flair updated +[2020-07-21 17:25:19,717] There has been a new submission: 'CIRCUS & JUGGLING VID - Lambada for best feedback on my video & thumbnail [07:22]', with flair 'Video Critique' +[2020-07-21 17:25:20,086] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:25:20,088] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:25:20,527] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wpvzXyqWnEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:25:20,936] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC52WvO-P8xPSoYwQPfXBqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:25:23,677] /u/mikecorrcircus had their flair updated +[2020-07-21 17:28:30,832] /u/LewisJones91 had their flair updated +[2020-07-21 17:28:53,165] '/u/wifiluke_' has given '/u/Nadia_Robot' lambda! +[2020-07-21 17:28:55,215] /u/Nadia_Robot had their flair updated +[2020-07-21 17:30:04,783] '/u/LewisJones91' has given '/u/kahnindustries' lambda! +[2020-07-21 17:30:07,813] /u/kahnindustries had their flair updated +[2020-07-21 17:30:28,974] '/u/KingJodeg' has given '/u/IWI-Team' lambda! +[2020-07-21 17:30:31,799] /u/IWI-Team had their flair updated +[2020-07-21 17:31:23,085] '/u/HumbelGeniusYT' has given '/u/qwopmaster900' lambda! +[2020-07-21 17:31:25,628] /u/qwopmaster900 had their flair updated +[2020-07-21 17:31:47,436] '/u/KingJodeg' has given '/u/siddhant1991' lambda! +[2020-07-21 17:31:50,230] /u/siddhant1991 had their flair updated +[2020-07-21 17:32:24,600] '/u/LewisJones91' has given '/u/OHJAYRAGE' lambda! +[2020-07-21 17:32:27,593] /u/OHJAYRAGE had their flair updated +[2020-07-21 17:33:03,876] '/u/LewisJones91' has given '/u/Nadia_Robot' lambda! +[2020-07-21 17:33:06,370] /u/Nadia_Robot had their flair updated +[2020-07-21 17:34:19,087] '/u/LewisJones91' has given '/u/flippifly' lambda! +[2020-07-21 17:34:21,625] /u/flippifly had their flair updated +[2020-07-21 17:34:42,120] '/u/KingJodeg' has given '/u/ESK8Store' lambda! +[2020-07-21 17:34:44,742] /u/ESK8Store had their flair updated +[2020-07-21 17:35:30,947] There has been a new submission: 'My thumbnail', with flair 'Thumbnail Review' +[2020-07-21 17:35:32,139] /u/thebullmoosesociety had their submission removed for insufficient lambda. +[2020-07-21 17:35:33,577] /u/thebullmoosesociety had their flair updated +[2020-07-21 17:36:24,478] '/u/KingJodeg' has given '/u/AnimuseVids' lambda! +[2020-07-21 17:36:27,059] /u/AnimuseVids had their flair updated +[2020-07-21 17:36:55,873] '/u/meltedsundae' has given '/u/zwalada' lambda! +[2020-07-21 17:36:57,638] /u/zwalada had their flair updated +[2020-07-21 17:37:20,124] '/u/KingJodeg' has given '/u/Lukegreen3703' lambda! +[2020-07-21 17:37:21,888] /u/Lukegreen3703 had their flair updated +[2020-07-21 17:37:45,089] '/u/KingJodeg' has given '/u/CaptainGusMohawk' lambda! +[2020-07-21 17:37:46,771] /u/CaptainGusMohawk had their flair updated +[2020-07-21 17:41:58,518] There has been a new submission: 'Get It Together // Drake feat. Jorja Smith (Cover)', with flair 'Art' +[2020-07-21 17:42:00,204] /u/gurbamusic had their submission removed for insufficient lambda. +[2020-07-21 17:42:02,419] /u/gurbamusic had their flair updated +[2020-07-21 17:45:45,488] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-21 17:46:03,413] There has been a new submission: 'This is an original composition I wrote and would love feedback on the music and the thumbnail. There aren’t really any visuals in the video because I want people to focus on the music so don’t worry about that. I’ll give lambda for any legit feedback', with flair 'Video Critique' +[2020-07-21 17:46:05,093] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 17:46:05,212] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 17:46:06,564] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hK2w05_b4nM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:46:07,100] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFAxr0Czrzzxh6tUNNbuAZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 17:46:12,356] Retrying due to 503 status: POST https://oauth.reddit.com/r/SmallYTChannel/api/flair/ +[2020-07-21 17:46:16,820] /u/AnimuseVids had their flair updated +[2020-07-21 17:46:50,322] There has been a new submission: 'Put your content on different platforms.', with flair 'Discussion' +[2020-07-21 17:46:53,275] /u/KevinClaus had their flair updated +[2020-07-21 17:48:09,096] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-21 17:53:45,030] '/u/JxckSmith' has given '/u/jbiddy360' lambda! +[2020-07-21 17:53:47,862] /u/jbiddy360 had their flair updated +[2020-07-21 17:58:58,845] /u/Ridi9t had their flair updated +[2020-07-21 18:01:55,436] There has been a new submission: 'Check out this CINEMATIC video of Amazing locations', with flair 'Video Critique' +[2020-07-21 18:01:56,906] /u/ArtistPerry had their submission removed for insufficient lambda. +[2020-07-21 18:01:59,205] /u/ArtistPerry had their flair updated +[2020-07-21 18:05:13,650] There has been a new submission: 'FUN CALIFORNIA BASEBALL DAY', with flair 'Vlog' +[2020-07-21 18:05:15,318] /u/MadMax106 had their submission removed for insufficient lambda. +[2020-07-21 18:05:16,995] /u/MadMax106 had their flair updated +[2020-07-21 18:05:53,145] There has been a new submission: 'Crazy YouTube skits !!', with flair 'Video Critique' +[2020-07-21 18:05:54,919] /u/itgi23 had their submission removed for insufficient lambda. +[2020-07-21 18:05:56,492] /u/itgi23 had their flair updated +[2020-07-21 18:08:54,198] /u/Yaniprov had their flair updated +[2020-07-21 18:08:55,843] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-21 18:09:19,311] '/u/Yaniprov' has given '/u/ECXL' lambda! +[2020-07-21 18:09:21,607] /u/ECXL had their flair updated +[2020-07-21 18:12:09,144] '/u/Brandonator247' has given '/u/medfred3' lambda! +[2020-07-21 18:12:11,680] /u/medfred3 had their flair updated +[2020-07-21 18:12:29,466] There has been a new submission: 'If you like gaming and call of duty. I made a 5 minute video with insane clutches and some funny moments! Thank you :)', with flair 'Gaming' +[2020-07-21 18:12:30,942] /u/IfLucki had their submission removed for insufficient lambda. +[2020-07-21 18:12:33,019] /u/IfLucki had their flair updated +[2020-07-21 18:17:15,168] '/u/Lukegreen3703' has given '/u/HumperTrooper15' lambda! +[2020-07-21 18:17:16,411] /u/HumperTrooper15 had their flair updated +[2020-07-21 18:18:02,512] '/u/Lukegreen3703' has given '/u/ElectionJunkie' lambda! +[2020-07-21 18:18:03,695] /u/ElectionJunkie had their flair updated +[2020-07-21 18:20:04,389] There has been a new submission: 'Okey, what can I do to improve? I know I'm pretty late to the apex party but sometimes I feel like I'm doing something wrong.', with flair 'Gaming' +[2020-07-21 18:20:04,815] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 18:20:04,840] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 18:20:05,212] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RBYA5txvEVs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 18:20:05,447] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuTsp8N98Fnf-kDdgb-dBFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 18:20:08,389] /u/zwalada had their flair updated +[2020-07-21 18:23:46,742] There has been a new submission: 'Yt name: ApexBeVibin', with flair 'Gaming' +[2020-07-21 18:23:48,173] /u/ApexBeVibin had their submission removed for insufficient lambda. +[2020-07-21 18:23:50,188] /u/ApexBeVibin had their flair updated +[2020-07-21 18:28:10,059] There has been a new submission: 'Looking for some feedback on my first video!', with flair 'Video Critique' +[2020-07-21 18:28:11,455] /u/TrashmanTalks had their submission removed for insufficient lambda. +[2020-07-21 18:28:12,645] /u/TrashmanTalks had their flair updated +[2020-07-21 18:29:14,373] +#################### +[Jul 21 2020 18:29:14] RESTARTED +#################### + +[2020-07-21 18:58:50,043] There has been a new submission: 'BMW X6 M - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-21 18:58:51,070] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-21 18:58:51,763] /u/YSforce had their flair updated +[2020-07-21 18:59:26,486] /u/Noobie77 had their flair updated +[2020-07-21 18:59:58,617] /u/Noobie77 had their flair updated +[2020-07-21 19:01:12,093] '/u/MafiasFinestTV' has given '/u/kahnindustries' lambda! +[2020-07-21 19:01:14,923] /u/kahnindustries had their flair updated +[2020-07-21 19:01:50,123] '/u/MafiasFinestTV' has given '/u/MasterofRevels' lambda! +[2020-07-21 19:01:52,705] /u/MasterofRevels had their flair updated +[2020-07-21 19:02:12,049] '/u/MafiasFinestTV' has given '/u/AlsleumMusic' lambda! +[2020-07-21 19:02:14,636] /u/AlsleumMusic had their flair updated +[2020-07-21 19:03:42,631] '/u/MafiasFinestTV' has given '/u/KevinClaus' lambda! +[2020-07-21 19:03:45,132] /u/KevinClaus had their flair updated +[2020-07-21 19:04:06,816] '/u/MafiasFinestTV' has given '/u/Barron2110' lambda! +[2020-07-21 19:04:09,065] /u/Barron2110 had their flair updated +[2020-07-21 19:05:09,290] '/u/MafiasFinestTV' has given '/u/TrashmanTalks' lambda! +[2020-07-21 19:05:11,376] /u/TrashmanTalks had their flair updated +[2020-07-21 19:06:24,551] '/u/wifiluke_' has given '/u/Mixa462gaming' lambda! +[2020-07-21 19:06:27,051] /u/Mixa462gaming had their flair updated +[2020-07-21 19:07:54,307] '/u/Narband' has given '/u/BeyrouthLego' lambda! +[2020-07-21 19:07:56,716] /u/BeyrouthLego had their flair updated +[2020-07-21 19:10:36,119] '/u/the_real_d247' has given '/u/ShikharTrivedi' lambda! +[2020-07-21 19:10:38,947] /u/ShikharTrivedi had their flair updated +[2020-07-21 19:11:39,448] There has been a new submission: 'Please check out my new video :)', with flair 'Gaming' +[2020-07-21 19:11:41,041] /u/easyclappa35 had their submission removed for insufficient lambda. +[2020-07-21 19:11:43,137] /u/easyclappa35 had their flair updated +[2020-07-21 19:12:01,421] There has been a new submission: 'Hey there - I made a channel and I do review and what happened to videos (below is an example of one of those videos). I recently reverted back to simpler art work for the game covers, but i’d really appreciate some honest advice on how I could improve my channel. Thanks :)', with flair 'Channel Review' +[2020-07-21 19:12:03,263] /u/therealroymccoy had their submission removed for insufficient lambda. +[2020-07-21 19:12:05,351] /u/therealroymccoy had their flair updated +[2020-07-21 19:12:25,479] There has been a new submission: 'Hey! Pretty proud of this short film me and my friends made for a competition. I'd love some feedback!', with flair 'Channel Review' +[2020-07-21 19:12:27,571] /u/ZombieBubble had their submission removed for insufficient lambda. +[2020-07-21 19:12:29,581] /u/ZombieBubble had their flair updated +[2020-07-21 19:12:48,132] There has been a new submission: '📈 M1 Finance Portfolio Update | Episode 23 - Financial Institutions During a Pandemic!', with flair 'Video Critique' +[2020-07-21 19:12:49,483] /u/blast4310 had their submission removed for insufficient lambda. +[2020-07-21 19:12:51,446] /u/blast4310 had their flair updated +[2020-07-21 19:14:23,301] There has been a new submission: 'Healthy Larb (Laap/Laab) With Ground Turkey (50g Protein) | Healthier Versions Of Foods Ep 1.', with flair 'Video Critique' +[2020-07-21 19:14:24,984] /u/aspirefitnesswalnut had their submission removed for insufficient lambda. +[2020-07-21 19:14:27,192] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 19:22:01,315] There has been a new submission: 'Looking for advice on how to improve this video. Some people have already mentioned I need more energy in my voiceover.', with flair 'Video Critique' +[2020-07-21 19:22:02,703] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 19:22:02,705] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 19:22:04,261] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=F_xv_lplvwM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 19:22:04,626] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBBG8oFhRp_OxXfmvj-5P7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 19:22:07,611] /u/BeyrouthLego had their flair updated +[2020-07-21 19:30:27,400] There has been a new submission: 'HELP ME GROW!!!! <3', with flair 'Video Critique' +[2020-07-21 19:30:29,322] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-07-21 19:30:31,738] /u/JustDave93 had their flair updated +[2020-07-21 19:32:39,807] There has been a new submission: 'Had 500 views on my last video, keeps me motivated to do more!', with flair 'None' +[2020-07-21 19:32:41,365] /u/svngod had their submission removed for insufficient lambda. +[2020-07-21 19:32:43,375] /u/svngod had their flair updated +[2020-07-21 19:38:54,955] There has been a new submission: 'Check out my Savage Meg Stallion Freestyle 🔥', with flair 'Video Critique' +[2020-07-21 19:38:56,472] /u/JayFactz had their submission removed for insufficient lambda. +[2020-07-21 19:38:57,212] /u/JayFactz had their flair updated +[2020-07-21 19:39:46,530] There has been a new submission: 'Please tell me on what i can improve at', with flair 'Video Critique' +[2020-07-21 19:39:47,389] /u/WxCHRILLExW had their submission removed for insufficient lambda. +[2020-07-21 19:39:48,087] /u/WxCHRILLExW had their flair updated +[2020-07-21 19:48:53,239] There has been a new submission: 'Gta Online Gameplay with my Girlfriend. Squad Vs. Squad War', with flair 'Gaming' +[2020-07-21 19:48:54,036] /u/ryannnbarker had their submission removed for insufficient lambda. +[2020-07-21 19:48:54,821] /u/ryannnbarker had their flair updated +[2020-07-21 19:50:41,413] '/u/Ridi9t' has given '/u/KevinClaus' lambda! +[2020-07-21 19:50:43,714] /u/KevinClaus had their flair updated +[2020-07-21 19:51:35,219] '/u/Ridi9t' has given '/u/Firstevernoodler' lambda! +[2020-07-21 19:51:37,487] /u/Firstevernoodler had their flair updated +[2020-07-21 19:51:56,256] '/u/Yaniprov' has given '/u/MakeMichaelSuffer' lambda! +[2020-07-21 19:51:58,763] /u/MakeMichaelSuffer had their flair updated +[2020-07-21 19:52:26,522] '/u/Ridi9t' has given '/u/ArtistPerry' lambda! +[2020-07-21 19:52:28,901] /u/ArtistPerry had their flair updated +[2020-07-21 19:53:15,302] '/u/Ridi9t' has given '/u/kiran_woodwork' lambda! +[2020-07-21 19:53:18,171] /u/kiran_woodwork had their flair updated +[2020-07-21 19:54:07,988] '/u/Ridi9t' has given '/u/twistedsanity22' lambda! +[2020-07-21 19:54:09,914] /u/twistedsanity22 had their flair updated +[2020-07-21 19:54:58,371] '/u/Ridi9t' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-21 19:55:00,760] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 19:55:23,883] '/u/Ridi9t' has given '/u/YTRoseRocket' lambda! +[2020-07-21 19:55:26,429] /u/YTRoseRocket had their flair updated +[2020-07-21 20:00:53,148] There has been a new submission: 'Looking for collaborations', with flair 'Collab' +[2020-07-21 20:00:55,688] /u/H0zyan had their flair updated +[2020-07-21 20:01:18,697] '/u/HumbelGeniusYT' has given '/u/kahnindustries' lambda! +[2020-07-21 20:01:21,521] /u/kahnindustries had their flair updated +[2020-07-21 20:02:11,596] /u/zwalada had their flair updated +[2020-07-21 20:02:38,643] '/u/Ridi9t' has given '/u/hawkalugy' lambda! +[2020-07-21 20:02:40,687] /u/hawkalugy had their flair updated +[2020-07-21 20:02:56,351] '/u/AnimuseVids' has given '/u/ElectionJunkie' lambda! +[2020-07-21 20:02:58,267] /u/ElectionJunkie had their flair updated +[2020-07-21 20:03:57,980] There has been a new submission: 'Grindin 4 Subs |The Last of Us Part 2| New Mode', with flair 'Gaming' +[2020-07-21 20:03:59,276] /u/naisome20 had their submission removed for insufficient lambda. +[2020-07-21 20:04:01,056] /u/naisome20 had their flair updated +[2020-07-21 20:04:53,970] There has been a new submission: 'Grindin 4 Subs |The Last of Us Part 2| New Mode', with flair 'Gaming' +[2020-07-21 20:04:55,525] /u/naisome20 had their submission removed for insufficient lambda. +[2020-07-21 20:04:57,151] /u/naisome20 had their flair updated +[2020-07-21 20:05:54,656] There has been a new submission: 'Finally put out the new video I've been working on for a while! Any and all feedback would be appreciated.', with flair 'Video Critique' +[2020-07-21 20:05:55,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 20:05:55,266] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 20:05:55,419] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kxCUp-ro8-o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:05:55,518] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDlpqWxGRxqrF1ClFCgA72g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:05:57,580] /u/SciFi_Pie had their flair updated +[2020-07-21 20:06:24,078] There has been a new submission: 'just a regular mukbang video (not the best video i made lol)', with flair 'Video Critique' +[2020-07-21 20:06:25,267] /u/Dazzling_Youth2013 had their submission removed for insufficient lambda. +[2020-07-21 20:06:26,664] /u/Dazzling_Youth2013 had their flair updated +[2020-07-21 20:06:35,330] '/u/flippifly' has given '/u/Nadia_Robot' lambda! +[2020-07-21 20:06:37,189] /u/Nadia_Robot had their flair updated +[2020-07-21 20:07:29,805] '/u/flippifly' has given '/u/Mixa462gaming' lambda! +[2020-07-21 20:07:31,521] /u/Mixa462gaming had their flair updated +[2020-07-21 20:09:41,790] '/u/wifiluke_' has given '/u/billenmintje' lambda! +[2020-07-21 20:09:43,878] /u/billenmintje had their flair updated +[2020-07-21 20:10:05,105] '/u/BeyrouthLego' has given '/u/ArtistPerry' lambda! +[2020-07-21 20:10:07,044] /u/ArtistPerry had their flair updated +[2020-07-21 20:11:13,431] There has been a new submission: 'Speed Painting Marilyn Monroe using watercolors. Any advice on how to improve my videos or channel would be much appreciated.', with flair 'Art' +[2020-07-21 20:11:15,107] /u/siralanpalacpac had their submission removed for insufficient lambda. +[2020-07-21 20:11:17,363] /u/siralanpalacpac had their flair updated +[2020-07-21 20:17:47,670] There has been a new submission: 'Check out this CINEMATIC video of Amazing Locations ( Your comments is highly aporeciated )', with flair 'Video Critique' +[2020-07-21 20:17:48,142] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 20:17:48,143] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 20:17:48,528] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E-9Tcddvct8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:17:48,752] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYVGbEVWRX23-J6DUN5lYNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:17:50,570] /u/ArtistPerry had their flair updated +[2020-07-21 20:19:22,579] There has been a new submission: 'Don't starve 10th episode', with flair 'Gaming' +[2020-07-21 20:19:23,566] /u/TheEtilpoh had their submission removed for insufficient lambda. +[2020-07-21 20:19:24,146] /u/TheEtilpoh had their flair updated +[2020-07-21 20:25:09,551] '/u/MafiasFinestTV' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-21 20:25:11,204] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 20:26:06,699] '/u/Lukegreen3703' has given '/u/MafiasFinestTV' lambda! +[2020-07-21 20:26:09,327] /u/MafiasFinestTV had their flair updated +[2020-07-21 20:27:48,561] There has been a new submission: 'Alright bois lets get this over with', with flair 'Gaming' +[2020-07-21 20:27:49,503] /u/55Charquaza had their submission removed for insufficient lambda. +[2020-07-21 20:27:50,527] /u/55Charquaza had their flair updated +[2020-07-21 20:28:06,947] There has been a new submission: 'Appreciate if you can watch all the way through. Lambda for that and literally any feedback.', with flair 'Gaming' +[2020-07-21 20:28:07,770] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 20:28:07,849] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 20:28:09,003] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bP0SX50m8NA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:28:09,334] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2cJW7pVe8YkHpdQB-BYrLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 20:28:11,549] /u/MG_xShiftyx had their flair updated +[2020-07-21 20:29:11,089] +#################### +[Jul 21 2020 20:29:11] RESTARTED +#################### + +[2020-07-21 20:34:07,500] Starting every day program... +[2020-07-21 20:34:07,540] Updating database statistics... +[2020-07-21 20:34:13,848] Posting and updating wiki... +[2020-07-21 20:34:33,131] Formatting leaderboard... +[2020-07-21 20:34:33,622] Updating sidebar... +[2020-07-21 20:34:34,072] Updated in new reddit... +[2020-07-21 20:34:36,457] Updated in old reddit... +[2020-07-21 20:34:36,457] Completed. +[2020-07-21 20:45:43,811] '/u/AnimuseVids' has given '/u/ArtistPerry' lambda! +[2020-07-21 20:45:46,034] /u/ArtistPerry had their flair updated +[2020-07-21 21:06:18,333] There has been a new submission: 'For who that wants to know a good way to find keaywords', with flair 'Discussion' +[2020-07-21 21:06:20,468] /u/br1k_YT had their flair updated +[2020-07-21 21:06:36,216] There has been a new submission: 'I'm back with another Dead by Daylight video of my friends and I. I'd really appreciate any feedback or input you have. Alternatively, if you just liked it, I'd appreciate knowing that too! As always, giving Lambda', with flair 'Gaming' +[2020-07-21 21:06:38,014] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 21:06:38,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 21:06:39,488] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NxArpMZp9gA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:06:39,979] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbAhGzRvD90HyoETbKdxHcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:06:42,195] /u/Jgolde8 had their flair updated +[2020-07-21 21:06:59,214] There has been a new submission: 'Primas by Navitus Parfums Review', with flair 'None' +[2020-07-21 21:07:00,698] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-07-21 21:07:01,651] /u/Derbyboyuk had their flair updated +[2020-07-21 21:08:03,722] '/u/flippifly' has given '/u/lalith19' lambda! +[2020-07-21 21:08:05,764] /u/lalith19 had their flair updated +[2020-07-21 21:08:33,045] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 21:08:49,656] '/u/meltedsundae' has given '/u/MafiasFinestTV' lambda! +[2020-07-21 21:08:51,701] /u/MafiasFinestTV had their flair updated +[2020-07-21 21:09:24,966] '/u/Lukegreen3703' has given '/u/drewlessardyt' lambda! +[2020-07-21 21:09:26,193] /u/drewlessardyt had their flair updated +[2020-07-21 21:09:58,288] '/u/Lukegreen3703' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-21 21:10:00,124] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 21:10:17,799] /u/MakeItR3al had their flair updated +[2020-07-21 21:10:38,914] /u/ArtistPerry had their flair updated +[2020-07-21 21:12:21,450] '/u/MakeItR3al' has given '/u/BeyrouthLego' lambda! +[2020-07-21 21:12:24,029] /u/BeyrouthLego had their flair updated +[2020-07-21 21:13:11,932] '/u/MakeItR3al' has given '/u/Ali_Bama' lambda! +[2020-07-21 21:13:14,596] /u/Ali_Bama had their flair updated +[2020-07-21 21:13:34,172] '/u/MakeItR3al' has given '/u/TheLuiginator' lambda! +[2020-07-21 21:13:36,788] /u/TheLuiginator had their flair updated +[2020-07-21 21:14:10,369] '/u/MakeItR3al' has given '/u/lalith19' lambda! +[2020-07-21 21:14:13,189] /u/lalith19 had their flair updated +[2020-07-21 21:14:46,837] '/u/MakeItR3al' has given '/u/siddhant1991' lambda! +[2020-07-21 21:14:49,293] /u/siddhant1991 had their flair updated +[2020-07-21 21:15:48,186] '/u/ArtistPerry' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-21 21:15:50,560] /u/ur42ndwrostnightmare had their flair updated +[2020-07-21 21:16:38,180] '/u/mikecorrcircus' has given '/u/ElectionJunkie' lambda! +[2020-07-21 21:16:40,351] /u/ElectionJunkie had their flair updated +[2020-07-21 21:16:59,152] '/u/mikecorrcircus' has given '/u/zwalada' lambda! +[2020-07-21 21:17:01,277] /u/zwalada had their flair updated +[2020-07-21 21:18:16,042] '/u/Yaniprov' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-21 21:18:17,959] /u/aspirefitnesswalnut had their flair updated +[2020-07-21 21:19:49,991] '/u/BeyrouthLego' has given '/u/ElectionJunkie' lambda! +[2020-07-21 21:19:51,831] /u/ElectionJunkie had their flair updated +[2020-07-21 21:24:46,424] There has been a new submission: 'The Problem with Machu Picchu', with flair 'Vlog' +[2020-07-21 21:24:47,694] /u/andyburge had their submission removed for insufficient lambda. +[2020-07-21 21:24:49,126] /u/andyburge had their flair updated +[2020-07-21 21:25:05,921] There has been a new submission: 'Unboxing Sup Game Box Retro NES 400 in 1 Games', with flair 'Channel Review' +[2020-07-21 21:25:07,071] /u/BrentChua had their submission removed for insufficient lambda. +[2020-07-21 21:25:08,420] /u/BrentChua had their flair updated +[2020-07-21 21:25:13,814] There has been a new submission: 'Got the Quality Better on the Videos But Wanted To Ask About How to make it more interesting!!! Also, I wanted to start doing intros but I feel like I sound awkward recording them any tips???', with flair 'Video Critique' +[2020-07-21 21:25:15,095] /u/MykeTran had their submission removed for insufficient lambda. +[2020-07-21 21:25:16,512] /u/MykeTran had their flair updated +[2020-07-21 21:25:31,566] There has been a new submission: 'My first ever vlog! I go camping up Vancouver Island, and explore some of the best places it has to offer. I'll be releasing two more videos parts about the trip after this one, so any advice or things to keep in mind would be greatly appreciated! I shot on a GoPro and I'm using Premier Rush fyi.', with flair 'Video Critique' +[2020-07-21 21:25:33,001] /u/zesty_boii had their submission removed for insufficient lambda. +[2020-07-21 21:25:34,352] /u/zesty_boii had their flair updated +[2020-07-21 21:25:51,713] There has been a new submission: 'I make cool emulation and tech videos on my channel!', with flair 'Channel Review' +[2020-07-21 21:25:52,861] /u/agamcube43 had their submission removed for insufficient lambda. +[2020-07-21 21:25:54,132] /u/agamcube43 had their flair updated +[2020-07-21 21:26:11,614] There has been a new submission: 'THE DIFFERENT TYPES OF DUNKERS IN BASKETBALL!!!', with flair 'Video Critique' +[2020-07-21 21:26:12,797] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 21:26:12,798] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 21:26:14,518] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tprrQKbzzaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:26:14,929] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:26:17,179] /u/Nadia_Robot had their flair updated +[2020-07-21 21:26:34,949] There has been a new submission: 'MOST OFFENSIVE RAP ON YOUTUBE (Please give feedback. I make songs every week!)', with flair 'Channel Review' +[2020-07-21 21:26:36,016] /u/TheRiki had their submission removed for insufficient lambda. +[2020-07-21 21:26:37,248] /u/TheRiki had their flair updated +[2020-07-21 21:26:53,709] There has been a new submission: 'Challenging 5 Minute Home Chest Workout | Pop Smoke Tribute', with flair 'Video Critique' +[2020-07-21 21:26:54,731] /u/shecalledmeTodd had their submission removed for insufficient lambda. +[2020-07-21 21:26:56,246] /u/shecalledmeTodd had their flair updated +[2020-07-21 21:27:13,260] There has been a new submission: 'BEER 52 Unboxing Review, Check it out would love some feed back. Thanks Guys!', with flair 'Channel Review' +[2020-07-21 21:27:14,402] /u/Donaldmooreshow had their submission removed for insufficient lambda. +[2020-07-21 21:27:15,425] /u/Donaldmooreshow had their flair updated +[2020-07-21 21:27:32,969] There has been a new submission: 'Lies between friends | Nerd Culture plays Jackbox Fibbage', with flair 'Gaming' +[2020-07-21 21:27:35,224] /u/itsnerdculture had their submission removed for insufficient lambda. +[2020-07-21 21:27:36,817] /u/itsnerdculture had their flair updated +[2020-07-21 21:27:53,637] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jul 21 2020)', with flair 'None' +[2020-07-21 21:31:57,972] There has been a new submission: 'my friends channel. tryna be the uk sneako', with flair 'None' +[2020-07-21 21:31:59,442] /u/Simbazna had their submission removed for insufficient lambda. +[2020-07-21 21:32:01,454] /u/Simbazna had their flair updated +[2020-07-21 21:33:08,323] '/u/Yaniprov' has given '/u/ArmouredOtter' lambda! +[2020-07-21 21:33:10,782] /u/ArmouredOtter had their flair updated +[2020-07-21 21:34:02,521] There has been a new submission: 'Would like some reviews of my two recent videos?', with flair 'Video Critique' +[2020-07-21 21:34:03,956] /u/That_Experience_2353 had their submission removed for insufficient lambda. +[2020-07-21 21:34:05,964] /u/That_Experience_2353 had their flair updated +[2020-07-21 21:35:48,122] There has been a new submission: 'Please review my video/thumb', with flair 'Video Critique' +[2020-07-21 21:35:49,350] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 21:35:49,352] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 21:35:50,784] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=60F7lqd2MPQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:35:51,196] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 21:35:53,410] /u/rondislap had their flair updated +[2020-07-21 21:40:36,579] There has been a new submission: 'The Entry - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-07-21 21:40:38,468] /u/pugstarr had their submission removed for insufficient lambda. +[2020-07-21 21:40:40,885] /u/pugstarr had their flair updated +[2020-07-21 21:41:21,666] There has been a new submission: 'The reason I do YouTube', with flair 'Meta' +[2020-07-21 21:41:24,744] /u/Sl33zyAl33zy had their flair updated +[2020-07-21 21:52:58,310] '/u/Lukegreen3703' has given '/u/Real_Mr_Llama' lambda! +[2020-07-21 21:53:00,525] /u/Real_Mr_Llama had their flair updated +[2020-07-21 21:59:52,652] '/u/siddhant1991' has given '/u/er8zy' lambda! +[2020-07-21 21:59:54,579] /u/er8zy had their flair updated +[2020-07-21 22:04:38,953] There has been a new submission: '2nd Mental Health Video up! Would love feedback!', with flair 'Channel Review' +[2020-07-21 22:04:40,270] /u/kielkeith had their submission removed for insufficient lambda. +[2020-07-21 22:04:41,998] /u/kielkeith had their flair updated +[2020-07-21 22:08:59,873] '/u/rondislap' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-21 22:09:01,718] /u/ur42ndwrostnightmare had their flair updated +[2020-07-21 22:09:40,291] '/u/rondislap' has given '/u/ElectionJunkie' lambda! +[2020-07-21 22:09:42,262] /u/ElectionJunkie had their flair updated +[2020-07-21 22:10:35,257] '/u/BeyrouthLego' has given '/u/Anti_Pasti_' lambda! +[2020-07-21 22:10:37,600] /u/Anti_Pasti_ had their flair updated +[2020-07-21 22:13:26,086] There has been a new submission: 'A short Dota 2 video I made inspired by the old Pub Scrubs videos by trymike4instance, which are still some of the best content for the game. Critiques welcome and appreciated!', with flair 'Video Critique' +[2020-07-21 22:13:27,111] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 22:13:27,114] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 22:13:28,259] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=241OA1zoMhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 22:13:28,589] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZdjaaKCqFs8dniDTfFNrnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 22:13:31,836] /u/somewhatrespectable had their flair updated +[2020-07-21 22:16:06,190] There has been a new submission: 'How do I get views from search', with flair 'Discussion' +[2020-07-21 22:16:08,089] /u/siddhant1991 had their flair updated +[2020-07-21 22:27:46,677] '/u/wertys761' has given '/u/ImagineRedOffical' lambda! +[2020-07-21 22:27:47,981] /u/ImagineRedOffical had their flair updated +[2020-07-21 22:28:03,694] '/u/wertys761' has given '/u/Kalum-W' lambda! +[2020-07-21 22:28:04,936] /u/Kalum-W had their flair updated +[2020-07-21 22:28:28,089] '/u/wertys761' has given '/u/_NGaming_' lambda! +[2020-07-21 22:28:29,762] /u/_NGaming_ had their flair updated +[2020-07-21 22:28:53,480] +#################### +[Jul 21 2020 22:28:53] RESTARTED +#################### + +[2020-07-21 22:35:17,209] '/u/wertys761' has given '/u/Inspiron1501' lambda! +[2020-07-21 22:35:18,473] /u/Inspiron1501 had their flair updated +[2020-07-21 22:35:30,418] '/u/wertys761' has given '/u/Braveeno' lambda! +[2020-07-21 22:35:31,637] /u/Braveeno had their flair updated +[2020-07-21 22:35:45,809] '/u/wertys761' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-21 22:35:47,656] /u/YaGuyAlex_yt had their flair updated +[2020-07-21 22:36:09,412] '/u/wertys761' has given '/u/DanThePanda-YT' lambda! +[2020-07-21 22:36:10,624] /u/DanThePanda-YT had their flair updated +[2020-07-21 22:58:09,579] There has been a new submission: 'If you like gaming/funny moments/memes, this is for you! This is my most recent COD video & I sunk at least 30 hours into it. I would love to get some feedback so I can more effectively edit & hopefully trim my time down! Giving lambda!', with flair 'Video Critique' +[2020-07-21 22:58:12,236] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 22:58:12,278] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 22:58:13,546] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0PBkV9ERUdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 22:58:13,918] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUp82orlapXanEjJj4AA4tA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 22:58:15,969] /u/wertys761 had their flair updated +[2020-07-21 23:01:33,309] '/u/80dreams' has given '/u/Narband' lambda! +[2020-07-21 23:01:36,175] /u/Narband had their flair updated +[2020-07-21 23:01:55,496] '/u/wifiluke_' has given '/u/vegabomb_' lambda! +[2020-07-21 23:01:58,197] /u/vegabomb_ had their flair updated +[2020-07-21 23:02:47,286] '/u/80dreams' has given '/u/IWI-Team' lambda! +[2020-07-21 23:02:50,072] /u/IWI-Team had their flair updated +[2020-07-21 23:03:24,714] '/u/80dreams' has given '/u/siddhant1991' lambda! +[2020-07-21 23:03:27,621] /u/siddhant1991 had their flair updated +[2020-07-21 23:03:46,580] '/u/PandaTimeShow' has given '/u/AlsleumMusic' lambda! +[2020-07-21 23:03:49,083] /u/AlsleumMusic had their flair updated +[2020-07-21 23:04:25,921] '/u/Nadia_Robot' has given '/u/ElectionJunkie' lambda! +[2020-07-21 23:04:28,465] /u/ElectionJunkie had their flair updated +[2020-07-21 23:04:47,754] '/u/Nadia_Robot' has given '/u/Goatsause' lambda! +[2020-07-21 23:04:49,887] /u/Goatsause had their flair updated +[2020-07-21 23:05:09,219] '/u/Nadia_Robot' has given '/u/JessieH_24' lambda! +[2020-07-21 23:05:10,574] /u/JessieH_24 had their flair updated +[2020-07-21 23:05:24,492] '/u/Nadia_Robot' has given '/u/My_Travel_Journal' lambda! +[2020-07-21 23:05:27,160] /u/My_Travel_Journal had their flair updated +[2020-07-21 23:11:21,303] '/u/Jgolde8' has given '/u/vegabomb_' lambda! +[2020-07-21 23:11:24,009] /u/vegabomb_ had their flair updated +[2020-07-21 23:15:30,316] '/u/Lukegreen3703' has given '/u/vegabomb_' lambda! +[2020-07-21 23:15:32,736] /u/vegabomb_ had their flair updated +[2020-07-21 23:19:09,684] There has been a new submission: 'one of my favorite siege videos I've made so far', with flair 'Gaming' +[2020-07-21 23:19:11,161] /u/Toas7iy had their submission removed for insufficient lambda. +[2020-07-21 23:19:11,854] /u/Toas7iy had their flair updated +[2020-07-21 23:22:29,664] There has been a new submission: 'Velkoz 4/7/16 League of Legends VEL'KOZ 56 Velkoz playing with friends', with flair 'Gaming' +[2020-07-21 23:22:31,262] /u/ydfonzgaming had their submission removed for insufficient lambda. +[2020-07-21 23:22:33,353] /u/ydfonzgaming had their flair updated +[2020-07-21 23:24:52,065] There has been a new submission: 'What do you think of my latest vlog? Sunday Ride through Surfers Paradise', with flair 'Video Critique' +[2020-07-21 23:24:53,496] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-07-21 23:24:55,498] /u/Kwackajack_ had their flair updated +[2020-07-21 23:27:21,675] There has been a new submission: 'Yo can anyone give a honest opinion on my first commentary video 😃', with flair 'Video Critique' +[2020-07-21 23:27:23,025] /u/gvaz45 had their submission removed for insufficient lambda. +[2020-07-21 23:27:24,291] /u/gvaz45 had their flair updated +[2020-07-21 23:31:00,660] '/u/Ridi9t' has given '/u/Real_Mr_Llama' lambda! +[2020-07-21 23:31:03,605] /u/Real_Mr_Llama had their flair updated +[2020-07-21 23:33:15,193] There has been a new submission: 'Feedback', with flair 'Gaming' +[2020-07-21 23:33:16,750] /u/Koolidy had their submission removed for insufficient lambda. +[2020-07-21 23:33:18,714] /u/Koolidy had their flair updated +[2020-07-21 23:43:02,779] There has been a new submission: '3 jokes on girls...rich dad's and more', with flair 'Video Critique' +[2020-07-21 23:43:04,249] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 23:43:04,251] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 23:43:05,726] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UOo7T5N9JXo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:43:06,337] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:43:09,324] /u/siddhant1991 had their flair updated +[2020-07-21 23:46:31,154] '/u/filterjohny-68' has given '/u/wertys761' lambda! +[2020-07-21 23:46:33,162] /u/wertys761 had their flair updated +[2020-07-21 23:47:26,675] There has been a new submission: 'Hey y'all! I want this series to be accessible to everyone, even people who don’t know much about the topic. Is there anything I can improve to that effect?', with flair 'Video Critique' +[2020-07-21 23:47:27,096] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 23:47:27,098] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 23:47:27,489] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XCCwYZI0LRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:47:27,731] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZJUWwH8VfTaCixjuXcAThw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:47:29,346] /u/JanosLW had their flair updated +[2020-07-21 23:49:23,145] There has been a new submission: 'Any thoughts?', with flair 'Video Critique' +[2020-07-21 23:49:24,030] /u/mbherdman had their submission removed for insufficient lambda. +[2020-07-21 23:49:24,805] /u/mbherdman had their flair updated +[2020-07-21 23:49:34,052] There has been a new submission: 'hi posted my first 'gaming' video lmao jk but would love feedback on how i positioned the little overlay screen/audio/thumbnail and will give lambda of course!', with flair 'Video Critique' +[2020-07-21 23:49:34,481] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-21 23:49:34,499] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-21 23:49:34,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ivomi8gLCks&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:49:35,068] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY-pRTUWxcUGB__zsnQoB4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-21 23:49:36,085] /u/emilyychu had their flair updated +[2020-07-21 23:53:13,799] There has been a new submission: 'This is my first video that I have edited and put some actual effort into. Let me know what you think! Thanks!', with flair 'Video Critique' +[2020-07-21 23:53:15,265] /u/Samsquanchthegiraffe had their submission removed for insufficient lambda. +[2020-07-21 23:53:17,304] /u/Samsquanchthegiraffe had their flair updated +[2020-07-21 23:54:55,546] There has been a new submission: 'Looking for advise on getting people to see your channel.', with flair 'Gaming' +[2020-07-21 23:54:56,899] /u/tuesdayatnight had their submission removed for insufficient lambda. +[2020-07-21 23:54:58,701] /u/tuesdayatnight had their flair updated +[2020-07-22 00:02:49,730] There has been a new submission: 'Did my first ever live stream! It was alot of fun, and it gets very hectic towards the end! check it out! I greatly appreciate any type of support!! 🃏', with flair 'Gaming' +[2020-07-22 00:02:51,131] /u/Jok3r_Slays had their submission removed for insufficient lambda. +[2020-07-22 00:02:53,151] /u/Jok3r_Slays had their flair updated +[2020-07-22 00:05:33,411] '/u/emilyychu' has given '/u/JessieH_24' lambda! +[2020-07-22 00:05:35,104] /u/JessieH_24 had their flair updated +[2020-07-22 00:06:31,206] There has been a new submission: 'First video to hit 1000 views & 100 watch hours on the same day and I almost didn't make it', with flair 'Discussion' +[2020-07-22 00:06:32,905] /u/ioo5_ had their flair updated +[2020-07-22 00:06:44,762] There has been a new submission: 'RAINBOW SIX SIEGE Funny Moments - What is that strategy', with flair 'Gaming' +[2020-07-22 00:06:45,849] /u/RIMWIX had their submission removed for insufficient lambda. +[2020-07-22 00:06:47,390] /u/RIMWIX had their flair updated +[2020-07-22 00:11:36,710] '/u/rondislap' has given '/u/JessieH_24' lambda! +[2020-07-22 00:11:38,889] /u/JessieH_24 had their flair updated +[2020-07-22 00:13:47,468] '/u/emilyychu' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-22 00:13:49,518] /u/ur42ndwrostnightmare had their flair updated +[2020-07-22 00:14:35,029] '/u/rondislap' has given '/u/MICKIE_D' lambda! +[2020-07-22 00:14:37,167] /u/MICKIE_D had their flair updated +[2020-07-22 00:18:56,588] There has been a new submission: 'Final Fantasy VII Re:Making - Part analysis, part opinion, part theory! Critiques appreciated since I'm usual just told "it's good".', with flair 'Gaming' +[2020-07-22 00:18:57,002] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 00:18:57,013] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 00:18:57,456] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zV5xIkPIkms&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 00:18:57,681] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtXBMZFXXw1rHp95-moX_zQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 00:18:59,020] /u/ur42ndwrostnightmare had their flair updated +[2020-07-22 00:19:51,560] There has been a new submission: 'GTA Online with the boys 2: Redneck Edition', with flair 'Gaming' +[2020-07-22 00:19:52,168] /u/Verdunnny had their submission removed for insufficient lambda. +[2020-07-22 00:19:52,568] /u/Verdunnny had their flair updated +[2020-07-22 00:23:46,406] '/u/emilyychu' has given '/u/AlsleumMusic' lambda! +[2020-07-22 00:23:48,489] /u/AlsleumMusic had their flair updated +[2020-07-22 00:24:45,503] There has been a new submission: 'ONE PAN EGG TOAST', with flair 'Video Critique' +[2020-07-22 00:24:46,894] /u/Baddness77 had their submission removed for insufficient lambda. +[2020-07-22 00:24:48,702] /u/Baddness77 had their flair updated +[2020-07-22 00:28:53,332] +#################### +[Jul 22 2020 00:28:53] RESTARTED +#################### + +[2020-07-22 00:56:40,064] There has been a new submission: 'Showing a FEMALE How 2 play WarZone!! (SUPER FUNNY!) Call of Duty WarZone', with flair 'Gaming' +[2020-07-22 00:56:41,253] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-07-22 00:56:42,323] /u/Kool_newt had their flair updated +[2020-07-22 00:57:32,634] '/u/JanosLW' has given '/u/hellspastry' lambda! +[2020-07-22 00:57:34,971] /u/hellspastry had their flair updated +[2020-07-22 00:57:53,029] '/u/JanosLW' has given '/u/AlsleumMusic' lambda! +[2020-07-22 00:57:54,962] /u/AlsleumMusic had their flair updated +[2020-07-22 00:58:13,009] '/u/Glittering_Designer' has given '/u/BeyrouthLego' lambda! +[2020-07-22 00:58:15,099] /u/BeyrouthLego had their flair updated +[2020-07-22 00:59:02,746] '/u/JanosLW' has given '/u/yobo723' lambda! +[2020-07-22 00:59:04,709] /u/yobo723 had their flair updated +[2020-07-22 01:00:59,751] There has been a new submission: 'First time reacting to Bobby Hatfield singing Unchained Melody🙌🏼', with flair 'Video Critique' +[2020-07-22 01:01:01,421] /u/jjsplayworld had their submission removed for insufficient lambda. +[2020-07-22 01:01:04,286] /u/jjsplayworld had their flair updated +[2020-07-22 01:01:23,993] There has been a new submission: 'New video just wanted to get some opinions on it, anything I can improve upon will be appreciated!', with flair 'Video Critique' +[2020-07-22 01:01:26,974] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 01:01:27,014] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 01:01:28,571] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bCPMFP0nr2k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:01:28,902] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7oyB9r6nIxFYB_K0Px4tNA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:01:32,211] /u/qwopmaster900 had their flair updated +[2020-07-22 01:08:28,592] '/u/emilyychu' has given '/u/Coryrat' lambda! +[2020-07-22 01:08:30,679] /u/Coryrat had their flair updated +[2020-07-22 01:09:36,331] There has been a new submission: 'Honest feedback appreciated! How can I make this better? (I know the audio balance was a little off on this one). I feel like my videos are missing something, but don't know what.', with flair 'Video Critique' +[2020-07-22 01:09:37,881] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 01:09:37,882] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 01:09:39,438] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qKRUtVhI9RU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:09:39,849] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCphcl_CuERLY5PYBcy63wdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:09:41,359] /u/yobo723 had their flair updated +[2020-07-22 01:15:24,168] '/u/somewhatrespectable' has given '/u/medfred3' lambda! +[2020-07-22 01:15:26,545] /u/medfred3 had their flair updated +[2020-07-22 01:19:43,018] There has been a new submission: 'This is a second episode in a weekly gaming news series I started, I feel it show improvement over my last but would like to know how others feel about it', with flair 'Video Critique' +[2020-07-22 01:19:43,617] /u/TollerGames had their submission removed for insufficient lambda. +[2020-07-22 01:19:44,128] /u/TollerGames had their flair updated +[2020-07-22 01:20:11,955] '/u/Nadia_Robot' has given '/u/Bucki88' lambda! +[2020-07-22 01:20:14,279] /u/Bucki88 had their flair updated +[2020-07-22 01:21:27,579] '/u/JanosLW' has given '/u/medfred3' lambda! +[2020-07-22 01:21:29,741] /u/medfred3 had their flair updated +[2020-07-22 01:25:00,346] There has been a new submission: 'Hello! I post videos mostly on Procreate, I would love to know if there are any suggestions to make the video more interesting and interactive with the channel itself', with flair 'Video Critique' +[2020-07-22 01:25:01,728] /u/bfahey28 had their submission removed for insufficient lambda. +[2020-07-22 01:25:03,489] /u/bfahey28 had their flair updated +[2020-07-22 01:50:06,666] There has been a new submission: 'How Can Get More Impressions On Youtube?', with flair 'Discussion' +[2020-07-22 01:50:09,194] /u/TwoPillows99 had their flair updated +[2020-07-22 01:51:02,960] There has been a new submission: 'THE WHEEL OF BIRTHDAYS MLB THE SHOW 20. If you like mlb the show the show check it out!!! Im A week into this so dont smash me too hard lol', with flair 'Channel Review' +[2020-07-22 01:51:05,039] /u/troydansfather had their submission removed for insufficient lambda. +[2020-07-22 01:51:07,251] /u/troydansfather had their flair updated +[2020-07-22 01:55:41,200] There has been a new submission: 'This is my second installation of my ongoing timelapse builds in "An architect plays" would love some feedback guys!', with flair 'Video Critique' +[2020-07-22 01:55:42,757] /u/MaybeFaded- had their submission removed for insufficient lambda. +[2020-07-22 01:55:44,926] /u/MaybeFaded- had their flair updated +[2020-07-22 01:56:47,431] '/u/qwopmaster900' has given '/u/daleplob' lambda! +[2020-07-22 01:56:49,197] /u/daleplob had their flair updated +[2020-07-22 01:57:10,793] '/u/wertys761' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-22 01:57:12,743] /u/ur42ndwrostnightmare had their flair updated +[2020-07-22 01:58:39,331] There has been a new submission: 'Minecraft survival ep 1 (before nether update)', with flair 'Gaming' +[2020-07-22 01:58:40,182] /u/GuywithGlassesMc had their submission removed for insufficient lambda. +[2020-07-22 01:58:41,024] /u/GuywithGlassesMc had their flair updated +[2020-07-22 01:59:17,283] There has been a new submission: 'Edited me and my buddy into Family Feud', with flair 'Video Critique' +[2020-07-22 01:59:17,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 01:59:17,712] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 01:59:18,116] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kH3Q2B0I3gM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:59:18,328] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaxLQJh5SrAsSO4FlUX6nSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 01:59:19,443] /u/Bucki88 had their flair updated +[2020-07-22 01:59:34,619] '/u/qwopmaster900' has given '/u/Bucki88' lambda! +[2020-07-22 01:59:36,057] /u/Bucki88 had their flair updated +[2020-07-22 02:00:07,926] '/u/wertys761' has given '/u/JessieH_24' lambda! +[2020-07-22 02:00:10,305] /u/JessieH_24 had their flair updated +[2020-07-22 02:06:53,101] There has been a new submission: 'My Teenage Anxieties and Optimisms - lemme know what you guys think!', with flair 'Video Critique' +[2020-07-22 02:06:53,322] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 02:06:53,323] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 02:06:53,444] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_HftDmgvFcU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 02:06:53,591] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuhxOThbdLwliuBDtXnAk7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 02:06:55,772] /u/pinappleonpizza123 had their flair updated +[2020-07-22 02:13:05,641] '/u/ArtistPerry' has given '/u/Bucki88' lambda! +[2020-07-22 02:13:07,552] /u/Bucki88 had their flair updated +[2020-07-22 02:28:51,830] +#################### +[Jul 22 2020 02:28:51] RESTARTED +#################### + +[2020-07-22 02:49:07,208] '/u/MafiasFinestTV' has given '/u/JessieH_24' lambda! +[2020-07-22 02:49:09,218] /u/JessieH_24 had their flair updated +[2020-07-22 02:49:42,611] '/u/MafiasFinestTV' has given '/u/PurpleFisty' lambda! +[2020-07-22 02:49:44,620] /u/PurpleFisty had their flair updated +[2020-07-22 02:50:04,159] '/u/MafiasFinestTV' has given '/u/KingJodeg' lambda! +[2020-07-22 02:50:07,308] /u/KingJodeg had their flair updated +[2020-07-22 02:50:52,661] There has been a new submission: 'Just uploaded a new video that took me hours to edit and if you're interested in funny gaming videos I would like some feedback on it.', with flair 'Video Critique' +[2020-07-22 02:50:54,221] /u/cav_1 had their submission removed for insufficient lambda. +[2020-07-22 02:50:56,563] /u/cav_1 had their flair updated +[2020-07-22 02:51:46,797] '/u/emilyychu' has given '/u/KingJodeg' lambda! +[2020-07-22 02:51:49,781] /u/KingJodeg had their flair updated +[2020-07-22 03:00:37,728] '/u/MG_xShiftyx' has given '/u/vegabomb_' lambda! +[2020-07-22 03:00:40,552] /u/vegabomb_ had their flair updated +[2020-07-22 03:06:24,286] There has been a new submission: 'Gang Gang 😤 (Fortnite Montage)', with flair 'Gaming' +[2020-07-22 03:06:25,381] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-22 03:06:26,807] /u/lightningNA_YT had their flair updated +[2020-07-22 03:16:46,435] There has been a new submission: 'What kind of video content cannot be monetized on YouTube?', with flair 'Discussion' +[2020-07-22 03:16:48,199] /u/shijinrp had their flair updated +[2020-07-22 03:21:18,530] There has been a new submission: 'Feedback', with flair 'Channel Review' +[2020-07-22 03:21:21,084] /u/TyrellTGames had their submission removed for insufficient lambda. +[2020-07-22 03:21:23,644] /u/TyrellTGames had their flair updated +[2020-07-22 03:29:55,749] '/u/wertys761' has given '/u/MICKIE_D' lambda! +[2020-07-22 03:29:58,047] /u/MICKIE_D had their flair updated +[2020-07-22 03:30:42,263] '/u/Jgolde8' has given '/u/MICKIE_D' lambda! +[2020-07-22 03:30:45,137] /u/MICKIE_D had their flair updated +[2020-07-22 03:31:38,245] There has been a new submission: 'Hi! I'm a new YouTuber trying to do mainly VR Gaming content. Need honest feedback about how I can improve my content. Thanks!', with flair 'Video Critique' +[2020-07-22 03:31:40,090] /u/KZFKreation had their submission removed for insufficient lambda. +[2020-07-22 03:31:42,341] /u/KZFKreation had their flair updated +[2020-07-22 03:36:33,985] There has been a new submission: 'Snowpiercer Review | What to Watch on Netflix (SPOILER FREE)', with flair 'Vlog' +[2020-07-22 03:36:35,064] /u/TheCouplesStream had their submission removed for insufficient lambda. +[2020-07-22 03:36:36,470] /u/TheCouplesStream had their flair updated +[2020-07-22 03:40:04,104] There has been a new submission: 'Timelapse of Chicago in 8K (FUHD)', with flair 'Video Critique' +[2020-07-22 03:40:05,901] /u/brackybrack had their submission removed for insufficient lambda. +[2020-07-22 03:40:08,203] /u/brackybrack had their flair updated +[2020-07-22 03:48:34,315] There has been a new submission: 'Yo boys I put a lot of time into editing this video! Its actually hilarious and I would appreciate some feedback on it! Thanks you lot!', with flair 'Vlog' +[2020-07-22 03:48:35,225] /u/jeffinator123 had their submission removed for insufficient lambda. +[2020-07-22 03:48:36,164] /u/jeffinator123 had their flair updated +[2020-07-22 03:51:34,306] '/u/emilyychu' has given '/u/TyrellTGames' lambda! +[2020-07-22 03:51:36,489] /u/TyrellTGames had their flair updated +[2020-07-22 03:55:03,134] '/u/wertys761' has given '/u/brodude__' lambda! +[2020-07-22 03:55:05,343] /u/brodude__ had their flair updated +[2020-07-22 04:00:07,408] '/u/wertys761' has given '/u/TyrellTGames' lambda! +[2020-07-22 04:00:09,759] /u/TyrellTGames had their flair updated +[2020-07-22 04:06:54,261] There has been a new submission: 'Just made a modded Minecraft series, it's also my 1st time uploading minecraft', with flair 'Gaming' +[2020-07-22 04:06:55,337] /u/WoooooodPecker had their submission removed for insufficient lambda. +[2020-07-22 04:06:56,706] /u/WoooooodPecker had their flair updated +[2020-07-22 04:14:17,176] There has been a new submission: 'I have no video ideas, but here my intro. Thoughts?', with flair 'Video Critique' +[2020-07-22 04:14:18,454] /u/Timeislifesenemy had their submission removed for insufficient lambda. +[2020-07-22 04:14:20,271] /u/Timeislifesenemy had their flair updated +[2020-07-22 04:16:41,669] '/u/siddhant1991' has given '/u/KingJodeg' lambda! +[2020-07-22 04:16:43,076] /u/KingJodeg had their flair updated +[2020-07-22 04:17:29,844] There has been a new submission: 'Let me know what you guys think! —Happy Romance - (Sad Violin Music, but sacrilegiously Happy)—', with flair 'Video Critique' +[2020-07-22 04:17:30,864] /u/KingVae had their submission removed for insufficient lambda. +[2020-07-22 04:17:32,111] /u/KingVae had their flair updated +[2020-07-22 04:19:48,945] There has been a new submission: 'Beginning Of An End - Generation Zero #1', with flair 'Gaming' +[2020-07-22 04:19:49,711] /u/KriticallyObvious had their submission removed for insufficient lambda. +[2020-07-22 04:19:50,140] /u/KriticallyObvious had their flair updated +[2020-07-22 04:28:54,911] +#################### +[Jul 22 2020 04:28:54] RESTARTED +#################### + +[2020-07-22 04:54:57,046] There has been a new submission: 'I tried playing Overwatch with some funny editing with Sigma’s new skin. Let me know any feedback.', with flair 'Gaming' +[2020-07-22 04:54:58,362] /u/XYSiege had their submission removed for insufficient lambda. +[2020-07-22 04:54:59,802] /u/XYSiege had their flair updated +[2020-07-22 04:55:09,519] '/u/yobo723' has given '/u/BerneyTD' lambda! +[2020-07-22 04:55:10,944] /u/BerneyTD had their flair updated +[2020-07-22 05:04:26,839] /u/Ridi9t had their flair updated +[2020-07-22 05:06:33,382] There has been a new submission: 'Took me about half the day to make this', with flair 'Gaming' +[2020-07-22 05:06:34,682] /u/Betr0s had their submission removed for insufficient lambda. +[2020-07-22 05:06:36,327] /u/Betr0s had their flair updated +[2020-07-22 05:09:18,729] There has been a new submission: 'BEAUTIFUL PATHS (B ROLL)', with flair 'Video Critique' +[2020-07-22 05:09:19,665] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-07-22 05:09:20,368] /u/Alilowthofficial had their flair updated +[2020-07-22 05:20:26,288] There has been a new submission: '“Meditation is a process of lightening up, of trusting the basic goodness of what we have and who we are, and of realizing that any wisdom that exists, exists in what we already have. We can lead our life so as to become more awake to who we are and what we’re doing rather than trying to improve or', with flair 'Video Critique' +[2020-07-22 05:20:28,336] /u/SoothingRelaxation had their submission removed for insufficient lambda. +[2020-07-22 05:20:30,599] /u/SoothingRelaxation had their flair updated +[2020-07-22 05:24:41,527] There has been a new submission: 'Can you drive across GTA 5, while BLINDFOLDED? (GTA 5 Challenge) | Looking for anything that makes you click off. Especially in the first 30 seconds. I have a 10% drop off mark from the 0:29 - 0:35 second mark as well.', with flair 'Video Critique' +[2020-07-22 05:24:44,926] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 05:24:44,965] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 05:24:46,149] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LOzSimzmCqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 05:24:46,480] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLwUrXSMHS-Ef9JcoYrk2ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 05:24:46,560] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-22 05:24:48,244] /u/RealJayden had their flair updated +[2020-07-22 05:31:48,333] There has been a new submission: 'Video editor for hire', with flair 'Collab' +[2020-07-22 05:31:50,765] /u/FlightoftheMelons had their flair updated +[2020-07-22 05:33:04,955] There has been a new submission: 'Video editor for hire', with flair 'Collab' +[2020-07-22 05:33:07,111] /u/FlightoftheMelons had their flair updated +[2020-07-22 05:39:57,559] There has been a new submission: 'I posted my latest Halo video a while back and got some good feedback. Wondering how this one did? Thanks in advance and love to give out lambda as usual. Also like and sub for Halo!', with flair 'Video Critique' +[2020-07-22 05:39:58,668] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 05:39:58,669] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 05:39:59,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=75wwhvUVgUI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 05:39:59,777] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-22 05:40:00,548] /u/Brandonator247 had their flair updated +[2020-07-22 05:45:39,623] There has been a new submission: 'Analyzing the Comedic and Philosophical Genius of the "Only A Spoonful Vine.” Any criticism is welcome!', with flair 'Video Critique' +[2020-07-22 05:45:41,034] /u/protonsam had their submission removed for insufficient lambda. +[2020-07-22 05:45:42,660] /u/protonsam had their flair updated +[2020-07-22 05:47:15,817] There has been a new submission: 'I got an amazing response from you guys on part 1 of how to build a YouTube cash cow channel, so I've released a part 2 with WAY more helpful information! I highly recommend watching this if you guys are serious about making money on Youtube! Enjoy', with flair 'Vlog' +[2020-07-22 05:47:16,923] /u/Victorcatrina had their submission removed for insufficient lambda. +[2020-07-22 05:47:18,259] /u/Victorcatrina had their flair updated +[2020-07-22 05:52:59,773] There has been a new submission: 'CHECK OUT MY NEW GTA 5 GLITCH VIDEO!!', with flair 'Gaming' +[2020-07-22 05:53:01,141] /u/benhampton71 had their submission removed for insufficient lambda. +[2020-07-22 05:53:03,154] /u/benhampton71 had their flair updated +[2020-07-22 05:53:24,117] There has been a new submission: 'Hook Ep.2: Mermaids HATE Nick | JAM'D', with flair 'Gaming' +[2020-07-22 05:53:25,715] /u/N1ckJr had their submission removed for insufficient lambda. +[2020-07-22 05:53:28,065] /u/N1ckJr had their flair updated +[2020-07-22 06:05:03,516] '/u/endlessvibesmusic' has given '/u/Narband' lambda! +[2020-07-22 06:05:05,226] /u/Narband had their flair updated +[2020-07-22 06:28:43,416] +#################### +[Jul 22 2020 06:28:43] RESTARTED +#################### + +[2020-07-22 06:45:12,645] There has been a new submission: '"sunflower" played on a yakult.', with flair 'Video Critique' +[2020-07-22 06:45:13,672] /u/an1ntellectual had their submission removed for insufficient lambda. +[2020-07-22 06:45:14,993] /u/an1ntellectual had their flair updated +[2020-07-22 06:51:07,572] There has been a new submission: 'do you guys find yourselves watching your own videos?', with flair 'Discussion' +[2020-07-22 06:51:10,114] /u/snailsandbugs had their flair updated +[2020-07-22 06:51:25,909] There has been a new submission: 'Basonto || Snighdho BIKRAMJIT & Aalo Poka ft. Jayanta', with flair 'Art' +[2020-07-22 06:51:27,395] /u/Snighdho_BIKRAMJIT had their submission removed for insufficient lambda. +[2020-07-22 06:51:29,659] /u/Snighdho_BIKRAMJIT had their flair updated +[2020-07-22 07:13:50,630] '/u/SciFi_Pie' has given '/u/razerfire' lambda! +[2020-07-22 07:13:52,701] /u/razerfire had their flair updated +[2020-07-22 07:14:38,960] There has been a new submission: 'What do you all think?', with flair 'Thumbnail Review' +[2020-07-22 07:14:40,203] /u/kicksbyamir had their submission removed for insufficient lambda. +[2020-07-22 07:14:42,448] /u/kicksbyamir had their flair updated +[2020-07-22 07:16:23,285] '/u/SciFi_Pie' has given '/u/ElectionJunkie' lambda! +[2020-07-22 07:16:24,734] /u/ElectionJunkie had their flair updated +[2020-07-22 07:22:38,986] There has been a new submission: 'Hi, I'm currently doing some commentary on Youtube and I really need some feedback on my video, (problem with my opinion/ my thumbnail or my video...) pls help out by checking my video, Thanks', with flair 'Channel Review' +[2020-07-22 07:22:40,622] /u/lytueanh had their submission removed for insufficient lambda. +[2020-07-22 07:22:42,646] /u/lytueanh had their flair updated +[2020-07-22 07:24:10,922] There has been a new submission: 'CHECK IT OUT!', with flair 'Video Critique' +[2020-07-22 07:24:12,349] /u/Dollaru_ had their submission removed for insufficient lambda. +[2020-07-22 07:24:14,284] /u/Dollaru_ had their flair updated +[2020-07-22 07:26:40,726] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-22 07:29:19,097] There has been a new submission: 'Highlight with transition, effect et music ! Shot format, funny moments !', with flair 'Video Critique' +[2020-07-22 07:29:19,818] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 07:29:19,849] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 07:29:20,180] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Q92az1Iy-KE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 07:29:20,364] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcT33O7-rtXukdMj4bB6jWg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 07:29:21,550] /u/Mixa462gaming had their flair updated +[2020-07-22 07:44:05,003] '/u/Brandonator247' has given '/u/etl1234' lambda! +[2020-07-22 07:44:06,920] /u/etl1234 had their flair updated +[2020-07-22 08:21:38,943] There has been a new submission: 'Hey people of reddit, just wanted to share a video a recently uploaded. I could use some help on how to grow or tips. I appreciate the help.', with flair 'Gaming' +[2020-07-22 08:21:40,913] /u/Vixen18 had their submission removed for insufficient lambda. +[2020-07-22 08:21:43,064] /u/Vixen18 had their flair updated +[2020-07-22 08:24:07,232] '/u/ur42ndwrostnightmare' has given '/u/TyrellTGames' lambda! +[2020-07-22 08:24:09,090] /u/TyrellTGames had their flair updated +[2020-07-22 08:28:42,865] +#################### +[Jul 22 2020 08:28:42] RESTARTED +#################### + +[2020-07-22 08:34:28,172] '/u/LewisJones91' has given '/u/billenmintje' lambda! +[2020-07-22 08:34:29,515] /u/billenmintje had their flair updated +[2020-07-22 08:34:39,249] '/u/LewisJones91' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-22 08:34:40,831] /u/aspirefitnesswalnut had their flair updated +[2020-07-22 08:35:01,849] '/u/LewisJones91' has given '/u/MafiasFinestTV' lambda! +[2020-07-22 08:35:04,202] /u/MafiasFinestTV had their flair updated +[2020-07-22 08:35:17,546] '/u/LewisJones91' has given '/u/Barron2110' lambda! +[2020-07-22 08:35:18,822] /u/Barron2110 had their flair updated +[2020-07-22 08:35:38,471] '/u/LewisJones91' has given '/u/kiran_woodwork' lambda! +[2020-07-22 08:35:39,635] /u/kiran_woodwork had their flair updated +[2020-07-22 08:36:13,584] '/u/LewisJones91' has given '/u/Kayin2000' lambda! +[2020-07-22 08:36:14,745] /u/Kayin2000 had their flair updated +[2020-07-22 08:36:37,650] '/u/LewisJones91' has given '/u/JessieH_24' lambda! +[2020-07-22 08:36:38,986] /u/JessieH_24 had their flair updated +[2020-07-22 08:44:43,583] There has been a new submission: 'G'day! Off beat news told by a quokka!', with flair 'Channel Review' +[2020-07-22 08:44:44,975] /u/captainquokkayt had their submission removed for insufficient lambda. +[2020-07-22 08:44:46,732] /u/captainquokkayt had their flair updated +[2020-07-22 08:45:56,554] There has been a new submission: 'G'day! Use to work as a video editor for ray william Johnson and smosh. Have since been left in the dust finally creating something I'm passionate about. Memeulous identity leaked also 🤷♂️', with flair 'Channel Review' +[2020-07-22 08:45:58,032] /u/captainquokkayt had their submission removed for insufficient lambda. +[2020-07-22 08:45:59,551] /u/captainquokkayt had their flair updated +[2020-07-22 09:06:30,773] There has been a new submission: 'Hey everyone I've been doing youtube for roughly 3 years (recently I took a year off to focus on Finishing Collage however now I've finished i’m Back Uploading!) hopefully you guys can check out my content and give some feedback to work on :)', with flair 'Gaming' +[2020-07-22 09:06:32,467] /u/Real_Night_Blade had their submission removed for insufficient lambda. +[2020-07-22 09:06:33,928] /u/Real_Night_Blade had their flair updated +[2020-07-22 09:07:56,335] There has been a new submission: 'For all the fans of Karens.. I give you Karen Memes 3', with flair 'Channel Review' +[2020-07-22 09:07:57,340] /u/numberz3 had their submission removed for insufficient lambda. +[2020-07-22 09:07:58,609] /u/numberz3 had their flair updated +[2020-07-22 09:14:44,307] '/u/Brandonator247' has given '/u/avrona' lambda! +[2020-07-22 09:14:45,936] /u/avrona had their flair updated +[2020-07-22 09:15:31,183] '/u/Brandonator247' has given '/u/AnonWorks_' lambda! +[2020-07-22 09:15:32,796] /u/AnonWorks_ had their flair updated +[2020-07-22 09:35:47,906] There has been a new submission: 'Finding all the capitals of Europe!!', with flair 'Gaming' +[2020-07-22 09:35:49,520] /u/SciManDan had their submission removed for insufficient lambda. +[2020-07-22 09:35:51,130] /u/SciManDan had their flair updated +[2020-07-22 09:39:33,630] There has been a new submission: 'Can anyone give any helpful tips to improve my channel?', with flair 'Channel Review' +[2020-07-22 09:39:34,324] /u/noirbritannia had their submission removed for insufficient lambda. +[2020-07-22 09:39:35,023] /u/noirbritannia had their flair updated +[2020-07-22 09:40:11,311] '/u/Ridi9t' has given '/u/cav_1' lambda! +[2020-07-22 09:40:13,603] /u/cav_1 had their flair updated +[2020-07-22 09:40:24,890] '/u/Ridi9t' has given '/u/ImagineRedOffical' lambda! +[2020-07-22 09:40:27,110] /u/ImagineRedOffical had their flair updated +[2020-07-22 09:40:54,337] '/u/Ridi9t' has given '/u/storiqo' lambda! +[2020-07-22 09:40:56,503] /u/storiqo had their flair updated +[2020-07-22 09:41:23,312] '/u/Ridi9t' has given '/u/Merryrai' lambda! +[2020-07-22 09:41:25,205] /u/Merryrai had their flair updated +[2020-07-22 10:00:35,283] There has been a new submission: 'Question! is there a way to link my youtube channel to my reddit?', with flair 'Discussion' +[2020-07-22 10:00:38,250] /u/Butt___cuddles had their flair updated +[2020-07-22 10:10:10,546] '/u/mikecorrcircus' has given '/u/razerfire' lambda! +[2020-07-22 10:10:12,871] /u/razerfire had their flair updated +[2020-07-22 10:22:01,631] There has been a new submission: 'New video up... show me your love peeps', with flair 'Gaming' +[2020-07-22 10:22:03,778] /u/aleodor13 had their submission removed for insufficient lambda. +[2020-07-22 10:22:05,892] /u/aleodor13 had their flair updated +[2020-07-22 10:23:25,619] There has been a new submission: 'I sat on a bench from 9 - 5', with flair 'Art' +[2020-07-22 10:23:27,325] /u/Vyrtz had their submission removed for insufficient lambda. +[2020-07-22 10:23:29,288] /u/Vyrtz had their flair updated +[2020-07-22 10:23:50,568] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-22 10:28:43,647] +#################### +[Jul 22 2020 10:28:43] RESTARTED +#################### + +[2020-07-22 10:43:45,033] There has been a new submission: 'Warzone Best Moments [gaming]', with flair 'Gaming' +[2020-07-22 10:43:46,423] /u/diwansachidu had their submission removed for insufficient lambda. +[2020-07-22 10:43:48,108] /u/diwansachidu had their flair updated +[2020-07-22 10:44:11,007] There has been a new submission: 'I'm making short, informative/comedy videos on politics in Ireland/EU. I would kill for some feedback, or alternatively give Lambda.', with flair 'Video Critique' +[2020-07-22 10:44:13,095] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 10:44:13,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 10:44:14,694] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Bkez11Qr7o8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 10:44:15,146] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjwWq0n-MZGpDQOnD9VKAPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 10:44:17,645] /u/Noobeater1 had their flair updated +[2020-07-22 10:45:08,069] There has been a new submission: 'Help me get to 500 subs', with flair 'Gaming' +[2020-07-22 10:45:09,403] /u/Zyr3xYT had their submission removed for insufficient lambda. +[2020-07-22 10:45:10,713] /u/Zyr3xYT had their flair updated +[2020-07-22 10:54:02,122] '/u/emilyychu' has given '/u/TetsuFuyu' lambda! +[2020-07-22 10:54:05,029] /u/TetsuFuyu had their flair updated +[2020-07-22 10:54:52,016] '/u/emilyychu' has given '/u/IWI-Team' lambda! +[2020-07-22 10:54:54,765] /u/IWI-Team had their flair updated +[2020-07-22 10:55:13,623] '/u/emilyychu' has given '/u/Vixen18' lambda! +[2020-07-22 10:55:15,313] /u/Vixen18 had their flair updated +[2020-07-22 10:56:23,013] There has been a new submission: 'NATURAL DISASTERS!!!I PEE'D MYSELF!!(FUNNY MOMENTS)(WARZONE)', with flair 'Gaming' +[2020-07-22 10:56:24,766] /u/fromflores had their submission removed for insufficient lambda. +[2020-07-22 10:56:26,186] /u/fromflores had their flair updated +[2020-07-22 11:00:12,009] There has been a new submission: 'How To Annoy Half Your Squad On Warzone', with flair 'Channel Review' +[2020-07-22 11:00:13,728] /u/phatmemer had their submission removed for insufficient lambda. +[2020-07-22 11:00:16,030] /u/phatmemer had their flair updated +[2020-07-22 11:32:16,352] There has been a new submission: 'Our latest video on top 10 new mobile game release! Welcome feedback and reviews :)', with flair 'Video Critique' +[2020-07-22 11:32:18,161] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-07-22 11:32:20,516] /u/kogkeepongaming had their flair updated +[2020-07-22 11:36:57,929] '/u/Ridi9t' has given '/u/Aidandis' lambda! +[2020-07-22 11:36:59,267] /u/Aidandis had their flair updated +[2020-07-22 11:37:13,977] There has been a new submission: 'What percentage of your viewers are from "suggested videos"?', with flair 'Discussion' +[2020-07-22 11:37:15,487] /u/borNYMatter had their flair updated +[2020-07-22 11:39:25,347] There has been a new submission: 'Cartoon - My Husband Left Me Terminally Ill With Four Little Kids! - AmoMama', with flair 'None' +[2020-07-22 11:39:26,082] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-22 11:39:26,776] /u/IndividualGuide had their flair updated +[2020-07-22 11:44:47,323] There has been a new submission: 'subs goal: 1,076/1,100', with flair 'Video Critique' +[2020-07-22 11:44:48,624] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-07-22 11:44:50,366] /u/juststreaminglive had their flair updated +[2020-07-22 11:47:20,955] '/u/Bucki88' has given '/u/yeetbox_' lambda! +[2020-07-22 11:47:22,258] /u/yeetbox_ had their flair updated +[2020-07-22 11:47:40,569] '/u/Bucki88' has given '/u/avrona' lambda! +[2020-07-22 11:47:42,081] /u/avrona had their flair updated +[2020-07-22 11:49:28,270] There has been a new submission: 'Funny GFUEL Plug Pokemon Nuzlocke', with flair 'Gaming' +[2020-07-22 11:49:28,983] /u/DankStee13 had their submission removed for insufficient lambda. +[2020-07-22 11:49:29,544] /u/DankStee13 had their flair updated +[2020-07-22 11:53:31,648] There has been a new submission: 'How can I add short audio reaction GIf in my Vlogs. Please guide.', with flair 'Discussion' +[2020-07-22 11:53:33,934] /u/Tania_Decodes had their flair updated +[2020-07-22 12:01:10,946] '/u/MafiasFinestTV' has given '/u/razerfire' lambda! +[2020-07-22 12:01:13,143] /u/razerfire had their flair updated +[2020-07-22 12:02:19,006] '/u/MafiasFinestTV' has given '/u/TetsuFuyu' lambda! +[2020-07-22 12:02:21,124] /u/TetsuFuyu had their flair updated +[2020-07-22 12:20:14,445] '/u/HookedOnAFeeling360' has given '/u/vegabomb_' lambda! +[2020-07-22 12:20:16,760] /u/vegabomb_ had their flair updated +[2020-07-22 12:20:27,796] There has been a new submission: 'Any audio feedback would be welcome, can't afford any premium stock video unfortunately - The Truth About Fake THC Cartridges: New Data On The Dangerous Chemicals Inside (Original Data & Analysis)', with flair 'Video Critique' +[2020-07-22 12:20:29,394] /u/GreenTimes_ie had their submission removed for insufficient lambda. +[2020-07-22 12:20:31,696] /u/GreenTimes_ie had their flair updated +[2020-07-22 12:25:00,187] There has been a new submission: 'Ben 10 Transformation', with flair 'Gaming' +[2020-07-22 12:25:01,500] /u/JakeAustin97 had their submission removed for insufficient lambda. +[2020-07-22 12:25:03,265] /u/JakeAustin97 had their flair updated +[2020-07-22 12:28:54,315] +#################### +[Jul 22 2020 12:28:54] RESTARTED +#################### + +[2020-07-22 12:49:16,493] There has been a new submission: 'I make musical comedy videos where I introduce bands, write a song like them, and then teach people how to do it too! I'm looking for an editor to help me break through to 30k subs but still, any and all feedback is super welcome and appreciated. (Also totally willing to collab!)', with flair 'Channel Review' +[2020-07-22 12:49:19,031] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 12:49:19,075] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 12:49:20,840] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4hlh1rYxfVU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:49:21,455] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJhOi5SBK9L1YxRQflCgwkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:49:22,933] /u/SxyGuitarMan had their flair updated +[2020-07-22 12:51:19,523] There has been a new submission: 'Wishing Well - Juice WRLD | Fortnite Sniper Montage', with flair 'Gaming' +[2020-07-22 12:51:21,657] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-07-22 12:51:23,876] /u/Hazz-_- had their flair updated +[2020-07-22 12:51:42,540] There has been a new submission: 'Feedback for our first video / Bar review Seoul, South Korea. Really appreciate the feedback! or maybe you even enjoy watching this..', with flair 'Video Critique' +[2020-07-22 12:51:44,056] /u/DonnieandErikReal had their submission removed for insufficient lambda. +[2020-07-22 12:51:46,103] /u/DonnieandErikReal had their flair updated +[2020-07-22 12:52:05,236] There has been a new submission: 'I would really appreciate some feedback on this montage. It would help me out a lot.', with flair 'Video Critique' +[2020-07-22 12:52:06,382] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 12:52:06,424] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 12:52:07,447] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0qYFJk_Bh2s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:52:07,896] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCko1McHl3a5KiJEPCFSzO2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:52:10,851] /u/medfred3 had their flair updated +[2020-07-22 12:53:58,229] There has been a new submission: 'Hi! I recently started with a new YouTube channel. Basically I make meme stuff. This is one of my first edits. It would be much apperciated if you take time and check out. Lambda for helpful critique!', with flair 'Video Critique' +[2020-07-22 12:53:59,297] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 12:53:59,299] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 12:54:00,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Nw6rmqChGVU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:54:00,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFO9eKtN_mKXFXdOI9VvkRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 12:54:03,148] /u/yeetbox_ had their flair updated +[2020-07-22 13:07:30,425] There has been a new submission: 'Hey everyone, if you’re interested in checking out a new channel go ahead and please leave me feedback so I can improve', with flair 'Channel Review' +[2020-07-22 13:07:31,894] /u/JKLOL2157 had their submission removed for insufficient lambda. +[2020-07-22 13:07:33,169] /u/JKLOL2157 had their flair updated +[2020-07-22 13:17:08,628] There has been a new submission: 'Mami (official video)', with flair 'None' +[2020-07-22 13:17:09,893] /u/Present_Fisherman had their submission removed for insufficient lambda. +[2020-07-22 13:17:11,241] /u/Present_Fisherman had their flair updated +[2020-07-22 13:22:34,289] '/u/yobo723' has given '/u/DarthGaff' lambda! +[2020-07-22 13:22:36,622] /u/DarthGaff had their flair updated +[2020-07-22 13:24:21,652] '/u/Ridi9t' has given '/u/DonnieandErikReal' lambda! +[2020-07-22 13:24:23,699] /u/DonnieandErikReal had their flair updated +[2020-07-22 13:27:39,818] '/u/yobo723' has given '/u/avrona' lambda! +[2020-07-22 13:27:41,536] /u/avrona had their flair updated +[2020-07-22 13:30:04,251] There has been a new submission: 'NBA 2K20 Mobile', with flair 'Gaming' +[2020-07-22 13:30:05,879] /u/vanooliver50 had their submission removed for insufficient lambda. +[2020-07-22 13:30:08,657] /u/vanooliver50 had their flair updated +[2020-07-22 13:32:29,066] '/u/yobo723' has given '/u/etl1234' lambda! +[2020-07-22 13:32:31,208] /u/etl1234 had their flair updated +[2020-07-22 13:41:09,465] There has been a new submission: 'Trolls, Haters, and other "Wonderful" People', with flair 'Discussion' +[2020-07-22 13:41:12,392] /u/ElectionJunkie had their flair updated +[2020-07-22 13:43:47,101] There has been a new submission: 'I put A LOT of time into my videos and I think my newest is my best one yet! If you're interested in funny gaming moments with friends and just having a laugh, I'd love to hear what you think of it!', with flair 'Gaming' +[2020-07-22 13:43:48,565] /u/camskiez had their submission removed for insufficient lambda. +[2020-07-22 13:43:50,481] /u/camskiez had their flair updated +[2020-07-22 13:44:49,849] There has been a new submission: 'Just Looking For Critisism', with flair 'Video Critique' +[2020-07-22 13:44:51,130] /u/Pretzelpwn had their submission removed for insufficient lambda. +[2020-07-22 13:44:52,842] /u/Pretzelpwn had their flair updated +[2020-07-22 13:47:42,304] There has been a new submission: 'Meditation Music for Mind', with flair 'Video Critique' +[2020-07-22 13:47:43,541] /u/relaxhomemusic had their submission removed for insufficient lambda. +[2020-07-22 13:47:44,681] /u/relaxhomemusic had their flair updated +[2020-07-22 13:50:55,032] There has been a new submission: 'What do you do when burned out?', with flair 'Discussion' +[2020-07-22 13:50:57,953] /u/Cocoa_Milk had their flair updated +[2020-07-22 13:54:02,241] There has been a new submission: 'Ideas for making YT videos as a convenience store manager in the US for a foreign audience?', with flair 'Discussion' +[2020-07-22 13:54:04,940] /u/MidoriMoriYT had their flair updated +[2020-07-22 13:58:58,366] There has been a new submission: 'Always Has Been', with flair 'Gaming' +[2020-07-22 13:58:59,124] /u/Tendyei had their submission removed for insufficient lambda. +[2020-07-22 13:58:59,829] /u/Tendyei had their flair updated +[2020-07-22 14:02:31,895] There has been a new submission: 'Hi guys, I would like some feedback with my editing, thumbnail, etc on this gameplay video. (it's Apex Legends) I got a pretty good game with Bloodhound using the G7 Scout, and I thought it would be good for a video. I will give lambda to anyone who gives feedback! thank you!', with flair 'Video Critique' +[2020-07-22 14:02:32,347] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 14:02:32,360] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 14:02:32,767] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6g3BSOBbCVM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:02:32,966] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5rK5ZfXKn5I9AlzICekecg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:02:35,551] /u/Ali_Bama had their flair updated +[2020-07-22 14:03:37,665] '/u/Ridi9t' has given '/u/camskiez' lambda! +[2020-07-22 14:03:39,566] /u/camskiez had their flair updated +[2020-07-22 14:06:29,401] '/u/medfred3' has given '/u/camskiez' lambda! +[2020-07-22 14:06:30,822] /u/camskiez had their flair updated +[2020-07-22 14:07:23,250] '/u/medfred3' has given '/u/JKLOL2157' lambda! +[2020-07-22 14:07:25,307] /u/JKLOL2157 had their flair updated +[2020-07-22 14:08:15,090] '/u/medfred3' has given '/u/borNYMatter' lambda! +[2020-07-22 14:08:17,383] /u/borNYMatter had their flair updated +[2020-07-22 14:13:21,409] There has been a new submission: 'I’ve started a series where a play some of the weirdest lesser known games on steam, the first game I decided to do is JEF, feedback would be great :)', with flair 'Gaming' +[2020-07-22 14:13:21,861] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 14:13:21,882] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 14:13:22,214] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RChXZ1lQMWY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:13:22,425] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0NxVFwd97iKV3rvAer-HMA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:13:25,082] /u/Anti_Pasti_ had their flair updated +[2020-07-22 14:17:45,779] There has been a new submission: 'CALL OF DUTY MORDEN WARFARE', with flair 'Gaming' +[2020-07-22 14:17:46,756] /u/Gamershideout had their submission removed for insufficient lambda. +[2020-07-22 14:17:47,885] /u/Gamershideout had their flair updated +[2020-07-22 14:18:04,869] There has been a new submission: 'Would love any feedback!', with flair 'Vlog' +[2020-07-22 14:18:05,930] /u/phillyfan625 had their submission removed for insufficient lambda. +[2020-07-22 14:18:07,095] /u/phillyfan625 had their flair updated +[2020-07-22 14:22:02,730] There has been a new submission: 'I run a series where I interview all kinds of creatives from all over the world. Let me know what you think and what I could possibly do better ? Lambda for constructive criticism', with flair 'Channel Review' +[2020-07-22 14:22:02,955] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 14:22:02,957] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 14:22:03,081] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MLFR6f1eJ74&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:22:03,207] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCN5hFq-o5jyarfPwPI5pU1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:22:06,180] /u/MPSvs had their flair updated +[2020-07-22 14:25:26,482] There has been a new submission: 'How to grow FAST on youtube like CHIZELED!!! giving lambda to good comments...', with flair 'Video Critique' +[2020-07-22 14:25:27,062] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 14:25:27,063] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 14:25:27,228] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7hgJ-nmWBro&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:25:27,420] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSd88aR7skCGJb3lcz-179w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 14:25:30,082] /u/wayfaring_wizard had their flair updated +[2020-07-22 14:28:53,654] +#################### +[Jul 22 2020 14:28:53] RESTARTED +#################### + +[2020-07-22 14:52:41,498] There has been a new submission: 'Wait for the End! [30-Second Video]', with flair 'Video Critique' +[2020-07-22 14:52:43,423] /u/Zanvure had their submission removed for insufficient lambda. +[2020-07-22 14:52:45,922] /u/Zanvure had their flair updated +[2020-07-22 14:53:04,619] There has been a new submission: 'Does Browse feature only show your video to your subscribers?', with flair 'Discussion' +[2020-07-22 14:53:07,402] /u/Cephas11 had their flair updated +[2020-07-22 14:53:56,552] '/u/RealJayden' has given '/u/etl1234' lambda! +[2020-07-22 14:53:59,215] /u/etl1234 had their flair updated +[2020-07-22 14:54:45,730] '/u/emilyychu' has given '/u/MPSvs' lambda! +[2020-07-22 14:54:48,353] /u/MPSvs had their flair updated +[2020-07-22 14:55:12,113] There has been a new submission: 'hi!! i spiced things up a bit on joji’s rain on me,, what do you guys think??', with flair 'Video Critique' +[2020-07-22 14:55:13,267] /u/alegnajnm had their submission removed for insufficient lambda. +[2020-07-22 14:55:14,909] /u/alegnajnm had their flair updated +[2020-07-22 14:56:39,262] '/u/Nadia_Robot' has given '/u/MPSvs' lambda! +[2020-07-22 14:56:41,839] /u/MPSvs had their flair updated +[2020-07-22 15:07:15,210] There has been a new submission: 'Here's my new vid :). I tried to make it short and snappy with editing. I hope you guys like it :). Giving lambda to useful advice! :D', with flair 'None' +[2020-07-22 15:07:16,723] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 15:07:16,762] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 15:07:17,582] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Yc6iLRseF7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:07:17,953] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:07:20,082] /u/ShikharTrivedi had their flair updated +[2020-07-22 15:25:05,292] There has been a new submission: 'Finally made something new. Any feedback or support in the way of likes and subscriptions is much appreciated!', with flair 'Channel Review' +[2020-07-22 15:25:07,670] /u/kscircle had their submission removed for insufficient lambda. +[2020-07-22 15:25:09,405] /u/kscircle had their flair updated +[2020-07-22 15:32:05,064] There has been a new submission: 'Hardest part of pandemic for me has been not being able to make my normal standup content, bought a gopro and decided I'd just drive around and rant about trending topics- this week it's Trader Joes getting cancelled for their 'racist packaging'', with flair 'Video Critique' +[2020-07-22 15:32:06,581] /u/daveneal had their submission removed for insufficient lambda. +[2020-07-22 15:32:08,891] /u/daveneal had their flair updated +[2020-07-22 15:36:04,838] '/u/Anti_Pasti_' has given '/u/ShikharTrivedi' lambda! +[2020-07-22 15:36:06,355] /u/ShikharTrivedi had their flair updated +[2020-07-22 15:37:53,857] '/u/ArtistPerry' has given '/u/TriceratopsJr' lambda! +[2020-07-22 15:37:55,911] /u/TriceratopsJr had their flair updated +[2020-07-22 15:38:39,239] /u/ElectionJunkie had their flair updated +[2020-07-22 15:40:08,955] There has been a new submission: 'The Minecraft VR Hardcore Experience - basically, a whole lotta dying...', with flair 'Gaming' +[2020-07-22 15:40:11,093] /u/PoondehYT had their submission removed for insufficient lambda. +[2020-07-22 15:40:13,487] /u/PoondehYT had their flair updated +[2020-07-22 15:42:03,386] There has been a new submission: 'Made a video on one of the lesser known games! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-22 15:42:04,369] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 15:42:04,371] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 15:42:05,390] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Yc6iLRseF7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:42:05,680] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:42:08,950] /u/ShikharTrivedi had their flair updated +[2020-07-22 15:44:00,452] There has been a new submission: 'Focusing on one topic?', with flair 'Discussion' +[2020-07-22 15:44:02,438] /u/RealMisterecks had their flair updated +[2020-07-22 15:45:58,999] There has been a new submission: 'How to Make Kraft Mac and Cheese Microwave || My Stoner Kitchen...this is my third episode in a series of cooking vids tryin to get some feedback would greatly appreciate it!!', with flair 'Video Critique' +[2020-07-22 15:45:59,477] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 15:45:59,494] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 15:45:59,866] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FcFrdXCppAo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:46:00,079] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6obQFdnSqHRSurLqAWAIaw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 15:46:02,125] /u/nicobrunostandup had their flair updated +[2020-07-22 15:46:50,120] '/u/wayfaring_wizard' has given '/u/ShikharTrivedi' lambda! +[2020-07-22 15:46:51,393] /u/ShikharTrivedi had their flair updated +[2020-07-22 15:48:28,316] '/u/Ali_Bama' has given '/u/meltedsundae' lambda! +[2020-07-22 15:48:29,403] /u/meltedsundae had their flair updated +[2020-07-22 15:50:08,745] There has been a new submission: 'Nba 2k20 toxic elite 3 pulled up on me!! Nba 2k20 best center build!!', with flair 'Gaming' +[2020-07-22 15:50:10,315] /u/josh_gbh had their submission removed for insufficient lambda. +[2020-07-22 15:50:12,691] /u/josh_gbh had their flair updated +[2020-07-22 15:59:25,457] '/u/Anti_Pasti_' has given '/u/pitsch911' lambda! +[2020-07-22 15:59:26,853] /u/pitsch911 had their flair updated +[2020-07-22 16:01:08,456] There has been a new submission: 'What’s the most stressful video you ever created???', with flair 'Channel Review' +[2020-07-22 16:01:10,221] /u/prettyface69 had their submission removed for insufficient lambda. +[2020-07-22 16:01:12,477] /u/prettyface69 had their flair updated +[2020-07-22 16:01:39,014] There has been a new submission: 'Hello, I have started making videos for the NCAA Sports series, both series and how to mod the games. Let me know what you think and what I can add!', with flair 'Channel Review' +[2020-07-22 16:01:40,574] /u/pitsch911 had their submission removed for insufficient lambda. +[2020-07-22 16:01:43,445] /u/pitsch911 had their flair updated +[2020-07-22 16:03:59,433] There has been a new submission: 'You NEED This Class Setup!!! | BEST P90 Class | CoD: Modern Warfare & Warzone [GIVING LAMBDA TO USEFUL ADVICE]', with flair 'Video Critique' +[2020-07-22 16:03:59,938] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 16:03:59,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 16:04:00,365] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y33bCbUj0lY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:04:00,567] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJuCMgodKr2shbK0jiv4ckw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:04:03,167] /u/etl1234 had their flair updated +[2020-07-22 16:05:05,832] '/u/pinappleonpizza123' has given '/u/brodude__' lambda! +[2020-07-22 16:05:07,879] /u/brodude__ had their flair updated +[2020-07-22 16:05:42,081] '/u/pinappleonpizza123' has given '/u/AlsleumMusic' lambda! +[2020-07-22 16:05:43,549] /u/AlsleumMusic had their flair updated +[2020-07-22 16:06:30,904] '/u/pinappleonpizza123' has given '/u/RealJayden' lambda! +[2020-07-22 16:06:32,239] /u/RealJayden had their flair updated +[2020-07-22 16:07:02,890] '/u/pinappleonpizza123' has given '/u/DonnieandErikReal' lambda! +[2020-07-22 16:07:04,728] /u/DonnieandErikReal had their flair updated +[2020-07-22 16:07:56,918] '/u/pinappleonpizza123' has given '/u/PoondehYT' lambda! +[2020-07-22 16:07:58,268] /u/PoondehYT had their flair updated +[2020-07-22 16:08:11,576] There has been a new submission: 'Refillable SPRAY GUN', with flair 'Video Critique' +[2020-07-22 16:08:12,843] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-07-22 16:08:13,990] /u/tharindudamesha had their flair updated +[2020-07-22 16:10:26,903] There has been a new submission: 'Top Twelve Internet user countries in the world', with flair 'Video Critique' +[2020-07-22 16:10:27,672] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 16:10:27,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 16:10:28,155] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ge7o_4boMVI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:10:28,375] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-J9dZrjy7QfaBJJ1e5ahrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:10:31,642] /u/Data_4_You had their flair updated +[2020-07-22 16:14:23,757] There has been a new submission: 'Hey guys check out my solo I just uploaded n leave feedback 🙏', with flair 'Art' +[2020-07-22 16:14:25,234] /u/Acoustic360 had their submission removed for insufficient lambda. +[2020-07-22 16:14:26,996] /u/Acoustic360 had their flair updated +[2020-07-22 16:17:28,422] There has been a new submission: 'Why cant i share my channel or videos on this reddit?', with flair 'Discussion' +[2020-07-22 16:17:30,260] /u/Butt___cuddles had their flair updated +[2020-07-22 16:18:11,554] '/u/Data_4_You' has given '/u/MJMusic_FreeMusic' lambda! +[2020-07-22 16:18:14,138] /u/MJMusic_FreeMusic had their flair updated +[2020-07-22 16:25:13,091] /u/camskiez had their flair updated +[2020-07-22 16:25:19,897] There has been a new submission: 'I’m terrible at this but I’m proud of this vid. It’s terribly edited but I like it', with flair 'Gaming' +[2020-07-22 16:25:21,149] /u/ThatFatKidInSchool had their submission removed for insufficient lambda. +[2020-07-22 16:25:22,802] /u/ThatFatKidInSchool had their flair updated +[2020-07-22 16:26:13,753] There has been a new submission: 'Please critique my video! Giving out lambdas for good advice :)', with flair 'Video Critique' +[2020-07-22 16:26:14,698] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 16:26:14,822] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 16:26:16,012] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mbz0TnYrWAo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:26:16,543] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 16:26:19,002] /u/GhrimeTF2 had their flair updated +[2020-07-22 16:29:24,966] +#################### +[Jul 22 2020 16:29:24] RESTARTED +#################### + +[2020-07-22 17:09:00,201] There has been a new submission: 'I'm a small YouTuber trying to become bigger', with flair 'Channel Review' +[2020-07-22 17:09:01,545] /u/baliko2 had their submission removed for insufficient lambda. +[2020-07-22 17:09:02,244] /u/baliko2 had their flair updated +[2020-07-22 17:09:18,189] There has been a new submission: 'High Octane.exe', with flair 'Gaming' +[2020-07-22 17:09:18,927] /u/captainwitheryt had their submission removed for insufficient lambda. +[2020-07-22 17:09:19,460] /u/captainwitheryt had their flair updated +[2020-07-22 17:09:36,605] There has been a new submission: 'knockout beta 1.2 -Angous is here', with flair 'Gaming' +[2020-07-22 17:09:38,569] /u/DamienDaGamerYT had their submission removed for insufficient lambda. +[2020-07-22 17:09:39,021] /u/DamienDaGamerYT had their flair updated +[2020-07-22 17:09:55,560] There has been a new submission: 'Im a little confused on how the currency thing works', with flair 'Discussion' +[2020-07-22 17:09:56,748] /u/Butt___cuddles had their flair updated +[2020-07-22 17:10:08,961] There has been a new submission: 'Episode Reviews Digest 7 | Here Comes Gibiate [1]', with flair 'Video Critique' +[2020-07-22 17:10:11,046] /u/jgramos had their submission removed for insufficient lambda. +[2020-07-22 17:10:13,374] /u/jgramos had their flair updated +[2020-07-22 17:10:22,456] There has been a new submission: 'Fortnite livestreaming action from an 8 year old god', with flair 'Gaming' +[2020-07-22 17:10:24,135] /u/KiddyEntrepreneurs had their submission removed for insufficient lambda. +[2020-07-22 17:10:26,508] /u/KiddyEntrepreneurs had their flair updated +[2020-07-22 17:10:46,674] There has been a new submission: 'I could use some advise and feedback to help grow my channel :D', with flair 'Video Critique' +[2020-07-22 17:10:48,273] /u/Benjimon1237 had their submission removed for insufficient lambda. +[2020-07-22 17:10:50,610] /u/Benjimon1237 had their flair updated +[2020-07-22 17:11:10,606] There has been a new submission: 'Bedroom Pop Rap', with flair 'Channel Review' +[2020-07-22 17:11:12,527] /u/lookatdakid had their submission removed for insufficient lambda. +[2020-07-22 17:11:14,782] /u/lookatdakid had their flair updated +[2020-07-22 17:11:54,970] '/u/nicobrunostandup' has given '/u/Butt___cuddles' lambda! +[2020-07-22 17:11:58,536] /u/Butt___cuddles had their flair updated +[2020-07-22 17:12:34,369] '/u/nicobrunostandup' has given '/u/pitsch911' lambda! +[2020-07-22 17:12:37,043] /u/pitsch911 had their flair updated +[2020-07-22 17:13:41,122] '/u/Data_4_You' has given '/u/JenniferMatthew' lambda! +[2020-07-22 17:13:44,569] /u/JenniferMatthew had their flair updated +[2020-07-22 17:16:18,574] /u/Butt___cuddles had their flair updated +[2020-07-22 17:17:09,750] /u/OHJAYRAGE had their flair updated +[2020-07-22 17:17:29,587] '/u/MafiasFinestTV' has given '/u/DonnieandErikReal' lambda! +[2020-07-22 17:17:31,961] /u/DonnieandErikReal had their flair updated +[2020-07-22 17:18:19,548] '/u/ur42ndwrostnightmare' has given '/u/Jardayylmao' lambda! +[2020-07-22 17:18:21,557] /u/Jardayylmao had their flair updated +[2020-07-22 17:18:42,310] /u/Butt___cuddles had their flair updated +[2020-07-22 17:19:19,004] /u/Orangeito had their flair updated +[2020-07-22 17:21:05,985] '/u/Mixa462gaming' has given '/u/Purlot4' lambda! +[2020-07-22 17:21:08,566] /u/Purlot4 had their flair updated +[2020-07-22 17:22:54,458] '/u/IWI-Team' has given '/u/brodude__' lambda! +[2020-07-22 17:22:57,166] /u/brodude__ had their flair updated +[2020-07-22 17:27:39,159] '/u/DoktorSkipper' has given '/u/DonnieandErikReal' lambda! +[2020-07-22 17:27:41,373] /u/DonnieandErikReal had their flair updated +[2020-07-22 17:28:14,530] '/u/yeetbox_' has given '/u/KevinClaus' lambda! +[2020-07-22 17:28:16,499] /u/KevinClaus had their flair updated +[2020-07-22 17:29:22,034] '/u/yeetbox_' has given '/u/undercoveractor' lambda! +[2020-07-22 17:29:24,083] /u/undercoveractor had their flair updated +[2020-07-22 17:30:29,210] There has been a new submission: 'Top Gaming Gift Ideas - Series 2. Lambda for all sincere comments and reviews! Thank you.', with flair 'Channel Review' +[2020-07-22 17:30:32,523] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 17:30:32,526] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 17:30:34,203] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VwAa1Xhv6cY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 17:30:34,617] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 17:30:38,063] /u/IWI-Team had their flair updated +[2020-07-22 17:30:57,804] There has been a new submission: 'Something Funny', with flair 'Channel Review' +[2020-07-22 17:30:59,440] /u/VennGG had their submission removed for insufficient lambda. +[2020-07-22 17:31:01,883] /u/VennGG had their flair updated +[2020-07-22 17:31:21,929] There has been a new submission: 'YT advertising traffic source', with flair 'Discussion' +[2020-07-22 17:31:24,804] /u/dougmoore01 had their flair updated +[2020-07-22 17:31:44,759] There has been a new submission: 'Looking for a Partner for Prank channel (Orange county, California)', with flair 'Collab' +[2020-07-22 17:31:47,138] /u/Live-Passenger had their flair updated +[2020-07-22 17:32:08,232] There has been a new submission: 'We would love some feedback on the video. Anyone who comments, also leave your channel and we will check it out as well :)', with flair 'Video Critique' +[2020-07-22 17:32:09,744] /u/WeirdThoughtfulHuman had their submission removed for insufficient lambda. +[2020-07-22 17:32:11,950] /u/WeirdThoughtfulHuman had their flair updated +[2020-07-22 17:34:03,568] '/u/medfred3' has given '/u/Butt___cuddles' lambda! +[2020-07-22 17:34:05,900] /u/Butt___cuddles had their flair updated +[2020-07-22 17:34:54,816] '/u/IWI-Team' has given '/u/Butt___cuddles' lambda! +[2020-07-22 17:34:57,644] /u/Butt___cuddles had their flair updated +[2020-07-22 17:36:29,072] '/u/yeetbox_' has given '/u/TriceratopsJr' lambda! +[2020-07-22 17:36:31,659] /u/TriceratopsJr had their flair updated +[2020-07-22 17:38:47,408] '/u/yeetbox_' has given '/u/MPSvs' lambda! +[2020-07-22 17:38:49,866] /u/MPSvs had their flair updated +[2020-07-22 17:39:09,490] '/u/yeetbox_' has given '/u/jaykayx10' lambda! +[2020-07-22 17:39:10,637] /u/jaykayx10 had their flair updated +[2020-07-22 17:39:58,017] There has been a new submission: 'Hey! Im a new creator, and as I love subs, I really would love feedback more than anything! If you don’t mind checking it out! I can check out yours too!(:', with flair 'Channel Review' +[2020-07-22 17:39:59,247] /u/thecccandymaster had their submission removed for insufficient lambda. +[2020-07-22 17:39:59,700] /u/thecccandymaster had their flair updated +[2020-07-22 17:41:26,187] '/u/yeetbox_' has given '/u/medfred3' lambda! +[2020-07-22 17:41:28,848] /u/medfred3 had their flair updated +[2020-07-22 17:45:15,707] There has been a new submission: 'Skycycle Experience at Eden Nature Park Davao Philippines', with flair 'Vlog' +[2020-07-22 17:45:17,054] /u/chillwithdel had their submission removed for insufficient lambda. +[2020-07-22 17:45:18,611] /u/chillwithdel had their flair updated +[2020-07-22 17:45:42,099] There has been a new submission: 'Hi, I recently started my YouTube channel whenever I post a video I feel I have done well but I need opinions on what I can work on the video editing , title, description etc I am open any kind of suggestions as I want to learn and progress', with flair 'Video Critique' +[2020-07-22 17:45:43,249] /u/bmvsagar7 had their submission removed for insufficient lambda. +[2020-07-22 17:45:44,642] /u/bmvsagar7 had their flair updated +[2020-07-22 17:46:22,092] '/u/yeetbox_' has given '/u/MonsterPuppetZam' lambda! +[2020-07-22 17:46:25,081] /u/MonsterPuppetZam had their flair updated +[2020-07-22 17:49:06,517] '/u/SxyGuitarMan' has given '/u/glendaleheroes' lambda! +[2020-07-22 17:49:08,936] /u/glendaleheroes had their flair updated +[2020-07-22 17:50:07,383] '/u/ShikharTrivedi' has given '/u/GonSoku7' lambda! +[2020-07-22 17:50:10,750] /u/GonSoku7 had their flair updated +[2020-07-22 17:56:21,587] There has been a new submission: 'I made Full Crit Zed.EXE montage in League of Legends. I hope you give me some advice for the next videos :)', with flair 'Gaming' +[2020-07-22 17:56:23,434] /u/GonSoku7 had their submission removed for insufficient lambda. +[2020-07-22 17:56:25,526] /u/GonSoku7 had their flair updated +[2020-07-22 18:01:15,390] There has been a new submission: 'I spent way to long editing this screen protector install! Let me know you what you think. Lambda given for feedback on what I can improve.', with flair 'Video Critique' +[2020-07-22 18:01:17,023] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 18:01:17,024] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 18:01:18,663] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rU90PFuBu-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:01:19,074] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:01:22,410] /u/Djbernie805 had their flair updated +[2020-07-22 18:02:29,069] There has been a new submission: 'Need some advice for retaining viewership', with flair 'Discussion' +[2020-07-22 18:02:32,231] /u/blacksmyth34 had their flair updated +[2020-07-22 18:02:50,781] There has been a new submission: 'restarting up my channel', with flair 'Video Critique' +[2020-07-22 18:02:52,338] /u/flashdash20 had their submission removed for insufficient lambda. +[2020-07-22 18:02:54,465] /u/flashdash20 had their flair updated +[2020-07-22 18:07:55,885] There has been a new submission: 'This is my first song, please give me feedback!', with flair 'Video Critique' +[2020-07-22 18:07:56,994] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 18:07:56,995] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 18:07:59,089] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DVDOzjF3AoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:07:59,580] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiW03QI-XutTlnvUrLxTdVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:08:01,505] /u/yungrebel2050 had their flair updated +[2020-07-22 18:10:42,221] '/u/yeetbox_' has given '/u/storiqo' lambda! +[2020-07-22 18:10:44,964] /u/storiqo had their flair updated +[2020-07-22 18:11:05,607] There has been a new submission: 'This needs to STOP PLEASE! - Call Of Duty Warzone - Journey to a Curly 30', with flair 'Gaming' +[2020-07-22 18:11:07,239] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-22 18:11:09,496] /u/Curlyiix had their flair updated +[2020-07-22 18:15:54,365] There has been a new submission: 'Check out my yt channel!!!', with flair 'Gaming' +[2020-07-22 18:15:55,515] /u/NoHMayor had their submission removed for insufficient lambda. +[2020-07-22 18:15:57,035] /u/NoHMayor had their flair updated +[2020-07-22 18:17:10,817] There has been a new submission: 'Hey! I mostly make cover videos and tutorials, with the occasional vlog. This is a little update video, so it's a bit different than most of my channel. I don't have many videos that I just talk to the camera, so any advice on presentation and quality would be greatly appreciated!', with flair 'Video Critique' +[2020-07-22 18:17:12,196] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 18:17:12,198] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 18:17:13,713] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tNEP6I3tVPE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:17:14,005] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 18:17:16,713] /u/AlsleumMusic had their flair updated +[2020-07-22 18:17:39,385] '/u/Djbernie805' has given '/u/AlsleumMusic' lambda! +[2020-07-22 18:17:42,252] /u/AlsleumMusic had their flair updated +[2020-07-22 18:20:06,010] '/u/yeetbox_' has given '/u/wertys761' lambda! +[2020-07-22 18:20:08,336] /u/wertys761 had their flair updated +[2020-07-22 18:21:22,923] There has been a new submission: 'Starting a YT channel, how would I go about making videos? What recording/editing software do you recommend?', with flair 'Discussion' +[2020-07-22 18:21:25,285] /u/JCtheMemer had their flair updated +[2020-07-22 18:24:48,074] There has been a new submission: 'LA caught on fire during a crazy Independence Day.', with flair 'Video Critique' +[2020-07-22 18:24:49,348] /u/Cooper-Media had their submission removed for insufficient lambda. +[2020-07-22 18:24:51,114] /u/Cooper-Media had their flair updated +[2020-07-22 18:25:11,138] '/u/yeetbox_' has given '/u/superwatt123' lambda! +[2020-07-22 18:25:12,687] /u/superwatt123 had their flair updated +[2020-07-22 18:27:10,633] There has been a new submission: 'Professional Marketing Video - Posted on YouTube', with flair 'Video Critique' +[2020-07-22 18:27:11,902] /u/AndyManCan4 had their submission removed for insufficient lambda. +[2020-07-22 18:27:13,091] /u/AndyManCan4 had their flair updated +[2020-07-22 18:28:43,861] There has been a new submission: 'Subscribe and turn on notifications', with flair 'Gaming' +[2020-07-22 18:29:27,858] +#################### +[Jul 22 2020 18:29:27] RESTARTED +#################### + +[2020-07-22 19:09:16,940] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-07-22 19:09:18,169] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-07-22 19:09:18,740] /u/Just0Andrew had their flair updated +[2020-07-22 19:09:35,096] There has been a new submission: 'My newest song The Hunting Beast with a visualizer! Any criticism is appreciated!', with flair 'Video Critique' +[2020-07-22 19:09:37,178] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 19:09:37,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 19:09:38,280] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mL2a5wDGCTU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:09:38,688] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKwj0E33bLbsd-nW_KGGZOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:09:40,287] /u/superwatt123 had their flair updated +[2020-07-22 19:09:56,800] There has been a new submission: 'Delete Instagram & NEVER Relapse Again (NoFap & Semen Retention)', with flair 'Vlog' +[2020-07-22 19:09:57,496] /u/1Magic had their submission removed for insufficient lambda. +[2020-07-22 19:09:58,274] /u/1Magic had their flair updated +[2020-07-22 19:11:30,242] '/u/yeetbox_' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 19:11:33,319] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:13:26,055] '/u/yeetbox_' has given '/u/andyofasgard' lambda! +[2020-07-22 19:13:28,516] /u/andyofasgard had their flair updated +[2020-07-22 19:14:05,596] '/u/medfred3' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 19:14:08,059] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:17:20,134] '/u/brodude__' has given '/u/Brandonator247' lambda! +[2020-07-22 19:17:22,421] /u/Brandonator247 had their flair updated +[2020-07-22 19:18:09,555] '/u/brodude__' has given '/u/kshapp03' lambda! +[2020-07-22 19:18:11,681] /u/kshapp03 had their flair updated +[2020-07-22 19:21:26,844] '/u/yungrebel2050' has given '/u/andyofasgard' lambda! +[2020-07-22 19:21:29,829] /u/andyofasgard had their flair updated +[2020-07-22 19:23:27,536] '/u/MPSvs' has given '/u/IWI-Team' lambda! +[2020-07-22 19:23:30,284] /u/IWI-Team had their flair updated +[2020-07-22 19:23:50,067] '/u/yeetbox_' has given '/u/HeyGuilty' lambda! +[2020-07-22 19:23:51,951] /u/HeyGuilty had their flair updated +[2020-07-22 19:25:13,712] There has been a new submission: 'Hello! I just made my youtube channel recently. My videos are minecraft related but with a mix of a meme edits. This video is one of my first of these types of videos and I plan to make more in the future. Please feel free to check out my channel and if you want you can subscribe. Giving lambda!', with flair 'Video Critique' +[2020-07-22 19:25:14,155] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 19:25:14,156] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 19:25:14,444] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=guQi6dK8O-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:25:14,633] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5wigIl-_N-YOgzQ01qLoNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:25:16,520] /u/brodude__ had their flair updated +[2020-07-22 19:25:23,526] There has been a new submission: 'Making videos of cars (and I’m sure other things is hard)', with flair 'Discussion' +[2020-07-22 19:25:25,120] /u/Spinstorm had their flair updated +[2020-07-22 19:25:43,426] There has been a new submission: 'Feedback on channel, football vlogger, any support appreciated', with flair 'Vlog' +[2020-07-22 19:25:44,525] /u/YodaShagsDarthVader had their submission removed for insufficient lambda. +[2020-07-22 19:25:45,881] /u/YodaShagsDarthVader had their flair updated +[2020-07-22 19:26:05,348] There has been a new submission: 'Not a creator here, just love finding new stuff!', with flair 'None' +[2020-07-22 19:26:06,613] /u/YerMum1977 had their submission removed for insufficient lambda. +[2020-07-22 19:26:07,903] /u/YerMum1977 had their flair updated +[2020-07-22 19:26:28,290] There has been a new submission: 'A recipe channel show some love guys', with flair 'Vlog' +[2020-07-22 19:26:29,432] /u/feyth-fey had their submission removed for insufficient lambda. +[2020-07-22 19:26:30,627] /u/feyth-fey had their flair updated +[2020-07-22 19:26:47,654] There has been a new submission: 'Check this out guys and let me know what you think how can I improve?', with flair 'Vlog' +[2020-07-22 19:26:48,801] /u/Cljones22 had their submission removed for insufficient lambda. +[2020-07-22 19:26:50,156] /u/Cljones22 had their flair updated +[2020-07-22 19:27:07,491] There has been a new submission: 'THROAT GOATIN GLIZZYS WITH CARL WHEEZER (COD MW Funny Moments) Wanna get some criticism if that’s cool', with flair 'Video Critique' +[2020-07-22 19:27:08,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 19:27:08,720] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 19:27:10,394] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NbBv251ud2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:27:10,849] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCf5w98JAbO5XgJbNU3bIL7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:27:13,871] /u/vegabomb_ had their flair updated +[2020-07-22 19:27:33,048] '/u/MPSvs' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 19:27:35,185] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:28:09,425] '/u/yeetbox_' has given '/u/kshapp03' lambda! +[2020-07-22 19:28:11,270] /u/kshapp03 had their flair updated +[2020-07-22 19:31:43,170] '/u/AlsleumMusic' has given '/u/andyofasgard' lambda! +[2020-07-22 19:31:46,164] /u/andyofasgard had their flair updated +[2020-07-22 19:32:28,055] '/u/AlsleumMusic' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 19:32:30,836] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:33:35,691] There has been a new submission: 'Who's a Fatty? | This week's short - giving lambda for feedback! New skits every Wednesday!', with flair 'Video Critique' +[2020-07-22 19:33:38,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 19:33:38,427] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 19:33:39,655] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=baO_hmpRbK0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:33:40,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gVKP2sRLoKKk5Donn0gtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:33:43,005] /u/andyofasgard had their flair updated +[2020-07-22 19:34:09,184] '/u/AlsleumMusic' has given '/u/superwatt123' lambda! +[2020-07-22 19:34:11,680] /u/superwatt123 had their flair updated +[2020-07-22 19:40:12,803] '/u/superwatt123' has given '/u/Brandonator247' lambda! +[2020-07-22 19:40:15,103] /u/Brandonator247 had their flair updated +[2020-07-22 19:40:34,663] '/u/Nadia_Robot' has given '/u/isiahdyson500' lambda! +[2020-07-22 19:40:37,081] /u/isiahdyson500 had their flair updated +[2020-07-22 19:41:29,723] There has been a new submission: 'Keywords it's what matter', with flair 'Discussion' +[2020-07-22 19:41:32,104] /u/br1k_YT had their flair updated +[2020-07-22 19:42:06,546] There has been a new submission: 'Not my newest video , but its one i did from last month . I've been trying to be more vocal in my vids , have a look . Lambda given for constructive reply's', with flair 'Video Critique' +[2020-07-22 19:42:07,778] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 19:42:07,816] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 19:42:09,376] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OnGDknVtgtc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:42:10,028] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvNu33uwP4kfQOFEEXH4uTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 19:42:13,346] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:48:16,939] '/u/andyofasgard' has given '/u/KingJodeg' lambda! +[2020-07-22 19:48:19,189] /u/KingJodeg had their flair updated +[2020-07-22 19:49:20,973] '/u/yungrebel2050' has given '/u/pan-medical' lambda! +[2020-07-22 19:49:22,899] /u/pan-medical had their flair updated +[2020-07-22 19:50:51,213] There has been a new submission: 'Do any of you problem with people posting porn websites in your comment?', with flair 'Discussion' +[2020-07-22 19:50:53,707] /u/Warlord_official had their flair updated +[2020-07-22 19:54:45,926] There has been a new submission: 'Blow Up Everything With This Insane Titan Warmind Cell Build | Destiny 2', with flair 'Gaming' +[2020-07-22 19:54:47,355] /u/theantbyte had their submission removed for insufficient lambda. +[2020-07-22 19:54:49,122] /u/theantbyte had their flair updated +[2020-07-22 19:56:46,159] '/u/brodude__' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 19:56:48,981] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 19:57:11,062] '/u/yeetbox_' has given '/u/Redmond93' lambda! +[2020-07-22 19:57:13,276] /u/Redmond93 had their flair updated +[2020-07-22 19:58:35,209] '/u/brodude__' has given '/u/AlsleumMusic' lambda! +[2020-07-22 19:58:37,457] /u/AlsleumMusic had their flair updated +[2020-07-22 20:03:01,494] There has been a new submission: 'Opinions on edit style, too much, too little? Or did we find goldilocks', with flair 'Video Critique' +[2020-07-22 20:03:03,702] /u/hawkalugy had their submission removed for insufficient lambda. +[2020-07-22 20:03:06,074] /u/hawkalugy had their flair updated +[2020-07-22 20:05:49,300] '/u/andyofasgard' has given '/u/Redmond93' lambda! +[2020-07-22 20:05:50,815] /u/Redmond93 had their flair updated +[2020-07-22 20:05:58,456] '/u/fukdonaldtrump2020' has given '/u/AlsleumMusic' lambda! +[2020-07-22 20:05:59,962] /u/AlsleumMusic had their flair updated +[2020-07-22 20:06:05,553] There has been a new submission: 'Why Could My Channel Be on Only 1.8k Subs After 7 Years?', with flair 'Channel Review' +[2020-07-22 20:06:07,551] /u/avrona had their flair updated +[2020-07-22 20:12:42,272] '/u/SxyGuitarMan' has given '/u/andyofasgard' lambda! +[2020-07-22 20:12:45,184] /u/andyofasgard had their flair updated +[2020-07-22 20:13:42,782] There has been a new submission: 'DAILY DANK MEMES V7', with flair 'Video Critique' +[2020-07-22 20:13:44,130] /u/PossessionMindless51 had their submission removed for insufficient lambda. +[2020-07-22 20:13:46,056] /u/PossessionMindless51 had their flair updated +[2020-07-22 20:14:43,255] /u/andyofasgard had their flair updated +[2020-07-22 20:15:44,854] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-22 20:20:28,404] '/u/Ridi9t' has given '/u/GonSoku7' lambda! +[2020-07-22 20:20:30,750] /u/GonSoku7 had their flair updated +[2020-07-22 20:24:41,520] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-22 20:27:15,065] '/u/fukdonaldtrump2020' has given '/u/kshapp03' lambda! +[2020-07-22 20:27:17,073] /u/kshapp03 had their flair updated +[2020-07-22 20:27:30,181] There has been a new submission: 'XANAKIN SKYWOK - MACHO!', with flair 'Gaming' +[2020-07-22 20:27:31,579] /u/Zidex11 had their submission removed for insufficient lambda. +[2020-07-22 20:27:32,775] /u/Zidex11 had their flair updated +[2020-07-22 20:29:17,337] +#################### +[Jul 22 2020 20:29:17] RESTARTED +#################### + +[2020-07-22 20:34:36,573] Starting every day program... +[2020-07-22 20:34:36,613] Updating database statistics... +[2020-07-22 20:34:40,192] Posting and updating wiki... +[2020-07-22 20:34:59,125] Formatting leaderboard... +[2020-07-22 20:34:59,575] Updating sidebar... +[2020-07-22 20:34:59,905] Updated in new reddit... +[2020-07-22 20:35:02,231] Updated in old reddit... +[2020-07-22 20:35:02,232] Completed. +[2020-07-22 21:04:12,352] There has been a new submission: 'Only 20 secs and a thumbs up if you like it. This is a small youtube channel calling out to fellow creators for help in a contest...either way have a great day 👍', with flair 'Art' +[2020-07-22 21:04:16,154] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 21:04:16,157] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 21:04:17,591] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TIeCImXfiho&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:04:17,998] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnhN3CBTqo9jb3dvK-b7x-A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:04:20,501] /u/Foggy_Creations had their flair updated +[2020-07-22 21:04:40,336] There has been a new submission: 'I just started youtube channel, Have 3 Music videos I have created, Love to get subs and hours, to get my channel monetize. this channel have No-copyright music, you can use for anything', with flair 'Channel Review' +[2020-07-22 21:04:42,013] /u/RunAppropriate6373 had their submission removed for insufficient lambda. +[2020-07-22 21:04:43,574] /u/RunAppropriate6373 had their flair updated +[2020-07-22 21:05:33,589] '/u/andyofasgard' has given '/u/BerneyTD' lambda! +[2020-07-22 21:05:36,168] /u/BerneyTD had their flair updated +[2020-07-22 21:05:55,493] '/u/andyofasgard' has given '/u/kshapp03' lambda! +[2020-07-22 21:05:57,944] /u/kshapp03 had their flair updated +[2020-07-22 21:06:16,863] '/u/andyofasgard' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 21:06:19,244] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 21:10:11,872] '/u/Foggy_Creations' has given '/u/amugwithacamera' lambda! +[2020-07-22 21:10:14,163] /u/amugwithacamera had their flair updated +[2020-07-22 21:12:06,538] There has been a new submission: 'Top 5 amazing Trailers mod of ATS/ETS2 in July 2020', with flair 'Gaming' +[2020-07-22 21:12:08,954] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-07-22 21:12:11,495] /u/sahand-dyar had their flair updated +[2020-07-22 21:12:29,232] There has been a new submission: 'Catching a Huge Youtube Plagiarist (and his reaction) | giving lambda for any feedback! Curious for your guys thoughts on this one.', with flair 'Video Critique' +[2020-07-22 21:12:30,338] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 21:12:30,340] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 21:12:32,226] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BomxZOJzD6E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:12:32,674] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9xI-3fy832Na5P17mWpL2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:12:35,711] /u/undercoveractor had their flair updated +[2020-07-22 21:12:54,273] There has been a new submission: 'I made an tutorial for my latest song, with a play through video at the end. Looking for some critique!', with flair 'Art' +[2020-07-22 21:12:55,571] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 21:12:55,572] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 21:12:56,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JtSTL060eT4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:12:57,172] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbOEb0jt9gqjV_lQ1Nx4fVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:13:00,160] /u/amugwithacamera had their flair updated +[2020-07-22 21:17:40,468] '/u/undercoveractor' has given '/u/Brandonator247' lambda! +[2020-07-22 21:17:43,134] /u/Brandonator247 had their flair updated +[2020-07-22 21:19:45,068] '/u/jbiddy360' has given '/u/tech_is_amaze' lambda! +[2020-07-22 21:19:47,029] /u/tech_is_amaze had their flair updated +[2020-07-22 21:20:49,057] '/u/jbiddy360' has given '/u/ImCurious012' lambda! +[2020-07-22 21:20:51,791] /u/ImCurious012 had their flair updated +[2020-07-22 21:22:56,719] '/u/nicobrunostandup' has given '/u/Redmond93' lambda! +[2020-07-22 21:22:59,020] /u/Redmond93 had their flair updated +[2020-07-22 21:24:32,950] There has been a new submission: 'I'm losing my patience and motivation...', with flair 'Discussion' +[2020-07-22 21:24:34,997] /u/gamingnephew had their flair updated +[2020-07-22 21:25:09,746] There has been a new submission: 'I made Full Crit Zed.EXE meme montage style and I hope you Like it :)', with flair 'Gaming' +[2020-07-22 21:25:10,043] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 21:25:10,044] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 21:25:10,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aQYIB0xa8aY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:25:10,348] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGAcfMwHSy3QOQaB9Mlulrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 21:25:12,411] /u/GonSoku7 had their flair updated +[2020-07-22 21:28:14,423] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 5 - The Way Of The Bow', with flair 'Gaming' +[2020-07-22 21:28:15,978] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-22 21:28:16,932] /u/CecliusPlaysHD had their flair updated +[2020-07-22 21:34:37,192] Retrying due to 504 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-22 21:37:58,450] There has been a new submission: 'My girlfriend and I just started a channel together. Hope you enjoy the video!', with flair 'Vlog' +[2020-07-22 21:38:00,008] /u/_Adzter_ had their submission removed for insufficient lambda. +[2020-07-22 21:38:01,104] /u/_Adzter_ had their flair updated +[2020-07-22 21:48:40,930] There has been a new submission: 'I like to make meme edits of games in my spare time I would like to get some feedback on how I can improve', with flair 'Video Critique' +[2020-07-22 21:48:42,122] /u/runs-with-scissors1 had their flair updated +[2020-07-22 21:52:16,104] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-22 21:52:22,559] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-22 21:55:14,329] There has been a new submission: 'Should I copywrite strike myself?', with flair 'Discussion' +[2020-07-22 21:55:16,115] /u/Owen_Friend had their flair updated +[2020-07-22 21:57:09,221] '/u/andyofasgard' has given '/u/ElectionJunkie' lambda! +[2020-07-22 21:57:11,318] /u/ElectionJunkie had their flair updated +[2020-07-22 21:58:06,681] '/u/undercoveractor' has given '/u/MrCarsone' lambda! +[2020-07-22 21:58:09,050] /u/MrCarsone had their flair updated +[2020-07-22 22:00:28,700] '/u/undercoveractor' has given '/u/jbiddy360' lambda! +[2020-07-22 22:00:31,160] /u/jbiddy360 had their flair updated +[2020-07-22 22:00:32,018] Retrying due to 500 status: POST https://oauth.reddit.com/r/SmallYTChannel/api/flair/ +[2020-07-22 22:05:02,300] There has been a new submission: 'WHY I STARTED A VLOG in 2020', with flair 'Vlog' +[2020-07-22 22:05:03,545] /u/NeilCollinsRecords had their submission removed for insufficient lambda. +[2020-07-22 22:05:05,181] /u/NeilCollinsRecords had their flair updated +[2020-07-22 22:05:59,632] There has been a new submission: 'Help me grow my channel', with flair 'Channel Review' +[2020-07-22 22:06:02,201] /u/ZayydaLegend had their submission removed for insufficient lambda. +[2020-07-22 22:06:03,686] /u/ZayydaLegend had their flair updated +[2020-07-22 22:08:10,164] '/u/amugwithacamera' has given '/u/lifeormusic' lambda! +[2020-07-22 22:08:11,677] /u/lifeormusic had their flair updated +[2020-07-22 22:11:21,106] '/u/vegabomb_' has given '/u/PineapplePizzaGaming' lambda! +[2020-07-22 22:11:23,932] /u/PineapplePizzaGaming had their flair updated +[2020-07-22 22:15:26,571] '/u/Foggy_Creations' has given '/u/MakeMichaelSuffer' lambda! +[2020-07-22 22:15:28,356] /u/MakeMichaelSuffer had their flair updated +[2020-07-22 22:17:26,620] '/u/Foggy_Creations' has given '/u/lifeormusic' lambda! +[2020-07-22 22:17:27,913] /u/lifeormusic had their flair updated +[2020-07-22 22:19:26,635] There has been a new submission: 'Valorant diamond montage', with flair 'Gaming' +[2020-07-22 22:19:27,916] /u/whimpking had their submission removed for insufficient lambda. +[2020-07-22 22:19:28,475] /u/whimpking had their flair updated +[2020-07-22 22:21:03,065] There has been a new submission: 'I've spent around 6 hours in total on this. A Tribute to Minecraft Hunger Games. Tell me what I need to change, or what you liked!', with flair 'Gaming' +[2020-07-22 22:21:03,826] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 22:21:03,827] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 22:21:03,954] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=63QGqyQ6WV4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 22:21:04,069] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxRrR2ftlnHomYWPWOohqoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 22:21:07,238] /u/tyler24366 had their flair updated +[2020-07-22 22:23:14,344] '/u/superwatt123' has given '/u/jbiddy360' lambda! +[2020-07-22 22:23:16,760] /u/jbiddy360 had their flair updated +[2020-07-22 22:23:49,398] There has been a new submission: 'Mega Park on Hardcore Challenge - Skate 3', with flair 'Gaming' +[2020-07-22 22:23:50,755] /u/mrchaseter had their submission removed for insufficient lambda. +[2020-07-22 22:23:52,684] /u/mrchaseter had their flair updated +[2020-07-22 22:29:04,214] +#################### +[Jul 22 2020 22:29:04] RESTARTED +#################### + +[2020-07-22 22:37:24,344] '/u/runs-with-scissors1' has given '/u/BerneyTD' lambda! +[2020-07-22 22:37:26,065] /u/BerneyTD had their flair updated +[2020-07-22 23:02:11,551] '/u/yungrebel2050' has given '/u/lifeormusic' lambda! +[2020-07-22 23:02:14,466] /u/lifeormusic had their flair updated +[2020-07-22 23:02:35,808] '/u/Djbernie805' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-22 23:02:38,460] /u/fukdonaldtrump2020 had their flair updated +[2020-07-22 23:03:42,700] '/u/Djbernie805' has given '/u/andyofasgard' lambda! +[2020-07-22 23:03:45,112] /u/andyofasgard had their flair updated +[2020-07-22 23:04:33,768] There has been a new submission: 'Alien Jellyfish Mural | Drawing in my room', with flair 'Art' +[2020-07-22 23:04:35,000] /u/Clarity_Unlock had their submission removed for insufficient lambda. +[2020-07-22 23:04:36,549] /u/Clarity_Unlock had their flair updated +[2020-07-22 23:04:54,582] There has been a new submission: 'A Visual Guide to Funeral by Arcade Fire - my first ever youtube video! I plan to post videos twice a week, including one visual guide! Will give lambda for feedback!', with flair 'Video Critique' +[2020-07-22 23:04:56,964] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 23:04:57,005] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 23:04:59,058] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8-kA_nxc1Ts&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:04:59,389] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT5YTgZ0a1NZujuCufDVfrQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:05:01,943] /u/lifeormusic had their flair updated +[2020-07-22 23:05:20,308] There has been a new submission: 'This be a good one Trust', with flair 'Art' +[2020-07-22 23:05:22,191] /u/Iliveinashedshed had their submission removed for insufficient lambda. +[2020-07-22 23:05:23,623] /u/Iliveinashedshed had their flair updated +[2020-07-22 23:14:26,098] There has been a new submission: 'Started a Gaming Channel I am working on the voice volume with each person. Made a quick promo for it tomorrow and looking at the editing part of it and would like some feedback. Thank You', with flair 'Video Critique' +[2020-07-22 23:14:27,942] /u/lewskia had their submission removed for insufficient lambda. +[2020-07-22 23:14:29,867] /u/lewskia had their flair updated +[2020-07-22 23:15:51,037] There has been a new submission: 'My first montage edit using after effects. Looking for feedback from all types of content creators.', with flair 'Gaming' +[2020-07-22 23:15:53,865] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 23:15:53,867] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 23:15:55,670] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pjyhbkL-l9Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:15:56,084] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy_emxASZdwMIHtsitylviQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:15:58,809] /u/Barron2110 had their flair updated +[2020-07-22 23:22:27,434] There has been a new submission: 'DAILY DANK MEMES V7', with flair 'Video Critique' +[2020-07-22 23:22:29,248] /u/PossessionMindless51 had their submission removed for insufficient lambda. +[2020-07-22 23:22:31,346] /u/PossessionMindless51 had their flair updated +[2020-07-22 23:27:10,848] '/u/brodude__' has given '/u/RPGtime' lambda! +[2020-07-22 23:27:13,257] /u/RPGtime had their flair updated +[2020-07-22 23:28:29,062] '/u/brodude__' has given '/u/MrCarsone' lambda! +[2020-07-22 23:28:31,111] /u/MrCarsone had their flair updated +[2020-07-22 23:29:29,888] There has been a new submission: 'What do you guys think I can do better next time ?', with flair 'Video Critique' +[2020-07-22 23:29:30,827] /u/gvaz45 had their submission removed for insufficient lambda. +[2020-07-22 23:29:31,364] /u/gvaz45 had their flair updated +[2020-07-22 23:29:51,616] '/u/tyler24366' has given '/u/JKLOL2157' lambda! +[2020-07-22 23:29:53,786] /u/JKLOL2157 had their flair updated +[2020-07-22 23:31:00,835] '/u/IWI-Team' has given '/u/bmvsagar7' lambda! +[2020-07-22 23:31:03,742] /u/bmvsagar7 had their flair updated +[2020-07-22 23:31:29,740] '/u/IWI-Team' has given '/u/amugwithacamera' lambda! +[2020-07-22 23:31:32,649] /u/amugwithacamera had their flair updated +[2020-07-22 23:32:09,103] '/u/IWI-Team' has given '/u/Djbernie805' lambda! +[2020-07-22 23:32:11,602] /u/Djbernie805 had their flair updated +[2020-07-22 23:33:40,642] '/u/Barron2110' has given '/u/RPG247' lambda! +[2020-07-22 23:33:43,225] /u/RPG247 had their flair updated +[2020-07-22 23:34:42,486] There has been a new submission: 'NEW SERIES FOR CALL OF DUTY! NEED YOUR FEEDBACK!!', with flair 'Gaming' +[2020-07-22 23:34:43,921] /u/ItryToMakeYTvids had their submission removed for insufficient lambda. +[2020-07-22 23:34:45,527] /u/ItryToMakeYTvids had their flair updated +[2020-07-22 23:35:43,600] '/u/brodude__' has given '/u/cav_1' lambda! +[2020-07-22 23:35:45,932] /u/cav_1 had their flair updated +[2020-07-22 23:40:25,467] There has been a new submission: 'First Call Of Duty edit let me know your thoughts', with flair 'Channel Review' +[2020-07-22 23:40:27,758] /u/SturdyCOD had their submission removed for insufficient lambda. +[2020-07-22 23:40:30,090] /u/SturdyCOD had their flair updated +[2020-07-22 23:43:05,836] There has been a new submission: 'Hey, I just started out and could really use some feedback and criticism! I just got my first subscriber about an hour ago and it has motivated me even more than before!', with flair 'Gaming' +[2020-07-22 23:43:07,558] /u/vasq-m had their submission removed for insufficient lambda. +[2020-07-22 23:43:09,565] /u/vasq-m had their flair updated +[2020-07-22 23:44:23,560] There has been a new submission: 'How do I go about increasing watch time?', with flair 'Discussion' +[2020-07-22 23:44:25,810] /u/MarleyJamesGraham had their flair updated +[2020-07-22 23:49:20,655] '/u/andyofasgard' has given '/u/RPG247' lambda! +[2020-07-22 23:49:22,420] /u/RPG247 had their flair updated +[2020-07-22 23:50:14,664] '/u/andyofasgard' has given '/u/MrCarsone' lambda! +[2020-07-22 23:50:16,613] /u/MrCarsone had their flair updated +[2020-07-22 23:53:16,330] '/u/andyofasgard' has given '/u/Barron2110' lambda! +[2020-07-22 23:53:18,626] /u/Barron2110 had their flair updated +[2020-07-22 23:53:36,418] There has been a new submission: 'Grog GROG! CONSUME THE GROG! DRINK GROG NOW GROG GROG GROG... Drinking game video, feedback is really appreciated!!', with flair 'Video Critique' +[2020-07-22 23:53:37,321] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-22 23:53:37,400] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-22 23:53:38,591] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6fzp9wK0-ok&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:53:38,921] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbADLyr-Na5O3Mu1A0k14lQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-22 23:53:41,749] /u/BerneyTD had their flair updated +[2020-07-22 23:55:48,690] '/u/andyofasgard' has given '/u/MasterofRevels' lambda! +[2020-07-22 23:55:51,066] /u/MasterofRevels had their flair updated +[2020-07-22 23:57:10,959] '/u/andyofasgard' has given '/u/amugwithacamera' lambda! +[2020-07-22 23:57:13,047] /u/amugwithacamera had their flair updated +[2020-07-22 23:59:04,132] '/u/andyofasgard' has given '/u/samkrugermusic' lambda! +[2020-07-22 23:59:06,338] /u/samkrugermusic had their flair updated +[2020-07-22 23:59:47,607] '/u/andyofasgard' has given '/u/strrdst' lambda! +[2020-07-22 23:59:49,537] /u/strrdst had their flair updated +[2020-07-23 00:00:13,007] '/u/andyofasgard' has given '/u/razerfire' lambda! +[2020-07-23 00:00:15,789] /u/razerfire had their flair updated +[2020-07-23 00:01:15,391] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-07-23 00:01:17,027] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-07-23 00:01:19,197] /u/Just0Andrew had their flair updated +[2020-07-23 00:02:31,450] '/u/superwatt123' has given '/u/JKLOL2157' lambda! +[2020-07-23 00:02:34,035] /u/JKLOL2157 had their flair updated +[2020-07-23 00:04:04,548] There has been a new submission: 'KING OF THE FIELD! AGAINST D1 ATHLETES *Ankles were Took*', with flair 'Vlog' +[2020-07-23 00:04:05,985] /u/makemelikemazo had their submission removed for insufficient lambda. +[2020-07-23 00:04:07,741] /u/makemelikemazo had their flair updated +[2020-07-23 00:07:13,105] '/u/lifeormusic' has given '/u/MakeMichaelSuffer' lambda! +[2020-07-23 00:07:14,652] /u/MakeMichaelSuffer had their flair updated +[2020-07-23 00:12:05,095] There has been a new submission: 'Snowpiercer - 100s Review', with flair 'Video Critique' +[2020-07-23 00:12:06,894] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 00:12:06,895] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 00:12:08,163] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oRyxsT7N_Jk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 00:12:08,735] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 00:12:13,112] /u/Fangore had their flair updated +[2020-07-23 00:12:35,903] There has been a new submission: 'We're investing a lot of time in our channel lately and we want to see if it's paid off! Hoping to get some feedback on one of our latest videos. Thanks guys!', with flair 'Video Critique' +[2020-07-23 00:12:37,626] /u/justtakeadip had their submission removed for insufficient lambda. +[2020-07-23 00:12:39,685] /u/justtakeadip had their flair updated +[2020-07-23 00:28:12,546] '/u/Data_4_You' has given '/u/GonSoku7' lambda! +[2020-07-23 00:28:14,469] /u/GonSoku7 had their flair updated +[2020-07-23 00:28:28,665] There has been a new submission: 'My first "complete" video for my new channel. Looking for kind honest criticism.', with flair 'Video Critique' +[2020-07-23 00:28:29,734] /u/8of17 had their submission removed for insufficient lambda. +[2020-07-23 00:28:30,803] /u/8of17 had their flair updated +[2020-07-23 00:29:22,522] +#################### +[Jul 23 2020 00:29:22] RESTARTED +#################### + +[2020-07-23 00:40:18,274] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-23 01:02:17,420] There has been a new submission: 'My channel, Make Michael Suffer, is all about me suffering through and reviewing the worst in media. I'm pretty happy with how my Troll 2 video turned out but would love comments/suggestions. (Lambda for helpful comments of course!)', with flair 'Video Critique' +[2020-07-23 01:02:21,634] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 01:02:21,755] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 01:02:23,024] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KYo6qIQ9Wzs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:02:23,561] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAdglN9fuqJofEMqzufEJ2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:02:26,638] /u/MakeMichaelSuffer had their flair updated +[2020-07-23 01:02:45,286] There has been a new submission: 'NEW VIDEO OUT', with flair 'Video Critique' +[2020-07-23 01:02:47,049] /u/EthansYT had their submission removed for insufficient lambda. +[2020-07-23 01:02:48,889] /u/EthansYT had their flair updated +[2020-07-23 01:03:14,109] '/u/Data_4_You' has given '/u/jbiddy360' lambda! +[2020-07-23 01:03:16,494] /u/jbiddy360 had their flair updated +[2020-07-23 01:03:52,828] '/u/tyler24366' has given '/u/cav_1' lambda! +[2020-07-23 01:03:57,699] /u/cav_1 had their flair updated +[2020-07-23 01:05:16,288] '/u/vegabomb_' has given '/u/cav_1' lambda! +[2020-07-23 01:05:18,788] /u/cav_1 had their flair updated +[2020-07-23 01:05:37,775] '/u/vegabomb_' has given '/u/BerneyTD' lambda! +[2020-07-23 01:05:40,349] /u/BerneyTD had their flair updated +[2020-07-23 01:06:13,503] '/u/flippifly' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 01:06:15,762] /u/Cothfotmeoo had their flair updated +[2020-07-23 01:08:26,656] '/u/MakeMichaelSuffer' has given '/u/FlightoftheMelons' lambda! +[2020-07-23 01:08:28,422] /u/FlightoftheMelons had their flair updated +[2020-07-23 01:10:15,248] '/u/Yaniprov' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 01:10:17,382] /u/Cothfotmeoo had their flair updated +[2020-07-23 01:12:07,497] There has been a new submission: 'Vibing in quarantine 😤', with flair 'Art' +[2020-07-23 01:12:09,382] /u/Chaca321 had their submission removed for insufficient lambda. +[2020-07-23 01:12:11,383] /u/Chaca321 had their flair updated +[2020-07-23 01:12:30,567] There has been a new submission: 'Feedback for our first video / Bar review Seoul, South Korea. Really appreciate the feedback! or maybe you even enjoy watching this..', with flair 'Video Critique' +[2020-07-23 01:12:31,955] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 01:12:31,956] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 01:12:33,350] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4l_xeoGodeA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:12:33,802] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfo4nI4u5q6HN3iM3-t_Okw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:12:37,406] /u/DonnieandErikReal had their flair updated +[2020-07-23 01:12:55,237] There has been a new submission: 'Into the K-Hole - How to Improve Your Mental Health [Depression, Anxiety, Stress]', with flair 'Video Critique' +[2020-07-23 01:12:57,246] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 01:12:57,283] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 01:12:58,152] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mAQ9mzjoZW4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:12:58,522] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC93c2EpP3lpuh0f2XPToj3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:13:01,452] /u/KevinClaus had their flair updated +[2020-07-23 01:14:10,020] '/u/emilyychu' has given '/u/PoondehYT' lambda! +[2020-07-23 01:14:12,183] /u/PoondehYT had their flair updated +[2020-07-23 01:15:01,226] '/u/emilyychu' has given '/u/jaykayx10' lambda! +[2020-07-23 01:15:03,799] /u/jaykayx10 had their flair updated +[2020-07-23 01:16:03,174] There has been a new submission: 'Hey y'all I'm a small content creator looking to get better as well as create content I like. I have a few vids up. Uploaded this one today. Any feedback is welcomed thx.', with flair 'Channel Review' +[2020-07-23 01:16:04,229] /u/KingLevithan had their submission removed for insufficient lambda. +[2020-07-23 01:16:05,503] /u/KingLevithan had their flair updated +[2020-07-23 01:16:23,902] There has been a new submission: 'Our First Minecraft Hardcore Attempt! - Minecraft 1.16.1', with flair 'Gaming' +[2020-07-23 01:16:25,252] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-07-23 01:16:26,481] /u/chuckleducks had their flair updated +[2020-07-23 01:17:31,720] '/u/undercoveractor' has given '/u/storiqo' lambda! +[2020-07-23 01:17:33,929] /u/storiqo had their flair updated +[2020-07-23 01:18:37,732] There has been a new submission: 'Call of Duty Warzone funny moments that took me hours to edit! Feedback/Criticism would be nice!', with flair 'Video Critique' +[2020-07-23 01:18:39,397] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 01:18:39,435] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 01:18:41,157] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bdRteuGXBco&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:18:41,688] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvjl41AH4fMvK0cTNQEHyGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:18:43,778] /u/cav_1 had their flair updated +[2020-07-23 01:22:35,679] There has been a new submission: 'BROCKHAMPTON [feat. Dua Lipa] - Sugar (Remix) | Drum Cover Isaac Rangel', with flair 'Channel Review' +[2020-07-23 01:22:37,198] /u/Rangetones95 had their submission removed for insufficient lambda. +[2020-07-23 01:22:39,239] /u/Rangetones95 had their flair updated +[2020-07-23 01:35:09,822] There has been a new submission: 'How to make puff puff Nigerian Recipe. Please review my thumbnail. Thanks for your help', with flair 'Thumbnail Review' +[2020-07-23 01:35:11,695] /u/pretty2020 had their submission removed for insufficient lambda. +[2020-07-23 01:35:13,354] /u/pretty2020 had their flair updated +[2020-07-23 01:40:13,655] There has been a new submission: 'The Dark Knight Soundtrack Review', with flair 'Video Critique' +[2020-07-23 01:40:15,531] /u/movienationyt had their submission removed for insufficient lambda. +[2020-07-23 01:40:17,828] /u/movienationyt had their flair updated +[2020-07-23 01:46:36,918] There has been a new submission: 'Gen Z Babies', with flair 'Art' +[2020-07-23 01:46:38,147] /u/UndieBand1t had their submission removed for insufficient lambda. +[2020-07-23 01:46:40,236] /u/UndieBand1t had their flair updated +[2020-07-23 01:49:29,287] There has been a new submission: 'Started a youtube/podcast to share our business experiences & to interview various occupational fields, would love any feedback!', with flair 'Channel Review' +[2020-07-23 01:49:30,188] /u/FadedAffiliation had their submission removed for insufficient lambda. +[2020-07-23 01:49:30,736] /u/FadedAffiliation had their flair updated +[2020-07-23 01:50:20,545] '/u/cav_1' has given '/u/FlightoftheMelons' lambda! +[2020-07-23 01:50:22,831] /u/FlightoftheMelons had their flair updated +[2020-07-23 01:51:25,798] /u/Djbernie805 had their flair updated +[2020-07-23 01:54:44,949] There has been a new submission: 'I made a new minecraft video :) Any feedback is welcome!', with flair 'Gaming' +[2020-07-23 01:54:46,792] /u/ToastToTheEr had their submission removed for insufficient lambda. +[2020-07-23 01:54:49,348] /u/ToastToTheEr had their flair updated +[2020-07-23 01:55:10,907] '/u/AlsleumMusic' has given '/u/KingJodeg' lambda! +[2020-07-23 01:55:12,451] /u/KingJodeg had their flair updated +[2020-07-23 01:56:27,658] '/u/AlsleumMusic' has given '/u/amugwithacamera' lambda! +[2020-07-23 01:56:29,999] /u/amugwithacamera had their flair updated +[2020-07-23 01:57:46,207] There has been a new submission: 'These top 3 Grade school games were dangerous New Skit! Will !givelambda to all helpful feedback :)', with flair 'Video Critique' +[2020-07-23 01:57:50,139] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 01:57:50,141] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 01:57:51,813] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CW_mhhVEz7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:57:52,224] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 01:57:54,398] /u/Redmond93 had their flair updated +[2020-07-23 01:58:43,869] '/u/AlsleumMusic' has given '/u/samkrugermusic' lambda! +[2020-07-23 01:58:45,997] /u/samkrugermusic had their flair updated +[2020-07-23 01:59:09,544] '/u/AlsleumMusic' has given '/u/jbiddy360' lambda! +[2020-07-23 01:59:11,803] /u/jbiddy360 had their flair updated +[2020-07-23 02:05:48,478] '/u/Redmond93' has given '/u/ToastToTheEr' lambda! +[2020-07-23 02:05:50,017] /u/ToastToTheEr had their flair updated +[2020-07-23 02:07:05,051] /u/andyofasgard had their flair updated +[2020-07-23 02:18:49,844] '/u/DonnieandErikReal' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-23 02:18:50,924] /u/fukdonaldtrump2020 had their flair updated +[2020-07-23 02:19:57,440] '/u/Lukegreen3703' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 02:19:58,214] /u/Cothfotmeoo had their flair updated +[2020-07-23 02:24:12,629] '/u/Fangore' has given '/u/kiran_woodwork' lambda! +[2020-07-23 02:24:15,253] /u/kiran_woodwork had their flair updated +[2020-07-23 02:25:20,070] There has been a new submission: 'The last of us 2 memes', with flair 'Video Critique' +[2020-07-23 02:25:21,359] /u/rbbycalmrz had their submission removed for insufficient lambda. +[2020-07-23 02:25:23,027] /u/rbbycalmrz had their flair updated +[2020-07-23 02:29:18,125] +#################### +[Jul 23 2020 02:29:18] RESTARTED +#################### + +[2020-07-23 02:58:16,270] There has been a new submission: 'I'm doing a Persona 5 let's play its gonna be a long one so I would love if you guys give me any criticism that you may have', with flair 'Gaming' +[2020-07-23 02:58:18,398] /u/LonMinus had their submission removed for insufficient lambda. +[2020-07-23 02:58:19,182] /u/LonMinus had their flair updated +[2020-07-23 02:58:39,043] There has been a new submission: 'Cheers [Learning to get out of your own way] Looking for critique. I wanted to see if you guys are captivated by the video, if not what would make it more captivating?', with flair 'Video Critique' +[2020-07-23 02:58:41,461] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 02:58:41,464] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 02:58:43,082] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Nrhal5xnjs0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 02:58:43,410] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTNnG2C87fWBs3D3bCWrTEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 02:58:45,123] /u/SlickChance had their flair updated +[2020-07-23 02:59:04,029] There has been a new submission: 'doing a POV style street photography 📸🥰 - gopro clipped on my backpack strap. let me know if something not good in this video. 🤟🙏', with flair 'Video Critique' +[2020-07-23 02:59:04,925] /u/IshootRAWnJpeg had their submission removed for insufficient lambda. +[2020-07-23 02:59:05,503] /u/IshootRAWnJpeg had their flair updated +[2020-07-23 03:00:26,139] '/u/Fangore' has given '/u/rbbycalmrz' lambda! +[2020-07-23 03:00:29,262] /u/rbbycalmrz had their flair updated +[2020-07-23 03:01:20,836] '/u/tyler24366' has given '/u/Skyfirexx56' lambda! +[2020-07-23 03:01:24,762] /u/Skyfirexx56 had their flair updated +[2020-07-23 03:03:11,367] '/u/cav_1' has given '/u/CurrentOfficial' lambda! +[2020-07-23 03:03:14,242] /u/CurrentOfficial had their flair updated +[2020-07-23 03:03:48,599] '/u/cav_1' has given '/u/SummerCarrott' lambda! +[2020-07-23 03:03:51,144] /u/SummerCarrott had their flair updated +[2020-07-23 03:07:23,213] There has been a new submission: 'Looking for honest feedback from all types of creators :) thx', with flair 'Gaming' +[2020-07-23 03:07:24,403] /u/aglassofelmo had their submission removed for insufficient lambda. +[2020-07-23 03:07:25,225] /u/aglassofelmo had their flair updated +[2020-07-23 03:12:57,294] '/u/aspirefitnesswalnut' has given '/u/FadedAffiliation' lambda! +[2020-07-23 03:13:00,479] /u/FadedAffiliation had their flair updated +[2020-07-23 03:17:58,415] There has been a new submission: 'Feel Space (PoV)', with flair 'Video Critique' +[2020-07-23 03:18:00,078] /u/itwantscreated had their submission removed for insufficient lambda. +[2020-07-23 03:18:01,434] /u/itwantscreated had their flair updated +[2020-07-23 03:24:59,336] There has been a new submission: 'I have a channel where I make commentary and funny edits on weird and awkward internet findings. Let me know what you think of my latest video!', with flair 'Video Critique' +[2020-07-23 03:25:01,583] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 03:25:01,585] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 03:25:02,859] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k0Q_qT2L9Ok&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 03:25:03,308] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfZzgi8XlppPEwc-a7ztfOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 03:25:03,508] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-23 03:25:05,189] /u/FoxWalk had their flair updated +[2020-07-23 03:25:19,435] '/u/wayfaring_wizard' has given '/u/Butt___cuddles' lambda! +[2020-07-23 03:25:20,999] /u/Butt___cuddles had their flair updated +[2020-07-23 03:26:19,820] '/u/wayfaring_wizard' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-23 03:26:22,730] /u/fukdonaldtrump2020 had their flair updated +[2020-07-23 03:27:07,899] '/u/cav_1' has given '/u/FadedAffiliation' lambda! +[2020-07-23 03:27:10,323] /u/FadedAffiliation had their flair updated +[2020-07-23 03:27:46,928] There has been a new submission: 'Moving Out Gameplay (2 player) | The Couples Stream', with flair 'Gaming' +[2020-07-23 03:27:47,977] /u/TheCouplesStream had their submission removed for insufficient lambda. +[2020-07-23 03:27:49,123] /u/TheCouplesStream had their flair updated +[2020-07-23 03:30:11,803] '/u/cav_1' has given '/u/Clydian_Fayre' lambda! +[2020-07-23 03:30:14,790] /u/Clydian_Fayre had their flair updated +[2020-07-23 03:44:04,916] '/u/cav_1' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-23 03:44:07,621] /u/aspirefitnesswalnut had their flair updated +[2020-07-23 03:46:21,282] There has been a new submission: 'hello every one! im new to this reddit community! and today i want to share with you about the video i been working on youtube right now! hope u can check it out! and leave me some comment! I would like to check back you guy video also!', with flair 'Gaming' +[2020-07-23 03:46:23,532] /u/SnooDonuts2631 had their submission removed for insufficient lambda. +[2020-07-23 03:46:25,052] /u/SnooDonuts2631 had their flair updated +[2020-07-23 04:04:49,460] There has been a new submission: 'The Curse of the Breakfast Sandwich', with flair 'Art' +[2020-07-23 04:04:50,744] /u/jakethecuddler had their submission removed for insufficient lambda. +[2020-07-23 04:04:52,450] /u/jakethecuddler had their flair updated +[2020-07-23 04:13:24,375] '/u/FoxWalk' has given '/u/rbbycalmrz' lambda! +[2020-07-23 04:13:26,546] /u/rbbycalmrz had their flair updated +[2020-07-23 04:28:23,513] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-07-23 04:28:24,519] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-07-23 04:28:25,530] /u/Just0Andrew had their flair updated +[2020-07-23 04:29:06,124] +#################### +[Jul 23 2020 04:29:06] RESTARTED +#################### + +[2020-07-23 04:55:07,227] There has been a new submission: 'Ayy check out my new beat', with flair 'Channel Review' +[2020-07-23 04:55:08,270] /u/pinoks had their submission removed for insufficient lambda. +[2020-07-23 04:55:09,604] /u/pinoks had their flair updated +[2020-07-23 04:55:14,594] There has been a new submission: 'I’m reading a book I wrote on Amazon', with flair 'Video Critique' +[2020-07-23 04:55:15,628] /u/shreembrzeepsychic10 had their submission removed for insufficient lambda. +[2020-07-23 04:55:17,012] /u/shreembrzeepsychic10 had their flair updated +[2020-07-23 04:56:52,173] There has been a new submission: 'How To Repurpose Your Content For Your Social Media Platforms', with flair 'Channel Review' +[2020-07-23 04:56:54,386] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-23 04:56:55,457] /u/KatrinaRuthShow had their flair updated +[2020-07-23 05:01:34,326] There has been a new submission: 'DTU (Delhi Technological University) | Engifest 2020 | Crazy crowd', with flair 'Video Critique' +[2020-07-23 05:01:35,990] /u/Betty_like_butarrr had their submission removed for insufficient lambda. +[2020-07-23 05:01:38,215] /u/Betty_like_butarrr had their flair updated +[2020-07-23 05:08:31,360] There has been a new submission: 'Indian Meditation Music - Sound Good for stress relief', with flair 'Video Critique' +[2020-07-23 05:08:32,547] /u/relaxhomemusic had their submission removed for insufficient lambda. +[2020-07-23 05:08:33,615] /u/relaxhomemusic had their flair updated +[2020-07-23 05:10:45,462] '/u/FoxWalk' has given '/u/SionTV' lambda! +[2020-07-23 05:10:49,223] /u/SionTV had their flair updated +[2020-07-23 05:13:58,563] There has been a new submission: 'Naruto Kisses Sasuke', with flair 'Channel Review' +[2020-07-23 05:14:00,021] /u/nemesispk had their submission removed for insufficient lambda. +[2020-07-23 05:14:01,938] /u/nemesispk had their flair updated +[2020-07-23 05:15:43,293] '/u/cav_1' has given '/u/Ottolotl' lambda! +[2020-07-23 05:15:46,250] /u/Ottolotl had their flair updated +[2020-07-23 05:16:07,781] '/u/cav_1' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 05:16:10,315] /u/Sn0wPhotos had their flair updated +[2020-07-23 05:17:01,958] '/u/cav_1' has given '/u/SionTV' lambda! +[2020-07-23 05:17:04,697] /u/SionTV had their flair updated +[2020-07-23 05:22:03,374] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-23 05:22:49,173] There has been a new submission: 'Question', with flair 'Discussion' +[2020-07-23 05:22:51,923] /u/ShikharTrivedi had their flair updated +[2020-07-23 05:25:06,515] There has been a new submission: 'Is my location hindering my growth?', with flair 'Discussion' +[2020-07-23 05:25:08,383] /u/m_kamalo had their flair updated +[2020-07-23 05:28:09,938] '/u/FoxWalk' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 05:28:12,469] /u/Sn0wPhotos had their flair updated +[2020-07-23 05:28:35,012] /u/Sn0wPhotos had their flair updated +[2020-07-23 05:43:48,597] There has been a new submission: 'Reddit review video! Tell me if you enjoyed it!', with flair 'Video Critique' +[2020-07-23 05:43:50,113] /u/mgar888 had their submission removed for insufficient lambda. +[2020-07-23 05:43:52,083] /u/mgar888 had their flair updated +[2020-07-23 05:45:30,459] There has been a new submission: 'Eva Unit 01’s First Berserk Mode Comparison NGE Vs 1 11', with flair 'Video Critique' +[2020-07-23 05:45:31,695] /u/Evagunpla had their submission removed for insufficient lambda. +[2020-07-23 05:45:33,288] /u/Evagunpla had their flair updated +[2020-07-23 06:02:04,450] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-23 06:13:48,935] There has been a new submission: 'H.U.Q. looking for collab', with flair 'Collab' +[2020-07-23 06:13:51,098] /u/HUQ_Finn had their flair updated +[2020-07-23 06:28:59,158] +#################### +[Jul 23 2020 06:28:59] RESTARTED +#################### + +[2020-07-23 06:58:32,088] There has been a new submission: 'My home is very near to the Airport and during lockdown I started to take videos of planes landing and started my channel. Please, help me improve my contents.', with flair 'Video Critique' +[2020-07-23 06:58:34,049] /u/paribes had their submission removed for insufficient lambda. +[2020-07-23 06:58:34,829] /u/paribes had their flair updated +[2020-07-23 07:03:02,489] There has been a new submission: 'I use to work for ray william Johnson and smosh. Got dropped, now finally starting my own channel. First video ever. Please give me feedback.', with flair 'Channel Review' +[2020-07-23 07:03:04,987] /u/captainquokkayt had their submission removed for insufficient lambda. +[2020-07-23 07:03:06,790] /u/captainquokkayt had their flair updated +[2020-07-23 07:05:06,785] There has been a new submission: 'My views and likes have been declining but my content is getting better than it used to be so I need your guys help to analyse what I'm doing wrong. Any suggestions would be appreciated.', with flair 'Video Critique' +[2020-07-23 07:05:07,897] /u/Wackadood had their submission removed for insufficient lambda. +[2020-07-23 07:05:09,586] /u/Wackadood had their flair updated +[2020-07-23 07:06:55,908] There has been a new submission: 'I Just Sat Here Taking a Dump And This HAPPENED!! | Random Games', with flair 'Gaming' +[2020-07-23 07:06:57,138] /u/onail had their submission removed for insufficient lambda. +[2020-07-23 07:06:58,364] /u/onail had their flair updated +[2020-07-23 07:10:51,849] There has been a new submission: 'I've been working on this video for 2 days straight and I'm real proud of it too. So I'd love to hear some feedback from all of you!', with flair 'Video Critique' +[2020-07-23 07:10:54,718] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 07:10:54,838] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 07:10:56,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JQi3ciL8sj8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 07:10:57,009] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHkExu606fVsQDh2_jjFDiw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 07:11:00,233] /u/Kibo_Sensei_ had their flair updated +[2020-07-23 07:17:05,162] '/u/yeetbox_' has given '/u/Fangore' lambda! +[2020-07-23 07:17:08,605] /u/Fangore had their flair updated +[2020-07-23 07:18:58,035] There has been a new submission: 'America Hates The Poor-Where's Our Bailout? The Heroes Act 2020 & Unemployment Benefits Extension ~ please watch - especially if you disagree please comment!', with flair 'Vlog' +[2020-07-23 07:18:58,939] /u/CestLaVie1989 had their submission removed for insufficient lambda. +[2020-07-23 07:18:59,678] /u/CestLaVie1989 had their flair updated +[2020-07-23 07:25:31,275] '/u/SciFi_Pie' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 07:25:33,487] /u/Cothfotmeoo had their flair updated +[2020-07-23 07:26:16,350] '/u/yeetbox_' has given '/u/GamerGeekGx' lambda! +[2020-07-23 07:26:18,688] /u/GamerGeekGx had their flair updated +[2020-07-23 07:30:03,075] '/u/yeetbox_' has given '/u/RPG247' lambda! +[2020-07-23 07:30:05,815] /u/RPG247 had their flair updated +[2020-07-23 07:32:05,193] '/u/Ridi9t' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 07:32:08,552] /u/Cothfotmeoo had their flair updated +[2020-07-23 07:37:01,242] '/u/yeetbox_' has given '/u/Barron2110' lambda! +[2020-07-23 07:37:02,517] /u/Barron2110 had their flair updated +[2020-07-23 07:40:09,007] '/u/yeetbox_' has given '/u/PineapplePizzaGaming' lambda! +[2020-07-23 07:40:11,191] /u/PineapplePizzaGaming had their flair updated +[2020-07-23 07:51:14,702] '/u/Data_4_You' has given '/u/Europeanroadbycar' lambda! +[2020-07-23 07:51:16,925] /u/Europeanroadbycar had their flair updated +[2020-07-23 07:54:13,537] '/u/yeetbox_' has given '/u/InfernoGamiing' lambda! +[2020-07-23 07:54:15,541] /u/InfernoGamiing had their flair updated +[2020-07-23 07:57:07,283] '/u/yeetbox_' has given '/u/Ridi9t' lambda! +[2020-07-23 07:57:09,615] /u/Ridi9t had their flair updated +[2020-07-23 08:20:02,044] There has been a new submission: 'Made my first youtube video looking for ALL the feedback.', with flair 'Gaming' +[2020-07-23 08:20:04,098] /u/thefireslayer43 had their submission removed for insufficient lambda. +[2020-07-23 08:20:06,419] /u/thefireslayer43 had their flair updated +[2020-07-23 08:20:12,521] There has been a new submission: 'Hey guys, made an IG: savage_savanh to post updates on my weight/fat loss journey. Feel free to follow, I follow back.', with flair 'Collab' +[2020-07-23 08:20:15,566] /u/Calusedthenics had their flair updated +[2020-07-23 08:20:25,928] '/u/MakeMichaelSuffer' has given '/u/Fangore' lambda! +[2020-07-23 08:20:28,206] /u/Fangore had their flair updated +[2020-07-23 08:28:57,640] +#################### +[Jul 23 2020 08:28:57] RESTARTED +#################### + +[2020-07-23 08:51:18,432] There has been a new submission: 'Hello, i started a quiz channel a few months ago and wanted to introduce myself with my latest video. I hope you enjoy it', with flair 'Channel Review' +[2020-07-23 08:51:19,952] /u/MystikalEwing had their submission removed for insufficient lambda. +[2020-07-23 08:51:22,169] /u/MystikalEwing had their flair updated +[2020-07-23 08:51:41,199] There has been a new submission: 'GO CHECK OUT THE CHANNEL', with flair 'Gaming' +[2020-07-23 08:51:42,749] /u/BC_R3C0N had their submission removed for insufficient lambda. +[2020-07-23 08:51:44,797] /u/BC_R3C0N had their flair updated +[2020-07-23 08:54:29,934] '/u/Barron2110' has given '/u/Adzic254' lambda! +[2020-07-23 08:54:32,602] /u/Adzic254 had their flair updated +[2020-07-23 08:57:38,416] '/u/amugwithacamera' has given '/u/Adzic254' lambda! +[2020-07-23 08:57:40,880] /u/Adzic254 had their flair updated +[2020-07-23 09:18:55,681] '/u/Kibo_Sensei_' has given '/u/AnonWorks_' lambda! +[2020-07-23 09:18:56,803] /u/AnonWorks_ had their flair updated +[2020-07-23 09:23:15,566] There has been a new submission: 'Hello creators, i just made my first youtube video. i would appreciate some feedback. leave your video in the reply and ill give some feedback too. :D', with flair 'Video Critique' +[2020-07-23 09:23:17,001] /u/maumuffin had their submission removed for insufficient lambda. +[2020-07-23 09:23:19,011] /u/maumuffin had their flair updated +[2020-07-23 09:28:06,597] There has been a new submission: 'Starting to get better at the conent making and edits lmk what yall think though 🙏🏼 criticism welcome 😳🤟🏼', with flair 'Gaming' +[2020-07-23 09:28:07,537] /u/Thatdude4200 had their submission removed for insufficient lambda. +[2020-07-23 09:28:08,606] /u/Thatdude4200 had their flair updated +[2020-07-23 09:44:07,169] There has been a new submission: 'Thief | Ep.03 // thanks for the subs', with flair 'Gaming' +[2020-07-23 09:44:08,457] /u/iraggedymani had their submission removed for insufficient lambda. +[2020-07-23 09:44:10,312] /u/iraggedymani had their flair updated +[2020-07-23 09:47:41,307] There has been a new submission: 'How To Make Cookies At Home - (Homemade chocolate chip Cookie Recipe For Kids)', with flair 'Video Critique' +[2020-07-23 09:47:42,344] /u/KiddyEntrepreneurs had their submission removed for insufficient lambda. +[2020-07-23 09:47:43,519] /u/KiddyEntrepreneurs had their flair updated +[2020-07-23 09:47:49,211] '/u/Foggy_Creations' has given '/u/Europeanroadbycar' lambda! +[2020-07-23 09:47:50,392] /u/Europeanroadbycar had their flair updated +[2020-07-23 09:49:42,018] There has been a new submission: 'Please help review my channel, any comments help', with flair 'Channel Review' +[2020-07-23 09:49:42,729] /u/glierien had their submission removed for insufficient lambda. +[2020-07-23 09:49:43,252] /u/glierien had their flair updated +[2020-07-23 10:11:06,323] '/u/Noobeater1' has given '/u/Adzic254' lambda! +[2020-07-23 10:11:08,536] /u/Adzic254 had their flair updated +[2020-07-23 10:12:24,514] There has been a new submission: 'sub4sub', with flair 'Channel Review' +[2020-07-23 10:12:26,393] /u/RP_KJA had their submission removed for insufficient lambda. +[2020-07-23 10:12:28,481] /u/RP_KJA had their flair updated +[2020-07-23 10:25:17,781] '/u/yungrebel2050' has given '/u/cav_1' lambda! +[2020-07-23 10:25:19,430] /u/cav_1 had their flair updated +[2020-07-23 10:27:47,565] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Legendary Bluegill & Legendary Sturgeon | 🐟', with flair 'Gaming' +[2020-07-23 10:27:47,823] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 10:27:47,825] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 10:27:47,993] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SxF6-uoQLxs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 10:27:48,115] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaIPmkno62ifn-ahjMd-hZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 10:27:51,183] /u/Cothfotmeoo had their flair updated +[2020-07-23 10:28:49,741] +#################### +[Jul 23 2020 10:28:49] RESTARTED +#################### + +[2020-07-23 10:41:48,151] '/u/yungrebel2050' has given '/u/Europeanroadbycar' lambda! +[2020-07-23 10:41:51,017] /u/Europeanroadbycar had their flair updated +[2020-07-23 11:00:56,816] '/u/yeetbox_' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 11:00:59,115] /u/Sn0wPhotos had their flair updated +[2020-07-23 11:09:13,232] '/u/Foggy_Creations' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 11:09:14,872] /u/Sn0wPhotos had their flair updated +[2020-07-23 11:32:35,395] '/u/Kibo_Sensei_' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 11:32:37,955] /u/Sn0wPhotos had their flair updated +[2020-07-23 11:33:35,272] '/u/LewisJones91' has given '/u/Cothfotmeoo' lambda! +[2020-07-23 11:33:37,197] /u/Cothfotmeoo had their flair updated +[2020-07-23 11:33:52,898] '/u/LewisJones91' has given '/u/storiqo' lambda! +[2020-07-23 11:33:54,832] /u/storiqo had their flair updated +[2020-07-23 11:34:06,729] There has been a new submission: 'Best Drone for Video Shooting', with flair 'Channel Review' +[2020-07-23 11:34:08,427] /u/creativeexpouser had their submission removed for insufficient lambda. +[2020-07-23 11:34:10,300] /u/creativeexpouser had their flair updated +[2020-07-23 11:48:37,534] There has been a new submission: 'what happened to KANYE WEST!?!', with flair 'Video Critique' +[2020-07-23 11:48:38,340] /u/SoUhImAlex had their submission removed for insufficient lambda. +[2020-07-23 11:48:39,249] /u/SoUhImAlex had their flair updated +[2020-07-23 11:59:17,349] There has been a new submission: 'Crazy world (NUKETOWN EDIT)', with flair 'Gaming' +[2020-07-23 11:59:18,120] /u/QuoTe_FleX_YT had their submission removed for insufficient lambda. +[2020-07-23 11:59:18,810] /u/QuoTe_FleX_YT had their flair updated +[2020-07-23 12:00:09,851] There has been a new submission: 'ShotGun Only (Funny Moments Fortnite Chapter 2 Season 3)', with flair 'Gaming' +[2020-07-23 12:00:12,227] /u/The-nerd-of-yugioh had their submission removed for insufficient lambda. +[2020-07-23 12:00:14,575] /u/The-nerd-of-yugioh had their flair updated +[2020-07-23 12:09:44,436] '/u/Redmond93' has given '/u/AlsleumMusic' lambda! +[2020-07-23 12:09:44,922] /u/AlsleumMusic had their flair updated +[2020-07-23 12:14:44,299] '/u/Redmond93' has given '/u/AnonWorks_' lambda! +[2020-07-23 12:14:46,066] /u/AnonWorks_ had their flair updated +[2020-07-23 12:16:08,062] '/u/AaronC51401' has given '/u/mgar888' lambda! +[2020-07-23 12:16:09,616] /u/mgar888 had their flair updated +[2020-07-23 12:23:01,195] '/u/Redmond93' has given '/u/Fangore' lambda! +[2020-07-23 12:23:03,262] /u/Fangore had their flair updated +[2020-07-23 12:26:21,057] '/u/DonnieandErikReal' has given '/u/skunker' lambda! +[2020-07-23 12:26:22,545] /u/skunker had their flair updated +[2020-07-23 12:26:43,063] There has been a new submission: 'I Started Fish Cutting Channel.Can you give me advices to up it??', with flair 'None' +[2020-07-23 12:26:44,312] /u/LagoonRex had their submission removed for insufficient lambda. +[2020-07-23 12:26:45,746] /u/LagoonRex had their flair updated +[2020-07-23 12:28:49,571] +#################### +[Jul 23 2020 12:28:49] RESTARTED +#################### + +[2020-07-23 12:46:57,071] There has been a new submission: 'Just uploaded a video it’s called wide presidents and Would love you to give it a like and tell me what you think will be giving lambda', with flair 'Video Critique' +[2020-07-23 12:46:59,904] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 12:46:59,906] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 12:47:00,850] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9l9iVUu95dI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 12:47:01,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4k7c2xBcaR8CrhN_n8O1Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 12:47:03,310] /u/asap-the-rapper had their flair updated +[2020-07-23 12:50:01,061] There has been a new submission: 'Fortnite full action - 8yr old fortnite god', with flair 'Gaming' +[2020-07-23 12:50:02,867] /u/KiddyEntrepreneurs had their submission removed for insufficient lambda. +[2020-07-23 12:50:05,265] /u/KiddyEntrepreneurs had their flair updated +[2020-07-23 13:05:34,063] '/u/Foggy_Creations' has given '/u/SibleyNoir' lambda! +[2020-07-23 13:05:35,745] /u/SibleyNoir had their flair updated +[2020-07-23 13:05:46,551] There has been a new submission: 'Small YouTube Channel', with flair 'Channel Review' +[2020-07-23 13:05:47,892] /u/vanillanesquiik had their submission removed for insufficient lambda. +[2020-07-23 13:05:49,522] /u/vanillanesquiik had their flair updated +[2020-07-23 13:07:32,419] There has been a new submission: 'Dex - Review (Nintendo Switch) - Trying out a rapid fire review style so would love to hear feedback on it!', with flair 'Video Critique' +[2020-07-23 13:07:32,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 13:07:32,825] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 13:07:32,948] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dPdIR8HKaKk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:07:33,058] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:07:34,759] /u/Adzic254 had their flair updated +[2020-07-23 13:08:34,095] There has been a new submission: 'Are There Natural Ways To Promote? Or Do You Have To Start Off Begging?', with flair 'Discussion' +[2020-07-23 13:08:35,326] /u/NoorsNotes had their flair updated +[2020-07-23 13:14:36,212] There has been a new submission: 'I WILL DESIGN YOUR CHANNEL COVER AND LOGO.', with flair 'Discussion' +[2020-07-23 13:14:38,199] /u/jdummies had their flair updated +[2020-07-23 13:16:11,745] There has been a new submission: 'My channel is dedicated to my original orchestral and piano compositions (many of which are free to use!) This is a dark fantasy piece titled "Tempest." Hope you enjoy!', with flair 'Video Critique' +[2020-07-23 13:16:12,194] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 13:16:12,196] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 13:16:12,625] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MwWWYWoVtUE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:16:12,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHxj7nTN8X5RnbQzEqGTMHQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:16:15,328] /u/MasterofRevels had their flair updated +[2020-07-23 13:16:40,868] There has been a new submission: 'Anyone got some video ideas, heres an example og what videos I make.', with flair 'Video Critique' +[2020-07-23 13:16:42,059] /u/AspectYaKnow had their submission removed for insufficient lambda. +[2020-07-23 13:16:43,496] /u/AspectYaKnow had their flair updated +[2020-07-23 13:28:02,935] There has been a new submission: 'Chinese chef and friends start a fsa approved international milk business', with flair 'Video Critique' +[2020-07-23 13:28:03,871] /u/chinesechef420 had their submission removed for insufficient lambda. +[2020-07-23 13:28:05,004] /u/chinesechef420 had their flair updated +[2020-07-23 13:41:15,893] There has been a new submission: 'What editing software does everyone use?', with flair 'Discussion' +[2020-07-23 13:41:18,320] /u/cameout_swingin had their flair updated +[2020-07-23 13:41:38,350] There has been a new submission: 'Hi, im a beginner urban exploration youtube channel and i would appreciate some feedback on what i can fix and how i can improve the video :)', with flair 'Vlog' +[2020-07-23 13:41:39,988] /u/21Panthers03 had their submission removed for insufficient lambda. +[2020-07-23 13:41:42,246] /u/21Panthers03 had their flair updated +[2020-07-23 13:43:33,221] There has been a new submission: 'My favorite video on the channel so far!', with flair 'Gaming' +[2020-07-23 13:43:34,691] /u/parker_pumpYT had their submission removed for insufficient lambda. +[2020-07-23 13:43:36,617] /u/parker_pumpYT had their flair updated +[2020-07-23 13:48:04,977] There has been a new submission: 'The worst jokes in Valorant', with flair 'Video Critique' +[2020-07-23 13:48:05,180] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 13:48:05,181] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 13:48:05,282] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=khjKqH-_VSY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:48:05,420] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfWL_iGvtMo6ou_CBdcCldA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:48:07,192] /u/ImagineRedOffical had their flair updated +[2020-07-23 13:48:57,656] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-23 13:51:08,492] There has been a new submission: 'This is only my 4th video but I’m working on my confidence in front of the camera. Please can I get CC on my content, how I talk, the flow, any mannerisms you don’t like, etc. Will give lambda for feedback! :) I don’t mind if you’re harsh as I want to get better!', with flair 'Video Critique' +[2020-07-23 13:51:09,198] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 13:51:09,200] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 13:51:09,288] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hs0cO9M8lIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:51:09,392] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJjDAgsT50rwsdxNQmNXnvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 13:51:12,708] /u/Sn0wPhotos had their flair updated +[2020-07-23 13:56:06,075] There has been a new submission: 'Beautiful Virginia, USA! Watch and Subscribe', with flair 'Channel Review' +[2020-07-23 13:56:07,236] /u/Pro_Star_27 had their submission removed for insufficient lambda. +[2020-07-23 13:56:08,758] /u/Pro_Star_27 had their flair updated +[2020-07-23 14:01:28,759] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-23 14:05:13,734] '/u/cav_1' has given '/u/Cupidnyaa' lambda! +[2020-07-23 14:05:15,406] /u/Cupidnyaa had their flair updated +[2020-07-23 14:05:23,969] '/u/cav_1' has given '/u/mgar888' lambda! +[2020-07-23 14:05:25,624] /u/mgar888 had their flair updated +[2020-07-23 14:06:13,360] '/u/cav_1' has given '/u/Merryrai' lambda! +[2020-07-23 14:06:14,887] /u/Merryrai had their flair updated +[2020-07-23 14:06:25,335] '/u/cav_1' has given '/u/thepositiv1' lambda! +[2020-07-23 14:06:26,837] /u/thepositiv1 had their flair updated +[2020-07-23 14:06:56,290] '/u/cav_1' has given '/u/ImagineRedOffical' lambda! +[2020-07-23 14:06:57,679] /u/ImagineRedOffical had their flair updated +[2020-07-23 14:07:43,627] '/u/cav_1' has given '/u/PineapplePizzaGaming' lambda! +[2020-07-23 14:07:44,835] /u/PineapplePizzaGaming had their flair updated +[2020-07-23 14:07:56,993] '/u/cav_1' has given '/u/HughseyKL' lambda! +[2020-07-23 14:07:58,201] /u/HughseyKL had their flair updated +[2020-07-23 14:08:28,277] '/u/cav_1' has given '/u/Adzic254' lambda! +[2020-07-23 14:08:29,362] /u/Adzic254 had their flair updated +[2020-07-23 14:08:54,307] '/u/cav_1' has given '/u/Codswallop1' lambda! +[2020-07-23 14:08:55,381] /u/Codswallop1 had their flair updated +[2020-07-23 14:09:20,354] '/u/cav_1' has given '/u/Nathansx1' lambda! +[2020-07-23 14:09:21,065] /u/Nathansx1 had their flair updated +[2020-07-23 14:09:35,018] '/u/cav_1' has given '/u/jatlikesreddit' lambda! +[2020-07-23 14:09:36,494] /u/jatlikesreddit had their flair updated +[2020-07-23 14:09:52,794] '/u/Fangore' has given '/u/Adzic254' lambda! +[2020-07-23 14:09:54,514] /u/Adzic254 had their flair updated +[2020-07-23 14:10:13,319] '/u/cav_1' has given '/u/engamingchannel' lambda! +[2020-07-23 14:10:15,641] /u/engamingchannel had their flair updated +[2020-07-23 14:11:58,197] There has been a new submission: 'I spend hours making my montages but I don't know what's good and what's not. Please let me know!', with flair 'Video Critique' +[2020-07-23 14:11:58,625] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 14:11:58,627] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 14:11:59,005] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JuV654zFGjU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 14:11:59,211] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUe10j5yY7IFCFoy3HI8Ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 14:12:01,882] /u/PineapplePizzaGaming had their flair updated +[2020-07-23 14:12:17,681] There has been a new submission: '15 amazing facts about paris', with flair 'Channel Review' +[2020-07-23 14:12:19,194] /u/JustdeathX had their submission removed for insufficient lambda. +[2020-07-23 14:12:21,572] /u/JustdeathX had their flair updated +[2020-07-23 14:12:59,399] There has been a new submission: 'Yo, this is a video from my friend's channel, imo his content is gradually going up and this is one of his videos I enjoyed.', with flair 'Video Critique' +[2020-07-23 14:13:01,157] /u/CrnGediTYa had their submission removed for insufficient lambda. +[2020-07-23 14:13:03,508] /u/CrnGediTYa had their flair updated +[2020-07-23 14:16:06,831] There has been a new submission: 'Giving Lambda for Feedback on My Latest Comedy Sketch! | What goes on inside the White House', with flair 'Video Critique' +[2020-07-23 14:16:07,135] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 14:16:07,136] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 14:16:07,235] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_b66pqHIPB8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 14:16:07,342] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIdgi_GiCVMOK6x2tXC6k0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 14:16:09,481] /u/jbiddy360 had their flair updated +[2020-07-23 14:18:34,599] There has been a new submission: 'Miraculous Ladybug COMIC AMV', with flair 'Art' +[2020-07-23 14:18:35,612] /u/evildreamerxx had their submission removed for insufficient lambda. +[2020-07-23 14:18:36,511] /u/evildreamerxx had their flair updated +[2020-07-23 14:25:59,487] '/u/jbiddy360' has given '/u/robbit9' lambda! +[2020-07-23 14:26:01,740] /u/robbit9 had their flair updated +[2020-07-23 14:27:43,822] '/u/cav_1' has given '/u/NoHMayor' lambda! +[2020-07-23 14:27:45,004] /u/NoHMayor had their flair updated +[2020-07-23 14:28:10,297] '/u/jbiddy360' has given '/u/ElectionJunkie' lambda! +[2020-07-23 14:28:11,446] /u/ElectionJunkie had their flair updated +[2020-07-23 14:28:46,067] '/u/Kibo_Sensei_' has given '/u/ECXL' lambda! +[2020-07-23 14:28:47,167] /u/ECXL had their flair updated +[2020-07-23 14:29:12,584] +#################### +[Jul 23 2020 14:29:12] RESTARTED +#################### + +[2020-07-23 14:56:34,029] There has been a new submission: 'Just Made A New Video', with flair 'Channel Review' +[2020-07-23 14:56:35,212] /u/AltrossGamez had their submission removed for insufficient lambda. +[2020-07-23 14:56:36,362] /u/AltrossGamez had their flair updated +[2020-07-23 14:56:53,622] There has been a new submission: 'Our First Video - Feedback Request - We just started our channel and posted our first video! We're just trying to get some real and honest (I'm a little scared to ask for this.... but brutally honest) feedback / thoughts so we can improve! Is it terrible? Is it boring? Are we annoying?', with flair 'Video Critique' +[2020-07-23 14:56:54,770] /u/dan9575 had their submission removed for insufficient lambda. +[2020-07-23 14:56:55,795] /u/dan9575 had their flair updated +[2020-07-23 14:57:14,996] There has been a new submission: 'Tell me - do you like this kind of Music?', with flair 'Art' +[2020-07-23 14:57:17,533] /u/Kensa_beats had their submission removed for insufficient lambda. +[2020-07-23 14:57:18,930] /u/Kensa_beats had their flair updated +[2020-07-23 14:58:52,346] '/u/PineapplePizzaGaming' has given '/u/M64ness' lambda! +[2020-07-23 14:58:55,958] /u/M64ness had their flair updated +[2020-07-23 15:00:14,728] '/u/Sn0wPhotos' has given '/u/M64ness' lambda! +[2020-07-23 15:00:18,129] /u/M64ness had their flair updated +[2020-07-23 15:01:23,620] There has been a new submission: 'Hottest New Mobile Game Release V4 Beginning Gameplay', with flair 'None' +[2020-07-23 15:01:25,378] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-07-23 15:01:27,547] /u/kogkeepongaming had their flair updated +[2020-07-23 15:02:23,241] There has been a new submission: 'The Evolution Of XBOX Controllers | 2001-2020 If You Really Love Xbox, You Should Watch This!.', with flair 'Video Critique' +[2020-07-23 15:02:24,780] /u/ESTeaDY1968 had their submission removed for insufficient lambda. +[2020-07-23 15:02:26,816] /u/ESTeaDY1968 had their flair updated +[2020-07-23 15:10:07,987] There has been a new submission: 'THIS iS MY 12th VIDEO, BUT CAN YOU GUYS LET ME KNOW WHAT YOU THINK! THE ORDINARY SKINCARE HAUL, AND CRITICISM WOULD BE MUCH APPRECIATED!!', with flair 'Video Critique' +[2020-07-23 15:10:10,085] /u/pianobby had their submission removed for insufficient lambda. +[2020-07-23 15:10:12,402] /u/pianobby had their flair updated +[2020-07-23 15:15:30,819] There has been a new submission: 'Why there's 2 type of visual on my video ?', with flair 'Discussion' +[2020-07-23 15:15:32,661] /u/br1k_YT had their flair updated +[2020-07-23 15:19:08,079] '/u/FoxWalk' has given '/u/Fangore' lambda! +[2020-07-23 15:19:10,259] /u/Fangore had their flair updated +[2020-07-23 15:19:45,553] There has been a new submission: 'Pokemon red/blue nuzlock race', with flair 'Gaming' +[2020-07-23 15:19:46,571] /u/TimberRoach had their submission removed for insufficient lambda. +[2020-07-23 15:19:47,027] /u/TimberRoach had their flair updated +[2020-07-23 15:20:54,774] There has been a new submission: 'Are you able to bounce back from this?', with flair 'Discussion' +[2020-07-23 15:20:57,609] /u/NG91Films had their flair updated +[2020-07-23 15:21:25,993] '/u/Sn0wPhotos' has given '/u/ElectionJunkie' lambda! +[2020-07-23 15:21:28,857] /u/ElectionJunkie had their flair updated +[2020-07-23 15:22:01,417] There has been a new submission: 'Pokemon red/blue nuzlock race', with flair 'Collab' +[2020-07-23 15:22:03,714] /u/TimberRoach had their flair updated +[2020-07-23 15:25:05,308] '/u/KevinClaus' has given '/u/AlsleumMusic' lambda! +[2020-07-23 15:25:07,331] /u/AlsleumMusic had their flair updated +[2020-07-23 15:26:46,147] '/u/Sn0wPhotos' has given '/u/PottasWorld' lambda! +[2020-07-23 15:26:48,033] /u/PottasWorld had their flair updated +[2020-07-23 15:29:52,103] '/u/Sn0wPhotos' has given '/u/LucaGamez' lambda! +[2020-07-23 15:29:53,951] /u/LucaGamez had their flair updated +[2020-07-23 15:32:56,552] There has been a new submission: 'I've taken some criticism from my last post into account, I would appreciate it if you any of you can watch the video and/or leave any other criticism down below.', with flair 'Gaming' +[2020-07-23 15:32:59,102] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 15:32:59,223] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 15:33:00,855] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IrViqLehtDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:33:01,266] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4P-vy8rMTz-QRFgc6uJjDw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:33:04,378] /u/LucaGamez had their flair updated +[2020-07-23 15:33:23,591] '/u/FoxWalk' has given '/u/siddhant1991' lambda! +[2020-07-23 15:33:25,684] /u/siddhant1991 had their flair updated +[2020-07-23 15:36:50,973] '/u/KevinClaus' has given '/u/Fangore' lambda! +[2020-07-23 15:36:52,246] /u/Fangore had their flair updated +[2020-07-23 15:37:24,103] There has been a new submission: 'Made a comedy smash bros/gaming channel. Peep my first video and give feedback, thanks!', with flair 'Gaming' +[2020-07-23 15:37:26,100] /u/ipapserap had their submission removed for insufficient lambda. +[2020-07-23 15:37:27,205] /u/ipapserap had their flair updated +[2020-07-23 15:43:53,776] There has been a new submission: 'Please tell me how I can improve my timing, editing and acting.', with flair 'Video Critique' +[2020-07-23 15:43:56,115] /u/CulturalWindow had their submission removed for insufficient lambda. +[2020-07-23 15:43:57,996] /u/CulturalWindow had their flair updated +[2020-07-23 15:46:52,921] '/u/jbiddy360' has given '/u/ShikharTrivedi' lambda! +[2020-07-23 15:46:55,177] /u/ShikharTrivedi had their flair updated +[2020-07-23 15:49:15,005] There has been a new submission: 'So this is just a video explaining why audio on YouTube can either be ur best friend or ur enemy. I’m going for a slightly funny sort of vibe and I put quite a lot of effort into this. I’d really appreciate any feedback and will give lambda to all.', with flair 'Video Critique' +[2020-07-23 15:49:15,458] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 15:49:15,471] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 15:49:16,525] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8S0OlYQrlz0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:49:16,937] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:49:18,329] /u/MrCarsone had their flair updated +[2020-07-23 15:50:00,597] '/u/FoxWalk' has given '/u/wertys761' lambda! +[2020-07-23 15:50:02,887] /u/wertys761 had their flair updated +[2020-07-23 15:50:54,982] There has been a new submission: 'I just started editing and my channel 6 days ago. all advice is greatly appriciated~ !givelambda', with flair 'Video Critique' +[2020-07-23 15:50:55,389] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 15:50:55,390] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 15:50:55,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nMKBmz40STM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:50:55,944] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 15:50:58,835] /u/Butt___cuddles had their flair updated +[2020-07-23 15:55:07,341] There has been a new submission: 'Nba 2k20 Elite 1 rep up game!! Best lockdown defender build 2k20!🔥💯', with flair 'Gaming' +[2020-07-23 15:55:08,535] /u/josh_gbh had their submission removed for insufficient lambda. +[2020-07-23 15:55:10,219] /u/josh_gbh had their flair updated +[2020-07-23 16:01:55,779] There has been a new submission: 'Trying some scooter boarder cross and country side riding:', with flair 'Video Critique' +[2020-07-23 16:01:56,765] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 16:01:56,767] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 16:01:58,082] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OGr_RwOyg7Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 16:01:58,484] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOfRs8cZaG6MSvYgE60B2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 16:02:03,844] /u/Europeanroadbycar had their flair updated +[2020-07-23 16:02:45,542] '/u/undercoveractor' has given '/u/Vietnam_Cookin' lambda! +[2020-07-23 16:02:48,086] /u/Vietnam_Cookin had their flair updated +[2020-07-23 16:03:11,726] There has been a new submission: 'Please Subscribe!', with flair 'Gaming' +[2020-07-23 16:03:13,314] /u/DecentYoutuberz had their submission removed for insufficient lambda. +[2020-07-23 16:03:15,248] /u/DecentYoutuberz had their flair updated +[2020-07-23 16:04:26,082] '/u/undercoveractor' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 16:04:28,090] /u/Sn0wPhotos had their flair updated +[2020-07-23 16:07:16,968] There has been a new submission: 'WHO KNOWS WHO BETTER!?!?!?', with flair 'Vlog' +[2020-07-23 16:07:18,374] /u/goddessoflove1 had their submission removed for insufficient lambda. +[2020-07-23 16:07:19,506] /u/goddessoflove1 had their flair updated +[2020-07-23 16:15:20,277] '/u/PineapplePizzaGaming' has given '/u/zhangju531520' lambda! +[2020-07-23 16:15:22,360] /u/zhangju531520 had their flair updated +[2020-07-23 16:16:24,281] '/u/MrCarsone' has given '/u/Barron2110' lambda! +[2020-07-23 16:16:26,206] /u/Barron2110 had their flair updated +[2020-07-23 16:16:43,953] '/u/PineapplePizzaGaming' has given '/u/ElectionJunkie' lambda! +[2020-07-23 16:16:46,450] /u/ElectionJunkie had their flair updated +[2020-07-23 16:18:53,257] There has been a new submission: 'July Boxycharm - Review Try On', with flair 'Vlog' +[2020-07-23 16:18:54,625] /u/DesertFlowerChannel had their submission removed for insufficient lambda. +[2020-07-23 16:18:55,371] /u/DesertFlowerChannel had their flair updated +[2020-07-23 16:19:05,926] '/u/Butt___cuddles' has given '/u/ghoultail' lambda! +[2020-07-23 16:19:07,406] /u/ghoultail had their flair updated +[2020-07-23 16:22:42,881] '/u/MrCarsone' has given '/u/ghoultail' lambda! +[2020-07-23 16:22:44,970] /u/ghoultail had their flair updated +[2020-07-23 16:23:45,540] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 6 - The Traitor', with flair 'Gaming' +[2020-07-23 16:23:47,176] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-23 16:23:49,140] /u/CecliusPlaysHD had their flair updated +[2020-07-23 16:27:52,718] There has been a new submission: 'Exploring the depths of the internet (funny)', with flair 'Video Critique' +[2020-07-23 16:27:55,017] /u/lemonskies666 had their submission removed for insufficient lambda. +[2020-07-23 16:27:56,327] /u/lemonskies666 had their flair updated +[2020-07-23 16:29:29,864] +#################### +[Jul 23 2020 16:29:29] RESTARTED +#################### + +[2020-07-23 17:05:01,662] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 6 - The Traitor', with flair 'Gaming' +[2020-07-23 17:05:04,570] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-23 17:05:06,087] /u/CecliusPlaysHD had their flair updated +[2020-07-23 17:05:24,745] There has been a new submission: 'How to grow your channel with keyword research for YouTube?', with flair 'Discussion' +[2020-07-23 17:05:26,346] /u/neupanedipen had their flair updated +[2020-07-23 17:05:45,122] There has been a new submission: 'TELEBISYON', with flair 'Vlog' +[2020-07-23 17:05:46,632] /u/mekael03 had their submission removed for insufficient lambda. +[2020-07-23 17:05:47,903] /u/mekael03 had their flair updated +[2020-07-23 17:06:06,107] There has been a new submission: 'ORIGAMI Flying Paper Kite (DIFFERENT) 💥', with flair 'Video Critique' +[2020-07-23 17:06:07,740] /u/Hania211 had their submission removed for insufficient lambda. +[2020-07-23 17:06:09,042] /u/Hania211 had their flair updated +[2020-07-23 17:06:28,261] There has been a new submission: 'I am here to ask for help.', with flair 'Discussion' +[2020-07-23 17:06:31,711] /u/VreaL37 had their flair updated +[2020-07-23 17:06:48,956] There has been a new submission: 'Pitching Ideas', with flair 'Art' +[2020-07-23 17:06:49,941] /u/123wink456 had their submission removed for insufficient lambda. +[2020-07-23 17:06:51,090] /u/123wink456 had their flair updated +[2020-07-23 17:07:09,073] There has been a new submission: 'Alright so I was hesitant to post this here at first, but I've been making gaming content for about a year now and I wanted to share a video outside my bubble. This is one of my personal favs. Wanted to know what others think', with flair 'Video Critique' +[2020-07-23 17:07:09,846] /u/Arcadable had their submission removed for insufficient lambda. +[2020-07-23 17:07:10,874] /u/Arcadable had their flair updated +[2020-07-23 17:07:28,799] There has been a new submission: 'How do you collab?', with flair 'Discussion' +[2020-07-23 17:07:31,996] /u/Trekkie45 had their flair updated +[2020-07-23 17:07:52,434] '/u/JanosLW' has given '/u/KingJodeg' lambda! +[2020-07-23 17:07:54,359] /u/KingJodeg had their flair updated +[2020-07-23 17:08:55,271] '/u/LucaGamez' has given '/u/rbbycalmrz' lambda! +[2020-07-23 17:08:59,329] /u/rbbycalmrz had their flair updated +[2020-07-23 17:09:47,491] /u/storiqo had their flair updated +[2020-07-23 17:10:06,912] /u/siddhant1991 had their flair updated +[2020-07-23 17:10:55,308] '/u/Life_Is_good_man' has given '/u/acc4dumbquestions420' lambda! +[2020-07-23 17:10:58,299] /u/acc4dumbquestions420 had their flair updated +[2020-07-23 17:11:18,419] '/u/Life_Is_good_man' has given '/u/acc4dumbquestions420' lambda! +[2020-07-23 17:11:21,329] /u/acc4dumbquestions420 had their flair updated +[2020-07-23 17:11:43,480] '/u/Life_Is_good_man' has given '/u/acc4dumbquestions420' lambda! +[2020-07-23 17:11:46,511] /u/acc4dumbquestions420 had their flair updated +[2020-07-23 17:15:00,579] There has been a new submission: 'WARZONE HACKER DETECTION NEEDS A BUFF....', with flair 'Gaming' +[2020-07-23 17:15:01,928] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-07-23 17:15:03,404] /u/RJeezyYT had their flair updated +[2020-07-23 17:15:21,469] There has been a new submission: 'Playing League of Legends with Donkey Kong Bongos. Would love some feedback! Thank you so much!', with flair 'Video Critique' +[2020-07-23 17:15:23,835] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 17:15:23,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 17:15:25,715] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=D_mRaEDa-jE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 17:15:26,164] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 17:15:28,495] /u/TriceratopsJr had their flair updated +[2020-07-23 17:15:45,749] There has been a new submission: 'I know the boys got me on this one 🥺', with flair 'Gaming' +[2020-07-23 17:15:47,365] /u/rhdb10 had their submission removed for insufficient lambda. +[2020-07-23 17:15:48,716] /u/rhdb10 had their flair updated +[2020-07-23 17:20:27,771] '/u/MrCarsone' has given '/u/Real_Mr_Llama' lambda! +[2020-07-23 17:20:30,881] /u/Real_Mr_Llama had their flair updated +[2020-07-23 17:24:39,443] There has been a new submission: 'This is my part 04 of my Funny Moments series. By now i should be good but i feel i have a lot to learn. Any critique and thoughts are appreciated.', with flair 'Video Critique' +[2020-07-23 17:24:41,860] /u/MittsyXIV had their submission removed for insufficient lambda. +[2020-07-23 17:24:44,077] /u/MittsyXIV had their flair updated +[2020-07-23 17:29:14,490] There has been a new submission: 'How to Live Frugally in 2020 - Can I have your feedback please? What could I improve and what have I done well?', with flair 'Video Critique' +[2020-07-23 17:29:15,551] /u/kbcash had their submission removed for insufficient lambda. +[2020-07-23 17:29:16,209] /u/kbcash had their flair updated +[2020-07-23 17:32:49,718] There has been a new submission: 'my gameplay mobile legend i hope its good', with flair 'Gaming' +[2020-07-23 17:32:51,281] /u/bloggerrrrrr had their submission removed for insufficient lambda. +[2020-07-23 17:32:53,413] /u/bloggerrrrrr had their flair updated +[2020-07-23 17:36:51,125] There has been a new submission: 'Perfectly Cut Scream #1 (Reddit Version)', with flair 'Video Critique' +[2020-07-23 17:36:52,239] /u/KunwarGaming had their submission removed for insufficient lambda. +[2020-07-23 17:36:53,666] /u/KunwarGaming had their flair updated +[2020-07-23 17:37:32,989] There has been a new submission: 'Just posted my latest video! Would love if any of you's would have a look!', with flair 'Gaming' +[2020-07-23 17:37:34,014] /u/PercyBlueYT had their submission removed for insufficient lambda. +[2020-07-23 17:37:35,244] /u/PercyBlueYT had their flair updated +[2020-07-23 17:44:23,127] '/u/jbiddy360' has given '/u/TrashmanTalks' lambda! +[2020-07-23 17:44:26,288] /u/TrashmanTalks had their flair updated +[2020-07-23 17:49:17,902] There has been a new submission: 'Just posted my second ever video and I would love to hear some feedback.', with flair 'Video Critique' +[2020-07-23 17:49:18,731] /u/really_nick had their submission removed for insufficient lambda. +[2020-07-23 17:49:19,364] /u/really_nick had their flair updated +[2020-07-23 17:51:27,934] There has been a new submission: 'No! That's So Wrong lol (Drawing in Skribbl.io part 2)', with flair 'Art' +[2020-07-23 17:51:29,939] /u/BlazingDynamoo had their submission removed for insufficient lambda. +[2020-07-23 17:51:32,122] /u/BlazingDynamoo had their flair updated +[2020-07-23 17:52:34,398] There has been a new submission: 'Hey guys! I make super surreal and kinda awkward comedy sketches and I was wondering what I need to do to improve! Most of my friends think they’re funny but I want to take the next step and make them bigger and better I linked my most recent video!', with flair 'Channel Review' +[2020-07-23 17:52:35,828] /u/Morgo_Morgo had their submission removed for insufficient lambda. +[2020-07-23 17:52:37,917] /u/Morgo_Morgo had their flair updated +[2020-07-23 17:53:30,039] There has been a new submission: 'Want to make a few more in these style so feedback is very welcome here. Will happily dish out lambda for useful stuff.', with flair 'Video Critique' +[2020-07-23 17:53:32,700] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 17:53:32,702] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 17:53:33,889] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t5yrsOFls70&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 17:53:34,340] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCq9YV2lkAR-IuENo6-gjfrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 17:53:37,200] /u/mt2987 had their flair updated +[2020-07-23 17:58:04,911] There has been a new submission: '“The only thing they fear is you.” | Roblox Arsenal Montage', with flair 'Gaming' +[2020-07-23 17:58:06,462] /u/Zoosophy had their submission removed for insufficient lambda. +[2020-07-23 17:58:07,526] /u/Zoosophy had their flair updated +[2020-07-23 18:00:46,844] '/u/SlickChance' has given '/u/rbbycalmrz' lambda! +[2020-07-23 18:00:49,827] /u/rbbycalmrz had their flair updated +[2020-07-23 18:02:06,424] There has been a new submission: 'Healthy Soondubu Jjigae (High Protein: 32g P) | Lambdas will be given for every critique!', with flair 'Video Critique' +[2020-07-23 18:02:08,589] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 18:02:08,624] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 18:02:09,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fabDknFaQUk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 18:02:10,098] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 18:02:12,993] /u/aspirefitnesswalnut had their flair updated +[2020-07-23 18:03:10,207] There has been a new submission: 'Should I set up a Twitter', with flair 'Discussion' +[2020-07-23 18:03:12,905] /u/core2003 had their flair updated +[2020-07-23 18:09:15,587] There has been a new submission: 'This Is What Will Happen To Warzone When COD 2020 Is Released(also like and sub if you want to I would really appreciate it)', with flair 'Video Critique' +[2020-07-23 18:09:16,408] /u/krayboyj had their submission removed for insufficient lambda. +[2020-07-23 18:09:17,087] /u/krayboyj had their flair updated +[2020-07-23 18:10:07,548] There has been a new submission: 'The CRAZIEST Military Drop EVER! - Call Of Duty Warzone Trios', with flair 'Gaming' +[2020-07-23 18:10:09,181] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-23 18:10:11,534] /u/Curlyiix had their flair updated +[2020-07-23 18:12:32,621] There has been a new submission: 'I've been doing quite a lot of these highly edited gaming videos. Not sure what I can do to improve them or get them seen by more people. Any criticism or feedback is welcome.', with flair 'Video Critique' +[2020-07-23 18:12:35,413] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 18:12:35,451] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 18:12:36,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wEIK08ztmtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 18:12:37,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkbOst8wx2XB20L_SiYJxEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 18:12:40,379] /u/rbbycalmrz had their flair updated +[2020-07-23 18:13:19,324] There has been a new submission: 'The Weird World Of Nigerian Kids Content', with flair 'Video Critique' +[2020-07-23 18:13:20,803] /u/twurdel had their submission removed for insufficient lambda. +[2020-07-23 18:13:22,732] /u/twurdel had their flair updated +[2020-07-23 18:14:04,729] There has been a new submission: 'Toyota Supra (1600HP) - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-23 18:14:06,427] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-23 18:14:08,269] /u/YSforce had their flair updated +[2020-07-23 18:14:48,594] There has been a new submission: 'My Humble attempt at covering a Django Reinhardt song. Feedback is always welcome. Maybe also subscribe to my channel. It boosts my confidence to keep on making these videos.', with flair 'Vlog' +[2020-07-23 18:14:50,108] /u/SouravBiswax had their submission removed for insufficient lambda. +[2020-07-23 18:14:51,909] /u/SouravBiswax had their flair updated +[2020-07-23 18:16:27,564] There has been a new submission: 'Just Crossed 150 Subscribers! Thanks Guys!', with flair 'Channel Review' +[2020-07-23 18:16:29,079] /u/ThisisChannelName had their submission removed for insufficient lambda. +[2020-07-23 18:16:30,431] /u/ThisisChannelName had their flair updated +[2020-07-23 18:27:29,840] There has been a new submission: 'I've created this trailer guys', with flair 'Gaming' +[2020-07-23 18:27:30,948] /u/RandiRobert94 had their submission removed for insufficient lambda. +[2020-07-23 18:27:32,259] /u/RandiRobert94 had their flair updated +[2020-07-23 18:28:12,738] There has been a new submission: 'LOBA.EXE | Loba Highlights #7', with flair 'Gaming' +[2020-07-23 18:28:14,150] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-07-23 18:28:15,236] /u/GepkeApexYT had their flair updated +[2020-07-23 18:29:27,317] +#################### +[Jul 23 2020 18:29:27] RESTARTED +#################### + +[2020-07-23 19:05:01,624] '/u/Adzic254' has given '/u/TrashmanTalks' lambda! +[2020-07-23 19:05:04,240] /u/TrashmanTalks had their flair updated +[2020-07-23 19:05:37,309] '/u/Adzic254' has given '/u/FoxWalk' lambda! +[2020-07-23 19:05:39,390] /u/FoxWalk had their flair updated +[2020-07-23 19:05:58,274] '/u/Adzic254' has given '/u/KevinClaus' lambda! +[2020-07-23 19:06:00,987] /u/KevinClaus had their flair updated +[2020-07-23 19:06:31,579] There has been a new submission: 'New Upload!', with flair 'Gaming' +[2020-07-23 19:06:32,723] /u/SledgeHammer1015 had their submission removed for insufficient lambda. +[2020-07-23 19:06:33,874] /u/SledgeHammer1015 had their flair updated +[2020-07-23 19:06:51,790] There has been a new submission: '*NEW* Warzone Video Out Now! Feel free to check it out guys!', with flair 'Gaming' +[2020-07-23 19:06:53,307] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-23 19:06:54,463] /u/JRohx had their flair updated +[2020-07-23 19:07:12,460] There has been a new submission: 'playing bedwars against SUPERSWEATS', with flair 'Video Critique' +[2020-07-23 19:07:13,789] /u/Redditteer9 had their submission removed for insufficient lambda. +[2020-07-23 19:07:14,813] /u/Redditteer9 had their flair updated +[2020-07-23 19:07:31,241] There has been a new submission: 'Found a new vlogger. Interesting to see her journey as a classical singer', with flair 'Vlog' +[2020-07-23 19:07:32,637] /u/iPetBumbleBees had their submission removed for insufficient lambda. +[2020-07-23 19:07:33,581] /u/iPetBumbleBees had their flair updated +[2020-07-23 19:07:49,173] There has been a new submission: '(ASMR) Love Poems From Your Long Distance Ex Girlfriend [F4F]', with flair 'Art' +[2020-07-23 19:07:51,141] /u/kiki_asmr had their submission removed for insufficient lambda. +[2020-07-23 19:07:52,127] /u/kiki_asmr had their flair updated +[2020-07-23 19:08:25,425] '/u/TriceratopsJr' has given '/u/Fangore' lambda! +[2020-07-23 19:08:27,643] /u/Fangore had their flair updated +[2020-07-23 19:10:16,370] There has been a new submission: '10 Albums in 10 Days - Day 4: Shogun by Trivium', with flair 'Video Critique' +[2020-07-23 19:10:17,937] /u/StarcomaOfficial had their submission removed for insufficient lambda. +[2020-07-23 19:10:20,336] /u/StarcomaOfficial had their flair updated +[2020-07-23 19:12:45,459] '/u/LucaGamez' has given '/u/throwawayaccountweak' lambda! +[2020-07-23 19:12:48,242] /u/throwawayaccountweak had their flair updated +[2020-07-23 19:13:24,303] There has been a new submission: 'Fallout 76 Fails and Funnies 2', with flair 'Gaming' +[2020-07-23 19:13:25,725] /u/JoeJavaBrew had their submission removed for insufficient lambda. +[2020-07-23 19:13:27,648] /u/JoeJavaBrew had their flair updated +[2020-07-23 19:18:55,024] '/u/rbbycalmrz' has given '/u/kshapp03' lambda! +[2020-07-23 19:18:58,141] /u/kshapp03 had their flair updated +[2020-07-23 19:23:11,706] There has been a new submission: 'Question about channel settings and being visible to others', with flair 'Channel Review' +[2020-07-23 19:23:13,313] /u/Dutch-Explorer had their submission removed for insufficient lambda. +[2020-07-23 19:23:15,323] /u/Dutch-Explorer had their flair updated +[2020-07-23 19:28:40,444] There has been a new submission: 'The Problem of Var in the Premier League(New Youtube Channel)', with flair 'Channel Review' +[2020-07-23 19:28:42,118] /u/Ikingslash had their submission removed for insufficient lambda. +[2020-07-23 19:28:43,263] /u/Ikingslash had their flair updated +[2020-07-23 19:30:20,123] There has been a new submission: 'These days the decrease in face to face interaction has caused problems in relationships and this can cause many emotional and physiological problems. This video highlights some essential tips to grow and maintain a healthy relationship, whether it be social, romantic or professional.', with flair 'Video Critique' +[2020-07-23 19:30:21,966] /u/Motivation_House had their submission removed for insufficient lambda. +[2020-07-23 19:30:24,421] /u/Motivation_House had their flair updated +[2020-07-23 19:41:48,726] /u/jbiddy360 had their flair updated +[2020-07-23 19:45:07,792] '/u/jbiddy360' has given '/u/472334' lambda! +[2020-07-23 19:45:10,336] /u/472334 had their flair updated +[2020-07-23 19:54:52,203] '/u/aspirefitnesswalnut' has given '/u/Noobie77' lambda! +[2020-07-23 19:54:54,618] /u/Noobie77 had their flair updated +[2020-07-23 20:07:00,706] '/u/mt2987' has given '/u/Fangore' lambda! +[2020-07-23 20:07:02,020] /u/Fangore had their flair updated +[2020-07-23 20:07:13,608] '/u/aspirefitnesswalnut' has given '/u/AlsleumMusic' lambda! +[2020-07-23 20:07:14,882] /u/AlsleumMusic had their flair updated +[2020-07-23 20:09:49,235] There has been a new submission: 'New Halo video everyone! This is my favorite video I've made to date so please share! Feedback of course gets lambda and subs always loved here :) Halo MCC - The 100 Grifball WIN Streak! (Halo Funtage 9)', with flair 'Video Critique' +[2020-07-23 20:09:50,672] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 20:09:50,715] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 20:09:51,698] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ArEWXgB-kGc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 20:09:52,107] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 20:09:53,459] /u/Brandonator247 had their flair updated +[2020-07-23 20:11:37,501] '/u/TriceratopsJr' has given '/u/Noobie77' lambda! +[2020-07-23 20:11:39,846] /u/Noobie77 had their flair updated +[2020-07-23 20:11:54,308] There has been a new submission: 'Episode 11 out now guys!', with flair 'Art' +[2020-07-23 20:11:56,438] /u/Cookingblue3556 had their submission removed for insufficient lambda. +[2020-07-23 20:11:58,695] /u/Cookingblue3556 had their flair updated +[2020-07-23 20:17:16,150] There has been a new submission: 'Robocraft is currently plagued by walking bricks in a game about creating imaginative robots. However with Corgi Prime, I find there are still those with the will to go beyond the brick bots. This is a better experience. This is, Even More Robocraft in 2020!', with flair 'Gaming' +[2020-07-23 20:17:17,178] /u/Warspainter had their submission removed for insufficient lambda. +[2020-07-23 20:17:18,401] /u/Warspainter had their flair updated +[2020-07-23 20:21:16,063] There has been a new submission: 'Ed Gein - The Plainfield Ghoul', with flair 'Video Critique' +[2020-07-23 20:21:18,323] /u/PersonWithNoNick had their submission removed for insufficient lambda. +[2020-07-23 20:21:20,557] /u/PersonWithNoNick had their flair updated +[2020-07-23 20:23:18,369] There has been a new submission: 'Some of my gold ranked game plays in Apex legends. Please be sure to leave a like and subscribe if you enjoyed.', with flair 'Gaming' +[2020-07-23 20:23:19,846] /u/XA1CE had their submission removed for insufficient lambda. +[2020-07-23 20:23:21,855] /u/XA1CE had their flair updated +[2020-07-23 20:28:18,347] There has been a new submission: 'Best valorant guide in the youtube space!!!!!!!!!', with flair 'Gaming' +[2020-07-23 20:28:19,372] /u/Grustly had their submission removed for insufficient lambda. +[2020-07-23 20:28:20,396] /u/Grustly had their flair updated +[2020-07-23 20:29:09,302] +#################### +[Jul 23 2020 20:29:09] RESTARTED +#################### + +[2020-07-23 20:35:02,367] Starting every day program... +[2020-07-23 20:35:02,369] Updating database statistics... +[2020-07-23 20:35:02,902] Posting and updating wiki... +[2020-07-23 20:35:21,218] Formatting leaderboard... +[2020-07-23 20:35:21,832] Updating sidebar... +[2020-07-23 20:35:22,281] Updated in new reddit... +[2020-07-23 20:35:24,414] Updated in old reddit... +[2020-07-23 20:35:24,415] Completed. +[2020-07-23 20:57:19,352] There has been a new submission: 'Are my stats good? - First two months on YouTube', with flair 'Discussion' +[2020-07-23 20:57:20,665] /u/50shades_ofawesome had their flair updated +[2020-07-23 20:57:42,057] '/u/MrCarsone' has given '/u/Noobie77' lambda! +[2020-07-23 20:57:44,231] /u/Noobie77 had their flair updated +[2020-07-23 21:00:21,284] '/u/MrCarsone' has given '/u/LloydZD' lambda! +[2020-07-23 21:00:24,445] /u/LloydZD had their flair updated +[2020-07-23 21:01:10,861] There has been a new submission: 'I've been making gaming videos with my son for a couple of months and decided to put together a channel trailer. I'd love to hear what you think.', with flair 'Video Critique' +[2020-07-23 21:01:14,601] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 21:01:14,641] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 21:01:16,690] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8KPgoFGdLQw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:01:17,062] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjpXRCwf8hxk05PaS9RtsJQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:01:20,547] /u/BotCityUSA had their flair updated +[2020-07-23 21:01:41,040] There has been a new submission: 'Call of Duty Warzone: The BEAST of Gulag', with flair 'Gaming' +[2020-07-23 21:01:42,678] /u/psfnsa had their submission removed for insufficient lambda. +[2020-07-23 21:01:44,727] /u/psfnsa had their flair updated +[2020-07-23 21:02:05,544] There has been a new submission: 'We played Sven coop and it turned out awesome!', with flair 'Gaming' +[2020-07-23 21:02:06,977] /u/YoutoozPriceGuide had their submission removed for insufficient lambda. +[2020-07-23 21:02:09,033] /u/YoutoozPriceGuide had their flair updated +[2020-07-23 21:02:28,931] There has been a new submission: 'Neumorphism Analog Clock | HTML CSS Javascript', with flair 'Channel Review' +[2020-07-23 21:02:30,450] /u/robson_muniz had their submission removed for insufficient lambda. +[2020-07-23 21:02:32,494] /u/robson_muniz had their flair updated +[2020-07-23 21:02:53,930] There has been a new submission: 'When you post saying how long you spent editing it doesn’t help you, your work should speak for itself and will regardless.', with flair 'Discussion' +[2020-07-23 21:02:57,427] /u/mrlewiscooley had their flair updated +[2020-07-23 21:09:06,087] There has been a new submission: 'COD MODERN WARFARE Quick Team Deathmatch Game', with flair 'Gaming' +[2020-07-23 21:09:07,024] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-23 21:09:07,764] /u/majin_hendrix had their flair updated +[2020-07-23 21:09:34,929] There has been a new submission: 'Neumorphism Analog Clock | HTML CSS Javascript', with flair 'Channel Review' +[2020-07-23 21:09:35,627] /u/robson_muniz had their submission removed for insufficient lambda. +[2020-07-23 21:09:36,159] /u/robson_muniz had their flair updated +[2020-07-23 21:12:04,224] There has been a new submission: 'NBA 2K Bubble Game Denver Vs Clippers', with flair 'Gaming' +[2020-07-23 21:12:06,492] /u/vanooliver50 had their submission removed for insufficient lambda. +[2020-07-23 21:12:09,434] /u/vanooliver50 had their flair updated +[2020-07-23 21:13:24,787] There has been a new submission: 'Today is my YouTube teammates (Sedica's) Birthday! Please send b-day wishes to her with feedback :). She's wonderful, and took on the cult part of this game cus I don't like cults >.>. ~T', with flair 'Video Critique' +[2020-07-23 21:13:26,179] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 21:13:26,219] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 21:13:27,778] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pPE-5YPwHhE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:13:28,187] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeuGKWpZ1X-OXsfaXesu1eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:13:31,342] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-23 21:16:21,281] There has been a new submission: 'Common Merchant Fees Explained | Small Business Payment Processing', with flair 'Video Critique' +[2020-07-23 21:16:23,653] /u/AuraMM had their submission removed for insufficient lambda. +[2020-07-23 21:16:25,784] /u/AuraMM had their flair updated +[2020-07-23 21:16:49,497] There has been a new submission: 'GTA 5 Mechanic Delivers my Oppressor MK2.', with flair 'Video Critique' +[2020-07-23 21:16:52,363] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-07-23 21:16:54,447] /u/TheLucidGam3r had their flair updated +[2020-07-23 21:18:28,238] There has been a new submission: 'Small Sports Channel Looking for Advice', with flair 'Channel Review' +[2020-07-23 21:18:29,203] /u/Low-QualitySports had their submission removed for insufficient lambda. +[2020-07-23 21:18:30,101] /u/Low-QualitySports had their flair updated +[2020-07-23 21:18:51,802] There has been a new submission: 'Can OpenAI's GPT3 model give investing advice? | Looking for any tips on how to improve! [Giving Lambda!]', with flair 'Video Critique' +[2020-07-23 21:18:54,501] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 21:18:54,539] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 21:18:58,275] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2ke7W8INoOw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:18:58,645] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPXzgSttlWVUC-dFltHMbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:19:00,443] /u/WillWestInvest had their flair updated +[2020-07-23 21:20:58,738] There has been a new submission: 'Starting a youtube channel', with flair 'Discussion' +[2020-07-23 21:21:01,497] /u/VuleNemukula had their flair updated +[2020-07-23 21:21:28,200] '/u/Sn0wPhotos' has given '/u/cooknookgirl' lambda! +[2020-07-23 21:21:32,094] /u/cooknookgirl had their flair updated +[2020-07-23 21:21:51,255] There has been a new submission: 'Conservative Christian University has an anonymous page to post about crushes on campus and it is one of the most hilariously sad things to exist.', with flair 'Video Critique' +[2020-07-23 21:21:53,760] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 21:21:53,799] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 21:21:55,524] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i87UauyAXas&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:21:55,978] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxSLaPj6jimoni3z6p61yUQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 21:21:59,137] /u/admiller3 had their flair updated +[2020-07-23 21:23:03,801] '/u/Sn0wPhotos' has given '/u/Real_Mr_Llama' lambda! +[2020-07-23 21:23:06,503] /u/Real_Mr_Llama had their flair updated +[2020-07-23 21:25:25,338] '/u/Sn0wPhotos' has given '/u/samkrugermusic' lambda! +[2020-07-23 21:25:27,955] /u/samkrugermusic had their flair updated +[2020-07-23 21:26:42,802] '/u/GhrimeTF2' has given '/u/Butt___cuddles' lambda! +[2020-07-23 21:26:45,305] /u/Butt___cuddles had their flair updated +[2020-07-23 21:27:08,188] '/u/GhrimeTF2' has given '/u/Axlel' lambda! +[2020-07-23 21:27:11,015] /u/Axlel had their flair updated +[2020-07-23 21:33:40,845] There has been a new submission: 'STREET DOG TASTE SO GOOD!', with flair 'Channel Review' +[2020-07-23 21:33:42,610] /u/Live-Passenger had their submission removed for insufficient lambda. +[2020-07-23 21:33:44,502] /u/Live-Passenger had their flair updated +[2020-07-23 21:41:24,844] /u/ImagineRedOffical had their flair updated +[2020-07-23 21:42:13,377] '/u/jbiddy360' has given '/u/bittybirtybunny' lambda! +[2020-07-23 21:42:16,376] /u/bittybirtybunny had their flair updated +[2020-07-23 21:44:06,586] '/u/aspirefitnesswalnut' has given '/u/KevinClaus' lambda! +[2020-07-23 21:44:09,288] /u/KevinClaus had their flair updated +[2020-07-23 21:44:50,542] There has been a new submission: 'Would love some feedback on my channel I made my latest vlog during confinement', with flair 'Vlog' +[2020-07-23 21:44:51,857] /u/lorhy777 had their submission removed for insufficient lambda. +[2020-07-23 21:44:53,544] /u/lorhy777 had their flair updated +[2020-07-23 21:45:41,810] /u/KevinClaus had their flair updated +[2020-07-23 21:50:08,994] '/u/admiller3' has given '/u/AlsleumMusic' lambda! +[2020-07-23 21:50:11,466] /u/AlsleumMusic had their flair updated +[2020-07-23 21:55:07,346] There has been a new submission: 'This is the best video on my channel. Can you leave some feedback to help me improve', with flair 'Channel Review' +[2020-07-23 21:55:08,617] /u/nillawafer1227 had their submission removed for insufficient lambda. +[2020-07-23 21:55:10,282] /u/nillawafer1227 had their flair updated +[2020-07-23 21:55:20,112] '/u/ImagineRedOffical' has given '/u/climpsonj' lambda! +[2020-07-23 21:55:21,866] /u/climpsonj had their flair updated +[2020-07-23 21:55:43,029] '/u/admiller3' has given '/u/Samanaitor_88' lambda! +[2020-07-23 21:55:45,895] /u/Samanaitor_88 had their flair updated +[2020-07-23 21:57:23,749] '/u/admiller3' has given '/u/godeatstesticles' lambda! +[2020-07-23 21:57:26,490] /u/godeatstesticles had their flair updated +[2020-07-23 22:00:51,639] There has been a new submission: 'I'm a gaming channel my name is [Colonel Omaha]', with flair 'Gaming' +[2020-07-23 22:00:53,643] /u/MrAndrew1108 had their submission removed for insufficient lambda. +[2020-07-23 22:00:55,866] /u/MrAndrew1108 had their flair updated +[2020-07-23 22:02:12,634] There has been a new submission: 'I USED *KSI'S HOUDINI* SONG TO PICK UP GIRLS ON TINDER (LYRIC PRANK)', with flair 'Vlog' +[2020-07-23 22:02:14,378] /u/dominspeed07 had their submission removed for insufficient lambda. +[2020-07-23 22:02:16,392] /u/dominspeed07 had their flair updated +[2020-07-23 22:07:20,379] There has been a new submission: 'Hello world !', with flair 'Discussion' +[2020-07-23 22:07:22,221] /u/TheABCCouple had their flair updated +[2020-07-23 22:07:43,225] There has been a new submission: 'Struggling', with flair 'Discussion' +[2020-07-23 22:07:46,431] /u/TusharPlays had their flair updated +[2020-07-23 22:08:36,626] There has been a new submission: 'Sending tourists to space in a Single Stage to Orbit Ship', with flair 'Gaming' +[2020-07-23 22:08:37,980] /u/deltlead had their submission removed for insufficient lambda. +[2020-07-23 22:08:38,922] /u/deltlead had their flair updated +[2020-07-23 22:27:06,158] There has been a new submission: '[Discussion] How do you get users to interact with you through your YouTube channel?', with flair 'Discussion' +[2020-07-23 22:27:10,251] /u/SlickChance had their flair updated +[2020-07-23 22:29:39,158] +#################### +[Jul 23 2020 22:29:39] RESTARTED +#################### + +[2020-07-23 23:14:01,805] There has been a new submission: 'Lol', with flair 'Video Critique' +[2020-07-23 23:14:04,101] /u/suckonmyd had their submission removed for insufficient lambda. +[2020-07-23 23:14:05,785] /u/suckonmyd had their flair updated +[2020-07-23 23:14:24,689] There has been a new submission: 'NYC BASED COUPLES CHANNEL- Adventures, spreading a positive message. Give us some feedback to help us grow! please & thank you :)', with flair 'Video Critique' +[2020-07-23 23:14:26,080] /u/SammyandJohnNYC had their submission removed for insufficient lambda. +[2020-07-23 23:14:27,604] /u/SammyandJohnNYC had their flair updated +[2020-07-23 23:14:46,982] There has been a new submission: 'MAKING KILLERS RAGE! I try to be myself and get more comfortable talking when playing alone but I still feel like I sound really weird on the microphone unless it’s just me not liking my own voice 🤔', with flair 'Video Critique' +[2020-07-23 23:14:48,253] /u/BeastIB8 had their submission removed for insufficient lambda. +[2020-07-23 23:14:49,772] /u/BeastIB8 had their flair updated +[2020-07-23 23:15:10,351] There has been a new submission: 'I made my own Covid commercial as a songwriter/musician. Mostly looking for feedback/suggestions on title and thumbnail but other helpful critiques are welcome too! [lambda for useful feedback]', with flair 'Thumbnail Review' +[2020-07-23 23:15:13,014] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 23:15:13,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 23:15:14,876] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Vl7QJRTGD_U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 23:15:15,286] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx1HnxVbFfc92KjLis7Ic8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 23:15:17,824] /u/samkrugermusic had their flair updated +[2020-07-23 23:15:35,965] There has been a new submission: 'I'm sixteen years old and I recently decided to see if people would enjoy watching me being stupid on record. I've gotten way more positive messages than I ever expected so far. Lemme know what you guys think.', with flair 'None' +[2020-07-23 23:15:37,202] /u/HairyBarrelMan had their submission removed for insufficient lambda. +[2020-07-23 23:15:38,556] /u/HairyBarrelMan had their flair updated +[2020-07-23 23:15:58,113] There has been a new submission: 'Homemade Almond Nutella /Sugarfree Nutella', with flair 'Thumbnail Review' +[2020-07-23 23:15:59,263] /u/ashfiya34 had their submission removed for insufficient lambda. +[2020-07-23 23:16:00,630] /u/ashfiya34 had their flair updated +[2020-07-23 23:16:17,750] There has been a new submission: 'Intro and Outros + banners', with flair 'Discussion' +[2020-07-23 23:16:19,226] /u/Celtic_Spike had their flair updated +[2020-07-23 23:16:38,315] There has been a new submission: 'Hey everyone, do y'all mind giving me some feedback on my video? I just started this account and would greatly appreciate some constructive criticism. I'm aware my audio is slightly off quality. I now have a mic. Thanks to everyone!', with flair 'Channel Review' +[2020-07-23 23:16:40,077] /u/GraduateDan had their submission removed for insufficient lambda. +[2020-07-23 23:16:41,108] /u/GraduateDan had their flair updated +[2020-07-23 23:18:21,044] '/u/admiller3' has given '/u/nillawafer1227' lambda! +[2020-07-23 23:18:23,793] /u/nillawafer1227 had their flair updated +[2020-07-23 23:19:49,445] '/u/cav_1' has given '/u/vanooliver50' lambda! +[2020-07-23 23:19:51,659] /u/vanooliver50 had their flair updated +[2020-07-23 23:23:43,457] '/u/Fangore' has given '/u/bittybirtybunny' lambda! +[2020-07-23 23:23:45,916] /u/bittybirtybunny had their flair updated +[2020-07-23 23:24:39,898] '/u/Cothfotmeoo' has given '/u/Sn0wPhotos' lambda! +[2020-07-23 23:24:42,479] /u/Sn0wPhotos had their flair updated +[2020-07-23 23:25:03,607] '/u/Cothfotmeoo' has given '/u/zhangju531520' lambda! +[2020-07-23 23:25:05,773] /u/zhangju531520 had their flair updated +[2020-07-23 23:29:04,202] There has been a new submission: 'I can't post daily or weekly due to the nature of my channel...', with flair 'Discussion' +[2020-07-23 23:29:08,028] /u/LegoAllTheThings had their flair updated +[2020-07-23 23:29:26,910] There has been a new submission: 'Hey guys recently made a vid taking the buzzfeed privilege test and got some interesting results, drop you channels or a specific video in the comments and I'll check you out', with flair 'Video Critique' +[2020-07-23 23:29:28,502] /u/Soofstar had their submission removed for insufficient lambda. +[2020-07-23 23:29:28,998] /u/Soofstar had their flair updated +[2020-07-23 23:30:37,322] '/u/admiller3' has given '/u/Monkey_Adventures' lambda! +[2020-07-23 23:30:40,156] /u/Monkey_Adventures had their flair updated +[2020-07-23 23:31:17,083] '/u/admiller3' has given '/u/cameout_swingin' lambda! +[2020-07-23 23:31:19,746] /u/cameout_swingin had their flair updated +[2020-07-23 23:32:40,768] There has been a new submission: 'The Secret of a Bodybuilder's Gym Bag!!', with flair 'Channel Review' +[2020-07-23 23:32:42,364] /u/asimpler had their submission removed for insufficient lambda. +[2020-07-23 23:32:44,294] /u/asimpler had their flair updated +[2020-07-23 23:33:03,379] There has been a new submission: 'A parody of every youtuber who reacts to a new movie trailer.', with flair 'Video Critique' +[2020-07-23 23:33:05,875] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-23 23:33:05,916] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-23 23:33:07,632] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7jmXcgHm9ro&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 23:33:07,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-23 23:33:11,121] /u/Monkey_Adventures had their flair updated +[2020-07-23 23:42:30,065] '/u/TriceratopsJr' has given '/u/StatTrakJackTV' lambda! +[2020-07-23 23:42:33,055] /u/StatTrakJackTV had their flair updated +[2020-07-23 23:42:58,707] '/u/TriceratopsJr' has given '/u/ameixarocha' lambda! +[2020-07-23 23:43:01,167] /u/ameixarocha had their flair updated +[2020-07-23 23:43:34,391] There has been a new submission: 'Should i separate my gaming stream videos for another channel what to you thing?', with flair 'Discussion' +[2020-07-23 23:43:36,610] /u/FootageHonest had their flair updated +[2020-07-23 23:48:04,196] There has been a new submission: 'Created my channel not long ago and i spent a lot of time of the vids. Would love if i got some feedback', with flair 'Channel Review' +[2020-07-23 23:48:05,875] /u/thomaz_rass had their submission removed for insufficient lambda. +[2020-07-23 23:48:06,903] /u/thomaz_rass had their flair updated +[2020-07-23 23:55:08,270] There has been a new submission: 'I posted my first video! Let me know how I can improve!!', with flair 'Vlog' +[2020-07-23 23:55:09,526] /u/DominikKaizer had their submission removed for insufficient lambda. +[2020-07-23 23:55:11,195] /u/DominikKaizer had their flair updated +[2020-07-24 00:06:47,853] '/u/Monkey_Adventures' has given '/u/Platoniko' lambda! +[2020-07-24 00:06:49,122] /u/Platoniko had their flair updated +[2020-07-24 00:28:27,859] There has been a new submission: 'I played the coffin dance meme with a vibrator. Lemme know how you like the flow of the video. I want to try increasing my content time to 10 minutes for all future videos.', with flair 'Video Critique' +[2020-07-24 00:28:30,110] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 00:28:30,112] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 00:28:31,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hwHzXeGl6qE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 00:28:32,157] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjr4h-bZinoiB3L1f0LZDwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 00:28:34,125] /u/DANNIKENpro had their flair updated +[2020-07-24 00:29:35,263] +#################### +[Jul 24 2020 00:29:35] RESTARTED +#################### + +[2020-07-24 01:05:09,880] There has been a new submission: 'DRIVE A TESLA WITH ME VLOG [테슬라 시운전 브이로그] 🤩🚗 | Chicago Botanic Garden, picnics! art!', with flair 'Vlog' +[2020-07-24 01:05:12,076] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-07-24 01:05:13,469] /u/gsyu98 had their flair updated +[2020-07-24 01:05:32,003] There has been a new submission: 'Red Dead Redemption Walkthrough Gameplay: Part II Throwback Thursday', with flair 'Gaming' +[2020-07-24 01:05:33,116] /u/hesomelo88 had their submission removed for insufficient lambda. +[2020-07-24 01:05:34,926] /u/hesomelo88 had their flair updated +[2020-07-24 01:06:25,325] '/u/samkrugermusic' has given '/u/Monkey_Adventures' lambda! +[2020-07-24 01:06:27,708] /u/Monkey_Adventures had their flair updated +[2020-07-24 01:07:45,858] '/u/Sn0wPhotos' has given '/u/ShikharTrivedi' lambda! +[2020-07-24 01:07:48,032] /u/ShikharTrivedi had their flair updated +[2020-07-24 01:08:34,352] '/u/ImagineRedOffical' has given '/u/Samanaitor_88' lambda! +[2020-07-24 01:08:36,007] /u/Samanaitor_88 had their flair updated +[2020-07-24 01:08:54,597] '/u/ImagineRedOffical' has given '/u/bittybirtybunny' lambda! +[2020-07-24 01:08:58,461] /u/bittybirtybunny had their flair updated +[2020-07-24 01:09:19,047] /u/Monkey_Adventures had their flair updated +[2020-07-24 01:10:09,751] '/u/samkrugermusic' has given '/u/Doesntpayfullprice' lambda! +[2020-07-24 01:10:11,928] /u/Doesntpayfullprice had their flair updated +[2020-07-24 01:11:19,097] There has been a new submission: 'It’s my birthday and I just released my newest video! Even if you’re not a fan of skateboarding games, I’d love to know your thoughts on my editing, thumbnail, etc. // Helpful feedback will receive lambda!', with flair 'Video Critique' +[2020-07-24 01:11:22,335] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 01:11:22,375] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 01:11:25,329] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H9VxBty-Gpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 01:11:25,741] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLJQ21IrndLfYDt_-Fi2NAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 01:11:29,192] /u/GrumpyBottom_YT had their flair updated +[2020-07-24 01:11:47,886] There has been a new submission: 'Hey If your up for it please look through my channel and tell me what I can do better to make better content.', with flair 'Channel Review' +[2020-07-24 01:11:51,696] /u/JKLOL2157 had their flair updated +[2020-07-24 01:17:57,140] There has been a new submission: 'Hello Lovely People! This video's not my main content style but I had fun making it. I'm interested to know what's entertaining and what is not in this video. Let me know your thoughts. Thanks for your time! Have an awesome day! :)', with flair 'Video Critique' +[2020-07-24 01:17:59,757] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 01:17:59,920] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 01:18:01,466] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KT73D6vY1Y0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 01:18:01,877] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbmh33IUexF1Y9BmgwxCaIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 01:18:03,674] /u/MICKIE_D had their flair updated +[2020-07-24 01:24:11,647] There has been a new submission: 'OnePlus Nord | Availability | Price | What is it? Please Critique what you guys think i should do better in terms of editing, content, video, audio, etc. Thanks!', with flair 'Video Critique' +[2020-07-24 01:24:12,991] /u/techdoestalk had their submission removed for insufficient lambda. +[2020-07-24 01:24:14,883] /u/techdoestalk had their flair updated +[2020-07-24 01:25:16,779] There has been a new submission: 'Typography Test', with flair 'Art' +[2020-07-24 01:25:18,355] /u/ismiismi had their submission removed for insufficient lambda. +[2020-07-24 01:25:19,996] /u/ismiismi had their flair updated +[2020-07-24 01:25:43,790] There has been a new submission: 'MADE THE WORST COOKING SHOW EVER', with flair 'Video Critique' +[2020-07-24 01:25:45,972] /u/-S4TiR3- had their submission removed for insufficient lambda. +[2020-07-24 01:25:48,143] /u/-S4TiR3- had their flair updated +[2020-07-24 01:26:56,414] There has been a new submission: 'My first animation project i did solo for a project in college this year! Would appreciate any feedback or criticism. Hope yous enjoy. Thanks!', with flair 'Video Critique' +[2020-07-24 01:26:57,645] /u/itsLilMPM had their submission removed for insufficient lambda. +[2020-07-24 01:26:58,911] /u/itsLilMPM had their flair updated +[2020-07-24 01:32:01,777] '/u/admiller3' has given '/u/MikeJesus' lambda! +[2020-07-24 01:32:04,602] /u/MikeJesus had their flair updated +[2020-07-24 01:32:45,123] There has been a new submission: 'WE ROLLED BLUNTS WITH OUR MOM.... || The Botros Brothers', with flair 'Vlog' +[2020-07-24 01:32:46,598] /u/BotrosBrothers had their submission removed for insufficient lambda. +[2020-07-24 01:32:48,609] /u/BotrosBrothers had their flair updated +[2020-07-24 01:49:47,449] '/u/GrumpyBottom_YT' has given '/u/ToastToTheEr' lambda! +[2020-07-24 01:49:48,970] /u/ToastToTheEr had their flair updated +[2020-07-24 01:52:29,062] There has been a new submission: 'Hey can I have some feedback on my latest Minecraft video any feedback would be greatly appreciated!!', with flair 'Video Critique' +[2020-07-24 01:52:30,494] /u/Edwardtheaussie had their submission removed for insufficient lambda. +[2020-07-24 01:52:32,554] /u/Edwardtheaussie had their flair updated +[2020-07-24 01:53:20,184] '/u/GrumpyBottom_YT' has given '/u/KFCxLegends' lambda! +[2020-07-24 01:53:22,643] /u/KFCxLegends had their flair updated +[2020-07-24 02:00:52,112] '/u/GrumpyBottom_YT' has given '/u/AlsleumMusic' lambda! +[2020-07-24 02:00:55,304] /u/AlsleumMusic had their flair updated +[2020-07-24 02:15:37,144] There has been a new submission: 'THANK YOU SO MUCH for 65 subs i feel motivated to have 100 subs thank you i upload Gaming videos...', with flair 'Channel Review' +[2020-07-24 02:15:38,405] /u/Assassin_X_Gaming had their submission removed for insufficient lambda. +[2020-07-24 02:15:39,964] /u/Assassin_X_Gaming had their flair updated +[2020-07-24 02:28:40,700] '/u/MICKIE_D' has given '/u/etl1234' lambda! +[2020-07-24 02:28:41,788] /u/etl1234 had their flair updated +[2020-07-24 02:29:14,172] +#################### +[Jul 24 2020 02:29:14] RESTARTED +#################### + +[2020-07-24 02:55:42,862] There has been a new submission: 'This isn’t my channel, but I just found this very informative history channel that only has 330 subs!', with flair 'Channel Review' +[2020-07-24 02:55:44,168] /u/VeganKirby had their submission removed for insufficient lambda. +[2020-07-24 02:55:45,421] /u/VeganKirby had their flair updated +[2020-07-24 02:56:22,129] '/u/Brandonator247' has given '/u/StatTrakJackTV' lambda! +[2020-07-24 02:56:25,532] /u/StatTrakJackTV had their flair updated +[2020-07-24 02:56:45,409] '/u/GrumpyBottom_YT' has given '/u/nillawafer1227' lambda! +[2020-07-24 02:56:47,705] /u/nillawafer1227 had their flair updated +[2020-07-24 02:57:23,331] '/u/Monkey_Adventures' has given '/u/etl1234' lambda! +[2020-07-24 02:57:25,300] /u/etl1234 had their flair updated +[2020-07-24 02:57:43,565] '/u/rbbycalmrz' has given '/u/SionTV' lambda! +[2020-07-24 02:57:45,574] /u/SionTV had their flair updated +[2020-07-24 02:59:35,614] There has been a new submission: 'Exterior Design Packages for the All New Porsche 911 (992) Carrera models', with flair 'Vlog' +[2020-07-24 02:59:37,619] /u/alexsyouautomotive had their submission removed for insufficient lambda. +[2020-07-24 02:59:38,271] /u/alexsyouautomotive had their flair updated +[2020-07-24 02:59:54,633] There has been a new submission: 'I just made a new vid on Aesthetic fonts you must know about for Aesthetic video editing 💖 23 NEW AESTHETIC FONTS FOR EDITS | ✨DaFont✨ Lambda for everyone who gives feedback ✨', with flair 'Video Critique' +[2020-07-24 02:59:57,291] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 02:59:57,331] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 02:59:59,507] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ri0uzEe58-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 02:59:59,916] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCc08zdYHTCMZJe82dza2E4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:00:03,909] /u/Chanuki_r had their flair updated +[2020-07-24 03:00:21,610] There has been a new submission: 'Please take a look at our channel, we'd really appreciate any feedback and if you enjoy please like and subscribe!', with flair 'Gaming' +[2020-07-24 03:00:23,247] /u/StokeJay_ had their submission removed for insufficient lambda. +[2020-07-24 03:00:25,574] /u/StokeJay_ had their flair updated +[2020-07-24 03:00:45,596] There has been a new submission: 'My Second Minecraft Video. Any feedback would be awesome!', with flair 'Gaming' +[2020-07-24 03:00:47,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 03:00:47,555] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 03:00:49,192] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4O8sL-hQWLs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:00:49,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP4YWYGgAKFDyz4QGrikVvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:00:49,762] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-24 03:00:51,778] /u/ToastToTheEr had their flair updated +[2020-07-24 03:01:11,360] There has been a new submission: 'Crazy time shooting this one and it even killed my hard drive! But shot in 30 frames/s for the first time. Would love thoughts/critiques - this is about the stages of “Adulting” leading to a career/ life transition.', with flair 'Video Critique' +[2020-07-24 03:01:13,409] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 03:01:13,412] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 03:01:14,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SAV7NPaG9Ms&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:01:15,036] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-24 03:01:17,080] /u/perplexed_pragmatism had their flair updated +[2020-07-24 03:01:41,483] '/u/JKLOL2157' has given '/u/KFCxLegends' lambda! +[2020-07-24 03:01:44,470] /u/KFCxLegends had their flair updated +[2020-07-24 03:03:03,929] '/u/DANNIKENpro' has given '/u/KFCxLegends' lambda! +[2020-07-24 03:03:06,587] /u/KFCxLegends had their flair updated +[2020-07-24 03:03:58,825] '/u/DANNIKENpro' has given '/u/MigookinTeecha' lambda! +[2020-07-24 03:04:02,093] /u/MigookinTeecha had their flair updated +[2020-07-24 03:04:32,818] '/u/DANNIKENpro' has given '/u/playonletsplay' lambda! +[2020-07-24 03:04:35,400] /u/playonletsplay had their flair updated +[2020-07-24 03:10:14,602] There has been a new submission: 'The Matrix Got a MAJOR Upgrade! | Superhot: Mind Control Delete (2020) | Episode #1', with flair 'Gaming' +[2020-07-24 03:10:15,050] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 03:10:15,051] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 03:10:15,233] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dN5ICSkdmC4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:10:15,418] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-24 03:10:17,405] /u/etl1234 had their flair updated +[2020-07-24 03:10:54,547] There has been a new submission: 'I've been told that my last video was the best and feel pressured that this one isn't as good. Please give feedback on what you think.', with flair 'Gaming' +[2020-07-24 03:10:56,957] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 03:10:56,959] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 03:10:58,884] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oxYmdWJXCmY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:10:59,292] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-24 03:11:01,340] /u/SionTV had their flair updated +[2020-07-24 03:25:07,031] There has been a new submission: 'My TF2 tutorial video - Advanced Options (and what they do.)', with flair 'Gaming' +[2020-07-24 03:25:08,335] /u/QueenKyoob had their submission removed for insufficient lambda. +[2020-07-24 03:25:10,004] /u/QueenKyoob had their flair updated +[2020-07-24 03:29:04,421] There has been a new submission: 'I Played bad spiderman flash games... Please let me know what i can improve on.', with flair 'Video Critique' +[2020-07-24 03:29:08,509] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 03:29:08,510] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 03:29:09,821] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pn1WQq-6ViI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 03:29:10,313] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-24 03:29:11,624] /u/Narband had their flair updated +[2020-07-24 03:32:22,431] There has been a new submission: 'My channel has kinda stagnated in terms of subscriber count. My reaction as an attempt to change this was to totally shake up the style of the show. This is my 6th episode since trying the new format (inspired by Being The Elite). What do you think? Any and all feedback is greatly appreciated!', with flair 'Video Critique' +[2020-07-24 03:32:24,070] /u/P8NPrivTV had their submission removed for insufficient lambda. +[2020-07-24 03:32:26,166] /u/P8NPrivTV had their flair updated +[2020-07-24 03:39:52,604] There has been a new submission: 'Addison Rae very first tiktok videos', with flair 'Channel Review' +[2020-07-24 03:39:53,543] /u/tiktokfeed had their submission removed for insufficient lambda. +[2020-07-24 03:39:53,999] /u/tiktokfeed had their flair updated +[2020-07-24 03:54:20,498] '/u/SionTV' has given '/u/IWI-Team' lambda! +[2020-07-24 03:54:22,716] /u/IWI-Team had their flair updated +[2020-07-24 03:56:10,047] '/u/etl1234' has given '/u/nillawafer1227' lambda! +[2020-07-24 03:56:11,936] /u/nillawafer1227 had their flair updated +[2020-07-24 04:29:06,424] +#################### +[Jul 24 2020 04:29:06] RESTARTED +#################### + +[2020-07-24 04:45:11,666] There has been a new submission: '2 month old YT - started a channel for music history vids - here’s one on Bach and Number Symbolism - open to feedback', with flair 'Video Critique' +[2020-07-24 04:45:12,746] /u/Silent_Socrates had their submission removed for insufficient lambda. +[2020-07-24 04:45:14,034] /u/Silent_Socrates had their flair updated +[2020-07-24 04:46:46,060] There has been a new submission: 'My son wanted to make a fortnite you tube video. This is our first attempt for this. We will get more creative in the future.', with flair 'Video Critique' +[2020-07-24 04:46:47,473] /u/CornyBoysVideos had their submission removed for insufficient lambda. +[2020-07-24 04:46:48,622] /u/CornyBoysVideos had their flair updated +[2020-07-24 04:47:06,083] There has been a new submission: 'THE BEST PP - Generation Zero #2', with flair 'Gaming' +[2020-07-24 04:47:07,187] /u/Dejected17 had their submission removed for insufficient lambda. +[2020-07-24 04:47:08,216] /u/Dejected17 had their flair updated +[2020-07-24 04:47:25,761] There has been a new submission: 'Come check out ya local Aussie gronks trying to learn how to use hands! :)', with flair 'Gaming' +[2020-07-24 04:47:26,741] /u/BitOfAYeNah had their submission removed for insufficient lambda. +[2020-07-24 04:47:27,684] /u/BitOfAYeNah had their flair updated +[2020-07-24 04:47:47,999] '/u/Narband' has given '/u/AlsleumMusic' lambda! +[2020-07-24 04:47:50,047] /u/AlsleumMusic had their flair updated +[2020-07-24 04:52:27,359] '/u/nattydigital' has given '/u/SammyandJohnNYC' lambda! +[2020-07-24 04:52:30,598] /u/SammyandJohnNYC had their flair updated +[2020-07-24 05:00:50,204] There has been a new submission: 'This Video WILL Get Me Into BH..', with flair 'Gaming' +[2020-07-24 05:00:51,966] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-24 05:00:54,475] /u/lightningNA_YT had their flair updated +[2020-07-24 05:05:03,715] There has been a new submission: 'FUKKIT - 30', with flair 'Gaming' +[2020-07-24 05:05:05,065] /u/Zidex11 had their submission removed for insufficient lambda. +[2020-07-24 05:05:06,950] /u/Zidex11 had their flair updated +[2020-07-24 05:08:05,512] There has been a new submission: 'Simeon Messed Up with the Wrong Person | Let's Play GTA 5 Gameplay Part 4', with flair 'Gaming' +[2020-07-24 05:08:06,423] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-24 05:08:07,474] /u/omeshhedaoo had their flair updated +[2020-07-24 05:20:39,352] There has been a new submission: 'Pls help me improve', with flair 'Video Critique' +[2020-07-24 05:20:40,062] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 05:20:40,065] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 05:20:40,159] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IKJ8mraEolE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 05:20:40,259] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCisMlCbCqryH-yyPcFaXm-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 05:20:44,466] /u/nillawafer1227 had their flair updated +[2020-07-24 05:29:42,743] '/u/admiller3' has given '/u/TheFandomWorker' lambda! +[2020-07-24 05:29:43,570] /u/TheFandomWorker had their flair updated +[2020-07-24 05:34:26,670] There has been a new submission: 'A paradise called Maldives', with flair 'Vlog' +[2020-07-24 05:34:28,003] /u/delhiwalatraveller had their submission removed for insufficient lambda. +[2020-07-24 05:34:29,781] /u/delhiwalatraveller had their flair updated +[2020-07-24 05:57:01,357] There has been a new submission: 'I make some dumb animations and I want to know what people think of the art. I am new to Krita so I am pretty rusty at it!', with flair 'Art' +[2020-07-24 05:57:02,429] /u/AnOverrated_Mon had their submission removed for insufficient lambda. +[2020-07-24 05:57:03,798] /u/AnOverrated_Mon had their flair updated +[2020-07-24 06:08:13,730] /u/nillawafer1227 had their flair updated +[2020-07-24 06:09:38,785] '/u/nillawafer1227' has given '/u/AlsleumMusic' lambda! +[2020-07-24 06:09:39,382] /u/AlsleumMusic had their flair updated +[2020-07-24 06:10:14,593] There has been a new submission: 'Most beautiful village in the world', with flair 'Vlog' +[2020-07-24 06:10:16,490] /u/delhiwalatraveller had their submission removed for insufficient lambda. +[2020-07-24 06:10:18,793] /u/delhiwalatraveller had their flair updated +[2020-07-24 06:12:20,124] '/u/etl1234' has given '/u/TheGuyWhoCodes365' lambda! +[2020-07-24 06:12:22,273] /u/TheGuyWhoCodes365 had their flair updated +[2020-07-24 06:13:39,882] There has been a new submission: 'For those who post videos on reddit, I did an experiment.', with flair 'Discussion' +[2020-07-24 06:13:42,213] /u/JesseGolo had their flair updated +[2020-07-24 06:19:49,411] There has been a new submission: 'History of La Liga Trophies : Most La Liga Titles (1929 - 2020) (Please let us know what you think about the video/ videos from the channel)', with flair 'Channel Review' +[2020-07-24 06:19:50,020] /u/silkysmooth07 had their submission removed for insufficient lambda. +[2020-07-24 06:19:50,447] /u/silkysmooth07 had their flair updated +[2020-07-24 06:28:58,366] +#################### +[Jul 24 2020 06:28:58] RESTARTED +#################### + +[2020-07-24 06:38:49,430] '/u/samkrugermusic' has given '/u/AlsleumMusic' lambda! +[2020-07-24 06:38:51,155] /u/AlsleumMusic had their flair updated +[2020-07-24 06:39:03,558] '/u/samkrugermusic' has given '/u/SionTV' lambda! +[2020-07-24 06:39:05,440] /u/SionTV had their flair updated +[2020-07-24 06:39:46,361] '/u/WillWestInvest' has given '/u/etl1234' lambda! +[2020-07-24 06:39:47,960] /u/etl1234 had their flair updated +[2020-07-24 06:44:33,409] '/u/etl1234' has given '/u/brodude__' lambda! +[2020-07-24 06:44:35,790] /u/brodude__ had their flair updated +[2020-07-24 06:44:59,968] '/u/etl1234' has given '/u/Butt___cuddles' lambda! +[2020-07-24 06:45:02,462] /u/Butt___cuddles had their flair updated +[2020-07-24 06:52:53,290] '/u/admiller3' has given '/u/luisfrobles' lambda! +[2020-07-24 06:52:55,197] /u/luisfrobles had their flair updated +[2020-07-24 06:53:32,052] '/u/Chanuki_r' has given '/u/silkysmooth07' lambda! +[2020-07-24 06:53:34,516] /u/silkysmooth07 had their flair updated +[2020-07-24 06:54:16,606] '/u/Chanuki_r' has given '/u/AnonWorks_' lambda! +[2020-07-24 06:54:18,703] /u/AnonWorks_ had their flair updated +[2020-07-24 06:57:35,122] There has been a new submission: 'Subscriber Special (Channel Montage)', with flair 'Gaming' +[2020-07-24 06:57:36,111] /u/EgoOnLegs had their submission removed for insufficient lambda. +[2020-07-24 06:57:37,302] /u/EgoOnLegs had their flair updated +[2020-07-24 07:00:58,419] There has been a new submission: 'Wanting some views for my Tesla delivery day video. Thanks!', with flair 'Vlog' +[2020-07-24 07:01:02,185] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 07:01:02,224] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 07:01:03,615] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=imu7IjfdISw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 07:01:04,025] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfsgEod9Ahiz4OgMRRJVzTA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 07:01:07,259] /u/Codswallop1 had their flair updated +[2020-07-24 07:02:25,795] There has been a new submission: 'I animated a lil thingy about a pretty cool Nintendo character... Constructive Criticism is appreciated!!! (Looking for others to collab with :D)', with flair 'Video Critique' +[2020-07-24 07:02:28,047] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 07:02:28,049] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 07:02:29,731] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JmWDc6gv_Y0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 07:02:30,103] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpCWScc4uwnax1dUVj6lvaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 07:02:33,342] /u/mattchu_does_stuff had their flair updated +[2020-07-24 07:13:21,485] '/u/Narband' has given '/u/Butt___cuddles' lambda! +[2020-07-24 07:13:24,272] /u/Butt___cuddles had their flair updated +[2020-07-24 07:29:40,707] There has been a new submission: 'Had a very good week on youtube, all of my vids got around 100 views, but I'm out of ideas.', with flair 'Discussion' +[2020-07-24 07:29:43,533] /u/Narband had their flair updated +[2020-07-24 07:34:55,376] /u/ghoultail had their flair updated +[2020-07-24 07:48:48,178] '/u/nillawafer1227' has given '/u/Butt___cuddles' lambda! +[2020-07-24 07:48:49,057] /u/Butt___cuddles had their flair updated +[2020-07-24 07:51:58,865] '/u/mt2987' has given '/u/Platoniko' lambda! +[2020-07-24 07:52:00,972] /u/Platoniko had their flair updated +[2020-07-24 08:02:52,395] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-24 08:04:01,073] There has been a new submission: 'Aesthetically Pleasing Vlog - I promise you won't waste your time, turn on the captions for comedy. i'm a new youtuber and it would mean a lot if you could check it out! 🥺🤗🥰', with flair 'Vlog' +[2020-07-24 08:04:03,808] /u/No-Evidence-78 had their submission removed for insufficient lambda. +[2020-07-24 08:04:05,666] /u/No-Evidence-78 had their flair updated +[2020-07-24 08:24:49,481] There has been a new submission: 'Defeating the Enderdragon', with flair 'Gaming' +[2020-07-24 08:24:51,018] /u/ansh0_o had their submission removed for insufficient lambda. +[2020-07-24 08:24:52,831] /u/ansh0_o had their flair updated +[2020-07-24 08:26:02,413] '/u/PineapplePizzaGaming' has given '/u/bittybirtybunny' lambda! +[2020-07-24 08:26:03,898] /u/bittybirtybunny had their flair updated +[2020-07-24 08:26:08,960] There has been a new submission: 'Fast Food Donations in College', with flair 'Video Critique' +[2020-07-24 08:26:10,325] /u/Nicnicc had their submission removed for insufficient lambda. +[2020-07-24 08:26:11,951] /u/Nicnicc had their flair updated +[2020-07-24 08:26:53,074] '/u/PineapplePizzaGaming' has given '/u/SionTV' lambda! +[2020-07-24 08:26:54,514] /u/SionTV had their flair updated +[2020-07-24 08:28:10,731] '/u/PineapplePizzaGaming' has given '/u/Real_Mr_Llama' lambda! +[2020-07-24 08:28:11,863] /u/Real_Mr_Llama had their flair updated +[2020-07-24 08:28:58,565] +#################### +[Jul 24 2020 08:28:58] RESTARTED +#################### + +[2020-07-24 08:36:49,415] There has been a new submission: 'Magic of Singapore', with flair 'Vlog' +[2020-07-24 08:36:50,260] /u/delhiwalatraveller had their submission removed for insufficient lambda. +[2020-07-24 08:36:51,255] /u/delhiwalatraveller had their flair updated +[2020-07-24 08:40:48,837] There has been a new submission: 'Ed Gein - The Plainfield Ghoul', with flair 'Video Critique' +[2020-07-24 08:40:50,515] /u/PersonWithNoNick had their submission removed for insufficient lambda. +[2020-07-24 08:40:52,842] /u/PersonWithNoNick had their flair updated +[2020-07-24 08:49:51,409] There has been a new submission: 'Are you a Cancer or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-07-24 08:49:52,641] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-24 08:49:53,542] /u/adyx1997 had their flair updated +[2020-07-24 08:56:55,683] There has been a new submission: 'Just decided to create a fl creation series.', with flair 'Video Critique' +[2020-07-24 08:56:57,163] /u/_Silverlock had their submission removed for insufficient lambda. +[2020-07-24 08:56:58,557] /u/_Silverlock had their flair updated +[2020-07-24 09:04:17,921] There has been a new submission: 'VERY FUNNY VALORANT MOMENTS ( PLZ CHECK IT OUT ITS VERY FUNNY )', with flair 'Gaming' +[2020-07-24 09:04:19,456] /u/MRNEGATIVEbby had their submission removed for insufficient lambda. +[2020-07-24 09:04:21,347] /u/MRNEGATIVEbby had their flair updated +[2020-07-24 09:10:26,716] There has been a new submission: 'The Safest Way To Get Ancient Debris Using Beds! - Minecraft Tutorial - ...', with flair 'Gaming' +[2020-07-24 09:10:28,262] /u/rockerbuck73 had their submission removed for insufficient lambda. +[2020-07-24 09:10:30,598] /u/rockerbuck73 had their flair updated +[2020-07-24 09:11:24,325] There has been a new submission: 'Valorant Live Steam Gaming using Omen', with flair 'Gaming' +[2020-07-24 09:11:25,962] /u/ianicus_maximus had their submission removed for insufficient lambda. +[2020-07-24 09:11:28,215] /u/ianicus_maximus had their flair updated +[2020-07-24 09:16:11,104] '/u/Narband' has given '/u/TheOzan' lambda! +[2020-07-24 09:16:13,198] /u/TheOzan had their flair updated +[2020-07-24 09:24:50,434] There has been a new submission: 'MY LEAST VIEWED VIDEO!?', with flair 'Video Critique' +[2020-07-24 09:24:51,877] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-07-24 09:24:54,019] /u/JustDave93 had their flair updated +[2020-07-24 09:51:14,971] There has been a new submission: 'GamerLaffs Podcast Ep. 0| SEX vs FOOD', with flair 'Gaming' +[2020-07-24 09:51:17,016] /u/SunOfWill had their submission removed for insufficient lambda. +[2020-07-24 09:51:19,192] /u/SunOfWill had their flair updated +[2020-07-24 10:01:41,814] There has been a new submission: 'What do I need to add?', with flair 'Channel Review' +[2020-07-24 10:01:44,295] /u/Rezokarr had their submission removed for insufficient lambda. +[2020-07-24 10:01:46,481] /u/Rezokarr had their flair updated +[2020-07-24 10:02:44,116] There has been a new submission: 'Hey Im A New Content Creator On YouTube, I Just Uploaded This New Video Which I Worked Really Hard On, My Goal Is 20 Subs, Any Support Would Be Very Appreciated :)..... "btw the first part is a bit slow but it pics up"', with flair 'Gaming' +[2020-07-24 10:02:45,896] /u/Qaisjj had their submission removed for insufficient lambda. +[2020-07-24 10:02:47,954] /u/Qaisjj had their flair updated +[2020-07-24 10:06:50,836] There has been a new submission: 'HBO Max Premium Subscription For Free | How To Get HBO Max For Free 2020...', with flair 'Channel Review' +[2020-07-24 10:06:52,027] /u/Technovicky had their submission removed for insufficient lambda. +[2020-07-24 10:06:53,468] /u/Technovicky had their flair updated +[2020-07-24 10:07:46,651] '/u/Narband' has given '/u/tedster_' lambda! +[2020-07-24 10:07:47,861] /u/tedster_ had their flair updated +[2020-07-24 10:12:57,840] '/u/Codswallop1' has given '/u/TheABCCouple' lambda! +[2020-07-24 10:12:59,910] /u/TheABCCouple had their flair updated +[2020-07-24 10:13:10,953] '/u/Codswallop1' has given '/u/silkysmooth07' lambda! +[2020-07-24 10:13:12,929] /u/silkysmooth07 had their flair updated +[2020-07-24 10:18:38,108] There has been a new submission: 'STAR CITIZEN GAMEPLAY - 3.10 PTU Ground turrets, Electric weapons, AI, a...', with flair 'Gaming' +[2020-07-24 10:18:39,001] /u/Samages89 had their submission removed for insufficient lambda. +[2020-07-24 10:18:40,208] /u/Samages89 had their flair updated +[2020-07-24 10:24:56,814] There has been a new submission: 'YOO 12!!!GO TO SLEEP LOSER!!!(UNO)(FUNNY MOMENTS)', with flair 'Gaming' +[2020-07-24 10:24:58,302] /u/fromflores had their submission removed for insufficient lambda. +[2020-07-24 10:25:00,042] /u/fromflores had their flair updated +[2020-07-24 10:28:58,821] +#################### +[Jul 24 2020 10:28:58] RESTARTED +#################### + +[2020-07-24 10:39:54,065] There has been a new submission: 'D.V.A is epic', with flair 'Channel Review' +[2020-07-24 10:39:55,917] /u/itsadam254 had their submission removed for insufficient lambda. +[2020-07-24 10:39:56,445] /u/itsadam254 had their flair updated +[2020-07-24 10:44:25,906] '/u/nillawafer1227' has given '/u/tedster_' lambda! +[2020-07-24 10:44:28,489] /u/tedster_ had their flair updated +[2020-07-24 10:53:39,678] There has been a new submission: 'The question isn’t “how far?” but “how far is TATTOO far?”. Found this crazy tattoo show on MTV. Let’s cringe together as we watch two sisters give each other the most ridiculous tattoos.', with flair 'Vlog' +[2020-07-24 10:53:41,108] /u/tehpartygod had their submission removed for insufficient lambda. +[2020-07-24 10:53:43,122] /u/tehpartygod had their flair updated +[2020-07-24 10:59:08,472] '/u/SionTV' has given '/u/silkysmooth07' lambda! +[2020-07-24 10:59:10,034] /u/silkysmooth07 had their flair updated +[2020-07-24 11:01:38,250] '/u/SionTV' has given '/u/tedster_' lambda! +[2020-07-24 11:01:40,662] /u/tedster_ had their flair updated +[2020-07-24 11:08:53,141] There has been a new submission: 'when you can only play the verse of the doom theme... | Trying out something different to my normal videos, let me know if it works out better and if i can improve on it in any way', with flair 'Video Critique' +[2020-07-24 11:08:55,437] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 11:08:55,474] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 11:08:56,268] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uCTFwVTzUsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 11:08:56,678] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNi2ai9h78uyjc0i1HsZLuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 11:08:58,401] /u/Platoniko had their flair updated +[2020-07-24 11:13:43,907] There has been a new submission: 'The Cinnamon Challenge 2020 #YouTubeChallenges #CinnamonChallenge #TwiceStokesTV', with flair 'Vlog' +[2020-07-24 11:13:46,000] /u/TwiceStokesTV had their submission removed for insufficient lambda. +[2020-07-24 11:13:47,970] /u/TwiceStokesTV had their flair updated +[2020-07-24 11:14:45,330] There has been a new submission: 'Can You Be CREMATED And Still Go To Heaven [4:00]', with flair 'Video Critique' +[2020-07-24 11:14:46,640] /u/Pastor_J_Skinner had their submission removed for insufficient lambda. +[2020-07-24 11:14:48,775] /u/Pastor_J_Skinner had their flair updated +[2020-07-24 11:17:21,610] There has been a new submission: 'How to grow your youtube channel? (real case study)', with flair 'Discussion' +[2020-07-24 11:17:23,259] /u/h-educate had their flair updated +[2020-07-24 11:22:15,078] '/u/Monkey_Adventures' has given '/u/phalgunnmaharishi' lambda! +[2020-07-24 11:22:17,178] /u/phalgunnmaharishi had their flair updated +[2020-07-24 11:24:31,483] There has been a new submission: 'New channel created for data visualization. Let me know if you guys think it's worth pursuing or good enough. Any suggestions are welcome #giving lambda for every review and YT channel subscribe/comments', with flair 'Channel Review' +[2020-07-24 11:24:32,467] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 11:24:32,504] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 11:24:33,327] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0tsO9c9qovk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 11:24:33,697] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPNcCkVv6mAt_jpKULnliog&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 11:24:36,408] /u/silkysmooth07 had their flair updated +[2020-07-24 11:25:57,514] There has been a new submission: 'Angel or Devil? Bendy and the ink machine chapter 3', with flair 'Gaming' +[2020-07-24 11:25:58,780] /u/R3X_Ms_Red had their submission removed for insufficient lambda. +[2020-07-24 11:26:00,369] /u/R3X_Ms_Red had their flair updated +[2020-07-24 11:44:28,586] There has been a new submission: 'Subscribe Guys for my Channel', with flair 'Channel Review' +[2020-07-24 11:44:29,946] /u/vanooliver50 had their submission removed for insufficient lambda. +[2020-07-24 11:44:31,907] /u/vanooliver50 had their flair updated +[2020-07-24 11:52:55,015] '/u/perplexed_pragmatism' has given '/u/silkysmooth07' lambda! +[2020-07-24 11:52:57,042] /u/silkysmooth07 had their flair updated +[2020-07-24 11:58:13,072] '/u/perplexed_pragmatism' has given '/u/Bensetera' lambda! +[2020-07-24 11:58:14,183] /u/Bensetera had their flair updated +[2020-07-24 12:13:52,727] There has been a new submission: 'Fertility rate by country', with flair 'Art' +[2020-07-24 12:13:54,486] /u/Maptastic1 had their submission removed for insufficient lambda. +[2020-07-24 12:13:56,372] /u/Maptastic1 had their flair updated +[2020-07-24 12:22:25,116] There has been a new submission: 'How to create teaching videos on YouTube?', with flair 'Discussion' +[2020-07-24 12:22:27,800] /u/neupanedipen had their flair updated +[2020-07-24 12:26:33,432] There has been a new submission: 'Samsung EHS64 Review : The Best Earphone.| PoeticWhiz', with flair 'Channel Review' +[2020-07-24 12:26:34,663] /u/aabidfaiyaz had their submission removed for insufficient lambda. +[2020-07-24 12:26:36,090] /u/aabidfaiyaz had their flair updated +[2020-07-24 12:28:58,253] +#################### +[Jul 24 2020 12:28:58] RESTARTED +#################### + +[2020-07-24 12:36:44,690] There has been a new submission: 'Control Your Mindset! Let me know what the feeling of this video is. I have incorporated some of the changes suggested from last week. :)', with flair 'Video Critique' +[2020-07-24 12:36:45,416] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 12:36:45,434] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 12:36:45,789] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UrC_bhslmiY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 12:36:45,991] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 12:36:47,412] /u/MafiasFinestTV had their flair updated +[2020-07-24 12:36:54,819] There has been a new submission: 'After some years of publications, I decided to create a trailer to present quickly some of my videos and make a link between them. It's about landscapes and wild worlds especially in New Zealand. Please have a look.', with flair 'Vlog' +[2020-07-24 12:36:56,137] /u/Goffeur33 had their submission removed for insufficient lambda. +[2020-07-24 12:36:57,151] /u/Goffeur33 had their flair updated +[2020-07-24 12:49:39,451] There has been a new submission: '5 Signs She’s Cheating. How To Tell If Your Girlfriend Is Cheating? 5 Cheating Girlfriend Signs.', with flair 'Video Critique' +[2020-07-24 12:49:40,231] /u/kingsson had their submission removed for insufficient lambda. +[2020-07-24 12:49:40,716] /u/kingsson had their flair updated +[2020-07-24 12:54:20,092] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 7 - Ryuzo', with flair 'Gaming' +[2020-07-24 12:54:21,857] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-24 12:54:23,704] /u/CecliusPlaysHD had their flair updated +[2020-07-24 12:58:52,493] There has been a new submission: 'If you're a car guy/girl, check out the video below and lmk what you like and don't like. I'm trying to figure out what to leave in and what to take out. What do you think?', with flair 'Video Critique' +[2020-07-24 12:58:57,446] /u/osborn9801 had their submission removed for insufficient lambda. +[2020-07-24 12:58:58,676] /u/osborn9801 had their flair updated +[2020-07-24 13:02:59,880] There has been a new submission: 'It's A Thomas Thing', with flair 'Channel Review' +[2020-07-24 13:03:01,605] /u/Amthomas708 had their submission removed for insufficient lambda. +[2020-07-24 13:03:03,584] /u/Amthomas708 had their flair updated +[2020-07-24 13:14:26,999] There has been a new submission: 'took a while to make this feedback', with flair 'Video Critique' +[2020-07-24 13:14:29,094] /u/BigBoiRevenue had their submission removed for insufficient lambda. +[2020-07-24 13:14:30,862] /u/BigBoiRevenue had their flair updated +[2020-07-24 13:42:37,305] There has been a new submission: 'Here's a new challenge I did! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-24 13:42:37,787] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 13:42:37,789] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 13:42:38,152] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u8GCt5WV7Xw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 13:42:38,335] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 13:42:41,077] /u/ShikharTrivedi had their flair updated +[2020-07-24 13:47:00,871] '/u/ShikharTrivedi' has given '/u/kshapp03' lambda! +[2020-07-24 13:47:02,251] /u/kshapp03 had their flair updated +[2020-07-24 13:51:32,109] There has been a new submission: 'I have recently made a secondary channel were i only upload music. i would love some feedback on what i should do.', with flair 'Channel Review' +[2020-07-24 13:51:34,308] /u/CrazyWolfGuy22 had their submission removed for insufficient lambda. +[2020-07-24 13:51:36,740] /u/CrazyWolfGuy22 had their flair updated +[2020-07-24 13:53:28,319] '/u/ShikharTrivedi' has given '/u/thevinamazing' lambda! +[2020-07-24 13:53:30,271] /u/thevinamazing had their flair updated +[2020-07-24 14:13:42,194] There has been a new submission: 'Abandoned Tomato Packaging House', with flair 'Art' +[2020-07-24 14:13:44,036] /u/ScuappysDroneVideos had their submission removed for insufficient lambda. +[2020-07-24 14:13:46,045] /u/ScuappysDroneVideos had their flair updated +[2020-07-24 14:17:03,838] '/u/MafiasFinestTV' has given '/u/thevinamazing' lambda! +[2020-07-24 14:17:05,140] /u/thevinamazing had their flair updated +[2020-07-24 14:22:58,608] There has been a new submission: 'Doing a series of redrawing pokemon in original and personal style!', with flair 'Art' +[2020-07-24 14:23:00,444] /u/Creative-Alfred had their submission removed for insufficient lambda. +[2020-07-24 14:23:02,793] /u/Creative-Alfred had their flair updated +[2020-07-24 14:24:44,575] '/u/ShikharTrivedi' has given '/u/Capture_Reviews' lambda! +[2020-07-24 14:24:46,353] /u/Capture_Reviews had their flair updated +[2020-07-24 14:29:07,251] +#################### +[Jul 24 2020 14:29:07] RESTARTED +#################### + +[2020-07-24 14:45:26,609] '/u/ShikharTrivedi' has given '/u/ECXL' lambda! +[2020-07-24 14:45:29,147] /u/ECXL had their flair updated +[2020-07-24 14:45:48,567] '/u/Ridi9t' has given '/u/Yo-Homeboy13' lambda! +[2020-07-24 14:45:50,784] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 14:46:24,680] There has been a new submission: 'Tomodachi life but worse', with flair 'Gaming' +[2020-07-24 14:46:26,727] /u/JerryBlob2 had their submission removed for insufficient lambda. +[2020-07-24 14:46:28,081] /u/JerryBlob2 had their flair updated +[2020-07-24 14:46:45,223] There has been a new submission: 'Through The Valley Music Video. (The Last Of Us Part 2)', with flair 'Gaming' +[2020-07-24 14:46:47,016] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-07-24 14:46:48,739] /u/TheLucidGam3r had their flair updated +[2020-07-24 14:47:05,319] There has been a new submission: '5 Surprising Regrets Of The Dying & What Can We Actually Take From That', with flair 'Video Critique' +[2020-07-24 14:47:08,566] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 14:47:08,569] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 14:47:10,492] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ddmHc6TS7kM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 14:47:11,066] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu9slFdN5cGdLR-9gUGbZIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 14:47:13,112] /u/Imagine-Freedom had their flair updated +[2020-07-24 14:51:43,663] There has been a new submission: 'Anybody that has a steady growing audience and a decent amount of views, how did you get to that point?', with flair 'Discussion' +[2020-07-24 14:51:47,644] /u/Samanaitor_88 had their flair updated +[2020-07-24 14:52:28,361] '/u/qwopmaster900' has given '/u/avrona' lambda! +[2020-07-24 14:52:31,359] /u/avrona had their flair updated +[2020-07-24 14:58:24,999] There has been a new submission: 'I have good content good views but low subscribers :'(', with flair 'Gaming' +[2020-07-24 14:58:26,271] /u/iNobMx_YT had their submission removed for insufficient lambda. +[2020-07-24 14:58:27,213] /u/iNobMx_YT had their flair updated +[2020-07-24 14:59:28,601] There has been a new submission: 'my latest video please watch it : https://www.youtube.com/watch?v=FAWPp0n3f4o', with flair 'Gaming' +[2020-07-24 14:59:30,652] /u/iNobMx_YT had their submission removed for insufficient lambda. +[2020-07-24 14:59:31,391] /u/iNobMx_YT had their flair updated +[2020-07-24 15:00:13,328] There has been a new submission: 'Driving from Santa Fe to Nambe', with flair 'Vlog' +[2020-07-24 15:00:15,859] /u/thechilebros had their submission removed for insufficient lambda. +[2020-07-24 15:00:18,220] /u/thechilebros had their flair updated +[2020-07-24 15:03:11,334] There has been a new submission: 'My new video is live!!! I did a “WHO KNOWS WHO BEST?!?! TIER LIST EDITION” with my Girlfriend!! If you have the time please check it out and lmk what you think!! Thank you!!!!!', with flair 'Video Critique' +[2020-07-24 15:03:14,240] /u/AaronC51401 had their submission removed for insufficient lambda. +[2020-07-24 15:03:16,612] /u/AaronC51401 had their flair updated +[2020-07-24 15:05:27,087] There has been a new submission: 'Still trying to improve; let me know your thoughts on my new video!', with flair 'Video Critique' +[2020-07-24 15:05:31,062] /u/mandelbaumGym had their submission removed for insufficient lambda. +[2020-07-24 15:05:33,153] /u/mandelbaumGym had their flair updated +[2020-07-24 15:10:19,657] There has been a new submission: '“MAKING FORTNITE GAMER STEAK (Ninja APPROVED) 🥩” New video flopped big time. What do you think of it?', with flair 'Video Critique' +[2020-07-24 15:10:20,038] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 15:10:20,040] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 15:10:20,318] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=33Z1RNGtw4U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 15:10:20,508] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC80S7BbSP0GWDWyaqvD1yOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 15:10:26,259] /u/StatTrakJackTV had their flair updated +[2020-07-24 15:11:28,456] There has been a new submission: 'Xbox summer of gaming! how many demo's have you guys tested?just tested destroy all humans', with flair 'Gaming' +[2020-07-24 15:11:30,012] /u/CursedWitch89 had their submission removed for insufficient lambda. +[2020-07-24 15:11:32,148] /u/CursedWitch89 had their flair updated +[2020-07-24 15:14:25,087] '/u/MafiasFinestTV' has given '/u/Samanaitor_88' lambda! +[2020-07-24 15:14:27,628] /u/Samanaitor_88 had their flair updated +[2020-07-24 15:15:36,043] '/u/MafiasFinestTV' has given '/u/OccupiedGarrett' lambda! +[2020-07-24 15:15:38,384] /u/OccupiedGarrett had their flair updated +[2020-07-24 15:16:01,131] '/u/MafiasFinestTV' has given '/u/TheVirgoVagabond' lambda! +[2020-07-24 15:16:03,505] /u/TheVirgoVagabond had their flair updated +[2020-07-24 15:19:18,296] There has been a new submission: 'jedi fallen order but its too hard for me. Feed back appreciated and if you like my content i would really appreciate a sub. Thank you!', with flair 'Gaming' +[2020-07-24 15:19:20,135] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 15:19:20,176] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 15:19:21,670] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sQce4zfQKxE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 15:19:22,241] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 15:19:23,968] /u/Samanaitor_88 had their flair updated +[2020-07-24 15:27:21,621] There has been a new submission: 'I would actually love to have some feedback since I feel I’m lacking something!', with flair 'Channel Review' +[2020-07-24 15:27:25,066] /u/jakkerman1995 had their submission removed for insufficient lambda. +[2020-07-24 15:27:27,229] /u/jakkerman1995 had their flair updated +[2020-07-24 15:29:31,126] There has been a new submission: 'She-Ra and Catradora Memes "Harder Catra"', with flair 'Video Critique' +[2020-07-24 15:29:32,737] /u/famon16 had their submission removed for insufficient lambda. +[2020-07-24 15:29:33,356] /u/famon16 had their flair updated +[2020-07-24 15:30:33,789] There has been a new submission: 'Gaining Momentum, I think?', with flair 'Discussion' +[2020-07-24 15:30:38,578] /u/TheBeginningInvestor had their flair updated +[2020-07-24 15:31:03,713] '/u/Imagine-Freedom' has given '/u/TheVirgoVagabond' lambda! +[2020-07-24 15:31:06,373] /u/TheVirgoVagabond had their flair updated +[2020-07-24 15:31:29,351] '/u/Samanaitor_88' has given '/u/TheLuiginator' lambda! +[2020-07-24 15:31:32,101] /u/TheLuiginator had their flair updated +[2020-07-24 15:31:54,956] '/u/Imagine-Freedom' has given '/u/Capture_Reviews' lambda! +[2020-07-24 15:31:58,078] /u/Capture_Reviews had their flair updated +[2020-07-24 15:33:49,436] There has been a new submission: 'Call of Duty: Try Hard Rage Bois', with flair 'Gaming' +[2020-07-24 15:33:50,942] /u/Wershelersh had their submission removed for insufficient lambda. +[2020-07-24 15:33:52,738] /u/Wershelersh had their flair updated +[2020-07-24 15:39:34,920] There has been a new submission: 'A new frontier', with flair 'Video Critique' +[2020-07-24 15:39:35,946] /u/Xionik- had their submission removed for insufficient lambda. +[2020-07-24 15:39:36,521] /u/Xionik- had their flair updated +[2020-07-24 15:43:58,768] '/u/aspirefitnesswalnut' has given '/u/silkysmooth07' lambda! +[2020-07-24 15:44:01,354] /u/silkysmooth07 had their flair updated +[2020-07-24 15:49:01,265] '/u/Samanaitor_88' has given '/u/Capture_Reviews' lambda! +[2020-07-24 15:49:02,927] /u/Capture_Reviews had their flair updated +[2020-07-24 15:50:11,314] '/u/Samanaitor_88' has given '/u/Real_Mr_Llama' lambda! +[2020-07-24 15:50:13,651] /u/Real_Mr_Llama had their flair updated +[2020-07-24 15:51:25,339] '/u/ShikharTrivedi' has given '/u/TheLuiginator' lambda! +[2020-07-24 15:51:27,675] /u/TheLuiginator had their flair updated +[2020-07-24 15:51:50,811] '/u/ShikharTrivedi' has given '/u/TheVirgoVagabond' lambda! +[2020-07-24 15:51:53,645] /u/TheVirgoVagabond had their flair updated +[2020-07-24 15:57:08,832] There has been a new submission: 'Dedicating a lot of French Fry Brain space to this... what do you think my channel needs next?', with flair 'Channel Review' +[2020-07-24 15:57:10,635] /u/loveinhaight had their submission removed for insufficient lambda. +[2020-07-24 15:57:11,901] /u/loveinhaight had their flair updated +[2020-07-24 15:58:59,510] There has been a new submission: 'A Tribute to Modern Warfare 2! Feedback appreciated :)', with flair 'Video Critique' +[2020-07-24 15:59:01,239] /u/Spotcam1 had their submission removed for insufficient lambda. +[2020-07-24 15:59:02,061] /u/Spotcam1 had their flair updated +[2020-07-24 16:03:01,892] '/u/Samanaitor_88' has given '/u/INDIEGUY_PMPT' lambda! +[2020-07-24 16:03:04,593] /u/INDIEGUY_PMPT had their flair updated +[2020-07-24 16:03:27,387] /u/Samanaitor_88 had their flair updated +[2020-07-24 16:05:12,178] /u/Samanaitor_88 had their flair updated +[2020-07-24 16:09:09,405] '/u/Samanaitor_88' has given '/u/Spotcam1' lambda! +[2020-07-24 16:09:10,591] /u/Spotcam1 had their flair updated +[2020-07-24 16:09:23,165] There has been a new submission: 'Easy ORIGAMI Envelope', with flair 'Art' +[2020-07-24 16:09:24,802] /u/Hania211 had their submission removed for insufficient lambda. +[2020-07-24 16:09:25,420] /u/Hania211 had their flair updated +[2020-07-24 16:10:12,828] '/u/ToastToTheEr' has given '/u/CentralChaos1' lambda! +[2020-07-24 16:10:15,144] /u/CentralChaos1 had their flair updated +[2020-07-24 16:10:24,957] There has been a new submission: '10,000 CALORIE CHALLENGE! VEGAN VS VEGETARIAN', with flair 'Thumbnail Review' +[2020-07-24 16:10:27,534] /u/InnerObligation7 had their submission removed for insufficient lambda. +[2020-07-24 16:10:29,879] /u/InnerObligation7 had their flair updated +[2020-07-24 16:13:55,541] /u/Spotcam1 had their flair updated +[2020-07-24 16:15:15,023] There has been a new submission: 'My Dog's 1 Birthday!!! [With Dog Birthday Cookies]My Dog's 1 Birthday!!! [With Dog Birthday Cookies]', with flair 'Vlog' +[2020-07-24 16:15:16,210] /u/faslmzli had their submission removed for insufficient lambda. +[2020-07-24 16:15:17,641] /u/faslmzli had their flair updated +[2020-07-24 16:15:37,441] There has been a new submission: 'Did a reaction to Flight's Genius Lyric Breakdown! Let me know about the thumbnail, content, what I can do better, etc. Also have content on anime reactions, so if you want to add advice on the differences that would also be amazing! Thanks for watching!', with flair 'Video Critique' +[2020-07-24 16:15:39,864] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 16:15:39,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 16:15:41,503] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jJhTr9omc_M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 16:15:42,036] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMQ7dakcwP9L_sa2viWt8pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 16:15:44,540] /u/TheVirgoVagabond had their flair updated +[2020-07-24 16:17:36,083] There has been a new submission: 'Paper Mario: The Origami King Review | My Thoughts On - New editing style, I'd love some feedback!! Handing out lambda to those who give it :)', with flair 'Video Critique' +[2020-07-24 16:17:39,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 16:17:39,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 16:17:40,962] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qB_xvDtjQsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 16:17:41,413] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 16:17:43,454] /u/Capture_Reviews had their flair updated +[2020-07-24 16:19:04,322] '/u/ShikharTrivedi' has given '/u/Hamlet_71' lambda! +[2020-07-24 16:19:06,571] /u/Hamlet_71 had their flair updated +[2020-07-24 16:20:30,044] There has been a new submission: 'First Video! Classic Hot Dogs Three Ways as well as some hot dog history! Never edited or filmed before so any tips would be appreciated!', with flair 'Video Critique' +[2020-07-24 16:20:31,435] /u/Hiding_Meatball had their submission removed for insufficient lambda. +[2020-07-24 16:20:33,772] /u/Hiding_Meatball had their flair updated +[2020-07-24 16:21:46,276] There has been a new submission: 'First Video! Classic Hot Dogs Three Ways as well as some hot dog history! Never edited or filmed before so any tips would be appreciated!', with flair 'Video Critique' +[2020-07-24 16:21:47,876] /u/Hiding_Meatball had their submission removed for insufficient lambda. +[2020-07-24 16:21:49,972] /u/Hiding_Meatball had their flair updated +[2020-07-24 16:23:12,186] There has been a new submission: 'NEW ROBLOX FPS (RECOIL BETA)', with flair 'Gaming' +[2020-07-24 16:23:13,705] /u/Visual_Tonight had their submission removed for insufficient lambda. +[2020-07-24 16:23:15,546] /u/Visual_Tonight had their flair updated +[2020-07-24 16:25:13,713] '/u/TheVirgoVagabond' has given '/u/Spotcam1' lambda! +[2020-07-24 16:25:15,164] /u/Spotcam1 had their flair updated +[2020-07-24 16:26:02,239] There has been a new submission: 'Trying Japanese Food', with flair 'Vlog' +[2020-07-24 16:26:03,469] /u/jonnoi_fletcher had their submission removed for insufficient lambda. +[2020-07-24 16:26:04,987] /u/jonnoi_fletcher had their flair updated +[2020-07-24 16:26:29,472] '/u/Capture_Reviews' has given '/u/Spotcam1' lambda! +[2020-07-24 16:26:31,929] /u/Spotcam1 had their flair updated +[2020-07-24 16:29:39,099] +#################### +[Jul 24 2020 16:29:39] RESTARTED +#################### + +[2020-07-24 17:12:49,355] There has been a new submission: 'Took me 25+ hours to make!! tell me what u think :)', with flair 'Video Critique' +[2020-07-24 17:12:53,290] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 17:12:53,293] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 17:12:54,726] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t29gZhpbI8M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:12:55,417] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_2Hp-Aigyx1MQdbPN9W9Lg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:12:58,402] /u/Spotcam1 had their flair updated +[2020-07-24 17:13:16,447] There has been a new submission: 'CAM NEWTOWN.exe', with flair 'Gaming' +[2020-07-24 17:13:17,836] /u/refskins14 had their submission removed for insufficient lambda. +[2020-07-24 17:13:19,644] /u/refskins14 had their flair updated +[2020-07-24 17:13:38,009] There has been a new submission: 'Please show some love and support here guys as its my second song and feedback would be much appreciated🙌🏿❤️', with flair 'Video Critique' +[2020-07-24 17:13:39,527] /u/yungrebel2050 had their submission removed for insufficient lambda. +[2020-07-24 17:13:41,897] /u/yungrebel2050 had their flair updated +[2020-07-24 17:14:03,183] There has been a new submission: 'Pigeon Lips- Who's This Guy?', with flair 'Art' +[2020-07-24 17:14:04,488] /u/n8thebest had their submission removed for insufficient lambda. +[2020-07-24 17:14:06,207] /u/n8thebest had their flair updated +[2020-07-24 17:14:25,257] There has been a new submission: '5 FAST easy and clean TRANSITIONS for PREMIERE PRO', with flair 'Vlog' +[2020-07-24 17:14:26,727] /u/NeilCollinsRecords had their submission removed for insufficient lambda. +[2020-07-24 17:14:28,327] /u/NeilCollinsRecords had their flair updated +[2020-07-24 17:15:35,146] '/u/Capture_Reviews' has given '/u/Real_Mr_Llama' lambda! +[2020-07-24 17:15:37,776] /u/Real_Mr_Llama had their flair updated +[2020-07-24 17:18:10,718] '/u/silkysmooth07' has given '/u/UnwashedHands' lambda! +[2020-07-24 17:18:12,929] /u/UnwashedHands had their flair updated +[2020-07-24 17:18:32,420] '/u/silkysmooth07' has given '/u/perplexed_pragmatism' lambda! +[2020-07-24 17:18:34,639] /u/perplexed_pragmatism had their flair updated +[2020-07-24 17:18:54,380] '/u/silkysmooth07' has given '/u/Samanaitor_88' lambda! +[2020-07-24 17:18:58,434] /u/Samanaitor_88 had their flair updated +[2020-07-24 17:19:17,865] '/u/silkysmooth07' has given '/u/NiranjanaPN' lambda! +[2020-07-24 17:19:19,624] /u/NiranjanaPN had their flair updated +[2020-07-24 17:19:53,872] '/u/Capture_Reviews' has given '/u/TheOzan' lambda! +[2020-07-24 17:19:55,846] /u/TheOzan had their flair updated +[2020-07-24 17:21:16,014] '/u/MafiasFinestTV' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-24 17:21:19,048] /u/aspirefitnesswalnut had their flair updated +[2020-07-24 17:21:42,583] '/u/MafiasFinestTV' has given '/u/Merryrai' lambda! +[2020-07-24 17:21:45,576] /u/Merryrai had their flair updated +[2020-07-24 17:22:07,405] '/u/MafiasFinestTV' has given '/u/Strawsby' lambda! +[2020-07-24 17:22:10,107] /u/Strawsby had their flair updated +[2020-07-24 17:22:44,880] '/u/etl1234' has given '/u/AaronC51401' lambda! +[2020-07-24 17:22:47,624] /u/AaronC51401 had their flair updated +[2020-07-24 17:23:49,897] '/u/etl1234' has given '/u/Samanaitor_88' lambda! +[2020-07-24 17:23:52,651] /u/Samanaitor_88 had their flair updated +[2020-07-24 17:24:59,993] '/u/etl1234' has given '/u/Capture_Reviews' lambda! +[2020-07-24 17:25:02,532] /u/Capture_Reviews had their flair updated +[2020-07-24 17:25:16,391] '/u/etl1234' has given '/u/Real_Mr_Llama' lambda! +[2020-07-24 17:25:17,552] /u/Real_Mr_Llama had their flair updated +[2020-07-24 17:30:41,440] '/u/Sn0wPhotos' has given '/u/ameixarocha' lambda! +[2020-07-24 17:30:44,525] /u/ameixarocha had their flair updated +[2020-07-24 17:33:48,474] '/u/admiller3' has given '/u/Capture_Reviews' lambda! +[2020-07-24 17:33:51,512] /u/Capture_Reviews had their flair updated +[2020-07-24 17:34:12,004] There has been a new submission: 'Never Go To K4 Hooters!', with flair 'Channel Review' +[2020-07-24 17:34:13,434] /u/DaddyDogeGames-_- had their submission removed for insufficient lambda. +[2020-07-24 17:34:15,032] /u/DaddyDogeGames-_- had their flair updated +[2020-07-24 17:34:33,032] There has been a new submission: 'THE NEW SPEC OPS DEAD ZEBRA SKIN AND PHARO TURQUOISE| CALL OF DUTY MOBILE', with flair 'Gaming' +[2020-07-24 17:34:34,390] /u/vsop666 had their submission removed for insufficient lambda. +[2020-07-24 17:34:35,863] /u/vsop666 had their flair updated +[2020-07-24 17:34:54,846] There has been a new submission: 'Looking for critique: Minecraft Bedrock Speedrunning FAIL #1', with flair 'Video Critique' +[2020-07-24 17:35:00,155] /u/CallMeKab had their submission removed for insufficient lambda. +[2020-07-24 17:35:01,628] /u/CallMeKab had their flair updated +[2020-07-24 17:35:22,066] There has been a new submission: 'Hi, I have just started this Youtube channels', with flair 'Gaming' +[2020-07-24 17:35:23,691] /u/My-Husbands-a-gamer had their submission removed for insufficient lambda. +[2020-07-24 17:35:25,169] /u/My-Husbands-a-gamer had their flair updated +[2020-07-24 17:35:43,203] There has been a new submission: 'keto diet plan and menu for beginners', with flair 'Vlog' +[2020-07-24 17:35:44,595] /u/dannygose had their submission removed for insufficient lambda. +[2020-07-24 17:35:45,912] /u/dannygose had their flair updated +[2020-07-24 17:36:03,883] There has been a new submission: 'ROAD TRIP TO THE LAKE DISTRICT | GLAMPING IN A LANDPOD - looking for feedback please :)', with flair 'Video Critique' +[2020-07-24 17:36:07,158] /u/gretalawlerx had their submission removed for insufficient lambda. +[2020-07-24 17:36:08,394] /u/gretalawlerx had their flair updated +[2020-07-24 17:36:28,309] There has been a new submission: 'Day 5 of my challenge! In today’s video I tried working more on my confidence and using some of the tips and stuff that you guys suggested yesterday! Any feedback and criticism will be really helpful!', with flair 'Video Critique' +[2020-07-24 17:36:30,924] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 17:36:31,004] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 17:36:32,597] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bG3chO0Et4s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:36:33,050] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJjDAgsT50rwsdxNQmNXnvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:36:35,348] /u/Sn0wPhotos had their flair updated +[2020-07-24 17:36:53,570] There has been a new submission: 'New video out! how can i improve?', with flair 'Video Critique' +[2020-07-24 17:36:55,253] /u/WxCHRILLExW had their submission removed for insufficient lambda. +[2020-07-24 17:36:56,363] /u/WxCHRILLExW had their flair updated +[2020-07-24 17:37:17,923] There has been a new submission: 'Divi Theme and Plugins Giveaway With Free API Key For Lifetime Updates |...', with flair 'Thumbnail Review' +[2020-07-24 17:37:19,066] /u/Technovicky had their submission removed for insufficient lambda. +[2020-07-24 17:37:20,240] /u/Technovicky had their flair updated +[2020-07-24 17:37:38,263] There has been a new submission: 'I spent many hours making this montage. What do you think? I'd love some feedback.', with flair 'Video Critique' +[2020-07-24 17:37:40,712] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 17:37:40,715] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 17:37:42,391] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IRYJEaHF7uE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:37:42,802] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb6o7GJt9PjQtWxH74F7FoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:37:44,810] /u/Real_Mr_Llama had their flair updated +[2020-07-24 17:38:01,272] There has been a new submission: 'Is having numbers in your name bad?', with flair 'Discussion' +[2020-07-24 17:38:04,671] /u/Ap_Gamer20 had their flair updated +[2020-07-24 17:38:20,580] There has been a new submission: 'Hey! Would love some feedback on this video, especially from musicians. I used a two mic setup for this cover: lavalier for vocals and condenser for guitar. I feel the audio quality is better, but I had some clipping when I belted and some weird doubled sounds (5:21). Any suggestions how to fix?', with flair 'Video Critique' +[2020-07-24 17:38:24,387] /u/AlsleumMusic had their flair updated +[2020-07-24 17:38:40,417] There has been a new submission: 'Lock Your Doors At Night!', with flair 'Channel Review' +[2020-07-24 17:38:41,358] /u/DaddyDogeGames-_- had their submission removed for insufficient lambda. +[2020-07-24 17:38:42,259] /u/DaddyDogeGames-_- had their flair updated +[2020-07-24 17:39:01,164] There has been a new submission: 'I recently started a Youtube channel and thought I’d promote it here. I do gaming videos', with flair 'Gaming' +[2020-07-24 17:39:02,560] /u/SweggitySwoogity had their submission removed for insufficient lambda. +[2020-07-24 17:39:03,253] /u/SweggitySwoogity had their flair updated +[2020-07-24 17:39:38,949] '/u/admiller3' has given '/u/Mongolium' lambda! +[2020-07-24 17:39:41,283] /u/Mongolium had their flair updated +[2020-07-24 17:44:18,328] There has been a new submission: 'JesterGamingUK- Feedback on my channel would be very appreciated🙂👌', with flair 'Channel Review' +[2020-07-24 17:44:19,941] /u/JesterGamingUK had their submission removed for insufficient lambda. +[2020-07-24 17:44:21,524] /u/JesterGamingUK had their flair updated +[2020-07-24 17:44:40,411] There has been a new submission: 'Sebastian Bails Joining The Army Prank (WENT TOO FAR!?!) (i know the camera angle is a bit off, will give lambda for any feedback!)', with flair 'Video Critique' +[2020-07-24 17:44:42,910] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 17:44:42,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 17:44:44,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M6qNbMl3JAY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:44:44,962] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:44:47,591] /u/tedster_ had their flair updated +[2020-07-24 17:45:06,278] There has been a new submission: 'The new channel crawl.', with flair 'Discussion' +[2020-07-24 17:45:08,039] /u/CallMeKab had their flair updated +[2020-07-24 17:45:27,038] There has been a new submission: 'introducing myself to youtube- self introduction video', with flair 'Vlog' +[2020-07-24 17:45:28,297] /u/brulas had their submission removed for insufficient lambda. +[2020-07-24 17:45:29,646] /u/brulas had their flair updated +[2020-07-24 17:47:05,801] There has been a new submission: 'LAST TO FALL OFF THE TUBE WINS! (INSANE ENDING)', with flair 'Vlog' +[2020-07-24 17:47:07,280] /u/TheRealFaZeMill had their submission removed for insufficient lambda. +[2020-07-24 17:47:08,424] /u/TheRealFaZeMill had their flair updated +[2020-07-24 17:48:08,098] There has been a new submission: 'Someone Stole My V-Bucks', with flair 'Channel Review' +[2020-07-24 17:48:09,775] /u/DaddyDogeGames-_- had their submission removed for insufficient lambda. +[2020-07-24 17:48:10,677] /u/DaddyDogeGames-_- had their flair updated +[2020-07-24 17:49:34,855] There has been a new submission: 'I make pokemon challenges and edit them with shitty memes, still a bit insecure about my voice/accent (Feedback appreciated :D)', with flair 'Gaming' +[2020-07-24 17:49:36,125] /u/NicoTheNicoh had their submission removed for insufficient lambda. +[2020-07-24 17:49:36,662] /u/NicoTheNicoh had their flair updated +[2020-07-24 17:50:42,758] There has been a new submission: 'ANIME MEMES V3 ~ IT WAS FUN WHILE IT LASTED', with flair 'Art' +[2020-07-24 17:50:44,934] /u/Kayuness had their submission removed for insufficient lambda. +[2020-07-24 17:50:48,301] /u/Kayuness had their flair updated +[2020-07-24 17:58:52,441] '/u/Sn0wPhotos' has given '/u/gretalawlerx' lambda! +[2020-07-24 17:58:57,450] /u/gretalawlerx had their flair updated +[2020-07-24 17:59:15,847] There has been a new submission: 'Today I talk about how the xbox sieres x games showcase was a FAILURE. [GIVING LAMBDA FOR ANY AND ALL FEEDBACK]', with flair 'Video Critique' +[2020-07-24 17:59:18,833] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 17:59:18,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 17:59:20,716] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QpNffVJ-Swk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:59:21,206] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdnTpwv6EQH73pUqRYhswTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 17:59:23,331] /u/thevinamazing had their flair updated +[2020-07-24 18:02:38,972] '/u/thevinamazing' has given '/u/NicoTheNicoh' lambda! +[2020-07-24 18:02:42,312] /u/NicoTheNicoh had their flair updated +[2020-07-24 18:03:57,979] There has been a new submission: 'Super Paper Mario - An Amazing Game Lost Through Time', with flair 'Gaming' +[2020-07-24 18:03:59,292] /u/FineManYT had their submission removed for insufficient lambda. +[2020-07-24 18:04:01,099] /u/FineManYT had their flair updated +[2020-07-24 18:04:52,988] There has been a new submission: 'My first video, feedback would be nice', with flair 'Video Critique' +[2020-07-24 18:04:55,795] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 18:04:55,836] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 18:04:58,008] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5IXsdEDxdTE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:04:58,457] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:05:01,599] /u/Butt___cuddles had their flair updated +[2020-07-24 18:05:36,039] There has been a new submission: 'Me being me: A Video Blog', with flair 'Vlog' +[2020-07-24 18:05:37,418] /u/lugubriouskid had their submission removed for insufficient lambda. +[2020-07-24 18:05:38,938] /u/lugubriouskid had their flair updated +[2020-07-24 18:16:04,159] There has been a new submission: 'The Story Of YouTube - From A Failed Dating Website To A Billion Dollar Empire !!', with flair 'Channel Review' +[2020-07-24 18:16:05,709] /u/dudemeet007 had their submission removed for insufficient lambda. +[2020-07-24 18:16:07,226] /u/dudemeet007 had their flair updated +[2020-07-24 18:17:19,774] '/u/Samanaitor_88' has given '/u/badboylus' lambda! +[2020-07-24 18:17:22,191] /u/badboylus had their flair updated +[2020-07-24 18:17:45,631] '/u/Samanaitor_88' has given '/u/CBKCHIPS' lambda! +[2020-07-24 18:17:48,007] /u/CBKCHIPS had their flair updated +[2020-07-24 18:18:43,443] '/u/Samanaitor_88' has given '/u/KevinClaus' lambda! +[2020-07-24 18:18:45,575] /u/KevinClaus had their flair updated +[2020-07-24 18:23:23,005] There has been a new submission: 'Hey guys check out my new video!! Giving lambda to helpful comments of course :D', with flair 'Video Critique' +[2020-07-24 18:23:24,236] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 18:23:24,314] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 18:23:25,256] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IfPgXx82Yq8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:23:25,585] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:23:29,309] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 18:26:03,165] There has been a new submission: 'My first video back in 4 months. Please tell me how you feel I did. I would appreciate any feedback.', with flair 'Video Critique' +[2020-07-24 18:26:06,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 18:26:06,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 18:26:07,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Q30xBIch4rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:26:08,117] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHA9yKTQZPTwC4ZasUrdByQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 18:26:11,350] /u/Jimminycrickets411 had their flair updated +[2020-07-24 18:27:02,352] There has been a new submission: 'Hope everyone is keeping safe! Feel free to send some feedback on my newest video! Thank you', with flair 'Video Critique' +[2020-07-24 18:27:05,245] /u/KAPS-In-Paradise had their submission removed for insufficient lambda. +[2020-07-24 18:27:06,970] /u/KAPS-In-Paradise had their flair updated +[2020-07-24 18:27:24,701] There has been a new submission: 'Worked On my new Montage 3 for valorant enjoyed editing .', with flair 'Gaming' +[2020-07-24 18:27:25,928] /u/TTZERK had their submission removed for insufficient lambda. +[2020-07-24 18:27:27,118] /u/TTZERK had their flair updated +[2020-07-24 18:28:19,404] '/u/DANNIKENpro' has given '/u/perplexed_pragmatism' lambda! +[2020-07-24 18:28:21,942] /u/perplexed_pragmatism had their flair updated +[2020-07-24 18:29:40,472] +#################### +[Jul 24 2020 18:29:40] RESTARTED +#################### + +[2020-07-24 18:51:44,421] '/u/DANNIKENpro' has given '/u/TheVirgoVagabond' lambda! +[2020-07-24 18:51:47,219] /u/TheVirgoVagabond had their flair updated +[2020-07-24 18:52:40,684] '/u/TheVirgoVagabond' has given '/u/Strawsby' lambda! +[2020-07-24 18:52:43,391] /u/Strawsby had their flair updated +[2020-07-24 18:53:04,438] '/u/DANNIKENpro' has given '/u/Strawsby' lambda! +[2020-07-24 18:53:06,891] /u/Strawsby had their flair updated +[2020-07-24 19:12:39,613] There has been a new submission: 'GOT MY FIRST QUAD FEED', with flair 'Gaming' +[2020-07-24 19:12:41,355] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-07-24 19:12:43,330] /u/RJeezyYT had their flair updated +[2020-07-24 19:13:03,949] There has been a new submission: 'Hi, what do you think about the lighting in this video.. I have tried a few different ways of filming... I think this is ok.. but anyone got any tips.', with flair 'Channel Review' +[2020-07-24 19:13:07,001] /u/BlairTheBaldy2 had their submission removed for insufficient lambda. +[2020-07-24 19:13:09,548] /u/BlairTheBaldy2 had their flair updated +[2020-07-24 19:13:28,547] There has been a new submission: 'WARZONE HIGHLIGHTS #5 - Warzone TOTAL DOMINATION and Epic Moments 2020', with flair 'Gaming' +[2020-07-24 19:13:29,943] /u/No_Opinion8768 had their submission removed for insufficient lambda. +[2020-07-24 19:13:31,707] /u/No_Opinion8768 had their flair updated +[2020-07-24 19:13:51,216] There has been a new submission: 'Welcome Feedback on my top 10 mobile game video', with flair 'Video Critique' +[2020-07-24 19:13:52,575] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-07-24 19:13:54,490] /u/kogkeepongaming had their flair updated +[2020-07-24 19:14:13,969] There has been a new submission: 'Tear up my new video, really excited to be seeing my progress moving forward. Too many new things I want to implement into next weeks video, thank you!', with flair 'Video Critique' +[2020-07-24 19:14:16,535] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 19:14:16,537] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 19:14:18,663] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9N3uHKK1pyM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:14:19,118] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:14:21,777] /u/Inspiron1501 had their flair updated +[2020-07-24 19:14:39,711] There has been a new submission: 'Hi I’m looking for someone to collab w me', with flair 'Collab' +[2020-07-24 19:14:41,519] /u/yt_alpha had their flair updated +[2020-07-24 19:15:01,472] There has been a new submission: 'Just started out my channel! Hoping to get some advices here. And sorry for the audio quality. Still searching for a good mic for it. I'm aiming to be a Vtuber, so still preparing for stuffs. Hope you guys enjoy it! 1', with flair 'Gaming' +[2020-07-24 19:15:03,358] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 19:15:03,399] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 19:15:04,539] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uVl1Vok_j0o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:15:04,911] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHVYd2Ftek5HiegRjt2X92g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:15:07,655] /u/TetsuFuyu had their flair updated +[2020-07-24 19:15:25,808] There has been a new submission: 'Moonlighter 1st dungeon boss fights', with flair 'Gaming' +[2020-07-24 19:15:27,061] /u/Recalled_Heart had their submission removed for insufficient lambda. +[2020-07-24 19:15:28,782] /u/Recalled_Heart had their flair updated +[2020-07-24 19:17:24,830] /u/NicoTheNicoh had their flair updated +[2020-07-24 19:17:45,374] '/u/AlsleumMusic' has given '/u/yobo723' lambda! +[2020-07-24 19:17:47,431] /u/yobo723 had their flair updated +[2020-07-24 19:18:20,686] '/u/tedster_' has given '/u/NicoTheNicoh' lambda! +[2020-07-24 19:18:23,266] /u/NicoTheNicoh had their flair updated +[2020-07-24 19:18:43,113] '/u/nillawafer1227' has given '/u/CentralChaos1' lambda! +[2020-07-24 19:18:45,412] /u/CentralChaos1 had their flair updated +[2020-07-24 19:19:21,885] '/u/Monkey_Adventures' has given '/u/KAPS-In-Paradise' lambda! +[2020-07-24 19:19:23,967] /u/KAPS-In-Paradise had their flair updated +[2020-07-24 19:20:31,395] '/u/Monkey_Adventures' has given '/u/andrewwillard96' lambda! +[2020-07-24 19:20:34,144] /u/andrewwillard96 had their flair updated +[2020-07-24 19:20:56,268] '/u/Samanaitor_88' has given '/u/noobiish' lambda! +[2020-07-24 19:20:59,023] /u/noobiish had their flair updated +[2020-07-24 19:21:51,110] '/u/Monkey_Adventures' has given '/u/BrassBallsComedy' lambda! +[2020-07-24 19:21:54,051] /u/BrassBallsComedy had their flair updated +[2020-07-24 19:22:58,815] '/u/Monkey_Adventures' has given '/u/NiranjanaPN' lambda! +[2020-07-24 19:23:01,624] /u/NiranjanaPN had their flair updated +[2020-07-24 19:23:50,178] '/u/Jimminycrickets411' has given '/u/NicoTheNicoh' lambda! +[2020-07-24 19:23:52,348] /u/NicoTheNicoh had their flair updated +[2020-07-24 19:25:09,963] '/u/Capture_Reviews' has given '/u/Tarololkabeh' lambda! +[2020-07-24 19:25:11,361] /u/Tarololkabeh had their flair updated +[2020-07-24 19:25:18,296] '/u/Capture_Reviews' has given '/u/CBKCHIPS' lambda! +[2020-07-24 19:25:19,522] /u/CBKCHIPS had their flair updated +[2020-07-24 19:26:23,434] '/u/Capture_Reviews' has given '/u/HappyPantzInc' lambda! +[2020-07-24 19:26:26,015] /u/HappyPantzInc had their flair updated +[2020-07-24 19:34:03,182] '/u/Jimminycrickets411' has given '/u/Brandonator247' lambda! +[2020-07-24 19:34:06,496] /u/Brandonator247 had their flair updated +[2020-07-24 19:34:40,192] '/u/Inspiron1501' has given '/u/UrrFive' lambda! +[2020-07-24 19:34:43,022] /u/UrrFive had their flair updated +[2020-07-24 19:35:50,957] /u/Inspiron1501 had their flair updated +[2020-07-24 19:36:12,027] '/u/Inspiron1501' has given '/u/Brandonator247' lambda! +[2020-07-24 19:36:14,439] /u/Brandonator247 had their flair updated +[2020-07-24 19:38:48,512] '/u/tedster_' has given '/u/BagelBummm' lambda! +[2020-07-24 19:38:50,481] /u/BagelBummm had their flair updated +[2020-07-24 19:39:24,499] '/u/tedster_' has given '/u/the_WDH' lambda! +[2020-07-24 19:39:26,340] /u/the_WDH had their flair updated +[2020-07-24 19:40:06,370] There has been a new submission: 'Weird lure fishing challenge!!', with flair 'Thumbnail Review' +[2020-07-24 19:40:07,963] /u/IBfishing had their submission removed for insufficient lambda. +[2020-07-24 19:40:10,297] /u/IBfishing had their flair updated +[2020-07-24 19:40:19,844] There has been a new submission: 'LIKE AND COMMENT ON MY NEWEST VIDEO ILL DO THE SAME FOR YOU', with flair 'Gaming' +[2020-07-24 19:40:21,417] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-07-24 19:40:23,871] /u/TntThiefGamerYT had their flair updated +[2020-07-24 19:40:44,541] There has been a new submission: 'My friend's YT channel btw, go check him out', with flair 'Gaming' +[2020-07-24 19:40:47,204] /u/ToonIkki had their submission removed for insufficient lambda. +[2020-07-24 19:40:49,543] /u/ToonIkki had their flair updated +[2020-07-24 19:41:10,800] There has been a new submission: 'Re:Zero Season 2 Ep 3 Theory', with flair 'Video Critique' +[2020-07-24 19:41:12,350] /u/GladVisit had their submission removed for insufficient lambda. +[2020-07-24 19:41:14,563] /u/GladVisit had their flair updated +[2020-07-24 19:41:35,448] There has been a new submission: 'My new Time-Lapse :)', with flair 'Art' +[2020-07-24 19:41:37,329] /u/Przemyslaw_Polanski had their submission removed for insufficient lambda. +[2020-07-24 19:41:39,557] /u/Przemyslaw_Polanski had their flair updated +[2020-07-24 19:42:01,031] There has been a new submission: 'I make pokemon challenges and edit them with shitty memes, still a bit insecure about my voice/accent (Feedback appreciated :D)', with flair 'Gaming' +[2020-07-24 19:42:03,857] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 19:42:03,859] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 19:42:05,324] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tk2HGQX_DyU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:42:05,699] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQ41WcLU6Oh3ip7r-S_pJJw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 19:42:09,137] /u/NicoTheNicoh had their flair updated +[2020-07-24 19:42:29,487] There has been a new submission: 'Cartoon - I Tested My Mistress' Love And Learned A Shocking Truth - AmoMama', with flair 'None' +[2020-07-24 19:42:31,296] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-24 19:42:33,348] /u/IndividualGuide had their flair updated +[2020-07-24 19:47:25,133] '/u/Samanaitor_88' has given '/u/playerinfinity707' lambda! +[2020-07-24 19:47:27,612] /u/playerinfinity707 had their flair updated +[2020-07-24 19:50:13,952] There has been a new submission: 'I made a commentary on how its made. Please enjoy and give feedback if you want. :)', with flair 'Channel Review' +[2020-07-24 19:50:15,646] /u/mcster21 had their submission removed for insufficient lambda. +[2020-07-24 19:50:18,015] /u/mcster21 had their flair updated +[2020-07-24 19:53:19,673] There has been a new submission: 'I started making dev logs for a game I'm working on, i would really appreciate your feed back on video as well as my game. maybe you can also subscribe :)', with flair 'Channel Review' +[2020-07-24 19:53:21,235] /u/mega2503 had their submission removed for insufficient lambda. +[2020-07-24 19:53:23,134] /u/mega2503 had their flair updated +[2020-07-24 19:56:43,386] '/u/Inspiron1501' has given '/u/Samanaitor_88' lambda! +[2020-07-24 19:56:45,892] /u/Samanaitor_88 had their flair updated +[2020-07-24 19:59:38,431] There has been a new submission: 'Any Sports editors in here?', with flair 'Collab' +[2020-07-24 19:59:39,978] /u/Amertheg had their submission removed for using the wrong flair. +[2020-07-24 19:59:40,471] /u/Amertheg had their flair updated +[2020-07-24 20:00:46,661] There has been a new submission: 'I'm trying out a recap and using subtitles. Let me know what you think for some lambda! - Deep Rock Galactic Lets Play: (Part 2) Legendary Disfunction', with flair 'Video Critique' +[2020-07-24 20:00:48,011] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 20:00:48,013] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 20:00:49,652] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R0ExlNltKyI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:00:50,064] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:00:53,627] /u/HappyPantzInc had their flair updated +[2020-07-24 20:01:43,951] There has been a new submission: 'Just recorded my first Q&A!', with flair 'Channel Review' +[2020-07-24 20:01:45,588] /u/JustForGamers_ had their submission removed for insufficient lambda. +[2020-07-24 20:01:47,678] /u/JustForGamers_ had their flair updated +[2020-07-24 20:02:06,711] There has been a new submission: 'Looking for feedback to improve! [Layers of fear] [compilation]', with flair 'Video Critique' +[2020-07-24 20:02:08,107] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 20:02:08,146] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 20:02:09,786] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sefUzPHiprc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:02:10,158] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCc9ohRYc9YeynsNx7eIrToA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:02:13,595] /u/RupturedPhenomenon had their flair updated +[2020-07-24 20:02:50,457] '/u/NicoTheNicoh' has given '/u/YoungKano' lambda! +[2020-07-24 20:02:52,875] /u/YoungKano had their flair updated +[2020-07-24 20:05:57,768] There has been a new submission: 'I made this video and I like how I edited but I may be bias, can anybody give me honest feedback and tips, thanks', with flair 'Video Critique' +[2020-07-24 20:06:00,382] /u/vpreza22 had their submission removed for insufficient lambda. +[2020-07-24 20:06:01,819] /u/vpreza22 had their flair updated +[2020-07-24 20:06:45,755] There has been a new submission: 'Sub for free cookie no JOKES! https://www.youtube.com/channel/UClxq5DY_ShH-SletRT1CUYA?view_as=subscriber', with flair 'Gaming' +[2020-07-24 20:06:47,762] /u/mxkehawk had their submission removed for insufficient lambda. +[2020-07-24 20:06:48,955] /u/mxkehawk had their flair updated +[2020-07-24 20:10:45,005] There has been a new submission: 'Babybel Cheese in Dough - Junior Chef Kevin', with flair 'Vlog' +[2020-07-24 20:10:46,753] /u/Csabazsi had their submission removed for insufficient lambda. +[2020-07-24 20:10:49,086] /u/Csabazsi had their flair updated +[2020-07-24 20:14:18,370] '/u/MafiasFinestTV' has given '/u/mcster21' lambda! +[2020-07-24 20:14:21,036] /u/mcster21 had their flair updated +[2020-07-24 20:17:16,792] There has been a new submission: 'Trying out a new kind of talking-to-camera video. Would LOVE feedback, thanks guys! This one is on Kanye's recent breakdown at his rally', with flair 'Video Critique' +[2020-07-24 20:17:19,370] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 20:17:19,409] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 20:17:22,120] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sGUXYRGGh48&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:17:22,613] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCgDxHAxwrGiU2m2WNNORhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:17:25,071] /u/Strawsby had their flair updated +[2020-07-24 20:19:39,809] '/u/RupturedPhenomenon' has given '/u/BagelBummm' lambda! +[2020-07-24 20:19:42,184] /u/BagelBummm had their flair updated +[2020-07-24 20:22:16,897] There has been a new submission: 'Guys, if you have the time, check out my latest video for my channel. Hope you keep safe and thank you!', with flair 'Video Critique' +[2020-07-24 20:22:19,659] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 20:22:19,661] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 20:22:21,177] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RmuRqh23Rjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:22:21,548] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPDW4UUvWp9Pb9gl_hKdirQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 20:22:24,911] /u/KAPS-In-Paradise had their flair updated +[2020-07-24 20:22:48,410] '/u/Samanaitor_88' has given '/u/mega2503' lambda! +[2020-07-24 20:22:50,752] /u/mega2503 had their flair updated +[2020-07-24 20:23:44,058] '/u/Samanaitor_88' has given '/u/mcster21' lambda! +[2020-07-24 20:23:46,461] /u/mcster21 had their flair updated +[2020-07-24 20:24:08,475] There has been a new submission: 'Wow..the way Ezra was running is so cool in slow motion! Behind the scenes are worth a watch! Look how happy they are shooting with Zack! Can't wait to see the Snydercut!🔥 Gal says it's like kindergarten here..worse than pre-school😂😂', with flair 'Video Critique' +[2020-07-24 20:24:10,979] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-07-24 20:24:12,659] /u/deepakdknayak had their flair updated +[2020-07-24 20:25:06,221] '/u/Samanaitor_88' has given '/u/TheSatIsBack' lambda! +[2020-07-24 20:25:07,560] /u/TheSatIsBack had their flair updated +[2020-07-24 20:25:14,363] '/u/Jimminycrickets411' has given '/u/Yo-Homeboy13' lambda! +[2020-07-24 20:25:15,841] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 20:25:28,137] '/u/Samanaitor_88' has given '/u/brand0n_flores' lambda! +[2020-07-24 20:25:29,812] /u/brand0n_flores had their flair updated +[2020-07-24 20:26:13,845] There has been a new submission: 'Call Of Duty Funny Moments Compilation!', with flair 'Video Critique' +[2020-07-24 20:26:15,117] /u/adsluck56 had their submission removed for insufficient lambda. +[2020-07-24 20:26:16,353] /u/adsluck56 had their flair updated +[2020-07-24 20:26:36,335] There has been a new submission: 'Dax and KSI new beef', with flair 'Video Critique' +[2020-07-24 20:26:38,242] /u/arashbararij had their submission removed for insufficient lambda. +[2020-07-24 20:26:39,430] /u/arashbararij had their flair updated +[2020-07-24 20:26:58,117] There has been a new submission: 'Pokemon FireRed Blind - Episode 2', with flair 'Gaming' +[2020-07-24 20:27:00,442] /u/ActuallySaltyBoi had their submission removed for insufficient lambda. +[2020-07-24 20:27:01,710] /u/ActuallySaltyBoi had their flair updated +[2020-07-24 20:29:41,090] +#################### +[Jul 24 2020 20:29:41] RESTARTED +#################### + +[2020-07-24 20:35:24,750] Starting every day program... +[2020-07-24 20:35:24,793] Updating database statistics... +[2020-07-24 20:35:30,043] Posting and updating wiki... +[2020-07-24 20:35:57,389] Formatting leaderboard... +[2020-07-24 20:35:59,359] Updating sidebar... +[2020-07-24 20:35:59,686] Updated in new reddit... +[2020-07-24 20:36:01,654] Updated in old reddit... +[2020-07-24 20:36:01,655] Completed. +[2020-07-24 21:11:26,277] There has been a new submission: 'Ben 10 Echo Echo VS Vilgax', with flair 'Gaming' +[2020-07-24 21:11:27,954] /u/west586 had their submission removed for insufficient lambda. +[2020-07-24 21:11:30,103] /u/west586 had their flair updated +[2020-07-24 21:11:49,809] There has been a new submission: 'I re-uploaded a video after I made a teensy mistake, and ended up with a 100 SEO score. First time I ever got 100 damn. Would appreciate feedback boiz! Giving lambda (duh)', with flair 'Video Critique' +[2020-07-24 21:11:52,963] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 21:11:53,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 21:11:54,314] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bP99dWu-0ss&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:11:54,682] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:11:58,165] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 21:12:17,436] There has been a new submission: 'Good Samaritans Get Absolutely Destroyed By Anti-Mask Hooligans', with flair 'Video Critique' +[2020-07-24 21:12:19,227] /u/CannotFindAGoodName had their submission removed for insufficient lambda. +[2020-07-24 21:12:21,232] /u/CannotFindAGoodName had their flair updated +[2020-07-24 21:12:40,594] There has been a new submission: 'FORTNITE BUT I PLAY IT ON INVERTED VIEW', with flair 'Gaming' +[2020-07-24 21:12:42,882] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 21:12:42,884] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 21:12:44,439] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P31MXudszvE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:12:44,847] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB9plm-n7-NzAYN2DuBrvww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:12:48,077] /u/CBKCHIPS had their flair updated +[2020-07-24 21:13:06,363] There has been a new submission: 'Minecraft Letsplay?', with flair 'Gaming' +[2020-07-24 21:13:07,750] /u/Guapelididoo had their submission removed for insufficient lambda. +[2020-07-24 21:13:09,598] /u/Guapelididoo had their flair updated +[2020-07-24 21:13:29,664] There has been a new submission: 'Goals for the rest of 2020', with flair 'Discussion' +[2020-07-24 21:13:32,852] /u/ElectionJunkie had their flair updated +[2020-07-24 21:13:51,435] There has been a new submission: 'Made a promise to a commenter that I’d review this - prefer to make a longer review - more honest and in-depth. What do you prefer?', with flair 'Gaming' +[2020-07-24 21:13:52,901] /u/therealroymccoy had their submission removed for insufficient lambda. +[2020-07-24 21:13:55,158] /u/therealroymccoy had their flair updated +[2020-07-24 21:14:13,693] There has been a new submission: 'Review Newest Video of Mine?~ Don't Hold Back Lads👽', with flair 'Video Critique' +[2020-07-24 21:14:15,711] /u/FlightoftheMelons had their submission removed for insufficient lambda. +[2020-07-24 21:14:17,923] /u/FlightoftheMelons had their flair updated +[2020-07-24 21:14:34,877] There has been a new submission: 'Hey, this is my first video for my summer series. Would love some feedback on my thumbnail, intro, the video itself and any improvements I could make. Lambda will be given to constructive criticism and your opinion on the video.', with flair 'Video Critique' +[2020-07-24 21:14:37,612] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 21:14:37,650] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 21:14:39,329] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MZzex7Rjnqg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:14:39,614] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO9r478yP4YoKXypn2D7asQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:14:42,399] /u/jayrosa12 had their flair updated +[2020-07-24 21:17:34,187] '/u/Strawsby' has given '/u/yungrebel2050' lambda! +[2020-07-24 21:17:36,566] /u/yungrebel2050 had their flair updated +[2020-07-24 21:19:25,340] '/u/Capture_Reviews' has given '/u/Yo-Homeboy13' lambda! +[2020-07-24 21:19:27,390] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 21:23:07,300] There has been a new submission: 'Got around to making a video talking about my Childhood Video Games! Feel free to give feedback and any video suggestions you'd like to see if you stick around the channel :)', with flair 'Gaming' +[2020-07-24 21:23:09,844] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 21:23:09,923] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 21:23:11,478] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ltJpINy3EqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:23:11,970] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA31RSzvat6bfd7CZdToHMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:23:14,724] /u/Jardayylmao had their flair updated +[2020-07-24 21:23:33,047] There has been a new submission: 'Trying my new Gimbal on the beach', with flair 'Vlog' +[2020-07-24 21:23:34,577] /u/SainRainbowtwigs had their submission removed for insufficient lambda. +[2020-07-24 21:23:36,500] /u/SainRainbowtwigs had their flair updated +[2020-07-24 21:23:55,249] There has been a new submission: 'Does anyone have any feedback?', with flair 'Gaming' +[2020-07-24 21:23:56,806] /u/misterwieb had their submission removed for insufficient lambda. +[2020-07-24 21:23:58,487] /u/misterwieb had their flair updated +[2020-07-24 21:24:16,364] There has been a new submission: 'Can someone review my first video?', with flair 'Video Critique' +[2020-07-24 21:24:18,089] /u/Vova_xX had their submission removed for insufficient lambda. +[2020-07-24 21:24:20,227] /u/Vova_xX had their flair updated +[2020-07-24 21:24:37,164] There has been a new submission: 'After 6 months of learning on premiere pro this is the first video that I think is preventable. (COVID-19)', with flair 'Video Critique' +[2020-07-24 21:24:38,498] /u/therealgrandizer had their submission removed for insufficient lambda. +[2020-07-24 21:24:40,044] /u/therealgrandizer had their flair updated +[2020-07-24 21:24:58,624] There has been a new submission: 'I started a gaming channel about 3 months ago and I’ve been getting much more support than I could have imagined. But no one has told me what I can improve on or what could I change... I would love anyone’s suggestions and ideas on my recent video, or my channel in general:)', with flair 'Channel Review' +[2020-07-24 21:24:59,931] /u/Hypedo had their submission removed for insufficient lambda. +[2020-07-24 21:25:01,448] /u/Hypedo had their flair updated +[2020-07-24 21:25:07,026] There has been a new submission: 'Check Out my latest video! Like, comment and sub if you like the content! Any constructive criticism welcome.', with flair 'Channel Review' +[2020-07-24 21:25:08,956] /u/nmc111 had their submission removed for insufficient lambda. +[2020-07-24 21:25:10,343] /u/nmc111 had their flair updated +[2020-07-24 21:25:19,044] There has been a new submission: 'New Youtuber, would love feedback', with flair 'Channel Review' +[2020-07-24 21:25:20,488] /u/byebyeracism had their submission removed for insufficient lambda. +[2020-07-24 21:25:21,930] /u/byebyeracism had their flair updated +[2020-07-24 21:30:29,111] There has been a new submission: 'Spammy Scorpion - cheese curl papi', with flair 'Gaming' +[2020-07-24 21:30:30,832] /u/tommy_tnt03 had their submission removed for insufficient lambda. +[2020-07-24 21:30:33,121] /u/tommy_tnt03 had their flair updated +[2020-07-24 21:30:54,011] There has been a new submission: '𝗗𝗲𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗶𝗻𝗴 𝗔𝘀𝘀𝗶𝗴𝗻𝗺𝗲𝗻𝘁 (𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗣𝗮𝗿𝘁𝗲 𝗜𝗜.𝟭) ✅📚🎓', with flair 'Video Critique' +[2020-07-24 21:30:55,611] /u/ProgramandoIdeas had their submission removed for insufficient lambda. +[2020-07-24 21:30:58,116] /u/ProgramandoIdeas had their flair updated +[2020-07-24 21:31:25,672] '/u/Real_Mr_Llama' has given '/u/HappyPantzInc' lambda! +[2020-07-24 21:31:28,451] /u/HappyPantzInc had their flair updated +[2020-07-24 21:32:33,063] There has been a new submission: 'kassawin pentakill (stream highlights)', with flair 'Gaming' +[2020-07-24 21:32:35,471] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 21:32:35,592] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 21:32:38,181] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B2ber9P5NC4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:32:38,679] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYTZt_jxlmOqdhje8JwP6xQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 21:32:41,597] /u/YoungKano had their flair updated +[2020-07-24 21:43:56,937] There has been a new submission: 'Download God of War for Android', with flair 'Gaming' +[2020-07-24 21:43:59,435] /u/Stickthrust had their submission removed for insufficient lambda. +[2020-07-24 21:44:01,311] /u/Stickthrust had their flair updated +[2020-07-24 21:46:50,239] '/u/Strawsby' has given '/u/FlightoftheMelons' lambda! +[2020-07-24 21:46:52,490] /u/FlightoftheMelons had their flair updated +[2020-07-24 21:48:45,378] There has been a new submission: 'Hi. My name is ZUZE.. I spend a lot of time on my videos, they can be offensive sometimes, but that's only to people that get offended easily.', with flair 'Gaming' +[2020-07-24 21:48:46,362] /u/NotZUZE had their submission removed for insufficient lambda. +[2020-07-24 21:48:47,304] /u/NotZUZE had their flair updated +[2020-07-24 21:49:31,231] '/u/MafiasFinestTV' has given '/u/HumperTrooper15' lambda! +[2020-07-24 21:49:33,683] /u/HumperTrooper15 had their flair updated +[2020-07-24 21:54:48,178] There has been a new submission: 'Does a 100 percent SEO score really matter? If yes, can someone explain why?', with flair 'Discussion' +[2020-07-24 21:54:50,930] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 22:02:17,042] '/u/Capture_Reviews' has given '/u/DoktorSkipper' lambda! +[2020-07-24 22:02:19,333] /u/DoktorSkipper had their flair updated +[2020-07-24 22:17:08,098] There has been a new submission: 'Which subreddits have my video?', with flair 'Discussion' +[2020-07-24 22:17:10,389] /u/SimonCaine had their flair updated +[2020-07-24 22:22:59,311] There has been a new submission: 'Hey, just want some feedback to make my channel better. I’ve been working for the past month or so to improve and make good content. If your interested, I make game-related commentary videos and sometimes I post Minecraft let’s play episodes.', with flair 'Channel Review' +[2020-07-24 22:23:01,911] /u/Palymius had their flair updated +[2020-07-24 22:24:21,649] There has been a new submission: 'Looking for players to be part of a Minecraft Bedwars Tournament for my channel!', with flair 'Collab' +[2020-07-24 22:24:24,217] /u/Winterglider had their flair updated +[2020-07-24 22:24:40,558] There has been a new submission: 'Hey guys small channel here just starting out was wondering if anyone had any time, if they could give me feedback on my video be it good or bad all is welcome thanks', with flair 'Gaming' +[2020-07-24 22:24:41,988] /u/Dezza_R had their submission removed for insufficient lambda. +[2020-07-24 22:24:43,836] /u/Dezza_R had their flair updated +[2020-07-24 22:29:26,743] +#################### +[Jul 24 2020 22:29:26] RESTARTED +#################### + +[2020-07-24 23:00:36,771] There has been a new submission: 'Here's a worthwhile gaming vid I made earlier! - CSGO MONTAGE!!!', with flair 'Gaming' +[2020-07-24 23:00:39,600] /u/KlenUrMum had their submission removed for insufficient lambda. +[2020-07-24 23:00:41,846] /u/KlenUrMum had their flair updated +[2020-07-24 23:01:09,115] '/u/tedster_' has given '/u/Inspiron1501' lambda! +[2020-07-24 23:01:11,747] /u/Inspiron1501 had their flair updated +[2020-07-24 23:01:35,178] '/u/tedster_' has given '/u/mcster21' lambda! +[2020-07-24 23:01:37,725] /u/mcster21 had their flair updated +[2020-07-24 23:01:59,573] '/u/tedster_' has given '/u/Yo-Homeboy13' lambda! +[2020-07-24 23:02:01,880] /u/Yo-Homeboy13 had their flair updated +[2020-07-24 23:02:23,226] '/u/mattchu_does_stuff' has given '/u/SelendineMcHerb' lambda! +[2020-07-24 23:02:26,086] /u/SelendineMcHerb had their flair updated +[2020-07-24 23:02:47,256] '/u/mattchu_does_stuff' has given '/u/AlsleumMusic' lambda! +[2020-07-24 23:02:49,847] /u/AlsleumMusic had their flair updated +[2020-07-24 23:03:13,459] '/u/mattchu_does_stuff' has given '/u/NiranjanaPN' lambda! +[2020-07-24 23:03:16,625] /u/NiranjanaPN had their flair updated +[2020-07-24 23:04:38,637] '/u/Codswallop1' has given '/u/perplexed_pragmatism' lambda! +[2020-07-24 23:04:41,465] /u/perplexed_pragmatism had their flair updated +[2020-07-24 23:06:15,237] '/u/Capture_Reviews' has given '/u/nillawafer1227' lambda! +[2020-07-24 23:06:17,406] /u/nillawafer1227 had their flair updated +[2020-07-24 23:10:13,191] '/u/WxCHRILLExW' has given '/u/yungrebel2050' lambda! +[2020-07-24 23:10:16,270] /u/yungrebel2050 had their flair updated +[2020-07-24 23:11:37,979] '/u/samkrugermusic' has given '/u/NiranjanaPN' lambda! +[2020-07-24 23:11:40,817] /u/NiranjanaPN had their flair updated +[2020-07-24 23:12:03,390] '/u/samkrugermusic' has given '/u/AaronC51401' lambda! +[2020-07-24 23:12:05,840] /u/AaronC51401 had their flair updated +[2020-07-24 23:12:27,944] There has been a new submission: 'Looking for feedback good or bad', with flair 'Video Critique' +[2020-07-24 23:12:29,543] /u/Crazyhanktv had their submission removed for insufficient lambda. +[2020-07-24 23:12:31,553] /u/Crazyhanktv had their flair updated +[2020-07-24 23:12:52,132] There has been a new submission: 'hey boys how would you rate the quality of the thumbnail and videos, i'm trying really hard to edit good but it takes time learning step by step.', with flair 'Thumbnail Review' +[2020-07-24 23:12:54,423] /u/AstaSama had their submission removed for insufficient lambda. +[2020-07-24 23:12:56,472] /u/AstaSama had their flair updated +[2020-07-24 23:13:16,144] There has been a new submission: 'Lagging in real life be like... | GOOD ADVICE GETS LAMBDA NO QUESTIONS ASKED', with flair 'Video Critique' +[2020-07-24 23:13:18,262] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 23:13:18,305] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 23:13:20,153] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vMaLfrLH-rs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:13:20,608] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyavgNy7Dw-B_TU2FlrPqlg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:13:24,045] /u/acexsd1 had their flair updated +[2020-07-24 23:13:42,495] There has been a new submission: 'Graham Stephan recently released a video detailing his net worth. In this video, I go through Graham's journey to his million-dollar net worth and tell you what you can do to emulate his success!', with flair 'Video Critique' +[2020-07-24 23:13:45,975] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 23:13:46,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 23:13:47,613] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CoUAOSK5HA0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:13:48,225] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9S5eyWHsUPE_yQNJpllw8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:13:51,742] /u/RPG247 had their flair updated +[2020-07-24 23:14:10,426] There has been a new submission: 'Minecraft but, The Enderdragon Chases Us', with flair 'Gaming' +[2020-07-24 23:14:11,816] /u/SpencerEpicGamer had their submission removed for insufficient lambda. +[2020-07-24 23:14:13,750] /u/SpencerEpicGamer had their flair updated +[2020-07-24 23:14:32,886] There has been a new submission: '@bleoff.beats', with flair 'Video Critique' +[2020-07-24 23:14:34,473] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-07-24 23:14:36,112] /u/bpbeatzz had their flair updated +[2020-07-24 23:14:53,861] There has been a new submission: 'I’ve Been Called Ceeday 2.0', with flair 'Video Critique' +[2020-07-24 23:14:56,680] /u/Insonarc had their submission removed for insufficient lambda. +[2020-07-24 23:14:59,024] /u/Insonarc had their flair updated +[2020-07-24 23:15:07,013] There has been a new submission: 'Critique my bar rescue parody!', with flair 'Video Critique' +[2020-07-24 23:15:08,827] /u/mcster21 had their flair updated +[2020-07-24 23:15:15,958] There has been a new submission: 'Made a video commenting on a very Special Karen. 👽 Feedback and thoughts would be much appreciated 🤙', with flair 'Video Critique' +[2020-07-24 23:15:16,754] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-24 23:15:16,756] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-24 23:15:17,268] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iOWvXEXMNao&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:15:17,513] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgLqtful06fq51BLsE2ga1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-24 23:15:19,555] /u/FlightoftheMelons had their flair updated +[2020-07-24 23:20:22,856] '/u/Strawsby' has given '/u/mcster21' lambda! +[2020-07-24 23:20:26,019] /u/mcster21 had their flair updated +[2020-07-24 23:30:09,938] '/u/mcster21' has given '/u/FlightoftheMelons' lambda! +[2020-07-24 23:30:12,344] /u/FlightoftheMelons had their flair updated +[2020-07-24 23:32:58,883] There has been a new submission: 'My Own Guide to Time Freedom', with flair 'Vlog' +[2020-07-24 23:33:00,319] /u/jgramos had their submission removed for insufficient lambda. +[2020-07-24 23:33:02,157] /u/jgramos had their flair updated +[2020-07-24 23:36:40,877] '/u/Strawsby' has given '/u/DoktorSkipper' lambda! +[2020-07-24 23:36:43,459] /u/DoktorSkipper had their flair updated +[2020-07-24 23:38:21,259] There has been a new submission: 'Airplane Battle | Great Pretender [Case 2.1: Singapore Sky]', with flair 'Channel Review' +[2020-07-24 23:38:23,385] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-24 23:38:24,205] /u/Irefig had their flair updated +[2020-07-24 23:39:14,549] '/u/Samanaitor_88' has given '/u/WxCHRILLExW' lambda! +[2020-07-24 23:39:16,063] /u/WxCHRILLExW had their flair updated +[2020-07-24 23:39:36,513] '/u/FlightoftheMelons' has given '/u/Zun1998' lambda! +[2020-07-24 23:39:38,525] /u/Zun1998 had their flair updated +[2020-07-24 23:40:13,646] There has been a new submission: 'I made a video of a look back of Super Mario Odyssey. Anything I should do differently?', with flair 'Video Critique' +[2020-07-24 23:40:15,333] /u/emoji-bad had their submission removed for insufficient lambda. +[2020-07-24 23:40:17,679] /u/emoji-bad had their flair updated +[2020-07-24 23:41:01,490] '/u/Samanaitor_88' has given '/u/ChoppedRamen' lambda! +[2020-07-24 23:41:04,315] /u/ChoppedRamen had their flair updated +[2020-07-24 23:43:49,576] '/u/mcster21' has given '/u/Zun1998' lambda! +[2020-07-24 23:43:52,364] /u/Zun1998 had their flair updated +[2020-07-24 23:48:52,106] There has been a new submission: 'VW Golf 8 2020 REVIEW: Alexa, VW Shop & We Connect VW App', with flair 'Video Critique' +[2020-07-24 23:48:53,660] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-07-24 23:48:54,523] /u/Spinstorm had their flair updated +[2020-07-24 23:52:15,745] '/u/Palymius' has given '/u/FlightoftheMelons' lambda! +[2020-07-24 23:52:18,326] /u/FlightoftheMelons had their flair updated +[2020-07-24 23:52:44,535] '/u/Yo-Homeboy13' has given '/u/DoktorSkipper' lambda! +[2020-07-24 23:52:47,163] /u/DoktorSkipper had their flair updated +[2020-07-24 23:53:23,449] '/u/Yo-Homeboy13' has given '/u/jayrosa12' lambda! +[2020-07-24 23:53:25,274] /u/jayrosa12 had their flair updated +[2020-07-24 23:55:53,372] '/u/Capture_Reviews' has given '/u/ChoppedRamen' lambda! +[2020-07-24 23:55:56,083] /u/ChoppedRamen had their flair updated +[2020-07-24 23:59:21,899] There has been a new submission: 'Inspirational - Copyright Free music (Original Sound of Music (SFM) Music)', with flair 'Channel Review' +[2020-07-24 23:59:23,411] /u/RunAppropriate6373 had their submission removed for insufficient lambda. +[2020-07-24 23:59:23,984] /u/RunAppropriate6373 had their flair updated +[2020-07-25 00:02:19,941] There has been a new submission: 'New Video. Looking for constructive croticism of course', with flair 'Video Critique' +[2020-07-25 00:02:22,827] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 00:02:22,829] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 00:02:24,304] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gOvV5QujW04&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 00:02:24,838] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCepGTP0pcAT4Gvl4-KyoWQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 00:02:27,853] /u/LuigiTimeInc had their flair updated +[2020-07-25 00:03:10,243] '/u/Jimminycrickets411' has given '/u/mcster21' lambda! +[2020-07-25 00:03:13,064] /u/mcster21 had their flair updated +[2020-07-25 00:04:53,327] There has been a new submission: 'I posted this a bit ago and only one person saw it. Any feedback is great! Subs and shares for Halo is even better! 100 game win streak in grifball', with flair 'Video Critique' +[2020-07-25 00:04:55,208] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 00:04:55,210] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 00:04:56,358] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ArEWXgB-kGc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 00:04:56,856] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 00:04:59,281] /u/Brandonator247 had their flair updated +[2020-07-25 00:08:44,359] There has been a new submission: 'The Bizon Is Underrated AF | Call Of Duty Modern Warfare Search And Destroy', with flair 'Gaming' +[2020-07-25 00:08:45,101] /u/SpotyGody had their submission removed for insufficient lambda. +[2020-07-25 00:08:45,865] /u/SpotyGody had their flair updated +[2020-07-25 00:09:11,313] There has been a new submission: 'This game should have never been made(Uno Funny Moments) Thank you for your time :)', with flair 'Gaming' +[2020-07-25 00:09:12,083] /u/___Strings___ had their submission removed for insufficient lambda. +[2020-07-25 00:09:12,786] /u/___Strings___ had their flair updated +[2020-07-25 00:10:18,968] There has been a new submission: 'Any thoughts on dance video?', with flair 'Channel Review' +[2020-07-25 00:10:20,537] /u/lulupuludulu had their submission removed for insufficient lambda. +[2020-07-25 00:10:22,912] /u/lulupuludulu had their flair updated +[2020-07-25 00:11:38,216] '/u/mcster21' has given '/u/Samanaitor_88' lambda! +[2020-07-25 00:11:41,132] /u/Samanaitor_88 had their flair updated +[2020-07-25 00:12:22,339] '/u/mcster21' has given '/u/siddhant1991' lambda! +[2020-07-25 00:12:25,489] /u/siddhant1991 had their flair updated +[2020-07-25 00:24:44,619] There has been a new submission: 'Was wondering if anyone can help me with reaching 100 subs so I can finally have a custom URL.', with flair 'Channel Review' +[2020-07-25 00:24:46,011] /u/princesaturday had their submission removed for insufficient lambda. +[2020-07-25 00:24:47,853] /u/princesaturday had their flair updated +[2020-07-25 00:29:42,730] +#################### +[Jul 25 2020 00:29:42] RESTARTED +#################### + +[2020-07-25 01:08:39,260] '/u/Strawsby' has given '/u/DennisTheBadBoy' lambda! +[2020-07-25 01:08:41,511] /u/DennisTheBadBoy had their flair updated +[2020-07-25 01:09:45,392] '/u/Jimminycrickets411' has given '/u/DennisTheBadBoy' lambda! +[2020-07-25 01:09:47,304] /u/DennisTheBadBoy had their flair updated +[2020-07-25 01:10:11,209] '/u/MICKIE_D' has given '/u/Capture_Reviews' lambda! +[2020-07-25 01:10:13,712] /u/Capture_Reviews had their flair updated +[2020-07-25 01:10:25,972] '/u/ImagineRedOffical' has given '/u/VIZLARD' lambda! +[2020-07-25 01:10:29,122] /u/VIZLARD had their flair updated +[2020-07-25 01:11:47,738] '/u/MafiasFinestTV' has given '/u/transformationcoach' lambda! +[2020-07-25 01:11:50,534] /u/transformationcoach had their flair updated +[2020-07-25 01:12:26,493] '/u/acexsd1' has given '/u/transformationcoach' lambda! +[2020-07-25 01:12:29,246] /u/transformationcoach had their flair updated +[2020-07-25 01:12:50,945] '/u/acexsd1' has given '/u/ChoppedRamen' lambda! +[2020-07-25 01:12:53,411] /u/ChoppedRamen had their flair updated +[2020-07-25 01:13:14,509] '/u/acexsd1' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-25 01:13:17,175] /u/YaGuyAlex_yt had their flair updated +[2020-07-25 01:13:39,308] '/u/acexsd1' has given '/u/mcster21' lambda! +[2020-07-25 01:13:41,980] /u/mcster21 had their flair updated +[2020-07-25 01:14:05,047] '/u/acexsd1' has given '/u/Nadia_Robot' lambda! +[2020-07-25 01:14:07,625] /u/Nadia_Robot had their flair updated +[2020-07-25 01:14:28,227] '/u/acexsd1' has given '/u/WxCHRILLExW' lambda! +[2020-07-25 01:14:30,972] /u/WxCHRILLExW had their flair updated +[2020-07-25 01:14:50,989] '/u/LuigiTimeInc' has given '/u/Nadia_Robot' lambda! +[2020-07-25 01:14:53,455] /u/Nadia_Robot had their flair updated +[2020-07-25 01:15:11,930] There has been a new submission: 'My SECOND video on my YT!! (nike dunk low brazil review + styling tips) would love feedback and happy to do the same for you', with flair 'Channel Review' +[2020-07-25 01:15:13,456] /u/kmdotd had their submission removed for insufficient lambda. +[2020-07-25 01:15:15,057] /u/kmdotd had their flair updated +[2020-07-25 01:15:32,805] There has been a new submission: 'Free real-time chat analysis tool for Youtube and Twitch!', with flair 'Discussion' +[2020-07-25 01:15:34,835] /u/Degho had their flair updated +[2020-07-25 01:15:53,220] There has been a new submission: 'Just hit 50 Subs with this video! Focused more on the humor. Would love to know your thoughts.', with flair 'Video Critique' +[2020-07-25 01:15:56,017] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 01:15:56,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 01:15:57,657] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wd1QxuPowE8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 01:15:58,074] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnem30HXhkyJZ3eX6jajV6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 01:16:00,493] /u/Doesntpayfullprice had their flair updated +[2020-07-25 01:20:03,921] There has been a new submission: 'NEW Video, please any advice of constructive criticism, will give lambda to everyone for that', with flair 'Gaming' +[2020-07-25 01:20:08,087] /u/JessieH_24 had their flair updated +[2020-07-25 01:20:47,421] '/u/TetsuFuyu' has given '/u/BagelBummm' lambda! +[2020-07-25 01:20:50,940] /u/BagelBummm had their flair updated +[2020-07-25 01:22:25,962] There has been a new submission: 'Do yall remember how it's made? Then watch this and puke afterwards!', with flair 'Video Critique' +[2020-07-25 01:22:30,668] /u/mcster21 had their flair updated +[2020-07-25 01:23:15,990] There has been a new submission: 'I make illustrations and posters and make some into a timelapse too. Gone 2 years without no growth in subs etc and really just want some feedback on this video or or others.', with flair 'Art' +[2020-07-25 01:23:17,345] /u/SFAart had their submission removed for insufficient lambda. +[2020-07-25 01:23:19,194] /u/SFAart had their flair updated +[2020-07-25 01:36:41,867] There has been a new submission: 'Do you remember- Perry Como', with flair 'Channel Review' +[2020-07-25 01:36:44,389] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 01:36:44,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 01:36:45,553] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IeQxjW8wLTM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 01:36:45,923] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp0PV1dxIvHtWLs0_JMavjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 01:36:48,381] /u/andrewwillard96 had their flair updated +[2020-07-25 01:48:24,546] There has been a new submission: 'New youtuber and would really appreciate any criticism y'all could give me. Good luck on all your accounts!', with flair 'Channel Review' +[2020-07-25 01:48:25,564] /u/GraduateDan had their submission removed for insufficient lambda. +[2020-07-25 01:48:26,593] /u/GraduateDan had their flair updated +[2020-07-25 01:48:59,789] There has been a new submission: 'Opening some treasures in Dota', with flair 'Gaming' +[2020-07-25 01:49:01,016] /u/zhCipher had their submission removed for insufficient lambda. +[2020-07-25 01:49:01,909] /u/zhCipher had their flair updated +[2020-07-25 01:49:18,838] There has been a new submission: 'Johnny is pretending to be sick to skip school? Will he succeed? Funny story for kids', with flair 'Vlog' +[2020-07-25 01:49:20,107] /u/lalap19 had their submission removed for insufficient lambda. +[2020-07-25 01:49:20,887] /u/lalap19 had their flair updated +[2020-07-25 01:49:38,110] There has been a new submission: 'Can anyone here help with video seo on youtube ?', with flair 'Discussion' +[2020-07-25 01:49:39,055] /u/Jermaine_21 had their flair updated +[2020-07-25 02:01:44,198] There has been a new submission: 'I just made a video of my son playing Roblox,please help me explore his pAssion and make him happy. Thank you', with flair 'Gaming' +[2020-07-25 02:01:45,832] /u/DenzelShady had their submission removed for insufficient lambda. +[2020-07-25 02:01:48,007] /u/DenzelShady had their flair updated +[2020-07-25 02:02:51,625] There has been a new submission: 'Hey I made this short montage video about a year ago I really think it’s sick but I would love to hear your thoughts on this one! (I’ll give lambda to everyone of course!) Thanks :)', with flair 'Video Critique' +[2020-07-25 02:02:53,598] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 02:02:53,637] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 02:02:55,233] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6y3SvHqsTHE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 02:02:55,641] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChgugcmbe4_z0xDy3CJVNGg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 02:02:58,965] /u/legendofyenzo had their flair updated +[2020-07-25 02:13:10,469] There has been a new submission: 'Kind of a clusterfuck video I made for myself. Does it work?', with flair 'Video Critique' +[2020-07-25 02:13:11,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 02:13:11,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 02:13:12,848] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QiK2_zuX_Co&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 02:13:13,218] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDaUL88leUugtxEwO1kHgcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 02:13:16,085] /u/HiJello had their flair updated +[2020-07-25 02:18:07,142] '/u/mcster21' has given '/u/smopoftheworld' lambda! +[2020-07-25 02:18:09,007] /u/smopoftheworld had their flair updated +[2020-07-25 02:29:29,087] +#################### +[Jul 25 2020 02:29:29] RESTARTED +#################### + +[2020-07-25 03:04:36,871] There has been a new submission: 'DIY Extreme Bedroom Transformation!!! Here’s our most recent video about our changes to our bedroom. If you like, like comment and subscribe it would me a lot to us!!!', with flair 'Vlog' +[2020-07-25 03:04:39,151] /u/danchi23 had their submission removed for insufficient lambda. +[2020-07-25 03:04:40,625] /u/danchi23 had their flair updated +[2020-07-25 03:05:30,821] '/u/legendofyenzo' has given '/u/GraduateDan' lambda! +[2020-07-25 03:05:33,601] /u/GraduateDan had their flair updated +[2020-07-25 03:06:07,846] '/u/legendofyenzo' has given '/u/taylo2' lambda! +[2020-07-25 03:06:10,224] /u/taylo2 had their flair updated +[2020-07-25 03:07:15,463] '/u/JessieH_24' has given '/u/GraduateDan' lambda! +[2020-07-25 03:07:17,541] /u/GraduateDan had their flair updated +[2020-07-25 03:07:37,839] '/u/JessieH_24' has given '/u/aandabackyard' lambda! +[2020-07-25 03:07:40,138] /u/aandabackyard had their flair updated +[2020-07-25 03:09:57,991] There has been a new submission: 'IMPORTANT Message For The Chosen Ones👁 (Your Spiritual Journey Will NEVER End)', with flair 'Video Critique' +[2020-07-25 03:10:00,033] /u/1Magic had their submission removed for insufficient lambda. +[2020-07-25 03:10:01,486] /u/1Magic had their flair updated +[2020-07-25 03:10:08,238] There has been a new submission: 'Very epic edited overwatch video for you epic gamers', with flair 'Gaming' +[2020-07-25 03:10:09,818] /u/mangolimes1 had their submission removed for insufficient lambda. +[2020-07-25 03:10:12,158] /u/mangolimes1 had their flair updated +[2020-07-25 03:10:23,149] There has been a new submission: 'check out this underrated youtube channel. this dude is insane', with flair 'Gaming' +[2020-07-25 03:10:24,988] /u/gardnerboyy had their submission removed for insufficient lambda. +[2020-07-25 03:10:27,369] /u/gardnerboyy had their flair updated +[2020-07-25 03:11:49,142] There has been a new submission: 'One X-Cellent Scene - The Highway. A short video analysis on the intro to Deadpool. Giving !lambda to feedback.', with flair 'Video Critique' +[2020-07-25 03:11:51,441] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 03:11:51,480] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 03:11:52,545] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_G-URQ2DiCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 03:11:52,916] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1UbX6IQrZfL42v1YqN_qsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 03:11:52,995] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-25 03:11:55,710] /u/DoktorSkipper had their flair updated +[2020-07-25 03:12:19,997] '/u/JessieH_24' has given '/u/taylo2' lambda! +[2020-07-25 03:12:22,744] /u/taylo2 had their flair updated +[2020-07-25 03:23:38,874] There has been a new submission: 'Like pokemon cards? Come on down and watch me waste my money.', with flair 'Gaming' +[2020-07-25 03:23:40,339] /u/yolokingboi22 had their submission removed for insufficient lambda. +[2020-07-25 03:23:42,265] /u/yolokingboi22 had their flair updated +[2020-07-25 03:25:15,101] '/u/DoktorSkipper' has given '/u/GraduateDan' lambda! +[2020-07-25 03:25:16,717] /u/GraduateDan had their flair updated +[2020-07-25 03:26:13,291] There has been a new submission: 'Dungeons and Dragons - The Isles of Sarvat - Episode Five. Advice is welcome! It's a little hard to get attention on long form content and I appreciate anything you have to tell me.', with flair 'Channel Review' +[2020-07-25 03:26:14,560] /u/Harthroth had their submission removed for insufficient lambda. +[2020-07-25 03:26:16,041] /u/Harthroth had their flair updated +[2020-07-25 03:32:00,963] There has been a new submission: 'Chains from the mall', with flair 'Art' +[2020-07-25 03:32:02,600] /u/Black7uice had their submission removed for insufficient lambda. +[2020-07-25 03:32:04,810] /u/Black7uice had their flair updated +[2020-07-25 03:35:49,791] There has been a new submission: 'Hey guys I'm a new youtuber and would love some feedback on my video! I'll be helping out with giving gamma. I just want some suggestions for my videos and how I can grow my account. Good luck to everyone's account!', with flair 'Video Critique' +[2020-07-25 03:35:50,817] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 03:35:50,819] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 03:35:51,800] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HIbcBXVj5cU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 03:35:52,209] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM4jTKz8E0FKn7ep4L6jc8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 03:35:56,108] /u/GraduateDan had their flair updated +[2020-07-25 03:45:35,576] There has been a new submission: '3DFIND3R WEB APP| FEEL FREE TO USE IT', with flair 'Vlog' +[2020-07-25 03:45:36,851] /u/balt1794 had their submission removed for insufficient lambda. +[2020-07-25 03:45:38,534] /u/balt1794 had their flair updated +[2020-07-25 03:48:38,824] '/u/GraduateDan' has given '/u/taylo2' lambda! +[2020-07-25 03:48:40,701] /u/taylo2 had their flair updated +[2020-07-25 03:52:35,418] There has been a new submission: 'Minecraft Earth Gameplay', with flair 'Gaming' +[2020-07-25 03:52:36,822] /u/MenzerD had their submission removed for insufficient lambda. +[2020-07-25 03:52:38,866] /u/MenzerD had their flair updated +[2020-07-25 03:59:37,414] There has been a new submission: 'Rainbow Six Siege Moments That Make You Wonder About Foldable Laptops an...', with flair 'Gaming' +[2020-07-25 03:59:38,272] /u/Jarkson010 had their submission removed for insufficient lambda. +[2020-07-25 03:59:38,968] /u/Jarkson010 had their flair updated +[2020-07-25 04:11:29,660] '/u/legendofyenzo' has given '/u/Crazyhanktv' lambda! +[2020-07-25 04:11:32,286] /u/Crazyhanktv had their flair updated +[2020-07-25 04:12:04,361] '/u/legendofyenzo' has given '/u/FlightoftheMelons' lambda! +[2020-07-25 04:12:06,577] /u/FlightoftheMelons had their flair updated +[2020-07-25 04:20:33,032] '/u/GraduateDan' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-25 04:20:35,312] /u/ur42ndwrostnightmare had their flair updated +[2020-07-25 04:29:24,315] +#################### +[Jul 25 2020 04:29:24] RESTARTED +#################### + +[2020-07-25 04:55:45,456] There has been a new submission: 'Small channel with 30 subs atm', with flair 'Gaming' +[2020-07-25 04:55:46,566] /u/r1ptideistaken had their submission removed for insufficient lambda. +[2020-07-25 04:55:48,205] /u/r1ptideistaken had their flair updated +[2020-07-25 04:56:06,245] There has been a new submission: 'Small gaming Channel!', with flair 'Gaming' +[2020-07-25 04:56:07,764] /u/n0rvix had their submission removed for insufficient lambda. +[2020-07-25 04:56:09,737] /u/n0rvix had their flair updated +[2020-07-25 04:57:14,984] '/u/Chanuki_r' has given '/u/PCSG' lambda! +[2020-07-25 04:57:16,993] /u/PCSG had their flair updated +[2020-07-25 04:57:35,510] '/u/Chanuki_r' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-25 04:57:37,476] /u/BeatsandPiecesYT had their flair updated +[2020-07-25 04:57:57,020] '/u/Chanuki_r' has given '/u/DennisTheBadBoy' lambda! +[2020-07-25 04:57:59,200] /u/DennisTheBadBoy had their flair updated +[2020-07-25 05:06:53,397] There has been a new submission: 'Please support Live Stream Relaxing Music 🎶 Thank you 🙏 https://youtu.be/nm379lo2IQQ', with flair 'Vlog' +[2020-07-25 05:06:54,670] /u/Phen-Gulz had their submission removed for insufficient lambda. +[2020-07-25 05:06:56,030] /u/Phen-Gulz had their flair updated +[2020-07-25 05:10:14,658] There has been a new submission: 'How to make McDonald's Hack with Cocktail Shaker | Food Hack | Sausage | Egg | How to Cook Breakfast', with flair 'Vlog' +[2020-07-25 05:10:16,373] /u/yummyyemi2020 had their submission removed for insufficient lambda. +[2020-07-25 05:10:18,728] /u/yummyyemi2020 had their flair updated +[2020-07-25 05:10:53,224] '/u/GraduateDan' has given '/u/KungYT' lambda! +[2020-07-25 05:10:55,932] /u/KungYT had their flair updated +[2020-07-25 05:11:19,665] '/u/GraduateDan' has given '/u/cbcszoology' lambda! +[2020-07-25 05:11:22,737] /u/cbcszoology had their flair updated +[2020-07-25 05:11:57,447] There has been a new submission: 'Just Some Lads From Austin TX Creating Entertaining Videos~ 👽', with flair 'Channel Review' +[2020-07-25 05:12:01,377] /u/FlightoftheMelons had their flair updated +[2020-07-25 05:13:53,179] '/u/HiJello' has given '/u/ur42ndwrostnightmare' lambda! +[2020-07-25 05:13:55,846] /u/ur42ndwrostnightmare had their flair updated +[2020-07-25 05:17:16,043] There has been a new submission: 'Slightly frustrated', with flair 'Discussion' +[2020-07-25 05:17:17,437] /u/CharlesW08 had their flair updated +[2020-07-25 05:36:02,566] There has been a new submission: 'Electric Skateboard Review', with flair 'Video Critique' +[2020-07-25 05:36:03,860] /u/Druski1234 had their submission removed for insufficient lambda. +[2020-07-25 05:36:05,392] /u/Druski1234 had their flair updated +[2020-07-25 05:44:08,167] There has been a new submission: 'New Channel', with flair 'Video Critique' +[2020-07-25 05:44:09,561] /u/koanater had their submission removed for insufficient lambda. +[2020-07-25 05:44:11,485] /u/koanater had their flair updated +[2020-07-25 05:48:10,576] '/u/GhrimeTF2' has given '/u/BrassBallsComedy' lambda! +[2020-07-25 05:48:11,741] /u/BrassBallsComedy had their flair updated +[2020-07-25 05:48:41,141] There has been a new submission: 'Improved Quality But Lack Of New Viewers', with flair 'Channel Review' +[2020-07-25 05:48:41,980] /u/twurdel had their submission removed for insufficient lambda. +[2020-07-25 05:48:42,848] /u/twurdel had their flair updated +[2020-07-25 05:49:54,564] There has been a new submission: 'Watch & relax...get lost in your sweet memories..Well I tried to create something like that. Please do let me know if its really relaxing?', with flair 'Gaming' +[2020-07-25 05:49:54,941] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 05:49:54,964] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 05:49:55,297] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ozqZdJ580pk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 05:49:55,547] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-25 05:49:56,106] /u/PCSG had their flair updated +[2020-07-25 05:56:39,219] '/u/DoktorSkipper' has given '/u/Chanuki_r' lambda! +[2020-07-25 05:56:41,104] /u/Chanuki_r had their flair updated +[2020-07-25 05:56:57,275] There has been a new submission: 'A Film About Me - I documented my life and made it into a movie. Please give me some honest feedback. Will !givelambda', with flair 'Video Critique' +[2020-07-25 05:56:58,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 05:56:58,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 05:56:59,525] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cyukDskAND0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 05:56:59,932] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClqkj2koRaUfrmTMvRTl1Nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 05:56:59,974] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-25 05:57:01,498] /u/NiranjanaPN had their flair updated +[2020-07-25 06:05:29,064] There has been a new submission: 'Should I private my old videos, make a new channel or neither?', with flair 'Discussion' +[2020-07-25 06:05:31,118] /u/donttrustdaniel had their flair updated +[2020-07-25 06:06:32,974] '/u/NiranjanaPN' has given '/u/Chanuki_r' lambda! +[2020-07-25 06:06:34,455] /u/Chanuki_r had their flair updated +[2020-07-25 06:15:31,316] '/u/NiranjanaPN' has given '/u/wayfaring_wizard' lambda! +[2020-07-25 06:15:32,907] /u/wayfaring_wizard had their flair updated +[2020-07-25 06:29:18,713] +#################### +[Jul 25 2020 06:29:18] RESTARTED +#################### + +[2020-07-25 06:52:32,383] '/u/legendofyenzo' has given '/u/cbcszoology' lambda! +[2020-07-25 06:52:35,009] /u/cbcszoology had their flair updated +[2020-07-25 06:53:08,293] '/u/legendofyenzo' has given '/u/alphakyuuu' lambda! +[2020-07-25 06:53:10,544] /u/alphakyuuu had their flair updated +[2020-07-25 06:54:38,304] '/u/NiranjanaPN' has given '/u/AlsleumMusic' lambda! +[2020-07-25 06:54:40,721] /u/AlsleumMusic had their flair updated +[2020-07-25 07:17:25,623] '/u/Imagine-Freedom' has given '/u/Merryrai' lambda! +[2020-07-25 07:17:27,389] /u/Merryrai had their flair updated +[2020-07-25 07:20:51,035] There has been a new submission: 'Cringe Rappin'', with flair 'Gaming' +[2020-07-25 07:20:53,123] /u/alexanderdavis had their submission removed for insufficient lambda. +[2020-07-25 07:20:55,372] /u/alexanderdavis had their flair updated +[2020-07-25 07:35:40,893] There has been a new submission: '[Work Needed] I’m a freelance video editor looking for youtubers to work for :) I can also do thumbnails & channel art. Especially for new youtubers, I can definitely help you. Please check the info below, thank youu', with flair 'Discussion' +[2020-07-25 07:35:42,876] /u/Nina_07 had their flair updated +[2020-07-25 07:38:57,223] There has been a new submission: 'BEST INDIAN FOOD IN EACH STATE | PART 2 | East States', with flair 'Vlog' +[2020-07-25 07:38:58,308] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-07-25 07:38:59,129] /u/sarva-gyani had their flair updated +[2020-07-25 07:50:08,599] There has been a new submission: 'PewDiePie FULL VIDEO on Sushant Singh Rajput | PewDiePie reacts to Sushant Singh Rajput Death [Video]', with flair 'Video Critique' +[2020-07-25 07:50:10,664] /u/Samyak0425 had their submission removed for insufficient lambda. +[2020-07-25 07:50:12,984] /u/Samyak0425 had their flair updated +[2020-07-25 08:01:46,338] '/u/NiranjanaPN' has given '/u/ArtistPerry' lambda! +[2020-07-25 08:01:48,536] /u/ArtistPerry had their flair updated +[2020-07-25 08:03:11,193] There has been a new submission: 'A FIVE YEAR OLD CONTROLS MY LIFE FOR 24 HOURS!!! | Joshua Ayala', with flair 'Video Critique' +[2020-07-25 08:03:13,595] /u/Joshuaaayalaa had their submission removed for insufficient lambda. +[2020-07-25 08:03:15,655] /u/Joshuaaayalaa had their flair updated +[2020-07-25 08:04:48,173] There has been a new submission: 'I'm looking for communities that can help give some feedback. This is my first gaming video & used after effects for most of the edits. Excited to learn so please let me know your thoughts. Video is 5 mins, too short?', with flair 'Gaming' +[2020-07-25 08:04:49,631] /u/Lionotic had their submission removed for insufficient lambda. +[2020-07-25 08:04:51,387] /u/Lionotic had their flair updated +[2020-07-25 08:05:10,247] There has been a new submission: '(NO COPYRIGHT MUSIC) Sappheiros - Here Waiting / Free Music Download', with flair 'Video Critique' +[2020-07-25 08:05:12,064] /u/Audio_Heaven had their submission removed for insufficient lambda. +[2020-07-25 08:05:13,754] /u/Audio_Heaven had their flair updated +[2020-07-25 08:29:04,852] +#################### +[Jul 25 2020 08:29:04] RESTARTED +#################### + +[2020-07-25 08:40:13,336] There has been a new submission: 'Sub please', with flair 'Channel Review' +[2020-07-25 08:40:15,051] /u/emkaygangleader had their submission removed for insufficient lambda. +[2020-07-25 08:40:17,392] /u/emkaygangleader had their flair updated +[2020-07-25 08:47:15,327] '/u/Brandonator247' has given '/u/Nadia_Robot' lambda! +[2020-07-25 08:47:17,953] /u/Nadia_Robot had their flair updated +[2020-07-25 08:48:11,989] '/u/Brandonator247' has given '/u/Yeetican' lambda! +[2020-07-25 08:48:13,583] /u/Yeetican had their flair updated +[2020-07-25 09:04:41,577] There has been a new submission: 'Your thoughts on my new video?', with flair 'Video Critique' +[2020-07-25 09:04:42,822] /u/Sw1ggitySwoner had their submission removed for insufficient lambda. +[2020-07-25 09:04:44,740] /u/Sw1ggitySwoner had their flair updated +[2020-07-25 09:12:53,222] There has been a new submission: 'KATHMANDU, NEPAL| PASHUPATINATH: TEMPLE OF LIFE AND DEATH', with flair 'Vlog' +[2020-07-25 09:12:55,149] /u/Jizami had their submission removed for insufficient lambda. +[2020-07-25 09:12:57,240] /u/Jizami had their flair updated +[2020-07-25 09:31:55,289] There has been a new submission: 'NAGPANCHME IN 32- SHIRALA / DJ's NIGHT SHOW IN 32- SHIRALA / 2019 #3', with flair 'Thumbnail Review' +[2020-07-25 09:31:57,604] /u/DeVil_1161 had their submission removed for insufficient lambda. +[2020-07-25 09:31:59,723] /u/DeVil_1161 had their flair updated +[2020-07-25 09:35:27,100] There has been a new submission: 'My first video and flight with a GoPro!', with flair 'Video Critique' +[2020-07-25 09:35:28,541] /u/xTacobaco had their submission removed for insufficient lambda. +[2020-07-25 09:35:30,221] /u/xTacobaco had their flair updated +[2020-07-25 09:37:36,288] There has been a new submission: 'My experience with Half-Life.', with flair 'Gaming' +[2020-07-25 09:37:37,401] /u/Tipzilla had their submission removed for insufficient lambda. +[2020-07-25 09:37:38,650] /u/Tipzilla had their flair updated +[2020-07-25 09:52:50,350] There has been a new submission: 'GO show some love to this small channel I found. he has only 1 video in English. his videos are really good and I think he deserves some following. THIS IS NOT SELF PROMOTION. if you like Ceeday, you might like this channel as well. Thanks.', with flair 'Gaming' +[2020-07-25 09:52:52,142] /u/martin6164 had their submission removed for insufficient lambda. +[2020-07-25 09:52:54,175] /u/martin6164 had their flair updated +[2020-07-25 10:16:14,815] There has been a new submission: 'Took me sometime to finish this video. I need a honest feedback guys (lambda will be sure given to honest people)', with flair 'Video Critique' +[2020-07-25 10:16:15,197] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 10:16:15,200] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 10:16:15,291] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xJ-FKQPOAZs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 10:16:15,392] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC05YucnjiUqKgxl36-BggwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 10:16:17,520] /u/life_is_sadd had their flair updated +[2020-07-25 10:17:51,663] There has been a new submission: 'Subscribe', with flair 'Gaming' +[2020-07-25 10:17:52,714] /u/KingJoshofHyrule had their submission removed for insufficient lambda. +[2020-07-25 10:17:53,890] /u/KingJoshofHyrule had their flair updated +[2020-07-25 10:19:04,882] '/u/DoktorSkipper' has given '/u/Clickdummy' lambda! +[2020-07-25 10:19:05,718] /u/Clickdummy had their flair updated +[2020-07-25 10:26:37,940] There has been a new submission: 'Goals for channel, 2020', with flair 'Gaming' +[2020-07-25 10:26:40,380] /u/toyfan1990 had their submission removed for insufficient lambda. +[2020-07-25 10:26:41,841] /u/toyfan1990 had their flair updated +[2020-07-25 10:29:04,493] +#################### +[Jul 25 2020 10:29:04] RESTARTED +#################### + +[2020-07-25 10:46:04,771] '/u/life_is_sadd' has given '/u/actionfigurestory' lambda! +[2020-07-25 10:46:06,779] /u/actionfigurestory had their flair updated +[2020-07-25 10:49:44,325] There has been a new submission: 'My brother convinced me to start my food channel', with flair 'Channel Review' +[2020-07-25 10:49:45,092] /u/cooknookgirl had their submission removed for insufficient lambda. +[2020-07-25 10:49:45,729] /u/cooknookgirl had their flair updated +[2020-07-25 10:51:06,504] There has been a new submission: 'Short sensory horror - eye bleed', with flair 'Channel Review' +[2020-07-25 10:51:08,000] /u/MGNproject had their submission removed for insufficient lambda. +[2020-07-25 10:51:10,194] /u/MGNproject had their flair updated +[2020-07-25 10:51:42,516] There has been a new submission: 'New style of gaming video for us. Would love know people's honest thoughts. We have a predator and warzone videos coming too.', with flair 'Video Critique' +[2020-07-25 10:51:43,915] /u/TTowers had their submission removed for insufficient lambda. +[2020-07-25 10:51:46,142] /u/TTowers had their flair updated +[2020-07-25 10:59:28,872] There has been a new submission: 'Relaxation and Meditation Music Video - Mother Nature Beauty', with flair 'Video Critique' +[2020-07-25 10:59:29,737] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-25 10:59:30,392] /u/GabriellaTadros had their flair updated +[2020-07-25 11:31:50,127] There has been a new submission: 'How is the transition that i used in this MMV', with flair 'Video Critique' +[2020-07-25 11:31:52,080] /u/mmvamvcalligrapher had their submission removed for insufficient lambda. +[2020-07-25 11:31:54,211] /u/mmvamvcalligrapher had their flair updated +[2020-07-25 11:40:49,858] There has been a new submission: 'Bubba Wallace Is Incredible!!!! | Nascar Heat 5 Crash Compilation', with flair 'Gaming' +[2020-07-25 11:40:51,952] /u/SaintsRaZorHDGaming had their submission removed for insufficient lambda. +[2020-07-25 11:40:54,236] /u/SaintsRaZorHDGaming had their flair updated +[2020-07-25 11:50:01,493] There has been a new submission: 'Watch and subscribe, $636 Per Night! Luxury Jumeirah Beach Hotel Full Review - 4K', with flair 'Video Critique' +[2020-07-25 11:50:03,578] /u/Pro_Lion_27 had their submission removed for insufficient lambda. +[2020-07-25 11:50:05,889] /u/Pro_Lion_27 had their flair updated +[2020-07-25 12:04:10,620] '/u/WxCHRILLExW' has given '/u/Rafi_Rabbit' lambda! +[2020-07-25 12:04:12,472] /u/Rafi_Rabbit had their flair updated +[2020-07-25 12:18:23,134] There has been a new submission: 'Breaking News CarryMinati Youtube Channel Hacked How? || CarryMinati Ch...', with flair 'Thumbnail Review' +[2020-07-25 12:18:24,022] /u/Technovicky had their submission removed for insufficient lambda. +[2020-07-25 12:18:25,024] /u/Technovicky had their flair updated +[2020-07-25 12:21:22,928] There has been a new submission: 'How To Join Remote Work (Profits Passport) Brief Video', with flair 'Thumbnail Review' +[2020-07-25 12:21:24,892] /u/Prize_Mark had their submission removed for insufficient lambda. +[2020-07-25 12:21:27,101] /u/Prize_Mark had their flair updated +[2020-07-25 12:23:57,411] There has been a new submission: '“The Sh*t That Changed My Life” — for fans of standup/storytelling, lambda for feedback!', with flair 'Video Critique' +[2020-07-25 12:23:57,952] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 12:23:57,954] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 12:23:58,045] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eUsiVbD14aI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 12:23:58,176] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCayKn92vhlpHy0V5bIIAHxg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 12:24:00,848] /u/TheFootshooters had their flair updated +[2020-07-25 12:24:08,065] There has been a new submission: 'Music on Video', with flair 'Discussion' +[2020-07-25 12:24:10,459] /u/Pro_Lion_27 had their flair updated +[2020-07-25 12:29:04,656] +#################### +[Jul 25 2020 12:29:04] RESTARTED +#################### + +[2020-07-25 12:37:26,543] '/u/life_is_sadd' has given '/u/Rafi_Rabbit' lambda! +[2020-07-25 12:37:27,593] /u/Rafi_Rabbit had their flair updated +[2020-07-25 12:37:38,107] '/u/life_is_sadd' has given '/u/cbcszoology' lambda! +[2020-07-25 12:37:39,793] /u/cbcszoology had their flair updated +[2020-07-25 12:38:55,555] There has been a new submission: 'What Fortnite feels like on the PS5 exe', with flair 'Gaming' +[2020-07-25 12:38:56,230] /u/OfficialAleet had their submission removed for insufficient lambda. +[2020-07-25 12:38:56,813] /u/OfficialAleet had their flair updated +[2020-07-25 12:46:52,833] There has been a new submission: '"TIME-BENDER WITH AWESOME COMBO" - Mortal Kombat X : "Reptile" Online Gameplay', with flair 'Gaming' +[2020-07-25 12:46:54,352] /u/Rockinathan had their submission removed for insufficient lambda. +[2020-07-25 12:46:55,791] /u/Rockinathan had their flair updated +[2020-07-25 12:51:08,045] There has been a new submission: 'Pokemon mystery dungeon do review, is it worth it?', with flair 'Gaming' +[2020-07-25 12:51:09,551] /u/yolokingboi22 had their submission removed for insufficient lambda. +[2020-07-25 12:51:11,747] /u/yolokingboi22 had their flair updated +[2020-07-25 12:57:55,822] There has been a new submission: 'What you are about to see here is my magnum opus i spent 10 consecutive days editing it because this was the first time i actually edit a video in such way let me know what you think', with flair 'Video Critique' +[2020-07-25 12:57:57,059] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 12:57:57,138] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 12:57:57,798] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uya7zNj6R6M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 12:57:58,168] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVzgsHtrHxyekqJq3JY_YpA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 12:58:00,340] /u/GamerGeekGx had their flair updated +[2020-07-25 13:06:07,237] There has been a new submission: 'Any critiques welcome! Will give lambda!', with flair 'Video Critique' +[2020-07-25 13:06:07,609] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 13:06:07,610] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 13:06:07,697] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GiRqRF-J-iQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:06:07,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCv9xS_vgm7LNw9bS_0FBAOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:06:09,933] /u/Gingerfab had their flair updated +[2020-07-25 13:08:06,797] There has been a new submission: '"What Genre is Your Game? - RPG Stories" A Short Animatic - looking for feedback from both people who play RPGs and those who don't.', with flair 'Video Critique' +[2020-07-25 13:08:06,999] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 13:08:07,000] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 13:08:07,089] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mfCyv0lGOz0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:08:07,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCl-Tov434fpVcLV9v49Ehkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:08:08,681] /u/DarthGaff had their flair updated +[2020-07-25 13:11:21,864] There has been a new submission: '"Mr. Tribey" doodle - Procreate Time Lapse', with flair 'Art' +[2020-07-25 13:11:23,494] /u/Weirdbaq had their submission removed for insufficient lambda. +[2020-07-25 13:11:25,753] /u/Weirdbaq had their flair updated +[2020-07-25 13:16:53,161] There has been a new submission: 'Animated parody news', with flair 'Channel Review' +[2020-07-25 13:16:54,309] /u/Old-Milk-1172 had their submission removed for insufficient lambda. +[2020-07-25 13:16:55,637] /u/Old-Milk-1172 had their flair updated +[2020-07-25 13:25:17,553] There has been a new submission: 'The killer 5 fat burning diets for you', with flair 'Channel Review' +[2020-07-25 13:25:19,078] /u/dannygose had their submission removed for insufficient lambda. +[2020-07-25 13:25:20,742] /u/dannygose had their flair updated +[2020-07-25 13:26:59,116] There has been a new submission: 'I made it to 50 subs in 3 months', with flair 'Gaming' +[2020-07-25 13:27:00,310] /u/shadow-killer_ had their submission removed for insufficient lambda. +[2020-07-25 13:27:01,703] /u/shadow-killer_ had their flair updated +[2020-07-25 13:28:09,930] There has been a new submission: 'Funny and Cute Video: Biggest House in GTA 5 in Hindi', with flair 'Gaming' +[2020-07-25 13:28:10,994] /u/sudhirmangla05 had their submission removed for insufficient lambda. +[2020-07-25 13:28:12,061] /u/sudhirmangla05 had their flair updated +[2020-07-25 13:28:27,580] There has been a new submission: 'I need to change my shorts alot with this game, I won't lie. But here it is, Part 2!!!!!', with flair 'Gaming' +[2020-07-25 13:28:28,603] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 13:28:28,604] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 13:28:29,834] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=82McVFtSfv8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:28:30,285] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfIIsx4t9ELPuXYnVICR2WQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:28:32,583] /u/SlumberousVirus had their flair updated +[2020-07-25 13:29:16,953] There has been a new submission: 'New slacklining video (1:52). I usually do tutorials but was wondering if people like this more laid back type of video. Lambda for any helpful comments', with flair 'Video Critique' +[2020-07-25 13:29:17,941] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 13:29:17,979] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 13:29:19,005] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tlAekMyf0Es&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:29:19,373] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCauO1aO3X0vxYql6dDQX4kg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:29:21,218] /u/BagelBummm had their flair updated +[2020-07-25 13:29:53,919] /u/Gingerfab had their flair updated +[2020-07-25 13:30:27,738] '/u/Gingerfab' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 13:30:30,901] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 13:31:27,465] '/u/Gingerfab' has given '/u/BagelBummm' lambda! +[2020-07-25 13:31:29,809] /u/BagelBummm had their flair updated +[2020-07-25 13:38:25,494] There has been a new submission: 'Tried a new method of editing - not sure if it's an improvement', with flair 'Video Critique' +[2020-07-25 13:38:26,338] /u/Randomzella had their submission removed for insufficient lambda. +[2020-07-25 13:38:27,274] /u/Randomzella had their flair updated +[2020-07-25 13:39:57,656] There has been a new submission: 'Hey guys', with flair 'Channel Review' +[2020-07-25 13:39:58,313] /u/yxngsanjay had their submission removed for insufficient lambda. +[2020-07-25 13:39:58,764] /u/yxngsanjay had their flair updated +[2020-07-25 13:42:23,055] '/u/Gingerfab' has given '/u/Asleepexe' lambda! +[2020-07-25 13:42:25,514] /u/Asleepexe had their flair updated +[2020-07-25 13:44:40,243] '/u/Gingerfab' has given '/u/Randomzella' lambda! +[2020-07-25 13:44:42,294] /u/Randomzella had their flair updated +[2020-07-25 13:45:10,273] '/u/DarthGaff' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 13:45:11,859] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 13:47:41,212] '/u/DarthGaff' has given '/u/Asleepexe' lambda! +[2020-07-25 13:47:42,477] /u/Asleepexe had their flair updated +[2020-07-25 13:49:04,361] '/u/BagelBummm' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 13:49:05,331] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 13:49:14,278] '/u/DarthGaff' has given '/u/SelendineMcHerb' lambda! +[2020-07-25 13:49:15,183] /u/SelendineMcHerb had their flair updated +[2020-07-25 13:49:59,717] There has been a new submission: 'Premier League Matchweek 38 predictions | The End', with flair 'Video Critique' +[2020-07-25 13:50:00,517] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 13:50:00,518] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 13:50:01,296] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IJeJ2w8Gnrk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:50:01,747] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 13:50:05,074] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 13:50:31,410] There has been a new submission: 'Game Over - MaximilianMus', with flair 'Video Critique' +[2020-07-25 13:50:32,929] /u/yourmum-is-gay- had their submission removed for insufficient lambda. +[2020-07-25 13:50:35,266] /u/yourmum-is-gay- had their flair updated +[2020-07-25 13:57:58,263] There has been a new submission: 'If you're a big of Wilbur Soot check out this video where I rank every song from his album "Your City Gave me Asthma"', with flair 'Video Critique' +[2020-07-25 13:57:59,370] /u/goodraStan had their submission removed for insufficient lambda. +[2020-07-25 13:58:00,479] /u/goodraStan had their flair updated +[2020-07-25 14:01:27,018] '/u/Gingerfab' has given '/u/gwell66' lambda! +[2020-07-25 14:01:29,399] /u/gwell66 had their flair updated +[2020-07-25 14:03:20,645] There has been a new submission: 'DIY SUgar rocket powered Delorean from back to the future.', with flair 'Art' +[2020-07-25 14:03:22,160] /u/_Pandicus_ had their submission removed for insufficient lambda. +[2020-07-25 14:03:24,168] /u/_Pandicus_ had their flair updated +[2020-07-25 14:05:39,446] '/u/Gingerfab' has given '/u/cbcszoology' lambda! +[2020-07-25 14:05:41,002] /u/cbcszoology had their flair updated +[2020-07-25 14:06:45,511] There has been a new submission: 'I review the Spicy Chicken Nuggets from McDonald’s Philippines', with flair 'Video Critique' +[2020-07-25 14:06:46,685] /u/callmemikee had their submission removed for insufficient lambda. +[2020-07-25 14:06:48,032] /u/callmemikee had their flair updated +[2020-07-25 14:13:13,635] '/u/GamerGeekGx' has given '/u/Asleepexe' lambda! +[2020-07-25 14:13:15,852] /u/Asleepexe had their flair updated +[2020-07-25 14:15:28,215] There has been a new submission: 'Rainbow Six Siege Moments That Make You Wonder About Foldable Laptops an...', with flair 'Gaming' +[2020-07-25 14:15:29,726] /u/Jarkson010 had their submission removed for insufficient lambda. +[2020-07-25 14:15:31,405] /u/Jarkson010 had their flair updated +[2020-07-25 14:22:40,194] There has been a new submission: 'My personal love for a game over one year of committed playing, in less than 6 minutes. Plus, an introduction to my channel! Useful feedback will get lambda as soon as I wake up tomorrow, haha!', with flair 'Gaming' +[2020-07-25 14:22:40,799] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 14:22:40,801] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 14:22:40,893] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vxjrHMa-GlE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 14:22:40,990] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qdifok_lPJ0WqvKohQkTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 14:22:44,205] /u/BlueBarossa had their flair updated +[2020-07-25 14:25:11,165] There has been a new submission: 'Free Background Music For Youtube Videos No Copyright / Free Music Download', with flair 'Channel Review' +[2020-07-25 14:25:12,756] /u/Tailor992 had their submission removed for insufficient lambda. +[2020-07-25 14:25:14,445] /u/Tailor992 had their flair updated +[2020-07-25 14:26:02,431] There has been a new submission: 'Finally hit diamond and now im a hardstuck diamond 3 sage.Some clips from my journey.Any suggestions on my edit would be appreciated.Sub and enjoy <3', with flair 'Gaming' +[2020-07-25 14:26:02,848] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 14:26:02,849] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 14:26:03,241] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DM6KoReJNpU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 14:26:03,425] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDylFGVw8b9K0Xa__TkTmXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 14:26:05,534] /u/Asleepexe had their flair updated +[2020-07-25 14:28:13,161] '/u/Samanaitor_88' has given '/u/GraduateDan' lambda! +[2020-07-25 14:28:14,918] /u/GraduateDan had their flair updated +[2020-07-25 14:28:27,991] There has been a new submission: 'Dua Lipa - Don't Start Now - Piano Cover', with flair 'Art' +[2020-07-25 14:28:29,180] /u/gkhngkgln had their submission removed for insufficient lambda. +[2020-07-25 14:28:30,203] /u/gkhngkgln had their flair updated +[2020-07-25 14:29:34,080] +#################### +[Jul 25 2020 14:29:34] RESTARTED +#################### + +[2020-07-25 14:40:09,267] '/u/Samanaitor_88' has given '/u/TheGuyWhoCodes365' lambda! +[2020-07-25 14:40:11,769] /u/TheGuyWhoCodes365 had their flair updated +[2020-07-25 15:00:14,571] There has been a new submission: 'Fatality.win (1st day) Auto/Scout Media - New video would be great if you could check it out! feedback is always appreciated and I return subs and likes', with flair 'Gaming' +[2020-07-25 15:00:16,301] /u/1benzboy1 had their submission removed for insufficient lambda. +[2020-07-25 15:00:18,586] /u/1benzboy1 had their flair updated +[2020-07-25 15:00:37,831] There has been a new submission: 'Blink & You’ll Miss The Game! (My fastest killer ace ever)I just uploaded my first dead by daylight video :)', with flair 'Gaming' +[2020-07-25 15:00:39,476] /u/BartyChimperz had their submission removed for insufficient lambda. +[2020-07-25 15:00:41,809] /u/BartyChimperz had their flair updated +[2020-07-25 15:01:05,647] '/u/Samanaitor_88' has given '/u/DamagedCarpets' lambda! +[2020-07-25 15:01:08,065] /u/DamagedCarpets had their flair updated +[2020-07-25 15:01:56,298] '/u/Asleepexe' has given '/u/pyrodadcom' lambda! +[2020-07-25 15:01:58,802] /u/pyrodadcom had their flair updated +[2020-07-25 15:02:33,536] '/u/BagelBummm' has given '/u/gwell66' lambda! +[2020-07-25 15:02:36,242] /u/gwell66 had their flair updated +[2020-07-25 15:04:49,282] '/u/Gingerfab' has given '/u/svavocet' lambda! +[2020-07-25 15:04:51,619] /u/svavocet had their flair updated +[2020-07-25 15:06:21,147] '/u/Asleepexe' has given '/u/thecounselor6' lambda! +[2020-07-25 15:06:23,524] /u/thecounselor6 had their flair updated +[2020-07-25 15:09:04,285] There has been a new submission: 'Please check out my video and offer advise', with flair 'Channel Review' +[2020-07-25 15:09:05,142] /u/CharlieGR_00 had their submission removed for insufficient lambda. +[2020-07-25 15:09:05,760] /u/CharlieGR_00 had their flair updated +[2020-07-25 15:09:22,415] There has been a new submission: 'SUBNAUTICA IS F*CKED ! -Funny Moments-', with flair 'Video Critique' +[2020-07-25 15:09:24,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 15:09:24,383] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 15:09:25,574] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2DtoqimI3m4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:09:25,986] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdrOiLappWNEJLW6CQ2g_Ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:09:27,792] /u/AsunderSage672 had their flair updated +[2020-07-25 15:09:44,119] There has been a new submission: 'I made a quick video talking about the meaning of retirement planning to us millennials. Do you have a clear financial plan in mind or is it more a general direction??? Let me know in the comment below 👇 #retirementplanning #financialplanning #financialgoals #financialfreedom', with flair 'Thumbnail Review' +[2020-07-25 15:09:46,003] /u/thekobylerner had their submission removed for insufficient lambda. +[2020-07-25 15:09:46,455] /u/thekobylerner had their flair updated +[2020-07-25 15:10:02,143] There has been a new submission: 'Shrimp Marinade for Grilling', with flair 'Channel Review' +[2020-07-25 15:10:03,900] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-07-25 15:10:06,314] /u/Wingo321 had their flair updated +[2020-07-25 15:10:30,562] '/u/GraduateDan' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 15:10:33,430] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 15:12:01,468] '/u/PCSG' has given '/u/wayfaring_wizard' lambda! +[2020-07-25 15:12:04,252] /u/wayfaring_wizard had their flair updated +[2020-07-25 15:12:28,687] '/u/PCSG' has given '/u/Clickdummy' lambda! +[2020-07-25 15:12:31,510] /u/Clickdummy had their flair updated +[2020-07-25 15:13:22,625] '/u/PCSG' has given '/u/actionfigurestory' lambda! +[2020-07-25 15:13:25,129] /u/actionfigurestory had their flair updated +[2020-07-25 15:13:58,646] There has been a new submission: 'My newest video! I usually talk about cartoons with a little age to them but decided to talk about a show I’d watched recently. Let me know what you think! Also I accidentally set up to premiere at midnight instead of noon. So already heading in the right direction.', with flair 'Video Critique' +[2020-07-25 15:13:59,470] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 15:13:59,634] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 15:14:00,571] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MZd9O_-m5vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:14:01,021] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCynacxmqxV9tIlunLOo12DA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:14:03,963] /u/thecounselor6 had their flair updated +[2020-07-25 15:15:08,113] There has been a new submission: 'The Ghost Of Tsushima Experience', with flair 'Gaming' +[2020-07-25 15:15:09,367] /u/SprayedRed had their submission removed for insufficient lambda. +[2020-07-25 15:15:10,762] /u/SprayedRed had their flair updated +[2020-07-25 15:16:21,801] '/u/PCSG' has given '/u/TheGuyWhoCodes365' lambda! +[2020-07-25 15:16:24,017] /u/TheGuyWhoCodes365 had their flair updated +[2020-07-25 15:17:05,095] '/u/PCSG' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 15:17:07,346] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 15:18:11,331] There has been a new submission: 'Hi, I abandoned my channel for a year and now I’m back to upload ‘piano covers with Drone footages’. This is a cover of Ed Sheeran “South of the Border”... is it any good? would appreciate any constructive FB on content and general strategy on gaining audience.', with flair 'Video Critique' +[2020-07-25 15:18:12,437] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 15:18:12,439] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 15:18:13,548] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zIDPtO57eFU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:18:14,004] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu47BpndxDfnwUuSppaOqKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:18:15,727] /u/DelogueAcoustic had their flair updated +[2020-07-25 15:18:50,265] '/u/DoktorSkipper' has given '/u/tripleneon' lambda! +[2020-07-25 15:18:52,234] /u/tripleneon had their flair updated +[2020-07-25 15:19:24,381] '/u/DoktorSkipper' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 15:19:26,390] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 15:20:15,718] '/u/DoktorSkipper' has given '/u/TTowers' lambda! +[2020-07-25 15:20:18,460] /u/TTowers had their flair updated +[2020-07-25 15:23:18,376] There has been a new submission: 'MegaMan Zero: Death of a Hero. A MegaMan Zero Retrospective', with flair 'None' +[2020-07-25 15:23:19,481] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 15:23:19,482] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 15:23:20,546] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cIFx4DiBmSI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:23:20,997] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtXBMZFXXw1rHp95-moX_zQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 15:23:24,149] /u/ur42ndwrostnightmare had their flair updated +[2020-07-25 15:28:11,207] There has been a new submission: 'My first video', with flair 'Gaming' +[2020-07-25 15:28:12,147] /u/devin9673 had their submission removed for insufficient lambda. +[2020-07-25 15:28:13,134] /u/devin9673 had their flair updated +[2020-07-25 15:30:07,597] There has been a new submission: 'Hey Everyone, A new virtual reality headset has been leaked and i made a video going over the information currently available - if you could please let me know your thoughts, or if you enjoy the information please like and subscribe! Thank you and stay safe!', with flair 'Gaming' +[2020-07-25 15:30:09,185] /u/NastyVRGaming had their submission removed for insufficient lambda. +[2020-07-25 15:30:11,491] /u/NastyVRGaming had their flair updated +[2020-07-25 15:42:38,420] There has been a new submission: 'On the cusp of 50 subscribers and about to reach 4,000 views. Please check my latest video. (Advice and Critique is appreciated.)', with flair 'Video Critique' +[2020-07-25 15:42:39,935] /u/Professional_Clod had their submission removed for insufficient lambda. +[2020-07-25 15:42:42,026] /u/Professional_Clod had their flair updated +[2020-07-25 15:43:00,155] There has been a new submission: '#2 call of duty Ww2 funny moments', with flair 'Gaming' +[2020-07-25 15:43:01,670] /u/pewdiepie-copy182 had their submission removed for insufficient lambda. +[2020-07-25 15:43:03,799] /u/pewdiepie-copy182 had their flair updated +[2020-07-25 15:43:54,781] There has been a new submission: 'I'm looking for any critiques to make my videos better. Thank you in advance.', with flair 'Video Critique' +[2020-07-25 15:43:56,302] /u/begone_Karen had their submission removed for insufficient lambda. +[2020-07-25 15:43:58,145] /u/begone_Karen had their flair updated +[2020-07-25 15:44:16,575] There has been a new submission: 'Why do people do this?', with flair 'Meta' +[2020-07-25 15:44:18,544] /u/the-right-dodo had their flair updated +[2020-07-25 15:44:37,342] There has been a new submission: 'Up 6 subs in the last three days, just released my fourth video!', with flair 'Channel Review' +[2020-07-25 15:44:38,907] /u/easyleezy had their submission removed for insufficient lambda. +[2020-07-25 15:44:40,716] /u/easyleezy had their flair updated +[2020-07-25 15:45:58,598] There has been a new submission: 'Please watch this clip', with flair 'Channel Review' +[2020-07-25 15:46:00,233] /u/unseennature had their submission removed for insufficient lambda. +[2020-07-25 15:46:01,705] /u/unseennature had their flair updated +[2020-07-25 15:46:19,241] There has been a new submission: 'This is why I only use SNIPERS on Modern Warfare!!!', with flair 'Gaming' +[2020-07-25 15:46:20,473] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-07-25 15:46:21,829] /u/mane_10911 had their flair updated +[2020-07-25 16:05:31,911] There has been a new submission: 'How To Make Paper Ninja Star (Shuriken)', with flair 'Art' +[2020-07-25 16:05:33,403] /u/Hania211 had their submission removed for insufficient lambda. +[2020-07-25 16:05:35,034] /u/Hania211 had their flair updated +[2020-07-25 16:07:35,074] There has been a new submission: 'Success Paralysis', with flair 'Discussion' +[2020-07-25 16:07:36,477] /u/ElectionJunkie had their flair updated +[2020-07-25 16:15:51,432] '/u/acexsd1' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 16:15:52,956] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 16:24:10,659] There has been a new submission: 'Small Minecraft YouTubers 6th video!', with flair 'Gaming' +[2020-07-25 16:24:12,408] /u/DJReddits had their submission removed for insufficient lambda. +[2020-07-25 16:24:14,345] /u/DJReddits had their flair updated +[2020-07-25 16:24:26,709] There has been a new submission: 'MY FIRST CLEAN DUNK ON A 8.5 FOOT RIM!!!', with flair 'Video Critique' +[2020-07-25 16:24:27,010] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 16:24:27,011] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 16:24:27,127] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HLUECMn-ayI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 16:24:27,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 16:24:29,782] /u/Nadia_Robot had their flair updated +[2020-07-25 16:29:23,437] +#################### +[Jul 25 2020 16:29:23] RESTARTED +#################### + +[2020-07-25 16:55:51,929] There has been a new submission: 'Getting close to the end of Ys... Final dungeon hype!', with flair 'Channel Review' +[2020-07-25 16:55:53,034] /u/Time_To_Play_2020 had their submission removed for insufficient lambda. +[2020-07-25 16:55:54,304] /u/Time_To_Play_2020 had their flair updated +[2020-07-25 16:56:11,869] There has been a new submission: 'Affiliate links - how do you handle them?', with flair 'Discussion' +[2020-07-25 16:56:13,916] /u/AlexeyCrane had their flair updated +[2020-07-25 16:57:16,189] '/u/GraduateDan' has given '/u/DeeJordz' lambda! +[2020-07-25 16:57:18,277] /u/DeeJordz had their flair updated +[2020-07-25 16:58:04,219] '/u/DANNIKENpro' has given '/u/mcster21' lambda! +[2020-07-25 16:58:06,062] /u/mcster21 had their flair updated +[2020-07-25 16:58:39,315] '/u/Nadia_Robot' has given '/u/itsMintacle' lambda! +[2020-07-25 16:58:41,445] /u/itsMintacle had their flair updated +[2020-07-25 16:59:25,105] There has been a new submission: 'After completing my first Let's Play I decided to make a highlight reel of the funniest moments.', with flair 'Gaming' +[2020-07-25 16:59:26,089] /u/KRY7O had their submission removed for insufficient lambda. +[2020-07-25 16:59:26,667] /u/KRY7O had their flair updated +[2020-07-25 16:59:44,666] There has been a new submission: 'Terrifying Teletubbies — My brand new animated rant! I tried my best to improve the quality and entertainment value of the video. Let me know what you think!', with flair 'Video Critique' +[2020-07-25 16:59:46,598] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 16:59:46,719] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 16:59:47,701] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0Yl8u7zk3Fs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 16:59:48,236] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8nm3gFZaVyP83lQ3K45U7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 16:59:49,787] /u/ChoppedRamen had their flair updated +[2020-07-25 17:00:05,923] There has been a new submission: 'First video I edited! Please give some critiques! Looking to improve my editing skills and what I should be changing in my videos!', with flair 'Video Critique' +[2020-07-25 17:00:07,666] /u/duhneeks had their submission removed for insufficient lambda. +[2020-07-25 17:00:10,004] /u/duhneeks had their flair updated +[2020-07-25 17:00:17,955] There has been a new submission: 'GAMING TECHNOLOGY for Gamers! Lambda as appreciation for sincere feedback and advise!', with flair 'Video Critique' +[2020-07-25 17:00:18,593] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 17:00:18,606] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 17:00:18,761] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VwAa1Xhv6cY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:00:18,882] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:00:22,202] /u/IWI-Team had their flair updated +[2020-07-25 17:00:40,984] There has been a new submission: 'If You Enjoy BTD Battles, Check Me Out', with flair 'Gaming' +[2020-07-25 17:00:42,912] /u/PixelModeMaster had their submission removed for insufficient lambda. +[2020-07-25 17:00:45,372] /u/PixelModeMaster had their flair updated +[2020-07-25 17:01:05,976] There has been a new submission: 'How to Add Clickable Links to your TikTok bio[Clickable website links on...', with flair 'Video Critique' +[2020-07-25 17:01:07,496] /u/TubeMechanics had their submission removed for insufficient lambda. +[2020-07-25 17:01:10,334] /u/TubeMechanics had their flair updated +[2020-07-25 17:05:05,476] There has been a new submission: 'Knight Gets Violated By Witches! (Modded Minecraft) Looking for feedback!!', with flair 'Gaming' +[2020-07-25 17:05:06,623] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 17:05:06,624] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 17:05:07,733] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9fA2MG6rtv4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:05:08,224] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG1ESpg6SF667Kvt8zRkeyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:05:11,007] /u/itsMintacle had their flair updated +[2020-07-25 17:07:23,386] There has been a new submission: 'Watch hours discussion', with flair 'Discussion' +[2020-07-25 17:07:25,437] /u/gretalawlerx had their flair updated +[2020-07-25 17:12:44,026] There has been a new submission: 'Would you subscribe to a channel that is posting videos about mixed topics? Like Fashion, Health & Gaming. Why? Or why not?', with flair 'Discussion' +[2020-07-25 17:12:47,107] /u/bnanaposting had their flair updated +[2020-07-25 17:21:16,949] /u/ElectionJunkie had their flair updated +[2020-07-25 17:21:52,960] There has been a new submission: 'Check out my new montage! Modern Warfare - Shoot The Ship Montage', with flair 'Gaming' +[2020-07-25 17:21:54,443] /u/Lexi_TeamIQ had their submission removed for insufficient lambda. +[2020-07-25 17:21:56,524] /u/Lexi_TeamIQ had their flair updated +[2020-07-25 17:33:17,541] There has been a new submission: 'We live on our sailboat, preparing to sail around the world & recently hauled out to repaint and replace some other crucial pieces. Thats whenThat's when we got stuck due to COVID. Part 2 of our Haul Out Series.', with flair 'Vlog' +[2020-07-25 17:33:18,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 17:33:18,278] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 17:33:19,144] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BED6_LrICRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:33:19,430] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCREn7mlyOOoB52lrdH6COGg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:33:22,513] /u/svavocet had their flair updated +[2020-07-25 17:33:46,513] '/u/Jardayylmao' has given '/u/Model_M0CH4' lambda! +[2020-07-25 17:33:48,938] /u/Model_M0CH4 had their flair updated +[2020-07-25 17:40:28,456] There has been a new submission: 'SEXIEST OVER Honda Silver Wing 600 and Kawasaki Vulcan 900 #150', with flair 'Vlog' +[2020-07-25 17:40:30,376] /u/Delace1111 had their submission removed for insufficient lambda. +[2020-07-25 17:40:32,703] /u/Delace1111 had their flair updated +[2020-07-25 17:51:35,010] There has been a new submission: 'Check out my video on how to get villagers to follow you home!', with flair 'Gaming' +[2020-07-25 17:51:37,058] /u/Tristen_S had their submission removed for insufficient lambda. +[2020-07-25 17:51:39,211] /u/Tristen_S had their flair updated +[2020-07-25 17:53:33,112] '/u/FynnKrauseFootballYT' has given '/u/KAPS-In-Paradise' lambda! +[2020-07-25 17:53:35,090] /u/KAPS-In-Paradise had their flair updated +[2020-07-25 17:57:10,995] There has been a new submission: 'The Tragic Life Story of Marvin Gaye - my best video yet, giving lambda to all feedback!', with flair 'Video Critique' +[2020-07-25 17:57:11,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 17:57:11,735] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 17:57:12,554] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GHW-tDEOsSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:57:12,805] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCntaV4FO5-hTTBVTMK6L2wg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 17:57:15,015] /u/tomasrow had their flair updated +[2020-07-25 18:03:26,633] There has been a new submission: 'So I wanted to give back but no one is interested....', with flair 'Discussion' +[2020-07-25 18:03:28,926] /u/prettipixi had their flair updated +[2020-07-25 18:08:30,227] There has been a new submission: 'X - Jonas Brothers (feat. KAROL G) l Drum Cover Isaac Rangel', with flair 'Channel Review' +[2020-07-25 18:08:31,099] /u/Rangetones95 had their submission removed for insufficient lambda. +[2020-07-25 18:08:32,055] /u/Rangetones95 had their flair updated +[2020-07-25 18:22:04,651] There has been a new submission: 'My YT Channel :d', with flair 'Channel Review' +[2020-07-25 18:22:06,554] /u/KatayokuNoTenshi1 had their submission removed for insufficient lambda. +[2020-07-25 18:22:08,670] /u/KatayokuNoTenshi1 had their flair updated +[2020-07-25 18:29:24,676] +#################### +[Jul 25 2020 18:29:24] RESTARTED +#################### + +[2020-07-25 18:53:06,136] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 8 - The Broken Blacksmith', with flair 'Gaming' +[2020-07-25 18:53:08,020] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-25 18:53:09,781] /u/CecliusPlaysHD had their flair updated +[2020-07-25 18:53:45,709] '/u/tomasrow' has given '/u/nillawafer1227' lambda! +[2020-07-25 18:53:48,495] /u/nillawafer1227 had their flair updated +[2020-07-25 18:55:01,528] '/u/tomasrow' has given '/u/Timmy42000' lambda! +[2020-07-25 18:55:03,899] /u/Timmy42000 had their flair updated +[2020-07-25 18:56:57,047] '/u/ChoppedRamen' has given '/u/nillawafer1227' lambda! +[2020-07-25 18:56:59,340] /u/nillawafer1227 had their flair updated +[2020-07-25 18:57:17,659] There has been a new submission: 'First video please give advice would appreciate it', with flair 'Video Critique' +[2020-07-25 18:57:18,853] /u/Timmy42000 had their submission removed for insufficient lambda. +[2020-07-25 18:57:20,379] /u/Timmy42000 had their flair updated +[2020-07-25 18:57:36,661] There has been a new submission: 'Aaron Terence Hughes Ozone Review', with flair 'None' +[2020-07-25 18:57:37,567] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-07-25 18:57:38,596] /u/Derbyboyuk had their flair updated +[2020-07-25 18:57:56,432] There has been a new submission: 'Always looking for constructive feedback! Lmk what more I can do with my editing and commentary as well as recommendations on games I can play but for rn I'm planning to play CoD, Smash Ultimate, and Apex! More games down the road', with flair 'Video Critique' +[2020-07-25 18:57:57,458] /u/SirJakobe had their submission removed for insufficient lambda. +[2020-07-25 18:57:58,325] /u/SirJakobe had their flair updated +[2020-07-25 18:58:15,129] There has been a new submission: 'Ford Focus Hoonigan - Forza Horizon 4 | Logitech G920 Steering Wheel | Rally / Offroad Gameplay', with flair 'Gaming' +[2020-07-25 18:58:16,072] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-25 18:58:16,811] /u/YSforce had their flair updated +[2020-07-25 18:58:34,378] There has been a new submission: 'Birch trees acrylic painting.. hope you ll have some relax time. 😀', with flair 'Art' +[2020-07-25 18:58:35,488] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-07-25 18:58:36,229] /u/ARTCRAFTFUN had their flair updated +[2020-07-25 18:59:09,595] '/u/svavocet' has given '/u/emilyychu' lambda! +[2020-07-25 18:59:11,651] /u/emilyychu had their flair updated +[2020-07-25 18:59:43,202] '/u/ChoppedRamen' has given '/u/SelendineMcHerb' lambda! +[2020-07-25 18:59:45,210] /u/SelendineMcHerb had their flair updated +[2020-07-25 19:01:57,952] '/u/ChoppedRamen' has given '/u/throwawayvhs' lambda! +[2020-07-25 19:02:00,370] /u/throwawayvhs had their flair updated +[2020-07-25 19:02:33,300] There has been a new submission: 'Racist Meth Lords Wallop Innocent Bystander's Car', with flair 'Video Critique' +[2020-07-25 19:02:34,775] /u/CannotFindAGoodName had their submission removed for insufficient lambda. +[2020-07-25 19:02:36,698] /u/CannotFindAGoodName had their flair updated +[2020-07-25 19:04:33,327] There has been a new submission: 'THE BEST AGGRESSIVE Reyna/Jet Plays on Valorant', with flair 'Gaming' +[2020-07-25 19:04:34,558] /u/AjaxAkz had their submission removed for insufficient lambda. +[2020-07-25 19:04:36,158] /u/AjaxAkz had their flair updated +[2020-07-25 19:07:05,837] There has been a new submission: 'A discussion on clash events in league of legends. My first video like this any advice :D', with flair 'Video Critique' +[2020-07-25 19:07:06,907] /u/LightningYi had their submission removed for insufficient lambda. +[2020-07-25 19:07:08,131] /u/LightningYi had their flair updated +[2020-07-25 19:07:30,233] /u/SelendineMcHerb had their flair updated +[2020-07-25 19:09:28,277] There has been a new submission: 'nearly at 100 subs it’d be huge to hit it today', with flair 'None' +[2020-07-25 19:09:29,054] /u/Alfiemakesvideos had their submission removed for insufficient lambda. +[2020-07-25 19:09:29,585] /u/Alfiemakesvideos had their flair updated +[2020-07-25 19:11:01,954] There has been a new submission: 'Would you subscribe to a channel that is posting videos about mixed topics? Like Fashion, Travel, Health & Gaming. Why? Or why not? If you're a gamer or a (Videos only have a voice over with stock footage. No person appears)', with flair 'Discussion' +[2020-07-25 19:11:04,861] /u/bnanaposting had their flair updated +[2020-07-25 19:14:08,632] There has been a new submission: 'Channel Trailer 2020', with flair 'Channel Review' +[2020-07-25 19:14:10,230] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-07-25 19:14:12,112] /u/TheUnsaidSong had their flair updated +[2020-07-25 19:17:42,619] There has been a new submission: 'Would you subscribe to a channel that is posting videos about mixed topics? Like Fashion, Travel, Health & Gaming. Why? Or why not? (Videos only have a voice over with stock footage. No person appears)', with flair 'Discussion' +[2020-07-25 19:17:45,038] /u/bnanaposting had their flair updated +[2020-07-25 19:20:58,633] '/u/Doesntpayfullprice' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-25 19:21:01,373] /u/FynnKrauseFootballYT had their flair updated +[2020-07-25 19:21:48,958] '/u/Doesntpayfullprice' has given '/u/AlsleumMusic' lambda! +[2020-07-25 19:21:51,214] /u/AlsleumMusic had their flair updated +[2020-07-25 19:22:59,486] '/u/tomasrow' has given '/u/BetaBradTv' lambda! +[2020-07-25 19:23:01,417] /u/BetaBradTv had their flair updated +[2020-07-25 19:23:34,075] '/u/Doesntpayfullprice' has given '/u/aandabackyard' lambda! +[2020-07-25 19:23:35,914] /u/aandabackyard had their flair updated +[2020-07-25 19:24:30,014] '/u/Doesntpayfullprice' has given '/u/Polak-LP-YT' lambda! +[2020-07-25 19:24:32,442] /u/Polak-LP-YT had their flair updated +[2020-07-25 19:30:04,347] There has been a new submission: 'Lemme know ur thoughts? | AEW Dynamite 7-22-20 Review | Eddie Kingston Appears | Sammy Guevara Returns | Big Ratings Win', with flair 'Video Critique' +[2020-07-25 19:30:08,235] /u/Jest_coz had their submission removed for insufficient lambda. +[2020-07-25 19:30:10,653] /u/Jest_coz had their flair updated +[2020-07-25 19:35:52,706] There has been a new submission: 'Took hours of editing, let me know what you think.', with flair 'Video Critique' +[2020-07-25 19:35:53,936] /u/Maepng had their submission removed for insufficient lambda. +[2020-07-25 19:35:55,336] /u/Maepng had their flair updated +[2020-07-25 19:36:19,017] There has been a new submission: 'Traveling for work (when you love pumpkin pie)', with flair 'Channel Review' +[2020-07-25 19:36:20,086] /u/Stekus had their submission removed for insufficient lambda. +[2020-07-25 19:36:21,438] /u/Stekus had their flair updated +[2020-07-25 19:38:36,243] '/u/BagelBummm' has given '/u/cbcszoology' lambda! +[2020-07-25 19:38:37,339] /u/cbcszoology had their flair updated +[2020-07-25 19:40:35,966] '/u/tomasrow' has given '/u/Randomzella' lambda! +[2020-07-25 19:40:38,427] /u/Randomzella had their flair updated +[2020-07-25 19:40:50,284] Retrying due to 503 status: POST https://oauth.reddit.com/api/comment/ +[2020-07-25 19:43:14,319] '/u/ChoppedRamen' has given '/u/DeeJordz' lambda! +[2020-07-25 19:43:16,907] /u/DeeJordz had their flair updated +[2020-07-25 19:43:53,882] There has been a new submission: 'Should You Promote Your Content?', with flair 'Discussion' +[2020-07-25 19:43:55,974] /u/anotherangleco had their flair updated +[2020-07-25 19:44:20,219] '/u/Nadia_Robot' has given '/u/clairebear713' lambda! +[2020-07-25 19:44:22,675] /u/clairebear713 had their flair updated +[2020-07-25 19:44:57,370] There has been a new submission: 'An animation of the song 'The Merchandisers' from the musical Chess', with flair 'Video Critique' +[2020-07-25 19:44:58,929] /u/-AATAnnouncer had their submission removed for insufficient lambda. +[2020-07-25 19:45:00,529] /u/-AATAnnouncer had their flair updated +[2020-07-25 19:45:52,905] '/u/Nadia_Robot' has given '/u/BetaBradTv' lambda! +[2020-07-25 19:45:55,326] /u/BetaBradTv had their flair updated +[2020-07-25 19:46:28,795] '/u/Nadia_Robot' has given '/u/cbcszoology' lambda! +[2020-07-25 19:46:31,213] /u/cbcszoology had their flair updated +[2020-07-25 19:47:06,266] '/u/ChoppedRamen' has given '/u/BetaBradTv' lambda! +[2020-07-25 19:47:08,530] /u/BetaBradTv had their flair updated +[2020-07-25 19:52:10,147] There has been a new submission: 'If you like wholesome gaming content that is uploaded 3 times a week then sub! Only got 18 and would love to get 100!', with flair 'Gaming' +[2020-07-25 19:52:11,604] /u/fireballwyvern had their submission removed for insufficient lambda. +[2020-07-25 19:52:13,862] /u/fireballwyvern had their flair updated +[2020-07-25 19:53:15,986] '/u/ChoppedRamen' has given '/u/Ernesto121x' lambda! +[2020-07-25 19:53:18,053] /u/Ernesto121x had their flair updated +[2020-07-25 19:53:53,033] There has been a new submission: 'Nagin Dance Remake', with flair 'Video Critique' +[2020-07-25 19:53:54,323] /u/VEDAHtheDJ had their submission removed for insufficient lambda. +[2020-07-25 19:53:56,167] /u/VEDAHtheDJ had their flair updated +[2020-07-25 19:55:32,970] There has been a new submission: 'Took hours of editing, would love feedback.', with flair 'Video Critique' +[2020-07-25 19:55:34,320] /u/Maepng had their submission removed for insufficient lambda. +[2020-07-25 19:55:35,922] /u/Maepng had their flair updated +[2020-07-25 20:04:04,612] '/u/tomasrow' has given '/u/emilyychu' lambda! +[2020-07-25 20:04:07,392] /u/emilyychu had their flair updated +[2020-07-25 20:05:52,192] There has been a new submission: 'Two Girls One Cup REACTION (DONT WATCH) please let me know what you think! Good or bad I want opinions!', with flair 'Video Critique' +[2020-07-25 20:05:53,461] /u/AllTheWayChannel had their submission removed for insufficient lambda. +[2020-07-25 20:05:54,901] /u/AllTheWayChannel had their flair updated +[2020-07-25 20:07:42,304] '/u/tomasrow' has given '/u/Fangore' lambda! +[2020-07-25 20:07:43,437] /u/Fangore had their flair updated +[2020-07-25 20:09:48,294] There has been a new submission: 'Took me a full week to edit this together but had a lot of fun doing so. Will give lambda to criticisms. Also would like comments on thumbnail', with flair 'Video Critique' +[2020-07-25 20:09:49,898] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 20:09:49,935] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 20:09:50,717] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HOR7TFdRNlM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 20:09:51,128] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 20:09:52,440] /u/ECXL had their flair updated +[2020-07-25 20:16:40,859] There has been a new submission: 'First real video', with flair 'Vlog' +[2020-07-25 20:16:42,085] /u/stripviewcrew had their submission removed for insufficient lambda. +[2020-07-25 20:16:43,516] /u/stripviewcrew had their flair updated +[2020-07-25 20:17:49,380] There has been a new submission: 'Cat Mario', with flair 'Channel Review' +[2020-07-25 20:17:51,716] /u/taylo2 had their flair updated +[2020-07-25 20:21:25,822] '/u/ECXL' has given '/u/FlightoftheMelons' lambda! +[2020-07-25 20:21:28,150] /u/FlightoftheMelons had their flair updated +[2020-07-25 20:26:05,362] '/u/ur42ndwrostnightmare' has given '/u/Fangore' lambda! +[2020-07-25 20:26:07,247] /u/Fangore had their flair updated +[2020-07-25 20:26:32,416] There has been a new submission: 'Somebody give me ur honest opinion of the state of the channel currently', with flair 'Channel Review' +[2020-07-25 20:26:33,682] /u/sojournerR2 had their submission removed for insufficient lambda. +[2020-07-25 20:26:35,443] /u/sojournerR2 had their flair updated +[2020-07-25 20:28:07,541] '/u/Gingerfab' has given '/u/Fangore' lambda! +[2020-07-25 20:28:09,625] /u/Fangore had their flair updated +[2020-07-25 20:29:34,388] +#################### +[Jul 25 2020 20:29:34] RESTARTED +#################### + +[2020-07-25 20:36:01,792] Starting every day program... +[2020-07-25 20:36:01,793] Updating database statistics... +[2020-07-25 20:36:06,097] Posting and updating wiki... +[2020-07-25 20:36:26,384] Formatting leaderboard... +[2020-07-25 20:36:27,411] Updating sidebar... +[2020-07-25 20:36:27,861] Updated in new reddit... +[2020-07-25 20:36:29,709] Updated in old reddit... +[2020-07-25 20:36:29,709] Completed. +[2020-07-25 21:09:00,369] There has been a new submission: 'Staring my channel and need criticism. I do restorations, automotive work and welding builds. I am a jack of all trades. I’d like a better understanding of what’s lacking in my content. Here’s my latest vid. Please help on where to improve and I’ll get it done.', with flair 'Channel Review' +[2020-07-25 21:09:01,639] /u/Mytholaran had their submission removed for insufficient lambda. +[2020-07-25 21:09:02,252] /u/Mytholaran had their flair updated +[2020-07-25 21:09:15,066] There has been a new submission: 'The best low carb foods list', with flair 'Channel Review' +[2020-07-25 21:09:16,092] /u/dannygose had their submission removed for insufficient lambda. +[2020-07-25 21:09:16,670] /u/dannygose had their flair updated +[2020-07-25 21:11:43,841] '/u/Asleepexe' has given '/u/Jaden_17O' lambda! +[2020-07-25 21:11:46,420] /u/Jaden_17O had their flair updated +[2020-07-25 21:12:19,979] '/u/Asleepexe' has given '/u/emilyychu' lambda! +[2020-07-25 21:12:22,606] /u/emilyychu had their flair updated +[2020-07-25 21:14:22,480] '/u/legendofyenzo' has given '/u/Rafi_Rabbit' lambda! +[2020-07-25 21:14:25,061] /u/Rafi_Rabbit had their flair updated +[2020-07-25 21:14:59,235] '/u/legendofyenzo' has given '/u/tripleneon' lambda! +[2020-07-25 21:15:01,637] /u/tripleneon had their flair updated +[2020-07-25 21:15:21,813] /u/tomasrow had their flair updated +[2020-07-25 21:15:54,694] '/u/legendofyenzo' has given '/u/throwawayvhs' lambda! +[2020-07-25 21:15:56,992] /u/throwawayvhs had their flair updated +[2020-07-25 21:16:29,662] '/u/ECXL' has given '/u/Ernesto121x' lambda! +[2020-07-25 21:16:32,043] /u/Ernesto121x had their flair updated +[2020-07-25 21:18:01,258] '/u/taylo2' has given '/u/Ernesto121x' lambda! +[2020-07-25 21:18:03,551] /u/Ernesto121x had their flair updated +[2020-07-25 21:19:33,866] There has been a new submission: 'CALL OF DUTY MODERN WARFARE Gameplay Walkthrough Campaign FULL GAME [4K ...', with flair 'Gaming' +[2020-07-25 21:19:34,687] /u/Stolenshine had their submission removed for insufficient lambda. +[2020-07-25 21:19:35,220] /u/Stolenshine had their flair updated +[2020-07-25 21:19:51,539] There has been a new submission: 'Hi guys, I got roasted by reddit for your viewing pleasure! hopefully gets a giggle out of you!', with flair 'Video Critique' +[2020-07-25 21:19:52,271] /u/Jayziminal had their submission removed for insufficient lambda. +[2020-07-25 21:19:52,767] /u/Jayziminal had their flair updated +[2020-07-25 21:20:08,043] There has been a new submission: 'After 4 years, today I launched my youtube channel and my second gameplay video. Hope you guys like it. ALL FEEDBACK ARE WELCOMED.', with flair 'Gaming' +[2020-07-25 21:20:09,971] /u/saravanakumar17 had their submission removed for insufficient lambda. +[2020-07-25 21:20:12,465] /u/saravanakumar17 had their flair updated +[2020-07-25 21:20:32,298] There has been a new submission: 'pls review my channel. I've been uploading for about a month now and could use some good advise to help me grow. Ill be sure to give !lambda', with flair 'Channel Review' +[2020-07-25 21:20:36,145] /u/nillawafer1227 had their flair updated +[2020-07-25 21:20:55,577] There has been a new submission: 'I play Cuphead for my first ever solo game commentary! I would greatly appreciate feedback and I hope you enjoy!', with flair 'Gaming' +[2020-07-25 21:20:56,523] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 21:20:56,562] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 21:20:57,751] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MzpgmCfNe4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:20:58,200] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM8XorN7ytMucaD6PEhLsDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:21:01,725] /u/Rafi_Rabbit had their flair updated +[2020-07-25 21:24:57,150] There has been a new submission: 'New youtuber here. I started about a month ago on a channel that had 2k subs already. Lambda for sincere feedback.', with flair 'Video Critique' +[2020-07-25 21:24:59,776] /u/Ernesto121x had their flair updated +[2020-07-25 21:25:12,645] There has been a new submission: '"Bedwars | Failing to silverfish" Wasn't my best work but giving lamba to people who help C:', with flair 'Video Critique' +[2020-07-25 21:25:12,916] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 21:25:12,917] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 21:25:13,060] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8E8ibZECicw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:25:13,173] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClKzAqsHTwW8sTNA2z__nqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:25:15,081] /u/unidx had their flair updated +[2020-07-25 21:31:06,009] '/u/ECXL' has given '/u/brodude__' lambda! +[2020-07-25 21:31:08,916] /u/brodude__ had their flair updated +[2020-07-25 21:32:47,281] There has been a new submission: 'hello idk if anyone in this subreddit is interested in this topic lol but just posted a swimwear haul! would really appreciate feedback on the thumbnail/title/editing and ofc will give lambda!!', with flair 'Video Critique' +[2020-07-25 21:32:48,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 21:32:48,386] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 21:32:49,451] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QrhkxZIj95I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:32:49,864] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY-pRTUWxcUGB__zsnQoB4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 21:32:52,943] /u/emilyychu had their flair updated +[2020-07-25 21:34:07,084] There has been a new submission: 'I Need Help with a certain type of content for my channel', with flair 'Discussion' +[2020-07-25 21:34:10,038] /u/Rubenazo1999 had their flair updated +[2020-07-25 21:35:04,710] There has been a new submission: 'Hi, decided to do something new on my channel and wanted some critique's on it. Thanks!', with flair 'Video Critique' +[2020-07-25 21:35:07,038] /u/Chase_A2000 had their submission removed for insufficient lambda. +[2020-07-25 21:35:08,636] /u/Chase_A2000 had their flair updated +[2020-07-25 21:36:41,634] '/u/Rafi_Rabbit' has given '/u/Ernesto121x' lambda! +[2020-07-25 21:36:43,923] /u/Ernesto121x had their flair updated +[2020-07-25 21:42:23,750] There has been a new submission: 'I am a small sports YT channel and would appreciate and advice or criticism. ImI'm aware it’s not the highest quality but I’m working on that', with flair 'Video Critique' +[2020-07-25 21:42:25,473] /u/redsfan3306 had their submission removed for insufficient lambda. +[2020-07-25 21:42:27,607] /u/redsfan3306 had their flair updated +[2020-07-25 21:46:16,051] There has been a new submission: 'A TOUR 🇺🇸 Islands of Adventure, Universal', with flair 'Vlog' +[2020-07-25 21:46:18,186] /u/Discovering94 had their submission removed for insufficient lambda. +[2020-07-25 21:46:19,665] /u/Discovering94 had their flair updated +[2020-07-25 21:49:28,840] There has been a new submission: 'Genuinely the worst film I have ever seen (Fast and Furriest)', with flair 'Video Critique' +[2020-07-25 21:49:29,578] /u/void_95 had their submission removed for insufficient lambda. +[2020-07-25 21:49:30,192] /u/void_95 had their flair updated +[2020-07-25 21:51:51,381] '/u/DarthGaff' has given '/u/gwell66' lambda! +[2020-07-25 21:51:53,797] /u/gwell66 had their flair updated +[2020-07-25 21:54:47,127] There has been a new submission: 'Friend made a trailer for a creative world they've been working on for the past 5 years, check it out!', with flair 'Gaming' +[2020-07-25 21:54:48,557] /u/_3hree had their submission removed for insufficient lambda. +[2020-07-25 21:54:50,324] /u/_3hree had their flair updated +[2020-07-25 22:02:49,366] There has been a new submission: 'check out my new video 3 Most Attracted Mehndi designs 2020 hope you all gonna like it thanks 😊 for supporting me 😊', with flair 'Art' +[2020-07-25 22:02:50,917] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-25 22:02:53,002] /u/Iqra-Entertainment had their flair updated +[2020-07-25 22:15:33,403] There has been a new submission: 'Ranking EVERY LIVE EVENT In Fortnite: Battle Royale', with flair 'Gaming' +[2020-07-25 22:15:34,758] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-07-25 22:15:36,446] /u/SlurpyDerpyMC_YT had their flair updated +[2020-07-25 22:17:22,518] There has been a new submission: '180 + videos on my YT channel but still 160 subs, is it normal ?', with flair 'Discussion' +[2020-07-25 22:17:24,525] /u/Fineset had their flair updated +[2020-07-25 22:21:14,858] There has been a new submission: 'Kanye West Nooo', with flair 'Art' +[2020-07-25 22:21:16,847] /u/lolbigchungus had their submission removed for insufficient lambda. +[2020-07-25 22:21:19,111] /u/lolbigchungus had their flair updated +[2020-07-25 22:21:31,391] There has been a new submission: 'Have you tried Persian meatball? 😋', with flair 'Channel Review' +[2020-07-25 22:21:34,054] /u/Live-Passenger had their submission removed for insufficient lambda. +[2020-07-25 22:21:36,214] /u/Live-Passenger had their flair updated +[2020-07-25 22:23:26,025] There has been a new submission: 'Getting views and small subs, wonder what I can improve in most of my videos. Here’s an example. Help me out peeps!', with flair 'Video Critique' +[2020-07-25 22:23:27,428] /u/OllieJ-Games had their submission removed for insufficient lambda. +[2020-07-25 22:23:29,434] /u/OllieJ-Games had their flair updated +[2020-07-25 22:29:23,930] +#################### +[Jul 25 2020 22:29:23] RESTARTED +#################### + +[2020-07-25 22:39:38,435] +#################### +[Jul 25 2020 22:39:38] RESTARTED +#################### + +[2020-07-25 22:59:31,483] '/u/Gingerfab' has given '/u/SammyandJohnNYC' lambda! +[2020-07-25 22:59:33,573] /u/SammyandJohnNYC had their flair updated +[2020-07-25 23:00:06,559] '/u/DelogueAcoustic' has given '/u/easyleezy' lambda! +[2020-07-25 23:00:09,753] /u/easyleezy had their flair updated +[2020-07-25 23:00:58,045] '/u/DelogueAcoustic' has given '/u/emilyychu' lambda! +[2020-07-25 23:01:00,540] /u/emilyychu had their flair updated +[2020-07-25 23:01:20,328] '/u/emilyychu' has given '/u/after_hours_chef' lambda! +[2020-07-25 23:01:22,909] /u/after_hours_chef had their flair updated +[2020-07-25 23:22:33,105] There has been a new submission: 'Kanye West Nooo', with flair 'Art' +[2020-07-25 23:22:36,064] /u/Cenanden had their submission removed for insufficient lambda. +[2020-07-25 23:22:38,861] /u/Cenanden had their flair updated +[2020-07-25 23:22:56,481] There has been a new submission: 'Hi Good People', with flair 'Channel Review' +[2020-07-25 23:22:57,913] /u/DTell0 had their submission removed for insufficient lambda. +[2020-07-25 23:22:59,752] /u/DTell0 had their flair updated +[2020-07-25 23:23:17,897] There has been a new submission: 'how do you guys increase ctr??', with flair 'Discussion' +[2020-07-25 23:23:21,257] /u/emilyychu had their flair updated +[2020-07-25 23:23:38,220] There has been a new submission: 'When Twitch Streamers Talk About Donations', with flair 'Video Critique' +[2020-07-25 23:23:39,861] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-25 23:23:39,899] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-25 23:23:40,967] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hMD0z7Mzk4I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 23:23:41,375] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV6RTgPqsx3p8PKc05IjGwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-25 23:23:44,325] /u/bittybirtybunny had their flair updated +[2020-07-25 23:24:03,750] There has been a new submission: 'Really looking for help and tips to better learn editing and viewer retention.', with flair 'Video Critique' +[2020-07-25 23:24:05,059] /u/alxm3ow had their submission removed for insufficient lambda. +[2020-07-25 23:24:06,734] /u/alxm3ow had their flair updated +[2020-07-25 23:24:29,781] '/u/DelogueAcoustic' has given '/u/SammyandJohnNYC' lambda! +[2020-07-25 23:24:32,206] /u/SammyandJohnNYC had their flair updated +[2020-07-25 23:24:53,454] /u/emilyychu had their flair updated +[2020-07-25 23:25:12,469] '/u/ChoppedRamen' has given '/u/brodude__' lambda! +[2020-07-25 23:25:13,861] /u/brodude__ had their flair updated +[2020-07-25 23:31:06,777] '/u/unidx' has given '/u/brodude__' lambda! +[2020-07-25 23:31:09,605] /u/brodude__ had their flair updated +[2020-07-25 23:33:50,428] '/u/emilyychu' has given '/u/SammyandJohnNYC' lambda! +[2020-07-25 23:33:52,931] /u/SammyandJohnNYC had their flair updated +[2020-07-25 23:36:32,205] '/u/GamerGeekGx' has given '/u/Ernesto121x' lambda! +[2020-07-25 23:36:34,418] /u/Ernesto121x had their flair updated +[2020-07-25 23:42:21,149] There has been a new submission: 'I would love some advice on what I can improve on to help get more views on my videos!! If anyone could take a look at either this video or any other video on my channel, I just want to know what I could be doing better!!', with flair 'Video Critique' +[2020-07-25 23:42:22,626] /u/ayy_jj had their submission removed for insufficient lambda. +[2020-07-25 23:42:24,549] /u/ayy_jj had their flair updated +[2020-07-25 23:42:42,923] There has been a new submission: 'modern warfare funny moments, any feedback would be class, cheers :)', with flair 'Gaming' +[2020-07-25 23:42:45,381] /u/lmell11 had their submission removed for insufficient lambda. +[2020-07-25 23:42:47,264] /u/lmell11 had their flair updated +[2020-07-25 23:43:06,405] There has been a new submission: 'GTA MINECRAFT EDITION - OFFICIAL FAKE TRAILER', with flair 'Gaming' +[2020-07-25 23:43:07,922] /u/ThePotatoLegend27 had their submission removed for insufficient lambda. +[2020-07-25 23:43:09,772] /u/ThePotatoLegend27 had their flair updated +[2020-07-25 23:43:28,308] There has been a new submission: 'My first iPad unboxing video positive constructive criticismis welcomed!', with flair 'Video Critique' +[2020-07-25 23:43:29,704] /u/T_TechReviews had their submission removed for insufficient lambda. +[2020-07-25 23:43:31,543] /u/T_TechReviews had their flair updated +[2020-07-25 23:43:50,229] There has been a new submission: 'Ty Knight - Flock ( official video)', with flair 'Video Critique' +[2020-07-25 23:43:51,743] /u/thecgnetwork had their submission removed for insufficient lambda. +[2020-07-25 23:43:53,714] /u/thecgnetwork had their flair updated +[2020-07-25 23:44:12,437] There has been a new submission: 'Length of first video?', with flair 'Discussion' +[2020-07-25 23:44:14,448] /u/justbr0wsing123 had their flair updated +[2020-07-25 23:44:33,338] There has been a new submission: '"paradise" in city skylines', with flair 'Gaming' +[2020-07-25 23:44:34,567] /u/Abdiulue had their submission removed for insufficient lambda. +[2020-07-25 23:44:36,167] /u/Abdiulue had their flair updated +[2020-07-25 23:44:54,241] There has been a new submission: 'nba youngboy', with flair 'Video Critique' +[2020-07-25 23:44:55,348] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-07-25 23:44:56,902] /u/bpbeatzz had their flair updated +[2020-07-25 23:49:05,546] '/u/Nadia_Robot' has given '/u/justyearn' lambda! +[2020-07-25 23:49:06,975] /u/justyearn had their flair updated +[2020-07-25 23:50:24,227] '/u/Ernesto121x' has given '/u/after_hours_chef' lambda! +[2020-07-25 23:50:27,345] /u/after_hours_chef had their flair updated +[2020-07-25 23:52:33,553] There has been a new submission: 'the best moving video on youtube (promo)', with flair 'Vlog' +[2020-07-25 23:52:34,949] /u/okvd had their submission removed for insufficient lambda. +[2020-07-25 23:52:36,962] /u/okvd had their flair updated +[2020-07-25 23:55:21,671] There has been a new submission: 'How tо Open а Beеr Bottlе withоut a Bottlе Opеner !', with flair 'Video Critique' +[2020-07-25 23:55:22,888] /u/LetMaller had their submission removed for insufficient lambda. +[2020-07-25 23:55:24,512] /u/LetMaller had their flair updated +[2020-07-26 00:07:14,917] There has been a new submission: ''MIDNIGHT TOYKO' - Fortnite Montage (4K) | My Most Highly EditedVideo', with flair 'Gaming' +[2020-07-26 00:07:15,959] /u/dandychris2 had their submission removed for insufficient lambda. +[2020-07-26 00:07:17,175] /u/dandychris2 had their flair updated +[2020-07-26 00:13:12,733] There has been a new submission: 'Thinking about running this as an ad on YouTube. Thoughts? Should I?', with flair 'Video Critique' +[2020-07-26 00:13:14,579] /u/IdiotPizzaGames had their submission removed for insufficient lambda. +[2020-07-26 00:13:17,281] /u/IdiotPizzaGames had their flair updated +[2020-07-26 00:23:35,441] '/u/Ernesto121x' has given '/u/JessieH_24' lambda! +[2020-07-26 00:23:37,422] /u/JessieH_24 had their flair updated +[2020-07-26 00:24:15,399] '/u/silkysmooth07' has given '/u/tripleneon' lambda! +[2020-07-26 00:24:17,864] /u/tripleneon had their flair updated +[2020-07-26 00:25:05,458] There has been a new submission: 'Investing & Stocks for Beginners and Beyond : Please Help me Improve!', with flair 'Video Critique' +[2020-07-26 00:25:06,763] /u/japantrepreneur had their submission removed for insufficient lambda. +[2020-07-26 00:25:08,606] /u/japantrepreneur had their flair updated +[2020-07-26 00:26:21,778] '/u/Rafi_Rabbit' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-26 00:26:24,488] /u/BeatsandPiecesYT had their flair updated +[2020-07-26 00:28:08,356] '/u/tomasrow' has given '/u/justyearn' lambda! +[2020-07-26 00:28:10,530] /u/justyearn had their flair updated +[2020-07-26 00:29:19,609] '/u/Rafi_Rabbit' has given '/u/GhrimeTF2' lambda! +[2020-07-26 00:29:21,741] /u/GhrimeTF2 had their flair updated +[2020-07-26 00:33:17,124] There has been a new submission: 'Why do my videos get progressively worse and worse stats?', with flair 'Discussion' +[2020-07-26 00:33:19,226] /u/KeekrzOnYT had their flair updated +[2020-07-26 00:33:59,057] '/u/Rafi_Rabbit' has given '/u/JessieH_24' lambda! +[2020-07-26 00:34:00,795] /u/JessieH_24 had their flair updated +[2020-07-26 00:34:51,594] '/u/thecounselor6' has given '/u/jayrosa12' lambda! +[2020-07-26 00:34:53,344] /u/jayrosa12 had their flair updated +[2020-07-26 00:39:37,207] +#################### +[Jul 26 2020 00:39:37] RESTARTED +#################### + +[2020-07-26 01:10:54,634] There has been a new submission: 'Improving Comment Response Rates - How do I form a question in a way that makes people want to respond?', with flair 'Discussion' +[2020-07-26 01:10:57,218] /u/japantrepreneur had their flair updated +[2020-07-26 01:11:21,042] '/u/Platoniko' has given '/u/UnwashedHands' lambda! +[2020-07-26 01:11:23,903] /u/UnwashedHands had their flair updated +[2020-07-26 01:11:44,571] '/u/IWI-Team' has given '/u/KungYT' lambda! +[2020-07-26 01:11:47,284] /u/KungYT had their flair updated +[2020-07-26 01:12:08,390] '/u/IWI-Team' has given '/u/yobo723' lambda! +[2020-07-26 01:12:11,124] /u/yobo723 had their flair updated +[2020-07-26 01:12:31,565] '/u/IWI-Team' has given '/u/BetaBradTv' lambda! +[2020-07-26 01:12:34,032] /u/BetaBradTv had their flair updated +[2020-07-26 01:15:56,166] '/u/emilyychu' has given '/u/superwatt123' lambda! +[2020-07-26 01:15:58,310] /u/superwatt123 had their flair updated +[2020-07-26 01:16:42,621] There has been a new submission: 'Made this video, I am a beginner but enjoyed the process.If you want to talk with someone I am available', with flair 'Video Critique' +[2020-07-26 01:16:44,138] /u/Ahmad4hat had their submission removed for insufficient lambda. +[2020-07-26 01:16:45,536] /u/Ahmad4hat had their flair updated +[2020-07-26 01:20:00,281] There has been a new submission: 'A guy I met just started a channel. He doesn't reddit so I figured I'd post his vid. Lambda for your troubles!', with flair 'Video Critique' +[2020-07-26 01:20:02,484] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 01:20:02,487] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 01:20:04,199] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l9fDjc01TzU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 01:20:04,610] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCv5YwEYMh2M3y9_wOWy6uaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 01:20:08,498] /u/YoloPudding had their flair updated +[2020-07-26 01:22:38,631] '/u/Gingerfab' has given '/u/DelogueAcoustic' lambda! +[2020-07-26 01:22:40,764] /u/DelogueAcoustic had their flair updated +[2020-07-26 01:22:55,941] There has been a new submission: 'Ranking All Paper Mario Games from Worst to Best including Origami King. All feedback is appreciated!', with flair 'Video Critique' +[2020-07-26 01:22:56,673] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 01:22:56,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 01:22:57,454] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2UuezZVC9GA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 01:22:57,783] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV3k6E9YoUz8cGuyfSiRmLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 01:23:00,578] /u/BetaBradTv had their flair updated +[2020-07-26 01:23:39,827] '/u/nillawafer1227' has given '/u/Model_M0CH4' lambda! +[2020-07-26 01:23:42,451] /u/Model_M0CH4 had their flair updated +[2020-07-26 01:25:05,751] There has been a new submission: 'A moment that made me feel that the effort is worth it', with flair 'Meta' +[2020-07-26 01:25:08,451] /u/SomaSpice had their flair updated +[2020-07-26 01:25:43,180] '/u/nillawafer1227' has given '/u/silkysmooth07' lambda! +[2020-07-26 01:25:45,479] /u/silkysmooth07 had their flair updated +[2020-07-26 01:26:43,811] '/u/nillawafer1227' has given '/u/JessieH_24' lambda! +[2020-07-26 01:26:46,064] /u/JessieH_24 had their flair updated +[2020-07-26 01:42:58,265] There has been a new submission: 'THIS P90 IS THE BEST SMG IN WARZONE!!', with flair 'Gaming' +[2020-07-26 01:42:59,744] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-07-26 01:43:01,837] /u/Curlyiix had their flair updated +[2020-07-26 01:46:19,784] '/u/BlueBarossa' has given '/u/thecounselor6' lambda! +[2020-07-26 01:46:24,052] /u/thecounselor6 had their flair updated +[2020-07-26 01:47:36,083] There has been a new submission: 'OfflineTV Subcount race, took a whole day to take data :)', with flair 'Video Critique' +[2020-07-26 01:47:37,023] /u/aqxuire had their submission removed for insufficient lambda. +[2020-07-26 01:47:38,131] /u/aqxuire had their flair updated +[2020-07-26 01:49:15,864] '/u/BlueBarossa' has given '/u/Model_M0CH4' lambda! +[2020-07-26 01:49:18,156] /u/Model_M0CH4 had their flair updated +[2020-07-26 01:55:06,818] There has been a new submission: 'New Minecraft YouTuber', with flair 'Channel Review' +[2020-07-26 01:55:08,605] /u/ItzRusty had their submission removed for insufficient lambda. +[2020-07-26 01:55:10,287] /u/ItzRusty had their flair updated +[2020-07-26 02:16:15,598] '/u/unidx' has given '/u/JessieH_24' lambda! +[2020-07-26 02:16:16,998] /u/JessieH_24 had their flair updated +[2020-07-26 02:16:44,020] '/u/unidx' has given '/u/superwatt123' lambda! +[2020-07-26 02:16:45,350] /u/superwatt123 had their flair updated +[2020-07-26 02:17:08,883] '/u/taylo2' has given '/u/PottasWorld' lambda! +[2020-07-26 02:17:10,188] /u/PottasWorld had their flair updated +[2020-07-26 02:17:36,689] '/u/unidx' has given '/u/GhrimeTF2' lambda! +[2020-07-26 02:17:37,820] /u/GhrimeTF2 had their flair updated +[2020-07-26 02:31:40,313] There has been a new submission: 'My new video, I think this is my best yet but I could use some tips. Be gentle D:', with flair 'Gaming' +[2020-07-26 02:31:42,302] /u/alxm3ow had their submission removed for insufficient lambda. +[2020-07-26 02:31:44,470] /u/alxm3ow had their flair updated +[2020-07-26 02:33:51,984] '/u/bittybirtybunny' has given '/u/superwatt123' lambda! +[2020-07-26 02:33:53,871] /u/superwatt123 had their flair updated +[2020-07-26 02:39:15,682] +#################### +[Jul 26 2020 02:39:15] RESTARTED +#################### + +[2020-07-26 02:58:36,719] '/u/Palymius' has given '/u/Model_M0CH4' lambda! +[2020-07-26 02:58:38,817] /u/Model_M0CH4 had their flair updated +[2020-07-26 02:58:59,497] '/u/unidx' has given '/u/Ernesto121x' lambda! +[2020-07-26 02:59:01,581] /u/Ernesto121x had their flair updated +[2020-07-26 03:00:02,140] There has been a new submission: 'This montage took over 50+ hours, can you guys sacrifice a few minutes to watch this and tell me what to improve on? (Giving lambda)', with flair 'Video Critique' +[2020-07-26 03:00:03,825] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 03:00:03,865] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 03:00:05,102] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s85ic_quark&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 03:00:05,479] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-BdxXTFj1ZOoKJUEQBM8mQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 03:00:05,587] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-26 03:00:07,909] /u/KungYT had their flair updated +[2020-07-26 03:01:47,915] There has been a new submission: 'New youtuber here. I started about a month ago on a channel that had 2k subs already. Lambda for sincere feedback.', with flair 'Video Critique' +[2020-07-26 03:01:48,942] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 03:01:48,979] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 03:01:49,963] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VDix6iyt79s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 03:01:50,451] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-26 03:01:52,171] /u/Ernesto121x had their flair updated +[2020-07-26 03:02:32,190] '/u/ChoppedRamen' has given '/u/gwell66' lambda! +[2020-07-26 03:02:34,899] /u/gwell66 had their flair updated +[2020-07-26 03:06:19,850] '/u/BlueBarossa' has given '/u/gwell66' lambda! +[2020-07-26 03:06:22,148] /u/gwell66 had their flair updated +[2020-07-26 03:07:38,725] '/u/YoloPudding' has given '/u/ItzRusty' lambda! +[2020-07-26 03:07:40,281] /u/ItzRusty had their flair updated +[2020-07-26 03:10:57,931] There has been a new submission: 'Playing The "Best" Browser Game Ft. WrenchTheTool', with flair 'Gaming' +[2020-07-26 03:11:04,244] /u/EgoOnLegs had their submission removed for insufficient lambda. +[2020-07-26 03:11:06,460] /u/EgoOnLegs had their flair updated +[2020-07-26 03:16:35,582] There has been a new submission: 'One of my proudest videos, took a long time to edit, please give me some feedbacks', with flair 'Gaming' +[2020-07-26 03:16:36,730] /u/PoaetceThe2nd had their submission removed for insufficient lambda. +[2020-07-26 03:16:38,043] /u/PoaetceThe2nd had their flair updated +[2020-07-26 03:18:35,263] '/u/Rafi_Rabbit' has given '/u/cbcszoology' lambda! +[2020-07-26 03:18:37,435] /u/cbcszoology had their flair updated +[2020-07-26 03:21:40,341] There has been a new submission: 'If Akinator FINDS OUT What's On My MIND Then This Video Will End! | Game Challenge (Akinator 2020)', with flair 'Gaming' +[2020-07-26 03:21:41,764] /u/onail had their submission removed for insufficient lambda. +[2020-07-26 03:21:43,924] /u/onail had their flair updated +[2020-07-26 03:26:27,084] There has been a new submission: 'Depression An Unforgettable Journey To Say Good Bye', with flair 'Channel Review' +[2020-07-26 03:26:28,359] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 03:26:28,361] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 03:26:29,585] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nn7H64EQcEM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 03:26:30,036] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-26 03:26:31,510] /u/cbcszoology had their flair updated +[2020-07-26 03:32:12,392] '/u/BetaBradTv' has given '/u/ItzRusty' lambda! +[2020-07-26 03:32:15,466] /u/ItzRusty had their flair updated +[2020-07-26 03:33:37,303] There has been a new submission: 'Good Morning. New video from smallYTChannel Menzo Dee. Hope to find new subs here.', with flair 'Gaming' +[2020-07-26 03:33:38,740] /u/MenzerD had their submission removed for insufficient lambda. +[2020-07-26 03:33:40,676] /u/MenzerD had their flair updated +[2020-07-26 03:38:18,555] There has been a new submission: 'What's Poppin? - Channel Trailer (R6 Siege Montage)', with flair 'Video Critique' +[2020-07-26 03:38:19,480] /u/XenixHD had their submission removed for insufficient lambda. +[2020-07-26 03:38:20,459] /u/XenixHD had their flair updated +[2020-07-26 03:48:39,580] There has been a new submission: 'instrument', with flair 'Video Critique' +[2020-07-26 03:48:40,420] /u/MarvisZeus had their submission removed for insufficient lambda. +[2020-07-26 03:48:41,288] /u/MarvisZeus had their flair updated +[2020-07-26 03:49:34,383] There has been a new submission: 'Hi! This video took around 10 hours to make and was lots of fun through the process. I am also giving lambda for constructive criticisms.', with flair 'Video Critique' +[2020-07-26 03:49:35,466] /u/brodude__ had their flair updated +[2020-07-26 03:50:56,308] There has been a new submission: 'Hi! This video took 10 hours to make and was lots of fun in the process. I am giving lambda for any constructive criticisms.', with flair 'Video Critique' +[2020-07-26 03:50:58,338] /u/brodude__ had their submission removed for insufficient lambda. +[2020-07-26 03:51:00,625] /u/brodude__ had their flair updated +[2020-07-26 04:05:28,368] There has been a new submission: 'I need help', with flair 'Discussion' +[2020-07-26 04:05:30,423] /u/Codware83 had their flair updated +[2020-07-26 04:17:34,855] '/u/KungYT' has given '/u/PoaetceThe2nd' lambda! +[2020-07-26 04:17:36,105] /u/PoaetceThe2nd had their flair updated +[2020-07-26 04:23:14,761] '/u/KungYT' has given '/u/KFCxLegends' lambda! +[2020-07-26 04:23:16,745] /u/KFCxLegends had their flair updated +[2020-07-26 04:23:32,150] '/u/KungYT' has given '/u/taylo2' lambda! +[2020-07-26 04:23:34,139] /u/taylo2 had their flair updated +[2020-07-26 04:32:14,483] There has been a new submission: 'Relaxation and Meditation Music Video - Paradise Island Maldives', with flair 'Video Critique' +[2020-07-26 04:32:16,364] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-26 04:32:18,720] /u/GabriellaTadros had their flair updated +[2020-07-26 04:39:13,421] +#################### +[Jul 26 2020 04:39:13] RESTARTED +#################### + +[2020-07-26 04:57:43,706] There has been a new submission: 'Youtube video just won't upload.', with flair 'Discussion' +[2020-07-26 04:57:46,010] /u/Narband had their flair updated +[2020-07-26 05:00:09,988] There has been a new submission: 'The LEGO MLG Kid 8: Kids in Xbox Live', with flair 'Gaming' +[2020-07-26 05:00:11,710] /u/YTBestOfBestStudio had their submission removed for insufficient lambda. +[2020-07-26 05:00:14,130] /u/YTBestOfBestStudio had their flair updated +[2020-07-26 05:23:20,759] There has been a new submission: 'This video of how I made my song Engineer. Any criticism welcome!', with flair 'Video Critique' +[2020-07-26 05:23:21,482] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 05:23:21,497] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 05:23:21,899] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=76TbUCF2Bf4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 05:23:22,120] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKwj0E33bLbsd-nW_KGGZOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 05:23:24,535] /u/superwatt123 had their flair updated +[2020-07-26 05:36:52,811] There has been a new submission: 'I Am Requesting Your Feedback | Lamba For Feedback', with flair 'Video Critique' +[2020-07-26 05:36:53,089] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 05:36:53,090] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 05:36:53,180] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jgBthskL-9s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 05:36:53,274] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5EeRKoSmOF_FmtKQH6YIYw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 05:36:53,419] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-26 05:36:54,476] /u/StealthyTanto had their flair updated +[2020-07-26 05:56:35,359] '/u/NiranjanaPN' has given '/u/SammyandJohnNYC' lambda! +[2020-07-26 05:56:36,795] /u/SammyandJohnNYC had their flair updated +[2020-07-26 05:56:54,180] There has been a new submission: 'The Jungle king', with flair 'Channel Review' +[2020-07-26 05:56:55,345] /u/unseennature had their submission removed for insufficient lambda. +[2020-07-26 05:56:56,747] /u/unseennature had their flair updated +[2020-07-26 05:59:05,942] There has been a new submission: 'Please give my doggo some love.', with flair 'Channel Review' +[2020-07-26 05:59:06,876] /u/kai_chi had their submission removed for insufficient lambda. +[2020-07-26 05:59:07,670] /u/kai_chi had their flair updated +[2020-07-26 05:59:31,893] '/u/NiranjanaPN' has given '/u/cbcszoology' lambda! +[2020-07-26 05:59:33,376] /u/cbcszoology had their flair updated +[2020-07-26 06:09:44,575] There has been a new submission: '10 KG Rail Vessels | Adukku Pathiram | New Model | The Theme Kitchen', with flair 'Art' +[2020-07-26 06:09:46,378] /u/thethemekitchen had their submission removed for insufficient lambda. +[2020-07-26 06:09:47,196] /u/thethemekitchen had their flair updated +[2020-07-26 06:10:02,391] There has been a new submission: 'How do I compensate for lack of voiceover on my Minecraft channel?', with flair 'Discussion' +[2020-07-26 06:10:05,295] /u/aragon_1399 had their flair updated +[2020-07-26 06:16:30,009] There has been a new submission: 'Im from indonesia well i try to speak english as i can maybe abit comment and checkout to see and rate me guys :) sorry for the bother :) hope you get entertaint', with flair 'Gaming' +[2020-07-26 06:16:31,206] /u/clotzyGuud had their submission removed for insufficient lambda. +[2020-07-26 06:16:32,639] /u/clotzyGuud had their flair updated +[2020-07-26 06:20:43,596] There has been a new submission: 'Been Vlogging from my phone lately any thoughts ? any would love feedback on content and story telling, thank you in advance', with flair 'Video Critique' +[2020-07-26 06:20:44,324] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 06:20:44,326] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 06:20:44,415] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_EVE7KjMbxE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 06:20:44,571] Encountered 403 Forbidden with reason "quotaExceeded" +[2020-07-26 06:20:46,557] /u/whereismael had their flair updated +[2020-07-26 06:27:01,102] There has been a new submission: 'Recs for more specific youtube subreddits?', with flair 'Discussion' +[2020-07-26 06:27:02,611] /u/mouse_irl had their flair updated +[2020-07-26 06:38:12,736] There has been a new submission: 'YoutubersInstagram LIVE please sub', with flair 'Channel Review' +[2020-07-26 06:38:13,912] /u/Vehicle-Born had their submission removed for insufficient lambda. +[2020-07-26 06:38:15,029] /u/Vehicle-Born had their flair updated +[2020-07-26 06:39:12,351] +#################### +[Jul 26 2020 06:39:12] RESTARTED +#################### + +[2020-07-26 06:56:28,376] There has been a new submission: '10KG Rail Vessels', with flair 'Art' +[2020-07-26 06:56:29,445] /u/thethemekitchen had their submission removed for insufficient lambda. +[2020-07-26 06:56:30,515] /u/thethemekitchen had their flair updated +[2020-07-26 06:56:50,328] '/u/unidx' has given '/u/sajidrahman08' lambda! +[2020-07-26 06:56:52,869] /u/sajidrahman08 had their flair updated +[2020-07-26 07:01:35,476] There has been a new submission: 'Rogue Company is the next CSGO??', with flair 'None' +[2020-07-26 07:01:37,334] /u/ICE__LK had their submission removed for insufficient lambda. +[2020-07-26 07:01:39,674] /u/ICE__LK had their flair updated +[2020-07-26 07:07:04,557] There has been a new submission: 'A small milestone', with flair 'Discussion' +[2020-07-26 07:07:06,025] /u/Xionik- had their flair updated +[2020-07-26 07:20:40,547] There has been a new submission: 'Animated short about the death of Socrates', with flair 'Video Critique' +[2020-07-26 07:20:41,210] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 07:20:41,232] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 07:20:41,601] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TyrVU00WKfY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 07:20:41,769] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC004HMaGy4HQIpYQ-HO9K5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 07:20:44,525] /u/LexPlex9000 had their flair updated +[2020-07-26 07:33:38,475] There has been a new submission: 'Hello all I'd really appreciate some feedback about my channel in general I'm not sure peeps are just being kind or genuine I hope genuine', with flair 'Video Critique' +[2020-07-26 07:33:39,949] /u/wolfsburg666 had their submission removed for insufficient lambda. +[2020-07-26 07:33:41,843] /u/wolfsburg666 had their flair updated +[2020-07-26 07:39:05,964] There has been a new submission: 'Why do people dislike videos.', with flair 'Discussion' +[2020-07-26 07:39:07,805] /u/eddiewest201 had their flair updated +[2020-07-26 07:45:21,789] There has been a new submission: 'Does anyone know why some small channels have success?', with flair 'Gaming' +[2020-07-26 07:45:23,429] /u/Lionotic had their submission removed for insufficient lambda. +[2020-07-26 07:45:25,029] /u/Lionotic had their flair updated +[2020-07-26 07:50:18,502] '/u/FynnKrauseFootballYT' has given '/u/Ernesto121x' lambda! +[2020-07-26 07:50:20,782] /u/Ernesto121x had their flair updated +[2020-07-26 07:52:48,982] There has been a new submission: 'Trying to hit 10 subs', with flair 'Gaming' +[2020-07-26 07:52:50,773] /u/specialpoiinterboi12 had their submission removed for insufficient lambda. +[2020-07-26 07:52:52,799] /u/specialpoiinterboi12 had their flair updated +[2020-07-26 07:53:39,987] There has been a new submission: 'Modern Warfare SnD Experience.EXE', with flair 'Gaming' +[2020-07-26 07:53:41,738] /u/Zaldeyy had their submission removed for insufficient lambda. +[2020-07-26 07:53:43,676] /u/Zaldeyy had their flair updated +[2020-07-26 08:02:33,581] '/u/emilyychu' has given '/u/mouse_irl' lambda! +[2020-07-26 08:02:35,769] /u/mouse_irl had their flair updated +[2020-07-26 08:05:15,582] '/u/ECXL' has given '/u/Xponents' lambda! +[2020-07-26 08:05:17,294] /u/Xponents had their flair updated +[2020-07-26 08:05:30,628] There has been a new submission: 'I need your feedback', with flair 'None' +[2020-07-26 08:05:31,953] /u/beppu125 had their submission removed for insufficient lambda. +[2020-07-26 08:05:33,587] /u/beppu125 had their flair updated +[2020-07-26 08:06:11,318] There has been a new submission: 'Our 3rd video on our new channel, feedback is much appreciated', with flair 'Video Critique' +[2020-07-26 08:06:12,685] /u/grumbyandbongo had their submission removed for insufficient lambda. +[2020-07-26 08:06:14,217] /u/grumbyandbongo had their flair updated +[2020-07-26 08:06:21,837] '/u/ECXL' has given '/u/wertys761' lambda! +[2020-07-26 08:06:23,360] /u/wertys761 had their flair updated +[2020-07-26 08:07:44,198] '/u/ECXL' has given '/u/SoggyWalnuts_' lambda! +[2020-07-26 08:07:45,443] /u/SoggyWalnuts_ had their flair updated +[2020-07-26 08:20:05,626] '/u/ECXL' has given '/u/PoaetceThe2nd' lambda! +[2020-07-26 08:20:07,969] /u/PoaetceThe2nd had their flair updated +[2020-07-26 08:20:15,493] '/u/ECXL' has given '/u/CopperPanMan' lambda! +[2020-07-26 08:20:17,808] /u/CopperPanMan had their flair updated +[2020-07-26 08:20:25,331] '/u/ECXL' has given '/u/Hungry_harrops' lambda! +[2020-07-26 08:20:27,631] /u/Hungry_harrops had their flair updated +[2020-07-26 08:20:35,376] '/u/ECXL' has given '/u/superwatt123' lambda! +[2020-07-26 08:20:37,698] /u/superwatt123 had their flair updated +[2020-07-26 08:20:46,457] '/u/ECXL' has given '/u/JessieH_24' lambda! +[2020-07-26 08:20:48,784] /u/JessieH_24 had their flair updated +[2020-07-26 08:20:56,239] '/u/ECXL' has given '/u/beppu125' lambda! +[2020-07-26 08:20:58,519] /u/beppu125 had their flair updated +[2020-07-26 08:21:04,954] There has been a new submission: 'reworking my channel to a quality one', with flair 'Channel Review' +[2020-07-26 08:21:06,837] /u/Rourucci had their submission removed for insufficient lambda. +[2020-07-26 08:21:09,096] /u/Rourucci had their flair updated +[2020-07-26 08:27:18,846] There has been a new submission: 'Tell me what you think?', with flair 'Vlog' +[2020-07-26 08:27:20,080] /u/KingOfBrampton had their submission removed for insufficient lambda. +[2020-07-26 08:27:22,132] /u/KingOfBrampton had their flair updated +[2020-07-26 08:27:43,401] '/u/LexPlex9000' has given '/u/beppu125' lambda! +[2020-07-26 08:27:45,982] /u/beppu125 had their flair updated +[2020-07-26 08:29:14,237] '/u/LexPlex9000' has given '/u/siddhant1991' lambda! +[2020-07-26 08:29:16,245] /u/siddhant1991 had their flair updated +[2020-07-26 08:37:05,810] There has been a new submission: 'A gun vlog...trying to find a more balanced groove of energy and normalcy.', with flair 'Video Critique' +[2020-07-26 08:37:06,055] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 08:37:06,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 08:37:06,187] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g6-wHEXNcfY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 08:37:06,290] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 08:37:08,042] /u/siddhant1991 had their flair updated +[2020-07-26 08:39:36,559] +#################### +[Jul 26 2020 08:39:36] RESTARTED +#################### + +[2020-07-26 09:12:15,106] '/u/ECXL' has given '/u/midnightjenga' lambda! +[2020-07-26 09:12:17,519] /u/midnightjenga had their flair updated +[2020-07-26 09:14:03,020] There has been a new submission: 'LeBron James greatest highlights (My insane reaction)', with flair 'Vlog' +[2020-07-26 09:14:04,534] /u/Kencute had their submission removed for insufficient lambda. +[2020-07-26 09:14:06,096] /u/Kencute had their flair updated +[2020-07-26 09:24:00,537] There has been a new submission: 'Disney Intros But Youtubers', with flair 'Video Critique' +[2020-07-26 09:24:01,969] /u/Cabsb had their submission removed for insufficient lambda. +[2020-07-26 09:24:03,973] /u/Cabsb had their flair updated +[2020-07-26 09:27:18,071] '/u/tomasrow' has given '/u/sajidrahman08' lambda! +[2020-07-26 09:27:20,536] /u/sajidrahman08 had their flair updated +[2020-07-26 09:28:20,232] '/u/tomasrow' has given '/u/gwell66' lambda! +[2020-07-26 09:28:22,407] /u/gwell66 had their flair updated +[2020-07-26 09:31:09,285] '/u/siddhant1991' has given '/u/SciFi_Pie' lambda! +[2020-07-26 09:31:12,192] /u/SciFi_Pie had their flair updated +[2020-07-26 09:38:06,183] There has been a new submission: 'I post the most insane gaming news of the week and best gaming deals so u can save money plus there's a bonus at end. Hope u like it. I wanted to start in 2013 but coz of anxiety ( I hate the sound of my voice) could not. But I finally have', with flair 'Channel Review' +[2020-07-26 09:38:07,108] /u/As_IfyouKnowMe had their submission removed for insufficient lambda. +[2020-07-26 09:38:08,117] /u/As_IfyouKnowMe had their flair updated +[2020-07-26 09:38:52,481] There has been a new submission: 'I post the most insane gaming news of the week and best gaming deals so u can save money plus there's a bonus at end. Hope u like it. I wanted to start in 2013 but coz of anxiety ( I hate the sound of my voice) could not. But I finally have', with flair 'Video Critique' +[2020-07-26 09:38:55,241] /u/As_IfyouKnowMe had their submission removed for insufficient lambda. +[2020-07-26 09:38:55,981] /u/As_IfyouKnowMe had their flair updated +[2020-07-26 10:00:57,617] There has been a new submission: 'Wanted to get some pointers on things I can can improve on, help will be appreciated.', with flair 'Channel Review' +[2020-07-26 10:00:59,172] /u/awesomo42069123 had their submission removed for insufficient lambda. +[2020-07-26 10:01:01,465] /u/awesomo42069123 had their flair updated +[2020-07-26 10:07:48,340] There has been a new submission: 'Covid19 Vaccine 💉 finally discovered', with flair 'Video Critique' +[2020-07-26 10:07:49,267] /u/Alanmonu11211211 had their submission removed for insufficient lambda. +[2020-07-26 10:07:50,410] /u/Alanmonu11211211 had their flair updated +[2020-07-26 10:13:59,058] There has been a new submission: 'Study Sports Journalism, A Career for those who Eat, Sleep & Breath Sports || A2R CBSE Education', with flair 'Video Critique' +[2020-07-26 10:14:00,397] /u/b_prabhusankar had their submission removed for insufficient lambda. +[2020-07-26 10:14:02,264] /u/b_prabhusankar had their flair updated +[2020-07-26 10:14:31,238] There has been a new submission: 'Opinions on my tutorial?!?', with flair 'Video Critique' +[2020-07-26 10:14:32,673] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 10:14:32,675] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 10:14:33,456] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YsARkszXkMk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 10:14:33,830] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCdxqfIz8JnXkQJBd9u5GcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 10:14:36,584] /u/stay_frsh had their flair updated +[2020-07-26 10:20:37,699] There has been a new submission: 'Opinions on my tutorial?!?', with flair 'None' +[2020-07-26 10:20:39,742] /u/stay_frsh had their submission removed for insufficient lambda. +[2020-07-26 10:20:42,009] /u/stay_frsh had their flair updated +[2020-07-26 10:29:27,536] There has been a new submission: 'Drone footages. Do you like them? Would you watch them? Does the bgm matter? (will give lambda)', with flair 'Discussion' +[2020-07-26 10:29:28,619] /u/DelogueAcoustic had their flair updated +[2020-07-26 10:39:12,650] +#################### +[Jul 26 2020 10:39:12] RESTARTED +#################### + +[2020-07-26 10:58:00,930] '/u/YoloPudding' has given '/u/mouse_irl' lambda! +[2020-07-26 10:58:03,222] /u/mouse_irl had their flair updated +[2020-07-26 10:58:20,525] '/u/YoloPudding' has given '/u/JessieH_24' lambda! +[2020-07-26 10:58:22,729] /u/JessieH_24 had their flair updated +[2020-07-26 10:58:41,084] /u/after_hours_chef had their flair updated +[2020-07-26 11:01:08,037] There has been a new submission: 'FreeGameFriday's - PANZER BALL - This is so tough!', with flair 'Gaming' +[2020-07-26 11:01:09,672] /u/Squiddygaming1 had their submission removed for insufficient lambda. +[2020-07-26 11:01:11,887] /u/Squiddygaming1 had their flair updated +[2020-07-26 11:06:03,711] There has been a new submission: 'Should I try and keep the videos shorter or until the story runs its course?', with flair 'Video Critique' +[2020-07-26 11:06:05,020] /u/DaRealjuff had their submission removed for insufficient lambda. +[2020-07-26 11:06:06,495] /u/DaRealjuff had their flair updated +[2020-07-26 11:15:03,212] There has been a new submission: 'Duke Nukem Advance on a 32 inch monitor... Mistakes were made.', with flair 'None' +[2020-07-26 11:15:05,749] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 11:15:05,787] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 11:15:06,853] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lZMHq2TRPig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 11:15:07,264] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8tDaD81ypiiAPvZDeI2kqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 11:15:09,931] /u/shifty327 had their flair updated +[2020-07-26 11:24:45,407] There has been a new submission: 'Funny animals😉👌🐱', with flair 'Video Critique' +[2020-07-26 11:24:47,831] /u/kotomaniabest had their submission removed for insufficient lambda. +[2020-07-26 11:24:50,743] /u/kotomaniabest had their flair updated +[2020-07-26 11:35:08,078] There has been a new submission: 'Get me to 75!!!', with flair 'Gaming' +[2020-07-26 11:35:09,310] /u/KingJoshofHyrule had their submission removed for insufficient lambda. +[2020-07-26 11:35:10,966] /u/KingJoshofHyrule had their flair updated +[2020-07-26 12:23:06,602] There has been a new submission: 'my anime girl', with flair 'Art' +[2020-07-26 12:23:08,455] /u/darkside231111 had their submission removed for insufficient lambda. +[2020-07-26 12:23:10,467] /u/darkside231111 had their flair updated +[2020-07-26 12:32:04,820] There has been a new submission: 'Why I gain no subscribers?', with flair 'Discussion' +[2020-07-26 12:32:07,536] /u/MrNoCopyright had their flair updated +[2020-07-26 12:34:08,683] There has been a new submission: 'Why Every team Needs A Lifeline | Apex Legends Lambda for all feedback', with flair 'Video Critique' +[2020-07-26 12:34:09,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 12:34:09,215] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 12:34:09,311] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jUmAsB9QVXQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 12:34:09,419] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 12:34:12,062] /u/MrMoo-Youtube had their flair updated +[2020-07-26 12:36:16,587] There has been a new submission: 'I don't have a good voice.I have good content planned out any suggestions on how to work this out', with flair 'Discussion' +[2020-07-26 12:36:18,447] /u/bmvsagar7 had their flair updated +[2020-07-26 12:37:25,032] There has been a new submission: 'It is better to give than to receive, that’s how I constantly grew my channel by supporting small YouTubers Like me. Please let me know when you need some support.', with flair 'Channel Review' +[2020-07-26 12:37:26,145] /u/TravelSoloQa had their submission removed for insufficient lambda. +[2020-07-26 12:37:27,430] /u/TravelSoloQa had their flair updated +[2020-07-26 12:39:13,030] +#################### +[Jul 26 2020 12:39:13] RESTARTED +#################### + +[2020-07-26 13:00:31,737] There has been a new submission: 'I'd like to have critique on this video and the overall concept, it's about me having a cartoon AI character being tested with gaming. I have other videos as well, but this is the first one to actually have the character on screen. Lambda for feedback!', with flair 'Video Critique' +[2020-07-26 13:00:34,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 13:00:34,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 13:00:36,114] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HMKiKOlGtyU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 13:00:36,607] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLtXuJLn0uXqFreVEfcw0CQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 13:00:40,289] /u/Model_M0CH4 had their flair updated +[2020-07-26 13:02:05,391] '/u/KungYT' has given '/u/JessieH_24' lambda! +[2020-07-26 13:02:08,222] /u/JessieH_24 had their flair updated +[2020-07-26 13:02:47,810] '/u/KungYT' has given '/u/jxvicinema' lambda! +[2020-07-26 13:02:50,764] /u/jxvicinema had their flair updated +[2020-07-26 13:04:07,883] '/u/KungYT' has given '/u/InvictusTQ' lambda! +[2020-07-26 13:04:10,541] /u/InvictusTQ had their flair updated +[2020-07-26 13:04:53,233] '/u/KungYT' has given '/u/HappyPantzInc' lambda! +[2020-07-26 13:04:55,947] /u/HappyPantzInc had their flair updated +[2020-07-26 13:05:08,861] '/u/KungYT' has given '/u/beppu125' lambda! +[2020-07-26 13:05:10,328] /u/beppu125 had their flair updated +[2020-07-26 13:06:29,349] There has been a new submission: 'Just started a fitness, nutrition, and wellness based YouTube channel. I want to create videos ranging from workouts, healthy recipes, and vlogs. Any critique and tips on the video style and how helpful this is appreciated!', with flair 'Video Critique' +[2020-07-26 13:06:30,538] /u/Phd_Perky had their submission removed for insufficient lambda. +[2020-07-26 13:06:31,811] /u/Phd_Perky had their flair updated +[2020-07-26 13:17:25,885] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-26 13:17:35,038] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-26 13:17:42,038] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-26 13:18:37,533] '/u/Inspiron1501' has given '/u/Yo-Homeboy13' lambda! +[2020-07-26 13:18:39,994] /u/Yo-Homeboy13 had their flair updated +[2020-07-26 13:19:34,199] There has been a new submission: '30 BOMB WARZONE DUO WIN! 100 Subscriber Special (Epic) *100 SUBS*', with flair 'Gaming' +[2020-07-26 13:19:34,937] /u/dannylipa had their submission removed for insufficient lambda. +[2020-07-26 13:19:35,757] /u/dannylipa had their flair updated +[2020-07-26 13:19:54,493] '/u/Inspiron1501' has given '/u/mcster21' lambda! +[2020-07-26 13:19:56,376] /u/mcster21 had their flair updated +[2020-07-26 13:32:36,737] There has been a new submission: 'Need some headset advice the mic on mine broke', with flair 'Discussion' +[2020-07-26 13:32:40,009] /u/ANMSSHITPOSTER had their flair updated +[2020-07-26 13:33:19,780] There has been a new submission: 'My First Valorant Montage', with flair 'Gaming' +[2020-07-26 13:33:21,710] /u/draaveen69 had their submission removed for insufficient lambda. +[2020-07-26 13:33:23,603] /u/draaveen69 had their flair updated +[2020-07-26 13:34:07,997] There has been a new submission: 'I make some Dota 2 contents ( Battle Pass 2020)', with flair 'Gaming' +[2020-07-26 13:34:09,470] /u/SharesupportN4S had their submission removed for insufficient lambda. +[2020-07-26 13:34:11,318] /u/SharesupportN4S had their flair updated +[2020-07-26 13:47:13,443] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-26 13:47:26,265] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-26 13:47:37,561] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-26 13:47:45,504] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-26 13:47:51,173] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-26 13:48:22,109] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-26 13:48:29,023] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-26 13:55:14,955] /u/Ernesto121x had their flair updated +[2020-07-26 13:55:38,988] '/u/Ernesto121x' has given '/u/KFCxLegends' lambda! +[2020-07-26 13:55:40,997] /u/KFCxLegends had their flair updated +[2020-07-26 13:57:19,058] '/u/StealthyTanto' has given '/u/HappyPantzInc' lambda! +[2020-07-26 13:57:21,109] /u/HappyPantzInc had their flair updated +[2020-07-26 13:58:05,097] '/u/Ernesto121x' has given '/u/jxvicinema' lambda! +[2020-07-26 13:58:06,815] /u/jxvicinema had their flair updated +[2020-07-26 13:58:21,611] '/u/StealthyTanto' has given '/u/midnightjenga' lambda! +[2020-07-26 13:58:23,291] /u/midnightjenga had their flair updated +[2020-07-26 13:58:37,892] '/u/StealthyTanto' has given '/u/mega2503' lambda! +[2020-07-26 13:58:39,819] /u/mega2503 had their flair updated +[2020-07-26 13:59:01,395] '/u/LexPlex9000' has given '/u/MichaelJH333' lambda! +[2020-07-26 13:59:02,913] /u/MichaelJH333 had their flair updated +[2020-07-26 13:59:37,177] '/u/LexPlex9000' has given '/u/PizzaParker36' lambda! +[2020-07-26 13:59:38,734] /u/PizzaParker36 had their flair updated +[2020-07-26 13:59:59,501] There has been a new submission: 'Fargo - 100s Review (Spoiler free)', with flair 'Video Critique' +[2020-07-26 14:00:00,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 14:00:00,239] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 14:00:00,939] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ohiDnQQv_UI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 14:00:01,260] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 14:00:04,552] /u/Fangore had their flair updated +[2020-07-26 14:01:43,744] '/u/siddhant1991' has given '/u/YoloPudding' lambda! +[2020-07-26 14:01:45,821] /u/YoloPudding had their flair updated +[2020-07-26 14:02:19,339] '/u/Ernesto121x' has given '/u/siddhant1991' lambda! +[2020-07-26 14:02:21,338] /u/siddhant1991 had their flair updated +[2020-07-26 14:10:06,619] There has been a new submission: 'CHRISSY TEIGEN ACCUSED OF BEING A HORRIBLE PERSON', with flair 'Video Critique' +[2020-07-26 14:10:08,187] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-07-26 14:10:10,507] /u/nationhiphop had their flair updated +[2020-07-26 14:11:47,878] There has been a new submission: 'Growing', with flair 'Discussion' +[2020-07-26 14:11:50,423] /u/nationhiphop had their flair updated +[2020-07-26 14:13:41,252] There has been a new submission: 'Just made this video yesterday, need feedback.', with flair 'Video Critique' +[2020-07-26 14:13:43,592] /u/Faolon12 had their submission removed for insufficient lambda. +[2020-07-26 14:13:45,535] /u/Faolon12 had their flair updated +[2020-07-26 14:18:44,803] There has been a new submission: 'TREASURE X ALIENS AREA 51-G TEAM GO! SLIME'D UP!', with flair 'Channel Review' +[2020-07-26 14:18:45,656] /u/gteamgo had their submission removed for insufficient lambda. +[2020-07-26 14:18:46,495] /u/gteamgo had their flair updated +[2020-07-26 14:20:33,675] There has been a new submission: 'This is by far my most worked on video to date! I'd love for you guys to come check it out!', with flair 'Gaming' +[2020-07-26 14:20:35,971] /u/PercyBlueYT had their submission removed for insufficient lambda. +[2020-07-26 14:20:38,247] /u/PercyBlueYT had their flair updated +[2020-07-26 14:21:13,872] '/u/LexPlex9000' has given '/u/YoloPudding' lambda! +[2020-07-26 14:21:16,089] /u/YoloPudding had their flair updated +[2020-07-26 14:22:09,483] '/u/Model_M0CH4' has given '/u/MrCarsone' lambda! +[2020-07-26 14:22:11,629] /u/MrCarsone had their flair updated +[2020-07-26 14:24:02,102] '/u/Model_M0CH4' has given '/u/YoloPudding' lambda! +[2020-07-26 14:24:04,001] /u/YoloPudding had their flair updated +[2020-07-26 14:24:13,785] '/u/Nadia_Robot' has given '/u/sajidrahman08' lambda! +[2020-07-26 14:24:15,626] /u/sajidrahman08 had their flair updated +[2020-07-26 14:25:54,583] '/u/Model_M0CH4' has given '/u/Zanvure' lambda! +[2020-07-26 14:25:56,560] /u/Zanvure had their flair updated +[2020-07-26 14:26:10,234] There has been a new submission: 'SUB4SUB! HELP ME TO 1000 SUBS! 📷NO CHEATERS! 📷ONLY PERMANENT! I WILL SUB BACK!', with flair 'Channel Review' +[2020-07-26 14:26:11,460] /u/YTQuinyen had their submission removed for insufficient lambda. +[2020-07-26 14:26:12,983] /u/YTQuinyen had their flair updated +[2020-07-26 14:37:28,451] There has been a new submission: 'What do you do to increase your average view duration?', with flair 'Discussion' +[2020-07-26 14:37:29,987] /u/Adam-Venture had their flair updated +[2020-07-26 14:38:12,112] '/u/YoloPudding' has given '/u/tommyboy_lr' lambda! +[2020-07-26 14:38:13,196] /u/tommyboy_lr had their flair updated +[2020-07-26 14:39:14,091] +#################### +[Jul 26 2020 14:39:14] RESTARTED +#################### + +[2020-07-26 15:00:10,132] There has been a new submission: 'how to make voice overs better', with flair 'Discussion' +[2020-07-26 15:00:12,995] /u/Rain_Game had their flair updated +[2020-07-26 15:00:32,499] There has been a new submission: 'All the rage of Gordon Ramsay minus the cooking skill', with flair 'Art' +[2020-07-26 15:00:34,217] /u/SketchOfficial had their submission removed for insufficient lambda. +[2020-07-26 15:00:36,557] /u/SketchOfficial had their flair updated +[2020-07-26 15:00:55,641] There has been a new submission: 'Spent 30+ hours editing this one... Let me know what I did well and what I can improve on! Any feedback is appreciated.', with flair 'Vlog' +[2020-07-26 15:00:57,700] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:00:57,740] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:00:59,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tA5jD_HPmuU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:00:59,796] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJyLu-lj_FtMUPmoo23dXNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:01:03,400] /u/tommyboy_lr had their flair updated +[2020-07-26 15:02:24,837] '/u/KAPS-In-Paradise' has given '/u/ChoppedRamen' lambda! +[2020-07-26 15:02:27,499] /u/ChoppedRamen had their flair updated +[2020-07-26 15:02:47,476] '/u/KAPS-In-Paradise' has given '/u/SainRainbowtwigs' lambda! +[2020-07-26 15:02:49,850] /u/SainRainbowtwigs had their flair updated +[2020-07-26 15:03:09,499] '/u/KAPS-In-Paradise' has given '/u/jayrosa12' lambda! +[2020-07-26 15:03:12,002] /u/jayrosa12 had their flair updated +[2020-07-26 15:03:31,155] '/u/KAPS-In-Paradise' has given '/u/Kalum-W' lambda! +[2020-07-26 15:03:33,942] /u/Kalum-W had their flair updated +[2020-07-26 15:05:04,282] '/u/BetaBradTv' has given '/u/JessieH_24' lambda! +[2020-07-26 15:05:06,345] /u/JessieH_24 had their flair updated +[2020-07-26 15:05:11,778] '/u/BetaBradTv' has given '/u/sajidrahman08' lambda! +[2020-07-26 15:05:13,191] /u/sajidrahman08 had their flair updated +[2020-07-26 15:05:20,335] '/u/BetaBradTv' has given '/u/FoxWalk' lambda! +[2020-07-26 15:05:22,182] /u/FoxWalk had their flair updated +[2020-07-26 15:05:40,729] '/u/BetaBradTv' has given '/u/Kensa_beats' lambda! +[2020-07-26 15:05:43,113] /u/Kensa_beats had their flair updated +[2020-07-26 15:06:00,457] There has been a new submission: 'Linux Tech Tips | Comedy guys, comedy. Also is it best to ignore racist trolls in comments or just return fire with more trolling? What keeps them at bay the most?', with flair 'Video Critique' +[2020-07-26 15:06:01,606] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:06:01,608] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:06:02,960] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JGUL0tIYNx4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:06:03,413] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC93c2EpP3lpuh0f2XPToj3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:06:05,952] /u/KevinClaus had their flair updated +[2020-07-26 15:06:23,090] There has been a new submission: 'Wikihow Articles You Will NEVER Need!', with flair 'Video Critique' +[2020-07-26 15:06:24,362] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:06:24,399] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:06:25,182] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7mp2MOgTi6Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:06:25,592] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXQhzs_nTyYKR5E3PZOSaEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:06:28,013] /u/Kalum-W had their flair updated +[2020-07-26 15:09:11,179] There has been a new submission: 'How to do research on the Niche in Public Speaking', with flair 'Vlog' +[2020-07-26 15:09:11,954] /u/jiteshsiddhu had their submission removed for insufficient lambda. +[2020-07-26 15:09:13,015] /u/jiteshsiddhu had their flair updated +[2020-07-26 15:13:22,197] There has been a new submission: 'No Shirt, No Mask, No Service', with flair 'Channel Review' +[2020-07-26 15:13:23,757] /u/danmolson had their submission removed for insufficient lambda. +[2020-07-26 15:13:25,764] /u/danmolson had their flair updated +[2020-07-26 15:14:11,517] '/u/KevinClaus' has given '/u/MrCarsone' lambda! +[2020-07-26 15:14:14,226] /u/MrCarsone had their flair updated +[2020-07-26 15:17:54,475] There has been a new submission: 'One thing is for sure - spiders will survive 2020. Not my best, but I learned a lot. Looking to learn some more. Lambda for constructive feedback :)', with flair 'Video Critique' +[2020-07-26 15:17:55,911] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:17:55,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:17:57,142] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-t-XXa2y8mA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:17:57,795] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu6aasAuOV9NQWqsr1QcFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:17:59,881] /u/wildh4rt had their flair updated +[2020-07-26 15:18:32,742] There has been a new submission: 'City ride, rain and b-roll. I tried to add chapters, I don't know if it brings something. What do you guys think?', with flair 'Video Critique' +[2020-07-26 15:18:34,255] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:18:34,256] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:18:35,490] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u_XQoC9pJ1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:18:35,862] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC19WbXSoMUQkw4ONvpmohWw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:18:37,789] /u/Clickdummy had their flair updated +[2020-07-26 15:18:54,576] There has been a new submission: 'I’ve got channel idea in my head what one would you say people are more likely to watch and enjoy', with flair 'Discussion' +[2020-07-26 15:18:56,679] /u/Timmy42000 had their flair updated +[2020-07-26 15:20:33,026] There has been a new submission: 'Mysore City Timelapse & Hyperlapse Video. Not getting enough views that I expected. How to make it better. Request your advices. I givelambda.', with flair 'Video Critique' +[2020-07-26 15:20:34,290] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 15:20:34,291] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 15:20:35,275] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4Ff6V2syCIM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:20:35,643] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRJZFbrqHCUfgRG8d04wTgQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 15:20:39,080] /u/bens119 had their flair updated +[2020-07-26 15:21:21,622] There has been a new submission: 'Voiceover editing...', with flair 'Discussion' +[2020-07-26 15:21:24,413] /u/alphakyuuu had their flair updated +[2020-07-26 15:27:42,039] '/u/emilyychu' has given '/u/rainbowricekrispies' lambda! +[2020-07-26 15:27:43,584] /u/rainbowricekrispies had their flair updated +[2020-07-26 15:38:41,101] There has been a new submission: 'Are you a Virgo or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Thumbnail Review' +[2020-07-26 15:38:41,939] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-07-26 15:38:42,978] /u/adyx1997 had their flair updated +[2020-07-26 15:39:42,110] /u/MrMoo-Youtube had their flair updated +[2020-07-26 15:40:11,578] '/u/MrMoo-Youtube' has given '/u/MrCarsone' lambda! +[2020-07-26 15:40:13,849] /u/MrCarsone had their flair updated +[2020-07-26 15:41:08,894] '/u/MrMoo-Youtube' has given '/u/MacAttack163' lambda! +[2020-07-26 15:41:11,815] /u/MacAttack163 had their flair updated +[2020-07-26 15:57:59,577] There has been a new submission: 'Eating ONLY MICROWAVE MEALS For A WEEK - DAY 3 *Diet Challenge*', with flair 'Channel Review' +[2020-07-26 15:58:01,462] /u/rydownsizeme had their submission removed for insufficient lambda. +[2020-07-26 15:58:02,611] /u/rydownsizeme had their flair updated +[2020-07-26 16:00:49,665] There has been a new submission: 'How Sucker Punch Create A Great Open World', with flair 'Gaming' +[2020-07-26 16:00:51,266] /u/Adzic254 had their submission removed for insufficient lambda. +[2020-07-26 16:00:54,228] /u/Adzic254 had their flair updated +[2020-07-26 16:01:27,035] '/u/Model_M0CH4' has given '/u/MacAttack163' lambda! +[2020-07-26 16:01:29,779] /u/MacAttack163 had their flair updated +[2020-07-26 16:05:42,375] There has been a new submission: 'I put A LOT of time and effort into this video. If you are interested in funny moments/gaming. Can you please give some feedback? Ofc will reward for good feedback.', with flair 'Gaming' +[2020-07-26 16:05:42,751] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 16:05:42,753] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 16:05:42,853] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vy_b5KmmrFI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 16:05:42,961] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaBJeWF26KXu02FJQAEQHAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 16:05:46,076] /u/THENEXTBIGTHINGMINER had their flair updated +[2020-07-26 16:14:26,714] There has been a new submission: 'A CAR CRASH ON SECOND STREET - An Indie Thriller Film I Co-Wrote and Co-Directed', with flair 'Art' +[2020-07-26 16:14:28,232] /u/hazyheadd had their submission removed for insufficient lambda. +[2020-07-26 16:14:30,080] /u/hazyheadd had their flair updated +[2020-07-26 16:15:31,525] There has been a new submission: 'Hey, Please check out my new comedy sketch', with flair 'Channel Review' +[2020-07-26 16:15:32,874] /u/CharlieGR_00 had their submission removed for insufficient lambda. +[2020-07-26 16:15:34,520] /u/CharlieGR_00 had their flair updated +[2020-07-26 16:22:36,099] There has been a new submission: 'My Love Hate Relationship With Horror Games( They call my the lambda prince. Will give to everyone. It’s a commentary/gaming with failed microphone video. Any feedback appreciated, any love letters are taken to heart 😳. Thank you)', with flair 'Video Critique' +[2020-07-26 16:22:36,722] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 16:22:36,723] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 16:22:36,814] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YQEtQKf0KN8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 16:22:36,917] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 16:22:40,021] /u/MrCarsone had their flair updated +[2020-07-26 16:22:54,833] There has been a new submission: 'Portrait Sketch of Girl in Mask - Pencil Sketch No.22 - @DEEPPARMAR', with flair 'Art' +[2020-07-26 16:22:56,930] /u/redditdparmar had their submission removed for insufficient lambda. +[2020-07-26 16:22:58,972] /u/redditdparmar had their flair updated +[2020-07-26 16:25:23,247] '/u/THENEXTBIGTHINGMINER' has given '/u/SelendineMcHerb' lambda! +[2020-07-26 16:25:24,877] /u/SelendineMcHerb had their flair updated +[2020-07-26 16:31:11,245] There has been a new submission: 'Is Sova Really Worth It?!||valorant gameplay', with flair 'Gaming' +[2020-07-26 16:31:12,796] /u/700ACS007 had their submission removed for insufficient lambda. +[2020-07-26 16:31:15,053] /u/700ACS007 had their flair updated +[2020-07-26 16:31:48,723] '/u/LexPlex9000' has given '/u/TheJustindsd' lambda! +[2020-07-26 16:31:50,744] /u/TheJustindsd had their flair updated +[2020-07-26 16:32:22,779] '/u/MrMoo-Youtube' has given '/u/Chig3l' lambda! +[2020-07-26 16:32:24,802] /u/Chig3l had their flair updated +[2020-07-26 16:32:34,851] There has been a new submission: 'ah yes the dead game', with flair 'Gaming' +[2020-07-26 16:32:36,361] /u/Iconicboyi had their submission removed for insufficient lambda. +[2020-07-26 16:32:38,499] /u/Iconicboyi had their flair updated +[2020-07-26 16:34:52,534] There has been a new submission: 'Support and suggest', with flair 'Gaming' +[2020-07-26 16:34:53,758] /u/Pashaa_007 had their submission removed for insufficient lambda. +[2020-07-26 16:34:55,474] /u/Pashaa_007 had their flair updated +[2020-07-26 16:39:16,183] +#################### +[Jul 26 2020 16:39:16] RESTARTED +#################### + +[2020-07-26 17:08:01,821] There has been a new submission: 'How do you mentally deal with younger channels doing much better than you at a faster pace?', with flair 'Discussion' +[2020-07-26 17:08:03,005] /u/MakingitinHolland had their flair updated +[2020-07-26 17:08:19,525] There has been a new submission: 'Hi everyone! I just started my youtube channel. I do some silent/asmr cooking vlog. I have 8 videos so far. Hope you give it a try!', with flair 'Vlog' +[2020-07-26 17:08:20,424] /u/bpjo had their submission removed for insufficient lambda. +[2020-07-26 17:08:21,163] /u/bpjo had their flair updated +[2020-07-26 17:08:38,217] There has been a new submission: 'My first product review. Any feedback would be appreciated, thanks', with flair 'Video Critique' +[2020-07-26 17:08:38,997] /u/mightyster had their submission removed for insufficient lambda. +[2020-07-26 17:08:39,696] /u/mightyster had their flair updated +[2020-07-26 17:08:58,632] There has been a new submission: 'Recent Comedy Gaming video -10+ hrs spent editing this- I need to be more efficient, but I'd love feedback on the VFX and Graphics (lambda for useful criticism!)', with flair 'Video Critique' +[2020-07-26 17:09:00,354] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 17:09:00,395] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 17:09:01,506] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=X-Xc33rCm0M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:09:01,997] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:09:03,758] /u/MacAttack163 had their flair updated +[2020-07-26 17:10:14,219] '/u/ECXL' has given '/u/mega2503' lambda! +[2020-07-26 17:10:16,438] /u/mega2503 had their flair updated +[2020-07-26 17:13:34,744] There has been a new submission: 'Mudra first Neural Input Wristband', with flair 'Video Critique' +[2020-07-26 17:13:36,060] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-26 17:13:37,787] /u/GabriellaTadros had their flair updated +[2020-07-26 17:13:57,414] There has been a new submission: 'I STARTED YOUTUBE. I know, it's never been done, I'm insane. In all seriousness, Feedback would be appreciated, I spend at least 4 hours editing each video so please check it out! New SMP Video coming soon...', with flair 'Gaming' +[2020-07-26 17:13:59,089] /u/Aut0Sav3YT had their submission removed for insufficient lambda. +[2020-07-26 17:14:00,775] /u/Aut0Sav3YT had their flair updated +[2020-07-26 17:14:19,197] There has been a new submission: 'Hello peeps, my name is OPS-RANDOM NUMBERS, I make content on a mobile game! Check it out! :D', with flair 'Gaming' +[2020-07-26 17:14:20,472] /u/OPS-RANDOM_NUMBERS had their submission removed for insufficient lambda. +[2020-07-26 17:14:22,072] /u/OPS-RANDOM_NUMBERS had their flair updated +[2020-07-26 17:14:39,983] There has been a new submission: 'Check out my new video Design henna pengantin | White henna| hope you all gonna like it thanks 😊', with flair 'Art' +[2020-07-26 17:14:41,210] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-26 17:14:42,730] /u/Iqra-Entertainment had their flair updated +[2020-07-26 17:15:01,527] There has been a new submission: 'Hello! I started YouTube about a week ago and have released 3 videos that have several hours of work out into them. Heavily inspired by the game grumps 10 minute power hour. You might even recognize the background music', with flair 'Channel Review' +[2020-07-26 17:15:03,001] /u/RealGalaxyRider had their submission removed for insufficient lambda. +[2020-07-26 17:15:04,518] /u/RealGalaxyRider had their flair updated +[2020-07-26 17:15:53,971] '/u/THENEXTBIGTHINGMINER' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-26 17:15:56,436] /u/MyNameIsDracoHi had their flair updated +[2020-07-26 17:18:38,259] There has been a new submission: 'New Character Video (Under 6 Minutes) - Giving Lambda For Feedback', with flair 'Video Critique' +[2020-07-26 17:18:39,446] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 17:18:39,448] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 17:18:40,841] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cxg2zyvpKWk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:18:41,418] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:18:42,976] /u/DennisTheBadBoy had their flair updated +[2020-07-26 17:18:59,275] There has been a new submission: 'Just posted up a quarantine vlog. Finally getting back on vlogging and I feel relieved. I’m always open to learn new tips and tricks from everyone.', with flair 'Vlog' +[2020-07-26 17:19:00,112] /u/HiuTin9 had their submission removed for insufficient lambda. +[2020-07-26 17:19:00,767] /u/HiuTin9 had their flair updated +[2020-07-26 17:21:04,084] There has been a new submission: 'Call of Duty MW Live Stream Playing with Subscribers trying to hit 2k subs and raged alot lol', with flair 'Gaming' +[2020-07-26 17:21:05,682] /u/CoblaYoutube had their submission removed for insufficient lambda. +[2020-07-26 17:21:07,937] /u/CoblaYoutube had their flair updated +[2020-07-26 17:24:22,586] There has been a new submission: '*NEW* Warzone Video, Superstore Challenge', with flair 'Gaming' +[2020-07-26 17:24:24,038] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-26 17:24:25,794] /u/JRohx had their flair updated +[2020-07-26 17:25:53,772] There has been a new submission: 'Call of Duty MW Live Stream Playing with Subscribers trying to hit 2k subs and raged alot lol', with flair 'Gaming' +[2020-07-26 17:25:55,043] /u/CoblaYoutube had their submission removed for insufficient lambda. +[2020-07-26 17:25:56,689] /u/CoblaYoutube had their flair updated +[2020-07-26 17:26:19,394] '/u/MrCarsone' has given '/u/midnightjenga' lambda! +[2020-07-26 17:26:22,058] /u/midnightjenga had their flair updated +[2020-07-26 17:28:28,695] '/u/MrCarsone' has given '/u/SelendineMcHerb' lambda! +[2020-07-26 17:28:30,740] /u/SelendineMcHerb had their flair updated +[2020-07-26 17:29:48,395] There has been a new submission: 'How to make an ICE COLD MATCHA LATTE!', with flair 'Vlog' +[2020-07-26 17:29:49,052] /u/lauraavanessa had their submission removed for insufficient lambda. +[2020-07-26 17:29:49,504] /u/lauraavanessa had their flair updated +[2020-07-26 17:35:02,725] '/u/superwatt123' has given '/u/Kensa_beats' lambda! +[2020-07-26 17:35:05,215] /u/Kensa_beats had their flair updated +[2020-07-26 17:35:24,870] There has been a new submission: 'Music video for Suck My Feet. All feedback appreciated', with flair 'Art' +[2020-07-26 17:35:26,141] /u/Popoy-Leaf had their submission removed for insufficient lambda. +[2020-07-26 17:35:27,744] /u/Popoy-Leaf had their flair updated +[2020-07-26 17:44:14,780] There has been a new submission: 'GLUTEN FREE GIRL SCOUT COOKIE RECIPE | Peanut Butter Patties | You Won't Believe How Good These Are!', with flair 'Video Critique' +[2020-07-26 17:44:16,136] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-07-26 17:44:17,984] /u/glutenfree__girl had their flair updated +[2020-07-26 17:44:54,859] There has been a new submission: 'This is my favorite Commentary video I've made so far- It's about a (fake) Prank that I find kinda stupid. I'd love to hear any feedback to help me improve! As always I'll be giving lambda to helpful comments :)', with flair 'Video Critique' +[2020-07-26 17:44:56,248] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 17:44:56,250] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 17:44:57,934] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7jQCBCj_qik&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:44:58,427] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUQtUghDrC6EUYckaKE3mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 17:45:01,012] /u/midnightjenga had their flair updated +[2020-07-26 17:46:32,288] There has been a new submission: 'Popping Skulls in Rainbow Six Siege - Had a lot of fun making this video :) Would appreciate if you could check it out!', with flair 'Gaming' +[2020-07-26 17:46:33,725] /u/ElmaxVoid had their submission removed for insufficient lambda. +[2020-07-26 17:46:35,321] /u/ElmaxVoid had their flair updated +[2020-07-26 17:51:34,080] There has been a new submission: 'Still learning - constructive criticism please? I’m updating thumbnail, just a placeholder for now.', with flair 'Video Critique' +[2020-07-26 17:51:35,552] /u/its-niko-baka had their submission removed for insufficient lambda. +[2020-07-26 17:51:37,723] /u/its-niko-baka had their flair updated +[2020-07-26 17:51:51,457] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 9 - Hammer And Forge', with flair 'Gaming' +[2020-07-26 17:51:52,975] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-26 17:51:55,146] /u/CecliusPlaysHD had their flair updated +[2020-07-26 17:53:47,529] There has been a new submission: 'I need tips for growing a YouTube channel', with flair 'Discussion' +[2020-07-26 17:53:49,568] /u/Nikexel had their flair updated +[2020-07-26 17:54:04,226] '/u/DennisTheBadBoy' has given '/u/easyleezy' lambda! +[2020-07-26 17:54:07,212] /u/easyleezy had their flair updated +[2020-07-26 17:54:41,646] '/u/THENEXTBIGTHINGMINER' has given '/u/Sn0wPhotos' lambda! +[2020-07-26 17:54:44,355] /u/Sn0wPhotos had their flair updated +[2020-07-26 17:55:09,503] '/u/DennisTheBadBoy' has given '/u/Butt___cuddles' lambda! +[2020-07-26 17:55:11,083] /u/Butt___cuddles had their flair updated +[2020-07-26 17:56:37,739] '/u/MrCarsone' has given '/u/Sn0wPhotos' lambda! +[2020-07-26 17:56:40,033] /u/Sn0wPhotos had their flair updated +[2020-07-26 17:58:02,860] There has been a new submission: 'Might I interest you in some Pewdiepie unboxing? Or cooking videos. I have them both', with flair 'Vlog' +[2020-07-26 17:58:04,334] /u/NightingLight had their submission removed for insufficient lambda. +[2020-07-26 17:58:05,357] /u/NightingLight had their flair updated +[2020-07-26 17:59:18,165] '/u/LexPlex9000' has given '/u/the_real_d247' lambda! +[2020-07-26 17:59:20,256] /u/the_real_d247 had their flair updated +[2020-07-26 18:02:56,077] '/u/BetaBradTv' has given '/u/orangienblue' lambda! +[2020-07-26 18:02:58,459] /u/orangienblue had their flair updated +[2020-07-26 18:05:36,750] There has been a new submission: 'Big Men are toxic in the Rush 1V1 Event!!! NBA2K20!!', with flair 'Gaming' +[2020-07-26 18:05:38,280] /u/kilokidd had their submission removed for insufficient lambda. +[2020-07-26 18:05:39,878] /u/kilokidd had their flair updated +[2020-07-26 18:06:26,740] There has been a new submission: 'Console wars', with flair 'Video Critique' +[2020-07-26 18:06:27,765] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 18:06:27,766] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 18:06:28,706] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZqH5EQTVx5I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:06:29,038] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoR88i1yvd9wYRMbZ9pgDfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:06:32,339] /u/Union_Jack1 had their flair updated +[2020-07-26 18:08:14,431] There has been a new submission: 'Took hours of editing, let me know what you think', with flair 'Video Critique' +[2020-07-26 18:08:15,324] /u/Maepng had their submission removed for insufficient lambda. +[2020-07-26 18:08:16,241] /u/Maepng had their flair updated +[2020-07-26 18:09:25,820] There has been a new submission: '1 week ago today I started my 30 day challenge to build up my confidence in front of a camera! 7 days in and here’s 5 things that I’ve learnt so far about making videos for YouTube! Will give lambda for good CC. :)', with flair 'Video Critique' +[2020-07-26 18:09:26,685] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 18:09:26,687] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 18:09:27,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i-qA7Bkr9jA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:09:27,714] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJjDAgsT50rwsdxNQmNXnvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:09:29,353] /u/Sn0wPhotos had their flair updated +[2020-07-26 18:16:51,843] There has been a new submission: 'When does the organic view seep in', with flair 'Discussion' +[2020-07-26 18:16:54,512] /u/siddhant1991 had their flair updated +[2020-07-26 18:24:27,510] '/u/Sn0wPhotos' has given '/u/taylo2' lambda! +[2020-07-26 18:24:29,634] /u/taylo2 had their flair updated +[2020-07-26 18:25:05,033] There has been a new submission: 'A compilation video of animals being eaten alive. please let me know what you think i started editing 9 days ago~', with flair 'Video Critique' +[2020-07-26 18:25:06,179] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 18:25:06,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 18:25:06,822] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZM1ZTU8r6vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:25:06,931] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 18:25:09,015] /u/Butt___cuddles had their flair updated +[2020-07-26 18:29:51,084] There has been a new submission: '30 BOMB WARZONE DUO WIN! 100 Subscriber Special (Epic) *100 SUBS*', with flair 'Gaming' +[2020-07-26 18:29:51,945] /u/dannylipa had their submission removed for insufficient lambda. +[2020-07-26 18:29:52,477] /u/dannylipa had their flair updated +[2020-07-26 18:32:34,864] '/u/THENEXTBIGTHINGMINER' has given '/u/MacAttack163' lambda! +[2020-07-26 18:32:37,206] /u/MacAttack163 had their flair updated +[2020-07-26 18:35:51,945] '/u/MrCarsone' has given '/u/Peltlegs' lambda! +[2020-07-26 18:35:53,473] /u/Peltlegs had their flair updated +[2020-07-26 18:39:31,927] +#################### +[Jul 26 2020 18:39:31] RESTARTED +#################### + +[2020-07-26 19:13:05,745] There has been a new submission: 'This is my first "montage" video I've made, i tried my best on it and wanted a honest opinion on the title i didn't want it to seem too click-bait but wanted it to draw people in. Also i know the thumbnail isn't the best but you gotta start somewhere😄', with flair 'Gaming' +[2020-07-26 19:13:08,291] /u/josiahdejesus had their submission removed for insufficient lambda. +[2020-07-26 19:13:10,131] /u/josiahdejesus had their flair updated +[2020-07-26 19:13:29,379] There has been a new submission: 'Father and Son take to the Rocket League fields and Dominate the Competition', with flair 'Gaming' +[2020-07-26 19:13:30,930] /u/SummerCarrott had their submission removed for insufficient lambda. +[2020-07-26 19:13:33,306] /u/SummerCarrott had their flair updated +[2020-07-26 19:14:53,956] '/u/Sn0wPhotos' has given '/u/SainRainbowtwigs' lambda! +[2020-07-26 19:14:56,452] /u/SainRainbowtwigs had their flair updated +[2020-07-26 19:18:05,330] '/u/Butt___cuddles' has given '/u/OHJAYRAGE' lambda! +[2020-07-26 19:18:07,709] /u/OHJAYRAGE had their flair updated +[2020-07-26 19:20:09,851] '/u/wildh4rt' has given '/u/Chig3l' lambda! +[2020-07-26 19:20:12,802] /u/Chig3l had their flair updated +[2020-07-26 19:20:48,495] '/u/wildh4rt' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-26 19:20:51,566] /u/MyNameIsDracoHi had their flair updated +[2020-07-26 19:21:40,845] '/u/wildh4rt' has given '/u/midnightjenga' lambda! +[2020-07-26 19:21:43,583] /u/midnightjenga had their flair updated +[2020-07-26 19:22:03,389] '/u/wildh4rt' has given '/u/dannylipa' lambda! +[2020-07-26 19:22:05,882] /u/dannylipa had their flair updated +[2020-07-26 19:23:08,292] '/u/TheJustindsd' has given '/u/SelendineMcHerb' lambda! +[2020-07-26 19:23:10,958] /u/SelendineMcHerb had their flair updated +[2020-07-26 19:24:28,831] '/u/bittybirtybunny' has given '/u/TheJustindsd' lambda! +[2020-07-26 19:24:31,367] /u/TheJustindsd had their flair updated +[2020-07-26 19:25:07,028] '/u/unidx' has given '/u/tommyboy_lr' lambda! +[2020-07-26 19:25:08,083] /u/tommyboy_lr had their flair updated +[2020-07-26 19:25:13,680] '/u/unidx' has given '/u/beppu125' lambda! +[2020-07-26 19:25:15,010] /u/beppu125 had their flair updated +[2020-07-26 19:26:30,681] There has been a new submission: 'I feel like a klutz!', with flair 'Discussion' +[2020-07-26 19:26:32,858] /u/zebrasanddogs had their flair updated +[2020-07-26 19:26:49,532] There has been a new submission: 'Hi', with flair 'Collab' +[2020-07-26 19:26:51,173] /u/G09stan had their flair updated +[2020-07-26 19:27:08,016] There has been a new submission: 'I Made A Satirical Beginners Guide for Whoever wants to get into the Sims 4! (Detailed Feedback will be rewarded)', with flair 'Video Critique' +[2020-07-26 19:27:09,817] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 19:27:09,819] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 19:27:11,329] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Hh-8qHzdCRk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:27:11,862] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP5bsxJ8vBOS1Hi2RH2r1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:27:13,868] /u/TheJustindsd had their flair updated +[2020-07-26 19:27:30,952] There has been a new submission: 'Floor Seats (Fortnite Montage)', with flair 'Gaming' +[2020-07-26 19:27:31,973] /u/SkyIsABot had their submission removed for insufficient lambda. +[2020-07-26 19:27:32,993] /u/SkyIsABot had their flair updated +[2020-07-26 19:27:50,346] There has been a new submission: 'Any Channel Suggestions', with flair 'Discussion' +[2020-07-26 19:27:52,930] /u/Jaguar38910 had their flair updated +[2020-07-26 19:28:11,042] There has been a new submission: 'I added more memes/snippets to try and keep the viewer entertained, What do you think?', with flair 'Video Critique' +[2020-07-26 19:28:12,925] /u/Ballinweezy had their submission removed for insufficient lambda. +[2020-07-26 19:28:14,362] /u/Ballinweezy had their flair updated +[2020-07-26 19:28:32,236] There has been a new submission: 'Yarntown indie Zelda Soulsborne Part 1', with flair 'Gaming' +[2020-07-26 19:28:33,468] /u/Kekkersboy had their submission removed for insufficient lambda. +[2020-07-26 19:28:35,027] /u/Kekkersboy had their flair updated +[2020-07-26 19:28:51,578] There has been a new submission: 'Valorant highlights. I think I had some pretty nice clips in here. Any feedback is appreciated and of course there is lambda for it.', with flair 'Video Critique' +[2020-07-26 19:28:52,759] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 19:28:52,837] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 19:28:55,634] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fn5y7wtEReY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:28:56,943] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2qpjsuEYXpczVKWL1-kiKA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:28:58,508] /u/PizzaParker36 had their flair updated +[2020-07-26 19:29:14,722] There has been a new submission: 'Today I broke all of my bones in the name of comedy (╥﹏╥) All kinds of feedback and critisism and suggestions VERY needed and rewarded 💗', with flair 'Video Critique' +[2020-07-26 19:29:15,823] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 19:29:15,824] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 19:29:16,887] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qWDdu3itKmE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:29:17,337] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 19:29:19,175] /u/qzeqYT had their flair updated +[2020-07-26 19:32:16,585] '/u/bittybirtybunny' has given '/u/GhrimeTF2' lambda! +[2020-07-26 19:32:19,086] /u/GhrimeTF2 had their flair updated +[2020-07-26 19:33:21,671] '/u/bittybirtybunny' has given '/u/Kensa_beats' lambda! +[2020-07-26 19:33:24,291] /u/Kensa_beats had their flair updated +[2020-07-26 19:33:58,374] '/u/bittybirtybunny' has given '/u/JessieH_24' lambda! +[2020-07-26 19:34:00,543] /u/JessieH_24 had their flair updated +[2020-07-26 19:34:31,644] There has been a new submission: 'Hey Everyone, i create Virtual Reality Gaming Videos - As of today my channel is 13 days old. i received a milestone for 200 views, and 10 subscribers! it may not be a lot for many people but i feel very proud of my accomplishment and i really hope to continue on. channel linked for interest!', with flair 'Gaming' +[2020-07-26 19:34:33,115] /u/NastyVRGaming had their submission removed for insufficient lambda. +[2020-07-26 19:34:34,714] /u/NastyVRGaming had their flair updated +[2020-07-26 19:34:52,419] There has been a new submission: 'Getting ideas', with flair 'Discussion' +[2020-07-26 19:34:55,001] /u/unidx had their flair updated +[2020-07-26 19:35:13,239] There has been a new submission: 'I was assaulted yesterday while livestreaming and it turned to chaos', with flair 'None' +[2020-07-26 19:35:14,549] /u/Groundbreaking_Bid_6 had their submission removed for insufficient lambda. +[2020-07-26 19:35:15,941] /u/Groundbreaking_Bid_6 had their flair updated +[2020-07-26 19:35:35,287] There has been a new submission: 'Chesterton Windmill, Warwickshire | Exploring England', with flair 'Video Critique' +[2020-07-26 19:35:36,643] /u/exploringengland had their submission removed for insufficient lambda. +[2020-07-26 19:35:37,999] /u/exploringengland had their flair updated +[2020-07-26 19:35:56,045] There has been a new submission: 'Youtuber model / travel vlogs', with flair 'Vlog' +[2020-07-26 19:35:57,320] /u/ashleymaereid had their submission removed for insufficient lambda. +[2020-07-26 19:35:58,597] /u/ashleymaereid had their flair updated +[2020-07-26 19:36:32,409] '/u/TheJustindsd' has given '/u/bittybirtybunny' lambda! +[2020-07-26 19:36:34,792] /u/bittybirtybunny had their flair updated +[2020-07-26 19:38:21,858] '/u/tommyboy_lr' has given '/u/Trekkie45' lambda! +[2020-07-26 19:38:24,524] /u/Trekkie45 had their flair updated +[2020-07-26 19:39:08,757] '/u/tommyboy_lr' has given '/u/Chig3l' lambda! +[2020-07-26 19:39:10,352] /u/Chig3l had their flair updated +[2020-07-26 19:39:45,179] '/u/TheJustindsd' has given '/u/KevinClaus' lambda! +[2020-07-26 19:39:47,144] /u/KevinClaus had their flair updated +[2020-07-26 19:40:19,348] '/u/TheJustindsd' has given '/u/qzeqYT' lambda! +[2020-07-26 19:40:21,713] /u/qzeqYT had their flair updated +[2020-07-26 19:41:26,433] There has been a new submission: 'NEW COUPLES YT Channel (outdoors, adventures, good vibes) Looking for feedback on storytelling, personality, editing on our latest biking adventure vlog. Will give Lambda for valuable feedback!', with flair 'Channel Review' +[2020-07-26 19:41:29,581] /u/SammyandJohnNYC had their flair updated +[2020-07-26 19:47:45,009] '/u/MacAttack163' has given '/u/OHJAYRAGE' lambda! +[2020-07-26 19:47:47,058] /u/OHJAYRAGE had their flair updated +[2020-07-26 19:48:05,463] '/u/MacAttack163' has given '/u/Peltlegs' lambda! +[2020-07-26 19:48:07,796] /u/Peltlegs had their flair updated +[2020-07-26 19:48:27,088] There has been a new submission: '*🔒 CORNER* Jeff Okudah 2019-20 Season Highlights', with flair 'Video Critique' +[2020-07-26 19:48:28,190] /u/YOOO_rEmY had their submission removed for insufficient lambda. +[2020-07-26 19:48:29,050] /u/YOOO_rEmY had their flair updated +[2020-07-26 19:52:02,734] '/u/qzeqYT' has given '/u/OKSharky' lambda! +[2020-07-26 19:52:05,598] /u/OKSharky had their flair updated +[2020-07-26 19:52:29,376] '/u/TheJustindsd' has given '/u/thisiskishor' lambda! +[2020-07-26 19:52:32,041] /u/thisiskishor had their flair updated +[2020-07-26 19:55:10,069] '/u/TheJustindsd' has given '/u/jxvicinema' lambda! +[2020-07-26 19:55:11,499] /u/jxvicinema had their flair updated +[2020-07-26 19:58:47,544] There has been a new submission: 'I want to start a YouTube channel, but don’t have any screen recording software', with flair 'Discussion' +[2020-07-26 19:58:48,734] /u/yogurtjamcheese had their flair updated +[2020-07-26 20:00:24,942] There has been a new submission: 'Jailbreak Cash Giveaway(2020)', with flair 'Gaming' +[2020-07-26 20:00:26,741] /u/CoolWasabi101 had their submission removed for insufficient lambda. +[2020-07-26 20:00:29,162] /u/CoolWasabi101 had their flair updated +[2020-07-26 20:05:40,882] '/u/MrCarsone' has given '/u/FoxWalk' lambda! +[2020-07-26 20:05:42,805] /u/FoxWalk had their flair updated +[2020-07-26 20:06:11,007] '/u/TheJustindsd' has given '/u/ItzRusty' lambda! +[2020-07-26 20:06:13,096] /u/ItzRusty had their flair updated +[2020-07-26 20:06:50,151] '/u/MrCarsone' has given '/u/Code4IcedTee' lambda! +[2020-07-26 20:06:52,203] /u/Code4IcedTee had their flair updated +[2020-07-26 20:07:09,207] There has been a new submission: 'Hello friends, new YouTuber here and would like to hear your honest feedback. I really want to improve so please do not hold back and give me your best constructive feedback. (Giving lambda to helpful comments!)', with flair 'Video Critique' +[2020-07-26 20:07:10,148] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 20:07:10,149] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 20:07:11,053] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fgpklztXIXw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 20:07:11,383] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWRKhaN6w0qJerbcSfQoUvA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 20:07:13,526] /u/jxvicinema had their flair updated +[2020-07-26 20:07:28,792] '/u/qzeqYT' has given '/u/ItzRusty' lambda! +[2020-07-26 20:07:30,557] /u/ItzRusty had their flair updated +[2020-07-26 20:08:54,560] There has been a new submission: 'Feed back on my Minecraft Skywars Video/channel please. Detailed feedback will be rewarded!', with flair 'Channel Review' +[2020-07-26 20:08:55,679] /u/ItzRusty had their flair updated +[2020-07-26 20:13:18,429] There has been a new submission: 'My newest video isn't getting any views. It's a commentary video on an inspirational channel. Give me your critique! Awarding lambda!', with flair 'Video Critique' +[2020-07-26 20:13:19,987] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 20:13:19,990] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 20:13:21,379] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PCrtYTcTZpk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 20:13:21,872] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfZzgi8XlppPEwc-a7ztfOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 20:13:25,189] /u/FoxWalk had their flair updated +[2020-07-26 20:14:28,631] There has been a new submission: 'Plz subscribe to my channel', with flair 'Gaming' +[2020-07-26 20:14:30,108] /u/Pashaa_007 had their submission removed for insufficient lambda. +[2020-07-26 20:14:31,869] /u/Pashaa_007 had their flair updated +[2020-07-26 20:22:31,188] '/u/wildh4rt' has given '/u/wertys761' lambda! +[2020-07-26 20:22:33,183] /u/wertys761 had their flair updated +[2020-07-26 20:25:09,564] '/u/midnightjenga' has given '/u/SainRainbowtwigs' lambda! +[2020-07-26 20:25:11,236] /u/SainRainbowtwigs had their flair updated +[2020-07-26 20:25:17,181] There has been a new submission: 'Anyone have any tips for growing for education channels?', with flair 'Discussion' +[2020-07-26 20:25:19,069] /u/easyleezy had their flair updated +[2020-07-26 20:25:53,760] There has been a new submission: 'My Game Movie channel! Fell free to watch, comment and subscribe if you wan! Have fun!', with flair 'Channel Review' +[2020-07-26 20:25:54,990] /u/IsationGaming had their submission removed for insufficient lambda. +[2020-07-26 20:25:56,632] /u/IsationGaming had their flair updated +[2020-07-26 20:27:07,987] '/u/midnightjenga' has given '/u/PIXELPIGYT' lambda! +[2020-07-26 20:27:10,164] /u/PIXELPIGYT had their flair updated +[2020-07-26 20:27:54,836] '/u/midnightjenga' has given '/u/FoxWalk' lambda! +[2020-07-26 20:27:57,011] /u/FoxWalk had their flair updated +[2020-07-26 20:29:00,656] '/u/midnightjenga' has given '/u/UrBoiJash' lambda! +[2020-07-26 20:29:02,495] /u/UrBoiJash had their flair updated +[2020-07-26 20:30:32,390] There has been a new submission: 'any advice to improve would be appreciated', with flair 'Video Critique' +[2020-07-26 20:30:34,073] /u/piptoilet had their submission removed for insufficient lambda. +[2020-07-26 20:30:36,580] /u/piptoilet had their flair updated +[2020-07-26 20:36:29,989] Starting every day program... +[2020-07-26 20:36:30,033] Updating database statistics... +[2020-07-26 20:36:30,525] Posting and updating wiki... +[2020-07-26 20:38:57,307] Formatting leaderboard... +[2020-07-26 20:38:57,567] Updating sidebar... +[2020-07-26 20:38:57,884] Updated in new reddit... +[2020-07-26 20:38:59,523] Updated in old reddit... +[2020-07-26 20:38:59,523] Completed. +[2020-07-26 20:39:42,105] +#################### +[Jul 26 2020 20:39:42] RESTARTED +#################### + +[2020-07-26 21:20:41,707] There has been a new submission: 'Apex Legends- AMAZING 14 KILL GAME WITH A GOOD TEAMMATE IN TRIOS.', with flair 'Gaming' +[2020-07-26 21:20:44,691] /u/XA1CE had their submission removed for insufficient lambda. +[2020-07-26 21:20:46,937] /u/XA1CE had their flair updated +[2020-07-26 21:21:07,439] There has been a new submission: 'Survival Multiplayer Mega Base Timelapse - FozzenCraft', with flair 'Gaming' +[2020-07-26 21:21:09,120] /u/FozzenYT had their submission removed for insufficient lambda. +[2020-07-26 21:21:11,298] /u/FozzenYT had their flair updated +[2020-07-26 21:21:30,300] There has been a new submission: 'Testing my Gimbal in the city and on the beach', with flair 'Channel Review' +[2020-07-26 21:21:33,497] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:21:33,499] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:21:34,890] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PCqEvSy198Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:21:35,306] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpU-ADs2a_eQYRUO0lg0Hag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:21:38,464] /u/SainRainbowtwigs had their flair updated +[2020-07-26 21:22:29,048] '/u/shifty327' has given '/u/beppu125' lambda! +[2020-07-26 21:22:31,705] /u/beppu125 had their flair updated +[2020-07-26 21:23:06,295] '/u/shifty327' has given '/u/MrCarsone' lambda! +[2020-07-26 21:23:09,207] /u/MrCarsone had their flair updated +[2020-07-26 21:23:28,976] '/u/FoxWalk' has given '/u/CaptainGusMohawk' lambda! +[2020-07-26 21:23:31,316] /u/CaptainGusMohawk had their flair updated +[2020-07-26 21:24:18,572] '/u/shifty327' has given '/u/Zanvure' lambda! +[2020-07-26 21:24:21,069] /u/Zanvure had their flair updated +[2020-07-26 21:24:40,149] '/u/qzeqYT' has given '/u/CaptainGusMohawk' lambda! +[2020-07-26 21:24:42,860] /u/CaptainGusMohawk had their flair updated +[2020-07-26 21:25:01,598] '/u/shifty327' has given '/u/Chig3l' lambda! +[2020-07-26 21:25:04,096] /u/Chig3l had their flair updated +[2020-07-26 21:25:12,283] '/u/shifty327' has given '/u/Sn0wPhotos' lambda! +[2020-07-26 21:25:13,682] /u/Sn0wPhotos had their flair updated +[2020-07-26 21:25:24,228] '/u/qzeqYT' has given '/u/WFSTUDIOS' lambda! +[2020-07-26 21:25:26,279] /u/WFSTUDIOS had their flair updated +[2020-07-26 21:28:25,179] '/u/FoxWalk' has given '/u/taylo2' lambda! +[2020-07-26 21:28:27,515] /u/taylo2 had their flair updated +[2020-07-26 21:28:45,288] '/u/TheJustindsd' has given '/u/shifty327' lambda! +[2020-07-26 21:28:47,090] /u/shifty327 had their flair updated +[2020-07-26 21:29:35,689] '/u/TheFootshooters' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-26 21:29:37,584] /u/FynnKrauseFootballYT had their flair updated +[2020-07-26 21:30:11,670] '/u/qzeqYT' has given '/u/shifty327' lambda! +[2020-07-26 21:30:14,329] /u/shifty327 had their flair updated +[2020-07-26 21:30:35,384] '/u/TheFootshooters' has given '/u/nillawafer1227' lambda! +[2020-07-26 21:30:38,164] /u/nillawafer1227 had their flair updated +[2020-07-26 21:30:59,214] '/u/TheJustindsd' has given '/u/DeeJordz' lambda! +[2020-07-26 21:31:01,876] /u/DeeJordz had their flair updated +[2020-07-26 21:31:50,776] '/u/jxvicinema' has given '/u/GraduateDan' lambda! +[2020-07-26 21:31:53,432] /u/GraduateDan had their flair updated +[2020-07-26 21:32:43,527] '/u/bens119' has given '/u/easyleezy' lambda! +[2020-07-26 21:32:46,357] /u/easyleezy had their flair updated +[2020-07-26 21:33:07,147] '/u/bens119' has given '/u/MrCarsone' lambda! +[2020-07-26 21:33:09,944] /u/MrCarsone had their flair updated +[2020-07-26 21:33:29,379] '/u/FoxWalk' has given '/u/OKSharky' lambda! +[2020-07-26 21:33:32,173] /u/OKSharky had their flair updated +[2020-07-26 21:33:51,969] '/u/bens119' has given '/u/ItzRusty' lambda! +[2020-07-26 21:33:55,455] /u/ItzRusty had their flair updated +[2020-07-26 21:34:14,982] '/u/bens119' has given '/u/ArtistPerry' lambda! +[2020-07-26 21:34:17,531] /u/ArtistPerry had their flair updated +[2020-07-26 21:34:51,559] '/u/bens119' has given '/u/brodude__' lambda! +[2020-07-26 21:34:53,937] /u/brodude__ had their flair updated +[2020-07-26 21:36:23,867] There has been a new submission: 'Hey guys, This is a Compilation of my Favourite Scenes In Sci-Fi. Will give Lambda <3', with flair 'Art' +[2020-07-26 21:36:25,099] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:36:25,219] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:36:26,981] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GGnEAOCzNks&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:36:27,472] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbhaaD6Wgg3nCfO0h_2hE1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:36:29,963] /u/OHJAYRAGE had their flair updated +[2020-07-26 21:36:47,073] There has been a new submission: 'Wedding film with the EOS R. Let me know what you think please.', with flair 'Video Critique' +[2020-07-26 21:36:48,136] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:36:48,341] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:36:49,450] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=logPtchMUrk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:36:49,822] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX4oE4HD6TtTh4fTptO9o5Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:36:52,072] /u/GaimzUp had their flair updated +[2020-07-26 21:37:10,694] There has been a new submission: 'Belfast Rooftop Shootout Scene (Sons of Anarchy) Season 3', with flair 'Video Critique' +[2020-07-26 21:37:11,956] /u/deakins96 had their submission removed for insufficient lambda. +[2020-07-26 21:37:13,060] /u/deakins96 had their flair updated +[2020-07-26 21:40:11,488] /u/MacAttack163 had their flair updated +[2020-07-26 21:45:25,305] There has been a new submission: 'Play with me horror game commentary', with flair 'Video Critique' +[2020-07-26 21:45:27,931] /u/taylo2 had their flair updated +[2020-07-26 21:45:45,187] There has been a new submission: 'Had a lot of fun making this one! Looking for all feedback, good/bad/inbetween! Lay it on me! :)', with flair 'Video Critique' +[2020-07-26 21:45:46,539] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:45:46,577] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:45:48,051] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w83qJ4f7qMs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:45:48,463] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:45:50,885] /u/CaptainGusMohawk had their flair updated +[2020-07-26 21:46:08,801] There has been a new submission: 'gordon ramsay.exe [consider subscribing if you like the content]', with flair 'Gaming' +[2020-07-26 21:46:10,115] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:46:10,116] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:46:11,185] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Oda9x6hehnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:46:11,554] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:46:13,771] /u/ameixarocha had their flair updated +[2020-07-26 21:47:19,843] '/u/taylo2' has given '/u/GraduateDan' lambda! +[2020-07-26 21:47:22,054] /u/GraduateDan had their flair updated +[2020-07-26 21:53:10,384] There has been a new submission: 'Thanks to everyone that has given me help on my channel. Aside from the audio sounding a bit off (i do not have a mic yet) is there anything else that i should be working on such as commentary or video cut critiques? Thanks and enjoy the horror game!', with flair 'Video Critique' +[2020-07-26 21:53:11,890] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 21:53:11,891] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 21:53:12,797] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=anpH6v2jPvY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:53:13,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM4jTKz8E0FKn7ep4L6jc8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 21:53:15,999] /u/GraduateDan had their flair updated +[2020-07-26 21:54:19,072] '/u/TheJustindsd' has given '/u/DanThePanda-YT' lambda! +[2020-07-26 21:54:22,093] /u/DanThePanda-YT had their flair updated +[2020-07-26 21:54:57,073] '/u/TheJustindsd' has given '/u/cav_1' lambda! +[2020-07-26 21:54:59,951] /u/cav_1 had their flair updated +[2020-07-26 21:55:47,757] There has been a new submission: 'I have been doing YT for 6 years but properly for a year, I want to grow but am not seeming to, any tips and tricks would be appreciated, I have linked my channel for you guys to look at and feel free to sub !!', with flair 'Channel Review' +[2020-07-26 21:55:49,352] /u/JACOB-C00K had their submission removed for insufficient lambda. +[2020-07-26 21:55:50,870] /u/JACOB-C00K had their flair updated +[2020-07-26 21:58:14,229] There has been a new submission: 'Check out my new plague inc. Vid and give your feedback please!', with flair 'Video Critique' +[2020-07-26 21:58:15,172] /u/ComradeElmo500 had their submission removed for insufficient lambda. +[2020-07-26 21:58:16,241] /u/ComradeElmo500 had their flair updated +[2020-07-26 22:02:21,880] '/u/MacAttack163' has given '/u/DanThePanda-YT' lambda! +[2020-07-26 22:02:24,706] /u/DanThePanda-YT had their flair updated +[2020-07-26 22:13:10,520] There has been a new submission: 'AM I IMPROVING?? DOES HARD WORK PAY OFF?', with flair 'Video Critique' +[2020-07-26 22:13:11,957] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-07-26 22:13:13,967] /u/JustDave93 had their flair updated +[2020-07-26 22:15:24,127] There has been a new submission: 'The Road has been BLOCKED!!- DBFZ Ranked Matches. Tell me what you guys think any advice is appreciated.', with flair 'Gaming' +[2020-07-26 22:15:26,337] /u/higexwhiskers had their submission removed for insufficient lambda. +[2020-07-26 22:15:27,931] /u/higexwhiskers had their flair updated +[2020-07-26 22:21:43,968] There has been a new submission: 'I put a lot of effort into this one. All i ask is that you watch the video at least halfway through please. Only giving lambda to good criticism.❤️', with flair 'Video Critique' +[2020-07-26 22:21:44,433] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 22:21:44,434] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 22:21:44,799] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mPeetCvEaLM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 22:21:45,008] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKQX_a_o3p41AX8NhNWqKRQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 22:21:47,687] /u/DeeJordz had their flair updated +[2020-07-26 22:30:08,466] '/u/CaptainGusMohawk' has given '/u/Jayotic44' lambda! +[2020-07-26 22:30:11,580] /u/Jayotic44 had their flair updated +[2020-07-26 22:30:31,872] There has been a new submission: 'Little help for a Day 1 Youtuber - Death Stranding (PC) Play through', with flair 'Gaming' +[2020-07-26 22:30:33,508] /u/Jay1WasTaken had their submission removed for insufficient lambda. +[2020-07-26 22:30:35,849] /u/Jay1WasTaken had their flair updated +[2020-07-26 22:34:13,779] There has been a new submission: 'NEW VIDEO: Find out why this puzzle is called the CAST INFINITY. (I will give lambda to people providing feedback after watching the whole video. Thanks a lot!)', with flair 'Video Critique' +[2020-07-26 22:34:14,841] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 22:34:14,880] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 22:34:15,990] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AsN3PYxu1Ps&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 22:34:16,397] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXd60s58LWyAR7Czt5ierTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 22:34:18,548] /u/BeatsandPiecesYT had their flair updated +[2020-07-26 22:36:21,813] '/u/TheJustindsd' has given '/u/06AC' lambda! +[2020-07-26 22:36:23,186] /u/06AC had their flair updated +[2020-07-26 22:38:19,406] '/u/TheJustindsd' has given '/u/EvirixYT' lambda! +[2020-07-26 22:38:20,465] /u/EvirixYT had their flair updated +[2020-07-26 22:39:29,974] +#################### +[Jul 26 2020 22:39:29] RESTARTED +#################### + +[2020-07-26 22:56:50,435] '/u/TheJustindsd' has given '/u/Jayotic44' lambda! +[2020-07-26 22:56:52,854] /u/Jayotic44 had their flair updated +[2020-07-26 23:19:31,956] There has been a new submission: 'Sinon Confronts Subtilizer | Sword Art Online Alicization War of Underwo...', with flair 'Channel Review' +[2020-07-26 23:19:33,798] /u/Irefig had their submission removed for insufficient lambda. +[2020-07-26 23:19:34,335] /u/Irefig had their flair updated +[2020-07-26 23:21:21,817] /u/TheBloggersAcademy had their flair updated +[2020-07-26 23:21:57,374] '/u/TheJustindsd' has given '/u/Wershelersh' lambda! +[2020-07-26 23:21:59,915] /u/Wershelersh had their flair updated +[2020-07-26 23:23:48,385] '/u/TheJustindsd' has given '/u/ElmaxVoid' lambda! +[2020-07-26 23:23:50,603] /u/ElmaxVoid had their flair updated +[2020-07-26 23:24:12,495] '/u/DeeJordz' has given '/u/BerneyTD' lambda! +[2020-07-26 23:24:14,997] /u/BerneyTD had their flair updated +[2020-07-26 23:25:29,814] There has been a new submission: 'Exploring an ABANDONED TRAIN TUNNEL', with flair 'Vlog' +[2020-07-26 23:25:31,291] /u/DexterJohnW had their submission removed for insufficient lambda. +[2020-07-26 23:25:32,647] /u/DexterJohnW had their flair updated +[2020-07-26 23:25:51,056] There has been a new submission: 'Hello guys, my channel has not gain a lot of subscribers recently and I am kind of bummed it would be great if y’all can subscribe cuz I am stuck at 23 subscribers rn', with flair 'Channel Review' +[2020-07-26 23:25:52,162] /u/Hikros had their submission removed for insufficient lambda. +[2020-07-26 23:25:53,432] /u/Hikros had their flair updated +[2020-07-26 23:26:11,420] There has been a new submission: 'Meet my cat's 🐱🦁🐯', with flair 'Vlog' +[2020-07-26 23:26:12,935] /u/BasiliskBones had their submission removed for insufficient lambda. +[2020-07-26 23:26:14,248] /u/BasiliskBones had their flair updated +[2020-07-26 23:26:32,618] There has been a new submission: 'How do i grow a Group Channel', with flair 'Discussion' +[2020-07-26 23:26:34,866] /u/Draconjr had their flair updated +[2020-07-26 23:26:52,094] There has been a new submission: 'Understanding Motors (Part 4): Motor Failure. Any thoughts or comments on things I could improve going forward, or just general thoughts will get lambda.', with flair 'Video Critique' +[2020-07-26 23:26:54,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-26 23:26:54,012] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-26 23:26:56,014] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4cDqfHALLvU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 23:26:56,504] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHZ56QNUDzspSZTFXayLLGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-26 23:26:58,748] /u/easyleezy had their flair updated +[2020-07-26 23:27:16,332] There has been a new submission: 'Are butts allowed?', with flair 'Discussion' +[2020-07-26 23:27:17,602] /u/UniversalBasicDonuts had their flair updated +[2020-07-26 23:27:35,631] There has been a new submission: 'Can someone give feedback for my video/thumbnail?', with flair 'Video Critique' +[2020-07-26 23:27:37,027] /u/motlow7 had their submission removed for insufficient lambda. +[2020-07-26 23:27:38,009] /u/motlow7 had their flair updated +[2020-07-26 23:27:54,977] There has been a new submission: 'I recently made a Documentary on WWI planes, constructive criticism would be greatly appreciated', with flair 'Video Critique' +[2020-07-26 23:27:56,373] /u/Tagmeister had their submission removed for insufficient lambda. +[2020-07-26 23:27:57,235] /u/Tagmeister had their flair updated +[2020-07-26 23:30:19,265] '/u/easyleezy' has given '/u/aandabackyard' lambda! +[2020-07-26 23:30:22,206] /u/aandabackyard had their flair updated +[2020-07-26 23:31:14,231] '/u/easyleezy' has given '/u/UrrFive' lambda! +[2020-07-26 23:31:16,890] /u/UrrFive had their flair updated +[2020-07-26 23:34:18,004] '/u/bens119' has given '/u/_eyogg_' lambda! +[2020-07-26 23:34:20,296] /u/_eyogg_ had their flair updated +[2020-07-26 23:36:33,365] '/u/ItzRusty' has given '/u/CaptainGusMohawk' lambda! +[2020-07-26 23:36:35,670] /u/CaptainGusMohawk had their flair updated +[2020-07-26 23:37:36,800] '/u/whereismael' has given '/u/rainbowricekrispies' lambda! +[2020-07-26 23:37:39,342] /u/rainbowricekrispies had their flair updated +[2020-07-26 23:51:49,065] '/u/qzeqYT' has given '/u/mr_churs' lambda! +[2020-07-26 23:51:51,184] /u/mr_churs had their flair updated +[2020-07-26 23:53:52,685] There has been a new submission: 'GTA 5 ONLINE BUT. IM THE CHAMP23 IS SUS.....', with flair 'Gaming' +[2020-07-26 23:53:55,704] /u/Skipz12 had their submission removed for insufficient lambda. +[2020-07-26 23:53:57,646] /u/Skipz12 had their flair updated +[2020-07-26 23:58:27,214] There has been a new submission: 'Reason why I don't talk trash online', with flair 'None' +[2020-07-26 23:58:28,652] /u/Ciel369 had their submission removed for insufficient lambda. +[2020-07-26 23:58:29,596] /u/Ciel369 had their flair updated +[2020-07-26 23:59:30,339] There has been a new submission: 'THIS IS MIGHT BE THE BEST JUDGE IN NORTH AMERICA', with flair 'Channel Review' +[2020-07-26 23:59:31,077] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-07-26 23:59:31,691] /u/nationhiphop had their flair updated +[2020-07-27 00:32:05,939] There has been a new submission: 'I want to share My video and My channel here', with flair 'Gaming' +[2020-07-27 00:32:07,838] /u/Ender-Essence had their submission removed for insufficient lambda. +[2020-07-27 00:32:09,968] /u/Ender-Essence had their flair updated +[2020-07-27 00:35:31,661] '/u/DeeJordz' has given '/u/shifty327' lambda! +[2020-07-27 00:35:33,306] /u/shifty327 had their flair updated +[2020-07-27 00:37:37,557] There has been a new submission: 'Just made this video about why people love villains! Would love some feedback since I’m still new to this style of the video. Particularly my music choice and how well it goes with the video. Will give lambda to everyone !!', with flair 'Video Critique' +[2020-07-27 00:37:37,739] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 00:37:37,741] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 00:37:37,847] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C97kOT7Y0_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 00:37:37,944] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3-8-_SoeFJCAZs87j150Dw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 00:37:40,193] /u/ghoultail had their flair updated +[2020-07-27 00:39:13,139] +#################### +[Jul 27 2020 00:39:13] RESTARTED +#################### + +[2020-07-27 01:02:02,217] There has been a new submission: 'WHICH PHONE TAKES THE BEST PHOTOS? PHONE 11 PRO v GALAXY FOLD', with flair 'Video Critique' +[2020-07-27 01:02:04,011] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-07-27 01:02:06,099] /u/Spinstorm had their flair updated +[2020-07-27 01:02:24,356] There has been a new submission: 'BEST fishing tutorial! VLOG #1', with flair 'Vlog' +[2020-07-27 01:02:25,750] /u/owntheavenue had their submission removed for insufficient lambda. +[2020-07-27 01:02:28,251] /u/owntheavenue had their flair updated +[2020-07-27 01:03:39,105] There has been a new submission: 'If you have 2 minutes', with flair 'Video Critique' +[2020-07-27 01:03:40,464] /u/Team_Kevin had their submission removed for insufficient lambda. +[2020-07-27 01:03:42,233] /u/Team_Kevin had their flair updated +[2020-07-27 01:06:40,659] There has been a new submission: '10 Tips for Youtube Content Creators | Youtube Advice', with flair 'Video Critique' +[2020-07-27 01:06:42,787] /u/OrdinaryBiscuit had their submission removed for insufficient lambda. +[2020-07-27 01:06:44,755] /u/OrdinaryBiscuit had their flair updated +[2020-07-27 01:07:59,845] There has been a new submission: 'GTA 5 ONLINE BUT. IM THE CHAMP23 IS SUS.....', with flair 'Gaming' +[2020-07-27 01:08:00,981] /u/Skipz12 had their submission removed for insufficient lambda. +[2020-07-27 01:08:01,919] /u/Skipz12 had their flair updated +[2020-07-27 01:19:36,348] '/u/MrCarsone' has given '/u/PoaetceThe2nd' lambda! +[2020-07-27 01:19:38,730] /u/PoaetceThe2nd had their flair updated +[2020-07-27 01:25:09,841] There has been a new submission: 'Horrid Cinema A review channel for the cynical.', with flair 'Channel Review' +[2020-07-27 01:25:11,124] /u/Able_Cryptographer_8 had their submission removed for insufficient lambda. +[2020-07-27 01:25:12,835] /u/Able_Cryptographer_8 had their flair updated +[2020-07-27 01:46:08,770] There has been a new submission: 'ANY ADVICE!', with flair 'Channel Review' +[2020-07-27 01:46:10,131] /u/owntheavenue had their submission removed for insufficient lambda. +[2020-07-27 01:46:11,861] /u/owntheavenue had their flair updated +[2020-07-27 01:50:48,472] There has been a new submission: 'dont be dummy be a smartie come and join the nazi party', with flair 'Gaming' +[2020-07-27 01:50:50,494] /u/Iconicboyi had their submission removed for insufficient lambda. +[2020-07-27 01:50:52,741] /u/Iconicboyi had their flair updated +[2020-07-27 01:57:43,952] There has been a new submission: 'What To Do When Traveling During COVID-19 (Coronavirus) Pandemic', with flair 'Video Critique' +[2020-07-27 01:57:45,213] /u/BrainifyOfficial had their submission removed for insufficient lambda. +[2020-07-27 01:57:46,488] /u/BrainifyOfficial had their flair updated +[2020-07-27 01:59:30,868] There has been a new submission: 'Anime Collection', with flair 'Video Critique' +[2020-07-27 01:59:31,648] /u/movienationyt had their submission removed for insufficient lambda. +[2020-07-27 01:59:32,226] /u/movienationyt had their flair updated +[2020-07-27 02:01:12,622] There has been a new submission: 'Any fans of Subnautica? This is my latest episode in the series but i took a different approach to editing and spent much more time learning the process! Any advice for future videos gets Lambda!', with flair 'Video Critique' +[2020-07-27 02:01:13,338] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 02:01:13,353] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 02:01:13,738] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_cMofimiavk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:01:13,911] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:01:16,921] /u/Chig3l had their flair updated +[2020-07-27 02:02:04,217] There has been a new submission: 'Please consider checking us out I would love to grow my channel', with flair 'Video Critique' +[2020-07-27 02:02:05,638] /u/beanj_420 had their submission removed for insufficient lambda. +[2020-07-27 02:02:07,758] /u/beanj_420 had their flair updated +[2020-07-27 02:04:45,487] There has been a new submission: 'Fargo - 100s Review (Spoiler Free)', with flair 'Video Critique' +[2020-07-27 02:04:45,924] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 02:04:45,926] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 02:04:46,311] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ohiDnQQv_UI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:04:46,522] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:04:48,732] /u/Fangore had their flair updated +[2020-07-27 02:06:35,293] '/u/easyleezy' has given '/u/-Lipo-' lambda! +[2020-07-27 02:06:36,735] /u/-Lipo- had their flair updated +[2020-07-27 02:11:45,559] '/u/SerranoHolm' has given '/u/PonjiNinja' lambda! +[2020-07-27 02:11:47,904] /u/PonjiNinja had their flair updated +[2020-07-27 02:13:25,865] '/u/SerranoHolm' has given '/u/truthfullytiggy' lambda! +[2020-07-27 02:13:28,244] /u/truthfullytiggy had their flair updated +[2020-07-27 02:13:55,354] There has been a new submission: 'Ambulance Waiting...', with flair 'Discussion' +[2020-07-27 02:13:57,901] /u/_NGaming_ had their flair updated +[2020-07-27 02:14:26,643] There has been a new submission: 'How Did I do on this reaction video? I tried to make it clean Moonwalking in Calabasas Reaction', with flair 'Video Critique' +[2020-07-27 02:14:27,993] /u/Starwashere had their submission removed for insufficient lambda. +[2020-07-27 02:14:29,779] /u/Starwashere had their flair updated +[2020-07-27 02:17:28,220] '/u/SerranoHolm' has given '/u/MafiasFinestTV' lambda! +[2020-07-27 02:17:30,102] /u/MafiasFinestTV had their flair updated +[2020-07-27 02:30:18,582] There has been a new submission: 'I've been doing (kinda) animations during my Let's Plays to help illustrate my rants. Are they worth doing?', with flair 'Video Critique' +[2020-07-27 02:30:19,812] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 02:30:19,850] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 02:30:21,080] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oJhKwd_3cWk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:30:21,412] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4yKkyI3f7PaJnZ67F1pgwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 02:30:24,568] /u/mr_churs had their flair updated +[2020-07-27 02:30:46,981] There has been a new submission: 'I made a video just vibing with my friend over discord. Please watch and enjoy. It means the world :)', with flair 'Gaming' +[2020-07-27 02:30:49,029] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-07-27 02:30:51,402] /u/Hollowed-VVS had their flair updated +[2020-07-27 02:39:29,560] +#################### +[Jul 27 2020 02:39:29] RESTARTED +#################### + +[2020-07-27 03:17:32,430] There has been a new submission: 'please watch and give feedback', with flair 'Gaming' +[2020-07-27 03:17:34,071] /u/Bean_plont had their submission removed for insufficient lambda. +[2020-07-27 03:17:34,937] /u/Bean_plont had their flair updated +[2020-07-27 03:17:53,512] There has been a new submission: 'Shining steel taps: Quick mode video', with flair 'Video Critique' +[2020-07-27 03:17:54,495] /u/samchem486 had their submission removed for insufficient lambda. +[2020-07-27 03:17:55,358] /u/samchem486 had their flair updated +[2020-07-27 03:18:10,968] There has been a new submission: 'Recently made a video. It had many issues during production but still looks good.', with flair 'Gaming' +[2020-07-27 03:18:11,803] /u/TheOneFanOfClicking had their submission removed for insufficient lambda. +[2020-07-27 03:18:12,702] /u/TheOneFanOfClicking had their flair updated +[2020-07-27 03:18:29,175] There has been a new submission: 'Just posted an Over/Under parody on Friday! Let me know what you think and SUBSCRIBE if you like it!', with flair 'Video Critique' +[2020-07-27 03:18:30,074] /u/elexcaro had their submission removed for insufficient lambda. +[2020-07-27 03:18:30,852] /u/elexcaro had their flair updated +[2020-07-27 03:20:37,047] '/u/easyleezy' has given '/u/jxvicinema' lambda! +[2020-07-27 03:20:40,124] /u/jxvicinema had their flair updated +[2020-07-27 03:22:27,833] There has been a new submission: 'How do I post a story or a poll ?', with flair 'Discussion' +[2020-07-27 03:22:30,132] /u/deakins96 had their flair updated +[2020-07-27 03:22:48,355] There has been a new submission: 'I'm wondering what you think of my newest video and what I can do better', with flair 'Video Critique' +[2020-07-27 03:22:49,742] /u/Yovry_YT had their submission removed for insufficient lambda. +[2020-07-27 03:22:51,665] /u/Yovry_YT had their flair updated +[2020-07-27 03:24:13,966] There has been a new submission: 'New video I made a Minecraft montage lol', with flair 'Gaming' +[2020-07-27 03:24:15,362] /u/Vyex- had their submission removed for insufficient lambda. +[2020-07-27 03:24:16,963] /u/Vyex- had their flair updated +[2020-07-27 03:24:38,182] '/u/MrCarsone' has given '/u/jxvicinema' lambda! +[2020-07-27 03:24:40,522] /u/jxvicinema had their flair updated +[2020-07-27 03:25:47,906] '/u/mr_churs' has given '/u/AlsleumMusic' lambda! +[2020-07-27 03:25:50,358] /u/AlsleumMusic had their flair updated +[2020-07-27 03:52:20,627] There has been a new submission: 'New Gamers unite', with flair 'Discussion' +[2020-07-27 03:52:23,427] /u/GraduateDan had their flair updated +[2020-07-27 03:53:07,778] There has been a new submission: 'Subreddit be FB group?', with flair 'Discussion' +[2020-07-27 03:53:10,053] /u/japantrepreneur had their flair updated +[2020-07-27 03:56:23,572] '/u/Chig3l' has given '/u/GraduateDan' lambda! +[2020-07-27 03:56:26,040] /u/GraduateDan had their flair updated +[2020-07-27 03:59:19,660] '/u/qzeqYT' has given '/u/bob__sacramento' lambda! +[2020-07-27 03:59:21,669] /u/bob__sacramento had their flair updated +[2020-07-27 04:01:46,625] '/u/mr_churs' has given '/u/bob__sacramento' lambda! +[2020-07-27 04:01:49,528] /u/bob__sacramento had their flair updated +[2020-07-27 04:08:48,111] There has been a new submission: 'I need your opinions! I am not really happy with this video but I am proud that, despite the shit week I had... I still managed improving on something. What I want your opinion on is the intro and outro segments. I really enjoyed using them. No lambda for vague comments.', with flair 'Video Critique' +[2020-07-27 04:08:48,860] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 04:08:48,862] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 04:08:49,230] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dOLnUbmxnSM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:08:49,407] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:08:50,744] /u/Illfury had their flair updated +[2020-07-27 04:09:39,003] There has been a new submission: 'Hey there! I have a Hearthstone gaming channel and I've hit an engagement wall. I'm not sure what my channel direction should be. Should I start Twitch streaming? Do I need to continue making videos like my most recent video? How else can I promote my content outside of YT? Any feedback is welcome!', with flair 'Channel Review' +[2020-07-27 04:09:40,598] /u/MixedBerryGatorade had their flair updated +[2020-07-27 04:11:28,430] There has been a new submission: '15 facts about sleep and dreams', with flair 'Channel Review' +[2020-07-27 04:11:29,990] /u/JustdeathX had their submission removed for insufficient lambda. +[2020-07-27 04:11:32,289] /u/JustdeathX had their flair updated +[2020-07-27 04:12:26,825] There has been a new submission: 'I wanted to help those who were on the fence about starting a channel of their own. Feel free to comment something nice and motivational so newtubers may follow your comment to your channel and check you out!', with flair 'Vlog' +[2020-07-27 04:12:28,383] /u/sayystella had their submission removed for insufficient lambda. +[2020-07-27 04:12:31,131] /u/sayystella had their flair updated +[2020-07-27 04:14:37,893] There has been a new submission: 'I wanna know how people get past the youtube algos and upload full length movies ?', with flair 'Discussion' +[2020-07-27 04:14:39,941] /u/deakins96 had their flair updated +[2020-07-27 04:19:17,566] There has been a new submission: 'Alright Guys I'd really appreciate it if you tell me the honest truth and tell me if I should keep going with this series. ANY KIND OF RESPONSE OR FEEDBACK ILL GIVE LAMBDA', with flair 'Video Critique' +[2020-07-27 04:19:18,791] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 04:19:18,792] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 04:19:19,982] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YdS4okNPvEs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:19:20,351] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:19:21,950] /u/danifernt had their flair updated +[2020-07-27 04:23:09,970] '/u/StealthyTanto' has given '/u/Peltlegs' lambda! +[2020-07-27 04:23:11,927] /u/Peltlegs had their flair updated +[2020-07-27 04:24:15,737] There has been a new submission: 'My latest video, took a while to edit, please give me some feedback and suggestions', with flair 'Gaming' +[2020-07-27 04:24:16,176] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 04:24:16,178] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 04:24:16,511] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aYLXGx9LAfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:24:16,720] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMoDo9m66ga5QTJMJ8ct-aw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 04:24:19,090] /u/PoaetceThe2nd had their flair updated +[2020-07-27 04:25:40,092] '/u/StealthyTanto' has given '/u/easyleezy' lambda! +[2020-07-27 04:25:42,800] /u/easyleezy had their flair updated +[2020-07-27 04:26:27,724] '/u/StealthyTanto' has given '/u/tommyboy_lr' lambda! +[2020-07-27 04:26:30,256] /u/tommyboy_lr had their flair updated +[2020-07-27 04:27:42,226] '/u/StealthyTanto' has given '/u/MacAttack163' lambda! +[2020-07-27 04:27:44,559] /u/MacAttack163 had their flair updated +[2020-07-27 04:28:24,560] '/u/Union_Jack1' has given '/u/bob__sacramento' lambda! +[2020-07-27 04:28:27,055] /u/bob__sacramento had their flair updated +[2020-07-27 04:29:58,300] '/u/Illfury' has given '/u/M64ness' lambda! +[2020-07-27 04:30:00,340] /u/M64ness had their flair updated +[2020-07-27 04:39:28,251] +#################### +[Jul 27 2020 04:39:28] RESTARTED +#################### + +[2020-07-27 05:13:31,467] There has been a new submission: 'Wow, a modern country song that's actually good (and is oc). I'm actually shocked.', with flair 'Art' +[2020-07-27 05:13:32,815] /u/Gluteusmaximus1898 had their submission removed for insufficient lambda. +[2020-07-27 05:13:34,490] /u/Gluteusmaximus1898 had their flair updated +[2020-07-27 05:13:54,238] There has been a new submission: 'Do you ever think of just giving up?', with flair 'Discussion' +[2020-07-27 05:13:56,412] /u/PapaDragonPH had their flair updated +[2020-07-27 05:14:14,779] There has been a new submission: 'Modern Warfare makes me braindead', with flair 'Gaming' +[2020-07-27 05:14:15,967] /u/sambullock4 had their submission removed for insufficient lambda. +[2020-07-27 05:14:17,527] /u/sambullock4 had their flair updated +[2020-07-27 05:15:20,805] '/u/Illfury' has given '/u/cheekynandos058' lambda! +[2020-07-27 05:15:23,092] /u/cheekynandos058 had their flair updated +[2020-07-27 05:16:54,955] There has been a new submission: 'Hiko Valorant highlights! Have a good day!', with flair 'Gaming' +[2020-07-27 05:16:55,979] /u/ValorantMemeWorld had their submission removed for insufficient lambda. +[2020-07-27 05:16:57,007] /u/ValorantMemeWorld had their flair updated +[2020-07-27 05:17:14,882] There has been a new submission: 'How To Make A Custom Mask For Less Than $20 In Under 5 Minutes (Not going to lie, this video is hella weird. Lambda for feedback!)', with flair 'Video Critique' +[2020-07-27 05:17:16,676] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 05:17:16,715] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 05:17:18,394] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NJKLE536hEc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 05:17:18,804] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClZJolN72sxNvnS75JNEQ_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 05:17:21,502] /u/ESK8Store had their flair updated +[2020-07-27 05:17:37,663] There has been a new submission: 'Deep Sea - Copyright Free music (Original Sound of Music (SFM) Music)', with flair 'Channel Review' +[2020-07-27 05:17:38,973] /u/RunAppropriate6373 had their submission removed for insufficient lambda. +[2020-07-27 05:17:39,881] /u/RunAppropriate6373 had their flair updated +[2020-07-27 05:28:03,644] '/u/Illfury' has given '/u/Platoniko' lambda! +[2020-07-27 05:28:05,774] /u/Platoniko had their flair updated +[2020-07-27 05:31:42,314] There has been a new submission: 'Please subscribe my channel and watch the video', with flair 'Channel Review' +[2020-07-27 05:31:43,874] /u/unseennature had their submission removed for insufficient lambda. +[2020-07-27 05:31:46,045] /u/unseennature had their flair updated +[2020-07-27 05:35:13,207] '/u/TheJustindsd' has given '/u/SpeedyStreamer' lambda! +[2020-07-27 05:35:15,709] /u/SpeedyStreamer had their flair updated +[2020-07-27 05:36:21,415] There has been a new submission: 'Hey guys! Got a legit question about some comments on my videos.', with flair 'Discussion' +[2020-07-27 05:36:23,600] /u/luisfrobles had their flair updated +[2020-07-27 05:37:11,976] '/u/TheJustindsd' has given '/u/ChoppedRamen' lambda! +[2020-07-27 05:37:13,732] /u/ChoppedRamen had their flair updated +[2020-07-27 05:39:01,300] '/u/Fangore' has given '/u/Platoniko' lambda! +[2020-07-27 05:39:02,319] /u/Platoniko had their flair updated +[2020-07-27 05:39:13,979] '/u/TheJustindsd' has given '/u/meatloaf_renegade' lambda! +[2020-07-27 05:39:14,951] /u/meatloaf_renegade had their flair updated +[2020-07-27 05:40:12,384] '/u/TheJustindsd' has given '/u/SerranoHolm' lambda! +[2020-07-27 05:40:14,613] /u/SerranoHolm had their flair updated +[2020-07-27 05:44:13,099] There has been a new submission: 'Virtual Streamer Iron Mouse Gets 4000$ Donation - Top Twitch Donations #00011', with flair 'Video Critique' +[2020-07-27 05:44:14,530] /u/CalmCoolSavage had their submission removed for insufficient lambda. +[2020-07-27 05:44:17,201] /u/CalmCoolSavage had their flair updated +[2020-07-27 05:45:35,865] '/u/PizzaParker36' has given '/u/randomness1278' lambda! +[2020-07-27 05:45:37,922] /u/randomness1278 had their flair updated +[2020-07-27 05:55:53,331] There has been a new submission: 'We made this video of us playing characters who read horrible fanfiction and we try our best to stay in character while reading. We like what we have so far but we're open to hearing some critiques and just suggestions on how to make the next one we do even better.', with flair 'Video Critique' +[2020-07-27 05:55:54,709] /u/ThomasCommaBrian had their submission removed for insufficient lambda. +[2020-07-27 05:55:56,393] /u/ThomasCommaBrian had their flair updated +[2020-07-27 05:57:07,195] There has been a new submission: 'WE ARE VACATIONING IN LA!! ( Loft Tour & Brunch) | California Travel Vlog', with flair 'Vlog' +[2020-07-27 05:57:08,462] /u/MarilynandSteven0411 had their submission removed for insufficient lambda. +[2020-07-27 05:57:09,899] /u/MarilynandSteven0411 had their flair updated +[2020-07-27 05:58:30,526] There has been a new submission: 'ASMR Is Terrifying', with flair 'Video Critique' +[2020-07-27 05:58:32,420] /u/dylansharon had their submission removed for insufficient lambda. +[2020-07-27 05:58:33,483] /u/dylansharon had their flair updated +[2020-07-27 06:03:15,060] '/u/ESK8Store' has given '/u/jaxtnh' lambda! +[2020-07-27 06:03:19,807] /u/jaxtnh had their flair updated +[2020-07-27 06:05:58,828] There has been a new submission: 'A video I made drawing a scary clown. Woild love feedback', with flair 'Video Critique' +[2020-07-27 06:06:00,239] /u/haddythecreator had their submission removed for insufficient lambda. +[2020-07-27 06:06:01,707] /u/haddythecreator had their flair updated +[2020-07-27 06:13:30,990] '/u/MrMoo-Youtube' has given '/u/brodude__' lambda! +[2020-07-27 06:13:33,691] /u/brodude__ had their flair updated +[2020-07-27 06:28:31,052] There has been a new submission: 'Please check out our new vid from new series ‘Guess Series’ Cheers', with flair 'Channel Review' +[2020-07-27 06:28:31,994] /u/Qgal99 had their submission removed for insufficient lambda. +[2020-07-27 06:28:33,062] /u/Qgal99 had their flair updated +[2020-07-27 06:29:18,073] There has been a new submission: 'Hey guys this is an amazing cooking channel for simple and easy recipes, do try it out and let me know if you all loved it', with flair 'Vlog' +[2020-07-27 06:29:18,852] /u/vaish1601 had their submission removed for insufficient lambda. +[2020-07-27 06:29:19,672] /u/vaish1601 had their flair updated +[2020-07-27 06:31:07,452] There has been a new submission: 'Please check this out! I put a lot of time and effort on to it! GOLDEN AGE ᴴᴰ // DAMIAN LILLARD MIX ᴴᴰ', with flair 'Channel Review' +[2020-07-27 06:31:10,077] /u/Destdrom had their submission removed for insufficient lambda. +[2020-07-27 06:31:12,451] /u/Destdrom had their flair updated +[2020-07-27 06:36:15,129] There has been a new submission: 'Hey this channel gives simple and easy quarantine friendly cooking videos, do check it out and try at home and let us know if you love it', with flair 'Vlog' +[2020-07-27 06:36:16,532] /u/mrs-optimistic had their submission removed for insufficient lambda. +[2020-07-27 06:36:17,935] /u/mrs-optimistic had their flair updated +[2020-07-27 06:39:23,065] +#################### +[Jul 27 2020 06:39:23] RESTARTED +#################### + +[2020-07-27 07:13:21,130] There has been a new submission: 'Relaxation and Meditation - Snowfall', with flair 'Video Critique' +[2020-07-27 07:13:22,811] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-27 07:13:24,653] /u/GabriellaTadros had their flair updated +[2020-07-27 07:14:15,932] '/u/PoaetceThe2nd' has given '/u/Platoniko' lambda! +[2020-07-27 07:14:18,143] /u/Platoniko had their flair updated +[2020-07-27 07:15:05,620] '/u/ESK8Store' has given '/u/haddythecreator' lambda! +[2020-07-27 07:15:07,627] /u/haddythecreator had their flair updated +[2020-07-27 07:16:55,936] /u/DelogueAcoustic had their flair updated +[2020-07-27 07:17:15,977] /u/haddythecreator had their flair updated +[2020-07-27 07:18:19,929] '/u/midnightjenga' has given '/u/SerranoHolm' lambda! +[2020-07-27 07:18:22,060] /u/SerranoHolm had their flair updated +[2020-07-27 07:20:40,334] '/u/LexPlex9000' has given '/u/haddythecreator' lambda! +[2020-07-27 07:20:43,441] /u/haddythecreator had their flair updated +[2020-07-27 07:23:29,201] /u/KevinClaus had their flair updated +[2020-07-27 07:42:16,195] There has been a new submission: 'Please check out one of my videos! (There’s two short ones) I will do the same/sub to you!(:', with flair 'Video Critique' +[2020-07-27 07:42:17,753] /u/thecccandymaster had their submission removed for insufficient lambda. +[2020-07-27 07:42:19,923] /u/thecccandymaster had their flair updated +[2020-07-27 07:44:01,690] There has been a new submission: 'Hello Comrades! I Make My First Video Trailer for a Short Film Does it look intriguing and interesting? I am very interested in your opinion! 🚭 SMOGSTER | Short Film - Teaser', with flair 'Video Critique' +[2020-07-27 07:44:03,246] /u/BRO-NAVARO had their submission removed for insufficient lambda. +[2020-07-27 07:44:05,130] /u/BRO-NAVARO had their flair updated +[2020-07-27 07:51:11,788] There has been a new submission: 'Ive already got 400 views in 21 hours and if you havent seen my recent vido go watch it! Yt-Osrm Mtb', with flair 'Discussion' +[2020-07-27 07:51:14,702] /u/OsrmMtbYT had their flair updated +[2020-07-27 07:59:00,025] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-27 08:26:14,443] There has been a new submission: 'Fantasy Art Paintover! Please check it out :)', with flair 'Art' +[2020-07-27 08:26:15,778] /u/ftangart had their submission removed for insufficient lambda. +[2020-07-27 08:26:17,302] /u/ftangart had their flair updated +[2020-07-27 08:36:23,460] There has been a new submission: 'A video i just made, would love some feedback', with flair 'Video Critique' +[2020-07-27 08:36:24,830] /u/GrubbyGamingYT had their submission removed for insufficient lambda. +[2020-07-27 08:36:26,348] /u/GrubbyGamingYT had their flair updated +[2020-07-27 08:39:13,566] +#################### +[Jul 27 2020 08:39:13] RESTARTED +#################### + +[2020-07-27 08:54:20,152] There has been a new submission: 'I just tried time bending for the first time any thoughts?', with flair 'Gaming' +[2020-07-27 08:54:21,269] /u/kyvros_gaming had their submission removed for insufficient lambda. +[2020-07-27 08:54:22,735] /u/kyvros_gaming had their flair updated +[2020-07-27 09:08:19,834] '/u/mr_churs' has given '/u/The-Sanity' lambda! +[2020-07-27 09:08:21,019] /u/The-Sanity had their flair updated +[2020-07-27 09:10:11,220] '/u/mr_churs' has given '/u/Sunkissed-horizon' lambda! +[2020-07-27 09:10:13,481] /u/Sunkissed-horizon had their flair updated +[2020-07-27 09:14:37,635] '/u/DeeJordz' has given '/u/-Lipo-' lambda! +[2020-07-27 09:14:40,389] /u/-Lipo- had their flair updated +[2020-07-27 09:19:15,761] '/u/DeeJordz' has given '/u/EgglessOmelette69' lambda! +[2020-07-27 09:19:16,681] /u/EgglessOmelette69 had their flair updated +[2020-07-27 09:19:46,934] '/u/BeatsandPiecesYT' has given '/u/Ohwordmyguy' lambda! +[2020-07-27 09:19:47,750] /u/Ohwordmyguy had their flair updated +[2020-07-27 09:21:03,317] '/u/BeatsandPiecesYT' has given '/u/_eyogg_' lambda! +[2020-07-27 09:21:05,803] /u/_eyogg_ had their flair updated +[2020-07-27 09:26:25,972] There has been a new submission: 'Skywars Fails First Video. Sub and like if you want', with flair 'Gaming' +[2020-07-27 09:26:27,241] /u/NikolaGM167 had their submission removed for insufficient lambda. +[2020-07-27 09:26:29,002] /u/NikolaGM167 had their flair updated +[2020-07-27 09:29:33,098] There has been a new submission: 'YouTube's No.1 News Show- Let me know what you think', with flair 'Video Critique' +[2020-07-27 09:29:35,100] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 09:29:35,102] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 09:29:36,779] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6Z4TPs4pSfE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 09:29:37,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF_U3jLpey87uVvHxYrmfMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 09:29:38,788] /u/olisterw had their flair updated +[2020-07-27 09:29:57,515] There has been a new submission: '[FOR HIRE]', with flair 'Collab' +[2020-07-27 09:29:58,295] /u/aysgrand had their flair updated +[2020-07-27 09:33:58,329] There has been a new submission: 'I hit fifty subscribers after 6 months, is there anything that I am doing wrong in climbing up the YouTube algorithm', with flair 'Channel Review' +[2020-07-27 09:33:59,702] /u/pekka-master had their submission removed for insufficient lambda. +[2020-07-27 09:34:01,550] /u/pekka-master had their flair updated +[2020-07-27 10:04:37,076] There has been a new submission: 'Will Smith realizes his song doesn't make any sense. r/WatchPeopleDieInside', with flair 'None' +[2020-07-27 10:04:38,638] /u/KunwarGaming had their submission removed for insufficient lambda. +[2020-07-27 10:04:40,466] /u/KunwarGaming had their flair updated +[2020-07-27 10:06:47,145] There has been a new submission: 'Scarlett 2i2 3rd Gen Audio Interface & Audio Technica AT2035 Condenser Microphone Unboxing & Testing', with flair 'Vlog' +[2020-07-27 10:06:48,352] /u/JahniBoi had their submission removed for insufficient lambda. +[2020-07-27 10:06:49,794] /u/JahniBoi had their flair updated +[2020-07-27 10:32:41,759] There has been a new submission: 'Hey guys and girls, we're a really new channel and I'm a bit worried that, as we're new, we're not entertaining enough for the modern YouTube commentary/reaction community. Any advice would be awesome!', with flair 'Video Critique' +[2020-07-27 10:32:43,626] /u/NOTimPreston had their submission removed for insufficient lambda. +[2020-07-27 10:32:45,659] /u/NOTimPreston had their flair updated +[2020-07-27 10:39:14,140] +#################### +[Jul 27 2020 10:39:14] RESTARTED +#################### + +[2020-07-27 10:54:38,846] '/u/Illfury' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-07-27 10:54:40,575] /u/Vasilis-Tsaknakis had their flair updated +[2020-07-27 10:55:15,103] '/u/mr_churs' has given '/u/Model_M0CH4' lambda! +[2020-07-27 10:55:16,392] /u/Model_M0CH4 had their flair updated +[2020-07-27 10:55:25,126] '/u/Illfury' has given '/u/playerinfinity707' lambda! +[2020-07-27 10:55:27,384] /u/playerinfinity707 had their flair updated +[2020-07-27 10:56:33,567] '/u/Illfury' has given '/u/WxCHRILLExW' lambda! +[2020-07-27 10:56:35,825] /u/WxCHRILLExW had their flair updated +[2020-07-27 10:56:52,814] There has been a new submission: 'Everything about NASA's new Mars Rover Perseverance', with flair 'Channel Review' +[2020-07-27 10:56:55,894] /u/robins__spaceworlds had their submission removed for insufficient lambda. +[2020-07-27 10:56:57,005] /u/robins__spaceworlds had their flair updated +[2020-07-27 10:57:14,267] There has been a new submission: 'Need advice on YouTube', with flair 'Channel Review' +[2020-07-27 10:57:15,820] /u/And-ThatsWhatSheSaid had their submission removed for insufficient lambda. +[2020-07-27 10:57:16,847] /u/And-ThatsWhatSheSaid had their flair updated +[2020-07-27 10:57:34,141] There has been a new submission: 'Hey everyone I make fun of Modern Warfare because of all the glitches we've had and keep getting. Long time Call of Duty fans who know how great this game was, could you watch this and tell me if I should keep m making fun of them?', with flair 'Video Critique' +[2020-07-27 10:57:35,620] /u/CallOfDeception had their submission removed for insufficient lambda. +[2020-07-27 10:57:37,225] /u/CallOfDeception had their flair updated +[2020-07-27 10:59:11,502] '/u/Illfury' has given '/u/Zanvure' lambda! +[2020-07-27 10:59:13,511] /u/Zanvure had their flair updated +[2020-07-27 11:00:16,561] '/u/Illfury' has given '/u/CurrentOfficial' lambda! +[2020-07-27 11:00:19,429] /u/CurrentOfficial had their flair updated +[2020-07-27 11:00:53,862] There has been a new submission: 'Need advice for YouTube', with flair 'Discussion' +[2020-07-27 11:00:56,524] /u/And-ThatsWhatSheSaid had their flair updated +[2020-07-27 11:04:58,875] '/u/wildh4rt' has given '/u/shifty327' lambda! +[2020-07-27 11:05:01,457] /u/shifty327 had their flair updated +[2020-07-27 11:05:42,388] '/u/wildh4rt' has given '/u/cav_1' lambda! +[2020-07-27 11:05:45,017] /u/cav_1 had their flair updated +[2020-07-27 11:12:58,479] '/u/mr_churs' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-07-27 11:13:01,389] /u/Vasilis-Tsaknakis had their flair updated +[2020-07-27 11:14:22,151] '/u/PoaetceThe2nd' has given '/u/Sunkissed-horizon' lambda! +[2020-07-27 11:14:24,946] /u/Sunkissed-horizon had their flair updated +[2020-07-27 11:16:42,941] '/u/olisterw' has given '/u/Butt___cuddles' lambda! +[2020-07-27 11:16:45,199] /u/Butt___cuddles had their flair updated +[2020-07-27 11:17:09,238] '/u/olisterw' has given '/u/Model_M0CH4' lambda! +[2020-07-27 11:17:11,405] /u/Model_M0CH4 had their flair updated +[2020-07-27 11:17:29,941] There has been a new submission: 'I've been editing for 3 weeks now, I feel my edits are going forward. Advice/feedback is always welcome.', with flair 'Gaming' +[2020-07-27 11:17:31,093] /u/svngod had their submission removed for insufficient lambda. +[2020-07-27 11:17:32,286] /u/svngod had their flair updated +[2020-07-27 11:18:22,083] '/u/olisterw' has given '/u/SpeedyStreamer' lambda! +[2020-07-27 11:18:24,622] /u/SpeedyStreamer had their flair updated +[2020-07-27 11:20:59,364] '/u/PoaetceThe2nd' has given '/u/GrubbyGamingYT' lambda! +[2020-07-27 11:21:02,517] /u/GrubbyGamingYT had their flair updated +[2020-07-27 11:22:51,960] There has been a new submission: 'getting overconscious', with flair 'Discussion' +[2020-07-27 11:22:54,299] /u/Rain_Game had their flair updated +[2020-07-27 11:24:10,942] '/u/PoaetceThe2nd' has given '/u/Butt___cuddles' lambda! +[2020-07-27 11:24:12,705] /u/Butt___cuddles had their flair updated +[2020-07-27 11:28:25,180] There has been a new submission: 'Small pc youtuber (I’m EU)', with flair 'Collab' +[2020-07-27 11:28:28,538] /u/Harrisonfirth243 had their flair updated +[2020-07-27 11:29:14,246] '/u/PoaetceThe2nd' has given '/u/Moonicornian' lambda! +[2020-07-27 11:29:15,765] /u/Moonicornian had their flair updated +[2020-07-27 11:29:34,660] There has been a new submission: 'One day with a Fitness Model / I am an action filmaker trying to improve my skills every day ! Would you suggest me something? I would appreciate that', with flair 'Video Critique' +[2020-07-27 11:29:36,827] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 11:29:36,830] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 11:29:38,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HvEm03TcshM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:29:38,796] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChjRQeFny0K_a62GHrHUmfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:29:41,922] /u/Vasilis-Tsaknakis had their flair updated +[2020-07-27 11:32:21,449] '/u/CaptainGusMohawk' has given '/u/Platoniko' lambda! +[2020-07-27 11:32:24,110] /u/Platoniko had their flair updated +[2020-07-27 11:32:47,738] '/u/CaptainGusMohawk' has given '/u/bob__sacramento' lambda! +[2020-07-27 11:32:50,566] /u/bob__sacramento had their flair updated +[2020-07-27 11:33:26,503] '/u/Union_Jack1' has given '/u/GrubbyGamingYT' lambda! +[2020-07-27 11:33:29,000] /u/GrubbyGamingYT had their flair updated +[2020-07-27 11:38:11,426] There has been a new submission: 'Bear Hunt- this is a video thatI am rather proud of, but I feel like it needs something more, or like it could have been done better, please send me your opinions, critiques etc. I really want to make better content', with flair 'Video Critique' +[2020-07-27 11:38:12,349] /u/TheCancerPork had their submission removed for insufficient lambda. +[2020-07-27 11:38:13,321] /u/TheCancerPork had their flair updated +[2020-07-27 11:41:19,063] There has been a new submission: '[Meta] Erangel 2.0 cinematic', with flair 'Gaming' +[2020-07-27 11:41:20,624] /u/miscYT had their submission removed for insufficient lambda. +[2020-07-27 11:41:22,876] /u/miscYT had their flair updated +[2020-07-27 11:42:33,184] There has been a new submission: 'TESTING MINECRAFT TIK TOK HACKS... **THEY WORKED**', with flair 'Gaming' +[2020-07-27 11:42:34,958] /u/SykxPlayz had their submission removed for insufficient lambda. +[2020-07-27 11:42:37,061] /u/SykxPlayz had their flair updated +[2020-07-27 11:45:12,644] There has been a new submission: 'My new video! Call of Duty Ranked Matches Tips and Tricks', with flair 'Video Critique' +[2020-07-27 11:45:13,958] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 11:45:14,078] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 11:45:15,602] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jfoa2NXJgnE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:45:16,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFudm4O4WsOmkBLUhGrecuQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:45:18,675] /u/Sunkissed-horizon had their flair updated +[2020-07-27 11:46:37,400] There has been a new submission: 'When you're tired and all you have is Minecraft (everything was updating)', with flair 'Video Critique' +[2020-07-27 11:46:38,352] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 11:46:38,471] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 11:46:39,583] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uRUybsLAGqE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:46:40,034] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF_zpuTQS4o64EERzLu1zNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 11:46:43,605] /u/_NGaming_ had their flair updated +[2020-07-27 11:48:03,734] There has been a new submission: 'BUTTERFLY | Mixing Makeup Eyeshadow Glitter Into Slime | Coloring Satisfying Slime ASMR with makeup', with flair 'Video Critique' +[2020-07-27 11:48:04,635] /u/EmmaSlimeOfficial had their submission removed for insufficient lambda. +[2020-07-27 11:48:05,616] /u/EmmaSlimeOfficial had their flair updated +[2020-07-27 11:56:44,483] There has been a new submission: 'Have a nice day! Please tell me what other games should I play', with flair 'Gaming' +[2020-07-27 11:56:45,838] /u/VladtheSecond08 had their submission removed for insufficient lambda. +[2020-07-27 11:56:47,357] /u/VladtheSecond08 had their flair updated +[2020-07-27 11:58:08,721] '/u/_NGaming_' has given '/u/Butt___cuddles' lambda! +[2020-07-27 11:58:11,018] /u/Butt___cuddles had their flair updated +[2020-07-27 12:05:39,769] There has been a new submission: '"The Architect Of The Revenants"- Mortal Kombat X: "Quan Chi" Online Gameplay', with flair 'Gaming' +[2020-07-27 12:05:41,249] /u/Rockinathan had their submission removed for insufficient lambda. +[2020-07-27 12:05:42,769] /u/Rockinathan had their flair updated +[2020-07-27 12:11:28,928] There has been a new submission: '3% Italian', with flair 'Video Critique' +[2020-07-27 12:11:30,567] /u/lilmcdaniel had their submission removed for insufficient lambda. +[2020-07-27 12:11:32,826] /u/lilmcdaniel had their flair updated +[2020-07-27 12:14:17,681] /u/easyleezy had their flair updated +[2020-07-27 12:15:32,586] '/u/easyleezy' has given '/u/Sunkissed-horizon' lambda! +[2020-07-27 12:15:35,212] /u/Sunkissed-horizon had their flair updated +[2020-07-27 12:16:28,454] There has been a new submission: 'PS5 Analysis + Game Announcements, also feedback for Improvements If you have any', with flair 'Video Critique' +[2020-07-27 12:16:29,561] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 12:16:29,685] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 12:16:31,125] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B7JT9YkDFAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 12:16:31,572] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxcPUG6nRya1hihbeyaIv-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 12:16:34,410] /u/SpeedyStreamer had their flair updated +[2020-07-27 12:25:04,003] '/u/easyleezy' has given '/u/Unraveled_YT' lambda! +[2020-07-27 12:25:06,382] /u/Unraveled_YT had their flair updated +[2020-07-27 12:26:53,316] There has been a new submission: '[Channel Review] Take a Breath and Relax to my own composed Music (Please comment how you like it)', with flair 'Channel Review' +[2020-07-27 12:26:54,706] /u/stefanMayer had their submission removed for insufficient lambda. +[2020-07-27 12:26:56,183] /u/stefanMayer had their flair updated +[2020-07-27 12:27:18,569] There has been a new submission: 'Call of duty Best Of ! Snipe & RPG moments ! Well done !', with flair 'Gaming' +[2020-07-27 12:27:20,210] /u/Mixa462gaming had their submission removed for insufficient lambda. +[2020-07-27 12:27:22,061] /u/Mixa462gaming had their flair updated +[2020-07-27 12:28:12,968] '/u/Sunkissed-horizon' has given '/u/Butt___cuddles' lambda! +[2020-07-27 12:28:15,314] /u/Butt___cuddles had their flair updated +[2020-07-27 12:28:49,045] '/u/Sunkissed-horizon' has given '/u/liftedplane' lambda! +[2020-07-27 12:28:51,054] /u/liftedplane had their flair updated +[2020-07-27 12:38:07,064] There has been a new submission: 'does anyone have any tips on how I can improve this vids thumbnail or my editing, I feel like my editing lately has been good but my videos are lacking the flow that other youtubers have (harsh criticism is encouraged.)', with flair 'Video Critique' +[2020-07-27 12:38:08,096] /u/sickdude21 had their submission removed for insufficient lambda. +[2020-07-27 12:38:09,196] /u/sickdude21 had their flair updated +[2020-07-27 12:39:14,389] +#################### +[Jul 27 2020 12:39:14] RESTARTED +#################### + +[2020-07-27 13:10:13,721] '/u/TheJustindsd' has given '/u/daleplob' lambda! +[2020-07-27 13:10:16,047] /u/daleplob had their flair updated +[2020-07-27 13:12:06,854] '/u/Illfury' has given '/u/sickdude21' lambda! +[2020-07-27 13:12:09,432] /u/sickdude21 had their flair updated +[2020-07-27 13:12:59,057] '/u/_NGaming_' has given '/u/byetheweighwill' lambda! +[2020-07-27 13:13:02,053] /u/byetheweighwill had their flair updated +[2020-07-27 13:13:51,282] '/u/SpeedyStreamer' has given '/u/byetheweighwill' lambda! +[2020-07-27 13:13:54,442] /u/byetheweighwill had their flair updated +[2020-07-27 13:14:28,485] '/u/OHJAYRAGE' has given '/u/jxvicinema' lambda! +[2020-07-27 13:14:31,223] /u/jxvicinema had their flair updated +[2020-07-27 13:14:51,986] '/u/OHJAYRAGE' has given '/u/GraduateDan' lambda! +[2020-07-27 13:14:54,657] /u/GraduateDan had their flair updated +[2020-07-27 13:19:34,462] There has been a new submission: 'A girl rides a horse - Cinematic drone short film. Gallops, a girl, a horse, a drone and 2 cameras 📷 Enjoy! Beginner video, but If you like - like,share,subscribe for more :)', with flair 'Vlog' +[2020-07-27 13:19:35,931] /u/mikeaigars had their submission removed for insufficient lambda. +[2020-07-27 13:19:37,155] /u/mikeaigars had their flair updated +[2020-07-27 13:21:54,525] '/u/MixedBerryGatorade' has given '/u/jaxtnh' lambda! +[2020-07-27 13:21:56,996] /u/jaxtnh had their flair updated +[2020-07-27 13:28:06,091] There has been a new submission: 'does anyone here know how to get people to not care about your age on the internet', with flair 'Discussion' +[2020-07-27 13:28:08,293] /u/sickdude21 had their flair updated +[2020-07-27 13:30:14,784] '/u/olisterw' has given '/u/Moonicornian' lambda! +[2020-07-27 13:30:17,495] /u/Moonicornian had their flair updated +[2020-07-27 13:30:42,088] '/u/olisterw' has given '/u/siddhant1991' lambda! +[2020-07-27 13:30:44,832] /u/siddhant1991 had their flair updated +[2020-07-27 13:31:06,899] '/u/olisterw' has given '/u/byetheweighwill' lambda! +[2020-07-27 13:31:09,572] /u/byetheweighwill had their flair updated +[2020-07-27 13:31:31,922] '/u/olisterw' has given '/u/MichaelJH333' lambda! +[2020-07-27 13:31:34,877] /u/MichaelJH333 had their flair updated +[2020-07-27 13:36:04,381] There has been a new submission: 'Two Blokes Play Games - ARK Survival Funny Moments', with flair 'Video Critique' +[2020-07-27 13:36:05,650] /u/TheDeathJesters had their submission removed for insufficient lambda. +[2020-07-27 13:36:07,123] /u/TheDeathJesters had their flair updated +[2020-07-27 13:36:33,246] There has been a new submission: 'Spiderman ps4: the perfect superhero game(critique) - (detailed/ constructive feedback will be rewarded :-))', with flair 'Video Critique' +[2020-07-27 13:36:36,264] /u/MichaelJH333 had their flair updated +[2020-07-27 13:43:50,006] '/u/ghoultail' has given '/u/BerneyTD' lambda! +[2020-07-27 13:43:53,042] /u/BerneyTD had their flair updated +[2020-07-27 13:44:17,350] '/u/ghoultail' has given '/u/SerranoHolm' lambda! +[2020-07-27 13:44:20,210] /u/SerranoHolm had their flair updated +[2020-07-27 13:46:04,581] '/u/ghoultail' has given '/u/cielwould' lambda! +[2020-07-27 13:46:06,622] /u/cielwould had their flair updated +[2020-07-27 13:46:27,384] '/u/ghoultail' has given '/u/GraduateDan' lambda! +[2020-07-27 13:46:29,644] /u/GraduateDan had their flair updated +[2020-07-27 13:46:51,513] '/u/ghoultail' has given '/u/Randomzella' lambda! +[2020-07-27 13:46:54,056] /u/Randomzella had their flair updated +[2020-07-27 13:47:43,508] '/u/ghoultail' has given '/u/siddhant1991' lambda! +[2020-07-27 13:47:45,677] /u/siddhant1991 had their flair updated +[2020-07-27 13:48:34,497] '/u/ghoultail' has given '/u/sickdude21' lambda! +[2020-07-27 13:48:36,715] /u/sickdude21 had their flair updated +[2020-07-27 13:48:54,470] There has been a new submission: 'Pirate Parody where Captain Watson and First Mate Doug navigator the high seas, meet a sea monster, and sing pirate songs!', with flair 'Art' +[2020-07-27 13:48:55,330] /u/WeirdThoughtfulHuman had their submission removed for insufficient lambda. +[2020-07-27 13:48:56,026] /u/WeirdThoughtfulHuman had their flair updated +[2020-07-27 13:58:12,257] /u/MichaelJH333 had their flair updated +[2020-07-27 14:04:33,547] There has been a new submission: 'Vlogging for jokes, self productivity and a little more', with flair 'Video Critique' +[2020-07-27 14:04:35,282] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 14:04:35,322] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 14:04:36,800] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=N0of7cHNSP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:04:37,172] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:04:40,336] /u/siddhant1991 had their flair updated +[2020-07-27 14:08:16,564] There has been a new submission: 'The beginning | Manchester United Fifa 20 career mode #1', with flair 'Gaming' +[2020-07-27 14:08:17,015] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 14:08:17,017] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 14:08:17,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J8jxiwkyVTE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:08:17,568] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:08:19,004] /u/FynnKrauseFootballYT had their flair updated +[2020-07-27 14:10:33,335] There has been a new submission: 'New recipe fried potatoes. Please watch and leave a comment', with flair 'Channel Review' +[2020-07-27 14:10:35,396] /u/pretty2020 had their submission removed for insufficient lambda. +[2020-07-27 14:10:37,732] /u/pretty2020 had their flair updated +[2020-07-27 14:11:42,841] '/u/Chig3l' has given '/u/GrubbyGamingYT' lambda! +[2020-07-27 14:11:45,377] /u/GrubbyGamingYT had their flair updated +[2020-07-27 14:16:07,885] There has been a new submission: 'Would love some feedback!', with flair 'Video Critique' +[2020-07-27 14:16:09,161] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 14:16:09,163] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 14:16:10,884] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7YHtb3bRcic&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:16:11,212] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9xC4sjSfGVG8-HyL92lgvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 14:16:13,831] /u/SerranoHolm had their flair updated +[2020-07-27 14:21:02,014] There has been a new submission: 'Build Deep Hole Underground Crabs Trap', with flair 'Video Critique' +[2020-07-27 14:21:03,564] /u/angkor321 had their submission removed for insufficient lambda. +[2020-07-27 14:21:05,772] /u/angkor321 had their flair updated +[2020-07-27 14:33:52,263] There has been a new submission: 'What do you think of my video?', with flair 'Video Critique' +[2020-07-27 14:34:37,086] /u/Aquanians had their submission removed for insufficient lambda. +[2020-07-27 14:35:29,702] /u/Aquanians had their flair updated +[2020-07-27 14:39:14,828] +#################### +[Jul 27 2020 14:39:14] RESTARTED +#################### + +[2020-07-27 14:49:07,149] /u/Xionik- had their flair updated +[2020-07-27 14:50:01,646] '/u/ameixarocha' has given '/u/haddythecreator' lambda! +[2020-07-27 14:50:05,615] /u/haddythecreator had their flair updated +[2020-07-27 14:50:57,714] '/u/ameixarocha' has given '/u/-Lipo-' lambda! +[2020-07-27 14:51:24,184] /u/-Lipo- had their flair updated +[2020-07-27 15:10:18,951] '/u/ameixarocha' has given '/u/Samanaitor_88' lambda! +[2020-07-27 15:10:26,034] /u/Samanaitor_88 had their flair updated +[2020-07-27 15:11:21,181] '/u/ameixarocha' has given '/u/IffyCoronettYT' lambda! +[2020-07-27 15:11:52,594] /u/IffyCoronettYT had their flair updated +[2020-07-27 15:14:51,466] '/u/ameixarocha' has given '/u/Jayotic44' lambda! +[2020-07-27 15:16:21,019] /u/Jayotic44 had their flair updated +[2020-07-27 15:20:03,437] '/u/MrCarsone' has given '/u/KoderYT' lambda! +[2020-07-27 15:20:08,873] /u/KoderYT had their flair updated +[2020-07-27 15:22:09,890] '/u/siddhant1991' has given '/u/JustinInTheHall' lambda! +[2020-07-27 15:23:15,719] /u/JustinInTheHall had their flair updated +[2020-07-27 15:27:21,793] '/u/siddhant1991' has given '/u/bmvsagar7' lambda! +[2020-07-27 15:28:48,982] /u/bmvsagar7 had their flair updated +[2020-07-27 15:32:06,701] '/u/siddhant1991' has given '/u/sickdude21' lambda! +[2020-07-27 15:33:31,175] /u/sickdude21 had their flair updated +[2020-07-27 15:37:58,569] '/u/FynnKrauseFootballYT' has given '/u/bmvsagar7' lambda! +[2020-07-27 15:39:31,955] /u/bmvsagar7 had their flair updated +[2020-07-27 15:40:21,533] '/u/FynnKrauseFootballYT' has given '/u/JustinInTheHall' lambda! +[2020-07-27 15:40:31,785] /u/JustinInTheHall had their flair updated +[2020-07-27 15:41:21,475] '/u/Sunkissed-horizon' has given '/u/JustinInTheHall' lambda! +[2020-07-27 15:41:43,979] /u/JustinInTheHall had their flair updated +[2020-07-27 15:43:00,276] '/u/Sunkissed-horizon' has given '/u/threepiecesofbread' lambda! +[2020-07-27 15:43:26,423] /u/threepiecesofbread had their flair updated +[2020-07-27 15:45:15,470] '/u/Sunkissed-horizon' has given '/u/byetheweighwill' lambda! +[2020-07-27 15:46:00,014] /u/byetheweighwill had their flair updated +[2020-07-27 15:48:26,442] '/u/TheJustindsd' has given '/u/sickdude21' lambda! +[2020-07-27 15:49:19,869] /u/sickdude21 had their flair updated +[2020-07-27 15:50:11,962] '/u/MichaelJH333' has given '/u/sickdude21' lambda! +[2020-07-27 15:50:18,295] /u/sickdude21 had their flair updated +[2020-07-27 15:50:45,542] '/u/siddhant1991' has given '/u/the_real_d247' lambda! +[2020-07-27 15:50:55,943] /u/the_real_d247 had their flair updated +[2020-07-27 15:51:23,583] There has been a new submission: 'How to make RC Willys Jeep | US Military Vehicles', with flair 'Art' +[2020-07-27 15:51:39,810] /u/tharasaibual had their submission removed for insufficient lambda. +[2020-07-27 15:51:58,240] /u/tharasaibual had their flair updated +[2020-07-27 15:52:38,299] There has been a new submission: 'I feel like this vid is well edited but misses some of the flow that other youtubers videos have and I'm not sure I did too well on the thumbnail either(all criticism is appreciated and rewarded', with flair 'Gaming' +[2020-07-27 15:52:47,981] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 15:52:47,983] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 15:52:48,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=525VetXtHAc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 15:52:48,219] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzV0CT5oq2to8dIF-0Zwykw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 15:53:21,623] /u/sickdude21 had their flair updated +[2020-07-27 15:54:09,441] There has been a new submission: 'Give me a shout in the comments on what you think about this video. ty <3', with flair 'Gaming' +[2020-07-27 15:54:36,690] /u/AshBW had their submission removed for insufficient lambda. +[2020-07-27 15:55:05,270] /u/AshBW had their flair updated +[2020-07-27 15:56:16,210] There has been a new submission: 'Posted my first gaming video', with flair 'Gaming' +[2020-07-27 15:56:42,652] /u/VuleNemukula had their submission removed for insufficient lambda. +[2020-07-27 15:57:18,380] /u/VuleNemukula had their flair updated +[2020-07-27 15:58:43,889] There has been a new submission: 'Virtual Reality Gymkhana!', with flair 'Gaming' +[2020-07-27 15:58:55,167] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 15:58:55,181] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 15:58:55,552] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OWyhxWFtH4k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 15:58:55,770] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmTyMJec_n9RJJRDQENEMzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 15:59:58,591] /u/JustinInTheHall had their flair updated +[2020-07-27 16:00:10,398] There has been a new submission: 'I'm trying to make videos that take normal popular topics and make them more comedic. Let me know what you think about this video? It's most likely bad comedy but hey i try', with flair 'Video Critique' +[2020-07-27 16:00:16,494] /u/annapetdogs had their submission removed for insufficient lambda. +[2020-07-27 16:00:25,855] /u/annapetdogs had their flair updated +[2020-07-27 16:00:49,041] There has been a new submission: 'Notepad Sketches 32 - feedback appreciated', with flair 'Art' +[2020-07-27 16:00:55,795] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 16:00:55,796] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 16:00:55,897] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=11pYz-x-rIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:00:56,008] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:01:17,429] /u/the_real_d247 had their flair updated +[2020-07-27 16:01:49,342] There has been a new submission: 'How to Add Youtube inks to Discord', with flair 'Video Critique' +[2020-07-27 16:02:06,577] /u/TubeMechanics had their submission removed for insufficient lambda. +[2020-07-27 16:02:24,979] /u/TubeMechanics had their flair updated +[2020-07-27 16:03:08,853] There has been a new submission: 'For my most recent video I bought ALL of the COOLEST NARUTO stuff I could find on Ali Express and spent just under $100!! I am really curious to see people’s opinions on the products I unboxed!!', with flair 'Video Critique' +[2020-07-27 16:03:20,679] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 16:03:20,680] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 16:03:20,790] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i7uLdlYKaNE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:03:20,895] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOz6qSS5Qd81bFxBsWMqq_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:03:59,470] /u/AaronC51401 had their flair updated +[2020-07-27 16:04:54,390] There has been a new submission: 'Struggling to get over 50-100 views! Really need some feedback', with flair 'Video Critique' +[2020-07-27 16:05:24,676] /u/corleyology had their submission removed for insufficient lambda. +[2020-07-27 16:05:56,244] /u/corleyology had their flair updated +[2020-07-27 16:07:05,139] There has been a new submission: 'If anyone would like to join a new youtuber's gaming discord to support each other, then go ahead and drop in to the link below.', with flair 'Discussion' +[2020-07-27 16:08:00,649] /u/GraduateDan had their flair updated +[2020-07-27 16:09:23,830] There has been a new submission: 'Just another day in paradise (Modern warfare).', with flair 'Gaming' +[2020-07-27 16:10:01,792] /u/Zero-sin had their submission removed for insufficient lambda. +[2020-07-27 16:10:06,216] /u/Zero-sin had their flair updated +[2020-07-27 16:10:24,437] There has been a new submission: 'Tried a new way of editing - let me know what you think of it', with flair 'Video Critique' +[2020-07-27 16:10:39,156] /u/Randomzella had their flair updated +[2020-07-27 16:11:07,960] There has been a new submission: 'Just make a new video, would love some criticism!', with flair 'Video Critique' +[2020-07-27 16:11:36,348] /u/GrubbyGamingYT had their flair updated +[2020-07-27 16:12:27,859] There has been a new submission: 'Cartoon - I Was Infertile But I Gave Birth While I Was In A Coma! - AmoMama', with flair 'None' +[2020-07-27 16:12:44,619] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-27 16:13:10,042] /u/IndividualGuide had their flair updated +[2020-07-27 16:14:10,404] There has been a new submission: '10 Minute Poke Recipe (49 Grams Protein) | Healthier Versions Of Foods Ep 3.', with flair 'Video Critique' +[2020-07-27 16:14:19,597] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 16:14:19,622] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 16:14:19,974] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NbbMHyx9vAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:14:20,196] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 16:15:07,609] /u/aspirefitnesswalnut had their flair updated +[2020-07-27 16:16:17,934] There has been a new submission: 'This is my 4th .exe style video and I deeply think this is my best one. I would greatly appreciate any feedback!', with flair 'Video Critique' +[2020-07-27 16:16:54,475] /u/LeMarci had their submission removed for insufficient lambda. +[2020-07-27 16:17:33,065] /u/LeMarci had their flair updated +[2020-07-27 16:18:55,659] There has been a new submission: 'Hi everyone, I'm new here and was hoping for some feedback on my gaming channel. Just passed 50 subs and love to keep growing. Let me know what you think 😁', with flair 'Channel Review' +[2020-07-27 16:19:42,117] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-07-27 16:20:02,508] /u/RoshamboRich had their flair updated +[2020-07-27 16:20:32,076] '/u/Chig3l' has given '/u/JustinInTheHall' lambda! +[2020-07-27 16:20:42,445] /u/JustinInTheHall had their flair updated +[2020-07-27 16:21:18,075] '/u/sickdude21' has given '/u/1NSOMN1AW01F' lambda! +[2020-07-27 16:21:32,456] /u/1NSOMN1AW01F had their flair updated +[2020-07-27 16:22:22,591] '/u/sickdude21' has given '/u/rackhamb' lambda! +[2020-07-27 16:22:43,065] /u/rackhamb had their flair updated +[2020-07-27 16:23:46,805] '/u/sickdude21' has given '/u/Samanaitor_88' lambda! +[2020-07-27 16:24:09,311] /u/Samanaitor_88 had their flair updated +[2020-07-27 16:25:27,215] '/u/siddhant1991' has given '/u/KevinClaus' lambda! +[2020-07-27 16:25:54,638] /u/KevinClaus had their flair updated +[2020-07-27 16:27:25,938] '/u/olisterw' has given '/u/Polak-LP-YT' lambda! +[2020-07-27 16:27:59,592] /u/Polak-LP-YT had their flair updated +[2020-07-27 16:28:48,329] '/u/olisterw' has given '/u/the_real_d247' lambda! +[2020-07-27 16:28:50,522] /u/the_real_d247 had their flair updated +[2020-07-27 16:29:27,527] '/u/Illfury' has given '/u/corleyology' lambda! +[2020-07-27 16:29:31,936] /u/corleyology had their flair updated +[2020-07-27 16:30:15,312] '/u/siddhant1991' has given '/u/meatloaf_renegade' lambda! +[2020-07-27 16:30:19,694] /u/meatloaf_renegade had their flair updated +[2020-07-27 16:30:38,310] '/u/sickdude21' has given '/u/KobiDrinksWater' lambda! +[2020-07-27 16:30:44,654] /u/KobiDrinksWater had their flair updated +[2020-07-27 16:31:20,053] '/u/AaronC51401' has given '/u/Yetizens' lambda! +[2020-07-27 16:31:34,464] /u/Yetizens had their flair updated +[2020-07-27 16:32:24,189] '/u/BattleCatPrintShop' has given '/u/InvalidUsername10000' lambda! +[2020-07-27 16:32:44,619] /u/InvalidUsername10000 had their flair updated +[2020-07-27 16:33:52,446] '/u/AaronC51401' has given '/u/mcster21' lambda! +[2020-07-27 16:34:16,914] /u/mcster21 had their flair updated +[2020-07-27 16:35:37,927] '/u/danifernt' has given '/u/Eggywart' lambda! +[2020-07-27 16:36:08,469] /u/Eggywart had their flair updated +[2020-07-27 16:37:46,852] '/u/danifernt' has given '/u/Sunkissed-horizon' lambda! +[2020-07-27 16:38:22,573] /u/Sunkissed-horizon had their flair updated +[2020-07-27 16:39:23,996] +#################### +[Jul 27 2020 16:39:23] RESTARTED +#################### + +[2020-07-27 16:47:37,002] '/u/danifernt' has given '/u/Butt___cuddles' lambda! +[2020-07-27 16:47:41,920] /u/Butt___cuddles had their flair updated +[2020-07-27 16:50:01,504] '/u/siddhant1991' has given '/u/HumperTrooper15' lambda! +[2020-07-27 16:50:05,310] /u/HumperTrooper15 had their flair updated +[2020-07-27 16:53:10,326] '/u/danifernt' has given '/u/Moonicornian' lambda! +[2020-07-27 16:55:09,827] /u/Moonicornian had their flair updated +[2020-07-27 17:00:29,032] '/u/FynnKrauseFootballYT' has given '/u/Ja_2020_104' lambda! +[2020-07-27 17:00:33,373] /u/Ja_2020_104 had their flair updated +[2020-07-27 17:03:41,620] '/u/ESK8Store' has given '/u/byetheweighwill' lambda! +[2020-07-27 17:05:42,180] /u/byetheweighwill had their flair updated +[2020-07-27 17:10:02,774] '/u/MichaelJH333' has given '/u/meatloaf_renegade' lambda! +[2020-07-27 17:10:08,174] /u/meatloaf_renegade had their flair updated +[2020-07-27 17:10:31,383] '/u/ESK8Store' has given '/u/ElmaxVoid' lambda! +[2020-07-27 17:10:42,909] /u/ElmaxVoid had their flair updated +[2020-07-27 17:11:36,928] '/u/ESK8Store' has given '/u/Butt___cuddles' lambda! +[2020-07-27 17:12:01,351] /u/Butt___cuddles had their flair updated +[2020-07-27 17:14:09,077] '/u/ESK8Store' has given '/u/YourHomieJeff' lambda! +[2020-07-27 17:15:08,628] /u/YourHomieJeff had their flair updated +[2020-07-27 17:22:48,400] There has been a new submission: 'Gender Reveal Parties Have Gone Too Far', with flair 'Video Critique' +[2020-07-27 17:22:51,093] /u/HappyPantsComedy had their submission removed for insufficient lambda. +[2020-07-27 17:22:56,514] /u/HappyPantsComedy had their flair updated +[2020-07-27 17:23:22,614] There has been a new submission: '[Day 2 of 14] Quarantine Productions', with flair 'Art' +[2020-07-27 17:23:33,347] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-07-27 17:23:53,788] /u/spiceywaterbeats had their flair updated +[2020-07-27 17:24:52,490] There has been a new submission: 'LIFE IN A DAY with V2 - high quality video for the international film project! I know you're going to like this one!', with flair 'Vlog' +[2020-07-27 17:25:07,241] /u/viscara1 had their submission removed for insufficient lambda. +[2020-07-27 17:25:38,709] /u/viscara1 had their flair updated +[2020-07-27 17:26:57,308] There has been a new submission: 'POP SMOKE 💨 BRAIDS: how to💕ON MY THICK LOCS💕|Mini braid tutorial💕', with flair 'Video Critique' +[2020-07-27 17:27:18,647] /u/SeneiLeele had their submission removed for insufficient lambda. +[2020-07-27 17:27:56,452] /u/SeneiLeele had their flair updated +[2020-07-27 17:29:35,880] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 21 - Isaac (The Last of Us Pa...', with flair 'Gaming' +[2020-07-27 17:30:00,749] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-27 17:30:04,221] /u/CecliusPlaysHD had their flair updated +[2020-07-27 17:30:29,677] There has been a new submission: 'What's Inside the Mystery Box?', with flair 'Art' +[2020-07-27 17:30:42,473] /u/thechilebros had their submission removed for insufficient lambda. +[2020-07-27 17:31:08,977] /u/thechilebros had their flair updated +[2020-07-27 17:32:21,657] There has been a new submission: 'Just dropped a new video! Please give some constructive criticism, Lamda for comments!!!', with flair 'Gaming' +[2020-07-27 17:32:56,751] /u/JessieH_24 had their flair updated +[2020-07-27 17:34:20,049] There has been a new submission: 'Reasons Why I Think Amy Schumer Deserves More Chances.', with flair 'Video Critique' +[2020-07-27 17:34:27,084] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 17:34:27,124] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 17:34:28,602] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DqK7Lpk9umU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:34:29,133] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxBDIMdkPbcSzURKU_HKZSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:35:25,358] /u/mcster21 had their flair updated +[2020-07-27 17:36:56,751] There has been a new submission: 'Niche Reddit groups', with flair 'Discussion' +[2020-07-27 17:38:01,062] /u/GaimzUp had their flair updated +[2020-07-27 17:39:49,139] There has been a new submission: 'Adding info cards to your videos!', with flair 'Discussion' +[2020-07-27 17:40:04,750] /u/zebrasanddogs had their flair updated +[2020-07-27 17:40:17,270] There has been a new submission: 'I just created a video about hackers coming and griefing my Minecraft world. I do know that I need a better editing software since it still has a watermark but I am attempting to learn Adobe Premiere right now. Also, the mic is not very good since I'm using a damned PS4 Headphone. Want some opinions', with flair 'Gaming' +[2020-07-27 17:40:22,508] /u/ShipBuilderX9 had their submission removed for insufficient lambda. +[2020-07-27 17:40:28,937] /u/ShipBuilderX9 had their flair updated +[2020-07-27 17:41:03,589] There has been a new submission: 'Any thoughts you guys have on this one? I think I got some good stuff going now! Any and all thoughts welcome, lambda absolutely being given out!', with flair 'Video Critique' +[2020-07-27 17:41:05,555] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 17:41:05,557] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 17:41:06,906] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=F0C-ki5FSQE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:41:07,356] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:41:52,780] /u/TheLuiginator had their flair updated +[2020-07-27 17:43:17,400] There has been a new submission: 'Put a lot of effort into this - would love some feedback. Will reward good posts. Thanks', with flair 'Video Critique' +[2020-07-27 17:43:22,082] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 17:43:22,120] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 17:43:23,069] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_KoJmYL4too&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:43:23,480] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLbhr4bp9rLv3ZAxtkDjm7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 17:44:19,923] /u/haddythecreator had their flair updated +[2020-07-27 17:50:01,296] '/u/siddhant1991' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-07-27 17:50:04,519] /u/Vasilis-Tsaknakis had their flair updated +[2020-07-27 17:50:23,015] '/u/Vasilis-Tsaknakis' has given '/u/Butt___cuddles' lambda! +[2020-07-27 17:50:31,375] /u/Butt___cuddles had their flair updated +[2020-07-27 17:51:02,237] '/u/Vasilis-Tsaknakis' has given '/u/siddhant1991' lambda! +[2020-07-27 17:51:14,605] /u/siddhant1991 had their flair updated +[2020-07-27 17:51:58,515] '/u/mcster21' has given '/u/Goatsause' lambda! +[2020-07-27 17:52:14,858] /u/Goatsause had their flair updated +[2020-07-27 17:53:51,815] '/u/TheJustindsd' has given '/u/MichaelJH333' lambda! +[2020-07-27 17:54:40,305] /u/MichaelJH333 had their flair updated +[2020-07-27 17:57:17,288] '/u/Illfury' has given '/u/03FizzyTM' lambda! +[2020-07-27 17:58:13,577] /u/03FizzyTM had their flair updated +[2020-07-27 18:01:23,631] '/u/JessieH_24' has given '/u/threepiecesofbread' lambda! +[2020-07-27 18:01:28,703] /u/threepiecesofbread had their flair updated +[2020-07-27 18:07:36,684] '/u/Butt___cuddles' has given '/u/Polak-LP-YT' lambda! +[2020-07-27 18:10:00,997] /u/Polak-LP-YT had their flair updated +[2020-07-27 18:11:09,546] '/u/mcster21' has given '/u/NkhlMHRJ' lambda! +[2020-07-27 18:11:49,047] /u/NkhlMHRJ had their flair updated +[2020-07-27 18:14:22,105] '/u/mcster21' has given '/u/Yetizens' lambda! +[2020-07-27 18:15:22,941] /u/Yetizens had their flair updated +[2020-07-27 18:18:42,961] '/u/JessieH_24' has given '/u/viscara1' lambda! +[2020-07-27 18:19:55,551] /u/viscara1 had their flair updated +[2020-07-27 18:20:07,960] There has been a new submission: 'Please give me some good feedback on this video i made or feedback on how to better improve upon making a compilation channel. Giving Lambda for good feed back only! 💯 (i just learn to start editing 9 days ago so all advice is helpful)', with flair 'Video Critique' +[2020-07-27 18:20:10,747] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 18:20:10,748] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 18:20:10,848] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZM1ZTU8r6vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:20:10,956] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:20:22,386] /u/Butt___cuddles had their flair updated +[2020-07-27 18:20:41,138] There has been a new submission: 'In an alternative world !!', with flair 'Video Critique' +[2020-07-27 18:20:52,274] /u/itgi23 had their submission removed for insufficient lambda. +[2020-07-27 18:21:04,655] /u/itgi23 had their flair updated +[2020-07-27 18:21:33,605] There has been a new submission: 'I've managed to recieve great critique so far, and I'd like to hear yours! This is my 4rth of its kind : a Drug Review. I try to vulgarise drugs and their risks enterlaced with comedy. I've been working on this one since early June and I finished it yesterday. (sorry reddit subscribers lol)', with flair 'Video Critique' +[2020-07-27 18:21:41,445] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 18:21:41,447] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 18:21:41,539] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Az2wykXyzko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:21:41,645] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyAm_q301yy1tq7LsZ-MNGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:22:08,163] /u/-Lipo- had their flair updated +[2020-07-27 18:22:49,959] There has been a new submission: 'surviving inside the infinite Ikea (I’ve posted here a couple months ago and i think the feedback really helped me out. Please leave whatever critiques you want)', with flair 'Video Critique' +[2020-07-27 18:23:00,270] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 18:23:00,271] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 18:23:00,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DCoKk1x6VWg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:23:00,868] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPjtquATxZL4o9ONkBWu_HQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 18:23:38,094] /u/EgglessOmelette69 had their flair updated +[2020-07-27 18:24:41,217] There has been a new submission: 'Dead by Daylight | Tome IV Conviction | Reveal Trailer', with flair 'Gaming' +[2020-07-27 18:25:02,402] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-07-27 18:25:32,889] /u/shaunoxley had their flair updated +[2020-07-27 18:26:53,570] There has been a new submission: 'How to prevent someone from snooping on your iPhone | #ITSEMTO', with flair 'Video Critique' +[2020-07-27 18:27:16,693] /u/ItsEmto had their submission removed for insufficient lambda. +[2020-07-27 18:27:55,342] /u/ItsEmto had their flair updated +[2020-07-27 18:29:00,318] There has been a new submission: 'Please Critique Channel? Its Gaming/Vlog. Thanks!', with flair 'Video Critique' +[2020-07-27 18:29:02,451] /u/Plumber-Squad had their submission removed for insufficient lambda. +[2020-07-27 18:29:04,172] /u/Plumber-Squad had their flair updated +[2020-07-27 18:29:36,689] There has been a new submission: 'Critique My Lets Play And Channel Please.', with flair 'Video Critique' +[2020-07-27 18:30:01,533] /u/Plumber-Squad had their submission removed for insufficient lambda. +[2020-07-27 18:30:05,961] /u/Plumber-Squad had their flair updated +[2020-07-27 18:30:35,580] There has been a new submission: 'I killed the WITHER in Minecraft using only an army of BEES', with flair 'Gaming' +[2020-07-27 18:30:52,496] /u/ScuffedKirbylel had their submission removed for insufficient lambda. +[2020-07-27 18:31:25,042] /u/ScuffedKirbylel had their flair updated +[2020-07-27 18:32:39,516] There has been a new submission: 'Round 4 of my new series! Will give lambda for feedback.', with flair 'Gaming' +[2020-07-27 18:33:11,984] /u/gaming_gamer01 had their submission removed for insufficient lambda. +[2020-07-27 18:33:51,505] /u/gaming_gamer01 had their flair updated +[2020-07-27 18:35:16,963] There has been a new submission: 'Made a new ckmedy vlog style vid with my friends', with flair 'Vlog' +[2020-07-27 18:36:01,272] /u/LackYT had their submission removed for insufficient lambda. +[2020-07-27 18:36:47,919] /u/LackYT had their flair updated +[2020-07-27 18:38:28,961] There has been a new submission: 'Any suggestions for my video', with flair 'Gaming' +[2020-07-27 18:39:14,953] +#################### +[Jul 27 2020 18:39:14] RESTARTED +#################### + +[2020-07-27 18:40:16,298] '/u/ESK8Store' has given '/u/mouse_irl' lambda! +[2020-07-27 18:40:21,561] /u/mouse_irl had their flair updated +[2020-07-27 18:42:09,993] '/u/JessieH_24' has given '/u/Strawsby' lambda! +[2020-07-27 18:43:22,106] /u/Strawsby had their flair updated +[2020-07-27 18:46:57,645] '/u/JessieH_24' has given '/u/Model_M0CH4' lambda! +[2020-07-27 18:48:12,100] /u/Model_M0CH4 had their flair updated +[2020-07-27 18:49:24,668] '/u/JessieH_24' has given '/u/Yetizens' lambda! +[2020-07-27 18:49:26,232] /u/Yetizens had their flair updated +[2020-07-27 18:49:43,412] '/u/JessieH_24' has given '/u/loveinhaight' lambda! +[2020-07-27 18:49:44,606] /u/loveinhaight had their flair updated +[2020-07-27 18:50:08,558] '/u/SpeedyStreamer' has given '/u/Yetizens' lambda! +[2020-07-27 18:50:10,864] /u/Yetizens had their flair updated +[2020-07-27 18:50:20,200] '/u/Illfury' has given '/u/allanenraged13' lambda! +[2020-07-27 18:50:22,515] /u/allanenraged13 had their flair updated +[2020-07-27 18:50:35,207] /u/Illfury had their flair updated +[2020-07-27 18:51:21,197] '/u/sickdude21' has given '/u/yeetbox_' lambda! +[2020-07-27 18:51:23,318] /u/yeetbox_ had their flair updated +[2020-07-27 18:51:37,314] '/u/TheJustindsd' has given '/u/Yetizens' lambda! +[2020-07-27 18:51:39,647] /u/Yetizens had their flair updated +[2020-07-27 18:52:34,876] '/u/EgglessOmelette69' has given '/u/yeetbox_' lambda! +[2020-07-27 18:52:36,788] /u/yeetbox_ had their flair updated +[2020-07-27 18:54:04,247] /u/yeetbox_ had their flair updated +[2020-07-27 18:54:38,270] '/u/mcster21' has given '/u/siddhant1991' lambda! +[2020-07-27 18:54:43,837] /u/siddhant1991 had their flair updated +[2020-07-27 18:55:27,948] '/u/aspirefitnesswalnut' has given '/u/Unraveled_YT' lambda! +[2020-07-27 18:55:49,362] /u/Unraveled_YT had their flair updated +[2020-07-27 18:57:49,323] /u/byetheweighwill had their flair updated +[2020-07-27 18:58:10,530] '/u/mcster21' has given '/u/CanaryTsunami' lambda! +[2020-07-27 18:58:12,957] /u/CanaryTsunami had their flair updated +[2020-07-27 19:16:32,585] There has been a new submission: 'I could use some feedback :D', with flair 'Vlog' +[2020-07-27 19:16:33,772] /u/Iso_Gil had their submission removed for insufficient lambda. +[2020-07-27 19:16:34,877] /u/Iso_Gil had their flair updated +[2020-07-27 19:16:52,302] There has been a new submission: 'Gamer girl plays cod mobile but is it really a girl?', with flair 'Gaming' +[2020-07-27 19:16:53,325] /u/RandomLoserRin had their submission removed for insufficient lambda. +[2020-07-27 19:16:54,355] /u/RandomLoserRin had their flair updated +[2020-07-27 19:17:12,114] There has been a new submission: 'Boats in sunset , acrylic painting', with flair 'Art' +[2020-07-27 19:17:13,346] /u/VinithaKamath had their submission removed for insufficient lambda. +[2020-07-27 19:17:14,365] /u/VinithaKamath had their flair updated +[2020-07-27 19:17:31,104] There has been a new submission: 'Néed your opinion about this video.', with flair 'Video Critique' +[2020-07-27 19:17:32,500] /u/abhin-krishnan had their submission removed for insufficient lambda. +[2020-07-27 19:17:33,446] /u/abhin-krishnan had their flair updated +[2020-07-27 19:17:51,025] There has been a new submission: 'RAIN SOUND DEEP SLEEP, FALL ASLEEP FAST 4 Minute Rain Sound', with flair 'Channel Review' +[2020-07-27 19:17:52,456] /u/sanjaysspbd had their submission removed for insufficient lambda. +[2020-07-27 19:17:53,311] /u/sanjaysspbd had their flair updated +[2020-07-27 19:18:10,353] There has been a new submission: 'QUESTION !!!!', with flair 'Discussion' +[2020-07-27 19:18:11,495] /u/matthewwayneng had their flair updated +[2020-07-27 19:18:29,326] There has been a new submission: 'Giving Lambda to the few people who subscribe to True Americans on YouTube', with flair 'Discussion' +[2020-07-27 19:18:31,867] /u/superdonkey2 had their flair updated +[2020-07-27 19:18:48,877] There has been a new submission: 'Weight Loss Vlog Needs Feedback! Giving lambda for critiques!', with flair 'Video Critique' +[2020-07-27 19:18:50,764] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 19:18:50,804] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 19:18:52,237] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Yye3jSpoe7E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:18:52,608] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbvsJCmeeB7yi6Lygw7PARQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:18:55,557] /u/byetheweighwill had their flair updated +[2020-07-27 19:19:12,481] There has been a new submission: 'Check my newest vid out when u get the chance!', with flair 'Video Critique' +[2020-07-27 19:19:13,387] /u/Venofus had their submission removed for insufficient lambda. +[2020-07-27 19:19:14,001] /u/Venofus had their flair updated +[2020-07-27 19:19:31,020] There has been a new submission: 'So this challenge is sooo hard it’s Minecraft but tnt spawns on me every 10 seconds check it out tell me what you guys think', with flair 'Gaming' +[2020-07-27 19:19:31,755] /u/station2yt had their submission removed for insufficient lambda. +[2020-07-27 19:19:32,313] /u/station2yt had their flair updated +[2020-07-27 19:19:49,712] There has been a new submission: 'So i used a mouse again for this but i just got my drawing tablet delivered here today', with flair 'Art' +[2020-07-27 19:19:50,369] /u/eyyyygabo had their submission removed for insufficient lambda. +[2020-07-27 19:19:50,861] /u/eyyyygabo had their flair updated +[2020-07-27 19:20:08,465] There has been a new submission: 'How much time is productive on Reddit vs Discord?', with flair 'Discussion' +[2020-07-27 19:20:11,818] /u/ESK8Store had their flair updated +[2020-07-27 19:20:31,661] There has been a new submission: 'FRIDAY HITTERS RD2 The Best And Not So Good Street Fights! What We Think', with flair 'Channel Review' +[2020-07-27 19:20:33,373] /u/cutin1980 had their submission removed for insufficient lambda. +[2020-07-27 19:20:36,241] /u/cutin1980 had their flair updated +[2020-07-27 19:20:55,507] There has been a new submission: 'Hello everyone! I recently started a Science/Atheism activism channel if thats something that tickles your pickle. My most recent video, I talk about masks and anti maskers. Let me know what you think!', with flair 'Video Critique' +[2020-07-27 19:20:57,217] /u/TheLogicalRevolution had their submission removed for insufficient lambda. +[2020-07-27 19:20:59,515] /u/TheLogicalRevolution had their flair updated +[2020-07-27 19:21:19,262] There has been a new submission: 'I just uploaded this morning, could I get some feedback on this video? (giving lamdba fast)', with flair 'Video Critique' +[2020-07-27 19:21:21,231] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 19:21:21,234] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 19:21:22,920] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vGNAiiR8nkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:21:24,316] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbS0ruRKM-ZXQDOxdtNHLLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:21:28,341] /u/Peltlegs had their flair updated +[2020-07-27 19:21:47,614] There has been a new submission: 'Our memes will get you through the tough times!', with flair 'Gaming' +[2020-07-27 19:21:49,292] /u/realmemesfakefriends had their submission removed for insufficient lambda. +[2020-07-27 19:21:51,424] /u/realmemesfakefriends had their flair updated +[2020-07-27 19:22:11,886] There has been a new submission: 'Google trends....', with flair 'Video Critique' +[2020-07-27 19:22:13,978] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-07-27 19:22:16,683] /u/siddhant1991 had their flair updated +[2020-07-27 19:25:08,738] '/u/Illfury' has given '/u/KevinClaus' lambda! +[2020-07-27 19:25:10,084] /u/KevinClaus had their flair updated +[2020-07-27 19:25:31,967] '/u/Illfury' has given '/u/siddhant1991' lambda! +[2020-07-27 19:25:34,663] /u/siddhant1991 had their flair updated +[2020-07-27 19:28:41,893] '/u/Illfury' has given '/u/LMAOyeetzedong' lambda! +[2020-07-27 19:28:44,064] /u/LMAOyeetzedong had their flair updated +[2020-07-27 19:30:35,820] '/u/byetheweighwill' has given '/u/brovalley' lambda! +[2020-07-27 19:30:38,603] /u/brovalley had their flair updated +[2020-07-27 19:31:31,058] '/u/aspirefitnesswalnut' has given '/u/easyleezy' lambda! +[2020-07-27 19:31:34,012] /u/easyleezy had their flair updated +[2020-07-27 19:40:15,052] '/u/BeatsandPiecesYT' has given '/u/mcflyelsa' lambda! +[2020-07-27 19:40:17,645] /u/mcflyelsa had their flair updated +[2020-07-27 19:40:38,730] '/u/Peltlegs' has given '/u/BrainifyOfficial' lambda! +[2020-07-27 19:40:41,630] /u/BrainifyOfficial had their flair updated +[2020-07-27 19:41:03,799] '/u/TheLogicalRevolution' has given '/u/brovalley' lambda! +[2020-07-27 19:41:06,865] /u/brovalley had their flair updated +[2020-07-27 19:41:43,471] '/u/TheLogicalRevolution' has given '/u/cbcszoology' lambda! +[2020-07-27 19:41:46,037] /u/cbcszoology had their flair updated +[2020-07-27 19:43:33,996] There has been a new submission: 'Behold the Yiga Clan! - Origins of Hyrule’s Unofficial Cult', with flair 'Gaming' +[2020-07-27 19:43:35,517] /u/Hylian--Princess had their submission removed for insufficient lambda. +[2020-07-27 19:43:37,286] /u/Hylian--Princess had their flair updated +[2020-07-27 19:43:58,137] There has been a new submission: 'Productive feedback on my L4D2 Walkthrough?', with flair 'Gaming' +[2020-07-27 19:43:59,590] /u/Dtbeatz had their submission removed for insufficient lambda. +[2020-07-27 19:44:01,230] /u/Dtbeatz had their flair updated +[2020-07-27 19:44:19,820] There has been a new submission: 'Potato egg salad with fried chicken 😋', with flair 'Channel Review' +[2020-07-27 19:44:21,248] /u/cooking_with_marry had their submission removed for insufficient lambda. +[2020-07-27 19:44:22,973] /u/cooking_with_marry had their flair updated +[2020-07-27 19:44:42,349] There has been a new submission: 'Pain or finding topics from Google trends and manchester United *rant esque nonsensical joke*', with flair 'Video Critique' +[2020-07-27 19:44:43,541] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 19:44:43,662] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 19:44:45,349] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aM9FhlaxjtI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:44:45,759] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:44:49,457] /u/siddhant1991 had their flair updated +[2020-07-27 19:45:08,841] There has been a new submission: 'Minecraft Dungeons Review | Worth Buying? Any advice will be appreciated 😄', with flair 'Video Critique' +[2020-07-27 19:45:10,918] /u/MrSirjohny had their submission removed for insufficient lambda. +[2020-07-27 19:45:13,028] /u/MrSirjohny had their flair updated +[2020-07-27 19:45:30,980] There has been a new submission: 'Last time I posted here I received lots of feedback which led to me improving and creating this video. I still feel like this video is missing something though so I would appreciate more criticisms and I will give lambda.', with flair 'Video Critique' +[2020-07-27 19:45:32,167] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 19:45:32,168] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 19:45:33,399] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e_6_zDMN5zs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:45:33,769] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5wigIl-_N-YOgzQ01qLoNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:45:36,313] /u/brodude__ had their flair updated +[2020-07-27 19:49:44,928] There has been a new submission: 'GTA 5 funny moments. Lambda given for good feedback. Please leave a like if you enjoyed it', with flair 'Video Critique' +[2020-07-27 19:49:46,405] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 19:49:46,407] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 19:49:48,086] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DjSnyO3c-WA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:49:48,618] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeTqweAlrT_fA5Bct6uD7vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 19:49:50,382] /u/DanThePanda-YT had their flair updated +[2020-07-27 19:50:06,893] There has been a new submission: 'Friend’s Brother Channel', with flair 'Channel Review' +[2020-07-27 19:50:08,657] /u/Pr0fAnItY69 had their submission removed for insufficient lambda. +[2020-07-27 19:50:11,078] /u/Pr0fAnItY69 had their flair updated +[2020-07-27 19:54:13,845] There has been a new submission: 'COD Warzone The FAL and HDR are a Overpowered Combination / Best Loadout and Attachments', with flair 'Gaming' +[2020-07-27 19:54:15,239] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-07-27 19:54:17,007] /u/HelloThereUK had their flair updated +[2020-07-27 19:58:16,910] '/u/byetheweighwill' has given '/u/tss230' lambda! +[2020-07-27 19:58:19,087] /u/tss230 had their flair updated +[2020-07-27 20:04:39,886] '/u/CaptainGusMohawk' has given '/u/the_real_d247' lambda! +[2020-07-27 20:04:42,834] /u/the_real_d247 had their flair updated +[2020-07-27 20:17:52,878] There has been a new submission: 'Feedback on the entire video, not just some parts, Have lambda.', with flair 'Video Critique' +[2020-07-27 20:17:54,479] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 20:17:54,517] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 20:17:55,872] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=owBz3dmefrQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 20:17:56,121] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClDy3uWJYvVHN7uNUw7br5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 20:17:57,721] /u/KoderYT had their flair updated +[2020-07-27 20:21:17,895] There has been a new submission: 'This was a video that took me a while to make because I wanted to make it a video that people can enjoy even if they don't know how to play the game. I don't know if I did a good job of achieving this and wanted feedback/criticism', with flair 'Video Critique' +[2020-07-27 20:21:19,380] /u/JhaLive had their submission removed for insufficient lambda. +[2020-07-27 20:21:21,545] /u/JhaLive had their flair updated +[2020-07-27 20:21:52,208] '/u/EgglessOmelette69' has given '/u/station2yt' lambda! +[2020-07-27 20:21:54,482] /u/station2yt had their flair updated +[2020-07-27 20:23:16,236] '/u/Peltlegs' has given '/u/tss230' lambda! +[2020-07-27 20:23:18,122] /u/tss230 had their flair updated +[2020-07-27 20:28:44,677] There has been a new submission: 'DIY Toilet Roll Holder - Tiny House Ideas x HJ Custom Builds', with flair 'Video Critique' +[2020-07-27 20:28:45,742] /u/Tiny-House-Ideas had their submission removed for insufficient lambda. +[2020-07-27 20:28:46,600] /u/Tiny-House-Ideas had their flair updated +[2020-07-27 20:33:40,250] There has been a new submission: 'SAMURAI (GTA 5 Machinima)', with flair 'Gaming' +[2020-07-27 20:33:41,769] /u/mexaHuk1337 had their submission removed for insufficient lambda. +[2020-07-27 20:33:43,698] /u/mexaHuk1337 had their flair updated +[2020-07-27 20:34:08,834] '/u/OHJAYRAGE' has given '/u/jssollace' lambda! +[2020-07-27 20:34:12,151] /u/jssollace had their flair updated +[2020-07-27 20:37:18,876] There has been a new submission: 'Loaded Potato Salad with Bacon Bits | Check out how I made this Potato Salad Recipe', with flair 'Channel Review' +[2020-07-27 20:37:19,942] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-07-27 20:37:21,141] /u/Wingo321 had their flair updated +[2020-07-27 20:37:51,952] There has been a new submission: 'Go give it a watch !!', with flair 'Channel Review' +[2020-07-27 20:37:53,198] /u/EthansYT had their submission removed for insufficient lambda. +[2020-07-27 20:37:54,307] /u/EthansYT had their flair updated +[2020-07-27 20:38:59,644] Starting every day program... +[2020-07-27 20:38:59,649] Updating database statistics... +[2020-07-27 20:38:59,934] Posting and updating wiki... +[2020-07-27 20:39:16,536] Formatting leaderboard... +[2020-07-27 20:39:16,987] Updating sidebar... +[2020-07-27 20:39:17,712] Updated in new reddit... +[2020-07-27 20:39:19,030] Updated in old reddit... +[2020-07-27 20:39:19,031] Completed. +[2020-07-27 20:39:33,229] +#################### +[Jul 27 2020 20:39:33] RESTARTED +#################### + +[2020-07-27 21:21:20,082] There has been a new submission: 'I've rushed a bit with the editing so not all parts have much going on in them, looking for feedback about the more complex parts', with flair 'Video Critique' +[2020-07-27 21:21:22,283] /u/bbb651 had their submission removed for insufficient lambda. +[2020-07-27 21:21:24,949] /u/bbb651 had their flair updated +[2020-07-27 21:21:45,339] There has been a new submission: 'A short vlog where I kinda try a side hustle any critiques is welcome!', with flair 'Video Critique' +[2020-07-27 21:21:47,914] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 21:21:48,034] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 21:21:49,391] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ARp9bUWaC8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:21:49,924] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCL9mjE6bq9GUF-36TBsDZCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:21:53,323] /u/WalkingTsunami had their flair updated +[2020-07-27 21:23:19,145] '/u/-Lipo-' has given '/u/Amahri' lambda! +[2020-07-27 21:23:21,771] /u/Amahri had their flair updated +[2020-07-27 21:24:43,858] '/u/-Lipo-' has given '/u/station2yt' lambda! +[2020-07-27 21:24:46,362] /u/station2yt had their flair updated +[2020-07-27 21:25:16,143] '/u/sickdude21' has given '/u/-Lipo-' lambda! +[2020-07-27 21:25:17,638] /u/-Lipo- had their flair updated +[2020-07-27 21:25:49,952] '/u/DanThePanda-YT' has given '/u/threepiecesofbread' lambda! +[2020-07-27 21:25:52,249] /u/threepiecesofbread had their flair updated +[2020-07-27 21:26:40,577] There has been a new submission: 'Looking for Critique on My newest video!', with flair 'Video Critique' +[2020-07-27 21:26:41,561] /u/jr_91_91 had their submission removed for insufficient lambda. +[2020-07-27 21:26:42,626] /u/jr_91_91 had their flair updated +[2020-07-27 21:27:00,973] There has been a new submission: 'I sunk about 20 hours into my first scripted video, this time about how to select a main in Super Smash Bros Ultimate! Feedback is appreciated, especially constructive criticism.', with flair 'Video Critique' +[2020-07-27 21:27:02,247] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 21:27:02,249] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 21:27:03,885] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aAKsqXLeWwI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:27:04,254] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqk-fFXEvT-1BrwP4VPx5rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:27:06,254] /u/Jayotic44 had their flair updated +[2020-07-27 21:27:23,722] There has been a new submission: 'Check out my channel reintroduction. I'll be uploading content about league of legends, challenges and tech news. Also i welcome you to check my streams and give feedback.', with flair 'Vlog' +[2020-07-27 21:27:24,952] /u/nickbotr had their submission removed for insufficient lambda. +[2020-07-27 21:27:25,981] /u/nickbotr had their flair updated +[2020-07-27 21:27:45,602] There has been a new submission: 'jedi fallen order but i have big brain! feedback appreciated! lambda for good advice/ feedback.', with flair 'Gaming' +[2020-07-27 21:27:46,957] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 21:27:46,958] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 21:27:48,142] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Gy5bshiZ0HU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:27:48,677] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:27:50,810] /u/Samanaitor_88 had their flair updated +[2020-07-27 21:28:59,913] '/u/brodude__' has given '/u/ImBntyHntrBish' lambda! +[2020-07-27 21:29:01,756] /u/ImBntyHntrBish had their flair updated +[2020-07-27 21:31:08,664] '/u/brodude__' has given '/u/-Lipo-' lambda! +[2020-07-27 21:31:11,453] /u/-Lipo- had their flair updated +[2020-07-27 21:31:59,847] There has been a new submission: 'This took long but satisfactory., can you make some comments so to improve', with flair 'Video Critique' +[2020-07-27 21:32:00,897] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 21:32:00,899] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 21:32:02,576] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TloVUFUOzlA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:32:03,026] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5seM3oUThCHGg_470MjxkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:32:06,093] /u/tajminshaik had their flair updated +[2020-07-27 21:32:24,729] There has been a new submission: 'channel review season 2', with flair 'Discussion' +[2020-07-27 21:32:28,330] /u/britydity had their flair updated +[2020-07-27 21:33:09,547] /u/-Lipo- had their flair updated +[2020-07-27 21:33:49,541] '/u/EgglessOmelette69' has given '/u/WalkingTsunami' lambda! +[2020-07-27 21:33:52,124] /u/WalkingTsunami had their flair updated +[2020-07-27 21:37:15,772] There has been a new submission: 'We play games for the first time in languages we don't understand. Here's Thief Simulator in Japanese (more info inside)', with flair 'Video Critique' +[2020-07-27 21:37:17,528] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 21:37:17,565] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 21:37:18,672] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yEY5owwdEfQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:37:19,200] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNQ3WMvrKDeKq0iDVY7QYwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 21:37:21,050] /u/threepiecesofbread had their flair updated +[2020-07-27 21:41:18,939] There has been a new submission: 'I made a game review on the dead Nintendo mobile game Magikarp jump', with flair 'Video Critique' +[2020-07-27 21:41:20,735] /u/Kaidentheperson had their submission removed for insufficient lambda. +[2020-07-27 21:41:23,236] /u/Kaidentheperson had their flair updated +[2020-07-27 21:52:30,746] There has been a new submission: 'please check out my newest vid', with flair 'Channel Review' +[2020-07-27 21:52:32,171] /u/Jack_Davies0008 had their submission removed for insufficient lambda. +[2020-07-27 21:52:34,296] /u/Jack_Davies0008 had their flair updated +[2020-07-27 21:57:50,139] There has been a new submission: 'Dragon Ball Z Kakarot Episode 5 tell me how I did and make sure to like comment and subscribe🙏🏾👍🏾', with flair 'Gaming' +[2020-07-27 21:57:51,161] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-07-27 21:57:52,271] /u/trizzythomas had their flair updated +[2020-07-27 22:01:30,117] There has been a new submission: 'Colorado Tour - 2019', with flair 'Vlog' +[2020-07-27 22:01:31,670] /u/thechilebros had their submission removed for insufficient lambda. +[2020-07-27 22:01:33,841] /u/thechilebros had their flair updated +[2020-07-27 22:04:05,100] '/u/KoderYT' has given '/u/Rasid_Saran' lambda! +[2020-07-27 22:04:07,923] /u/Rasid_Saran had their flair updated +[2020-07-27 22:06:12,684] There has been a new submission: 'The Funniest Photoshop Battles July 2020 (5 mins)', with flair 'Video Critique' +[2020-07-27 22:06:15,003] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-07-27 22:06:16,552] /u/SimonCaine had their flair updated +[2020-07-27 22:11:55,364] '/u/Vasilis-Tsaknakis' has given '/u/byetheweighwill' lambda! +[2020-07-27 22:11:58,306] /u/byetheweighwill had their flair updated +[2020-07-27 22:12:18,369] There has been a new submission: 'Can I have some opinions on the whole editing thing I did? It’s a new style, next video I’m gonna implement the same style but with less fighting. I tried a new thing for when I mine blocks, so I just wanna know what you guys think. Also keep in mind that I’m still fairly new to editing.', with flair 'Video Critique' +[2020-07-27 22:12:19,964] /u/Fair_YTRust had their submission removed for insufficient lambda. +[2020-07-27 22:12:22,752] /u/Fair_YTRust had their flair updated +[2020-07-27 22:14:00,982] There has been a new submission: 'I have seen a lot of posts advocating sub 4 sub, does this break any YouTube rules? And if not, would something like a like-4-like break rules? This seems more useful IMO', with flair 'Discussion' +[2020-07-27 22:14:03,566] /u/easyleezy had their flair updated +[2020-07-27 22:14:22,208] There has been a new submission: 'It’s a new style, next video I’m gonna implement the same style but with less fighting. I tried a new thing for when I mine blocks, so I just wanna know what you guys think. Also keep in mind that I’m still fairly new to editing. Anyway, close to 100 subs!', with flair 'Video Critique' +[2020-07-27 22:14:24,172] /u/Fair_YTRust had their submission removed for insufficient lambda. +[2020-07-27 22:14:26,591] /u/Fair_YTRust had their flair updated +[2020-07-27 22:14:47,879] '/u/Vasilis-Tsaknakis' has given '/u/Adventuroussoul18' lambda! +[2020-07-27 22:14:50,336] /u/Adventuroussoul18 had their flair updated +[2020-07-27 22:15:10,189] '/u/Vasilis-Tsaknakis' has given '/u/pirroplato' lambda! +[2020-07-27 22:15:12,726] /u/pirroplato had their flair updated +[2020-07-27 22:17:32,962] '/u/Vasilis-Tsaknakis' has given '/u/DTV998' lambda! +[2020-07-27 22:17:34,680] /u/DTV998 had their flair updated +[2020-07-27 22:22:18,179] '/u/Samanaitor_88' has given '/u/Kaidentheperson' lambda! +[2020-07-27 22:22:20,739] /u/Kaidentheperson had their flair updated +[2020-07-27 22:22:52,927] There has been a new submission: 'My First Time Trying Astrophotography!!', with flair 'Video Critique' +[2020-07-27 22:22:54,548] /u/Tcourt91 had their submission removed for insufficient lambda. +[2020-07-27 22:22:56,659] /u/Tcourt91 had their flair updated +[2020-07-27 22:24:44,382] There has been a new submission: 'I made an analysis of the indie game Three Fourths Home. I'd massively appreciate feedback regarding my narration, as it is the element I'm trying to work on the most!', with flair 'Video Critique' +[2020-07-27 22:24:45,713] /u/STLexus00 had their submission removed for insufficient lambda. +[2020-07-27 22:24:47,399] /u/STLexus00 had their flair updated +[2020-07-27 22:29:18,498] '/u/tajminshaik' has given '/u/DeFrapaCicco' lambda! +[2020-07-27 22:29:20,508] /u/DeFrapaCicco had their flair updated +[2020-07-27 22:29:55,610] There has been a new submission: 'HEY! Need feedback on a new series on started! Drop a comment please', with flair 'Channel Review' +[2020-07-27 22:29:57,738] /u/ItryToMakeYTvids had their submission removed for insufficient lambda. +[2020-07-27 22:29:58,190] /u/ItryToMakeYTvids had their flair updated +[2020-07-27 22:30:53,513] '/u/tajminshaik' has given '/u/DTV998' lambda! +[2020-07-27 22:30:57,372] /u/DTV998 had their flair updated +[2020-07-27 22:32:05,028] There has been a new submission: 'Check out my new mehndi designs video hope you all gonna like it thanks😊 these mehndi designs are so easy and simple', with flair 'Art' +[2020-07-27 22:32:06,624] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-07-27 22:32:08,635] /u/Iqra-Entertainment had their flair updated +[2020-07-27 22:37:34,497] '/u/mr_churs' has given '/u/mcflyelsa' lambda! +[2020-07-27 22:37:35,635] /u/mcflyelsa had their flair updated +[2020-07-27 22:39:00,689] '/u/mr_churs' has given '/u/Jayotic44' lambda! +[2020-07-27 22:39:02,326] /u/Jayotic44 had their flair updated +[2020-07-27 22:39:35,339] +#################### +[Jul 27 2020 22:39:35] RESTARTED +#################### + +[2020-07-27 23:23:01,678] There has been a new submission: 'This is a funny moments/gaming video. I attempted my first heist with a friend & things went disastrously. Awarding lambda for some feedback, would love to hear what I can improve upon with the next two parts to this series.', with flair 'Video Critique' +[2020-07-27 23:23:04,379] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 23:23:04,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 23:23:05,814] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pNfcfe42yWU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:23:06,220] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUp82orlapXanEjJj4AA4tA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:23:08,965] /u/wertys761 had their flair updated +[2020-07-27 23:23:27,560] There has been a new submission: 'Minecraft Hardcore D-Day Landing', with flair 'Gaming' +[2020-07-27 23:23:28,991] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-07-27 23:23:30,752] /u/chuckleducks had their flair updated +[2020-07-27 23:25:09,006] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-07-27 23:25:10,321] /u/DTV998 had their flair updated +[2020-07-27 23:25:37,172] '/u/threepiecesofbread' has given '/u/codephony' lambda! +[2020-07-27 23:25:39,727] /u/codephony had their flair updated +[2020-07-27 23:28:09,155] '/u/wertys761' has given '/u/roddytoblerone' lambda! +[2020-07-27 23:28:10,993] /u/roddytoblerone had their flair updated +[2020-07-27 23:28:45,937] '/u/tajminshaik' has given '/u/codephony' lambda! +[2020-07-27 23:28:48,065] /u/codephony had their flair updated +[2020-07-27 23:29:52,981] '/u/Jayotic44' has given '/u/mcster21' lambda! +[2020-07-27 23:29:55,271] /u/mcster21 had their flair updated +[2020-07-27 23:30:15,194] '/u/Jayotic44' has given '/u/roddytoblerone' lambda! +[2020-07-27 23:30:18,025] /u/roddytoblerone had their flair updated +[2020-07-27 23:30:38,432] '/u/Jayotic44' has given '/u/Mat_s' lambda! +[2020-07-27 23:30:41,224] /u/Mat_s had their flair updated +[2020-07-27 23:31:49,202] '/u/Jayotic44' has given '/u/FacemanGaming25' lambda! +[2020-07-27 23:31:51,871] /u/FacemanGaming25 had their flair updated +[2020-07-27 23:33:09,799] '/u/JessieH_24' has given '/u/D1m1tr1sF' lambda! +[2020-07-27 23:33:12,624] /u/D1m1tr1sF had their flair updated +[2020-07-27 23:33:46,552] '/u/Jayotic44' has given '/u/Ohwordmyguy' lambda! +[2020-07-27 23:33:49,136] /u/Ohwordmyguy had their flair updated +[2020-07-27 23:35:23,191] There has been a new submission: 'WUNNA TYPE BEAT', with flair 'Video Critique' +[2020-07-27 23:35:24,459] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-07-27 23:35:25,979] /u/bpbeatzz had their flair updated +[2020-07-27 23:35:43,820] There has been a new submission: 'What do you guys think about this kinda VR video?', with flair 'Gaming' +[2020-07-27 23:35:47,038] /u/dentadsio had their submission removed for insufficient lambda. +[2020-07-27 23:35:48,436] /u/dentadsio had their flair updated +[2020-07-27 23:36:07,346] There has been a new submission: 'Life In A Day / July 25 2020', with flair 'Vlog' +[2020-07-27 23:36:12,461] /u/AriasFam had their submission removed for insufficient lambda. +[2020-07-27 23:36:13,731] /u/AriasFam had their flair updated +[2020-07-27 23:36:32,673] There has been a new submission: 'Say It Or Shot It ... We Did It Again', with flair 'Vlog' +[2020-07-27 23:36:34,024] /u/benzie-likes-tuna had their submission removed for insufficient lambda. +[2020-07-27 23:36:35,217] /u/benzie-likes-tuna had their flair updated +[2020-07-27 23:36:53,231] There has been a new submission: 'Worked incredibly hard on this review and now I'd love for feedback/laughs from the gang', with flair 'Video Critique' +[2020-07-27 23:36:54,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 23:36:55,035] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 23:36:56,763] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HqhyY9DdUPM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:36:57,134] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4khr-w1DQqi288OyrtFgZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:36:59,228] /u/roddytoblerone had their flair updated +[2020-07-27 23:37:16,048] There has been a new submission: 'I made a bot that posts videos (compilations) automatically to youtube. I need your feedback in how to grow it.', with flair 'Channel Review' +[2020-07-27 23:37:17,378] /u/oussama1598 had their submission removed for insufficient lambda. +[2020-07-27 23:37:18,407] /u/oussama1598 had their flair updated +[2020-07-27 23:37:39,226] There has been a new submission: 'Hello! ✨💋 I create beauty videos including makeup tutorials, hauls, reviews and challenges. This is a link to my channel', with flair 'Vlog' +[2020-07-27 23:37:40,213] /u/MeggElizabethh had their submission removed for insufficient lambda. +[2020-07-27 23:37:41,282] /u/MeggElizabethh had their flair updated +[2020-07-27 23:39:02,369] '/u/PoaetceThe2nd' has given '/u/byetheweighwill' lambda! +[2020-07-27 23:39:04,288] /u/byetheweighwill had their flair updated +[2020-07-27 23:39:40,513] '/u/Jayotic44' has given '/u/HappyPantsComedy' lambda! +[2020-07-27 23:39:41,737] /u/HappyPantsComedy had their flair updated +[2020-07-27 23:40:45,508] There has been a new submission: 'Heyy Everyone, I love these spiral drawing videos that I make on my channel. I just want some feedback on what you guys think about it and where I can Improve. I will be giving LAMBDA for ALL FEEDBACK', with flair 'Video Critique' +[2020-07-27 23:40:47,105] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-27 23:40:47,228] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-27 23:40:48,169] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OHIBCM5K_0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:40:48,541] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGsOl8wcBjOK4RCm2-7oNug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-27 23:40:51,690] /u/talsean had their flair updated +[2020-07-27 23:42:52,459] '/u/-Lipo-' has given '/u/byetheweighwill' lambda! +[2020-07-27 23:42:55,128] /u/byetheweighwill had their flair updated +[2020-07-27 23:46:08,627] '/u/-Lipo-' has given '/u/brovalley' lambda! +[2020-07-27 23:46:11,005] /u/brovalley had their flair updated +[2020-07-27 23:54:51,124] There has been a new submission: 'Disneyland's 65th Birthday#', with flair 'Vlog' +[2020-07-27 23:54:52,459] /u/Club34Disneyland had their submission removed for insufficient lambda. +[2020-07-27 23:54:54,175] /u/Club34Disneyland had their flair updated +[2020-07-27 23:55:13,043] '/u/DanThePanda-YT' has given '/u/Rasid_Saran' lambda! +[2020-07-27 23:55:14,715] /u/Rasid_Saran had their flair updated +[2020-07-27 23:56:04,048] '/u/DanThePanda-YT' has given '/u/JhaLive' lambda! +[2020-07-27 23:56:06,297] /u/JhaLive had their flair updated +[2020-07-27 23:59:05,030] There has been a new submission: 'Go check out my new video! Modern Warfare Montage - Best of team IQ #2', with flair 'Gaming' +[2020-07-27 23:59:06,456] /u/Lexi_TeamIQ had their submission removed for insufficient lambda. +[2020-07-27 23:59:07,233] /u/Lexi_TeamIQ had their flair updated +[2020-07-27 23:59:44,828] There has been a new submission: 'The Electoral College Is A Scam -- Any feedback would appreciated!', with flair 'Video Critique' +[2020-07-27 23:59:46,339] /u/D1Wheeler had their submission removed for insufficient lambda. +[2020-07-27 23:59:47,487] /u/D1Wheeler had their flair updated +[2020-07-28 00:00:41,770] '/u/Illfury' has given '/u/Mr_Smith_online' lambda! +[2020-07-28 00:00:44,684] /u/Mr_Smith_online had their flair updated +[2020-07-28 00:01:25,529] '/u/EgglessOmelette69' has given '/u/Mr_Smith_online' lambda! +[2020-07-28 00:01:28,554] /u/Mr_Smith_online had their flair updated +[2020-07-28 00:01:48,264] There has been a new submission: 'IT TOOK ALL MY STONES FOR NEW LR Rose Goku Black & LR Broly Summons!', with flair 'Gaming' +[2020-07-28 00:01:49,700] /u/AnimeMillz had their submission removed for insufficient lambda. +[2020-07-28 00:01:51,830] /u/AnimeMillz had their flair updated +[2020-07-28 00:03:05,717] '/u/EgglessOmelette69' has given '/u/MafiasFinestTV' lambda! +[2020-07-28 00:03:07,814] /u/MafiasFinestTV had their flair updated +[2020-07-28 00:03:55,925] '/u/EgglessOmelette69' has given '/u/roddytoblerone' lambda! +[2020-07-28 00:03:58,874] /u/roddytoblerone had their flair updated +[2020-07-28 00:04:52,609] There has been a new submission: 'Critique of the format (video linked is similar style to my other videos)', with flair 'Video Critique' +[2020-07-28 00:04:53,961] /u/ninetyfund had their submission removed for insufficient lambda. +[2020-07-28 00:04:55,725] /u/ninetyfund had their flair updated +[2020-07-28 00:09:09,375] There has been a new submission: 'Shiro, my Shiba Inu puppy, made a new friend today😄😄', with flair 'Channel Review' +[2020-07-28 00:09:10,288] /u/_shirobaby had their submission removed for insufficient lambda. +[2020-07-28 00:09:11,027] /u/_shirobaby had their flair updated +[2020-07-28 00:15:15,519] There has been a new submission: 'Psalm 51 - A Prayer of Repentance (With words - KJV)', with flair 'Video Critique' +[2020-07-28 00:15:17,033] /u/fruakenji8 had their submission removed for insufficient lambda. +[2020-07-28 00:15:18,710] /u/fruakenji8 had their flair updated +[2020-07-28 00:22:09,979] There has been a new submission: 'This is the first skribbl video i have edited on pc, please let me know what you think.', with flair 'Video Critique' +[2020-07-28 00:22:10,417] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 00:22:10,440] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 00:22:10,828] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dCf2SRZaKrc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 00:22:11,010] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 00:22:13,630] /u/Narband had their flair updated +[2020-07-28 00:22:33,172] '/u/Peltlegs' has given '/u/roddytoblerone' lambda! +[2020-07-28 00:22:35,483] /u/roddytoblerone had their flair updated +[2020-07-28 00:22:54,914] There has been a new submission: 'Trying out some =3 style reaction videos, very early in the process but I do intend to keep going for a while; so any feedback to help me improve while my style is still cementing in would be wonderful & much appreciated:)', with flair 'Video Critique' +[2020-07-28 00:22:55,307] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 00:22:55,309] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 00:22:55,670] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uDdiFKDV8Vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 00:22:55,886] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 00:22:58,591] /u/DTV998 had their flair updated +[2020-07-28 00:23:33,503] '/u/Peltlegs' has given '/u/D1m1tr1sF' lambda! +[2020-07-28 00:23:36,102] /u/D1m1tr1sF had their flair updated +[2020-07-28 00:23:47,208] There has been a new submission: 'Best Fortnite Montage| Fortnite Montage #5', with flair 'Gaming' +[2020-07-28 00:23:48,581] /u/mollyjoneso had their submission removed for insufficient lambda. +[2020-07-28 00:23:50,593] /u/mollyjoneso had their flair updated +[2020-07-28 00:39:25,954] +#################### +[Jul 28 2020 00:39:25] RESTARTED +#################### + +[2020-07-28 01:16:29,053] There has been a new submission: 'UNO 2', with flair 'Video Critique' +[2020-07-28 01:16:31,304] /u/OppaiSenpai97 had their submission removed for insufficient lambda. +[2020-07-28 01:16:32,408] /u/OppaiSenpai97 had their flair updated +[2020-07-28 01:16:49,506] There has been a new submission: 'it is time for our ascension.', with flair 'Gaming' +[2020-07-28 01:16:51,588] /u/Silver-Knight-Archer had their submission removed for insufficient lambda. +[2020-07-28 01:16:52,571] /u/Silver-Knight-Archer had their flair updated +[2020-07-28 01:17:10,598] There has been a new submission: 'How I Made The "Currents" Cover In Minecraft - my first video, feedback appreciated!', with flair 'Channel Review' +[2020-07-28 01:17:11,585] /u/foxxforcefive had their submission removed for insufficient lambda. +[2020-07-28 01:17:12,735] /u/foxxforcefive had their flair updated +[2020-07-28 01:17:34,508] '/u/Illfury' has given '/u/russianfortobias' lambda! +[2020-07-28 01:17:37,268] /u/russianfortobias had their flair updated +[2020-07-28 01:18:54,183] '/u/Jayotic44' has given '/u/InfiniteComboReviews' lambda! +[2020-07-28 01:18:57,914] /u/InfiniteComboReviews had their flair updated +[2020-07-28 01:20:30,705] '/u/Jayotic44' has given '/u/MrSirjohny' lambda! +[2020-07-28 01:20:33,820] /u/MrSirjohny had their flair updated +[2020-07-28 01:23:50,340] There has been a new submission: 'FORTNITE SEASON 3 STORYLINE EXPLAINED (Live Event)', with flair 'Gaming' +[2020-07-28 01:23:51,647] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-07-28 01:23:53,454] /u/SlurpyDerpyMC_YT had their flair updated +[2020-07-28 01:24:12,574] There has been a new submission: 'Part 1 - How to Make Your First Gallon of Mead - let us know if you're inspired, if you have questions, or what we can do to make it more entertaining to watch.', with flair 'Video Critique' +[2020-07-28 01:24:14,463] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 01:24:14,503] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 01:24:16,105] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4lDWwGAiEcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 01:24:16,597] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChPkg8a9r-niSFz7GFx22qw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 01:24:19,309] /u/aandabackyard had their flair updated +[2020-07-28 01:31:13,983] There has been a new submission: 'Still struggling with audio quality in my videos and would like feedback. Other feedback also appreciated!', with flair 'Video Critique' +[2020-07-28 01:31:15,692] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 01:31:15,730] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 01:31:17,325] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k3AbqNHr4F4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 01:31:17,741] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbm9liD6hE9w0JxfsEBBS-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 01:31:20,942] /u/InfiniteComboReviews had their flair updated +[2020-07-28 01:34:54,686] '/u/the_real_d247' has given '/u/Mr_Smith_online' lambda! +[2020-07-28 01:34:57,300] /u/Mr_Smith_online had their flair updated +[2020-07-28 01:35:15,805] There has been a new submission: 'You Won't Believe What Happened in Double Overtime !!', with flair 'Gaming' +[2020-07-28 01:35:17,282] /u/refskins14 had their submission removed for insufficient lambda. +[2020-07-28 01:35:18,969] /u/refskins14 had their flair updated +[2020-07-28 01:35:37,008] There has been a new submission: 'Just started YouTube with a let’s play series, check it out if you want. Second vid released today', with flair 'Gaming' +[2020-07-28 01:35:38,846] /u/JDHcky27 had their submission removed for insufficient lambda. +[2020-07-28 01:35:40,503] /u/JDHcky27 had their flair updated +[2020-07-28 01:37:22,736] There has been a new submission: 'Check out my minecraft channel! I make lots of minecraft tutorials here. Any feedback ?...', with flair 'Gaming' +[2020-07-28 01:37:23,765] /u/YappyHead had their submission removed for insufficient lambda. +[2020-07-28 01:37:24,890] /u/YappyHead had their flair updated +[2020-07-28 01:38:40,376] There has been a new submission: 'Rainbow Six Siege Gameplay Fun (Some "pro" gameplay)', with flair 'Gaming' +[2020-07-28 01:38:42,192] /u/Samaslamatha had their submission removed for insufficient lambda. +[2020-07-28 01:38:43,012] /u/Samaslamatha had their flair updated +[2020-07-28 01:40:16,916] '/u/DTV998' has given '/u/cutin1980' lambda! +[2020-07-28 01:40:19,379] /u/cutin1980 had their flair updated +[2020-07-28 01:43:37,636] '/u/-Lipo-' has given '/u/Wershelersh' lambda! +[2020-07-28 01:43:39,969] /u/Wershelersh had their flair updated +[2020-07-28 01:44:58,344] There has been a new submission: '18, the worst vlog', with flair 'Vlog' +[2020-07-28 01:44:59,908] /u/Whitney_666 had their submission removed for insufficient lambda. +[2020-07-28 01:45:01,834] /u/Whitney_666 had their flair updated +[2020-07-28 01:48:12,459] '/u/the_real_d247' has given '/u/curtisweaverco' lambda! +[2020-07-28 01:48:14,594] /u/curtisweaverco had their flair updated +[2020-07-28 01:51:22,149] '/u/the_real_d247' has given '/u/yeetbox_' lambda! +[2020-07-28 01:51:25,103] /u/yeetbox_ had their flair updated +[2020-07-28 01:53:32,109] There has been a new submission: 'I guess I finally uploaded well here's this video', with flair 'Gaming' +[2020-07-28 01:53:33,433] /u/SS4MUR4II had their submission removed for insufficient lambda. +[2020-07-28 01:53:35,299] /u/SS4MUR4II had their flair updated +[2020-07-28 02:02:01,233] There has been a new submission: 'Ultimate Karen Road Rage Compilation', with flair 'Video Critique' +[2020-07-28 02:02:02,949] /u/Former_Bill3615 had their submission removed for insufficient lambda. +[2020-07-28 02:02:05,080] /u/Former_Bill3615 had their flair updated +[2020-07-28 02:03:36,772] There has been a new submission: 'Please review my video. Any feedback will be welcomed. I am trying to learn how to make better videos to engage audience.', with flair 'Video Critique' +[2020-07-28 02:03:38,293] /u/shriajit1 had their submission removed for insufficient lambda. +[2020-07-28 02:03:40,224] /u/shriajit1 had their flair updated +[2020-07-28 02:04:25,758] '/u/Jayotic44' has given '/u/russianfortobias' lambda! +[2020-07-28 02:04:28,382] /u/russianfortobias had their flair updated +[2020-07-28 02:05:35,941] '/u/Jayotic44' has given '/u/foxxforcefive' lambda! +[2020-07-28 02:05:38,360] /u/foxxforcefive had their flair updated +[2020-07-28 02:07:02,797] '/u/Jayotic44' has given '/u/Lukegreen3703' lambda! +[2020-07-28 02:07:04,638] /u/Lukegreen3703 had their flair updated +[2020-07-28 02:19:01,018] There has been a new submission: 'Why is this a thing tho', with flair 'Gaming' +[2020-07-28 02:19:01,907] /u/Real-Right-shoe had their submission removed for insufficient lambda. +[2020-07-28 02:19:02,679] /u/Real-Right-shoe had their flair updated +[2020-07-28 02:21:45,675] There has been a new submission: 'How you like the life in Japan? This is a simple weekend of a foreigner couple in Japan.', with flair 'Vlog' +[2020-07-28 02:21:47,140] /u/Background_Tax1070 had their submission removed for insufficient lambda. +[2020-07-28 02:21:49,267] /u/Background_Tax1070 had their flair updated +[2020-07-28 02:23:11,723] There has been a new submission: 'How To Never Be Angry Again!! Abraham Twerski', with flair 'Video Critique' +[2020-07-28 02:23:13,098] /u/danchi23 had their submission removed for insufficient lambda. +[2020-07-28 02:23:15,072] /u/danchi23 had their flair updated +[2020-07-28 02:24:04,041] There has been a new submission: 'The one thing making YOUTUBE hard for beginners//newcomers//Grow your channel', with flair 'Video Critique' +[2020-07-28 02:24:06,004] /u/Fali_callins had their submission removed for insufficient lambda. +[2020-07-28 02:24:07,934] /u/Fali_callins had their flair updated +[2020-07-28 02:27:10,429] '/u/aandabackyard' has given '/u/foxxforcefive' lambda! +[2020-07-28 02:27:12,808] /u/foxxforcefive had their flair updated +[2020-07-28 02:30:42,918] '/u/InfiniteComboReviews' has given '/u/Mat_s' lambda! +[2020-07-28 02:30:45,749] /u/Mat_s had their flair updated +[2020-07-28 02:33:17,582] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-28 02:34:00,641] '/u/InfiniteComboReviews' has given '/u/foxxforcefive' lambda! +[2020-07-28 02:34:02,612] /u/foxxforcefive had their flair updated +[2020-07-28 02:37:47,421] There has been a new submission: 'Failing at Moving Out with my girlfriend. I don't usually make videos like this , I do more tech/photography stuff, but this was a lot of fun. Would appreciate any feedback ! I'll give λ', with flair 'Gaming' +[2020-07-28 02:37:47,861] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 02:37:47,863] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 02:37:48,296] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=m14AqceZWFo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 02:37:48,475] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Ybqqf8CtIcda5odx0Ns_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 02:37:50,367] /u/Mat_s had their flair updated +[2020-07-28 02:39:28,454] +#################### +[Jul 28 2020 02:39:28] RESTARTED +#################### + +[2020-07-28 03:15:42,685] '/u/Platoniko' has given '/u/tss230' lambda! +[2020-07-28 03:15:45,149] /u/tss230 had their flair updated +[2020-07-28 03:16:32,985] '/u/EgglessOmelette69' has given '/u/Fali_callins' lambda! +[2020-07-28 03:16:34,667] /u/Fali_callins had their flair updated +[2020-07-28 03:17:05,063] There has been a new submission: 'How I Deal With Haters On Social Media', with flair 'Channel Review' +[2020-07-28 03:17:06,170] /u/KatrinaRuthShow had their submission removed for insufficient lambda. +[2020-07-28 03:17:07,160] /u/KatrinaRuthShow had their flair updated +[2020-07-28 03:17:28,719] /u/Fali_callins had their flair updated +[2020-07-28 03:25:06,746] There has been a new submission: 'Just joined this sub, gotta channel for ya', with flair 'Vlog' +[2020-07-28 03:25:08,926] /u/Mr-Medic-Man had their submission removed for insufficient lambda. +[2020-07-28 03:25:10,562] /u/Mr-Medic-Man had their flair updated +[2020-07-28 03:27:56,042] '/u/WalkingTsunami' has given '/u/curtisweaverco' lambda! +[2020-07-28 03:27:58,345] /u/curtisweaverco had their flair updated +[2020-07-28 03:28:18,617] '/u/WalkingTsunami' has given '/u/codephony' lambda! +[2020-07-28 03:28:20,989] /u/codephony had their flair updated +[2020-07-28 03:29:58,260] '/u/Mat_s' has given '/u/disloyalclothYT' lambda! +[2020-07-28 03:30:00,422] /u/disloyalclothYT had their flair updated +[2020-07-28 03:36:29,573] '/u/siddhant1991' has given '/u/Fali_callins' lambda! +[2020-07-28 03:36:31,912] /u/Fali_callins had their flair updated +[2020-07-28 03:38:17,097] '/u/siddhant1991' has given '/u/cutin1980' lambda! +[2020-07-28 03:38:18,775] /u/cutin1980 had their flair updated +[2020-07-28 03:39:00,238] '/u/siddhant1991' has given '/u/Fali_callins' lambda! +[2020-07-28 03:39:01,434] /u/Fali_callins had their flair updated +[2020-07-28 03:51:08,849] There has been a new submission: 'The one thing making YOUTUBE hard for beginners//newcomers//Grow your channel. I would to be at the top of my game if only you will take your time to watch this video and critique it for me. The truth is bitter to listen to but I am ready for it. Please be sincere.', with flair 'Video Critique' +[2020-07-28 03:51:09,552] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 03:51:09,571] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 03:51:09,999] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3snhrbweWSM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 03:51:10,170] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3d_-iAf5rMgFCLMnymYIzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 03:51:13,469] /u/Fali_callins had their flair updated +[2020-07-28 03:54:34,461] There has been a new submission: 'Made a video for the first time in a while! It's short so if you have time, critique would be much appreciated', with flair 'Video Critique' +[2020-07-28 03:54:35,757] /u/KuroBonez had their submission removed for insufficient lambda. +[2020-07-28 03:54:37,539] /u/KuroBonez had their flair updated +[2020-07-28 03:58:49,885] There has been a new submission: 'Minecraft Build Battle Highlights (if you want pls like and subscribe)', with flair 'Gaming' +[2020-07-28 03:58:50,994] /u/UnstoppableDEATH had their submission removed for insufficient lambda. +[2020-07-28 03:58:51,854] /u/UnstoppableDEATH had their flair updated +[2020-07-28 04:04:54,925] '/u/ghoultail' has given '/u/DTV998' lambda! +[2020-07-28 04:04:56,639] /u/DTV998 had their flair updated +[2020-07-28 04:08:32,812] There has been a new submission: 'My first smash montage', with flair 'Gaming' +[2020-07-28 04:08:33,683] /u/Vembyr had their submission removed for insufficient lambda. +[2020-07-28 04:08:34,626] /u/Vembyr had their flair updated +[2020-07-28 04:11:18,396] There has been a new submission: 'My YouTube Goals For 2020 - What is Xcademy? - Domination On Shipment Gameplay!', with flair 'Video Critique' +[2020-07-28 04:11:20,038] /u/adsluck56 had their submission removed for insufficient lambda. +[2020-07-28 04:11:22,377] /u/adsluck56 had their flair updated +[2020-07-28 04:19:10,156] There has been a new submission: 'Yo this is my Friends channel and he wants to get to 100 subs I don’t know if he’ll sub back to you but plz help him', with flair 'Gaming' +[2020-07-28 04:19:10,870] /u/TurtlzzeYoutube had their submission removed for insufficient lambda. +[2020-07-28 04:19:11,596] /u/TurtlzzeYoutube had their flair updated +[2020-07-28 04:20:39,434] '/u/Peltlegs' has given '/u/russianfortobias' lambda! +[2020-07-28 04:20:41,713] /u/russianfortobias had their flair updated +[2020-07-28 04:21:10,546] '/u/Peltlegs' has given '/u/lizahinza' lambda! +[2020-07-28 04:21:12,820] /u/lizahinza had their flair updated +[2020-07-28 04:22:35,186] There has been a new submission: 'You Already Have What It Takes | You Have The Secret of Success | Jeremy...', with flair 'Vlog' +[2020-07-28 04:22:36,563] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-07-28 04:22:38,639] /u/jholloway55 had their flair updated +[2020-07-28 04:28:48,675] There has been a new submission: 'Anybody else not get their videos recommended anymore?', with flair 'Discussion' +[2020-07-28 04:28:51,581] /u/Vietnam_Cookin had their flair updated +[2020-07-28 04:35:23,746] '/u/Mat_s' has given '/u/Platoniko' lambda! +[2020-07-28 04:35:25,397] /u/Platoniko had their flair updated +[2020-07-28 04:36:02,531] '/u/Mat_s' has given '/u/Mr-Medic-Man' lambda! +[2020-07-28 04:36:04,083] /u/Mr-Medic-Man had their flair updated +[2020-07-28 04:38:29,300] There has been a new submission: '📈 M1 Finance Portfolio Update | Episode 24 - A Race for Pandemic Vaccines Rallies Markets!', with flair 'Video Critique' +[2020-07-28 04:38:30,133] /u/blast4310 had their submission removed for insufficient lambda. +[2020-07-28 04:38:31,133] /u/blast4310 had their flair updated +[2020-07-28 04:39:17,728] +#################### +[Jul 28 2020 04:39:17] RESTARTED +#################### + +[2020-07-28 05:10:08,579] There has been a new submission: 'Cities:Skylines Part 1-Kingston', with flair 'Gaming' +[2020-07-28 05:10:10,176] /u/LadfromYYC12 had their submission removed for insufficient lambda. +[2020-07-28 05:10:12,458] /u/LadfromYYC12 had their flair updated +[2020-07-28 05:12:42,768] There has been a new submission: 'Freestyle Football. Hey everyone am a passionate Footballer who decided to make YouTube videos to help people grow and get bettwr in this sport. I post tutorial/guides/how-to type related content. Soon ill go iver to fitness too since it's a passion of mine .', with flair 'Video Critique' +[2020-07-28 05:12:44,320] /u/Sharan_Manick had their submission removed for insufficient lambda. +[2020-07-28 05:12:46,282] /u/Sharan_Manick had their flair updated +[2020-07-28 05:13:05,714] There has been a new submission: 'Life on the Road trip Thailand Please Support my Youtube Channel Subscribe and Like thank you 🙏', with flair 'Vlog' +[2020-07-28 05:13:07,100] /u/Phen-Gulz had their submission removed for insufficient lambda. +[2020-07-28 05:13:08,950] /u/Phen-Gulz had their flair updated +[2020-07-28 05:13:27,507] There has been a new submission: '[REVIEW VIDEO] How I Made The "Currents" Cover In Minecraft - my first video! Feedback is appreciated :)', with flair 'Video Critique' +[2020-07-28 05:13:29,561] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 05:13:29,599] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 05:13:30,950] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5kNRyoy6I2E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:13:31,321] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb99mrfg_oJUPBf_U-sDf3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:13:34,106] /u/foxxforcefive had their flair updated +[2020-07-28 05:15:06,570] There has been a new submission: 'THE MAKING OF A MUSIC | let me know if any parts get stale - i think it's a bit long', with flair 'Video Critique' +[2020-07-28 05:15:07,883] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 05:15:07,885] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 05:15:09,150] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LGzPdHzauUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:15:09,441] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHSqVhWapwCvPZ0zb1OVBFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:15:11,816] /u/Moonicornian had their flair updated +[2020-07-28 05:15:34,537] '/u/wertys761' has given '/u/EgglessOmelette69' lambda! +[2020-07-28 05:15:36,912] /u/EgglessOmelette69 had their flair updated +[2020-07-28 05:24:35,507] There has been a new submission: 'Ben 10 Ultimate Alien Cosmic Destruction Ending', with flair 'Gaming' +[2020-07-28 05:24:36,835] /u/west586 had their submission removed for insufficient lambda. +[2020-07-28 05:24:38,726] /u/west586 had their flair updated +[2020-07-28 05:31:33,964] '/u/EgglessOmelette69' has given '/u/Ahmad4hat' lambda! +[2020-07-28 05:31:37,003] /u/Ahmad4hat had their flair updated +[2020-07-28 05:46:04,747] There has been a new submission: '$100 predator challenge', with flair 'Gaming' +[2020-07-28 05:46:05,971] /u/Taemiller98 had their submission removed for insufficient lambda. +[2020-07-28 05:46:07,570] /u/Taemiller98 had their flair updated +[2020-07-28 05:59:29,696] There has been a new submission: 'I'm a beginner animator. I would love some critiques on how to make animations that people want to see and subscribe for.', with flair 'Video Critique' +[2020-07-28 05:59:32,315] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 05:59:32,317] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 05:59:34,281] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8NnsdvVYpX4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:59:34,693] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM1ERMsmPr2UqVf1YPlCIsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 05:59:36,580] /u/EvirixYT had their flair updated +[2020-07-28 06:02:00,722] '/u/foxxforcefive' has given '/u/MrCarsone' lambda! +[2020-07-28 06:02:02,791] /u/MrCarsone had their flair updated +[2020-07-28 06:09:48,848] There has been a new submission: 'Hi! Since many of you liked my previous video and shared good thoughts with me, I made a new video based on your suggestions. It would be nice if you would check it out and give your rating and feedback. Lambda for helpful critique!', with flair 'Video Critique' +[2020-07-28 06:09:49,044] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 06:09:49,045] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 06:09:49,135] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_3dNsH9i0_c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 06:09:49,234] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFO9eKtN_mKXFXdOI9VvkRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 06:09:50,009] /u/yeetbox_ had their flair updated +[2020-07-28 06:20:53,329] There has been a new submission: 'Here a fail of mine', with flair 'Vlog' +[2020-07-28 06:20:56,045] /u/Zaapyisthabii had their submission removed for insufficient lambda. +[2020-07-28 06:20:58,271] /u/Zaapyisthabii had their flair updated +[2020-07-28 06:21:09,923] There has been a new submission: 'Channel revamp ideas?', with flair 'Gaming' +[2020-07-28 06:21:11,869] /u/Handofhonor3 had their submission removed for insufficient lambda. +[2020-07-28 06:21:14,084] /u/Handofhonor3 had their flair updated +[2020-07-28 06:24:52,500] '/u/KoderYT' has given '/u/tajminshaik' lambda! +[2020-07-28 06:24:54,318] /u/tajminshaik had their flair updated +[2020-07-28 06:32:15,797] There has been a new submission: '[Montage] Fortnite - Space Dash (916frosty, cashydior)', with flair 'Gaming' +[2020-07-28 06:32:17,700] /u/EgoOnLegs had their submission removed for insufficient lambda. +[2020-07-28 06:32:19,788] /u/EgoOnLegs had their flair updated +[2020-07-28 06:35:01,318] There has been a new submission: 'New rocket league video', with flair 'Video Critique' +[2020-07-28 06:35:02,533] /u/Zachary_Thorn had their submission removed for insufficient lambda. +[2020-07-28 06:35:04,209] /u/Zachary_Thorn had their flair updated +[2020-07-28 06:39:17,785] +#################### +[Jul 28 2020 06:39:17] RESTARTED +#################### + +[2020-07-28 07:05:19,748] There has been a new submission: 'Pokemon Sword And Sheild Pack Opening + Giveaway Update *IM GIVING AWAY A BOOSTER PACK*', with flair 'Gaming' +[2020-07-28 07:05:21,056] /u/RigbyTheProCat had their submission removed for insufficient lambda. +[2020-07-28 07:05:22,405] /u/RigbyTheProCat had their flair updated +[2020-07-28 07:05:58,092] '/u/MichaelJH333' has given '/u/MrSirjohny' lambda! +[2020-07-28 07:06:00,722] /u/MrSirjohny had their flair updated +[2020-07-28 07:06:36,789] There has been a new submission: 'Taylor Swift - folklore | Album Analysis [PART 1]..any kind of feedback would be great', with flair 'Video Critique' +[2020-07-28 07:06:37,934] /u/scamming_savant had their submission removed for insufficient lambda. +[2020-07-28 07:06:39,078] /u/scamming_savant had their flair updated +[2020-07-28 07:06:57,061] There has been a new submission: 'Hi Guys ! I’ve joined YT recently and I make Instrumental music and free bgms . Check out if you are interested', with flair 'Channel Review' +[2020-07-28 07:06:58,491] /u/arc-musical had their submission removed for insufficient lambda. +[2020-07-28 07:06:59,597] /u/arc-musical had their flair updated +[2020-07-28 07:17:55,906] '/u/Randomzella' has given '/u/Rasid_Saran' lambda! +[2020-07-28 07:17:58,204] /u/Rasid_Saran had their flair updated +[2020-07-28 07:20:46,848] There has been a new submission: 'Minecraft Dungeons Review | Worth Buying? Any advice will be appreciated!', with flair 'Video Critique' +[2020-07-28 07:20:49,031] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 07:20:49,071] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 07:20:50,462] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sya1m9Qb9HY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 07:20:50,909] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyedBW94TMvRL_J5u3F7PWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 07:20:54,768] /u/MrSirjohny had their flair updated +[2020-07-28 07:35:07,268] There has been a new submission: 'Assassin's Creed 2 Walkthrough Part 23: Initiating Action Right Before Execution [PC 1080p]', with flair 'Gaming' +[2020-07-28 07:35:08,516] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-07-28 07:35:10,224] /u/omeshhedaoo had their flair updated +[2020-07-28 07:36:39,050] There has been a new submission: 'WHAT A COMEBACK!!!=SALFORD CITY ROAD TO GLORY #05 - FOOTBALL MANAGER 2020', with flair 'Gaming' +[2020-07-28 07:36:40,440] /u/thegamingmusab had their submission removed for insufficient lambda. +[2020-07-28 07:36:41,871] /u/thegamingmusab had their flair updated +[2020-07-28 07:46:24,826] '/u/yeetbox_' has given '/u/documatt' lambda! +[2020-07-28 07:46:27,206] /u/documatt had their flair updated +[2020-07-28 08:09:51,972] '/u/PizzaParker36' has given '/u/KoderYT' lambda! +[2020-07-28 08:09:52,375] /u/KoderYT had their flair updated +[2020-07-28 08:28:04,230] '/u/siddhant1991' has given '/u/liftedplane' lambda! +[2020-07-28 08:28:05,391] /u/liftedplane had their flair updated +[2020-07-28 08:36:15,800] '/u/yeetbox_' has given '/u/liftedplane' lambda! +[2020-07-28 08:36:17,339] /u/liftedplane had their flair updated +[2020-07-28 08:39:18,035] +#################### +[Jul 28 2020 08:39:18] RESTARTED +#################### + +[2020-07-28 08:56:49,005] There has been a new submission: 'Using a Rode VideoMIC Go with an iPhone X', with flair 'Discussion' +[2020-07-28 08:56:49,213] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-07-28 08:56:53,409] /u/SuperSymo_ had their flair updated +[2020-07-28 08:58:24,707] There has been a new submission: 'Day in the Life of a dating app CEO in Tokyo !!', with flair 'Video Critique' +[2020-07-28 08:58:27,003] /u/sayakataka had their submission removed for insufficient lambda. +[2020-07-28 08:58:28,148] /u/sayakataka had their flair updated +[2020-07-28 08:58:44,652] There has been a new submission: 'Hi guys, I've just started an investing channel with a sprinkle of Harry Potter to make it more interesting. I'd be grateful if you guys could give me more ideas on stuff I could say to make the vibe more "magical" so to speak. I left the link to my video so you can see the type of video that I do.', with flair 'Video Critique' +[2020-07-28 08:58:45,471] /u/blackcurtainfilms had their submission removed for insufficient lambda. +[2020-07-28 08:58:46,130] /u/blackcurtainfilms had their flair updated +[2020-07-28 09:15:15,074] /u/EvirixYT had their flair updated +[2020-07-28 09:20:06,623] There has been a new submission: 'I practised my editing skills with this montage tribute to film. Feedback would be awsome!', with flair 'Art' +[2020-07-28 09:20:08,258] /u/a_Hagge had their submission removed for insufficient lambda. +[2020-07-28 09:20:10,677] /u/a_Hagge had their flair updated +[2020-07-28 09:40:33,643] '/u/-Lipo-' has given '/u/WxCHRILLExW' lambda! +[2020-07-28 09:40:35,892] /u/WxCHRILLExW had their flair updated +[2020-07-28 09:45:26,683] '/u/-Lipo-' has given '/u/Lukegreen3703' lambda! +[2020-07-28 09:45:29,263] /u/Lukegreen3703 had their flair updated +[2020-07-28 09:49:22,551] '/u/-Lipo-' has given '/u/WalkingTsunami' lambda! +[2020-07-28 09:49:23,489] /u/WalkingTsunami had their flair updated +[2020-07-28 09:54:34,459] There has been a new submission: 'AFK MYERS... Not For The Faint Hearted', with flair 'Gaming' +[2020-07-28 09:54:36,010] /u/DealWithSniping had their submission removed for insufficient lambda. +[2020-07-28 09:54:37,811] /u/DealWithSniping had their flair updated +[2020-07-28 10:17:23,282] There has been a new submission: '5th video, I think the best yet, took they longest to make so far, any feedback would be appreciated.', with flair 'Video Critique' +[2020-07-28 10:17:24,778] /u/liftedplane had their flair updated +[2020-07-28 10:20:32,746] There has been a new submission: 'Released a Paneer recipe today.. have a look.', with flair 'Channel Review' +[2020-07-28 10:20:34,774] /u/prasbalafra had their submission removed for insufficient lambda. +[2020-07-28 10:20:37,066] /u/prasbalafra had their flair updated +[2020-07-28 10:39:18,052] +#################### +[Jul 28 2020 10:39:18] RESTARTED +#################### + +[2020-07-28 10:55:02,720] There has been a new submission: 'Valorant Funny Moments - My Aim is Slightly Off!', with flair 'Gaming' +[2020-07-28 10:55:03,833] /u/Afzan12 had their submission removed for insufficient lambda. +[2020-07-28 10:55:05,210] /u/Afzan12 had their flair updated +[2020-07-28 10:55:08,778] There has been a new submission: 'Skywars met Keyboard en Mouse geluiden *IN 240 FPS*', with flair 'Gaming' +[2020-07-28 10:55:09,983] /u/ArneTrochs had their submission removed for insufficient lambda. +[2020-07-28 10:55:11,300] /u/ArneTrochs had their flair updated +[2020-07-28 10:55:16,232] There has been a new submission: 'Skate 3: Glitches in gaming', with flair 'Gaming' +[2020-07-28 10:55:18,076] /u/FragingInsane had their submission removed for insufficient lambda. +[2020-07-28 10:55:19,582] /u/FragingInsane had their flair updated +[2020-07-28 10:56:24,951] There has been a new submission: 'Just some humor for new YouTubers 😁', with flair 'Vlog' +[2020-07-28 10:56:26,178] /u/PiB_Haylo had their submission removed for insufficient lambda. +[2020-07-28 10:56:27,484] /u/PiB_Haylo had their flair updated +[2020-07-28 10:57:41,116] There has been a new submission: 'I decided to put a bit more time into my videos, here is a 7 minute video on Yu-Gi-Oh that I spent far too many hours on. Any feedback will be much appreciated. THANK YOU :)', with flair 'Video Critique' +[2020-07-28 10:57:44,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 10:57:44,761] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 10:57:46,601] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WjEDF0m-cr8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 10:57:47,219] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCi_q-j0J1vbajyEvy_RW33Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 10:57:49,341] /u/mrmicpopper had their flair updated +[2020-07-28 11:08:15,111] There has been a new submission: 'Halo The Master Chief Collection Combat Evolved Part 2 I'll support back <3 hmu', with flair 'Gaming' +[2020-07-28 11:08:16,912] /u/bioman511 had their submission removed for insufficient lambda. +[2020-07-28 11:08:17,953] /u/bioman511 had their flair updated +[2020-07-28 11:10:20,160] '/u/mrmicpopper' has given '/u/disloyalclothYT' lambda! +[2020-07-28 11:10:22,425] /u/disloyalclothYT had their flair updated +[2020-07-28 11:18:50,776] '/u/DTV998' has given '/u/Coryrat' lambda! +[2020-07-28 11:18:53,110] /u/Coryrat had their flair updated +[2020-07-28 11:19:41,855] '/u/DTV998' has given '/u/foxxforcefive' lambda! +[2020-07-28 11:19:43,939] /u/foxxforcefive had their flair updated +[2020-07-28 11:20:42,039] '/u/DTV998' has given '/u/disloyalclothYT' lambda! +[2020-07-28 11:20:44,706] /u/disloyalclothYT had their flair updated +[2020-07-28 11:23:22,781] '/u/DTV998' has given '/u/Platoniko' lambda! +[2020-07-28 11:23:24,612] /u/Platoniko had their flair updated +[2020-07-28 11:24:29,933] '/u/DTV998' has given '/u/BrainifyOfficial' lambda! +[2020-07-28 11:24:31,681] /u/BrainifyOfficial had their flair updated +[2020-07-28 11:26:49,702] '/u/DTV998' has given '/u/randomness1278' lambda! +[2020-07-28 11:26:52,408] /u/randomness1278 had their flair updated +[2020-07-28 11:27:16,661] '/u/DTV998' has given '/u/bbb651' lambda! +[2020-07-28 11:27:19,158] /u/bbb651 had their flair updated +[2020-07-28 11:39:14,899] '/u/byetheweighwill' has given '/u/tajminshaik' lambda! +[2020-07-28 11:39:15,912] /u/tajminshaik had their flair updated +[2020-07-28 11:47:49,211] There has been a new submission: 'Road to 50 Subs. Check me out!', with flair 'Gaming' +[2020-07-28 11:47:50,209] /u/josephmartin245 had their submission removed for insufficient lambda. +[2020-07-28 11:47:51,362] /u/josephmartin245 had their flair updated +[2020-07-28 12:06:58,674] There has been a new submission: '3 SIMPLE CUSTOM DIY ACCESSORIES! I would greatly appreciate some feedback on this video. I’m happy with how it turned out and hopefully you guys are too! Thanks heaps :)', with flair 'Video Critique' +[2020-07-28 12:06:58,964] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 12:06:58,967] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 12:06:59,107] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jT760IAH-1M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 12:06:59,228] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 12:07:01,061] /u/russianfortobias had their flair updated +[2020-07-28 12:14:33,643] '/u/threepiecesofbread' has given '/u/Ahmad4hat' lambda! +[2020-07-28 12:14:35,334] /u/Ahmad4hat had their flair updated +[2020-07-28 12:15:15,202] There has been a new submission: 'I have reddit yt channels with one of it earning me a living, AMA!', with flair 'Video Critique' +[2020-07-28 12:15:16,885] /u/Estrellapt had their submission removed for insufficient lambda. +[2020-07-28 12:15:18,576] /u/Estrellapt had their flair updated +[2020-07-28 12:17:25,129] '/u/mrmicpopper' has given '/u/SpeedyStreamer' lambda! +[2020-07-28 12:17:26,390] /u/SpeedyStreamer had their flair updated +[2020-07-28 12:17:31,379] There has been a new submission: 'Diabotical Explained In 1 Minute', with flair 'Video Critique' +[2020-07-28 12:17:32,373] /u/Saltyy_Ez had their submission removed for insufficient lambda. +[2020-07-28 12:17:33,630] /u/Saltyy_Ez had their flair updated +[2020-07-28 12:36:41,086] There has been a new submission: 'Photoshop Gradient background', with flair 'Art' +[2020-07-28 12:36:42,330] /u/willtechcreations had their submission removed for insufficient lambda. +[2020-07-28 12:36:43,759] /u/willtechcreations had their flair updated +[2020-07-28 12:39:17,915] +#################### +[Jul 28 2020 12:39:17] RESTARTED +#################### + +[2020-07-28 12:57:09,932] There has been a new submission: 'Latest episode Alert!🚨🚨🚨Will Abby Find Owen! Watch the episode to find out. I’d appreciate it if you like, comment and share. Also subscribe if interested in more content', with flair 'Video Critique' +[2020-07-28 12:57:10,138] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-07-28 12:57:13,183] /u/firey_sagi had their submission removed for insufficient lambda. +[2020-07-28 12:57:14,137] /u/firey_sagi had their flair updated +[2020-07-28 12:58:48,591] '/u/mrmicpopper' has given '/u/Pantologistt' lambda! +[2020-07-28 12:58:50,517] /u/Pantologistt had their flair updated +[2020-07-28 13:07:29,972] There has been a new submission: 'Lambda for all helpful criticism! A funny and fast-paced meme-montage I edited together for FE3H!', with flair 'Gaming' +[2020-07-28 13:07:32,634] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 13:07:32,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 13:07:34,435] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wNXUtNEsVs8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:07:34,886] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qdifok_lPJ0WqvKohQkTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:07:37,258] /u/BlueBarossa had their flair updated +[2020-07-28 13:20:00,160] There has been a new submission: 'Hey I am a small You tuber looking for some really funny people', with flair 'Collab' +[2020-07-28 13:20:02,826] /u/GauiMe420 had their flair updated +[2020-07-28 13:20:44,561] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 10 - The Iron Hook', with flair 'Gaming' +[2020-07-28 13:20:46,328] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-28 13:20:48,622] /u/CecliusPlaysHD had their flair updated +[2020-07-28 13:27:37,689] There has been a new submission: 'Just started an educational channel . I’m a completely newbie to this. Any advice would be much appreciated! | How this address is home to 300,000 businesses', with flair 'Video Critique' +[2020-07-28 13:27:39,870] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 13:27:39,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 13:27:42,412] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UKA6Wgj3B2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:27:42,863] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQpwpXwXR4cdIypL5uL--7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:27:45,114] /u/_eyogg_ had their flair updated +[2020-07-28 13:55:46,605] There has been a new submission: 'Checking out random polls on TeamBlind for software engineering', with flair 'Video Critique' +[2020-07-28 13:55:46,878] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 13:55:46,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 13:55:47,041] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I2hyEjUu000&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:55:47,172] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIw9p-0zI1rEPEs_SS6fDkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 13:55:49,294] /u/codephony had their flair updated +[2020-07-28 13:56:32,208] '/u/talsean' has given '/u/Coryrat' lambda! +[2020-07-28 13:56:34,755] /u/Coryrat had their flair updated +[2020-07-28 13:57:37,400] There has been a new submission: 'Check out my crimgiest video', with flair 'Gaming' +[2020-07-28 13:57:38,953] /u/RandomLoserRin had their submission removed for insufficient lambda. +[2020-07-28 13:57:40,180] /u/RandomLoserRin had their flair updated +[2020-07-28 13:58:43,323] '/u/talsean' has given '/u/Ohwordmyguy' lambda! +[2020-07-28 13:58:45,172] /u/Ohwordmyguy had their flair updated +[2020-07-28 14:00:55,726] '/u/talsean' has given '/u/foxxforcefive' lambda! +[2020-07-28 14:00:57,905] /u/foxxforcefive had their flair updated +[2020-07-28 14:01:48,642] There has been a new submission: 'Sappheiros - Memories (No Copyright Music)', with flair 'Channel Review' +[2020-07-28 14:01:50,146] /u/ChipmunkCurious4011 had their submission removed for insufficient lambda. +[2020-07-28 14:01:52,276] /u/ChipmunkCurious4011 had their flair updated +[2020-07-28 14:02:08,201] '/u/talsean' has given '/u/disloyalclothYT' lambda! +[2020-07-28 14:02:10,580] /u/disloyalclothYT had their flair updated +[2020-07-28 14:03:59,114] There has been a new submission: 'help me revive my dead channel', with flair 'Gaming' +[2020-07-28 14:04:00,447] /u/Iconicboyi had their submission removed for insufficient lambda. +[2020-07-28 14:04:02,348] /u/Iconicboyi had their flair updated +[2020-07-28 14:04:29,563] '/u/talsean' has given '/u/west586' lambda! +[2020-07-28 14:04:31,825] /u/west586 had their flair updated +[2020-07-28 14:05:00,595] There has been a new submission: 'Is a video with a very low retention rate going to hurt my channel?', with flair 'Discussion' +[2020-07-28 14:05:02,632] /u/Trekkie45 had their flair updated +[2020-07-28 14:05:12,207] There has been a new submission: 'First video, any feedback would be much appreciated!', with flair 'Channel Review' +[2020-07-28 14:05:13,770] /u/justbr0wsing123 had their submission removed for insufficient lambda. +[2020-07-28 14:05:15,363] /u/justbr0wsing123 had their flair updated +[2020-07-28 14:05:25,740] '/u/talsean' has given '/u/Ahmad4hat' lambda! +[2020-07-28 14:05:27,313] /u/Ahmad4hat had their flair updated +[2020-07-28 14:07:36,163] '/u/talsean' has given '/u/engamingchannel' lambda! +[2020-07-28 14:07:37,336] /u/engamingchannel had their flair updated +[2020-07-28 14:09:28,034] '/u/talsean' has given '/u/Imagine-Freedom' lambda! +[2020-07-28 14:09:28,977] /u/Imagine-Freedom had their flair updated +[2020-07-28 14:09:55,207] There has been a new submission: 'It Was A Nice Concept And I Took Only 2 Hours To Make This Video, So Forgive Me If You Find Any Faults. Thank You!', with flair 'Video Critique' +[2020-07-28 14:09:55,664] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 14:09:55,690] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 14:09:56,147] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u-ZDsRTDX7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 14:09:56,378] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9RGoNjB-YFB4dHegbU3qTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 14:09:57,293] /u/Zanvure had their flair updated +[2020-07-28 14:14:51,222] '/u/mrmicpopper' has given '/u/Milatcho' lambda! +[2020-07-28 14:14:53,680] /u/Milatcho had their flair updated +[2020-07-28 14:28:38,533] '/u/InfiniteComboReviews' has given '/u/japantrepreneur' lambda! +[2020-07-28 14:28:39,929] /u/japantrepreneur had their flair updated +[2020-07-28 14:39:18,137] +#################### +[Jul 28 2020 14:39:18] RESTARTED +#################### + +[2020-07-28 15:02:14,851] '/u/Coryrat' has given '/u/YappyHead' lambda! +[2020-07-28 15:02:17,555] /u/YappyHead had their flair updated +[2020-07-28 15:02:52,273] '/u/Mat_s' has given '/u/bbb651' lambda! +[2020-07-28 15:02:54,652] /u/bbb651 had their flair updated +[2020-07-28 15:04:27,258] '/u/BlueBarossa' has given '/u/MrOMaths' lambda! +[2020-07-28 15:04:29,056] /u/MrOMaths had their flair updated +[2020-07-28 15:05:28,510] There has been a new submission: 'Here’s my recent video, again hopefully you’re not sick of gaming/Minecraft stuff. This is also my first SMP within a couple years! Of course helpful feedback will get lambda!', with flair 'Video Critique' +[2020-07-28 15:05:30,592] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 15:05:30,595] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 15:05:32,275] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qMyeQj2xgs4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:05:32,723] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYiTy1Re0smJ76v0iTDlefA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:05:35,146] /u/Coryrat had their flair updated +[2020-07-28 15:05:53,014] There has been a new submission: 'Assassin's Creed Pro Player Plays SEKIRO For The First Time... Then Smashes Headphones.', with flair 'Video Critique' +[2020-07-28 15:05:54,362] /u/ghostypantsjay had their submission removed for insufficient lambda. +[2020-07-28 15:05:55,758] /u/ghostypantsjay had their flair updated +[2020-07-28 15:06:13,182] There has been a new submission: 'We started a series called the Quarantine Games! Feel free to critique!', with flair 'Video Critique' +[2020-07-28 15:06:14,739] /u/Arkhaman had their submission removed for insufficient lambda. +[2020-07-28 15:06:16,579] /u/Arkhaman had their flair updated +[2020-07-28 15:07:06,298] '/u/roddytoblerone' has given '/u/DeFrapaCicco' lambda! +[2020-07-28 15:07:08,546] /u/DeFrapaCicco had their flair updated +[2020-07-28 15:08:23,377] '/u/roddytoblerone' has given '/u/Platoniko' lambda! +[2020-07-28 15:08:25,509] /u/Platoniko had their flair updated +[2020-07-28 15:09:32,740] '/u/Zanvure' has given '/u/SciFi_Pie' lambda! +[2020-07-28 15:09:35,201] /u/SciFi_Pie had their flair updated +[2020-07-28 15:10:19,854] There has been a new submission: 'Worked so hard on this! Will give lambda for feedback! Human Fall Flat video with my mates.', with flair 'Video Critique' +[2020-07-28 15:10:20,337] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 15:10:20,383] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 15:10:20,639] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1jqa5fo-t88&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:10:20,764] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHFWi2GE4gdJ6LPDja1aYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:10:24,469] /u/Lukegreen3703 had their flair updated +[2020-07-28 15:10:52,383] /u/SciFi_Pie had their flair updated +[2020-07-28 15:12:01,481] There has been a new submission: 'Please I implore you to critique all my videos. I’ll implement all the advice.', with flair 'Video Critique' +[2020-07-28 15:12:03,118] /u/shadossplayz had their submission removed for insufficient lambda. +[2020-07-28 15:12:05,247] /u/shadossplayz had their flair updated +[2020-07-28 15:14:39,955] There has been a new submission: 'the title is very long (at least 20 letters).', with flair 'Gaming' +[2020-07-28 15:14:42,437] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 15:14:42,439] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 15:14:43,785] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2Y7-lcAi6_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:14:44,154] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOeGzt3FW0FlzmXj6-uBjMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:14:46,811] /u/YourHomieJeff had their flair updated +[2020-07-28 15:18:48,350] '/u/Lukegreen3703' has given '/u/MonsterPuppetZam' lambda! +[2020-07-28 15:18:50,682] /u/MonsterPuppetZam had their flair updated +[2020-07-28 15:19:12,181] '/u/DTV998' has given '/u/Pantologistt' lambda! +[2020-07-28 15:19:14,351] /u/Pantologistt had their flair updated +[2020-07-28 15:19:52,067] There has been a new submission: 'A Video Essay on Wrinkle Maps! It's different than my usual content.', with flair 'Video Critique' +[2020-07-28 15:19:53,541] /u/KextNext had their submission removed for insufficient lambda. +[2020-07-28 15:19:54,811] /u/KextNext had their flair updated +[2020-07-28 15:20:01,431] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-28 15:23:41,628] There has been a new submission: 'Heya! I made a fake Dragon Ball Super Trailer where Vegeta Gets Catfished. Worked super hard on this one and I would love to give some lambda for your feedback 😅', with flair 'Video Critique' +[2020-07-28 15:23:43,059] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 15:23:43,061] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 15:23:44,782] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cByczDJ5kH0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:23:45,235] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDbmsvG8hGGWIanM6XZZxxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:23:48,054] /u/DeFrapaCicco had their flair updated +[2020-07-28 15:24:07,434] '/u/EvirixYT' has given '/u/Pantologistt' lambda! +[2020-07-28 15:24:09,377] /u/Pantologistt had their flair updated +[2020-07-28 15:26:12,012] There has been a new submission: 'NEW YOUTUBE VIDEO HOPE YOU ENJOY! Get me to 30 subscriber!', with flair 'Gaming' +[2020-07-28 15:26:13,282] /u/ChaseChadMc had their submission removed for insufficient lambda. +[2020-07-28 15:26:14,880] /u/ChaseChadMc had their flair updated +[2020-07-28 15:28:55,879] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-28 15:29:40,275] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-28 15:30:37,948] There has been a new submission: 'The MADNESS never STOPS on MORDHAU!', with flair 'Video Critique' +[2020-07-28 15:30:39,587] /u/SoUhImAlex had their submission removed for insufficient lambda. +[2020-07-28 15:30:41,900] /u/SoUhImAlex had their flair updated +[2020-07-28 15:32:01,417] '/u/EvirixYT' has given '/u/documatt' lambda! +[2020-07-28 15:32:04,161] /u/documatt had their flair updated +[2020-07-28 15:32:28,640] '/u/DTV998' has given '/u/MonsterPuppetZam' lambda! +[2020-07-28 15:32:31,708] /u/MonsterPuppetZam had their flair updated +[2020-07-28 15:41:52,782] '/u/Lukegreen3703' has given '/u/shadossplayz' lambda! +[2020-07-28 15:41:56,186] /u/shadossplayz had their flair updated +[2020-07-28 15:44:16,982] '/u/Zanvure' has given '/u/DTV998' lambda! +[2020-07-28 15:44:19,313] /u/DTV998 had their flair updated +[2020-07-28 15:51:54,378] There has been a new submission: 'Wind | Warzone Montage by Vogtmen', with flair 'Gaming' +[2020-07-28 15:51:56,133] /u/Vogtmen had their submission removed for insufficient lambda. +[2020-07-28 15:51:58,302] /u/Vogtmen had their flair updated +[2020-07-28 15:54:00,187] There has been a new submission: 'Top 5 Deadliest Pandemics in Human History - in Hindi (महामारी) | Deadliest Epidemics and Pandemics', with flair 'Channel Review' +[2020-07-28 15:54:01,644] /u/thetop5hindi had their submission removed for insufficient lambda. +[2020-07-28 15:54:03,489] /u/thetop5hindi had their flair updated +[2020-07-28 15:54:30,546] There has been a new submission: 'Mini | Stupid Arguments Are Fun( just a short video I had fun making. Might start a mini series just to have stuff to put out while I work on bigger stuff lmk what you think! I give lambda to all!', with flair 'Video Critique' +[2020-07-28 15:54:31,606] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 15:54:31,608] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 15:54:32,797] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TwgsRzM5G4E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:54:33,160] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 15:54:35,678] /u/MrCarsone had their flair updated +[2020-07-28 15:58:33,833] There has been a new submission: 'I want to make a video where the music is ironic to the actual video.', with flair 'Discussion' +[2020-07-28 15:58:37,929] /u/mcster21 had their flair updated +[2020-07-28 15:59:16,374] '/u/Coryrat' has given '/u/viscara1' lambda! +[2020-07-28 15:59:18,670] /u/viscara1 had their flair updated +[2020-07-28 16:05:32,620] There has been a new submission: 'Finally took a decision today. After thinking for weeks I thought today that I am gonna stop making videos for small-time now and work on my app then I may upload videos if I am in the mood. But I did not get any good response. Yeah, it was good but huh what else to say .........................', with flair 'Discussion' +[2020-07-28 16:05:34,423] /u/Ayushmnan_Bharat had their flair updated +[2020-07-28 16:07:03,975] '/u/DeFrapaCicco' has given '/u/8of17' lambda! +[2020-07-28 16:07:05,694] /u/8of17 had their flair updated +[2020-07-28 16:07:47,399] '/u/Coryrat' has given '/u/shadossplayz' lambda! +[2020-07-28 16:07:48,626] /u/shadossplayz had their flair updated +[2020-07-28 16:09:29,756] /u/D1m1tr1sF had their flair updated +[2020-07-28 16:10:48,163] '/u/DeFrapaCicco' has given '/u/Noobeater1' lambda! +[2020-07-28 16:10:51,367] /u/Noobeater1 had their flair updated +[2020-07-28 16:12:07,242] There has been a new submission: 'GAME OF THE YEAR: free rice', with flair 'Gaming' +[2020-07-28 16:12:08,966] /u/leche_milk had their submission removed for insufficient lambda. +[2020-07-28 16:12:11,114] /u/leche_milk had their flair updated +[2020-07-28 16:12:36,905] '/u/Coryrat' has given '/u/YappyHead' lambda! +[2020-07-28 16:12:39,969] /u/YappyHead had their flair updated +[2020-07-28 16:13:48,343] '/u/EvirixYT' has given '/u/Unraveled_YT' lambda! +[2020-07-28 16:13:51,007] /u/Unraveled_YT had their flair updated +[2020-07-28 16:15:12,932] '/u/EvirixYT' has given '/u/bbb651' lambda! +[2020-07-28 16:15:15,683] /u/bbb651 had their flair updated +[2020-07-28 16:15:53,362] '/u/EvirixYT' has given '/u/siddhant1991' lambda! +[2020-07-28 16:15:56,236] /u/siddhant1991 had their flair updated +[2020-07-28 16:16:32,700] '/u/EvirixYT' has given '/u/engamingchannel' lambda! +[2020-07-28 16:16:35,197] /u/engamingchannel had their flair updated +[2020-07-28 16:18:09,966] '/u/EvirixYT' has given '/u/ItsausernamedOP' lambda! +[2020-07-28 16:18:11,732] /u/ItsausernamedOP had their flair updated +[2020-07-28 16:18:30,268] '/u/EvirixYT' has given '/u/OKSharky' lambda! +[2020-07-28 16:18:32,353] /u/OKSharky had their flair updated +[2020-07-28 16:19:13,051] '/u/EvirixYT' has given '/u/BlueBarossa' lambda! +[2020-07-28 16:19:14,819] /u/BlueBarossa had their flair updated +[2020-07-28 16:19:32,897] '/u/Zanvure' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 16:19:34,952] /u/ShikharTrivedi had their flair updated +[2020-07-28 16:20:11,182] '/u/EvirixYT' has given '/u/Amahri' lambda! +[2020-07-28 16:20:14,296] /u/Amahri had their flair updated +[2020-07-28 16:20:48,262] There has been a new submission: 'Funny Gaming Channel from guides to glitches to funny tryhards we come across daily :)', with flair 'Gaming' +[2020-07-28 16:20:49,979] /u/LOLJOK05 had their submission removed for insufficient lambda. +[2020-07-28 16:20:52,311] /u/LOLJOK05 had their flair updated +[2020-07-28 16:21:12,720] There has been a new submission: 'Hi, i’m a BotW youtuber (playing an unpopular game) and im not growing at all, well i doubt there are botw fans in this sub anyways but i want y’all to rate my channel and editing (excluding first video) also my thumbnails and give me some tips to grow :D', with flair 'Channel Review' +[2020-07-28 16:21:14,533] /u/chikku777 had their submission removed for insufficient lambda. +[2020-07-28 16:21:16,870] /u/chikku777 had their flair updated +[2020-07-28 16:22:25,873] '/u/MrCarsone' has given '/u/Data_4_You' lambda! +[2020-07-28 16:22:28,704] /u/Data_4_You had their flair updated +[2020-07-28 16:23:44,650] '/u/MrCarsone' has given '/u/YappyHead' lambda! +[2020-07-28 16:23:46,865] /u/YappyHead had their flair updated +[2020-07-28 16:24:07,477] '/u/EvirixYT' has given '/u/SlybootsYoutube' lambda! +[2020-07-28 16:24:09,486] /u/SlybootsYoutube had their flair updated +[2020-07-28 16:25:13,468] '/u/Lukegreen3703' has given '/u/Data_4_You' lambda! +[2020-07-28 16:25:14,793] /u/Data_4_You had their flair updated +[2020-07-28 16:26:02,161] '/u/EvirixYT' has given '/u/Sn0wPhotos' lambda! +[2020-07-28 16:26:04,576] /u/Sn0wPhotos had their flair updated +[2020-07-28 16:26:25,649] There has been a new submission: 'Best Free Music For Vlogs 2020 | Jarico - Summer Time | No Copyright Music For Vlogging', with flair 'Channel Review' +[2020-07-28 16:26:26,756] /u/Tailor992 had their submission removed for insufficient lambda. +[2020-07-28 16:26:27,947] /u/Tailor992 had their flair updated +[2020-07-28 16:26:46,574] There has been a new submission: 'LOST IN THE WOODS - The Forest #1 funny moments', with flair 'Gaming' +[2020-07-28 16:26:47,726] /u/KriticallyObvious had their submission removed for insufficient lambda. +[2020-07-28 16:26:49,038] /u/KriticallyObvious had their flair updated +[2020-07-28 16:27:38,433] '/u/EvirixYT' has given '/u/shadossplayz' lambda! +[2020-07-28 16:27:40,684] /u/shadossplayz had their flair updated +[2020-07-28 16:28:28,944] '/u/_NGaming_' has given '/u/1NSOMN1AW01F' lambda! +[2020-07-28 16:28:31,081] /u/1NSOMN1AW01F had their flair updated +[2020-07-28 16:29:49,478] '/u/_NGaming_' has given '/u/YappyHead' lambda! +[2020-07-28 16:29:51,608] /u/YappyHead had their flair updated +[2020-07-28 16:30:23,725] There has been a new submission: 'This one really took some time to complete. I would love some feedback on the comedic aspects, thumbnail, and video in general. I have tried my best so that every general viewer could relate.', with flair 'Video Critique' +[2020-07-28 16:30:25,444] /u/playerinfinity707 had their submission removed for insufficient lambda. +[2020-07-28 16:30:28,262] /u/playerinfinity707 had their flair updated +[2020-07-28 16:30:48,385] There has been a new submission: 'Japan vlog Tokyo', with flair 'Vlog' +[2020-07-28 16:30:50,016] /u/ashleymaereid had their submission removed for insufficient lambda. +[2020-07-28 16:30:52,278] /u/ashleymaereid had their flair updated +[2020-07-28 16:31:10,744] There has been a new submission: '[VIDEO] NEW CHANNEL TRAILER (60seconds) Feedback welcome', with flair 'Video Critique' +[2020-07-28 16:31:12,340] /u/Pastor_J_Skinner had their submission removed for insufficient lambda. +[2020-07-28 16:31:15,900] /u/Pastor_J_Skinner had their flair updated +[2020-07-28 16:33:22,307] '/u/Coryrat' has given '/u/Sn0wPhotos' lambda! +[2020-07-28 16:33:25,252] /u/Sn0wPhotos had their flair updated +[2020-07-28 16:35:18,733] There has been a new submission: '[Minecraft] How to make a nether portal without a diamond pickaxe. All feedback is appreciated and will get lambda!', with flair 'Gaming' +[2020-07-28 16:35:21,678] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 16:35:21,797] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 16:35:23,312] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xiCAv2B_2Zw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 16:35:23,760] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIYa3Eqprw2haU7xhe9GJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 16:35:26,297] /u/YappyHead had their flair updated +[2020-07-28 16:37:54,478] There has been a new submission: 'Call of Duty Warzone Funny, and Wtf Moments', with flair 'Gaming' +[2020-07-28 16:37:56,111] /u/wizk1d_ had their submission removed for insufficient lambda. +[2020-07-28 16:37:57,132] /u/wizk1d_ had their flair updated +[2020-07-28 16:39:57,130] +#################### +[Jul 28 2020 16:39:57] RESTARTED +#################### + +[2020-07-28 17:21:14,614] There has been a new submission: 'ASMR | HAND MOVEMENTS with Gum Popping & Crinkly Sounds 🎧💤 #ACMP #asmrsleepsounds SUPPORT SMALL CHANNELS 🎙🖤', with flair 'Channel Review' +[2020-07-28 17:21:17,238] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-07-28 17:21:19,531] /u/tballs2003 had their flair updated +[2020-07-28 17:21:39,788] There has been a new submission: 'Created latest top 10 free new mobile games for July gameplay video. Please check it out!', with flair 'Gaming' +[2020-07-28 17:21:41,425] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-07-28 17:21:43,513] /u/kogkeepongaming had their flair updated +[2020-07-28 17:22:05,603] There has been a new submission: 'Call of Duty Warzone Funny and, WTF Moments', with flair 'Gaming' +[2020-07-28 17:22:07,195] /u/wizk1d_ had their submission removed for insufficient lambda. +[2020-07-28 17:22:09,281] /u/wizk1d_ had their flair updated +[2020-07-28 17:22:28,974] There has been a new submission: 'My 2nd episode of 1.16.1 Minecraft Survival Let's Play with friends! I put a little more text/image / sound effect in the video than the first episode. Looking to hearing feedback and constructive criticism! (sorry for the video quality, I had to stretch out my raw footage to 1080p 60fps)', with flair 'Gaming' +[2020-07-28 17:22:30,733] /u/CephyBoi had their submission removed for insufficient lambda. +[2020-07-28 17:22:32,740] /u/CephyBoi had their flair updated +[2020-07-28 17:24:12,582] '/u/Lotad38' has given '/u/YappyHead' lambda! +[2020-07-28 17:24:15,046] /u/YappyHead had their flair updated +[2020-07-28 17:25:10,619] '/u/MrSirjohny' has given '/u/liftedplane' lambda! +[2020-07-28 17:25:11,944] /u/liftedplane had their flair updated +[2020-07-28 17:25:23,127] '/u/ItzRusty' has given '/u/YappyHead' lambda! +[2020-07-28 17:25:25,095] /u/YappyHead had their flair updated +[2020-07-28 17:26:29,587] '/u/MrCarsone' has given '/u/Noobeater1' lambda! +[2020-07-28 17:26:31,925] /u/Noobeater1 had their flair updated +[2020-07-28 17:27:35,158] '/u/YappyHead' has given '/u/Noobeater1' lambda! +[2020-07-28 17:27:37,169] /u/Noobeater1 had their flair updated +[2020-07-28 17:28:09,710] /u/AfraidRacer had their flair updated +[2020-07-28 17:28:28,402] '/u/-Lipo-' has given '/u/OKSharky' lambda! +[2020-07-28 17:28:30,620] /u/OKSharky had their flair updated +[2020-07-28 17:33:34,188] There has been a new submission: 'Hey guys, so I make music on youtube, this time I covered a passenger song. Would like some feed back as this is my first time color grading on FCPX.', with flair 'Video Critique' +[2020-07-28 17:33:36,359] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 17:33:36,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 17:33:38,291] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PBbEIMZWPXc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:33:38,782] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIajQojR3G9w2oMqohmaaOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:33:41,242] /u/luisfrobles had their flair updated +[2020-07-28 17:34:00,832] There has been a new submission: 'I kinda' found out about how the algorithm used to work & the common current misconceptions..', with flair 'Discussion' +[2020-07-28 17:34:02,798] /u/Nocturnalos0001 had their flair updated +[2020-07-28 17:34:21,019] There has been a new submission: 'Shinji Vs Ramiel Comparison NGE Vs 1 11', with flair 'Video Critique' +[2020-07-28 17:34:22,413] /u/Evagunpla had their submission removed for insufficient lambda. +[2020-07-28 17:34:24,007] /u/Evagunpla had their flair updated +[2020-07-28 17:34:42,225] There has been a new submission: 'Night Show 🔮 (Fortnite Montage)', with flair 'Gaming' +[2020-07-28 17:34:43,620] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-28 17:34:45,140] /u/lightningNA_YT had their flair updated +[2020-07-28 17:35:03,229] There has been a new submission: 'Hey all, made my first 2 vids just this week and posted to you tube, would welcome any feedback you can offer. Made using Filmora.', with flair 'Video Critique' +[2020-07-28 17:35:04,371] /u/Wet-Dutch-Oven had their submission removed for insufficient lambda. +[2020-07-28 17:35:05,848] /u/Wet-Dutch-Oven had their flair updated +[2020-07-28 17:35:25,475] There has been a new submission: 'Hey there gamers hope everyone is having a good day. I've noticed in this thread that you guys and gals are very good at critiquing so I wanted someone's useful eyes to look and give me an honest critique of my latest video. It's 15mins long and it's about Horror hope to see you there..', with flair 'Video Critique' +[2020-07-28 17:35:28,012] /u/RednazYouTube had their submission removed for insufficient lambda. +[2020-07-28 17:35:29,532] /u/RednazYouTube had their flair updated +[2020-07-28 17:36:51,967] '/u/YappyHead' has given '/u/MrOMaths' lambda! +[2020-07-28 17:36:54,101] /u/MrOMaths had their flair updated +[2020-07-28 17:37:26,257] '/u/yeetbox_' has given '/u/Noobeater1' lambda! +[2020-07-28 17:37:28,434] /u/Noobeater1 had their flair updated +[2020-07-28 17:39:21,124] '/u/yeetbox_' has given '/u/shadossplayz' lambda! +[2020-07-28 17:39:23,464] /u/shadossplayz had their flair updated +[2020-07-28 17:40:11,334] There has been a new submission: 'ima bouta start your entire career', with flair 'Gaming' +[2020-07-28 17:40:12,975] /u/cherryblossonvirus had their submission removed for insufficient lambda. +[2020-07-28 17:40:15,321] /u/cherryblossonvirus had their flair updated +[2020-07-28 17:40:30,297] There has been a new submission: '[Minecraft] How to reduce lag on MCPE. All feedback is appreciated and will get lambda!', with flair 'Gaming' +[2020-07-28 17:40:32,469] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 17:40:32,471] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 17:40:34,109] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rNYDLjkZ1ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:40:34,558] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIYa3Eqprw2haU7xhe9GJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:40:37,881] /u/YappyHead had their flair updated +[2020-07-28 17:41:02,138] '/u/yeetbox_' has given '/u/FacemanGaming25' lambda! +[2020-07-28 17:41:04,879] /u/FacemanGaming25 had their flair updated +[2020-07-28 17:42:06,516] There has been a new submission: '*NEW* Warzone Video Out Now!', with flair 'Gaming' +[2020-07-28 17:42:08,240] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-28 17:42:10,410] /u/JRohx had their flair updated +[2020-07-28 17:43:05,106] '/u/MrCarsone' has given '/u/MrOMaths' lambda! +[2020-07-28 17:43:07,975] /u/MrOMaths had their flair updated +[2020-07-28 17:44:16,398] There has been a new submission: 'DIY Adjustable Face Mask Tutorial! I've been trying to really work on my tutorial-style videos lately. I would love some feedback on the informativeness of the voiceover and the presentation style of video compilation. Thanks!', with flair 'Video Critique' +[2020-07-28 17:44:17,987] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 17:44:18,025] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 17:44:19,498] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PJiVUzU9PH0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:44:20,035] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 17:44:22,813] /u/AlsleumMusic had their flair updated +[2020-07-28 17:48:15,149] '/u/TheJustindsd' has given '/u/MrOMaths' lambda! +[2020-07-28 17:48:17,479] /u/MrOMaths had their flair updated +[2020-07-28 17:49:00,683] There has been a new submission: 'How killer is an inconsistent schedule', with flair 'Discussion' +[2020-07-28 17:49:01,628] /u/fossfirefighter had their flair updated +[2020-07-28 18:00:24,728] There has been a new submission: 'Got a new subscriber notification but your count doesn’t change?', with flair 'Discussion' +[2020-07-28 18:00:27,392] /u/NG91Films had their flair updated +[2020-07-28 18:00:52,546] '/u/AlsleumMusic' has given '/u/RednazYouTube' lambda! +[2020-07-28 18:00:55,580] /u/RednazYouTube had their flair updated +[2020-07-28 18:01:16,952] '/u/AlsleumMusic' has given '/u/keli31' lambda! +[2020-07-28 18:01:19,819] /u/keli31 had their flair updated +[2020-07-28 18:05:56,423] There has been a new submission: 'What do you think of my video, I need some critique and tips to get more watch time! Giving lambda!', with flair 'Video Critique' +[2020-07-28 18:05:59,345] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 18:05:59,347] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 18:06:01,117] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zLgvZOUmPbI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 18:06:01,489] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCciA5tn_sBYcsW1q6V5SGfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 18:06:04,308] /u/Rasid_Saran had their flair updated +[2020-07-28 18:09:44,075] There has been a new submission: 'Does giving yourself views help?', with flair 'Discussion' +[2020-07-28 18:09:45,232] /u/yobo723 had their flair updated +[2020-07-28 18:10:02,605] There has been a new submission: 'The Last Of Us Pt 2 : Abby vs Ellie', with flair 'Channel Review' +[2020-07-28 18:10:04,497] /u/VuleNemukula had their submission removed for insufficient lambda. +[2020-07-28 18:10:07,198] /u/VuleNemukula had their flair updated +[2020-07-28 18:10:21,072] /u/keli31 had their flair updated +[2020-07-28 18:12:57,028] There has been a new submission: 'ANY MUKBANGERS OUT THERE? That would appreciate a fun eating show?', with flair 'Video Critique' +[2020-07-28 18:12:58,630] /u/realTomChou had their submission removed for insufficient lambda. +[2020-07-28 18:13:00,521] /u/realTomChou had their flair updated +[2020-07-28 18:17:19,061] '/u/Rasid_Saran' has given '/u/keli31' lambda! +[2020-07-28 18:17:21,273] /u/keli31 had their flair updated +[2020-07-28 18:19:10,917] '/u/Rasid_Saran' has given '/u/viscara1' lambda! +[2020-07-28 18:19:13,088] /u/viscara1 had their flair updated +[2020-07-28 18:21:04,561] There has been a new submission: 'This is my 8th video since starting my 30 day challenge and think I’m finally starting to get more comfortable in front of the camera! I’d love your feedback and I always give lambda for good CC!', with flair 'Video Critique' +[2020-07-28 18:21:06,846] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 18:21:06,848] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 18:21:08,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7ItqwP59qUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 18:21:08,854] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJjDAgsT50rwsdxNQmNXnvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 18:21:12,172] /u/Sn0wPhotos had their flair updated +[2020-07-28 18:23:29,540] '/u/Rasid_Saran' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 18:23:32,335] /u/ShikharTrivedi had their flair updated +[2020-07-28 18:25:12,369] '/u/Rasid_Saran' has given '/u/RednazYouTube' lambda! +[2020-07-28 18:25:13,841] /u/RednazYouTube had their flair updated +[2020-07-28 18:25:22,640] There has been a new submission: 'Alan Walke - Sing Me To Sleep Galacorn Remix #007', with flair 'Art' +[2020-07-28 18:25:23,754] /u/TheGalacorn had their submission removed for insufficient lambda. +[2020-07-28 18:25:25,314] /u/TheGalacorn had their flair updated +[2020-07-28 18:30:39,450] '/u/DeFrapaCicco' has given '/u/anti-hesitator' lambda! +[2020-07-28 18:30:42,029] /u/anti-hesitator had their flair updated +[2020-07-28 18:35:05,860] There has been a new submission: 'New yt channel ! it would be awesome if you could subscribe', with flair 'Video Critique' +[2020-07-28 18:35:07,213] /u/StreetBunch0 had their submission removed for insufficient lambda. +[2020-07-28 18:35:08,974] /u/StreetBunch0 had their flair updated +[2020-07-28 18:36:17,257] '/u/Sn0wPhotos' has given '/u/west586' lambda! +[2020-07-28 18:36:19,588] /u/west586 had their flair updated +[2020-07-28 18:36:39,161] There has been a new submission: 'New yt channel ! it would be great if you could subscribe', with flair 'Channel Review' +[2020-07-28 18:36:40,395] /u/StreetBunch0 had their submission removed for insufficient lambda. +[2020-07-28 18:36:41,828] /u/StreetBunch0 had their flair updated +[2020-07-28 18:39:47,719] +#################### +[Jul 28 2020 18:39:47] RESTARTED +#################### + +[2020-07-28 19:19:21,654] There has been a new submission: 'Short Comedy Sketch: Emergency Maintenance (Puppet Parody)Feedback Appreciated!', with flair 'Video Critique' +[2020-07-28 19:19:25,340] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 19:19:25,382] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 19:19:27,099] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Kw5k9XURAH4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:19:27,673] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCa10aojz-tltkiiJss1Xhfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:19:29,470] /u/MonsterPuppetZam had their flair updated +[2020-07-28 19:19:46,360] There has been a new submission: 'Aggression - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-07-28 19:19:47,552] /u/pugstarr had their submission removed for insufficient lambda. +[2020-07-28 19:19:48,331] /u/pugstarr had their flair updated +[2020-07-28 19:20:04,787] There has been a new submission: 'Check out my YouTube video!!! Get me to 30 subscribers by midnight!', with flair 'Gaming' +[2020-07-28 19:20:06,420] /u/ChaseChadMc had their submission removed for insufficient lambda. +[2020-07-28 19:20:08,835] /u/ChaseChadMc had their flair updated +[2020-07-28 19:20:28,681] There has been a new submission: 'the easiest cake recipe i've ever seen - i would really appreciate some feedback!', with flair 'Video Critique' +[2020-07-28 19:20:31,708] /u/mostlynadia had their submission removed for insufficient lambda. +[2020-07-28 19:20:34,620] /u/mostlynadia had their flair updated +[2020-07-28 19:20:53,110] There has been a new submission: 'any feedback on my style of video?', with flair 'Video Critique' +[2020-07-28 19:20:54,809] /u/HeyItz86 had their submission removed for insufficient lambda. +[2020-07-28 19:20:57,029] /u/HeyItz86 had their flair updated +[2020-07-28 19:21:15,839] There has been a new submission: 'I’ve worked on this video for about 5 days, I just wanted to hear some feedback about this video and how I could improve on it? Also I would really appreciate it if you could subscribe.', with flair 'Video Critique' +[2020-07-28 19:21:17,029] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 19:21:17,031] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 19:21:18,466] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_6VnzmVVgfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:21:18,878] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:21:22,317] /u/shadossplayz had their flair updated +[2020-07-28 19:22:00,929] '/u/YappyHead' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 19:22:03,617] /u/ShikharTrivedi had their flair updated +[2020-07-28 19:22:25,245] '/u/YappyHead' has given '/u/FacemanGaming25' lambda! +[2020-07-28 19:22:27,822] /u/FacemanGaming25 had their flair updated +[2020-07-28 19:22:48,622] '/u/YappyHead' has given '/u/Mr-Medic-Man' lambda! +[2020-07-28 19:22:51,288] /u/Mr-Medic-Man had their flair updated +[2020-07-28 19:24:26,555] '/u/Rasid_Saran' has given '/u/rbbycalmrz' lambda! +[2020-07-28 19:24:29,054] /u/rbbycalmrz had their flair updated +[2020-07-28 19:25:16,351] '/u/YappyHead' has given '/u/FacemanGaming25' lambda! +[2020-07-28 19:25:17,794] /u/FacemanGaming25 had their flair updated +[2020-07-28 19:26:14,609] /u/rbbycalmrz had their flair updated +[2020-07-28 19:27:45,261] '/u/MonsterPuppetZam' has given '/u/AlsleumMusic' lambda! +[2020-07-28 19:27:47,512] /u/AlsleumMusic had their flair updated +[2020-07-28 19:28:20,452] '/u/Rasid_Saran' has given '/u/Will_GSRR' lambda! +[2020-07-28 19:28:22,833] /u/Will_GSRR had their flair updated +[2020-07-28 19:28:55,009] '/u/AlsleumMusic' has given '/u/rbbycalmrz' lambda! +[2020-07-28 19:28:58,772] /u/rbbycalmrz had their flair updated +[2020-07-28 19:30:46,012] '/u/DanThePanda-YT' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 19:30:49,088] /u/ShikharTrivedi had their flair updated +[2020-07-28 19:33:51,259] '/u/MrCarsone' has given '/u/FacemanGaming25' lambda! +[2020-07-28 19:33:54,625] /u/FacemanGaming25 had their flair updated +[2020-07-28 19:36:08,360] There has been a new submission: 'Just posted this, and was wondering how i could do better!', with flair 'Video Critique' +[2020-07-28 19:36:09,615] /u/Afunsized_GamerYT had their submission removed for insufficient lambda. +[2020-07-28 19:36:10,811] /u/Afunsized_GamerYT had their flair updated +[2020-07-28 19:36:29,332] There has been a new submission: 'I'm making funny/political videos about Ireland and EU politics, I would kill for some feedback, or alternatively, will give karma!', with flair 'Video Critique' +[2020-07-28 19:36:31,128] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 19:36:31,166] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 19:36:33,289] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LJkLhMvtDng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:36:33,782] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjwWq0n-MZGpDQOnD9VKAPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:36:35,877] /u/Noobeater1 had their flair updated +[2020-07-28 19:36:52,232] There has been a new submission: 'Ferrari LaFerrari - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-28 19:36:53,380] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-28 19:36:54,613] /u/YSforce had their flair updated +[2020-07-28 19:37:12,320] There has been a new submission: 'Not sure how which way I should upload music to youtube', with flair 'Channel Review' +[2020-07-28 19:37:14,469] /u/ILoveSonic69_ had their submission removed for insufficient lambda. +[2020-07-28 19:37:15,780] /u/ILoveSonic69_ had their flair updated +[2020-07-28 19:37:33,983] There has been a new submission: 'That rush.', with flair 'Discussion' +[2020-07-28 19:37:37,861] /u/Yo-Homeboy13 had their flair updated +[2020-07-28 19:37:53,859] There has been a new submission: 'Hi, I would like to know what people think of my content, it's mostly made for me and my friends but I wanna know what other people who don't know me think of it.', with flair 'Video Critique' +[2020-07-28 19:37:54,763] /u/Bhysco had their submission removed for insufficient lambda. +[2020-07-28 19:37:55,671] /u/Bhysco had their flair updated +[2020-07-28 19:40:01,355] '/u/MonsterPuppetZam' has given '/u/D1m1tr1sF' lambda! +[2020-07-28 19:40:04,669] /u/D1m1tr1sF had their flair updated +[2020-07-28 19:40:21,821] '/u/mrmicpopper' has given '/u/Alanotics2' lambda! +[2020-07-28 19:40:24,317] /u/Alanotics2 had their flair updated +[2020-07-28 19:40:46,125] '/u/mrmicpopper' has given '/u/shadossplayz' lambda! +[2020-07-28 19:40:48,827] /u/shadossplayz had their flair updated +[2020-07-28 19:41:11,308] '/u/mrmicpopper' has given '/u/playerinfinity707' lambda! +[2020-07-28 19:41:14,090] /u/playerinfinity707 had their flair updated +[2020-07-28 19:41:51,341] '/u/MrSirjohny' has given '/u/GrubbyGamingYT' lambda! +[2020-07-28 19:41:54,706] /u/GrubbyGamingYT had their flair updated +[2020-07-28 19:42:15,780] '/u/mrmicpopper' has given '/u/the_real_d247' lambda! +[2020-07-28 19:42:18,446] /u/the_real_d247 had their flair updated +[2020-07-28 19:43:48,075] '/u/mrmicpopper' has given '/u/Gryphon_D' lambda! +[2020-07-28 19:43:50,414] /u/Gryphon_D had their flair updated +[2020-07-28 19:46:51,772] There has been a new submission: 'Mohammad Ali and Mike Tyson of the Kangaroo world!!', with flair 'Channel Review' +[2020-07-28 19:46:52,919] /u/Faimbhai had their submission removed for insufficient lambda. +[2020-07-28 19:46:54,190] /u/Faimbhai had their flair updated +[2020-07-28 19:47:10,885] There has been a new submission: '[VIDEO] give me feedback on this please!', with flair 'Gaming' +[2020-07-28 19:47:12,108] /u/Bhysco had their submission removed for insufficient lambda. +[2020-07-28 19:47:13,130] /u/Bhysco had their flair updated +[2020-07-28 19:47:33,317] There has been a new submission: 'LIFE IN A DAY | July 25th 2020 - a high quality vlog I know you will enjoy! In today's vlog we check out my room and get a tattoo!', with flair 'Vlog' +[2020-07-28 19:47:35,082] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 19:47:35,083] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 19:47:36,927] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Te6B66ONiUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:47:37,341] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeBWLGqK6RxMuIbIFrwhUXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:47:39,184] /u/viscara1 had their flair updated +[2020-07-28 19:47:57,421] There has been a new submission: 'I put a lot more effort than usual into this video, was hoping I could get feedback on how to improve next Time', with flair 'Video Critique' +[2020-07-28 19:47:58,487] /u/InnerObligation7 had their submission removed for insufficient lambda. +[2020-07-28 19:47:59,388] /u/InnerObligation7 had their flair updated +[2020-07-28 19:48:18,917] '/u/DeFrapaCicco' has given '/u/ILoveSonic69_' lambda! +[2020-07-28 19:48:20,678] /u/ILoveSonic69_ had their flair updated +[2020-07-28 19:49:39,702] '/u/AlsleumMusic' has given '/u/ILoveSonic69_' lambda! +[2020-07-28 19:49:41,634] /u/ILoveSonic69_ had their flair updated +[2020-07-28 19:50:28,307] There has been a new submission: 'i am back on youtube it will be really dope if u can check my video return and give me some feedback on my video and overall give me your thoughtss thank youuuu:)))', with flair 'Gaming' +[2020-07-28 19:50:29,946] /u/mexboy1995 had their submission removed for insufficient lambda. +[2020-07-28 19:50:32,736] /u/mexboy1995 had their flair updated +[2020-07-28 19:52:31,922] There has been a new submission: 'This one took really took some time to complete. I tried my best so that any general viewer could relate. Any kind of feedback on comedy or video in general would be appreciated. 😊', with flair 'Video Critique' +[2020-07-28 19:52:33,150] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 19:52:33,313] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 19:52:34,745] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eHfJowhJ4vQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:52:35,192] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 19:52:38,103] /u/playerinfinity707 had their flair updated +[2020-07-28 19:58:07,539] There has been a new submission: 'Upload schedules', with flair 'Discussion' +[2020-07-28 19:58:10,162] /u/Ap_Gamer20 had their flair updated +[2020-07-28 19:58:31,283] '/u/EvirixYT' has given '/u/ILoveSonic69_' lambda! +[2020-07-28 19:58:33,910] /u/ILoveSonic69_ had their flair updated +[2020-07-28 19:59:39,840] There has been a new submission: 'I need help fixing my channel', with flair 'Channel Review' +[2020-07-28 19:59:42,451] /u/ILoveSonic69_ had their flair updated +[2020-07-28 19:59:59,908] There has been a new submission: 'This video took a bit to make its talking about how Bethesda isn't the same as before. Any feedback is welcome and much appreciated :)', with flair 'Video Critique' +[2020-07-28 20:00:02,677] /u/TheProcrastilater had their submission removed for insufficient lambda. +[2020-07-28 20:00:05,724] /u/TheProcrastilater had their flair updated +[2020-07-28 20:01:11,657] There has been a new submission: 'Best air purifier', with flair 'Channel Review' +[2020-07-28 20:01:13,213] /u/creativeexpouser had their submission removed for insufficient lambda. +[2020-07-28 20:01:15,386] /u/creativeexpouser had their flair updated +[2020-07-28 20:06:20,929] There has been a new submission: 'Kyrie Irving build 2k20!! NBA 2k20 best build!!🔥🐐', with flair 'Gaming' +[2020-07-28 20:06:22,077] /u/josh_gbh had their submission removed for insufficient lambda. +[2020-07-28 20:06:23,630] /u/josh_gbh had their flair updated +[2020-07-28 20:15:25,556] There has been a new submission: '2020 Anime Instagram Meme compilation', with flair 'Video Critique' +[2020-07-28 20:15:27,274] /u/bigchillhouse had their submission removed for insufficient lambda. +[2020-07-28 20:15:28,915] /u/bigchillhouse had their flair updated +[2020-07-28 20:18:55,386] /u/shadossplayz had their flair updated +[2020-07-28 20:20:08,495] '/u/shadossplayz' has given '/u/YappyHead' lambda! +[2020-07-28 20:20:11,729] /u/YappyHead had their flair updated +[2020-07-28 20:20:55,626] '/u/Rasid_Saran' has given '/u/TheProcrastilater' lambda! +[2020-07-28 20:20:58,368] /u/TheProcrastilater had their flair updated +[2020-07-28 20:21:50,775] There has been a new submission: 'Hey, so this is my first time posting on this SubReddit! I create little animations, sometimes Pokemon Related, sometimes just me talking. I'm have a fairly small YouTube channel right now, so if you could give me any advice or feedback on my videos, that would be greatly appreciated!', with flair 'Art' +[2020-07-28 20:21:52,570] /u/MonMation had their submission removed for insufficient lambda. +[2020-07-28 20:21:54,663] /u/MonMation had their flair updated +[2020-07-28 20:23:03,834] There has been a new submission: 'DAY IN THE LIFE OF A MEDICAL STUDENT DURING COVID-19 PANDEMIC 🦠|| VLOG', with flair 'Vlog' +[2020-07-28 20:23:05,351] /u/tje123 had their submission removed for insufficient lambda. +[2020-07-28 20:23:07,239] /u/tje123 had their flair updated +[2020-07-28 20:27:17,477] There has been a new submission: '(Day 3 Of 14) Quarantine Productions', with flair 'Art' +[2020-07-28 20:27:18,621] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-07-28 20:27:19,770] /u/spiceywaterbeats had their flair updated +[2020-07-28 20:31:06,867] '/u/yeetbox_' has given '/u/YappyHead' lambda! +[2020-07-28 20:31:10,055] /u/YappyHead had their flair updated +[2020-07-28 20:32:37,595] '/u/EvirixYT' has given '/u/flutepixie' lambda! +[2020-07-28 20:32:40,463] /u/flutepixie had their flair updated +[2020-07-28 20:33:00,829] There has been a new submission: 'I worked easily 25 hours on that video and would appreciate some great critisicm..I personally think my editing improved a lot, i hope i'm not the only one who thinks that. Lambda for almost everything lol', with flair 'Gaming' +[2020-07-28 20:33:03,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 20:33:03,652] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 20:33:05,249] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fqfp1mbuGCE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 20:33:05,620] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCatzY1Rl9F3Jz48Ip2AZ0PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 20:33:08,608] /u/FacemanGaming25 had their flair updated +[2020-07-28 20:35:40,201] '/u/DeFrapaCicco' has given '/u/JezoShow' lambda! +[2020-07-28 20:35:42,206] /u/JezoShow had their flair updated +[2020-07-28 20:36:51,682] '/u/Jayotic44' has given '/u/ILoveSonic69_' lambda! +[2020-07-28 20:36:53,888] /u/ILoveSonic69_ had their flair updated +[2020-07-28 20:37:45,084] '/u/YappyHead' has given '/u/mexboy1995' lambda! +[2020-07-28 20:37:47,463] /u/mexboy1995 had their flair updated +[2020-07-28 20:38:06,469] There has been a new submission: 'New montage on For Honor', with flair 'Gaming' +[2020-07-28 20:38:09,622] /u/NightingaleGG had their flair updated +[2020-07-28 20:39:02,937] '/u/DeFrapaCicco' has given '/u/TheProcrastilater' lambda! +[2020-07-28 20:39:05,306] /u/TheProcrastilater had their flair updated +[2020-07-28 20:39:19,359] Starting every day program... +[2020-07-28 20:39:19,400] Updating database statistics... +[2020-07-28 20:39:20,502] Posting and updating wiki... +[2020-07-28 20:39:44,326] Formatting leaderboard... +[2020-07-28 20:39:45,186] Updating sidebar... +[2020-07-28 20:39:45,636] Updated in new reddit... +[2020-07-28 20:39:46,454] Updated in old reddit... +[2020-07-28 20:39:46,455] Completed. +[2020-07-28 20:40:02,897] +#################### +[Jul 28 2020 20:40:02] RESTARTED +#################### + +[2020-07-28 20:59:26,367] '/u/Jayotic44' has given '/u/XJoyGames' lambda! +[2020-07-28 20:59:27,919] /u/XJoyGames had their flair updated +[2020-07-28 21:00:32,739] '/u/Jayotic44' has given '/u/pipri' lambda! +[2020-07-28 21:00:35,240] /u/pipri had their flair updated +[2020-07-28 21:21:22,336] There has been a new submission: 'Can You Give Some Feedback?', with flair 'Channel Review' +[2020-07-28 21:21:26,254] /u/dolphspaghet had their submission removed for insufficient lambda. +[2020-07-28 21:21:28,383] /u/dolphspaghet had their flair updated +[2020-07-28 21:21:47,942] There has been a new submission: 'Learning to edited, looking forward to your feedback. [15:38]', with flair 'Video Critique' +[2020-07-28 21:21:49,492] /u/Co_campy_ had their submission removed for insufficient lambda. +[2020-07-28 21:21:51,581] /u/Co_campy_ had their flair updated +[2020-07-28 21:22:10,559] There has been a new submission: 'This is my first facecam video so I want some help with it so I can improve! Will give lambda!', with flair 'Video Critique' +[2020-07-28 21:22:13,142] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 21:22:13,223] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 21:22:14,903] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z5TLSJaPwhM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:22:15,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:22:18,388] /u/disloyalclothYT had their flair updated +[2020-07-28 21:22:36,717] There has been a new submission: 'Brand new gaming channel', with flair 'Gaming' +[2020-07-28 21:22:38,194] /u/blaze-flame had their submission removed for insufficient lambda. +[2020-07-28 21:22:40,124] /u/blaze-flame had their flair updated +[2020-07-28 21:22:59,255] There has been a new submission: 'Porsche Panamera Turbo - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-28 21:23:01,052] /u/g9Racing had their submission removed for insufficient lambda. +[2020-07-28 21:23:03,049] /u/g9Racing had their flair updated +[2020-07-28 21:23:22,380] There has been a new submission: 'I'm making Mobile Apps in Unity and would like to create tutorials as I come across things that I can't easily find solutions for online. These types of videos may not apply to you, but I was hoping for some feedback/criticism on whatever you might notice. Thank you!', with flair 'Video Critique' +[2020-07-28 21:23:23,733] /u/WolfMobile had their submission removed for insufficient lambda. +[2020-07-28 21:23:25,776] /u/WolfMobile had their flair updated +[2020-07-28 21:23:44,628] There has been a new submission: 'Ahhhh the Nostalgia 😌, do you remember call of duty trash talk? I do', with flair 'Gaming' +[2020-07-28 21:23:45,894] /u/Xionik- had their submission removed for insufficient lambda. +[2020-07-28 21:23:47,696] /u/Xionik- had their flair updated +[2020-07-28 21:24:10,496] There has been a new submission: 'Kraken Mural in 8 Hours 🎨 Drawing Big Octopus Mural in My Room', with flair 'Art' +[2020-07-28 21:24:11,808] /u/Clarity_Unlock had their submission removed for insufficient lambda. +[2020-07-28 21:24:13,488] /u/Clarity_Unlock had their flair updated +[2020-07-28 21:25:08,491] '/u/EvirixYT' has given '/u/allanenraged13' lambda! +[2020-07-28 21:25:09,794] /u/allanenraged13 had their flair updated +[2020-07-28 21:25:15,595] '/u/Peltlegs' has given '/u/FacemanGaming25' lambda! +[2020-07-28 21:25:16,906] /u/FacemanGaming25 had their flair updated +[2020-07-28 21:26:06,366] '/u/Jayotic44' has given '/u/OKSharky' lambda! +[2020-07-28 21:26:09,151] /u/OKSharky had their flair updated +[2020-07-28 21:26:42,106] /u/bigchillhouse had their flair updated +[2020-07-28 21:27:02,030] '/u/luisfrobles' has given '/u/flutepixie' lambda! +[2020-07-28 21:27:04,439] /u/flutepixie had their flair updated +[2020-07-28 21:27:24,935] '/u/MonsterPuppetZam' has given '/u/TheProcrastilater' lambda! +[2020-07-28 21:27:27,109] /u/TheProcrastilater had their flair updated +[2020-07-28 21:27:46,111] '/u/Jayotic44' has given '/u/engamingchannel' lambda! +[2020-07-28 21:27:48,443] /u/engamingchannel had their flair updated +[2020-07-28 21:28:23,083] '/u/MonsterPuppetZam' has given '/u/flutepixie' lambda! +[2020-07-28 21:28:25,662] /u/flutepixie had their flair updated +[2020-07-28 21:28:44,369] '/u/Jayotic44' has given '/u/aragon_1399' lambda! +[2020-07-28 21:28:46,008] /u/aragon_1399 had their flair updated +[2020-07-28 21:29:09,434] '/u/Jayotic44' has given '/u/RadioactiveG' lambda! +[2020-07-28 21:29:11,723] /u/RadioactiveG had their flair updated +[2020-07-28 21:29:44,817] /u/Jayotic44 had their flair updated +[2020-07-28 21:30:05,811] '/u/FacemanGaming25' has given '/u/NightingaleGG' lambda! +[2020-07-28 21:30:08,757] /u/NightingaleGG had their flair updated +[2020-07-28 21:30:32,368] '/u/Jayotic44' has given '/u/liftedplane' lambda! +[2020-07-28 21:30:35,069] /u/liftedplane had their flair updated +[2020-07-28 21:31:13,619] /u/Jayotic44 had their flair updated +[2020-07-28 21:31:52,198] '/u/Jayotic44' has given '/u/WxCHRILLExW' lambda! +[2020-07-28 21:31:55,404] /u/WxCHRILLExW had their flair updated +[2020-07-28 21:32:30,127] '/u/EvirixYT' has given '/u/JezoShow' lambda! +[2020-07-28 21:32:32,918] /u/JezoShow had their flair updated +[2020-07-28 21:32:53,630] '/u/Jayotic44' has given '/u/wheretheavocadoz9_' lambda! +[2020-07-28 21:32:55,962] /u/wheretheavocadoz9_ had their flair updated +[2020-07-28 21:33:16,619] '/u/FacemanGaming25' has given '/u/YappyHead' lambda! +[2020-07-28 21:33:19,120] /u/YappyHead had their flair updated +[2020-07-28 21:33:55,943] '/u/Jayotic44' has given '/u/blackcurtainfilms' lambda! +[2020-07-28 21:33:59,474] /u/blackcurtainfilms had their flair updated +[2020-07-28 21:34:35,231] '/u/DeFrapaCicco' has given '/u/NightingaleGG' lambda! +[2020-07-28 21:34:37,902] /u/NightingaleGG had their flair updated +[2020-07-28 21:37:11,155] '/u/FacemanGaming25' has given '/u/the_WDH' lambda! +[2020-07-28 21:37:13,735] /u/the_WDH had their flair updated +[2020-07-28 21:40:17,539] '/u/liftedplane' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 21:40:19,998] /u/ShikharTrivedi had their flair updated +[2020-07-28 21:41:59,590] '/u/liftedplane' has given '/u/SciFi_Pie' lambda! +[2020-07-28 21:42:02,253] /u/SciFi_Pie had their flair updated +[2020-07-28 21:44:10,192] '/u/FacemanGaming25' has given '/u/ooooofoooof' lambda! +[2020-07-28 21:44:12,931] /u/ooooofoooof had their flair updated +[2020-07-28 21:48:47,652] There has been a new submission: 'Hey everyone! This video is about how Bethesda just isn't the same anymore. This video took a while to make so any feedback is very much welcome! If you liked it, subscribe! Thanks for your time', with flair 'Video Critique' +[2020-07-28 21:48:48,920] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 21:48:49,000] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 21:48:50,555] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AbYvkyQ-h5E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:48:51,045] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF5zS58fNgmLXM74tlqOjVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:48:53,454] /u/TheProcrastilater had their flair updated +[2020-07-28 21:49:13,712] There has been a new submission: 'Blinding Lights (MUSIC VIDEO)', with flair 'Video Critique' +[2020-07-28 21:49:14,698] /u/fliptheflip1 had their submission removed for insufficient lambda. +[2020-07-28 21:49:15,555] /u/fliptheflip1 had their flair updated +[2020-07-28 21:49:34,781] There has been a new submission: 'Really happy with my colour correcting and editing on this but I would LOVE to hear what you think!', with flair 'Video Critique' +[2020-07-28 21:49:35,725] /u/Nickgregoryyoutube had their submission removed for insufficient lambda. +[2020-07-28 21:49:36,257] /u/Nickgregoryyoutube had their flair updated +[2020-07-28 21:49:54,208] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jul 28 2020)', with flair 'None' +[2020-07-28 21:52:16,365] '/u/MonsterPuppetZam' has given '/u/rondislap' lambda! +[2020-07-28 21:52:19,354] /u/rondislap had their flair updated +[2020-07-28 21:52:40,553] '/u/tajminshaik' has given '/u/MrOMaths' lambda! +[2020-07-28 21:52:43,094] /u/MrOMaths had their flair updated +[2020-07-28 21:53:35,371] '/u/tajminshaik' has given '/u/Ahmad4hat' lambda! +[2020-07-28 21:53:37,793] /u/Ahmad4hat had their flair updated +[2020-07-28 21:54:45,845] /u/MrOMaths had their flair updated +[2020-07-28 21:55:18,303] There has been a new submission: 'This video is about amazing moments in Brawl Stars! Any feedback is appreciated, will give lambda!', with flair 'Video Critique' +[2020-07-28 21:55:18,558] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 21:55:18,559] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 21:55:18,729] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eC6K77xGI-s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:55:18,844] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC32Ea4GBvM-tIK-wl7l-PJw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 21:55:20,874] /u/D1m1tr1sF had their flair updated +[2020-07-28 21:55:58,601] There has been a new submission: 'Gaming critique for old school games', with flair 'Video Critique' +[2020-07-28 21:55:59,832] /u/TheGamingDecorator had their submission removed for insufficient lambda. +[2020-07-28 21:56:01,103] /u/TheGamingDecorator had their flair updated +[2020-07-28 22:09:50,297] '/u/FacemanGaming25' has given '/u/russianfortobias' lambda! +[2020-07-28 22:09:51,252] /u/russianfortobias had their flair updated +[2020-07-28 22:12:49,479] There has been a new submission: 'Show me Respect - Copyright Free music (Original Sound of Music (SFM) Mu...', with flair 'Channel Review' +[2020-07-28 22:12:51,198] /u/RunAppropriate6373 had their submission removed for insufficient lambda. +[2020-07-28 22:12:53,375] /u/RunAppropriate6373 had their flair updated +[2020-07-28 22:14:32,190] '/u/EvirixYT' has given '/u/TheGamingDecorator' lambda! +[2020-07-28 22:14:35,296] /u/TheGamingDecorator had their flair updated +[2020-07-28 22:15:48,705] '/u/_eyogg_' has given '/u/TheMemer14' lambda! +[2020-07-28 22:15:51,814] /u/TheMemer14 had their flair updated +[2020-07-28 22:16:47,612] '/u/_eyogg_' has given '/u/DeFrapaCicco' lambda! +[2020-07-28 22:16:49,905] /u/DeFrapaCicco had their flair updated +[2020-07-28 22:17:44,681] '/u/_eyogg_' has given '/u/Jevrejjob' lambda! +[2020-07-28 22:17:46,901] /u/Jevrejjob had their flair updated +[2020-07-28 22:18:08,329] '/u/_eyogg_' has given '/u/DTV998' lambda! +[2020-07-28 22:18:10,708] /u/DTV998 had their flair updated +[2020-07-28 22:19:06,635] '/u/_eyogg_' has given '/u/Noobeater1' lambda! +[2020-07-28 22:19:08,927] /u/Noobeater1 had their flair updated +[2020-07-28 22:19:29,427] '/u/_eyogg_' has given '/u/flutepixie' lambda! +[2020-07-28 22:19:31,397] /u/flutepixie had their flair updated +[2020-07-28 22:20:23,811] There has been a new submission: 'How is my B-Roll coming along. Also trying less hard on the thumbnails and just using screen grabs. Appreciate all feedback and giving Lambda!', with flair 'Video Critique' +[2020-07-28 22:20:25,901] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 22:20:25,904] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 22:20:27,132] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h7_JCWcHwjg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 22:20:27,579] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_NoWPAB_k6QDP3QoSAorWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 22:20:31,515] /u/tss230 had their flair updated +[2020-07-28 22:39:49,000] +#################### +[Jul 28 2020 22:39:48] RESTARTED +#################### + +[2020-07-28 23:22:04,883] There has been a new submission: 'Zenitsu AMV friction demon slayer', with flair 'Art' +[2020-07-28 23:22:07,255] /u/ani340 had their submission removed for insufficient lambda. +[2020-07-28 23:22:09,222] /u/ani340 had their flair updated +[2020-07-28 23:22:27,942] There has been a new submission: 'Giyu Tomioka 11th form 🌊 Dead Calm', with flair 'Art' +[2020-07-28 23:22:29,374] /u/ani340 had their submission removed for insufficient lambda. +[2020-07-28 23:22:31,310] /u/ani340 had their flair updated +[2020-07-28 23:23:50,906] '/u/D1m1tr1sF' has given '/u/TheGamingDecorator' lambda! +[2020-07-28 23:23:54,227] /u/TheGamingDecorator had their flair updated +[2020-07-28 23:26:00,777] There has been a new submission: 'If anyone enjoys some horror game commentary would you mind checking out some vids and tell me what i could improve on? I know the audio quality is not the best, i will soon get a mic. Also, drop a horror game you like so i can check it out. Will give lambda to helpful advice!', with flair 'Video Critique' +[2020-07-28 23:26:04,483] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-28 23:26:04,522] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-28 23:26:06,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SctavCJVv6c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 23:26:06,979] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM4jTKz8E0FKn7ep4L6jc8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-28 23:26:09,725] /u/GraduateDan had their flair updated +[2020-07-28 23:26:26,860] There has been a new submission: 'A short animated skit I made. I'd really appreciate any feedback!', with flair 'Video Critique' +[2020-07-28 23:26:28,090] /u/chickpea_taco had their submission removed for insufficient lambda. +[2020-07-28 23:26:29,321] /u/chickpea_taco had their flair updated +[2020-07-28 23:26:47,812] There has been a new submission: 'I am 15 subs away from 100! Help me reach my goal', with flair 'Channel Review' +[2020-07-28 23:26:48,795] /u/wateryeyes97 had their submission removed for insufficient lambda. +[2020-07-28 23:26:49,893] /u/wateryeyes97 had their flair updated +[2020-07-28 23:27:07,799] There has been a new submission: 'I Feel Like I'm Getting Less Impressions/Views Now That I Bought a Better Mic, And Use a Webcam. Can Anyone Help Identify What I Am Doing Wrong?', with flair 'Channel Review' +[2020-07-28 23:27:10,540] /u/allanenraged13 had their submission removed for insufficient lambda. +[2020-07-28 23:27:12,180] /u/allanenraged13 had their flair updated +[2020-07-28 23:27:28,783] There has been a new submission: 'My Shiba Inu Puppy is out of control and gets mad 😂', with flair 'Vlog' +[2020-07-28 23:27:29,724] /u/_shirobaby had their submission removed for insufficient lambda. +[2020-07-28 23:27:30,666] /u/_shirobaby had their flair updated +[2020-07-28 23:27:49,037] There has been a new submission: 'New Channel: Food Buffet Report', with flair 'Channel Review' +[2020-07-28 23:27:50,047] /u/bizaaron had their submission removed for insufficient lambda. +[2020-07-28 23:27:51,070] /u/bizaaron had their flair updated +[2020-07-28 23:30:13,589] There has been a new submission: 'Me and my friends had a ton of fun with this game. I hope you guys enjoy our stupidity.', with flair 'Gaming' +[2020-07-28 23:30:15,345] /u/JefferyTNW had their submission removed for insufficient lambda. +[2020-07-28 23:30:17,679] /u/JefferyTNW had their flair updated +[2020-07-28 23:36:42,495] '/u/Coryrat' has given '/u/fossfirefighter' lambda! +[2020-07-28 23:36:45,564] /u/fossfirefighter had their flair updated +[2020-07-28 23:37:31,272] '/u/Moonicornian' has given '/u/ShikharTrivedi' lambda! +[2020-07-28 23:37:33,689] /u/ShikharTrivedi had their flair updated +[2020-07-28 23:49:17,187] There has been a new submission: 'Here’s a video of my thoughts on the Halo Infinite Gameplay Demo CONTROVERSY and what I think happened!', with flair 'Gaming' +[2020-07-28 23:49:18,741] /u/DigitalArk_ had their submission removed for insufficient lambda. +[2020-07-28 23:49:19,441] /u/DigitalArk_ had their flair updated +[2020-07-28 23:52:42,160] There has been a new submission: 'I made a new thumbnail for my new CSGO video called Russian kids dying: AK-47 edition (not ready yet btw)', with flair 'Thumbnail Review' +[2020-07-28 23:52:44,024] /u/Alanotics2 had their submission removed for insufficient lambda. +[2020-07-28 23:52:46,826] /u/Alanotics2 had their flair updated +[2020-07-29 00:00:25,573] There has been a new submission: 'The last time i posted this, only one person commented, so im hoping this gets more comments! Thanks for feedback and suggestions! I would also like to hear thoughts on thumbnail!', with flair 'Gaming' +[2020-07-29 00:00:27,133] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 00:00:27,168] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 00:00:28,643] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Gy5bshiZ0HU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 00:00:29,014] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 00:00:33,408] /u/Samanaitor_88 had their flair updated +[2020-07-29 00:02:15,041] '/u/GraduateDan' has given '/u/Alanotics2' lambda! +[2020-07-29 00:02:17,584] /u/Alanotics2 had their flair updated +[2020-07-29 00:03:42,924] There has been a new submission: 'Chillme new channel, feedback apreciated', with flair 'Gaming' +[2020-07-29 00:03:44,437] /u/Chillme2 had their submission removed for insufficient lambda. +[2020-07-29 00:03:46,286] /u/Chillme2 had their flair updated +[2020-07-29 00:04:29,608] There has been a new submission: 'God of War Walkthrought episode 29 The Rooms!!!', with flair 'Gaming' +[2020-07-29 00:04:31,092] /u/RevolutionSega06 had their submission removed for insufficient lambda. +[2020-07-29 00:04:32,844] /u/RevolutionSega06 had their flair updated +[2020-07-29 00:05:43,988] '/u/talsean' has given '/u/MrOMaths' lambda! +[2020-07-29 00:05:46,614] /u/MrOMaths had their flair updated +[2020-07-29 00:06:41,456] '/u/YappyHead' has given '/u/the_WDH' lambda! +[2020-07-29 00:06:43,952] /u/the_WDH had their flair updated +[2020-07-29 00:07:29,146] '/u/talsean' has given '/u/shadossplayz' lambda! +[2020-07-29 00:07:31,104] /u/shadossplayz had their flair updated +[2020-07-29 00:08:30,971] There has been a new submission: 'Please give me feedback on this type of video! New here but looking to improve and get better and get bigger.', with flair 'Channel Review' +[2020-07-29 00:08:32,410] /u/xCm_DrunkX had their submission removed for insufficient lambda. +[2020-07-29 00:08:33,309] /u/xCm_DrunkX had their flair updated +[2020-07-29 00:15:26,613] There has been a new submission: 'Speedpaint - Pyrope', with flair 'Art' +[2020-07-29 00:15:28,532] /u/PenNameCrystalVibe had their submission removed for insufficient lambda. +[2020-07-29 00:15:30,172] /u/PenNameCrystalVibe had their flair updated +[2020-07-29 00:15:55,728] '/u/YourHomieJeff' has given '/u/ShikharTrivedi' lambda! +[2020-07-29 00:15:58,317] /u/ShikharTrivedi had their flair updated +[2020-07-29 00:16:49,289] '/u/YourHomieJeff' has given '/u/Mr-Medic-Man' lambda! +[2020-07-29 00:16:51,789] /u/Mr-Medic-Man had their flair updated +[2020-07-29 00:18:42,093] There has been a new submission: 'I have created an unofficial video for a song on. Would love some feedback on it.', with flair 'Video Critique' +[2020-07-29 00:18:43,568] /u/ashofspades had their submission removed for insufficient lambda. +[2020-07-29 00:18:44,388] /u/ashofspades had their flair updated +[2020-07-29 00:22:35,152] There has been a new submission: 'I’m a small YT channel and I’m looking for advice/feedback for my blog-ish channel', with flair 'Vlog' +[2020-07-29 00:22:37,119] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 00:22:37,160] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 00:22:38,518] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ki3xcK5IaoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 00:22:38,925] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzYR6K-R90LngXuHyvxWOmA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 00:22:40,895] /u/Mr-Medic-Man had their flair updated +[2020-07-29 00:23:14,123] '/u/tss230' has given '/u/chickpea_taco' lambda! +[2020-07-29 00:23:16,461] /u/chickpea_taco had their flair updated +[2020-07-29 00:24:04,911] '/u/tss230' has given '/u/russianfortobias' lambda! +[2020-07-29 00:24:07,216] /u/russianfortobias had their flair updated +[2020-07-29 00:24:39,860] There has been a new submission: 'Should you make 2 channels for 2 slightly diff. Subjects', with flair 'Discussion' +[2020-07-29 00:24:41,887] /u/Bucki88 had their flair updated +[2020-07-29 00:27:58,775] '/u/Rasid_Saran' has given '/u/midnightjenga' lambda! +[2020-07-29 00:28:01,117] /u/midnightjenga had their flair updated +[2020-07-29 00:29:12,881] There has been a new submission: 'New CSGO Funny Moments Vid. I Hope Yall Enjoy! (im pretty proud of this one)', with flair 'Gaming' +[2020-07-29 00:29:17,387] /u/AGamingSquirrelYT had their submission removed for insufficient lambda. +[2020-07-29 00:29:18,785] /u/AGamingSquirrelYT had their flair updated +[2020-07-29 00:32:56,826] There has been a new submission: 'Check out my latest vid vid', with flair 'Gaming' +[2020-07-29 00:32:58,299] /u/Jack_Davies0008 had their submission removed for insufficient lambda. +[2020-07-29 00:33:00,291] /u/Jack_Davies0008 had their flair updated +[2020-07-29 00:36:19,294] '/u/foxxforcefive' has given '/u/bbb651' lambda! +[2020-07-29 00:36:21,915] /u/bbb651 had their flair updated +[2020-07-29 00:37:01,806] There has been a new submission: 'Looking to find out specs for MacOS or Windows and software used to edit and render videos', with flair 'Discussion' +[2020-07-29 00:37:03,484] /u/Desi_Dad_Reviews had their flair updated +[2020-07-29 00:37:42,138] '/u/foxxforcefive' has given '/u/YappyHead' lambda! +[2020-07-29 00:37:44,600] /u/YappyHead had their flair updated +[2020-07-29 00:39:46,148] +#################### +[Jul 29 2020 00:39:46] RESTARTED +#################### + +[2020-07-29 01:20:55,538] There has been a new submission: 'DREAM IS A FRAUD? Minecraft Speedrunner VS 3 Hunters FINALE REMATCH Analysis', with flair 'Video Critique' +[2020-07-29 01:20:58,411] /u/ZenithalYT had their submission removed for insufficient lambda. +[2020-07-29 01:21:00,665] /u/ZenithalYT had their flair updated +[2020-07-29 01:22:53,854] '/u/MonsterPuppetZam' has given '/u/glazed_turkey' lambda! +[2020-07-29 01:22:56,603] /u/glazed_turkey had their flair updated +[2020-07-29 01:24:17,039] '/u/luisfrobles' has given '/u/ashofspades' lambda! +[2020-07-29 01:24:19,546] /u/ashofspades had their flair updated +[2020-07-29 01:25:10,707] /u/glazed_turkey had their flair updated +[2020-07-29 01:28:51,710] There has been a new submission: 'Spent hours making and editing this video myself, would love any feedback. Thanks fellow Youtubers (:', with flair 'Video Critique' +[2020-07-29 01:28:53,143] /u/TheCobraJay had their submission removed for insufficient lambda. +[2020-07-29 01:28:54,125] /u/TheCobraJay had their flair updated +[2020-07-29 01:29:12,392] There has been a new submission: 'I open up pomemon cards because I am acutely untalented at everything.', with flair 'Gaming' +[2020-07-29 01:29:13,576] /u/yolokingboi22 had their submission removed for insufficient lambda. +[2020-07-29 01:29:14,236] /u/yolokingboi22 had their flair updated +[2020-07-29 01:29:31,574] There has been a new submission: 'Hi everyone! This is the first video on my channel which is focussed on problem solving and logic style puzzles. All comments, criticisms and suggestions are welcome. Help me improve.', with flair 'Video Critique' +[2020-07-29 01:29:35,381] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 01:29:35,502] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 01:29:37,269] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Gt-Adz4eNJQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 01:29:37,764] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFJDcZxe-7B0vntMizNMRMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 01:29:39,484] /u/MrOMaths had their flair updated +[2020-07-29 01:29:55,895] There has been a new submission: 'My YouTube Channel.', with flair 'Gaming' +[2020-07-29 01:29:56,634] /u/Tyler_Tech12 had their submission removed for insufficient lambda. +[2020-07-29 01:29:57,172] /u/Tyler_Tech12 had their flair updated +[2020-07-29 01:32:01,647] There has been a new submission: 'Hey guys I just drop this video and It's a Music Video Reaction And i would love any support or feed back tho if you like it make sure to like ,comment and Subscriber and i will give you lambda but you must comment on my video and like and then I know who to give lambda to thank you.', with flair 'None' +[2020-07-29 01:32:05,735] /u/AshleyDowries had their flair updated +[2020-07-29 01:33:52,467] There has been a new submission: 'ASMR | GENTLE TAPPING 👐🏽 SHIRT SCRATCHING for RELAXATION AND SLEEP 💤', with flair 'Channel Review' +[2020-07-29 01:33:55,046] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-07-29 01:33:56,888] /u/tballs2003 had their flair updated +[2020-07-29 01:34:43,804] '/u/YappyHead' has given '/u/russianfortobias' lambda! +[2020-07-29 01:34:46,379] /u/russianfortobias had their flair updated +[2020-07-29 01:55:50,246] '/u/tss230' has given '/u/japantrepreneur' lambda! +[2020-07-29 01:55:52,948] /u/japantrepreneur had their flair updated +[2020-07-29 01:58:03,680] There has been a new submission: 'I am trying to sound more energetic, even though I am super interested in the topic I can't sound more energetic? any tips? I know that I have a thick accent .so please don't tell me to change it because I can't.', with flair 'Video Critique' +[2020-07-29 01:58:05,028] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 01:58:05,066] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 01:58:06,544] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M0DLUap_XAs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 01:58:06,992] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC89ruxgJndXyXHiiWgY8g_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 01:58:09,058] /u/Ahmad4hat had their flair updated +[2020-07-29 02:00:42,647] There has been a new submission: 'What is an impression and how does it fit into your channel as a whole?', with flair 'Discussion' +[2020-07-29 02:00:46,764] /u/The_True_Islander had their flair updated +[2020-07-29 02:12:00,799] There has been a new submission: 'Taylor Swift - folklore | Album Analysis [PART 1]', with flair 'Video Critique' +[2020-07-29 02:12:02,641] /u/scamming_savant had their submission removed for insufficient lambda. +[2020-07-29 02:12:04,765] /u/scamming_savant had their flair updated +[2020-07-29 02:24:21,261] '/u/Ahmad4hat' has given '/u/japantrepreneur' lambda! +[2020-07-29 02:24:23,037] /u/japantrepreneur had their flair updated +[2020-07-29 02:24:51,952] /u/japantrepreneur had their flair updated +[2020-07-29 02:25:09,479] '/u/EvirixYT' has given '/u/rondislap' lambda! +[2020-07-29 02:25:10,980] /u/rondislap had their flair updated +[2020-07-29 02:32:03,545] There has been a new submission: 'My first highly edited video. This took me about 20 hours total, I'd appreciate the feedback! This is my take on a "Can You Beat" video.', with flair 'Video Critique' +[2020-07-29 02:32:05,234] /u/Hydra_Kitt had their submission removed for insufficient lambda. +[2020-07-29 02:32:07,396] /u/Hydra_Kitt had their flair updated +[2020-07-29 02:33:03,633] There has been a new submission: 'Im a very small channel and i think the content im making is getting better but i feel like i need to improve it more for youtube to actually work for me ,ive asked my friends for feedback and alls they really say is its good lol (probably because theyre my friends). So i turned to reddit :)', with flair 'Video Critique' +[2020-07-29 02:33:05,094] /u/prexpeep had their submission removed for insufficient lambda. +[2020-07-29 02:33:07,097] /u/prexpeep had their flair updated +[2020-07-29 02:34:58,591] '/u/Ahmad4hat' has given '/u/dank_wookie_sword' lambda! +[2020-07-29 02:35:00,809] /u/dank_wookie_sword had their flair updated +[2020-07-29 02:36:05,910] '/u/AlsleumMusic' has given '/u/ashofspades' lambda! +[2020-07-29 02:36:08,540] /u/ashofspades had their flair updated +[2020-07-29 02:37:23,901] There has been a new submission: 'How to make the Best SUGAR FREE MUFFINS', with flair 'Vlog' +[2020-07-29 02:37:24,903] /u/lauraavanessa had their submission removed for insufficient lambda. +[2020-07-29 02:37:25,967] /u/lauraavanessa had their flair updated +[2020-07-29 02:39:32,740] +#################### +[Jul 29 2020 02:39:32] RESTARTED +#################### + +[2020-07-29 03:19:07,186] There has been a new submission: 'How do you guys get the average view duration up because my recent video i got a good amount of views but people only watched on average about 1 minute and 30 seconds when the whole video is 8 minutes long so I wanted to ask you guys what can I do to make it go up ??', with flair 'Discussion' +[2020-07-29 03:19:09,563] /u/gvaz45 had their flair updated +[2020-07-29 03:19:26,088] There has been a new submission: 'Pizza Eating World Record', with flair 'Vlog' +[2020-07-29 03:19:27,355] /u/GingyNationYT1 had their submission removed for insufficient lambda. +[2020-07-29 03:19:27,932] /u/GingyNationYT1 had their flair updated +[2020-07-29 03:19:49,089] '/u/AlsleumMusic' has given '/u/russianfortobias' lambda! +[2020-07-29 03:19:50,705] /u/russianfortobias had their flair updated +[2020-07-29 03:20:12,619] '/u/AlsleumMusic' has given '/u/chickpea_taco' lambda! +[2020-07-29 03:20:15,368] /u/chickpea_taco had their flair updated +[2020-07-29 03:21:52,716] '/u/GraduateDan' has given '/u/japantrepreneur' lambda! +[2020-07-29 03:21:55,795] /u/japantrepreneur had their flair updated +[2020-07-29 03:23:45,397] '/u/Mr-Medic-Man' has given '/u/dank_wookie_sword' lambda! +[2020-07-29 03:23:48,148] /u/dank_wookie_sword had their flair updated +[2020-07-29 03:25:12,311] '/u/Ahmad4hat' has given '/u/chickpea_taco' lambda! +[2020-07-29 03:25:13,563] /u/chickpea_taco had their flair updated +[2020-07-29 03:27:22,248] There has been a new submission: 'New video. I hope you give feedbacks and advice', with flair 'Video Critique' +[2020-07-29 03:27:24,362] /u/prateek_luitel10 had their submission removed for insufficient lambda. +[2020-07-29 03:27:25,304] /u/prateek_luitel10 had their flair updated +[2020-07-29 03:27:42,173] There has been a new submission: 'New Filmmaking Youtube Channel! Want some feedback and let me know what you guys think! Cheers', with flair 'Video Critique' +[2020-07-29 03:27:44,111] /u/theparchen had their submission removed for insufficient lambda. +[2020-07-29 03:27:45,014] /u/theparchen had their flair updated +[2020-07-29 03:28:03,894] There has been a new submission: 'Hey boys last video the thumbnail was one of my weak points so i worked extra hard on it and i tried making lil bit of decorations in the comp overall i put alot of time to clean the mistakes what else could've i done on the thumbnail to make it more clickbaity ?', with flair 'Thumbnail Review' +[2020-07-29 03:28:05,456] /u/AstaSama had their submission removed for insufficient lambda. +[2020-07-29 03:28:06,357] /u/AstaSama had their flair updated +[2020-07-29 04:15:47,725] '/u/mrmicpopper' has given '/u/-Lipo-' lambda! +[2020-07-29 04:15:50,392] /u/-Lipo- had their flair updated +[2020-07-29 04:19:01,844] '/u/mrmicpopper' has given '/u/Wonder_Dave' lambda! +[2020-07-29 04:19:04,297] /u/Wonder_Dave had their flair updated +[2020-07-29 04:33:48,077] There has been a new submission: 'Bruen is too OP!', with flair 'Gaming' +[2020-07-29 04:33:49,474] /u/Vincethegod-_- had their submission removed for insufficient lambda. +[2020-07-29 04:33:51,357] /u/Vincethegod-_- had their flair updated +[2020-07-29 04:39:23,736] +#################### +[Jul 29 2020 04:39:23] RESTARTED +#################### + +[2020-07-29 05:10:56,100] '/u/ILoveSonic69_' has given '/u/ashofspades' lambda! +[2020-07-29 05:10:59,330] /u/ashofspades had their flair updated +[2020-07-29 05:11:33,378] There has been a new submission: 'I’m new', with flair 'Discussion' +[2020-07-29 05:11:35,963] /u/ryanplays2320 had their flair updated +[2020-07-29 05:17:12,568] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 05:18:48,507] There has been a new submission: 'Pixabay has a royalty free music library, no sign up and crediting required', with flair 'Discussion' +[2020-07-29 05:18:49,863] /u/neupanedipen had their flair updated +[2020-07-29 05:19:56,321] '/u/Jayotic44' has given '/u/Sinful_Kitsune' lambda! +[2020-07-29 05:19:58,493] /u/Sinful_Kitsune had their flair updated +[2020-07-29 05:21:02,934] '/u/Jayotic44' has given '/u/disloyalclothYT' lambda! +[2020-07-29 05:21:06,092] /u/disloyalclothYT had their flair updated +[2020-07-29 05:22:01,713] '/u/Jayotic44' has given '/u/bbb651' lambda! +[2020-07-29 05:22:04,648] /u/bbb651 had their flair updated +[2020-07-29 05:22:58,314] '/u/Jayotic44' has given '/u/playerinfinity707' lambda! +[2020-07-29 05:23:01,001] /u/playerinfinity707 had their flair updated +[2020-07-29 05:23:20,098] There has been a new submission: 'Jump Force Plot Armor Teams (Part 1)', with flair 'Gaming' +[2020-07-29 05:23:21,489] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-29 05:23:23,411] /u/majin_hendrix had their flair updated +[2020-07-29 05:23:46,795] '/u/Jayotic44' has given '/u/UnstoppableDEATH' lambda! +[2020-07-29 05:23:49,133] /u/UnstoppableDEATH had their flair updated +[2020-07-29 05:25:12,919] '/u/Jayotic44' has given '/u/Feral-Pickle' lambda! +[2020-07-29 05:25:14,432] /u/Feral-Pickle had their flair updated +[2020-07-29 05:26:14,444] '/u/Jayotic44' has given '/u/WalkingTsunami' lambda! +[2020-07-29 05:26:17,144] /u/WalkingTsunami had their flair updated +[2020-07-29 05:26:43,556] '/u/Jayotic44' has given '/u/Polak-LP-YT' lambda! +[2020-07-29 05:26:45,979] /u/Polak-LP-YT had their flair updated +[2020-07-29 05:39:42,267] /u/Sn0wPhotos had their flair updated +[2020-07-29 05:40:12,242] '/u/Sn0wPhotos' has given '/u/russianfortobias' lambda! +[2020-07-29 05:40:14,709] /u/russianfortobias had their flair updated +[2020-07-29 05:43:33,995] There has been a new submission: 'Hey I am an Asmr artist.I recently created a vid I would be very glad if you could take a look at my channel and give me feedback have fun watching :)', with flair 'Channel Review' +[2020-07-29 05:43:35,425] /u/Wuckern had their submission removed for insufficient lambda. +[2020-07-29 05:43:37,362] /u/Wuckern had their flair updated +[2020-07-29 05:44:50,885] There has been a new submission: 'New Lifestyle Channel', with flair 'Channel Review' +[2020-07-29 05:44:52,241] /u/MillennialHousewife1 had their submission removed for insufficient lambda. +[2020-07-29 05:44:53,922] /u/MillennialHousewife1 had their flair updated +[2020-07-29 05:46:20,325] There has been a new submission: 'New Dragon Ball Game?!', with flair 'Gaming' +[2020-07-29 05:46:21,682] /u/xFayth93 had their submission removed for insufficient lambda. +[2020-07-29 05:46:23,213] /u/xFayth93 had their flair updated +[2020-07-29 05:50:39,679] There has been a new submission: 'I myself am trying to develope my editing. Do check and gimme some valuable feedback 😁', with flair 'Gaming' +[2020-07-29 05:50:41,526] /u/therealfernandes had their submission removed for insufficient lambda. +[2020-07-29 05:50:43,865] /u/therealfernandes had their flair updated +[2020-07-29 05:53:08,679] '/u/disloyalclothYT' has given '/u/russianfortobias' lambda! +[2020-07-29 05:53:11,390] /u/russianfortobias had their flair updated +[2020-07-29 05:53:54,455] '/u/disloyalclothYT' has given '/u/the_WDH' lambda! +[2020-07-29 05:53:57,207] /u/the_WDH had their flair updated +[2020-07-29 05:55:57,224] There has been a new submission: '11 Minute Video of Epic Fail and Lucky VALORANT Moments', with flair 'Gaming' +[2020-07-29 05:55:58,652] /u/Rourucci had their submission removed for insufficient lambda. +[2020-07-29 05:56:00,162] /u/Rourucci had their flair updated +[2020-07-29 05:58:07,670] There has been a new submission: 'I need to blow up my channel before I get into college, please help!', with flair 'Channel Review' +[2020-07-29 05:58:08,860] /u/RyanShatz had their submission removed for insufficient lambda. +[2020-07-29 05:58:09,848] /u/RyanShatz had their flair updated +[2020-07-29 06:01:54,586] There has been a new submission: 'Hi guys, please check out my video. Let me know your thoughts!', with flair 'Video Critique' +[2020-07-29 06:01:56,228] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-07-29 06:01:58,937] /u/frogs4life69 had their flair updated +[2020-07-29 06:09:40,347] There has been a new submission: 'A fortnite montage', with flair 'Gaming' +[2020-07-29 06:09:40,950] /u/scKuLlz had their submission removed for insufficient lambda. +[2020-07-29 06:09:41,442] /u/scKuLlz had their flair updated +[2020-07-29 06:11:52,026] '/u/Ahmad4hat' has given '/u/wayfaring_wizard' lambda! +[2020-07-29 06:11:55,064] /u/wayfaring_wizard had their flair updated +[2020-07-29 06:20:34,541] There has been a new submission: 'For those interested in stocks/investing. Looking for some feedback on how to improve my presentation flow as well as any other pointers! Giving lambda for outstanding feedback! (Please also let me know if you have any stock analysis requests for future videos!)', with flair 'Channel Review' +[2020-07-29 06:20:37,909] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 06:20:37,948] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 06:20:39,420] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JlMUZWlFAW4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 06:20:39,829] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4vXpKFp6abB2WMg91IyG-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 06:20:43,224] /u/japantrepreneur had their flair updated +[2020-07-29 06:32:57,528] There has been a new submission: 'Hey! this R6 memetage took me two weeks to edit. tell me what you think! thanks', with flair 'Video Critique' +[2020-07-29 06:32:58,963] /u/Its_naira had their submission removed for insufficient lambda. +[2020-07-29 06:33:00,930] /u/Its_naira had their flair updated +[2020-07-29 06:36:59,776] There has been a new submission: 'I tried to break the review into segments and make it shorter and more compact, please let me know what you think should be improved. :)', with flair 'Video Critique' +[2020-07-29 06:37:00,932] /u/Nocturnalos0001 had their submission removed for insufficient lambda. +[2020-07-29 06:37:02,207] /u/Nocturnalos0001 had their flair updated +[2020-07-29 06:39:33,506] +#################### +[Jul 29 2020 06:39:33] RESTARTED +#################### + +[2020-07-29 07:14:59,815] There has been a new submission: 'how to install 1.16', with flair 'Gaming' +[2020-07-29 07:15:01,228] /u/Curious_Ad_6053 had their submission removed for insufficient lambda. +[2020-07-29 07:15:02,681] /u/Curious_Ad_6053 had their flair updated +[2020-07-29 07:21:03,207] There has been a new submission: '$636 Per Night! Luxury Jumeirah Beach Hotel Full Review - 4K', with flair 'Channel Review' +[2020-07-29 07:21:04,907] /u/Pro_Lion_27 had their submission removed for insufficient lambda. +[2020-07-29 07:21:07,153] /u/Pro_Lion_27 had their flair updated +[2020-07-29 07:33:17,860] There has been a new submission: 'Reacting to Korean rap first time!!', with flair 'Channel Review' +[2020-07-29 07:33:19,397] /u/theservantofpeace had their submission removed for insufficient lambda. +[2020-07-29 07:33:21,282] /u/theservantofpeace had their flair updated +[2020-07-29 07:37:37,301] There has been a new submission: 'Call of Kegels - Warzone', with flair 'Gaming' +[2020-07-29 07:37:38,932] /u/MikeCateley had their submission removed for insufficient lambda. +[2020-07-29 07:37:40,126] /u/MikeCateley had their flair updated +[2020-07-29 07:38:35,799] There has been a new submission: 'New you tube channel', with flair 'Vlog' +[2020-07-29 07:38:37,068] /u/ap2123 had their submission removed for insufficient lambda. +[2020-07-29 07:38:37,924] /u/ap2123 had their flair updated +[2020-07-29 07:41:32,249] There has been a new submission: 'Making of tasty chicken roll', with flair 'Vlog' +[2020-07-29 07:41:33,970] /u/Food-and-travel had their submission removed for insufficient lambda. +[2020-07-29 07:41:36,258] /u/Food-and-travel had their flair updated +[2020-07-29 07:45:36,866] '/u/japantrepreneur' has given '/u/DennisTheBadBoy' lambda! +[2020-07-29 07:45:39,571] /u/DennisTheBadBoy had their flair updated +[2020-07-29 07:51:11,907] There has been a new submission: 'How You Can Increase Your Audience Retention & Fix Your Videos - From A Long Time YouTuber: Part 1', with flair 'Discussion' +[2020-07-29 07:51:14,460] /u/FGDesigns had their flair updated +[2020-07-29 07:55:22,604] There has been a new submission: 'Just started my gaming channel, and I'd like some help with what you guys think I can do to grow better. Appreciate it!', with flair 'Gaming' +[2020-07-29 07:55:24,482] /u/LovelaceNA had their submission removed for insufficient lambda. +[2020-07-29 07:55:26,083] /u/LovelaceNA had their flair updated +[2020-07-29 08:00:03,888] There has been a new submission: 'SAFARI PARK PHOTOGRAPHY - Latest vlog from a trip to the safari, with a lil’ breakdown of some of the photos I took. Feedback appreciated!', with flair 'Video Critique' +[2020-07-29 08:00:07,615] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 08:00:07,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 08:00:09,374] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Csd6P78n69M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 08:00:09,863] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClszHL-paj9vhISshHdv_IQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 08:00:13,222] /u/Pantologistt had their flair updated +[2020-07-29 08:00:40,577] /u/japantrepreneur had their flair updated +[2020-07-29 08:04:01,764] '/u/MrOMaths' has given '/u/japantrepreneur' lambda! +[2020-07-29 08:04:04,546] /u/japantrepreneur had their flair updated +[2020-07-29 08:05:33,281] There has been a new submission: '3 SIMPLE CUSTOM DIY ACCESSORIES! I’m very happy with this video :) giving lambda to the best feedback! Thanks guys', with flair 'Video Critique' +[2020-07-29 08:05:36,520] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 08:05:36,558] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 08:05:38,017] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jT760IAH-1M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 08:05:38,389] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 08:05:40,894] /u/russianfortobias had their flair updated +[2020-07-29 08:20:08,316] There has been a new submission: 'Relaxation and Meditation - Beautiful Switzerland', with flair 'Video Critique' +[2020-07-29 08:20:10,429] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-07-29 08:20:12,771] /u/GabriellaTadros had their flair updated +[2020-07-29 08:20:18,591] There has been a new submission: 'Best ever game is play', with flair 'Gaming' +[2020-07-29 08:20:20,766] /u/Aquibuddin_khateeb had their submission removed for insufficient lambda. +[2020-07-29 08:20:23,033] /u/Aquibuddin_khateeb had their flair updated +[2020-07-29 08:21:02,782] '/u/MrOMaths' has given '/u/acceptgaming' lambda! +[2020-07-29 08:21:05,042] /u/acceptgaming had their flair updated +[2020-07-29 08:31:05,915] There has been a new submission: 'Creativity help', with flair 'Discussion' +[2020-07-29 08:31:08,529] /u/fishlipselijah had their flair updated +[2020-07-29 08:39:24,131] +#################### +[Jul 29 2020 08:39:24] RESTARTED +#################### + +[2020-07-29 09:10:47,917] /u/ryanplays2320 had their flair updated +[2020-07-29 09:23:09,019] '/u/disloyalclothYT' has given '/u/sir_gabby03' lambda! +[2020-07-29 09:23:11,854] /u/sir_gabby03 had their flair updated +[2020-07-29 09:25:17,235] '/u/Rasid_Saran' has given '/u/Its_naira' lambda! +[2020-07-29 09:25:18,849] /u/Its_naira had their flair updated +[2020-07-29 09:31:33,445] There has been a new submission: 'Can I do 120 pushups in a row(with active rest)', with flair 'Channel Review' +[2020-07-29 09:31:35,165] /u/Facts_Integrity_Trut had their submission removed for insufficient lambda. +[2020-07-29 09:31:37,419] /u/Facts_Integrity_Trut had their flair updated +[2020-07-29 09:45:03,043] There has been a new submission: 'If you’re interested in personal development/self improvement content then please check out my channel. Meanwhile here’s my latest video 😊', with flair 'Channel Review' +[2020-07-29 09:45:04,353] /u/missNMA had their submission removed for insufficient lambda. +[2020-07-29 09:45:06,114] /u/missNMA had their flair updated +[2020-07-29 09:53:16,858] There has been a new submission: 'Check out ''Fart or Die''. Any feedback will be much appreciated. Giving lambda!', with flair 'Video Critique' +[2020-07-29 09:53:17,584] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 09:53:17,608] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 09:53:18,031] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wmYdDqvr5Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 09:53:18,219] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5y_wGwQAnNNvfpN4u9HU0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 09:53:20,869] /u/KeepItHazy had their flair updated +[2020-07-29 10:19:36,343] There has been a new submission: 'Fortnite montage', with flair 'Gaming' +[2020-07-29 10:19:37,991] /u/scKuLlz had their submission removed for insufficient lambda. +[2020-07-29 10:19:38,524] /u/scKuLlz had their flair updated +[2020-07-29 10:20:45,324] There has been a new submission: 'I am having a BAD day.', with flair 'Channel Review' +[2020-07-29 10:20:48,222] /u/wayfaring_wizard had their flair updated +[2020-07-29 10:22:54,769] '/u/shadossplayz' has given '/u/glazed_turkey' lambda! +[2020-07-29 10:22:56,828] /u/glazed_turkey had their flair updated +[2020-07-29 10:24:09,480] '/u/shadossplayz' has given '/u/russianfortobias' lambda! +[2020-07-29 10:24:11,345] /u/russianfortobias had their flair updated +[2020-07-29 10:33:05,268] '/u/FacemanGaming25' has given '/u/ItzRusty' lambda! +[2020-07-29 10:33:07,151] /u/ItzRusty had their flair updated +[2020-07-29 10:33:20,851] '/u/FacemanGaming25' has given '/u/jxvicinema' lambda! +[2020-07-29 10:33:22,976] /u/jxvicinema had their flair updated +[2020-07-29 10:33:59,019] '/u/FacemanGaming25' has given '/u/AshleyDowries' lambda! +[2020-07-29 10:34:00,817] /u/AshleyDowries had their flair updated +[2020-07-29 10:39:24,140] +#################### +[Jul 29 2020 10:39:24] RESTARTED +#################### + +[2020-07-29 11:05:07,844] '/u/FacemanGaming25' has given '/u/-Lipo-' lambda! +[2020-07-29 11:05:10,425] /u/-Lipo- had their flair updated +[2020-07-29 11:05:30,086] '/u/FacemanGaming25' has given '/u/unidx' lambda! +[2020-07-29 11:05:32,625] /u/unidx had their flair updated +[2020-07-29 11:05:50,280] '/u/FacemanGaming25' has given '/u/therealfernandes' lambda! +[2020-07-29 11:05:51,960] /u/therealfernandes had their flair updated +[2020-07-29 11:06:12,509] '/u/FacemanGaming25' has given '/u/ImagineRedOffical' lambda! +[2020-07-29 11:06:14,518] /u/ImagineRedOffical had their flair updated +[2020-07-29 11:07:04,273] '/u/FacemanGaming25' has given '/u/HughseyKL' lambda! +[2020-07-29 11:07:06,890] /u/HughseyKL had their flair updated +[2020-07-29 11:07:25,338] '/u/FacemanGaming25' has given '/u/iGrimReaper07' lambda! +[2020-07-29 11:07:28,167] /u/iGrimReaper07 had their flair updated +[2020-07-29 11:08:01,025] '/u/FacemanGaming25' has given '/u/DennisTheBadBoy' lambda! +[2020-07-29 11:08:03,315] /u/DennisTheBadBoy had their flair updated +[2020-07-29 11:08:24,057] '/u/FacemanGaming25' has given '/u/_shirobaby' lambda! +[2020-07-29 11:08:25,780] /u/_shirobaby had their flair updated +[2020-07-29 11:08:44,528] '/u/FacemanGaming25' has given '/u/Narband' lambda! +[2020-07-29 11:08:46,818] /u/Narband had their flair updated +[2020-07-29 11:09:36,977] '/u/FacemanGaming25' has given '/u/simsomsam' lambda! +[2020-07-29 11:09:38,942] /u/simsomsam had their flair updated +[2020-07-29 11:09:59,654] '/u/FacemanGaming25' has given '/u/bbb651' lambda! +[2020-07-29 11:10:02,617] /u/bbb651 had their flair updated +[2020-07-29 11:10:10,833] '/u/FacemanGaming25' has given '/u/sickdude21' lambda! +[2020-07-29 11:10:13,146] /u/sickdude21 had their flair updated +[2020-07-29 11:10:36,263] '/u/FacemanGaming25' has given '/u/Its_naira' lambda! +[2020-07-29 11:10:38,904] /u/Its_naira had their flair updated +[2020-07-29 11:11:08,714] There has been a new submission: 'What software should i use for thumbnails?', with flair 'Discussion' +[2020-07-29 11:11:13,761] /u/nGear had their flair updated +[2020-07-29 11:11:33,937] There has been a new submission: 'Kindly take time to read this.', with flair 'Discussion' +[2020-07-29 11:11:36,357] /u/jdummies had their flair updated +[2020-07-29 11:11:56,568] There has been a new submission: 'hey guys this is my youtube channel started over 6 months ago. I haven't seen much growth at all. Check out it and leave some feedback. Leave some constructive criticism :) let me know what i could be doing better and what you like', with flair 'Channel Review' +[2020-07-29 11:11:58,393] /u/andyglobal had their submission removed for insufficient lambda. +[2020-07-29 11:12:00,608] /u/andyglobal had their flair updated +[2020-07-29 11:13:37,369] '/u/japantrepreneur' has given '/u/_shirobaby' lambda! +[2020-07-29 11:13:39,997] /u/_shirobaby had their flair updated +[2020-07-29 11:16:06,350] /u/DiddlesRDQ had their flair updated +[2020-07-29 11:18:10,125] There has been a new submission: 'My latest commentary video and I'm very happy with it! For this thread, I'd love to hear feedback about the video and most importantly, ideas of where I should share my content to as a commentary YouTube channel. Thanks!', with flair 'Video Critique' +[2020-07-29 11:18:12,462] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 11:18:12,502] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 11:18:14,588] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wj9KkAKEQgc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 11:18:14,960] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCanF9hZ-VhhdydrO1Nx4JhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 11:18:16,956] /u/HughseyKL had their flair updated +[2020-07-29 11:50:17,639] There has been a new submission: 'Roast on arnab goswami', with flair 'Video Critique' +[2020-07-29 11:50:19,256] /u/sarcastic_akash had their submission removed for insufficient lambda. +[2020-07-29 11:50:21,622] /u/sarcastic_akash had their flair updated +[2020-07-29 11:59:27,515] '/u/KeepItHazy' has given '/u/fcf4' lambda! +[2020-07-29 11:59:29,157] /u/fcf4 had their flair updated +[2020-07-29 12:03:08,267] '/u/DTV998' has given '/u/RednazYouTube' lambda! +[2020-07-29 12:03:11,214] /u/RednazYouTube had their flair updated +[2020-07-29 12:05:22,653] '/u/KeepItHazy' has given '/u/shadossplayz' lambda! +[2020-07-29 12:05:24,225] /u/shadossplayz had their flair updated +[2020-07-29 12:06:56,644] There has been a new submission: 'I Made This Video a Few Weeks Ago, And I'm Interested to Hear Feedback. I Will Give Lambda to Any Critiques!', with flair 'Gaming' +[2020-07-29 12:06:57,077] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 12:06:57,078] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 12:06:57,541] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tkP7A4c9KfU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 12:06:57,732] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_BYECPCki1NWsV3bPCfcFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 12:06:59,471] /u/tripleneon had their flair updated +[2020-07-29 12:33:11,550] There has been a new submission: '*NEW* Grounded Multiplayer Gameplay - Feel free to check it out, more grounded content footage to follow!', with flair 'Gaming' +[2020-07-29 12:33:12,924] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-29 12:33:14,889] /u/JRohx had their flair updated +[2020-07-29 12:39:24,127] +#################### +[Jul 29 2020 12:39:24] RESTARTED +#################### + +[2020-07-29 13:02:30,933] '/u/Samanaitor_88' has given '/u/Bafflenuuk1000' lambda! +[2020-07-29 13:02:33,716] /u/Bafflenuuk1000 had their flair updated +[2020-07-29 13:04:08,533] There has been a new submission: 'Bruges - Medieval City', with flair 'Vlog' +[2020-07-29 13:04:10,006] /u/Arsenio1991 had their submission removed for insufficient lambda. +[2020-07-29 13:04:11,687] /u/Arsenio1991 had their flair updated +[2020-07-29 13:04:28,825] There has been a new submission: 'This video took a lot of time to make so feedback would be much appreciated. It's on how to get old angry birds games that have been removed for android users in 2020', with flair 'Gaming' +[2020-07-29 13:04:30,098] /u/ZahirHoudini had their submission removed for insufficient lambda. +[2020-07-29 13:04:31,734] /u/ZahirHoudini had their flair updated +[2020-07-29 13:04:49,915] There has been a new submission: 'Fortnite Highlights #1| Curly J - Taking Off | Hazz. I would appreciate any feedback!', with flair 'Gaming' +[2020-07-29 13:04:51,138] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-07-29 13:04:52,649] /u/Hazz-_- had their flair updated +[2020-07-29 13:05:15,154] '/u/HughseyKL' has given '/u/Arsenio1991' lambda! +[2020-07-29 13:05:17,240] /u/Arsenio1991 had their flair updated +[2020-07-29 13:05:50,719] '/u/HughseyKL' has given '/u/AnneHocque' lambda! +[2020-07-29 13:05:53,332] /u/AnneHocque had their flair updated +[2020-07-29 13:08:08,028] There has been a new submission: 'I made a commentary video and I need critique and reviews to know if i should continue this', with flair 'Video Critique' +[2020-07-29 13:08:09,957] /u/eruditesnake had their submission removed for insufficient lambda. +[2020-07-29 13:08:11,097] /u/eruditesnake had their flair updated +[2020-07-29 13:08:29,405] There has been a new submission: 'Check out my latest video about Firefox', with flair 'Channel Review' +[2020-07-29 13:08:30,306] /u/gh_chandran had their submission removed for insufficient lambda. +[2020-07-29 13:08:31,334] /u/gh_chandran had their flair updated +[2020-07-29 13:08:48,647] There has been a new submission: 'OVERPOWERED Bruen mk9 setup, Special Attachment Hidden Accuracy buff !!!', with flair 'Gaming' +[2020-07-29 13:08:50,117] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-07-29 13:08:51,178] /u/HelloThereUK had their flair updated +[2020-07-29 13:09:26,742] '/u/Pantologistt' has given '/u/sir_gabby03' lambda! +[2020-07-29 13:09:28,996] /u/sir_gabby03 had their flair updated +[2020-07-29 13:09:47,754] '/u/Pantologistt' has given '/u/vaish1601' lambda! +[2020-07-29 13:09:48,906] /u/vaish1601 had their flair updated +[2020-07-29 13:10:11,363] '/u/Pantologistt' has given '/u/aragon_1399' lambda! +[2020-07-29 13:10:13,550] /u/aragon_1399 had their flair updated +[2020-07-29 13:11:13,117] '/u/Pantologistt' has given '/u/shadossplayz' lambda! +[2020-07-29 13:11:16,313] /u/shadossplayz had their flair updated +[2020-07-29 13:12:17,422] '/u/Pantologistt' has given '/u/yobo723' lambda! +[2020-07-29 13:12:20,253] /u/yobo723 had their flair updated +[2020-07-29 13:13:51,052] There has been a new submission: 'A suggestion for threads that include tips and tricks and advice', with flair 'Meta' +[2020-07-29 13:13:57,192] /u/danchan22 had their flair updated +[2020-07-29 13:22:40,483] '/u/Pantologistt' has given '/u/japantrepreneur' lambda! +[2020-07-29 13:22:43,265] /u/japantrepreneur had their flair updated +[2020-07-29 13:28:35,385] '/u/FacemanGaming25' has given '/u/Arsenio1991' lambda! +[2020-07-29 13:28:37,518] /u/Arsenio1991 had their flair updated +[2020-07-29 13:37:00,337] There has been a new submission: 'I decided to make a different type of video this time! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-29 13:37:04,036] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 13:37:04,076] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 13:37:05,997] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fYho7sE2AuI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 13:37:06,407] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 13:37:09,395] /u/ShikharTrivedi had their flair updated +[2020-07-29 13:39:30,659] There has been a new submission: 'dirt 4 stream, plz sub and bell, new stream coming in an hour or so', with flair 'Gaming' +[2020-07-29 13:39:31,850] /u/Blood_Oath had their submission removed for insufficient lambda. +[2020-07-29 13:39:32,381] /u/Blood_Oath had their flair updated +[2020-07-29 13:47:16,087] '/u/HughseyKL' has given '/u/bmvsagar7' lambda! +[2020-07-29 13:47:18,470] /u/bmvsagar7 had their flair updated +[2020-07-29 13:53:03,798] There has been a new submission: 'This game is so cool ! Can you escape??', with flair 'Gaming' +[2020-07-29 13:53:05,282] /u/DaTick91 had their submission removed for insufficient lambda. +[2020-07-29 13:53:07,585] /u/DaTick91 had their flair updated +[2020-07-29 13:55:22,212] There has been a new submission: 'My first YouTube video!', with flair 'Vlog' +[2020-07-29 13:55:23,959] /u/wizzyspizzy had their submission removed for insufficient lambda. +[2020-07-29 13:55:26,207] /u/wizzyspizzy had their flair updated +[2020-07-29 13:59:11,040] '/u/HughseyKL' has given '/u/DiddlesRDQ' lambda! +[2020-07-29 13:59:13,333] /u/DiddlesRDQ had their flair updated +[2020-07-29 14:03:53,001] There has been a new submission: 'Me & my daughter did TWO VERSIONS of the same source material. Which one is the best?', with flair 'Video Critique' +[2020-07-29 14:03:57,094] /u/popularvote_yt had their flair updated +[2020-07-29 14:10:35,067] There has been a new submission: 'New Video Would Love Opinions', with flair 'Gaming' +[2020-07-29 14:10:36,673] /u/Lebraci had their submission removed for insufficient lambda. +[2020-07-29 14:10:38,968] /u/Lebraci had their flair updated +[2020-07-29 14:11:02,439] '/u/tss230' has given '/u/shadossplayz' lambda! +[2020-07-29 14:11:05,106] /u/shadossplayz had their flair updated +[2020-07-29 14:11:49,835] '/u/tss230' has given '/u/Alanotics2' lambda! +[2020-07-29 14:11:52,953] /u/Alanotics2 had their flair updated +[2020-07-29 14:12:44,125] '/u/tss230' has given '/u/acceptgaming' lambda! +[2020-07-29 14:12:47,234] /u/acceptgaming had their flair updated +[2020-07-29 14:15:54,906] There has been a new submission: 'Mountain Adventure Vlogs! - New channel creating adventure videos, and looking for feedback on whether you enjoy a more cinematic cut with music, or a more vlog style with more talking. All feedback is appreciated!', with flair 'Video Critique' +[2020-07-29 14:15:58,025] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 14:15:58,064] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 14:15:59,341] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u_nt7vjNQ3k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 14:15:59,752] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQCzbhLBCjxuCi3baRRQUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 14:16:02,279] /u/brovalley had their flair updated +[2020-07-29 14:17:24,785] '/u/tripleneon' has given '/u/DiddlesRDQ' lambda! +[2020-07-29 14:17:25,909] /u/DiddlesRDQ had their flair updated +[2020-07-29 14:18:26,881] '/u/tripleneon' has given '/u/NicoTheNicoh' lambda! +[2020-07-29 14:18:28,413] /u/NicoTheNicoh had their flair updated +[2020-07-29 14:20:09,156] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 14:20:24,214] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 14:20:30,670] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 14:20:53,173] '/u/ShikharTrivedi' has given '/u/japantrepreneur' lambda! +[2020-07-29 14:20:56,319] /u/japantrepreneur had their flair updated +[2020-07-29 14:22:17,860] '/u/tripleneon' has given '/u/Ahmad4hat' lambda! +[2020-07-29 14:22:20,194] /u/Ahmad4hat had their flair updated +[2020-07-29 14:27:55,160] /u/brovalley had their flair updated +[2020-07-29 14:28:17,667] '/u/_eyogg_' has given '/u/ashofspades' lambda! +[2020-07-29 14:28:20,082] /u/ashofspades had their flair updated +[2020-07-29 14:29:01,860] '/u/_eyogg_' has given '/u/russianfortobias' lambda! +[2020-07-29 14:29:04,030] /u/russianfortobias had their flair updated +[2020-07-29 14:29:24,153] '/u/_eyogg_' has given '/u/rondislap' lambda! +[2020-07-29 14:29:26,402] /u/rondislap had their flair updated +[2020-07-29 14:29:58,854] '/u/tripleneon' has given '/u/PineapplePizzaGaming' lambda! +[2020-07-29 14:30:00,903] /u/PineapplePizzaGaming had their flair updated +[2020-07-29 14:31:09,110] /u/gvaz45 had their flair updated +[2020-07-29 14:32:48,508] '/u/tripleneon' has given '/u/baechanka' lambda! +[2020-07-29 14:32:51,631] /u/baechanka had their flair updated +[2020-07-29 14:36:50,769] '/u/tripleneon' has given '/u/bmvsagar7' lambda! +[2020-07-29 14:36:52,260] /u/bmvsagar7 had their flair updated +[2020-07-29 14:37:37,836] There has been a new submission: 'I may be the Best/Worst COD Warzone Freestyle', with flair 'Gaming' +[2020-07-29 14:37:38,765] /u/OGxGOON had their submission removed for insufficient lambda. +[2020-07-29 14:37:40,071] /u/OGxGOON had their flair updated +[2020-07-29 14:38:08,246] There has been a new submission: '#JuviasPlace Zulu Palette || Make-Up Tutorial || Jessica Nicole', with flair 'Vlog' +[2020-07-29 14:38:10,737] /u/jessicanicole58 had their submission removed for insufficient lambda. +[2020-07-29 14:38:11,983] /u/jessicanicole58 had their flair updated +[2020-07-29 14:39:33,776] +#################### +[Jul 29 2020 14:39:33] RESTARTED +#################### + +[2020-07-29 15:12:30,073] There has been a new submission: 'What’s the general consensus on swearing?', with flair 'Discussion' +[2020-07-29 15:12:33,636] /u/HWDB99 had their flair updated +[2020-07-29 15:12:52,828] There has been a new submission: 'Homeboys - Lila Wolken [music video] --> critique welcome', with flair 'Video Critique' +[2020-07-29 15:12:54,679] /u/PrivatToDame had their submission removed for insufficient lambda. +[2020-07-29 15:12:56,561] /u/PrivatToDame had their flair updated +[2020-07-29 15:13:35,591] '/u/ShikharTrivedi' has given '/u/medfred3' lambda! +[2020-07-29 15:13:39,024] /u/medfred3 had their flair updated +[2020-07-29 15:14:32,745] '/u/HughseyKL' has given '/u/zach_swoogg' lambda! +[2020-07-29 15:14:35,857] /u/zach_swoogg had their flair updated +[2020-07-29 15:14:56,313] '/u/HughseyKL' has given '/u/AlexHomeTech' lambda! +[2020-07-29 15:14:59,843] /u/AlexHomeTech had their flair updated +[2020-07-29 15:15:19,584] '/u/ShikharTrivedi' has given '/u/zach_swoogg' lambda! +[2020-07-29 15:15:22,246] /u/zach_swoogg had their flair updated +[2020-07-29 15:16:25,709] '/u/DeFrapaCicco' has given '/u/HughseyKL' lambda! +[2020-07-29 15:16:27,886] /u/HughseyKL had their flair updated +[2020-07-29 15:16:48,761] '/u/ShikharTrivedi' has given '/u/AlexHomeTech' lambda! +[2020-07-29 15:16:51,016] /u/AlexHomeTech had their flair updated +[2020-07-29 15:20:43,487] /u/ShikharTrivedi had their flair updated +[2020-07-29 15:22:04,804] '/u/MonsterPuppetZam' has given '/u/zach_swoogg' lambda! +[2020-07-29 15:22:08,366] /u/zach_swoogg had their flair updated +[2020-07-29 15:23:30,554] /u/vaish1601 had their flair updated +[2020-07-29 15:26:52,353] There has been a new submission: 'NASTY Car Interior Detail', with flair 'Vlog' +[2020-07-29 15:26:54,037] /u/vladm13 had their submission removed for insufficient lambda. +[2020-07-29 15:26:55,851] /u/vladm13 had their flair updated +[2020-07-29 15:27:14,366] There has been a new submission: 'My first ever youtube video, would love some advice, thanks', with flair 'Gaming' +[2020-07-29 15:27:16,337] /u/ChrisLongRod had their submission removed for insufficient lambda. +[2020-07-29 15:27:17,639] /u/ChrisLongRod had their flair updated +[2020-07-29 15:27:34,705] There has been a new submission: 'Amazing tech and engineering fun innovation. I have really good tech videos to give you.', with flair 'Vlog' +[2020-07-29 15:27:38,896] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 15:27:38,936] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 15:27:40,663] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8FCDw8jwYlE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:27:41,152] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkE2R3hiG7jn4rYFFipHGDw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:27:43,364] /u/sir_gabby03 had their flair updated +[2020-07-29 15:28:00,287] There has been a new submission: 'The Kissing Booth 2 - 100s Review', with flair 'Video Critique' +[2020-07-29 15:28:02,341] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 15:28:02,378] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 15:28:03,365] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t7_nFMBfTaY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:28:03,776] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:28:11,874] /u/Fangore had their flair updated +[2020-07-29 15:29:17,688] There has been a new submission: 'My first gaming video', with flair 'None' +[2020-07-29 15:29:19,895] /u/GrootyTooty had their submission removed for insufficient lambda. +[2020-07-29 15:29:21,084] /u/GrootyTooty had their flair updated +[2020-07-29 15:30:33,902] '/u/ShikharTrivedi' has given '/u/KeepItHazy' lambda! +[2020-07-29 15:30:37,339] /u/KeepItHazy had their flair updated +[2020-07-29 15:38:30,916] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 15:38:55,085] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:40:24,375] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:41:12,851] There has been a new submission: '2nd post about my =3 style videos, great feedback last time, I restructured my workflow on how to make thumbnails I think this one today is a lot better (even if I look deranged in this one) also added an intro.. And I'd appreciate the feedback! ty', with flair 'Video Critique' +[2020-07-29 15:41:15,500] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 15:41:15,542] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 15:41:16,857] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8-d3hvqNlLU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:41:17,432] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 15:41:21,159] /u/DTV998 had their flair updated +[2020-07-29 15:41:32,112] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:42:55,509] '/u/Fangore' has given '/u/SciFi_Pie' lambda! +[2020-07-29 15:42:59,403] /u/SciFi_Pie had their flair updated +[2020-07-29 15:46:10,067] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:49:53,681] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:54:09,057] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 15:57:01,412] There has been a new submission: 'See my latest video here, How To Optimize hard drive for Gaming And Performance in 2020, no SHUTTERING no Lag and more performance. Drop a like, Subscribe!', with flair 'Gaming' +[2020-07-29 15:57:06,934] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-07-29 15:57:10,779] /u/bunny110198 had their submission removed for insufficient lambda. +[2020-07-29 15:57:13,202] /u/bunny110198 had their flair updated +[2020-07-29 15:57:39,005] There has been a new submission: 'After 3 years of doing youtube I will say one thing that a lot of brand new channels miss is not properly adding background music to videos. No matter if it is gaming, tutorial, lifestyle, cars, whatever, background music adds a whole level to your videos.', with flair 'Gaming' +[2020-07-29 15:57:40,357] /u/itdependsonwhoyouask had their submission removed for insufficient lambda. +[2020-07-29 15:57:42,090] /u/itdependsonwhoyouask had their flair updated +[2020-07-29 15:57:59,702] There has been a new submission: 'TubeBuddy or VidIQ?', with flair 'Discussion' +[2020-07-29 15:58:02,529] /u/NG91Films had their flair updated +[2020-07-29 15:58:46,257] '/u/brovalley' has given '/u/japantrepreneur' lambda! +[2020-07-29 15:58:48,998] /u/japantrepreneur had their flair updated +[2020-07-29 15:59:40,443] '/u/brovalley' has given '/u/vaish1601' lambda! +[2020-07-29 15:59:42,570] /u/vaish1601 had their flair updated +[2020-07-29 16:00:28,554] There has been a new submission: '[CLIFF HANGER] Call of duty modern warfare 2 remastered lets play', with flair 'Gaming' +[2020-07-29 16:00:30,236] /u/Jack_Davies0008 had their submission removed for insufficient lambda. +[2020-07-29 16:00:33,348] /u/Jack_Davies0008 had their flair updated +[2020-07-29 16:00:58,549] '/u/brovalley' has given '/u/medfred3' lambda! +[2020-07-29 16:01:01,780] /u/medfred3 had their flair updated +[2020-07-29 16:03:09,004] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:05:41,279] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:06:07,830] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:06:43,542] There has been a new submission: 'How to use copyright free music in a video properly (I get asked this a lot so i made a video to try and explain)', with flair 'Gaming' +[2020-07-29 16:06:44,980] /u/itdependsonwhoyouask had their submission removed for insufficient lambda. +[2020-07-29 16:06:46,459] /u/itdependsonwhoyouask had their flair updated +[2020-07-29 16:10:09,603] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:12:43,755] '/u/tripleneon' has given '/u/KeepItHazy' lambda! +[2020-07-29 16:12:46,578] /u/KeepItHazy had their flair updated +[2020-07-29 16:14:02,574] There has been a new submission: 'Hey there gamers hope you all are having a good day and I hope I can borrow 15mins of your time. In the video I explained why I thought this game changed the horror genre in a simple but unique way...', with flair 'Video Critique' +[2020-07-29 16:14:06,056] /u/RednazYouTube had their flair updated +[2020-07-29 16:17:51,920] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:18:11,004] There has been a new submission: 'Think he has the Intros/face cam and gameplays/outdo setup all right now, any more tips? Slime Rancher -21- Quicksilver Races!', with flair 'Video Critique' +[2020-07-29 16:18:12,602] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 16:18:12,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 16:18:13,872] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ImFAIhjqmy4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 16:18:14,241] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChxsyeAYYb-F7yHIZ8E9Cow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 16:18:17,601] /u/kahnindustries had their flair updated +[2020-07-29 16:20:34,582] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:20:47,556] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:21:58,720] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:22:11,574] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:22:35,727] There has been a new submission: 'Made an intro for my channel! would love feedback on it and whether or not i should continue google adwords on it!', with flair 'Video Critique' +[2020-07-29 16:22:37,619] /u/Blazedaman229 had their submission removed for insufficient lambda. +[2020-07-29 16:22:40,133] /u/Blazedaman229 had their flair updated +[2020-07-29 16:23:28,207] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:23:41,271] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:24:02,581] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:24:53,053] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:25:19,677] There has been a new submission: 'How to engage viewers and make videos more fun', with flair 'Discussion' +[2020-07-29 16:25:21,565] /u/NerdWorks had their flair updated +[2020-07-29 16:26:24,909] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:26:38,682] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:28:26,105] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:29:22,353] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:30:10,097] There has been a new submission: 'About to 50 subs appreciate if you subscribe no sub to sub', with flair 'Gaming' +[2020-07-29 16:30:12,874] /u/Ghostinesplays had their submission removed for insufficient lambda. +[2020-07-29 16:30:16,089] /u/Ghostinesplays had their flair updated +[2020-07-29 16:31:01,466] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:31:10,066] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:31:32,001] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:32:02,842] '/u/kahnindustries' has given '/u/vaish1601' lambda! +[2020-07-29 16:32:05,829] /u/vaish1601 had their flair updated +[2020-07-29 16:32:28,014] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:33:29,164] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:33:38,089] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:33:59,887] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:34:09,525] There has been a new submission: 'My latest video predicting the FA Cup Final!', with flair 'Vlog' +[2020-07-29 16:34:11,442] /u/BammoProf had their submission removed for insufficient lambda. +[2020-07-29 16:34:14,179] /u/BammoProf had their flair updated +[2020-07-29 16:35:09,155] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:35:24,124] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:35:29,933] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:35:39,506] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:35:53,876] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:36:02,540] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:36:08,870] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-29 16:36:17,706] {ERROR} received 503 HTTP response +[2020-07-29 16:36:22,787] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:36:34,312] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:38:00,046] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 16:39:32,726] +#################### +[Jul 29 2020 16:39:32] RESTARTED +#################### + +[2020-07-29 16:44:30,657] '/u/Noobeater1' has given '/u/DTV998' lambda! +[2020-07-29 16:44:34,269] /u/DTV998 had their flair updated +[2020-07-29 17:06:50,796] There has been a new submission: 'Cartoon - A Daughter Hated Her Father Because He Was Poor - AmoMama', with flair 'None' +[2020-07-29 17:06:52,957] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-29 17:06:54,020] /u/IndividualGuide had their flair updated +[2020-07-29 17:07:10,934] There has been a new submission: 'Join us Saturday for the premier of our Video', with flair 'Art' +[2020-07-29 17:07:12,148] /u/R3X_Ms_Red had their submission removed for insufficient lambda. +[2020-07-29 17:07:13,246] /u/R3X_Ms_Red had their flair updated +[2020-07-29 17:07:31,557] There has been a new submission: 'New Begining Again! - UnityCraft Season 1 Episode 1 | (Minecraft SMP with Friends)', with flair 'Gaming' +[2020-07-29 17:07:34,337] /u/dannylipa had their submission removed for insufficient lambda. +[2020-07-29 17:07:36,055] /u/dannylipa had their flair updated +[2020-07-29 17:07:55,969] '/u/kahnindustries' has given '/u/NicoTheNicoh' lambda! +[2020-07-29 17:07:58,063] /u/NicoTheNicoh had their flair updated +[2020-07-29 17:08:16,711] '/u/Pantologistt' has given '/u/DiddlesRDQ' lambda! +[2020-07-29 17:08:18,547] /u/DiddlesRDQ had their flair updated +[2020-07-29 17:08:36,775] '/u/Pantologistt' has given '/u/zach_swoogg' lambda! +[2020-07-29 17:08:38,569] /u/zach_swoogg had their flair updated +[2020-07-29 17:09:00,236] '/u/popularvote_yt' has given '/u/SainRainbowtwigs' lambda! +[2020-07-29 17:09:02,568] /u/SainRainbowtwigs had their flair updated +[2020-07-29 17:09:19,628] '/u/Pantologistt' has given '/u/KeepItHazy' lambda! +[2020-07-29 17:09:21,636] /u/KeepItHazy had their flair updated +[2020-07-29 17:10:11,842] '/u/Pantologistt' has given '/u/chickpea_taco' lambda! +[2020-07-29 17:10:14,158] /u/chickpea_taco had their flair updated +[2020-07-29 17:13:11,664] '/u/dannylipa' has given '/u/NicoTheNicoh' lambda! +[2020-07-29 17:13:14,205] /u/NicoTheNicoh had their flair updated +[2020-07-29 17:17:03,779] There has been a new submission: 'Please let us know what you think', with flair 'Video Critique' +[2020-07-29 17:17:04,926] /u/b_griffin24 had their submission removed for insufficient lambda. +[2020-07-29 17:17:05,989] /u/b_griffin24 had their flair updated +[2020-07-29 17:17:22,543] There has been a new submission: 'Giving out lambdas for critiques! :)', with flair 'Video Critique' +[2020-07-29 17:17:25,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 17:17:25,405] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 17:17:26,845] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nyE0KbcCS3g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:17:27,256] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:17:29,148] /u/GhrimeTF2 had their flair updated +[2020-07-29 17:17:46,425] There has been a new submission: 'CHICKEN JALFREZI restaurant style recipe. Hey guys I have tried my best in this video while shooting as well as editing. Hope you all like it. Do give an honest feedback after watching the whole video. Thanks!', with flair 'Channel Review' +[2020-07-29 17:17:48,226] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 17:17:48,267] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 17:17:49,250] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qzBZ7AMHOGE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:17:49,661] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsXz2azIvZD-b9EEHysiq1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:17:51,617] /u/vaish1601 had their flair updated +[2020-07-29 17:18:07,790] There has been a new submission: 'So I made this vid that I'm very proud of and really wanted to share it with yall <3', with flair 'Video Critique' +[2020-07-29 17:18:10,129] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 17:18:10,248] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 17:18:11,523] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=92jp8YzldXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:18:11,935] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX-x6PqO8YJDstXUxKmW5JQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:18:13,782] /u/DiddlesRDQ had their flair updated +[2020-07-29 17:18:32,518] There has been a new submission: 'Must Watch! The BEST 2-Way SHOT CREATOR in NBA 2K20?!', with flair 'Gaming' +[2020-07-29 17:18:33,338] /u/rob960v had their submission removed for insufficient lambda. +[2020-07-29 17:18:34,282] /u/rob960v had their flair updated +[2020-07-29 17:20:10,238] There has been a new submission: 'I spent my whole day on this video yesterday and would love some feedback!', with flair 'Video Critique' +[2020-07-29 17:20:12,031] /u/fearful666 had their submission removed for insufficient lambda. +[2020-07-29 17:20:14,578] /u/fearful666 had their flair updated +[2020-07-29 17:20:34,515] There has been a new submission: 'Pyramid Head, But I Can Only Use His Power', with flair 'Gaming' +[2020-07-29 17:20:36,314] /u/FizzyFizze had their submission removed for insufficient lambda. +[2020-07-29 17:20:38,740] /u/FizzyFizze had their flair updated +[2020-07-29 17:25:20,531] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 17:25:37,729] There has been a new submission: 'Sup guys checkout my csgo recap from last night stream! Drop a sub & follow!', with flair 'Gaming' +[2020-07-29 17:25:40,022] /u/echainz6 had their submission removed for insufficient lambda. +[2020-07-29 17:25:41,549] /u/echainz6 had their flair updated +[2020-07-29 17:27:44,755] /u/b_griffin24 had their flair updated +[2020-07-29 17:29:03,433] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 17:34:03,278] There has been a new submission: 'Can You Beat Pokemon Fire Red As Team Rocket Leader Giovanni!, thank you for watching. Feedback appreciated :D', with flair 'Gaming' +[2020-07-29 17:34:06,223] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 17:34:06,225] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 17:34:07,939] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=STjOvlLbXNE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:34:08,468] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQ41WcLU6Oh3ip7r-S_pJJw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 17:34:11,426] /u/NicoTheNicoh had their flair updated +[2020-07-29 17:38:05,187] There has been a new submission: 'Made a bloodborne in a nutshell video if anyone wanted to watch. I would highly appreciate it!', with flair 'Gaming' +[2020-07-29 17:38:08,256] /u/JF9145600_ had their submission removed for insufficient lambda. +[2020-07-29 17:38:09,569] /u/JF9145600_ had their flair updated +[2020-07-29 17:39:58,079] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 11 - Shadow Of The Samurai', with flair 'Gaming' +[2020-07-29 17:40:00,967] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-29 17:40:03,423] /u/CecliusPlaysHD had their flair updated +[2020-07-29 17:43:07,291] There has been a new submission: 'Porsche Panamera Turbo - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-07-29 17:43:09,948] /u/g9Racing had their submission removed for insufficient lambda. +[2020-07-29 17:43:11,912] /u/g9Racing had their flair updated +[2020-07-29 17:47:39,483] '/u/ShikharTrivedi' has given '/u/nnnishal' lambda! +[2020-07-29 17:47:41,943] /u/nnnishal had their flair updated +[2020-07-29 17:55:20,863] There has been a new submission: '[Dev Tutorial] Custom React Native Drawer animation with SVG and Masked View', with flair 'Thumbnail Review' +[2020-07-29 17:55:22,354] /u/mironcatalin had their submission removed for insufficient lambda. +[2020-07-29 17:55:23,991] /u/mironcatalin had their flair updated +[2020-07-29 18:00:08,896] There has been a new submission: 'Hey I could use some feed back on this video, if you do so enjoy it a like, comment, and or sub will help:D', with flair 'Video Critique' +[2020-07-29 18:00:10,973] /u/Iso_Gil had their submission removed for insufficient lambda. +[2020-07-29 18:00:13,472] /u/Iso_Gil had their flair updated +[2020-07-29 18:01:00,636] There has been a new submission: 'I made a different type of video on my channel on a song i think youve heard. Tell me what i can do better.', with flair 'Video Critique' +[2020-07-29 18:01:02,887] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 18:01:02,925] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 18:01:04,646] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LgIXA1_IGYE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:01:05,097] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:01:09,067] /u/rondislap had their flair updated +[2020-07-29 18:06:33,024] There has been a new submission: 'How to level up your video editing', with flair 'Discussion' +[2020-07-29 18:06:36,594] /u/PonjiNinja had their flair updated +[2020-07-29 18:07:08,231] There has been a new submission: 'A friend of mines trying to make videos. Would you guys show him some love?', with flair 'Gaming' +[2020-07-29 18:07:10,881] /u/Emo-GG had their submission removed for insufficient lambda. +[2020-07-29 18:07:12,193] /u/Emo-GG had their flair updated +[2020-07-29 18:09:27,861] '/u/FacemanGaming25' has given '/u/KeepItHazy' lambda! +[2020-07-29 18:09:28,907] /u/KeepItHazy had their flair updated +[2020-07-29 18:10:04,520] '/u/FacemanGaming25' has given '/u/vegabomb_' lambda! +[2020-07-29 18:10:06,722] /u/vegabomb_ had their flair updated +[2020-07-29 18:13:17,950] There has been a new submission: 'How can I find collabs for my niche if it's so unique it's basically just me doing it?', with flair 'Discussion' +[2020-07-29 18:13:21,678] /u/NationalTeamFootball had their flair updated +[2020-07-29 18:18:02,298] There has been a new submission: 'Part 6 of my outlast 2 play through let me know what you think! If you enjoy maybe check out some other vids or drop a sub. Thanks in advance', with flair 'Gaming' +[2020-07-29 18:18:04,178] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 18:18:04,179] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 18:18:05,653] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CLNXrTiOmUs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:18:06,184] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCh2y19-JP1VURulJi5uSKEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:18:08,392] /u/kshapp03 had their flair updated +[2020-07-29 18:20:19,696] There has been a new submission: 'Hello. I'm new to youtube, I need your feedback! Giving lambda!', with flair 'Video Critique' +[2020-07-29 18:20:22,545] /u/beppu125 had their flair updated +[2020-07-29 18:23:29,071] There has been a new submission: 'Posted a keyboard review, would love some critiques to improve!', with flair 'Video Critique' +[2020-07-29 18:23:30,589] /u/AlexHomeTech had their submission removed for insufficient lambda. +[2020-07-29 18:23:32,735] /u/AlexHomeTech had their flair updated +[2020-07-29 18:24:03,630] There has been a new submission: 'All your basketball tips, drills and skillwork', with flair 'Channel Review' +[2020-07-29 18:24:05,492] /u/Primeletics had their submission removed for insufficient lambda. +[2020-07-29 18:24:07,574] /u/Primeletics had their flair updated +[2020-07-29 18:24:17,479] There has been a new submission: 'ASMR | PURE RELAXATION 💫 SHIRT SCRATCHING 💫 (mucho requests) 🥥🥥', with flair 'Art' +[2020-07-29 18:24:19,187] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-07-29 18:24:20,986] /u/tballs2003 had their flair updated +[2020-07-29 18:26:01,676] There has been a new submission: 'Me and my brother made this animation, I hope you guys like it !it would really help to leave a comment to tell us how you feel', with flair 'Channel Review' +[2020-07-29 18:26:02,136] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 18:26:02,137] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 18:26:02,765] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UXKpgNngnz0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:26:03,039] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8Mcjl7gb0bX3YkK0ZmEwrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 18:26:05,324] /u/zhangju531520 had their flair updated +[2020-07-29 18:34:29,029] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-29 18:39:33,712] +#################### +[Jul 29 2020 18:39:33] RESTARTED +#################### + +[2020-07-29 19:10:08,976] There has been a new submission: 'I'm new to creating content for YT. Every comment helps and drop your content below as well, I'm all for watching what yall are creating!', with flair 'Video Critique' +[2020-07-29 19:10:11,040] /u/PalmTreeVibe had their submission removed for insufficient lambda. +[2020-07-29 19:10:13,388] /u/PalmTreeVibe had their flair updated +[2020-07-29 19:10:22,972] There has been a new submission: 'Why do my videos get yellow marked', with flair 'Channel Review' +[2020-07-29 19:10:24,937] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-07-29 19:10:27,277] /u/nationhiphop had their flair updated +[2020-07-29 19:10:47,207] There has been a new submission: 'THIS DR. SAYS OUR LEADERS ARE LYING ABOUT COVID', with flair 'Channel Review' +[2020-07-29 19:10:49,001] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-07-29 19:10:51,433] /u/nationhiphop had their flair updated +[2020-07-29 19:11:09,004] There has been a new submission: 'Any gamers interested in Pixelmon check out my series and give me any feedback i can use to improve the future of my series', with flair 'Video Critique' +[2020-07-29 19:11:10,598] /u/Aaaaaadil had their submission removed for insufficient lambda. +[2020-07-29 19:11:12,918] /u/Aaaaaadil had their flair updated +[2020-07-29 19:12:36,478] '/u/kshapp03' has given '/u/AlexHomeTech' lambda! +[2020-07-29 19:12:39,222] /u/AlexHomeTech had their flair updated +[2020-07-29 19:13:29,238] '/u/brovalley' has given '/u/SainRainbowtwigs' lambda! +[2020-07-29 19:13:32,190] /u/SainRainbowtwigs had their flair updated +[2020-07-29 19:15:37,188] '/u/tripleneon' has given '/u/vegabomb_' lambda! +[2020-07-29 19:15:39,860] /u/vegabomb_ had their flair updated +[2020-07-29 19:19:27,775] There has been a new submission: 'Quarantine Productions Day 4', with flair 'Video Critique' +[2020-07-29 19:19:29,330] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-07-29 19:19:29,862] /u/spiceywaterbeats had their flair updated +[2020-07-29 19:19:45,186] There has been a new submission: 'Don't know if I count as a small Youtube channel but', with flair 'Channel Review' +[2020-07-29 19:19:45,885] /u/cooler075 had their submission removed for insufficient lambda. +[2020-07-29 19:19:46,337] /u/cooler075 had their flair updated +[2020-07-29 19:20:03,465] There has been a new submission: 'Hi, this is a cover version of Joker - The Stair Dance song! I've made this using FLSTUDIO! Do watch and provide your comments!', with flair 'Art' +[2020-07-29 19:20:05,673] /u/Prassannapk had their submission removed for insufficient lambda. +[2020-07-29 19:20:08,693] /u/Prassannapk had their flair updated +[2020-07-29 19:20:28,791] There has been a new submission: 'I was #2 on Trending Recently. 350k+ Subs. Verified. I am Jack Chapple. Ask Me Anything', with flair 'Discussion' +[2020-07-29 19:20:31,288] /u/JackSci had their flair updated +[2020-07-29 19:20:51,396] There has been a new submission: 'Famous French song lyrics translation in Four languages', with flair 'Video Critique' +[2020-07-29 19:20:52,987] /u/darkshdow98 had their submission removed for insufficient lambda. +[2020-07-29 19:20:55,240] /u/darkshdow98 had their flair updated +[2020-07-29 19:21:15,204] There has been a new submission: 'My youtube channel it is not just Papa Louie games it is online games in general if you subscribe it would mean the world', with flair 'Gaming' +[2020-07-29 19:21:17,168] /u/subtopewdipie420 had their submission removed for insufficient lambda. +[2020-07-29 19:21:19,466] /u/subtopewdipie420 had their flair updated +[2020-07-29 19:21:38,456] There has been a new submission: 'I Can't Grow a Beard: The Tale of Drew Warrenton | This week's short - giving lambda for feedback!', with flair 'Video Critique' +[2020-07-29 19:21:41,494] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:21:41,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:21:43,132] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yptGVL7G0JQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:21:43,418] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gVKP2sRLoKKk5Donn0gtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:21:46,781] /u/andyofasgard had their flair updated +[2020-07-29 19:24:37,163] There has been a new submission: 'Upcoming Movies For People Who cant afford streaming services', with flair 'Channel Review' +[2020-07-29 19:24:38,627] /u/RenzoPlaysYT had their submission removed for insufficient lambda. +[2020-07-29 19:24:40,177] /u/RenzoPlaysYT had their flair updated +[2020-07-29 19:27:00,063] There has been a new submission: 'Hey please give my youtube video a little bit of love and give me advice on how to make my content better, thank you :)', with flair 'Vlog' +[2020-07-29 19:27:01,371] /u/RobertVlogs had their submission removed for insufficient lambda. +[2020-07-29 19:27:02,763] /u/RobertVlogs had their flair updated +[2020-07-29 19:27:26,355] There has been a new submission: 'Hey I would appreciate it so much for someone to check out my video and give feedback and also give me more advice on how to grow my channel quick.', with flair 'Gaming' +[2020-07-29 19:27:27,512] /u/GhuliWuli had their submission removed for insufficient lambda. +[2020-07-29 19:27:28,605] /u/GhuliWuli had their flair updated +[2020-07-29 19:32:22,380] There has been a new submission: 'My channel is starting tv and movie reviews, check it out!', with flair 'Video Critique' +[2020-07-29 19:32:23,897] /u/Wip2789 had their submission removed for insufficient lambda. +[2020-07-29 19:32:25,987] /u/Wip2789 had their flair updated +[2020-07-29 19:33:06,445] There has been a new submission: 'The worst movie on amazon prime: Wizard So So', with flair 'Video Critique' +[2020-07-29 19:33:07,916] /u/void_95 had their submission removed for insufficient lambda. +[2020-07-29 19:33:10,005] /u/void_95 had their flair updated +[2020-07-29 19:36:26,074] There has been a new submission: 'Sub4Sub Does It Really Kill Your Channel', with flair 'Discussion' +[2020-07-29 19:36:27,726] /u/Mkaedx had their flair updated +[2020-07-29 19:37:31,582] There has been a new submission: 'How did I do? (Be honest).', with flair 'Video Critique' +[2020-07-29 19:37:33,588] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:37:33,591] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:37:35,155] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PIhRXlLopDE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:37:35,606] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCphcl_CuERLY5PYBcy63wdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:37:38,199] /u/yobo723 had their flair updated +[2020-07-29 19:37:59,095] There has been a new submission: 'I created a paper mario review, It is very compact and different from other reviews. Please give me some feedback on what you liked and didn't like. Giving lambda for thoughtful feedback. Thanks everyone!', with flair 'Video Critique' +[2020-07-29 19:38:00,701] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:38:00,703] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:38:01,641] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3XGrvTc_CPc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:38:02,093] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTpdWzThpVKdsLHBbaKf6xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:38:04,382] /u/glazed_turkey had their flair updated +[2020-07-29 19:41:27,475] '/u/glazed_turkey' has given '/u/_shirobaby' lambda! +[2020-07-29 19:41:30,335] /u/_shirobaby had their flair updated +[2020-07-29 19:44:07,134] There has been a new submission: 'Made my first sniping montage! ROCKSTAR - Modern Warfare Highlights', with flair 'Gaming' +[2020-07-29 19:44:08,811] /u/Lexi_TeamIQ had their submission removed for insufficient lambda. +[2020-07-29 19:44:10,563] /u/Lexi_TeamIQ had their flair updated +[2020-07-29 19:47:57,361] There has been a new submission: 'Hi, we recently started a YouTube channel for my Shiba Inu puppy - check out our videos and leave a like and feedback if you enjoyed. Appreciate suggestions or also ideas of what kind of vids you would like and what can be done better! Thanks in advance 😊', with flair 'Channel Review' +[2020-07-29 19:47:59,043] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:47:59,045] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:48:00,762] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZqhpWSC2PkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:48:01,174] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAkM6KE-mOff1gusu--hhvQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:48:03,262] /u/_shirobaby had their flair updated +[2020-07-29 19:49:15,045] There has been a new submission: 'Rainbow Six Siege Funny Moments #5', with flair 'Gaming' +[2020-07-29 19:49:17,796] /u/BoiMcSaucin had their submission removed for insufficient lambda. +[2020-07-29 19:49:19,151] /u/BoiMcSaucin had their flair updated +[2020-07-29 19:51:53,044] There has been a new submission: 'I make lofi hip hop videos promoting underground artists but even at 1k subs I want to know are my thumbnails great or what can I change?', with flair 'Thumbnail Review' +[2020-07-29 19:51:54,649] /u/nvshe had their submission removed for insufficient lambda. +[2020-07-29 19:51:56,828] /u/nvshe had their flair updated +[2020-07-29 19:53:39,764] There has been a new submission: 'TAGSS', with flair 'None' +[2020-07-29 19:53:42,801] /u/Topps97 had their submission removed for insufficient lambda. +[2020-07-29 19:53:44,770] /u/Topps97 had their flair updated +[2020-07-29 19:55:45,923] There has been a new submission: 'The first part of my final video', with flair 'Video Critique' +[2020-07-29 19:55:46,997] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:55:46,999] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:55:48,150] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dpNGLtQ5hyk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:55:48,476] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClInsm47ZX21ZPjPH2QZ0BA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:55:50,918] /u/Endy_McGufin had their flair updated +[2020-07-29 19:59:38,993] There has been a new submission: 'I've just uploaded my first video that I can say I'm truly happy with! (Lambda for all relevant advice of course) Suggestions for feedback are in the comments.', with flair 'Video Critique' +[2020-07-29 19:59:41,449] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 19:59:41,451] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 19:59:43,125] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vWdYs_hOjHM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:59:43,701] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9p4LqJb1G1O5-7TBt1sbdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 19:59:45,960] /u/LMAOyeetzedong had their flair updated +[2020-07-29 20:00:21,230] There has been a new submission: 'I MADE A VR EXPERIENCE GAME WITH NO EXPERIENCE ON MAKING GAMES', with flair 'Gaming' +[2020-07-29 20:00:23,562] /u/KJB65 had their submission removed for insufficient lambda. +[2020-07-29 20:00:26,592] /u/KJB65 had their flair updated +[2020-07-29 20:01:06,121] There has been a new submission: 'What do you think of my generic csgo thumbnail?', with flair 'Thumbnail Review' +[2020-07-29 20:01:09,421] /u/Alanotics2 had their flair updated +[2020-07-29 20:01:43,873] There has been a new submission: 'Another Apex legends “how to” video. Tell me what to improve!', with flair 'Video Critique' +[2020-07-29 20:01:46,003] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 20:01:46,005] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 20:01:47,759] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CkIARV7Yz-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:01:48,090] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCko1McHl3a5KiJEPCFSzO2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:01:51,481] /u/medfred3 had their flair updated +[2020-07-29 20:04:38,529] There has been a new submission: '"8 Incredible Facts about Apple" Feedback welcome', with flair 'Video Critique' +[2020-07-29 20:04:40,731] /u/meanpeoplesuck96 had their submission removed for insufficient lambda. +[2020-07-29 20:04:42,325] /u/meanpeoplesuck96 had their flair updated +[2020-07-29 20:07:11,462] There has been a new submission: 'My first YouTube video!', with flair 'Vlog' +[2020-07-29 20:07:12,834] /u/wizzyspizzy had their submission removed for insufficient lambda. +[2020-07-29 20:07:14,200] /u/wizzyspizzy had their flair updated +[2020-07-29 20:08:37,764] '/u/glazed_turkey' has given '/u/Olliebkl' lambda! +[2020-07-29 20:08:40,098] /u/Olliebkl had their flair updated +[2020-07-29 20:10:34,268] There has been a new submission: 'A csgo montage u will want to see ;)', with flair 'Gaming' +[2020-07-29 20:10:36,698] /u/KlenUrMum had their submission removed for insufficient lambda. +[2020-07-29 20:10:39,119] /u/KlenUrMum had their flair updated +[2020-07-29 20:15:25,343] There has been a new submission: 'Check out my Animation recreation of Mission Impossible : FALLOUT helicopter fighting scene. This video was created with Google Earth imagery ( 25 frames per second ) and rendering with a JSX script in After Effects . Lambda for helpful feedbacks.', with flair 'Video Critique' +[2020-07-29 20:15:27,878] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 20:15:27,880] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 20:15:29,722] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1cBRInBMKRU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:15:30,094] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYVGbEVWRX23-J6DUN5lYNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:15:33,289] /u/ArtistPerry had their flair updated +[2020-07-29 20:16:18,604] There has been a new submission: 'Looking for tips for a PC benchmarking channel, looking for suggestions for further content.', with flair 'Channel Review' +[2020-07-29 20:16:19,866] /u/YonderBen had their submission removed for insufficient lambda. +[2020-07-29 20:16:21,224] /u/YonderBen had their flair updated +[2020-07-29 20:19:26,253] There has been a new submission: 'I MADE A VR EXPERIENCE GAME WITH NO EXPERIENCE ON MAKING GAMES', with flair 'Gaming' +[2020-07-29 20:19:28,877] /u/KJB65 had their submission removed for insufficient lambda. +[2020-07-29 20:19:30,155] /u/KJB65 had their flair updated +[2020-07-29 20:20:05,618] There has been a new submission: 'Had a stab at making a channel intro video, would love to get your thoughts on it! (tech reviews)', with flair 'Video Critique' +[2020-07-29 20:20:07,460] /u/nnnishal had their submission removed for insufficient lambda. +[2020-07-29 20:20:10,746] /u/nnnishal had their flair updated +[2020-07-29 20:22:42,312] There has been a new submission: 'Hi awesome creators! I have been editing entertaining gaming videos for couple of months and was in a need of getting some feedback to improve! If you could tell me how entertaining this video was in scale of 1 to 10 and tell some commenrs, thank you so much :)', with flair 'Video Critique' +[2020-07-29 20:22:44,158] /u/Peesukarhuu had their submission removed for insufficient lambda. +[2020-07-29 20:22:46,243] /u/Peesukarhuu had their flair updated +[2020-07-29 20:24:22,454] '/u/DTV998' has given '/u/NicoTheNicoh' lambda! +[2020-07-29 20:24:24,956] /u/NicoTheNicoh had their flair updated +[2020-07-29 20:25:37,019] '/u/DTV998' has given '/u/SainRainbowtwigs' lambda! +[2020-07-29 20:25:38,500] /u/SainRainbowtwigs had their flair updated +[2020-07-29 20:26:22,090] There has been a new submission: 'How we started counting by the dozen | This is my third video, I have followed some of the feedback that many have given me since I started and I think it made the videos better, so I hope that you guys can continue giving me some useful feedback!', with flair 'Video Critique' +[2020-07-29 20:26:25,706] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 20:26:25,707] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 20:26:27,182] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2m5MJ4tNrFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:26:27,554] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCizSufWsk_G5aLe6ixfZCFg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 20:26:29,973] /u/Unraveled_YT had their flair updated +[2020-07-29 20:27:05,028] There has been a new submission: 'My solution for echo cancellation', with flair 'Discussion' +[2020-07-29 20:27:08,138] /u/PyrdePavkki had their flair updated +[2020-07-29 20:27:29,203] '/u/DTV998' has given '/u/MeruemLove' lambda! +[2020-07-29 20:27:31,421] /u/MeruemLove had their flair updated +[2020-07-29 20:30:18,537] There has been a new submission: 'Mafia III Part X', with flair 'Gaming' +[2020-07-29 20:30:20,384] /u/hesomelo88 had their submission removed for insufficient lambda. +[2020-07-29 20:30:22,722] /u/hesomelo88 had their flair updated +[2020-07-29 20:36:08,595] There has been a new submission: 'Why are my videos not embedded in the video critique post like everyone else? What am I doing wrong?', with flair 'Discussion' +[2020-07-29 20:36:12,946] /u/LMAOyeetzedong had their flair updated +[2020-07-29 20:39:46,721] Starting every day program... +[2020-07-29 20:39:46,800] Updating database statistics... +[2020-07-29 20:39:47,747] Posting and updating wiki... +[2020-07-29 20:40:07,209] +#################### +[Jul 29 2020 20:40:07] RESTARTED +#################### + +[2020-07-29 20:40:17,239] Formatting leaderboard... +[2020-07-29 20:40:17,393] Updating sidebar... +[2020-07-29 20:40:18,727] Updated in new reddit... +[2020-07-29 20:40:22,648] Updated in old reddit... +[2020-07-29 20:40:22,648] Completed. +[2020-07-29 21:23:04,670] There has been a new submission: 'ULTIMATE gamer QUIZZES', with flair 'Gaming' +[2020-07-29 21:23:09,293] /u/WeakPublic had their submission removed for insufficient lambda. +[2020-07-29 21:23:11,133] /u/WeakPublic had their flair updated +[2020-07-29 21:23:31,759] There has been a new submission: 'I took a 2 month break and this is my second video after returning. I'm quite proud of it and just wanted to share', with flair 'Gaming' +[2020-07-29 21:23:34,843] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 21:23:35,004] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 21:23:36,113] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tefz_35TS1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:23:36,443] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGJjirCmYOujIiYEXtZp0RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:23:39,112] /u/The_Kryptonix had their flair updated +[2020-07-29 21:24:01,413] There has been a new submission: 'Need HELP...Since last post, still looking for Niche :(', with flair 'Discussion' +[2020-07-29 21:24:04,768] /u/DelogueAcoustic had their flair updated +[2020-07-29 21:24:25,684] There has been a new submission: 'bedwars except my thumb is broken', with flair 'Gaming' +[2020-07-29 21:24:30,390] /u/Redditteer9 had their submission removed for insufficient lambda. +[2020-07-29 21:24:32,069] /u/Redditteer9 had their flair updated +[2020-07-29 21:24:59,894] There has been a new submission: 'Valencia City - Walk with me through Turia Park and the City of Arts and Sciences', with flair 'Video Critique' +[2020-07-29 21:25:02,072] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 21:25:02,197] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 21:25:04,068] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kCy6fCo9JOE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:25:04,358] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpU-ADs2a_eQYRUO0lg0Hag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:25:06,932] /u/SainRainbowtwigs had their flair updated +[2020-07-29 21:26:08,159] '/u/medfred3' has given '/u/nnnishal' lambda! +[2020-07-29 21:26:10,215] /u/nnnishal had their flair updated +[2020-07-29 21:27:47,440] '/u/medfred3' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-29 21:27:49,565] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-29 21:29:15,117] '/u/glazed_turkey' has given '/u/El_Matadurr' lambda! +[2020-07-29 21:29:17,133] /u/El_Matadurr had their flair updated +[2020-07-29 21:29:37,315] '/u/DiddlesRDQ' has given '/u/Nadia_Robot' lambda! +[2020-07-29 21:29:39,485] /u/Nadia_Robot had their flair updated +[2020-07-29 21:30:13,253] '/u/glazed_turkey' has given '/u/the_WDH' lambda! +[2020-07-29 21:30:16,197] /u/the_WDH had their flair updated +[2020-07-29 21:30:38,981] '/u/Endy_McGufin' has given '/u/nnnishal' lambda! +[2020-07-29 21:30:42,052] /u/nnnishal had their flair updated +[2020-07-29 21:31:03,904] '/u/medfred3' has given '/u/Olliebkl' lambda! +[2020-07-29 21:31:06,845] /u/Olliebkl had their flair updated +[2020-07-29 21:32:42,494] '/u/ArtistPerry' has given '/u/the_WDH' lambda! +[2020-07-29 21:32:45,242] /u/the_WDH had their flair updated +[2020-07-29 21:33:35,944] '/u/medfred3' has given '/u/Peesukarhuu' lambda! +[2020-07-29 21:33:38,525] /u/Peesukarhuu had their flair updated +[2020-07-29 21:36:49,142] '/u/glazed_turkey' has given '/u/Ap_Gamer20' lambda! +[2020-07-29 21:36:51,312] /u/Ap_Gamer20 had their flair updated +[2020-07-29 21:37:25,306] '/u/glazed_turkey' has given '/u/Nadia_Robot' lambda! +[2020-07-29 21:37:27,676] /u/Nadia_Robot had their flair updated +[2020-07-29 21:38:04,822] '/u/SainRainbowtwigs' has given '/u/tyler24366' lambda! +[2020-07-29 21:38:07,325] /u/tyler24366 had their flair updated +[2020-07-29 21:39:13,107] '/u/ArtistPerry' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-07-29 21:39:14,914] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-29 21:40:11,335] '/u/Fangore' has given '/u/easyleezy' lambda! +[2020-07-29 21:40:13,651] /u/easyleezy had their flair updated +[2020-07-29 21:42:02,454] '/u/russianfortobias' has given '/u/japantrepreneur' lambda! +[2020-07-29 21:42:05,153] /u/japantrepreneur had their flair updated +[2020-07-29 21:43:10,757] '/u/Samanaitor_88' has given '/u/YonderBen' lambda! +[2020-07-29 21:43:13,826] /u/YonderBen had their flair updated +[2020-07-29 21:44:51,628] '/u/russianfortobias' has given '/u/FlashWaveXL66769' lambda! +[2020-07-29 21:44:54,081] /u/FlashWaveXL66769 had their flair updated +[2020-07-29 21:45:30,769] '/u/russianfortobias' has given '/u/fcf4' lambda! +[2020-07-29 21:45:33,306] /u/fcf4 had their flair updated +[2020-07-29 21:47:11,017] '/u/andyofasgard' has given '/u/El_Matadurr' lambda! +[2020-07-29 21:47:13,391] /u/El_Matadurr had their flair updated +[2020-07-29 21:47:30,617] There has been a new submission: 'This one is for ALL my NEW YouTubers FEEDBACK WELCOME!', with flair 'Gaming' +[2020-07-29 21:47:32,130] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-07-29 21:47:33,098] /u/RJeezyYT had their flair updated +[2020-07-29 21:47:52,595] There has been a new submission: 'I was pretty proud of this video!', with flair 'Video Critique' +[2020-07-29 21:47:54,032] /u/inki123 had their submission removed for insufficient lambda. +[2020-07-29 21:47:55,182] /u/inki123 had their flair updated +[2020-07-29 21:48:12,106] There has been a new submission: '5 Disturbing Creatures Caught On Tape In A Tunnel', with flair 'Video Critique' +[2020-07-29 21:48:12,932] /u/DomEffect07 had their submission removed for insufficient lambda. +[2020-07-29 21:48:13,673] /u/DomEffect07 had their flair updated +[2020-07-29 21:48:31,154] There has been a new submission: 'Beach Day! Vlog 3', with flair 'Vlog' +[2020-07-29 21:48:32,705] /u/bamcam43 had their submission removed for insufficient lambda. +[2020-07-29 21:48:33,486] /u/bamcam43 had their flair updated +[2020-07-29 21:48:52,976] There has been a new submission: 'Xbox Game Pass | The best offer in gaming, will give lambda!', with flair 'Video Critique' +[2020-07-29 21:48:56,858] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 21:48:56,860] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 21:48:58,495] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pl0nm8G5-xw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:48:59,151] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-CLjjxz8ZdBjnk8EhlTj7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 21:49:01,073] /u/Olliebkl had their flair updated +[2020-07-29 21:49:18,100] There has been a new submission: 'Old School Game Critique', with flair 'Video Critique' +[2020-07-29 21:49:21,092] /u/TheGamingDecorator had their submission removed for insufficient lambda. +[2020-07-29 21:49:22,198] /u/TheGamingDecorator had their flair updated +[2020-07-29 21:49:56,755] /u/SmallYTChannelBot had their flair updated +[2020-07-29 21:52:46,267] '/u/glazed_turkey' has given '/u/D1Wheeler' lambda! +[2020-07-29 21:52:49,055] /u/D1Wheeler had their flair updated +[2020-07-29 21:55:28,277] '/u/luisfrobles' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-29 21:55:30,700] /u/BeatsandPiecesYT had their flair updated +[2020-07-29 21:56:46,334] '/u/LMAOyeetzedong' has given '/u/Peesukarhuu' lambda! +[2020-07-29 21:56:48,876] /u/Peesukarhuu had their flair updated +[2020-07-29 21:59:28,318] There has been a new submission: 'I graduated with my Bachelor's degree in Human Resource Management', with flair 'Vlog' +[2020-07-29 21:59:29,671] /u/The_Real_Jamesetta had their submission removed for insufficient lambda. +[2020-07-29 21:59:30,209] /u/The_Real_Jamesetta had their flair updated +[2020-07-29 22:00:54,423] There has been a new submission: 'How Is My Commentary?', with flair 'Video Critique' +[2020-07-29 22:00:56,876] /u/Atlanta2398 had their submission removed for insufficient lambda. +[2020-07-29 22:00:59,165] /u/Atlanta2398 had their flair updated +[2020-07-29 22:07:19,672] '/u/RednazYouTube' has given '/u/El_Matadurr' lambda! +[2020-07-29 22:07:21,800] /u/El_Matadurr had their flair updated +[2020-07-29 22:11:26,900] '/u/NicoTheNicoh' has given '/u/Peesukarhuu' lambda! +[2020-07-29 22:11:29,815] /u/Peesukarhuu had their flair updated +[2020-07-29 22:13:28,284] There has been a new submission: 'Hey, I've been making YouTube video for 4 years now, and I'd love to know what you think of my new video!', with flair 'Video Critique' +[2020-07-29 22:13:30,164] /u/jackgo14 had their submission removed for insufficient lambda. +[2020-07-29 22:13:32,034] /u/jackgo14 had their flair updated +[2020-07-29 22:15:03,876] There has been a new submission: 'Ants spiders and ladybugs oh my join us in our Grounded adventures.', with flair 'Gaming' +[2020-07-29 22:15:05,380] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-07-29 22:15:07,059] /u/chuckleducks had their flair updated +[2020-07-29 22:17:17,945] '/u/glazed_turkey' has given '/u/InfiniteComboReviews' lambda! +[2020-07-29 22:17:20,648] /u/InfiniteComboReviews had their flair updated +[2020-07-29 22:19:33,421] '/u/andyofasgard' has given '/u/cjf5414' lambda! +[2020-07-29 22:19:35,519] /u/cjf5414 had their flair updated +[2020-07-29 22:20:32,791] '/u/Olliebkl' has given '/u/MrCarsone' lambda! +[2020-07-29 22:20:35,676] /u/MrCarsone had their flair updated +[2020-07-29 22:21:33,898] There has been a new submission: 'Hi I would really appreciate you just watching liking and subscribing', with flair 'Channel Review' +[2020-07-29 22:21:35,744] /u/jackyboyplays had their submission removed for insufficient lambda. +[2020-07-29 22:21:37,921] /u/jackyboyplays had their flair updated +[2020-07-29 22:24:11,843] '/u/glazed_turkey' has given '/u/wolfsburg666' lambda! +[2020-07-29 22:24:15,217] /u/wolfsburg666 had their flair updated +[2020-07-29 22:25:35,395] '/u/glazed_turkey' has given '/u/Chilly_iguana' lambda! +[2020-07-29 22:25:37,299] /u/Chilly_iguana had their flair updated +[2020-07-29 22:31:11,705] '/u/Sn0wPhotos' has given '/u/El_Matadurr' lambda! +[2020-07-29 22:31:14,412] /u/El_Matadurr had their flair updated +[2020-07-29 22:33:14,986] There has been a new submission: 'I'll give lambda for well argued feedback! My niche for now is in entertaining heavily edited gaming videos (Apex Legends mostly). I am screaming for honest, constructive feedback. I don't get offended about critique :)', with flair 'Video Critique' +[2020-07-29 22:33:18,311] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 22:33:18,312] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 22:33:19,672] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uzmXDtubydU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 22:33:20,041] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnt6RxAB1liyhwnDk0XMSPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 22:33:23,037] /u/Peesukarhuu had their flair updated +[2020-07-29 22:35:00,439] '/u/SainRainbowtwigs' has given '/u/fcf4' lambda! +[2020-07-29 22:35:03,056] /u/fcf4 had their flair updated +[2020-07-29 22:35:28,113] '/u/glazed_turkey' has given '/u/ameixarocha' lambda! +[2020-07-29 22:35:30,533] /u/ameixarocha had their flair updated +[2020-07-29 22:36:44,336] '/u/glazed_turkey' has given '/u/AaronC51401' lambda! +[2020-07-29 22:36:46,755] /u/AaronC51401 had their flair updated +[2020-07-29 22:37:27,575] '/u/SainRainbowtwigs' has given '/u/jackgo14' lambda! +[2020-07-29 22:37:29,940] /u/jackgo14 had their flair updated +[2020-07-29 22:37:52,270] There has been a new submission: 'He's the man, the metal man', with flair 'Art' +[2020-07-29 22:37:53,577] /u/DarkMonkey98 had their submission removed for insufficient lambda. +[2020-07-29 22:37:54,519] /u/DarkMonkey98 had their flair updated +[2020-07-29 22:38:34,059] /u/jackgo14 had their flair updated +[2020-07-29 22:40:04,912] +#################### +[Jul 29 2020 22:40:04] RESTARTED +#################### + +[2020-07-29 23:24:04,269] There has been a new submission: 'I’ve tried some new things. Feedback is always appreciated!', with flair 'Video Critique' +[2020-07-29 23:24:06,519] /u/CirclesTheory had their submission removed for insufficient lambda. +[2020-07-29 23:24:08,238] /u/CirclesTheory had their flair updated +[2020-07-29 23:24:27,543] There has been a new submission: 'I'm starting a series where I make a video in the style of another channel and want to know if I did a good job on the first one.', with flair 'Video Critique' +[2020-07-29 23:24:28,647] /u/rociscool_ had their submission removed for insufficient lambda. +[2020-07-29 23:24:30,405] /u/rociscool_ had their flair updated +[2020-07-29 23:24:48,131] There has been a new submission: 'A WEEK OF WORKOUTS (GET HEALTHY WITH ME) 🌿 | 일주일 피트니스 브이로그', with flair 'Vlog' +[2020-07-29 23:24:49,429] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-07-29 23:24:50,934] /u/gsyu98 had their flair updated +[2020-07-29 23:25:07,579] There has been a new submission: 'Nightcore and bass boosted', with flair 'Channel Review' +[2020-07-29 23:25:08,906] /u/Lodomirtv had their submission removed for insufficient lambda. +[2020-07-29 23:25:10,249] /u/Lodomirtv had their flair updated +[2020-07-29 23:25:16,552] There has been a new submission: 'Best loadout attachments for new dr-h Rifle (Tips and tricks) call of duty [video]', with flair 'Gaming' +[2020-07-29 23:25:17,643] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-07-29 23:25:19,009] /u/Vizz47 had their flair updated +[2020-07-29 23:25:37,543] There has been a new submission: 'Got the new game Maneater! I hope this helps my channel, I wanna get on my cousins level , he’s at 28k', with flair 'Gaming' +[2020-07-29 23:25:38,978] /u/Cryptik101 had their submission removed for insufficient lambda. +[2020-07-29 23:25:40,330] /u/Cryptik101 had their flair updated +[2020-07-29 23:26:00,427] There has been a new submission: 'How To Properly Prefire! (Be Better With Ash)', with flair 'Gaming' +[2020-07-29 23:26:01,629] /u/XenixHD had their submission removed for insufficient lambda. +[2020-07-29 23:26:02,963] /u/XenixHD had their flair updated +[2020-07-29 23:28:08,587] '/u/MonsterPuppetZam' has given '/u/El_Matadurr' lambda! +[2020-07-29 23:28:10,679] /u/El_Matadurr had their flair updated +[2020-07-29 23:30:36,189] '/u/DTV998' has given '/u/El_Matadurr' lambda! +[2020-07-29 23:30:39,344] /u/El_Matadurr had their flair updated +[2020-07-29 23:33:41,627] '/u/glazed_turkey' has given '/u/HumperTrooper15' lambda! +[2020-07-29 23:33:44,250] /u/HumperTrooper15 had their flair updated +[2020-07-29 23:34:35,592] '/u/andyofasgard' has given '/u/ameixarocha' lambda! +[2020-07-29 23:34:38,256] /u/ameixarocha had their flair updated +[2020-07-29 23:35:28,524] '/u/Redditteer9' has given '/u/tyler24366' lambda! +[2020-07-29 23:35:30,946] /u/tyler24366 had their flair updated +[2020-07-29 23:36:48,817] '/u/andyofasgard' has given '/u/Glittering_Designer' lambda! +[2020-07-29 23:36:51,149] /u/Glittering_Designer had their flair updated +[2020-07-29 23:42:21,144] There has been a new submission: 'im a new youtuber, and im getting a gaming pc so im going to be making all-around gaming videos! please subscribe since it's been my life dream to become big.', with flair 'Gaming' +[2020-07-29 23:42:22,776] /u/FabianIsntBlack had their submission removed for insufficient lambda. +[2020-07-29 23:42:24,787] /u/FabianIsntBlack had their flair updated +[2020-07-29 23:42:44,027] There has been a new submission: 'Funny Memes Ever', with flair 'Video Critique' +[2020-07-29 23:42:46,273] /u/PossessionMindless51 had their submission removed for insufficient lambda. +[2020-07-29 23:42:48,116] /u/PossessionMindless51 had their flair updated +[2020-07-29 23:43:08,250] There has been a new submission: 'Under Armour Curry 7 Performance Review | Should you get them?', with flair 'Video Critique' +[2020-07-29 23:43:11,474] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 23:43:11,595] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 23:43:13,153] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K3h01l95Jgs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 23:43:13,605] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP-JzPrx-3v0TN7kX7_rBcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 23:43:16,357] /u/Nadia_Robot had their flair updated +[2020-07-29 23:43:35,524] There has been a new submission: 'Amazing Make-up Transformation 2020!!', with flair 'Channel Review' +[2020-07-29 23:43:36,817] /u/danchi23 had their submission removed for insufficient lambda. +[2020-07-29 23:43:38,578] /u/danchi23 had their flair updated +[2020-07-29 23:43:59,938] There has been a new submission: 'This was my first time ever participating in a MAP (Multi Animator Project) and im happy with how it turned out! || My Parts For BFB 12 REANIMATED MAP || Giving Lambda for good critique!', with flair 'Video Critique' +[2020-07-29 23:44:01,801] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-29 23:44:01,839] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-29 23:44:03,354] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mKi2GcFyW50&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 23:44:03,723] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_hSAF1wqe7l1LatLe7qmyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-29 23:44:06,752] /u/0_R_A_N_G_E had their flair updated +[2020-07-29 23:44:26,373] There has been a new submission: 'Remember This From Your Childhood?!', with flair 'Video Critique' +[2020-07-29 23:44:28,382] /u/HappyPantsComedy had their submission removed for insufficient lambda. +[2020-07-29 23:44:30,556] /u/HappyPantsComedy had their flair updated +[2020-07-29 23:44:47,956] There has been a new submission: 'Witcher 3', with flair 'Gaming' +[2020-07-29 23:44:49,186] /u/BaldOfRivia had their submission removed for insufficient lambda. +[2020-07-29 23:44:50,686] /u/BaldOfRivia had their flair updated +[2020-07-29 23:47:57,796] '/u/Nadia_Robot' has given '/u/jackgo14' lambda! +[2020-07-29 23:48:00,114] /u/jackgo14 had their flair updated +[2020-07-29 23:48:49,601] There has been a new submission: 'My bad I wanted feedback on this video and if you liked it leave a like it would be much appreciated', with flair 'Gaming' +[2020-07-29 23:48:51,030] /u/BaldOfRivia had their submission removed for insufficient lambda. +[2020-07-29 23:48:51,728] /u/BaldOfRivia had their flair updated +[2020-07-29 23:50:27,005] There has been a new submission: 'Would love some feedback, thanks', with flair 'Channel Review' +[2020-07-29 23:50:28,520] /u/HipHopHeatDaily had their submission removed for insufficient lambda. +[2020-07-29 23:50:30,803] /u/HipHopHeatDaily had their flair updated +[2020-07-29 23:51:58,866] There has been a new submission: 'Pizza Shop Owner Stops Machete Robber by Throwing PIZZA! #84', with flair 'Video Critique' +[2020-07-29 23:52:01,271] /u/Cross-N-Eyed had their submission removed for insufficient lambda. +[2020-07-29 23:52:04,098] /u/Cross-N-Eyed had their flair updated +[2020-07-29 23:58:23,937] '/u/DiddlesRDQ' has given '/u/Bacony_Hair' lambda! +[2020-07-29 23:58:26,637] /u/Bacony_Hair had their flair updated +[2020-07-29 23:59:15,046] '/u/DiddlesRDQ' has given '/u/PonjiNinja' lambda! +[2020-07-29 23:59:17,345] /u/PonjiNinja had their flair updated +[2020-07-30 00:00:25,014] There has been a new submission: 'New Let’s play channel', with flair 'Video Critique' +[2020-07-30 00:00:26,693] /u/Verynicesenor had their submission removed for insufficient lambda. +[2020-07-30 00:00:29,059] /u/Verynicesenor had their flair updated +[2020-07-30 00:09:48,954] There has been a new submission: 'How do you feel about subtitles in gaming let's plays? I wanted some opinions on how subtitles can contribute to a lets play like video. Is it worth the edit time or should it be adjusted?', with flair 'Gaming' +[2020-07-30 00:09:50,462] /u/Koeloh had their submission removed for insufficient lambda. +[2020-07-30 00:09:51,035] /u/Koeloh had their flair updated +[2020-07-30 00:10:10,725] '/u/glazed_turkey' has given '/u/Glittering_Designer' lambda! +[2020-07-30 00:10:12,938] /u/Glittering_Designer had their flair updated +[2020-07-30 00:10:30,491] There has been a new submission: 'Worked hard on this video so hope it pays off. Giving LAMBDA for ALL feedback', with flair 'Video Critique' +[2020-07-30 00:10:30,903] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 00:10:30,904] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 00:10:31,307] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_mHjq5CCotk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:10:31,486] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC29VvbDSGy-MWivXtHqcdRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:10:34,656] /u/FlashWaveXL66769 had their flair updated +[2020-07-30 00:11:14,200] There has been a new submission: 'I made an unofficial music video. Would love some feedback :)', with flair 'Video Critique' +[2020-07-30 00:11:15,175] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 00:11:15,176] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 00:11:16,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UjnLpDImH8M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:11:16,569] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsFqmB-qdCDf6Z-AUJrFnhA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:11:20,038] /u/ashofspades had their flair updated +[2020-07-30 00:11:45,654] '/u/glazed_turkey' has given '/u/rociscool_' lambda! +[2020-07-30 00:11:49,083] /u/rociscool_ had their flair updated +[2020-07-30 00:19:49,498] /u/rociscool_ had their flair updated +[2020-07-30 00:21:16,262] '/u/Olliebkl' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 00:21:19,581] /u/Dagkii_Reid had their flair updated +[2020-07-30 00:21:56,268] There has been a new submission: 'can any one give some feed back on my channel, thanks a lot in advance', with flair 'Channel Review' +[2020-07-30 00:21:58,813] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 00:21:58,897] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 00:22:00,538] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M7r8E2alNKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:22:00,949] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5seM3oUThCHGg_470MjxkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:22:04,380] /u/tajminshaik had their flair updated +[2020-07-30 00:24:15,427] '/u/Samanaitor_88' has given '/u/rociscool_' lambda! +[2020-07-30 00:24:18,220] /u/rociscool_ had their flair updated +[2020-07-30 00:27:19,726] There has been a new submission: 'Cake or Not Cake? 😬', with flair 'Channel Review' +[2020-07-30 00:27:21,773] /u/Live-Passenger had their submission removed for insufficient lambda. +[2020-07-30 00:27:22,964] /u/Live-Passenger had their flair updated +[2020-07-30 00:28:43,650] '/u/Olliebkl' has given '/u/dr_franck' lambda! +[2020-07-30 00:28:46,519] /u/dr_franck had their flair updated +[2020-07-30 00:31:50,229] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Wild(life) Art Exhibitionist | 🐇', with flair 'Gaming' +[2020-07-30 00:31:52,379] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 00:31:52,498] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 00:31:54,053] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3XBkSJ_ir6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:31:54,344] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaIPmkno62ifn-ahjMd-hZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 00:31:58,160] /u/Cothfotmeoo had their flair updated +[2020-07-30 00:32:25,471] '/u/russianfortobias' has given '/u/rociscool_' lambda! +[2020-07-30 00:32:28,336] /u/rociscool_ had their flair updated +[2020-07-30 00:34:21,264] '/u/tajminshaik' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 00:34:23,842] /u/Dagkii_Reid had their flair updated +[2020-07-30 00:35:55,459] '/u/KeepItHazy' has given '/u/rociscool_' lambda! +[2020-07-30 00:35:58,254] /u/rociscool_ had their flair updated +[2020-07-30 00:36:45,111] '/u/ashofspades' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 00:36:47,479] /u/Dagkii_Reid had their flair updated +[2020-07-30 00:40:06,590] +#################### +[Jul 30 2020 00:40:06] RESTARTED +#################### + +[2020-07-30 01:22:27,119] There has been a new submission: 'Speed Comparison: Internet Speeds By Country 2020, do you know number 1?', with flair 'Video Critique' +[2020-07-30 01:22:29,773] /u/Juzzex had their submission removed for insufficient lambda. +[2020-07-30 01:22:31,779] /u/Juzzex had their flair updated +[2020-07-30 01:22:51,161] There has been a new submission: 'How To Protect Your Privacy in 2020 | Essential Privacy Tools', with flair 'Video Critique' +[2020-07-30 01:22:52,682] /u/myghostpeek had their submission removed for insufficient lambda. +[2020-07-30 01:22:54,807] /u/myghostpeek had their flair updated +[2020-07-30 01:23:14,460] There has been a new submission: 'Please be as harsh as possible also if you don’t mind leave some sound bite recommendations in the comments', with flair 'Video Critique' +[2020-07-30 01:23:16,179] /u/mycouisinisgay69 had their submission removed for insufficient lambda. +[2020-07-30 01:23:18,066] /u/mycouisinisgay69 had their flair updated +[2020-07-30 01:23:38,352] There has been a new submission: 'A Crap Guide to Alatreon (5th video in this series, I've been making small improvements each iteration. This video saw me collab with another YTer, and bring compression to my spoken audio for better quality. Appreciate any feedback! Regarding thumbnails, I'm set on their style and consistency.)', with flair 'Video Critique' +[2020-07-30 01:23:40,887] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 01:23:40,967] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 01:23:42,759] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZFChShU5k3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:23:43,257] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5V18pU-PEVl14LS6oJrogg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:23:46,940] /u/El_Matadurr had their flair updated +[2020-07-30 01:24:09,864] There has been a new submission: 'Made a gaming keyboard review video, would love some critiques, thanks!', with flair 'Video Critique' +[2020-07-30 01:24:13,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 01:24:13,341] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 01:24:14,641] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yONz0Plx-50&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:24:15,050] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-i87kyimjpQzP7ZulyKgmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:24:18,001] /u/AlexHomeTech had their flair updated +[2020-07-30 01:24:36,881] There has been a new submission: 'Hi everyone, looking for chill vibes? Click that link below and watch !', with flair 'Art' +[2020-07-30 01:24:38,230] /u/Kxnabyss had their submission removed for insufficient lambda. +[2020-07-30 01:24:39,862] /u/Kxnabyss had their flair updated +[2020-07-30 01:25:10,437] '/u/Unraveled_YT' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 01:25:11,718] /u/Dagkii_Reid had their flair updated +[2020-07-30 01:25:20,900] '/u/FlashWaveXL66769' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 01:25:22,090] /u/Dagkii_Reid had their flair updated +[2020-07-30 01:25:41,778] '/u/glazed_turkey' has given '/u/turtleyturtleclub' lambda! +[2020-07-30 01:25:43,419] /u/turtleyturtleclub had their flair updated +[2020-07-30 01:28:15,729] '/u/medfred3' has given '/u/walkntalk_' lambda! +[2020-07-30 01:28:17,944] /u/walkntalk_ had their flair updated +[2020-07-30 01:28:37,693] '/u/medfred3' has given '/u/wertys761' lambda! +[2020-07-30 01:28:39,695] /u/wertys761 had their flair updated +[2020-07-30 01:29:01,396] '/u/medfred3' has given '/u/ameixarocha' lambda! +[2020-07-30 01:29:03,438] /u/ameixarocha had their flair updated +[2020-07-30 01:30:23,522] /u/DiddlesRDQ had their flair updated +[2020-07-30 01:31:44,903] '/u/ArtistPerry' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 01:31:47,730] /u/Dagkii_Reid had their flair updated +[2020-07-30 01:34:37,996] '/u/FlashWaveXL66769' has given '/u/RealGalaxyRider' lambda! +[2020-07-30 01:34:41,444] /u/RealGalaxyRider had their flair updated +[2020-07-30 01:36:21,001] '/u/yobo723' has given '/u/RealGalaxyRider' lambda! +[2020-07-30 01:36:23,948] /u/RealGalaxyRider had their flair updated +[2020-07-30 01:37:45,736] There has been a new submission: 'Here's a trailer to my new Series! Let me know what you like about it and dislike about it, and If you're willing to watch it! All feedback is helpful :D', with flair 'Channel Review' +[2020-07-30 01:37:46,965] /u/PenPalArts had their submission removed for insufficient lambda. +[2020-07-30 01:37:47,826] /u/PenPalArts had their flair updated +[2020-07-30 01:38:08,556] There has been a new submission: 'Howdy, just wondering what you guys thought of my newest thumbnail?', with flair 'Thumbnail Review' +[2020-07-30 01:38:10,807] /u/muffinboi220 had their submission removed for insufficient lambda. +[2020-07-30 01:38:12,444] /u/muffinboi220 had their flair updated +[2020-07-30 01:41:43,060] There has been a new submission: 'lmk what you think', with flair 'Gaming' +[2020-07-30 01:41:44,679] /u/theslimeballer had their submission removed for insufficient lambda. +[2020-07-30 01:41:46,937] /u/theslimeballer had their flair updated +[2020-07-30 01:43:12,829] '/u/glazed_turkey' has given '/u/bittybirtybunny' lambda! +[2020-07-30 01:43:15,502] /u/bittybirtybunny had their flair updated +[2020-07-30 01:54:02,910] '/u/beppu125' has given '/u/Arsenio1991' lambda! +[2020-07-30 01:54:05,530] /u/Arsenio1991 had their flair updated +[2020-07-30 01:54:53,498] '/u/GraduateDan' has given '/u/rociscool_' lambda! +[2020-07-30 01:54:56,130] /u/rociscool_ had their flair updated +[2020-07-30 01:55:17,545] There has been a new submission: 'A while ago, some folks asked me about just how much music stuff I owned. So I made a whole video about it. I hope y'all enjoy and if ya have any constructive feedback I'm down to hear it :)', with flair 'Art' +[2020-07-30 01:55:18,403] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 01:55:18,404] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 01:55:18,796] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AS9VPZdUuDc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:55:19,012] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu5QDS21HpNiISEoLJrxMFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 01:55:22,055] /u/flutepixie had their flair updated +[2020-07-30 01:56:34,803] '/u/beppu125' has given '/u/El_Matadurr' lambda! +[2020-07-30 01:56:36,964] /u/El_Matadurr had their flair updated +[2020-07-30 01:57:34,009] '/u/muffinboi220' has given '/u/RealGalaxyRider' lambda! +[2020-07-30 01:57:37,008] /u/RealGalaxyRider had their flair updated +[2020-07-30 02:08:31,488] There has been a new submission: 'I made this video and am very proud of it I hope you enjoy it (feedback is always welcome)', with flair 'Channel Review' +[2020-07-30 02:08:33,417] /u/Ragingzarc had their submission removed for insufficient lambda. +[2020-07-30 02:08:34,730] /u/Ragingzarc had their flair updated +[2020-07-30 02:18:46,575] There has been a new submission: 'Buddy does VR games. Just hit twenty subs and has pretty funny commentary.', with flair 'Gaming' +[2020-07-30 02:18:48,072] /u/Gunningyoudown had their submission removed for insufficient lambda. +[2020-07-30 02:18:48,926] /u/Gunningyoudown had their flair updated +[2020-07-30 02:26:01,234] There has been a new submission: 'I just started doing voice overs. Tell me what y’all think. Please', with flair 'Gaming' +[2020-07-30 02:26:02,656] /u/SpectralAce314 had their submission removed for insufficient lambda. +[2020-07-30 02:26:04,446] /u/SpectralAce314 had their flair updated +[2020-07-30 02:32:28,322] There has been a new submission: 'Hey guys! I had a real good time making this video, let me know what you think. Giving lambda for helpful advice :)', with flair 'Video Critique' +[2020-07-30 02:32:31,275] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 02:32:31,313] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 02:32:32,818] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GHVlzgkGzoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 02:32:33,184] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCr46DVQY-L96QE1zdUopw4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 02:32:36,389] /u/zach_swoogg had their flair updated +[2020-07-30 02:38:18,422] '/u/wayfaring_wizard' has given '/u/YonderBen' lambda! +[2020-07-30 02:38:20,323] /u/YonderBen had their flair updated +[2020-07-30 02:40:02,539] +#################### +[Jul 30 2020 02:40:02] RESTARTED +#################### + +[2020-07-30 02:56:50,485] '/u/Nadia_Robot' has given '/u/chickpea_taco' lambda! +[2020-07-30 02:56:52,784] /u/chickpea_taco had their flair updated +[2020-07-30 03:20:38,852] There has been a new submission: 'Givelambda if you can give comments or criticism.', with flair 'Video Critique' +[2020-07-30 03:20:42,745] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 03:20:42,747] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 03:20:44,014] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ns0uw3ibCkM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 03:20:44,545] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 03:20:47,709] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-30 03:21:08,159] There has been a new submission: 'GO COMMENT ON ONE OF MY VIDEOS IF YOU NEED FREE GFX! MUST SUB AND LIKE', with flair 'Art' +[2020-07-30 03:21:09,880] /u/benhampton71 had their submission removed for insufficient lambda. +[2020-07-30 03:21:12,097] /u/benhampton71 had their flair updated +[2020-07-30 03:22:10,002] '/u/GhrimeTF2' has given '/u/nnnishal' lambda! +[2020-07-30 03:22:12,702] /u/nnnishal had their flair updated +[2020-07-30 03:23:04,773] '/u/ShikharTrivedi' has given '/u/KevinClaus' lambda! +[2020-07-30 03:23:07,632] /u/KevinClaus had their flair updated +[2020-07-30 03:23:47,279] '/u/ShikharTrivedi' has given '/u/thepositiv1' lambda! +[2020-07-30 03:23:50,193] /u/thepositiv1 had their flair updated +[2020-07-30 03:25:14,173] There has been a new submission: 'New Cooking Channel with recipes!', with flair 'Video Critique' +[2020-07-30 03:25:15,265] /u/happywokhappywife had their submission removed for insufficient lambda. +[2020-07-30 03:25:16,629] /u/happywokhappywife had their flair updated +[2020-07-30 03:25:26,564] There has been a new submission: 'My New Video is up, please give me critiques. I'm new to both reddit and youtube editing.', with flair 'Video Critique' +[2020-07-30 03:25:28,159] /u/sarahlu00 had their submission removed for insufficient lambda. +[2020-07-30 03:25:29,561] /u/sarahlu00 had their flair updated +[2020-07-30 03:25:47,844] There has been a new submission: 'Hello guys ! I am a small youtuber ! Please check out my content which i really hope you like !:) Thank you', with flair 'Gaming' +[2020-07-30 03:25:49,116] /u/obsequey96 had their submission removed for insufficient lambda. +[2020-07-30 03:25:50,425] /u/obsequey96 had their flair updated +[2020-07-30 03:26:10,448] There has been a new submission: 'The gripping story of lenny.', with flair 'Gaming' +[2020-07-30 03:26:11,503] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-07-30 03:26:12,968] /u/Theirishlizard had their flair updated +[2020-07-30 03:26:30,252] There has been a new submission: 'Console Genji Main Goes To PC (sorry if it’s blurry still trying to figure out PC stuff)', with flair 'Gaming' +[2020-07-30 03:26:31,488] /u/MasterBlue2099 had their submission removed for insufficient lambda. +[2020-07-30 03:26:32,677] /u/MasterBlue2099 had their flair updated +[2020-07-30 03:36:23,724] There has been a new submission: 'I finally got monetized!', with flair 'Meta' +[2020-07-30 03:36:25,896] /u/The-Third-Coming had their flair updated +[2020-07-30 03:38:44,512] '/u/FindAKidneyDonor-Com' has given '/u/thecounselor6' lambda! +[2020-07-30 03:38:46,937] /u/thecounselor6 had their flair updated +[2020-07-30 03:40:08,001] '/u/glazed_turkey' has given '/u/qzeqYT' lambda! +[2020-07-30 03:40:09,541] /u/qzeqYT had their flair updated +[2020-07-30 03:49:28,847] '/u/The_Kryptonix' has given '/u/wertys761' lambda! +[2020-07-30 03:49:31,398] /u/wertys761 had their flair updated +[2020-07-30 03:51:44,462] '/u/The_Kryptonix' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 03:51:47,376] /u/Dagkii_Reid had their flair updated +[2020-07-30 04:15:41,471] There has been a new submission: 'Are you on an Unrelenting Quest for truth? - collab', with flair 'Collab' +[2020-07-30 04:15:43,418] /u/HUQ_Finn had their flair updated +[2020-07-30 04:20:07,826] There has been a new submission: 'Hey I’m new to this youtube scene. I would really appreciate it if y’all can check out my channel. I’m mainly a basketball content creator but I will be doing some day in the life type vlogs which would include music, reactions or Q&As. Thank You so Much!!!❤️💯🙏🏾', with flair 'Channel Review' +[2020-07-30 04:20:09,535] /u/YungCurlyOfficial had their submission removed for insufficient lambda. +[2020-07-30 04:20:11,949] /u/YungCurlyOfficial had their flair updated +[2020-07-30 04:26:37,959] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-30 04:39:07,066] There has been a new submission: 'Just started an art channel this month, let me know what I can do to make it better.', with flair 'Channel Review' +[2020-07-30 04:39:07,987] /u/CHAIColor had their submission removed for insufficient lambda. +[2020-07-30 04:39:08,732] /u/CHAIColor had their flair updated +[2020-07-30 04:39:50,747] +#################### +[Jul 30 2020 04:39:50] RESTARTED +#################### + +[2020-07-30 05:10:20,203] There has been a new submission: 'How To Practice Humility (SIMPLE WAYS TO BE MORE HUMBLE!)', with flair 'Video Critique' +[2020-07-30 05:10:22,214] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-07-30 05:10:24,565] /u/Onediamondfilms had their flair updated +[2020-07-30 05:10:45,049] There has been a new submission: 'hi i am a small YT creator and can i get some feedback on this video : also this isnt one of my best videos please watch 1 or 2 others then only you will be able to give proper feedback', with flair 'Video Critique' +[2020-07-30 05:10:46,605] /u/kabir-madan had their submission removed for insufficient lambda. +[2020-07-30 05:10:48,822] /u/kabir-madan had their flair updated +[2020-07-30 05:11:16,138] '/u/andyofasgard' has given '/u/DennisTheBadBoy' lambda! +[2020-07-30 05:11:19,039] /u/DennisTheBadBoy had their flair updated +[2020-07-30 05:11:38,864] '/u/FindAKidneyDonor-Com' has given '/u/beppu125' lambda! +[2020-07-30 05:11:41,681] /u/beppu125 had their flair updated +[2020-07-30 05:12:02,146] '/u/andyofasgard' has given '/u/Harthroth' lambda! +[2020-07-30 05:12:04,848] /u/Harthroth had their flair updated +[2020-07-30 05:25:15,568] '/u/DiddlesRDQ' has given '/u/Harthroth' lambda! +[2020-07-30 05:25:17,229] /u/Harthroth had their flair updated +[2020-07-30 05:54:25,796] There has been a new submission: 'spoken', with flair 'Video Critique' +[2020-07-30 05:54:27,076] /u/Whitney_666 had their submission removed for insufficient lambda. +[2020-07-30 05:54:28,884] /u/Whitney_666 had their flair updated +[2020-07-30 06:03:23,225] '/u/vaish1601' has given '/u/nnnishal' lambda! +[2020-07-30 06:03:25,124] /u/nnnishal had their flair updated +[2020-07-30 06:03:54,850] /u/nnnishal had their flair updated +[2020-07-30 06:39:29,434] +#################### +[Jul 30 2020 06:39:29] RESTARTED +#################### + +[2020-07-30 07:02:03,704] '/u/Cothfotmeoo' has given '/u/disloyalclothYT' lambda! +[2020-07-30 07:02:06,771] /u/disloyalclothYT had their flair updated +[2020-07-30 07:04:37,888] There has been a new submission: 'The Sims 4 Rupaul's Drag Race S1E3.2', with flair 'Gaming' +[2020-07-30 07:04:39,240] /u/SimsHotdogs had their submission removed for insufficient lambda. +[2020-07-30 07:04:40,720] /u/SimsHotdogs had their flair updated +[2020-07-30 07:05:00,011] There has been a new submission: 'Thanks to everyone who have subbed and viewed my videos got 5k views so fast now help me get to 10k! Youtube-Osrm Mtb', with flair 'Discussion' +[2020-07-30 07:05:01,682] /u/OsrmMtbYT had their flair updated +[2020-07-30 07:06:05,651] '/u/Cothfotmeoo' has given '/u/Dagkii_Reid' lambda! +[2020-07-30 07:06:07,990] /u/Dagkii_Reid had their flair updated +[2020-07-30 07:11:06,553] There has been a new submission: 'Katarina Montage PRO Players - Katarina Main Pentakill', with flair 'Gaming' +[2020-07-30 07:11:08,037] /u/AANGame had their submission removed for insufficient lambda. +[2020-07-30 07:11:10,301] /u/AANGame had their flair updated +[2020-07-30 07:15:49,542] There has been a new submission: 'ROBLOX UNDERTALE BATTLE ROYALE[Johnny Rework]', with flair 'Gaming' +[2020-07-30 07:15:51,133] /u/iamblackphanter had their submission removed for insufficient lambda. +[2020-07-30 07:15:52,697] /u/iamblackphanter had their flair updated +[2020-07-30 07:19:02,693] There has been a new submission: 'Bleeping swear words in Gameplay videos', with flair 'Discussion' +[2020-07-30 07:19:05,252] /u/bnanaposting had their flair updated +[2020-07-30 07:26:06,577] There has been a new submission: 'Focusing on quality > regularity has been more effective at growing my channel.', with flair 'Discussion' +[2020-07-30 07:26:08,418] /u/theartofsoftware had their flair updated +[2020-07-30 07:30:50,382] '/u/Peesukarhuu' has given '/u/jackgo14' lambda! +[2020-07-30 07:30:53,247] /u/jackgo14 had their flair updated +[2020-07-30 07:34:41,170] '/u/glazed_turkey' has given '/u/Harthroth' lambda! +[2020-07-30 07:34:43,757] /u/Harthroth had their flair updated +[2020-07-30 07:35:23,854] '/u/glazed_turkey' has given '/u/obsequey96' lambda! +[2020-07-30 07:35:26,764] /u/obsequey96 had their flair updated +[2020-07-30 07:36:07,706] '/u/tajminshaik' has given '/u/qzeqYT' lambda! +[2020-07-30 07:36:10,172] /u/qzeqYT had their flair updated +[2020-07-30 07:36:30,570] There has been a new submission: 'For Racing Game Lovers 🤩....... Need Support 💖', with flair 'Gaming' +[2020-07-30 07:36:31,833] /u/Subhajitishere had their submission removed for insufficient lambda. +[2020-07-30 07:36:33,181] /u/Subhajitishere had their flair updated +[2020-07-30 07:36:55,737] '/u/glazed_turkey' has given '/u/FGDesigns' lambda! +[2020-07-30 07:36:58,202] /u/FGDesigns had their flair updated +[2020-07-30 07:38:07,352] '/u/glazed_turkey' has given '/u/aragon_1399' lambda! +[2020-07-30 07:38:09,443] /u/aragon_1399 had their flair updated +[2020-07-30 07:39:11,517] '/u/Peesukarhuu' has given '/u/yobo723' lambda! +[2020-07-30 07:39:13,115] /u/yobo723 had their flair updated +[2020-07-30 07:39:31,039] '/u/tajminshaik' has given '/u/TheLuiginator' lambda! +[2020-07-30 07:39:32,710] /u/TheLuiginator had their flair updated +[2020-07-30 07:43:32,824] '/u/Peesukarhuu' has given '/u/ameixarocha' lambda! +[2020-07-30 07:43:35,256] /u/ameixarocha had their flair updated +[2020-07-30 07:46:49,802] '/u/Peesukarhuu' has given '/u/Glittering_Designer' lambda! +[2020-07-30 07:46:52,387] /u/Glittering_Designer had their flair updated +[2020-07-30 07:56:18,285] There has been a new submission: 'Friends what do you say about my niche? Like that of bright side', with flair 'Channel Review' +[2020-07-30 07:56:19,383] /u/hustlingyoutuber had their submission removed for insufficient lambda. +[2020-07-30 07:56:20,933] /u/hustlingyoutuber had their flair updated +[2020-07-30 08:03:40,196] '/u/Peesukarhuu' has given '/u/LMAOyeetzedong' lambda! +[2020-07-30 08:03:45,235] /u/LMAOyeetzedong had their flair updated +[2020-07-30 08:20:05,395] '/u/Peesukarhuu' has given '/u/qzeqYT' lambda! +[2020-07-30 08:20:08,918] /u/qzeqYT had their flair updated +[2020-07-30 08:20:23,973] There has been a new submission: 'My Descenders video are really fun to make I hope they are as fun to watch! This a bit of an older video I posted (bout a month ago) and I was wondering how it holds up newer stuff to see my progress. Thanks guys. Lambda for feedback and the ol' share and sub if you like the stuff is appreciate', with flair 'Video Critique' +[2020-07-30 08:20:25,316] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 08:20:25,355] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 08:20:26,339] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xJX0yFy7ldU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 08:20:26,652] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 08:20:29,721] /u/Brandonator247 had their flair updated +[2020-07-30 08:20:48,508] '/u/_shirobaby' has given '/u/chickpea_taco' lambda! +[2020-07-30 08:20:51,011] /u/chickpea_taco had their flair updated +[2020-07-30 08:21:06,896] '/u/_shirobaby' has given '/u/Taz-The-Yorkie' lambda! +[2020-07-30 08:21:09,491] /u/Taz-The-Yorkie had their flair updated +[2020-07-30 08:21:33,072] '/u/Peesukarhuu' has given '/u/Meow121325' lambda! +[2020-07-30 08:21:35,639] /u/Meow121325 had their flair updated +[2020-07-30 08:21:59,839] There has been a new submission: 'Ross from Friends terrorises Australian neighbourhood', with flair 'Art' +[2020-07-30 08:22:01,207] /u/__deanjames had their submission removed for insufficient lambda. +[2020-07-30 08:22:03,233] /u/__deanjames had their flair updated +[2020-07-30 08:22:16,936] There has been a new submission: 'How do i know if i am actually growing?', with flair 'Discussion' +[2020-07-30 08:22:19,685] /u/Narband had their flair updated +[2020-07-30 08:22:33,942] There has been a new submission: 'Nature video feedback', with flair 'Channel Review' +[2020-07-30 08:22:35,332] /u/MajorInstance had their submission removed for insufficient lambda. +[2020-07-30 08:22:37,392] /u/MajorInstance had their flair updated +[2020-07-30 08:23:56,217] /u/Peesukarhuu had their flair updated +[2020-07-30 08:29:49,463] There has been a new submission: 'PS5 Fan Made Dual Sense Controller - Do you like it?', with flair 'Channel Review' +[2020-07-30 08:29:50,894] /u/ItsEmto had their submission removed for insufficient lambda. +[2020-07-30 08:29:51,305] /u/ItsEmto had their flair updated +[2020-07-30 08:37:27,334] '/u/glazed_turkey' has given '/u/thepositiv1' lambda! +[2020-07-30 08:37:29,035] /u/thepositiv1 had their flair updated +[2020-07-30 08:39:39,013] +#################### +[Jul 30 2020 08:39:39] RESTARTED +#################### + +[2020-07-30 09:11:37,523] There has been a new submission: 'Top 10 Activities for Kids during Holidays..', with flair 'Vlog' +[2020-07-30 09:11:39,212] /u/erosam1986 had their submission removed for insufficient lambda. +[2020-07-30 09:11:41,291] /u/erosam1986 had their flair updated +[2020-07-30 09:13:15,961] There has been a new submission: 'hey guys my new video is out!!!!, today i played piggysons, so if you loved the video leave like and subscriber on my channel , i'm trying to reach 100 subs , and it will be great if you helped me , and yeah enjoy the video!!!', with flair 'Gaming' +[2020-07-30 09:13:17,482] /u/Madlok98 had their submission removed for insufficient lambda. +[2020-07-30 09:13:19,319] /u/Madlok98 had their flair updated +[2020-07-30 09:13:38,898] There has been a new submission: 'Hey guys! I'm a new YouTuber and I would love some feedback', with flair 'Video Critique' +[2020-07-30 09:13:40,248] /u/Level_Best had their submission removed for insufficient lambda. +[2020-07-30 09:13:42,042] /u/Level_Best had their flair updated +[2020-07-30 09:14:05,442] There has been a new submission: 'Hey everyone, hoping to borrow 5 minutes of your spare time looking for some feedback on my latest video, it will help me a lot to improve future content! Thank you!', with flair 'Video Critique' +[2020-07-30 09:14:06,710] /u/SirDunksie had their submission removed for insufficient lambda. +[2020-07-30 09:14:08,504] /u/SirDunksie had their flair updated +[2020-07-30 09:16:10,841] '/u/Coryrat' has given '/u/DiddlesRDQ' lambda! +[2020-07-30 09:16:13,541] /u/DiddlesRDQ had their flair updated +[2020-07-30 09:21:58,940] There has been a new submission: 'So this is my most recent video which I made. It’s an essay style look at the scamming, underage gambling and shady going ons in the game Habbo Hotel. Any feedback would be great, all I want to do is improve :)', with flair 'Video Critique' +[2020-07-30 09:22:00,520] /u/lukeallaway had their submission removed for insufficient lambda. +[2020-07-30 09:22:02,726] /u/lukeallaway had their flair updated +[2020-07-30 09:37:04,275] There has been a new submission: 'Had a stab at making a channel intro, would be great to get some feedback! (tech review channel)', with flair 'Video Critique' +[2020-07-30 09:37:06,809] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 09:37:06,850] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 09:37:08,571] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Zyir44ajL0E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 09:37:08,982] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkkDAWGy8judKtf-ivMjbcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 09:37:11,197] /u/nnnishal had their flair updated +[2020-07-30 09:38:28,626] There has been a new submission: 'क्या किडनी रोगी खा सकते है हरी सब्जियाँ? Green Vegetables for Kidney | EP 36 Apke Sawal Humare Jawab', with flair 'Thumbnail Review' +[2020-07-30 09:38:29,773] /u/akhilesh12 had their submission removed for insufficient lambda. +[2020-07-30 09:38:30,720] /u/akhilesh12 had their flair updated +[2020-07-30 09:45:10,110] There has been a new submission: 'Been making videos for 4 years now, and I put alot of effort into this one :) :)', with flair 'Video Critique' +[2020-07-30 09:45:10,475] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 09:45:10,476] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 09:45:10,735] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GIOAkfksb38&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 09:45:10,862] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIfdmqHVVdpts2buEVXyGtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 09:45:12,930] /u/jackgo14 had their flair updated +[2020-07-30 09:55:54,744] There has been a new submission: 'What to do if your niche is underdeveloped/doesn’t exist?', with flair 'Discussion' +[2020-07-30 09:55:56,574] /u/jv479809 had their flair updated +[2020-07-30 09:57:40,004] '/u/jackgo14' has given '/u/Bafflenuuk1000' lambda! +[2020-07-30 09:57:42,664] /u/Bafflenuuk1000 had their flair updated +[2020-07-30 09:57:43,730] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-07-30 09:59:30,577] /u/Bafflenuuk1000 had their flair updated +[2020-07-30 09:59:55,092] '/u/Brandonator247' has given '/u/Bafflenuuk1000' lambda! +[2020-07-30 09:59:57,458] /u/Bafflenuuk1000 had their flair updated +[2020-07-30 10:06:37,836] '/u/nnnishal' has given '/u/Bafflenuuk1000' lambda! +[2020-07-30 10:06:40,583] /u/Bafflenuuk1000 had their flair updated +[2020-07-30 10:10:52,364] There has been a new submission: 'I need advice', with flair 'Meta' +[2020-07-30 10:10:55,314] /u/ShikharTrivedi had their flair updated +[2020-07-30 10:11:17,806] There has been a new submission: 'Fair skin with easy way', with flair 'Channel Review' +[2020-07-30 10:11:19,717] /u/PreparationDue6766 had their submission removed for insufficient lambda. +[2020-07-30 10:11:21,987] /u/PreparationDue6766 had their flair updated +[2020-07-30 10:13:25,496] '/u/jackgo14' has given '/u/MeruemLove' lambda! +[2020-07-30 10:13:28,326] /u/MeruemLove had their flair updated +[2020-07-30 10:39:31,318] +#################### +[Jul 30 2020 10:39:31] RESTARTED +#################### + +[2020-07-30 11:08:25,148] '/u/FindAKidneyDonor-Com' has given '/u/SoostSaast' lambda! +[2020-07-30 11:08:27,399] /u/SoostSaast had their flair updated +[2020-07-30 11:08:46,231] '/u/FindAKidneyDonor-Com' has given '/u/OktoPhlo' lambda! +[2020-07-30 11:08:48,037] /u/OktoPhlo had their flair updated +[2020-07-30 11:09:09,628] '/u/FindAKidneyDonor-Com' has given '/u/disloyalclothYT' lambda! +[2020-07-30 11:09:11,586] /u/disloyalclothYT had their flair updated +[2020-07-30 11:09:31,278] '/u/FindAKidneyDonor-Com' has given '/u/AlsleumMusic' lambda! +[2020-07-30 11:09:33,200] /u/AlsleumMusic had their flair updated +[2020-07-30 11:09:48,282] There has been a new submission: 'I don’t know how to grow my channel', with flair 'Channel Review' +[2020-07-30 11:09:49,400] /u/PerpenDANKular had their submission removed for insufficient lambda. +[2020-07-30 11:09:49,888] /u/PerpenDANKular had their flair updated +[2020-07-30 11:10:17,279] '/u/FlashWaveXL66769' has given '/u/addtej' lambda! +[2020-07-30 11:10:19,761] /u/addtej had their flair updated +[2020-07-30 11:11:13,389] '/u/FlashWaveXL66769' has given '/u/rociscool_' lambda! +[2020-07-30 11:11:16,289] /u/rociscool_ had their flair updated +[2020-07-30 11:11:35,479] There has been a new submission: 'will Primere in 1 hour, enjoy', with flair 'Gaming' +[2020-07-30 11:11:36,967] /u/moncikoma had their submission removed for insufficient lambda. +[2020-07-30 11:11:39,064] /u/moncikoma had their flair updated +[2020-07-30 11:33:46,380] There has been a new submission: 'What it’s REALLY like to be a Content Creator in 4 mins | We are still new to voice-overs so would love FEEDBACK! | Llambda for feedback of course!', with flair 'Video Critique' +[2020-07-30 11:33:49,040] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 11:33:49,125] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 11:33:51,706] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-62zXH8Jlhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 11:33:51,997] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwm19zqbUY_lkIKnf3K8Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 11:33:55,397] /u/TRIO-Stories had their flair updated +[2020-07-30 12:13:39,196] '/u/brovalley' has given '/u/Arsenio1991' lambda! +[2020-07-30 12:13:41,651] /u/Arsenio1991 had their flair updated +[2020-07-30 12:21:36,879] '/u/jackgo14' has given '/u/Lucasdve' lambda! +[2020-07-30 12:21:39,050] /u/Lucasdve had their flair updated +[2020-07-30 12:24:35,318] There has been a new submission: 'MJ inspired me so much this past week with The Last Dance doc on Netflix, so I made a video on him. This video was more passionate as opposed to 'how-to' as my previous videos. I hope you enjoy! (All feedback/suggestions will be rewarded with Lambda)', with flair 'Video Critique' +[2020-07-30 12:24:35,795] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 12:24:35,797] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 12:24:35,920] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oOfBFXkyqzk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 12:24:36,016] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_NvEhEPrqnHT4IjVzInrvQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 12:24:38,493] /u/KingJodeg had their flair updated +[2020-07-30 12:26:02,247] '/u/medfred3' has given '/u/qzeqYT' lambda! +[2020-07-30 12:26:03,782] /u/qzeqYT had their flair updated +[2020-07-30 12:39:30,383] +#################### +[Jul 30 2020 12:39:30] RESTARTED +#################### + +[2020-07-30 13:00:17,536] '/u/jackgo14' has given '/u/Arsenio1991' lambda! +[2020-07-30 13:00:20,565] /u/Arsenio1991 had their flair updated +[2020-07-30 13:00:41,946] '/u/TRIO-Stories' has given '/u/FynnKrauseFootballYT' lambda! +[2020-07-30 13:00:44,933] /u/FynnKrauseFootballYT had their flair updated +[2020-07-30 13:02:17,153] There has been a new submission: 'Premier League TOTS without players from the top 6 teams', with flair 'Video Critique' +[2020-07-30 13:02:19,731] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 13:02:19,771] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 13:02:21,484] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J_NzLJ2KWUg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:02:21,854] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:02:25,168] /u/FynnKrauseFootballYT had their flair updated +[2020-07-30 13:02:43,818] There has been a new submission: 'Chill flute music for calm relaxing mind', with flair 'Channel Review' +[2020-07-30 13:02:45,287] /u/PreparationDue6766 had their submission removed for insufficient lambda. +[2020-07-30 13:02:47,202] /u/PreparationDue6766 had their flair updated +[2020-07-30 13:03:05,930] There has been a new submission: 'Bruges - Medieval City', with flair 'Vlog' +[2020-07-30 13:03:07,798] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 13:03:07,877] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 13:03:09,390] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5CiFSp4XXLc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:03:09,759] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfuRf-5m_SWnR3_ggF8IeiQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:03:12,540] /u/Arsenio1991 had their flair updated +[2020-07-30 13:04:32,953] There has been a new submission: 'Nature Sounds: Bird sounds for relaxing and sleeping!', with flair 'Video Critique' +[2020-07-30 13:04:34,879] /u/icharis1008 had their submission removed for insufficient lambda. +[2020-07-30 13:04:36,566] /u/icharis1008 had their flair updated +[2020-07-30 13:04:55,612] There has been a new submission: 'فورتنايت مال بوت Fortnite map bot', with flair 'Gaming' +[2020-07-30 13:04:56,883] /u/Rmjojoz had their submission removed for insufficient lambda. +[2020-07-30 13:04:58,438] /u/Rmjojoz had their flair updated +[2020-07-30 13:06:03,544] There has been a new submission: 'I Played a New Free Amnesia Game Don't be Afraid !', with flair 'Gaming' +[2020-07-30 13:06:04,804] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-07-30 13:06:06,068] /u/HelloThereUK had their flair updated +[2020-07-30 13:06:25,641] There has been a new submission: 'Give me advice on how to improve, mock my voice or disagree with my points and I'll reward you with infinite luck and finite lambda', with flair 'Video Critique' +[2020-07-30 13:06:28,215] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 13:06:28,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 13:06:30,018] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=46N3S9ZX_xU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:06:30,385] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSz7bvZgy5YrhzPcoO_cv6w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 13:06:32,806] /u/Lucasdve had their flair updated +[2020-07-30 13:33:29,740] There has been a new submission: 'Tips for converting non-subscriber viewers into subscribers?', with flair 'Discussion' +[2020-07-30 13:33:32,161] /u/thisiskyleadams had their flair updated +[2020-07-30 13:40:08,151] There has been a new submission: 'Always has been', with flair 'Video Critique' +[2020-07-30 13:40:09,869] /u/robins__spaceworlds had their submission removed for insufficient lambda. +[2020-07-30 13:40:12,228] /u/robins__spaceworlds had their flair updated +[2020-07-30 13:42:15,557] '/u/Lucasdve' has given '/u/Tywinator' lambda! +[2020-07-30 13:42:18,950] /u/Tywinator had their flair updated +[2020-07-30 13:44:03,259] There has been a new submission: 'Batidas explosivas', with flair 'Vlog' +[2020-07-30 13:44:05,828] /u/jeyfri had their submission removed for insufficient lambda. +[2020-07-30 13:44:07,670] /u/jeyfri had their flair updated +[2020-07-30 13:46:07,394] There has been a new submission: 'Made a memetage I was finally proud of, please give critique for how I can improve and let me know if you like it', with flair 'Video Critique' +[2020-07-30 13:46:09,031] /u/ReAnimatedGamer had their submission removed for insufficient lambda. +[2020-07-30 13:46:10,512] /u/ReAnimatedGamer had their flair updated +[2020-07-30 13:55:50,163] There has been a new submission: 'My sister's new YT Channel', with flair 'Channel Review' +[2020-07-30 13:55:51,608] /u/miketsikas713 had their submission removed for insufficient lambda. +[2020-07-30 13:55:53,154] /u/miketsikas713 had their flair updated +[2020-07-30 14:00:17,542] There has been a new submission: 'Polish Boy Hot Dog | Hot Dog Series | Spicy BBQ Recipe', with flair 'Channel Review' +[2020-07-30 14:00:19,244] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-07-30 14:00:21,581] /u/Wingo321 had their flair updated +[2020-07-30 14:02:07,759] '/u/Samanaitor_88' has given '/u/RealGalaxyRider' lambda! +[2020-07-30 14:02:10,509] /u/RealGalaxyRider had their flair updated +[2020-07-30 14:15:50,701] '/u/Lucasdve' has given '/u/Inspiron1501' lambda! +[2020-07-30 14:15:53,239] /u/Inspiron1501 had their flair updated +[2020-07-30 14:17:57,521] '/u/Lucasdve' has given '/u/SciFi_Pie' lambda! +[2020-07-30 14:17:58,751] /u/SciFi_Pie had their flair updated +[2020-07-30 14:21:59,654] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 12 - A New Horizon', with flair 'Gaming' +[2020-07-30 14:22:01,633] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-30 14:22:03,756] /u/CecliusPlaysHD had their flair updated +[2020-07-30 14:22:45,411] '/u/Lucasdve' has given '/u/Ashty1337' lambda! +[2020-07-30 14:22:47,442] /u/Ashty1337 had their flair updated +[2020-07-30 14:28:48,067] There has been a new submission: 'Create a Flat Design Mountains Natural Landscape with Inkscape', with flair 'Art' +[2020-07-30 14:28:49,211] /u/thevectorslide had their submission removed for insufficient lambda. +[2020-07-30 14:28:50,072] /u/thevectorslide had their flair updated +[2020-07-30 14:29:14,692] '/u/Lucasdve' has given '/u/MrCarsone' lambda! +[2020-07-30 14:29:16,573] /u/MrCarsone had their flair updated +[2020-07-30 14:35:24,466] There has been a new submission: 'Nba 2k20 gameplay!! Nba 2k20 best build + nba 2k20 dribble moves 🔥🔊', with flair 'Gaming' +[2020-07-30 14:35:25,837] /u/josh_gbh had their submission removed for insufficient lambda. +[2020-07-30 14:35:27,478] /u/josh_gbh had their flair updated +[2020-07-30 14:36:04,637] There has been a new submission: 'How to get rid of fuzzy sound in videos.', with flair 'Discussion' +[2020-07-30 14:36:06,711] /u/Samanaitor_88 had their flair updated +[2020-07-30 14:37:23,707] '/u/Nadia_Robot' has given '/u/kbcash' lambda! +[2020-07-30 14:37:24,972] /u/kbcash had their flair updated +[2020-07-30 14:38:14,254] '/u/Nadia_Robot' has given '/u/beppu125' lambda! +[2020-07-30 14:38:15,415] /u/beppu125 had their flair updated +[2020-07-30 14:39:39,803] +#################### +[Jul 30 2020 14:39:39] RESTARTED +#################### + +[2020-07-30 15:09:21,469] '/u/TRIO-Stories' has given '/u/MrCarsone' lambda! +[2020-07-30 15:09:23,731] /u/MrCarsone had their flair updated +[2020-07-30 15:10:13,507] '/u/jackgo14' has given '/u/Inspiron1501' lambda! +[2020-07-30 15:10:15,789] /u/Inspiron1501 had their flair updated +[2020-07-30 15:11:33,625] '/u/Lucasdve' has given '/u/streboralyac' lambda! +[2020-07-30 15:11:36,529] /u/streboralyac had their flair updated +[2020-07-30 15:13:37,165] '/u/Lucasdve' has given '/u/CaptainGusMohawk' lambda! +[2020-07-30 15:13:39,793] /u/CaptainGusMohawk had their flair updated +[2020-07-30 15:14:19,583] /u/streboralyac had their flair updated +[2020-07-30 15:14:38,749] '/u/Peesukarhuu' has given '/u/ReAnimatedGamer' lambda! +[2020-07-30 15:14:40,759] /u/ReAnimatedGamer had their flair updated +[2020-07-30 15:15:11,768] There has been a new submission: 'I have an educational channel and I don't know what to post now. How can I transition it to something else?', with flair 'Discussion' +[2020-07-30 15:15:13,506] /u/kpontop9 had their flair updated +[2020-07-30 15:15:31,859] There has been a new submission: '[OBS STUDIO] I have an embarrassing habit of inhaling after I talk :(', with flair 'Discussion' +[2020-07-30 15:15:36,044] /u/baechanka had their flair updated +[2020-07-30 15:15:55,070] There has been a new submission: 'how much money MrBeast makes on YouTube', with flair 'Vlog' +[2020-07-30 15:15:56,299] /u/mishi1999 had their submission removed for insufficient lambda. +[2020-07-30 15:15:57,853] /u/mishi1999 had their flair updated +[2020-07-30 15:16:16,090] There has been a new submission: 'LOOTING DAY - Deadside - Ep.3', with flair 'Gaming' +[2020-07-30 15:16:17,554] /u/Youtube_SpyBanter had their submission removed for insufficient lambda. +[2020-07-30 15:16:18,869] /u/Youtube_SpyBanter had their flair updated +[2020-07-30 15:16:38,759] There has been a new submission: 'Exploring Nature in Forza Horizon 4 with Toyota Hilux | Logitech G920 Gameplay', with flair 'Gaming' +[2020-07-30 15:16:40,027] /u/YSforce had their submission removed for insufficient lambda. +[2020-07-30 15:16:41,217] /u/YSforce had their flair updated +[2020-07-30 15:16:59,573] There has been a new submission: 'Constructive feedback for my content @Watch The Couch', with flair 'Discussion' +[2020-07-30 15:17:00,886] /u/watchthecouch had their flair updated +[2020-07-30 15:18:21,037] '/u/jackgo14' has given '/u/vaish1601' lambda! +[2020-07-30 15:18:23,294] /u/vaish1601 had their flair updated +[2020-07-30 15:23:08,326] '/u/jackgo14' has given '/u/pyrodadcom' lambda! +[2020-07-30 15:23:10,868] /u/pyrodadcom had their flair updated +[2020-07-30 15:30:05,341] There has been a new submission: 'Please critique my Minecraft Skywars Montage video. Good advice will receive lambda of course!', with flair 'Video Critique' +[2020-07-30 15:30:10,658] /u/ItzRusty had their flair updated +[2020-07-30 15:38:29,200] There has been a new submission: 'this will make you concentrate next time', with flair 'Video Critique' +[2020-07-30 15:38:30,210] /u/Vineshj had their submission removed for insufficient lambda. +[2020-07-30 15:38:31,128] /u/Vineshj had their flair updated +[2020-07-30 15:48:05,510] There has been a new submission: 'TOP 5 Shaders for Minecraft 1.16.1 (Unreal Graphics, UHD Textures and Dynamic Lightning)', with flair 'Video Critique' +[2020-07-30 15:48:08,411] /u/JdemeProfil had their submission removed for insufficient lambda. +[2020-07-30 15:48:09,519] /u/JdemeProfil had their flair updated +[2020-07-30 16:05:19,024] There has been a new submission: 'Powerful gayatri mantra for remove negatives', with flair 'Channel Review' +[2020-07-30 16:05:20,263] /u/PreparationDue6766 had their submission removed for insufficient lambda. +[2020-07-30 16:05:21,816] /u/PreparationDue6766 had their flair updated +[2020-07-30 16:13:26,922] There has been a new submission: 'Can’t Wait for Sept and Oct 2020! Marvel..Star Wars and the Ultimate Horror Game to spook you out~~! Lambda for all sincere feedback! Thank you.', with flair 'Channel Review' +[2020-07-30 16:13:29,555] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 16:13:29,595] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 16:13:31,396] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e3ejo7w_ejE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 16:13:31,728] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 16:13:35,290] /u/IWI-Team had their flair updated +[2020-07-30 16:17:01,953] There has been a new submission: 'Call of Duty Warzone, but 90% of the video gives you brain damage', with flair 'Gaming' +[2020-07-30 16:17:04,924] /u/ItsPsychoKing had their submission removed for insufficient lambda. +[2020-07-30 16:17:06,798] /u/ItsPsychoKing had their flair updated +[2020-07-30 16:26:15,397] '/u/jackgo14' has given '/u/Vineshj' lambda! +[2020-07-30 16:26:16,895] /u/Vineshj had their flair updated +[2020-07-30 16:28:29,595] '/u/IWI-Team' has given '/u/CaptainGusMohawk' lambda! +[2020-07-30 16:28:31,892] /u/CaptainGusMohawk had their flair updated +[2020-07-30 16:38:30,139] '/u/jackgo14' has given '/u/RealGalaxyRider' lambda! +[2020-07-30 16:38:31,240] /u/RealGalaxyRider had their flair updated +[2020-07-30 16:39:40,238] +#################### +[Jul 30 2020 16:39:40] RESTARTED +#################### + +[2020-07-30 17:07:43,877] '/u/nnnishal' has given '/u/fearful666' lambda! +[2020-07-30 17:07:45,557] /u/fearful666 had their flair updated +[2020-07-30 17:09:04,782] '/u/Unraveled_YT' has given '/u/AlsleumMusic' lambda! +[2020-07-30 17:09:06,786] /u/AlsleumMusic had their flair updated +[2020-07-30 17:12:34,937] {ERROR} unsupported operand type(s) for -: 'str' and 'int' +[2020-07-30 17:14:36,790] '/u/ItzRusty' has given '/u/fearful666' lambda! +[2020-07-30 17:14:39,575] /u/fearful666 had their flair updated +[2020-07-30 17:14:59,771] '/u/ItzRusty' has given '/u/jackgo14' lambda! +[2020-07-30 17:15:02,112] /u/jackgo14 had their flair updated +[2020-07-30 17:15:19,355] There has been a new submission: 'This is just a channel I’ve decided to make because I’m bored and it’s summer. It’s not the best quality but I would appreciate feedback. Edited with iMovie cause I’m poor.', with flair 'Channel Review' +[2020-07-30 17:15:22,391] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 17:15:22,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 17:15:24,279] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WB48QGf_JO4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 17:15:24,811] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 17:15:28,013] /u/RealGalaxyRider had their flair updated +[2020-07-30 17:15:46,387] There has been a new submission: 'Trying to hit 100 subs, any tips?', with flair 'Gaming' +[2020-07-30 17:15:48,107] /u/AmmO-YT had their submission removed for insufficient lambda. +[2020-07-30 17:15:49,833] /u/AmmO-YT had their flair updated +[2020-07-30 17:16:11,141] There has been a new submission: 'Need help for a background, what would you suggest?', with flair 'Discussion' +[2020-07-30 17:16:14,588] /u/Rubenazo1999 had their flair updated +[2020-07-30 17:16:32,500] There has been a new submission: 'TikTok bringing subscribers?', with flair 'Discussion' +[2020-07-30 17:16:36,080] /u/DennisTheBadBoy had their flair updated +[2020-07-30 17:16:54,490] There has been a new submission: 'Love Bacon? Check Out My Tech Channel 🥓', with flair 'Channel Review' +[2020-07-30 17:16:56,213] /u/jakemfbacon had their submission removed for insufficient lambda. +[2020-07-30 17:16:57,527] /u/jakemfbacon had their flair updated +[2020-07-30 17:17:14,859] There has been a new submission: 'Hey! I do longer form content like dnd campaigns and a music based podcast/talk show, I'm interesting in seeing what works, what doesn't, and how I can improve!', with flair 'Channel Review' +[2020-07-30 17:17:18,467] /u/Harthroth had their flair updated +[2020-07-30 17:17:40,121] '/u/ItzRusty' has given '/u/CaptainGusMohawk' lambda! +[2020-07-30 17:17:42,330] /u/CaptainGusMohawk had their flair updated +[2020-07-30 17:18:47,902] '/u/nnnishal' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-30 17:18:50,079] /u/YaGuyAlex_yt had their flair updated +[2020-07-30 17:19:12,576] '/u/nnnishal' has given '/u/TheProcrastilater' lambda! +[2020-07-30 17:19:14,742] /u/TheProcrastilater had their flair updated +[2020-07-30 17:19:50,038] '/u/RealGalaxyRider' has given '/u/moreganplease' lambda! +[2020-07-30 17:19:52,003] /u/moreganplease had their flair updated +[2020-07-30 17:22:57,531] '/u/zach_swoogg' has given '/u/streboralyac' lambda! +[2020-07-30 17:23:00,399] /u/streboralyac had their flair updated +[2020-07-30 17:29:50,989] There has been a new submission: 'ASMR for RELAXATION& SLEEP | FAST & AGGRESSIVE TAPS🎫 LUXURIOUS LIPGLOSS SOUNDS 🎫 #Chanel #CoCoChanelMademoiselle', with flair 'Video Critique' +[2020-07-30 17:29:52,120] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-07-30 17:29:52,566] /u/tballs2003 had their flair updated +[2020-07-30 17:30:12,128] There has been a new submission: 'Bannerlord Review', with flair 'Gaming' +[2020-07-30 17:30:13,844] /u/PapaScho had their submission removed for insufficient lambda. +[2020-07-30 17:30:16,339] /u/PapaScho had their flair updated +[2020-07-30 17:33:21,710] '/u/RealGalaxyRider' has given '/u/blacksmyth34' lambda! +[2020-07-30 17:33:24,783] /u/blacksmyth34 had their flair updated +[2020-07-30 17:34:28,318] '/u/RealGalaxyRider' has given '/u/itsMintacle' lambda! +[2020-07-30 17:34:31,312] /u/itsMintacle had their flair updated +[2020-07-30 17:35:40,663] '/u/RealGalaxyRider' has given '/u/jackgo14' lambda! +[2020-07-30 17:35:43,158] /u/jackgo14 had their flair updated +[2020-07-30 17:37:18,383] There has been a new submission: 'An Opinion please, i made a Valorant montage', with flair 'Gaming' +[2020-07-30 17:37:20,543] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-07-30 17:37:21,652] /u/Glittering-Ad-3506 had their flair updated +[2020-07-30 17:44:23,013] '/u/RealGalaxyRider' has given '/u/AnimuseVids' lambda! +[2020-07-30 17:44:25,588] /u/AnimuseVids had their flair updated +[2020-07-30 17:46:20,036] There has been a new submission: 'Guys, so i made a YouTube Channel, its my first time! It would mean so much if you guys could check it and leave a like and subscribe! 🥺🤪', with flair 'Vlog' +[2020-07-30 17:46:21,765] /u/Alien_whore had their submission removed for insufficient lambda. +[2020-07-30 17:46:23,200] /u/Alien_whore had their flair updated +[2020-07-30 17:47:17,528] There has been a new submission: 'Looking for some advice, criticism, ideas for things I can improve to help my channel grow', with flair 'Channel Review' +[2020-07-30 17:47:18,837] /u/M1tchyMoo had their submission removed for insufficient lambda. +[2020-07-30 17:47:20,025] /u/M1tchyMoo had their flair updated +[2020-07-30 17:49:11,276] There has been a new submission: 'ROBERY PRANK ON MY LITTLE BROTHER (HE CRIED)', with flair 'Vlog' +[2020-07-30 17:49:13,690] /u/TheRealFaZeMill had their submission removed for insufficient lambda. +[2020-07-30 17:49:14,385] /u/TheRealFaZeMill had their flair updated +[2020-07-30 17:51:38,637] There has been a new submission: 'Take A Break And Have A Laugh As I Explore R/Memes! Giving LAMBDA For Any Feedback!', with flair 'Video Critique' +[2020-07-30 17:51:41,050] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 17:51:41,052] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 17:51:42,897] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3z0LXYzEZz0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 17:51:43,308] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiFtIaPXpRuAvyed3LuxTsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 17:51:47,237] /u/CaptainGusMohawk had their flair updated +[2020-07-30 17:53:35,937] There has been a new submission: 'The next Synergy Recruit #SynergyRC #SynergyMane', with flair 'Gaming' +[2020-07-30 17:53:37,330] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-07-30 17:53:39,224] /u/mane_10911 had their flair updated +[2020-07-30 17:54:19,980] There has been a new submission: 'I uploaded my first edited "playthrough". Would really appreciate constructive criticism on the edit and thumbnail itself. I know the audio is a bit scuffed since my mic acted up.', with flair 'Video Critique' +[2020-07-30 17:54:21,372] /u/Shibuyya had their submission removed for insufficient lambda. +[2020-07-30 17:54:23,058] /u/Shibuyya had their flair updated +[2020-07-30 18:01:39,724] There has been a new submission: 'We built a van to look like a SKYRIM house on the inside!!! Let us know what you think- would love some criticism on anything and everything :)', with flair 'Video Critique' +[2020-07-30 18:01:42,874] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 18:01:42,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 18:01:44,472] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l1LOzaSS-6M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:01:44,883] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxfTD8C55rqENmnw8watHcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:01:48,084] /u/moreganplease had their flair updated +[2020-07-30 18:02:35,618] There has been a new submission: 'I literally wont stop streaming till I hit 3k subscribers challenge', with flair 'Gaming' +[2020-07-30 18:02:38,002] /u/CoblaYoutube had their submission removed for insufficient lambda. +[2020-07-30 18:02:40,031] /u/CoblaYoutube had their flair updated +[2020-07-30 18:06:16,243] There has been a new submission: 'Total Confirmed COVID-19 cases', with flair 'Art' +[2020-07-30 18:06:17,650] /u/Maptastic1 had their submission removed for insufficient lambda. +[2020-07-30 18:06:19,083] /u/Maptastic1 had their flair updated +[2020-07-30 18:07:15,404] '/u/ItzRusty' has given '/u/itsMintacle' lambda! +[2020-07-30 18:07:17,305] /u/itsMintacle had their flair updated +[2020-07-30 18:24:30,965] '/u/glazed_turkey' has given '/u/ItsEmto' lambda! +[2020-07-30 18:24:32,885] /u/ItsEmto had their flair updated +[2020-07-30 18:24:46,047] '/u/glazed_turkey' has given '/u/station2yt' lambda! +[2020-07-30 18:24:47,607] /u/station2yt had their flair updated +[2020-07-30 18:26:14,390] '/u/glazed_turkey' has given '/u/lukeallaway' lambda! +[2020-07-30 18:26:15,813] /u/lukeallaway had their flair updated +[2020-07-30 18:27:27,332] '/u/glazed_turkey' has given '/u/daleplob' lambda! +[2020-07-30 18:27:29,961] /u/daleplob had their flair updated +[2020-07-30 18:28:20,727] '/u/glazed_turkey' has given '/u/Celtic_Spike' lambda! +[2020-07-30 18:28:23,206] /u/Celtic_Spike had their flair updated +[2020-07-30 18:29:03,519] '/u/glazed_turkey' has given '/u/Ashty1337' lambda! +[2020-07-30 18:29:05,533] /u/Ashty1337 had their flair updated +[2020-07-30 18:29:43,139] '/u/glazed_turkey' has given '/u/Vineshj' lambda! +[2020-07-30 18:29:45,341] /u/Vineshj had their flair updated +[2020-07-30 18:30:14,854] '/u/moreganplease' has given '/u/thecounselor6' lambda! +[2020-07-30 18:30:17,067] /u/thecounselor6 had their flair updated +[2020-07-30 18:30:35,226] '/u/glazed_turkey' has given '/u/fearful666' lambda! +[2020-07-30 18:30:38,008] /u/fearful666 had their flair updated +[2020-07-30 18:31:18,350] '/u/glazed_turkey' has given '/u/Cryptik101' lambda! +[2020-07-30 18:31:21,582] /u/Cryptik101 had their flair updated +[2020-07-30 18:32:23,347] There has been a new submission: 'I recreated the original Potion Seller video with myself in a mirror.', with flair 'Video Critique' +[2020-07-30 18:32:26,862] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 18:32:26,863] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 18:32:28,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TBRDYtNp6cg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:32:28,985] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKs0lrBjGP59LD-qJq6smKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:32:32,673] /u/Wave_Of_Babies had their flair updated +[2020-07-30 18:32:56,965] '/u/glazed_turkey' has given '/u/Ali_Bama' lambda! +[2020-07-30 18:33:00,076] /u/Ali_Bama had their flair updated +[2020-07-30 18:33:55,111] '/u/moreganplease' has given '/u/itsMintacle' lambda! +[2020-07-30 18:33:58,839] /u/itsMintacle had their flair updated +[2020-07-30 18:35:04,578] There has been a new submission: 'Made a video for all my start up dreamers. I hope you enjoy. Would love thoughts on the thumbnail and framing.', with flair 'Video Critique' +[2020-07-30 18:35:06,996] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 18:35:07,036] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 18:35:08,637] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RcO-EMPyllM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:35:09,003] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzPvLTErV413qJ7bSv0o0pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 18:35:11,843] /u/perplexed_pragmatism had their flair updated +[2020-07-30 18:35:33,448] '/u/TRIO-Stories' has given '/u/ameixarocha' lambda! +[2020-07-30 18:35:35,944] /u/ameixarocha had their flair updated +[2020-07-30 18:36:12,635] '/u/TRIO-Stories' has given '/u/chickpea_taco' lambda! +[2020-07-30 18:36:15,506] /u/chickpea_taco had their flair updated +[2020-07-30 18:37:08,737] '/u/TRIO-Stories' has given '/u/YaGuyAlex_yt' lambda! +[2020-07-30 18:37:11,037] /u/YaGuyAlex_yt had their flair updated +[2020-07-30 18:37:33,823] '/u/TRIO-Stories' has given '/u/blacksmyth34' lambda! +[2020-07-30 18:37:35,873] /u/blacksmyth34 had their flair updated +[2020-07-30 18:40:11,084] +#################### +[Jul 30 2020 18:40:11] RESTARTED +#################### + +[2020-07-30 19:24:03,075] There has been a new submission: 'Ladybug Bloodbath - Grounded Funny Moments Looking for feedback! Hope you enjoy!', with flair 'Gaming' +[2020-07-30 19:24:07,007] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 19:24:07,046] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 19:24:08,520] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y5p9yi77NRs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:24:08,970] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG1ESpg6SF667Kvt8zRkeyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:24:12,083] /u/itsMintacle had their flair updated +[2020-07-30 19:24:30,548] There has been a new submission: 'What is your average retention rate for a longer video?', with flair 'Discussion' +[2020-07-30 19:24:34,440] /u/Stonewall776 had their flair updated +[2020-07-30 19:24:51,861] There has been a new submission: 'Hotline Miami | Still Cool 8 Years Later(worked extremely hard on this one. Hope you all like it a lot! I’ll give everyone lambda I ain’t greedy!)', with flair 'Video Critique' +[2020-07-30 19:24:54,441] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 19:24:54,443] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 19:24:56,124] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AwNSJIMFdB8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:24:57,186] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:24:59,518] /u/MrCarsone had their flair updated +[2020-07-30 19:25:16,746] There has been a new submission: 'Spent a lot of time on this video! Would love some constructive criticism!', with flair 'Video Critique' +[2020-07-30 19:25:19,165] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 19:25:19,203] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 19:25:20,596] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UXwaLkThHEU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:25:21,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdPehHkzzjiX7DVB9yLBNRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:25:23,421] /u/fearful666 had their flair updated +[2020-07-30 19:26:16,730] '/u/FindAKidneyDonor-Com' has given '/u/TheProcrastilater' lambda! +[2020-07-30 19:26:19,761] /u/TheProcrastilater had their flair updated +[2020-07-30 19:26:40,108] '/u/FindAKidneyDonor-Com' has given '/u/Lucasdve' lambda! +[2020-07-30 19:26:42,371] /u/Lucasdve had their flair updated +[2020-07-30 19:30:26,531] '/u/nnnishal' has given '/u/DTV998' lambda! +[2020-07-30 19:30:29,199] /u/DTV998 had their flair updated +[2020-07-30 19:31:08,882] '/u/nnnishal' has given '/u/chickpea_taco' lambda! +[2020-07-30 19:31:11,585] /u/chickpea_taco had their flair updated +[2020-07-30 19:33:05,480] '/u/TRIO-Stories' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-30 19:33:08,349] /u/MyNameIsDracoHi had their flair updated +[2020-07-30 19:34:04,425] '/u/glazed_turkey' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-30 19:34:07,655] /u/MyNameIsDracoHi had their flair updated +[2020-07-30 19:35:09,983] There has been a new submission: 'we make big chungus theme mashups', with flair 'Channel Review' +[2020-07-30 19:35:11,128] /u/GlokzF34R had their submission removed for insufficient lambda. +[2020-07-30 19:35:12,563] /u/GlokzF34R had their flair updated +[2020-07-30 19:35:32,704] There has been a new submission: 'Hey guys, I am really enjoying the editing process. Off the bat I understand that my intro is over exposed and that I need to get a script down better. I would love any other comments, tear it apart! Criticism sleeps with progress! Lambda at the ready!', with flair 'Video Critique' +[2020-07-30 19:35:35,098] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 19:35:35,220] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 19:35:36,652] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iKFM2ECZvW8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:35:37,060] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:35:40,535] /u/Inspiron1501 had their flair updated +[2020-07-30 19:36:00,326] There has been a new submission: 'Tiktokers Throw Parties', with flair 'Video Critique' +[2020-07-30 19:36:02,694] /u/TenziicYT had their submission removed for insufficient lambda. +[2020-07-30 19:36:04,474] /u/TenziicYT had their flair updated +[2020-07-30 19:36:23,411] There has been a new submission: 'Man v. Quarantine 2?', with flair 'Art' +[2020-07-30 19:36:25,288] /u/Kyl0rd2003 had their submission removed for insufficient lambda. +[2020-07-30 19:36:26,505] /u/Kyl0rd2003 had their flair updated +[2020-07-30 19:36:43,632] There has been a new submission: 'Ladybug Bloodbath - Grounded Funny Moments Looking for feedback!', with flair 'Gaming' +[2020-07-30 19:36:46,252] /u/itsMintacle had their submission removed for insufficient lambda. +[2020-07-30 19:36:47,958] /u/itsMintacle had their flair updated +[2020-07-30 19:39:34,087] '/u/RealGalaxyRider' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-30 19:39:35,972] /u/MyNameIsDracoHi had their flair updated +[2020-07-30 19:40:36,151] There has been a new submission: 'A bit delayed, but here's a small skit on the Halo reveal (I poke fun at Halo funs but I myself actually am a Halo fan). Would love any feedback on all aspects of the video, only just got a new camera so my video quality should improve in the near future.', with flair 'Video Critique' +[2020-07-30 19:40:38,285] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 19:40:38,404] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 19:40:40,041] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=akdIdGl9beM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:40:40,492] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 19:40:43,880] /u/YaGuyAlex_yt had their flair updated +[2020-07-30 19:43:32,657] There has been a new submission: 'New channel, trying to improve and find my style! Feedback much appreciated :)', with flair 'Video Critique' +[2020-07-30 19:43:37,658] /u/MeruemLove had their flair updated +[2020-07-30 19:47:39,792] There has been a new submission: 'Just uploaded, feedback would be appreciated :)', with flair 'Channel Review' +[2020-07-30 19:47:42,367] /u/JustForGamers_ had their submission removed for insufficient lambda. +[2020-07-30 19:47:43,557] /u/JustForGamers_ had their flair updated +[2020-07-30 19:49:24,566] '/u/YaGuyAlex_yt' has given '/u/itsMintacle' lambda! +[2020-07-30 19:49:26,859] /u/itsMintacle had their flair updated +[2020-07-30 19:53:00,548] There has been a new submission: 'Porting videos to Facebook?', with flair 'Discussion' +[2020-07-30 19:53:04,048] /u/Dungeons_And_Diving had their flair updated +[2020-07-30 19:57:07,200] '/u/fearful666' has given '/u/itsMintacle' lambda! +[2020-07-30 19:57:09,331] /u/itsMintacle had their flair updated +[2020-07-30 19:57:57,712] '/u/ItzRusty' has given '/u/rociscool_' lambda! +[2020-07-30 19:58:00,486] /u/rociscool_ had their flair updated +[2020-07-30 19:58:16,119] Retrying due to 503 status: POST https://oauth.reddit.com/api/distinguish/ +[2020-07-30 20:00:01,533] '/u/El_Matadurr' has given '/u/TheLuiginator' lambda! +[2020-07-30 20:00:04,307] /u/TheLuiginator had their flair updated +[2020-07-30 20:00:24,127] There has been a new submission: 'My Youtube Channel', with flair 'Gaming' +[2020-07-30 20:00:25,760] /u/Fluffy_B0Y3 had their submission removed for insufficient lambda. +[2020-07-30 20:00:28,093] /u/Fluffy_B0Y3 had their flair updated +[2020-07-30 20:02:51,513] '/u/El_Matadurr' has given '/u/borNYMatter' lambda! +[2020-07-30 20:02:54,429] /u/borNYMatter had their flair updated +[2020-07-30 20:03:50,564] There has been a new submission: 'My high school friend just graduated from Art school and this is his first animate series. I would like to share it here.', with flair 'Art' +[2020-07-30 20:03:52,009] /u/tavenitas had their submission removed for insufficient lambda. +[2020-07-30 20:03:54,025] /u/tavenitas had their flair updated +[2020-07-30 20:06:19,086] There has been a new submission: 'Spent hours on the new intro and thumbnail look I'd like some tips', with flair 'Thumbnail Review' +[2020-07-30 20:06:28,938] /u/nvshe had their submission removed for insufficient lambda. +[2020-07-30 20:06:30,625] /u/nvshe had their flair updated +[2020-07-30 20:07:34,411] '/u/KingJodeg' has given '/u/Lucasdve' lambda! +[2020-07-30 20:07:36,550] /u/Lucasdve had their flair updated +[2020-07-30 20:08:46,314] '/u/KingJodeg' has given '/u/MrCarsone' lambda! +[2020-07-30 20:08:48,282] /u/MrCarsone had their flair updated +[2020-07-30 20:10:14,533] '/u/KingJodeg' has given '/u/chickpea_taco' lambda! +[2020-07-30 20:10:16,973] /u/chickpea_taco had their flair updated +[2020-07-30 20:10:53,374] There has been a new submission: 'I have been making videos for a while now and am wondering what you guys think if my video! I think it's pretty good.', with flair 'Video Critique' +[2020-07-30 20:10:54,666] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 20:10:54,667] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 20:10:55,956] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zwThRUTF6aA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 20:10:56,248] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 20:10:59,711] /u/rociscool_ had their flair updated +[2020-07-30 20:14:14,430] '/u/KingJodeg' has given '/u/aragon_1399' lambda! +[2020-07-30 20:14:17,055] /u/aragon_1399 had their flair updated +[2020-07-30 20:17:09,925] There has been a new submission: 'Cedric Tackles: Oreimo True Route', with flair 'Video Critique' +[2020-07-30 20:17:11,349] /u/CedieWap had their submission removed for insufficient lambda. +[2020-07-30 20:17:12,493] /u/CedieWap had their flair updated +[2020-07-30 20:19:24,079] '/u/KingJodeg' has given '/u/AnimuseVids' lambda! +[2020-07-30 20:19:26,821] /u/AnimuseVids had their flair updated +[2020-07-30 20:20:09,027] There has been a new submission: 'Hello please review my channel', with flair 'Channel Review' +[2020-07-30 20:20:10,988] /u/NotBirdyDoes had their submission removed for insufficient lambda. +[2020-07-30 20:20:13,398] /u/NotBirdyDoes had their flair updated +[2020-07-30 20:22:13,538] '/u/KingJodeg' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-30 20:22:16,252] /u/BeatsandPiecesYT had their flair updated +[2020-07-30 20:23:04,832] '/u/KingJodeg' has given '/u/SciFi_Pie' lambda! +[2020-07-30 20:23:07,784] /u/SciFi_Pie had their flair updated +[2020-07-30 20:24:20,195] There has been a new submission: 'Heres my new video about my modded PSP! Tell me some constructive critisicm in the comments to tell me what I can do!', with flair 'Gaming' +[2020-07-30 20:24:21,796] /u/G4b1n4t0r had their submission removed for insufficient lambda. +[2020-07-30 20:24:23,720] /u/G4b1n4t0r had their flair updated +[2020-07-30 20:26:35,415] There has been a new submission: 'I made a csgo video with my friends, and it's basically a bunch of clips put together.', with flair 'Gaming' +[2020-07-30 20:26:37,481] /u/-JustAndrew- had their submission removed for insufficient lambda. +[2020-07-30 20:26:38,792] /u/-JustAndrew- had their flair updated +[2020-07-30 20:32:07,426] There has been a new submission: 'August special topic month poll', with flair 'Discussion' +[2020-07-30 20:32:12,258] /u/jakkerman1995 had their flair updated +[2020-07-30 20:34:29,446] '/u/rociscool_' has given '/u/CedieWap' lambda! +[2020-07-30 20:34:31,859] /u/CedieWap had their flair updated +[2020-07-30 20:35:14,752] '/u/OHJAYRAGE' has given '/u/ekaaaans' lambda! +[2020-07-30 20:35:17,164] /u/ekaaaans had their flair updated +[2020-07-30 20:35:38,023] There has been a new submission: 'CTR and View Duration: how do they work?', with flair 'Discussion' +[2020-07-30 20:35:39,789] /u/StewbieBaby had their flair updated +[2020-07-30 20:39:22,599] There has been a new submission: 'What do think of my first big vedio?', with flair 'Gaming' +[2020-07-30 20:39:24,365] /u/KaRB_Legs151 had their submission removed for insufficient lambda. +[2020-07-30 20:39:24,940] /u/KaRB_Legs151 had their flair updated +[2020-07-30 20:40:06,009] +#################### +[Jul 30 2020 20:40:06] RESTARTED +#################### + +[2020-07-30 20:40:22,931] Starting every day program... +[2020-07-30 20:40:23,010] Updating database statistics... +[2020-07-30 21:24:48,234] There has been a new submission: 'I updated my intro duration and placement based on my last set of feedback. Any and all feedback would be appreciated, and ill give lambda to comments. thanks!', with flair 'Video Critique' +[2020-07-30 21:24:50,618] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 21:24:50,661] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 21:24:51,685] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RNlSFSgz-Co&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:24:52,101] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHZ56QNUDzspSZTFXayLLGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:24:54,853] /u/easyleezy had their flair updated +[2020-07-30 21:25:05,969] There has been a new submission: 'I took 1 second from every David Dobrik video over the past 5 years and strung them in chronological order. https://youtu.be/fTnqyue2vX0', with flair 'Channel Review' +[2020-07-30 21:25:07,093] /u/GymSockGymSock had their submission removed for insufficient lambda. +[2020-07-30 21:25:08,525] /u/GymSockGymSock had their flair updated +[2020-07-30 21:25:13,933] There has been a new submission: 'Ladybug Bloodbath - Grounded Funny Moments Looking for feedback! Hope you enjoy! Giving Lambda for good feedback of course! <3 ((PS. Really recommend this game. Grounded is amazing.))', with flair 'Gaming' +[2020-07-30 21:25:15,170] /u/itsMintacle had their submission removed for insufficient lambda. +[2020-07-30 21:25:16,653] /u/itsMintacle had their flair updated +[2020-07-30 21:26:30,726] '/u/rociscool_' has given '/u/itsMintacle' lambda! +[2020-07-30 21:26:32,417] /u/itsMintacle had their flair updated +[2020-07-30 21:26:47,661] '/u/Coryrat' has given '/u/ReAnimatedGamer' lambda! +[2020-07-30 21:26:49,845] /u/ReAnimatedGamer had their flair updated +[2020-07-30 21:27:07,194] '/u/YaGuyAlex_yt' has given '/u/YoungKano' lambda! +[2020-07-30 21:27:09,455] /u/YoungKano had their flair updated +[2020-07-30 21:27:29,091] '/u/YaGuyAlex_yt' has given '/u/ameixarocha' lambda! +[2020-07-30 21:27:31,347] /u/ameixarocha had their flair updated +[2020-07-30 21:27:50,121] /u/easyleezy had their flair updated +[2020-07-30 21:31:17,638] /u/CedieWap had their flair updated +[2020-07-30 21:32:22,300] '/u/easyleezy' has given '/u/CedieWap' lambda! +[2020-07-30 21:32:25,007] /u/CedieWap had their flair updated +[2020-07-30 21:32:44,995] '/u/easyleezy' has given '/u/itsMintacle' lambda! +[2020-07-30 21:32:47,499] /u/itsMintacle had their flair updated +[2020-07-30 21:34:08,827] '/u/RealGalaxyRider' has given '/u/WolfMobile' lambda! +[2020-07-30 21:34:11,201] /u/WolfMobile had their flair updated +[2020-07-30 21:37:13,595] There has been a new submission: 'ULTIMATE DARES CHALLENGE LOSER GETS BANNED!! | GTA5 DOJRP', with flair 'Gaming' +[2020-07-30 21:37:14,868] /u/ItzCarter100 had their submission removed for insufficient lambda. +[2020-07-30 21:37:15,897] /u/ItzCarter100 had their flair updated +[2020-07-30 21:37:35,731] There has been a new submission: 'My Greatest Work', with flair 'Gaming' +[2020-07-30 21:37:36,584] /u/ThePixelleer had their submission removed for insufficient lambda. +[2020-07-30 21:37:37,566] /u/ThePixelleer had their flair updated +[2020-07-30 21:37:56,735] There has been a new submission: 'What ever u do....DONT BLAME BABY GOAT!!! Call of Duty Modern Warfare Multiplayer Gameplay', with flair 'Gaming' +[2020-07-30 21:37:57,553] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-07-30 21:37:58,410] /u/Kool_newt had their flair updated +[2020-07-30 21:38:17,414] There has been a new submission: 'Hey Join my Minecraft stream!', with flair 'Gaming' +[2020-07-30 21:38:18,355] /u/canadian__gamer had their submission removed for insufficient lambda. +[2020-07-30 21:38:19,215] /u/canadian__gamer had their flair updated +[2020-07-30 21:38:36,872] There has been a new submission: 'Like and sub I’ll return', with flair 'Gaming' +[2020-07-30 21:38:37,775] /u/97isaacg had their submission removed for insufficient lambda. +[2020-07-30 21:38:38,722] /u/97isaacg had their flair updated +[2020-07-30 21:38:55,946] There has been a new submission: 'Cedric Tackles: Oreimo True Route', with flair 'Video Critique' +[2020-07-30 21:38:57,506] /u/CedieWap had their submission removed for insufficient lambda. +[2020-07-30 21:38:58,697] /u/CedieWap had their flair updated +[2020-07-30 21:39:17,601] There has been a new submission: 'Hey everyone! Me and my friends started a YouTube channel where we post various kinds of content, but primarily focusing on let's plays and film reviews / discussion. Let us know what you think!', with flair 'Channel Review' +[2020-07-30 21:39:18,580] /u/NotLurking101 had their submission removed for insufficient lambda. +[2020-07-30 21:39:19,359] /u/NotLurking101 had their flair updated +[2020-07-30 21:39:36,218] There has been a new submission: 'Any recommendations on things that I could improve on?', with flair 'Video Critique' +[2020-07-30 21:39:37,291] /u/thetechreid had their submission removed for insufficient lambda. +[2020-07-30 21:39:37,784] /u/thetechreid had their flair updated +[2020-07-30 21:39:54,675] There has been a new submission: 'Ladybug Bloodbath - Grounded Funny Moments Hope you enjoy it! Giving lambda for quality feedback! (PS. This game is great. Give it a try!)', with flair 'Gaming' +[2020-07-30 21:39:55,870] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 21:39:55,871] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 21:39:57,426] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y5p9yi77NRs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:39:57,795] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG1ESpg6SF667Kvt8zRkeyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:40:00,070] /u/itsMintacle had their flair updated +[2020-07-30 21:40:07,109] There has been a new submission: 'Feedback on my acrobatic tutorial? For some juicy lambda', with flair 'Video Critique' +[2020-07-30 21:40:07,346] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 21:40:07,348] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 21:40:07,488] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e5OJqR9aGZ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:40:07,604] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC52WvO-P8xPSoYwQPfXBqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 21:40:10,960] /u/mikecorrcircus had their flair updated +[2020-07-30 21:40:20,510] There has been a new submission: 'Caught something strange', with flair 'Vlog' +[2020-07-30 21:40:22,152] /u/Unity19rtoall had their submission removed for insufficient lambda. +[2020-07-30 21:40:24,689] /u/Unity19rtoall had their flair updated +[2020-07-30 21:40:44,498] There has been a new submission: 'If you want to dominate every game on call of duty mobile, click the link down below. I will show you what you need to do to be the best player you can possibly be. Let me know what you guys think! feedback is appreciated!', with flair 'Gaming' +[2020-07-30 21:40:46,217] /u/King-Dylann had their submission removed for insufficient lambda. +[2020-07-30 21:40:48,555] /u/King-Dylann had their flair updated +[2020-07-30 21:45:22,156] '/u/itsMintacle' has given '/u/CedieWap' lambda! +[2020-07-30 21:45:24,574] /u/CedieWap had their flair updated +[2020-07-30 21:45:58,574] There has been a new submission: 'Check ;3', with flair 'Gaming' +[2020-07-30 21:46:00,408] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-07-30 21:46:01,719] /u/Glittering-Ad-3506 had their flair updated +[2020-07-30 21:46:38,595] '/u/glazed_turkey' has given '/u/YoungKano' lambda! +[2020-07-30 21:46:40,971] /u/YoungKano had their flair updated +[2020-07-30 21:48:33,622] There has been a new submission: 'Strong arms for vlogging', with flair 'Discussion' +[2020-07-30 21:48:34,693] /u/roxanareed had their flair updated +[2020-07-30 21:49:10,440] '/u/easyleezy' has given '/u/gerg_056' lambda! +[2020-07-30 21:49:12,444] /u/gerg_056 had their flair updated +[2020-07-30 21:57:36,129] There has been a new submission: '[Discussion] Who can do voice over for my channel ,called top6scary, I started it about a month ago and been slacking but I want to start again', with flair 'Discussion' +[2020-07-30 21:57:37,565] /u/riceking21 had their flair updated +[2020-07-30 22:01:27,300] There has been a new submission: 'I want a honest critique on my video', with flair 'Video Critique' +[2020-07-30 22:01:29,021] /u/gamingnephew had their submission removed for insufficient lambda. +[2020-07-30 22:01:31,364] /u/gamingnephew had their flair updated +[2020-07-30 22:02:35,525] '/u/YaGuyAlex_yt' has given '/u/WolfMobile' lambda! +[2020-07-30 22:02:38,433] /u/WolfMobile had their flair updated +[2020-07-30 22:02:58,995] There has been a new submission: 'Thumbnails go a Long Way, but Don't Forget About Your Titles', with flair 'Discussion' +[2020-07-30 22:03:01,406] /u/realmemesfakefriends had their flair updated +[2020-07-30 22:03:40,120] '/u/YaGuyAlex_yt' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-30 22:03:42,741] /u/aspirefitnesswalnut had their flair updated +[2020-07-30 22:05:11,471] There has been a new submission: 'Wanna see people’s thoughts', with flair 'Gaming' +[2020-07-30 22:05:12,700] /u/LukeTheSomething had their submission removed for insufficient lambda. +[2020-07-30 22:05:14,299] /u/LukeTheSomething had their flair updated +[2020-07-30 22:05:54,638] There has been a new submission: 'wwyd??', with flair 'Gaming' +[2020-07-30 22:05:55,996] /u/hobie-one-kernobie had their submission removed for insufficient lambda. +[2020-07-30 22:05:57,432] /u/hobie-one-kernobie had their flair updated +[2020-07-30 22:07:42,958] There has been a new submission: 'Just made a channel today. How do I get people watching with 0 subs?', with flair 'Discussion' +[2020-07-30 22:07:44,389] /u/killed_by_turbine had their flair updated +[2020-07-30 22:10:41,371] There has been a new submission: 'I would like feedback on my first reddit video, will give lambda, thank you!', with flair 'Video Critique' +[2020-07-30 22:10:42,267] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 22:10:42,269] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 22:10:43,336] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Wv1qnAR9bfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 22:10:43,655] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 22:10:46,854] /u/disloyalclothYT had their flair updated +[2020-07-30 22:12:57,550] '/u/MeruemLove' has given '/u/itsMintacle' lambda! +[2020-07-30 22:13:00,250] /u/itsMintacle had their flair updated +[2020-07-30 22:13:38,902] There has been a new submission: 'i just want feed back on what i can improve on', with flair 'Video Critique' +[2020-07-30 22:13:40,292] /u/sinohzzz had their submission removed for insufficient lambda. +[2020-07-30 22:13:42,134] /u/sinohzzz had their flair updated +[2020-07-30 22:18:49,973] '/u/MeruemLove' has given '/u/CedieWap' lambda! +[2020-07-30 22:18:51,858] /u/CedieWap had their flair updated +[2020-07-30 22:25:01,521] '/u/jackgo14' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-30 22:25:04,094] /u/aspirefitnesswalnut had their flair updated +[2020-07-30 22:25:34,624] '/u/jackgo14' has given '/u/WolfMobile' lambda! +[2020-07-30 22:25:36,145] /u/WolfMobile had their flair updated +[2020-07-30 22:27:03,519] '/u/jackgo14' has given '/u/rociscool_' lambda! +[2020-07-30 22:27:05,809] /u/rociscool_ had their flair updated +[2020-07-30 22:27:25,550] There has been a new submission: 'Healthy Japanese Egg Salad Sandwich (25g Protein) | (卵サンド - ) | Lambdas will be given!', with flair 'Video Critique' +[2020-07-30 22:27:27,970] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 22:27:28,093] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 22:27:29,330] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ImFhB6TNjAE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 22:27:29,781] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 22:27:32,361] /u/aspirefitnesswalnut had their flair updated +[2020-07-30 22:28:42,051] '/u/jackgo14' has given '/u/Cryptik101' lambda! +[2020-07-30 22:28:44,016] /u/Cryptik101 had their flair updated +[2020-07-30 22:36:04,661] '/u/YaGuyAlex_yt' has given '/u/gerg_056' lambda! +[2020-07-30 22:36:07,077] /u/gerg_056 had their flair updated +[2020-07-30 22:36:28,552] '/u/YaGuyAlex_yt' has given '/u/Cryptik101' lambda! +[2020-07-30 22:36:31,132] /u/Cryptik101 had their flair updated +[2020-07-30 22:37:23,101] '/u/YaGuyAlex_yt' has given '/u/ElmaxVoid' lambda! +[2020-07-30 22:37:25,318] /u/ElmaxVoid had their flair updated +[2020-07-30 22:40:02,753] +#################### +[Jul 30 2020 22:40:02] RESTARTED +#################### + +[2020-07-30 23:22:53,501] There has been a new submission: 'Please rate my commentary or anything else and how can I improve', with flair 'Video Critique' +[2020-07-30 23:22:55,967] /u/ViperPlayz44 had their submission removed for insufficient lambda. +[2020-07-30 23:22:57,809] /u/ViperPlayz44 had their flair updated +[2020-07-30 23:26:08,597] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-07-30 23:26:10,768] /u/DTV998 had their flair updated +[2020-07-30 23:26:43,636] '/u/aspirefitnesswalnut' has given '/u/tyler24366' lambda! +[2020-07-30 23:26:46,387] /u/tyler24366 had their flair updated +[2020-07-30 23:27:30,786] '/u/aspirefitnesswalnut' has given '/u/dragonsspawn' lambda! +[2020-07-30 23:27:33,331] /u/dragonsspawn had their flair updated +[2020-07-30 23:30:08,380] '/u/IWI-Team' has given '/u/blacksmyth34' lambda! +[2020-07-30 23:30:10,772] /u/blacksmyth34 had their flair updated +[2020-07-30 23:30:19,738] '/u/Rasid_Saran' has given '/u/ashofspades' lambda! +[2020-07-30 23:30:22,631] /u/ashofspades had their flair updated +[2020-07-30 23:30:43,948] '/u/IWI-Team' has given '/u/rociscool_' lambda! +[2020-07-30 23:30:47,067] /u/rociscool_ had their flair updated +[2020-07-30 23:31:10,386] '/u/Rasid_Saran' has given '/u/AshleyDowries' lambda! +[2020-07-30 23:31:13,463] /u/AshleyDowries had their flair updated +[2020-07-30 23:32:03,769] '/u/IWI-Team' has given '/u/MyNameIsDracoHi' lambda! +[2020-07-30 23:32:06,268] /u/MyNameIsDracoHi had their flair updated +[2020-07-30 23:35:16,964] There has been a new submission: 'Day 5 of Quarantine Productions', with flair 'Art' +[2020-07-30 23:35:18,354] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-07-30 23:35:19,786] /u/spiceywaterbeats had their flair updated +[2020-07-30 23:35:37,989] There has been a new submission: 'Your dad tells you to do what? | Funny League Moments', with flair 'Gaming' +[2020-07-30 23:35:39,834] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 23:35:39,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 23:35:40,930] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wu7WyHgmNH4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 23:35:41,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYTZt_jxlmOqdhje8JwP6xQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 23:35:43,755] /u/YoungKano had their flair updated +[2020-07-30 23:36:01,012] There has been a new submission: 'How to Build a Battery ( Make tons of money fast) - Cities: Skylines', with flair 'Gaming' +[2020-07-30 23:36:04,160] /u/Buffalomatt1027 had their submission removed for insufficient lambda. +[2020-07-30 23:36:05,430] /u/Buffalomatt1027 had their flair updated +[2020-07-30 23:36:23,355] There has been a new submission: 'I just created a new YouTube channel, and here's my first video. Anything I can improve on?', with flair 'Gaming' +[2020-07-30 23:36:25,529] /u/Abnormally_Strange had their submission removed for insufficient lambda. +[2020-07-30 23:36:26,679] /u/Abnormally_Strange had their flair updated +[2020-07-30 23:36:44,093] There has been a new submission: 'I been putting out videos on lifestyle..... I’m doing alright with subs.... Wouldn’t mind some one checking this video out and critiquing', with flair 'Video Critique' +[2020-07-30 23:36:45,409] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-07-30 23:36:46,758] /u/MoxyApproved had their flair updated +[2020-07-30 23:37:03,757] There has been a new submission: 'New LEGO YouTube Channel', with flair 'Channel Review' +[2020-07-30 23:37:04,943] /u/Lordgiverne had their submission removed for insufficient lambda. +[2020-07-30 23:37:06,051] /u/Lordgiverne had their flair updated +[2020-07-30 23:37:23,062] There has been a new submission: 'This video's about a minute and a half long Minecraft Skywars montage. Not my most impressive video, but it's quick entertainment', with flair 'Gaming' +[2020-07-30 23:37:23,961] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-30 23:37:23,962] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-30 23:37:24,906] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j_JFBxQYm3I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 23:37:25,279] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxRrR2ftlnHomYWPWOohqoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-30 23:37:27,373] /u/tyler24366 had their flair updated +[2020-07-30 23:37:45,110] There has been a new submission: 'tips on getting viewers to subscribe?', with flair 'Discussion' +[2020-07-30 23:37:47,440] /u/snailsandbugs had their flair updated +[2020-07-30 23:39:21,248] '/u/MrCarsone' has given '/u/returnofthecmac' lambda! +[2020-07-30 23:39:23,417] /u/returnofthecmac had their flair updated +[2020-07-30 23:39:55,779] '/u/flutepixie' has given '/u/AlsleumMusic' lambda! +[2020-07-30 23:39:57,624] /u/AlsleumMusic had their flair updated +[2020-07-30 23:40:45,090] '/u/flutepixie' has given '/u/disloyalclothYT' lambda! +[2020-07-30 23:40:47,962] /u/disloyalclothYT had their flair updated +[2020-07-30 23:41:47,093] There has been a new submission: 'What direction is smarter for my channel?', with flair 'Discussion' +[2020-07-30 23:41:49,882] /u/tyler24366 had their flair updated +[2020-07-30 23:58:35,000] There has been a new submission: 'Must Watch! The BEST 2-Way SHOT CREATOR on NBA 2K20?!', with flair 'Gaming' +[2020-07-30 23:58:36,013] /u/rob960v had their submission removed for insufficient lambda. +[2020-07-30 23:58:36,961] /u/rob960v had their flair updated +[2020-07-31 00:06:24,800] '/u/Harthroth' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-31 00:06:26,262] /u/fukdonaldtrump2020 had their flair updated +[2020-07-31 00:09:53,109] There has been a new submission: 'Would love to get some cc on my channel. Let me know what you guys think.', with flair 'Channel Review' +[2020-07-31 00:09:53,704] /u/yuppiesruss had their submission removed for insufficient lambda. +[2020-07-31 00:09:54,112] /u/yuppiesruss had their flair updated +[2020-07-31 00:17:28,942] There has been a new submission: '30+ hours of editing. It's me & my friend failing miserably in my first GTA heist. It's part 2. What can I improve upon? Awarding lambda :)', with flair 'Video Critique' +[2020-07-31 00:17:30,707] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 00:17:30,709] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 00:17:31,729] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GXSjsypT2IA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 00:17:32,082] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUp82orlapXanEjJj4AA4tA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 00:17:34,393] /u/wertys761 had their flair updated +[2020-07-31 00:18:34,845] There has been a new submission: 'Looking For Opinions On A Different Style/Format For A New Channel - [Question]', with flair 'Discussion' +[2020-07-31 00:18:36,772] /u/FGDesigns had their flair updated +[2020-07-31 00:19:19,232] /u/aspirefitnesswalnut had their flair updated +[2020-07-31 00:26:44,851] /u/nirvanaspirit666 had their flair updated +[2020-07-31 00:26:48,856] /u/YaGuyAlex_yt had their flair updated +[2020-07-31 00:35:19,383] There has been a new submission: 'My Gaming Journal | The Last of Us Part II', with flair 'Video Critique' +[2020-07-31 00:35:20,824] /u/CineGames had their submission removed for insufficient lambda. +[2020-07-31 00:35:22,478] /u/CineGames had their flair updated +[2020-07-31 00:35:38,297] '/u/RealGalaxyRider' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-31 00:35:39,913] /u/aspirefitnesswalnut had their flair updated +[2020-07-31 00:36:52,855] '/u/RealGalaxyRider' has given '/u/dragonsspawn' lambda! +[2020-07-31 00:36:54,182] /u/dragonsspawn had their flair updated +[2020-07-31 00:37:31,465] '/u/RealGalaxyRider' has given '/u/SaintsandSven' lambda! +[2020-07-31 00:37:32,904] /u/SaintsandSven had their flair updated +[2020-07-31 00:38:37,356] There has been a new submission: 'New Minecraft Video! Go watch!', with flair 'Gaming' +[2020-07-31 00:38:38,208] /u/TheDiscombobulobs had their submission removed for insufficient lambda. +[2020-07-31 00:38:39,134] /u/TheDiscombobulobs had their flair updated +[2020-07-31 00:39:43,136] +#################### +[Jul 31 2020 00:39:43] RESTARTED +#################### + +[2020-07-31 01:09:16,495] There has been a new submission: 'EXTREME SPICY NOODLE CHALLENGE + MY FIRST Q&A | Joshua Ayala', with flair 'Channel Review' +[2020-07-31 01:09:18,051] /u/Joshuaaayalaa had their submission removed for insufficient lambda. +[2020-07-31 01:09:18,877] /u/Joshuaaayalaa had their flair updated +[2020-07-31 01:10:09,887] '/u/aspirefitnesswalnut' has given '/u/Fluffy_B0Y3' lambda! +[2020-07-31 01:10:12,337] /u/Fluffy_B0Y3 had their flair updated +[2020-07-31 01:10:34,595] '/u/Lucasdve' has given '/u/Endy_McGufin' lambda! +[2020-07-31 01:10:37,584] /u/Endy_McGufin had their flair updated +[2020-07-31 01:10:58,561] '/u/Lucasdve' has given '/u/Vineshj' lambda! +[2020-07-31 01:11:01,233] /u/Vineshj had their flair updated +[2020-07-31 01:11:22,537] '/u/Lucasdve' has given '/u/itsMintacle' lambda! +[2020-07-31 01:11:25,364] /u/itsMintacle had their flair updated +[2020-07-31 01:11:41,730] '/u/Lucasdve' has given '/u/rociscool_' lambda! +[2020-07-31 01:11:44,030] /u/rociscool_ had their flair updated +[2020-07-31 01:13:40,182] There has been a new submission: '[Video Critique] Spider-Man: Far From Home Is A WASTE Of A Movie | Video Essay', with flair 'Video Critique' +[2020-07-31 01:13:41,701] /u/Thejozz20 had their submission removed for insufficient lambda. +[2020-07-31 01:13:44,159] /u/Thejozz20 had their flair updated +[2020-07-31 01:14:04,246] There has been a new submission: 'New video out - Lofi HipHop Beat on Korg Volca Sample', with flair 'Video Critique' +[2020-07-31 01:14:05,594] /u/cogmaw-records had their submission removed for insufficient lambda. +[2020-07-31 01:14:07,276] /u/cogmaw-records had their flair updated +[2020-07-31 01:14:25,270] There has been a new submission: 'Youtube channel by a 6year old veeksha who is trying to show most of the things what is required for kids', with flair 'Channel Review' +[2020-07-31 01:14:26,664] /u/swathipadili had their submission removed for insufficient lambda. +[2020-07-31 01:14:28,346] /u/swathipadili had their flair updated +[2020-07-31 01:14:46,669] There has been a new submission: 'Jurassic Park @ Islands of Adventure, Universal 🦕🇺🇸', with flair 'Vlog' +[2020-07-31 01:14:47,853] /u/Discovering94 had their submission removed for insufficient lambda. +[2020-07-31 01:14:49,453] /u/Discovering94 had their flair updated +[2020-07-31 01:19:11,523] There has been a new submission: 'Ciritique', with flair 'Discussion' +[2020-07-31 01:19:13,653] /u/TheABCCouple had their flair updated +[2020-07-31 01:21:17,814] There has been a new submission: 'Lambda for every feedback.', with flair 'Video Critique' +[2020-07-31 01:21:19,705] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 01:21:19,745] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 01:21:21,264] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d2npVTa-r8s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 01:21:21,714] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 01:21:25,289] /u/Glittering_Designer had their flair updated +[2020-07-31 01:24:20,055] There has been a new submission: 'I'm a small content creator currently working for a relatively new app-related channel. I recently made this video on how to use a phone app to make better looking videos, so it might help some other small YouTubers out there! Also really appreciate any feedback as we're still small and growing', with flair 'Video Critique' +[2020-07-31 01:24:21,523] /u/its_aubvious had their submission removed for insufficient lambda. +[2020-07-31 01:24:23,615] /u/its_aubvious had their flair updated +[2020-07-31 01:26:13,797] There has been a new submission: 'I'm a small content creator currently working for a relatively new app-related channel. I recently made this video on how to use a phone app to make better looking videos, so it might help some other small YouTubers out there! Also really appreciate any feedback as we're still small and growing', with flair 'Channel Review' +[2020-07-31 01:26:15,436] /u/its_aubvious had their submission removed for insufficient lambda. +[2020-07-31 01:26:16,932] /u/its_aubvious had their flair updated +[2020-07-31 01:28:00,521] '/u/ashofspades' has given '/u/AlsleumMusic' lambda! +[2020-07-31 01:28:02,691] /u/AlsleumMusic had their flair updated +[2020-07-31 01:29:22,538] '/u/ashofspades' has given '/u/Redmond93' lambda! +[2020-07-31 01:29:25,126] /u/Redmond93 had their flair updated +[2020-07-31 01:30:51,968] '/u/ashofspades' has given '/u/streboralyac' lambda! +[2020-07-31 01:30:54,878] /u/streboralyac had their flair updated +[2020-07-31 01:55:22,798] '/u/Glittering_Designer' has given '/u/bycbmedia' lambda! +[2020-07-31 01:55:24,465] /u/bycbmedia had their flair updated +[2020-07-31 01:56:30,896] There has been a new submission: 'Gaming', with flair 'Video Critique' +[2020-07-31 01:56:32,359] /u/kaliamp had their submission removed for insufficient lambda. +[2020-07-31 01:56:33,841] /u/kaliamp had their flair updated +[2020-07-31 02:00:52,914] There has been a new submission: 'The New Porsche 911 Carrera Cabriolet (992) 379 hp', with flair 'Vlog' +[2020-07-31 02:00:54,763] /u/alexsyouautomotive had their submission removed for insufficient lambda. +[2020-07-31 02:00:57,063] /u/alexsyouautomotive had their flair updated +[2020-07-31 02:02:04,763] There has been a new submission: 'So I Tried To Stream For The First Time', with flair 'Gaming' +[2020-07-31 02:02:06,198] /u/DelphoxTube had their submission removed for insufficient lambda. +[2020-07-31 02:02:08,290] /u/DelphoxTube had their flair updated +[2020-07-31 02:12:07,067] There has been a new submission: 'i keep feeling im lacking in something in my channel, Can you guys help?', with flair 'Channel Review' +[2020-07-31 02:12:08,513] /u/ShibaTheSamurai had their submission removed for insufficient lambda. +[2020-07-31 02:12:10,633] /u/ShibaTheSamurai had their flair updated +[2020-07-31 02:13:49,011] There has been a new submission: 'Fortnite Montage - "So Long"🍀(But Its Perfectly Synced)', with flair 'Gaming' +[2020-07-31 02:13:50,369] /u/NNNitty had their submission removed for insufficient lambda. +[2020-07-31 02:13:52,503] /u/NNNitty had their flair updated +[2020-07-31 02:15:43,537] There has been a new submission: 'PLEASE SUBSCRIBE!', with flair 'Channel Review' +[2020-07-31 02:15:45,097] /u/DecentYoutuberz had their submission removed for insufficient lambda. +[2020-07-31 02:15:46,777] /u/DecentYoutuberz had their flair updated +[2020-07-31 02:19:51,721] There has been a new submission: 'Newbie to Audio, how can i make mine better sounding', with flair 'Discussion' +[2020-07-31 02:19:52,296] /u/ShibaTheSamurai had their flair updated +[2020-07-31 02:24:45,779] There has been a new submission: 'Hello!', with flair 'Channel Review' +[2020-07-31 02:24:47,069] /u/MrCrayolaMan had their submission removed for insufficient lambda. +[2020-07-31 02:24:48,854] /u/MrCrayolaMan had their flair updated +[2020-07-31 02:32:19,668] '/u/Glittering_Designer' has given '/u/after_hours_chef' lambda! +[2020-07-31 02:32:22,543] /u/after_hours_chef had their flair updated +[2020-07-31 02:33:17,823] There has been a new submission: 'Jump Force Main Character Teams (Part 2)', with flair 'Gaming' +[2020-07-31 02:33:19,244] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-07-31 02:33:21,572] /u/majin_hendrix had their flair updated +[2020-07-31 02:37:44,994] There has been a new submission: 'Hello!', with flair 'Discussion' +[2020-07-31 02:37:46,652] /u/MrCrayolaMan had their flair updated +[2020-07-31 02:38:23,458] '/u/wertys761' has given '/u/bigni44a' lambda! +[2020-07-31 02:38:24,483] /u/bigni44a had their flair updated +[2020-07-31 02:38:57,195] '/u/wertys761' has given '/u/RealGalaxyRider' lambda! +[2020-07-31 02:38:58,290] /u/RealGalaxyRider had their flair updated +[2020-07-31 02:39:23,305] There has been a new submission: '!givelambda if you can tell me your favorite part beside the beginning', with flair 'Video Critique' +[2020-07-31 02:39:23,697] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 02:39:23,700] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 02:39:24,114] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ns0uw3ibCkM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 02:39:24,319] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 02:39:25,979] /u/FindAKidneyDonor-Com had their flair updated +[2020-07-31 02:39:45,931] +#################### +[Jul 31 2020 02:39:45] RESTARTED +#################### + +[2020-07-31 02:52:53,993] '/u/zach_swoogg' has given '/u/dank_wookie_sword' lambda! +[2020-07-31 02:52:56,619] /u/dank_wookie_sword had their flair updated +[2020-07-31 03:13:17,407] There has been a new submission: 'What should i do to grow my channel?', with flair 'Gaming' +[2020-07-31 03:13:20,607] /u/Grumpy_grim1865 had their submission removed for insufficient lambda. +[2020-07-31 03:13:22,407] /u/Grumpy_grim1865 had their flair updated +[2020-07-31 03:13:41,260] There has been a new submission: 'In short, I asked for hard critique and got asked to get a new mic and better intro. Hopefully achieved that. Please be ballistic with your critique, would gernuinly like some info on what to improve here. But I do hope you enjoy the video of cause :b', with flair 'Video Critique' +[2020-07-31 03:13:42,485] /u/Xiriouv had their submission removed for insufficient lambda. +[2020-07-31 03:13:44,166] /u/Xiriouv had their flair updated +[2020-07-31 03:14:07,696] '/u/wertys761' has given '/u/Beanboiproductions' lambda! +[2020-07-31 03:14:09,783] /u/Beanboiproductions had their flair updated +[2020-07-31 03:16:21,952] '/u/aspirefitnesswalnut' has given '/u/Xiriouv' lambda! +[2020-07-31 03:16:23,552] /u/Xiriouv had their flair updated +[2020-07-31 03:18:14,174] '/u/MrCarsone' has given '/u/dragonsspawn' lambda! +[2020-07-31 03:18:16,265] /u/dragonsspawn had their flair updated +[2020-07-31 03:18:33,732] '/u/disloyalclothYT' has given '/u/dragonsspawn' lambda! +[2020-07-31 03:18:35,781] /u/dragonsspawn had their flair updated +[2020-07-31 03:18:53,969] '/u/wertys761' has given '/u/uzimiagin' lambda! +[2020-07-31 03:18:55,807] /u/uzimiagin had their flair updated +[2020-07-31 03:19:27,124] '/u/disloyalclothYT' has given '/u/ashofspades' lambda! +[2020-07-31 03:19:29,621] /u/ashofspades had their flair updated +[2020-07-31 03:20:04,139] '/u/wertys761' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-31 03:20:07,125] /u/GrumpyBottom_YT had their flair updated +[2020-07-31 03:20:43,057] '/u/YoungKano' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-31 03:20:46,091] /u/aspirefitnesswalnut had their flair updated +[2020-07-31 03:21:22,175] '/u/YoungKano' has given '/u/Sogguwu' lambda! +[2020-07-31 03:21:25,080] /u/Sogguwu had their flair updated +[2020-07-31 03:22:00,265] '/u/YoungKano' has given '/u/Xiriouv' lambda! +[2020-07-31 03:22:02,883] /u/Xiriouv had their flair updated +[2020-07-31 03:22:51,905] '/u/aspirefitnesswalnut' has given '/u/chickpea_taco' lambda! +[2020-07-31 03:22:54,533] /u/chickpea_taco had their flair updated +[2020-07-31 03:24:54,770] '/u/YoungKano' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-31 03:24:57,029] /u/GrumpyBottom_YT had their flair updated +[2020-07-31 03:25:09,830] '/u/YoungKano' has given '/u/bigni44a' lambda! +[2020-07-31 03:25:11,319] /u/bigni44a had their flair updated +[2020-07-31 03:25:17,490] '/u/aspirefitnesswalnut' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-31 03:25:18,866] /u/GrumpyBottom_YT had their flair updated +[2020-07-31 03:26:56,472] '/u/Djbernie805' has given '/u/karolzen' lambda! +[2020-07-31 03:26:58,141] /u/karolzen had their flair updated +[2020-07-31 03:27:55,847] There has been a new submission: 'Hey guys, brand new to YT and just released my first 2 videos. My friend who lives in LA and myself (Philly) are making some comedy sketches and I'd love feedback on our videos', with flair 'Video Critique' +[2020-07-31 03:27:57,123] /u/Halfwoodie had their submission removed for insufficient lambda. +[2020-07-31 03:27:57,990] /u/Halfwoodie had their flair updated +[2020-07-31 03:28:15,065] There has been a new submission: 'I drew a pencil style sketch of a woman’s face on my new iPad. Feedback is appreciated! Lambda given for for critiques!', with flair 'Video Critique' +[2020-07-31 03:28:17,036] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 03:28:17,038] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 03:28:18,469] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XJvnfhfZR00&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:28:19,047] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:28:21,465] /u/Djbernie805 had their flair updated +[2020-07-31 03:28:38,003] There has been a new submission: 'Can someone help with video resolution?', with flair 'Video Critique' +[2020-07-31 03:28:39,232] /u/conor979 had their submission removed for insufficient lambda. +[2020-07-31 03:28:40,135] /u/conor979 had their flair updated +[2020-07-31 03:28:57,165] There has been a new submission: 'Please subscribe', with flair 'Gaming' +[2020-07-31 03:28:57,899] /u/rook_coolios had their submission removed for insufficient lambda. +[2020-07-31 03:28:58,641] /u/rook_coolios had their flair updated +[2020-07-31 03:29:16,511] There has been a new submission: '"Did Trace find the cure for COVID-19?" - Stock market YOLO', with flair 'Vlog' +[2020-07-31 03:29:17,332] /u/kmw1877 had their submission removed for insufficient lambda. +[2020-07-31 03:29:17,951] /u/kmw1877 had their flair updated +[2020-07-31 03:29:34,330] There has been a new submission: 'Rebranded my channel with a new name with the theme of things that we enjoy having and using. Let me know how the first post under my new name looks.', with flair 'Video Critique' +[2020-07-31 03:29:35,400] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 03:29:35,401] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 03:29:36,587] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zH1ezvGD1oY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:29:36,996] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs7DbZ2tZLbC7nR-sZzF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:29:38,638] /u/dragonsspawn had their flair updated +[2020-07-31 03:30:16,056] '/u/glazed_turkey' has given '/u/dragonsspawn' lambda! +[2020-07-31 03:30:19,085] /u/dragonsspawn had their flair updated +[2020-07-31 03:30:40,973] '/u/wertys761' has given '/u/Sogguwu' lambda! +[2020-07-31 03:30:43,600] /u/Sogguwu had their flair updated +[2020-07-31 03:32:50,815] '/u/Glittering_Designer' has given '/u/Xiriouv' lambda! +[2020-07-31 03:32:53,756] /u/Xiriouv had their flair updated +[2020-07-31 03:33:39,360] There has been a new submission: 'My new video essay about Crash Bandicoot (the series) is up and I worked real hard on it, would love some feedback to know what I can do better for next time!', with flair 'Video Critique' +[2020-07-31 03:33:40,467] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 03:33:40,468] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 03:33:41,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YbobnHavzPo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:33:42,105] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAdaxjqGW4tdBWdW75VWRAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 03:33:44,885] /u/blacksmyth34 had their flair updated +[2020-07-31 03:34:51,315] '/u/aspirefitnesswalnut' has given '/u/TheFandomWorker' lambda! +[2020-07-31 03:34:53,814] /u/TheFandomWorker had their flair updated +[2020-07-31 03:35:25,941] There has been a new submission: 'Lord of War (2005) Review - Summer of Nic Cage', with flair 'Video Critique' +[2020-07-31 03:35:27,377] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-07-31 03:35:28,897] /u/Neon-Movie-Reviews had their flair updated +[2020-07-31 03:42:54,814] There has been a new submission: 'I uploaded this video yesterday, any feedback is appreciated', with flair 'Gaming' +[2020-07-31 03:42:56,445] /u/StLemons69 had their submission removed for insufficient lambda. +[2020-07-31 03:42:58,533] /u/StLemons69 had their flair updated +[2020-07-31 03:58:52,036] There has been a new submission: 'This is a documentary type video I made about the fall of the Soviet Union. Would like some feedback (other than the audio, I messed up some lines and had to re-record them, couldn't get it to sound perfect)', with flair 'Video Critique' +[2020-07-31 03:58:53,348] /u/ethan_xatris had their submission removed for insufficient lambda. +[2020-07-31 03:58:54,215] /u/ethan_xatris had their flair updated +[2020-07-31 04:03:03,636] There has been a new submission: 'Here is my last video if you like it subscribe', with flair 'Channel Review' +[2020-07-31 04:03:05,030] /u/caft499 had their submission removed for insufficient lambda. +[2020-07-31 04:03:07,155] /u/caft499 had their flair updated +[2020-07-31 04:11:59,884] There has been a new submission: 'Small youtubers, take note.', with flair 'Discussion' +[2020-07-31 04:12:02,257] /u/CarChaosCentral had their flair updated +[2020-07-31 04:17:22,740] There has been a new submission: 'I'm accepting Youtube Branding Kit commissions.', with flair 'Discussion' +[2020-07-31 04:17:25,892] /u/jdummies had their flair updated +[2020-07-31 04:23:07,179] There has been a new submission: 'A love Letter to The Greatest Game I've ever played', with flair 'Video Critique' +[2020-07-31 04:23:07,583] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 04:23:07,585] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 04:23:07,954] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ULzT_FUsxfk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 04:23:08,129] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 04:23:09,575] /u/bigni44a had their flair updated +[2020-07-31 04:30:43,141] There has been a new submission: 'Grand Theft Auto 5 (GTAV) PS5/XBOX Series X Next Gen Graphics Concept Realism Beyond Graphics MOD 4K', with flair 'Gaming' +[2020-07-31 04:30:45,144] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-07-31 04:30:47,529] /u/PudgeKing7 had their flair updated +[2020-07-31 04:34:14,730] There has been a new submission: 'New Easter 🐣 egg 🥚 on Call of duty', with flair 'Gaming' +[2020-07-31 04:34:16,208] /u/KillingitCali-Tv had their submission removed for insufficient lambda. +[2020-07-31 04:34:18,137] /u/KillingitCali-Tv had their flair updated +[2020-07-31 04:36:06,933] There has been a new submission: 'Grounded is an experience', with flair 'Gaming' +[2020-07-31 04:36:08,029] /u/DylanIndeed had their submission removed for insufficient lambda. +[2020-07-31 04:36:09,659] /u/DylanIndeed had their flair updated +[2020-07-31 04:38:04,593] /u/AnimuseVids had their flair updated +[2020-07-31 04:39:44,023] +#################### +[Jul 31 2020 04:39:44] RESTARTED +#################### + +[2020-07-31 05:10:52,640] '/u/FindAKidneyDonor-Com' has given '/u/DylanIndeed' lambda! +[2020-07-31 05:10:55,552] /u/DylanIndeed had their flair updated +[2020-07-31 05:11:28,797] '/u/FindAKidneyDonor-Com' has given '/u/clockworkshow' lambda! +[2020-07-31 05:11:31,747] /u/clockworkshow had their flair updated +[2020-07-31 05:11:51,140] '/u/FindAKidneyDonor-Com' has given '/u/IcyAssociate1' lambda! +[2020-07-31 05:11:53,602] /u/IcyAssociate1 had their flair updated +[2020-07-31 05:12:24,214] '/u/FindAKidneyDonor-Com' has given '/u/dragonsspawn' lambda! +[2020-07-31 05:12:26,759] /u/dragonsspawn had their flair updated +[2020-07-31 05:13:14,995] '/u/FindAKidneyDonor-Com' has given '/u/karolzen' lambda! +[2020-07-31 05:13:17,666] /u/karolzen had their flair updated +[2020-07-31 05:13:48,881] There has been a new submission: 'I've just recently started putting effort into creating videos because I love it when I can make people laugh. I've been told I can do a great range of voices and that I'm really funny and have good timing so I tried putting more personality into this one.', with flair 'Video Critique' +[2020-07-31 05:13:50,487] /u/HairyBarrelMan had their submission removed for insufficient lambda. +[2020-07-31 05:13:52,249] /u/HairyBarrelMan had their flair updated +[2020-07-31 05:14:11,614] There has been a new submission: 'Can I please get some feedback on this video? Cheers', with flair 'Video Critique' +[2020-07-31 05:14:12,843] /u/Nomad_ActualYT had their submission removed for insufficient lambda. +[2020-07-31 05:14:14,485] /u/Nomad_ActualYT had their flair updated +[2020-07-31 05:14:32,344] There has been a new submission: 'NBA Bubble Hot Takes | The Gold Mine', with flair 'Video Critique' +[2020-07-31 05:14:33,863] /u/jdktx had their submission removed for insufficient lambda. +[2020-07-31 05:14:35,464] /u/jdktx had their flair updated +[2020-07-31 05:14:53,179] There has been a new submission: 'NASTY NOVA IS NOT HAVING IT WITH POF TODAY | TDF GANG REACTION', with flair 'Discussion' +[2020-07-31 05:14:55,065] /u/lilsimi4pf had their flair updated +[2020-07-31 05:23:13,789] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-31 05:32:38,680] '/u/dragonsspawn' has given '/u/jdktx' lambda! +[2020-07-31 05:32:41,465] /u/jdktx had their flair updated +[2020-07-31 05:35:33,308] '/u/Harthroth' has given '/u/cstrike2' lambda! +[2020-07-31 05:35:35,886] /u/cstrike2 had their flair updated +[2020-07-31 05:36:58,516] '/u/Harthroth' has given '/u/Rogue_BR' lambda! +[2020-07-31 05:37:00,404] /u/Rogue_BR had their flair updated +[2020-07-31 05:46:20,428] '/u/dragonsspawn' has given '/u/Unraveled_YT' lambda! +[2020-07-31 05:46:22,882] /u/Unraveled_YT had their flair updated +[2020-07-31 05:57:58,635] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-07-31 05:59:05,597] '/u/bigni44a' has given '/u/Nomad_ActualYT' lambda! +[2020-07-31 05:59:07,812] /u/Nomad_ActualYT had their flair updated +[2020-07-31 05:59:26,095] There has been a new submission: 'How To Reach Level 80 in One Day [XENOVERSE 2]', with flair 'Gaming' +[2020-07-31 05:59:27,240] /u/HIMIKOTOGAVIDS had their submission removed for insufficient lambda. +[2020-07-31 05:59:27,937] /u/HIMIKOTOGAVIDS had their flair updated +[2020-07-31 06:00:16,953] '/u/bigni44a' has given '/u/jdktx' lambda! +[2020-07-31 06:00:19,304] /u/jdktx had their flair updated +[2020-07-31 06:02:08,168] '/u/bigni44a' has given '/u/dragonsspawn' lambda! +[2020-07-31 06:02:10,955] /u/dragonsspawn had their flair updated +[2020-07-31 06:04:27,998] '/u/FindAKidneyDonor-Com' has given '/u/Nomad_ActualYT' lambda! +[2020-07-31 06:04:30,459] /u/Nomad_ActualYT had their flair updated +[2020-07-31 06:06:23,438] There has been a new submission: 'a few days back I made these shorts & I finally finished editing the video for them I would love some feed back', with flair 'Art' +[2020-07-31 06:06:25,027] /u/Joelhenriquez had their submission removed for insufficient lambda. +[2020-07-31 06:06:26,384] /u/Joelhenriquez had their flair updated +[2020-07-31 06:20:06,640] There has been a new submission: 'Greetings, I make game development tutorials and game devlogs. I’ve been trying to create content that bigger game dev creators are using whilst also being my adding my personality into the mix. Any advice would be deeply appreciated!', with flair 'Channel Review' +[2020-07-31 06:20:08,403] /u/Ajackster had their submission removed for insufficient lambda. +[2020-07-31 06:20:10,717] /u/Ajackster had their flair updated +[2020-07-31 06:28:25,059] '/u/jackgo14' has given '/u/TheABCCouple' lambda! +[2020-07-31 06:28:27,277] /u/TheABCCouple had their flair updated +[2020-07-31 06:29:52,075] '/u/jackgo14' has given '/u/dragonsspawn' lambda! +[2020-07-31 06:29:54,500] /u/dragonsspawn had their flair updated +[2020-07-31 06:31:03,678] There has been a new submission: '[Montage] Titanfall 2 - sauceintherough (brakence)', with flair 'Gaming' +[2020-07-31 06:31:05,155] /u/EgoOnLegs had their submission removed for insufficient lambda. +[2020-07-31 06:31:07,447] /u/EgoOnLegs had their flair updated +[2020-07-31 06:32:03,392] There has been a new submission: 'so theres this guy who just makes png edits and they are actually funny and I just wanted to make him more know', with flair 'None' +[2020-07-31 06:32:04,855] /u/BartLopez had their submission removed for insufficient lambda. +[2020-07-31 06:32:07,148] /u/BartLopez had their flair updated +[2020-07-31 06:39:44,115] +#################### +[Jul 31 2020 06:39:44] RESTARTED +#################### + +[2020-07-31 07:13:37,802] '/u/wertys761' has given '/u/Lukegreen3703' lambda! +[2020-07-31 07:13:40,184] /u/Lukegreen3703 had their flair updated +[2020-07-31 07:14:01,590] '/u/wertys761' has given '/u/aspirefitnesswalnut' lambda! +[2020-07-31 07:14:04,251] /u/aspirefitnesswalnut had their flair updated +[2020-07-31 07:14:23,397] '/u/YaGuyAlex_yt' has given '/u/nirvanaspirit666' lambda! +[2020-07-31 07:14:25,898] /u/nirvanaspirit666 had their flair updated +[2020-07-31 07:14:45,693] '/u/YaGuyAlex_yt' has given '/u/dragonsspawn' lambda! +[2020-07-31 07:14:48,436] /u/dragonsspawn had their flair updated +[2020-07-31 07:15:07,674] '/u/YaGuyAlex_yt' has given '/u/Lukegreen3703' lambda! +[2020-07-31 07:15:10,326] /u/Lukegreen3703 had their flair updated +[2020-07-31 07:15:43,668] '/u/YaGuyAlex_yt' has given '/u/fukdonaldtrump2020' lambda! +[2020-07-31 07:15:46,011] /u/fukdonaldtrump2020 had their flair updated +[2020-07-31 07:16:04,899] '/u/YaGuyAlex_yt' has given '/u/Fluffy_B0Y3' lambda! +[2020-07-31 07:16:07,190] /u/Fluffy_B0Y3 had their flair updated +[2020-07-31 07:16:26,284] '/u/YaGuyAlex_yt' has given '/u/TheABCCouple' lambda! +[2020-07-31 07:16:28,898] /u/TheABCCouple had their flair updated +[2020-07-31 07:16:48,162] '/u/YaGuyAlex_yt' has given '/u/chickpea_taco' lambda! +[2020-07-31 07:16:50,245] /u/chickpea_taco had their flair updated +[2020-07-31 07:17:24,118] '/u/YaGuyAlex_yt' has given '/u/Redmond93' lambda! +[2020-07-31 07:17:26,451] /u/Redmond93 had their flair updated +[2020-07-31 07:17:44,066] '/u/FindAKidneyDonor-Com' has given '/u/Glittering_Designer' lambda! +[2020-07-31 07:17:46,447] /u/Glittering_Designer had their flair updated +[2020-07-31 07:20:14,133] There has been a new submission: 'I worked pretty hard on this one if you can give it some love and let me know what you think.', with flair 'Art' +[2020-07-31 07:20:16,114] /u/ryangoslinghatesjews had their submission removed for insufficient lambda. +[2020-07-31 07:20:18,471] /u/ryangoslinghatesjews had their flair updated +[2020-07-31 07:20:37,985] There has been a new submission: 'JT2LIT', with flair 'Channel Review' +[2020-07-31 07:20:39,665] /u/YoungJT2400 had their submission removed for insufficient lambda. +[2020-07-31 07:20:41,965] /u/YoungJT2400 had their flair updated +[2020-07-31 07:21:01,571] There has been a new submission: 'Your feedback sucks (and here's what you can do to change that)', with flair 'Discussion' +[2020-07-31 07:21:04,596] /u/Unraveled_YT had their flair updated +[2020-07-31 07:21:23,815] There has been a new submission: 'Any advice or help on ways to improve would be appreciated!', with flair 'Channel Review' +[2020-07-31 07:21:25,416] /u/Andrew-Hayward had their submission removed for insufficient lambda. +[2020-07-31 07:21:27,636] /u/Andrew-Hayward had their flair updated +[2020-07-31 07:21:46,879] There has been a new submission: 'Hey guys, we're new here, we make gaming content and want to network with other creators, link your channels below!', with flair 'Gaming' +[2020-07-31 07:21:48,440] /u/AOMAGames had their submission removed for insufficient lambda. +[2020-07-31 07:21:50,570] /u/AOMAGames had their flair updated +[2020-07-31 07:25:26,483] There has been a new submission: 'Black ops 3 shotgun in cod mobile KRM-262 (best perks & attachments for shotgun)', with flair 'Gaming' +[2020-07-31 07:25:27,589] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-07-31 07:25:29,274] /u/Vizz47 had their flair updated +[2020-07-31 07:36:57,077] There has been a new submission: 'Trying to Learn & Grow My Community! All Help Is Appreciated 😃', with flair 'Channel Review' +[2020-07-31 07:36:59,204] /u/Mister-Alewood had their submission removed for insufficient lambda. +[2020-07-31 07:37:00,643] /u/Mister-Alewood had their flair updated +[2020-07-31 07:39:14,923] There has been a new submission: 'Valorant - Fails & Epic Moments Compilation', with flair 'Gaming' +[2020-07-31 07:39:15,741] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-07-31 07:39:16,441] /u/Glittering-Ad-3506 had their flair updated +[2020-07-31 07:50:23,104] There has been a new submission: 'IM DOING A 100+ VIDEO series! —— This is the second video: Practicing the letter B in graffiti. A-Z, 0-9, Spanish, Japanese, etc are all on the docket for this series. Wish me luck', with flair 'Channel Review' +[2020-07-31 07:50:24,868] /u/code_five_art had their submission removed for insufficient lambda. +[2020-07-31 07:50:27,826] /u/code_five_art had their flair updated +[2020-07-31 08:03:53,201] There has been a new submission: 'Hey guys!! Feel free to give your opinions.', with flair 'Video Critique' +[2020-07-31 08:03:54,672] /u/ulrich1404 had their submission removed for insufficient lambda. +[2020-07-31 08:03:56,563] /u/ulrich1404 had their flair updated +[2020-07-31 08:07:06,520] '/u/Glittering_Designer' has given '/u/YonderBen' lambda! +[2020-07-31 08:07:07,750] /u/YonderBen had their flair updated +[2020-07-31 08:08:49,568] There has been a new submission: 'A short video of Half-Life 2 I was inspired to make', with flair 'Gaming' +[2020-07-31 08:08:50,325] /u/SCPeachy had their submission removed for insufficient lambda. +[2020-07-31 08:08:51,111] /u/SCPeachy had their flair updated +[2020-07-31 08:20:57,417] There has been a new submission: 'Problem with a video having two different durations in different circumstances', with flair 'Discussion' +[2020-07-31 08:21:00,295] /u/GalaxiaGuy had their flair updated +[2020-07-31 08:24:10,624] There has been a new submission: 'Countdown 5 Minutes Neon Tunnel Effect With Electronic Music', with flair 'Art' +[2020-07-31 08:24:12,298] /u/widgia had their submission removed for insufficient lambda. +[2020-07-31 08:24:14,143] /u/widgia had their flair updated +[2020-07-31 08:39:34,127] +#################### +[Jul 31 2020 08:39:34] RESTARTED +#################### + +[2020-07-31 08:58:19,421] There has been a new submission: 'Looking for some tips to help grow our channel. If you think we are doing something right point it out. Equally, critiques are welcome.', with flair 'Channel Review' +[2020-07-31 08:58:22,822] /u/YonderBen had their flair updated +[2020-07-31 09:00:23,147] There has been a new submission: 'Does anyone here do commentary for free here?', with flair 'Discussion' +[2020-07-31 09:00:26,549] /u/bricknohero had their flair updated +[2020-07-31 09:00:45,619] There has been a new submission: 'Hey everyone. I have recently started my channel and I would love some advice about what I could be doing better.', with flair 'Video Critique' +[2020-07-31 09:00:47,172] /u/Level_Best had their submission removed for insufficient lambda. +[2020-07-31 09:00:49,428] /u/Level_Best had their flair updated +[2020-07-31 09:01:08,722] There has been a new submission: 'My first attempt at editing out a short video with clips from my fun times with my friends, I will be adjusting audio should I post another but please let me know what you think, possibly sub if you like it?', with flair 'Gaming' +[2020-07-31 09:01:10,353] /u/Haruxan had their submission removed for insufficient lambda. +[2020-07-31 09:01:12,612] /u/Haruxan had their flair updated +[2020-07-31 09:18:18,075] There has been a new submission: 'Where am I? Mum m scared come pick me up', with flair 'Gaming' +[2020-07-31 09:18:19,711] /u/TheAmericanWag0n had their submission removed for insufficient lambda. +[2020-07-31 09:18:20,812] /u/TheAmericanWag0n had their flair updated +[2020-07-31 09:21:51,075] There has been a new submission: 'Nature Sounds', with flair 'Channel Review' +[2020-07-31 09:21:52,506] /u/icharis1008 had their submission removed for insufficient lambda. +[2020-07-31 09:21:54,676] /u/icharis1008 had their flair updated +[2020-07-31 09:24:00,131] There has been a new submission: 'How much Youtube paid me for 190 Million views - lifetime earnings', with flair 'Video Critique' +[2020-07-31 09:24:01,605] /u/ItsEmto had their submission removed for insufficient lambda. +[2020-07-31 09:24:04,099] /u/ItsEmto had their flair updated +[2020-07-31 09:42:30,404] There has been a new submission: '(Lambda for critiques) Havent uploaded a video in a while! Want to know if this video is "good" thanks!', with flair 'Video Critique' +[2020-07-31 09:42:31,918] /u/Dumbify had their submission removed for insufficient lambda. +[2020-07-31 09:42:34,832] /u/Dumbify had their flair updated +[2020-07-31 09:51:01,898] '/u/bigni44a' has given '/u/Dumbify' lambda! +[2020-07-31 09:51:04,333] /u/Dumbify had their flair updated +[2020-07-31 09:51:23,228] '/u/bigni44a' has given '/u/ThinkThinkerton' lambda! +[2020-07-31 09:51:25,411] /u/ThinkThinkerton had their flair updated +[2020-07-31 09:59:48,826] There has been a new submission: 'Final Fantasy 13 Is Awesome* (Review)', with flair 'Video Critique' +[2020-07-31 09:59:49,809] /u/scottbreviews had their submission removed for insufficient lambda. +[2020-07-31 09:59:50,301] /u/scottbreviews had their flair updated +[2020-07-31 10:04:44,882] There has been a new submission: 'Tesla roadster 2020 trailer', with flair 'Video Critique' +[2020-07-31 10:04:46,113] /u/MrMod_experiment had their submission removed for insufficient lambda. +[2020-07-31 10:04:47,883] /u/MrMod_experiment had their flair updated +[2020-07-31 10:07:37,666] There has been a new submission: 'VALORANT FUNNIEST FAILS & MOMENTS OF ALL THE TIME', with flair 'Gaming' +[2020-07-31 10:07:38,649] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-07-31 10:07:39,803] /u/Glittering-Ad-3506 had their flair updated +[2020-07-31 10:08:43,325] There has been a new submission: 'Valorant Funniest Moments of all the time.', with flair 'Gaming' +[2020-07-31 10:08:44,126] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-07-31 10:08:45,016] /u/Glittering-Ad-3506 had their flair updated +[2020-07-31 10:39:34,445] +#################### +[Jul 31 2020 10:39:34] RESTARTED +#################### + +[2020-07-31 10:59:48,408] There has been a new submission: 'can someone tell me their honest opinion on my channel', with flair 'Video Critique' +[2020-07-31 10:59:49,725] /u/Iconicboyi had their submission removed for insufficient lambda. +[2020-07-31 10:59:50,341] /u/Iconicboyi had their flair updated +[2020-07-31 11:17:14,841] '/u/Glittering_Designer' has given '/u/code_five_art' lambda! +[2020-07-31 11:17:17,052] /u/code_five_art had their flair updated +[2020-07-31 11:23:02,334] There has been a new submission: 'Im trying to make in-depth and honest reviews that really go into the game. Could you tell me what I could do to improve it?', with flair 'Video Critique' +[2020-07-31 11:23:03,809] /u/therealroymccoy had their submission removed for insufficient lambda. +[2020-07-31 11:23:05,777] /u/therealroymccoy had their flair updated +[2020-07-31 11:26:49,133] There has been a new submission: 'In short, I asked for hard critique and got asked to get a new mic and better intro. Hopefully achieved that. Please be ballistic with your critique, would gernuinly like some info on what to improve here. But I do hope you enjoy the video of cause :b', with flair 'Video Critique' +[2020-07-31 11:26:49,448] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 11:26:49,451] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 11:26:49,604] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YUNi_3aXlks&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 11:26:49,698] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyk4KTh81lRxd3f0Oi_VC7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 11:26:52,324] /u/Xiriouv had their flair updated +[2020-07-31 11:45:53,566] There has been a new submission: 'Tell me what you think of this bad boy - Bad Science: BOOZE CHEMISTRY, or What down side of drinking?', with flair 'Video Critique' +[2020-07-31 11:45:55,249] /u/Not-Fiction-YouTube had their submission removed for insufficient lambda. +[2020-07-31 11:45:56,891] /u/Not-Fiction-YouTube had their flair updated +[2020-07-31 12:02:16,793] There has been a new submission: 'Anyone else have an epiphany this hard before?', with flair 'Video Critique' +[2020-07-31 12:02:17,276] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 12:02:17,293] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 12:02:17,641] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n6G0EnTm3h4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 12:02:17,842] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 12:02:20,506] /u/MafiasFinestTV had their flair updated +[2020-07-31 12:04:04,816] There has been a new submission: 'This is my second review video. I put a lot of effort into the editing. Happy to give Lambda for constructive feedback on anything other than the thumbnail which I'm aware needs some work. 😉 Hope you enjoy, even if just slightly. 😀', with flair 'Video Critique' +[2020-07-31 12:04:05,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 12:04:05,266] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 12:04:05,617] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TkPqtsFrht4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 12:04:05,838] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1PHxyRPz1dXA9lWTzrFF-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 12:04:08,654] /u/RealLoki1 had their flair updated +[2020-07-31 12:11:54,392] '/u/blacksmyth34' has given '/u/Level_Best' lambda! +[2020-07-31 12:11:56,600] /u/Level_Best had their flair updated +[2020-07-31 12:13:48,773] '/u/blacksmyth34' has given '/u/karolzen' lambda! +[2020-07-31 12:13:51,358] /u/karolzen had their flair updated +[2020-07-31 12:17:30,112] '/u/blacksmyth34' has given '/u/Unraveled_YT' lambda! +[2020-07-31 12:17:31,450] /u/Unraveled_YT had their flair updated +[2020-07-31 12:18:22,320] There has been a new submission: 'The new Avengers game has me concerned... I'm not sure if it's gonna be as good as it should be.', with flair 'Gaming' +[2020-07-31 12:18:23,205] /u/ShamoonReacts had their submission removed for insufficient lambda. +[2020-07-31 12:18:24,118] /u/ShamoonReacts had their flair updated +[2020-07-31 12:20:17,090] '/u/blacksmyth34' has given '/u/jdktx' lambda! +[2020-07-31 12:20:19,389] /u/jdktx had their flair updated +[2020-07-31 12:21:47,645] There has been a new submission: 'hello! i am a new youtuber looking to start a gaming/anime channel who recently made my first video.', with flair 'Gaming' +[2020-07-31 12:21:49,701] /u/mr_slowcart had their submission removed for insufficient lambda. +[2020-07-31 12:21:51,838] /u/mr_slowcart had their flair updated +[2020-07-31 12:23:48,689] '/u/blacksmyth34' has given '/u/jackgo14' lambda! +[2020-07-31 12:23:50,536] /u/jackgo14 had their flair updated +[2020-07-31 12:24:04,293] '/u/blacksmyth34' has given '/u/dragonsspawn' lambda! +[2020-07-31 12:24:06,393] /u/dragonsspawn had their flair updated +[2020-07-31 12:30:11,345] '/u/blacksmyth34' has given '/u/mouse_irl' lambda! +[2020-07-31 12:30:13,660] /u/mouse_irl had their flair updated +[2020-07-31 12:31:14,621] '/u/blacksmyth34' has given '/u/Glittering_Designer' lambda! +[2020-07-31 12:31:17,575] /u/Glittering_Designer had their flair updated +[2020-07-31 12:35:01,616] There has been a new submission: 'Tell me what im doing worng please', with flair 'Channel Review' +[2020-07-31 12:35:02,860] /u/Kingzoe13 had their submission removed for insufficient lambda. +[2020-07-31 12:35:04,430] /u/Kingzoe13 had their flair updated +[2020-07-31 12:38:04,366] There has been a new submission: 'hello! i am a new youtuber looking to start a gaming/anime channel who recently made my first video.', with flair 'Gaming' +[2020-07-31 12:38:05,251] /u/SANSUNDERTALE69420 had their submission removed for insufficient lambda. +[2020-07-31 12:38:06,246] /u/SANSUNDERTALE69420 had their flair updated +[2020-07-31 12:39:45,080] +#################### +[Jul 31 2020 12:39:45] RESTARTED +#################### + +[2020-07-31 13:09:16,821] There has been a new submission: 'First Omegle video | Please critique', with flair 'Video Critique' +[2020-07-31 13:09:20,017] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 13:09:20,056] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 13:09:21,449] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GuIpWvM2mSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 13:09:21,859] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVK2ZIpT_aLDHdqwLacqLOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 13:09:23,421] /u/FRShway had their flair updated +[2020-07-31 13:10:11,775] '/u/RealLoki1' has given '/u/Glittering_Designer' lambda! +[2020-07-31 13:10:14,128] /u/Glittering_Designer had their flair updated +[2020-07-31 13:12:26,464] There has been a new submission: 'Will blocked users comments be hidden to other people.', with flair 'Discussion' +[2020-07-31 13:12:28,655] /u/Cockerel-Ninja-126 had their flair updated +[2020-07-31 13:13:31,971] There has been a new submission: 'Poppin Skulls in Rainbow Six Siege - I made this Rainbow Six Siege video after recording gameplay with my friends, I put a lot of time into it and I’m very happy with it. I take inspiration from Meaty Marley but it is my own work. Some advice on how to improve would be amazing :)', with flair 'Video Critique' +[2020-07-31 13:13:33,612] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 13:13:33,614] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 13:13:35,259] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A_AxX7DykKE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 13:13:35,630] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChkp10IrmI5gjU0iIIVgOmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 13:13:38,461] /u/ElmaxVoid had their flair updated +[2020-07-31 13:16:37,541] '/u/Inspiron1501' has given '/u/Lukegreen3703' lambda! +[2020-07-31 13:16:40,039] /u/Lukegreen3703 had their flair updated +[2020-07-31 13:17:24,831] '/u/Inspiron1501' has given '/u/itsMintacle' lambda! +[2020-07-31 13:17:27,132] /u/itsMintacle had their flair updated +[2020-07-31 13:32:43,175] There has been a new submission: 'Would Appreciate if you could check my channel out and consider subbing if u wanna support me', with flair 'Channel Review' +[2020-07-31 13:32:45,062] /u/Harsh_Hira had their submission removed for insufficient lambda. +[2020-07-31 13:32:47,113] /u/Harsh_Hira had their flair updated +[2020-07-31 13:51:31,568] There has been a new submission: 'Stores are Removing Plus Size Sections and No One Is Talking About It', with flair 'Video Critique' +[2020-07-31 13:51:33,041] /u/prettyhippieme had their submission removed for insufficient lambda. +[2020-07-31 13:51:35,232] /u/prettyhippieme had their flair updated +[2020-07-31 14:02:26,167] There has been a new submission: 'Teenage Tractors going through!', with flair 'Gaming' +[2020-07-31 14:02:27,805] /u/Paradise5551 had their submission removed for insufficient lambda. +[2020-07-31 14:02:30,013] /u/Paradise5551 had their flair updated +[2020-07-31 14:05:22,835] '/u/MafiasFinestTV' has given '/u/Glittering_Designer' lambda! +[2020-07-31 14:05:24,483] /u/Glittering_Designer had their flair updated +[2020-07-31 14:05:52,942] '/u/tyler24366' has given '/u/GrumpyBottom_YT' lambda! +[2020-07-31 14:05:54,515] /u/GrumpyBottom_YT had their flair updated +[2020-07-31 14:06:12,947] '/u/tyler24366' has given '/u/bigni44a' lambda! +[2020-07-31 14:06:14,454] /u/bigni44a had their flair updated +[2020-07-31 14:06:41,310] '/u/tyler24366' has given '/u/Nomad_ActualYT' lambda! +[2020-07-31 14:06:42,726] /u/Nomad_ActualYT had their flair updated +[2020-07-31 14:06:58,901] '/u/ElmaxVoid' has given '/u/Beanboiproductions' lambda! +[2020-07-31 14:07:00,185] /u/Beanboiproductions had their flair updated +[2020-07-31 14:12:59,669] '/u/MrMoo-Youtube' has given '/u/Rasid_Saran' lambda! +[2020-07-31 14:13:02,702] /u/Rasid_Saran had their flair updated +[2020-07-31 14:14:30,524] There has been a new submission: 'You should go and check out my latest youtube video and let me know if you enjoyed and what I can change about it. If you enjoyed be sure to subscribe to stay up to date with future videos that I make.', with flair 'Gaming' +[2020-07-31 14:14:31,879] /u/Jarkson010 had their submission removed for insufficient lambda. +[2020-07-31 14:14:33,679] /u/Jarkson010 had their flair updated +[2020-07-31 14:15:18,865] There has been a new submission: 'NBA Bubble Hot Takes | The Gold Mine', with flair 'Video Critique' +[2020-07-31 14:15:19,238] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 14:15:19,240] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 14:15:19,514] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9sgw4oZtUH0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:15:19,638] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkeyxwOOkTvBzZ1mv12O_4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:15:21,764] /u/jdktx had their flair updated +[2020-07-31 14:18:55,521] There has been a new submission: 'Did a new challenge! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-07-31 14:18:56,135] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 14:18:56,137] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 14:18:56,915] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VO1_Y2_1l5s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:18:57,286] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:18:58,765] /u/ShikharTrivedi had their flair updated +[2020-07-31 14:19:13,847] There has been a new submission: 'Aiming for 10 likes', with flair 'Gaming' +[2020-07-31 14:19:14,576] /u/specialpoiinterboi12 had their submission removed for insufficient lambda. +[2020-07-31 14:19:15,286] /u/specialpoiinterboi12 had their flair updated +[2020-07-31 14:20:31,694] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-31 14:20:48,890] There has been a new submission: 'GTA V (Story Mode ) Hindi Gaemplay', with flair 'Gaming' +[2020-07-31 14:20:50,546] /u/Virender_Nayal had their submission removed for insufficient lambda. +[2020-07-31 14:20:52,926] /u/Virender_Nayal had their flair updated +[2020-07-31 14:29:00,227] There has been a new submission: 'I made a review on Persona 5 I want to see what I need to improve more because this channel was originally for reviews and I have only uploaded 5 review videos in a year.', with flair 'Video Critique' +[2020-07-31 14:29:01,538] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 14:29:01,539] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 14:29:02,604] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KcdZNvYv0kI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:29:03,089] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPJTeCq5xVnhMLXar6MF83A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:29:05,054] /u/Mancera_Mancera had their flair updated +[2020-07-31 14:36:00,943] There has been a new submission: 'Ps5 vs Xbox in a nutshell - critique 4 lambda', with flair 'Gaming' +[2020-07-31 14:36:01,381] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 14:36:01,403] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 14:36:01,793] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8-L-GUVdXh4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:36:01,961] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:36:04,045] /u/ameixarocha had their flair updated +[2020-07-31 14:37:34,873] There has been a new submission: 'I made an animation about comparing real life sharks and sharks from this new game called Maneater', with flair 'Art' +[2020-07-31 14:37:35,314] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 14:37:35,332] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 14:37:35,653] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0D59YC3IYgQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:37:35,856] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtd39QBSeeA5cYcAybT3N2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 14:37:37,602] /u/Cryptik101 had their flair updated +[2020-07-31 14:38:03,682] There has been a new submission: 'Crazy Ice Cream Sandwiches', with flair 'Vlog' +[2020-07-31 14:38:04,706] /u/bamcam43 had their submission removed for insufficient lambda. +[2020-07-31 14:38:05,802] /u/bamcam43 had their flair updated +[2020-07-31 14:38:50,379] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 13 - Ghosts From The Past', with flair 'Gaming' +[2020-07-31 14:38:52,178] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-07-31 14:38:52,927] /u/CecliusPlaysHD had their flair updated +[2020-07-31 14:39:49,419] +#################### +[Jul 31 2020 14:39:49] RESTARTED +#################### + +[2020-07-31 15:10:18,951] There has been a new submission: 'Please help me reach 100 subs!', with flair 'Channel Review' +[2020-07-31 15:10:21,061] /u/phoebegrace77 had their submission removed for insufficient lambda. +[2020-07-31 15:10:23,726] /u/phoebegrace77 had their flair updated +[2020-07-31 15:10:42,982] There has been a new submission: 'I went to Varna, Bulgaria and this is how it went. Feedback is much appreciated :)', with flair 'Vlog' +[2020-07-31 15:10:44,785] /u/JJAweSomeK had their submission removed for insufficient lambda. +[2020-07-31 15:10:47,153] /u/JJAweSomeK had their flair updated +[2020-07-31 15:11:11,788] '/u/ameixarocha' has given '/u/Cryptik101' lambda! +[2020-07-31 15:11:14,654] /u/Cryptik101 had their flair updated +[2020-07-31 15:13:42,648] '/u/blacksmyth34' has given '/u/Yo-Homeboy13' lambda! +[2020-07-31 15:13:45,225] /u/Yo-Homeboy13 had their flair updated +[2020-07-31 15:16:14,741] '/u/ShikharTrivedi' has given '/u/tedster_' lambda! +[2020-07-31 15:16:17,575] /u/tedster_ had their flair updated +[2020-07-31 15:17:06,263] '/u/MafiasFinestTV' has given '/u/Its_naira' lambda! +[2020-07-31 15:17:08,561] /u/Its_naira had their flair updated +[2020-07-31 15:17:41,487] '/u/RealGalaxyRider' has given '/u/Nomad_ActualYT' lambda! +[2020-07-31 15:17:43,774] /u/Nomad_ActualYT had their flair updated +[2020-07-31 15:20:17,372] There has been a new submission: 'A trip to SKANSEN - This is why you should visit it', with flair 'Vlog' +[2020-07-31 15:20:19,299] /u/andyamtr had their submission removed for insufficient lambda. +[2020-07-31 15:20:22,623] /u/andyamtr had their flair updated +[2020-07-31 15:20:40,711] There has been a new submission: 'Hey guys I'm trying something new this week on my channel! Excited to hear what you guys think! Trying to put out more videos per week but I'm scared that I'm sacrificing quality for quantity', with flair 'Video Critique' +[2020-07-31 15:20:42,342] /u/samwise-ganj had their submission removed for insufficient lambda. +[2020-07-31 15:20:44,678] /u/samwise-ganj had their flair updated +[2020-07-31 15:21:04,142] There has been a new submission: 'Finally solving the Disc 11 and 13 mystery', with flair 'Gaming' +[2020-07-31 15:21:05,695] /u/Mike-Rodick69 had their submission removed for insufficient lambda. +[2020-07-31 15:21:08,150] /u/Mike-Rodick69 had their flair updated +[2020-07-31 15:22:43,544] There has been a new submission: 'I Tried Promoting my Channel 40x a Day for 3 Day’s', with flair 'Video Critique' +[2020-07-31 15:22:44,973] /u/juanram8097 had their submission removed for insufficient lambda. +[2020-07-31 15:22:46,906] /u/juanram8097 had their flair updated +[2020-07-31 15:26:25,878] '/u/ShikharTrivedi' has given '/u/talsean' lambda! +[2020-07-31 15:26:31,604] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/api/flairlist/ +[2020-07-31 15:26:39,299] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-07-31 15:26:40,584] /u/talsean had their flair updated +[2020-07-31 15:27:10,373] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-07-31 15:41:29,379] There has been a new submission: '**NEW** Warzone Video, Winning with Invisible Walls!!!', with flair 'Gaming' +[2020-07-31 15:41:30,849] /u/JRohx had their submission removed for insufficient lambda. +[2020-07-31 15:41:33,020] /u/JRohx had their flair updated +[2020-07-31 15:47:17,013] '/u/dragonsspawn' has given '/u/Dumbify' lambda! +[2020-07-31 15:47:19,433] /u/Dumbify had their flair updated +[2020-07-31 15:48:30,249] '/u/dragonsspawn' has given '/u/Glittering_Designer' lambda! +[2020-07-31 15:48:32,499] /u/Glittering_Designer had their flair updated +[2020-07-31 15:49:39,739] '/u/dragonsspawn' has given '/u/JJAweSomeK' lambda! +[2020-07-31 15:49:41,418] /u/JJAweSomeK had their flair updated +[2020-07-31 15:51:01,603] There has been a new submission: 'WHAT'S IN THE BOX CHALLENGEI hope you enjoy my continent my only concern is my English since it’s not my first language me and my girlfriend are scare it’s not good enough since it’s not our first language I hope I get some constructive critique . I did everything myself even the editing', with flair 'Video Critique' +[2020-07-31 15:51:03,446] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 15:51:03,566] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 15:51:06,062] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R1RSoH8F3DM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 15:51:06,474] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNgiGGcKiYCC4K3k36xIeUQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 15:51:09,910] /u/TheABCCouple had their flair updated +[2020-07-31 15:55:08,180] There has been a new submission: 'Do check out my latest vid and gimme some feedback on how i can improve. Thanks and hope you enjoy :D', with flair 'Gaming' +[2020-07-31 15:55:09,467] /u/therealfernandes had their submission removed for insufficient lambda. +[2020-07-31 15:55:11,086] /u/therealfernandes had their flair updated +[2020-07-31 16:02:34,392] There has been a new submission: 'HOW TO GET BRAIN DAMAGE - Funny Fails // =3 style reaction video, I think the flow in this one is the best so far & I am making light & color adjustments for future recordings... Appreciate all the feedback, thank you for helping me improve everybody!:)', with flair 'Video Critique' +[2020-07-31 16:02:35,991] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 16:02:35,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 16:02:37,512] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P3qPYZBLdG8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:02:38,130] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:02:41,247] /u/DTV998 had their flair updated +[2020-07-31 16:07:27,051] There has been a new submission: 'If you like scp and funny moments you'll probably like this video ( If you have any suggestions comment it )', with flair 'Video Critique' +[2020-07-31 16:07:28,072] /u/TheEpicZombie had their submission removed for insufficient lambda. +[2020-07-31 16:07:29,348] /u/TheEpicZombie had their flair updated +[2020-07-31 16:08:37,131] There has been a new submission: 'So I stepped my editing game up a bit, and I got the comments about my audio. I won't be able to fix that cuz this and the next episode was pre-recorded. Hope y'all do enjoy this! Feedback is appreciated.', with flair 'Gaming' +[2020-07-31 16:08:37,533] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 16:08:37,534] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 16:08:37,879] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H063iXtyqWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:08:38,074] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNpwz3VgVbqKixF-a8nikng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:08:39,991] /u/HumperTrooper15 had their flair updated +[2020-07-31 16:15:08,415] There has been a new submission: 'My first ever YT video, would appreciate feedback and support!', with flair 'Gaming' +[2020-07-31 16:15:09,819] /u/theSWW had their submission removed for insufficient lambda. +[2020-07-31 16:15:11,491] /u/theSWW had their flair updated +[2020-07-31 16:16:45,802] There has been a new submission: 'WATCH THIS BEFORE I BLOW UP!', with flair 'Gaming' +[2020-07-31 16:16:46,949] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-07-31 16:16:48,388] /u/RJeezyYT had their flair updated +[2020-07-31 16:17:27,092] There has been a new submission: 'Will give lambda for critique of channel. Gaming Group channel planning on doing travel vlogs with the bois! Did one of these before but since then I have changed up my thumbnails and video style.', with flair 'Channel Review' +[2020-07-31 16:17:29,588] /u/Lukegreen3703 had their flair updated +[2020-07-31 16:20:13,209] There has been a new submission: 'Hey! Check out my Boulevard of Broken Dreams drum cover. I would love feedback particularly on the audio and the camera angle switches/editing. I tried to make the editing a bit more dynamic than some of my other videos. Let me know what you think!', with flair 'Video Critique' +[2020-07-31 16:20:14,808] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 16:20:14,846] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 16:20:15,915] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P0Eecbn3C5k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:20:16,330] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:20:20,425] /u/AlsleumMusic had their flair updated +[2020-07-31 16:20:46,604] There has been a new submission: 'Watch some Apex Legends platinum ranked gameplay. I hope you enjoy the video.', with flair 'Gaming' +[2020-07-31 16:20:49,728] /u/XA1CE had their submission removed for insufficient lambda. +[2020-07-31 16:20:51,989] /u/XA1CE had their flair updated +[2020-07-31 16:25:07,976] There has been a new submission: 'She Wants It 👜 (Fortnite Montage)', with flair 'Gaming' +[2020-07-31 16:25:09,490] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-07-31 16:25:11,119] /u/lightningNA_YT had their flair updated +[2020-07-31 16:30:11,566] '/u/Cryptik101' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-31 16:30:13,913] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-31 16:30:21,887] There has been a new submission: 'Can someone do a channel review for me? The channel is TheEpicZombie', with flair 'Channel Review' +[2020-07-31 16:30:23,442] /u/TheEpicZombie had their submission removed for insufficient lambda. +[2020-07-31 16:30:25,752] /u/TheEpicZombie had their flair updated +[2020-07-31 16:31:05,454] '/u/Cryptik101' has given '/u/-S4TiR3-' lambda! +[2020-07-31 16:31:08,039] /u/-S4TiR3- had their flair updated +[2020-07-31 16:32:12,816] '/u/Cryptik101' has given '/u/ImAntonWS' lambda! +[2020-07-31 16:32:15,730] /u/ImAntonWS had their flair updated +[2020-07-31 16:32:36,987] There has been a new submission: 'Two in the Chamber - 1', with flair 'Vlog' +[2020-07-31 16:32:38,547] /u/deadly_eric had their submission removed for insufficient lambda. +[2020-07-31 16:32:40,520] /u/deadly_eric had their flair updated +[2020-07-31 16:33:33,231] There has been a new submission: '[SOLVED] Did Jake Paul Use A GHOST WRITER?!', with flair 'Channel Review' +[2020-07-31 16:33:34,254] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 16:33:34,374] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 16:33:35,970] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UhfJIxYfqoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:33:36,382] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ4Wz1MGuAR4cjGC9YDuhoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:33:39,253] /u/MomiMuscle had their flair updated +[2020-07-31 16:36:42,558] There has been a new submission: '10 Healthy Habits That Changed My Life (With My Help :D)', with flair 'Video Critique' +[2020-07-31 16:36:43,578] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 16:36:43,579] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 16:36:44,688] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hNxyKKnaovU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:36:45,139] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu9slFdN5cGdLR-9gUGbZIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 16:36:47,659] /u/Imagine-Freedom had their flair updated +[2020-07-31 16:36:59,806] '/u/Lukegreen3703' has given '/u/-S4TiR3-' lambda! +[2020-07-31 16:37:01,022] /u/-S4TiR3- had their flair updated +[2020-07-31 16:38:12,366] There has been a new submission: 'Rhythmic music for yoga', with flair 'Channel Review' +[2020-07-31 16:38:13,551] /u/PreparationDue6766 had their submission removed for insufficient lambda. +[2020-07-31 16:38:14,452] /u/PreparationDue6766 had their flair updated +[2020-07-31 16:39:46,095] +#################### +[Jul 31 2020 16:39:46] RESTARTED +#################### + +[2020-07-31 17:12:42,512] '/u/Xiriouv' has given '/u/-S4TiR3-' lambda! +[2020-07-31 17:12:45,254] /u/-S4TiR3- had their flair updated +[2020-07-31 17:13:05,649] '/u/FRShway' has given '/u/-S4TiR3-' lambda! +[2020-07-31 17:13:08,318] /u/-S4TiR3- had their flair updated +[2020-07-31 17:13:42,101] '/u/HumperTrooper15' has given '/u/-S4TiR3-' lambda! +[2020-07-31 17:13:44,473] /u/-S4TiR3- had their flair updated +[2020-07-31 17:14:35,126] '/u/HumperTrooper15' has given '/u/jdktx' lambda! +[2020-07-31 17:14:37,861] /u/jdktx had their flair updated +[2020-07-31 17:15:53,517] '/u/Lukegreen3703' has given '/u/tedster_' lambda! +[2020-07-31 17:15:55,858] /u/tedster_ had their flair updated +[2020-07-31 17:16:16,309] '/u/FindAKidneyDonor-Com' has given '/u/talsean' lambda! +[2020-07-31 17:16:18,730] /u/talsean had their flair updated +[2020-07-31 17:16:52,266] '/u/FindAKidneyDonor-Com' has given '/u/JJAweSomeK' lambda! +[2020-07-31 17:16:54,527] /u/JJAweSomeK had their flair updated +[2020-07-31 17:17:27,975] '/u/FindAKidneyDonor-Com' has given '/u/Its_naira' lambda! +[2020-07-31 17:17:29,987] /u/Its_naira had their flair updated +[2020-07-31 17:17:47,766] '/u/HumperTrooper15' has given '/u/tedster_' lambda! +[2020-07-31 17:17:50,137] /u/tedster_ had their flair updated +[2020-07-31 17:18:07,949] '/u/FindAKidneyDonor-Com' has given '/u/Dumbify' lambda! +[2020-07-31 17:18:10,285] /u/Dumbify had their flair updated +[2020-07-31 17:19:11,468] There has been a new submission: 'New style of editing for me, feedback please!', with flair 'Video Critique' +[2020-07-31 17:19:12,286] /u/Richeefer had their submission removed for insufficient lambda. +[2020-07-31 17:19:12,900] /u/Richeefer had their flair updated +[2020-07-31 17:19:30,203] There has been a new submission: 'DON'T MESS WITH COWS', with flair 'Vlog' +[2020-07-31 17:19:30,942] /u/robbieduncan98 had their submission removed for insufficient lambda. +[2020-07-31 17:19:31,476] /u/robbieduncan98 had their flair updated +[2020-07-31 17:19:47,909] There has been a new submission: 'The Legend of Zelda: Breath of the Wild Review | My Thoughts On - Continued using my new editing style, would appreciate some feedback! You'll get some lambda for your troubles ;)', with flair 'Video Critique' +[2020-07-31 17:19:50,045] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 17:19:50,085] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 17:19:51,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QKzDs-PvAMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:19:52,255] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:19:53,892] /u/Capture_Reviews had their flair updated +[2020-07-31 17:23:06,141] '/u/wertys761' has given '/u/SCPeachy' lambda! +[2020-07-31 17:23:08,398] /u/SCPeachy had their flair updated +[2020-07-31 17:23:56,198] '/u/Mancera_Mancera' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-31 17:23:58,617] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-31 17:24:18,195] '/u/wertys761' has given '/u/DanThePanda-YT' lambda! +[2020-07-31 17:24:20,578] /u/DanThePanda-YT had their flair updated +[2020-07-31 17:25:09,157] There has been a new submission: 'The ULTIMATE DRINK?! (GROSS) - How does one Canadian boy deal with boredom and quarantine? By making stupid YouTube videos and torturing himself. Made with IMovie', with flair 'Video Critique' +[2020-07-31 17:25:09,419] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 17:25:09,421] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 17:25:09,601] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OpRJsMCWTw8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:25:09,736] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:25:11,530] /u/RealGalaxyRider had their flair updated +[2020-07-31 17:25:23,271] '/u/wertys761' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-07-31 17:25:25,656] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-31 17:27:32,319] There has been a new submission: 'People who did not even realize what want wrong. [15:38]', with flair 'Video Critique' +[2020-07-31 17:27:33,296] /u/chunampunam had their submission removed for insufficient lambda. +[2020-07-31 17:27:34,231] /u/chunampunam had their flair updated +[2020-07-31 17:28:36,763] '/u/Capture_Reviews' has given '/u/chunampunam' lambda! +[2020-07-31 17:28:38,401] /u/chunampunam had their flair updated +[2020-07-31 17:29:13,981] There has been a new submission: 'How To Be A HUMAN BEING in 2020 | Strategies for Staying Kind during Pan...', with flair 'Art' +[2020-07-31 17:29:14,844] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-07-31 17:29:15,584] /u/jholloway55 had their flair updated +[2020-07-31 17:29:32,058] There has been a new submission: 'dailydoseofinternet and leafyishere side by side', with flair 'Video Critique' +[2020-07-31 17:29:32,836] /u/AnonWeMust had their submission removed for insufficient lambda. +[2020-07-31 17:29:33,490] /u/AnonWeMust had their flair updated +[2020-07-31 17:30:09,128] '/u/wertys761' has given '/u/Yo-Homeboy13' lambda! +[2020-07-31 17:30:12,122] /u/Yo-Homeboy13 had their flair updated +[2020-07-31 17:30:47,241] '/u/Capture_Reviews' has given '/u/RealGalaxyRider' lambda! +[2020-07-31 17:30:49,902] /u/RealGalaxyRider had their flair updated +[2020-07-31 17:32:22,943] There has been a new submission: 'Twitch streamer starting up his YouTube channel. Let me know what you think!', with flair 'Video Critique' +[2020-07-31 17:32:24,427] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 17:32:24,428] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 17:32:26,105] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fosqI-E9qEM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:32:26,477] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOfUwqqdOIT2mbVk7ztSnPQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:32:30,329] /u/TotallyTitanTV had their flair updated +[2020-07-31 17:41:28,521] '/u/Lukegreen3703' has given '/u/Beanboiproductions' lambda! +[2020-07-31 17:41:31,003] /u/Beanboiproductions had their flair updated +[2020-07-31 17:43:54,113] There has been a new submission: 'Worked Really Hard On This Video, Because I Made A Song, That Links To The Video, Would Appreciate Feedback On The Video As Not Really Looking To Be A Musician lol', with flair 'Video Critique' +[2020-07-31 17:43:55,391] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 17:43:55,510] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 17:43:56,621] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vFHRP8flfhc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:43:56,992] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:43:59,981] /u/tedster_ had their flair updated +[2020-07-31 17:50:47,054] '/u/DTV998' has given '/u/-S4TiR3-' lambda! +[2020-07-31 17:50:50,210] /u/-S4TiR3- had their flair updated +[2020-07-31 17:53:31,288] There has been a new submission: 'Rhodey in Mark 2 speech after stealing The Suit! They deleted this scene for a reason!', with flair 'Video Critique' +[2020-07-31 17:53:32,682] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-07-31 17:53:34,611] /u/deepakdknayak had their flair updated +[2020-07-31 17:54:27,217] '/u/DTV998' has given '/u/jdktx' lambda! +[2020-07-31 17:54:29,844] /u/jdktx had their flair updated +[2020-07-31 17:55:12,926] '/u/DTV998' has given '/u/Peltlegs' lambda! +[2020-07-31 17:55:14,490] /u/Peltlegs had their flair updated +[2020-07-31 17:58:58,589] There has been a new submission: 'The new guyNguyen', with flair 'Discussion' +[2020-07-31 17:59:00,685] /u/TheABCCouple had their flair updated +[2020-07-31 17:59:20,479] There has been a new submission: 'I started a series on my channel called "YouTubers Be Like". It's where I make videos in the style of other youtubers. My first one is like Ricegum because this kid was talking trash and I thought it'd be funny to make a realistic-fiction parody of an older Ricegum video. Hope you guys like it.', with flair 'Video Critique' +[2020-07-31 17:59:21,752] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 17:59:21,754] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 17:59:23,102] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xQtlpVdcdMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:59:23,474] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 17:59:25,360] /u/rociscool_ had their flair updated +[2020-07-31 18:00:45,980] '/u/Capture_Reviews' has given '/u/therealfernandes' lambda! +[2020-07-31 18:00:48,801] /u/therealfernandes had their flair updated +[2020-07-31 18:02:06,204] There has been a new submission: 'It's Friday and that means our NEW VLOG is live now! Check it out and show us some love, feedback, etc!', with flair 'Vlog' +[2020-07-31 18:02:07,883] /u/DiGi91 had their submission removed for insufficient lambda. +[2020-07-31 18:02:10,091] /u/DiGi91 had their flair updated +[2020-07-31 18:03:06,041] There has been a new submission: 'Fallout 76 An Act of Kindness', with flair 'Gaming' +[2020-07-31 18:03:07,838] /u/JoeJavaBrew had their submission removed for insufficient lambda. +[2020-07-31 18:03:09,729] /u/JoeJavaBrew had their flair updated +[2020-07-31 18:09:45,182] '/u/tedster_' has given '/u/Dagkii_Reid' lambda! +[2020-07-31 18:09:47,153] /u/Dagkii_Reid had their flair updated +[2020-07-31 18:14:19,609] There has been a new submission: 'Well, ive done it. After 3 months Me and My Team have finally finished the first Episode. Let me know what you think and how I can Change some things up.', with flair 'Channel Review' +[2020-07-31 18:14:20,925] /u/PenPalArts had their submission removed for insufficient lambda. +[2020-07-31 18:14:22,849] /u/PenPalArts had their flair updated +[2020-07-31 18:17:08,090] '/u/RealLoki1' has given '/u/tedster_' lambda! +[2020-07-31 18:17:10,467] /u/tedster_ had their flair updated +[2020-07-31 18:18:34,749] There has been a new submission: 'Aim Training Grind | 7 Straight Days of Aim Training Series (Week 2)', with flair 'Video Critique' +[2020-07-31 18:18:35,733] /u/masumu2 had their submission removed for insufficient lambda. +[2020-07-31 18:18:36,756] /u/masumu2 had their flair updated +[2020-07-31 18:24:49,413] There has been a new submission: 'I go over some of ksi's music, hope yall enjoy', with flair 'Video Critique' +[2020-07-31 18:24:50,870] /u/Harsh_Hira had their submission removed for insufficient lambda. +[2020-07-31 18:24:52,643] /u/Harsh_Hira had their flair updated +[2020-07-31 18:30:59,343] There has been a new submission: 'Call of Duty:Modern Warfare Funny Moments', with flair 'Gaming' +[2020-07-31 18:31:01,084] /u/Sword_Fir3 had their submission removed for insufficient lambda. +[2020-07-31 18:31:03,417] /u/Sword_Fir3 had their flair updated +[2020-07-31 18:36:36,405] There has been a new submission: 'I'm doing an experiment. I want to see if the amount of comments and subscribers on a channel at the very start will affect the videos being promoted by the youtube algorithm. This is not my main account. The video is only 20 seconds and I would really appreciate it if you commented on it.', with flair 'Channel Review' +[2020-07-31 18:36:39,440] /u/rociscool_ had their flair updated +[2020-07-31 18:38:13,550] There has been a new submission: 'BIKE BIKE BIKE BIKE (AGAIN) [I’d appreciate critique/thoughts!]', with flair 'Vlog' +[2020-07-31 18:38:14,701] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 18:38:14,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 18:38:17,280] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aHIroHLPAhA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 18:38:18,669] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9DJnaDuu1mxe8TrV1wejjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 18:38:20,758] /u/liamgrease had their flair updated +[2020-07-31 18:39:56,734] +#################### +[Jul 31 2020 18:39:56] RESTARTED +#################### + +[2020-07-31 19:14:10,615] There has been a new submission: 'Cartoon - I Tried To Kill My MIL! - AmoMama', with flair 'None' +[2020-07-31 19:14:11,924] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-07-31 19:14:13,523] /u/IndividualGuide had their flair updated +[2020-07-31 19:14:31,487] There has been a new submission: 'Just released episode 26 of my series, let me know how I can Improve it. This is my first one with a mic.', with flair 'Gaming' +[2020-07-31 19:14:32,755] /u/JavierRespawn had their submission removed for insufficient lambda. +[2020-07-31 19:14:34,269] /u/JavierRespawn had their flair updated +[2020-07-31 19:14:52,102] There has been a new submission: 'Business Vlog - Making Millionaires & Advice For Business Owners', with flair 'Vlog' +[2020-07-31 19:14:55,016] /u/shan-hanif had their submission removed for insufficient lambda. +[2020-07-31 19:14:56,535] /u/shan-hanif had their flair updated +[2020-07-31 19:15:14,256] There has been a new submission: 'Tried out a new game with a different commentating format. Let me know what you think for lambda! - Carrion Gameplay Ep1: Wrecking Ball. Also like and subscribe if you feel like it, Thanks!', with flair 'Video Critique' +[2020-07-31 19:15:16,258] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:15:16,301] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:15:17,526] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vJQHu2GQ9X8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:15:17,894] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:15:21,373] /u/HappyPantzInc had their flair updated +[2020-07-31 19:15:40,375] There has been a new submission: '(lambda for critiques) Ventured back into the world of ROBLOX SCARY GAMES. I haven't uploaded in quite a little bit and i'm hoping this video is at least decent. Any advice is greatly appreciated!', with flair 'Video Critique' +[2020-07-31 19:15:41,362] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:15:41,363] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:15:42,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b3M1V2SsCTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:15:43,041] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7q7G2x6cdMOBkADMZEvZrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:15:45,621] /u/Dumbify had their flair updated +[2020-07-31 19:17:37,118] '/u/Cryptik101' has given '/u/ekaaaans' lambda! +[2020-07-31 19:17:39,750] /u/ekaaaans had their flair updated +[2020-07-31 19:18:29,913] '/u/RealGalaxyRider' has given '/u/Bertoe' lambda! +[2020-07-31 19:18:32,207] /u/Bertoe had their flair updated +[2020-07-31 19:20:21,243] '/u/jdktx' has given '/u/Bertoe' lambda! +[2020-07-31 19:20:29,374] /u/Bertoe had their flair updated +[2020-07-31 19:21:26,241] '/u/Mancera_Mancera' has given '/u/PokemaniacOctoru' lambda! +[2020-07-31 19:21:30,475] /u/PokemaniacOctoru had their flair updated +[2020-07-31 19:22:02,324] '/u/AlsleumMusic' has given '/u/Peltlegs' lambda! +[2020-07-31 19:22:06,542] /u/Peltlegs had their flair updated +[2020-07-31 19:22:35,472] '/u/Capture_Reviews' has given '/u/Samanaitor_88' lambda! +[2020-07-31 19:22:39,373] /u/Samanaitor_88 had their flair updated +[2020-07-31 19:23:07,473] '/u/AlsleumMusic' has given '/u/mouse_irl' lambda! +[2020-07-31 19:23:12,146] /u/mouse_irl had their flair updated +[2020-07-31 19:23:49,146] '/u/Capture_Reviews' has given '/u/Peesukarhuu' lambda! +[2020-07-31 19:23:53,723] /u/Peesukarhuu had their flair updated +[2020-07-31 19:25:20,823] There has been a new submission: 'Getting E85 in my hometown is about 35 minutes away from the house, and we can't seem to find a company to fill our large tank at home, we have to resort to filling the 55 gallon drum. I appreciate ANY help ya'll may have with getting this large gas tank filled at home with E85.', with flair 'Vlog' +[2020-07-31 19:25:40,752] /u/AmandaRaeJean had their submission removed for insufficient lambda. +[2020-07-31 19:25:43,706] /u/AmandaRaeJean had their flair updated +[2020-07-31 19:26:01,993] There has been a new submission: 'Destiny 2 BEST WARLOCK BUILD Season of Arrivals', with flair 'Gaming' +[2020-07-31 19:26:07,189] /u/theantbyte had their submission removed for insufficient lambda. +[2020-07-31 19:26:10,027] /u/theantbyte had their flair updated +[2020-07-31 19:26:23,111] There has been a new submission: 'At 4:44 this is our shortest video yet (we change up our video lengths per series for SCIENCE and because preferences on video length vary) What do you think of the editing? Good? Too choppy? Not chopped enough? Thank you!', with flair 'Video Critique' +[2020-07-31 19:26:23,972] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:26:24,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:26:25,220] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mjzFcqZDBno&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:26:25,668] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeuGKWpZ1X-OXsfaXesu1eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:26:28,544] /u/Sedica_n_Tryna_Play had their flair updated +[2020-07-31 19:26:41,718] There has been a new submission: 'Happy Birthday Harry Potter! Make your own wand (arts and crafts)', with flair 'Vlog' +[2020-07-31 19:26:44,683] /u/DaredevilOfHK had their submission removed for insufficient lambda. +[2020-07-31 19:26:46,128] /u/DaredevilOfHK had their flair updated +[2020-07-31 19:27:00,734] There has been a new submission: 'Another recent video , been trying to adapt the praise and Crits from you fine folks to improve my edits ! Have a look and let me know what you think!!', with flair 'Video Critique' +[2020-07-31 19:27:01,799] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:27:01,801] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:27:02,985] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wRPTdR7oYQw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:27:03,355] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvNu33uwP4kfQOFEEXH4uTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:27:05,483] /u/fukdonaldtrump2020 had their flair updated +[2020-07-31 19:27:18,834] There has been a new submission: 'Speedart Timelaspe part 1', with flair 'Art' +[2020-07-31 19:27:21,712] /u/LordJanemBuu had their submission removed for insufficient lambda. +[2020-07-31 19:27:23,019] /u/LordJanemBuu had their flair updated +[2020-07-31 19:27:37,184] There has been a new submission: 'Hey all just wondering if I could get a critique on this video, cheers', with flair 'Video Critique' +[2020-07-31 19:27:38,089] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:27:38,127] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:27:39,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vnZKg20DqHM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:27:39,695] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXL7SMMPGkS2fjeC4RxFJsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:27:41,824] /u/Nomad_ActualYT had their flair updated +[2020-07-31 19:28:02,489] There has been a new submission: 'How to Start your NEW City in Cities: Skylines ( Portsmith Abby ep 1)', with flair 'Gaming' +[2020-07-31 19:28:04,003] /u/Buffalomatt1027 had their submission removed for insufficient lambda. +[2020-07-31 19:28:05,152] /u/Buffalomatt1027 had their flair updated +[2020-07-31 19:28:22,648] There has been a new submission: 'I've been working on a game and started making dev logs to share my progress, can you please tell me what you think about my video and also the game itself. I really want to know what I should add or remove. I'll give lambda', with flair 'Video Critique' +[2020-07-31 19:28:24,661] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:28:24,703] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:28:26,217] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FHugDedGldM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:28:27,079] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRkIudlwTZm8PYuPTmfRWpA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:28:29,049] /u/mega2503 had their flair updated +[2020-07-31 19:29:05,586] '/u/Capture_Reviews' has given '/u/DylanIndeed' lambda! +[2020-07-31 19:29:07,593] /u/DylanIndeed had their flair updated +[2020-07-31 19:34:30,577] There has been a new submission: 'SIRENHEAD | a Short Film', with flair 'Art' +[2020-07-31 19:34:31,791] /u/OSCAR-THE-WOLFGANG had their submission removed for insufficient lambda. +[2020-07-31 19:34:33,283] /u/OSCAR-THE-WOLFGANG had their flair updated +[2020-07-31 19:34:50,977] There has been a new submission: 'How I Made Money During Quarantine (Still Works)', with flair 'Gaming' +[2020-07-31 19:34:52,245] /u/suotsu had their submission removed for insufficient lambda. +[2020-07-31 19:34:53,677] /u/suotsu had their flair updated +[2020-07-31 19:40:11,264] There has been a new submission: 'Banksy's coronavirus-themed street art on the London Underground | What's Trending (Comedy - 2 mins)', with flair 'Video Critique' +[2020-07-31 19:40:13,201] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-07-31 19:40:15,630] /u/SimonCaine had their flair updated +[2020-07-31 19:45:37,849] There has been a new submission: 'When the homie calls you to play smash but there isn't a switch... | MY FUNNIEST VIDEO YET !! GOOD ADVICE GETS LAMBDA', with flair 'Video Critique' +[2020-07-31 19:45:39,494] /u/acexsd1 had their submission removed for insufficient lambda. +[2020-07-31 19:45:41,743] /u/acexsd1 had their flair updated +[2020-07-31 19:46:30,564] There has been a new submission: 'https://www.youtube.com/watch?v=FbEfy2KEzRc', with flair 'Gaming' +[2020-07-31 19:46:31,791] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-07-31 19:46:33,471] /u/Str8Villains had their flair updated +[2020-07-31 19:46:57,727] There has been a new submission: 'Please give feedback on my first commentary vid', with flair 'Video Critique' +[2020-07-31 19:47:00,111] /u/Its_naira had their flair updated +[2020-07-31 19:50:43,651] There has been a new submission: '“WHAT IS YO HOMEBOY????” Lots of subs have been asking what my channels plans are and what it’s focus is. So I made this video real quick!!! Hope you enjoy!!!! Also rewarding lambda to good critiques :D', with flair 'Video Critique' +[2020-07-31 19:50:44,636] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:50:44,638] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:50:45,985] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mGMaX9rg5sA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:50:46,437] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:50:49,997] /u/Yo-Homeboy13 had their flair updated +[2020-07-31 19:53:11,579] There has been a new submission: 'Chettinad Chicken gravy, A hot south Indian gravy to tingle your taste buds, Recipe here. Please provide your critique', with flair 'Video Critique' +[2020-07-31 19:53:14,236] /u/prasbalafra had their submission removed for insufficient lambda. +[2020-07-31 19:53:16,286] /u/prasbalafra had their flair updated +[2020-07-31 19:55:11,423] There has been a new submission: 'Created an "Eric Andre meets Hell's kitchen" type cooking show, let me know what you think!', with flair 'Video Critique' +[2020-07-31 19:55:11,671] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 19:55:11,673] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 19:55:11,822] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3L--XL49hi8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:55:11,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV13qS_iqKP2L4yOo5Q9dhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 19:55:14,099] /u/-S4TiR3- had their flair updated +[2020-07-31 19:55:48,608] There has been a new submission: 'Just started out a YouTube channel based on gaming...show us some love guys...hit on subscribe...❤️', with flair 'Gaming' +[2020-07-31 19:55:50,163] /u/vickylovvy had their submission removed for insufficient lambda. +[2020-07-31 19:55:51,650] /u/vickylovvy had their flair updated +[2020-07-31 19:56:22,118] There has been a new submission: 'Sunset Moments', with flair 'Channel Review' +[2020-07-31 19:56:23,256] /u/Kendo82 had their submission removed for insufficient lambda. +[2020-07-31 19:56:24,596] /u/Kendo82 had their flair updated +[2020-07-31 19:58:49,459] '/u/wertys761' has given '/u/Bertoe' lambda! +[2020-07-31 19:58:51,180] /u/Bertoe had their flair updated +[2020-07-31 20:06:44,675] There has been a new submission: 'Tell me what you liked about the video or disliked i prefer it in the video comments tho because I'm more likely to see it', with flair 'Video Critique' +[2020-07-31 20:06:45,823] /u/M_eme_M_aker had their submission removed for insufficient lambda. +[2020-07-31 20:06:47,180] /u/M_eme_M_aker had their flair updated +[2020-07-31 20:09:05,916] '/u/AlsleumMusic' has given '/u/prettyboiRandell' lambda! +[2020-07-31 20:09:07,721] /u/prettyboiRandell had their flair updated +[2020-07-31 20:13:36,889] '/u/Capture_Reviews' has given '/u/Neutrin042' lambda! +[2020-07-31 20:13:39,547] /u/Neutrin042 had their flair updated +[2020-07-31 20:14:35,945] '/u/Capture_Reviews' has given '/u/Fluffy_B0Y3' lambda! +[2020-07-31 20:14:38,484] /u/Fluffy_B0Y3 had their flair updated +[2020-07-31 20:15:01,712] '/u/mega2503' has given '/u/prettyboiRandell' lambda! +[2020-07-31 20:15:04,289] /u/prettyboiRandell had their flair updated +[2020-07-31 20:15:15,896] '/u/Capture_Reviews' has given '/u/prettyboiRandell' lambda! +[2020-07-31 20:15:17,447] /u/prettyboiRandell had their flair updated +[2020-07-31 20:16:24,059] '/u/Capture_Reviews' has given '/u/dragonsspawn' lambda! +[2020-07-31 20:16:26,519] /u/dragonsspawn had their flair updated +[2020-07-31 20:18:35,483] '/u/Yo-Homeboy13' has given '/u/prettyboiRandell' lambda! +[2020-07-31 20:18:37,411] /u/prettyboiRandell had their flair updated +[2020-07-31 20:19:32,146] '/u/DTV998' has given '/u/DylanIndeed' lambda! +[2020-07-31 20:19:34,407] /u/DylanIndeed had their flair updated +[2020-07-31 20:19:52,602] There has been a new submission: 'The Sims 4 Rupaul's Drag Race S1E3.3', with flair 'Gaming' +[2020-07-31 20:19:53,257] /u/SimsHotdogs had their submission removed for insufficient lambda. +[2020-07-31 20:19:53,706] /u/SimsHotdogs had their flair updated +[2020-07-31 20:20:14,644] '/u/Yo-Homeboy13' has given '/u/DylanIndeed' lambda! +[2020-07-31 20:20:17,356] /u/DylanIndeed had their flair updated +[2020-07-31 20:21:42,824] '/u/DTV998' has given '/u/Samanaitor_88' lambda! +[2020-07-31 20:21:45,483] /u/Samanaitor_88 had their flair updated +[2020-07-31 20:26:05,717] '/u/Yo-Homeboy13' has given '/u/DTV998' lambda! +[2020-07-31 20:26:07,605] /u/DTV998 had their flair updated +[2020-07-31 20:27:14,317] There has been a new submission: 'Grounded is an experience - I would love some feedback :)', with flair 'Gaming' +[2020-07-31 20:27:14,759] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 20:27:14,760] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 20:27:15,186] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7Y8z0701nkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 20:27:15,407] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCscMzDreUpHuvIFuKYA2YLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 20:27:17,004] /u/DylanIndeed had their flair updated +[2020-07-31 20:30:09,550] There has been a new submission: 'My girlfriend started a YouTube channel; how do you think we’re doing so far!!! 🥳', with flair 'Vlog' +[2020-07-31 20:30:11,272] /u/rice555 had their submission removed for insufficient lambda. +[2020-07-31 20:30:13,621] /u/rice555 had their flair updated +[2020-07-31 20:31:23,526] There has been a new submission: 'Leaving Twitch - The Next Chapter (SirSlothh Edition) (Streaming On YouTube)', with flair 'Gaming' +[2020-07-31 20:31:25,043] /u/DmitriSmhh had their submission removed for insufficient lambda. +[2020-07-31 20:31:27,376] /u/DmitriSmhh had their flair updated +[2020-07-31 20:32:08,060] There has been a new submission: 'So I started a channel for my music and thought to keep it simple just to get to the song but with a little bit for personality at the start and end. Don't know about the camera placement though. Any advice?', with flair 'Video Critique' +[2020-07-31 20:32:10,640] /u/Sir_Danfrith had their submission removed for insufficient lambda. +[2020-07-31 20:32:12,731] /u/Sir_Danfrith had their flair updated +[2020-07-31 20:40:04,231] +#################### +[Jul 31 2020 20:40:04] RESTARTED +#################### + +[2020-07-31 21:19:14,518] There has been a new submission: 'Any of you kind souls like Warzone?', with flair 'Gaming' +[2020-07-31 21:19:15,424] /u/aka_bandyt had their submission removed for insufficient lambda. +[2020-07-31 21:19:15,957] /u/aka_bandyt had their flair updated +[2020-07-31 21:19:32,100] There has been a new submission: 'Metal Guitarist STARCOMA reacts: Billie Eilish - my future (Reaction)', with flair 'Video Critique' +[2020-07-31 21:19:32,838] /u/StarcomaOfficial had their submission removed for insufficient lambda. +[2020-07-31 21:19:33,375] /u/StarcomaOfficial had their flair updated +[2020-07-31 21:19:50,513] There has been a new submission: '[Come check out my new video! Thank you guys so much!] You will all PERISH!!! | Kill It With Fire: Heatwave PART 1', with flair 'Gaming' +[2020-07-31 21:19:51,411] /u/Tokyo_Host had their submission removed for insufficient lambda. +[2020-07-31 21:19:51,863] /u/Tokyo_Host had their flair updated +[2020-07-31 21:20:07,525] There has been a new submission: '*WARNING ORGY GONE WRONG!!!WTF!!! (PACIFY) (FUNNY MOMENTS)', with flair 'Gaming' +[2020-07-31 21:20:09,243] /u/fromflores had their submission removed for insufficient lambda. +[2020-07-31 21:20:11,663] /u/fromflores had their flair updated +[2020-07-31 21:20:31,624] There has been a new submission: 'Sub poopoo brain', with flair 'Gaming' +[2020-07-31 21:20:33,680] /u/KingJoshofHyrule had their submission removed for insufficient lambda. +[2020-07-31 21:20:36,141] /u/KingJoshofHyrule had their flair updated +[2020-07-31 21:21:01,109] '/u/Capture_Reviews' has given '/u/LewisJones91' lambda! +[2020-07-31 21:21:03,690] /u/LewisJones91 had their flair updated +[2020-07-31 21:21:52,003] '/u/liamgrease' has given '/u/DylanIndeed' lambda! +[2020-07-31 21:21:54,585] /u/DylanIndeed had their flair updated +[2020-07-31 21:22:28,909] '/u/DTV998' has given '/u/acexsd1' lambda! +[2020-07-31 21:22:31,489] /u/acexsd1 had their flair updated +[2020-07-31 21:22:51,403] '/u/AlsleumMusic' has given '/u/acexsd1' lambda! +[2020-07-31 21:22:53,864] /u/acexsd1 had their flair updated +[2020-07-31 21:24:10,226] '/u/DylanIndeed' has given '/u/Samanaitor_88' lambda! +[2020-07-31 21:24:12,681] /u/Samanaitor_88 had their flair updated +[2020-07-31 21:24:32,287] '/u/Capture_Reviews' has given '/u/Jimminycrickets411' lambda! +[2020-07-31 21:24:34,994] /u/Jimminycrickets411 had their flair updated +[2020-07-31 21:24:53,977] '/u/DylanIndeed' has given '/u/LewisJones91' lambda! +[2020-07-31 21:24:56,574] /u/LewisJones91 had their flair updated +[2020-07-31 21:26:11,564] '/u/Its_naira' has given '/u/Samanaitor_88' lambda! +[2020-07-31 21:26:13,773] /u/Samanaitor_88 had their flair updated +[2020-07-31 21:26:46,892] '/u/Yo-Homeboy13' has given '/u/LewisJones91' lambda! +[2020-07-31 21:26:49,148] /u/LewisJones91 had their flair updated +[2020-07-31 21:30:15,547] '/u/Capture_Reviews' has given '/u/ryanplays2320' lambda! +[2020-07-31 21:30:18,184] /u/ryanplays2320 had their flair updated +[2020-07-31 21:30:37,788] '/u/Capture_Reviews' has given '/u/station2yt' lambda! +[2020-07-31 21:30:40,780] /u/station2yt had their flair updated +[2020-07-31 21:31:01,266] There has been a new submission: 'Cedric Tackles: Oreimo True Route', with flair 'Video Critique' +[2020-07-31 21:31:03,516] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 21:31:03,557] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 21:31:04,990] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J6xhYjQQrvo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:31:05,322] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9nTZ7TfW-Uz4iTtfkiOqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:31:08,551] /u/CedieWap had their flair updated +[2020-07-31 21:31:26,924] There has been a new submission: 'Soooo I made A video about Wii Sports Resort', with flair 'Art' +[2020-07-31 21:31:28,468] /u/TheRandomStickman had their submission removed for insufficient lambda. +[2020-07-31 21:31:30,640] /u/TheRandomStickman had their flair updated +[2020-07-31 21:31:50,796] There has been a new submission: 'My last video, for now - Best Moments of WolfZ', with flair 'Video Critique' +[2020-07-31 21:31:52,514] /u/UsheenMagwire had their submission removed for insufficient lambda. +[2020-07-31 21:31:55,182] /u/UsheenMagwire had their flair updated +[2020-07-31 21:32:13,862] There has been a new submission: 'Hi everyone! I spent a lot of time on this one. I would like feedback on the entire video, but especially the intro and the thumbnail!', with flair 'Gaming' +[2020-07-31 21:32:14,930] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 21:32:14,968] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 21:32:15,993] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g3bHINT0tk8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:32:16,365] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:32:19,448] /u/Samanaitor_88 had their flair updated +[2020-07-31 21:34:38,057] '/u/Dumbify' has given '/u/Sogguwu' lambda! +[2020-07-31 21:34:40,971] /u/Sogguwu had their flair updated +[2020-07-31 21:35:14,829] '/u/Dumbify' has given '/u/prettyboiRandell' lambda! +[2020-07-31 21:35:17,579] /u/prettyboiRandell had their flair updated +[2020-07-31 21:36:39,201] There has been a new submission: 'Just put out my first video yesterday, a video essay on how The Witcher 3 explores the realities of Hatred and Prejudice. Check it out and let me know what you think! | Witcher 3: On Hatred And Prejudice', with flair 'Video Critique' +[2020-07-31 21:36:40,189] /u/jasonyrn_ had their submission removed for insufficient lambda. +[2020-07-31 21:36:41,419] /u/jasonyrn_ had their flair updated +[2020-07-31 21:37:01,802] '/u/Dumbify' has given '/u/DylanIndeed' lambda! +[2020-07-31 21:37:03,974] /u/DylanIndeed had their flair updated +[2020-07-31 21:38:38,675] There has been a new submission: 'HOW (NOT) TO VALORANT.EXE Gimme your honest thoughts', with flair 'Video Critique' +[2020-07-31 21:38:40,720] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 21:38:40,721] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 21:38:41,909] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=X-7wT9pJFdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:38:42,361] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCf5w98JAbO5XgJbNU3bIL7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:38:45,558] /u/vegabomb_ had their flair updated +[2020-07-31 21:39:05,754] There has been a new submission: 'Lambda given for good feedback! I’ve got a Magic The Gathering channel. My latest video I’ve done a top 10 listing the best mono-white commanders! Enjoy! 😃', with flair 'Video Critique' +[2020-07-31 21:39:06,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 21:39:06,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 21:39:08,138] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RnKd2ehAIwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:39:08,590] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwf99FHJSA9NvAZ4xZNY-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:39:10,309] /u/LewisJones91 had their flair updated +[2020-07-31 21:43:37,762] There has been a new submission: 'What do you think of our Bunny Mukbang Channel?', with flair 'Channel Review' +[2020-07-31 21:43:39,355] /u/VaVaVita had their submission removed for insufficient lambda. +[2020-07-31 21:43:41,645] /u/VaVaVita had their flair updated +[2020-07-31 21:44:08,241] '/u/FindAKidneyDonor-Com' has given '/u/BeatsandPiecesYT' lambda! +[2020-07-31 21:44:10,739] /u/BeatsandPiecesYT had their flair updated +[2020-07-31 21:51:01,776] There has been a new submission: 'What do you guys think can be done better?', with flair 'Video Critique' +[2020-07-31 21:51:03,372] /u/EzA_yt had their submission removed for insufficient lambda. +[2020-07-31 21:51:06,239] /u/EzA_yt had their flair updated +[2020-07-31 21:53:27,910] '/u/Yo-Homeboy13' has given '/u/wertys761' lambda! +[2020-07-31 21:53:30,578] /u/wertys761 had their flair updated +[2020-07-31 21:54:54,365] '/u/vegabomb_' has given '/u/jdktx' lambda! +[2020-07-31 21:54:56,784] /u/jdktx had their flair updated +[2020-07-31 21:56:30,368] '/u/Nomad_ActualYT' has given '/u/LewisJones91' lambda! +[2020-07-31 21:56:31,657] /u/LewisJones91 had their flair updated +[2020-07-31 21:57:22,195] '/u/Samanaitor_88' has given '/u/jdktx' lambda! +[2020-07-31 21:57:23,461] /u/jdktx had their flair updated +[2020-07-31 21:58:39,504] There has been a new submission: 'BEST FREE Video Editing APP For Android and iPHONE', with flair 'Vlog' +[2020-07-31 21:58:41,070] /u/NeilCollinsRecords had their submission removed for insufficient lambda. +[2020-07-31 21:58:42,095] /u/NeilCollinsRecords had their flair updated +[2020-07-31 21:59:17,943] There has been a new submission: 'Fantasy Football: Rookies to Draft | I'm looking for feedback on the video as a whole, and the intro but primarily the content of the video.', with flair 'Video Critique' +[2020-07-31 21:59:19,012] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 21:59:19,050] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 21:59:20,158] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XF_AliLEqWM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:59:20,530] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkeyxwOOkTvBzZ1mv12O_4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 21:59:22,289] /u/jdktx had their flair updated +[2020-07-31 22:07:03,828] /u/jdktx had their flair updated +[2020-07-31 22:09:16,560] There has been a new submission: 'Lurkers - Horror short film 🎬 Cortometraje de terror', with flair 'Art' +[2020-07-31 22:09:18,077] /u/genixo had their submission removed for insufficient lambda. +[2020-07-31 22:09:18,772] /u/genixo had their flair updated +[2020-07-31 22:12:36,907] '/u/mega2503' has given '/u/jasonyrn_' lambda! +[2020-07-31 22:12:39,610] /u/jasonyrn_ had their flair updated +[2020-07-31 22:17:38,771] There has been a new submission: 'DON’T MAKE A YOUTUBE CHANNEL UNTIL YOU WATCH THIS: new YouTuber ultimate guide', with flair 'Video Critique' +[2020-07-31 22:17:40,123] /u/amybales had their submission removed for insufficient lambda. +[2020-07-31 22:17:41,314] /u/amybales had their flair updated +[2020-07-31 22:24:11,055] There has been a new submission: 'Hey, can you please subscribe to my YouTube channel. I'm trying to join my friends SMP.', with flair 'Gaming' +[2020-07-31 22:24:12,473] /u/HeyItsJackM8 had their submission removed for insufficient lambda. +[2020-07-31 22:24:14,309] /u/HeyItsJackM8 had their flair updated +[2020-07-31 22:39:46,146] +#################### +[Jul 31 2020 22:39:46] RESTARTED +#################### + +[2020-07-31 23:10:12,594] There has been a new submission: 'WE GOT INVITED TO A PHOTOSHOOT?! | VLOG #8 (any and all feedback is welcome you will be rewarded for your input)', with flair 'Video Critique' +[2020-07-31 23:10:14,313] /u/davidsnapped had their submission removed for insufficient lambda. +[2020-07-31 23:10:16,745] /u/davidsnapped had their flair updated +[2020-07-31 23:10:30,880] There has been a new submission: 'More business owner should know this! The PPP (private pension plan) is an extremely powerful tool when it comes to minimizing taxes.', with flair 'Channel Review' +[2020-07-31 23:10:32,597] /u/thekobylerner had their submission removed for insufficient lambda. +[2020-07-31 23:10:34,942] /u/thekobylerner had their flair updated +[2020-07-31 23:11:28,601] '/u/LewisJones91' has given '/u/ThatGuy2u2' lambda! +[2020-07-31 23:11:31,384] /u/ThatGuy2u2 had their flair updated +[2020-07-31 23:12:20,357] '/u/LewisJones91' has given '/u/jasonyrn_' lambda! +[2020-07-31 23:12:23,065] /u/jasonyrn_ had their flair updated +[2020-07-31 23:12:42,330] '/u/Capture_Reviews' has given '/u/danifernt' lambda! +[2020-07-31 23:12:45,061] /u/danifernt had their flair updated +[2020-07-31 23:13:06,979] '/u/rociscool_' has given '/u/acexsd1' lambda! +[2020-07-31 23:13:09,683] /u/acexsd1 had their flair updated +[2020-07-31 23:14:19,829] /u/bycbmedia had their flair updated +[2020-07-31 23:15:49,732] There has been a new submission: 'Hello everyone, I posted today my second video building a rocket with some 3D printed parts, check this out.', with flair 'Art' +[2020-07-31 23:15:51,942] /u/O0kah had their submission removed for insufficient lambda. +[2020-07-31 23:15:53,503] /u/O0kah had their flair updated +[2020-07-31 23:16:11,091] There has been a new submission: 'My HINGE Date Tries Da Bomb! [Lambda 4 Feedback]', with flair 'Video Critique' +[2020-07-31 23:16:13,591] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-07-31 23:16:13,593] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-07-31 23:16:15,527] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cyLVMQV46jo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 23:16:15,978] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHu978WKguIcQtxVetnCvfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-07-31 23:16:18,482] /u/prettyboiRandell had their flair updated +[2020-07-31 23:29:38,990] There has been a new submission: 'Hi there , imade this', with flair 'Gaming' +[2020-07-31 23:29:39,890] /u/Royal-Exit had their submission removed for insufficient lambda. +[2020-07-31 23:29:40,467] /u/Royal-Exit had their flair updated +[2020-07-31 23:30:01,151] '/u/prettyboiRandell' has given '/u/Beanboiproductions' lambda! +[2020-07-31 23:30:04,031] /u/Beanboiproductions had their flair updated +[2020-07-31 23:45:25,403] There has been a new submission: 'And the klutz strikes again!', with flair 'Discussion' +[2020-07-31 23:45:28,311] /u/zebrasanddogs had their flair updated +[2020-07-31 23:46:36,845] '/u/vegabomb_' has given '/u/Meiligui' lambda! +[2020-07-31 23:46:38,685] /u/Meiligui had their flair updated +[2020-07-31 23:47:46,817] '/u/vegabomb_' has given '/u/FlightoftheMelons' lambda! +[2020-07-31 23:47:49,356] /u/FlightoftheMelons had their flair updated +[2020-08-01 00:07:05,104] There has been a new submission: 'My informal review of Avatar the Lastc Airbender:Into the Inferno(Would love some criticism in the comments and if you liked it you guys can sub if you want)', with flair 'Video Critique' +[2020-08-01 00:07:06,330] /u/LonMinus had their submission removed for insufficient lambda. +[2020-08-01 00:07:07,683] /u/LonMinus had their flair updated +[2020-08-01 00:11:03,238] There has been a new submission: 'I got my girfriend to play minecraft for the first time and thought it would be funny if i recorded her first time playing with me XD', with flair 'Gaming' +[2020-08-01 00:11:06,266] /u/Jamraff1 had their submission removed for insufficient lambda. +[2020-08-01 00:11:08,476] /u/Jamraff1 had their flair updated +[2020-08-01 00:15:12,143] '/u/MomiMuscle' has given '/u/tedster_' lambda! +[2020-08-01 00:15:13,771] /u/tedster_ had their flair updated +[2020-08-01 00:16:12,396] '/u/MomiMuscle' has given '/u/Dagkii_Reid' lambda! +[2020-08-01 00:16:14,694] /u/Dagkii_Reid had their flair updated +[2020-08-01 00:17:24,431] '/u/MomiMuscle' has given '/u/jdktx' lambda! +[2020-08-01 00:17:26,765] /u/jdktx had their flair updated +[2020-08-01 00:39:48,047] +#################### +[Aug 01 2020 00:39:48] RESTARTED +#################### + +[2020-08-01 01:09:06,081] '/u/prettyboiRandell' has given '/u/wencesloud' lambda! +[2020-08-01 01:09:07,604] /u/wencesloud had their flair updated +[2020-08-01 01:11:21,468] There has been a new submission: 'Check out my newest video-and it a like, comment, and subscribe!', with flair 'Video Critique' +[2020-08-01 01:11:23,027] /u/nmc111 had their submission removed for insufficient lambda. +[2020-08-01 01:11:25,288] /u/nmc111 had their flair updated +[2020-08-01 01:18:58,983] '/u/Capture_Reviews' has given '/u/the_real_relarin' lambda! +[2020-08-01 01:19:00,438] /u/the_real_relarin had their flair updated +[2020-08-01 01:19:36,265] '/u/Capture_Reviews' has given '/u/subtopewdipie420' lambda! +[2020-08-01 01:19:37,539] /u/subtopewdipie420 had their flair updated +[2020-08-01 01:19:57,269] '/u/Capture_Reviews' has given '/u/Ej-is-the-best' lambda! +[2020-08-01 01:19:59,653] /u/Ej-is-the-best had their flair updated +[2020-08-01 01:21:42,954] '/u/jdktx' has given '/u/1234Erik5678' lambda! +[2020-08-01 01:21:45,661] /u/1234Erik5678 had their flair updated +[2020-08-01 01:40:08,108] There has been a new submission: 'so this is my second ever video and like you dont gotta watch it, but if you do, i would love some feedback ;)', with flair 'Gaming' +[2020-08-01 01:40:09,717] /u/ChrisLongRod had their submission removed for insufficient lambda. +[2020-08-01 01:40:12,041] /u/ChrisLongRod had their flair updated +[2020-08-01 01:44:15,141] '/u/Capture_Reviews' has given '/u/Wershelersh' lambda! +[2020-08-01 01:44:17,647] /u/Wershelersh had their flair updated +[2020-08-01 02:00:12,931] '/u/Capture_Reviews' has given '/u/Sn0wPhotos' lambda! +[2020-08-01 02:00:15,182] /u/Sn0wPhotos had their flair updated +[2020-08-01 02:02:41,367] There has been a new submission: 'Brand new video i just made, hey guys i just uploaded another video if you could check it out and leave a nice comment that would mean the world! :)', with flair 'Channel Review' +[2020-08-01 02:02:42,799] /u/jjszh had their submission removed for insufficient lambda. +[2020-08-01 02:02:45,008] /u/jjszh had their flair updated +[2020-08-01 02:10:55,489] There has been a new submission: 'Here’s my most recent video, go ahead and tell me what you think. It would be nice to hear what I’m doing right and wrong', with flair 'Video Critique' +[2020-08-01 02:10:56,232] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 02:10:56,236] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 02:10:56,368] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WUaU80i-clI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 02:10:56,494] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFhg3FOPCyUP3dKif4vp2Rw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 02:11:00,145] /u/gerg_056 had their flair updated +[2020-08-01 02:18:46,677] '/u/AlsleumMusic' has given '/u/chickpea_taco' lambda! +[2020-08-01 02:18:47,750] /u/chickpea_taco had their flair updated +[2020-08-01 02:32:39,887] There has been a new submission: 'Need FREE No Copyrighted Music? Check my channel out, thanks :)', with flair 'Channel Review' +[2020-08-01 02:32:41,246] /u/o_memes_ had their submission removed for insufficient lambda. +[2020-08-01 02:32:43,306] /u/o_memes_ had their flair updated +[2020-08-01 02:34:22,820] There has been a new submission: 'I made this video essay on one of my favorite movies, Mandy! would love to hear any and all feedback on what I can be doing better', with flair 'Video Critique' +[2020-08-01 02:34:24,091] /u/LizzieLazard had their submission removed for insufficient lambda. +[2020-08-01 02:34:25,950] /u/LizzieLazard had their flair updated +[2020-08-01 02:39:38,209] +#################### +[Aug 01 2020 02:39:38] RESTARTED +#################### + +[2020-08-01 02:58:42,009] /u/bycbmedia had their flair updated +[2020-08-01 03:00:57,970] '/u/Glittering_Designer' has given '/u/LizzieLazard' lambda! +[2020-08-01 03:01:00,846] /u/LizzieLazard had their flair updated +[2020-08-01 03:01:19,094] There has been a new submission: 'Lambda for everyone.', with flair 'Video Critique' +[2020-08-01 03:01:21,794] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 03:01:21,834] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 03:01:24,162] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d2npVTa-r8s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 03:01:24,574] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 03:01:28,299] /u/Glittering_Designer had their flair updated +[2020-08-01 03:01:46,452] There has been a new submission: 'Funny Persian Rockstar playing Valorant', with flair 'Gaming' +[2020-08-01 03:01:47,930] /u/redic_music had their submission removed for insufficient lambda. +[2020-08-01 03:01:50,022] /u/redic_music had their flair updated +[2020-08-01 03:02:09,935] There has been a new submission: 'some cool music if yall wanna listen', with flair 'Video Critique' +[2020-08-01 03:02:11,531] /u/FlyingPotato173821 had their submission removed for insufficient lambda. +[2020-08-01 03:02:13,784] /u/FlyingPotato173821 had their flair updated +[2020-08-01 03:03:06,988] '/u/FindAKidneyDonor-Com' has given '/u/1234Erik5678' lambda! +[2020-08-01 03:03:09,685] /u/1234Erik5678 had their flair updated +[2020-08-01 03:11:29,878] There has been a new submission: 'Willy Wonka and the Chocolate Factory Review', with flair 'Video Critique' +[2020-08-01 03:11:31,556] /u/movienationyt had their submission removed for insufficient lambda. +[2020-08-01 03:11:33,895] /u/movienationyt had their flair updated +[2020-08-01 03:18:07,781] There has been a new submission: 'No Bake Chocolate Cheesecake Recipe', with flair 'Vlog' +[2020-08-01 03:18:08,720] /u/Groundbreaking-End77 had their submission removed for insufficient lambda. +[2020-08-01 03:18:09,703] /u/Groundbreaking-End77 had their flair updated +[2020-08-01 03:24:07,926] There has been a new submission: 'New Channel for Playthroughs & No Commentaries', with flair 'Channel Review' +[2020-08-01 03:24:09,563] /u/1xPlay had their submission removed for insufficient lambda. +[2020-08-01 03:24:11,411] /u/1xPlay had their flair updated +[2020-08-01 03:25:01,758] There has been a new submission: 'Review my channel', with flair 'Channel Review' +[2020-08-01 03:25:02,988] /u/Randomness_Girl had their submission removed for insufficient lambda. +[2020-08-01 03:25:04,622] /u/Randomness_Girl had their flair updated +[2020-08-01 03:26:10,888] There has been a new submission: 'Youtube Channel', with flair 'Gaming' +[2020-08-01 03:26:12,630] /u/Fluffy_B0Y3 had their flair updated +[2020-08-01 03:30:53,395] '/u/vegabomb_' has given '/u/qzeqYT' lambda! +[2020-08-01 03:30:56,473] /u/qzeqYT had their flair updated +[2020-08-01 03:31:20,919] '/u/vegabomb_' has given '/u/1234Erik5678' lambda! +[2020-08-01 03:31:24,192] /u/1234Erik5678 had their flair updated +[2020-08-01 03:32:16,832] '/u/vegabomb_' has given '/u/LizzieLazard' lambda! +[2020-08-01 03:32:19,663] /u/LizzieLazard had their flair updated +[2020-08-01 03:33:07,109] '/u/Glittering_Designer' has given '/u/liamgrease' lambda! +[2020-08-01 03:33:10,026] /u/liamgrease had their flair updated +[2020-08-01 03:34:10,189] '/u/prettyboiRandell' has given '/u/1234Erik5678' lambda! +[2020-08-01 03:34:13,137] /u/1234Erik5678 had their flair updated +[2020-08-01 03:36:59,070] '/u/gerg_056' has given '/u/Harthroth' lambda! +[2020-08-01 03:37:01,436] /u/Harthroth had their flair updated +[2020-08-01 03:38:56,237] There has been a new submission: 'I make videos going over the real life science behind video games (along with other misc. science videos). I’d appreciate any feedback, and thanks in advance for taking time out of your day to check this out!', with flair 'Video Critique' +[2020-08-01 03:38:58,892] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 03:38:58,894] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 03:38:59,876] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v3sNA74oQWo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 03:39:00,368] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVV7HUkG4LNIEnlEk2Hu80Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 03:39:02,251] /u/1234Erik5678 had their flair updated +[2020-08-01 03:39:42,243] '/u/gerg_056' has given '/u/LizzieLazard' lambda! +[2020-08-01 03:39:44,324] /u/LizzieLazard had their flair updated +[2020-08-01 03:41:17,312] There has been a new submission: 'I make videos going over the real life science behind video games (along with misc. science topics). I’d appreciate any feedback! Thanks in advance for taking time out of your day to check out the channel!', with flair 'Video Critique' +[2020-08-01 03:41:19,152] /u/1234Erik5678 had their submission removed for insufficient lambda. +[2020-08-01 03:41:22,019] /u/1234Erik5678 had their flair updated +[2020-08-01 03:49:53,154] '/u/Glittering_Designer' has given '/u/1234Erik5678' lambda! +[2020-08-01 03:49:55,322] /u/1234Erik5678 had their flair updated +[2020-08-01 04:14:11,595] '/u/Nomad_ActualYT' has given '/u/1234Erik5678' lambda! +[2020-08-01 04:14:14,343] /u/1234Erik5678 had their flair updated +[2020-08-01 04:25:13,053] There has been a new submission: 'Cooking recipes from a Minecraft cookbook', with flair 'Vlog' +[2020-08-01 04:25:14,811] /u/Stairbuk had their submission removed for insufficient lambda. +[2020-08-01 04:25:16,501] /u/Stairbuk had their flair updated +[2020-08-01 04:29:30,350] '/u/jdktx' has given '/u/Sonicsaber25' lambda! +[2020-08-01 04:29:32,237] /u/Sonicsaber25 had their flair updated +[2020-08-01 04:30:19,786] There has been a new submission: 'Me and The Bois 2v2 on BO3', with flair 'Gaming' +[2020-08-01 04:30:21,338] /u/BoiMcSaucin had their submission removed for insufficient lambda. +[2020-08-01 04:30:23,708] /u/BoiMcSaucin had their flair updated +[2020-08-01 04:36:34,055] There has been a new submission: 'I make videos covering the real life science behind games (along with misc. science videos). I’d appreciate any feedback! Thanks in advance for checking the channel out!', with flair 'Video Critique' +[2020-08-01 04:36:34,484] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 04:36:34,486] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 04:36:34,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v3sNA74oQWo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 04:36:35,178] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVV7HUkG4LNIEnlEk2Hu80Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 04:36:37,102] /u/1234Erik5678 had their flair updated +[2020-08-01 04:39:48,174] +#################### +[Aug 01 2020 04:39:48] RESTARTED +#################### + +[2020-08-01 05:10:16,982] '/u/Glittering_Designer' has given '/u/NintandogYT' lambda! +[2020-08-01 05:10:19,366] /u/NintandogYT had their flair updated +[2020-08-01 05:10:35,958] '/u/Fluffy_B0Y3' has given '/u/NintandogYT' lambda! +[2020-08-01 05:10:38,656] /u/NintandogYT had their flair updated +[2020-08-01 05:11:00,205] '/u/1234Erik5678' has given '/u/NintandogYT' lambda! +[2020-08-01 05:11:03,108] /u/NintandogYT had their flair updated +[2020-08-01 05:12:18,473] There has been a new submission: 'New Youtube Video, it would be nice if you could critique it! (engineering)', with flair 'Video Critique' +[2020-08-01 05:12:19,987] /u/nzipin had their submission removed for insufficient lambda. +[2020-08-01 05:12:22,067] /u/nzipin had their flair updated +[2020-08-01 05:22:29,053] There has been a new submission: 'What do you guys do to build a community.', with flair 'Discussion' +[2020-08-01 05:22:31,464] /u/Ryboss26 had their flair updated +[2020-08-01 05:26:53,458] There has been a new submission: 'My second video in the series on a way to a large channel', with flair 'Channel Review' +[2020-08-01 05:26:54,483] /u/Romano770 had their submission removed for insufficient lambda. +[2020-08-01 05:26:55,985] /u/Romano770 had their flair updated +[2020-08-01 05:30:23,029] There has been a new submission: 'Please be as honest as possible, I can handle criticism.', with flair 'Video Critique' +[2020-08-01 05:30:24,610] /u/zakp1234 had their submission removed for insufficient lambda. +[2020-08-01 05:30:26,962] /u/zakp1234 had their flair updated +[2020-08-01 05:39:36,399] There has been a new submission: 'DRY ICE EXPERIMENT', with flair 'Video Critique' +[2020-08-01 05:39:37,020] /u/tharindudamesha had their submission removed for insufficient lambda. +[2020-08-01 05:39:37,484] /u/tharindudamesha had their flair updated +[2020-08-01 05:48:11,503] /u/MomiMuscle had their flair updated +[2020-08-01 05:48:15,346] /u/Meow121325 had their flair updated +[2020-08-01 05:52:10,893] There has been a new submission: 'Selling YouTube Intro's', with flair 'Art' +[2020-08-01 05:52:12,419] /u/pandasnapper had their submission removed for insufficient lambda. +[2020-08-01 05:52:14,500] /u/pandasnapper had their flair updated +[2020-08-01 06:04:59,130] There has been a new submission: 'Oh no... this is hilarious🤣, you should check it out and maybe even tell me what you think ?🤷♂️', with flair 'Gaming' +[2020-08-01 06:05:00,361] /u/AKkill95_ had their submission removed for insufficient lambda. +[2020-08-01 06:05:02,050] /u/AKkill95_ had their flair updated +[2020-08-01 06:05:30,769] There has been a new submission: 'Looking for some feedback/opinions of my latest video, first time doing a video of this style. (Warning NSFW Content)', with flair 'Video Critique' +[2020-08-01 06:05:32,160] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 06:05:32,162] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 06:05:33,372] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gUpX-EJy7c0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 06:05:33,783] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFFXDea4Vd0ihJVYAk1BtEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 06:05:36,496] /u/NintandogYT had their flair updated +[2020-08-01 06:10:23,273] '/u/Glittering_Designer' has given '/u/Ko-Decoy' lambda! +[2020-08-01 06:10:25,606] /u/Ko-Decoy had their flair updated +[2020-08-01 06:37:39,050] '/u/FindAKidneyDonor-Com' has given '/u/hrishexperiments' lambda! +[2020-08-01 06:37:40,274] /u/hrishexperiments had their flair updated +[2020-08-01 06:38:08,555] '/u/FindAKidneyDonor-Com' has given '/u/Peltlegs' lambda! +[2020-08-01 06:38:09,652] /u/Peltlegs had their flair updated +[2020-08-01 06:39:38,724] +#################### +[Aug 01 2020 06:39:38] RESTARTED +#################### + +[2020-08-01 07:06:17,332] '/u/disloyalclothYT' has given '/u/Redmond93' lambda! +[2020-08-01 07:06:21,312] /u/Redmond93 had their flair updated +[2020-08-01 07:07:21,601] There has been a new submission: 'Almost to 100 subs!! Please help me out and I’ll sub back thanks ❤️', with flair 'Thumbnail Review' +[2020-08-01 07:07:23,399] /u/King_Kgno had their submission removed for insufficient lambda. +[2020-08-01 07:07:24,365] /u/King_Kgno had their flair updated +[2020-08-01 07:08:27,124] '/u/Imagine-Freedom' has given '/u/PokemaniacOctoru' lambda! +[2020-08-01 07:08:30,893] /u/PokemaniacOctoru had their flair updated +[2020-08-01 07:14:22,504] There has been a new submission: 'Can you please rate my video from 1 to 10', with flair 'Video Critique' +[2020-08-01 07:14:23,860] /u/tmanjunior7 had their submission removed for insufficient lambda. +[2020-08-01 07:14:25,703] /u/tmanjunior7 had their flair updated +[2020-08-01 07:25:08,712] There has been a new submission: 'How to Remove "Add Friend" Button and Change it into "Follow" Button', with flair 'Vlog' +[2020-08-01 07:25:10,066] /u/khayzie14 had their submission removed for insufficient lambda. +[2020-08-01 07:25:11,776] /u/khayzie14 had their flair updated +[2020-08-01 07:26:43,455] There has been a new submission: 'Can I please get some subscribers', with flair 'Gaming' +[2020-08-01 07:26:44,573] /u/Deaddominator had their submission removed for insufficient lambda. +[2020-08-01 07:26:46,221] /u/Deaddominator had their flair updated +[2020-08-01 07:28:39,700] There has been a new submission: 'Mobile Legends Gaming', with flair 'Gaming' +[2020-08-01 07:28:40,567] /u/khayzie14 had their submission removed for insufficient lambda. +[2020-08-01 07:28:41,634] /u/khayzie14 had their flair updated +[2020-08-01 08:25:43,009] There has been a new submission: 'Hey to all you lovely peeps! Was wondering if you could 👉👈 give constructive feedback for my montage vid if possible? 🙏', with flair 'Video Critique' +[2020-08-01 08:25:44,367] /u/FUMiiNSH0 had their submission removed for insufficient lambda. +[2020-08-01 08:25:45,998] /u/FUMiiNSH0 had their flair updated +[2020-08-01 08:28:53,903] There has been a new submission: '5 Apes Play Rust', with flair 'Video Critique' +[2020-08-01 08:28:54,470] /u/D1sc0bug had their submission removed for insufficient lambda. +[2020-08-01 08:28:55,299] /u/D1sc0bug had their flair updated +[2020-08-01 08:29:40,789] There has been a new submission: 'My latest video. Any criticisms or improvements i need to make?', with flair 'Video Critique' +[2020-08-01 08:29:41,475] /u/D1sc0bug had their submission removed for insufficient lambda. +[2020-08-01 08:29:41,981] /u/D1sc0bug had their flair updated +[2020-08-01 08:30:36,050] There has been a new submission: 'A video essay on hearts of iron 4', with flair 'Video Critique' +[2020-08-01 08:30:38,101] /u/Neilk1021 had their submission removed for insufficient lambda. +[2020-08-01 08:30:40,353] /u/Neilk1021 had their flair updated +[2020-08-01 08:34:32,486] There has been a new submission: 'WHEN YOU NAIL THAT ONE PART OF A SONG | I'm thinking of making more of these types of videos but I'm not if it's workable? Please give any feedback to help me out (thumbnail, title, video)', with flair 'Video Critique' +[2020-08-01 08:34:33,005] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 08:34:33,008] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 08:34:33,102] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CiWJHGNuXew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 08:34:33,204] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNi2ai9h78uyjc0i1HsZLuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 08:34:35,738] /u/Platoniko had their flair updated +[2020-08-01 08:39:39,178] +#################### +[Aug 01 2020 08:39:39] RESTARTED +#################### + +[2020-08-01 08:51:01,909] '/u/Djbernie805' has given '/u/talsean' lambda! +[2020-08-01 08:51:04,814] /u/talsean had their flair updated +[2020-08-01 08:51:54,734] '/u/Djbernie805' has given '/u/code_five_art' lambda! +[2020-08-01 08:51:57,568] /u/code_five_art had their flair updated +[2020-08-01 08:53:01,861] '/u/Djbernie805' has given '/u/mouse_irl' lambda! +[2020-08-01 08:53:04,279] /u/mouse_irl had their flair updated +[2020-08-01 08:53:54,226] There has been a new submission: 'Alolan Sandslash GX Box Opening + 100 Sub Giveaway Winner *GREAT GX BOX*', with flair 'Gaming' +[2020-08-01 08:53:55,663] /u/RigbyTheProCat had their submission removed for insufficient lambda. +[2020-08-01 08:53:57,342] /u/RigbyTheProCat had their flair updated +[2020-08-01 08:54:19,234] '/u/Djbernie805' has given '/u/Yo-Homeboy13' lambda! +[2020-08-01 08:54:21,815] /u/Yo-Homeboy13 had their flair updated +[2020-08-01 08:55:07,310] '/u/Djbernie805' has given '/u/hrishexperiments' lambda! +[2020-08-01 08:55:08,671] /u/hrishexperiments had their flair updated +[2020-08-01 08:55:50,448] There has been a new submission: 'Please stop with the "Lambda for everyone" posts', with flair 'Discussion' +[2020-08-01 08:55:52,987] /u/DWRelive had their flair updated +[2020-08-01 09:07:41,880] '/u/NintandogYT' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-01 09:07:44,296] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-01 09:23:51,184] There has been a new submission: 'I wanna hit 1000 subs and become part of the youtube partner program, will you help me?', with flair 'Channel Review' +[2020-08-01 09:23:52,818] /u/Hack3rBeast had their submission removed for insufficient lambda. +[2020-08-01 09:23:54,706] /u/Hack3rBeast had their flair updated +[2020-08-01 10:04:57,967] '/u/Capture_Reviews' has given '/u/attheattic' lambda! +[2020-08-01 10:04:59,807] /u/attheattic had their flair updated +[2020-08-01 10:06:10,063] '/u/Capture_Reviews' has given '/u/MichaelJH333' lambda! +[2020-08-01 10:06:11,574] /u/MichaelJH333 had their flair updated +[2020-08-01 10:06:28,216] '/u/Capture_Reviews' has given '/u/bigni44a' lambda! +[2020-08-01 10:06:29,678] /u/bigni44a had their flair updated +[2020-08-01 10:06:46,374] '/u/Capture_Reviews' has given '/u/Ko-Decoy' lambda! +[2020-08-01 10:06:47,785] /u/Ko-Decoy had their flair updated +[2020-08-01 10:07:08,889] '/u/Capture_Reviews' has given '/u/aragon_1399' lambda! +[2020-08-01 10:07:10,275] /u/aragon_1399 had their flair updated +[2020-08-01 10:08:08,458] '/u/Capture_Reviews' has given '/u/Klyze1991' lambda! +[2020-08-01 10:08:09,836] /u/Klyze1991 had their flair updated +[2020-08-01 10:10:22,329] There has been a new submission: 'How To Deal With Difficult People', with flair 'Vlog' +[2020-08-01 10:10:35,327] /u/Hargreaves01 had their submission removed for insufficient lambda. +[2020-08-01 10:10:51,716] /u/Hargreaves01 had their flair updated +[2020-08-01 10:24:20,823] There has been a new submission: 'How To Deal With Difficult People', with flair 'Vlog' +[2020-08-01 10:25:04,069] /u/Hargreaves01 had their submission removed for insufficient lambda. +[2020-08-01 10:25:50,668] /u/Hargreaves01 had their flair updated +[2020-08-01 10:29:32,682] There has been a new submission: 'Sub for sub https://youtu.be/MqbAlBEsuUE', with flair 'Art' +[2020-08-01 10:30:00,871] /u/ogt_trez had their submission removed for insufficient lambda. +[2020-08-01 10:30:04,335] /u/ogt_trez had their flair updated +[2020-08-01 10:32:52,276] There has been a new submission: 'Looking for some critiques on this video, will give lambda for good feedback.', with flair 'Video Critique' +[2020-08-01 10:33:08,097] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 10:33:08,104] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 10:33:08,239] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AgZIBI-HkB8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 10:33:08,349] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbS0ruRKM-ZXQDOxdtNHLLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 10:34:04,103] /u/Peltlegs had their flair updated +[2020-08-01 10:39:39,094] +#################### +[Aug 01 2020 10:39:39] RESTARTED +#################### + +[2020-08-01 10:40:27,889] '/u/Glittering_Designer' has given '/u/wheretheavocadoz9_' lambda! +[2020-08-01 10:40:33,227] /u/wheretheavocadoz9_ had their flair updated +[2020-08-01 10:57:44,053] '/u/Glittering_Designer' has given '/u/ImAntonWS' lambda! +[2020-08-01 11:00:01,853] /u/ImAntonWS had their flair updated +[2020-08-01 11:00:19,226] '/u/Glittering_Designer' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-01 11:00:27,966] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-01 11:01:01,482] There has been a new submission: 'Welcome To The Jungle | Predator Hunting Grounds lambda for good feedback', with flair 'Gaming' +[2020-08-01 11:01:03,770] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 11:01:03,896] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 11:01:05,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XPeLpPtDtos&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 11:01:05,816] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 11:01:50,711] /u/MrMoo-Youtube had their flair updated +[2020-08-01 11:16:29,018] There has been a new submission: 'If They Made Dating Videos In 2020 - lambda for all with decent feedback!', with flair 'Video Critique' +[2020-08-01 11:16:41,600] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 11:16:41,719] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 11:16:43,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iPz0G8hnoXU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 11:16:43,570] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDzQ_eoK9doNKekwTd54gUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 11:18:04,906] /u/ImAntonWS had their flair updated +[2020-08-01 11:21:30,379] There has been a new submission: 'If They Made Dating Videos In 2020 - lambda for all with decent feedback!', with flair 'Video Critique' +[2020-08-01 11:22:21,223] /u/ImAntonWS had their submission removed for insufficient lambda. +[2020-08-01 11:23:21,018] /u/ImAntonWS had their flair updated +[2020-08-01 11:44:52,639] There has been a new submission: 'I'm trying to create content that's aimed at beginner skateboarders or people who are interested in starting. So, non-skaters - thoughts?', with flair 'Video Critique' +[2020-08-01 11:45:24,160] /u/FarleyFilm had their submission removed for insufficient lambda. +[2020-08-01 11:46:14,808] /u/FarleyFilm had their flair updated +[2020-08-01 11:56:19,344] There has been a new submission: 'Really happy right now! A community manager of a AAA PC game feature my tutorial video in an official blog post!', with flair 'Discussion' +[2020-08-01 11:57:41,955] /u/spector111 had their flair updated +[2020-08-01 12:00:18,355] '/u/NintandogYT' has given '/u/revolt1123' lambda! +[2020-08-01 12:00:31,733] /u/revolt1123 had their flair updated +[2020-08-01 12:01:01,624] There has been a new submission: 'Here's my first video I hope you like it', with flair 'Video Critique' +[2020-08-01 12:01:17,757] /u/WolflowYT had their submission removed for insufficient lambda. +[2020-08-01 12:01:35,160] /u/WolflowYT had their flair updated +[2020-08-01 12:07:40,161] There has been a new submission: 'What Would People Like to See?', with flair 'Discussion' +[2020-08-01 12:07:43,631] /u/nclrk9898 had their flair updated +[2020-08-01 12:10:02,631] There has been a new submission: 'My first week's experience playing Rogue Company and I gotta say shit is mad fun.', with flair 'Gaming' +[2020-08-01 12:10:06,746] /u/Kaiden_XD had their submission removed for insufficient lambda. +[2020-08-01 12:10:13,096] /u/Kaiden_XD had their flair updated +[2020-08-01 12:10:47,917] '/u/tyler24366' has given '/u/Redmond93' lambda! +[2020-08-01 12:11:00,275] /u/Redmond93 had their flair updated +[2020-08-01 12:24:41,578] There has been a new submission: 'I’d appreciate any feedback! Thanks in advance for checking the channel out and LAMBDA 4 you ;) ## The dead speak! The Dark Side has heard a mysterious broadcast, a hope of LIGHT in the voice of JedFly Master. Darth Elsith is ready this time... ## Full episode list available in MCFLYELSA yt channel', with flair 'Video Critique' +[2020-08-01 12:25:29,551] /u/mcflyelsa had their submission removed for insufficient lambda. +[2020-08-01 12:26:19,183] /u/mcflyelsa had their flair updated +[2020-08-01 12:38:14,173] There has been a new submission: 'https://youtu.be/WqRzIHIKP3A', with flair 'Gaming' +[2020-08-01 12:39:17,340] /u/Kickin2JZ had their submission removed for insufficient lambda. +[2020-08-01 12:39:39,019] +#################### +[Aug 01 2020 12:39:39] RESTARTED +#################### + +[2020-08-01 12:41:08,560] There has been a new submission: 'Forza Horizon 3 Initial D - Running in the 90's', with flair 'Gaming' +[2020-08-01 12:41:53,265] /u/Kickin2JZ had their submission removed for insufficient lambda. +[2020-08-01 12:43:24,260] /u/Kickin2JZ had their flair updated +[2020-08-01 12:46:37,274] There has been a new submission: 'I 1v1'D My Subscriber, THE MATCH WAS INSANE | COD MOBILE |', with flair 'Gaming' +[2020-08-01 12:48:10,976] /u/vsop666 had their submission removed for insufficient lambda. +[2020-08-01 12:49:54,192] /u/vsop666 had their flair updated +[2020-08-01 12:50:20,926] There has been a new submission: 'Would love some Feedback 🤙🏽', with flair 'Channel Review' +[2020-08-01 12:50:29,434] /u/TGArsenal had their submission removed for insufficient lambda. +[2020-08-01 12:50:40,795] /u/TGArsenal had their flair updated +[2020-08-01 12:56:02,020] There has been a new submission: 'Our first Signing | Manchester United Fifa 20 career mode #2', with flair 'Gaming' +[2020-08-01 12:56:52,582] /u/FynnKrauseFootballYT had their submission removed for insufficient lambda. +[2020-08-01 12:57:44,122] /u/FynnKrauseFootballYT had their flair updated +[2020-08-01 13:00:29,626] There has been a new submission: 'I will give you feedback on your video', with flair 'Video Critique' +[2020-08-01 13:01:00,782] /u/mikecorrcircus had their flair updated +[2020-08-01 13:15:14,953] There has been a new submission: 'Don't panic and change your thumbnail/tags!', with flair 'Discussion' +[2020-08-01 13:16:31,478] /u/PonjiNinja had their flair updated +[2020-08-01 13:25:00,391] There has been a new submission: 'New Movie Theory Channel | First video out now | Critique me plz', with flair 'Video Critique' +[2020-08-01 13:25:49,079] /u/MakingTheoriesHeard had their submission removed for insufficient lambda. +[2020-08-01 13:26:40,700] /u/MakingTheoriesHeard had their flair updated +[2020-08-01 13:30:02,901] There has been a new submission: 'Bleach AMV - Another Life', with flair 'Channel Review' +[2020-08-01 13:30:07,033] /u/SnooStrawberries2015 had their submission removed for insufficient lambda. +[2020-08-01 13:30:13,504] /u/SnooStrawberries2015 had their flair updated +[2020-08-01 13:38:33,161] There has been a new submission: 'Lambda for feedback, thanks in advance for your time [UNDERWATER PHOTOGRAPHY with a Sony A7III in Seafrogs Housing [First Person POV]]', with flair 'Video Critique' +[2020-08-01 13:39:03,347] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 13:39:03,350] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 13:39:03,448] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1_DxGX96moA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 13:39:03,549] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIQnVbLMpn_Sqor7dxSDcyQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 13:40:02,038] /u/Apple-of-the-earths had their flair updated +[2020-08-01 13:40:31,361] There has been a new submission: 'For the first week of my new channel I uploaded a video per day without asking any of my friends nor my family to subscribe.', with flair 'Discussion' +[2020-08-01 13:40:48,449] /u/Pologise had their flair updated +[2020-08-01 13:44:33,320] There has been a new submission: 'Topson❤️Mwrmy LoveStory Dota 2', with flair 'Vlog' +[2020-08-01 13:45:14,803] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-01 13:45:56,056] /u/PudgeKing7 had their flair updated +[2020-08-01 13:46:08,149] There has been a new submission: 'Felt awkward recording myself talking to no one. Anyone have tips on how to get over that feeling? Also any feedback on what I can improve on will be greatly appreciated!', with flair 'Video Critique' +[2020-08-01 13:46:10,076] /u/kyle821 had their submission removed for insufficient lambda. +[2020-08-01 13:46:12,255] /u/kyle821 had their flair updated +[2020-08-01 13:46:18,630] There has been a new submission: 'I made a compilation of our funniest moments from this month. I thought it would be better to post this rather than just a random episode. Enjoy!', with flair 'Video Critique' +[2020-08-01 13:46:19,311] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 13:46:19,313] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 13:46:19,416] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2J_9BWCKyQM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 13:46:19,511] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSh2LDa3ctcv59LmF0RzOzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 13:46:23,349] /u/rbbycalmrz had their flair updated +[2020-08-01 14:03:03,502] There has been a new submission: 'Help make someones day', with flair 'Discussion' +[2020-08-01 14:03:06,075] /u/Samanaitor_88 had their flair updated +[2020-08-01 14:05:35,685] There has been a new submission: '6 subscriber let's goo new video out', with flair 'Gaming' +[2020-08-01 14:05:37,116] /u/krishmish28 had their submission removed for insufficient lambda. +[2020-08-01 14:05:38,811] /u/krishmish28 had their flair updated +[2020-08-01 14:05:58,167] There has been a new submission: 'Have been uploaded a few vedio still can't get clean audio even in the silent environment', with flair 'Video Critique' +[2020-08-01 14:05:59,568] /u/Nirmaltheboy had their submission removed for insufficient lambda. +[2020-08-01 14:06:01,153] /u/Nirmaltheboy had their flair updated +[2020-08-01 14:07:44,727] '/u/Peltlegs' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-01 14:07:45,947] /u/FynnKrauseFootballYT had their flair updated +[2020-08-01 14:07:51,404] There has been a new submission: 'Feedback needed- C# WPF - Designing a Modern UI: Register Screen + Simple & Easy', with flair 'Video Critique' +[2020-08-01 14:07:52,324] /u/DevNestYT had their submission removed for insufficient lambda. +[2020-08-01 14:07:53,507] /u/DevNestYT had their flair updated +[2020-08-01 14:08:38,711] '/u/Peltlegs' has given '/u/yobo723' lambda! +[2020-08-01 14:08:39,667] /u/yobo723 had their flair updated +[2020-08-01 14:10:21,371] '/u/Peltlegs' has given '/u/void_95' lambda! +[2020-08-01 14:10:23,677] /u/void_95 had their flair updated +[2020-08-01 14:18:19,647] There has been a new submission: 'Bad Lieutenant: Port of Call New Orleans (2009) Review - Discussion - Summer of Nic Cage', with flair 'Video Critique' +[2020-08-01 14:18:20,674] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-08-01 14:18:21,666] /u/Neon-Movie-Reviews had their flair updated +[2020-08-01 14:18:48,512] There has been a new submission: 'I WENT VEGAN FOR A WEEK | WHAT TO EAT WHEN VEGAN | EASY VEGAN MEALS/ I_Am_Audy GOES VEGAN', with flair 'Vlog' +[2020-08-01 14:18:49,360] /u/i_am_audy had their submission removed for insufficient lambda. +[2020-08-01 14:18:50,200] /u/i_am_audy had their flair updated +[2020-08-01 14:20:08,269] /u/MrMoo-Youtube had their flair updated +[2020-08-01 14:20:26,611] /u/MrMoo-Youtube had their flair updated +[2020-08-01 14:21:02,686] '/u/MrMoo-Youtube' has given '/u/Klyze1991' lambda! +[2020-08-01 14:21:04,947] /u/Klyze1991 had their flair updated +[2020-08-01 14:22:06,681] There has been a new submission: 'my minecraft villager died :(', with flair 'Gaming' +[2020-08-01 14:22:08,620] /u/iNobMx_YT had their submission removed for insufficient lambda. +[2020-08-01 14:22:10,779] /u/iNobMx_YT had their flair updated +[2020-08-01 14:24:13,920] There has been a new submission: 'I splice together clips from different episodes to make new clips.', with flair 'Video Critique' +[2020-08-01 14:24:15,536] /u/darksimpsons21 had their submission removed for insufficient lambda. +[2020-08-01 14:24:17,391] /u/darksimpsons21 had their flair updated +[2020-08-01 14:32:24,507] There has been a new submission: 'istheFiFineK780AbetterthantheBlueYetiforSTREAMING/RECORDINGin2020?', with flair 'Gaming' +[2020-08-01 14:32:26,328] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-01 14:32:28,391] /u/TheUnsaidSong had their flair updated +[2020-08-01 14:32:39,767] There has been a new submission: 'Check this please', with flair 'Video Critique' +[2020-08-01 14:32:42,556] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-08-01 14:32:44,679] /u/Glittering-Ad-3506 had their flair updated +[2020-08-01 14:36:19,856] '/u/tss230' has given '/u/rociscool_' lambda! +[2020-08-01 14:36:21,334] /u/rociscool_ had their flair updated +[2020-08-01 14:39:12,029] There has been a new submission: 'Check my ASMR channel <3', with flair 'Channel Review' +[2020-08-01 14:39:12,807] /u/Remarkable_Addition5 had their submission removed for insufficient lambda. +[2020-08-01 14:39:13,541] /u/Remarkable_Addition5 had their flair updated +[2020-08-01 14:39:39,276] +#################### +[Aug 01 2020 14:39:39] RESTARTED +#################### + +[2020-08-01 14:41:24,630] There has been a new submission: 'Morocco BBQ 🍢 🍡', with flair 'Vlog' +[2020-08-01 14:41:26,067] /u/bigro100 had their submission removed for insufficient lambda. +[2020-08-01 14:41:28,149] /u/bigro100 had their flair updated +[2020-08-01 14:41:43,654] '/u/MrMoo-Youtube' has given '/u/jackthefallout' lambda! +[2020-08-01 14:41:46,038] /u/jackthefallout had their flair updated +[2020-08-01 14:45:32,165] '/u/ameixarocha' has given '/u/Peltlegs' lambda! +[2020-08-01 14:45:34,712] /u/Peltlegs had their flair updated +[2020-08-01 14:47:36,761] There has been a new submission: 'Hi everyone! My Youtube Channel is Bianky’s Magical Pot and I do some very relaxing cooking video. No talking just a lot of cooking. I’m 34 subscribers away to 100 subs. Thank you!', with flair 'Vlog' +[2020-08-01 14:47:37,990] /u/bpjo had their submission removed for insufficient lambda. +[2020-08-01 14:47:39,060] /u/bpjo had their flair updated +[2020-08-01 14:48:40,595] There has been a new submission: 'Hilarious gunfight match (2v2 showdown)xd', with flair 'Gaming' +[2020-08-01 14:48:41,530] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-01 14:48:42,391] /u/Vizz47 had their flair updated +[2020-08-01 14:49:40,728] There has been a new submission: 'Most Upvoted GTA V Reddit Clips Of JULY', with flair 'Gaming' +[2020-08-01 14:49:41,547] /u/tamasvamos93 had their submission removed for insufficient lambda. +[2020-08-01 14:49:42,079] /u/tamasvamos93 had their flair updated +[2020-08-01 14:56:41,717] '/u/ameixarocha' has given '/u/HappyPantzInc' lambda! +[2020-08-01 14:56:43,100] /u/HappyPantzInc had their flair updated +[2020-08-01 15:00:48,074] '/u/ameixarocha' has given '/u/ImAntonWS' lambda! +[2020-08-01 15:00:50,987] /u/ImAntonWS had their flair updated +[2020-08-01 15:01:41,245] '/u/ameixarocha' has given '/u/tedster_' lambda! +[2020-08-01 15:01:43,954] /u/tedster_ had their flair updated +[2020-08-01 15:08:01,734] There has been a new submission: 'Bayaza and Dimatis - Serenity (No Copyright Music)', with flair 'Channel Review' +[2020-08-01 15:08:02,715] /u/ChipmunkCurious4011 had their submission removed for insufficient lambda. +[2020-08-01 15:08:03,757] /u/ChipmunkCurious4011 had their flair updated +[2020-08-01 15:11:22,369] There has been a new submission: 'Billie Eilish - my future: DNC Track Review, Hi, I started youtube like a month ago, and I currently have 40 subscribers. May I please get some feedbacks on my recent video? Thanks 😄', with flair 'Video Critique' +[2020-08-01 15:11:24,303] /u/hoseung03 had their submission removed for insufficient lambda. +[2020-08-01 15:11:26,509] /u/hoseung03 had their flair updated +[2020-08-01 15:19:28,412] There has been a new submission: '"Arnis" - The Art of Stick Combat', with flair 'Art' +[2020-08-01 15:19:29,147] /u/khayzie14 had their submission removed for insufficient lambda. +[2020-08-01 15:19:29,731] /u/khayzie14 had their flair updated +[2020-08-01 15:26:02,878] There has been a new submission: 'Revél France on Market Day - POV', with flair 'Vlog' +[2020-08-01 15:26:04,470] /u/London1980 had their submission removed for insufficient lambda. +[2020-08-01 15:26:06,034] /u/London1980 had their flair updated +[2020-08-01 15:27:38,100] There has been a new submission: 'SUNNY SARSAPARILLA - Fallout New Vegas Part 1', with flair 'Gaming' +[2020-08-01 15:27:39,037] /u/Classified-_ had their submission removed for insufficient lambda. +[2020-08-01 15:27:40,228] /u/Classified-_ had their flair updated +[2020-08-01 15:38:26,292] There has been a new submission: 'It'll be my channel's one month anniversary in a few days! If you make lifestyle, art or aesthetic content, leave your channel name below! I'd love to connect and support you ☺️', with flair 'Vlog' +[2020-08-01 15:38:27,484] /u/lunamacy had their submission removed for insufficient lambda. +[2020-08-01 15:38:28,469] /u/lunamacy had their flair updated +[2020-08-01 15:46:31,046] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-01 15:52:52,555] There has been a new submission: 'After all your help, my second video is now published! Tell me if I improved from the last one!', with flair 'Video Critique' +[2020-08-01 15:52:53,180] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 15:52:53,182] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 15:52:53,283] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OQqfqMNgYcE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 15:52:53,408] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaLjS7Gp_lzSzryB9F-Kitg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 15:52:56,438] /u/Rubenazo1999 had their flair updated +[2020-08-01 15:54:28,288] '/u/gerg_056' has given '/u/Apple-of-the-earths' lambda! +[2020-08-01 15:54:30,131] /u/Apple-of-the-earths had their flair updated +[2020-08-01 15:57:03,651] '/u/gerg_056' has given '/u/Neilk1021' lambda! +[2020-08-01 15:57:05,305] /u/Neilk1021 had their flair updated +[2020-08-01 15:59:02,585] '/u/gerg_056' has given '/u/El-Grif' lambda! +[2020-08-01 15:59:04,671] /u/El-Grif had their flair updated +[2020-08-01 16:05:06,445] There has been a new submission: 'BMW M3 2005 - Forza Horizon 4 | Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-08-01 16:05:07,697] /u/YSforce had their submission removed for insufficient lambda. +[2020-08-01 16:05:09,377] /u/YSforce had their flair updated +[2020-08-01 16:05:19,137] There has been a new submission: 'Sub 2 our channel', with flair 'Gaming' +[2020-08-01 16:05:20,662] /u/coughcougjboi26 had their submission removed for insufficient lambda. +[2020-08-01 16:05:22,314] /u/coughcougjboi26 had their flair updated +[2020-08-01 16:07:17,504] There has been a new submission: '1500 km on a Pit Bike to the sea', with flair 'Video Critique' +[2020-08-01 16:07:18,695] /u/007figle had their submission removed for insufficient lambda. +[2020-08-01 16:07:20,759] /u/007figle had their flair updated +[2020-08-01 16:07:30,248] There has been a new submission: 'so i made one of those meme videos and spent 3 days editing it. Any feedback would be highly appreciated.', with flair 'Video Critique' +[2020-08-01 16:07:31,799] /u/sauravisdead had their submission removed for insufficient lambda. +[2020-08-01 16:07:34,000] /u/sauravisdead had their flair updated +[2020-08-01 16:08:03,176] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-01 16:10:04,015] There has been a new submission: 'WHOSE NUMBER 1??????', with flair 'Video Critique' +[2020-08-01 16:10:06,254] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-08-01 16:10:08,630] /u/JustDave93 had their flair updated +[2020-08-01 16:14:40,986] There has been a new submission: 'If anyone needs a new banner or logo read this (FREE)', with flair 'Discussion' +[2020-08-01 16:14:43,205] /u/NotBirdyDoes had their flair updated +[2020-08-01 16:19:54,201] There has been a new submission: 'Fixing the Eternal Mangekyou Sharingan - The first video I've made where I tried to apply background music. Constructive criticism regarding the whole thing would be appreciated.', with flair 'Video Critique' +[2020-08-01 16:19:54,650] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 16:19:54,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 16:19:55,477] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n42cRU3exW8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 16:19:55,973] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX4xMVUSV5TpkHzHMpmeVEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 16:19:57,118] /u/JesseGolo had their flair updated +[2020-08-01 16:25:29,567] '/u/rbbycalmrz' has given '/u/itsMintacle' lambda! +[2020-08-01 16:25:31,203] /u/itsMintacle had their flair updated +[2020-08-01 16:27:07,980] There has been a new submission: 'Looking for some feedback (fitness channel)', with flair 'Video Critique' +[2020-08-01 16:27:09,108] /u/uhst2019 had their submission removed for insufficient lambda. +[2020-08-01 16:27:10,415] /u/uhst2019 had their flair updated +[2020-08-01 16:33:24,109] There has been a new submission: 'The BIGGEST Jump Scare in History! - Grounded Lambda for good feedback! Hope you enjoy the video! Watch to the scare if you have time. It was beautiful', with flair 'Gaming' +[2020-08-01 16:33:24,536] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 16:33:24,553] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 16:33:24,923] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FwyV8pO1OPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 16:33:25,109] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG1ESpg6SF667Kvt8zRkeyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 16:33:27,801] /u/itsMintacle had their flair updated +[2020-08-01 16:39:39,041] +#################### +[Aug 01 2020 16:39:39] RESTARTED +#################### + +[2020-08-01 16:55:11,306] /u/Recalled_Heart had their flair updated +[2020-08-01 16:55:28,346] '/u/prettyboiRandell' has given '/u/HappyPantzInc' lambda! +[2020-08-01 16:55:30,720] /u/HappyPantzInc had their flair updated +[2020-08-01 16:56:17,207] There has been a new submission: 'Hello everyone! Happy Saturday 💛I just uploaded a new video on my channel. I had so much fun filming this 😅If you get a chance to check it out, let me know what you think!', with flair 'Vlog' +[2020-08-01 16:56:18,355] /u/emilyyenlee had their submission removed for insufficient lambda. +[2020-08-01 16:56:19,506] /u/emilyyenlee had their flair updated +[2020-08-01 16:56:37,101] There has been a new submission: 'The 4 Elements of Game Design', with flair 'Gaming' +[2020-08-01 16:56:38,454] /u/hannah_beers had their submission removed for insufficient lambda. +[2020-08-01 16:56:39,607] /u/hannah_beers had their flair updated +[2020-08-01 16:56:57,479] There has been a new submission: 'Wokyo Noodle Bar | Ramen Place in Dubai <3', with flair 'Vlog' +[2020-08-01 16:56:58,547] /u/driny09 had their submission removed for insufficient lambda. +[2020-08-01 16:56:59,688] /u/driny09 had their flair updated +[2020-08-01 16:57:16,162] There has been a new submission: 'Anyone down to collab in Minecraft Bedrock Edition?? My YouTube channel is ExCreeper', with flair 'Collab' +[2020-08-01 16:57:18,334] /u/ExCreeperYT had their flair updated +[2020-08-01 16:57:36,284] There has been a new submission: 'First Video! Please let us know how to improve!', with flair 'Video Critique' +[2020-08-01 16:57:37,272] /u/Scylinz had their submission removed for insufficient lambda. +[2020-08-01 16:57:38,213] /u/Scylinz had their flair updated +[2020-08-01 16:57:54,424] There has been a new submission: 'I play Osu! But on mobile (OK)', with flair 'Gaming' +[2020-08-01 16:57:55,251] /u/Mikorie_ had their submission removed for insufficient lambda. +[2020-08-01 16:57:56,100] /u/Mikorie_ had their flair updated +[2020-08-01 16:58:12,039] There has been a new submission: '24 HOUR LIVESTREAM-- Life is Strange 2, Detroit Become Human, and More!', with flair 'Gaming' +[2020-08-01 16:58:12,896] /u/Lickboifan had their submission removed for insufficient lambda. +[2020-08-01 16:58:13,678] /u/Lickboifan had their flair updated +[2020-08-01 17:01:43,861] There has been a new submission: 'Hello everyone, I recently uploaded a video building a Falcon 9 model rocket with some 3D printed parts, please check this out. Also, consider subscribe ;)', with flair 'Vlog' +[2020-08-01 17:01:46,238] /u/O0kah had their submission removed for insufficient lambda. +[2020-08-01 17:01:48,330] /u/O0kah had their flair updated +[2020-08-01 17:07:24,882] '/u/-S4TiR3-' has given '/u/Sogguwu' lambda! +[2020-08-01 17:07:27,547] /u/Sogguwu had their flair updated +[2020-08-01 17:08:39,561] '/u/-S4TiR3-' has given '/u/stlo0309' lambda! +[2020-08-01 17:08:41,855] /u/stlo0309 had their flair updated +[2020-08-01 17:09:21,028] '/u/liamgrease' has given '/u/DarkSide753' lambda! +[2020-08-01 17:09:22,543] /u/DarkSide753 had their flair updated +[2020-08-01 17:09:42,569] '/u/-S4TiR3-' has given '/u/DarkSide753' lambda! +[2020-08-01 17:09:44,538] /u/DarkSide753 had their flair updated +[2020-08-01 17:18:28,576] There has been a new submission: 'Best Comicbook movie moment | Best movie letdown | Frag Chat & Movie chat', with flair 'None' +[2020-08-01 17:18:29,596] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-08-01 17:18:30,582] /u/Derbyboyuk had their flair updated +[2020-08-01 17:21:06,494] There has been a new submission: 'Having a job while pursuing your passion is easier said than done. Many jobs don’t want you building outside the workplace.... It’s a skill to balance both', with flair 'Video Critique' +[2020-08-01 17:21:08,089] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-01 17:21:10,347] /u/MoxyApproved had their flair updated +[2020-08-01 17:21:52,062] '/u/Capture_Reviews' has given '/u/BLEEDINGGUMS1' lambda! +[2020-08-01 17:21:54,721] /u/BLEEDINGGUMS1 had their flair updated +[2020-08-01 17:22:36,354] '/u/Capture_Reviews' has given '/u/AustinTheFilmLad' lambda! +[2020-08-01 17:22:39,226] /u/AustinTheFilmLad had their flair updated +[2020-08-01 17:24:02,411] There has been a new submission: 'Can I get some feedback on my new channel for relaxing sleeping sounds?', with flair 'Channel Review' +[2020-08-01 17:24:03,885] /u/SpecificQuit8 had their submission removed for insufficient lambda. +[2020-08-01 17:24:05,645] /u/SpecificQuit8 had their flair updated +[2020-08-01 17:32:15,590] '/u/Rubenazo1999' has given '/u/mcflyelsa' lambda! +[2020-08-01 17:32:18,703] /u/mcflyelsa had their flair updated +[2020-08-01 17:33:12,213] There has been a new submission: 'Dead By Daylight: Hillbilly New Chase Music (4.1.0 Mid-Chapter Update)', with flair 'Gaming' +[2020-08-01 17:33:13,742] /u/Top_Quality_Clips had their submission removed for insufficient lambda. +[2020-08-01 17:33:15,913] /u/Top_Quality_Clips had their flair updated +[2020-08-01 17:33:41,138] There has been a new submission: 'Switch Horror Games for Under £2 | Nintendo eShop Sale', with flair 'Gaming' +[2020-08-01 17:33:42,613] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-08-01 17:33:44,536] /u/shaunoxley had their flair updated +[2020-08-01 17:41:26,238] There has been a new submission: 'Anyone who would like to join, or maybe become a moderator and help me design a new subreddit?', with flair 'Discussion' +[2020-08-01 17:41:28,764] /u/acstomi0212 had their flair updated +[2020-08-01 17:42:30,078] There has been a new submission: 'We provide you with the newest movie and tv show trailers!', with flair 'Channel Review' +[2020-08-01 17:42:31,622] /u/soundlabpromotions had their submission removed for insufficient lambda. +[2020-08-01 17:42:33,648] /u/soundlabpromotions had their flair updated +[2020-08-01 17:43:02,635] There has been a new submission: 'so can yall review my channel and tell me some ups and downs and stuff, i dont post as constantly as i want to its a little difficult for me, but i need some feed back so i can do those things and do yt more offten (my mom doesnt know thats why and if i get more i want to tell her)', with flair 'Channel Review' +[2020-08-01 17:43:04,372] /u/PandaGamer258K9 had their submission removed for insufficient lambda. +[2020-08-01 17:43:07,143] /u/PandaGamer258K9 had their flair updated +[2020-08-01 17:44:08,898] '/u/Fluffy_B0Y3' has given '/u/alxm3ow' lambda! +[2020-08-01 17:44:13,528] /u/alxm3ow had their flair updated +[2020-08-01 17:47:15,194] There has been a new submission: 'Come Swing With Us 📚 Funny Reaction 🤣😂', with flair 'Vlog' +[2020-08-01 17:47:16,879] /u/badboylus had their submission removed for insufficient lambda. +[2020-08-01 17:47:18,604] /u/badboylus had their flair updated +[2020-08-01 17:49:00,612] There has been a new submission: 'EATING WEIRD FOODS I LOVE FOR 24 HOURS | magnus johnston', with flair 'Vlog' +[2020-08-01 17:49:01,392] /u/magnusj911 had their submission removed for insufficient lambda. +[2020-08-01 17:49:02,086] /u/magnusj911 had their flair updated +[2020-08-01 17:51:25,422] There has been a new submission: '[REVIEW VIDEO] Far Cry Is Fun (A short video about the importance of fun)', with flair 'Video Critique' +[2020-08-01 17:51:27,060] /u/ThinkThinkerton had their submission removed for insufficient lambda. +[2020-08-01 17:51:30,095] /u/ThinkThinkerton had their flair updated +[2020-08-01 17:55:39,158] '/u/Fluffy_B0Y3' has given '/u/CraftsmanStudios' lambda! +[2020-08-01 17:55:41,120] /u/CraftsmanStudios had their flair updated +[2020-08-01 17:56:24,826] There has been a new submission: 'Very shameful way to get in trouble.', with flair 'Channel Review' +[2020-08-01 17:56:27,015] /u/chunampunam had their submission removed for insufficient lambda. +[2020-08-01 17:56:28,701] /u/chunampunam had their flair updated +[2020-08-01 17:56:51,640] '/u/gerg_056' has given '/u/VaVaVita' lambda! +[2020-08-01 17:56:52,962] /u/VaVaVita had their flair updated +[2020-08-01 18:00:09,995] There has been a new submission: 'Video Game Collection Part 1', with flair 'Gaming' +[2020-08-01 18:00:11,556] /u/_Zeno07 had their submission removed for insufficient lambda. +[2020-08-01 18:00:14,133] /u/_Zeno07 had their flair updated +[2020-08-01 18:01:09,366] There has been a new submission: 'Hi guys, I’d love to get some good in depth criticism and feedback on my latest release! I know I have a lot to improve on! Lambda to those who give helpful and constructive feedback only!', with flair 'Video Critique' +[2020-08-01 18:01:13,418] /u/MassiCMCkillalol had their flair updated +[2020-08-01 18:02:57,366] '/u/gerg_056' has given '/u/DarkSide753' lambda! +[2020-08-01 18:03:00,120] /u/DarkSide753 had their flair updated +[2020-08-01 18:04:25,870] There has been a new submission: 'Just dropped a new vid feedback welcome.', with flair 'Video Critique' +[2020-08-01 18:04:27,266] /u/noirbritannia had their submission removed for insufficient lambda. +[2020-08-01 18:04:29,030] /u/noirbritannia had their flair updated +[2020-08-01 18:06:36,611] There has been a new submission: 'Episode 3: Making the Volvo More High and Less Low! + 2019 Gambler 500 Highlights. Critiques welcome!!', with flair 'Video Critique' +[2020-08-01 18:06:37,759] /u/BuildBreakandBeyond had their submission removed for insufficient lambda. +[2020-08-01 18:06:39,358] /u/BuildBreakandBeyond had their flair updated +[2020-08-01 18:07:30,005] There has been a new submission: 'I played Journey and made funnys out of it (detailed criticism is appreciated but if you couldn’t watch the whole way through just leave a comment saying you couldn’t watch the whole way through)', with flair 'Video Critique' +[2020-08-01 18:07:31,026] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 18:07:31,067] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 18:07:32,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Owdmguuniy0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:07:33,194] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzV0CT5oq2to8dIF-0Zwykw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:07:35,196] /u/sickdude21 had their flair updated +[2020-08-01 18:07:56,806] '/u/MrMoo-Youtube' has given '/u/PandaGamer258K9' lambda! +[2020-08-01 18:07:59,185] /u/PandaGamer258K9 had their flair updated +[2020-08-01 18:12:00,716] There has been a new submission: 'When main characters use cliches to win fights - Thought I'd do a short on how some MC's have bogus advantages to win fights. Tried some new cinematography techniques from suggestions given from previous posts. Will !givelambda for all feedback. Ty! I had fun making this one :)', with flair 'Video Critique' +[2020-08-01 18:12:01,132] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 18:12:01,153] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 18:12:01,448] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=amKSRxpyf9M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:12:01,666] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:12:04,419] /u/Redmond93 had their flair updated +[2020-08-01 18:12:21,394] There has been a new submission: 'I’d appreciate any feedback! Thanks in advance for checking the channel out and LAMBDA 4 you ;) ## The dead speak! The Dark Side has heard a mysterious broadcast, a hope of LIGHT in the voice of JedFly Master. Darth Elsith is ready this time... ## Full episode list available in MCFLYELSA yt channel', with flair 'Video Critique' +[2020-08-01 18:12:22,381] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 18:12:22,460] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 18:12:23,234] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VcxTHhIzUKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:12:23,606] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8x3BJsIFPa2GXRtCnyb1oQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:12:26,568] /u/mcflyelsa had their flair updated +[2020-08-01 18:19:51,349] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 14 - The Heavenly Strike', with flair 'Gaming' +[2020-08-01 18:19:52,127] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-01 18:19:52,578] /u/CecliusPlaysHD had their flair updated +[2020-08-01 18:22:11,950] There has been a new submission: 'guys can you check the channel as a whole not only the vids like the art and the logos', with flair 'Channel Review' +[2020-08-01 18:22:13,629] /u/kabir-madan had their submission removed for insufficient lambda. +[2020-08-01 18:22:15,973] /u/kabir-madan had their flair updated +[2020-08-01 18:23:27,554] There has been a new submission: '[Day 8] Quarantine Productions', with flair 'Art' +[2020-08-01 18:23:28,949] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-08-01 18:23:30,877] /u/spiceywaterbeats had their flair updated +[2020-08-01 18:27:18,963] There has been a new submission: 'Two in the Chamber - 2', with flair 'Vlog' +[2020-08-01 18:27:20,005] /u/deadly_eric had their submission removed for insufficient lambda. +[2020-08-01 18:27:21,179] /u/deadly_eric had their flair updated +[2020-08-01 18:28:18,785] There has been a new submission: 'Healthy Uni Pasta (41g Protein) | Healthier Versions Of Foods Ep 5 | Lambdas will be given for every critique!', with flair 'Video Critique' +[2020-08-01 18:28:19,561] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 18:28:19,563] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 18:28:20,532] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=48XC_5Td5Fo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:28:21,146] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 18:28:23,149] /u/aspirefitnesswalnut had their flair updated +[2020-08-01 18:31:54,573] There has been a new submission: '"P2 Tour Llif3" Modern Warfare Montage', with flair 'Gaming' +[2020-08-01 18:31:56,751] /u/icolexo had their submission removed for insufficient lambda. +[2020-08-01 18:31:58,922] /u/icolexo had their flair updated +[2020-08-01 18:34:54,256] '/u/Rubenazo1999' has given '/u/Tegs_Shin' lambda! +[2020-08-01 18:34:56,517] /u/Tegs_Shin had their flair updated +[2020-08-01 18:35:15,330] There has been a new submission: 'Heres my first video if you could give me advice on what I could do better thank you', with flair 'Video Critique' +[2020-08-01 18:35:16,678] /u/sammy15418 had their submission removed for insufficient lambda. +[2020-08-01 18:35:18,357] /u/sammy15418 had their flair updated +[2020-08-01 18:40:09,612] +#################### +[Aug 01 2020 18:40:09] RESTARTED +#################### + +[2020-08-01 19:18:18,029] There has been a new submission: 'my new video is out make sure to learn how to edit', with flair 'Gaming' +[2020-08-01 19:18:19,538] /u/BESTAGAMER had their submission removed for insufficient lambda. +[2020-08-01 19:18:20,603] /u/BESTAGAMER had their flair updated +[2020-08-01 19:18:38,027] There has been a new submission: 'Zaanse Schans Windmills - Holland', with flair 'Video Critique' +[2020-08-01 19:18:39,375] /u/billenmintje had their submission removed for insufficient lambda. +[2020-08-01 19:18:40,812] /u/billenmintje had their flair updated +[2020-08-01 19:21:03,179] '/u/MafiasFinestTV' has given '/u/hrishexperiments' lambda! +[2020-08-01 19:21:06,079] /u/hrishexperiments had their flair updated +[2020-08-01 19:25:07,211] There has been a new submission: 'Create a new idea for YouTube', with flair 'Discussion' +[2020-08-01 19:25:08,935] /u/suzygracefulily had their flair updated +[2020-08-01 19:25:26,621] There has been a new submission: 'BEST MP5 CLASS SETUP MW / WARZONE BEST MP5 LOADOUT .....', with flair 'Gaming' +[2020-08-01 19:25:27,774] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-08-01 19:25:29,204] /u/HelloThereUK had their flair updated +[2020-08-01 19:25:47,109] There has been a new submission: 'Can you please rate my video from 1 to 10', with flair 'Video Critique' +[2020-08-01 19:25:48,177] /u/tmanjunior7 had their submission removed for insufficient lambda. +[2020-08-01 19:25:49,443] /u/tmanjunior7 had their flair updated +[2020-08-01 19:26:07,010] There has been a new submission: 'Feel free to check out my recent video!', with flair 'Video Critique' +[2020-08-01 19:26:08,031] /u/phoebegrace77 had their submission removed for insufficient lambda. +[2020-08-01 19:26:09,301] /u/phoebegrace77 had their flair updated +[2020-08-01 19:26:28,621] There has been a new submission: 'My second youtube video, opinions please', with flair 'Gaming' +[2020-08-01 19:26:29,894] /u/EmVALORANT had their submission removed for insufficient lambda. +[2020-08-01 19:26:31,043] /u/EmVALORANT had their flair updated +[2020-08-01 19:29:23,946] /u/DWRelive had their flair updated +[2020-08-01 19:35:03,028] There has been a new submission: 'What’s the best screen recorder for Mac that can also capture internal audio? What do you think of Filmora Scrn?', with flair 'Discussion' +[2020-08-01 19:35:05,076] /u/Onen1ck had their flair updated +[2020-08-01 19:35:28,086] '/u/mcflyelsa' has given '/u/wildh4rt' lambda! +[2020-08-01 19:35:30,457] /u/wildh4rt had their flair updated +[2020-08-01 19:35:47,716] There has been a new submission: 'First upload in years, looking for some feedback', with flair 'Video Critique' +[2020-08-01 19:35:49,475] /u/Xiril1 had their submission removed for insufficient lambda. +[2020-08-01 19:35:51,074] /u/Xiril1 had their flair updated +[2020-08-01 19:37:13,620] '/u/mcflyelsa' has given '/u/Klyze1991' lambda! +[2020-08-01 19:37:15,749] /u/Klyze1991 had their flair updated +[2020-08-01 19:39:11,557] '/u/sickdude21' has given '/u/wildh4rt' lambda! +[2020-08-01 19:39:13,601] /u/wildh4rt had their flair updated +[2020-08-01 19:40:32,542] /u/SmallYTChannelBot had their flair updated +[2020-08-01 19:41:35,674] There has been a new submission: 'Sony FDR X3000', with flair 'Video Critique' +[2020-08-01 19:41:37,479] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-08-01 19:41:39,713] /u/GabriellaTadros had their flair updated +[2020-08-01 19:41:55,844] '/u/aspirefitnesswalnut' has given '/u/Glittering_Designer' lambda! +[2020-08-01 19:41:57,827] /u/Glittering_Designer had their flair updated +[2020-08-01 19:42:36,408] '/u/aspirefitnesswalnut' has given '/u/code_five_art' lambda! +[2020-08-01 19:42:38,763] /u/code_five_art had their flair updated +[2020-08-01 19:42:55,804] There has been a new submission: 'Yo can I get thoughts on the editing and pacing of the video? Also the jokes', with flair 'Video Critique' +[2020-08-01 19:42:57,305] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 19:42:57,426] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 19:42:58,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=czowlaId1gg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 19:42:58,845] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeB_7-JFblcqND5rjFHPGBQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 19:43:02,196] /u/Ko-Decoy had their flair updated +[2020-08-01 19:45:07,285] There has been a new submission: 'I make solo gameplay videos, mainly Star Wars related, the video attached is about minecraft hunger games. The main the feature is the sovietwomble-esk subtitles. I'd really appreciate any feedback and I shall give out lambda to good feedback', with flair 'Video Critique' +[2020-08-01 19:45:07,551] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 19:45:07,553] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 19:45:07,717] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qvGrGOu8m0E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 19:45:07,839] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKWsBNQ2KoxTDlASm2KYPXQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 19:45:10,133] /u/fcf4 had their flair updated +[2020-08-01 19:46:49,296] /u/SmallYTChannelBot had their flair updated +[2020-08-01 19:47:09,443] There has been a new submission: 'A quick review on this classic action movie. Enjoy!', with flair 'Video Critique' +[2020-08-01 19:47:10,510] /u/matareviews had their submission removed for insufficient lambda. +[2020-08-01 19:47:11,858] /u/matareviews had their flair updated +[2020-08-01 19:48:46,250] '/u/JesseGolo' has given '/u/wildh4rt' lambda! +[2020-08-01 19:48:48,344] /u/wildh4rt had their flair updated +[2020-08-01 19:58:11,864] '/u/Ko-Decoy' has given '/u/MafiasFinestTV' lambda! +[2020-08-01 19:58:14,019] /u/MafiasFinestTV had their flair updated +[2020-08-01 19:58:54,102] There has been a new submission: 'Any reason to pay for more advanced video editing softwares (if you currently use iMovie)?', with flair 'Meta' +[2020-08-01 19:58:55,290] /u/TheDeadlyShowman had their flair updated +[2020-08-01 20:04:01,050] There has been a new submission: 'I think this is a breakthrough video for me. Invested even more on the editing and had some pretty good jokes in there. Could've done better obviously, but I learned a lot. Would love some decent feedback.', with flair 'Video Critique' +[2020-08-01 20:04:02,033] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 20:04:02,034] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 20:04:03,419] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4A7mJgYIFpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:04:03,871] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu6aasAuOV9NQWqsr1QcFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:04:06,771] /u/wildh4rt had their flair updated +[2020-08-01 20:05:11,365] There has been a new submission: 'Chotakus July 2020 Twitch Highlights!', with flair 'Gaming' +[2020-08-01 20:05:12,708] /u/Chotakus had their submission removed for insufficient lambda. +[2020-08-01 20:05:14,435] /u/Chotakus had their flair updated +[2020-08-01 20:09:24,974] There has been a new submission: 'Call of Duty: Warzone - Insane Sniper Kills!!', with flair 'Gaming' +[2020-08-01 20:09:25,693] /u/V27JONES had their submission removed for insufficient lambda. +[2020-08-01 20:09:26,293] /u/V27JONES had their flair updated +[2020-08-01 20:12:09,738] '/u/MrMoo-Youtube' has given '/u/jems129' lambda! +[2020-08-01 20:12:11,890] /u/jems129 had their flair updated +[2020-08-01 20:18:35,521] '/u/Peltlegs' has given '/u/Meow121325' lambda! +[2020-08-01 20:18:37,484] /u/Meow121325 had their flair updated +[2020-08-01 20:19:17,277] '/u/Peltlegs' has given '/u/PandaGamer258K9' lambda! +[2020-08-01 20:19:19,041] /u/PandaGamer258K9 had their flair updated +[2020-08-01 20:22:07,434] A moderator refunded 3 lambda from /u/ImAntonWS for the reason 'for using the wrong link' +[2020-08-01 20:22:09,232] /u/ImAntonWS had their flair updated +[2020-08-01 20:23:01,432] There has been a new submission: 'so can yall review my channel and tell me some ups and downs and stuff, i dont post as constantly as i want to its a little difficult for me, but i need some feed back so i can do those things and do yt more offten (my mom doesnt know thats why and if i get more i want to tell her)', with flair 'Channel Review' +[2020-08-01 20:23:03,720] /u/PandaGamer258K9 had their flair updated +[2020-08-01 20:26:26,356] There has been a new submission: 'If They Made Dating Videos In 2020 - lambda for all decent feedback!', with flair 'Video Critique' +[2020-08-01 20:26:26,954] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 20:26:26,955] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 20:26:27,075] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iPz0G8hnoXU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:26:27,185] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDzQ_eoK9doNKekwTd54gUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:26:29,117] /u/ImAntonWS had their flair updated +[2020-08-01 20:33:35,473] There has been a new submission: 'Algorithm and Small Channels', with flair 'Discussion' +[2020-08-01 20:33:37,804] /u/frnkundrwd had their flair updated +[2020-08-01 20:37:07,762] There has been a new submission: 'The Biggest Flexes in Anime History - accepting all feedback! Don't hold back!', with flair 'Video Critique' +[2020-08-01 20:37:09,019] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 20:37:09,021] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 20:37:10,438] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YeVkfntfgBc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:37:10,810] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9KETPCO3pW2YgD0FIDihjg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 20:37:13,020] /u/Bafflenuuk1000 had their flair updated +[2020-08-01 20:38:08,267] There has been a new submission: 'Starting', with flair 'Discussion' +[2020-08-01 20:38:09,621] /u/Musicante005 had their flair updated +[2020-08-01 20:39:49,856] +#################### +[Aug 01 2020 20:39:49] RESTARTED +#################### + +[2020-08-01 21:13:09,496] There has been a new submission: 'SLEEPING DOGS IN 2020', with flair 'Video Critique' +[2020-08-01 21:13:11,183] /u/xlittlewiz12 had their submission removed for insufficient lambda. +[2020-08-01 21:13:13,099] /u/xlittlewiz12 had their flair updated +[2020-08-01 21:13:31,855] There has been a new submission: 'Minecraft Part One W/ Vibes Inc', with flair 'Gaming' +[2020-08-01 21:13:33,167] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-01 21:13:34,889] /u/majin_hendrix had their flair updated +[2020-08-01 21:13:54,508] There has been a new submission: 'LackOfAllTrades', with flair 'Vlog' +[2020-08-01 21:13:55,943] /u/LackYT had their submission removed for insufficient lambda. +[2020-08-01 21:13:57,705] /u/LackYT had their flair updated +[2020-08-01 21:15:59,919] /u/FGDesigns had their flair updated +[2020-08-01 21:21:25,692] There has been a new submission: 'I RANKED PIXAR!!!!', with flair 'Vlog' +[2020-08-01 21:21:27,287] /u/goddessoflove1 had their submission removed for insufficient lambda. +[2020-08-01 21:21:29,456] /u/goddessoflove1 had their flair updated +[2020-08-01 21:21:49,358] There has been a new submission: 'I need criticism on the Video and channel', with flair 'Video Critique' +[2020-08-01 21:21:50,956] /u/crown1588 had their submission removed for insufficient lambda. +[2020-08-01 21:21:53,621] /u/crown1588 had their flair updated +[2020-08-01 21:22:12,725] There has been a new submission: 'This is the proudest I've been of a video, spent 2 months on this. Giving lambda for technical feedback.', with flair 'Video Critique' +[2020-08-01 21:22:14,609] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 21:22:14,730] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 21:22:16,284] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mjY5qND8c7U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 21:22:16,734] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC06dt8aByFxkxibeweQcULQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 21:22:19,601] /u/throwawayvhs had their flair updated +[2020-08-01 21:22:39,489] There has been a new submission: 'Been a long time since i edited a video, love to get ur guys thoughts on this, thank you!!', with flair 'Gaming' +[2020-08-01 21:22:41,123] /u/1000-subs_ had their submission removed for insufficient lambda. +[2020-08-01 21:22:43,051] /u/1000-subs_ had their flair updated +[2020-08-01 21:24:06,139] There has been a new submission: 'Appreciating Our World!', with flair 'Video Critique' +[2020-08-01 21:24:07,492] /u/janellerad had their submission removed for insufficient lambda. +[2020-08-01 21:24:09,179] /u/janellerad had their flair updated +[2020-08-01 21:26:39,355] There has been a new submission: 'I’ve taken all my short videos and made my first compilation. I think I need to start making longer videos.', with flair 'Channel Review' +[2020-08-01 21:26:40,585] /u/danmolson had their submission removed for insufficient lambda. +[2020-08-01 21:26:41,860] /u/danmolson had their flair updated +[2020-08-01 21:35:07,576] There has been a new submission: 'If anyone needs their videos edited read this.', with flair 'Discussion' +[2020-08-01 21:35:10,647] /u/ooooofoooof had their flair updated +[2020-08-01 21:35:30,953] There has been a new submission: 'Red dead redemption 2 Gameplay - Part II # LIVE🔴', with flair 'Gaming' +[2020-08-01 21:35:34,240] /u/ThatssoNavn had their submission removed for insufficient lambda. +[2020-08-01 21:35:35,842] /u/ThatssoNavn had their flair updated +[2020-08-01 21:36:28,079] There has been a new submission: 'Flipping a channel that had almost 1k', with flair 'Channel Review' +[2020-08-01 21:36:29,637] /u/Lucaniar had their submission removed for insufficient lambda. +[2020-08-01 21:36:30,994] /u/Lucaniar had their flair updated +[2020-08-01 21:45:44,182] There has been a new submission: 'The Real 5ilentZ Hey guys started this channel a month ago regarding gaming. I’m putting the effort in and I guarantee you will enjoy.', with flair 'Channel Review' +[2020-08-01 21:45:46,801] /u/TheReal5ilentZ had their submission removed for insufficient lambda. +[2020-08-01 21:45:48,930] /u/TheReal5ilentZ had their flair updated +[2020-08-01 21:51:25,149] There has been a new submission: 'spongebob and mr krabs commit tax fraud', with flair 'Gaming' +[2020-08-01 21:51:27,150] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-08-01 21:51:29,769] /u/SidelingRug2747 had their flair updated +[2020-08-01 21:54:09,340] There has been a new submission: 'How do I do a giveaway for 250 Subs?', with flair 'Discussion' +[2020-08-01 21:54:12,160] /u/Stonewall776 had their flair updated +[2020-08-01 21:55:11,213] There has been a new submission: 'New vlog out. I broke my arm...', with flair 'Vlog' +[2020-08-01 21:55:12,373] /u/reallyemmett had their submission removed for insufficient lambda. +[2020-08-01 21:55:13,920] /u/reallyemmett had their flair updated +[2020-08-01 21:56:50,970] /u/Peltlegs had their flair updated +[2020-08-01 21:57:20,742] '/u/fcf4' has given '/u/BlackBear33ovy' lambda! +[2020-08-01 21:57:21,910] /u/BlackBear33ovy had their flair updated +[2020-08-01 21:58:37,701] '/u/ImAntonWS' has given '/u/TheTrebleKnight' lambda! +[2020-08-01 21:58:40,112] /u/TheTrebleKnight had their flair updated +[2020-08-01 21:59:32,294] '/u/ImAntonWS' has given '/u/emilyychu' lambda! +[2020-08-01 21:59:34,628] /u/emilyychu had their flair updated +[2020-08-01 22:04:33,264] '/u/vegabomb_' has given '/u/Ko-Decoy' lambda! +[2020-08-01 22:04:35,561] /u/Ko-Decoy had their flair updated +[2020-08-01 22:05:52,381] '/u/vegabomb_' has given '/u/station2yt' lambda! +[2020-08-01 22:05:55,001] /u/station2yt had their flair updated +[2020-08-01 22:06:52,355] '/u/vegabomb_' has given '/u/Neilk1021' lambda! +[2020-08-01 22:06:54,601] /u/Neilk1021 had their flair updated +[2020-08-01 22:07:52,921] '/u/vegabomb_' has given '/u/void_95' lambda! +[2020-08-01 22:07:55,220] /u/void_95 had their flair updated +[2020-08-01 22:09:14,454] '/u/vegabomb_' has given '/u/flippifly' lambda! +[2020-08-01 22:09:16,952] /u/flippifly had their flair updated +[2020-08-01 22:17:03,748] There has been a new submission: 'This video is a tad bit different from my usual "Review" styled videos on games, but Blightbound came out and it's...a game. Feel free to give any form of feedback and I'll take into consideration if I do more videos like this :)', with flair 'Gaming' +[2020-08-01 22:17:05,669] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 22:17:05,671] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 22:17:07,229] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R2JBYbObvDM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 22:17:07,640] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA31RSzvat6bfd7CZdToHMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 22:17:09,978] /u/Jardayylmao had their flair updated +[2020-08-01 22:17:55,038] /u/JCRiotz had their flair updated +[2020-08-01 22:18:13,169] There has been a new submission: 'ULTIMATE NATURALIST GUIDE | Rank up fast!', with flair 'Gaming' +[2020-08-01 22:18:14,155] /u/exploringwithmaxim had their submission removed for insufficient lambda. +[2020-08-01 22:18:15,178] /u/exploringwithmaxim had their flair updated +[2020-08-01 22:19:48,025] '/u/ImAntonWS' has given '/u/TheGamingDecorator' lambda! +[2020-08-01 22:19:49,831] /u/TheGamingDecorator had their flair updated +[2020-08-01 22:20:29,924] /u/SmallYTChannelBot had their flair updated +[2020-08-01 22:21:25,026] There has been a new submission: 'Top of best video editor', with flair 'Discussion' +[2020-08-01 22:21:28,803] /u/TheABCCouple had their flair updated +[2020-08-01 22:21:52,358] '/u/itsMintacle' has given '/u/BlackBear33ovy' lambda! +[2020-08-01 22:21:54,985] /u/BlackBear33ovy had their flair updated +[2020-08-01 22:22:15,791] '/u/ImAntonWS' has given '/u/King_Kukie' lambda! +[2020-08-01 22:22:18,830] /u/King_Kukie had their flair updated +[2020-08-01 22:22:56,028] '/u/itsMintacle' has given '/u/RealGalaxyRider' lambda! +[2020-08-01 22:22:58,809] /u/RealGalaxyRider had their flair updated +[2020-08-01 22:23:48,057] There has been a new submission: 'You know the feeling of “I’m putting out good content but nobody watches...”?', with flair 'Discussion' +[2020-08-01 22:23:50,951] /u/RealGalaxyRider had their flair updated +[2020-08-01 22:35:55,573] There has been a new submission: 'GIVEAWAY!!! 200 Subscribers Celebration!!', with flair 'Channel Review' +[2020-08-01 22:35:57,132] /u/sazoki9 had their submission removed for insufficient lambda. +[2020-08-01 22:35:59,307] /u/sazoki9 had their flair updated +[2020-08-01 22:39:28,839] '/u/aspirefitnesswalnut' has given '/u/emilyychu' lambda! +[2020-08-01 22:39:31,246] /u/emilyychu had their flair updated +[2020-08-01 22:40:08,215] +#################### +[Aug 01 2020 22:40:08] RESTARTED +#################### + +[2020-08-01 23:20:53,844] There has been a new submission: '(Trolling on Minecraft hive server) I got bullied! (Give feedback)', with flair 'Gaming' +[2020-08-01 23:20:57,704] /u/Hikros had their submission removed for insufficient lambda. +[2020-08-01 23:21:00,053] /u/Hikros had their flair updated +[2020-08-01 23:21:20,364] There has been a new submission: 'If I Die The Video Ends R6S One Of my funniest videos just how it ends like that it would mean the world if you would subscribe', with flair 'Gaming' +[2020-08-01 23:21:21,917] /u/BeannYt had their submission removed for insufficient lambda. +[2020-08-01 23:21:24,296] /u/BeannYt had their flair updated +[2020-08-01 23:21:43,920] There has been a new submission: 'I made this video essay on one of my favorite movies, Mandy! Giving out Lambda, lemme know on what I can be doing better!!', with flair 'Video Critique' +[2020-08-01 23:21:46,615] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 23:21:46,741] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 23:21:47,762] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y-xoTWRgex8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:21:48,135] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCObMjAvW8OvNvf2H68BP0Ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:21:51,529] /u/LizzieLazard had their flair updated +[2020-08-01 23:22:10,041] There has been a new submission: 'The best & worst teammates of Apex Legends.', with flair 'Video Critique' +[2020-08-01 23:22:11,473] /u/FrankyCalgs had their submission removed for insufficient lambda. +[2020-08-01 23:22:13,523] /u/FrankyCalgs had their flair updated +[2020-08-01 23:22:33,407] There has been a new submission: 'I've been editing for a while and im curious to see what yall think.', with flair 'Vlog' +[2020-08-01 23:22:34,998] /u/AtomicBlonk had their submission removed for insufficient lambda. +[2020-08-01 23:22:37,006] /u/AtomicBlonk had their flair updated +[2020-08-01 23:22:56,842] There has been a new submission: '(League of Legends) ARAM Adventures ft. banter', with flair 'Gaming' +[2020-08-01 23:22:59,844] /u/gravitate had their submission removed for insufficient lambda. +[2020-08-01 23:23:01,768] /u/gravitate had their flair updated +[2020-08-01 23:25:21,126] '/u/LizzieLazard' has given '/u/LloydZD' lambda! +[2020-08-01 23:25:22,996] /u/LloydZD had their flair updated +[2020-08-01 23:27:24,516] '/u/gravitate' has given '/u/terminalocity' lambda! +[2020-08-01 23:27:26,482] /u/terminalocity had their flair updated +[2020-08-01 23:31:05,917] There has been a new submission: 'Hi guys I’m live now streaming Defiance 2050 !', with flair 'Gaming' +[2020-08-01 23:31:07,596] /u/Kxnabyss had their submission removed for insufficient lambda. +[2020-08-01 23:31:09,879] /u/Kxnabyss had their flair updated +[2020-08-01 23:31:30,173] There has been a new submission: 'I just released this new animation video! This video took me lot of hours to make because it is a stop motion animation. I hope you like it! - Lego Shark Surf', with flair 'Art' +[2020-08-01 23:31:31,728] /u/AlexPictures had their submission removed for insufficient lambda. +[2020-08-01 23:31:33,906] /u/AlexPictures had their flair updated +[2020-08-01 23:31:53,464] There has been a new submission: 'What if the MOON was REPLACED by other planets', with flair 'Video Critique' +[2020-08-01 23:31:55,006] /u/ethan870 had their submission removed for insufficient lambda. +[2020-08-01 23:31:57,135] /u/ethan870 had their flair updated +[2020-08-01 23:32:19,661] '/u/mcflyelsa' has given '/u/RealGalaxyRider' lambda! +[2020-08-01 23:32:22,410] /u/RealGalaxyRider had their flair updated +[2020-08-01 23:35:33,354] There has been a new submission: 'S*x During Zoom Meeting :O', with flair 'Video Critique' +[2020-08-01 23:35:34,708] /u/AstroFaermusic had their submission removed for insufficient lambda. +[2020-08-01 23:35:36,222] /u/AstroFaermusic had their flair updated +[2020-08-01 23:44:37,603] There has been a new submission: '(Please Help—Will Give Lamda) Based on Critique from SmallYChannel, Ive been re-adjusting my channel approach...I’d appreciate more critique and help. ANY FB on vid or channel approach is appreciated (so as long as its constructive in nature). Thank you so much!!!', with flair 'Video Critique' +[2020-08-01 23:44:38,838] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 23:44:38,839] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 23:44:40,274] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lg4fPy0ftyk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:44:40,724] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu47BpndxDfnwUuSppaOqKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:44:44,743] /u/DelogueAcoustic had their flair updated +[2020-08-01 23:47:02,426] There has been a new submission: 'Hey kid, do you like M E M E S ?', with flair 'Video Critique' +[2020-08-01 23:47:03,940] /u/Goldvillager had their submission removed for insufficient lambda. +[2020-08-01 23:47:05,170] /u/Goldvillager had their flair updated +[2020-08-01 23:47:43,095] '/u/Jardayylmao' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-01 23:47:45,510] /u/BeatsandPiecesYT had their flair updated +[2020-08-01 23:48:18,358] '/u/Jardayylmao' has given '/u/AtomicBlonk' lambda! +[2020-08-01 23:48:20,328] /u/AtomicBlonk had their flair updated +[2020-08-01 23:50:52,302] There has been a new submission: 'Just made my first youtube video. Please critique. It would be nice to hear about what I'm doing right or wrong.', with flair 'Gaming' +[2020-08-01 23:50:55,001] /u/arrow-noises had their submission removed for insufficient lambda. +[2020-08-01 23:50:57,251] /u/arrow-noises had their flair updated +[2020-08-01 23:51:22,103] '/u/Glittering_Designer' has given '/u/gravitate' lambda! +[2020-08-01 23:51:24,850] /u/gravitate had their flair updated +[2020-08-01 23:53:29,983] '/u/Jardayylmao' has given '/u/rondislap' lambda! +[2020-08-01 23:53:32,524] /u/rondislap had their flair updated +[2020-08-01 23:57:18,486] There has been a new submission: 'hello, totally realize that the content of this video won’t appeal to many in this thread but would really appreciate feedback on the thumbnail/editing/title/description! obv will give lambda asap :)', with flair 'Video Critique' +[2020-08-01 23:57:19,835] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-01 23:57:19,837] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-01 23:57:21,433] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fNej8bBVu1Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:57:21,845] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY-pRTUWxcUGB__zsnQoB4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-01 23:57:24,020] /u/emilyychu had their flair updated +[2020-08-01 23:58:21,417] There has been a new submission: 'Beyonce-Already, Reaction (official video)', with flair 'Thumbnail Review' +[2020-08-01 23:58:22,417] /u/Environmental-Ad1418 had their submission removed for insufficient lambda. +[2020-08-01 23:58:23,442] /u/Environmental-Ad1418 had their flair updated +[2020-08-01 23:59:36,160] '/u/LizzieLazard' has given '/u/gravitate' lambda! +[2020-08-01 23:59:37,890] /u/gravitate had their flair updated +[2020-08-02 00:02:23,293] There has been a new submission: 'Hows the pacing and editing on this? Im new to HitFilm Express but I think im starting to understand it. Plus this is satire af so hopefully you understand the humor.', with flair 'Video Critique' +[2020-08-02 00:02:24,971] /u/randman678 had their submission removed for insufficient lambda. +[2020-08-02 00:02:27,068] /u/randman678 had their flair updated +[2020-08-02 00:03:30,042] '/u/1234Erik5678' has given '/u/Peesukarhuu' lambda! +[2020-08-02 00:03:33,098] /u/Peesukarhuu had their flair updated +[2020-08-02 00:07:38,261] '/u/1234Erik5678' has given '/u/DWRelive' lambda! +[2020-08-02 00:07:40,841] /u/DWRelive had their flair updated +[2020-08-02 00:20:22,692] There has been a new submission: 'Review Our Funny Moments Gaming Channel Please :)', with flair 'Channel Review' +[2020-08-02 00:20:24,577] /u/TheDeathJesters had their submission removed for insufficient lambda. +[2020-08-02 00:20:26,915] /u/TheDeathJesters had their flair updated +[2020-08-02 00:22:59,741] '/u/wildh4rt' has given '/u/BlackBear33ovy' lambda! +[2020-08-02 00:23:02,686] /u/BlackBear33ovy had their flair updated +[2020-08-02 00:29:16,074] '/u/wildh4rt' has given '/u/emilyychu' lambda! +[2020-08-02 00:29:18,370] /u/emilyychu had their flair updated +[2020-08-02 00:33:59,475] There has been a new submission: 'NBA Bubble: Night One Reactions', with flair 'Channel Review' +[2020-08-02 00:34:01,022] /u/BoredQuarantine22 had their submission removed for insufficient lambda. +[2020-08-02 00:34:02,948] /u/BoredQuarantine22 had their flair updated +[2020-08-02 00:34:44,699] There has been a new submission: 'Need Feedback Please. 1st YoTube Video!', with flair 'Channel Review' +[2020-08-02 00:34:46,101] /u/ChaoticPredator had their submission removed for insufficient lambda. +[2020-08-02 00:34:47,902] /u/ChaoticPredator had their flair updated +[2020-08-02 00:36:43,192] '/u/wildh4rt' has given '/u/Beanboiproductions' lambda! +[2020-08-02 00:36:45,813] /u/Beanboiproductions had their flair updated +[2020-08-02 00:38:00,447] There has been a new submission: 'Private old content?', with flair 'Discussion' +[2020-08-02 00:38:01,755] /u/BigDannySwag had their flair updated +[2020-08-02 00:39:23,091] There has been a new submission: 'Hey, can you guys give me you opinions on this video? I started a new channel and this is the most editing I ever put into a single video.', with flair 'Video Critique' +[2020-08-02 00:39:24,077] /u/Dante_Bishop had their submission removed for insufficient lambda. +[2020-08-02 00:39:24,655] /u/Dante_Bishop had their flair updated +[2020-08-02 00:40:14,293] +#################### +[Aug 02 2020 00:40:14] RESTARTED +#################### + +[2020-08-02 01:21:02,175] There has been a new submission: 'We are using ads in facebook to get more followers but we are not getting subscribers in youtube. Any tips on how to funnel facebook users to YT? Here's a sample of our video below. I think we've already covered most of the basics in content making. Share us your thoughts. Thanks!', with flair 'Video Critique' +[2020-08-02 01:21:04,913] /u/taftteamesports had their submission removed for insufficient lambda. +[2020-08-02 01:21:07,084] /u/taftteamesports had their flair updated +[2020-08-02 01:21:26,800] There has been a new submission: 'Rats In The Attik - Mellowed [Instrumental]', with flair 'Art' +[2020-08-02 01:21:28,396] /u/daedelusking had their submission removed for insufficient lambda. +[2020-08-02 01:21:30,561] /u/daedelusking had their flair updated +[2020-08-02 01:21:50,775] There has been a new submission: 'Please check out my latest video and let me know what you think! Road to 100 subs!', with flair 'Art' +[2020-08-02 01:21:52,738] /u/mrkbreezy had their submission removed for insufficient lambda. +[2020-08-02 01:21:54,823] /u/mrkbreezy had their flair updated +[2020-08-02 01:23:18,486] '/u/throwawayvhs' has given '/u/emilyychu' lambda! +[2020-08-02 01:23:21,323] /u/emilyychu had their flair updated +[2020-08-02 01:24:25,327] '/u/Yo-Homeboy13' has given '/u/danifernt' lambda! +[2020-08-02 01:24:27,652] /u/danifernt had their flair updated +[2020-08-02 01:24:46,635] '/u/Yo-Homeboy13' has given '/u/qzeqYT' lambda! +[2020-08-02 01:24:49,299] /u/qzeqYT had their flair updated +[2020-08-02 01:25:10,000] '/u/Yo-Homeboy13' has given '/u/Klyze1991' lambda! +[2020-08-02 01:25:12,376] /u/Klyze1991 had their flair updated +[2020-08-02 01:25:47,292] '/u/Yo-Homeboy13' has given '/u/MichaelJH333' lambda! +[2020-08-02 01:25:49,502] /u/MichaelJH333 had their flair updated +[2020-08-02 01:26:10,558] '/u/Yo-Homeboy13' has given '/u/FrailFlunky99' lambda! +[2020-08-02 01:26:13,342] /u/FrailFlunky99 had their flair updated +[2020-08-02 01:26:32,335] /u/emilyychu had their flair updated +[2020-08-02 01:27:36,028] '/u/emilyychu' has given '/u/Rgsnap' lambda! +[2020-08-02 01:27:37,912] /u/Rgsnap had their flair updated +[2020-08-02 01:28:35,854] '/u/emilyychu' has given '/u/gravitate' lambda! +[2020-08-02 01:28:37,864] /u/gravitate had their flair updated +[2020-08-02 01:30:08,071] There has been a new submission: 'Minecraft Tomfoolerie: Nether-related Shenanigans (Part 2)', with flair 'Gaming' +[2020-08-02 01:30:09,615] /u/SweggitySwoogity had their submission removed for insufficient lambda. +[2020-08-02 01:30:12,046] /u/SweggitySwoogity had their flair updated +[2020-08-02 01:30:21,254] There has been a new submission: 'What is the best editing apps for mobile?', with flair 'Discussion' +[2020-08-02 01:30:24,314] /u/leo-the-cow had their flair updated +[2020-08-02 01:30:43,691] There has been a new submission: 'Do you guys think it’s easier to start and grow a twitch streaming channel or YouTube channel?', with flair 'Discussion' +[2020-08-02 01:30:46,278] /u/_Sprite__ had their flair updated +[2020-08-02 01:31:06,290] There has been a new submission: 'Second stimulus check summary!', with flair 'Video Critique' +[2020-08-02 01:31:09,265] /u/kmw1877 had their submission removed for insufficient lambda. +[2020-08-02 01:31:11,511] /u/kmw1877 had their flair updated +[2020-08-02 01:32:06,172] '/u/emilyychu' has given '/u/DaredevilOfHK' lambda! +[2020-08-02 01:32:09,240] /u/DaredevilOfHK had their flair updated +[2020-08-02 01:36:15,707] There has been a new submission: 'i poured hours of work into this new indie song of mine, so if you could check it out, it would make my day! (also i didn't know what to put for my flair so i just said art lol)', with flair 'Art' +[2020-08-02 01:36:16,982] /u/jaylin-grey had their submission removed for insufficient lambda. +[2020-08-02 01:36:18,373] /u/jaylin-grey had their flair updated +[2020-08-02 01:37:09,310] There has been a new submission: 'I found a bunch of crap underwater!', with flair 'Video Critique' +[2020-08-02 01:37:10,581] /u/DrivenDeepYT had their submission removed for insufficient lambda. +[2020-08-02 01:37:11,691] /u/DrivenDeepYT had their flair updated +[2020-08-02 01:40:28,628] There has been a new submission: 'Hey Everyone. Wanting to see what I can improve on overall on my Gameplays. Any criticism would be much appreciated.', with flair 'Video Critique' +[2020-08-02 01:40:30,268] /u/InfernoGamiing had their submission removed for insufficient lambda. +[2020-08-02 01:40:33,212] /u/InfernoGamiing had their flair updated +[2020-08-02 01:48:50,810] '/u/emilyychu' has given '/u/TeamRemavi' lambda! +[2020-08-02 01:48:53,189] /u/TeamRemavi had their flair updated +[2020-08-02 01:51:10,362] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-08-02 01:51:13,277] /u/DTV998 had their flair updated +[2020-08-02 02:00:11,492] '/u/emilyychu' has given '/u/KFCxLegends' lambda! +[2020-08-02 02:00:13,776] /u/KFCxLegends had their flair updated +[2020-08-02 02:02:02,241] '/u/Platoniko' has given '/u/nnnishal' lambda! +[2020-08-02 02:02:05,261] /u/nnnishal had their flair updated +[2020-08-02 02:03:46,242] '/u/Platoniko' has given '/u/ThinkThinkerton' lambda! +[2020-08-02 02:03:48,932] /u/ThinkThinkerton had their flair updated +[2020-08-02 02:08:09,851] '/u/Platoniko' has given '/u/ImAntonWS' lambda! +[2020-08-02 02:08:11,655] /u/ImAntonWS had their flair updated +[2020-08-02 02:10:22,304] '/u/Platoniko' has given '/u/FrailFlunky99' lambda! +[2020-08-02 02:10:24,573] /u/FrailFlunky99 had their flair updated +[2020-08-02 02:12:24,326] '/u/emilyychu' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-02 02:12:26,390] /u/aspirefitnesswalnut had their flair updated +[2020-08-02 02:17:25,765] There has been a new submission: '[Question] VA here - Where do YOU find VAs?', with flair 'Discussion' +[2020-08-02 02:17:27,287] /u/lusciouscactus had their flair updated +[2020-08-02 02:17:49,391] '/u/Platoniko' has given '/u/Klyze1991' lambda! +[2020-08-02 02:17:51,759] /u/Klyze1991 had their flair updated +[2020-08-02 02:18:59,141] '/u/LizzieLazard' has given '/u/DelogueAcoustic' lambda! +[2020-08-02 02:19:00,946] /u/DelogueAcoustic had their flair updated +[2020-08-02 02:19:21,285] '/u/Platoniko' has given '/u/flippifly' lambda! +[2020-08-02 02:19:23,216] /u/flippifly had their flair updated +[2020-08-02 02:19:57,792] '/u/emilyychu' has given '/u/AnneHocque' lambda! +[2020-08-02 02:19:59,643] /u/AnneHocque had their flair updated +[2020-08-02 02:39:51,108] +#################### +[Aug 02 2020 02:39:51] RESTARTED +#################### + +[2020-08-02 03:06:51,200] There has been a new submission: 'Using Adobe Spark for making thumbs', with flair 'Discussion' +[2020-08-02 03:06:53,418] /u/tarmacjapan had their flair updated +[2020-08-02 03:07:10,912] There has been a new submission: 'My friend just started youtube 😊 Can someone help her get monetized', with flair 'Art' +[2020-08-02 03:07:11,770] /u/Canxel-desu had their submission removed for insufficient lambda. +[2020-08-02 03:07:12,716] /u/Canxel-desu had their flair updated +[2020-08-02 03:07:29,773] There has been a new submission: 'Bangkok Dangerous (2008) Review - First Viewing - Summer of Nic Cage', with flair 'Video Critique' +[2020-08-02 03:07:30,879] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-08-02 03:07:31,821] /u/Neon-Movie-Reviews had their flair updated +[2020-08-02 03:07:48,388] There has been a new submission: 'Can someone help my friend who just started youtube?', with flair 'Art' +[2020-08-02 03:07:49,168] /u/Canxel-desu had their submission removed for insufficient lambda. +[2020-08-02 03:07:49,994] /u/Canxel-desu had their flair updated +[2020-08-02 03:10:58,941] '/u/emilyychu' has given '/u/DWRelive' lambda! +[2020-08-02 03:11:02,200] /u/DWRelive had their flair updated +[2020-08-02 03:12:21,420] '/u/emilyychu' has given '/u/danifernt' lambda! +[2020-08-02 03:12:24,039] /u/danifernt had their flair updated +[2020-08-02 03:13:41,625] /u/DWRelive had their flair updated +[2020-08-02 03:15:02,166] There has been a new submission: '(League of Legends) ARAM Adventures - looking for feedback on the editing or anything else :)', with flair 'Gaming' +[2020-08-02 03:15:04,416] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 03:15:04,456] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 03:15:06,055] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NvlUFRdFEaU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 03:15:06,421] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSTGg2NWSg6jyoHAxxdaUfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 03:15:09,288] /u/gravitate had their flair updated +[2020-08-02 03:21:25,249] There has been a new submission: 'How tо Pick a Lock with Papеrсlips !!', with flair 'Video Critique' +[2020-08-02 03:21:27,468] /u/LetMaller had their submission removed for insufficient lambda. +[2020-08-02 03:21:29,848] /u/LetMaller had their flair updated +[2020-08-02 03:35:44,544] '/u/emilyychu' has given '/u/PonjiNinja' lambda! +[2020-08-02 03:35:47,086] /u/PonjiNinja had their flair updated +[2020-08-02 03:37:07,277] There has been a new submission: 'Could You Guys Check Out My YT? Thx!', with flair 'Gaming' +[2020-08-02 03:37:08,468] /u/MvngxZ had their submission removed for insufficient lambda. +[2020-08-02 03:37:09,776] /u/MvngxZ had their flair updated +[2020-08-02 03:41:15,340] There has been a new submission: 'This is my latest video, what do you think?', with flair 'Video Critique' +[2020-08-02 03:41:17,888] /u/andersong1234 had their submission removed for insufficient lambda. +[2020-08-02 03:41:20,121] /u/andersong1234 had their flair updated +[2020-08-02 03:48:16,319] There has been a new submission: 'Easy way to tell spam comments/ comments just fishing for subs?', with flair 'Discussion' +[2020-08-02 03:48:19,112] /u/yobo723 had their flair updated +[2020-08-02 03:49:52,547] '/u/Jardayylmao' has given '/u/ShawtyKING' lambda! +[2020-08-02 03:49:54,024] /u/ShawtyKING had their flair updated +[2020-08-02 03:52:35,724] There has been a new submission: 'Hey guys this is actually my 3rd video on my channel about building a PC. Would love to know what you guys think of it and what I could improve on :)', with flair 'Video Critique' +[2020-08-02 03:52:36,992] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 03:52:36,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 03:52:38,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VJ77oe1M6ck&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 03:52:38,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 03:52:42,368] /u/danifernt had their flair updated +[2020-08-02 03:54:21,997] '/u/Glittering_Designer' has given '/u/DarkSide753' lambda! +[2020-08-02 03:54:23,656] /u/DarkSide753 had their flair updated +[2020-08-02 03:54:55,146] '/u/Glittering_Designer' has given '/u/hrishexperiments' lambda! +[2020-08-02 03:54:56,932] /u/hrishexperiments had their flair updated +[2020-08-02 04:05:52,237] There has been a new submission: 'AFTERMATH: LA RIOTS 2020', with flair 'Art' +[2020-08-02 04:05:53,552] /u/Cooper-Media had their submission removed for insufficient lambda. +[2020-08-02 04:05:55,155] /u/Cooper-Media had their flair updated +[2020-08-02 04:15:04,941] There has been a new submission: '[Minecraft] how to play Dreams Minecraft manhunt', with flair 'Gaming' +[2020-08-02 04:15:06,127] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 04:15:06,129] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 04:15:07,398] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RwEDBWAEgFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 04:15:07,847] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIYa3Eqprw2haU7xhe9GJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 04:15:10,423] /u/YappyHead had their flair updated +[2020-08-02 04:19:44,432] '/u/emilyychu' has given '/u/NerdTalkDan' lambda! +[2020-08-02 04:19:46,080] /u/NerdTalkDan had their flair updated +[2020-08-02 04:23:20,263] '/u/danifernt' has given '/u/jdktx' lambda! +[2020-08-02 04:23:22,239] /u/jdktx had their flair updated +[2020-08-02 04:26:31,055] There has been a new submission: '2 IDIOTS AND A BOAT! The sea called my name and I answered! Feedback is always appreciated.', with flair 'Gaming' +[2020-08-02 04:26:32,340] /u/Strywix had their submission removed for insufficient lambda. +[2020-08-02 04:26:33,736] /u/Strywix had their flair updated +[2020-08-02 04:26:41,208] '/u/emilyychu' has given '/u/imbapunch' lambda! +[2020-08-02 04:26:42,617] /u/imbapunch had their flair updated +[2020-08-02 04:39:52,038] +#################### +[Aug 02 2020 04:39:52] RESTARTED +#################### + +[2020-08-02 05:07:58,163] There has been a new submission: 'NYC Couple tries In-N-Out Burger & Goes to Venice Beach! *First Time* | California Travel Vlog', with flair 'Vlog' +[2020-08-02 05:07:59,619] /u/MarilynandSteven0411 had their submission removed for insufficient lambda. +[2020-08-02 05:08:00,401] /u/MarilynandSteven0411 had their flair updated +[2020-08-02 05:09:53,258] '/u/danifernt' has given '/u/UselessGodYT' lambda! +[2020-08-02 05:09:55,138] /u/UselessGodYT had their flair updated +[2020-08-02 05:10:22,366] There has been a new submission: 'Please if you have extra time can you go and check out my channel and tell me what you’d improve and what you like. (Iamthedesertgamer Youtube)', with flair 'Channel Review' +[2020-08-02 05:10:24,400] /u/Cupcake_Smash283 had their submission removed for insufficient lambda. +[2020-08-02 05:10:26,693] /u/Cupcake_Smash283 had their flair updated +[2020-08-02 05:16:31,436] There has been a new submission: 'Hey guys I’m on the road to 100 subs and I would love a hand and some feedback, thanks!', with flair 'Video Critique' +[2020-08-02 05:16:32,664] /u/ComradeElmo500 had their submission removed for insufficient lambda. +[2020-08-02 05:16:34,061] /u/ComradeElmo500 had their flair updated +[2020-08-02 05:21:35,371] /u/DelogueAcoustic had their flair updated +[2020-08-02 05:21:59,455] '/u/DelogueAcoustic' has given '/u/DWRelive' lambda! +[2020-08-02 05:22:02,564] /u/DWRelive had their flair updated +[2020-08-02 05:25:11,082] There has been a new submission: 'Check out my friends new video he worked hard on this 👏🏽 if you love funny moments I recommend to watch', with flair 'Gaming' +[2020-08-02 05:25:12,289] /u/Aryasb had their submission removed for insufficient lambda. +[2020-08-02 05:25:13,881] /u/Aryasb had their flair updated +[2020-08-02 05:31:39,519] There has been a new submission: 'Rod Wave - Freestyle Reaction', with flair 'Vlog' +[2020-08-02 05:31:41,163] /u/theservantofpeace had their submission removed for insufficient lambda. +[2020-08-02 05:31:43,414] /u/theservantofpeace had their flair updated +[2020-08-02 05:33:05,600] There has been a new submission: 'DIY dollhouse... Hope you ll enjoy watching... have a good day 🌞', with flair 'Art' +[2020-08-02 05:33:07,317] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-08-02 05:33:09,290] /u/ARTCRAFTFUN had their flair updated +[2020-08-02 05:33:34,298] '/u/emilyychu' has given '/u/IcyAssociate1' lambda! +[2020-08-02 05:33:37,044] /u/IcyAssociate1 had their flair updated +[2020-08-02 05:36:27,574] '/u/emilyychu' has given '/u/njsam' lambda! +[2020-08-02 05:36:30,038] /u/njsam had their flair updated +[2020-08-02 05:56:34,937] There has been a new submission: 'I edited this video and wanna know thoughts on the content and the editing. Feel free to post comments on the video or on this post', with flair 'Video Critique' +[2020-08-02 05:56:35,986] /u/sluggowill had their submission removed for insufficient lambda. +[2020-08-02 05:56:37,365] /u/sluggowill had their flair updated +[2020-08-02 06:02:15,427] There has been a new submission: 'Hey hey it’s me MelaCrista! I’m an aspiring artist and a soon to be animator! Per say I hope you join me in my YouTube journey and create together awesome memories together! Anyhow I hope you have an awesome and amazing day! Love, MelaCrista🌸💕🐌', with flair 'Art' +[2020-08-02 06:02:16,860] /u/MelaCrista had their submission removed for insufficient lambda. +[2020-08-02 06:02:18,949] /u/MelaCrista had their flair updated +[2020-08-02 06:06:37,059] There has been a new submission: 'did some editing what do you think?', with flair 'Video Critique' +[2020-08-02 06:06:40,218] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 06:06:40,220] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 06:06:42,350] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=otJnIGFYgU8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 06:06:42,759] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPvzwvg5iHDqPExnKVFGnyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 06:06:45,669] /u/Sogguwu had their flair updated +[2020-08-02 06:10:04,687] There has been a new submission: 'I Need a Collab From a Tech Youtuber to get promoted', with flair 'Collab' +[2020-08-02 06:10:07,331] /u/Anupbosekk had their flair updated +[2020-08-02 06:27:34,063] '/u/danifernt' has given '/u/InfernoGamiing' lambda! +[2020-08-02 06:27:35,282] /u/InfernoGamiing had their flair updated +[2020-08-02 06:31:12,919] '/u/LizzieLazard' has given '/u/njsam' lambda! +[2020-08-02 06:31:15,420] /u/njsam had their flair updated +[2020-08-02 06:32:01,466] '/u/LizzieLazard' has given '/u/UselessGodYT' lambda! +[2020-08-02 06:32:04,493] /u/UselessGodYT had their flair updated +[2020-08-02 06:33:14,174] There has been a new submission: 'Top countries with most goals in FIFA World Cup (1930-2018)', with flair 'Channel Review' +[2020-08-02 06:33:15,647] /u/Evening_Sale had their submission removed for insufficient lambda. +[2020-08-02 06:33:17,572] /u/Evening_Sale had their flair updated +[2020-08-02 06:34:45,680] '/u/danifernt' has given '/u/njsam' lambda! +[2020-08-02 06:34:48,381] /u/njsam had their flair updated +[2020-08-02 06:35:10,818] '/u/LizzieLazard' has given '/u/ShawtyKING' lambda! +[2020-08-02 06:35:13,358] /u/ShawtyKING had their flair updated +[2020-08-02 06:39:52,055] +#################### +[Aug 02 2020 06:39:52] RESTARTED +#################### + +[2020-08-02 07:12:26,333] There has been a new submission: 'I worked hard for this video.', with flair 'None' +[2020-08-02 07:12:28,952] /u/ICE__LK had their submission removed for insufficient lambda. +[2020-08-02 07:12:30,876] /u/ICE__LK had their flair updated +[2020-08-02 07:16:16,719] There has been a new submission: 'Hope this helps some of you !! Interview with Mike, Level designer and 3D artist of Counter-Strike and many other games. An industry veteran with 23 years of experience. I asked him questions from students. Mike was happy to answer and explain all of them.', with flair 'Art' +[2020-08-02 07:16:17,776] /u/DruhinM had their submission removed for insufficient lambda. +[2020-08-02 07:16:18,971] /u/DruhinM had their flair updated +[2020-08-02 07:32:55,824] There has been a new submission: 'Support plz aiming for 10 subs and likes', with flair 'Gaming' +[2020-08-02 07:32:57,269] /u/specialpoiinterboi12 had their submission removed for insufficient lambda. +[2020-08-02 07:32:59,278] /u/specialpoiinterboi12 had their flair updated +[2020-08-02 07:36:35,594] There has been a new submission: 'this is my first time reviewing a meme page, so might have a lot of flaws', with flair 'Discussion' +[2020-08-02 07:36:37,235] /u/Jrhao27 had their submission removed for using the wrong flair. +[2020-08-02 07:36:38,834] /u/Jrhao27 had their flair updated +[2020-08-02 07:37:58,377] There has been a new submission: 'SKIN GIRL GALAXY I need help to reach 1000 Sub and 4000 hours if you can help me. I would really appreciate it', with flair 'Gaming' +[2020-08-02 07:37:59,357] /u/AlexanderDG_yt had their submission removed for insufficient lambda. +[2020-08-02 07:38:00,312] /u/AlexanderDG_yt had their flair updated +[2020-08-02 07:38:51,993] There has been a new submission: 'Let's Play Albion Online Gameplay 1 - Gather, Fight, Craft! in the Bount...', with flair 'Gaming' +[2020-08-02 07:38:53,586] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-02 07:38:54,451] /u/omeshhedaoo had their flair updated +[2020-08-02 07:39:30,860] There has been a new submission: 'Paying', with flair 'Channel Review' +[2020-08-02 07:39:31,638] /u/eliasgaming45 had their submission removed for insufficient lambda. +[2020-08-02 07:39:32,252] /u/eliasgaming45 had their flair updated +[2020-08-02 07:49:29,230] There has been a new submission: 'Can you revive a dead channel?', with flair 'Gaming' +[2020-08-02 07:49:30,091] /u/fualtyzane had their submission removed for insufficient lambda. +[2020-08-02 07:49:30,669] /u/fualtyzane had their flair updated +[2020-08-02 08:00:11,351] '/u/DelogueAcoustic' has given '/u/Rgsnap' lambda! +[2020-08-02 08:00:13,587] /u/Rgsnap had their flair updated +[2020-08-02 08:00:21,051] There has been a new submission: 'One of my videos grew 1000 views over 2 nights', with flair 'Discussion' +[2020-08-02 08:00:23,552] /u/siddhant1991 had their flair updated +[2020-08-02 08:04:19,787] There has been a new submission: 'Wrecking it with Ralph in Sonic All-Stars Racing', with flair 'Gaming' +[2020-08-02 08:04:21,220] /u/TheBluNose93 had their submission removed for insufficient lambda. +[2020-08-02 08:04:23,068] /u/TheBluNose93 had their flair updated +[2020-08-02 08:06:42,914] There has been a new submission: 'Reviews about my content.', with flair 'Gaming' +[2020-08-02 08:06:44,103] /u/-HadesAoV- had their submission removed for insufficient lambda. +[2020-08-02 08:06:45,485] /u/-HadesAoV- had their flair updated +[2020-08-02 08:20:11,909] '/u/ImAntonWS' has given '/u/gravitate' lambda! +[2020-08-02 08:20:14,200] /u/gravitate had their flair updated +[2020-08-02 08:20:21,600] '/u/ImAntonWS' has given '/u/TeamRemavi' lambda! +[2020-08-02 08:20:24,038] /u/TeamRemavi had their flair updated +[2020-08-02 08:20:58,960] '/u/ImAntonWS' has given '/u/ShawtyKING' lambda! +[2020-08-02 08:21:01,073] /u/ShawtyKING had their flair updated +[2020-08-02 08:21:42,840] There has been a new submission: 'A newer, well edited gaming channel I found (this is just the most recent example.) He obviously puts a lot of effort into his stuff, so I thought we could show him some love!', with flair 'Gaming' +[2020-08-02 08:21:44,337] /u/IAmProbablyEvil had their submission removed for insufficient lambda. +[2020-08-02 08:21:46,415] /u/IAmProbablyEvil had their flair updated +[2020-08-02 08:22:16,993] '/u/ImAntonWS' has given '/u/DelogueAcoustic' lambda! +[2020-08-02 08:22:19,006] /u/DelogueAcoustic had their flair updated +[2020-08-02 08:27:28,107] There has been a new submission: 'In this video I am taking you for a tour of a 5 Stars hotel in Bangkok-Thailand I booked this hotel at a very low price indeed less than 23$.', with flair 'Vlog' +[2020-08-02 08:27:29,360] /u/MinawaTube had their submission removed for insufficient lambda. +[2020-08-02 08:27:30,579] /u/MinawaTube had their flair updated +[2020-08-02 08:30:09,148] There has been a new submission: 'Third video went up tonight, thoughts? Comments?', with flair 'Video Critique' +[2020-08-02 08:30:10,672] /u/the_ntssntssntss had their submission removed for insufficient lambda. +[2020-08-02 08:30:12,953] /u/the_ntssntssntss had their flair updated +[2020-08-02 08:39:52,299] +#################### +[Aug 02 2020 08:39:52] RESTARTED +#################### + +[2020-08-02 09:04:49,799] '/u/LizzieLazard' has given '/u/1ngK' lambda! +[2020-08-02 09:04:52,174] /u/1ngK had their flair updated +[2020-08-02 09:05:38,471] '/u/aspirefitnesswalnut' has given '/u/hrishexperiments' lambda! +[2020-08-02 09:05:41,096] /u/hrishexperiments had their flair updated +[2020-08-02 09:06:01,975] '/u/aspirefitnesswalnut' has given '/u/DelogueAcoustic' lambda! +[2020-08-02 09:06:03,980] /u/DelogueAcoustic had their flair updated +[2020-08-02 09:06:34,914] There has been a new submission: 'Call Of Duty WarZone Juggernaut 27 Kill Game', with flair 'Gaming' +[2020-08-02 09:06:36,552] /u/The-Arma-Channel had their submission removed for insufficient lambda. +[2020-08-02 09:06:37,658] /u/The-Arma-Channel had their flair updated +[2020-08-02 09:06:56,475] There has been a new submission: 'First YouTube video and I just crossed 50 subscribers. Let me know if you guys think the progress is decent. Also, do check out the video and tell me where I can improve or what you enjoyed.', with flair 'Video Critique' +[2020-08-02 09:06:57,868] /u/wheretheavocadoz9_ had their submission removed for insufficient lambda. +[2020-08-02 09:06:59,545] /u/wheretheavocadoz9_ had their flair updated +[2020-08-02 09:13:38,191] There has been a new submission: 'One Month since I Joined Youtube... and it wasn't great', with flair 'Discussion' +[2020-08-02 09:13:40,936] /u/TheSlashingSword had their flair updated +[2020-08-02 09:14:53,966] There has been a new submission: 'HELP ME', with flair 'Discussion' +[2020-08-02 09:14:55,982] /u/JustDave93 had their flair updated +[2020-08-02 09:35:38,874] There has been a new submission: 'I would really love for you guys to check out my gaming channel and give me some feedback. Please like and subscribe if you do like my content:)', with flair 'Gaming' +[2020-08-02 09:35:40,471] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-02 09:35:42,076] /u/xSaydexGaming1 had their flair updated +[2020-08-02 09:36:08,310] There has been a new submission: 'My Channel Name is Anup Bose Please Review and suggest me how to improve and How to get watchtime', with flair 'Channel Review' +[2020-08-02 09:36:09,457] /u/Anupbosekk had their submission removed for insufficient lambda. +[2020-08-02 09:36:10,976] /u/Anupbosekk had their flair updated +[2020-08-02 09:36:28,395] There has been a new submission: 'Start back my youtube upload :')', with flair 'Gaming' +[2020-08-02 09:36:31,950] /u/kdzplays had their flair updated +[2020-08-02 09:37:38,731] '/u/Rubenazo1999' has given '/u/ShawtyKING' lambda! +[2020-08-02 09:37:40,988] /u/ShawtyKING had their flair updated +[2020-08-02 09:53:20,867] There has been a new submission: 'Get 3TB Dropbox For Free | Dropbox Business | Dropbox Free Trial | TechnoVicky Tricks.', with flair 'Thumbnail Review' +[2020-08-02 09:53:22,218] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-02 09:53:24,160] /u/Technovicky had their flair updated +[2020-08-02 09:55:15,689] There has been a new submission: 'Final Fantasy 7 Remake Review', with flair 'Video Critique' +[2020-08-02 09:55:16,138] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 09:55:16,142] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 09:55:16,251] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yVgBxPeEN_8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 09:55:16,349] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdf91JX7QusTXM-jmWbc1OQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 09:55:18,842] /u/Ap_Gamer20 had their flair updated +[2020-08-02 10:14:17,612] There has been a new submission: 'Best tiktok videos of Jumana khan 2020', with flair 'Channel Review' +[2020-08-02 10:14:19,049] /u/Zebi786 had their submission removed for insufficient lambda. +[2020-08-02 10:14:20,939] /u/Zebi786 had their flair updated +[2020-08-02 10:31:32,836] '/u/Ap_Gamer20' has given '/u/MigookinTeecha' lambda! +[2020-08-02 10:31:35,493] /u/MigookinTeecha had their flair updated +[2020-08-02 10:31:55,537] There has been a new submission: 'New Dead By Daylight Meme video is up', with flair 'Gaming' +[2020-08-02 10:31:56,976] /u/BartyChimperz had their submission removed for insufficient lambda. +[2020-08-02 10:31:59,155] /u/BartyChimperz had their flair updated +[2020-08-02 10:39:52,180] +#################### +[Aug 02 2020 10:39:52] RESTARTED +#################### + +[2020-08-02 11:04:28,038] There has been a new submission: 'Cat compilation', with flair 'None' +[2020-08-02 11:04:30,703] /u/Ymir__ had their submission removed for insufficient lambda. +[2020-08-02 11:04:32,216] /u/Ymir__ had their flair updated +[2020-08-02 11:06:20,873] '/u/Ap_Gamer20' has given '/u/Adzic254' lambda! +[2020-08-02 11:06:24,027] /u/Adzic254 had their flair updated +[2020-08-02 11:07:38,640] There has been a new submission: 'I do videos from reactions, basketball videos and public interviews coming up', with flair 'Channel Review' +[2020-08-02 11:07:39,666] /u/vGotHandlezz had their submission removed for insufficient lambda. +[2020-08-02 11:07:40,649] /u/vGotHandlezz had their flair updated +[2020-08-02 11:07:59,212] There has been a new submission: 'What’s this “thin privilege” that people have been busting out on the internet? Does it actually exist? Let’s unpack this privilege checklist made by Arizona State University together.', with flair 'Vlog' +[2020-08-02 11:08:00,641] /u/tehpartygod had their submission removed for insufficient lambda. +[2020-08-02 11:08:01,627] /u/tehpartygod had their flair updated +[2020-08-02 11:08:18,022] There has been a new submission: 'New on youtube', with flair 'None' +[2020-08-02 11:08:18,882] /u/Cartographer-Best had their submission removed for insufficient lambda. +[2020-08-02 11:08:19,663] /u/Cartographer-Best had their flair updated +[2020-08-02 11:09:12,195] '/u/YappyHead' has given '/u/AlsleumMusic' lambda! +[2020-08-02 11:09:14,535] /u/AlsleumMusic had their flair updated +[2020-08-02 11:09:48,790] '/u/YappyHead' has given '/u/chunampunam' lambda! +[2020-08-02 11:09:50,718] /u/chunampunam had their flair updated +[2020-08-02 11:10:13,430] '/u/YappyHead' has given '/u/disloyalclothYT' lambda! +[2020-08-02 11:10:15,755] /u/disloyalclothYT had their flair updated +[2020-08-02 11:14:54,723] There has been a new submission: 'Some cool plays for the first games', with flair 'Gaming' +[2020-08-02 11:14:58,170] /u/TrolingKing had their submission removed for insufficient lambda. +[2020-08-02 11:15:00,443] /u/TrolingKing had their flair updated +[2020-08-02 11:26:45,820] There has been a new submission: 'I think im doing something wrong but im not sure what', with flair 'Channel Review' +[2020-08-02 11:26:46,872] /u/jackthefallout had their submission removed for insufficient lambda. +[2020-08-02 11:26:48,438] /u/jackthefallout had their flair updated +[2020-08-02 11:38:29,875] There has been a new submission: 'Just made a calming video about Zagreb in Croatia. It's pretty relaxing. Enjoy!', with flair 'Art' +[2020-08-02 11:38:30,902] /u/nomadicjulien had their submission removed for insufficient lambda. +[2020-08-02 11:38:32,172] /u/nomadicjulien had their flair updated +[2020-08-02 11:44:19,039] There has been a new submission: 'I make videos related to programming, and use a game character as my channel icon. I want to know if that's a violation.', with flair 'Discussion' +[2020-08-02 11:44:21,477] /u/mrillusi0n had their flair updated +[2020-08-02 11:45:18,495] There has been a new submission: 'Hi guys! BEGINNER INVESTING MISTAKES... ANY SUPPORT WOULD BE HIGHLY APPRECIATED! OPEN TO FEEDBACK', with flair 'Channel Review' +[2020-08-02 11:45:19,713] /u/blackcurtainfilms had their submission removed for insufficient lambda. +[2020-08-02 11:45:21,389] /u/blackcurtainfilms had their flair updated +[2020-08-02 11:52:54,637] There has been a new submission: 'I've managed to survive 4 nights in fnaf 2 and without dying and this is the latest video', with flair 'Video Critique' +[2020-08-02 11:52:56,312] /u/Cope-o6 had their submission removed for insufficient lambda. +[2020-08-02 11:52:58,397] /u/Cope-o6 had their flair updated +[2020-08-02 11:59:29,180] '/u/Ap_Gamer20' has given '/u/void_95' lambda! +[2020-08-02 11:59:31,186] /u/void_95 had their flair updated +[2020-08-02 12:02:48,409] There has been a new submission: 'Inside The Louvre', with flair 'Vlog' +[2020-08-02 12:02:50,868] /u/FOOTSTEP99 had their submission removed for insufficient lambda. +[2020-08-02 12:02:53,303] /u/FOOTSTEP99 had their flair updated +[2020-08-02 12:03:14,096] There has been a new submission: 'Your Thoughts are POWERFUL + the Power of Positive Thinking', with flair 'Vlog' +[2020-08-02 12:03:15,967] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 12:03:16,006] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 12:03:17,685] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Wz_l9ahsii8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 12:03:18,136] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFrKAIKDBIX251QCgYv3mzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 12:03:21,611] /u/AyePhonz had their flair updated +[2020-08-02 12:04:10,742] There has been a new submission: 'Made a review of an awful animated movie, any feed back would be appreciated. An awful animated masterpiece (Wizard So So)', with flair 'Video Critique' +[2020-08-02 12:04:11,805] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 12:04:11,842] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 12:04:12,905] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wUQKZqINJm8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 12:04:13,317] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXHDVt2iHwkFwPhnsbcfMow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 12:04:16,144] /u/void_95 had their flair updated +[2020-08-02 12:06:41,059] There has been a new submission: 'The Most Hilarious Zoom Class Trolling Compilation', with flair 'Video Critique' +[2020-08-02 12:06:42,496] /u/AstroFaermusic had their submission removed for insufficient lambda. +[2020-08-02 12:06:43,810] /u/AstroFaermusic had their flair updated +[2020-08-02 12:07:12,193] There has been a new submission: 'Please give me some tips and feedback how to improve videos there are a few other videos on my channel you could also give feedback on if you like', with flair 'Gaming' +[2020-08-02 12:07:13,215] /u/1ystausyoxb had their submission removed for insufficient lambda. +[2020-08-02 12:07:14,417] /u/1ystausyoxb had their flair updated +[2020-08-02 12:12:59,847] There has been a new submission: 'DRAW WITHOUT LIFTING A PEN CHALLENGE, check out my NEW video, #CHALLENGE-EDITION . Honest reviews are appreciated', with flair 'Video Critique' +[2020-08-02 12:13:01,620] /u/Noor_shafak had their submission removed for insufficient lambda. +[2020-08-02 12:13:03,634] /u/Noor_shafak had their flair updated +[2020-08-02 12:25:24,361] '/u/YappyHead' has given '/u/jackthefallout' lambda! +[2020-08-02 12:25:25,995] /u/jackthefallout had their flair updated +[2020-08-02 12:29:38,196] There has been a new submission: 'Ok Boomer! Video Games aren't a waste of time!', with flair 'Gaming' +[2020-08-02 12:29:39,705] /u/Paradise5551 had their submission removed for insufficient lambda. +[2020-08-02 12:29:40,444] /u/Paradise5551 had their flair updated +[2020-08-02 12:32:18,049] '/u/fcf4' has given '/u/Armack_is_wack' lambda! +[2020-08-02 12:32:20,379] /u/Armack_is_wack had their flair updated +[2020-08-02 12:34:05,639] There has been a new submission: 'Hello! I got back into Youtube a while ago and I solely play on PS4! I put a lot of effort into my videos and I would LOVE some feedback!', with flair 'Gaming' +[2020-08-02 12:34:07,188] /u/UhPerson had their submission removed for insufficient lambda. +[2020-08-02 12:34:08,960] /u/UhPerson had their flair updated +[2020-08-02 12:35:06,380] There has been a new submission: 'Talking sh*t in some hardcore SnD on MW', with flair 'Gaming' +[2020-08-02 12:35:07,555] /u/RBDKris had their submission removed for insufficient lambda. +[2020-08-02 12:35:09,194] /u/RBDKris had their flair updated +[2020-08-02 12:39:52,907] +#################### +[Aug 02 2020 12:39:52] RESTARTED +#################### + +[2020-08-02 13:09:11,398] There has been a new submission: 'Skin to Glow | July 2020 ‘Tropical Theme’ Natural/Vegan Beauty Subscription Box Review | Kabuki Rune', with flair 'Video Critique' +[2020-08-02 13:09:12,696] /u/kabukirune had their submission removed for insufficient lambda. +[2020-08-02 13:09:13,273] /u/kabukirune had their flair updated +[2020-08-02 13:09:30,882] There has been a new submission: 'This is our first video on our channel, would appreciate any feedback!', with flair 'Video Critique' +[2020-08-02 13:09:32,151] /u/BillyLeeMusic had their submission removed for insufficient lambda. +[2020-08-02 13:09:32,684] /u/BillyLeeMusic had their flair updated +[2020-08-02 13:09:49,872] There has been a new submission: 'Scary android horror game ( endless Nightmare)part-2 gameplay [video]', with flair 'Gaming' +[2020-08-02 13:09:50,766] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-02 13:09:51,217] /u/Vizz47 had their flair updated +[2020-08-02 13:10:16,366] There has been a new submission: 'please comment down on my video. ive worked on it for some time and i would love to hear some of you advice on the video.', with flair 'Video Critique' +[2020-08-02 13:10:16,714] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 13:10:16,717] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 13:10:16,962] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NVkRRtJgvPc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:10:17,094] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:10:20,171] /u/shadossplayz had their flair updated +[2020-08-02 13:10:40,184] There has been a new submission: 'Is vlogging dead? How would you stand out if you had to start again?', with flair 'Vlog' +[2020-08-02 13:10:41,742] /u/jimmyderinger had their submission removed for insufficient lambda. +[2020-08-02 13:10:44,076] /u/jimmyderinger had their flair updated +[2020-08-02 13:19:01,665] There has been a new submission: 'Hey guys this is my newest video on my channel I worked really hard to make this video so I would be very happy if u watch my video and value it ^^ have a nice day', with flair 'Gaming' +[2020-08-02 13:19:03,675] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 13:19:03,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 13:19:05,593] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VJCFX4KEZzs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:19:06,206] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8uPeMb9eztMSVjCaJwFYUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:19:07,804] /u/Polak-LP-YT had their flair updated +[2020-08-02 13:21:48,101] There has been a new submission: 'Minecraft Survival #1 - Gearing up', with flair 'Gaming' +[2020-08-02 13:21:49,615] /u/TruceAV had their submission removed for insufficient lambda. +[2020-08-02 13:21:51,784] /u/TruceAV had their flair updated +[2020-08-02 13:22:35,901] There has been a new submission: 'My channel plan', with flair 'Discussion' +[2020-08-02 13:22:38,149] /u/jimmyderinger had their flair updated +[2020-08-02 13:32:59,638] There has been a new submission: 'So this is my first storytime. Let me know how it was. And what i need to work on. Because i know i need improvement.', with flair 'Channel Review' +[2020-08-02 13:33:01,310] /u/reallyemmett had their submission removed for insufficient lambda. +[2020-08-02 13:33:03,318] /u/reallyemmett had their flair updated +[2020-08-02 13:39:24,313] '/u/void_95' has given '/u/Samanaitor_88' lambda! +[2020-08-02 13:39:26,522] /u/Samanaitor_88 had their flair updated +[2020-08-02 13:40:46,341] '/u/void_95' has given '/u/emisfer' lambda! +[2020-08-02 13:40:49,050] /u/emisfer had their flair updated +[2020-08-02 13:41:09,274] There has been a new submission: 'i need real permanent subscriber', with flair 'Channel Review' +[2020-08-02 13:41:11,247] /u/adnanzaheer2020 had their submission removed for insufficient lambda. +[2020-08-02 13:41:13,502] /u/adnanzaheer2020 had their flair updated +[2020-08-02 13:44:59,988] There has been a new submission: 'My latest video, a review of The Saboteur. You blow stuff up in Nazi-occupied Paris and scale buildings. Pretty proud of this one, but there’s always room to improve. Any feedback is appreciated!', with flair 'Video Critique' +[2020-08-02 13:45:01,365] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 13:45:01,367] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 13:45:03,124] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BblE0KKBZTk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:45:03,415] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyBDKEozOfqaq-vNmbeYK8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:45:06,361] /u/emisfer had their flair updated +[2020-08-02 13:47:09,728] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:47:22,589] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:47:28,748] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:47:41,902] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:48:03,687] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:48:12,082] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:48:18,815] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:48:30,336] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:48:36,810] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-02 13:48:45,254] {ERROR} received 503 HTTP response +[2020-08-02 13:48:50,344] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:48:56,782] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:49:12,502] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:49:36,936] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:49:43,251] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 13:56:23,552] There has been a new submission: 'another valor- cs video', with flair 'Gaming' +[2020-08-02 13:56:23,819] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 13:56:23,821] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 13:56:23,910] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_UwHzhUIR0c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:56:24,023] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1atdY5ppYFbirNQgJw0Qqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 13:56:25,977] /u/lvl30internetman had their flair updated +[2020-08-02 14:01:48,815] There has been a new submission: 'TEAM FIYAH DRAGON DASH NEW SERIES CRITIQUES', with flair 'Video Critique' +[2020-08-02 14:01:50,301] /u/TF_Rea had their submission removed for insufficient lambda. +[2020-08-02 14:01:52,470] /u/TF_Rea had their flair updated +[2020-08-02 14:03:44,104] There has been a new submission: 'How to drink 1.2 liters of Coca-Cola in seconds', with flair 'Vlog' +[2020-08-02 14:03:46,238] /u/light6518 had their submission removed for insufficient lambda. +[2020-08-02 14:03:48,162] /u/light6518 had their flair updated +[2020-08-02 14:07:54,652] There has been a new submission: 'FoodCourt/LuxuryFramesDeluxe', with flair 'Art' +[2020-08-02 14:07:55,549] /u/forestkids had their submission removed for insufficient lambda. +[2020-08-02 14:07:56,591] /u/forestkids had their flair updated +[2020-08-02 14:31:37,759] There has been a new submission: 'I (21) tried to beat the 100m world record for the 10 year old age group. Way harder than anticipated', with flair 'Video Critique' +[2020-08-02 14:31:39,286] /u/mikebeefproductions had their submission removed for insufficient lambda. +[2020-08-02 14:31:41,864] /u/mikebeefproductions had their flair updated +[2020-08-02 14:33:23,486] There has been a new submission: 'What equipment do I need to start making videos like Khan Academy?', with flair 'Discussion' +[2020-08-02 14:33:25,599] /u/crazycurious_ had their flair updated +[2020-08-02 14:36:44,634] There has been a new submission: '[Video Critique] I made a compilation video of animals eating each other and other horrible and interesting clips', with flair 'Video Critique' +[2020-08-02 14:36:44,880] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 14:36:44,882] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 14:36:44,974] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZM1ZTU8r6vo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 14:36:45,070] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 14:36:46,990] /u/Butt___cuddles had their flair updated +[2020-08-02 14:39:42,428] +#################### +[Aug 02 2020 14:39:42] RESTARTED +#################### + +[2020-08-02 14:40:27,604] '/u/Arsenio1991' has given '/u/CaptainGusMohawk' lambda! +[2020-08-02 14:40:29,890] /u/CaptainGusMohawk had their flair updated +[2020-08-02 14:40:37,167] '/u/Arsenio1991' has given '/u/AnimuseVids' lambda! +[2020-08-02 14:40:39,464] /u/AnimuseVids had their flair updated +[2020-08-02 15:00:19,008] '/u/Ap_Gamer20' has given '/u/JezoShow' lambda! +[2020-08-02 15:00:21,578] /u/JezoShow had their flair updated +[2020-08-02 15:01:42,596] '/u/emisfer' has given '/u/Butt___cuddles' lambda! +[2020-08-02 15:01:45,173] /u/Butt___cuddles had their flair updated +[2020-08-02 15:02:06,212] '/u/emisfer' has given '/u/MacaroniMozart' lambda! +[2020-08-02 15:02:09,122] /u/MacaroniMozart had their flair updated +[2020-08-02 15:03:41,492] There has been a new submission: 'I’ve made a couple of short animatic videos about some visits to the mental hospital', with flair 'Video Critique' +[2020-08-02 15:03:42,882] /u/onevetsii had their submission removed for insufficient lambda. +[2020-08-02 15:03:44,725] /u/onevetsii had their flair updated +[2020-08-02 15:04:07,227] There has been a new submission: 'R.i.p tiktok', with flair 'Channel Review' +[2020-08-02 15:04:09,156] /u/1TZ_Dw4yne had their submission removed for insufficient lambda. +[2020-08-02 15:04:11,489] /u/1TZ_Dw4yne had their flair updated +[2020-08-02 15:04:29,042] There has been a new submission: 'Sinful Roses', with flair 'Gaming' +[2020-08-02 15:04:30,433] /u/rainbowdashill had their submission removed for insufficient lambda. +[2020-08-02 15:04:32,033] /u/rainbowdashill had their flair updated +[2020-08-02 15:04:50,608] There has been a new submission: 'The Beach Bum - 100s Review', with flair 'Video Critique' +[2020-08-02 15:04:53,148] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:04:53,187] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:04:54,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y_7mcTHr3W4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:04:55,079] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:04:57,785] /u/Fangore had their flair updated +[2020-08-02 15:05:14,893] There has been a new submission: '21 kills, 14 downs! WetDutchOven 's First ever Game of Rogue Company.', with flair 'Gaming' +[2020-08-02 15:05:16,409] /u/Wet-Dutch-Oven had their submission removed for insufficient lambda. +[2020-08-02 15:05:17,886] /u/Wet-Dutch-Oven had their flair updated +[2020-08-02 15:05:36,403] There has been a new submission: 'Free Background Music For Youtube Videos No Copyright [Niwel - Bad Love] (Instrumental)', with flair 'Art' +[2020-08-02 15:05:37,593] /u/Tailor992 had their submission removed for insufficient lambda. +[2020-08-02 15:05:38,990] /u/Tailor992 had their flair updated +[2020-08-02 15:08:30,663] There has been a new submission: 'Check out my new video Raksha Bandhan Mehandi design| Raksha Bandhan mehndi design 2020 hope you all gonna like it thanks 😊', with flair 'Art' +[2020-08-02 15:08:31,771] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-08-02 15:08:32,550] /u/Iqra-Entertainment had their flair updated +[2020-08-02 15:11:36,494] '/u/fcf4' has given '/u/myphoneislaggy' lambda! +[2020-08-02 15:11:39,247] /u/myphoneislaggy had their flair updated +[2020-08-02 15:12:46,539] There has been a new submission: 'Valorant Gameplay - Let me know how I can spice up the quality/editing. Any criticism is welcome!', with flair 'Video Critique' +[2020-08-02 15:12:47,688] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:12:47,690] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:12:49,084] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=el_TThT6atw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:12:49,329] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0FuEX8iw4htTxzwOWcMKPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:12:52,527] /u/Bertoe had their flair updated +[2020-08-02 15:17:12,892] There has been a new submission: 'Feedback on my most recent video and recently started channel.', with flair 'Video Critique' +[2020-08-02 15:17:14,036] /u/rudybonura had their submission removed for insufficient lambda. +[2020-08-02 15:17:15,308] /u/rudybonura had their flair updated +[2020-08-02 15:31:35,071] There has been a new submission: 'I try to make product reviews that are concise and to the point - would be great to get some feedback!', with flair 'Video Critique' +[2020-08-02 15:31:37,652] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:31:37,694] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:31:39,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UTwDA_T54Ko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:31:39,699] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkkDAWGy8judKtf-ivMjbcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:31:42,842] /u/nnnishal had their flair updated +[2020-08-02 15:32:33,829] There has been a new submission: 'Ive edited another montage for Valorant, tell me what you think about this Video/thumbnail and my channel in general please - Hope you enjoy!', with flair 'Channel Review' +[2020-08-02 15:32:35,390] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:32:35,391] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:32:37,191] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=druLKayQnP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:32:37,564] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRc3s2O-nDNdxTy9UuUr1EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:32:40,930] /u/flippifly had their flair updated +[2020-08-02 15:35:16,221] There has been a new submission: 'If your looking for inspiration. This video is for you. Some Constructive Criticism is wanted :)', with flair 'Channel Review' +[2020-08-02 15:35:18,035] /u/turkishD99 had their submission removed for insufficient lambda. +[2020-08-02 15:35:19,635] /u/turkishD99 had their flair updated +[2020-08-02 15:35:44,686] There has been a new submission: '**NEW** Grounded Co-Op Gameplay | Finding the Secret Oak Tree Lab', with flair 'Gaming' +[2020-08-02 15:35:46,118] /u/JRohx had their submission removed for insufficient lambda. +[2020-08-02 15:35:47,631] /u/JRohx had their flair updated +[2020-08-02 15:36:42,583] There has been a new submission: 'What to do if you receive no feedback?', with flair 'Discussion' +[2020-08-02 15:36:45,116] /u/HappyPantzInc had their flair updated +[2020-08-02 15:40:28,947] '/u/YappyHead' has given '/u/Virulent-life' lambda! +[2020-08-02 15:40:31,641] /u/Virulent-life had their flair updated +[2020-08-02 15:40:48,129] There has been a new submission: 'Hey guys, I've just started my YouTube channel, and put out my first video. It's a comedy video reviewing Super Mario Ball for the Gameboy Advance, filled with skits, gameplay, and discussion. Any feedback would be greatly appreciated (with lambda, ofc), and I hope you enjoy it!', with flair 'Gaming' +[2020-08-02 15:40:49,277] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:40:49,396] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:40:50,629] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BGRMGcJAY9Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:40:51,041] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCR-ezCrZ-WUWziH0fwNv0GA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:40:54,440] /u/JezoShow had their flair updated +[2020-08-02 15:41:22,499] '/u/YappyHead' has given '/u/NeptuneIsDaBoss' lambda! +[2020-08-02 15:41:24,932] /u/NeptuneIsDaBoss had their flair updated +[2020-08-02 15:41:57,362] '/u/YappyHead' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-02 15:41:59,392] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-02 15:47:32,555] There has been a new submission: 'Mustard Cookies', with flair 'Video Critique' +[2020-08-02 15:47:33,872] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 15:47:33,995] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 15:47:35,143] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bT7h-6Ve76A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:47:35,843] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 15:47:38,144] /u/the_real_d247 had their flair updated +[2020-08-02 15:51:32,037] '/u/ImAntonWS' has given '/u/JezoShow' lambda! +[2020-08-02 15:51:34,787] /u/JezoShow had their flair updated +[2020-08-02 15:55:09,810] There has been a new submission: 'How to use premade assets in Hitfilm Express!', with flair 'Video Critique' +[2020-08-02 15:55:11,031] /u/Gorhamian had their submission removed for insufficient lambda. +[2020-08-02 15:55:12,745] /u/Gorhamian had their flair updated +[2020-08-02 16:03:34,763] There has been a new submission: 'I made a video about cleaning a really gross keyboard. I would appreciate any feedback', with flair 'Video Critique' +[2020-08-02 16:03:36,279] /u/Latenightlivingroom had their submission removed for insufficient lambda. +[2020-08-02 16:03:38,207] /u/Latenightlivingroom had their flair updated +[2020-08-02 16:04:35,449] There has been a new submission: 'This is actually my 3rd Nintendo with a twist video. Pulled an all nighter to finish this one on time. I would love to hear what you think! :)', with flair 'Video Critique' +[2020-08-02 16:04:37,779] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 16:04:37,781] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 16:04:39,579] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GpVSIL0i_GY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:04:39,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:04:43,022] /u/TeamRemavi had their flair updated +[2020-08-02 16:05:57,524] There has been a new submission: 'Looking for real feedback on this one. This one's another labor of love, and weirder than normal. Does it flow well? Do the music cues work? How would you describe this style of comedy (so I can punch up my keywords)?', with flair 'Video Critique' +[2020-08-02 16:05:59,654] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 16:05:59,655] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 16:06:01,126] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l20vjOY9a0M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:06:01,417] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:06:03,869] /u/DennisTheBadBoy had their flair updated +[2020-08-02 16:08:06,379] There has been a new submission: 'Trials of MEH-NA - One JRPG A Month', with flair 'Gaming' +[2020-08-02 16:08:07,077] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 16:08:07,078] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 16:08:07,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=N-ebQYu163M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:08:08,141] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:08:09,946] /u/Adzic254 had their flair updated +[2020-08-02 16:17:33,514] '/u/danifernt' has given '/u/MonishCorona' lambda! +[2020-08-02 16:17:36,134] /u/MonishCorona had their flair updated +[2020-08-02 16:19:04,061] '/u/danifernt' has given '/u/NicholasDeOrio' lambda! +[2020-08-02 16:19:06,429] /u/NicholasDeOrio had their flair updated +[2020-08-02 16:20:05,842] '/u/danifernt' has given '/u/JustdeathX' lambda! +[2020-08-02 16:20:09,038] /u/JustdeathX had their flair updated +[2020-08-02 16:21:06,549] There has been a new submission: 'One of the best Action Films of All Time', with flair 'Video Critique' +[2020-08-02 16:21:08,306] /u/matareviews had their submission removed for insufficient lambda. +[2020-08-02 16:21:10,557] /u/matareviews had their flair updated +[2020-08-02 16:24:24,901] '/u/danifernt' has given '/u/cuchulainn1984' lambda! +[2020-08-02 16:24:26,601] /u/cuchulainn1984 had their flair updated +[2020-08-02 16:26:36,810] '/u/danifernt' has given '/u/kdzplays' lambda! +[2020-08-02 16:26:38,153] /u/kdzplays had their flair updated +[2020-08-02 16:28:20,760] '/u/danifernt' has given '/u/NoHMayor' lambda! +[2020-08-02 16:28:21,721] /u/NoHMayor had their flair updated +[2020-08-02 16:29:39,418] There has been a new submission: 'This is my first YouTube video! I would love feedback on successful tactics you've used to grow your channel. Aside from posting it to Facebook and having my friends watch it, I really would appreciate some tips on what has worked for you. I have no interest in sub4sub or paid subs :)', with flair 'Video Critique' +[2020-08-02 16:29:41,216] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 16:29:41,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 16:29:42,608] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jC2p3Wx3jrc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:29:43,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgi4pYGTl9wsmCMs0XMqzbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 16:29:44,651] /u/streboralyac had their flair updated +[2020-08-02 16:31:57,515] '/u/danifernt' has given '/u/simsomsam' lambda! +[2020-08-02 16:32:00,675] /u/simsomsam had their flair updated +[2020-08-02 16:34:23,941] '/u/danifernt' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-02 16:34:26,318] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-02 16:37:13,515] '/u/danifernt' has given '/u/Amahri' lambda! +[2020-08-02 16:37:15,402] /u/Amahri had their flair updated +[2020-08-02 16:38:35,129] There has been a new submission: 'I made a video about Ordinary Sausage, I hope you guys enjoy!', with flair 'Art' +[2020-08-02 16:38:35,908] /u/ArtieTheIgnited had their submission removed for insufficient lambda. +[2020-08-02 16:38:36,699] /u/ArtieTheIgnited had their flair updated +[2020-08-02 16:39:56,460] +#################### +[Aug 02 2020 16:39:56] RESTARTED +#################### + +[2020-08-02 17:11:23,223] There has been a new submission: 'Top Eleven - How to win trophies easier', with flair 'Gaming' +[2020-08-02 17:11:28,343] /u/Remarkable_Addition5 had their submission removed for insufficient lambda. +[2020-08-02 17:11:30,559] /u/Remarkable_Addition5 had their flair updated +[2020-08-02 17:12:27,228] '/u/nnnishal' has given '/u/yobo723' lambda! +[2020-08-02 17:12:29,938] /u/yobo723 had their flair updated +[2020-08-02 17:13:05,959] '/u/danifernt' has given '/u/Adzic254' lambda! +[2020-08-02 17:13:08,538] /u/Adzic254 had their flair updated +[2020-08-02 17:13:28,381] '/u/danifernt' has given '/u/ghern1112' lambda! +[2020-08-02 17:13:30,385] /u/ghern1112 had their flair updated +[2020-08-02 17:14:36,076] '/u/danifernt' has given '/u/Dan_TheKong' lambda! +[2020-08-02 17:14:38,745] /u/Dan_TheKong had their flair updated +[2020-08-02 17:15:01,091] '/u/danifernt' has given '/u/jackthefallout' lambda! +[2020-08-02 17:15:03,789] /u/jackthefallout had their flair updated +[2020-08-02 17:16:25,151] '/u/lvl30internetman' has given '/u/JezoShow' lambda! +[2020-08-02 17:16:27,396] /u/JezoShow had their flair updated +[2020-08-02 17:17:18,427] '/u/lvl30internetman' has given '/u/Butt___cuddles' lambda! +[2020-08-02 17:17:20,528] /u/Butt___cuddles had their flair updated +[2020-08-02 17:20:15,907] '/u/streboralyac' has given '/u/Pestarklo' lambda! +[2020-08-02 17:20:18,532] /u/Pestarklo had their flair updated +[2020-08-02 17:22:07,619] There has been a new submission: 'Hello guys I just dropped my new video ..Please take a look and feel free to tell me your opinion and what to improve ...Thank you 😊 💪💪', with flair 'Channel Review' +[2020-08-02 17:22:10,082] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:22:10,120] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:22:11,807] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uzRdZQaKnq4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:22:12,337] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChjRQeFny0K_a62GHrHUmfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:22:15,410] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-02 17:22:36,309] There has been a new submission: 'Hello, I recently uploaded a video building part of Falcon 9 model rocket, could you please watch?', with flair 'Vlog' +[2020-08-02 17:22:37,658] /u/O0kah had their submission removed for insufficient lambda. +[2020-08-02 17:22:39,614] /u/O0kah had their flair updated +[2020-08-02 17:22:59,635] There has been a new submission: 'A compilation i made of animals attacking humans. please let me know what you think~', with flair 'Video Critique' +[2020-08-02 17:23:00,576] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:23:00,578] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:23:01,598] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=51p2qlO7aSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:23:02,010] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Z8i9RscTrUr4fFbOnJxOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:23:04,920] /u/Butt___cuddles had their flair updated +[2020-08-02 17:23:27,296] There has been a new submission: 'Fantasy Draft Guide: Running Backs | Some feedback on the intro would be nice, as well as the rest of the video. But the intro we were having trouble with.', with flair 'Video Critique' +[2020-08-02 17:23:29,014] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:23:29,015] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:23:30,123] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Lgi4W_0Voug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:23:30,574] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkeyxwOOkTvBzZ1mv12O_4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:23:33,519] /u/jdktx had their flair updated +[2020-08-02 17:23:52,836] There has been a new submission: 'I accidentally posted the wrong video, but I upload clips of rounds of Rainbow Six Siege! I recently did an overhaul of my channel and this is what I’m currently uploading! Enjoy :)', with flair 'Gaming' +[2020-08-02 17:23:54,644] /u/SicWik had their submission removed for insufficient lambda. +[2020-08-02 17:23:56,449] /u/SicWik had their flair updated +[2020-08-02 17:24:15,422] There has been a new submission: 'Amazing HOMEMADE Chicken Tikka Masala | Easy Recipe with English and Hindi Subtitles', with flair 'Art' +[2020-08-02 17:24:17,223] /u/KitchenSavouries had their submission removed for insufficient lambda. +[2020-08-02 17:24:18,904] /u/KitchenSavouries had their flair updated +[2020-08-02 17:24:38,852] There has been a new submission: 'LATEST VLOG WHERE WE LEARN HOW TO SKATE LIKE THE PROS!', with flair 'Vlog' +[2020-08-02 17:24:40,361] /u/Gilc3 had their submission removed for insufficient lambda. +[2020-08-02 17:24:42,489] /u/Gilc3 had their flair updated +[2020-08-02 17:25:27,481] '/u/Butt___cuddles' has given '/u/pinappleonpizza123' lambda! +[2020-08-02 17:25:29,980] /u/pinappleonpizza123 had their flair updated +[2020-08-02 17:28:05,650] '/u/streboralyac' has given '/u/pyvozaur' lambda! +[2020-08-02 17:28:08,111] /u/pyvozaur had their flair updated +[2020-08-02 17:29:06,793] There has been a new submission: 'Hey guys, just posted my 4th ever video. Please let me know what you think :D', with flair 'Video Critique' +[2020-08-02 17:29:09,205] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:29:09,287] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:29:11,946] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mkQbNLv2MlM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:29:12,312] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkGf14Ump1gWqVrTY97FN3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:29:14,302] /u/thepositiv1 had their flair updated +[2020-08-02 17:29:33,241] There has been a new submission: 'New full length video since relaunching channel, opinions?', with flair 'Video Critique' +[2020-08-02 17:29:34,225] /u/spyflag had their submission removed for insufficient lambda. +[2020-08-02 17:29:34,757] /u/spyflag had their flair updated +[2020-08-02 17:29:53,698] '/u/nnnishal' has given '/u/pinappleonpizza123' lambda! +[2020-08-02 17:29:56,248] /u/pinappleonpizza123 had their flair updated +[2020-08-02 17:30:31,440] '/u/Adzic254' has given '/u/pyvozaur' lambda! +[2020-08-02 17:30:34,101] /u/pyvozaur had their flair updated +[2020-08-02 17:30:56,700] '/u/Adzic254' has given '/u/ECXL' lambda! +[2020-08-02 17:30:59,565] /u/ECXL had their flair updated +[2020-08-02 17:33:34,437] There has been a new submission: 'bath and body works haul / world market haul *accidentally deleted final product and had to re-edit 😭😭*', with flair 'Vlog' +[2020-08-02 17:33:35,827] /u/SarahAliza had their submission removed for insufficient lambda. +[2020-08-02 17:33:37,628] /u/SarahAliza had their flair updated +[2020-08-02 17:33:59,762] There has been a new submission: 'I think im doing something wrong but im not sure what', with flair 'Channel Review' +[2020-08-02 17:34:03,040] /u/jackthefallout had their flair updated +[2020-08-02 17:34:52,002] There has been a new submission: 'Falsely getting reported', with flair 'Discussion' +[2020-08-02 17:34:53,764] /u/HR-Vex had their flair updated +[2020-08-02 17:35:50,005] There has been a new submission: 'A friend of mine asked me if I could post this here. He worked really hard on this one and would appreciate feedback.', with flair 'Video Critique' +[2020-08-02 17:35:51,314] /u/NotDaWaed had their submission removed for insufficient lambda. +[2020-08-02 17:35:52,670] /u/NotDaWaed had their flair updated +[2020-08-02 17:38:24,651] There has been a new submission: 'Hi! I create ASMR videos (my favourites to make being skin/clothes scratching) and would love for you to check out my channel and subscribe if you like! 💜', with flair 'Channel Review' +[2020-08-02 17:38:26,367] /u/purpleheartasmr had their submission removed for insufficient lambda. +[2020-08-02 17:38:27,147] /u/purpleheartasmr had their flair updated +[2020-08-02 17:38:51,977] '/u/Vasilis-Tsaknakis' has given '/u/pyvozaur' lambda! +[2020-08-02 17:38:54,111] /u/pyvozaur had their flair updated +[2020-08-02 17:39:42,322] '/u/Vasilis-Tsaknakis' has given '/u/Butt___cuddles' lambda! +[2020-08-02 17:39:44,125] /u/Butt___cuddles had their flair updated +[2020-08-02 17:42:29,290] There has been a new submission: 'I tried to answer Internet deepest questions on Wikihow', with flair 'Video Critique' +[2020-08-02 17:42:30,318] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:42:30,356] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:42:31,070] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ht_IfvNC9jw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:42:31,400] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCai1zHJ9mzWbJTAOg9qb05Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:42:34,387] /u/pyvozaur had their flair updated +[2020-08-02 17:43:04,925] There has been a new submission: 'Could you please share your feedback on this small video for kids?', with flair 'Video Critique' +[2020-08-02 17:43:05,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 17:43:05,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 17:43:06,494] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pGvAkiAlM18&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:43:06,905] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCijcExxTIFHtXOFXicv7l1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 17:43:08,630] /u/hrishexperiments had their flair updated +[2020-08-02 17:47:19,549] There has been a new submission: '[Day 9] Quarantine Productions', with flair 'Art' +[2020-08-02 17:47:21,437] /u/spiceywaterbeats had their submission removed for insufficient lambda. +[2020-08-02 17:47:22,706] /u/spiceywaterbeats had their flair updated +[2020-08-02 17:48:02,081] There has been a new submission: 'After 2 years of creating commentary videos, i switched up my niche to make anime video essays. So tell me what you thought of my first dive into this niche!', with flair 'Video Critique' +[2020-08-02 17:48:03,390] /u/thedrq had their submission removed for insufficient lambda. +[2020-08-02 17:48:05,027] /u/thedrq had their flair updated +[2020-08-02 17:48:22,858] There has been a new submission: 'Am I the NEXT Nas Daily?', with flair 'Video Critique' +[2020-08-02 17:48:24,131] /u/lallala1234 had their submission removed for insufficient lambda. +[2020-08-02 17:48:25,114] /u/lallala1234 had their flair updated +[2020-08-02 17:51:05,498] There has been a new submission: 'Dealing With Grief for the first time I Adios To Social Media I Zenny Productions I Momchronicles2.0', with flair 'Vlog' +[2020-08-02 17:51:07,257] /u/patra8503 had their submission removed for insufficient lambda. +[2020-08-02 17:51:09,510] /u/patra8503 had their flair updated +[2020-08-02 17:53:32,362] There has been a new submission: 'Call of Duty Warzone Funny, Rage, and Clutch Moments!!!', with flair 'Gaming' +[2020-08-02 17:53:33,929] /u/wizk1d_ had their submission removed for insufficient lambda. +[2020-08-02 17:53:35,736] /u/wizk1d_ had their flair updated +[2020-08-02 17:56:24,937] There has been a new submission: 'PORNHUB MAKING YOUTUBERS POPULAR?', with flair 'Channel Review' +[2020-08-02 17:56:26,175] /u/BootyAddiction97 had their submission removed for insufficient lambda. +[2020-08-02 17:56:27,519] /u/BootyAddiction97 had their flair updated +[2020-08-02 17:58:10,254] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-02 18:03:08,350] There has been a new submission: 'This is my third upload: Why you should care about Bees. I make short, somewhat educational 'comedic' animations. All critique and channel interaction is greatly appreciated and Lambda will of course be given for useful feedback', with flair 'Video Critique' +[2020-08-02 18:03:09,619] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 18:03:09,621] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 18:03:11,179] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wAK1Z4DhiyY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 18:03:11,545] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5nfR1o-nVXRyheqCJkAgIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 18:03:14,531] /u/HandleBud had their flair updated +[2020-08-02 18:04:29,295] There has been a new submission: 'Guy speaks 14 languages', with flair 'Video Critique' +[2020-08-02 18:04:30,720] /u/SamForrestOnYouTube had their submission removed for insufficient lambda. +[2020-08-02 18:04:32,473] /u/SamForrestOnYouTube had their flair updated +[2020-08-02 18:09:52,816] There has been a new submission: 'Started making videos last august and we finally hit 80 subs!!', with flair 'Channel Review' +[2020-08-02 18:09:54,825] /u/jbelt1994 had their submission removed for insufficient lambda. +[2020-08-02 18:09:55,277] /u/jbelt1994 had their flair updated +[2020-08-02 18:10:16,785] '/u/DennisTheBadBoy' has given '/u/pyvozaur' lambda! +[2020-08-02 18:10:19,186] /u/pyvozaur had their flair updated +[2020-08-02 18:11:06,568] /u/DennisTheBadBoy had their flair updated +[2020-08-02 18:11:08,449] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-02 18:11:28,258] '/u/DennisTheBadBoy' has given '/u/jackthefallout' lambda! +[2020-08-02 18:11:30,655] /u/jackthefallout had their flair updated +[2020-08-02 18:11:47,087] '/u/danifernt' has given '/u/SouloulouTV' lambda! +[2020-08-02 18:11:49,545] /u/SouloulouTV had their flair updated +[2020-08-02 18:16:13,681] '/u/Sogguwu' has given '/u/disloyalclothYT' lambda! +[2020-08-02 18:16:15,976] /u/disloyalclothYT had their flair updated +[2020-08-02 18:24:42,384] '/u/Sogguwu' has given '/u/jackthefallout' lambda! +[2020-08-02 18:24:45,131] /u/jackthefallout had their flair updated +[2020-08-02 18:27:15,922] '/u/Sogguwu' has given '/u/lvl30internetman' lambda! +[2020-08-02 18:27:17,186] /u/lvl30internetman had their flair updated +[2020-08-02 18:27:34,763] '/u/pyvozaur' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-02 18:27:36,492] /u/HookedOnAFeeling360 had their flair updated +[2020-08-02 18:29:42,402] '/u/TeamRemavi' has given '/u/Endy_McGufin' lambda! +[2020-08-02 18:29:44,285] /u/Endy_McGufin had their flair updated +[2020-08-02 18:30:52,379] '/u/TeamRemavi' has given '/u/ECXL' lambda! +[2020-08-02 18:30:55,421] /u/ECXL had their flair updated +[2020-08-02 18:32:03,754] '/u/nnnishal' has given '/u/FrailFlunky99' lambda! +[2020-08-02 18:32:06,816] /u/FrailFlunky99 had their flair updated +[2020-08-02 18:34:42,977] There has been a new submission: 'Hey guys, I started a car channel and I have been adjusting my style. I think this video has a bit of everything I am trying to accomplish. Could you please critique it from the video, thumbnail and name?', with flair 'Video Critique' +[2020-08-02 18:34:47,655] /u/ghern1112 had their submission removed for insufficient lambda. +[2020-08-02 18:34:49,751] /u/ghern1112 had their flair updated +[2020-08-02 18:40:11,050] +#################### +[Aug 02 2020 18:40:11] RESTARTED +#################### + +[2020-08-02 19:23:42,986] There has been a new submission: 'Question [Retention time]', with flair 'Discussion' +[2020-08-02 19:23:46,793] /u/Peesukarhuu had their flair updated +[2020-08-02 19:24:07,427] There has been a new submission: 'Terrifying Next-Gen Horror Games | PS5 & Xbox Series X - 2020-2021', with flair 'Gaming' +[2020-08-02 19:24:08,697] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-08-02 19:24:10,336] /u/shaunoxley had their flair updated +[2020-08-02 19:24:28,993] There has been a new submission: 'Mayku FormBox', with flair 'Video Critique' +[2020-08-02 19:24:30,956] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-08-02 19:24:32,471] /u/GabriellaTadros had their flair updated +[2020-08-02 19:24:51,079] There has been a new submission: 'The rivalry continues!!! Dak Prescott and Ezekiel Elliott get past the 49ers Defense? Cowboys VS 49ers. Madden 20 Online Regs. Link below!!!', with flair 'Gaming' +[2020-08-02 19:24:53,332] /u/tonezrl had their submission removed for insufficient lambda. +[2020-08-02 19:24:54,852] /u/tonezrl had their flair updated +[2020-08-02 19:25:10,305] There has been a new submission: 'please support me', with flair 'Gaming' +[2020-08-02 19:25:11,380] /u/daaksociaty had their submission removed for insufficient lambda. +[2020-08-02 19:25:12,747] /u/daaksociaty had their flair updated +[2020-08-02 19:28:04,725] '/u/DennisTheBadBoy' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-02 19:28:06,812] /u/HookedOnAFeeling360 had their flair updated +[2020-08-02 19:29:05,637] '/u/streboralyac' has given '/u/punkster12' lambda! +[2020-08-02 19:29:07,027] /u/punkster12 had their flair updated +[2020-08-02 19:30:39,551] '/u/Vasilis-Tsaknakis' has given '/u/SouloulouTV' lambda! +[2020-08-02 19:30:42,499] /u/SouloulouTV had their flair updated +[2020-08-02 19:33:04,356] '/u/Fangore' has given '/u/FrailFlunky99' lambda! +[2020-08-02 19:33:07,402] /u/FrailFlunky99 had their flair updated +[2020-08-02 19:34:56,664] There has been a new submission: 'Need music for your videos? Check out /r/ICanComposeThat!', with flair 'Discussion' +[2020-08-02 19:34:58,386] /u/Bb345687 had their flair updated +[2020-08-02 19:35:16,973] There has been a new submission: 'Hoping to get some feedback on my first YouTube mini-doc!', with flair 'Video Critique' +[2020-08-02 19:35:18,282] /u/CheapChopsticks had their submission removed for insufficient lambda. +[2020-08-02 19:35:19,800] /u/CheapChopsticks had their flair updated +[2020-08-02 19:35:37,833] There has been a new submission: 'The Walk report- Joe Rogan vs Gamers', with flair 'Video Critique' +[2020-08-02 19:35:40,457] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 19:35:40,459] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 19:35:42,510] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zMOkSqKt-y0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:35:42,921] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF_U3jLpey87uVvHxYrmfMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:35:45,588] /u/olisterw had their flair updated +[2020-08-02 19:36:03,228] There has been a new submission: 'The World's #7,801,977,274th best detective! 🕵️♂️ I think I overdid my self with the editing work this time 😄 All kinds of feedback and critisism and suggestions VERY needed 💗', with flair 'Video Critique' +[2020-08-02 19:36:04,540] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 19:36:04,542] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 19:36:05,560] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lNA77H2Ltp4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:36:05,931] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:36:08,142] /u/qzeqYT had their flair updated +[2020-08-02 19:36:26,826] There has been a new submission: 'My first video EVER! I would REALLY appreciate some advice for future content! :)', with flair 'Gaming' +[2020-08-02 19:36:28,014] /u/GianteAxe had their submission removed for insufficient lambda. +[2020-08-02 19:36:29,205] /u/GianteAxe had their flair updated +[2020-08-02 19:36:46,784] There has been a new submission: 'Boku no Hero Academia - YOU SAY RUN - Epic Orchestral Cover I ran into some copyright problems with this vid even tho all the footage would have been public domain (that’s why there’s a lack of footage) I’ll give lambda for legit feedback', with flair 'Video Critique' +[2020-08-02 19:36:47,852] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 19:36:47,893] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 19:36:49,081] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=77Dppmn6pDY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:36:49,497] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFAxr0Czrzzxh6tUNNbuAZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:36:51,666] /u/AnimuseVids had their flair updated +[2020-08-02 19:37:09,428] There has been a new submission: 'Modern Warfare Gameplay: This game needs to be fixed NOW', with flair 'Gaming' +[2020-08-02 19:37:12,250] /u/rhdb10 had their submission removed for insufficient lambda. +[2020-08-02 19:37:13,273] /u/rhdb10 had their flair updated +[2020-08-02 19:37:31,559] There has been a new submission: 'What do you think of the parody I made?', with flair 'Video Critique' +[2020-08-02 19:37:32,539] /u/ALoafOfMoldyBread had their submission removed for insufficient lambda. +[2020-08-02 19:37:33,567] /u/ALoafOfMoldyBread had their flair updated +[2020-08-02 19:37:50,402] There has been a new submission: 'Hey guys!!! I got a brand new video on my channel where a scammer flirts with me LOL Check it out!', with flair 'Vlog' +[2020-08-02 19:37:51,267] /u/devontrieslife had their submission removed for insufficient lambda. +[2020-08-02 19:37:52,255] /u/devontrieslife had their flair updated +[2020-08-02 19:38:10,122] There has been a new submission: '(Far Cry Is Fun) This Was A Short Video As I Work On Some Projects Behind The Scenes, It Took About A Day To Finish And Publish. Let Me Know What You Think', with flair 'Video Critique' +[2020-08-02 19:38:11,719] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 19:38:11,721] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 19:38:13,113] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TyZHgGr63LE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:38:13,603] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1D7kDXKofwIqXgXG8uBV6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:38:15,563] /u/ThinkThinkerton had their flair updated +[2020-08-02 19:40:17,078] '/u/qzeqYT' has given '/u/there_is_no_meme' lambda! +[2020-08-02 19:40:19,581] /u/there_is_no_meme had their flair updated +[2020-08-02 19:41:30,213] There has been a new submission: 'AN ELECTRO MASTERPIECE. ISHOME KEN - TAVR', with flair 'Thumbnail Review' +[2020-08-02 19:41:33,769] /u/heardifferent had their submission removed for insufficient lambda. +[2020-08-02 19:41:36,642] /u/heardifferent had their flair updated +[2020-08-02 19:41:56,056] There has been a new submission: 'Billie Eilish - My Future REMIX [Bass Boosted] (Royalty Free Music)', with flair 'Thumbnail Review' +[2020-08-02 19:41:57,824] /u/DrSumm had their submission removed for insufficient lambda. +[2020-08-02 19:41:59,913] /u/DrSumm had their flair updated +[2020-08-02 19:49:07,839] There has been a new submission: 'Hi guys! Hope everyone is doing well. I uploaded my first Call of Duty video yesterday and was wondering if I can get feedback? It would be appreciated as I want to grow and get better with content creating. Thank you for the time!', with flair 'Video Critique' +[2020-08-02 19:49:09,064] /u/Furansuru had their submission removed for insufficient lambda. +[2020-08-02 19:49:09,762] /u/Furansuru had their flair updated +[2020-08-02 19:52:39,779] There has been a new submission: 'Getting Angry in CSGO! It's a funny skit/funny story style gameplay. Feel free to give reviews in the comments!', with flair 'Gaming' +[2020-08-02 19:52:41,006] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 19:52:41,045] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 19:52:42,642] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cc7Ep18XD_0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:52:43,052] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqdp1x5Blq8Umt4hfSbE5EA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 19:52:46,129] /u/Klyze1991 had their flair updated +[2020-08-02 19:54:27,611] There has been a new submission: 'Senate Plane Deleted Scene of Iron Man 2 after the discussion of Tony with senate members! They were going to Monaco for F1 racing! Clearly the CGI wasn't completed! Tony's tantrums😂', with flair 'Video Critique' +[2020-08-02 19:54:28,920] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-02 19:54:30,693] /u/deepakdknayak had their flair updated +[2020-08-02 19:57:14,597] There has been a new submission: 'YOOOOOOOOOOOOOOOOOO', with flair 'Video Critique' +[2020-08-02 19:57:15,671] /u/arryman00 had their submission removed for insufficient lambda. +[2020-08-02 19:57:16,888] /u/arryman00 had their flair updated +[2020-08-02 20:03:01,830] There has been a new submission: 'Geburtskirche tour auf Deutsch! - Nativity Church Tour (in GERMAN!)', with flair 'Channel Review' +[2020-08-02 20:03:03,407] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-02 20:03:05,531] /u/Xander2KBarqs123 had their flair updated +[2020-08-02 20:04:02,290] There has been a new submission: 'Delete/manage subscribers?', with flair 'Discussion' +[2020-08-02 20:04:04,744] /u/BigDannySwag had their flair updated +[2020-08-02 20:04:24,124] There has been a new submission: 'There is a serious lack of talent in the India Stand Up Comedy Scene', with flair 'Video Critique' +[2020-08-02 20:04:25,433] /u/janarjankuniyal had their submission removed for insufficient lambda. +[2020-08-02 20:04:27,194] /u/janarjankuniyal had their flair updated +[2020-08-02 20:06:47,774] There has been a new submission: 'Would appreciate any feedback on my first video with me in it (Other than the bad video quality, which I'm working on fixing for future videos)', with flair 'Video Critique' +[2020-08-02 20:06:49,340] /u/TyroneUnderwood had their submission removed for insufficient lambda. +[2020-08-02 20:06:50,612] /u/TyroneUnderwood had their flair updated +[2020-08-02 20:08:02,982] There has been a new submission: 'Any Feedback is appreciated :D(Giving Lambda)', with flair 'Video Critique' +[2020-08-02 20:08:04,618] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 20:08:04,619] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 20:08:06,171] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JFk-Nt-QEdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 20:08:06,502] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTB87eMCM5iDeoIDMMYZMhg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 20:08:08,506] /u/MyNameIsDracoHi had their flair updated +[2020-08-02 20:09:09,300] There has been a new submission: 'The Wizarding World of Harry Potter, Diagon Alley 🐉🏰 @ Universal Studios 🇺🇸', with flair 'Vlog' +[2020-08-02 20:09:10,649] /u/Discovering94 had their submission removed for insufficient lambda. +[2020-08-02 20:09:11,306] /u/Discovering94 had their flair updated +[2020-08-02 20:09:47,750] There has been a new submission: 'Hi! This is my youtube channel and I would like to get to 100 subs by the end of this year!', with flair 'Gaming' +[2020-08-02 20:09:49,182] /u/A-Shresthaaa had their submission removed for insufficient lambda. +[2020-08-02 20:09:49,634] /u/A-Shresthaaa had their flair updated +[2020-08-02 20:10:13,723] '/u/TeamRemavi' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-02 20:10:16,077] /u/HookedOnAFeeling360 had their flair updated +[2020-08-02 20:13:05,039] There has been a new submission: 'holidays in 2021 be like...', with flair 'Vlog' +[2020-08-02 20:13:07,590] /u/kingkuffo75 had their submission removed for insufficient lambda. +[2020-08-02 20:13:09,722] /u/kingkuffo75 had their flair updated +[2020-08-02 20:13:45,259] There has been a new submission: 'GLUTEN FREE ROLLS RECIPE | Bake Gluten Free Dinner Rolls With Me || Gluten Free Bread Recipe', with flair 'Video Critique' +[2020-08-02 20:13:46,604] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-08-02 20:13:48,539] /u/glutenfree__girl had their flair updated +[2020-08-02 20:14:03,002] Retrying due to 500 status: POST https://oauth.reddit.com/api/approve/ +[2020-08-02 20:15:14,599] '/u/qzeqYT' has given '/u/ECXL' lambda! +[2020-08-02 20:15:17,222] /u/ECXL had their flair updated +[2020-08-02 20:16:03,344] There has been a new submission: 'Any advice for a muscician just starting on YT?', with flair 'Discussion' +[2020-08-02 20:16:05,310] /u/ThatPunkRockDude had their flair updated +[2020-08-02 20:18:29,824] There has been a new submission: '*TOXIC* Kids screaming at us to 1v1 after we troll him on fortnite battl...', with flair 'Gaming' +[2020-08-02 20:18:30,726] /u/lilgoatgocrazy had their submission removed for insufficient lambda. +[2020-08-02 20:18:31,592] /u/lilgoatgocrazy had their flair updated +[2020-08-02 20:19:25,633] There has been a new submission: 'RAIN SOUND DEEP SLEEP', with flair 'Channel Review' +[2020-08-02 20:19:26,371] /u/sanjaysspbd had their submission removed for insufficient lambda. +[2020-08-02 20:19:27,238] /u/sanjaysspbd had their flair updated +[2020-08-02 20:20:24,658] There has been a new submission: 'wow Livestream', with flair 'Gaming' +[2020-08-02 20:20:26,455] /u/TheGalacorn had their submission removed for insufficient lambda. +[2020-08-02 20:20:28,786] /u/TheGalacorn had their flair updated +[2020-08-02 20:20:52,288] '/u/thepositiv1' has given '/u/Stonewall776' lambda! +[2020-08-02 20:20:54,915] /u/Stonewall776 had their flair updated +[2020-08-02 20:22:15,958] There has been a new submission: 'Trolling *TOXIC* Kids on Fortnite Battle Royale part 2', with flair 'Gaming' +[2020-08-02 20:22:17,973] /u/lilgoatgocrazy had their submission removed for insufficient lambda. +[2020-08-02 20:22:19,985] /u/lilgoatgocrazy had their flair updated +[2020-08-02 20:22:39,727] There has been a new submission: 'Do Face Masks Really Stop COVID-19? | Effects on Infection, Evidence, Re...', with flair 'Video Critique' +[2020-08-02 20:22:41,241] /u/WhyboyCorner had their submission removed for insufficient lambda. +[2020-08-02 20:22:43,169] /u/WhyboyCorner had their flair updated +[2020-08-02 20:23:36,914] There has been a new submission: 'Could i get some feedback on my montage and my content, it would mean the world to me', with flair 'Video Critique' +[2020-08-02 20:23:38,842] /u/enesk_70 had their submission removed for insufficient lambda. +[2020-08-02 20:23:40,722] /u/enesk_70 had their flair updated +[2020-08-02 20:25:57,147] There has been a new submission: 'I'm way out of my depth with educational/tutorial videos, so advice appreciated!', with flair 'Video Critique' +[2020-08-02 20:25:58,830] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 20:25:58,868] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 20:26:00,514] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1FhtFsk7lTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 20:26:01,005] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_QyExmzfjSt_agAvlYMqwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 20:26:03,830] /u/yobo723 had their flair updated +[2020-08-02 20:28:27,795] '/u/wildh4rt' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-02 20:28:29,602] /u/Fluffy_B0Y3 had their flair updated +[2020-08-02 20:30:13,067] '/u/wildh4rt' has given '/u/UselessGodYT' lambda! +[2020-08-02 20:30:16,298] /u/UselessGodYT had their flair updated +[2020-08-02 20:32:40,637] There has been a new submission: 'We Spill The Tea!!', with flair 'Vlog' +[2020-08-02 20:32:42,317] /u/Davis7856 had their submission removed for insufficient lambda. +[2020-08-02 20:32:44,294] /u/Davis7856 had their flair updated +[2020-08-02 20:34:24,636] '/u/qzeqYT' has given '/u/ShawtyKING' lambda! +[2020-08-02 20:34:27,428] /u/ShawtyKING had their flair updated +[2020-08-02 20:35:58,117] '/u/wildh4rt' has given '/u/imbapunch' lambda! +[2020-08-02 20:36:00,722] /u/imbapunch had their flair updated +[2020-08-02 20:39:37,049] '/u/thedrq' has given '/u/Cap_America_AC' lambda! +[2020-08-02 20:39:38,939] /u/Cap_America_AC had their flair updated +[2020-08-02 20:40:11,303] +#################### +[Aug 02 2020 20:40:11] RESTARTED +#################### + +[2020-08-02 21:20:20,301] There has been a new submission: 'I made a Channel Trailer and was curious on your thoughts on it? I’m hoping it’s a good description of my channel!', with flair 'Video Critique' +[2020-08-02 21:20:22,802] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:20:22,841] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:20:24,724] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WHvkNB4Hkr8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:20:25,259] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF9BdzFX-Lemi6NTLpfgamg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:20:28,861] /u/MonishCorona had their flair updated +[2020-08-02 21:20:48,621] There has been a new submission: 'Channel Review: HowTo and Tutorial styled art channel that focuses on Street Art and Graffiti', with flair 'Channel Review' +[2020-08-02 21:20:53,255] /u/code_five_art had their flair updated +[2020-08-02 21:21:12,539] There has been a new submission: 'I’m aware Worms probably won’t get me many views but I had fun editing this together. Looking for critiques on the video and on the thumbnail. Will give lambda to both', with flair 'Video Critique' +[2020-08-02 21:21:13,771] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:21:13,773] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:21:14,962] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0t_ABBxhy9g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:21:15,412] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:21:18,573] /u/ECXL had their flair updated +[2020-08-02 21:21:38,513] There has been a new submission: 'Looking for critiques! Would love to hear any thoughts! This is a bit more serious than my usual stuff.', with flair 'Gaming' +[2020-08-02 21:21:39,904] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:21:39,905] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:21:40,888] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=epQsaFrlyLU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:21:41,497] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmO0KySnnFKxtFmtEPGHWng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:21:45,432] /u/Chekhov27 had their flair updated +[2020-08-02 21:22:04,697] There has been a new submission: 'VALORANT LASAGNA MOMENTS (VALORANT funny moments)', with flair 'Gaming' +[2020-08-02 21:22:06,661] /u/SmartyzYT had their submission removed for insufficient lambda. +[2020-08-02 21:22:08,744] /u/SmartyzYT had their flair updated +[2020-08-02 21:22:29,263] There has been a new submission: 'It's a Sunday evening, have a laugh at this.', with flair 'Video Critique' +[2020-08-02 21:22:30,741] /u/Broed2020 had their submission removed for insufficient lambda. +[2020-08-02 21:22:32,746] /u/Broed2020 had their flair updated +[2020-08-02 21:22:51,767] There has been a new submission: 'Learn coding the magical way!', with flair 'Video Critique' +[2020-08-02 21:22:53,849] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:22:53,851] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:22:55,689] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=veQ41LHiWJs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:22:56,223] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClLztdRa0gheE9fA9fpmwMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:22:59,213] /u/Mr_Smith_online had their flair updated +[2020-08-02 21:23:17,528] There has been a new submission: 'Are you a Virgo or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-08-02 21:23:18,800] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-02 21:23:21,484] /u/adyx1997 had their flair updated +[2020-08-02 21:23:40,171] There has been a new submission: 'My first time', with flair 'Gaming' +[2020-08-02 21:23:41,723] /u/bleedisPlays had their submission removed for insufficient lambda. +[2020-08-02 21:23:43,568] /u/bleedisPlays had their flair updated +[2020-08-02 21:24:24,595] '/u/wildh4rt' has given '/u/InsaneChef' lambda! +[2020-08-02 21:24:26,597] /u/InsaneChef had their flair updated +[2020-08-02 21:25:13,690] '/u/Klyze1991' has given '/u/MomiMuscle' lambda! +[2020-08-02 21:25:16,111] /u/MomiMuscle had their flair updated +[2020-08-02 21:25:36,217] '/u/wildh4rt' has given '/u/jackthefallout' lambda! +[2020-08-02 21:25:38,221] /u/jackthefallout had their flair updated +[2020-08-02 21:26:11,247] '/u/thedrq' has given '/u/ECXL' lambda! +[2020-08-02 21:26:13,549] /u/ECXL had their flair updated +[2020-08-02 21:26:34,039] '/u/danifernt' has given '/u/Furansuru' lambda! +[2020-08-02 21:26:35,506] /u/Furansuru had their flair updated +[2020-08-02 21:27:22,754] '/u/qzeqYT' has given '/u/Whalvin' lambda! +[2020-08-02 21:27:24,469] /u/Whalvin had their flair updated +[2020-08-02 21:27:43,883] '/u/Apple-of-the-earths' has given '/u/DelogueAcoustic' lambda! +[2020-08-02 21:27:46,056] /u/DelogueAcoustic had their flair updated +[2020-08-02 21:28:04,699] '/u/Apple-of-the-earths' has given '/u/hrishexperiments' lambda! +[2020-08-02 21:28:06,789] /u/hrishexperiments had their flair updated +[2020-08-02 21:28:26,918] '/u/Apple-of-the-earths' has given '/u/wildh4rt' lambda! +[2020-08-02 21:28:28,799] /u/wildh4rt had their flair updated +[2020-08-02 21:30:19,440] /u/ECXL had their flair updated +[2020-08-02 21:35:53,887] '/u/ECXL' has given '/u/Xionik-' lambda! +[2020-08-02 21:35:55,982] /u/Xionik- had their flair updated +[2020-08-02 21:36:29,598] There has been a new submission: 'POEMS ABOUT LIFE [ LIFE IS SO SHORT]', with flair 'Channel Review' +[2020-08-02 21:36:30,782] /u/howtocreate2 had their submission removed for insufficient lambda. +[2020-08-02 21:36:31,966] /u/howtocreate2 had their flair updated +[2020-08-02 21:36:49,718] There has been a new submission: 'It’s kinda cringe ik, but be honest', with flair 'Video Critique' +[2020-08-02 21:36:50,740] /u/YaBoiGotClout had their submission removed for insufficient lambda. +[2020-08-02 21:36:51,849] /u/YaBoiGotClout had their flair updated +[2020-08-02 21:37:11,099] There has been a new submission: 'Are you a Aquarius or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-08-02 21:37:13,712] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-02 21:37:15,192] /u/adyx1997 had their flair updated +[2020-08-02 21:37:32,007] There has been a new submission: 'dirt but it's tyler1 [feedback please]', with flair 'Gaming' +[2020-08-02 21:37:33,691] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:37:33,693] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:37:35,412] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UI109vtBRO8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:37:35,823] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:37:38,204] /u/ameixarocha had their flair updated +[2020-08-02 21:37:54,919] There has been a new submission: 'First video ever!', with flair 'Video Critique' +[2020-08-02 21:37:55,901] /u/codysfinds had their submission removed for insufficient lambda. +[2020-08-02 21:37:56,768] /u/codysfinds had their flair updated +[2020-08-02 21:38:15,109] There has been a new submission: 'Deus Ex - A Game from the 2000's. What did you guys think? Any feedback is welcome!', with flair 'Video Critique' +[2020-08-02 21:38:16,416] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:38:16,419] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:38:18,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7KHlQE-dMSU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:38:19,256] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCepA9-uMI3pMhJpHB1xqh6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:38:21,016] /u/WitchPandas had their flair updated +[2020-08-02 21:38:38,214] There has been a new submission: 'Do VS contents get more engagement?', with flair 'Channel Review' +[2020-08-02 21:38:39,811] /u/Professional-Edge-21 had their submission removed for insufficient lambda. +[2020-08-02 21:38:40,550] /u/Professional-Edge-21 had their flair updated +[2020-08-02 21:39:02,477] There has been a new submission: 'Job Application', with flair 'Video Critique' +[2020-08-02 21:39:03,292] /u/EgoneyReddit had their submission removed for insufficient lambda. +[2020-08-02 21:39:03,909] /u/EgoneyReddit had their flair updated +[2020-08-02 21:39:21,674] There has been a new submission: 'I would like feedback on my new reddit video plz! I will give lambda for good feedback!', with flair 'Video Critique' +[2020-08-02 21:39:22,903] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 21:39:23,027] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 21:39:24,172] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fhdjclrAukY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:39:24,542] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 21:39:27,368] /u/disloyalclothYT had their flair updated +[2020-08-02 21:39:44,410] There has been a new submission: 'New Football Skills Compilation, whaddya think?', with flair 'None' +[2020-08-02 21:39:45,351] /u/g00nerVik had their submission removed for insufficient lambda. +[2020-08-02 21:39:45,843] /u/g00nerVik had their flair updated +[2020-08-02 21:42:49,867] There has been a new submission: 'Nice Guys Finish Last', with flair 'Video Critique' +[2020-08-02 21:42:51,426] /u/unhappyplum38 had their submission removed for insufficient lambda. +[2020-08-02 21:42:53,268] /u/unhappyplum38 had their flair updated +[2020-08-02 21:43:12,681] There has been a new submission: 'Markiplier Sings Dame Da Ne', with flair 'Art' +[2020-08-02 21:43:14,239] /u/Cenanden had their submission removed for insufficient lambda. +[2020-08-02 21:43:16,657] /u/Cenanden had their flair updated +[2020-08-02 21:50:26,557] '/u/DelogueAcoustic' has given '/u/JezoShow' lambda! +[2020-08-02 21:50:29,586] /u/JezoShow had their flair updated +[2020-08-02 22:03:58,055] '/u/emisfer' has given '/u/jackthefallout' lambda! +[2020-08-02 22:04:00,550] /u/jackthefallout had their flair updated +[2020-08-02 22:04:37,247] There has been a new submission: 'New content creator and new to editing as well. Would like critique on this video! I also have 2 more on the channel, thank you!', with flair 'Video Critique' +[2020-08-02 22:04:38,601] /u/JiggyMenOfficial had their submission removed for insufficient lambda. +[2020-08-02 22:04:40,402] /u/JiggyMenOfficial had their flair updated +[2020-08-02 22:08:36,215] '/u/MonishCorona' has given '/u/jssollace' lambda! +[2020-08-02 22:08:38,260] /u/jssollace had their flair updated +[2020-08-02 22:09:26,954] '/u/MonishCorona' has given '/u/glazed_turkey' lambda! +[2020-08-02 22:09:28,548] /u/glazed_turkey had their flair updated +[2020-08-02 22:10:55,513] There has been a new submission: 'Give Me Advice About My Channel: The 17 Year Old Hacker Who Destroyed Twitter & Stole $120,000!', with flair 'Channel Review' +[2020-08-02 22:10:57,159] /u/Snoo28889 had their submission removed for insufficient lambda. +[2020-08-02 22:10:59,392] /u/Snoo28889 had their flair updated +[2020-08-02 22:14:34,422] There has been a new submission: 'WHAT HAPPENS WHEN YOU RECORD A CRIME, BUT NOT HELP THE VICTIM? THIS! Scary Story Reaction#3', with flair 'Channel Review' +[2020-08-02 22:14:36,513] /u/shathewiz had their submission removed for insufficient lambda. +[2020-08-02 22:14:38,357] /u/shathewiz had their flair updated +[2020-08-02 22:15:34,624] '/u/WitchPandas' has given '/u/dudebehind' lambda! +[2020-08-02 22:15:37,011] /u/dudebehind had their flair updated +[2020-08-02 22:17:31,915] There has been a new submission: 'What has been y’all greatest difficulty', with flair 'Discussion' +[2020-08-02 22:17:34,700] /u/AnimuseVids had their flair updated +[2020-08-02 22:31:16,394] There has been a new submission: 'So I am a brawlhalla youtuber, but also memer so I made a get out of my car with random zooms. Hope you enjoy and tell me here or there should I do more of this.', with flair 'Channel Review' +[2020-08-02 22:31:18,402] /u/Domagoj_playz had their submission removed for insufficient lambda. +[2020-08-02 22:31:20,662] /u/Domagoj_playz had their flair updated +[2020-08-02 22:37:59,390] There has been a new submission: 'Channel review- Just want to see if you guys have any feedback for my channel', with flair 'Channel Review' +[2020-08-02 22:38:00,350] /u/DatTaco202 had their submission removed for insufficient lambda. +[2020-08-02 22:38:01,345] /u/DatTaco202 had their flair updated +[2020-08-02 22:39:56,425] +#################### +[Aug 02 2020 22:39:56] RESTARTED +#################### + +[2020-08-02 23:11:23,957] '/u/AnimuseVids' has given '/u/EvirixYT' lambda! +[2020-08-02 23:11:27,237] /u/EvirixYT had their flair updated +[2020-08-02 23:12:31,749] '/u/HandleBud' has given '/u/According-Fan628' lambda! +[2020-08-02 23:12:34,297] /u/According-Fan628 had their flair updated +[2020-08-02 23:14:46,332] There has been a new submission: 'I Put Coconut Mall Music over NASCAR Crashes', with flair 'Art' +[2020-08-02 23:14:47,563] /u/HomeschooledCelery had their submission removed for insufficient lambda. +[2020-08-02 23:14:49,125] /u/HomeschooledCelery had their flair updated +[2020-08-02 23:15:09,869] There has been a new submission: 'My newest video sub 4 sub', with flair 'Gaming' +[2020-08-02 23:15:11,056] /u/BeannYt had their submission removed for insufficient lambda. +[2020-08-02 23:15:12,575] /u/BeannYt had their flair updated +[2020-08-02 23:20:54,934] '/u/qzeqYT' has given '/u/mouse_irl' lambda! +[2020-08-02 23:20:57,814] /u/mouse_irl had their flair updated +[2020-08-02 23:21:39,539] There has been a new submission: 'I run a channel that looks into the world of alcohol. I've had a bottle of 21 year old Glengoyne and I wanted to use it as an excuse to up my production values and learn a couple new techniques - this was a harder video to make but I'm pleased with how it turned out!', with flair 'Video Critique' +[2020-08-02 23:21:41,135] /u/giddygoldeen had their submission removed for insufficient lambda. +[2020-08-02 23:21:43,385] /u/giddygoldeen had their flair updated +[2020-08-02 23:22:23,259] There has been a new submission: 'Trying to see if there is anything I should do to improve', with flair 'Channel Review' +[2020-08-02 23:22:24,770] /u/ProdigyFreebird had their submission removed for insufficient lambda. +[2020-08-02 23:22:26,895] /u/ProdigyFreebird had their flair updated +[2020-08-02 23:23:09,724] There has been a new submission: 'I really suck at Halo 3. Let me know what y'all think!', with flair 'Gaming' +[2020-08-02 23:23:12,268] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 23:23:12,388] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 23:23:14,358] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cp95QC5jhko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:23:14,730] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3KHLCqC1WbcSLp48E2HuGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:23:19,647] /u/HookedOnAFeeling360 had their flair updated +[2020-08-02 23:32:48,119] There has been a new submission: 'I recreated the Cassini mission in Kerbal Space Program. Thanks in advance!', with flair 'Gaming' +[2020-08-02 23:32:50,375] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 23:32:50,414] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 23:32:52,014] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d7RJqcJ8Wug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:32:52,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxHSOn67UAhc-4RDY2vVVcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:32:55,334] /u/FrailFlunky99 had their flair updated +[2020-08-02 23:39:30,902] There has been a new submission: 'Shrek eats lord Farquaad', with flair 'Gaming' +[2020-08-02 23:39:31,984] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-08-02 23:39:32,844] /u/SidelingRug2747 had their flair updated +[2020-08-02 23:39:55,421] There has been a new submission: 'Trying some new things in my most recent video especially with the opening. "On the road to SSB! DBFZ Ranked Matches"', with flair 'Gaming' +[2020-08-02 23:39:57,637] /u/higexwhiskers had their submission removed for insufficient lambda. +[2020-08-02 23:39:58,049] /u/higexwhiskers had their flair updated +[2020-08-02 23:42:30,628] There has been a new submission: 'The Experience on the Oldest anarchy server in Minecraft', with flair 'Gaming' +[2020-08-02 23:42:32,033] /u/LeglessJohnson111 had their submission removed for insufficient lambda. +[2020-08-02 23:42:34,041] /u/LeglessJohnson111 had their flair updated +[2020-08-02 23:47:48,270] There has been a new submission: 'I would like your opinion on my YT channel. It's pretty new and I've posted the latest video here. All suggestions welcome.', with flair 'Channel Review' +[2020-08-02 23:47:49,420] /u/modquixote had their submission removed for insufficient lambda. +[2020-08-02 23:47:50,692] /u/modquixote had their flair updated +[2020-08-02 23:51:47,571] There has been a new submission: 'Very short update on one of my older videos. Trying some new things with editing and processing. Feedback greatly appreciated on the production. Lambda up for grabs.', with flair 'Video Critique' +[2020-08-02 23:51:48,634] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-02 23:51:48,673] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-02 23:51:49,901] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=o42rEfeybNA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:51:50,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs7DbZ2tZLbC7nR-sZzF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-02 23:51:53,547] /u/dragonsspawn had their flair updated +[2020-08-02 23:56:37,615] There has been a new submission: 'Insanely Fast Nuke w/ the MP7', with flair 'Gaming' +[2020-08-02 23:56:38,663] /u/ReactiveRampage had their submission removed for insufficient lambda. +[2020-08-02 23:56:40,005] /u/ReactiveRampage had their flair updated +[2020-08-03 00:17:58,385] There has been a new submission: '*TRIGGER WARNING!!STOP PLUS 34 ME!!(UNO)(FUNNY MOMENTS)', with flair 'Gaming' +[2020-08-03 00:17:59,450] /u/fromflores had their submission removed for insufficient lambda. +[2020-08-03 00:18:00,559] /u/fromflores had their flair updated +[2020-08-03 00:24:16,132] There has been a new submission: 'Follow my new channel. I am trying to get at least 10k subscribers (not 100k like the name says) without uploading single video. It would be a fun challenge', with flair 'Channel Review' +[2020-08-03 00:24:17,416] /u/HiddenMegaTesla had their submission removed for insufficient lambda. +[2020-08-03 00:24:19,244] /u/HiddenMegaTesla had their flair updated +[2020-08-03 00:24:46,300] '/u/shadossplayz' has given '/u/Fladdman' lambda! +[2020-08-03 00:24:48,198] /u/Fladdman had their flair updated +[2020-08-03 00:26:09,986] There has been a new submission: 'Relaxing Music & Soft Rain: Healing Rainforest, Sleep Music, Calm Piano Music, Peaceful Music', with flair 'Channel Review' +[2020-08-03 00:26:11,208] /u/mahmoudanis had their submission removed for insufficient lambda. +[2020-08-03 00:26:12,684] /u/mahmoudanis had their flair updated +[2020-08-03 00:36:31,671] '/u/qzeqYT' has given '/u/undercoveractor' lambda! +[2020-08-03 00:36:33,007] /u/undercoveractor had their flair updated +[2020-08-03 00:37:47,497] '/u/qzeqYT' has given '/u/Lukeplex' lambda! +[2020-08-03 00:37:48,753] /u/Lukeplex had their flair updated +[2020-08-03 00:38:42,880] '/u/qzeqYT' has given '/u/ColdHaven' lambda! +[2020-08-03 00:38:44,150] /u/ColdHaven had their flair updated +[2020-08-03 00:39:56,745] +#################### +[Aug 03 2020 00:39:56] RESTARTED +#################### + +[2020-08-03 00:46:46,631] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-03 01:10:19,175] There has been a new submission: 'Minecraft Hardcore Death Compilation | Subtly edited, mostly just stream clips, interested to know any basic editing techniques that could be used in future vids', with flair 'Gaming' +[2020-08-03 01:10:21,746] /u/matt13lolol had their submission removed for insufficient lambda. +[2020-08-03 01:10:24,084] /u/matt13lolol had their flair updated +[2020-08-03 01:10:43,731] There has been a new submission: 'Modern Warfare Montage - ZONED IN', with flair 'Gaming' +[2020-08-03 01:10:45,247] /u/hookitupdre had their submission removed for insufficient lambda. +[2020-08-03 01:10:47,627] /u/hookitupdre had their flair updated +[2020-08-03 01:11:08,595] There has been a new submission: 'Just made a new video, lemme know what y’all think', with flair 'Video Critique' +[2020-08-03 01:11:10,235] /u/tokyokamal had their submission removed for insufficient lambda. +[2020-08-03 01:11:12,486] /u/tokyokamal had their flair updated +[2020-08-03 01:11:33,244] There has been a new submission: 'MY CHANNEL', with flair 'Discussion' +[2020-08-03 01:11:35,790] /u/TheVegetableCommitee had their flair updated +[2020-08-03 01:11:56,770] There has been a new submission: 'Looking for Feedback.', with flair 'Gaming' +[2020-08-03 01:11:58,340] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-08-03 01:12:00,420] /u/chuckleducks had their flair updated +[2020-08-03 01:16:19,876] There has been a new submission: 'Digital Painting Portrait Timelapse :)', with flair 'Art' +[2020-08-03 01:16:21,006] /u/ftangart had their submission removed for insufficient lambda. +[2020-08-03 01:16:22,372] /u/ftangart had their flair updated +[2020-08-03 01:28:00,282] There has been a new submission: 'My Channel Trailer - Tech in the Car (just edited - welcome feedback!)', with flair 'Video Critique' +[2020-08-03 01:28:01,551] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-08-03 01:28:02,681] /u/Spinstorm had their flair updated +[2020-08-03 01:29:34,497] '/u/dragonsspawn' has given '/u/BagelBummm' lambda! +[2020-08-03 01:29:36,664] /u/BagelBummm had their flair updated +[2020-08-03 01:31:06,749] There has been a new submission: 'How do i know if my video has an objective, and how do i find it?', with flair 'Discussion' +[2020-08-03 01:31:09,327] /u/ShibaTheSamurai had their flair updated +[2020-08-03 01:33:35,149] '/u/dragonsspawn' has given '/u/dank_wookie_sword' lambda! +[2020-08-03 01:33:37,739] /u/dank_wookie_sword had their flair updated +[2020-08-03 01:39:29,347] '/u/throwawayvhs' has given '/u/njsam' lambda! +[2020-08-03 01:39:31,445] /u/njsam had their flair updated +[2020-08-03 01:41:57,798] There has been a new submission: 'Isn't this Greatness? Critique plz', with flair 'Video Critique' +[2020-08-03 01:41:59,252] /u/goatseeker7 had their submission removed for insufficient lambda. +[2020-08-03 01:42:01,365] /u/goatseeker7 had their flair updated +[2020-08-03 01:45:01,461] '/u/streboralyac' has given '/u/jssollace' lambda! +[2020-08-03 01:45:03,957] /u/jssollace had their flair updated +[2020-08-03 01:45:50,728] There has been a new submission: 'Value Studies 101!!', with flair 'Art' +[2020-08-03 01:45:52,118] /u/ftangart had their submission removed for insufficient lambda. +[2020-08-03 01:45:53,674] /u/ftangart had their flair updated +[2020-08-03 01:57:39,613] '/u/qzeqYT' has given '/u/InfernoGamiing' lambda! +[2020-08-03 01:57:40,814] /u/InfernoGamiing had their flair updated +[2020-08-03 01:58:09,049] '/u/qzeqYT' has given '/u/vegabomb_' lambda! +[2020-08-03 01:58:10,260] /u/vegabomb_ had their flair updated +[2020-08-03 02:05:23,608] There has been a new submission: 'Me and my friend normally do random having fun and joking around with a game streams every week and trust me it’s the funniest thing ever.', with flair 'Gaming' +[2020-08-03 02:05:24,956] /u/KianDaKremit had their submission removed for insufficient lambda. +[2020-08-03 02:05:26,632] /u/KianDaKremit had their flair updated +[2020-08-03 02:11:14,924] There has been a new submission: 'Lambda for everyone', with flair 'Video Critique' +[2020-08-03 02:11:15,579] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 02:11:15,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 02:11:15,715] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zPSuN47-TZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 02:11:15,823] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 02:11:19,876] /u/Glittering_Designer had their flair updated +[2020-08-03 02:15:25,643] '/u/Chekhov27' has given '/u/M64ness' lambda! +[2020-08-03 02:15:27,400] /u/M64ness had their flair updated +[2020-08-03 02:27:44,539] There has been a new submission: 'Ladies and Gentlemen, Death’s Epiphany A man who is down on his luck comes face to face with death itself', with flair 'Video Critique' +[2020-08-03 02:27:45,500] /u/schoolydfan had their submission removed for insufficient lambda. +[2020-08-03 02:27:46,685] /u/schoolydfan had their flair updated +[2020-08-03 02:39:56,388] +#################### +[Aug 03 2020 02:39:56] RESTARTED +#################### + +[2020-08-03 03:01:59,192] '/u/dragonsspawn' has given '/u/Lewd_Kemonomimi' lambda! +[2020-08-03 03:02:01,590] /u/Lewd_Kemonomimi had their flair updated +[2020-08-03 03:02:22,244] '/u/dragonsspawn' has given '/u/M64ness' lambda! +[2020-08-03 03:02:25,080] /u/M64ness had their flair updated +[2020-08-03 03:02:44,280] '/u/Glittering_Designer' has given '/u/IssaMovement' lambda! +[2020-08-03 03:02:46,854] /u/IssaMovement had their flair updated +[2020-08-03 03:03:50,058] '/u/kdzplays' has given '/u/billenmintje' lambda! +[2020-08-03 03:03:52,506] /u/billenmintje had their flair updated +[2020-08-03 03:04:11,063] There has been a new submission: 'My boyfriend and I recently started vlogging. We would love your critique!', with flair 'Vlog' +[2020-08-03 03:04:12,453] /u/mskeri had their submission removed for insufficient lambda. +[2020-08-03 03:04:14,138] /u/mskeri had their flair updated +[2020-08-03 03:04:32,687] There has been a new submission: 'Would You Save An Immigrant Kid? | The Outcast Lovers', with flair 'Gaming' +[2020-08-03 03:04:34,001] /u/onail had their submission removed for insufficient lambda. +[2020-08-03 03:04:35,644] /u/onail had their flair updated +[2020-08-03 03:05:38,043] '/u/kdzplays' has given '/u/jackthefallout' lambda! +[2020-08-03 03:05:40,466] /u/jackthefallout had their flair updated +[2020-08-03 03:06:43,781] '/u/kdzplays' has given '/u/InsaneChef' lambda! +[2020-08-03 03:06:46,162] /u/InsaneChef had their flair updated +[2020-08-03 03:16:18,948] There has been a new submission: 'Is Rogue Company the Next Big Game? Plus Epic Anvil Gameplay', with flair 'Gaming' +[2020-08-03 03:16:20,089] /u/Joshely23 had their submission removed for insufficient lambda. +[2020-08-03 03:16:21,601] /u/Joshely23 had their flair updated +[2020-08-03 03:30:55,739] '/u/Glittering_Designer' has given '/u/Monkey_Adventures' lambda! +[2020-08-03 03:30:58,527] /u/Monkey_Adventures had their flair updated +[2020-08-03 03:35:52,140] There has been a new submission: 'HELP ME REACH 1K SUBSCRIBERS AND UPCOMING VIDEOS OF CHALLENGES AND TIPS TO GROW ON YOUTUBE', with flair 'Channel Review' +[2020-08-03 03:35:53,410] /u/islamic21 had their submission removed for insufficient lambda. +[2020-08-03 03:35:55,290] /u/islamic21 had their flair updated +[2020-08-03 03:36:17,849] '/u/dragonsspawn' has given '/u/Monkey_Adventures' lambda! +[2020-08-03 03:36:20,470] /u/Monkey_Adventures had their flair updated +[2020-08-03 03:40:54,733] There has been a new submission: 'My second montage on r6 (Rainbow Six Siege)', with flair 'Gaming' +[2020-08-03 03:40:56,242] /u/Hypercastmain had their submission removed for insufficient lambda. +[2020-08-03 03:40:58,481] /u/Hypercastmain had their flair updated +[2020-08-03 03:46:08,923] There has been a new submission: 'Nexus blitz is only fun when you have fun friends to play with', with flair 'Gaming' +[2020-08-03 03:46:10,218] /u/hortingo had their submission removed for insufficient lambda. +[2020-08-03 03:46:11,898] /u/hortingo had their flair updated +[2020-08-03 03:49:15,343] There has been a new submission: 'This is the only reddit I use for feedback because it is genuinely helpful. That being said... Past couple of weeks, people have suggested I work on quicker cuts, no long intro and no prolonged sub talk. Done. Gotta figure that sweet balance. Let me know what you think for some Lambda.', with flair 'Video Critique' +[2020-08-03 03:49:17,149] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 03:49:17,189] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 03:49:19,104] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7epJXOzT_L4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 03:49:19,673] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 03:49:21,473] /u/Illfury had their flair updated +[2020-08-03 03:53:21,557] There has been a new submission: 'Bedwars: 3 Bed Game! (I memed lots of beds)', with flair 'Gaming' +[2020-08-03 03:53:23,191] /u/godlykid had their submission removed for insufficient lambda. +[2020-08-03 03:53:25,160] /u/godlykid had their flair updated +[2020-08-03 03:54:54,337] There has been a new submission: 'I messed with this guy on Valorant and he got extremely pissed. I thought it was really funny and wanted to share it.', with flair 'Gaming' +[2020-08-03 03:54:55,526] /u/creatorjohn had their submission removed for insufficient lambda. +[2020-08-03 03:54:57,257] /u/creatorjohn had their flair updated +[2020-08-03 03:55:15,436] There has been a new submission: 'BEST INDIAN FOOD IN EACH STATE | PART 3 | South States', with flair 'Vlog' +[2020-08-03 03:55:16,752] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-08-03 03:55:18,402] /u/sarva-gyani had their flair updated +[2020-08-03 04:04:52,564] '/u/Chekhov27' has given '/u/aragon_1399' lambda! +[2020-08-03 04:04:55,437] /u/aragon_1399 had their flair updated +[2020-08-03 04:05:40,081] There has been a new submission: 'Venice Canals', with flair 'Vlog' +[2020-08-03 04:05:41,349] /u/FaizanDarsot had their submission removed for insufficient lambda. +[2020-08-03 04:05:43,029] /u/FaizanDarsot had their flair updated +[2020-08-03 04:07:55,018] There has been a new submission: 'I have over 650 hours in the goatman, here is my review.', with flair 'Gaming' +[2020-08-03 04:07:56,087] /u/Zebesis had their submission removed for insufficient lambda. +[2020-08-03 04:07:57,152] /u/Zebesis had their flair updated +[2020-08-03 04:36:13,715] '/u/Illfury' has given '/u/Whalvin' lambda! +[2020-08-03 04:36:15,096] /u/Whalvin had their flair updated +[2020-08-03 04:36:27,805] '/u/qzeqYT' has given '/u/biscottipoop' lambda! +[2020-08-03 04:36:29,397] /u/biscottipoop had their flair updated +[2020-08-03 04:36:52,547] There has been a new submission: 'I got copystriked for my video that was under fair use.', with flair 'Discussion' +[2020-08-03 04:36:54,341] /u/Narband had their flair updated +[2020-08-03 04:37:29,871] '/u/Illfury' has given '/u/SouloulouTV' lambda! +[2020-08-03 04:37:31,057] /u/SouloulouTV had their flair updated +[2020-08-03 04:39:57,244] +#################### +[Aug 03 2020 04:39:57] RESTARTED +#################### + +[2020-08-03 05:07:54,341] There has been a new submission: 'Kiana vs Mei Chapter/Stage 17-12 BEST FIGHT EVER! Favorite fight of the year! #NXCult', with flair 'Gaming' +[2020-08-03 05:07:57,950] /u/Neusxanity had their submission removed for insufficient lambda. +[2020-08-03 05:07:58,765] /u/Neusxanity had their flair updated +[2020-08-03 05:09:32,232] '/u/thedrq' has given '/u/glazed_turkey' lambda! +[2020-08-03 05:09:34,121] /u/glazed_turkey had their flair updated +[2020-08-03 05:10:10,423] '/u/thedrq' has given '/u/playerinfinity707' lambda! +[2020-08-03 05:10:12,694] /u/playerinfinity707 had their flair updated +[2020-08-03 05:10:36,500] '/u/thedrq' has given '/u/AnimuseVids' lambda! +[2020-08-03 05:10:39,323] /u/AnimuseVids had their flair updated +[2020-08-03 05:10:59,927] '/u/Glittering_Designer' has given '/u/economicsdesign' lambda! +[2020-08-03 05:11:02,644] /u/economicsdesign had their flair updated +[2020-08-03 05:13:35,577] There has been a new submission: 'Subscribe to @Young Chente', with flair 'Channel Review' +[2020-08-03 05:13:36,919] /u/SF49TDH had their submission removed for insufficient lambda. +[2020-08-03 05:13:38,640] /u/SF49TDH had their flair updated +[2020-08-03 05:14:42,693] '/u/pyvozaur' has given '/u/playerinfinity707' lambda! +[2020-08-03 05:14:45,144] /u/playerinfinity707 had their flair updated +[2020-08-03 05:15:24,054] '/u/pyvozaur' has given '/u/dudebehind' lambda! +[2020-08-03 05:15:26,671] /u/dudebehind had their flair updated +[2020-08-03 05:16:28,439] There has been a new submission: 'Number Series Kaise Solve Kare Short Trick ‖ Only A Genius Can Solve Thi...', with flair 'Video Critique' +[2020-08-03 05:16:29,707] /u/vinaykumar-1 had their submission removed for insufficient lambda. +[2020-08-03 05:16:30,852] /u/vinaykumar-1 had their flair updated +[2020-08-03 05:18:04,463] There has been a new submission: 'Id love any feedback or support from YOU :)', with flair 'Channel Review' +[2020-08-03 05:18:06,359] /u/brand0n_flores had their submission removed for insufficient lambda. +[2020-08-03 05:18:07,847] /u/brand0n_flores had their flair updated +[2020-08-03 05:24:50,009] There has been a new submission: 'It's my first time making a youtube video plis watch and give feedback', with flair 'None' +[2020-08-03 05:24:51,321] /u/ravanan20 had their submission removed for insufficient lambda. +[2020-08-03 05:24:53,122] /u/ravanan20 had their flair updated +[2020-08-03 05:25:17,687] There has been a new submission: 'Hey hey, I’ve got a small studytube and I’d love to know your thoughts!', with flair 'Video Critique' +[2020-08-03 05:25:18,886] /u/Meiligui had their submission removed for insufficient lambda. +[2020-08-03 05:25:20,775] /u/Meiligui had their flair updated +[2020-08-03 05:31:34,110] '/u/dragonsspawn' has given '/u/BaddestCrafts' lambda! +[2020-08-03 05:31:36,855] /u/BaddestCrafts had their flair updated +[2020-08-03 05:32:47,936] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-03 05:38:13,204] There has been a new submission: 'My dad bought his bucket-list motorcycle, and I got to ride alongside!', with flair 'Vlog' +[2020-08-03 05:38:14,306] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-08-03 05:38:15,289] /u/Kwackajack_ had their flair updated +[2020-08-03 05:43:08,074] There has been a new submission: 'Let's support each other ❤️', with flair 'Channel Review' +[2020-08-03 05:43:09,668] /u/Jayvielyn had their submission removed for insufficient lambda. +[2020-08-03 05:43:11,638] /u/Jayvielyn had their flair updated +[2020-08-03 05:43:44,550] '/u/AnimuseVids' has given '/u/Meiligui' lambda! +[2020-08-03 05:43:47,217] /u/Meiligui had their flair updated +[2020-08-03 06:00:16,602] There has been a new submission: 'ECHIDNA Re:Zero Speedpaint', with flair 'Art' +[2020-08-03 06:00:18,166] /u/recribel had their submission removed for insufficient lambda. +[2020-08-03 06:00:20,455] /u/recribel had their flair updated +[2020-08-03 06:04:20,271] There has been a new submission: 'Started Streaming Dungeons and Dragons! (most of my content is music if you wanna poke around-200 subscribers and growing <3)', with flair 'Gaming' +[2020-08-03 06:04:21,948] /u/beatboxscottyG had their submission removed for insufficient lambda. +[2020-08-03 06:04:24,569] /u/beatboxscottyG had their flair updated +[2020-08-03 06:08:36,074] There has been a new submission: 'How do i know if my video is searchable content?', with flair 'Discussion' +[2020-08-03 06:08:37,123] /u/ShibaTheSamurai had their flair updated +[2020-08-03 06:12:14,981] '/u/disloyalclothYT' has given '/u/According-Fan628' lambda! +[2020-08-03 06:12:17,077] /u/According-Fan628 had their flair updated +[2020-08-03 06:30:42,951] There has been a new submission: 'Last of Us Theme - Guitar Cover', with flair 'Video Critique' +[2020-08-03 06:30:44,708] /u/Macubex123 had their submission removed for insufficient lambda. +[2020-08-03 06:30:47,039] /u/Macubex123 had their flair updated +[2020-08-03 06:39:57,453] +#################### +[Aug 03 2020 06:39:57] RESTARTED +#################### + +[2020-08-03 07:04:19,112] There has been a new submission: 'I need advice- This isn't working', with flair 'Discussion' +[2020-08-03 07:04:22,017] /u/DatTaco202 had their flair updated +[2020-08-03 07:05:56,507] There has been a new submission: 'Q’s & A’s *she shocked me*', with flair 'Vlog' +[2020-08-03 07:05:58,016] /u/The-Galindos had their submission removed for insufficient lambda. +[2020-08-03 07:05:59,326] /u/The-Galindos had their flair updated +[2020-08-03 07:06:16,916] There has been a new submission: 'How do I come up with a youtube name?', with flair 'Discussion' +[2020-08-03 07:06:18,316] /u/Ace_Wash had their flair updated +[2020-08-03 07:06:36,922] There has been a new submission: 'eMBeaR', with flair 'Gaming' +[2020-08-03 07:06:37,824] /u/use4reddit had their submission removed for insufficient lambda. +[2020-08-03 07:06:38,927] /u/use4reddit had their flair updated +[2020-08-03 07:09:31,531] There has been a new submission: 'GLITAAHHHH by swwft', with flair 'Gaming' +[2020-08-03 07:09:32,640] /u/sirius_black1 had their submission removed for insufficient lambda. +[2020-08-03 07:09:33,173] /u/sirius_black1 had their flair updated +[2020-08-03 07:09:50,370] There has been a new submission: 'Please Give Me Tips For New Videos.', with flair 'Video Critique' +[2020-08-03 07:09:51,312] /u/The_Real_Pulse had their submission removed for insufficient lambda. +[2020-08-03 07:09:51,846] /u/The_Real_Pulse had their flair updated +[2020-08-03 07:22:36,188] There has been a new submission: 'Ghost of Tsushima critique | Feedback needed, particularly regarding Audi quality. Lamba for thoughtful feedback :).', with flair 'Video Critique' +[2020-08-03 07:22:41,682] /u/MichaelJH333 had their flair updated +[2020-08-03 07:23:39,796] '/u/qzeqYT' has given '/u/Macubex123' lambda! +[2020-08-03 07:23:42,135] /u/Macubex123 had their flair updated +[2020-08-03 07:27:07,578] '/u/Adzic254' has given '/u/MomiMuscle' lambda! +[2020-08-03 07:27:08,786] /u/MomiMuscle had their flair updated +[2020-08-03 07:27:20,204] '/u/Adzic254' has given '/u/Cap_America_AC' lambda! +[2020-08-03 07:27:21,618] /u/Cap_America_AC had their flair updated +[2020-08-03 07:31:05,178] '/u/LewisJones91' has given '/u/1234Erik5678' lambda! +[2020-08-03 07:31:08,129] /u/1234Erik5678 had their flair updated +[2020-08-03 07:38:51,202] There has been a new submission: 'Im doing a BoTW PermaDeath series! Can you check it out? :D ❤', with flair 'Gaming' +[2020-08-03 07:38:52,680] /u/japsoares had their submission removed for insufficient lambda. +[2020-08-03 07:38:53,705] /u/japsoares had their flair updated +[2020-08-03 07:45:47,158] There has been a new submission: 'New vid, tried to make it short, but couldn't, rate my editing and give tips?', with flair 'Channel Review' +[2020-08-03 07:45:48,511] /u/Ezper145 had their submission removed for insufficient lambda. +[2020-08-03 07:45:50,283] /u/Ezper145 had their flair updated +[2020-08-03 07:59:49,961] '/u/pyvozaur' has given '/u/PizzaParker36' lambda! +[2020-08-03 07:59:52,018] /u/PizzaParker36 had their flair updated +[2020-08-03 08:01:08,346] There has been a new submission: 'An opinion ? Some kind of things to improve myself', with flair 'Video Critique' +[2020-08-03 08:01:09,948] /u/Glittering-Ad-3506 had their submission removed for insufficient lambda. +[2020-08-03 08:01:12,200] /u/Glittering-Ad-3506 had their flair updated +[2020-08-03 08:04:46,422] '/u/ECXL' has given '/u/IssaMovement' lambda! +[2020-08-03 08:04:49,002] /u/IssaMovement had their flair updated +[2020-08-03 08:08:56,692] There has been a new submission: 'Hi, I need some advice about audio levels. Sound is in Polish so ignore that but i need opinion about music / voiceover volumes. Too loud, to quiet? What is yours music/voiceover volume ratio?', with flair 'Video Critique' +[2020-08-03 08:08:57,172] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 08:08:57,194] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 08:08:57,637] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1qogj3nyRTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 08:08:57,805] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1nttKF1d2ui25IgSAIXXJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 08:08:59,056] /u/dziadu had their flair updated +[2020-08-03 08:20:08,341] There has been a new submission: 'our first #vlog their first #baby, feel free to check it out 👍', with flair 'Vlog' +[2020-08-03 08:20:10,388] /u/yaboyspartan had their submission removed for insufficient lambda. +[2020-08-03 08:20:12,691] /u/yaboyspartan had their flair updated +[2020-08-03 08:22:02,364] There has been a new submission: 'Bruno is on fire | Manchester United fifa 20 career mode #3( LIVE STREAM) Uploaded straight from a live stream, wanted tips on how i can improve my actually stream itself', with flair 'Gaming' +[2020-08-03 08:22:02,813] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 08:22:02,814] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 08:22:03,131] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fRB-JJ9H-ZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 08:22:03,340] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 08:22:06,009] /u/FynnKrauseFootballYT had their flair updated +[2020-08-03 08:33:51,163] '/u/MichaelJH333' has given '/u/jocruz_' lambda! +[2020-08-03 08:33:53,278] /u/jocruz_ had their flair updated +[2020-08-03 08:34:12,382] There has been a new submission: 'True or False in Minecraft pls if you watch it tell how it was', with flair 'Video Critique' +[2020-08-03 08:34:13,668] /u/HYPERrAE_103 had their submission removed for insufficient lambda. +[2020-08-03 08:34:15,591] /u/HYPERrAE_103 had their flair updated +[2020-08-03 08:34:47,054] There has been a new submission: 'Altersound - chillhop, lofi producer would collaborate with film, movie makers.', with flair 'Collab' +[2020-08-03 08:34:49,142] /u/Inted had their flair updated +[2020-08-03 08:39:57,876] +#################### +[Aug 03 2020 08:39:57] RESTARTED +#################### + +[2020-08-03 09:04:58,580] '/u/jackthefallout' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-03 09:05:01,534] /u/HookedOnAFeeling360 had their flair updated +[2020-08-03 09:05:31,927] There has been a new submission: 'A Summer Lookbook for all fashion lovers out there. Please let me know what you think!', with flair 'Video Critique' +[2020-08-03 09:05:34,137] /u/elizahmendoza had their submission removed for insufficient lambda. +[2020-08-03 09:05:35,455] /u/elizahmendoza had their flair updated +[2020-08-03 09:07:14,108] There has been a new submission: 'Please go and subscribe to my channel', with flair 'Gaming' +[2020-08-03 09:07:15,788] /u/GamerTrix_YouTube had their submission removed for insufficient lambda. +[2020-08-03 09:07:16,808] /u/GamerTrix_YouTube had their flair updated +[2020-08-03 09:08:23,998] '/u/pyvozaur' has given '/u/nnnishal' lambda! +[2020-08-03 09:08:26,008] /u/nnnishal had their flair updated +[2020-08-03 09:10:06,802] There has been a new submission: 'Cool FREE Server Stuff!! - Better Vanilla Building Server - Minecraft 1....', with flair 'Gaming' +[2020-08-03 09:10:08,377] /u/rockerbuck73 had their submission removed for insufficient lambda. +[2020-08-03 09:10:10,670] /u/rockerbuck73 had their flair updated +[2020-08-03 09:15:19,481] There has been a new submission: 'How to Make OREO Cupcakes - Cooking Junior Chef Kevin', with flair 'Channel Review' +[2020-08-03 09:15:20,712] /u/Csabazsi had their submission removed for insufficient lambda. +[2020-08-03 09:15:22,349] /u/Csabazsi had their flair updated +[2020-08-03 09:28:39,962] There has been a new submission: 'Looking for any feedback on my editing and analytical skills, trying to improve my editing and analytical skills!', with flair 'Video Critique' +[2020-08-03 09:28:40,885] /u/PatGoneInsane had their submission removed for insufficient lambda. +[2020-08-03 09:28:41,897] /u/PatGoneInsane had their flair updated +[2020-08-03 09:34:25,272] There has been a new submission: 'My channel Narrates the content on my philosophy website', with flair 'Channel Review' +[2020-08-03 09:34:26,908] /u/willmetolifemax had their submission removed for insufficient lambda. +[2020-08-03 09:34:28,994] /u/willmetolifemax had their flair updated +[2020-08-03 09:35:45,385] There has been a new submission: 'This is my sister and is new to the community. Hoping for your support.', with flair 'Video Critique' +[2020-08-03 09:35:46,697] /u/Drishya_lol had their submission removed for insufficient lambda. +[2020-08-03 09:35:48,250] /u/Drishya_lol had their flair updated +[2020-08-03 09:40:21,872] There has been a new submission: 'Experiences with Google Ads?', with flair 'Discussion' +[2020-08-03 09:40:24,726] /u/ramboacdc had their flair updated +[2020-08-03 09:41:07,044] There has been a new submission: 'Would anyone be willing to "lend" me some of their A-roll and/or B-roll footage if I don't post videos?', with flair 'Collab' +[2020-08-03 09:41:09,499] /u/JackTheHipster56 had their flair updated +[2020-08-03 09:44:37,469] There has been a new submission: 'Took me a while, but I'm back into making videos! Let me know what you think of this one! :) (Giving lambda for criticism!)', with flair 'Video Critique' +[2020-08-03 09:44:40,833] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 09:44:40,835] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 09:44:42,110] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Xv2W3QN0tA0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 09:44:42,599] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_6p83pStgH1onXCf1Q117w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 09:44:45,264] /u/jaxtnh had their flair updated +[2020-08-03 09:45:58,468] There has been a new submission: '"PHONE ONLY CHALLENGE - REWIND Q & A" Heres a look over my video previous to this one, was fun looking back over the video and see what others wanted to know about the trip, check it out !', with flair 'Vlog' +[2020-08-03 09:46:00,846] /u/AKBangar had their submission removed for insufficient lambda. +[2020-08-03 09:46:02,898] /u/AKBangar had their flair updated +[2020-08-03 09:53:50,143] There has been a new submission: 'Where do you guys source the music for your videos?', with flair 'Discussion' +[2020-08-03 09:53:53,296] /u/196423 had their flair updated +[2020-08-03 09:54:45,494] There has been a new submission: 'When I'm BIG 😱', with flair 'Video Critique' +[2020-08-03 09:54:46,834] /u/witcher2346 had their submission removed for insufficient lambda. +[2020-08-03 09:54:48,595] /u/witcher2346 had their flair updated +[2020-08-03 10:01:20,776] '/u/jaxtnh' has given '/u/196423' lambda! +[2020-08-03 10:01:23,477] /u/196423 had their flair updated +[2020-08-03 10:01:43,505] There has been a new submission: 'Ellis - Clear My Head (No Copyright Music)', with flair 'Vlog' +[2020-08-03 10:01:46,129] /u/ChipmunkCurious4011 had their submission removed for insufficient lambda. +[2020-08-03 10:01:48,265] /u/ChipmunkCurious4011 had their flair updated +[2020-08-03 10:03:05,106] There has been a new submission: 'Giving lambda to all helpful comments! Heres a speedpaint of an Attack On Titan drawing I did! I would love to know what you guys think! :) And thanks in advance to anyone who takes the time to watch the video!', with flair 'Video Critique' +[2020-08-03 10:03:07,931] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 10:03:07,933] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 10:03:09,449] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2E-ROh_mbU0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 10:03:09,858] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY92HJBszg1wY5B9T4rZjoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 10:03:12,527] /u/196423 had their flair updated +[2020-08-03 10:04:31,624] '/u/jaxtnh' has given '/u/CedieWap' lambda! +[2020-08-03 10:04:34,169] /u/CedieWap had their flair updated +[2020-08-03 10:18:40,834] There has been a new submission: 'Film Series Episode 4 - Developing Provia 100F Film from the Yashica Mat 124G', with flair 'Vlog' +[2020-08-03 10:18:42,514] /u/stevenmusgrovephoto had their submission removed for insufficient lambda. +[2020-08-03 10:18:43,454] /u/stevenmusgrovephoto had their flair updated +[2020-08-03 10:39:57,905] +#################### +[Aug 03 2020 10:39:57] RESTARTED +#################### + +[2020-08-03 11:08:48,028] '/u/D1m1tr1sF' has given '/u/rociscool_' lambda! +[2020-08-03 11:08:50,245] /u/rociscool_ had their flair updated +[2020-08-03 11:09:11,219] '/u/nnnishal' has given '/u/HiddenOddBox' lambda! +[2020-08-03 11:09:13,389] /u/HiddenOddBox had their flair updated +[2020-08-03 11:09:46,722] '/u/qzeqYT' has given '/u/InsaneChef' lambda! +[2020-08-03 11:09:48,813] /u/InsaneChef had their flair updated +[2020-08-03 11:10:09,732] There has been a new submission: 'Some highlights from my livestreams in June!', with flair 'Gaming' +[2020-08-03 11:10:11,280] /u/Mulhalo had their submission removed for insufficient lambda. +[2020-08-03 11:10:13,589] /u/Mulhalo had their flair updated +[2020-08-03 11:10:21,867] There has been a new submission: 'Things That GIRLS Do That Are ANNOYING', with flair 'Video Critique' +[2020-08-03 11:10:24,488] /u/F_A_R_T_ZILLA had their submission removed for insufficient lambda. +[2020-08-03 11:10:26,828] /u/F_A_R_T_ZILLA had their flair updated +[2020-08-03 11:10:47,311] There has been a new submission: 'Zaanse Schans Windmills - Holland | Cinematic Travel Video', with flair 'Channel Review' +[2020-08-03 11:10:50,135] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 11:10:50,178] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 11:10:51,730] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iJbW4iFaCGU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 11:10:52,137] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCC4Dl0Ipaw2dgJVMh1H4nJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 11:10:55,448] /u/billenmintje had their flair updated +[2020-08-03 11:13:26,991] There has been a new submission: 'GOLD | Mixing Makeup Eyeshadow Into Slime | Coloring Slime with makeup Satisfying video ASMR', with flair 'Video Critique' +[2020-08-03 11:13:28,509] /u/EmmaSlimeOfficial had their submission removed for insufficient lambda. +[2020-08-03 11:13:30,234] /u/EmmaSlimeOfficial had their flair updated +[2020-08-03 11:15:26,330] '/u/Olliebkl' has given '/u/HiddenOddBox' lambda! +[2020-08-03 11:15:28,751] /u/HiddenOddBox had their flair updated +[2020-08-03 11:16:06,216] There has been a new submission: 'Body part lightening with simple 2 steps', with flair 'Channel Review' +[2020-08-03 11:16:07,399] /u/PreparationDue6766 had their submission removed for insufficient lambda. +[2020-08-03 11:16:08,716] /u/PreparationDue6766 had their flair updated +[2020-08-03 11:20:48,175] There has been a new submission: 'ROBLOX PIGGY BUILD MODE • That Psycho Pig is BACK!(G TEAM GO! EP 21)', with flair 'Gaming' +[2020-08-03 11:20:49,855] /u/gteamgo had their submission removed for insufficient lambda. +[2020-08-03 11:20:52,311] /u/gteamgo had their flair updated +[2020-08-03 11:33:43,638] There has been a new submission: 'MINECRAFT FAILS That Will Hurt To Watch Compilation', with flair 'Gaming' +[2020-08-03 11:33:45,604] /u/G1BBOyt had their submission removed for insufficient lambda. +[2020-08-03 11:33:47,526] /u/G1BBOyt had their flair updated +[2020-08-03 11:34:36,745] There has been a new submission: 'Here's my newest review for Ghost of Tsushima. Lambda for good feedback 😊', with flair 'Video Critique' +[2020-08-03 11:34:38,554] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 11:34:38,592] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 11:34:40,151] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=a9GL6qkY0Qc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 11:34:40,642] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 11:34:43,587] /u/Cap_America_AC had their flair updated +[2020-08-03 11:36:29,373] '/u/MonishCorona' has given '/u/nnnishal' lambda! +[2020-08-03 11:36:31,704] /u/nnnishal had their flair updated +[2020-08-03 11:38:02,901] '/u/MonishCorona' has given '/u/jocruz_' lambda! +[2020-08-03 11:38:05,191] /u/jocruz_ had their flair updated +[2020-08-03 11:39:32,156] There has been a new submission: 'One piece opening 10 (we Are Remix by TVXQ)', with flair 'Art' +[2020-08-03 11:39:33,064] /u/k0z-uki had their submission removed for insufficient lambda. +[2020-08-03 11:39:33,676] /u/k0z-uki had their flair updated +[2020-08-03 11:44:04,685] '/u/Illfury' has given '/u/Onen1ck' lambda! +[2020-08-03 11:44:06,684] /u/Onen1ck had their flair updated +[2020-08-03 11:46:03,264] '/u/Illfury' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-03 11:46:05,881] /u/FynnKrauseFootballYT had their flair updated +[2020-08-03 11:50:55,423] There has been a new submission: 'HOW TO MAKE A THUMBNAIL FOR COD MOBILE JUST LIKE THE BIG YOUTUBERS // COD MOBILE', with flair 'Gaming' +[2020-08-03 11:50:56,981] /u/vsop666 had their submission removed for insufficient lambda. +[2020-08-03 11:50:59,313] /u/vsop666 had their flair updated +[2020-08-03 11:54:41,339] There has been a new submission: 'this KILO 141 is UNSTOPPABLE.....BEST KILO 141 CLASS SETUP in MODERN WARFARE', with flair 'Gaming' +[2020-08-03 11:54:42,728] /u/DWOfficialll had their submission removed for insufficient lambda. +[2020-08-03 11:54:44,490] /u/DWOfficialll had their flair updated +[2020-08-03 11:59:56,959] There has been a new submission: 'Super Dragon Ball Heroes「AMV」Panic', with flair 'Channel Review' +[2020-08-03 11:59:57,822] /u/SnooStrawberries2015 had their submission removed for insufficient lambda. +[2020-08-03 11:59:58,388] /u/SnooStrawberries2015 had their flair updated +[2020-08-03 12:13:29,052] '/u/HookedOnAFeeling360' has given '/u/Lewd_Kemonomimi' lambda! +[2020-08-03 12:13:31,013] /u/Lewd_Kemonomimi had their flair updated +[2020-08-03 12:18:58,084] There has been a new submission: 'An Important Lesson In Disinformation -- Was hoping for some feedback on this video of mine. What could I do better and what missed the mark?', with flair 'Video Critique' +[2020-08-03 12:19:00,003] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 12:19:00,082] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 12:19:01,637] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Xgpy6_MvLMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 12:19:02,046] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQmTLGOG8AlN750VD-wwZvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 12:19:04,087] /u/D1Wheeler had their flair updated +[2020-08-03 12:19:43,798] There has been a new submission: 'Any small animator wants to collab?', with flair 'Collab' +[2020-08-03 12:19:44,699] /u/kpontop9 had their flair updated +[2020-08-03 12:28:40,288] There has been a new submission: 'I'd like to hear which part of my video is most boring (artwork, voice over, or specific part of the video), especially the people who love history videos. BTW, the voice-over is not done by me', with flair 'Video Critique' +[2020-08-03 12:28:41,383] /u/molechin had their submission removed for insufficient lambda. +[2020-08-03 12:28:42,246] /u/molechin had their flair updated +[2020-08-03 12:30:31,335] '/u/Glittering_Designer' has given '/u/Djbernie805' lambda! +[2020-08-03 12:30:33,586] /u/Djbernie805 had their flair updated +[2020-08-03 12:32:09,337] '/u/Glittering_Designer' has given '/u/jocruz_' lambda! +[2020-08-03 12:32:12,039] /u/jocruz_ had their flair updated +[2020-08-03 12:34:24,834] '/u/Cap_America_AC' has given '/u/BagelBummm' lambda! +[2020-08-03 12:34:27,251] /u/BagelBummm had their flair updated +[2020-08-03 12:34:47,595] '/u/FynnKrauseFootballYT' has given '/u/F_A_R_T_ZILLA' lambda! +[2020-08-03 12:34:49,927] /u/F_A_R_T_ZILLA had their flair updated +[2020-08-03 12:36:51,853] There has been a new submission: 'This game is cursed!', with flair 'Gaming' +[2020-08-03 12:36:52,941] /u/TekeelaMockingbird had their submission removed for insufficient lambda. +[2020-08-03 12:36:54,134] /u/TekeelaMockingbird had their flair updated +[2020-08-03 12:37:05,727] '/u/HookedOnAFeeling360' has given '/u/FlightoftheMelons' lambda! +[2020-08-03 12:37:06,927] /u/FlightoftheMelons had their flair updated +[2020-08-03 12:39:24,192] There has been a new submission: 'Cartoon - Mom Could Afford Only One Piece Of Cake For Her Hungry Daughter - AmoMama', with flair 'None' +[2020-08-03 12:39:24,893] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-03 12:39:25,403] /u/IndividualGuide had their flair updated +[2020-08-03 12:40:07,712] +#################### +[Aug 03 2020 12:40:07] RESTARTED +#################### + +[2020-08-03 13:09:55,083] There has been a new submission: 'Worked hard on this edit. Please Review!', with flair 'Video Critique' +[2020-08-03 13:09:59,227] /u/shadowray95 had their submission removed for insufficient lambda. +[2020-08-03 13:09:59,761] /u/shadowray95 had their flair updated +[2020-08-03 13:10:15,670] '/u/qzeqYT' has given '/u/dansometv' lambda! +[2020-08-03 13:10:18,446] /u/dansometv had their flair updated +[2020-08-03 13:12:25,209] '/u/pyvozaur' has given '/u/guyFCR' lambda! +[2020-08-03 13:12:27,922] /u/guyFCR had their flair updated +[2020-08-03 13:14:15,865] '/u/Illfury' has given '/u/Bowerz123' lambda! +[2020-08-03 13:14:18,340] /u/Bowerz123 had their flair updated +[2020-08-03 13:15:36,403] There has been a new submission: 'i would like to have some feedback on my video', with flair 'Channel Review' +[2020-08-03 13:15:37,958] /u/KingArneTheThird had their submission removed for insufficient lambda. +[2020-08-03 13:15:39,352] /u/KingArneTheThird had their flair updated +[2020-08-03 13:15:59,840] There has been a new submission: 'Stop spamming 'giving out lambda' in your title', with flair 'Discussion' +[2020-08-03 13:16:02,414] /u/PonjiNinja had their flair updated +[2020-08-03 13:16:20,037] There has been a new submission: 'Trying to capture the best possible footage of these fish and pack the videos with loads of information', with flair 'Video Critique' +[2020-08-03 13:16:21,344] /u/heapaquatics had their submission removed for insufficient lambda. +[2020-08-03 13:16:22,574] /u/heapaquatics had their flair updated +[2020-08-03 13:17:11,889] '/u/Klyze1991' has given '/u/PizzaParker36' lambda! +[2020-08-03 13:17:14,671] /u/PizzaParker36 had their flair updated +[2020-08-03 13:19:29,357] '/u/KingArneTheThird' has given '/u/Bowerz123' lambda! +[2020-08-03 13:19:31,321] /u/Bowerz123 had their flair updated +[2020-08-03 13:21:15,411] There has been a new submission: 'PICKING UP GIRLS AT THE GYM! I GOT CURVED...', with flair 'Vlog' +[2020-08-03 13:21:18,354] /u/_Gewie had their submission removed for insufficient lambda. +[2020-08-03 13:21:21,589] /u/_Gewie had their flair updated +[2020-08-03 13:23:43,568] '/u/olisterw' has given '/u/dbwotjr7' lambda! +[2020-08-03 13:23:46,148] /u/dbwotjr7 had their flair updated +[2020-08-03 13:24:57,816] There has been a new submission: 'An Overwatch Montage. I'll take any feedback', with flair 'Gaming' +[2020-08-03 13:25:01,443] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 13:25:01,483] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 13:25:03,190] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZLS2lbUj2ik&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 13:25:03,600] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChpuz9lOUEWHtZABbgGxMuw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 13:25:06,833] /u/1NSOMN1AW01F had their flair updated +[2020-08-03 13:27:28,150] There has been a new submission: 'Making Videos for Yourself', with flair 'Discussion' +[2020-08-03 13:27:30,393] /u/ElectionJunkie had their flair updated +[2020-08-03 13:28:04,044] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-03 13:37:41,178] '/u/1NSOMN1AW01F' has given '/u/InsaneChef' lambda! +[2020-08-03 13:37:43,391] /u/InsaneChef had their flair updated +[2020-08-03 13:41:38,069] '/u/Cap_America_AC' has given '/u/dansometv' lambda! +[2020-08-03 13:41:40,135] /u/dansometv had their flair updated +[2020-08-03 13:43:05,165] There has been a new submission: 'SAMAR TIME (A Valorant EDIT)', with flair 'Gaming' +[2020-08-03 13:43:06,490] /u/rani313 had their submission removed for insufficient lambda. +[2020-08-03 13:43:08,396] /u/rani313 had their flair updated +[2020-08-03 13:43:42,683] '/u/Cap_America_AC' has given '/u/M64ness' lambda! +[2020-08-03 13:43:44,546] /u/M64ness had their flair updated +[2020-08-03 13:44:14,946] '/u/Cap_America_AC' has given '/u/Mancera_Mancera' lambda! +[2020-08-03 13:44:17,191] /u/Mancera_Mancera had their flair updated +[2020-08-03 13:47:47,872] '/u/Cap_America_AC' has given '/u/DTV998' lambda! +[2020-08-03 13:47:50,325] /u/DTV998 had their flair updated +[2020-08-03 13:48:57,635] '/u/196423' has given '/u/CedieWap' lambda! +[2020-08-03 13:48:59,682] /u/CedieWap had their flair updated +[2020-08-03 13:51:21,076] '/u/1NSOMN1AW01F' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-03 13:51:24,227] /u/FynnKrauseFootballYT had their flair updated +[2020-08-03 13:53:18,078] There has been a new submission: 'I made a Cs:GO montage, any and all feedback and suggestions will be very helpful.', with flair 'Gaming' +[2020-08-03 13:53:19,722] /u/GladHovercraft69420 had their submission removed for insufficient lambda. +[2020-08-03 13:53:21,648] /u/GladHovercraft69420 had their flair updated +[2020-08-03 13:54:02,841] There has been a new submission: 'The Rock (1996) Review - Summer of Nic Cage', with flair 'Channel Review' +[2020-08-03 13:54:04,274] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-08-03 13:54:06,037] /u/Neon-Movie-Reviews had their flair updated +[2020-08-03 13:59:32,922] There has been a new submission: 'When you challenge the endgame boss', with flair 'Gaming' +[2020-08-03 13:59:34,450] /u/PaladinCosmo had their submission removed for insufficient lambda. +[2020-08-03 13:59:35,717] /u/PaladinCosmo had their flair updated +[2020-08-03 13:59:55,399] There has been a new submission: 'Graph Theory | Graph Operations !', with flair 'Channel Review' +[2020-08-03 13:59:56,012] /u/htripathi6 had their submission removed for insufficient lambda. +[2020-08-03 13:59:56,505] /u/htripathi6 had their flair updated +[2020-08-03 14:07:27,995] There has been a new submission: 'Primark Try On Haul | What's New In?', with flair 'Vlog' +[2020-08-03 14:07:30,569] /u/benzie-likes-tuna had their submission removed for insufficient lambda. +[2020-08-03 14:07:31,758] /u/benzie-likes-tuna had their flair updated +[2020-08-03 14:08:26,327] There has been a new submission: 'The lack of effort is EMBARRASSING among some content creators', with flair 'Discussion' +[2020-08-03 14:08:28,940] /u/baechanka had their flair updated +[2020-08-03 14:18:23,004] '/u/ameixarocha' has given '/u/Meiligui' lambda! +[2020-08-03 14:18:25,253] /u/Meiligui had their flair updated +[2020-08-03 14:19:47,109] '/u/ameixarocha' has given '/u/randomness1278' lambda! +[2020-08-03 14:19:49,564] /u/randomness1278 had their flair updated +[2020-08-03 14:20:33,906] '/u/ameixarocha' has given '/u/motlow7' lambda! +[2020-08-03 14:20:37,141] /u/motlow7 had their flair updated +[2020-08-03 14:25:24,777] '/u/ameixarocha' has given '/u/dudebehind' lambda! +[2020-08-03 14:25:27,275] /u/dudebehind had their flair updated +[2020-08-03 14:26:08,299] There has been a new submission: 'Easy way to make thumbnail within 10 minutes.', with flair 'Video Critique' +[2020-08-03 14:26:09,607] /u/crown1588 had their submission removed for insufficient lambda. +[2020-08-03 14:26:11,816] /u/crown1588 had their flair updated +[2020-08-03 14:27:31,623] There has been a new submission: 'Big Iron by Marty Robbins (feat. in Fallout New Vegas) Saloon Western Ragtime Piano Cover', with flair 'Gaming' +[2020-08-03 14:27:32,679] /u/Classified-_ had their submission removed for insufficient lambda. +[2020-08-03 14:27:33,952] /u/Classified-_ had their flair updated +[2020-08-03 14:37:43,844] There has been a new submission: 'Aggressive ways to promote yourself', with flair 'Discussion' +[2020-08-03 14:37:47,410] /u/ImAnOffendedJew had their flair updated +[2020-08-03 14:40:25,936] +#################### +[Aug 03 2020 14:40:25] RESTARTED +#################### + +[2020-08-03 15:19:50,543] There has been a new submission: 'I need help', with flair 'Discussion' +[2020-08-03 15:19:52,305] /u/GamingSoldier135 had their flair updated +[2020-08-03 15:20:08,148] There has been a new submission: 'I normally don’t make this type of video, I want to know if this sort of thing is enjoyable and what I could do to make it better, cheers.', with flair 'Video Critique' +[2020-08-03 15:20:10,194] /u/Ultratronicman had their submission removed for insufficient lambda. +[2020-08-03 15:20:13,294] /u/Ultratronicman had their flair updated +[2020-08-03 15:20:33,182] There has been a new submission: 'Hey guys, I run a small study/digital notetaking channel. Let me know what you think about the format and please share any good editing tips that you might have!', with flair 'Video Critique' +[2020-08-03 15:20:35,844] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 15:20:35,883] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 15:20:37,648] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ilpfrxwe4zU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:20:37,898] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKDipr1B8X7Cmez0L6sMUYw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:20:41,217] /u/Meiligui had their flair updated +[2020-08-03 15:21:02,819] There has been a new submission: 'Omegle... but I get girls snapchats, I would appreciate some feedback! Lambda will be given for your troubles!', with flair 'Video Critique' +[2020-08-03 15:21:06,094] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 15:21:06,096] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 15:21:07,117] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BxSyhYvCzyI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:21:07,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBNaR6mBQG7xFTTbRyAuJjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:21:10,843] /u/IssaMovement had their flair updated +[2020-08-03 15:26:19,177] '/u/Meiligui' has given '/u/codephony' lambda! +[2020-08-03 15:26:21,426] /u/codephony had their flair updated +[2020-08-03 15:26:57,078] '/u/Meiligui' has given '/u/bee102' lambda! +[2020-08-03 15:26:59,659] /u/bee102 had their flair updated +[2020-08-03 15:27:19,031] '/u/jaxtnh' has given '/u/motlow7' lambda! +[2020-08-03 15:27:21,449] /u/motlow7 had their flair updated +[2020-08-03 15:27:55,943] '/u/jaxtnh' has given '/u/guyFCR' lambda! +[2020-08-03 15:27:57,937] /u/guyFCR had their flair updated +[2020-08-03 15:28:16,938] '/u/jaxtnh' has given '/u/dansometv' lambda! +[2020-08-03 15:28:19,023] /u/dansometv had their flair updated +[2020-08-03 15:28:37,480] '/u/Chekhov27' has given '/u/Vexiified' lambda! +[2020-08-03 15:28:39,642] /u/Vexiified had their flair updated +[2020-08-03 15:29:01,496] '/u/jaxtnh' has given '/u/ElectionJunkie' lambda! +[2020-08-03 15:29:03,580] /u/ElectionJunkie had their flair updated +[2020-08-03 15:29:22,365] '/u/jaxtnh' has given '/u/Rubenazo1999' lambda! +[2020-08-03 15:29:24,001] /u/Rubenazo1999 had their flair updated +[2020-08-03 15:30:08,543] '/u/Meiligui' has given '/u/throwawayaccountweak' lambda! +[2020-08-03 15:30:10,998] /u/throwawayaccountweak had their flair updated +[2020-08-03 15:30:25,784] /u/motlow7 had their flair updated +[2020-08-03 15:30:51,395] /u/guyFCR had their flair updated +[2020-08-03 15:31:15,723] /u/dansometv had their flair updated +[2020-08-03 15:31:39,903] /u/ElectionJunkie had their flair updated +[2020-08-03 15:32:04,649] /u/Rubenazo1999 had their flair updated +[2020-08-03 15:32:43,634] /u/Vexiified had their flair updated +[2020-08-03 15:33:05,207] '/u/1NSOMN1AW01F' has given '/u/Meiligui' lambda! +[2020-08-03 15:33:07,660] /u/Meiligui had their flair updated +[2020-08-03 15:35:01,773] '/u/Illfury' has given '/u/-Lipo-' lambda! +[2020-08-03 15:35:04,340] /u/-Lipo- had their flair updated +[2020-08-03 15:36:19,951] There has been a new submission: 'We have such a lack of Talent in the India Stand Up Comedy scene.', with flair 'Video Critique' +[2020-08-03 15:36:21,260] /u/RickC-666 had their submission removed for insufficient lambda. +[2020-08-03 15:36:22,651] /u/RickC-666 had their flair updated +[2020-08-03 15:36:40,954] There has been a new submission: 'Needing some advice', with flair 'None' +[2020-08-03 15:36:42,919] /u/bee102 had their submission removed for insufficient lambda. +[2020-08-03 15:36:44,843] /u/bee102 had their flair updated +[2020-08-03 15:37:02,944] There has been a new submission: 'Driving through Japan in Virtual Reality', with flair 'Gaming' +[2020-08-03 15:37:04,125] /u/JustinInTheHall had their submission removed for insufficient lambda. +[2020-08-03 15:37:05,790] /u/JustinInTheHall had their flair updated +[2020-08-03 15:37:23,981] There has been a new submission: 'Minecraft Dungeons Stream. Variety Channel', with flair 'Gaming' +[2020-08-03 15:37:25,048] /u/doctor_kirby had their submission removed for insufficient lambda. +[2020-08-03 15:37:26,158] /u/doctor_kirby had their flair updated +[2020-08-03 15:37:45,010] There has been a new submission: 'Air Jordan 3 Animal Instinct 2.0 £40 Price Drop', with flair 'Thumbnail Review' +[2020-08-03 15:37:46,478] /u/ianicus_maximus had their submission removed for insufficient lambda. +[2020-08-03 15:37:47,420] /u/ianicus_maximus had their flair updated +[2020-08-03 15:38:07,150] There has been a new submission: 'Is the lambda bot broken?', with flair 'Discussion' +[2020-08-03 15:38:10,398] /u/jaxtnh had their flair updated +[2020-08-03 15:38:30,220] There has been a new submission: 'Channel banner', with flair 'Discussion' +[2020-08-03 15:38:31,249] /u/craftworldyt had their flair updated +[2020-08-03 15:38:49,770] There has been a new submission: 'So I took a a long lay off hoping to reinvent myself, so teel me how my comeback sucks <3', with flair 'Video Critique' +[2020-08-03 15:38:51,249] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 15:38:51,251] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 15:38:53,714] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=p2cp6pFOEOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:38:54,327] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMeHmoAl1TYptMIMIx4zOPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:38:56,917] /u/Armack_is_wack had their flair updated +[2020-08-03 15:39:15,527] There has been a new submission: 'MURDER HORNETS?? Just What The Doctor Ordered - Fallout New Vegas - Part 2', with flair 'Gaming' +[2020-08-03 15:39:16,923] /u/Classified-_ had their submission removed for insufficient lambda. +[2020-08-03 15:39:17,537] /u/Classified-_ had their flair updated +[2020-08-03 15:39:34,183] There has been a new submission: 'Fix Your Posture In Your Sleep lambda for good feedback I realise audio isn't isn't great as I use my phone will invest in camera in future', with flair 'Video Critique' +[2020-08-03 15:39:36,603] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 15:39:36,643] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 15:39:38,078] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zBZ6YGzrwTo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:39:38,370] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 15:39:40,138] /u/MrMoo-Youtube had their flair updated +[2020-08-03 15:41:33,418] '/u/1NSOMN1AW01F' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-03 15:41:36,201] /u/YaGuyAlex_yt had their flair updated +[2020-08-03 15:42:12,556] '/u/1NSOMN1AW01F' has given '/u/LimitlessRange_' lambda! +[2020-08-03 15:42:14,967] /u/LimitlessRange_ had their flair updated +[2020-08-03 15:46:25,880] '/u/Illfury' has given '/u/shadossplayz' lambda! +[2020-08-03 15:46:27,929] /u/shadossplayz had their flair updated +[2020-08-03 15:50:10,585] '/u/Illfury' has given '/u/the_real_d247' lambda! +[2020-08-03 15:50:13,701] /u/the_real_d247 had their flair updated +[2020-08-03 15:52:02,895] /u/SmallYTChannelBot had their flair updated +[2020-08-03 15:52:52,391] There has been a new submission: 'This is my first video of it's kind on my channel, and I want some feedback on it! It's about a Virtual YouTuber group called Hololive. Thanks for watching!', with flair 'Video Critique' +[2020-08-03 15:52:53,903] /u/ZaVizion had their submission removed for insufficient lambda. +[2020-08-03 15:52:55,834] /u/ZaVizion had their flair updated +[2020-08-03 15:53:15,072] There has been a new submission: 'Beat sync tdm short montage video(best editing)', with flair 'Gaming' +[2020-08-03 15:53:16,502] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-03 15:53:18,593] /u/Vizz47 had their flair updated +[2020-08-03 15:55:29,450] '/u/beppu125' has given '/u/billenmintje' lambda! +[2020-08-03 15:55:31,741] /u/billenmintje had their flair updated +[2020-08-03 16:02:07,588] '/u/MyNameIsDracoHi' has given '/u/Whalvin' lambda! +[2020-08-03 16:02:10,863] /u/Whalvin had their flair updated +[2020-08-03 16:02:32,685] '/u/dragonsspawn' has given '/u/Djbernie805' lambda! +[2020-08-03 16:02:35,391] /u/Djbernie805 had their flair updated +[2020-08-03 16:03:15,536] '/u/MyNameIsDracoHi' has given '/u/dbwotjr7' lambda! +[2020-08-03 16:03:18,523] /u/dbwotjr7 had their flair updated +[2020-08-03 16:03:40,609] '/u/MyNameIsDracoHi' has given '/u/Meiligui' lambda! +[2020-08-03 16:03:43,322] /u/Meiligui had their flair updated +[2020-08-03 16:05:35,044] There has been a new submission: 'Hi guys ! I make Royalty-Free Music and here's my latest track. It's an energetic Rock instrumental and I'd love to hear what you think about it ! :D', with flair 'Video Critique' +[2020-08-03 16:05:37,460] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 16:05:37,461] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 16:05:39,014] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JiK8slV3rcQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 16:05:39,342] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmjpnzGxSBgjwe1Aij7FfMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 16:05:41,752] /u/guyFCR had their flair updated +[2020-08-03 16:06:03,636] '/u/dragonsspawn' has given '/u/jaxtnh' lambda! +[2020-08-03 16:06:06,095] /u/jaxtnh had their flair updated +[2020-08-03 16:07:33,712] '/u/dragonsspawn' has given '/u/InsaneChef' lambda! +[2020-08-03 16:07:35,792] /u/InsaneChef had their flair updated +[2020-08-03 16:20:36,302] There has been a new submission: 'i do a light-hearted gay couple day out with my boyfriend, any critique welcome 🙃', with flair 'Vlog' +[2020-08-03 16:20:38,025] /u/ocotxp had their submission removed for insufficient lambda. +[2020-08-03 16:20:40,323] /u/ocotxp had their flair updated +[2020-08-03 16:25:42,476] There has been a new submission: '7 YEAR OLD GAMER - FartOptimus - Rips it up in 2v2 and Plunder', with flair 'Gaming' +[2020-08-03 16:25:45,625] /u/Wet-Dutch-Oven had their submission removed for insufficient lambda. +[2020-08-03 16:25:47,097] /u/Wet-Dutch-Oven had their flair updated +[2020-08-03 16:34:57,781] There has been a new submission: 'Reckless Love (Cover) | Jeremy Holloway Sings | Solid Rock Music', with flair 'Art' +[2020-08-03 16:34:59,164] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-08-03 16:35:00,925] /u/jholloway55 had their flair updated +[2020-08-03 16:38:52,698] There has been a new submission: 'You can use my music in your videos - only a mention is necessary!', with flair 'Art' +[2020-08-03 16:38:56,471] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 16:38:56,597] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 16:39:00,193] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sx3kyuYQRoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 16:39:00,786] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSBmuoKnqee2qus1Vqj7FCQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 16:39:02,502] /u/Kensa_beats had their flair updated +[2020-08-03 16:39:59,659] +#################### +[Aug 03 2020 16:39:59] RESTARTED +#################### + +[2020-08-03 16:50:45,078] '/u/code_five_art' has given '/u/CopperPanMan' lambda! +[2020-08-03 16:50:47,903] /u/CopperPanMan had their flair updated +[2020-08-03 17:11:33,875] There has been a new submission: 'If anyone needs a new banner or logo read this (FREE)', with flair 'Discussion' +[2020-08-03 17:11:37,072] /u/NotBirdyDoes had their flair updated +[2020-08-03 17:11:56,839] There has been a new submission: 'Building a survivor games based channel. Please check it out. Thanks.', with flair 'Gaming' +[2020-08-03 17:11:58,354] /u/aarbre77 had their submission removed for insufficient lambda. +[2020-08-03 17:12:00,362] /u/aarbre77 had their flair updated +[2020-08-03 17:12:19,634] There has been a new submission: 'My newest character. All types of criticism is welcome.', with flair 'Video Critique' +[2020-08-03 17:12:21,774] /u/resting_potato had their submission removed for insufficient lambda. +[2020-08-03 17:12:24,716] /u/resting_potato had their flair updated +[2020-08-03 17:17:10,566] '/u/guyFCR' has given '/u/Onen1ck' lambda! +[2020-08-03 17:17:13,024] /u/Onen1ck had their flair updated +[2020-08-03 17:19:50,440] '/u/MrMoo-Youtube' has given '/u/bee102' lambda! +[2020-08-03 17:19:52,290] /u/bee102 had their flair updated +[2020-08-03 17:20:10,611] There has been a new submission: 'mobiles players are crazy fr these hackers who ruine your games', with flair 'Gaming' +[2020-08-03 17:20:12,329] /u/Pkfr29 had their submission removed for insufficient lambda. +[2020-08-03 17:20:14,868] /u/Pkfr29 had their flair updated +[2020-08-03 17:20:35,146] There has been a new submission: 'Check out the music video for a song I wrote and recorded :)', with flair 'Art' +[2020-08-03 17:20:36,820] /u/aryathehuman87 had their submission removed for insufficient lambda. +[2020-08-03 17:20:39,158] /u/aryathehuman87 had their flair updated +[2020-08-03 17:20:58,920] There has been a new submission: 'New Horizons Fireworks Festival update! Feat. thedoofisin', with flair 'Video Critique' +[2020-08-03 17:21:01,664] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 17:21:01,708] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 17:21:03,384] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zUn-kgH6c-0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:21:03,708] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQIZCoBAe5dzN4qRzFtxlwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:21:06,868] /u/PokemaniacOctoru had their flair updated +[2020-08-03 17:21:26,730] There has been a new submission: 'epic cs:go competitive highlights', with flair 'Gaming' +[2020-08-03 17:21:28,374] /u/Cerberusgamingop had their submission removed for insufficient lambda. +[2020-08-03 17:21:30,545] /u/Cerberusgamingop had their flair updated +[2020-08-03 17:21:50,063] There has been a new submission: 'New Fortnite Gamer Vid!', with flair 'Gaming' +[2020-08-03 17:21:51,702] /u/gteamgo had their submission removed for insufficient lambda. +[2020-08-03 17:21:53,872] /u/gteamgo had their flair updated +[2020-08-03 17:22:13,583] There has been a new submission: 'BLACK OPS 3 - Round 10 All First Rooms | Part 1', with flair 'Video Critique' +[2020-08-03 17:22:15,140] /u/sambullock4 had their submission removed for insufficient lambda. +[2020-08-03 17:22:17,444] /u/sambullock4 had their flair updated +[2020-08-03 17:22:37,153] There has been a new submission: 'Doctor Who Theme Song - Bass Guitar Arrangement. Any feedback welcome, this is the first time I've done anything other than a bog standard bass cover on my channel', with flair 'Video Critique' +[2020-08-03 17:22:38,878] /u/thattomguyyoutube had their submission removed for insufficient lambda. +[2020-08-03 17:22:40,887] /u/thattomguyyoutube had their flair updated +[2020-08-03 17:23:01,948] There has been a new submission: 'I Made Minecraft But Its Sekiro: Shadows Die Twice', with flair 'Gaming' +[2020-08-03 17:23:03,504] /u/N_oiree had their submission removed for insufficient lambda. +[2020-08-03 17:23:05,427] /u/N_oiree had their flair updated +[2020-08-03 17:23:31,202] '/u/gravitate' has given '/u/ArmouredOtter' lambda! +[2020-08-03 17:23:33,703] /u/ArmouredOtter had their flair updated +[2020-08-03 17:24:11,613] '/u/MrMoo-Youtube' has given '/u/codephony' lambda! +[2020-08-03 17:24:14,197] /u/codephony had their flair updated +[2020-08-03 17:24:35,134] '/u/gravitate' has given '/u/Fangore' lambda! +[2020-08-03 17:24:37,508] /u/Fangore had their flair updated +[2020-08-03 17:25:10,011] '/u/YappyHead' has given '/u/bee102' lambda! +[2020-08-03 17:25:11,435] /u/bee102 had their flair updated +[2020-08-03 17:25:18,281] '/u/MrMoo-Youtube' has given '/u/Onen1ck' lambda! +[2020-08-03 17:25:19,814] /u/Onen1ck had their flair updated +[2020-08-03 17:25:53,532] '/u/MrMoo-Youtube' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-03 17:25:56,198] /u/YaGuyAlex_yt had their flair updated +[2020-08-03 17:27:15,183] '/u/Armack_is_wack' has given '/u/MigookinTeecha' lambda! +[2020-08-03 17:27:17,397] /u/MigookinTeecha had their flair updated +[2020-08-03 17:28:06,822] '/u/Armack_is_wack' has given '/u/Onen1ck' lambda! +[2020-08-03 17:28:08,753] /u/Onen1ck had their flair updated +[2020-08-03 17:29:00,018] '/u/Armack_is_wack' has given '/u/CheapChopsticks' lambda! +[2020-08-03 17:29:02,615] /u/CheapChopsticks had their flair updated +[2020-08-03 17:30:32,058] '/u/Armack_is_wack' has given '/u/mega2503' lambda! +[2020-08-03 17:30:35,252] /u/mega2503 had their flair updated +[2020-08-03 17:31:53,728] There has been a new submission: 'Solving Mrbeast $100000! riddle', with flair 'Video Critique' +[2020-08-03 17:31:55,895] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-08-03 17:31:57,977] /u/essencially_essence had their flair updated +[2020-08-03 17:33:36,860] '/u/Armack_is_wack' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-03 17:33:39,601] /u/YaGuyAlex_yt had their flair updated +[2020-08-03 17:35:03,725] There has been a new submission: 'This might be the WORST game on the N64, Carmageddon 64! Looking for all types of feedback and criticism!', with flair 'Gaming' +[2020-08-03 17:35:05,569] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 17:35:05,570] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 17:35:07,163] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=25VfMuJwMU0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:35:07,494] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8tDaD81ypiiAPvZDeI2kqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:35:10,154] /u/shifty327 had their flair updated +[2020-08-03 17:35:42,763] There has been a new submission: 'Any and all suggestions and criticism is welcome as I'm trying to get better with cuts and subbing everyone talking in videos.', with flair 'Video Critique' +[2020-08-03 17:35:46,406] /u/mesaster had their submission removed for insufficient lambda. +[2020-08-03 17:35:47,753] /u/mesaster had their flair updated +[2020-08-03 17:38:12,509] There has been a new submission: 'Spent a lot of time on this review, and didn't really receive any negative feedback on my last one, so I'd love to hear some areas for improvement!', with flair 'Video Critique' +[2020-08-03 17:38:13,575] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 17:38:13,700] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 17:38:15,213] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Xq82yCTQ5hw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:38:15,625] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 17:38:17,798] /u/YaGuyAlex_yt had their flair updated +[2020-08-03 17:42:05,189] There has been a new submission: 'Animations for your YouTube Videos. Use code "CREATORS15" for 15% off.', with flair 'Discussion' +[2020-08-03 17:42:07,667] /u/funkyalright had their flair updated +[2020-08-03 17:46:20,986] There has been a new submission: 'How samurai react when CoryxKenshin and Dashie drop Youtooz at the same time.', with flair 'Channel Review' +[2020-08-03 17:46:22,254] /u/TheKingkaiHero had their submission removed for insufficient lambda. +[2020-08-03 17:46:23,726] /u/TheKingkaiHero had their flair updated +[2020-08-03 17:50:57,441] There has been a new submission: 'Bad criticism...', with flair 'Meta' +[2020-08-03 17:51:00,665] /u/0_R_A_N_G_E had their flair updated +[2020-08-03 18:00:29,199] There has been a new submission: 'The greatest joke ever told... Right? Hit me with that honesty', with flair 'Video Critique' +[2020-08-03 18:00:31,167] /u/zhepsh had their submission removed for insufficient lambda. +[2020-08-03 18:00:33,581] /u/zhepsh had their flair updated +[2020-08-03 18:05:08,799] '/u/YaGuyAlex_yt' has given '/u/baechanka' lambda! +[2020-08-03 18:05:11,177] /u/baechanka had their flair updated +[2020-08-03 18:05:53,703] There has been a new submission: 'My friends and I having fun in Hell Let Loose and help me get to 250!', with flair 'Gaming' +[2020-08-03 18:05:55,305] /u/Amat1717 had their submission removed for insufficient lambda. +[2020-08-03 18:05:56,744] /u/Amat1717 had their flair updated +[2020-08-03 18:07:47,574] '/u/shifty327' has given '/u/baechanka' lambda! +[2020-08-03 18:07:50,079] /u/baechanka had their flair updated +[2020-08-03 18:09:25,757] '/u/Armack_is_wack' has given '/u/baechanka' lambda! +[2020-08-03 18:09:28,419] /u/baechanka had their flair updated +[2020-08-03 18:09:49,475] '/u/Armack_is_wack' has given '/u/molechin' lambda! +[2020-08-03 18:09:51,686] /u/molechin had their flair updated +[2020-08-03 18:11:21,395] There has been a new submission: 'Russian R6 siege (aiming for 100 subs By december)', with flair 'Gaming' +[2020-08-03 18:11:23,153] /u/craziestgecko had their submission removed for insufficient lambda. +[2020-08-03 18:11:25,382] /u/craziestgecko had their flair updated +[2020-08-03 18:16:55,217] There has been a new submission: 'I want to see your opinion about my videos. This is about minecraft', with flair 'Video Critique' +[2020-08-03 18:16:56,655] /u/MR_a_DOES had their submission removed for insufficient lambda. +[2020-08-03 18:16:57,886] /u/MR_a_DOES had their flair updated +[2020-08-03 18:17:36,071] There has been a new submission: 'The last time I posted something here, I got a lot of feedback. I have tried to improve this video the way you advised me to. Please tell me what I could still improve or what you liked about the video!', with flair 'Gaming' +[2020-08-03 18:17:38,038] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 18:17:38,157] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 18:17:39,755] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dv5ZF-Yayu0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 18:17:40,122] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCatzY1Rl9F3Jz48Ip2AZ0PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 18:17:42,128] /u/FacemanGaming25 had their flair updated +[2020-08-03 18:19:49,809] '/u/shifty327' has given '/u/thefamousap' lambda! +[2020-08-03 18:19:51,815] /u/thefamousap had their flair updated +[2020-08-03 18:24:26,341] /u/the_real_d247 had their flair updated +[2020-08-03 18:24:48,883] '/u/1NSOMN1AW01F' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-03 18:24:51,179] /u/aspirefitnesswalnut had their flair updated +[2020-08-03 18:25:49,052] '/u/dragonsspawn' has given '/u/molechin' lambda! +[2020-08-03 18:25:51,309] /u/molechin had their flair updated +[2020-08-03 18:26:13,320] '/u/196423' has given '/u/MigookinTeecha' lambda! +[2020-08-03 18:26:15,990] /u/MigookinTeecha had their flair updated +[2020-08-03 18:27:15,381] There has been a new submission: 'How I Placed Top 200 in Fortnite Hype Nite With 300 Ping (Top 1%)', with flair 'Gaming' +[2020-08-03 18:27:16,485] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-03 18:27:17,721] /u/lightningNA_YT had their flair updated +[2020-08-03 18:28:37,182] There has been a new submission: 'Weird question, have you ever got cringy comments from your mom or other relative in your videos?', with flair 'Discussion' +[2020-08-03 18:28:38,271] /u/ThatPunkRockDude had their flair updated +[2020-08-03 18:29:10,501] '/u/196423' has given '/u/Lewd_Kemonomimi' lambda! +[2020-08-03 18:29:12,142] /u/Lewd_Kemonomimi had their flair updated +[2020-08-03 18:31:06,566] There has been a new submission: 'The Three Little Pigs 🐷 (Adult Version)', with flair 'Vlog' +[2020-08-03 18:31:08,526] /u/badboylus had their submission removed for insufficient lambda. +[2020-08-03 18:31:11,476] /u/badboylus had their flair updated +[2020-08-03 18:31:52,115] There has been a new submission: 'MY AIM IS VICIOUS!!(eeehh) | Life Update (CALL OF DUTY BLACK OPS 3 | Joradonic', with flair 'Gaming' +[2020-08-03 18:31:54,421] /u/joradonic had their submission removed for insufficient lambda. +[2020-08-03 18:31:56,629] /u/joradonic had their flair updated +[2020-08-03 18:32:36,913] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-03 18:32:43,052] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-03 18:33:15,038] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-03 18:33:25,528] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-03 18:33:32,081] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-03 18:35:46,756] There has been a new submission: 'I managed to make 4 hours into 12 minutes, Im not sure how i feel about it, i could use any feedback thank you for your time :D if you do so happen to enjoy the video for some reason, maybe consider liking or subscribing? ♥', with flair 'Video Critique' +[2020-08-03 18:35:47,942] /u/Iso_Gil had their submission removed for insufficient lambda. +[2020-08-03 18:35:49,456] /u/Iso_Gil had their flair updated +[2020-08-03 18:38:35,655] There has been a new submission: 'PigOut Pork Rinds and Barnana Banana Bites - Sweet & Savory Reviews #1', with flair 'Thumbnail Review' +[2020-08-03 18:38:36,638] /u/JeromeShabazz38 had their submission removed for insufficient lambda. +[2020-08-03 18:38:37,624] /u/JeromeShabazz38 had their flair updated +[2020-08-03 18:39:13,924] '/u/Meiligui' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-03 18:39:15,762] /u/aspirefitnesswalnut had their flair updated +[2020-08-03 18:39:47,074] There has been a new submission: 'Comedy Video Critique', with flair 'Video Critique' +[2020-08-03 18:40:09,620] +#################### +[Aug 03 2020 18:40:09] RESTARTED +#################### + +[2020-08-03 19:22:31,203] There has been a new submission: 'Healthy Tteokbokki Recipe (33g Protein) | Healthier Versions Of Foods Ep 6 | Lambdas given for every critique!', with flair 'Video Critique' +[2020-08-03 19:22:34,196] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 19:22:34,198] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 19:22:35,513] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=seLvKf4Ucf8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:22:36,007] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:22:39,537] /u/aspirefitnesswalnut had their flair updated +[2020-08-03 19:22:58,866] There has been a new submission: 'So i've been making dumb youtube videos for a while just cuz i'm bored, not to make any money, but somehow one of them go a lot of views and i feel bad because i know they are a lot of content creators who deserve better, this YouTube algorithm is really weird...', with flair 'Video Critique' +[2020-08-03 19:23:00,747] /u/keli31 had their submission removed for insufficient lambda. +[2020-08-03 19:23:03,078] /u/keli31 had their flair updated +[2020-08-03 19:23:21,616] There has been a new submission: 'I know there audio is messed up, trying to figure out why, and fix it. Any other recommendations?', with flair 'Video Critique' +[2020-08-03 19:23:23,536] /u/Miigo_Savage had their submission removed for insufficient lambda. +[2020-08-03 19:23:25,298] /u/Miigo_Savage had their flair updated +[2020-08-03 19:23:42,623] There has been a new submission: 'I Ride the longest zip wire in the UK!!! 60MPH', with flair 'Vlog' +[2020-08-03 19:23:44,918] /u/Discoverryanadams had their submission removed for insufficient lambda. +[2020-08-03 19:23:46,600] /u/Discoverryanadams had their flair updated +[2020-08-03 19:24:07,722] There has been a new submission: 'Hi! If somebody is interested in watching the whole thing, can then express their opinion on the full video? I'll give lambda only to useful suggestions, thanks! [At the moment YouTube is still elaborating the HD version...]', with flair 'Gaming' +[2020-08-03 19:24:10,300] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 19:24:10,302] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 19:24:11,737] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SjfdgJPgOBk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:24:12,309] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChZ0CCynQJ1sgd14Y03PRCg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:24:16,159] /u/HiddenOddBox had their flair updated +[2020-08-03 19:24:33,906] There has been a new submission: 'I just uploaded a new video! This is my 4th video and I'm still learning on how to edit a video and how to make a video in general so I need your feedback!', with flair 'Video Critique' +[2020-08-03 19:24:35,835] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 19:24:35,955] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 19:24:36,858] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9ai93XGfH-c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:24:37,394] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLdOqVb2naZ3TVKkCE-Gg_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:24:40,457] /u/beppu125 had their flair updated +[2020-08-03 19:24:59,104] There has been a new submission: 'New video up everyone! Come check it out and give a like and subscribe if you like my content. I appreciate feedback.', with flair 'Gaming' +[2020-08-03 19:25:00,539] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-03 19:25:02,136] /u/xSaydexGaming1 had their flair updated +[2020-08-03 19:26:44,748] '/u/aspirefitnesswalnut' has given '/u/codephony' lambda! +[2020-08-03 19:26:46,964] /u/codephony had their flair updated +[2020-08-03 19:27:06,200] '/u/aspirefitnesswalnut' has given '/u/baechanka' lambda! +[2020-08-03 19:27:08,781] /u/baechanka had their flair updated +[2020-08-03 19:27:41,747] '/u/ThinkThinkerton' has given '/u/PizzaParker36' lambda! +[2020-08-03 19:27:44,008] /u/PizzaParker36 had their flair updated +[2020-08-03 19:29:32,317] '/u/guyFCR' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-03 19:29:34,420] /u/aspirefitnesswalnut had their flair updated +[2020-08-03 19:30:09,431] '/u/aspirefitnesswalnut' has given '/u/molechin' lambda! +[2020-08-03 19:30:12,091] /u/molechin had their flair updated +[2020-08-03 19:31:47,403] '/u/PokemaniacOctoru' has given '/u/acexsd1' lambda! +[2020-08-03 19:31:50,147] /u/acexsd1 had their flair updated +[2020-08-03 19:35:25,419] '/u/HiddenOddBox' has given '/u/baechanka' lambda! +[2020-08-03 19:35:27,793] /u/baechanka had their flair updated +[2020-08-03 19:38:47,804] '/u/jaxtnh' has given '/u/mega2503' lambda! +[2020-08-03 19:38:50,103] /u/mega2503 had their flair updated +[2020-08-03 19:39:13,514] '/u/jaxtnh' has given '/u/shifty327' lambda! +[2020-08-03 19:39:15,519] /u/shifty327 had their flair updated +[2020-08-03 19:39:48,638] '/u/Illfury' has given '/u/ZaVizion' lambda! +[2020-08-03 19:39:50,313] /u/ZaVizion had their flair updated +[2020-08-03 19:40:08,406] There has been a new submission: 'When a co-worker touches your screen...', with flair 'Video Critique' +[2020-08-03 19:40:09,236] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 19:40:09,238] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 19:40:09,400] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oRZIkLDOx64&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:40:09,526] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIw9p-0zI1rEPEs_SS6fDkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:40:12,682] /u/codephony had their flair updated +[2020-08-03 19:40:21,154] There has been a new submission: 'PLEASE GIVE ME FEEDBACK IN THIS VIDEO AND ON THE INTRO!!! THANKS FOR THE SUPPORT', with flair 'Channel Review' +[2020-08-03 19:40:22,951] /u/Tiyah_huff had their submission removed for insufficient lambda. +[2020-08-03 19:40:25,348] /u/Tiyah_huff had their flair updated +[2020-08-03 19:40:46,010] There has been a new submission: '15 VIDEO IDEAS TO BLOW UP YOUR YOUTUBE CHANNEL', with flair 'Video Critique' +[2020-08-03 19:40:48,094] /u/Tiyah_huff had their submission removed for insufficient lambda. +[2020-08-03 19:40:50,462] /u/Tiyah_huff had their flair updated +[2020-08-03 19:41:11,810] There has been a new submission: 'THE FINAL PUSH!!', with flair 'Discussion' +[2020-08-03 19:41:14,267] /u/JustDave93 had their flair updated +[2020-08-03 19:41:34,728] There has been a new submission: 'Is it me, or does it seem that the most successful YouTubers have instant success? Looking back on some of the biggest current YouTubers, their earliest videos have like 50k views.', with flair 'Discussion' +[2020-08-03 19:41:37,068] /u/ilovehelmetsama had their flair updated +[2020-08-03 19:41:56,851] There has been a new submission: 'Can everyone please go check my latest video Episode 2 of the forest with me and a few friends! There is a episode 1 out to and 3 coming this week! I could check yours to if its interesting:)', with flair 'Gaming' +[2020-08-03 19:41:58,574] /u/NPTCustomPCs had their submission removed for insufficient lambda. +[2020-08-03 19:42:00,769] /u/NPTCustomPCs had their flair updated +[2020-08-03 19:43:25,982] '/u/Armack_is_wack' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-03 19:43:28,562] /u/aspirefitnesswalnut had their flair updated +[2020-08-03 19:44:48,730] '/u/Illfury' has given '/u/acexsd1' lambda! +[2020-08-03 19:44:51,131] /u/acexsd1 had their flair updated +[2020-08-03 19:45:27,475] '/u/Armack_is_wack' has given '/u/Peesukarhuu' lambda! +[2020-08-03 19:45:29,973] /u/Peesukarhuu had their flair updated +[2020-08-03 19:47:35,736] '/u/Armack_is_wack' has given '/u/Logan_B_Youtube' lambda! +[2020-08-03 19:47:37,947] /u/Logan_B_Youtube had their flair updated +[2020-08-03 19:48:39,386] '/u/Illfury' has given '/u/RushjakeOnYT' lambda! +[2020-08-03 19:48:40,938] /u/RushjakeOnYT had their flair updated +[2020-08-03 19:49:00,527] There has been a new submission: 'Need video critique for my freestyle content', with flair 'Video Critique' +[2020-08-03 19:49:01,832] /u/Sharan_Manick had their submission removed for insufficient lambda. +[2020-08-03 19:49:02,446] /u/Sharan_Manick had their flair updated +[2020-08-03 19:49:20,004] There has been a new submission: 'Looking for feedback on my Video Essay: The Magician Archetype of Mature Masculinity', with flair 'Video Critique' +[2020-08-03 19:49:21,892] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 19:49:21,971] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 19:49:23,489] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uOuP-2Qa6Ek&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:49:23,902] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC184B459EoC_FZ7xEtx9Ubw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 19:49:26,280] /u/Minimum_Efforts had their flair updated +[2020-08-03 19:54:32,068] '/u/jaxtnh' has given '/u/Logan_B_Youtube' lambda! +[2020-08-03 19:54:34,858] /u/Logan_B_Youtube had their flair updated +[2020-08-03 19:55:08,267] There has been a new submission: 'Hello, I uploaded a video recently building a Falcon 9 model with some 3D printed parts, please check this out. And consider subscribing.', with flair 'Vlog' +[2020-08-03 19:55:09,356] /u/O0kah had their submission removed for insufficient lambda. +[2020-08-03 19:55:10,679] /u/O0kah had their flair updated +[2020-08-03 19:56:13,279] '/u/shifty327' has given '/u/acexsd1' lambda! +[2020-08-03 19:56:15,364] /u/acexsd1 had their flair updated +[2020-08-03 19:57:41,650] '/u/shifty327' has given '/u/RupturedPhenomenon' lambda! +[2020-08-03 19:57:43,782] /u/RupturedPhenomenon had their flair updated +[2020-08-03 20:01:42,751] There has been a new submission: 'New Apex Legends.exe video about "Mirage is James Bond". I think it might be my best so far. Let me know what you think, I appreciate honest feedback and will give lambda for comments that help me to do a better video next week. I have thick skin and can take critique so it is very welcome!', with flair 'Video Critique' +[2020-08-03 20:01:44,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:01:44,239] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:01:45,722] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KWlzVjeRnf8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:01:46,133] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnt6RxAB1liyhwnDk0XMSPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:01:50,311] /u/Peesukarhuu had their flair updated +[2020-08-03 20:02:43,370] There has been a new submission: 'Made a new vid! Please tell me what you think, I'm trying to improve', with flair 'Gaming' +[2020-08-03 20:02:47,175] /u/Blu_Eclipse had their submission removed for insufficient lambda. +[2020-08-03 20:02:50,005] /u/Blu_Eclipse had their flair updated +[2020-08-03 20:07:08,190] '/u/YaGuyAlex_yt' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-03 20:07:10,486] /u/FynnKrauseFootballYT had their flair updated +[2020-08-03 20:10:21,433] '/u/Illfury' has given '/u/dansometv' lambda! +[2020-08-03 20:10:24,103] /u/dansometv had their flair updated +[2020-08-03 20:11:21,882] There has been a new submission: 'Latest FAN ART vid in my channel series. Feedback and criticism is welcome and rewarded as always. There's a slight fan noise on the audio track...because the AC here is wayyy louder. Hope it's not overly distracting.', with flair 'Art' +[2020-08-03 20:11:24,626] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:11:24,628] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:11:25,858] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9Xz7UksF_NQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:11:26,390] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp-epzKsyGdKdecx9XoSU6Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:11:29,633] /u/ekaaaans had their flair updated +[2020-08-03 20:12:10,160] '/u/Illfury' has given '/u/mega2503' lambda! +[2020-08-03 20:12:13,355] /u/mega2503 had their flair updated +[2020-08-03 20:12:56,955] There has been a new submission: 'Newest video! Just wanna hear feedback on how the video was :)', with flair 'Gaming' +[2020-08-03 20:12:58,372] /u/Thatdude4200 had their submission removed for insufficient lambda. +[2020-08-03 20:13:00,305] /u/Thatdude4200 had their flair updated +[2020-08-03 20:15:19,275] There has been a new submission: 'Please review my Channel and leave your tips/ideas/suggestions! And I would also love to help with any of your questions :)', with flair 'Channel Review' +[2020-08-03 20:15:20,579] /u/joerazor had their submission removed for insufficient lambda. +[2020-08-03 20:15:22,175] /u/joerazor had their flair updated +[2020-08-03 20:15:40,267] There has been a new submission: 'Spent a good amount of time on this video, even after it got copystriked. Hope you enjoy. Lambda for feedback.', with flair 'Video Critique' +[2020-08-03 20:15:42,596] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:15:42,636] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:15:44,150] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BNRLMyWicMA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:15:44,679] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:15:47,057] /u/Narband had their flair updated +[2020-08-03 20:16:53,429] /u/MrMoo-Youtube had their flair updated +[2020-08-03 20:22:11,129] There has been a new submission: 'My fourth video on the progress of my game, I would really appreciate your feedback on my editing and the game itself. I really put a lot of effort in make the video.', with flair 'Video Critique' +[2020-08-03 20:22:13,182] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:22:13,261] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:22:14,737] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PtimvlyYYkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:22:15,185] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRkIudlwTZm8PYuPTmfRWpA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:22:18,219] /u/mega2503 had their flair updated +[2020-08-03 20:23:08,268] /u/RevWitty had their flair updated +[2020-08-03 20:25:53,128] /u/MigookinTeecha had their flair updated +[2020-08-03 20:27:50,427] There has been a new submission: 'YOU GET WHAT YOU DESERVE // Newest video, took a lot of feedback into consideration & made a lot of changes, re-did the lighting setup & color profile (though the colors are a bit too yellow, will get that fixed) And ye, thank you for any good feedback:)', with flair 'Video Critique' +[2020-08-03 20:27:52,879] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:27:52,918] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:27:54,764] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FBZNdkFGtRo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:27:55,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:27:57,400] /u/DTV998 had their flair updated +[2020-08-03 20:29:01,137] There has been a new submission: 'A Talking Head Video about MMORPGs. Thoughts?', with flair 'Video Critique' +[2020-08-03 20:29:01,955] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 20:29:01,957] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 20:29:02,854] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=876-polfX8E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:29:03,225] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCznhjiRSHHHfqFQahDiEaEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 20:29:04,860] /u/Marenoc had their flair updated +[2020-08-03 20:29:28,367] There has been a new submission: 'An edit I did', with flair 'Video Critique' +[2020-08-03 20:29:29,486] /u/LancheEntertainment had their submission removed for insufficient lambda. +[2020-08-03 20:29:30,014] /u/LancheEntertainment had their flair updated +[2020-08-03 20:30:43,853] '/u/Narband' has given '/u/baechanka' lambda! +[2020-08-03 20:30:46,769] /u/baechanka had their flair updated +[2020-08-03 20:35:11,926] '/u/Peesukarhuu' has given '/u/Blu_Eclipse' lambda! +[2020-08-03 20:35:14,751] /u/Blu_Eclipse had their flair updated +[2020-08-03 20:36:56,041] There has been a new submission: 'LIVE for one week straight🔥🔥(110% TRUTH)', with flair 'Art' +[2020-08-03 20:36:57,229] /u/judahthelion014 had their submission removed for insufficient lambda. +[2020-08-03 20:36:58,539] /u/judahthelion014 had their flair updated +[2020-08-03 20:40:10,398] +#################### +[Aug 03 2020 20:40:10] RESTARTED +#################### + +[2020-08-03 21:24:38,424] There has been a new submission: 'Rocket League song Parody I made, I think its pretty funny, what are your opinions?', with flair 'Gaming' +[2020-08-03 21:24:41,779] /u/calculatedtoxicity had their submission removed for insufficient lambda. +[2020-08-03 21:24:43,374] /u/calculatedtoxicity had their flair updated +[2020-08-03 21:25:02,009] There has been a new submission: 'Squid Alert ||| Indian motorcycle rider.. Close call and near miss incident...', with flair 'Vlog' +[2020-08-03 21:25:03,481] /u/Digvijaysin had their submission removed for insufficient lambda. +[2020-08-03 21:25:04,913] /u/Digvijaysin had their flair updated +[2020-08-03 21:25:10,129] There has been a new submission: 'Rainbow six siege funny moments', with flair 'Gaming' +[2020-08-03 21:25:11,566] /u/Fox4ord had their submission removed for insufficient lambda. +[2020-08-03 21:25:12,908] /u/Fox4ord had their flair updated +[2020-08-03 21:25:19,704] There has been a new submission: 'Roblox is scary', with flair 'Gaming' +[2020-08-03 21:25:20,813] /u/Fox4ord had their submission removed for insufficient lambda. +[2020-08-03 21:25:22,118] /u/Fox4ord had their flair updated +[2020-08-03 21:25:39,703] There has been a new submission: 'Anyone seen The Kissing Booth 2 and recognizes this guy?', with flair 'Video Critique' +[2020-08-03 21:25:41,052] /u/Charlottehere00 had their submission removed for insufficient lambda. +[2020-08-03 21:25:42,690] /u/Charlottehere00 had their flair updated +[2020-08-03 21:26:05,834] '/u/YaGuyAlex_yt' has given '/u/acexsd1' lambda! +[2020-08-03 21:26:08,536] /u/acexsd1 had their flair updated +[2020-08-03 21:26:45,022] /u/Ultratronicman had their flair updated +[2020-08-03 21:28:07,279] '/u/Illfury' has given '/u/HumperTrooper15' lambda! +[2020-08-03 21:28:09,564] /u/HumperTrooper15 had their flair updated +[2020-08-03 21:28:46,495] '/u/IssaMovement' has given '/u/throwawayaccountweak' lambda! +[2020-08-03 21:28:48,954] /u/throwawayaccountweak had their flair updated +[2020-08-03 21:29:10,923] '/u/IssaMovement' has given '/u/baechanka' lambda! +[2020-08-03 21:29:12,767] /u/baechanka had their flair updated +[2020-08-03 21:29:58,372] '/u/IssaMovement' has given '/u/Onen1ck' lambda! +[2020-08-03 21:30:00,510] /u/Onen1ck had their flair updated +[2020-08-03 21:30:20,493] '/u/Meiligui' has given '/u/joerazor' lambda! +[2020-08-03 21:30:23,122] /u/joerazor had their flair updated +[2020-08-03 21:31:00,617] '/u/IssaMovement' has given '/u/acexsd1' lambda! +[2020-08-03 21:31:03,645] /u/acexsd1 had their flair updated +[2020-08-03 21:32:56,290] '/u/Marenoc' has given '/u/BaneShake' lambda! +[2020-08-03 21:32:59,041] /u/BaneShake had their flair updated +[2020-08-03 21:33:35,393] '/u/Marenoc' has given '/u/Onen1ck' lambda! +[2020-08-03 21:33:38,179] /u/Onen1ck had their flair updated +[2020-08-03 21:34:16,991] '/u/DTV998' has given '/u/shadossplayz' lambda! +[2020-08-03 21:34:19,447] /u/shadossplayz had their flair updated +[2020-08-03 21:36:27,183] '/u/shifty327' has given '/u/Blu_Eclipse' lambda! +[2020-08-03 21:36:29,686] /u/Blu_Eclipse had their flair updated +[2020-08-03 21:37:50,816] '/u/ekaaaans' has given '/u/BaneShake' lambda! +[2020-08-03 21:37:53,025] /u/BaneShake had their flair updated +[2020-08-03 21:38:28,413] '/u/DTV998' has given '/u/Onen1ck' lambda! +[2020-08-03 21:38:30,460] /u/Onen1ck had their flair updated +[2020-08-03 21:40:35,919] '/u/Narband' has given '/u/Onen1ck' lambda! +[2020-08-03 21:40:38,662] /u/Onen1ck had their flair updated +[2020-08-03 21:41:16,647] '/u/DTV998' has given '/u/BaneShake' lambda! +[2020-08-03 21:41:19,975] /u/BaneShake had their flair updated +[2020-08-03 21:42:58,669] '/u/ekaaaans' has given '/u/Onen1ck' lambda! +[2020-08-03 21:43:01,703] /u/Onen1ck had their flair updated +[2020-08-03 21:45:05,664] There has been a new submission: 'Any critique would be great! Not sure what else to improve on, motivation is dying tbh LOL. Hopefully I can get more companies to make me review more shit. :O Thanks guys!', with flair 'Video Critique' +[2020-08-03 21:45:07,501] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 21:45:07,503] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 21:45:08,647] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EOve2wRrwno&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:45:09,096] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbTJTKabkaoMcBkVlStfCZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:45:12,493] /u/Ohwordmyguy had their flair updated +[2020-08-03 21:45:32,091] There has been a new submission: 'COD Mobile Slayer Montage (All feedbacks shall be much appreciated)', with flair 'Gaming' +[2020-08-03 21:45:33,777] /u/RinsibleMars07 had their submission removed for insufficient lambda. +[2020-08-03 21:45:35,132] /u/RinsibleMars07 had their flair updated +[2020-08-03 21:45:52,883] There has been a new submission: 'Twitch VOD turned into a youtube video. Is it engaging and fun to watch? HALP PLS. Constructive criticism only please', with flair 'Video Critique' +[2020-08-03 21:45:54,933] /u/catapooh had their submission removed for insufficient lambda. +[2020-08-03 21:45:56,210] /u/catapooh had their flair updated +[2020-08-03 21:46:14,192] There has been a new submission: 'Maybe I’m alone in this thinking', with flair 'Discussion' +[2020-08-03 21:46:15,711] /u/__soarin__ had their flair updated +[2020-08-03 21:46:33,279] There has been a new submission: 'Ever feel afraid to confront your footage?', with flair 'Discussion' +[2020-08-03 21:46:35,047] /u/kaleum_ had their flair updated +[2020-08-03 21:46:52,920] There has been a new submission: 'Posting here again, trying to improve my content. Lmk what feedback yall have!', with flair 'Gaming' +[2020-08-03 21:46:54,516] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 21:46:54,518] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 21:46:56,191] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7L2mszkM1Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:46:56,801] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1kCqj-4UQkhjJ2jJw3zUIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:46:58,940] /u/Blu_Eclipse had their flair updated +[2020-08-03 21:47:17,532] There has been a new submission: 'The Sims 4 Rupaul's Drag Race S1E4.1', with flair 'Gaming' +[2020-08-03 21:47:18,520] /u/SimsHotdogs had their submission removed for insufficient lambda. +[2020-08-03 21:47:19,589] /u/SimsHotdogs had their flair updated +[2020-08-03 21:47:38,918] There has been a new submission: 'Night Call❗️', with flair 'Gaming' +[2020-08-03 21:47:39,987] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-08-03 21:47:41,012] /u/trizzythomas had their flair updated +[2020-08-03 21:48:34,653] '/u/Ohwordmyguy' has given '/u/Onen1ck' lambda! +[2020-08-03 21:48:37,148] /u/Onen1ck had their flair updated +[2020-08-03 21:49:29,248] /u/Ohwordmyguy had their flair updated +[2020-08-03 21:50:19,154] '/u/glazed_turkey' has given '/u/HiddenOddBox' lambda! +[2020-08-03 21:50:22,349] /u/HiddenOddBox had their flair updated +[2020-08-03 21:53:32,518] There has been a new submission: 'Am I alone in this thinking', with flair 'Discussion' +[2020-08-03 21:53:34,536] /u/__soarin__ had their flair updated +[2020-08-03 21:53:56,645] There has been a new submission: 'Just a dumb joke, let me know how the comedy lands.', with flair 'Video Critique' +[2020-08-03 21:53:58,331] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 21:53:58,333] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 21:53:59,439] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z2GjX4MBi-4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:53:59,808] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIHKJYw5gd42nMSRcpQTo9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:54:02,618] /u/dudebehind had their flair updated +[2020-08-03 21:54:22,416] There has been a new submission: 'Toxic Valorant Moments - I don't make videos like this but decided to give it a go and would like some tips on how to improve videos like this. Giving lambda for thoughtful reviews! MATURE LANGUAGE WARNING', with flair 'Video Critique' +[2020-08-03 21:54:24,870] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 21:54:24,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 21:54:26,015] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6_8Y4veuIxs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:54:26,506] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTpdWzThpVKdsLHBbaKf6xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:54:28,999] /u/glazed_turkey had their flair updated +[2020-08-03 21:55:11,123] There has been a new submission: '3rd try but am I alone in this thinking?', with flair 'Meta' +[2020-08-03 21:55:12,720] /u/__soarin__ had their flair updated +[2020-08-03 21:56:01,548] There has been a new submission: 'First post here and havent uploaded in a year. Tell me what ya think', with flair 'Gaming' +[2020-08-03 21:56:03,633] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 21:56:03,672] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 21:56:04,983] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ubyqr9C7scY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:56:05,394] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCI6uUiLk_HfrePsk7N1Zg0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 21:56:07,925] /u/Dash_Stache16 had their flair updated +[2020-08-03 22:00:30,871] There has been a new submission: 'Let's Discuss!!', with flair 'Discussion' +[2020-08-03 22:00:35,833] /u/NiftyBiscuit4 had their flair updated +[2020-08-03 22:03:58,504] There has been a new submission: 'Can't Keep A good Goblin Down | Slay the Spire Ep. 7 by DazePlayz. Please check out my channel 😁', with flair 'Gaming' +[2020-08-03 22:04:01,046] /u/Hi_im_dazey had their submission removed for insufficient lambda. +[2020-08-03 22:04:02,928] /u/Hi_im_dazey had their flair updated +[2020-08-03 22:09:02,392] There has been a new submission: 'I JUST WANT TO PASS DID I? I DON'T WANT TO FAIL CPNRE! AM I A NURSE NOW? HOPE SO!', with flair 'Vlog' +[2020-08-03 22:09:03,780] /u/DonthatePEEEPS had their submission removed for insufficient lambda. +[2020-08-03 22:09:04,601] /u/DonthatePEEEPS had their flair updated +[2020-08-03 22:13:41,542] There has been a new submission: 'A Quick Unlisted Test Video, Looking for Feedback on My Lighting, Sound, Intro and End card!', with flair 'Video Critique' +[2020-08-03 22:13:41,990] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 22:13:42,008] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 22:13:42,387] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nSaRptUUWe4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:13:42,616] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdMUjbod2MzuyqEe1xGHb_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:13:44,994] /u/mouse_irl had their flair updated +[2020-08-03 22:14:22,141] There has been a new submission: 'Ive never done this before and I dont know if Im doing this right but let me know what I can do to improve my videos please and Thank you for you time!', with flair 'Video Critique' +[2020-08-03 22:14:22,549] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 22:14:22,551] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 22:14:22,872] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K22o26IsM30&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:14:23,108] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYUObEwHSPSBs48wwz_Ec_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:14:25,761] /u/Whalvin had their flair updated +[2020-08-03 22:18:09,373] There has been a new submission: 'Video Feedback Please! New YouTuber', with flair 'Video Critique' +[2020-08-03 22:18:12,035] /u/dansometv had their flair updated +[2020-08-03 22:31:26,242] '/u/glazed_turkey' has given '/u/Hamlet_71' lambda! +[2020-08-03 22:31:29,145] /u/Hamlet_71 had their flair updated +[2020-08-03 22:32:34,749] There has been a new submission: 'Slackline Buying Guide. New video where I go over some tips for shopping for new products online and how to tell if a company is legit or not. Will give lambda for any criticism', with flair 'Video Critique' +[2020-08-03 22:32:36,504] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 22:32:36,506] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 22:32:37,944] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O9QbUvl0I7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:32:38,559] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCauO1aO3X0vxYql6dDQX4kg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 22:32:41,718] /u/BagelBummm had their flair updated +[2020-08-03 22:35:51,940] '/u/mouse_irl' has given '/u/DTV998' lambda! +[2020-08-03 22:35:54,280] /u/DTV998 had their flair updated +[2020-08-03 22:40:11,652] +#################### +[Aug 03 2020 22:40:11] RESTARTED +#################### + +[2020-08-03 23:25:12,207] There has been a new submission: 'SEKIRO - Behind The SCENES, What really goes behind YOUTUBE video Editing', with flair 'Gaming' +[2020-08-03 23:25:13,341] /u/ydfonzgaming had their submission removed for insufficient lambda. +[2020-08-03 23:25:14,673] /u/ydfonzgaming had their flair updated +[2020-08-03 23:25:21,410] There has been a new submission: 'MODERN HOUSE 4', with flair 'Gaming' +[2020-08-03 23:25:22,454] /u/vdkrevelation94 had their submission removed for insufficient lambda. +[2020-08-03 23:25:23,798] /u/vdkrevelation94 had their flair updated +[2020-08-03 23:25:41,153] There has been a new submission: 'So I made a video about this new battle royal called fall guys! Any feedback would be much appreciated :)', with flair 'Gaming' +[2020-08-03 23:25:42,378] /u/TheRandomStickman had their submission removed for insufficient lambda. +[2020-08-03 23:25:43,648] /u/TheRandomStickman had their flair updated +[2020-08-03 23:26:48,798] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-08-03 23:26:51,499] /u/DTV998 had their flair updated +[2020-08-03 23:27:24,015] '/u/aspirefitnesswalnut' has given '/u/allanenraged13' lambda! +[2020-08-03 23:27:26,420] /u/allanenraged13 had their flair updated +[2020-08-03 23:28:44,534] '/u/aspirefitnesswalnut' has given '/u/jaxtnh' lambda! +[2020-08-03 23:28:46,417] /u/jaxtnh had their flair updated +[2020-08-03 23:29:06,861] '/u/aspirefitnesswalnut' has given '/u/Blu_Eclipse' lambda! +[2020-08-03 23:29:09,112] /u/Blu_Eclipse had their flair updated +[2020-08-03 23:29:54,140] '/u/dudebehind' has given '/u/titomakanijr' lambda! +[2020-08-03 23:29:55,486] /u/titomakanijr had their flair updated +[2020-08-03 23:30:40,896] '/u/MrMoo-Youtube' has given '/u/retro_and_chill' lambda! +[2020-08-03 23:30:43,436] /u/retro_and_chill had their flair updated +[2020-08-03 23:31:05,203] '/u/mouse_irl' has given '/u/titomakanijr' lambda! +[2020-08-03 23:31:07,985] /u/titomakanijr had their flair updated +[2020-08-03 23:32:29,291] '/u/Illfury' has given '/u/Sneezemepleeze' lambda! +[2020-08-03 23:32:31,620] /u/Sneezemepleeze had their flair updated +[2020-08-03 23:33:22,124] /u/titomakanijr had their flair updated +[2020-08-03 23:37:33,307] There has been a new submission: 'Anything I can do?', with flair 'Vlog' +[2020-08-03 23:37:34,825] /u/RmaxSkii had their submission removed for insufficient lambda. +[2020-08-03 23:37:35,809] /u/RmaxSkii had their flair updated +[2020-08-03 23:37:54,103] There has been a new submission: 'Can I get some feedback on my latest video :))', with flair 'Channel Review' +[2020-08-03 23:37:54,925] /u/A_For_Banana had their submission removed for insufficient lambda. +[2020-08-03 23:37:56,071] /u/A_For_Banana had their flair updated +[2020-08-03 23:43:17,928] '/u/BagelBummm' has given '/u/catlessdog' lambda! +[2020-08-03 23:43:20,466] /u/catlessdog had their flair updated +[2020-08-03 23:43:36,613] There has been a new submission: 'Hey there i just made this video and uploaded it i would love some feedback :) its kinda NSFW but like you should enjoy it i think WILL GIVE !Lambda | if u laf u hav 2 sub doe :)', with flair 'Video Critique' +[2020-08-03 23:43:38,123] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-03 23:43:38,156] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-03 23:43:39,247] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y7TbFpV-WLs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 23:43:39,524] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxdxZVYJx4DG5MS8S7c-Kxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-03 23:43:42,585] /u/catlessdog had their flair updated +[2020-08-03 23:52:48,530] There has been a new submission: 'Season 3 be viben', with flair 'Gaming' +[2020-08-03 23:52:50,409] /u/MrGuyTheGreat had their submission removed for insufficient lambda. +[2020-08-03 23:52:52,498] /u/MrGuyTheGreat had their flair updated +[2020-08-04 00:05:01,797] There has been a new submission: 'Hi y'all! I just started a YTC. I'm a filmmaker and model making lifestyle vids and talk about living and working in NYC. Here's my most recent vid, please check it out and like/sub if you enjoy it!', with flair 'Video Critique' +[2020-08-04 00:05:03,189] /u/itsevaevans had their submission removed for insufficient lambda. +[2020-08-04 00:05:04,864] /u/itsevaevans had their flair updated +[2020-08-04 00:10:40,111] There has been a new submission: 'Best way to transition content', with flair 'Discussion' +[2020-08-04 00:10:44,681] /u/Jlegomon had their flair updated +[2020-08-04 00:15:02,868] '/u/disloyalclothYT' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-04 00:15:05,284] /u/YaGuyAlex_yt had their flair updated +[2020-08-04 00:15:11,525] There has been a new submission: 'My first strike', with flair 'None' +[2020-08-04 00:15:13,191] /u/Azrailh had their submission removed for insufficient lambda. +[2020-08-04 00:15:14,847] /u/Azrailh had their flair updated +[2020-08-04 00:19:02,815] There has been a new submission: 'Can I get some feedback on this Lego Video I made with my friends?', with flair 'Video Critique' +[2020-08-04 00:19:04,122] /u/Cyonal had their submission removed for insufficient lambda. +[2020-08-04 00:19:04,902] /u/Cyonal had their flair updated +[2020-08-04 00:20:51,676] '/u/codephony' has given '/u/BaneShake' lambda! +[2020-08-04 00:20:55,692] /u/BaneShake had their flair updated +[2020-08-04 00:23:13,419] '/u/codephony' has given '/u/FrailFlunky99' lambda! +[2020-08-04 00:23:16,205] /u/FrailFlunky99 had their flair updated +[2020-08-04 00:24:19,460] '/u/codephony' has given '/u/Blu_Eclipse' lambda! +[2020-08-04 00:24:22,243] /u/Blu_Eclipse had their flair updated +[2020-08-04 00:25:46,714] There has been a new submission: '10 Side Hustles for Crafty Creators | Make More Money from your Passion!', with flair 'Art' +[2020-08-04 00:25:48,180] /u/SparkleByMonica had their submission removed for insufficient lambda. +[2020-08-04 00:25:50,370] /u/SparkleByMonica had their flair updated +[2020-08-04 00:37:23,506] There has been a new submission: 'I just want to make you laugh (tell me your favorite parts)', with flair 'Video Critique' +[2020-08-04 00:37:24,934] /u/GingeyboiYT had their submission removed for insufficient lambda. +[2020-08-04 00:37:26,160] /u/GingeyboiYT had their flair updated +[2020-08-04 00:40:30,368] +#################### +[Aug 04 2020 00:40:30] RESTARTED +#################### + +[2020-08-04 00:55:58,638] '/u/glazed_turkey' has given '/u/Cyonal' lambda! +[2020-08-04 00:56:00,931] /u/Cyonal had their flair updated +[2020-08-04 01:17:03,674] There has been a new submission: 'Please check out my new video guys, could use some advice', with flair 'Gaming' +[2020-08-04 01:17:06,902] /u/ZoM_Beefstump had their submission removed for insufficient lambda. +[2020-08-04 01:17:08,006] /u/ZoM_Beefstump had their flair updated +[2020-08-04 01:18:43,141] '/u/Whalvin' has given '/u/HumbelGeniusYT' lambda! +[2020-08-04 01:18:45,517] /u/HumbelGeniusYT had their flair updated +[2020-08-04 01:19:08,791] '/u/1NSOMN1AW01F' has given '/u/Redmond93' lambda! +[2020-08-04 01:19:10,921] /u/Redmond93 had their flair updated +[2020-08-04 01:21:48,197] '/u/glazed_turkey' has given '/u/TrickyAcid' lambda! +[2020-08-04 01:21:50,986] /u/TrickyAcid had their flair updated +[2020-08-04 01:23:59,851] There has been a new submission: 'This is the first episode of a show my friend is creating let me know what you think.', with flair 'Video Critique' +[2020-08-04 01:24:01,195] /u/breinholt15 had their submission removed for insufficient lambda. +[2020-08-04 01:24:03,024] /u/breinholt15 had their flair updated +[2020-08-04 01:27:27,856] There has been a new submission: 'Jesse McRonalds', with flair 'Gaming' +[2020-08-04 01:27:29,329] /u/BIGFOOTGAMER had their submission removed for insufficient lambda. +[2020-08-04 01:27:30,640] /u/BIGFOOTGAMER had their flair updated +[2020-08-04 01:27:50,753] '/u/glazed_turkey' has given '/u/gianniks' lambda! +[2020-08-04 01:27:53,078] /u/gianniks had their flair updated +[2020-08-04 01:47:08,101] '/u/beppu125' has given '/u/RupturedPhenomenon' lambda! +[2020-08-04 01:47:10,800] /u/RupturedPhenomenon had their flair updated +[2020-08-04 01:47:29,652] There has been a new submission: 'I Tested the BBC Food Egg Fried Rice Recipe', with flair 'Vlog' +[2020-08-04 01:47:30,760] /u/jessie_berry had their submission removed for insufficient lambda. +[2020-08-04 01:47:32,036] /u/jessie_berry had their flair updated +[2020-08-04 01:49:15,983] '/u/beppu125' has given '/u/baechanka' lambda! +[2020-08-04 01:49:18,152] /u/baechanka had their flair updated +[2020-08-04 01:58:10,314] '/u/glazed_turkey' has given '/u/Woftoki' lambda! +[2020-08-04 01:58:11,502] /u/Woftoki had their flair updated +[2020-08-04 02:00:24,615] '/u/Ohwordmyguy' has given '/u/retro_and_chill' lambda! +[2020-08-04 02:00:26,819] /u/retro_and_chill had their flair updated +[2020-08-04 02:01:30,346] There has been a new submission: 'My first real video', with flair 'Video Critique' +[2020-08-04 02:01:32,108] /u/sammy15418 had their submission removed for insufficient lambda. +[2020-08-04 02:01:34,403] /u/sammy15418 had their flair updated +[2020-08-04 02:02:46,426] '/u/Whalvin' has given '/u/Hamlet_71' lambda! +[2020-08-04 02:02:48,883] /u/Hamlet_71 had their flair updated +[2020-08-04 02:04:51,880] There has been a new submission: 'Patrolled the highway and added some music and REIMAGINED a couple aspects. All feedback and comments are GREATLY appreciated!', with flair 'Gaming' +[2020-08-04 02:04:54,667] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 02:04:54,707] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 02:04:56,263] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KdR439facIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 02:04:56,632] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbSF84hY6vQEVMH25vTg_kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 02:04:59,582] /u/Hamlet_71 had their flair updated +[2020-08-04 02:05:25,028] '/u/glazed_turkey' has given '/u/undercoveractor' lambda! +[2020-08-04 02:05:27,401] /u/undercoveractor had their flair updated +[2020-08-04 02:12:25,704] There has been a new submission: 'Hey there!', with flair 'Gaming' +[2020-08-04 02:12:27,230] /u/DATBOI_BLACKSTAR had their submission removed for insufficient lambda. +[2020-08-04 02:12:29,490] /u/DATBOI_BLACKSTAR had their flair updated +[2020-08-04 02:13:11,835] There has been a new submission: '"New England Reformers"', with flair 'Discussion' +[2020-08-04 02:13:14,000] /u/HUQ_Finn had their flair updated +[2020-08-04 02:15:08,559] There has been a new submission: 'Minecraft Epic Castle Tour | Minecraft: Pocket Edition | Learning Archive Part 1', with flair 'Video Critique' +[2020-08-04 02:15:09,942] /u/jd-h had their submission removed for insufficient lambda. +[2020-08-04 02:15:11,637] /u/jd-h had their flair updated +[2020-08-04 02:15:28,664] There has been a new submission: 'Check out our new channel. We show our experience as a couple nearing the end of medical school and applying for residency. We show a day in the life style vlogs and share advice and tips on how to succeed!', with flair 'Vlog' +[2020-08-04 02:15:29,874] /u/MatchMadeinMedicine had their submission removed for insufficient lambda. +[2020-08-04 02:15:31,467] /u/MatchMadeinMedicine had their flair updated +[2020-08-04 02:16:33,680] '/u/chiefofbricks' has given '/u/Redmond93' lambda! +[2020-08-04 02:16:36,182] /u/Redmond93 had their flair updated +[2020-08-04 02:32:18,473] There has been a new submission: '!givelambda if you can tell me about a video you liked or anything that should be changed', with flair 'Channel Review' +[2020-08-04 02:32:22,243] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-04 02:34:33,999] '/u/glazed_turkey' has given '/u/VantaRaptor' lambda! +[2020-08-04 02:34:36,584] /u/VantaRaptor had their flair updated +[2020-08-04 02:35:47,715] '/u/glazed_turkey' has given '/u/GamesbeingGames' lambda! +[2020-08-04 02:35:49,882] /u/GamesbeingGames had their flair updated +[2020-08-04 02:40:10,342] +#################### +[Aug 04 2020 02:40:10] RESTARTED +#################### + +[2020-08-04 03:11:26,905] There has been a new submission: 'I’m the best gta youtuber other than radal', with flair 'Gaming' +[2020-08-04 03:11:30,303] /u/uyirii-boy had their submission removed for insufficient lambda. +[2020-08-04 03:11:32,393] /u/uyirii-boy had their flair updated +[2020-08-04 03:11:52,412] There has been a new submission: 'This Is One Of The MAIN REASONS Why You SHOULD NOT TALK TO STRANGERS AND CHAT AT NIGHT! |RandomGames', with flair 'Gaming' +[2020-08-04 03:11:53,881] /u/onail had their submission removed for insufficient lambda. +[2020-08-04 03:11:56,049] /u/onail had their flair updated +[2020-08-04 03:14:51,398] There has been a new submission: 'Bionicle Rahkshi Guurahk Review! (LEGO 2003 set 8590)', with flair 'Video Critique' +[2020-08-04 03:14:54,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 03:14:54,245] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 03:14:55,234] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ntmT8A9P2JY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:14:55,589] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV4qPn06kZAzFxYyIkaOLKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:14:58,306] /u/BaneShake had their flair updated +[2020-08-04 03:15:13,209] There has been a new submission: 'Blunt honesty is appreciated. Guaranteed lambada for a good feedback.', with flair 'Video Critique' +[2020-08-04 03:15:13,720] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 03:15:13,722] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 03:15:14,455] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9DTNEiggiz0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:15:14,866] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCplZ1Tf02Ng9XdMFmv-roqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:15:17,445] /u/BlackBear33ovy had their flair updated +[2020-08-04 03:15:35,022] There has been a new submission: 'Promoting my friend's YouTube channel!', with flair 'Gaming' +[2020-08-04 03:15:36,542] /u/Wooden-Product had their submission removed for insufficient lambda. +[2020-08-04 03:15:37,978] /u/Wooden-Product had their flair updated +[2020-08-04 03:15:56,463] There has been a new submission: 'Hi Reddit! My YouTube Channel has a bit of everything. I post censored Gameplays, Short Stories, AND Random Videos. Would love to know if maybe I'm too all over the place. And if you like what you see please subscribe :) Thank you so much for your help!', with flair 'Channel Review' +[2020-08-04 03:15:58,878] /u/badumbumpsh had their submission removed for insufficient lambda. +[2020-08-04 03:16:00,148] /u/badumbumpsh had their flair updated +[2020-08-04 03:24:10,189] There has been a new submission: 'Looking to find what to do with my yt channel and waht contents to upload need your help pls', with flair 'Thumbnail Review' +[2020-08-04 03:24:11,949] /u/MtoC_Nation had their submission removed for insufficient lambda. +[2020-08-04 03:24:13,750] /u/MtoC_Nation had their flair updated +[2020-08-04 03:30:44,745] /u/titomakanijr had their flair updated +[2020-08-04 03:31:06,046] There has been a new submission: 'HOW TO DOWNLOAD TACTIS IN FM 20- FOOTBALL MANAGER 2020', with flair 'Gaming' +[2020-08-04 03:31:08,131] /u/thegamingmusab had their submission removed for insufficient lambda. +[2020-08-04 03:31:10,382] /u/thegamingmusab had their flair updated +[2020-08-04 03:33:30,592] '/u/dudebehind' has given '/u/brovalley' lambda! +[2020-08-04 03:33:33,209] /u/brovalley had their flair updated +[2020-08-04 03:35:53,060] '/u/dudebehind' has given '/u/gponnapa' lambda! +[2020-08-04 03:35:55,322] /u/gponnapa had their flair updated +[2020-08-04 03:37:17,597] There has been a new submission: '106 OVR AD GAMEPLAY IN NBA LIVE MOBILE 20 !!!', with flair 'Gaming' +[2020-08-04 03:37:18,661] /u/AlectrikYT had their submission removed for insufficient lambda. +[2020-08-04 03:37:19,812] /u/AlectrikYT had their flair updated +[2020-08-04 03:41:06,694] There has been a new submission: 'First time making a video like this so feedback would be super appreciated!', with flair 'Video Critique' +[2020-08-04 03:41:09,159] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 03:41:09,279] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 03:41:10,227] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IHySFy2hRJo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:41:10,596] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCc9ohRYc9YeynsNx7eIrToA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 03:41:15,064] /u/RupturedPhenomenon had their flair updated +[2020-08-04 03:50:42,038] There has been a new submission: 'I would appreciate if you guys check out my channel and leave some feedback. If you like my content please leave a like and subscribe :)', with flair 'Gaming' +[2020-08-04 03:50:44,660] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-04 03:50:47,075] /u/xSaydexGaming1 had their flair updated +[2020-08-04 03:57:39,619] There has been a new submission: '[Question] What would make you feel like you're being cared about with tutorial-style content?', with flair 'Discussion' +[2020-08-04 03:57:41,130] /u/FGDesigns had their flair updated +[2020-08-04 04:01:56,999] There has been a new submission: 'Seeking Feedback on my New Video!', with flair 'Video Critique' +[2020-08-04 04:02:01,542] /u/witt340 had their flair updated +[2020-08-04 04:03:31,837] There has been a new submission: 'Minecraft but it’s sad', with flair 'Gaming' +[2020-08-04 04:03:33,393] /u/Bruh-Moment-469 had their submission removed for insufficient lambda. +[2020-08-04 04:03:35,324] /u/Bruh-Moment-469 had their flair updated +[2020-08-04 04:07:16,931] '/u/Blu_Eclipse' has given '/u/Durham-Cocktails' lambda! +[2020-08-04 04:07:19,638] /u/Durham-Cocktails had their flair updated +[2020-08-04 04:07:59,539] '/u/Blu_Eclipse' has given '/u/MacAttack163' lambda! +[2020-08-04 04:08:01,911] /u/MacAttack163 had their flair updated +[2020-08-04 04:16:46,316] '/u/BlackBear33ovy' has given '/u/Yourpoop' lambda! +[2020-08-04 04:16:48,661] /u/Yourpoop had their flair updated +[2020-08-04 04:18:39,462] '/u/BlackBear33ovy' has given '/u/MacAttack163' lambda! +[2020-08-04 04:18:41,552] /u/MacAttack163 had their flair updated +[2020-08-04 04:23:28,038] There has been a new submission: '"we have become what we feared" | The Forest Series | E01 (Looking for feedback and or anything)', with flair 'Video Critique' +[2020-08-04 04:23:29,799] /u/SergeantPandaa had their submission removed for insufficient lambda. +[2020-08-04 04:23:31,808] /u/SergeantPandaa had their flair updated +[2020-08-04 04:26:11,642] There has been a new submission: 'Has Anyone Been Recommended By Youtube A Video With Under 1K Views?', with flair 'Discussion' +[2020-08-04 04:26:13,416] /u/NoorsNotes had their flair updated +[2020-08-04 04:30:10,008] There has been a new submission: 'I have a gaming review/esque channel, I’d like to see what you guys think of my style', with flair 'Gaming' +[2020-08-04 04:30:12,136] /u/MunchenMan24 had their submission removed for insufficient lambda. +[2020-08-04 04:30:14,451] /u/MunchenMan24 had their flair updated +[2020-08-04 04:38:52,406] There has been a new submission: 'MW2 Remastere Episode 2', with flair 'Gaming' +[2020-08-04 04:38:53,240] /u/vicmar24 had their submission removed for insufficient lambda. +[2020-08-04 04:38:54,136] /u/vicmar24 had their flair updated +[2020-08-04 04:39:14,456] There has been a new submission: 'How to really get big or have attention drawn', with flair 'Meta' +[2020-08-04 04:39:15,314] /u/BeannYt had their flair updated +[2020-08-04 04:39:30,702] There has been a new submission: 'Any form criticism would be helpful- this is my newest comedy gaming video | put a LOT of time into basic edits and graphics (LAMBDA for helpful feedback)', with flair 'Video Critique' +[2020-08-04 04:39:31,154] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 04:39:31,155] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 04:39:31,529] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j50ZvFTjtt8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 04:39:31,709] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 04:39:32,712] /u/MacAttack163 had their flair updated +[2020-08-04 04:39:52,833] There has been a new submission: 'Just tryin to make some people laugh and do my part entertaining folks.', with flair 'Vlog' +[2020-08-04 04:40:09,911] +#################### +[Aug 04 2020 04:40:09] RESTARTED +#################### + +[2020-08-04 04:49:52,696] /u/RupturedPhenomenon had their flair updated +[2020-08-04 05:11:00,210] There has been a new submission: 'New Siege video I just made', with flair 'Gaming' +[2020-08-04 05:11:02,867] /u/TindaleTV had their submission removed for insufficient lambda. +[2020-08-04 05:11:05,156] /u/TindaleTV had their flair updated +[2020-08-04 05:11:26,712] There has been a new submission: 'check out my channel! https://www.youtube.com/channel/UCd6DB5CEmdY9ct_OJGaNS2A?view_as=subscriber (its alright)', with flair 'Channel Review' +[2020-08-04 05:11:28,594] /u/Nuclear_Curry had their submission removed for insufficient lambda. +[2020-08-04 05:11:30,767] /u/Nuclear_Curry had their flair updated +[2020-08-04 05:12:09,726] '/u/codephony' has given '/u/Redmond93' lambda! +[2020-08-04 05:12:12,474] /u/Redmond93 had their flair updated +[2020-08-04 05:12:37,832] '/u/codephony' has given '/u/gponnapa' lambda! +[2020-08-04 05:12:40,291] /u/gponnapa had their flair updated +[2020-08-04 05:13:30,690] /u/RupturedPhenomenon had their flair updated +[2020-08-04 05:16:35,115] There has been a new submission: 'I changed my editing a bit and did a funny edit at 5:35 wanna know how I did and what I can do to improve. Hope you enjoy it?', with flair 'Video Critique' +[2020-08-04 05:16:37,645] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 05:16:37,647] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 05:16:39,121] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Hf2okUTVE50&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 05:16:39,450] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 05:16:41,572] /u/rociscool_ had their flair updated +[2020-08-04 05:19:35,263] There has been a new submission: 'whats the longest time youve worked on a video?', with flair 'Discussion' +[2020-08-04 05:19:38,182] /u/snailsandbugs had their flair updated +[2020-08-04 05:20:18,539] There has been a new submission: 'Skater XL Monatage I made, you like?', with flair 'Gaming' +[2020-08-04 05:20:21,345] /u/GenuineClips had their submission removed for insufficient lambda. +[2020-08-04 05:20:23,677] /u/GenuineClips had their flair updated +[2020-08-04 05:29:07,568] There has been a new submission: 'I made a commentary comedy video goofing on some school video projects i found online and I was hoping to get some feedback :)', with flair 'Video Critique' +[2020-08-04 05:29:08,327] /u/Cutie-cumshot had their submission removed for insufficient lambda. +[2020-08-04 05:29:09,045] /u/Cutie-cumshot had their flair updated +[2020-08-04 05:34:42,918] There has been a new submission: 'Looking for a small group for game videos', with flair 'Collab' +[2020-08-04 05:34:45,050] /u/Bassist04 had their flair updated +[2020-08-04 05:54:02,762] '/u/witt340' has given '/u/rociscool_' lambda! +[2020-08-04 05:54:05,504] /u/rociscool_ had their flair updated +[2020-08-04 06:05:15,645] '/u/RupturedPhenomenon' has given '/u/SergeantPandaa' lambda! +[2020-08-04 06:05:18,873] /u/SergeantPandaa had their flair updated +[2020-08-04 06:12:38,192] '/u/glazed_turkey' has given '/u/MomiMuscle' lambda! +[2020-08-04 06:12:40,241] /u/MomiMuscle had their flair updated +[2020-08-04 06:23:26,627] '/u/dziadu' has given '/u/molechin' lambda! +[2020-08-04 06:23:28,494] /u/molechin had their flair updated +[2020-08-04 06:25:25,662] '/u/dziadu' has given '/u/DTV998' lambda! +[2020-08-04 06:25:27,288] /u/DTV998 had their flair updated +[2020-08-04 06:28:18,018] There has been a new submission: 'Simpex Legends: Episode 1 - Enter The JoJo Men', with flair 'Gaming' +[2020-08-04 06:28:18,926] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-04 06:28:19,946] /u/majin_hendrix had their flair updated +[2020-08-04 06:40:04,065] +#################### +[Aug 04 2020 06:40:04] RESTARTED +#################### + +[2020-08-04 07:06:33,884] '/u/MacAttack163' has given '/u/dansometv' lambda! +[2020-08-04 07:06:36,674] /u/dansometv had their flair updated +[2020-08-04 07:06:56,014] '/u/MacAttack163' has given '/u/RBDKris' lambda! +[2020-08-04 07:06:58,640] /u/RBDKris had their flair updated +[2020-08-04 07:07:32,442] '/u/MacAttack163' has given '/u/MomiMuscle' lambda! +[2020-08-04 07:07:34,488] /u/MomiMuscle had their flair updated +[2020-08-04 07:08:08,908] '/u/MacAttack163' has given '/u/dudebehind' lambda! +[2020-08-04 07:08:10,955] /u/dudebehind had their flair updated +[2020-08-04 07:08:29,448] '/u/MacAttack163' has given '/u/rociscool_' lambda! +[2020-08-04 07:08:31,543] /u/rociscool_ had their flair updated +[2020-08-04 07:08:51,306] '/u/MacAttack163' has given '/u/Nomad_ActualYT' lambda! +[2020-08-04 07:08:54,388] /u/Nomad_ActualYT had their flair updated +[2020-08-04 07:09:28,678] '/u/Hamlet_71' has given '/u/dansometv' lambda! +[2020-08-04 07:09:30,931] /u/dansometv had their flair updated +[2020-08-04 07:10:16,211] '/u/glazed_turkey' has given '/u/dansometv' lambda! +[2020-08-04 07:10:18,273] /u/dansometv had their flair updated +[2020-08-04 07:10:46,025] '/u/FindAKidneyDonor-Com' has given '/u/myogloben' lambda! +[2020-08-04 07:10:48,727] /u/myogloben had their flair updated +[2020-08-04 07:11:35,473] There has been a new submission: 'I made a game rant/review video. Any sort of criticism would be helpful!', with flair 'Video Critique' +[2020-08-04 07:11:37,141] /u/rayledyt had their submission removed for insufficient lambda. +[2020-08-04 07:11:39,353] /u/rayledyt had their flair updated +[2020-08-04 07:11:58,595] There has been a new submission: 'I’m actually thinking now Ghost of Tsushima could be my game of the year. What are other people thinking?', with flair 'Gaming' +[2020-08-04 07:12:00,082] /u/therealroymccoy had their submission removed for insufficient lambda. +[2020-08-04 07:12:02,378] /u/therealroymccoy had their flair updated +[2020-08-04 07:12:21,861] There has been a new submission: 'My Voice In Videos. My natural voice in videos do not come out as polished as many people that’s why sometimes I just add background music. I would like to know if I should continue adding my voice or not in vids', with flair 'Video Critique' +[2020-08-04 07:12:23,466] /u/SeriousMinded had their submission removed for insufficient lambda. +[2020-08-04 07:12:25,432] /u/SeriousMinded had their flair updated +[2020-08-04 07:17:27,385] '/u/RupturedPhenomenon' has given '/u/dansometv' lambda! +[2020-08-04 07:17:29,682] /u/dansometv had their flair updated +[2020-08-04 07:23:04,231] There has been a new submission: 'Hello Everyone, i would like you to check out my channel and help me by sharing your thoughts.', with flair 'Channel Review' +[2020-08-04 07:23:05,662] /u/animatedvideos had their submission removed for insufficient lambda. +[2020-08-04 07:23:07,751] /u/animatedvideos had their flair updated +[2020-08-04 07:32:53,879] '/u/Armack_is_wack' has given '/u/badumbumpsh' lambda! +[2020-08-04 07:32:56,177] /u/badumbumpsh had their flair updated +[2020-08-04 07:33:58,054] '/u/Armack_is_wack' has given '/u/GamesbeingGames' lambda! +[2020-08-04 07:34:00,956] /u/GamesbeingGames had their flair updated +[2020-08-04 07:34:25,689] '/u/Armack_is_wack' has given '/u/Cupidnyaa' lambda! +[2020-08-04 07:34:27,860] /u/Cupidnyaa had their flair updated +[2020-08-04 07:35:35,465] '/u/Armack_is_wack' has given '/u/RevWitty' lambda! +[2020-08-04 07:35:37,882] /u/RevWitty had their flair updated +[2020-08-04 07:36:02,775] '/u/Armack_is_wack' has given '/u/joerazor' lambda! +[2020-08-04 07:36:04,943] /u/joerazor had their flair updated +[2020-08-04 07:36:56,555] '/u/Armack_is_wack' has given '/u/Redmond93' lambda! +[2020-08-04 07:36:59,225] /u/Redmond93 had their flair updated +[2020-08-04 07:38:21,671] There has been a new submission: 'Take 2 - Messed up my first post, RIP Lambda! lol New YouTuber, coach me :)', with flair 'Video Critique' +[2020-08-04 07:38:25,817] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 07:38:25,857] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 07:38:27,580] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wv5klNaGU0c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 07:38:28,154] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 07:38:30,000] /u/dansometv had their flair updated +[2020-08-04 07:39:13,545] '/u/Armack_is_wack' has given '/u/ekaaaans' lambda! +[2020-08-04 07:39:15,890] /u/ekaaaans had their flair updated +[2020-08-04 07:59:27,573] There has been a new submission: 'My most viewed video in YouTube is a low tier shitpost that I spent 5 min editing, feelsstupidman', with flair 'Art' +[2020-08-04 07:59:28,252] /u/RandomLoserRin had their submission removed for insufficient lambda. +[2020-08-04 07:59:28,830] /u/RandomLoserRin had their flair updated +[2020-08-04 08:20:17,022] There has been a new submission: 'The Simple Beauty Of Planet Earth', with flair 'Art' +[2020-08-04 08:20:18,722] /u/paqed had their submission removed for insufficient lambda. +[2020-08-04 08:20:21,116] /u/paqed had their flair updated +[2020-08-04 08:20:41,389] There has been a new submission: 'I am wondering something', with flair 'Discussion' +[2020-08-04 08:20:45,482] /u/jakkerman1995 had their flair updated +[2020-08-04 08:23:04,530] There has been a new submission: 'I am so happy I reached 120 subscriber and hope u guys can show love and subscribe. 🙏🙏🙏❤️❤️💯💯💯💯❤️', with flair 'Channel Review' +[2020-08-04 08:23:05,812] /u/king3730l had their submission removed for insufficient lambda. +[2020-08-04 08:23:07,643] /u/king3730l had their flair updated +[2020-08-04 08:29:21,894] '/u/glazed_turkey' has given '/u/animatedvideos' lambda! +[2020-08-04 08:29:22,794] /u/animatedvideos had their flair updated +[2020-08-04 08:30:10,520] There has been a new submission: 'New video, just hit 100 subs ! Please provide feedback', with flair 'Gaming' +[2020-08-04 08:30:12,116] /u/Fluffybaccar had their submission removed for insufficient lambda. +[2020-08-04 08:30:14,448] /u/Fluffybaccar had their flair updated +[2020-08-04 08:35:58,119] /u/rociscool_ had their flair updated +[2020-08-04 08:36:41,305] '/u/glazed_turkey' has given '/u/RBDKris' lambda! +[2020-08-04 08:36:43,802] /u/RBDKris had their flair updated +[2020-08-04 08:37:05,716] '/u/glazed_turkey' has given '/u/beppu125' lambda! +[2020-08-04 08:37:07,929] /u/beppu125 had their flair updated +[2020-08-04 08:40:08,055] +#################### +[Aug 04 2020 08:40:08] RESTARTED +#################### + +[2020-08-04 09:12:12,799] '/u/playerinfinity707' has given '/u/allanenraged13' lambda! +[2020-08-04 09:12:15,633] /u/allanenraged13 had their flair updated +[2020-08-04 09:14:06,328] '/u/glazed_turkey' has given '/u/ZaVizion' lambda! +[2020-08-04 09:14:08,864] /u/ZaVizion had their flair updated +[2020-08-04 09:14:41,269] There has been a new submission: 'BEST FAL CLASS CALL OF DUTY WARZONE / BEST HDR CLASS WARZONE (Modern Warfare Warzone Best Loadout)', with flair 'Gaming' +[2020-08-04 09:14:42,498] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-08-04 09:14:44,090] /u/HelloThereUK had their flair updated +[2020-08-04 09:15:03,425] There has been a new submission: 'New youtube channel,looking for feedback', with flair 'Channel Review' +[2020-08-04 09:15:04,566] /u/lgre1980 had their submission removed for insufficient lambda. +[2020-08-04 09:15:05,937] /u/lgre1980 had their flair updated +[2020-08-04 09:15:22,558] There has been a new submission: 'SILENT & SNEAKY MK2 SHOTGUNS TO THE VAULT', with flair 'Gaming' +[2020-08-04 09:15:23,792] /u/GRISELDAGRINDERS had their submission removed for insufficient lambda. +[2020-08-04 09:15:25,110] /u/GRISELDAGRINDERS had their flair updated +[2020-08-04 09:15:42,068] There has been a new submission: 'NEW FAST FOOD MUKBANG + review! 패스트푸드 새 메뉴 먹방 | Krispy Kreme, Taco Bell, Burger King, Starbucks 🍟🌯🍩', with flair 'Vlog' +[2020-08-04 09:15:43,457] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-08-04 09:15:44,771] /u/gsyu98 had their flair updated +[2020-08-04 09:20:52,327] '/u/dansometv' has given '/u/beppu125' lambda! +[2020-08-04 09:20:55,187] /u/beppu125 had their flair updated +[2020-08-04 09:23:04,311] '/u/dansometv' has given '/u/Onen1ck' lambda! +[2020-08-04 09:23:06,967] /u/Onen1ck had their flair updated +[2020-08-04 09:28:25,340] There has been a new submission: 'Promoting Every Video Ultimately Bad?', with flair 'None' +[2020-08-04 09:28:26,526] /u/EngineeringJuice had their submission removed for insufficient lambda. +[2020-08-04 09:28:28,099] /u/EngineeringJuice had their flair updated +[2020-08-04 09:29:06,601] There has been a new submission: 'My Last Video did Surprisingly Well and Now I'm Scared to Post Anything Else.', with flair 'None' +[2020-08-04 09:29:07,670] /u/TheDormHermit had their submission removed for insufficient lambda. +[2020-08-04 09:29:08,693] /u/TheDormHermit had their flair updated +[2020-08-04 09:31:52,766] '/u/Peesukarhuu' has given '/u/titomakanijr' lambda! +[2020-08-04 09:31:55,762] /u/titomakanijr had their flair updated +[2020-08-04 09:34:08,828] '/u/mouse_irl' has given '/u/retro_and_chill' lambda! +[2020-08-04 09:34:11,568] /u/retro_and_chill had their flair updated +[2020-08-04 09:36:01,465] '/u/playerinfinity707' has given '/u/mrmicpopper' lambda! +[2020-08-04 09:36:03,876] /u/mrmicpopper had their flair updated +[2020-08-04 09:36:56,503] '/u/mouse_irl' has given '/u/Yourpoop' lambda! +[2020-08-04 09:36:59,008] /u/Yourpoop had their flair updated +[2020-08-04 09:38:10,424] There has been a new submission: 'Any form criticism would be helpful', with flair 'Video Critique' +[2020-08-04 09:38:11,403] /u/tamasvamos93 had their submission removed for insufficient lambda. +[2020-08-04 09:38:12,390] /u/tamasvamos93 had their flair updated +[2020-08-04 09:38:52,039] There has been a new submission: 'Valorant edit - shortest video I've ever put out. Everything I tried to add afterwards really felt like it killed the video's "flow". Anyone else have this issue with their videos? Feedback on what IS there is also much appreciated!!', with flair 'Video Critique' +[2020-08-04 09:38:56,659] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 09:38:56,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 09:38:58,170] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bPa62I6L-Bs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 09:38:58,540] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbADLyr-Na5O3Mu1A0k14lQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 09:39:00,374] /u/BerneyTD had their flair updated +[2020-08-04 09:39:20,857] There has been a new submission: 'Extremely Valuable Information about the Brain and your Laziness. Please let me know what you think.', with flair 'Video Critique' +[2020-08-04 09:39:23,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 09:39:23,264] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 09:39:24,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fDdJHk5a-h4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 09:39:24,657] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSzgDDN-3WLKAWWV_JvbmbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 09:39:26,870] /u/Ronnie3d had their flair updated +[2020-08-04 09:39:47,740] '/u/mouse_irl' has given '/u/badumbumpsh' lambda! +[2020-08-04 09:39:49,954] /u/badumbumpsh had their flair updated +[2020-08-04 09:40:58,889] '/u/YaGuyAlex_yt' has given '/u/ZaVizion' lambda! +[2020-08-04 09:41:01,510] /u/ZaVizion had their flair updated +[2020-08-04 09:49:49,903] There has been a new submission: 'My Journey from Mumbai to Noida', with flair 'Vlog' +[2020-08-04 09:49:50,843] /u/TanaviGhosalkar had their submission removed for insufficient lambda. +[2020-08-04 09:49:51,294] /u/TanaviGhosalkar had their flair updated +[2020-08-04 09:59:59,455] '/u/mouse_irl' has given '/u/dansometv' lambda! +[2020-08-04 10:00:00,237] /u/dansometv had their flair updated +[2020-08-04 10:18:16,414] There has been a new submission: 'A small walk around the town of Jurado in Colombia.', with flair 'Vlog' +[2020-08-04 10:18:17,683] /u/daniele1272 had their submission removed for insufficient lambda. +[2020-08-04 10:18:18,745] /u/daniele1272 had their flair updated +[2020-08-04 10:25:55,353] '/u/Ap_Gamer20' has given '/u/titomakanijr' lambda! +[2020-08-04 10:25:57,163] /u/titomakanijr had their flair updated +[2020-08-04 10:28:02,709] There has been a new submission: 'Jim James // Chill indie synth pop type beat "Incoherent"', with flair 'Art' +[2020-08-04 10:28:03,604] /u/Jgaud17 had their submission removed for insufficient lambda. +[2020-08-04 10:28:04,788] /u/Jgaud17 had their flair updated +[2020-08-04 10:39:18,182] There has been a new submission: 'Made a funny dad by daylight video', with flair 'Gaming' +[2020-08-04 10:39:19,755] /u/SgOgZ had their submission removed for insufficient lambda. +[2020-08-04 10:39:20,412] /u/SgOgZ had their flair updated +[2020-08-04 10:40:06,700] +#################### +[Aug 04 2020 10:40:06] RESTARTED +#################### + +[2020-08-04 11:15:33,284] '/u/DTV998' has given '/u/brovalley' lambda! +[2020-08-04 11:15:35,615] /u/brovalley had their flair updated +[2020-08-04 11:15:57,088] '/u/dansometv' has given '/u/callmenicpls' lambda! +[2020-08-04 11:15:59,756] /u/callmenicpls had their flair updated +[2020-08-04 11:16:25,466] '/u/dansometv' has given '/u/titomakanijr' lambda! +[2020-08-04 11:16:27,800] /u/titomakanijr had their flair updated +[2020-08-04 11:20:45,507] '/u/BagelBummm' has given '/u/MacAttack163' lambda! +[2020-08-04 11:20:48,619] /u/MacAttack163 had their flair updated +[2020-08-04 11:21:10,741] There has been a new submission: 'Days in the City | Cinematic GH5', with flair 'Vlog' +[2020-08-04 11:21:12,258] /u/nieuwewesten had their submission removed for insufficient lambda. +[2020-08-04 11:21:14,437] /u/nieuwewesten had their flair updated +[2020-08-04 11:21:38,436] There has been a new submission: 'Assemble With Care Review - A few screws loose. I was trying out some different stuff in this one so any feedback would be much appreciated!', with flair 'Video Critique' +[2020-08-04 11:21:41,465] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 11:21:41,546] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 11:21:43,024] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tSRiF1BcrJo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 11:21:43,556] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3A_R4X1e_ifyhV1YWCGMRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 11:21:46,629] /u/titomakanijr had their flair updated +[2020-08-04 11:22:07,919] There has been a new submission: 'Evolution of Warhammer Games 1991-2020, Leave a like if you enjoyed.', with flair 'Video Critique' +[2020-08-04 11:22:09,594] /u/ESTeaDY1968 had their submission removed for insufficient lambda. +[2020-08-04 11:22:11,642] /u/ESTeaDY1968 had their flair updated +[2020-08-04 11:22:33,041] There has been a new submission: 'FMC Tutorial in X-Plane 11 Zibo 737 | HD | 2020 | Drishal MAC2', with flair 'Channel Review' +[2020-08-04 11:22:35,499] /u/Drishal_MAC2 had their submission removed for insufficient lambda. +[2020-08-04 11:22:38,160] /u/Drishal_MAC2 had their flair updated +[2020-08-04 11:29:37,042] There has been a new submission: 'New to YouTube please let me know what you think on my new discussion about the tik tok ban in the u.s', with flair 'Vlog' +[2020-08-04 11:29:38,422] /u/Suprememusic613 had their submission removed for insufficient lambda. +[2020-08-04 11:29:38,949] /u/Suprememusic613 had their flair updated +[2020-08-04 11:34:03,325] There has been a new submission: 'I started making remixes using FL Studio recently. If anyone would like to point out some improvements, please do so! You can make me happy for free just by checking it out. It’ll only take three seconds, and I’ll return the favor if possible.', with flair 'Video Critique' +[2020-08-04 11:34:04,876] /u/za_meochi had their submission removed for insufficient lambda. +[2020-08-04 11:34:06,717] /u/za_meochi had their flair updated +[2020-08-04 11:35:08,796] There has been a new submission: 'Ashes of Creation - Could this be the new golden standard? Everything you need to know.', with flair 'Gaming' +[2020-08-04 11:35:10,119] /u/barrageguides had their submission removed for insufficient lambda. +[2020-08-04 11:35:11,677] /u/barrageguides had their flair updated +[2020-08-04 11:42:40,221] There has been a new submission: 'Looking for people to make thumbnails/edits for', with flair 'Collab' +[2020-08-04 11:42:42,492] /u/Aquanians had their flair updated +[2020-08-04 11:47:08,554] '/u/Armack_is_wack' has given '/u/dansometv' lambda! +[2020-08-04 11:47:11,219] /u/dansometv had their flair updated +[2020-08-04 11:51:21,231] '/u/BerneyTD' has given '/u/titomakanijr' lambda! +[2020-08-04 11:51:24,265] /u/titomakanijr had their flair updated +[2020-08-04 11:51:55,064] /u/Peesukarhuu had their flair updated +[2020-08-04 12:02:12,721] There has been a new submission: 'Released a new storytime time and would like to see critique on It and see how I did', with flair 'Video Critique' +[2020-08-04 12:02:14,766] /u/beamtherailest had their submission removed for insufficient lambda. +[2020-08-04 12:02:16,931] /u/beamtherailest had their flair updated +[2020-08-04 12:03:02,773] '/u/BerneyTD' has given '/u/callmenicpls' lambda! +[2020-08-04 12:03:05,804] /u/callmenicpls had their flair updated +[2020-08-04 12:08:57,266] '/u/thedrq' has given '/u/ZaVizion' lambda! +[2020-08-04 12:08:59,523] /u/ZaVizion had their flair updated +[2020-08-04 12:09:40,043] There has been a new submission: 'Reddit Mistake!', with flair 'Discussion' +[2020-08-04 12:09:42,291] /u/dansometv had their flair updated +[2020-08-04 12:28:09,803] There has been a new submission: 'Please help me get to 300 Sub', with flair 'Gaming' +[2020-08-04 12:28:10,670] /u/gasmask34444 had their submission removed for insufficient lambda. +[2020-08-04 12:28:11,666] /u/gasmask34444 had their flair updated +[2020-08-04 12:28:46,050] There has been a new submission: 'Legitimate channel comments?', with flair 'Channel Review' +[2020-08-04 12:28:47,135] /u/DeceptionYouTube had their submission removed for insufficient lambda. +[2020-08-04 12:28:48,119] /u/DeceptionYouTube had their flair updated +[2020-08-04 12:32:52,825] There has been a new submission: '~ slow ~ reverb ~ wide (p.s: please watch) have a good day', with flair 'None' +[2020-08-04 12:32:54,322] /u/sexandxo had their submission removed for insufficient lambda. +[2020-08-04 12:32:56,948] /u/sexandxo had their flair updated +[2020-08-04 12:33:52,456] '/u/Illfury' has given '/u/ekaaaans' lambda! +[2020-08-04 12:33:56,883] /u/ekaaaans had their flair updated +[2020-08-04 12:40:05,334] +#################### +[Aug 04 2020 12:40:05] RESTARTED +#################### + +[2020-08-04 13:11:11,440] There has been a new submission: 'Give me advice for the video', with flair 'Channel Review' +[2020-08-04 13:11:13,851] /u/Animal_101 had their submission removed for insufficient lambda. +[2020-08-04 13:11:16,064] /u/Animal_101 had their flair updated +[2020-08-04 13:11:36,060] There has been a new submission: 'Hey! I just made an animation about the story unique and strange creatures around the world, ,I added a touch of humor to make it more entertaining, let me know your thoughts! :D', with flair 'Art' +[2020-08-04 13:11:38,191] /u/TaleInABox had their submission removed for insufficient lambda. +[2020-08-04 13:11:40,314] /u/TaleInABox had their flair updated +[2020-08-04 13:12:00,033] There has been a new submission: 'Call Of Duty Warzone 1vs5 Clutch', with flair 'Gaming' +[2020-08-04 13:12:01,850] /u/The-Arma-Channel had their submission removed for insufficient lambda. +[2020-08-04 13:12:03,995] /u/The-Arma-Channel had their flair updated +[2020-08-04 13:12:24,753] There has been a new submission: 'My newest video. Been out for a while but trying to make a comeback!', with flair 'Vlog' +[2020-08-04 13:12:26,231] /u/StijnStrong had their submission removed for insufficient lambda. +[2020-08-04 13:12:28,279] /u/StijnStrong had their flair updated +[2020-08-04 13:13:23,638] '/u/BerneyTD' has given '/u/Adzic254' lambda! +[2020-08-04 13:13:26,425] /u/Adzic254 had their flair updated +[2020-08-04 13:14:19,592] '/u/titomakanijr' has given '/u/Adzic254' lambda! +[2020-08-04 13:14:22,085] /u/Adzic254 had their flair updated +[2020-08-04 13:15:24,335] '/u/titomakanijr' has given '/u/ShikharTrivedi' lambda! +[2020-08-04 13:15:26,329] /u/ShikharTrivedi had their flair updated +[2020-08-04 13:16:29,313] '/u/titomakanijr' has given '/u/badumbumpsh' lambda! +[2020-08-04 13:16:31,730] /u/badumbumpsh had their flair updated +[2020-08-04 13:18:06,651] '/u/titomakanijr' has given '/u/Cyonal' lambda! +[2020-08-04 13:18:08,941] /u/Cyonal had their flair updated +[2020-08-04 13:21:02,246] There has been a new submission: 'New vid wondering on what should be improved for future', with flair 'Video Critique' +[2020-08-04 13:21:03,982] /u/egard43 had their submission removed for insufficient lambda. +[2020-08-04 13:21:06,196] /u/egard43 had their flair updated +[2020-08-04 13:21:28,911] There has been a new submission: '18+ Rainbow Six Siege and Various Games for Funny Moments (PC)', with flair 'Collab' +[2020-08-04 13:21:31,397] /u/bipolarobot had their flair updated +[2020-08-04 13:21:51,461] There has been a new submission: 'I’m not sure if this is the appropriate way to go about this, but after years of wondering if I should do it or not I finally made my first YouTube video and was hoping I could get some constructive criticism on what I could be doing better. Let me know what you think!', with flair 'Video Critique' +[2020-08-04 13:21:52,980] /u/jonn226 had their submission removed for insufficient lambda. +[2020-08-04 13:21:55,072] /u/jonn226 had their flair updated +[2020-08-04 13:22:14,087] There has been a new submission: 'Heading to Garage Sales picking up items to sell on eBay for extra cash!', with flair 'Video Critique' +[2020-08-04 13:22:15,642] /u/WilcoxResell had their submission removed for insufficient lambda. +[2020-08-04 13:22:17,610] /u/WilcoxResell had their flair updated +[2020-08-04 13:23:58,123] '/u/Peesukarhuu' has given '/u/Armack_is_wack' lambda! +[2020-08-04 13:24:00,585] /u/Armack_is_wack had their flair updated +[2020-08-04 13:25:07,255] There has been a new submission: 'In my opinion my best Valorant montage yet. I tried a couple of new things with this one and am really happy with how it turned out. Still looking for feedback though.', with flair 'Video Critique' +[2020-08-04 13:25:07,659] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 13:25:07,662] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 13:25:07,847] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mP_D7L7oSO4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 13:25:07,983] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2qpjsuEYXpczVKWL1-kiKA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 13:25:09,753] /u/PizzaParker36 had their flair updated +[2020-08-04 13:35:13,178] There has been a new submission: 'Keyword research', with flair 'Discussion' +[2020-08-04 13:35:14,969] /u/lunarknight11295 had their flair updated +[2020-08-04 13:36:30,968] There has been a new submission: 'when the homie calls you to smash but there isn't a switch | MY FUNNIEST VIDEO YET', with flair 'Video Critique' +[2020-08-04 13:36:32,810] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 13:36:32,848] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 13:36:33,996] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w2y9Nl6i1qg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 13:36:34,407] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyavgNy7Dw-B_TU2FlrPqlg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 13:36:36,863] /u/acexsd1 had their flair updated +[2020-08-04 13:40:32,066] '/u/RupturedPhenomenon' has given '/u/badumbumpsh' lambda! +[2020-08-04 13:40:35,308] /u/badumbumpsh had their flair updated +[2020-08-04 13:47:12,030] There has been a new submission: 'CALL OF DUTY MOBILE PARTIDA INCRÍVEL DE ICR 1 MONXTRA', with flair 'Gaming' +[2020-08-04 13:47:14,397] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-04 13:47:15,749] /u/MulberryNo1582 had their flair updated +[2020-08-04 13:50:59,279] There has been a new submission: 'Top 10 Free New Mobile Games Release Gameplay Walkthrough iOS Android August 2020 Part 1', with flair 'Gaming' +[2020-08-04 13:51:00,905] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-08-04 13:51:03,159] /u/kogkeepongaming had their flair updated +[2020-08-04 14:01:09,847] There has been a new submission: 'Face Shrine Dungeon Theme - Link's Awakening - Medieval Bardcore Majora's Mask Style', with flair 'Gaming' +[2020-08-04 14:01:11,769] /u/Classified-_ had their submission removed for insufficient lambda. +[2020-08-04 14:01:14,107] /u/Classified-_ had their flair updated +[2020-08-04 14:01:41,843] There has been a new submission: 'So i created this animation video on coronavirus i hope you like it and share your reviews with me', with flair 'Video Critique' +[2020-08-04 14:01:44,521] /u/lazypanda101_ had their submission removed for insufficient lambda. +[2020-08-04 14:01:46,691] /u/lazypanda101_ had their flair updated +[2020-08-04 14:02:08,587] There has been a new submission: 'Keep the love lit. Music: ( Matisyahu - One Day featuring Akon )', with flair 'Art' +[2020-08-04 14:02:10,470] /u/kamihigh5 had their submission removed for insufficient lambda. +[2020-08-04 14:02:12,585] /u/kamihigh5 had their flair updated +[2020-08-04 14:05:33,348] There has been a new submission: '2000’s Nostalgic Compilation', with flair 'Video Critique' +[2020-08-04 14:05:34,738] /u/bellaash2685 had their submission removed for insufficient lambda. +[2020-08-04 14:05:36,277] /u/bellaash2685 had their flair updated +[2020-08-04 14:07:33,441] There has been a new submission: 'Brunch at home with Ian | Unicorn Diaries', with flair 'Vlog' +[2020-08-04 14:07:35,040] /u/erosam1986 had their submission removed for insufficient lambda. +[2020-08-04 14:07:36,145] /u/erosam1986 had their flair updated +[2020-08-04 14:10:28,380] '/u/PizzaParker36' has given '/u/callmenicpls' lambda! +[2020-08-04 14:10:31,284] /u/callmenicpls had their flair updated +[2020-08-04 14:15:04,229] There has been a new submission: 'Helltaker, I kidnapped 11 demon girls', with flair 'Gaming' +[2020-08-04 14:15:05,514] /u/cryingcatisaniceguy had their submission removed for insufficient lambda. +[2020-08-04 14:15:07,128] /u/cryingcatisaniceguy had their flair updated +[2020-08-04 14:25:01,262] '/u/titomakanijr' has given '/u/Callu23' lambda! +[2020-08-04 14:25:04,252] /u/Callu23 had their flair updated +[2020-08-04 14:26:41,202] '/u/PizzaParker36' has given '/u/Cyonal' lambda! +[2020-08-04 14:26:42,520] /u/Cyonal had their flair updated +[2020-08-04 14:29:10,065] '/u/PizzaParker36' has given '/u/Callu23' lambda! +[2020-08-04 14:29:11,018] /u/Callu23 had their flair updated +[2020-08-04 14:32:57,045] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-04 14:34:53,420] There has been a new submission: 'A Lego Building Competition video I made with my friends - Let me know what you think.', with flair 'Video Critique' +[2020-08-04 14:34:55,917] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 14:34:55,919] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 14:34:57,684] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d_zVh6E2QQE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 14:34:58,056] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVo1DOfLHphRJhfioR2djyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 14:35:01,453] /u/Cyonal had their flair updated +[2020-08-04 14:35:58,314] '/u/acexsd1' has given '/u/Callu23' lambda! +[2020-08-04 14:36:00,731] /u/Callu23 had their flair updated +[2020-08-04 14:36:39,532] '/u/acexsd1' has given '/u/playerinfinity707' lambda! +[2020-08-04 14:36:42,071] /u/playerinfinity707 had their flair updated +[2020-08-04 14:39:02,602] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-04 14:40:35,578] +#################### +[Aug 04 2020 14:40:35] RESTARTED +#################### + +[2020-08-04 15:15:50,355] There has been a new submission: 'Should I make a Patreon?', with flair 'Discussion' +[2020-08-04 15:15:54,496] /u/Samanaitor_88 had their flair updated +[2020-08-04 15:16:11,402] There has been a new submission: 'I'm PoopyBeans and this is kinda crazy', with flair 'Gaming' +[2020-08-04 15:16:12,628] /u/dilpooh had their submission removed for insufficient lambda. +[2020-08-04 15:16:13,776] /u/dilpooh had their flair updated +[2020-08-04 15:17:05,143] '/u/titomakanijr' has given '/u/Glittering_Designer' lambda! +[2020-08-04 15:17:07,347] /u/Glittering_Designer had their flair updated +[2020-08-04 15:18:25,930] '/u/Cyonal' has given '/u/baechanka' lambda! +[2020-08-04 15:18:28,098] /u/baechanka had their flair updated +[2020-08-04 15:24:53,612] '/u/MacAttack163' has given '/u/Kalaan10' lambda! +[2020-08-04 15:24:56,286] /u/Kalaan10 had their flair updated +[2020-08-04 15:25:17,742] '/u/MacAttack163' has given '/u/Rizmin' lambda! +[2020-08-04 15:25:19,879] /u/Rizmin had their flair updated +[2020-08-04 15:25:42,132] There has been a new submission: 'Fighting the Powder Gang for Ringo - Fallout New Vegas Part 3', with flair 'Gaming' +[2020-08-04 15:25:43,727] /u/Classified-_ had their submission removed for insufficient lambda. +[2020-08-04 15:25:44,995] /u/Classified-_ had their flair updated +[2020-08-04 15:26:08,444] There has been a new submission: 'Finally built up enough lambda to post here! This is the first video of its kind on my channel, so feedback would be greatly appreciated! "Hololive | A Rabbit Hole Worth Descending - jaecen."', with flair 'Video Critique' +[2020-08-04 15:26:12,598] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 15:26:12,601] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 15:26:14,158] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=33jtD_UciIU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:26:14,770] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-liEaCueugPfa-VREpTFLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:26:17,058] /u/ZaVizion had their flair updated +[2020-08-04 15:26:39,700] There has been a new submission: 'My Name Is Earl and Faith in the American Sitcom', with flair 'Vlog' +[2020-08-04 15:26:41,261] /u/Madalaski had their submission removed for insufficient lambda. +[2020-08-04 15:26:42,365] /u/Madalaski had their flair updated +[2020-08-04 15:27:06,209] There has been a new submission: 'How do you usually promote your channel', with flair 'Discussion' +[2020-08-04 15:27:08,007] /u/Lordgiverne had their flair updated +[2020-08-04 15:27:29,551] There has been a new submission: 'Finally completed this all out parody! (This was really exhausting all by myself). Tried my best so that anyone could relate. I would love suggestions on comedy and engagement.', with flair 'Video Critique' +[2020-08-04 15:27:31,806] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 15:27:31,844] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 15:27:33,406] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_qxxN_FB02I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:27:33,861] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:27:35,831] /u/playerinfinity707 had their flair updated +[2020-08-04 15:27:59,241] There has been a new submission: 'Would love a review on my latest video. I haven't posted in a while and need to dust off the old editing skills. Thank you in advance for all the advice/help!', with flair 'Video Critique' +[2020-08-04 15:28:03,008] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 15:28:03,009] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 15:28:04,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oBxssGVKZnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:28:05,505] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsz698XOWjDMI9aKdiy_B0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:28:07,641] /u/DWRelive had their flair updated +[2020-08-04 15:28:36,007] '/u/MacAttack163' has given '/u/ESTeaDY1968' lambda! +[2020-08-04 15:28:38,630] /u/ESTeaDY1968 had their flair updated +[2020-08-04 15:29:06,494] '/u/MacAttack163' has given '/u/aragon_1399' lambda! +[2020-08-04 15:29:09,404] /u/aragon_1399 had their flair updated +[2020-08-04 15:29:31,640] '/u/MacAttack163' has given '/u/troptaz' lambda! +[2020-08-04 15:29:33,896] /u/troptaz had their flair updated +[2020-08-04 15:29:52,450] '/u/MacAttack163' has given '/u/animatedvideos' lambda! +[2020-08-04 15:29:54,372] /u/animatedvideos had their flair updated +[2020-08-04 15:30:12,127] '/u/MacAttack163' has given '/u/ZaVizion' lambda! +[2020-08-04 15:30:14,339] /u/ZaVizion had their flair updated +[2020-08-04 15:30:41,479] '/u/MacAttack163' has given '/u/beppu125' lambda! +[2020-08-04 15:30:44,219] /u/beppu125 had their flair updated +[2020-08-04 15:31:07,509] '/u/MacAttack163' has given '/u/RinsibleMars07' lambda! +[2020-08-04 15:31:10,579] /u/RinsibleMars07 had their flair updated +[2020-08-04 15:31:33,245] '/u/MacAttack163' has given '/u/A_For_Banana' lambda! +[2020-08-04 15:31:36,675] /u/A_For_Banana had their flair updated +[2020-08-04 15:33:01,753] Starting every day program... +[2020-08-04 15:33:01,754] Updating database statistics... +[2020-08-04 15:33:06,507] Posting and updating wiki... +[2020-08-04 15:33:36,407] Formatting leaderboard... +[2020-08-04 15:33:38,092] Updating sidebar... +[2020-08-04 15:33:39,936] Updated in new reddit... +[2020-08-04 15:33:43,289] Updated in old reddit... +[2020-08-04 15:33:43,290] Completed. +[2020-08-04 15:34:30,478] '/u/ZaVizion' has given '/u/baechanka' lambda! +[2020-08-04 15:34:32,850] /u/baechanka had their flair updated +[2020-08-04 15:35:52,195] '/u/titomakanijr' has given '/u/Noobeater1' lambda! +[2020-08-04 15:35:54,818] /u/Noobeater1 had their flair updated +[2020-08-04 15:38:28,836] There has been a new submission: 'Five Night of Freddy's REVISITED After 3 Years w/Sister: Hopefully You all enjoy this video, I worked rather hard on it and I hope the results show! I would love to get some feedback, i will give lambda. Feel Free to check out the rest of my content! and have a wonderful day :)', with flair 'Video Critique' +[2020-08-04 15:38:31,713] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 15:38:31,716] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 15:38:33,281] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eZR7hF2X86s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:38:33,653] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ4Wz1MGuAR4cjGC9YDuhoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 15:38:35,451] /u/MomiMuscle had their flair updated +[2020-08-04 15:39:30,702] '/u/Meiligui' has given '/u/gponnapa' lambda! +[2020-08-04 15:39:33,286] /u/gponnapa had their flair updated +[2020-08-04 15:47:06,258] '/u/Meiligui' has given '/u/CheapChopsticks' lambda! +[2020-08-04 15:47:08,803] /u/CheapChopsticks had their flair updated +[2020-08-04 15:48:06,924] '/u/Meiligui' has given '/u/Cyonal' lambda! +[2020-08-04 15:48:09,129] /u/Cyonal had their flair updated +[2020-08-04 15:59:07,125] There has been a new submission: 'when your trying to watch dorohedoro but you have a sibling', with flair 'Video Critique' +[2020-08-04 15:59:08,595] /u/Trick_Group had their submission removed for insufficient lambda. +[2020-08-04 15:59:09,403] /u/Trick_Group had their flair updated +[2020-08-04 16:00:31,907] There has been a new submission: 'Grenade Black Ops Diet Pills Everything You Need To Know I know audio isnt great lambda for good feedback', with flair 'Video Critique' +[2020-08-04 16:00:34,426] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 16:00:34,462] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 16:00:36,387] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8OW3GWV9Vis&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 16:00:36,677] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 16:00:40,916] /u/MrMoo-Youtube had their flair updated +[2020-08-04 16:02:33,553] There has been a new submission: 'Destroy All Humans! in 500 Words - Trying out a new style of review, would love to hear what you think!', with flair 'Video Critique' +[2020-08-04 16:02:36,908] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 16:02:36,910] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 16:02:37,849] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XTlbt95O6ho&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 16:02:38,302] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 16:02:41,453] /u/Adzic254 had their flair updated +[2020-08-04 16:03:29,831] '/u/playerinfinity707' has given '/u/According-Fan628' lambda! +[2020-08-04 16:03:32,571] /u/According-Fan628 had their flair updated +[2020-08-04 16:07:05,813] '/u/playerinfinity707' has given '/u/Callu23' lambda! +[2020-08-04 16:07:08,227] /u/Callu23 had their flair updated +[2020-08-04 16:07:59,100] There has been a new submission: 'Zucchini Flowers, Fried and cheesed!', with flair 'Video Critique' +[2020-08-04 16:08:00,900] /u/dddaaabbbaaa had their submission removed for insufficient lambda. +[2020-08-04 16:08:01,881] /u/dddaaabbbaaa had their flair updated +[2020-08-04 16:14:53,167] There has been a new submission: 'Final trailer of Season 2 Boys! This is hell of a crazy and going to be more intense😍', with flair 'Video Critique' +[2020-08-04 16:14:54,884] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-04 16:14:56,669] /u/deepakdknayak had their flair updated +[2020-08-04 16:16:10,182] /u/MrMoo-Youtube had their flair updated +[2020-08-04 16:18:41,240] '/u/Dash_Stache16' has given '/u/Woftoki' lambda! +[2020-08-04 16:18:43,900] /u/Woftoki had their flair updated +[2020-08-04 16:21:54,642] '/u/Dash_Stache16' has given '/u/Hamlet_71' lambda! +[2020-08-04 16:21:58,075] /u/Hamlet_71 had their flair updated +[2020-08-04 16:22:20,511] There has been a new submission: 'Recording Screen POV layout', with flair 'Video Critique' +[2020-08-04 16:22:23,574] /u/DaredevilOfHK had their submission removed for insufficient lambda. +[2020-08-04 16:22:26,320] /u/DaredevilOfHK had their flair updated +[2020-08-04 16:29:17,065] '/u/Mr_Smith_online' has given '/u/According-Fan628' lambda! +[2020-08-04 16:29:19,605] /u/According-Fan628 had their flair updated +[2020-08-04 16:32:07,937] '/u/Mr_Smith_online' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-04 16:32:10,702] /u/YaGuyAlex_yt had their flair updated +[2020-08-04 16:32:31,486] There has been a new submission: 'Recording screen POV overlay', with flair 'Video Critique' +[2020-08-04 16:32:34,645] /u/DaredevilOfHK had their submission removed for insufficient lambda. +[2020-08-04 16:32:37,343] /u/DaredevilOfHK had their flair updated +[2020-08-04 16:33:47,165] '/u/playerinfinity707' has given '/u/baechanka' lambda! +[2020-08-04 16:33:49,742] /u/baechanka had their flair updated +[2020-08-04 16:35:41,642] There has been a new submission: 'I got banned from yanderedev discord', with flair 'Video Critique' +[2020-08-04 16:35:43,356] /u/TsukiSuperior had their submission removed for insufficient lambda. +[2020-08-04 16:35:44,869] /u/TsukiSuperior had their flair updated +[2020-08-04 16:40:36,454] +#################### +[Aug 04 2020 16:40:36] RESTARTED +#################### + +[2020-08-04 17:22:53,465] There has been a new submission: 'When main characters use cliches to win fights - tried some new cinematography techniques thanks to previous suggestions. Have fun making this one :)', with flair 'Video Critique' +[2020-08-04 17:22:57,129] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 17:22:57,169] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 17:22:58,274] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=amKSRxpyf9M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:22:58,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:23:01,507] /u/Redmond93 had their flair updated +[2020-08-04 17:23:19,105] There has been a new submission: 'EGG ROULETTE CHALLENGE', with flair 'Video Critique' +[2020-08-04 17:23:21,356] /u/b_griffin24 had their submission removed for insufficient lambda. +[2020-08-04 17:23:23,447] /u/b_griffin24 had their flair updated +[2020-08-04 17:23:42,771] There has been a new submission: 'Toxic Modern Warfare Meta.EXE', with flair 'Gaming' +[2020-08-04 17:23:44,655] /u/MrFreetimegaming had their submission removed for insufficient lambda. +[2020-08-04 17:23:46,382] /u/MrFreetimegaming had their flair updated +[2020-08-04 17:24:07,637] There has been a new submission: 'Live Premiere - Twitch Highlights from CS:GO!', with flair 'Gaming' +[2020-08-04 17:24:11,417] /u/HazmatFTW had their submission removed for insufficient lambda. +[2020-08-04 17:24:14,012] /u/HazmatFTW had their flair updated +[2020-08-04 17:24:33,260] There has been a new submission: 'Volkswagen Scirocco - Forza Horizon 4 Logitech G920 Steering Wheel Gameplay', with flair 'Gaming' +[2020-08-04 17:24:35,019] /u/g9Racing had their submission removed for insufficient lambda. +[2020-08-04 17:24:36,623] /u/g9Racing had their flair updated +[2020-08-04 17:24:54,599] There has been a new submission: 'What do you think about this video, I am looking for real audiences. Can I reach them?', with flair 'Video Critique' +[2020-08-04 17:24:57,020] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 17:24:57,022] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 17:24:59,351] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0sFCWkR37-c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:24:59,924] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZglOnEN2Mxm4RwYFTp1EOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:25:03,815] /u/Rizmin had their flair updated +[2020-08-04 17:27:13,503] '/u/titomakanijr' has given '/u/Mr_Smith_online' lambda! +[2020-08-04 17:27:16,068] /u/Mr_Smith_online had their flair updated +[2020-08-04 17:27:34,441] '/u/acexsd1' has given '/u/ghoultail' lambda! +[2020-08-04 17:27:36,776] /u/ghoultail had their flair updated +[2020-08-04 17:29:12,632] '/u/acexsd1' has given '/u/ironroad18' lambda! +[2020-08-04 17:29:14,630] /u/ironroad18 had their flair updated +[2020-08-04 17:29:49,786] '/u/acexsd1' has given '/u/Bowerz123' lambda! +[2020-08-04 17:29:51,752] /u/Bowerz123 had their flair updated +[2020-08-04 17:30:12,220] '/u/acexsd1' has given '/u/Samanaitor_88' lambda! +[2020-08-04 17:30:14,508] /u/Samanaitor_88 had their flair updated +[2020-08-04 17:31:02,443] '/u/glazed_turkey' has given '/u/WolfMobile' lambda! +[2020-08-04 17:31:05,249] /u/WolfMobile had their flair updated +[2020-08-04 17:31:57,563] '/u/glazed_turkey' has given '/u/Rizmin' lambda! +[2020-08-04 17:32:00,109] /u/Rizmin had their flair updated +[2020-08-04 17:32:23,066] '/u/Adzic254' has given '/u/callmenicpls' lambda! +[2020-08-04 17:32:25,848] /u/callmenicpls had their flair updated +[2020-08-04 17:33:17,564] '/u/Adzic254' has given '/u/Mr_Smith_online' lambda! +[2020-08-04 17:33:20,402] /u/Mr_Smith_online had their flair updated +[2020-08-04 17:33:42,159] '/u/Adzic254' has given '/u/TrifectaComedy' lambda! +[2020-08-04 17:33:45,030] /u/TrifectaComedy had their flair updated +[2020-08-04 17:37:33,769] '/u/dansometv' has given '/u/Adzic254' lambda! +[2020-08-04 17:37:36,102] /u/Adzic254 had their flair updated +[2020-08-04 17:38:10,476] '/u/dansometv' has given '/u/thedrq' lambda! +[2020-08-04 17:38:12,439] /u/thedrq had their flair updated +[2020-08-04 17:39:07,387] '/u/dansometv' has given '/u/Noobeater1' lambda! +[2020-08-04 17:39:09,233] /u/Noobeater1 had their flair updated +[2020-08-04 17:40:44,403] '/u/MrMoo-Youtube' has given '/u/baechanka' lambda! +[2020-08-04 17:40:47,266] /u/baechanka had their flair updated +[2020-08-04 17:41:11,488] '/u/MrMoo-Youtube' has given '/u/TrifectaComedy' lambda! +[2020-08-04 17:41:14,148] /u/TrifectaComedy had their flair updated +[2020-08-04 17:41:33,489] There has been a new submission: 'Counter Strike Global Offensive Reviewing My Steam Library #2', with flair 'Gaming' +[2020-08-04 17:41:35,129] /u/CheapPeopleDisposal had their submission removed for insufficient lambda. +[2020-08-04 17:41:37,246] /u/CheapPeopleDisposal had their flair updated +[2020-08-04 17:41:56,978] There has been a new submission: 'Team Fortress 2 Reviewing My Steam Library #1 (Includes SFM)', with flair 'Gaming' +[2020-08-04 17:41:58,577] /u/CheapPeopleDisposal had their submission removed for insufficient lambda. +[2020-08-04 17:42:00,649] /u/CheapPeopleDisposal had their flair updated +[2020-08-04 17:42:21,658] There has been a new submission: 'GTA V Funny Moments', with flair 'Gaming' +[2020-08-04 17:42:24,933] /u/Dr_BlueJay had their submission removed for insufficient lambda. +[2020-08-04 17:42:27,555] /u/Dr_BlueJay had their flair updated +[2020-08-04 17:42:46,621] There has been a new submission: 'I would like to get some genuine feedback about this video and channel.', with flair 'Channel Review' +[2020-08-04 17:42:49,682] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 17:42:49,721] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 17:42:50,994] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OTOHnR_myVs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:42:51,444] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCYpVOa7LZVQKXdPnf6E90w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:42:55,494] /u/Darksideseries had their flair updated +[2020-08-04 17:43:14,862] There has been a new submission: 'I imitate PewDiePie in this video!', with flair 'Channel Review' +[2020-08-04 17:43:16,506] /u/Fenrir2608 had their submission removed for insufficient lambda. +[2020-08-04 17:43:18,512] /u/Fenrir2608 had their flair updated +[2020-08-04 17:44:13,779] '/u/Redmond93' has given '/u/baechanka' lambda! +[2020-08-04 17:44:15,883] /u/baechanka had their flair updated +[2020-08-04 17:45:09,008] '/u/BlackBear33ovy' has given '/u/rociscool_' lambda! +[2020-08-04 17:45:10,415] /u/rociscool_ had their flair updated +[2020-08-04 17:45:42,421] '/u/BlackBear33ovy' has given '/u/callmenicpls' lambda! +[2020-08-04 17:45:44,499] /u/callmenicpls had their flair updated +[2020-08-04 17:51:49,108] There has been a new submission: 'Looking for some critique on my latest video essay - Is it clear enough? What do you think of the thumbnail and presentation? The format? It's a lil different from what I normally do. Giving lambda for feedback.', with flair 'Video Critique' +[2020-08-04 17:51:51,949] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 17:51:51,951] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 17:51:53,460] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cy4EQAgJMDM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:51:54,115] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjwWq0n-MZGpDQOnD9VKAPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 17:51:57,877] /u/Noobeater1 had their flair updated +[2020-08-04 18:04:00,117] There has been a new submission: '"ISOLATION DAY: ??? - The QUIZ SETUP!" Remember when people were creating quizes to pass the time during lockdown? Well heres my setup for it amd my ideas to make a quiz thats a little different to others , check it out !!!', with flair 'Vlog' +[2020-08-04 18:04:03,546] /u/AKBangar had their submission removed for insufficient lambda. +[2020-08-04 18:04:05,997] /u/AKBangar had their flair updated +[2020-08-04 18:27:00,705] '/u/Ronnie3d' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-04 18:27:03,932] /u/Not-Fiction-YouTube had their flair updated +[2020-08-04 18:27:22,449] There has been a new submission: 'Here’s my new video on Why Video Games Based on Movies DISAPPEARED!', with flair 'Gaming' +[2020-08-04 18:27:23,720] /u/DigitalArk_ had their submission removed for insufficient lambda. +[2020-08-04 18:27:25,029] /u/DigitalArk_ had their flair updated +[2020-08-04 18:28:19,392] '/u/Ronnie3d' has given '/u/Noobeater1' lambda! +[2020-08-04 18:28:22,335] /u/Noobeater1 had their flair updated +[2020-08-04 18:28:44,740] '/u/Ronnie3d' has given '/u/ghoultail' lambda! +[2020-08-04 18:28:46,991] /u/ghoultail had their flair updated +[2020-08-04 18:34:18,358] '/u/witt340' has given '/u/dansometv' lambda! +[2020-08-04 18:34:20,974] /u/dansometv had their flair updated +[2020-08-04 18:34:39,699] There has been a new submission: 'Can you guys check out my new vid', with flair 'Gaming' +[2020-08-04 18:34:41,089] /u/Blissfulbot69 had their submission removed for insufficient lambda. +[2020-08-04 18:34:42,848] /u/Blissfulbot69 had their flair updated +[2020-08-04 18:35:54,576] '/u/witt340' has given '/u/callmenicpls' lambda! +[2020-08-04 18:35:56,920] /u/callmenicpls had their flair updated +[2020-08-04 18:36:14,731] There has been a new submission: 'Ghost of tsushima part 9', with flair 'Gaming' +[2020-08-04 18:36:17,741] /u/Azura56311 had their submission removed for insufficient lambda. +[2020-08-04 18:36:19,214] /u/Azura56311 had their flair updated +[2020-08-04 18:37:10,010] There has been a new submission: 'My third video! This one took weeks animating, would love your feedback!', with flair 'Video Critique' +[2020-08-04 18:37:13,020] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 18:37:13,021] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 18:37:14,455] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GYz-PKaONg8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 18:37:14,942] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtNdvLtsbC4hvUO_cV1HCSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 18:37:17,718] /u/Heavy_Rain_ had their flair updated +[2020-08-04 18:40:08,862] +#################### +[Aug 04 2020 18:40:08] RESTARTED +#################### + +[2020-08-04 19:23:17,108] There has been a new submission: 'Random content?', with flair 'Discussion' +[2020-08-04 19:23:20,175] /u/S4turnz_ had their flair updated +[2020-08-04 19:23:40,684] There has been a new submission: 'Buy My Mixtape', with flair 'Gaming' +[2020-08-04 19:23:42,116] /u/KDL_1398 had their submission removed for insufficient lambda. +[2020-08-04 19:23:43,836] /u/KDL_1398 had their flair updated +[2020-08-04 19:24:05,231] There has been a new submission: 'This video was the video that blew up my channel. Until I stopped uploading for about 5 months but I’m uploading again. I just wanted your views on this video from your perspective?', with flair 'Video Critique' +[2020-08-04 19:24:09,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 19:24:09,677] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 19:24:11,070] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jTlUZtiF2QU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:24:11,481] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:24:14,516] /u/shadossplayz had their flair updated +[2020-08-04 19:24:33,615] There has been a new submission: 'The "New" TikTok Replacement is Kinda Trash - Let me know what you think or what I should change! Helpful feedback will be rewarded, thanks!', with flair 'Video Critique' +[2020-08-04 19:24:35,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 19:24:35,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 19:24:37,465] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kA1MHRdo8bk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:24:37,833] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEY479FVj3bVT1Pao6KqEPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:24:40,396] /u/KFCxLegends had their flair updated +[2020-08-04 19:25:06,713] There has been a new submission: 'FIRST TIME Posting a Critique Here! Small/Newish Channel focusing on FPS games, any feedback appreciated!', with flair 'Video Critique' +[2020-08-04 19:25:07,325] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 19:25:07,326] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 19:25:07,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0fwgwyz182E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:25:07,582] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPRGgzNXTxznXoemhbgZTuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 19:25:10,338] /u/baechanka had their flair updated +[2020-08-04 19:25:15,500] There has been a new submission: 'I'M DOING A VIDEO SERIES OF GTA 4 CHARACTER HISTORIES!!!', with flair 'Video Critique' +[2020-08-04 19:25:17,030] /u/ShantrelleJW had their submission removed for insufficient lambda. +[2020-08-04 19:25:18,725] /u/ShantrelleJW had their flair updated +[2020-08-04 19:35:03,014] '/u/Adzic254' has given '/u/baechanka' lambda! +[2020-08-04 19:35:05,334] /u/baechanka had their flair updated +[2020-08-04 19:35:54,942] '/u/Adzic254' has given '/u/ShikharTrivedi' lambda! +[2020-08-04 19:35:57,564] /u/ShikharTrivedi had their flair updated +[2020-08-04 19:36:36,772] '/u/Adzic254' has given '/u/GhostySweep' lambda! +[2020-08-04 19:36:39,516] /u/GhostySweep had their flair updated +[2020-08-04 19:37:30,180] '/u/Adzic254' has given '/u/Darksideseries' lambda! +[2020-08-04 19:37:32,345] /u/Darksideseries had their flair updated +[2020-08-04 19:38:10,326] '/u/Adzic254' has given '/u/undercoveractor' lambda! +[2020-08-04 19:38:12,192] /u/undercoveractor had their flair updated +[2020-08-04 19:39:07,149] '/u/Adzic254' has given '/u/WolfMobile' lambda! +[2020-08-04 19:39:09,767] /u/WolfMobile had their flair updated +[2020-08-04 19:39:32,109] '/u/Adzic254' has given '/u/dansometv' lambda! +[2020-08-04 19:39:34,245] /u/dansometv had their flair updated +[2020-08-04 19:39:54,832] '/u/Heavy_Rain_' has given '/u/Ajmracer' lambda! +[2020-08-04 19:39:57,492] /u/Ajmracer had their flair updated +[2020-08-04 19:40:14,141] '/u/Heavy_Rain_' has given '/u/titomakanijr' lambda! +[2020-08-04 19:40:16,383] /u/titomakanijr had their flair updated +[2020-08-04 19:40:50,665] '/u/Heavy_Rain_' has given '/u/thedrq' lambda! +[2020-08-04 19:40:53,735] /u/thedrq had their flair updated +[2020-08-04 19:41:47,246] '/u/acexsd1' has given '/u/bigni44a' lambda! +[2020-08-04 19:41:49,858] /u/bigni44a had their flair updated +[2020-08-04 19:42:12,179] '/u/acexsd1' has given '/u/Paulk_NY' lambda! +[2020-08-04 19:42:15,221] /u/Paulk_NY had their flair updated +[2020-08-04 19:43:07,655] '/u/baechanka' has given '/u/Djbernie805' lambda! +[2020-08-04 19:43:10,556] /u/Djbernie805 had their flair updated +[2020-08-04 19:43:31,244] '/u/baechanka' has given '/u/BeserKing' lambda! +[2020-08-04 19:43:33,622] /u/BeserKing had their flair updated +[2020-08-04 19:43:57,585] '/u/baechanka' has given '/u/Mongolium' lambda! +[2020-08-04 19:44:00,324] /u/Mongolium had their flair updated +[2020-08-04 19:44:35,397] '/u/baechanka' has given '/u/SelendineMcHerb' lambda! +[2020-08-04 19:44:38,020] /u/SelendineMcHerb had their flair updated +[2020-08-04 19:45:01,673] '/u/baechanka' has given '/u/Ajmracer' lambda! +[2020-08-04 19:45:04,074] /u/Ajmracer had their flair updated +[2020-08-04 19:45:48,380] There has been a new submission: 'Can you learn how to get girls?', with flair 'Video Critique' +[2020-08-04 19:45:49,609] /u/kingsson had their submission removed for insufficient lambda. +[2020-08-04 19:45:50,952] /u/kingsson had their flair updated +[2020-08-04 19:46:09,625] There has been a new submission: '[FREE] Lofi Hiphop/Boombap Type Beat - Coffee Break', with flair 'Art' +[2020-08-04 19:46:10,994] /u/ChaotixEDM had their submission removed for insufficient lambda. +[2020-08-04 19:46:12,261] /u/ChaotixEDM had their flair updated +[2020-08-04 19:46:32,717] There has been a new submission: 'If anyone needs help with their logo/animated intros hmu! I’m happy to help:)', with flair 'Discussion' +[2020-08-04 19:46:34,713] /u/Finn-GJ had their flair updated +[2020-08-04 19:46:53,953] There has been a new submission: 'I just got a elgato can you tell if audio is good', with flair 'Gaming' +[2020-08-04 19:46:56,596] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-04 19:46:57,698] /u/Snoo65678 had their flair updated +[2020-08-04 19:47:15,548] There has been a new submission: 'CALL OF DUTY MOBILE - PDW 57 Arma Potente De Perto', with flair 'Gaming' +[2020-08-04 19:47:17,129] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-04 19:47:18,307] /u/MulberryNo1582 had their flair updated +[2020-08-04 19:47:37,604] There has been a new submission: 'EMPYRION GALACTIC SURVIVAL (ALPHA12) - S03E43 - LICKING OUR WOUNDS | ProbabilityOfSuccessZero', with flair 'Gaming' +[2020-08-04 19:47:39,611] /u/poszero had their submission removed for insufficient lambda. +[2020-08-04 19:47:40,671] /u/poszero had their flair updated +[2020-08-04 19:47:58,658] There has been a new submission: 'can someone check my channel and give me an honest opinion on it', with flair 'Channel Review' +[2020-08-04 19:48:00,316] /u/Iconicboyi had their submission removed for insufficient lambda. +[2020-08-04 19:48:01,239] /u/Iconicboyi had their flair updated +[2020-08-04 19:48:19,265] There has been a new submission: 'I run a channel for my music. Anyone open to checking it out?', with flair 'Channel Review' +[2020-08-04 19:48:20,817] /u/ColoradoHipHopAddict had their submission removed for insufficient lambda. +[2020-08-04 19:48:21,643] /u/ColoradoHipHopAddict had their flair updated +[2020-08-04 19:55:17,521] '/u/acexsd1' has given '/u/BeserKing' lambda! +[2020-08-04 19:55:19,157] /u/BeserKing had their flair updated +[2020-08-04 19:55:40,457] '/u/playerinfinity707' has given '/u/BeserKing' lambda! +[2020-08-04 19:55:42,796] /u/BeserKing had their flair updated +[2020-08-04 19:56:04,211] '/u/Rizmin' has given '/u/Ajmracer' lambda! +[2020-08-04 19:56:06,365] /u/Ajmracer had their flair updated +[2020-08-04 19:56:25,120] There has been a new submission: 'Illegal Street Race Porsche 991 Turbo S vs Viper TA POV what do you guys think?', with flair 'Video Critique' +[2020-08-04 19:56:27,723] /u/Jmk0 had their submission removed for insufficient lambda. +[2020-08-04 19:56:28,965] /u/Jmk0 had their flair updated +[2020-08-04 19:56:47,126] There has been a new submission: 'Jimmy G Lights It Up In Back And Forth Showdown. Ending is crazy!!! 49ers VS Jaguars. Madden 20 Regs. Link below!!!', with flair 'Gaming' +[2020-08-04 19:56:49,305] /u/tonezrl had their submission removed for insufficient lambda. +[2020-08-04 19:56:50,418] /u/tonezrl had their flair updated +[2020-08-04 19:57:08,661] There has been a new submission: 'Make Eric Ellen! Please watch and help make Eric Andre Ellen! Let me know what you think of the video.', with flair 'Video Critique' +[2020-08-04 19:57:10,749] /u/jdabs29 had their submission removed for insufficient lambda. +[2020-08-04 19:57:11,773] /u/jdabs29 had their flair updated +[2020-08-04 19:59:48,763] There has been a new submission: 'A Thot Tried to FIGHT me but I Went PSYCHO on her | STORY TIME', with flair 'Channel Review' +[2020-08-04 19:59:50,591] /u/ItsChaniceRich had their submission removed for insufficient lambda. +[2020-08-04 19:59:51,043] /u/ItsChaniceRich had their flair updated +[2020-08-04 20:02:58,968] There has been a new submission: 'RANT WARS ELITE 8 special open', with flair 'Video Critique' +[2020-08-04 20:03:02,418] /u/RantsWithRogers had their submission removed for insufficient lambda. +[2020-08-04 20:03:04,950] /u/RantsWithRogers had their flair updated +[2020-08-04 20:05:40,428] There has been a new submission: 'Watch People Die Inside - Reddit', with flair 'Video Critique' +[2020-08-04 20:05:41,975] /u/AshBW had their submission removed for insufficient lambda. +[2020-08-04 20:05:43,489] /u/AshBW had their flair updated +[2020-08-04 20:10:12,899] '/u/Rizmin' has given '/u/BeserKing' lambda! +[2020-08-04 20:10:15,948] /u/BeserKing had their flair updated +[2020-08-04 20:10:47,367] '/u/Whalvin' has given '/u/RBDKris' lambda! +[2020-08-04 20:10:50,233] /u/RBDKris had their flair updated +[2020-08-04 20:18:08,142] '/u/PizzaParker36' has given '/u/kdzplays' lambda! +[2020-08-04 20:18:10,353] /u/kdzplays had their flair updated +[2020-08-04 20:19:28,321] There has been a new submission: 'How strong is my Japanese accent?? Would love feedback on my very first video!', with flair 'Video Critique' +[2020-08-04 20:19:29,668] /u/macaronist had their submission removed for insufficient lambda. +[2020-08-04 20:19:30,282] /u/macaronist had their flair updated +[2020-08-04 20:25:28,972] There has been a new submission: 'This Is Why Warzone Is Better Than Fortnite- any feedback on this is appreciated and if you enjoy it subscribe to my channel', with flair 'Video Critique' +[2020-08-04 20:25:32,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 20:25:32,351] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 20:25:34,020] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IZtmFh-doUM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 20:25:34,719] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOliWI-hBF_NqqJ5yVAxSdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 20:25:38,452] /u/Bowerz123 had their flair updated +[2020-08-04 20:26:16,284] '/u/Thebeast257' has given '/u/tacob' lambda! +[2020-08-04 20:26:19,132] /u/tacob had their flair updated +[2020-08-04 20:27:05,510] There has been a new submission: 'CS:GO Video - Highly edited. All feedback is appreciated!', with flair 'Video Critique' +[2020-08-04 20:27:08,746] /u/HazmatFTW had their submission removed for insufficient lambda. +[2020-08-04 20:27:10,585] /u/HazmatFTW had their flair updated +[2020-08-04 20:30:18,405] '/u/Heavy_Rain_' has given '/u/jdabs29' lambda! +[2020-08-04 20:30:21,141] /u/jdabs29 had their flair updated +[2020-08-04 20:33:49,578] There has been a new submission: '🌴ASMR Massage On An Island!🌴 I know we are all going through tough times, so I wanted to make videos to help people relax and feel happy :) Let me know what you guys think!', with flair 'Art' +[2020-08-04 20:33:51,082] /u/ASMRNightStar had their submission removed for insufficient lambda. +[2020-08-04 20:33:53,221] /u/ASMRNightStar had their flair updated +[2020-08-04 20:35:20,435] There has been a new submission: 'Gaming channels should have their own SmallYT subreddit.', with flair 'Discussion' +[2020-08-04 20:35:22,755] /u/TeamRemavi had their flair updated +[2020-08-04 20:40:37,894] +#################### +[Aug 04 2020 20:40:37] RESTARTED +#################### + +[2020-08-04 21:23:28,823] There has been a new submission: 'NEW VIDEO IS LIVE!!', with flair 'Video Critique' +[2020-08-04 21:23:31,484] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-08-04 21:23:33,182] /u/JustDave93 had their flair updated +[2020-08-04 21:23:52,063] There has been a new submission: 'Check out my video that i made a few days ago :p', with flair 'Gaming' +[2020-08-04 21:23:55,018] /u/George_the_asian had their submission removed for insufficient lambda. +[2020-08-04 21:23:57,192] /u/George_the_asian had their flair updated +[2020-08-04 21:24:16,210] There has been a new submission: 'What's the silliest error you've made?', with flair 'Discussion' +[2020-08-04 21:24:18,338] /u/308ar10 had their flair updated +[2020-08-04 21:24:36,429] There has been a new submission: 'My recent video where i revisit fortnite for the first time since season 6', with flair 'Gaming' +[2020-08-04 21:24:38,027] /u/Graxalicious had their submission removed for insufficient lambda. +[2020-08-04 21:24:39,684] /u/Graxalicious had their flair updated +[2020-08-04 21:26:58,787] '/u/Heavy_Rain_' has given '/u/macaronist' lambda! +[2020-08-04 21:27:01,370] /u/macaronist had their flair updated +[2020-08-04 21:27:24,776] '/u/acexsd1' has given '/u/FadedAffiliation' lambda! +[2020-08-04 21:27:27,400] /u/FadedAffiliation had their flair updated +[2020-08-04 21:31:38,825] There has been a new submission: 'Just got back into doing YouTube vids again, and this feels like it’s not up to its full potential, any advice to make future ones better (I give lambda for helpful comments)', with flair 'Video Critique' +[2020-08-04 21:31:42,749] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 21:31:42,795] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 21:31:44,257] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aW18npxzNqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:31:44,547] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3bLpRggzKwLZSiwenFpvbw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:31:48,678] /u/RBDKris had their flair updated +[2020-08-04 21:32:07,895] There has been a new submission: 'Consider checking out my nightmare of a video', with flair 'Thumbnail Review' +[2020-08-04 21:32:09,489] /u/The_Names_Lenny had their submission removed for insufficient lambda. +[2020-08-04 21:32:11,496] /u/The_Names_Lenny had their flair updated +[2020-08-04 21:32:32,207] There has been a new submission: 'How To Develop A Game As A Project Manager', with flair 'Video Critique' +[2020-08-04 21:32:35,273] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 21:32:35,312] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 21:32:36,539] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Yb0DOIIcxi0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:32:36,864] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:32:39,878] /u/Monkey_Adventures had their flair updated +[2020-08-04 21:32:58,296] There has been a new submission: 'Hi everyone , i am new here and i have a passion for football and sports in general so i thought i would start a sporting channel and so far i have only edited this channel intro video.', with flair 'Channel Review' +[2020-08-04 21:33:00,513] /u/musicgeniusnerd had their submission removed for insufficient lambda. +[2020-08-04 21:33:02,428] /u/musicgeniusnerd had their flair updated +[2020-08-04 21:33:21,502] There has been a new submission: 'Video Opening Scene', with flair 'Discussion' +[2020-08-04 21:33:23,952] /u/Beercation_Station had their flair updated +[2020-08-04 21:33:43,705] There has been a new submission: 'a vid on pavlov: vr I made, any feedback would be greatly appreciated!', with flair 'Video Critique' +[2020-08-04 21:33:45,406] /u/JustaGuywithaweirdpc had their submission removed for insufficient lambda. +[2020-08-04 21:33:47,154] /u/JustaGuywithaweirdpc had their flair updated +[2020-08-04 21:34:08,537] There has been a new submission: 'Hope yall love it and give an honest feedback on it🙌🏿❤️', with flair 'Video Critique' +[2020-08-04 21:34:11,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 21:34:11,639] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 21:34:12,983] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1OWxOBwXmGo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:34:13,480] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiW03QI-XutTlnvUrLxTdVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:34:16,202] /u/yungrebel2050 had their flair updated +[2020-08-04 21:34:35,031] There has been a new submission: 'Check out this video and in the comments please tell me what I could improve on and what you liked about the video and content itself. It would be very much appreciated!', with flair 'Video Critique' +[2020-08-04 21:34:36,714] /u/AfricanGal12 had their submission removed for insufficient lambda. +[2020-08-04 21:34:38,308] /u/AfricanGal12 had their flair updated +[2020-08-04 21:34:59,612] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Aug 04 2020)', with flair 'None' +[2020-08-04 21:35:07,432] There has been a new submission: 'TOXIC TEAMMATES In Rainbow Six Siege. My newest video, it ain’t my most proudest work but has received decent reviews from my friends, honest feedback would be greatly appreciated', with flair 'Video Critique' +[2020-08-04 21:35:09,545] /u/WellNata had their submission removed for insufficient lambda. +[2020-08-04 21:35:10,967] /u/WellNata had their flair updated +[2020-08-04 21:35:16,420] There has been a new submission: 'How to make your vans last longer', with flair 'Vlog' +[2020-08-04 21:35:17,705] /u/InspectorIan had their submission removed for insufficient lambda. +[2020-08-04 21:35:19,127] /u/InspectorIan had their flair updated +[2020-08-04 21:35:38,173] There has been a new submission: 'Hey can you please help me i want to know what's good and what's bad about my video', with flair 'Video Critique' +[2020-08-04 21:35:39,748] /u/MR_a_DOES had their submission removed for insufficient lambda. +[2020-08-04 21:35:41,365] /u/MR_a_DOES had their flair updated +[2020-08-04 21:36:01,528] There has been a new submission: 'The Downfall Of Memeulous', with flair 'Video Critique' +[2020-08-04 21:36:03,005] /u/GiftOfGod_SonOfFire had their submission removed for insufficient lambda. +[2020-08-04 21:36:04,316] /u/GiftOfGod_SonOfFire had their flair updated +[2020-08-04 21:39:43,643] There has been a new submission: 'John Wick Awakens His Sharingan in Fortnite', with flair 'Gaming' +[2020-08-04 21:39:45,446] /u/AlexNasis had their submission removed for insufficient lambda. +[2020-08-04 21:39:45,893] /u/AlexNasis had their flair updated +[2020-08-04 21:40:03,824] There has been a new submission: 'I Tried A Different Approach And Spent A While Editing. Can You Critique My Video? My Personality, Gameplay, And Editing?', with flair 'Video Critique' +[2020-08-04 21:40:06,999] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 21:40:07,000] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 21:40:08,475] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gQR8J_mjNlM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:40:08,922] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAvRUoI-5UUj6ZAlUKi2kVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 21:40:12,931] /u/allanenraged13 had their flair updated +[2020-08-04 21:47:39,920] There has been a new submission: 'I'm about to hit 4000 subscribers...Am I still able to post on this subreddit?', with flair 'Discussion' +[2020-08-04 21:47:44,697] /u/SuperMcGregs had their flair updated +[2020-08-04 21:52:10,204] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-04 21:52:16,042] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-04 21:53:11,842] There has been a new submission: 'My first video/song "Chicken Nugget"', with flair 'Art' +[2020-08-04 21:53:13,376] /u/MilkshakePizzaAyy had their submission removed for insufficient lambda. +[2020-08-04 21:53:15,564] /u/MilkshakePizzaAyy had their flair updated +[2020-08-04 21:54:03,057] There has been a new submission: 'Your Siege Senpai - Rainbow Six Siege Funny Moments!', with flair 'Gaming' +[2020-08-04 21:54:04,736] /u/SkytraTV had their submission removed for insufficient lambda. +[2020-08-04 21:54:06,481] /u/SkytraTV had their flair updated +[2020-08-04 22:00:47,528] There has been a new submission: 'Stoicism: 10 Things I've Learned in 10 Years - Trying out different format and would like sincere feedback!', with flair 'Video Critique' +[2020-08-04 22:00:49,488] /u/max_harlan had their submission removed for insufficient lambda. +[2020-08-04 22:00:52,007] /u/max_harlan had their flair updated +[2020-08-04 22:04:51,559] There has been a new submission: 'After working on this video for a week straight, it's finally done! This is my first League of Legends video and I would love some feedback on it.', with flair 'Video Critique' +[2020-08-04 22:04:52,949] /u/RashionalNA had their submission removed for insufficient lambda. +[2020-08-04 22:04:54,554] /u/RashionalNA had their flair updated +[2020-08-04 22:17:37,585] '/u/yungrebel2050' has given '/u/macaronist' lambda! +[2020-08-04 22:17:40,372] /u/macaronist had their flair updated +[2020-08-04 22:19:50,117] '/u/allanenraged13' has given '/u/macaronist' lambda! +[2020-08-04 22:19:52,249] /u/macaronist had their flair updated +[2020-08-04 22:23:33,657] There has been a new submission: 'How strong is my Japanese accent?? Would love feedbacks on my very first video!', with flair 'Video Critique' +[2020-08-04 22:23:36,516] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:23:36,557] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:23:37,972] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DpmoGasl9CI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:23:38,380] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjvohhxju0csLI7jwp2jTDA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:23:41,314] /u/macaronist had their flair updated +[2020-08-04 22:31:16,176] There has been a new submission: 'I Hired Five Different Fiverr Artists To Design My Channel Art !! Lambda for feedback', with flair 'Video Critique' +[2020-08-04 22:31:19,029] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:31:19,030] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:31:20,503] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BafH-XbV57g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:31:21,078] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:31:25,208] /u/MrMoo-Youtube had their flair updated +[2020-08-04 22:32:32,965] There has been a new submission: '[Looking for feedback] Minecraft Hardcore - Doing What To a Toaster', with flair 'Gaming' +[2020-08-04 22:32:35,538] /u/chuckleducks had their submission removed for insufficient lambda. +[2020-08-04 22:32:37,547] /u/chuckleducks had their flair updated +[2020-08-04 22:33:32,053] There has been a new submission: 'Cheap Forearm Workout Kit lambda for feedback', with flair 'Video Critique' +[2020-08-04 22:33:35,617] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:33:35,618] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:33:36,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DrMv1ClR09E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:33:36,888] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:33:39,829] /u/MrMoo-Youtube had their flair updated +[2020-08-04 22:34:31,115] There has been a new submission: 'Chisell Review | After 2 Months Of Use this is one of my most viewed vids lambda for feedback', with flair 'Video Critique' +[2020-08-04 22:34:33,852] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:34:33,854] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:34:35,078] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oDPlC34L4R8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:34:35,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:34:38,262] /u/MrMoo-Youtube had their flair updated +[2020-08-04 22:35:46,504] There has been a new submission: 'VLOG | *trying to eat healthy* korean bbq, papajohn's, homemade spaghetti', with flair 'Vlog' +[2020-08-04 22:35:48,219] /u/wlsdk310 had their submission removed for insufficient lambda. +[2020-08-04 22:35:49,939] /u/wlsdk310 had their flair updated +[2020-08-04 22:36:31,787] There has been a new submission: 'My 2 Month Body Transformation giving out lambda for all', with flair 'Thumbnail Review' +[2020-08-04 22:36:35,100] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:36:35,102] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:36:36,204] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KNOBDAtHhgQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:36:36,646] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:36:38,877] /u/MrMoo-Youtube had their flair updated +[2020-08-04 22:36:57,462] There has been a new submission: '"HE GOT CAUGHT WATCHING BRONY P**N IN CLASS" Took note of the advice some of you guys gave from the last video and put it into this video, however, I feel there's always room to improve. Any constructive criticism is welcomed.', with flair 'Video Critique' +[2020-08-04 22:37:00,785] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 22:37:00,868] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 22:37:02,038] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iVzA2hQznAE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:37:02,523] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw9H8HwJbiSQhrj3IODnEBw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 22:37:04,977] /u/MauiGainz had their flair updated +[2020-08-04 22:40:39,637] +#################### +[Aug 04 2020 22:40:39] RESTARTED +#################### + +[2020-08-04 23:25:44,030] There has been a new submission: 'vlog | *trying to eat healthy* korean bbq, papajohn's, homemade spaghetti', with flair 'Vlog' +[2020-08-04 23:25:46,553] /u/wlsdk310 had their submission removed for insufficient lambda. +[2020-08-04 23:25:47,863] /u/wlsdk310 had their flair updated +[2020-08-04 23:26:05,514] There has been a new submission: 'Everytime I get scared I take a shot (Resident Evil 7)', with flair 'Gaming' +[2020-08-04 23:26:07,255] /u/Acebzoomin had their submission removed for insufficient lambda. +[2020-08-04 23:26:08,440] /u/Acebzoomin had their flair updated +[2020-08-04 23:26:28,101] There has been a new submission: 'Wrote a piano piece called Absence. Would really like to hear some feedback on the video. Thank you very much ;-)', with flair 'Video Critique' +[2020-08-04 23:26:29,826] /u/juliano2007 had their submission removed for insufficient lambda. +[2020-08-04 23:26:30,975] /u/juliano2007 had their flair updated +[2020-08-04 23:26:50,602] There has been a new submission: 'Infinity Saga: Go Hard or Go Home', with flair 'Video Critique' +[2020-08-04 23:26:52,149] /u/whatisupJu27 had their submission removed for insufficient lambda. +[2020-08-04 23:26:53,258] /u/whatisupJu27 had their flair updated +[2020-08-04 23:27:11,138] There has been a new submission: '@bleoff.beats', with flair 'Channel Review' +[2020-08-04 23:27:13,076] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-04 23:27:14,076] /u/bpbeatzz had their flair updated +[2020-08-04 23:27:33,335] There has been a new submission: 'Hi Reddit! My YouTube Channel [DodgeThis 82] has a bit of everything. I'm trying something new with adding visuals to my short scary story narrations and would love any advice or feedback you can provide.', with flair 'Video Critique' +[2020-08-04 23:27:36,806] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 23:27:36,928] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 23:27:38,321] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=05bnOhzSMBs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:27:38,691] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYBRoUqmpfZPbkjIh-zZ5vA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:27:40,988] /u/badumbumpsh had their flair updated +[2020-08-04 23:28:31,091] '/u/yungrebel2050' has given '/u/RashionalNA' lambda! +[2020-08-04 23:28:33,714] /u/RashionalNA had their flair updated +[2020-08-04 23:31:09,955] '/u/Monkey_Adventures' has given '/u/dudebehind' lambda! +[2020-08-04 23:31:13,602] /u/dudebehind had their flair updated +[2020-08-04 23:34:22,843] '/u/MrMoo-Youtube' has given '/u/snailsandbugs' lambda! +[2020-08-04 23:34:25,260] /u/snailsandbugs had their flair updated +[2020-08-04 23:35:20,008] There has been a new submission: 'This is a little different... I uploaded this video a year ago and it had done well (37k views in under a year) I have analytics but would really appreciate your feedback on what parts you liked or though could use some improvement! Lambda for your time and critique/feedback', with flair 'Video Critique' +[2020-08-04 23:35:20,944] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 23:35:20,946] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 23:35:21,226] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3dwnn8l6tic&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:35:21,462] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:35:24,997] /u/Djbernie805 had their flair updated +[2020-08-04 23:35:41,716] There has been a new submission: 'A 30 minute gameplay video of the new Carrion game, with commentary. Please let me know what you think.', with flair 'Gaming' +[2020-08-04 23:35:42,814] /u/CorvekBlue had their submission removed for insufficient lambda. +[2020-08-04 23:35:44,210] /u/CorvekBlue had their flair updated +[2020-08-04 23:36:04,829] There has been a new submission: 'ULTIMATE COUPLE LIFT AND CARRY CHALLENGE! *HILARIOUS*', with flair 'Vlog' +[2020-08-04 23:36:06,507] /u/MannyVilleOfficial had their submission removed for insufficient lambda. +[2020-08-04 23:36:07,769] /u/MannyVilleOfficial had their flair updated +[2020-08-04 23:36:27,817] There has been a new submission: 'Are you a YouTube Artist?', with flair 'Discussion' +[2020-08-04 23:36:29,796] /u/CreatorJNDS had their flair updated +[2020-08-04 23:36:48,278] There has been a new submission: '( Gaming valorant )Can someone please give feedback on this video to help me improve or even look at another video on my channel', with flair 'Video Critique' +[2020-08-04 23:36:50,141] /u/1ystausyoxb had their submission removed for insufficient lambda. +[2020-08-04 23:36:51,210] /u/1ystausyoxb had their flair updated +[2020-08-04 23:42:18,709] There has been a new submission: 'I have a thing for movies, i had to go with Movie trailer niche, it's started quite okay, a little editing to be done here actually', with flair 'Video Critique' +[2020-08-04 23:42:20,234] /u/kimtoo4 had their submission removed for insufficient lambda. +[2020-08-04 23:42:22,171] /u/kimtoo4 had their flair updated +[2020-08-04 23:42:42,137] There has been a new submission: 'CALL OF DUTY MOBILE - ARMA INCRÍVEL RUS 79U Tigre Neon', with flair 'Gaming' +[2020-08-04 23:42:43,616] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-04 23:42:45,577] /u/MulberryNo1582 had their flair updated +[2020-08-04 23:44:24,870] There has been a new submission: '"The Kissing Booth 2" Review', with flair 'Video Critique' +[2020-08-04 23:44:26,233] /u/NamedPurity had their submission removed for insufficient lambda. +[2020-08-04 23:44:27,920] /u/NamedPurity had their flair updated +[2020-08-04 23:45:27,446] There has been a new submission: 'What happens when a bigger channel blatantly rips off your content?', with flair 'Discussion' +[2020-08-04 23:45:29,659] /u/installpytorchtorch had their flair updated +[2020-08-04 23:48:33,776] There has been a new submission: 'Heyy Guys! This is a very quick and sweet video that I’d love some feedback on. How do you guys think I can improve?? Giving LAMBDA for ALL FEEDBACK', with flair 'Video Critique' +[2020-08-04 23:48:36,560] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-04 23:48:36,598] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-04 23:48:37,821] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yMo7Rn5FBqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:48:38,235] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGsOl8wcBjOK4RCm2-7oNug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-04 23:48:40,125] /u/talsean had their flair updated +[2020-08-05 00:05:57,036] There has been a new submission: 'Hope you guys enjoy!', with flair 'Vlog' +[2020-08-05 00:06:00,278] /u/KiwiNaro had their submission removed for insufficient lambda. +[2020-08-05 00:06:01,792] /u/KiwiNaro had their flair updated +[2020-08-05 00:07:00,676] '/u/MauiGainz' has given '/u/MrCarsone' lambda! +[2020-08-05 00:07:04,046] /u/MrCarsone had their flair updated +[2020-08-05 00:07:23,099] There has been a new submission: 'Hello, today I started a new YouTube channel and posted my first YouTube video! It took me a few hours so I hope it is decent. Any tips are welcome as I hope to improve in the future!', with flair 'Video Critique' +[2020-08-05 00:07:27,748] /u/Ajmracer had their flair updated +[2020-08-05 00:07:46,575] There has been a new submission: 'I made a gaming video on my channel. I will reward feedback', with flair 'Video Critique' +[2020-08-05 00:07:49,855] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 00:07:49,934] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 00:07:51,159] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SiMAacCCmZo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:07:51,490] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1u-jfWHNKcEzM-8E5s-ovg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:07:54,702] /u/KobiDrinksWater had their flair updated +[2020-08-05 00:09:19,015] There has been a new submission: 'Skit critiques and tips!', with flair 'Video Critique' +[2020-08-05 00:09:20,518] /u/error18 had their submission removed for insufficient lambda. +[2020-08-05 00:09:21,159] /u/error18 had their flair updated +[2020-08-05 00:09:56,464] '/u/Monkey_Adventures' has given '/u/snailsandbugs' lambda! +[2020-08-05 00:09:58,626] /u/snailsandbugs had their flair updated +[2020-08-05 00:10:31,771] There has been a new submission: 'Vlog: Behind the Scenes of Pregnancy, Cook & Clean with me, Baby Clothes', with flair 'Vlog' +[2020-08-05 00:10:33,545] /u/MalloryShaee had their submission removed for insufficient lambda. +[2020-08-05 00:10:35,824] /u/MalloryShaee had their flair updated +[2020-08-05 00:11:29,763] There has been a new submission: 'hey please check out my small gaming channel im trying to get to 1k and right now im at 250', with flair 'Gaming' +[2020-08-05 00:11:31,901] /u/YoncheyYT had their submission removed for insufficient lambda. +[2020-08-05 00:11:34,071] /u/YoncheyYT had their flair updated +[2020-08-05 00:13:51,438] '/u/Bowerz123' has given '/u/jdabs29' lambda! +[2020-08-05 00:13:55,165] /u/jdabs29 had their flair updated +[2020-08-05 00:15:42,809] There has been a new submission: 'some of you wanted to see the video from my last post so here ya go! this is an animatic for 'lovely night' from la la land!', with flair 'Channel Review' +[2020-08-05 00:15:44,671] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 00:15:44,743] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 00:15:45,853] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3uWc8Qe-oh4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:15:46,332] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8-eQclHGD03Px__is7Gn_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:15:48,940] /u/snailsandbugs had their flair updated +[2020-08-05 00:20:07,443] There has been a new submission: 'Something always goes wrong', with flair 'Discussion' +[2020-08-05 00:20:09,929] /u/Bassist04 had their flair updated +[2020-08-05 00:21:20,583] There has been a new submission: 'Interviewing people of all career and businesses! - love to hear some reviews', with flair 'Video Critique' +[2020-08-05 00:21:24,561] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 00:21:24,599] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 00:21:25,656] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5hHpYlk-A4s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:21:26,066] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCt6tm9Qcwixbt3QNsY5CrnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 00:21:29,609] /u/FadedAffiliation had their flair updated +[2020-08-05 00:34:44,698] '/u/allanenraged13' has given '/u/TheGamerGuy2' lambda! +[2020-08-05 00:34:47,533] /u/TheGamerGuy2 had their flair updated +[2020-08-05 00:40:40,271] +#################### +[Aug 05 2020 00:40:40] RESTARTED +#################### + +[2020-08-05 01:24:38,232] There has been a new submission: 'New Channel', with flair 'Channel Review' +[2020-08-05 01:24:40,911] /u/GrabMyWeave had their submission removed for insufficient lambda. +[2020-08-05 01:24:42,460] /u/GrabMyWeave had their flair updated +[2020-08-05 01:25:01,238] There has been a new submission: 'Do you handle D&D or other TTRPG Content on your channel?', with flair 'Collab' +[2020-08-05 01:25:03,092] /u/rpgpastor had their flair updated +[2020-08-05 01:28:07,197] '/u/Bowerz123' has given '/u/vegabomb_' lambda! +[2020-08-05 01:28:09,524] /u/vegabomb_ had their flair updated +[2020-08-05 01:30:21,733] /u/MacAttack163 had their flair updated +[2020-08-05 01:31:24,890] '/u/Djbernie805' has given '/u/MrCarsone' lambda! +[2020-08-05 01:31:27,384] /u/MrCarsone had their flair updated +[2020-08-05 01:32:04,890] '/u/Djbernie805' has given '/u/TheGamerGuy2' lambda! +[2020-08-05 01:32:07,540] /u/TheGamerGuy2 had their flair updated +[2020-08-05 01:35:12,030] '/u/MauiGainz' has given '/u/DTV998' lambda! +[2020-08-05 01:35:13,816] /u/DTV998 had their flair updated +[2020-08-05 01:35:26,150] '/u/macaronist' has given '/u/allanenraged13' lambda! +[2020-08-05 01:35:28,563] /u/allanenraged13 had their flair updated +[2020-08-05 01:35:50,572] '/u/KFCxLegends' has given '/u/Mat_s' lambda! +[2020-08-05 01:35:52,838] /u/Mat_s had their flair updated +[2020-08-05 01:36:14,166] '/u/RBDKris' has given '/u/vegabomb_' lambda! +[2020-08-05 01:36:16,181] /u/vegabomb_ had their flair updated +[2020-08-05 01:36:37,830] '/u/KFCxLegends' has given '/u/yungrebel2050' lambda! +[2020-08-05 01:36:39,703] /u/yungrebel2050 had their flair updated +[2020-08-05 01:37:12,488] There has been a new submission: 'how to maintain and keep your peace of mind', with flair 'Vlog' +[2020-08-05 01:37:14,156] /u/Nilianatalia09 had their submission removed for insufficient lambda. +[2020-08-05 01:37:15,156] /u/Nilianatalia09 had their flair updated +[2020-08-05 01:37:33,209] There has been a new submission: 'Check it out!!!', with flair 'Channel Review' +[2020-08-05 01:37:34,681] /u/Heatherbear05 had their submission removed for insufficient lambda. +[2020-08-05 01:37:35,747] /u/Heatherbear05 had their flair updated +[2020-08-05 01:37:52,763] There has been a new submission: 'Any pointers? Just starting out ASMR', with flair 'Channel Review' +[2020-08-05 01:37:53,870] /u/Foodovryou had their submission removed for insufficient lambda. +[2020-08-05 01:37:54,817] /u/Foodovryou had their flair updated +[2020-08-05 01:38:12,457] There has been a new submission: 'Top 5 three topping combinations for pizza | best 3 topping pizzas | how to choose pizza toppings', with flair 'Vlog' +[2020-08-05 01:38:14,015] /u/glearnwithme had their submission removed for insufficient lambda. +[2020-08-05 01:38:14,880] /u/glearnwithme had their flair updated +[2020-08-05 01:38:51,127] '/u/macaronist' has given '/u/MigookinTeecha' lambda! +[2020-08-05 01:38:53,958] /u/MigookinTeecha had their flair updated +[2020-08-05 01:39:46,295] '/u/KFCxLegends' has given '/u/BeserKing' lambda! +[2020-08-05 01:39:48,119] /u/BeserKing had their flair updated +[2020-08-05 01:40:22,495] '/u/macaronist' has given '/u/EvirixYT' lambda! +[2020-08-05 01:40:25,115] /u/EvirixYT had their flair updated +[2020-08-05 01:41:03,826] '/u/KFCxLegends' has given '/u/Djbernie805' lambda! +[2020-08-05 01:41:06,676] /u/Djbernie805 had their flair updated +[2020-08-05 01:47:18,778] There has been a new submission: 'Can I get feedback on my latest video?', with flair 'Vlog' +[2020-08-05 01:47:20,232] /u/alifeoncameravlogs had their submission removed for insufficient lambda. +[2020-08-05 01:47:21,168] /u/alifeoncameravlogs had their flair updated +[2020-08-05 02:01:37,869] There has been a new submission: 'How do i know if my SEO is working?', with flair 'Discussion' +[2020-08-05 02:01:40,827] /u/ShibaTheSamurai had their flair updated +[2020-08-05 02:05:48,030] There has been a new submission: 'I want to see something different from you', with flair 'Discussion' +[2020-08-05 02:05:52,157] /u/shadossplayz had their flair updated +[2020-08-05 02:06:10,794] There has been a new submission: 'DUMBEST ANSWERS EVER ON FAMILY FEUD', with flair 'Video Critique' +[2020-08-05 02:06:12,060] /u/theservantofpeace had their submission removed for insufficient lambda. +[2020-08-05 02:06:13,588] /u/theservantofpeace had their flair updated +[2020-08-05 02:14:07,557] There has been a new submission: 'Minecraft | The Better Version(a sort of gaming narrative retrospective combo) I’d love for anyone to take a look! And to put a cherry on top of course I’ll give lambda!', with flair 'Video Critique' +[2020-08-05 02:14:10,272] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 02:14:10,312] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 02:14:11,540] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g06BQmdWBs0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 02:14:11,950] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 02:14:14,569] /u/MrCarsone had their flair updated +[2020-08-05 02:21:26,555] There has been a new submission: 'I love this video!😁 go n help this boy! He wants to have 1k suscribers n he've a good content 🤙', with flair 'Gaming' +[2020-08-05 02:21:29,287] /u/jesusalarcon2355 had their submission removed for insufficient lambda. +[2020-08-05 02:21:31,616] /u/jesusalarcon2355 had their flair updated +[2020-08-05 02:27:45,878] '/u/Ajmracer' has given '/u/MrCarsone' lambda! +[2020-08-05 02:27:48,461] /u/MrCarsone had their flair updated +[2020-08-05 02:37:16,101] '/u/MrCarsone' has given '/u/jdabs29' lambda! +[2020-08-05 02:37:18,481] /u/jdabs29 had their flair updated +[2020-08-05 02:39:54,831] /u/FlightoftheMelons had their flair updated +[2020-08-05 02:40:41,105] +#################### +[Aug 05 2020 02:40:41] RESTARTED +#################### + +[2020-08-05 03:26:44,205] '/u/MomiMuscle' has given '/u/HumbelGeniusYT' lambda! +[2020-08-05 03:26:46,240] /u/HumbelGeniusYT had their flair updated +[2020-08-05 03:27:06,121] '/u/MomiMuscle' has given '/u/baechanka' lambda! +[2020-08-05 03:27:08,039] /u/baechanka had their flair updated +[2020-08-05 03:51:50,739] There has been a new submission: 'Here's my attempt at a channel trailer, I put in a lot of effort to make it good. Feedback would be much appreciated- Also Please Consider subbing, we post 1-3 vids per week and are almost at 85 subs.', with flair 'Video Critique' +[2020-08-05 03:51:52,184] /u/Fudnspud had their submission removed for insufficient lambda. +[2020-08-05 03:51:54,293] /u/Fudnspud had their flair updated +[2020-08-05 03:54:44,517] '/u/MrCarsone' has given '/u/Mat_s' lambda! +[2020-08-05 03:54:46,185] /u/Mat_s had their flair updated +[2020-08-05 03:55:10,163] '/u/snailsandbugs' has given '/u/AlsleumMusic' lambda! +[2020-08-05 03:55:11,809] /u/AlsleumMusic had their flair updated +[2020-08-05 03:55:35,916] '/u/MrCarsone' has given '/u/Krogmo' lambda! +[2020-08-05 03:55:37,499] /u/Krogmo had their flair updated +[2020-08-05 03:58:11,332] There has been a new submission: 'My latest video has significantly less views than some of my other ones, but the watch time has increased... which is more important to a small Youtuber (33 subs right now)', with flair 'Discussion' +[2020-08-05 03:58:12,579] /u/rickyd2001 had their flair updated +[2020-08-05 04:06:49,965] There has been a new submission: 'Aspiring growing video editor', with flair 'Collab' +[2020-08-05 04:06:51,539] /u/awksone had their flair updated +[2020-08-05 04:10:51,064] There has been a new submission: 'UNLIMITED CRYPTO EMP GLITCH', with flair 'Gaming' +[2020-08-05 04:10:53,069] /u/BroMyJuice had their submission removed for insufficient lambda. +[2020-08-05 04:10:55,321] /u/BroMyJuice had their flair updated +[2020-08-05 04:13:18,814] There has been a new submission: 'My second montage on r6 (Rainbow Six Siege)', with flair 'Gaming' +[2020-08-05 04:13:20,213] /u/Hypercastmain had their submission removed for insufficient lambda. +[2020-08-05 04:13:22,153] /u/Hypercastmain had their flair updated +[2020-08-05 04:27:25,500] There has been a new submission: 'Help with analytics question', with flair 'Discussion' +[2020-08-05 04:27:27,023] /u/yobo723 had their flair updated +[2020-08-05 04:27:52,465] There has been a new submission: '[Seeking feedback] Small YouTuber, 300 subs seeking feedback to get on YouTube's recommended', with flair 'Video Critique' +[2020-08-05 04:27:53,912] /u/iwishiknew__ had their submission removed for insufficient lambda. +[2020-08-05 04:27:55,059] /u/iwishiknew__ had their flair updated +[2020-08-05 04:29:51,136] There has been a new submission: 'He's has to be the best PIRATE I EVER seen!! (Sea of Thieves)', with flair 'Gaming' +[2020-08-05 04:29:51,751] /u/Turbo-Spect had their submission removed for insufficient lambda. +[2020-08-05 04:29:52,116] /u/Turbo-Spect had their flair updated +[2020-08-05 04:31:25,569] '/u/acexsd1' has given '/u/DennisTheBadBoy' lambda! +[2020-08-05 04:31:28,667] /u/DennisTheBadBoy had their flair updated +[2020-08-05 04:32:36,135] There has been a new submission: 'Made a video in just a few hours, let me know what you think?', with flair 'Gaming' +[2020-08-05 04:32:37,644] /u/MilkiestMan had their submission removed for insufficient lambda. +[2020-08-05 04:32:39,665] /u/MilkiestMan had their flair updated +[2020-08-05 04:33:34,114] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-05 04:40:10,687] +#################### +[Aug 05 2020 04:40:10] RESTARTED +#################### + +[2020-08-05 05:17:30,379] There has been a new submission: 'U.S. Marine and Canadian Soldier Discuss How to Survive a Zombie Apocalypse - Dead Matter', with flair 'Gaming' +[2020-08-05 05:17:32,899] /u/UncleSamsDevil had their submission removed for insufficient lambda. +[2020-08-05 05:17:33,856] /u/UncleSamsDevil had their flair updated +[2020-08-05 05:18:39,063] '/u/BlackBear33ovy' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-05 05:18:41,395] /u/Not-Fiction-YouTube had their flair updated +[2020-08-05 05:20:02,411] '/u/PizzaParker36' has given '/u/RashionalNA' lambda! +[2020-08-05 05:20:05,311] /u/RashionalNA had their flair updated +[2020-08-05 05:21:09,806] There has been a new submission: 'A Peak into my Travel Vlog - Let me Know Your Thoughts!', with flair 'Video Critique' +[2020-08-05 05:21:11,357] /u/dustinthewind195 had their submission removed for insufficient lambda. +[2020-08-05 05:21:13,525] /u/dustinthewind195 had their flair updated +[2020-08-05 05:21:34,089] There has been a new submission: 'Dale Carnegie's "How to Win Friends and Influence People" Overview', with flair 'Video Critique' +[2020-08-05 05:21:35,597] /u/ChaseLe1 had their submission removed for insufficient lambda. +[2020-08-05 05:21:37,790] /u/ChaseLe1 had their flair updated +[2020-08-05 05:21:57,333] There has been a new submission: 'I'm a fan of new content on YT. I look forward to viewing your videos! Here is one of mine:', with flair 'Gaming' +[2020-08-05 05:21:59,042] /u/PBnJguy96 had their submission removed for insufficient lambda. +[2020-08-05 05:22:01,057] /u/PBnJguy96 had their flair updated +[2020-08-05 05:22:20,764] There has been a new submission: 'I made a channel where I review cookbooks, I would really appreciate your guys feedback! Channel Review', with flair 'Video Critique' +[2020-08-05 05:22:22,682] /u/CookbookReviews had their submission removed for insufficient lambda. +[2020-08-05 05:22:24,976] /u/CookbookReviews had their flair updated +[2020-08-05 05:24:43,952] There has been a new submission: 'SILENT & SNEAKY EXIT STAFF LOBBY TO THE SEWER UNDETECTED', with flair 'Gaming' +[2020-08-05 05:24:45,343] /u/GRISELDAGRINDERS had their submission removed for insufficient lambda. +[2020-08-05 05:24:46,940] /u/GRISELDAGRINDERS had their flair updated +[2020-08-05 05:45:08,159] '/u/acexsd1' has given '/u/midnightjenga' lambda! +[2020-08-05 05:45:09,729] /u/midnightjenga had their flair updated +[2020-08-05 05:46:20,909] There has been a new submission: 'If you wouldn't mind I would love some feedback. I have no idea if the thumbnail is good or even if what I make is entertaining. Anything would be very appreciated', with flair 'Video Critique' +[2020-08-05 05:46:22,833] /u/ProZacLIVE had their submission removed for insufficient lambda. +[2020-08-05 05:46:24,331] /u/ProZacLIVE had their flair updated +[2020-08-05 05:50:55,293] '/u/MauiGainz' has given '/u/DennisTheBadBoy' lambda! +[2020-08-05 05:50:58,200] /u/DennisTheBadBoy had their flair updated +[2020-08-05 05:53:14,130] '/u/Adzic254' has given '/u/russianfortobias' lambda! +[2020-08-05 05:53:16,600] /u/russianfortobias had their flair updated +[2020-08-05 05:54:31,809] '/u/Adzic254' has given '/u/badumbumpsh' lambda! +[2020-08-05 05:54:34,249] /u/badumbumpsh had their flair updated +[2020-08-05 05:55:25,526] '/u/Adzic254' has given '/u/RashionalNA' lambda! +[2020-08-05 05:55:28,184] /u/RashionalNA had their flair updated +[2020-08-05 05:56:20,038] '/u/Adzic254' has given '/u/pawndaunt' lambda! +[2020-08-05 05:56:22,817] /u/pawndaunt had their flair updated +[2020-08-05 06:01:34,557] There has been a new submission: 'If you wouldn't mind I would love some feedback. I have no idea if the thumbnail is good or even if what I make is entertaining. Anything would be very appreciated', with flair 'Video Critique' +[2020-08-05 06:01:36,300] /u/SpudnickShaggy had their submission removed for insufficient lambda. +[2020-08-05 06:01:38,770] /u/SpudnickShaggy had their flair updated +[2020-08-05 06:02:59,069] There has been a new submission: '*WARNING HOLY SH!T!!!ITS OLD MAN JENKINS!!!(PACIFY)(FUNNY MOMENTS)', with flair 'Gaming' +[2020-08-05 06:03:00,628] /u/fromflores had their submission removed for insufficient lambda. +[2020-08-05 06:03:02,623] /u/fromflores had their flair updated +[2020-08-05 06:08:11,307] There has been a new submission: 'Warzone Destructage 2', with flair 'Gaming' +[2020-08-05 06:08:13,105] /u/WolffyYouTube had their submission removed for insufficient lambda. +[2020-08-05 06:08:14,294] /u/WolffyYouTube had their flair updated +[2020-08-05 06:13:20,372] '/u/FadedAffiliation' has given '/u/clockworkshow' lambda! +[2020-08-05 06:13:22,795] /u/clockworkshow had their flair updated +[2020-08-05 06:13:46,708] '/u/FadedAffiliation' has given '/u/DaredevilOfHK' lambda! +[2020-08-05 06:13:49,271] /u/DaredevilOfHK had their flair updated +[2020-08-05 06:14:28,044] '/u/FadedAffiliation' has given '/u/AstaSama' lambda! +[2020-08-05 06:14:31,520] /u/AstaSama had their flair updated +[2020-08-05 06:15:10,416] '/u/FadedAffiliation' has given '/u/AlsleumMusic' lambda! +[2020-08-05 06:15:12,904] /u/AlsleumMusic had their flair updated +[2020-08-05 06:15:56,430] '/u/FadedAffiliation' has given '/u/dansometv' lambda! +[2020-08-05 06:15:58,637] /u/dansometv had their flair updated +[2020-08-05 06:28:45,875] There has been a new submission: 'Ninja montage (funny moments, capture the flag & Knife kills moments )[video]', with flair 'Gaming' +[2020-08-05 06:28:47,800] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-05 06:28:48,661] /u/Vizz47 had their flair updated +[2020-08-05 06:29:14,981] There has been a new submission: 'V E C T O R E D (YTP)', with flair 'Video Critique' +[2020-08-05 06:29:16,578] /u/DatTaco202 had their submission removed for insufficient lambda. +[2020-08-05 06:29:17,480] /u/DatTaco202 had their flair updated +[2020-08-05 06:40:42,039] +#################### +[Aug 05 2020 06:40:42] RESTARTED +#################### + +[2020-08-05 07:28:07,437] There has been a new submission: 'Stories 101', with flair 'Art' +[2020-08-05 07:28:09,530] /u/pahulsingh52 had their submission removed for insufficient lambda. +[2020-08-05 07:28:10,270] /u/pahulsingh52 had their flair updated +[2020-08-05 07:28:27,472] There has been a new submission: 'Karen Vs. Cthulhu', with flair 'Gaming' +[2020-08-05 07:28:28,888] /u/paperwifi had their submission removed for insufficient lambda. +[2020-08-05 07:28:29,586] /u/paperwifi had their flair updated +[2020-08-05 07:30:44,742] There has been a new submission: 'How many copyrighted music will lead youtube to decline you from the partner program?', with flair 'Discussion' +[2020-08-05 07:30:47,473] /u/YCBrawlStars had their flair updated +[2020-08-05 07:45:29,325] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-05 08:20:09,261] There has been a new submission: 'I meditated 8 hours a day for 5 days. Here is what happened.', with flair 'Video Critique' +[2020-08-05 08:20:10,844] /u/alexanderbaron had their submission removed for insufficient lambda. +[2020-08-05 08:20:13,162] /u/alexanderbaron had their flair updated +[2020-08-05 08:20:22,616] There has been a new submission: 'How to get the best experience in Hua-Hin (Thailand) 2020', with flair 'Vlog' +[2020-08-05 08:20:24,145] /u/MinawaTube had their submission removed for insufficient lambda. +[2020-08-05 08:20:26,460] /u/MinawaTube had their flair updated +[2020-08-05 08:30:36,508] There has been a new submission: 'I have started a new channel and I will upload on it evertdat and I will do a variety of videos clips and highlights. I hope it goes well and I want to listen to all feedback.', with flair 'Gaming' +[2020-08-05 08:30:38,543] /u/YeeHaw4lyfe had their submission removed for insufficient lambda. +[2020-08-05 08:30:40,802] /u/YeeHaw4lyfe had their flair updated +[2020-08-05 08:35:09,678] There has been a new submission: 'A Night in Sovngarde Videoclip /w Official Draconic & Translated English Lyrics of My Favorite Skyrim Song! Enjoy! Any kind of feedback is greatly appreciated!', with flair 'Gaming' +[2020-08-05 08:35:10,938] /u/Wushiba had their submission removed for insufficient lambda. +[2020-08-05 08:35:12,610] /u/Wushiba had their flair updated +[2020-08-05 08:36:02,627] There has been a new submission: 'New YouTuber : Music Background', with flair 'Channel Review' +[2020-08-05 08:36:04,274] /u/KelBeatsMusic had their submission removed for insufficient lambda. +[2020-08-05 08:36:05,832] /u/KelBeatsMusic had their flair updated +[2020-08-05 08:40:15,362] +#################### +[Aug 05 2020 08:40:15] RESTARTED +#################### + +[2020-08-05 09:10:40,932] There has been a new submission: 'Hi I’m new to YT. And need help with picking a laptop', with flair 'Discussion' +[2020-08-05 09:10:44,618] /u/hey_nat had their flair updated +[2020-08-05 09:11:41,699] '/u/Heavy_Rain_' has given '/u/FadedAffiliation' lambda! +[2020-08-05 09:11:44,886] /u/FadedAffiliation had their flair updated +[2020-08-05 09:12:23,796] '/u/Heavy_Rain_' has given '/u/Woftoki' lambda! +[2020-08-05 09:12:26,460] /u/Woftoki had their flair updated +[2020-08-05 09:13:02,580] '/u/ZaVizion' has given '/u/FlightoftheMelons' lambda! +[2020-08-05 09:13:04,806] /u/FlightoftheMelons had their flair updated +[2020-08-05 09:13:25,931] '/u/Heavy_Rain_' has given '/u/DealsOnTAP' lambda! +[2020-08-05 09:13:30,106] /u/DealsOnTAP had their flair updated +[2020-08-05 09:13:51,348] '/u/Heavy_Rain_' has given '/u/russianfortobias' lambda! +[2020-08-05 09:13:54,411] /u/russianfortobias had their flair updated +[2020-08-05 09:15:16,955] There has been a new submission: 'Hi guys I’m a new content creator', with flair 'Video Critique' +[2020-08-05 09:15:18,065] /u/Cubedroid05 had their submission removed for insufficient lambda. +[2020-08-05 09:15:19,426] /u/Cubedroid05 had their flair updated +[2020-08-05 09:15:36,800] There has been a new submission: 'FINALE of my wooden burr puzzle series. I would appreciate genuine feedback (good or bad). Thank you!', with flair 'Video Critique' +[2020-08-05 09:15:39,950] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 09:15:39,990] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 09:15:41,735] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vjD3ojP-w5A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 09:15:42,190] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXd60s58LWyAR7Czt5ierTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 09:15:45,586] /u/BeatsandPiecesYT had their flair updated +[2020-08-05 09:22:56,649] There has been a new submission: 'Warzone season 5 best moments montage', with flair 'Gaming' +[2020-08-05 09:22:58,320] /u/AppleNation0 had their submission removed for insufficient lambda. +[2020-08-05 09:23:00,299] /u/AppleNation0 had their flair updated +[2020-08-05 09:24:46,596] There has been a new submission: 'Statistically speaking, are YouTube channels containing the real name of the creator more popular than those who have a brand name?', with flair 'Discussion' +[2020-08-05 09:24:50,724] /u/knowbottle had their flair updated +[2020-08-05 09:26:26,703] There has been a new submission: 'free? video editing software', with flair 'Discussion' +[2020-08-05 09:26:29,092] /u/SupaBooty had their flair updated +[2020-08-05 09:27:20,173] There has been a new submission: 'logan paul sings dame da ne', with flair 'Art' +[2020-08-05 09:27:21,922] /u/heniek23 had their submission removed for insufficient lambda. +[2020-08-05 09:27:23,192] /u/heniek23 had their flair updated +[2020-08-05 09:30:06,988] There has been a new submission: 'editing software', with flair 'Discussion' +[2020-08-05 09:30:09,682] /u/SupaBooty had their flair updated +[2020-08-05 09:58:51,480] '/u/yungrebel2050' has given '/u/wickedwizard5' lambda! +[2020-08-05 09:58:55,902] /u/wickedwizard5 had their flair updated +[2020-08-05 10:01:59,367] '/u/DTV998' has given '/u/russianfortobias' lambda! +[2020-08-05 10:02:07,138] /u/russianfortobias had their flair updated +[2020-08-05 10:11:10,085] There has been a new submission: 'Life science', with flair 'Channel Review' +[2020-08-05 10:11:11,641] /u/Indianflyers had their submission removed for insufficient lambda. +[2020-08-05 10:11:13,874] /u/Indianflyers had their flair updated +[2020-08-05 10:19:07,540] There has been a new submission: 'Slightly different way of talking about a lens - would love feedback/thoughts', with flair 'Video Critique' +[2020-08-05 10:19:10,610] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 10:19:10,611] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 10:19:12,042] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8i9Mu2ydnsE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 10:19:12,616] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMdo8JQZtNWSPKQmbo49WUQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 10:19:15,482] /u/heykidego had their flair updated +[2020-08-05 10:22:35,831] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 15 - A Message In Fire', with flair 'Gaming' +[2020-08-05 10:22:37,295] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-05 10:22:39,488] /u/CecliusPlaysHD had their flair updated +[2020-08-05 10:24:21,284] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-05 10:39:10,680] /u/Ultratronicman had their flair updated +[2020-08-05 10:40:44,752] +#################### +[Aug 05 2020 10:40:44] RESTARTED +#################### + +[2020-08-05 11:02:02,506] '/u/Djbernie805' has given '/u/308ar10' lambda! +[2020-08-05 11:02:05,744] /u/308ar10 had their flair updated +[2020-08-05 11:24:29,313] There has been a new submission: 'Homemade Potato Stuffed Naan Recipe without oven', with flair 'Video Critique' +[2020-08-05 11:24:31,551] /u/cooking_with_marry had their submission removed for insufficient lambda. +[2020-08-05 11:24:33,044] /u/cooking_with_marry had their flair updated +[2020-08-05 11:24:51,857] There has been a new submission: 'Did something new lol while my leg is injured from the last vid. Looking for some honest feedback, giving lambda of course 😅Asian Baby Boy Transformation (MY SISTER MADE ME DO THIS!!) | Kharl Yeung', with flair 'Video Critique' +[2020-08-05 11:24:55,458] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 11:24:55,461] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 11:24:57,011] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7uXXoE_bmTM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 11:24:57,914] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHC16TvbNa_kDJkh54HNTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 11:25:01,388] /u/MajinBoom11 had their flair updated +[2020-08-05 11:25:19,895] There has been a new submission: 'Made a tasty skull icecream', with flair 'Art' +[2020-08-05 11:25:21,566] /u/Art_flex had their submission removed for insufficient lambda. +[2020-08-05 11:25:23,083] /u/Art_flex had their flair updated +[2020-08-05 11:25:41,121] There has been a new submission: 'Michael De Santa got caught into Alien Invasion | Let's Play GTA 5 Gameplay Part 5', with flair 'Gaming' +[2020-08-05 11:25:42,609] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-05 11:25:43,879] /u/omeshhedaoo had their flair updated +[2020-08-05 11:26:02,966] There has been a new submission: '75% of my views are external, from this subreddit. Are you guys getting similar figures?', with flair 'Discussion' +[2020-08-05 11:26:07,559] /u/196423 had their flair updated +[2020-08-05 11:26:26,049] There has been a new submission: 'Carpenter Reviews his Favourite Wood in Movies', with flair 'Video Critique' +[2020-08-05 11:26:27,624] /u/toot_toot__ had their submission removed for insufficient lambda. +[2020-08-05 11:26:28,813] /u/toot_toot__ had their flair updated +[2020-08-05 11:28:58,225] '/u/heykidego' has given '/u/ScottCPeebles' lambda! +[2020-08-05 11:29:00,033] /u/ScottCPeebles had their flair updated +[2020-08-05 11:30:22,819] There has been a new submission: 'I would like Feedback on my commentery', with flair 'Channel Review' +[2020-08-05 11:30:24,433] /u/Embarrassed-Coat2459 had their submission removed for insufficient lambda. +[2020-08-05 11:30:26,762] /u/Embarrassed-Coat2459 had their flair updated +[2020-08-05 11:30:47,007] There has been a new submission: 'Homemade Treatments for Hair and Skin', with flair 'Vlog' +[2020-08-05 11:30:48,851] /u/Chushbaby had their submission removed for insufficient lambda. +[2020-08-05 11:30:51,141] /u/Chushbaby had their flair updated +[2020-08-05 11:31:11,888] There has been a new submission: 'My new channel. would for people to check it out and if you like it maybe stay around :)', with flair 'Channel Review' +[2020-08-05 11:31:13,453] /u/AdamupGaming had their submission removed for insufficient lambda. +[2020-08-05 11:31:15,874] /u/AdamupGaming had their flair updated +[2020-08-05 11:31:33,604] There has been a new submission: 'Join our discord', with flair 'Discussion' +[2020-08-05 11:31:36,101] /u/RandomLoserRin had their flair updated +[2020-08-05 11:35:52,920] '/u/MrMoo-Youtube' has given '/u/Redmond93' lambda! +[2020-08-05 11:35:55,500] /u/Redmond93 had their flair updated +[2020-08-05 11:36:19,530] '/u/MrMoo-Youtube' has given '/u/TheGamerGuy2' lambda! +[2020-08-05 11:36:21,587] /u/TheGamerGuy2 had their flair updated +[2020-08-05 11:37:15,381] '/u/MrMoo-Youtube' has given '/u/DTV998' lambda! +[2020-08-05 11:37:17,290] /u/DTV998 had their flair updated +[2020-08-05 11:37:56,965] '/u/MrMoo-Youtube' has given '/u/AstaSama' lambda! +[2020-08-05 11:37:59,429] /u/AstaSama had their flair updated +[2020-08-05 11:38:22,896] '/u/MrMoo-Youtube' has given '/u/Krogmo' lambda! +[2020-08-05 11:38:24,868] /u/Krogmo had their flair updated +[2020-08-05 11:38:45,615] '/u/MrMoo-Youtube' has given '/u/Doesntpayfullprice' lambda! +[2020-08-05 11:38:47,535] /u/Doesntpayfullprice had their flair updated +[2020-08-05 11:40:19,295] '/u/MrMoo-Youtube' has given '/u/dansometv' lambda! +[2020-08-05 11:40:22,281] /u/dansometv had their flair updated +[2020-08-05 11:40:48,161] '/u/MrMoo-Youtube' has given '/u/Doesntpayfullprice' lambda! +[2020-08-05 11:40:51,260] /u/Doesntpayfullprice had their flair updated +[2020-08-05 11:41:15,710] '/u/MrMoo-Youtube' has given '/u/DennisTheBadBoy' lambda! +[2020-08-05 11:41:18,900] /u/DennisTheBadBoy had their flair updated +[2020-08-05 11:42:01,048] '/u/MrMoo-Youtube' has given '/u/ESTeaDY1968' lambda! +[2020-08-05 11:42:03,916] /u/ESTeaDY1968 had their flair updated +[2020-08-05 11:42:52,774] There has been a new submission: 'Must listen one time 🥰', with flair 'Channel Review' +[2020-08-05 11:42:54,865] /u/hafizzubair2020 had their submission removed for insufficient lambda. +[2020-08-05 11:42:56,790] /u/hafizzubair2020 had their flair updated +[2020-08-05 11:43:36,015] '/u/MrMoo-Youtube' has given '/u/ESTeaDY1968' lambda! +[2020-08-05 11:43:38,723] /u/ESTeaDY1968 had their flair updated +[2020-08-05 11:44:07,006] '/u/MrMoo-Youtube' has given '/u/midnightjenga' lambda! +[2020-08-05 11:44:09,365] /u/midnightjenga had their flair updated +[2020-08-05 11:44:48,163] '/u/MrMoo-Youtube' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-05 11:44:50,651] /u/aspirefitnesswalnut had their flair updated +[2020-08-05 11:45:12,421] '/u/MrMoo-Youtube' has given '/u/myogloben' lambda! +[2020-08-05 11:45:13,812] /u/myogloben had their flair updated +[2020-08-05 11:45:22,207] There has been a new submission: 'Disliked by developer.', with flair 'Discussion' +[2020-08-05 11:45:25,514] /u/OptimalDelight had their flair updated +[2020-08-05 11:45:49,757] '/u/MrMoo-Youtube' has given '/u/Sn0wPhotos' lambda! +[2020-08-05 11:45:51,971] /u/Sn0wPhotos had their flair updated +[2020-08-05 11:51:38,872] There has been a new submission: 'Im trying out a new content style', with flair 'Video Critique' +[2020-08-05 11:51:40,598] /u/myTWOcentzz had their submission removed for insufficient lambda. +[2020-08-05 11:51:42,921] /u/myTWOcentzz had their flair updated +[2020-08-05 12:06:03,634] There has been a new submission: 'Rainbow Six Siege Mute Protocol Event - PC 1080p60fps', with flair 'Gaming' +[2020-08-05 12:06:05,627] /u/TruceAV had their submission removed for insufficient lambda. +[2020-08-05 12:06:07,132] /u/TruceAV had their flair updated +[2020-08-05 12:16:50,760] There has been a new submission: '【L【O【VE.】怒りの泣き声タイピング', with flair 'Discussion' +[2020-08-05 12:16:54,029] /u/owofo had their flair updated +[2020-08-05 12:18:29,927] There has been a new submission: 'Are you a Sagittarius or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-08-05 12:18:32,311] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-05 12:18:33,870] /u/adyx1997 had their flair updated +[2020-08-05 12:26:52,377] There has been a new submission: 'Ez? or Pz?', with flair 'Gaming' +[2020-08-05 12:26:54,059] /u/ThatFridgeGuy had their submission removed for insufficient lambda. +[2020-08-05 12:26:55,601] /u/ThatFridgeGuy had their flair updated +[2020-08-05 12:38:02,794] There has been a new submission: 'Funny Warzone clips', with flair 'Gaming' +[2020-08-05 12:38:04,539] /u/Dilbyson had their submission removed for insufficient lambda. +[2020-08-05 12:38:05,628] /u/Dilbyson had their flair updated +[2020-08-05 12:40:45,261] +#################### +[Aug 05 2020 12:40:45] RESTARTED +#################### + +[2020-08-05 13:02:10,736] '/u/heykidego' has given '/u/Glittering_Designer' lambda! +[2020-08-05 13:02:13,308] /u/Glittering_Designer had their flair updated +[2020-08-05 13:25:01,625] There has been a new submission: 'The quest to preserve our virginity', with flair 'Video Critique' +[2020-08-05 13:25:04,239] /u/deadly_eric had their submission removed for insufficient lambda. +[2020-08-05 13:25:05,711] /u/deadly_eric had their flair updated +[2020-08-05 13:25:24,808] There has been a new submission: 'Hello guys, I'm an aspiring musician, check out my channel and subscribe, it would mean a lot to me', with flair 'Art' +[2020-08-05 13:25:26,571] /u/TheJennn had their submission removed for insufficient lambda. +[2020-08-05 13:25:27,981] /u/TheJennn had their flair updated +[2020-08-05 13:25:46,481] There has been a new submission: 'New movie review', with flair 'Video Critique' +[2020-08-05 13:25:48,409] /u/IOEBedtimeStories had their submission removed for insufficient lambda. +[2020-08-05 13:25:49,777] /u/IOEBedtimeStories had their flair updated +[2020-08-05 13:26:11,954] '/u/heykidego' has given '/u/myTWOcentzz' lambda! +[2020-08-05 13:26:14,510] /u/myTWOcentzz had their flair updated +[2020-08-05 13:30:12,878] There has been a new submission: 'Naruto Sacrifices Himself For The Sake Of The Village!!!! Naruto vs Momoshiki', with flair 'Art' +[2020-08-05 13:30:14,851] /u/originalanime had their submission removed for insufficient lambda. +[2020-08-05 13:30:17,168] /u/originalanime had their flair updated +[2020-08-05 13:30:34,246] There has been a new submission: 'A Video Essay on Hyperscape By an A.I', with flair 'Video Critique' +[2020-08-05 13:30:37,651] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 13:30:37,686] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 13:30:39,454] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T9I7VvuODiY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 13:30:39,905] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 13:30:44,242] /u/bigni44a had their flair updated +[2020-08-05 13:31:04,901] There has been a new submission: 'Community for YouTube gamers to advertise clips and channel', with flair 'Gaming' +[2020-08-05 13:31:06,832] /u/IIRAVERII had their submission removed for insufficient lambda. +[2020-08-05 13:31:09,068] /u/IIRAVERII had their flair updated +[2020-08-05 13:31:28,253] There has been a new submission: '4th week of editing, 4th video up now [Apex Legends]', with flair 'Gaming' +[2020-08-05 13:31:29,866] /u/svngod had their submission removed for insufficient lambda. +[2020-08-05 13:31:32,066] /u/svngod had their flair updated +[2020-08-05 13:31:52,452] There has been a new submission: 'Manimals (2020)', with flair 'Video Critique' +[2020-08-05 13:31:54,003] /u/drucket had their submission removed for insufficient lambda. +[2020-08-05 13:31:56,371] /u/drucket had their flair updated +[2020-08-05 13:38:55,407] There has been a new submission: 'CALL OF DUTY MOBILE PHARO IS THAT WEAPON GOOD?', with flair 'Gaming' +[2020-08-05 13:38:59,497] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-05 13:39:00,318] /u/MulberryNo1582 had their flair updated +[2020-08-05 13:51:16,096] There has been a new submission: 'George and Dream Funny Moments', with flair 'Gaming' +[2020-08-05 13:51:18,260] /u/ConnBoyJC had their submission removed for insufficient lambda. +[2020-08-05 13:51:20,577] /u/ConnBoyJC had their flair updated +[2020-08-05 13:57:09,360] There has been a new submission: 'INTERVIEW WITH A 5 MONTH OLD', with flair 'Vlog' +[2020-08-05 13:57:11,238] /u/bubbles_stacy had their submission removed for insufficient lambda. +[2020-08-05 13:57:12,511] /u/bubbles_stacy had their flair updated +[2020-08-05 13:58:05,617] There has been a new submission: 'This creature definitely scared me. Check it out and watch the showdown between Abby and this creature. I’d appreciate it the support and share', with flair 'Gaming' +[2020-08-05 13:58:07,421] /u/firey_sagi had their submission removed for insufficient lambda. +[2020-08-05 13:58:08,444] /u/firey_sagi had their flair updated +[2020-08-05 14:01:19,055] '/u/MajinBoom11' has given '/u/Glittering_Designer' lambda! +[2020-08-05 14:01:22,208] /u/Glittering_Designer had their flair updated +[2020-08-05 14:01:46,602] '/u/MajinBoom11' has given '/u/ESTeaDY1968' lambda! +[2020-08-05 14:01:49,471] /u/ESTeaDY1968 had their flair updated +[2020-08-05 14:04:15,023] '/u/MajinBoom11' has given '/u/Ultratronicman' lambda! +[2020-08-05 14:04:17,867] /u/Ultratronicman had their flair updated +[2020-08-05 14:07:26,768] There has been a new submission: 'New Skater Youtuber!', with flair 'Vlog' +[2020-08-05 14:07:28,526] /u/Trippiekid had their submission removed for insufficient lambda. +[2020-08-05 14:07:29,719] /u/Trippiekid had their flair updated +[2020-08-05 14:14:42,774] There has been a new submission: 'https://youtu.be/JuKFW8VHyO0', with flair 'Gaming' +[2020-08-05 14:14:45,443] /u/iprens had their submission removed for insufficient lambda. +[2020-08-05 14:14:47,187] /u/iprens had their flair updated +[2020-08-05 14:34:19,768] '/u/MrCarsone' has given '/u/SpudnickShaggy' lambda! +[2020-08-05 14:34:22,717] /u/SpudnickShaggy had their flair updated +[2020-08-05 14:34:42,844] There has been a new submission: 'Exploring R/Funny (Pt 2)', with flair 'Video Critique' +[2020-08-05 14:34:44,442] /u/bowlbykyle had their submission removed for insufficient lambda. +[2020-08-05 14:34:46,246] /u/bowlbykyle had their flair updated +[2020-08-05 14:35:12,535] '/u/MrCarsone' has given '/u/TheGamerGuy2' lambda! +[2020-08-05 14:35:15,314] /u/TheGamerGuy2 had their flair updated +[2020-08-05 14:35:48,981] '/u/MrCarsone' has given '/u/YeeHaw4lyfe' lambda! +[2020-08-05 14:35:51,704] /u/YeeHaw4lyfe had their flair updated +[2020-08-05 14:36:30,732] '/u/MajinBoom11' has given '/u/Heavy_Rain_' lambda! +[2020-08-05 14:36:33,324] /u/Heavy_Rain_ had their flair updated +[2020-08-05 14:36:53,588] '/u/MrCarsone' has given '/u/YappyHead' lambda! +[2020-08-05 14:36:56,085] /u/YappyHead had their flair updated +[2020-08-05 14:39:44,788] There has been a new submission: 'Cartoon - Wife Abandoned Her Disabled Husband With Two Newborns - AmoMama', with flair 'None' +[2020-08-05 14:39:47,622] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-05 14:39:48,073] /u/IndividualGuide had their flair updated +[2020-08-05 14:40:47,436] +#################### +[Aug 05 2020 14:40:47] RESTARTED +#################### + +[2020-08-05 15:24:30,939] There has been a new submission: 'A Brand New Online Co-op Horror on Stream so we made a vid on it, maybe check it out ? - thanks <3', with flair 'Gaming' +[2020-08-05 15:24:33,211] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-05 15:24:34,829] /u/TheUnsaidSong had their flair updated +[2020-08-05 15:24:54,468] There has been a new submission: 'Logan Paul TikToks of 2020 :D', with flair 'Discussion' +[2020-08-05 15:24:56,021] /u/AstroFaermusic had their submission removed for using the wrong flair. +[2020-08-05 15:24:57,458] /u/AstroFaermusic had their flair updated +[2020-08-05 15:25:15,466] There has been a new submission: 'How to make the DAME DA NE meme in the fastest way.', with flair 'Video Critique' +[2020-08-05 15:25:16,774] /u/Raspact_wamen had their submission removed for insufficient lambda. +[2020-08-05 15:25:18,124] /u/Raspact_wamen had their flair updated +[2020-08-05 15:25:35,844] There has been a new submission: 'Call of Duty Season 5 Trailer and Battle Pass Reaction - Video Out Now!!!', with flair 'Gaming' +[2020-08-05 15:25:37,607] /u/JRohx had their submission removed for insufficient lambda. +[2020-08-05 15:25:38,914] /u/JRohx had their flair updated +[2020-08-05 15:29:36,350] /u/vaish1601 had their flair updated +[2020-08-05 15:30:16,877] /u/Raspact_wamen had their flair updated +[2020-08-05 15:31:27,818] '/u/bigni44a' has given '/u/baechanka' lambda! +[2020-08-05 15:31:30,472] /u/baechanka had their flair updated +[2020-08-05 15:33:43,418] Starting every day program... +[2020-08-05 15:33:43,541] Updating database statistics... +[2020-08-05 15:33:46,359] Posting and updating wiki... +[2020-08-05 15:34:17,456] Formatting leaderboard... +[2020-08-05 15:34:19,464] Updating sidebar... +[2020-08-05 15:34:20,155] Updated in new reddit... +[2020-08-05 15:34:23,313] Updated in old reddit... +[2020-08-05 15:34:23,313] Completed. +[2020-08-05 15:35:17,880] '/u/ShikharTrivedi' has given '/u/baechanka' lambda! +[2020-08-05 15:35:20,687] /u/baechanka had their flair updated +[2020-08-05 15:36:42,141] '/u/MajinBoom11' has given '/u/baechanka' lambda! +[2020-08-05 15:36:44,084] /u/baechanka had their flair updated +[2020-08-05 15:37:06,719] '/u/MajinBoom11' has given '/u/vaish1601' lambda! +[2020-08-05 15:37:08,798] /u/vaish1601 had their flair updated +[2020-08-05 15:37:58,955] '/u/MrCarsone' has given '/u/Heavy_Rain_' lambda! +[2020-08-05 15:38:01,938] /u/Heavy_Rain_ had their flair updated +[2020-08-05 15:42:12,150] '/u/ShikharTrivedi' has given '/u/BigWaff' lambda! +[2020-08-05 15:42:15,909] /u/BigWaff had their flair updated +[2020-08-05 15:42:52,512] /u/HumbelGeniusYT had their flair updated +[2020-08-05 15:43:13,624] '/u/HumbelGeniusYT' has given '/u/baechanka' lambda! +[2020-08-05 15:43:15,941] /u/baechanka had their flair updated +[2020-08-05 15:45:16,933] There has been a new submission: 'Did oneblock sky block with a friend. I hope you guys like it :). Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-05 15:45:18,119] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 15:45:18,131] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 15:45:18,800] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BCiiAzfMtVo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:45:18,928] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:45:21,577] /u/ShikharTrivedi had their flair updated +[2020-08-05 15:45:41,190] There has been a new submission: 'takeo's katana new operator skill is overpowered Call of duty mobile [gaming]', with flair 'Gaming' +[2020-08-05 15:45:42,828] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-05 15:45:44,167] /u/Vizz47 had their flair updated +[2020-08-05 15:46:03,352] There has been a new submission: 'Diversified and did me FIRST voiceover video: a How-To guide! I may be trash, but I enjoyed EVERY bit of it! Let me know what I can do better for the next video :D', with flair 'Video Critique' +[2020-08-05 15:46:07,101] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 15:46:07,103] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 15:46:08,018] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Wzx4sd6CF9M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:46:08,275] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7xqxiMfWwQOGdhjgEq4nVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:46:10,693] /u/callmenicpls had their flair updated +[2020-08-05 15:46:28,784] There has been a new submission: 'The Story Behind The Image - AMSTERDAM (I Just started my new Photography Channel)', with flair 'Art' +[2020-08-05 15:46:29,819] /u/seangre-y had their submission removed for insufficient lambda. +[2020-08-05 15:46:31,220] /u/seangre-y had their flair updated +[2020-08-05 15:46:44,825] There has been a new submission: 'Bridal Plasty E! Reality show commentary. Does the comedy land? Need criticism! Thanks', with flair 'Video Critique' +[2020-08-05 15:46:45,389] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 15:46:45,411] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 15:46:46,225] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O-g1BzsjvaI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:46:46,596] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqagz5tGEbb2AoJh_WN7JeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:46:48,721] /u/HumbelGeniusYT had their flair updated +[2020-08-05 15:47:07,373] There has been a new submission: 'HAUNTED PS1 DEMO DISC?', with flair 'Gaming' +[2020-08-05 15:47:09,928] /u/Madpai93 had their submission removed for insufficient lambda. +[2020-08-05 15:47:10,992] /u/Madpai93 had their flair updated +[2020-08-05 15:47:28,954] There has been a new submission: '100s Review - Midsommar. Looking for any harsh criticisms. I feel like I'm stuck making the same videos over and over again and I'm not improving.', with flair 'Video Critique' +[2020-08-05 15:47:31,642] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 15:47:31,683] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 15:47:33,216] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zKsIby-_ttw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:47:33,547] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2LnywYNenWiuHgmPPMAWYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 15:47:37,068] /u/Fangore had their flair updated +[2020-08-05 15:47:54,294] There has been a new submission: 'Sub4sub / like 4 like *Help me hit 1k 1000 Subs*', with flair 'None' +[2020-08-05 15:47:55,633] /u/popstar87 had their submission removed for insufficient lambda. +[2020-08-05 15:47:56,488] /u/popstar87 had their flair updated +[2020-08-05 15:48:12,653] There has been a new submission: 'GROOVY TIEDYE EYESHADOW| ITS GIVING HIPPIE VIBEZ', with flair 'Channel Review' +[2020-08-05 15:48:14,128] /u/misJucieyFruit had their submission removed for insufficient lambda. +[2020-08-05 15:48:15,233] /u/misJucieyFruit had their flair updated +[2020-08-05 15:48:31,409] There has been a new submission: 'Tomato soup recipe!!! Do watch it give a review and try it at home and let us know if you lived it!!', with flair 'Video Critique' +[2020-08-05 15:48:35,415] /u/vaish1601 had their submission removed for insufficient lambda. +[2020-08-05 15:48:43,985] /u/vaish1601 had their flair updated +[2020-08-05 15:49:05,883] There has been a new submission: 'Feeling kinda cute, might suka meh peh peh', with flair 'Gaming' +[2020-08-05 15:49:08,880] /u/dilpooh had their submission removed for insufficient lambda. +[2020-08-05 15:49:10,069] /u/dilpooh had their flair updated +[2020-08-05 15:51:46,978] /u/vaish1601 had their flair updated +[2020-08-05 15:54:27,679] /u/Fangore had their flair updated +[2020-08-05 15:56:43,920] '/u/Fangore' has given '/u/vaish1601' lambda! +[2020-08-05 15:56:45,947] /u/vaish1601 had their flair updated +[2020-08-05 15:58:33,407] '/u/vaish1601' has given '/u/baechanka' lambda! +[2020-08-05 15:58:35,770] /u/baechanka had their flair updated +[2020-08-05 15:59:13,650] '/u/FadedAffiliation' has given '/u/myTWOcentzz' lambda! +[2020-08-05 15:59:15,445] /u/myTWOcentzz had their flair updated +[2020-08-05 15:59:35,156] '/u/FadedAffiliation' has given '/u/Heavy_Rain_' lambda! +[2020-08-05 15:59:37,044] /u/Heavy_Rain_ had their flair updated +[2020-08-05 16:01:12,084] There has been a new submission: 'Early 2000’s Nostalgic Compilation', with flair 'Video Critique' +[2020-08-05 16:01:13,857] /u/bellaash2685 had their submission removed for insufficient lambda. +[2020-08-05 16:01:15,982] /u/bellaash2685 had their flair updated +[2020-08-05 16:01:35,355] There has been a new submission: 'This SMG in WARZONE is BETTER than EVERY ASSAULT RIFLE!¡!', with flair 'Gaming' +[2020-08-05 16:01:36,955] /u/Curlyiix had their submission removed for insufficient lambda. +[2020-08-05 16:01:39,166] /u/Curlyiix had their flair updated +[2020-08-05 16:01:59,924] There has been a new submission: 'I made a parody OnlyFans Promo. Any feedback appreciated.', with flair 'Video Critique' +[2020-08-05 16:02:18,913] /u/BigWaff had their submission removed for insufficient lambda. +[2020-08-05 16:02:28,668] /u/BigWaff had their flair updated +[2020-08-05 16:02:44,134] There has been a new submission: 'Trump AXIOS // Made a highlight video with some of the best moments from this messy interview as well as added my commentary & thoughts, different than my usual content but it was an interesting interview that I wanted to cover', with flair 'Video Critique' +[2020-08-05 16:03:10,855] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 16:03:10,889] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 16:03:12,699] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=U2tWer7KqPI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 16:03:12,909] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 16:03:17,937] /u/DTV998 had their flair updated +[2020-08-05 16:04:13,257] '/u/ShikharTrivedi' has given '/u/Krogmo' lambda! +[2020-08-05 16:04:15,637] /u/Krogmo had their flair updated +[2020-08-05 16:05:19,404] '/u/Fangore' has given '/u/RickWT' lambda! +[2020-08-05 16:05:32,716] /u/RickWT had their flair updated +[2020-08-05 16:05:50,985] '/u/BeatsandPiecesYT' has given '/u/YappyHead' lambda! +[2020-08-05 16:05:52,874] /u/YappyHead had their flair updated +[2020-08-05 16:06:10,705] There has been a new submission: 'Expectation vs Reality', with flair 'Video Critique' +[2020-08-05 16:06:11,862] /u/CockroachHistorical2 had their submission removed for insufficient lambda. +[2020-08-05 16:06:13,046] /u/CockroachHistorical2 had their flair updated +[2020-08-05 16:08:09,074] '/u/BeatsandPiecesYT' has given '/u/sukutto' lambda! +[2020-08-05 16:08:11,119] /u/sukutto had their flair updated +[2020-08-05 16:09:04,569] '/u/callmenicpls' has given '/u/sukutto' lambda! +[2020-08-05 16:09:07,002] /u/sukutto had their flair updated +[2020-08-05 16:09:36,505] '/u/badumbumpsh' has given '/u/FireTrader' lambda! +[2020-08-05 16:09:49,498] /u/FireTrader had their flair updated +[2020-08-05 16:10:16,543] '/u/callmenicpls' has given '/u/baechanka' lambda! +[2020-08-05 16:10:18,840] /u/baechanka had their flair updated +[2020-08-05 16:11:12,951] There has been a new submission: 'Spider-Man Villains I Would Love To See | Marvel's Avengers', with flair 'Gaming' +[2020-08-05 16:11:19,049] /u/Jamie_Rodger_18 had their submission removed for insufficient lambda. +[2020-08-05 16:11:21,301] /u/Jamie_Rodger_18 had their flair updated +[2020-08-05 16:12:51,366] '/u/callmenicpls' has given '/u/Sn0wPhotos' lambda! +[2020-08-05 16:12:54,004] /u/Sn0wPhotos had their flair updated +[2020-08-05 16:15:02,737] There has been a new submission: 'Color Sampler Tool | Photoshop Tutorial', with flair 'Video Critique' +[2020-08-05 16:15:11,020] /u/ARTMA_ had their submission removed for insufficient lambda. +[2020-08-05 16:15:12,544] /u/ARTMA_ had their flair updated +[2020-08-05 16:16:31,787] /u/baechanka had their flair updated +[2020-08-05 16:17:39,338] There has been a new submission: 'My channel', with flair 'Channel Review' +[2020-08-05 16:17:40,732] /u/suzygracefulily had their submission removed for insufficient lambda. +[2020-08-05 16:17:41,832] /u/suzygracefulily had their flair updated +[2020-08-05 16:18:31,432] There has been a new submission: 'I took her out for ice cream ;)', with flair 'Vlog' +[2020-08-05 16:18:32,445] /u/abbehardy had their submission removed for insufficient lambda. +[2020-08-05 16:18:33,306] /u/abbehardy had their flair updated +[2020-08-05 16:21:04,446] There has been a new submission: 'New video', with flair 'Gaming' +[2020-08-05 16:21:12,044] /u/Graxalicious had their submission removed for insufficient lambda. +[2020-08-05 16:21:14,227] /u/Graxalicious had their flair updated +[2020-08-05 16:21:39,858] '/u/DTV998' has given '/u/Krogmo' lambda! +[2020-08-05 16:21:42,485] /u/Krogmo had their flair updated +[2020-08-05 16:27:45,578] There has been a new submission: 'Just created a new channel, please support and give me constructive criticism!', with flair 'Video Critique' +[2020-08-05 16:27:50,861] /u/pikareded had their submission removed for insufficient lambda. +[2020-08-05 16:27:51,970] /u/pikareded had their flair updated +[2020-08-05 16:28:59,283] There has been a new submission: 'My last attempt at this youtube thing.', with flair 'Channel Review' +[2020-08-05 16:29:03,135] /u/thestrengthclassroom had their submission removed for insufficient lambda. +[2020-08-05 16:29:03,779] /u/thestrengthclassroom had their flair updated +[2020-08-05 16:32:33,658] There has been a new submission: 'Be a better problem solver | 6 steps in 6 minutes', with flair 'Video Critique' +[2020-08-05 16:32:36,404] /u/Nickgregoryyoutube had their submission removed for insufficient lambda. +[2020-08-05 16:32:38,538] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 16:33:31,206] There has been a new submission: 'hello Small YT channel people', with flair 'Vlog' +[2020-08-05 16:33:32,807] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-05 16:33:34,587] /u/Vermont1998 had their flair updated +[2020-08-05 16:35:23,726] There has been a new submission: 'What Can Do With Google AdSense Rejected Blog website?', with flair 'Thumbnail Review' +[2020-08-05 16:35:25,517] /u/gihan0325 had their submission removed for insufficient lambda. +[2020-08-05 16:35:27,006] /u/gihan0325 had their flair updated +[2020-08-05 16:37:11,678] '/u/Fangore' has given '/u/Mat_s' lambda! +[2020-08-05 16:37:15,947] /u/Mat_s had their flair updated +[2020-08-05 16:39:04,978] '/u/Fangore' has given '/u/BigWaff' lambda! +[2020-08-05 16:39:06,405] /u/BigWaff had their flair updated +[2020-08-05 16:40:43,793] +#################### +[Aug 05 2020 16:40:43] RESTARTED +#################### + +[2020-08-05 17:10:19,852] There has been a new submission: 'Anyone else tired of bot Redditor replies?', with flair 'Discussion' +[2020-08-05 17:10:22,945] /u/Ultratronicman had their flair updated +[2020-08-05 17:10:32,272] There has been a new submission: 'When you have a weird name', with flair 'Video Critique' +[2020-08-05 17:10:38,623] /u/sidthehaze had their submission removed for insufficient lambda. +[2020-08-05 17:10:40,900] /u/sidthehaze had their flair updated +[2020-08-05 17:10:58,105] There has been a new submission: 'Help me Make Eric Andre Ellen. Let me know what you think of the video.', with flair 'Video Critique' +[2020-08-05 17:11:11,383] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 17:11:11,633] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 17:11:14,551] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nhfA5stGsL0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:11:15,061] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyfS6Kk65Gv1J60voZZRnbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:11:20,156] /u/jdabs29 had their flair updated +[2020-08-05 17:11:38,742] There has been a new submission: 'I need some help with my branding', with flair 'Gaming' +[2020-08-05 17:11:51,230] /u/ReAnimatedGamer had their submission removed for insufficient lambda. +[2020-08-05 17:11:54,349] /u/ReAnimatedGamer had their flair updated +[2020-08-05 17:12:06,582] There has been a new submission: 'Looking for any criticism and advice on what I can do better to improve my videos as a whole', with flair 'Video Critique' +[2020-08-05 17:12:08,173] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 17:12:08,174] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 17:12:10,208] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VOX5rZrm7hE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:12:10,784] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZW-2fGc7ZNFSyIbMnWX9Sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:12:13,894] /u/Lewd_Kemonomimi had their flair updated +[2020-08-05 17:14:22,314] '/u/Fangore' has given '/u/pikareded' lambda! +[2020-08-05 17:14:24,542] /u/pikareded had their flair updated +[2020-08-05 17:15:20,153] '/u/MajinBoom11' has given '/u/BigWaff' lambda! +[2020-08-05 17:15:21,914] /u/BigWaff had their flair updated +[2020-08-05 17:15:27,701] '/u/MajinBoom11' has given '/u/abbehardy' lambda! +[2020-08-05 17:15:29,070] /u/abbehardy had their flair updated +[2020-08-05 17:17:24,865] There has been a new submission: 'What do you guys think', with flair 'Gaming' +[2020-08-05 17:17:27,032] /u/EggMenOfficial had their submission removed for insufficient lambda. +[2020-08-05 17:17:27,928] /u/EggMenOfficial had their flair updated +[2020-08-05 17:17:43,614] There has been a new submission: 'sub4sub. 1. like 2. sub 3. comment i will do the same right away. if u unsubscribe i will too.', with flair 'Channel Review' +[2020-08-05 17:17:47,970] /u/AffectionateWalrus62 had their submission removed for insufficient lambda. +[2020-08-05 17:17:48,791] /u/AffectionateWalrus62 had their flair updated +[2020-08-05 17:18:06,132] There has been a new submission: 'Help with Tube Buddy's Tag Scores', with flair 'Discussion' +[2020-08-05 17:18:12,755] /u/ShibaTheSamurai had their flair updated +[2020-08-05 17:19:40,695] '/u/HumbelGeniusYT' has given '/u/Sn0wPhotos' lambda! +[2020-08-05 17:19:42,615] /u/Sn0wPhotos had their flair updated +[2020-08-05 17:20:15,285] '/u/HumbelGeniusYT' has given '/u/intrepidgrlventure' lambda! +[2020-08-05 17:20:17,888] /u/intrepidgrlventure had their flair updated +[2020-08-05 17:21:04,355] '/u/HumbelGeniusYT' has given '/u/abbehardy' lambda! +[2020-08-05 17:21:07,257] /u/abbehardy had their flair updated +[2020-08-05 17:21:58,581] '/u/HumbelGeniusYT' has given '/u/BigWaff' lambda! +[2020-08-05 17:22:01,489] /u/BigWaff had their flair updated +[2020-08-05 17:22:42,276] '/u/HumbelGeniusYT' has given '/u/pikareded' lambda! +[2020-08-05 17:22:44,992] /u/pikareded had their flair updated +[2020-08-05 17:23:35,541] There has been a new submission: 'Nightcore', with flair 'Thumbnail Review' +[2020-08-05 17:23:41,022] /u/Lodomirtv had their submission removed for insufficient lambda. +[2020-08-05 17:23:42,730] /u/Lodomirtv had their flair updated +[2020-08-05 17:25:15,348] There has been a new submission: 'LIKE COMMENT SUBSCRIBE', with flair 'Gaming' +[2020-08-05 17:25:16,996] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-05 17:25:18,408] /u/TntThiefGamerYT had their flair updated +[2020-08-05 17:29:42,640] '/u/jdabs29' has given '/u/BigWaff' lambda! +[2020-08-05 17:29:45,773] /u/BigWaff had their flair updated +[2020-08-05 17:31:08,125] There has been a new submission: 'How to use your DSLR as a webcam for streaming/recording in under 2 minutes. Will give lambda for feedback :)', with flair 'Video Critique' +[2020-08-05 17:31:10,008] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 17:31:10,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 17:31:11,278] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n4aezE1kzV8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:31:11,664] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Ybqqf8CtIcda5odx0Ns_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:31:14,638] /u/Mat_s had their flair updated +[2020-08-05 17:35:00,092] '/u/FadedAffiliation' has given '/u/BigWaff' lambda! +[2020-08-05 17:35:02,909] /u/BigWaff had their flair updated +[2020-08-05 17:37:10,583] There has been a new submission: 'I made a parody OnlyFans Promo. Would like feedback on editing and comedy quality, but any feedback is appreciated. Only slightly NSFW.', with flair 'Video Critique' +[2020-08-05 17:37:38,375] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 17:37:38,405] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 17:37:41,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wUNtDLM4zC4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:37:41,957] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0rDtFtoKKwXOk__ikkrphA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 17:37:54,650] /u/BigWaff had their flair updated +[2020-08-05 17:39:50,235] There has been a new submission: 'Im a rapper from Colorado and I would love for someone to review my channel and give me tips', with flair 'Channel Review' +[2020-08-05 17:39:57,763] /u/ColoradoHipHopAddict had their submission removed for insufficient lambda. +[2020-08-05 17:39:58,167] /u/ColoradoHipHopAddict had their flair updated +[2020-08-05 17:43:51,586] There has been a new submission: '[Video] A Comedic Video Essay About French Cinema', with flair 'Art' +[2020-08-05 17:43:57,072] /u/TomSmellsGasoline had their submission removed for insufficient lambda. +[2020-08-05 17:43:58,857] /u/TomSmellsGasoline had their flair updated +[2020-08-05 17:45:30,297] '/u/ShikharTrivedi' has given '/u/pikareded' lambda! +[2020-08-05 17:45:31,782] /u/pikareded had their flair updated +[2020-08-05 17:54:53,461] '/u/Cyonal' has given '/u/myTWOcentzz' lambda! +[2020-08-05 17:54:56,744] /u/myTWOcentzz had their flair updated +[2020-08-05 17:57:22,462] '/u/BigWaff' has given '/u/Callu23' lambda! +[2020-08-05 17:57:24,345] /u/Callu23 had their flair updated +[2020-08-05 17:58:02,892] There has been a new submission: '3 Habits of Millionaires', with flair 'Video Critique' +[2020-08-05 17:58:08,804] /u/CG_Nerd123 had their submission removed for insufficient lambda. +[2020-08-05 17:58:09,669] /u/CG_Nerd123 had their flair updated +[2020-08-05 18:00:24,393] '/u/DTV998' has given '/u/pikareded' lambda! +[2020-08-05 18:00:29,793] /u/pikareded had their flair updated +[2020-08-05 18:03:19,409] There has been a new submission: 'This is my attempt of a youtube video', with flair 'Gaming' +[2020-08-05 18:03:27,264] /u/Mpiece9156 had their submission removed for insufficient lambda. +[2020-08-05 18:03:29,042] /u/Mpiece9156 had their flair updated +[2020-08-05 18:04:35,895] '/u/jdabs29' has given '/u/TomSmellsGasoline' lambda! +[2020-08-05 18:04:48,128] /u/TomSmellsGasoline had their flair updated +[2020-08-05 18:05:08,875] There has been a new submission: 'Just created a new channel, I would appreciate some support and constructive criticism!', with flair 'Video Critique' +[2020-08-05 18:05:24,855] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 18:05:24,856] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 18:05:27,119] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R62wyYC9SWE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:05:27,231] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp8T1uBcVuQThJZBEHBtlxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:05:35,545] /u/pikareded had their flair updated +[2020-08-05 18:06:58,596] '/u/BigWaff' has given '/u/Cobra418' lambda! +[2020-08-05 18:07:00,956] /u/Cobra418 had their flair updated +[2020-08-05 18:07:14,893] '/u/Lewd_Kemonomimi' has given '/u/baechanka' lambda! +[2020-08-05 18:07:17,430] /u/baechanka had their flair updated +[2020-08-05 18:09:44,407] '/u/jdabs29' has given '/u/AlsleumMusic' lambda! +[2020-08-05 18:09:46,036] /u/AlsleumMusic had their flair updated +[2020-08-05 18:11:42,175] There has been a new submission: 'hey guys this video is performing really badly compared to my others and would like some feedback on things that could be causing this, and any feedback and tips for the video in general, thank you!', with flair 'Video Critique' +[2020-08-05 18:12:11,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 18:12:11,128] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 18:12:11,932] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GLIPGNUVLAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:12:12,258] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMfNVDfLeGTVv4ezptrsRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:12:22,897] /u/tedster_ had their flair updated +[2020-08-05 18:15:25,178] '/u/pikareded' has given '/u/Cobra418' lambda! +[2020-08-05 18:15:26,541] /u/Cobra418 had their flair updated +[2020-08-05 18:18:15,986] '/u/pikareded' has given '/u/Paul_francis' lambda! +[2020-08-05 18:18:18,117] /u/Paul_francis had their flair updated +[2020-08-05 18:19:17,633] '/u/HumbelGeniusYT' has given '/u/TeamRemavi' lambda! +[2020-08-05 18:19:19,440] /u/TeamRemavi had their flair updated +[2020-08-05 18:28:23,567] There has been a new submission: 'The Dumbest Warzone Video There Is.. #NorthCCRC', with flair 'Gaming' +[2020-08-05 18:28:26,242] /u/ArixxYT had their submission removed for insufficient lambda. +[2020-08-05 18:28:27,185] /u/ArixxYT had their flair updated +[2020-08-05 18:33:08,194] There has been a new submission: 'Rogue Company Twitch Highlights', with flair 'Gaming' +[2020-08-05 18:33:10,072] /u/iMotz had their submission removed for insufficient lambda. +[2020-08-05 18:33:12,095] /u/iMotz had their flair updated +[2020-08-05 18:35:16,298] There has been a new submission: 'Jedi Fallen Order but its a tinder date! Thumbnail is a joke. Commentary on all parts of the video, what made you laugh, what made you want to click off? Thanks!', with flair 'Gaming' +[2020-08-05 18:35:28,189] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 18:35:28,219] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 18:35:30,705] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3leIDzFWbq8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:35:31,112] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 18:35:43,916] /u/Samanaitor_88 had their flair updated +[2020-08-05 18:37:09,375] '/u/Lewd_Kemonomimi' has given '/u/Paul_francis' lambda! +[2020-08-05 18:37:12,077] /u/Paul_francis had their flair updated +[2020-08-05 18:40:51,769] +#################### +[Aug 05 2020 18:40:51] RESTARTED +#################### + +[2020-08-05 19:10:31,344] There has been a new submission: 'Streamlabs Chatbot 2020 Tutorial // Sounds and Song request for Live streams in 7 mins', with flair 'Gaming' +[2020-08-05 19:10:32,940] /u/Winxtinct had their submission removed for insufficient lambda. +[2020-08-05 19:10:35,353] /u/Winxtinct had their flair updated +[2020-08-05 19:11:09,934] '/u/HumbelGeniusYT' has given '/u/Cobra418' lambda! +[2020-08-05 19:11:13,252] /u/Cobra418 had their flair updated +[2020-08-05 19:11:27,354] '/u/Mat_s' has given '/u/TomSmellsGasoline' lambda! +[2020-08-05 19:11:30,121] /u/TomSmellsGasoline had their flair updated +[2020-08-05 19:12:44,740] '/u/jdabs29' has given '/u/Cobra418' lambda! +[2020-08-05 19:12:47,288] /u/Cobra418 had their flair updated +[2020-08-05 19:15:26,645] '/u/Bowerz123' has given '/u/Alanotics2' lambda! +[2020-08-05 19:15:28,289] /u/Alanotics2 had their flair updated +[2020-08-05 19:15:49,616] There has been a new submission: 'CALL OF DUTY MOBILE Nova Arma (KATANA SAMURAI) APELONA DE MAIS', with flair 'Gaming' +[2020-08-05 19:15:50,935] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-05 19:15:52,175] /u/MulberryNo1582 had their flair updated +[2020-08-05 19:16:01,736] There has been a new submission: 'Healthy Korean BBQ: Healthy Bulgogi Pt 1. (31g Protein) | Healthier Versions of Foods Pt 1.', with flair 'Video Critique' +[2020-08-05 19:16:03,532] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 19:16:03,857] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 19:16:05,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3Uo-ZPkoO5I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:16:05,934] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:16:07,656] /u/aspirefitnesswalnut had their flair updated +[2020-08-05 19:16:31,416] There has been a new submission: 'Comedy Review/Commentary video about ALF’s TV Movie, Project Alf!', with flair 'Video Critique' +[2020-08-05 19:16:35,586] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 19:16:35,588] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 19:16:36,173] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uFhpgGHeDkE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:16:36,431] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtVhDLfPx6gQ1RPcGJUixsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:16:38,223] /u/Cobra418 had their flair updated +[2020-08-05 19:16:56,746] There has been a new submission: 'I have a joke about museums...', with flair 'Art' +[2020-08-05 19:17:00,794] /u/arosemi had their submission removed for insufficient lambda. +[2020-08-05 19:17:01,829] /u/arosemi had their flair updated +[2020-08-05 19:17:27,983] There has been a new submission: 'I'm a medical student who's always enjoyed videography and working with animals. Just kicked off my first mini-documentary after finding out how endangered these birds are by using my footage from a South Africa trip from a few years back.', with flair 'Video Critique' +[2020-08-05 19:17:29,223] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 19:17:29,263] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 19:17:30,407] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hK-MYmHDC7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:17:30,771] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8ehD6zA9Nfo6CGCQey-f7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:17:32,921] /u/myogloben had their flair updated +[2020-08-05 19:26:42,920] There has been a new submission: 'Screen Recording software', with flair 'Discussion' +[2020-08-05 19:26:44,414] /u/Cubedroid05 had their flair updated +[2020-08-05 19:31:50,374] There has been a new submission: 'Anybody else doubt there video making skills?', with flair 'Discussion' +[2020-08-05 19:31:53,277] /u/SpudnickShaggy had their flair updated +[2020-08-05 19:35:24,549] There has been a new submission: 'Best Chicken Shahi Kardahi Finger licking', with flair 'None' +[2020-08-05 19:35:26,024] /u/Wahidur_Siddique had their submission removed for insufficient lambda. +[2020-08-05 19:35:27,698] /u/Wahidur_Siddique had their flair updated +[2020-08-05 19:36:59,484] There has been a new submission: 'why', with flair 'Video Critique' +[2020-08-05 19:37:01,114] /u/bigskyven0m had their submission removed for insufficient lambda. +[2020-08-05 19:37:02,473] /u/bigskyven0m had their flair updated +[2020-08-05 19:38:58,369] '/u/Samanaitor_88' has given '/u/SpudnickShaggy' lambda! +[2020-08-05 19:39:00,676] /u/SpudnickShaggy had their flair updated +[2020-08-05 19:42:02,644] There has been a new submission: 'Horror movie kill count I did', with flair 'Video Critique' +[2020-08-05 19:42:06,282] /u/A_For_Banana had their submission removed for insufficient lambda. +[2020-08-05 19:42:08,913] /u/A_For_Banana had their flair updated +[2020-08-05 19:46:36,088] There has been a new submission: 'Trash - Youtube Toxicity (Music Video)will give away lambda for feedback and criticism', with flair 'Video Critique' +[2020-08-05 19:46:51,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 19:46:51,652] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 19:46:53,562] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oiFPbZvcqss&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:46:53,972] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdW3LNF_pq95poTNRR9L-Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 19:47:16,078] /u/TheGamerGuy2 had their flair updated +[2020-08-05 19:47:44,501] There has been a new submission: '3 MEN IN A HOUSE? [PUBG Gameplay]', with flair 'Gaming' +[2020-08-05 19:47:46,182] /u/tokiship had their submission removed for insufficient lambda. +[2020-08-05 19:47:47,205] /u/tokiship had their flair updated +[2020-08-05 19:49:07,127] There has been a new submission: 'Deleted Scene of 1st Avengers "Banner and Security Guard (Harry Dean Stanton). It shouldn't have deleted...becoz contains- antman Easter egg , security guard gives more encouragement to banner , this is a solid scene! Sad it wasn't in the movie!', with flair 'Video Critique' +[2020-08-05 19:49:15,895] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-05 19:49:16,517] /u/deepakdknayak had their flair updated +[2020-08-05 19:49:31,120] There has been a new submission: 'Check out no man's sky part 9 ! If you like my content please leave a like and subscribe I would really appreciate it :)', with flair 'Gaming' +[2020-08-05 19:49:31,830] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-05 19:49:32,291] /u/xSaydexGaming1 had their flair updated +[2020-08-05 19:54:34,661] '/u/BigWaff' has given '/u/andyofasgard' lambda! +[2020-08-05 19:54:37,409] /u/andyofasgard had their flair updated +[2020-08-05 19:55:06,842] '/u/BigWaff' has given '/u/luisfrobles' lambda! +[2020-08-05 19:55:08,508] /u/luisfrobles had their flair updated +[2020-08-05 19:55:17,812] There has been a new submission: 'Feeding A Horse Gone Wrong And What's On The Top Of The Hill', with flair 'Vlog' +[2020-08-05 19:55:19,135] /u/Karma1up had their submission removed for insufficient lambda. +[2020-08-05 19:55:20,618] /u/Karma1up had their flair updated +[2020-08-05 20:02:04,572] '/u/aspirefitnesswalnut' has given '/u/andyofasgard' lambda! +[2020-08-05 20:02:06,822] /u/andyofasgard had their flair updated +[2020-08-05 20:03:35,624] There has been a new submission: 'Made a Fallen Kingdom kazoo cover. I realised while making it that I messed up a bit on the mixing and mastering but that's something I'm still learning', with flair 'Video Critique' +[2020-08-05 20:03:37,569] /u/TygoSR had their submission removed for insufficient lambda. +[2020-08-05 20:03:39,498] /u/TygoSR had their flair updated +[2020-08-05 20:04:44,993] There has been a new submission: 'My microwave is Evil - Much shorter skit than what I usually do. Experimenting with a different format and would love feedback on whatever needs improving.', with flair 'Video Critique' +[2020-08-05 20:04:47,792] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 20:04:47,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 20:04:49,299] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E0wVo4m7Nhs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 20:04:49,711] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 20:04:53,724] /u/Redmond93 had their flair updated +[2020-08-05 20:05:31,396] There has been a new submission: 'I’m posting a video about kid friendly scary cartoons, but I can’t decide what should the title be', with flair 'Discussion' +[2020-08-05 20:05:35,999] /u/Mani0770 had their flair updated +[2020-08-05 20:12:29,767] '/u/BigWaff' has given '/u/Destdrom' lambda! +[2020-08-05 20:12:36,759] /u/Destdrom had their flair updated +[2020-08-05 20:13:28,979] There has been a new submission: 'Just hit 20 subs ideas for a special vid', with flair 'Gaming' +[2020-08-05 20:13:36,159] /u/EggMenOfficial had their submission removed for insufficient lambda. +[2020-08-05 20:13:37,958] /u/EggMenOfficial had their flair updated +[2020-08-05 20:14:22,309] There has been a new submission: 'YTers who make music, What are some tips on the mixing and mastering progress?', with flair 'Discussion' +[2020-08-05 20:14:25,041] /u/TygoSR had their flair updated +[2020-08-05 20:16:55,853] There has been a new submission: 'You know that numbers affects you more than you thought? Numerology it's actually explain how it do it. I've made a video where it explain everything you need to know about it,gave an example and a description about that and all the things you can achieve throughout numerology in your life.', with flair 'Channel Review' +[2020-08-05 20:17:12,573] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-05 20:17:14,072] /u/adyx1997 had their flair updated +[2020-08-05 20:20:23,092] There has been a new submission: 'Hi guys! I am a small youtuber with 65 subscribers. Please can you check out my latest vid, if you have time! Wish everyone great success in their youtube journey!', with flair 'Video Critique' +[2020-08-05 20:20:25,347] /u/FollsUnitex had their submission removed for insufficient lambda. +[2020-08-05 20:20:27,633] /u/FollsUnitex had their flair updated +[2020-08-05 20:21:02,548] '/u/Fangore' has given '/u/Nickgregoryyoutube' lambda! +[2020-08-05 20:21:08,776] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 20:22:33,573] '/u/Fangore' has given '/u/Callu23' lambda! +[2020-08-05 20:22:47,090] /u/Callu23 had their flair updated +[2020-08-05 20:24:26,463] '/u/Fangore' has given '/u/TomSmellsGasoline' lambda! +[2020-08-05 20:24:28,512] /u/TomSmellsGasoline had their flair updated +[2020-08-05 20:25:28,504] '/u/Fangore' has given '/u/Cobra418' lambda! +[2020-08-05 20:25:30,064] /u/Cobra418 had their flair updated +[2020-08-05 20:25:49,734] /u/Cobra418 had their flair updated +[2020-08-05 20:27:35,607] '/u/Redmond93' has given '/u/Nickgregoryyoutube' lambda! +[2020-08-05 20:27:38,224] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 20:30:00,186] '/u/Redmond93' has given '/u/BigWaff' lambda! +[2020-08-05 20:30:03,917] /u/BigWaff had their flair updated +[2020-08-05 20:30:35,556] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 20:31:01,486] '/u/DTV998' has given '/u/callmenicpls' lambda! +[2020-08-05 20:31:03,272] /u/callmenicpls had their flair updated +[2020-08-05 20:32:50,342] '/u/aspirefitnesswalnut' has given '/u/Nickgregoryyoutube' lambda! +[2020-08-05 20:32:52,322] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 20:34:07,737] '/u/aspirefitnesswalnut' has given '/u/BigWaff' lambda! +[2020-08-05 20:34:09,829] /u/BigWaff had their flair updated +[2020-08-05 20:35:56,778] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 20:38:21,998] '/u/Mat_s' has given '/u/AlsleumMusic' lambda! +[2020-08-05 20:38:24,417] /u/AlsleumMusic had their flair updated +[2020-08-05 20:39:07,549] '/u/Mat_s' has given '/u/Cobra418' lambda! +[2020-08-05 20:39:09,619] /u/Cobra418 had their flair updated +[2020-08-05 20:39:25,770] There has been a new submission: 'THIS IS WHY I DON'T LIKE DRAKE!!! (FUNNY) Call of Duty WarZone Gameplay', with flair 'Gaming' +[2020-08-05 20:39:26,467] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-08-05 20:39:26,986] /u/Kool_newt had their flair updated +[2020-08-05 20:40:56,847] +#################### +[Aug 05 2020 20:40:56] RESTARTED +#################### + +[2020-08-05 21:10:20,632] There has been a new submission: 'Be a better problem solver | 6 steps in 6 minutes', with flair 'Video Critique' +[2020-08-05 21:10:22,333] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:10:22,463] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:10:24,244] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FwpkGV-X_sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:10:24,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnNE_y-AI-sFCjaRAHBgzJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:10:27,103] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 21:10:36,122] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-08-05 21:10:46,048] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-08-05 21:10:48,286] /u/Just0Andrew had their flair updated +[2020-08-05 21:10:59,742] There has been a new submission: 'Where to get popular animations?', with flair 'Discussion' +[2020-08-05 21:11:02,627] /u/Beercation_Station had their flair updated +[2020-08-05 21:11:40,246] '/u/Mat_s' has given '/u/308ar10' lambda! +[2020-08-05 21:11:42,233] /u/308ar10 had their flair updated +[2020-08-05 21:11:51,682] '/u/Mat_s' has given '/u/shadossplayz' lambda! +[2020-08-05 21:11:53,738] /u/shadossplayz had their flair updated +[2020-08-05 21:12:04,560] '/u/Mat_s' has given '/u/andyofasgard' lambda! +[2020-08-05 21:12:06,942] /u/andyofasgard had their flair updated +[2020-08-05 21:13:23,893] '/u/TheGamerGuy2' has given '/u/thefamousap' lambda! +[2020-08-05 21:13:26,893] /u/thefamousap had their flair updated +[2020-08-05 21:14:11,724] '/u/DTV998' has given '/u/Nickgregoryyoutube' lambda! +[2020-08-05 21:14:31,725] /u/Nickgregoryyoutube had their flair updated +[2020-08-05 21:15:20,134] '/u/DTV998' has given '/u/Cobra418' lambda! +[2020-08-05 21:15:21,681] /u/Cobra418 had their flair updated +[2020-08-05 21:15:34,504] There has been a new submission: 'Could you guys check out my channel', with flair 'Channel Review' +[2020-08-05 21:15:35,667] /u/javier_011 had their submission removed for insufficient lambda. +[2020-08-05 21:15:36,998] /u/javier_011 had their flair updated +[2020-08-05 21:15:40,974] There has been a new submission: 'memes too hot for youtube', with flair 'Thumbnail Review' +[2020-08-05 21:15:42,060] /u/Bealinare had their submission removed for insufficient lambda. +[2020-08-05 21:15:43,380] /u/Bealinare had their flair updated +[2020-08-05 21:15:47,494] There has been a new submission: 'The incel community of Youtube', with flair 'Video Critique' +[2020-08-05 21:15:48,554] /u/subpartee had their submission removed for insufficient lambda. +[2020-08-05 21:15:49,899] /u/subpartee had their flair updated +[2020-08-05 21:16:00,498] '/u/Mat_s' has given '/u/clockworkshow' lambda! +[2020-08-05 21:16:01,926] /u/clockworkshow had their flair updated +[2020-08-05 21:16:12,445] There has been a new submission: 'Cloud surfing in my Paramotor.. let me know what you think.', with flair 'Video Critique' +[2020-08-05 21:16:13,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:16:13,756] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:16:16,739] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t8USFe_9Y-I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:16:16,914] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDUv6oScPrQNkgCWNCgr6Fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:16:18,877] /u/Paul_francis had their flair updated +[2020-08-05 21:22:53,067] '/u/Nickgregoryyoutube' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-05 21:23:09,507] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-05 21:24:08,402] '/u/Nickgregoryyoutube' has given '/u/BigWaff' lambda! +[2020-08-05 21:24:12,121] /u/BigWaff had their flair updated +[2020-08-05 21:25:11,968] There has been a new submission: 'I'll edit your videos for free!', with flair 'Collab' +[2020-08-05 21:25:15,270] /u/RightfullyEpic had their flair updated +[2020-08-05 21:25:59,329] There has been a new submission: 'Looking for Genuine Feedback Cheers', with flair 'Video Critique' +[2020-08-05 21:26:23,279] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:26:23,325] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:26:25,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jt1O0H_3z5E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:26:25,571] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5ei6e4yer1lk9USLO19ULg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:26:28,392] /u/Ultratronicman had their flair updated +[2020-08-05 21:26:50,524] There has been a new submission: '(Comedy Video) Here's a review I did of Project ALF, a strange TV movie that served as an unfitting end to the ALF sitcom series. Any feedback would be appreciated :)', with flair 'Video Critique' +[2020-08-05 21:26:53,468] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:26:53,470] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:26:54,748] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uFhpgGHeDkE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:26:55,448] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtVhDLfPx6gQ1RPcGJUixsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:26:59,709] /u/Cobra418 had their flair updated +[2020-08-05 21:29:12,129] There has been a new submission: 'SPEED - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-08-05 21:29:18,726] /u/pugstarr had their submission removed for insufficient lambda. +[2020-08-05 21:29:19,270] /u/pugstarr had their flair updated +[2020-08-05 21:30:11,110] There has been a new submission: 'Unsuspected Suspect', with flair 'Video Critique' +[2020-08-05 21:30:12,809] /u/MaisieMoop had their submission removed for insufficient lambda. +[2020-08-05 21:30:15,105] /u/MaisieMoop had their flair updated +[2020-08-05 21:32:30,486] There has been a new submission: 'Street Magicians During COVID-19 | This week's sketch - giving lambda for feedback!', with flair 'Video Critique' +[2020-08-05 21:32:31,754] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:32:31,756] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:32:33,145] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nRoetIEE2o4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:32:33,458] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gVKP2sRLoKKk5Donn0gtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:32:36,286] /u/andyofasgard had their flair updated +[2020-08-05 21:33:49,852] There has been a new submission: 'I'm 5 subs of 200 Could reddit help me tach my goal? I stream daily warzone and have a good time with my viewers!', with flair 'Gaming' +[2020-08-05 21:34:00,836] /u/MasterPringles0 had their submission removed for insufficient lambda. +[2020-08-05 21:34:02,542] /u/MasterPringles0 had their flair updated +[2020-08-05 21:37:59,347] '/u/Ultratronicman' has given '/u/baechanka' lambda! +[2020-08-05 21:38:01,556] /u/baechanka had their flair updated +[2020-08-05 21:39:59,988] There has been a new submission: 'Black Ops 1 Funny Moments!', with flair 'Gaming' +[2020-08-05 21:40:01,967] /u/yungjay-XD had their submission removed for insufficient lambda. +[2020-08-05 21:40:04,327] /u/yungjay-XD had their flair updated +[2020-08-05 21:42:49,377] There has been a new submission: 'I had some thoughts about mega pastor Kenneth Copeland. Any and all feedback is greatly appreciated.', with flair 'Video Critique' +[2020-08-05 21:42:52,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 21:42:52,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 21:42:52,912] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y0ijKleVBEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:42:53,439] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMXDsITT8MIpVsaYWGX4jkA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 21:42:57,455] /u/mitchell_g_moore had their flair updated +[2020-08-05 21:46:05,733] There has been a new submission: 'New short animation up on my channel! link in comments', with flair 'Art' +[2020-08-05 21:46:07,221] /u/BlueFridge867 had their submission removed for insufficient lambda. +[2020-08-05 21:46:08,727] /u/BlueFridge867 had their flair updated +[2020-08-05 21:46:28,345] '/u/Nickgregoryyoutube' has given '/u/DTV998' lambda! +[2020-08-05 21:46:30,367] /u/DTV998 had their flair updated +[2020-08-05 21:47:04,277] There has been a new submission: '750€ Budget PC Build 2020 | How much performance can we get', with flair 'Video Critique' +[2020-08-05 21:47:06,356] /u/Crys1289 had their submission removed for insufficient lambda. +[2020-08-05 21:47:07,622] /u/Crys1289 had their flair updated +[2020-08-05 21:53:14,260] There has been a new submission: 'why your YouTube channel is NOT BLOWING UP!!', with flair 'Video Critique' +[2020-08-05 21:53:15,846] /u/simplekelia had their submission removed for insufficient lambda. +[2020-08-05 21:53:17,847] /u/simplekelia had their flair updated +[2020-08-05 22:00:18,553] '/u/Lewd_Kemonomimi' has given '/u/Scylinz' lambda! +[2020-08-05 22:00:39,333] /u/Scylinz had their flair updated +[2020-08-05 22:05:16,074] There has been a new submission: 'A review of Spongebob Battle for Bikini Bottom I made last month. Was hoping to get feedback on this to compare with some of the great critiques I got yesterday.', with flair 'Video Critique' +[2020-08-05 22:05:41,940] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 22:05:41,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 22:05:44,549] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nUdPMfB-55Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 22:05:44,921] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3A_R4X1e_ifyhV1YWCGMRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 22:06:05,540] /u/titomakanijr had their flair updated +[2020-08-05 22:29:17,556] '/u/aspirefitnesswalnut' has given '/u/308ar10' lambda! +[2020-08-05 22:29:19,555] /u/308ar10 had their flair updated +[2020-08-05 22:41:06,167] +#################### +[Aug 05 2020 22:41:06] RESTARTED +#################### + +[2020-08-05 23:20:45,965] There has been a new submission: 'HE FILLED A POOL WITH TEA!!! (1000 TEA BAGS)', with flair 'Vlog' +[2020-08-05 23:20:46,586] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-05 23:20:51,837] /u/rash_tm had their submission removed for insufficient lambda. +[2020-08-05 23:20:54,091] /u/rash_tm had their flair updated +[2020-08-05 23:21:15,175] There has been a new submission: 'giving Lambdas for critiques! The audio is messy because of AC, will be fixed in the future!', with flair 'Video Critique' +[2020-08-05 23:21:16,956] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 23:21:17,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 23:21:18,191] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TYeExCiIHgo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:21:18,473] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTpsLyxgw-cEkqe7IQm61Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:21:21,489] /u/GhrimeTF2 had their flair updated +[2020-08-05 23:21:39,858] There has been a new submission: 'The Delivery (Skit)', with flair 'Video Critique' +[2020-08-05 23:21:47,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 23:21:47,482] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 23:21:49,310] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iqOm-Nptihc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:21:49,544] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV13qS_iqKP2L4yOo5Q9dhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:21:52,102] /u/-S4TiR3- had their flair updated +[2020-08-05 23:22:06,816] There has been a new submission: 'Check out ''SATISFACTION''. Any feedback will be much appreciated.', with flair 'Video Critique' +[2020-08-05 23:22:08,526] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 23:22:08,527] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 23:22:09,409] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LXH2aEryUzs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:22:09,799] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5y_wGwQAnNNvfpN4u9HU0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:22:13,458] /u/KeepItHazy had their flair updated +[2020-08-05 23:23:43,436] '/u/jdabs29' has given '/u/DTV998' lambda! +[2020-08-05 23:23:46,200] /u/DTV998 had their flair updated +[2020-08-05 23:25:22,337] '/u/andyofasgard' has given '/u/DTV998' lambda! +[2020-08-05 23:25:23,776] /u/DTV998 had their flair updated +[2020-08-05 23:25:31,382] '/u/MrMoo-Youtube' has given '/u/Arachrys' lambda! +[2020-08-05 23:25:32,892] /u/Arachrys had their flair updated +[2020-08-05 23:25:39,417] '/u/MrMoo-Youtube' has given '/u/Heavy_Rain_' lambda! +[2020-08-05 23:25:40,690] /u/Heavy_Rain_ had their flair updated +[2020-08-05 23:25:46,320] /u/MrMoo-Youtube had their flair updated +[2020-08-05 23:26:02,897] '/u/MrMoo-Youtube' has given '/u/mexboy1995' lambda! +[2020-08-05 23:26:04,017] /u/mexboy1995 had their flair updated +[2020-08-05 23:26:09,689] '/u/MrMoo-Youtube' has given '/u/mexboy1995' lambda! +[2020-08-05 23:26:10,910] /u/mexboy1995 had their flair updated +[2020-08-05 23:30:16,629] There has been a new submission: 'Season 5 has begun! It's exciting!', with flair 'Gaming' +[2020-08-05 23:30:18,521] /u/Furansuru had their submission removed for insufficient lambda. +[2020-08-05 23:30:20,811] /u/Furansuru had their flair updated +[2020-08-05 23:30:28,659] There has been a new submission: 'new video is out i hope u can check it out i really appreciate it if u watch and please give me some feedback to help me in the future and please give me your thoughts on the videooo thank you:))))))))', with flair 'Gaming' +[2020-08-05 23:30:29,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-05 23:30:29,641] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-05 23:30:30,693] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7tqi5efQ7I0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:30:30,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0mUuQ9wUVecQPv9spccd2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-05 23:30:33,445] /u/mexboy1995 had their flair updated +[2020-08-05 23:30:39,809] There has been a new submission: 'First time promoting: This is my personal best video so far, what do you guys think?', with flair 'Video Critique' +[2020-08-05 23:30:46,423] /u/faisalp_ had their submission removed for insufficient lambda. +[2020-08-05 23:30:48,659] /u/faisalp_ had their flair updated +[2020-08-05 23:31:01,309] There has been a new submission: 'Beautiful red Actros 598hp on Finland job', with flair 'Gaming' +[2020-08-05 23:31:23,074] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-08-05 23:31:26,074] /u/sahand-dyar had their flair updated +[2020-08-05 23:31:44,290] '/u/andyofasgard' has given '/u/UndieBand1t' lambda! +[2020-08-05 23:31:46,789] /u/UndieBand1t had their flair updated +[2020-08-05 23:32:38,480] '/u/KobiDrinksWater' has given '/u/MrCarsone' lambda! +[2020-08-05 23:32:46,842] /u/MrCarsone had their flair updated +[2020-08-05 23:33:39,095] '/u/KobiDrinksWater' has given '/u/TheGamerGuy2' lambda! +[2020-08-05 23:33:41,308] /u/TheGamerGuy2 had their flair updated +[2020-08-05 23:35:02,521] '/u/KobiDrinksWater' has given '/u/AstaSama' lambda! +[2020-08-05 23:35:05,149] /u/AstaSama had their flair updated +[2020-08-05 23:35:10,429] '/u/KobiDrinksWater' has given '/u/FlightoftheMelons' lambda! +[2020-08-05 23:35:11,887] /u/FlightoftheMelons had their flair updated +[2020-08-05 23:35:30,491] '/u/KobiDrinksWater' has given '/u/ESTeaDY1968' lambda! +[2020-08-05 23:35:31,727] /u/ESTeaDY1968 had their flair updated +[2020-08-05 23:35:36,523] '/u/KobiDrinksWater' has given '/u/Heavy_Rain_' lambda! +[2020-08-05 23:35:37,903] /u/Heavy_Rain_ had their flair updated +[2020-08-05 23:37:38,762] There has been a new submission: 'A survey about what kind of gaming content people like to watch on YouTube.', with flair 'Discussion' +[2020-08-05 23:37:47,884] /u/Rikidiki8 had their flair updated +[2020-08-05 23:47:20,232] '/u/IssaMovement' has given '/u/MacAttack163' lambda! +[2020-08-05 23:47:22,393] /u/MacAttack163 had their flair updated +[2020-08-05 23:54:33,564] There has been a new submission: 'Just a normal minecraft video nothing to see here...', with flair 'Video Critique' +[2020-08-05 23:54:49,782] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-05 23:54:50,966] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/about/moderators/?raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c49150b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-05 23:54:54,947] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/about/moderators/?raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c4916a58>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) +[2020-08-05 23:54:54,988] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/comments/?limit=76&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c49162e8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-05 23:54:56,886] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/comments/?limit=76&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c4916898>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-05 23:54:59,879] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/comments/?limit=76&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c4917b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) +[2020-08-05 23:55:00,048] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/new?before=t3_i4gubd&limit=100&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c45a0e48>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-05 23:55:00,788] Retrying due to ConnectionError(MaxRetryError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/new?before=t3_i4gubd&limit=100&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c45a0ac8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-05 23:55:04,586] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/new?before=t3_i4gubd&limit=100&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f16c45a06d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) +[2020-08-06 12:45:42,565] +#################### +[Aug 06 2020 12:45:42] RESTARTED +#################### + +[2020-08-06 12:45:46,303] '/u/Brandonator247' has given '/u/callmenicpls' lambda! +[2020-08-06 12:45:47,548] /u/callmenicpls had their flair updated +[2020-08-06 12:45:56,681] '/u/Ultratronicman' has given '/u/callmenicpls' lambda! +[2020-08-06 12:45:57,837] /u/callmenicpls had their flair updated +[2020-08-06 12:46:03,224] '/u/IWI-Team' has given '/u/KaiKunai' lambda! +[2020-08-06 12:46:04,385] /u/KaiKunai had their flair updated +[2020-08-06 12:46:19,745] '/u/Adzic254' has given '/u/Nickgregoryyoutube' lambda! +[2020-08-06 12:46:20,828] /u/Nickgregoryyoutube had their flair updated +[2020-08-06 12:46:28,244] '/u/Heavy_Rain_' has given '/u/BigWaff' lambda! +[2020-08-06 12:46:29,304] /u/BigWaff had their flair updated +[2020-08-06 12:47:30,288] There has been a new submission: 'Made a video on how to start streaming gameplay videos and making content! This kind of video is a bit different for me so let me know any feedback please!', with flair 'Video Critique' +[2020-08-06 12:47:30,518] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 12:47:30,524] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 12:47:30,630] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1UrOWTgchyQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 12:47:30,740] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 12:47:32,936] /u/Brandonator247 had their flair updated +[2020-08-06 12:47:35,680] There has been a new submission: 'Lets Play! - A Noobs take on Sniper Ghost Warrior Contracts', with flair 'Gaming' +[2020-08-06 12:47:37,543] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-08-06 12:47:38,405] /u/RoshamboRich had their flair updated +[2020-08-06 12:47:41,228] There has been a new submission: 'LIKE SUBSCRIBE COMMENT FOR LIKE SUBSCRIBE COMMENT BACK', with flair 'Gaming' +[2020-08-06 12:47:42,077] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-06 12:47:42,912] /u/TntThiefGamerYT had their flair updated +[2020-08-06 12:47:45,610] There has been a new submission: 'Is vidIQ legit or dumb', with flair 'Discussion' +[2020-08-06 12:47:46,609] /u/huttofiji had their flair updated +[2020-08-06 12:47:49,393] There has been a new submission: 'LAMBDA BOT IS BROKEN', with flair 'Meta' +[2020-08-06 12:47:50,421] /u/KaiKunai had their flair updated +[2020-08-06 12:47:53,215] There has been a new submission: 'I would like to get some opinions/advices/... on my video', with flair 'Video Critique' +[2020-08-06 12:47:54,103] /u/AspectYaKnow had their submission removed for insufficient lambda. +[2020-08-06 12:47:54,968] /u/AspectYaKnow had their flair updated +[2020-08-06 12:47:58,124] There has been a new submission: 'Is COD Filmy a Bot?', with flair 'Discussion' +[2020-08-06 12:47:59,124] /u/KoderYT had their flair updated +[2020-08-06 12:48:01,703] There has been a new submission: 'I just want to know the honest opinion about my newest video and what should I change', with flair 'Video Critique' +[2020-08-06 12:48:02,506] /u/ninicomics had their submission removed for insufficient lambda. +[2020-08-06 12:48:03,314] /u/ninicomics had their flair updated +[2020-08-06 12:48:06,537] There has been a new submission: 'Share some - tips criticism is all welcome and i am sharing back the support', with flair 'Video Critique' +[2020-08-06 12:48:07,343] /u/DevNestYT had their submission removed for insufficient lambda. +[2020-08-06 12:48:08,153] /u/DevNestYT had their flair updated +[2020-08-06 12:48:10,772] There has been a new submission: 'Thank you in advance, I would love some feedback on my channel😉 https://youtu.be/yc5k-XIeg88', with flair 'Video Critique' +[2020-08-06 12:48:11,574] /u/SootheThesoulMusic had their submission removed for insufficient lambda. +[2020-08-06 12:48:12,372] /u/SootheThesoulMusic had their flair updated +[2020-08-06 12:48:14,978] There has been a new submission: 'Brawlhalla Mobile officially released.... First Gameplay', with flair 'Channel Review' +[2020-08-06 12:48:15,709] /u/Subhajitishere had their submission removed for insufficient lambda. +[2020-08-06 12:48:16,578] /u/Subhajitishere had their flair updated +[2020-08-06 12:48:19,751] There has been a new submission: 'Nature Sounds for meditation', with flair 'Video Critique' +[2020-08-06 12:48:20,514] /u/icharis1008 had their submission removed for insufficient lambda. +[2020-08-06 12:48:21,261] /u/icharis1008 had their flair updated +[2020-08-06 12:48:23,802] There has been a new submission: 'DBZ KAkarot -Vegeta Vs Beerus', with flair 'Gaming' +[2020-08-06 12:48:24,545] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-06 12:48:25,279] /u/Snoo65678 had their flair updated +[2020-08-06 12:48:28,825] There has been a new submission: 'let check my new video :D', with flair 'Gaming' +[2020-08-06 12:48:29,702] /u/Ghost0819 had their submission removed for insufficient lambda. +[2020-08-06 12:48:30,475] /u/Ghost0819 had their flair updated +[2020-08-06 12:48:32,973] There has been a new submission: 'APC-9 ISO and AN-94 Gameplay, Attachments and Inspections - Modern Warfare, Critique welcome!', with flair 'Video Critique' +[2020-08-06 12:48:34,141] /u/wungabungawunga had their submission removed for insufficient lambda. +[2020-08-06 12:48:35,417] /u/wungabungawunga had their flair updated +[2020-08-06 12:48:38,131] There has been a new submission: 'Bioshock letsplay part 4', with flair 'Gaming' +[2020-08-06 12:48:38,866] /u/ginti341 had their submission removed for insufficient lambda. +[2020-08-06 12:48:39,595] /u/ginti341 had their flair updated +[2020-08-06 12:48:42,658] There has been a new submission: 'Would love to get some feedback on this video', with flair 'Video Critique' +[2020-08-06 12:48:43,402] /u/88wings had their submission removed for insufficient lambda. +[2020-08-06 12:48:44,081] /u/88wings had their flair updated +[2020-08-06 12:48:47,704] There has been a new submission: '10 Minutes videos for a new channel', with flair 'Discussion' +[2020-08-06 12:48:48,538] /u/TaleInABox had their flair updated +[2020-08-06 12:48:50,971] There has been a new submission: 'How To Find Best Winning Products Niche For DropShipping 2020 | Winning ...', with flair 'Thumbnail Review' +[2020-08-06 12:48:51,709] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-06 12:48:52,364] /u/Technovicky had their flair updated +[2020-08-06 12:49:13,438] There has been a new submission: 'Kluivert's debut | Manchester United Fifa 20 career mode #4', with flair 'Gaming' +[2020-08-06 12:49:13,631] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 12:49:13,637] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 12:49:13,728] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ijJsNdxP6fc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 12:49:13,831] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 12:49:16,022] /u/FynnKrauseFootballYT had their flair updated +[2020-08-06 12:49:18,796] There has been a new submission: 'Would love to know if there are anyways to improve my videos' quality', with flair 'Video Critique' +[2020-08-06 12:49:19,463] /u/xlevasseur had their submission removed for insufficient lambda. +[2020-08-06 12:49:20,034] /u/xlevasseur had their flair updated +[2020-08-06 12:49:57,812] There has been a new submission: 'Hey I just made a YouTube channel and would really appreciate if you check it out! Need as much help as possible!', with flair 'Channel Review' +[2020-08-06 12:49:58,467] /u/MyTubeAdvice had their submission removed for insufficient lambda. +[2020-08-06 12:49:58,927] /u/MyTubeAdvice had their flair updated +[2020-08-06 12:52:10,895] There has been a new submission: 'Was this video well put together ? ????LEBANON ,HERE'S ALL THE PROOF YOU NEED', with flair 'Channel Review' +[2020-08-06 12:52:12,557] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-08-06 12:52:14,652] /u/nationhiphop had their flair updated +[2020-08-06 12:52:25,248] '/u/yeetbox_' has given '/u/ReAnimatedGamer' lambda! +[2020-08-06 12:52:27,341] /u/ReAnimatedGamer had their flair updated +[2020-08-06 12:56:47,836] Starting every day program... +[2020-08-06 12:56:47,836] Updating database statistics... +[2020-08-06 12:56:47,857] Posting and updating wiki... +[2020-08-06 12:57:00,924] Formatting leaderboard... +[2020-08-06 12:57:00,944] Updating sidebar... +[2020-08-06 12:57:03,544] Updated in new reddit... +[2020-08-06 12:57:06,810] Updated in old reddit... +[2020-08-06 12:57:06,811] Completed. +[2020-08-06 13:08:49,937] There has been a new submission: 'Fun vlog with friends let me know what you think! will give lambda for good feedback', with flair 'Channel Review' +[2020-08-06 13:08:50,762] /u/PandaTimeShow had their submission removed for insufficient lambda. +[2020-08-06 13:08:51,628] /u/PandaTimeShow had their flair updated +[2020-08-06 13:10:41,404] There has been a new submission: 'Are giveaways a good way to grow your channel?', with flair 'Discussion' +[2020-08-06 13:10:43,909] /u/JxckSmith had their flair updated +[2020-08-06 13:16:49,963] There has been a new submission: 'Very strange', with flair 'Discussion' +[2020-08-06 13:16:51,627] /u/Samanaitor_88 had their flair updated +[2020-08-06 13:20:25,794] '/u/Mat_s' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-06 13:20:28,184] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-06 13:21:28,543] '/u/Mat_s' has given '/u/Scylinz' lambda! +[2020-08-06 13:21:30,748] /u/Scylinz had their flair updated +[2020-08-06 13:24:12,484] '/u/Mat_s' has given '/u/KingAjacks' lambda! +[2020-08-06 13:24:14,369] /u/KingAjacks had their flair updated +[2020-08-06 13:24:45,041] There has been a new submission: 'this is a minecraft survival gameplay where i learn how to be the last one standing in the sky. theres a lot of tricks in this gameplay and i really think you should at least check it out. let me know what i should improve on', with flair 'Video Critique' +[2020-08-06 13:24:45,510] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 13:24:45,511] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 13:24:45,611] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d6uzyNVZKTc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 13:24:45,751] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 13:24:48,236] /u/shadossplayz had their flair updated +[2020-08-06 13:25:12,582] '/u/Mat_s' has given '/u/PurpleFisty' lambda! +[2020-08-06 13:25:14,322] /u/PurpleFisty had their flair updated +[2020-08-06 13:29:01,905] There has been a new submission: 'Gaming videos but this what all my titles look like', with flair 'Channel Review' +[2020-08-06 13:29:03,400] /u/Samanaitor_88 had their submission removed for insufficient lambda. +[2020-08-06 13:29:04,201] /u/Samanaitor_88 had their flair updated +[2020-08-06 13:31:32,713] There has been a new submission: 'My main focus is the podcast, but I want the videos to be good enough to give some enjoyment.', with flair 'Video Critique' +[2020-08-06 13:31:33,400] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 13:31:33,402] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 13:31:33,496] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9X1V3Cz6Bqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 13:31:33,614] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS_jg9MFO6NtRYHO3FRlMcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 13:31:36,821] /u/MigookinTeecha had their flair updated +[2020-08-06 13:34:40,383] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 16 - The Last Warrior Monk', with flair 'Gaming' +[2020-08-06 13:34:41,948] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-06 13:34:43,769] /u/CecliusPlaysHD had their flair updated +[2020-08-06 13:37:52,503] There has been a new submission: 'Outer Wilds: Game Club', with flair 'Gaming' +[2020-08-06 13:37:53,513] /u/Larsonthewolf had their submission removed for insufficient lambda. +[2020-08-06 13:37:54,682] /u/Larsonthewolf had their flair updated +[2020-08-06 13:39:14,437] '/u/BigWaff' has given '/u/alexjmartens' lambda! +[2020-08-06 13:39:15,132] /u/alexjmartens had their flair updated +[2020-08-06 13:55:59,556] There has been a new submission: 'If Fleabag was in Normal People', with flair 'Video Critique' +[2020-08-06 13:56:01,229] /u/jurassicmumbo24 had their submission removed for insufficient lambda. +[2020-08-06 13:56:02,763] /u/jurassicmumbo24 had their flair updated +[2020-08-06 14:11:58,206] There has been a new submission: 'This is a big ask because it's an 80-minute video critique, but if anyone is interested in gaming essays, here's my latest one that I spent a very long time on. Thanks for watching and for any comments and suggestions', with flair 'Gaming' +[2020-08-06 14:11:58,844] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 14:11:58,846] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 14:11:58,936] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I96k2XMOZps&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:11:59,065] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwoO3H1reigGGyBjGOlXNFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:12:02,081] /u/Tipper92 had their flair updated +[2020-08-06 14:32:37,288] There has been a new submission: 'Audition to a Gig as a Host that I will absolutely get. As usual: I am really not looking for content advice at all, I am looking for technical critiques.', with flair 'Video Critique' +[2020-08-06 14:32:37,525] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 14:32:37,526] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 14:32:37,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5CdDltBVImw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:32:37,799] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC93c2EpP3lpuh0f2XPToj3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:32:40,652] /u/KevinClaus had their flair updated +[2020-08-06 14:34:07,484] '/u/Tipper92' has given '/u/Heavy_Rain_' lambda! +[2020-08-06 14:34:09,332] /u/Heavy_Rain_ had their flair updated +[2020-08-06 14:42:05,379] There has been a new submission: 'Loba Highlights #8 ALSO RATE MA CHANNEL BROSKIS', with flair 'Video Critique' +[2020-08-06 14:42:07,523] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-08-06 14:42:09,615] /u/GepkeApexYT had their flair updated +[2020-08-06 14:45:41,390] +#################### +[Aug 06 2020 14:45:41] RESTARTED +#################### + +[2020-08-06 14:49:04,840] '/u/Cobra418' has given '/u/rainbowricekrispies' lambda! +[2020-08-06 14:49:05,517] /u/rainbowricekrispies had their flair updated +[2020-08-06 14:50:38,300] There has been a new submission: '[Video] An "Anaylsis" of The French New Wave - Very Legitimate Film School', with flair 'Video Critique' +[2020-08-06 14:50:39,052] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 14:50:39,054] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 14:50:39,150] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kfl98Po6PQk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:50:39,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVsnYQ-OhJ7cnZYmSHgpHzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 14:50:42,498] /u/TomSmellsGasoline had their flair updated +[2020-08-06 14:51:24,059] '/u/Cobra418' has given '/u/73windman' lambda! +[2020-08-06 14:51:26,359] /u/73windman had their flair updated +[2020-08-06 15:01:23,425] There has been a new submission: 'About PUBG MOBILE India', with flair 'Gaming' +[2020-08-06 15:01:25,427] /u/Nirmaltheboy had their submission removed for insufficient lambda. +[2020-08-06 15:01:27,614] /u/Nirmaltheboy had their flair updated +[2020-08-06 15:06:21,492] '/u/aspirefitnesswalnut' has given '/u/myogloben' lambda! +[2020-08-06 15:06:22,990] /u/myogloben had their flair updated +[2020-08-06 15:06:53,408] '/u/aspirefitnesswalnut' has given '/u/Heavy_Rain_' lambda! +[2020-08-06 15:06:54,799] /u/Heavy_Rain_ had their flair updated +[2020-08-06 15:18:36,609] There has been a new submission: 'I genuinely enjoyed this video usually when i make videos i hate them and decide not to post them but its been feeling different recently can i get your opinions?', with flair 'Video Critique' +[2020-08-06 15:18:37,593] /u/Antbitious had their submission removed for insufficient lambda. +[2020-08-06 15:18:38,509] /u/Antbitious had their flair updated +[2020-08-06 15:19:03,991] There has been a new submission: 'This is my latest video . Please check out the video and my channel and give your feedback as to how I can improve and entertain more.', with flair 'Channel Review' +[2020-08-06 15:19:04,810] /u/Lanc3lot_ had their submission removed for insufficient lambda. +[2020-08-06 15:19:05,581] /u/Lanc3lot_ had their flair updated +[2020-08-06 15:26:10,312] There has been a new submission: 'Fluffy Japanese Pancake Recipe Tryout. Looking for any feedback, thanks in advance', with flair 'Video Critique' +[2020-08-06 15:26:10,648] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 15:26:10,649] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 15:26:10,746] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hvbaGp7jSBU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:26:10,870] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_13HYZU75e4SLIzaZc_PmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:26:13,018] /u/rainbowricekrispies had their flair updated +[2020-08-06 15:26:19,414] There has been a new submission: 'Hello! I make animation videos! I'm a novice animator! Make sure to subscribe to my channel for more content!', with flair 'Channel Review' +[2020-08-06 15:26:20,876] /u/Super66666 had their submission removed for insufficient lambda. +[2020-08-06 15:26:22,380] /u/Super66666 had their flair updated +[2020-08-06 15:27:09,872] There has been a new submission: 'The Power Of Positive Thinking ! - TONY ROBBINS, WATCH NOW TO CHANGE YOUR THINKING ! ALSO GIVE ME A VALUABLE COMMENT FOR MY HARD WORK MY FRIENDS', with flair 'Video Critique' +[2020-08-06 15:27:10,121] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 15:27:10,123] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 15:27:10,217] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hN-vpb0a5_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:27:10,338] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOlnDecS3oWrLJdeYLkMdew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:27:12,417] /u/Vineshj had their flair updated +[2020-08-06 15:27:19,951] '/u/FynnKrauseFootballYT' has given '/u/Heavy_Rain_' lambda! +[2020-08-06 15:27:21,239] /u/Heavy_Rain_ had their flair updated +[2020-08-06 15:27:43,434] '/u/FynnKrauseFootballYT' has given '/u/BigWaff' lambda! +[2020-08-06 15:27:44,674] /u/BigWaff had their flair updated +[2020-08-06 15:32:17,626] There has been a new submission: 'Trying to adapt my science animations so they have a broader appeal. Handing out lambda for feedback. Tear me apart, lads.', with flair 'Video Critique' +[2020-08-06 15:32:18,323] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 15:32:18,324] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 15:32:18,425] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gmm81lLhvUY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:32:18,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIZa-t5ctYtAn6BruNTxxwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 15:32:21,591] /u/clockworkshow had their flair updated +[2020-08-06 15:34:24,255] There has been a new submission: 'New Video Camera Suggestions for DIY/Tech YouTube Channel', with flair 'None' +[2020-08-06 15:34:26,576] /u/MichaelFiguresItOut had their flair updated +[2020-08-06 15:43:33,100] There has been a new submission: 'The *NEW* Cars in Fortnite are EPIC!!! (Fortnite Joyride Update)', with flair 'Gaming' +[2020-08-06 15:43:34,442] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-06 15:43:36,366] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-06 15:46:20,247] '/u/rainbowricekrispies' has given '/u/ShikharTrivedi' lambda! +[2020-08-06 15:46:21,767] /u/ShikharTrivedi had their flair updated +[2020-08-06 15:46:46,223] There has been a new submission: 'Self congratulatory post, but not the kind that you are thinking tho...', with flair 'Discussion' +[2020-08-06 15:46:47,941] /u/luisfrobles had their flair updated +[2020-08-06 15:55:56,413] '/u/KevinClaus' has given '/u/ShikharTrivedi' lambda! +[2020-08-06 15:55:58,061] /u/ShikharTrivedi had their flair updated +[2020-08-06 15:56:12,688] '/u/KevinClaus' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-06 15:56:14,187] /u/aspirefitnesswalnut had their flair updated +[2020-08-06 16:07:16,168] There has been a new submission: 'Revolting Children Lighting Design', with flair 'Art' +[2020-08-06 16:07:17,228] /u/Broadway_Lover had their submission removed for insufficient lambda. +[2020-08-06 16:07:18,503] /u/Broadway_Lover had their flair updated +[2020-08-06 16:13:23,840] There has been a new submission: 'My friends and I put 3 fast food chains to the test. Would love some feedback on how to make our videos better. Let me know if there is a video you would like me to critique and I'd be happy to do that! Thanks.', with flair 'Video Critique' +[2020-08-06 16:13:25,216] /u/jordanlitwiller had their submission removed for insufficient lambda. +[2020-08-06 16:13:27,183] /u/jordanlitwiller had their flair updated +[2020-08-06 16:16:21,546] There has been a new submission: 'Video slowly getting more views rather than stopping', with flair 'Discussion' +[2020-08-06 16:16:23,420] /u/zach_swoogg had their flair updated +[2020-08-06 16:17:16,328] There has been a new submission: '4 Things You Need To Know About Shadow Work', with flair 'Video Critique' +[2020-08-06 16:17:17,421] /u/Imagine-Freedom had their submission removed for insufficient lambda. +[2020-08-06 16:17:18,744] /u/Imagine-Freedom had their flair updated +[2020-08-06 16:18:13,140] There has been a new submission: 'I'm a new member of this sub and I'm looking forward to grow along with everyone on here! My goal is to consistently make more VR gaming videos as VR technology progresses with time. I play games on my Oculus Rift S. Feel free to ask me anything!', with flair 'Gaming' +[2020-08-06 16:18:14,178] /u/McDoogerZone had their submission removed for insufficient lambda. +[2020-08-06 16:18:15,217] /u/McDoogerZone had their flair updated +[2020-08-06 16:24:30,057] There has been a new submission: 'Discussion on methods on how to increase subscriber count to get more subscribers.', with flair 'Discussion' +[2020-08-06 16:24:32,355] /u/Jarkson010 had their flair updated +[2020-08-06 16:27:27,844] There has been a new submission: 'Any advice for a newbie?', with flair 'Video Critique' +[2020-08-06 16:27:28,952] /u/trollelelogram had their submission removed for insufficient lambda. +[2020-08-06 16:27:30,238] /u/trollelelogram had their flair updated +[2020-08-06 16:38:23,008] '/u/clockworkshow' has given '/u/DaRealjuff' lambda! +[2020-08-06 16:38:24,055] /u/DaRealjuff had their flair updated +[2020-08-06 16:38:42,587] '/u/Tipper92' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-06 16:38:43,464] /u/aspirefitnesswalnut had their flair updated +[2020-08-06 16:40:28,687] '/u/Tipper92' has given '/u/DaRealjuff' lambda! +[2020-08-06 16:40:30,986] /u/DaRealjuff had their flair updated +[2020-08-06 16:41:58,256] '/u/Tipper92' has given '/u/ShikharTrivedi' lambda! +[2020-08-06 16:42:00,387] /u/ShikharTrivedi had their flair updated +[2020-08-06 16:45:41,121] +#################### +[Aug 06 2020 16:45:41] RESTARTED +#################### + +[2020-08-06 16:58:14,009] '/u/Darksideseries' has given '/u/jdabs29' lambda! +[2020-08-06 16:58:15,086] /u/jdabs29 had their flair updated +[2020-08-06 16:59:22,847] '/u/Darksideseries' has given '/u/Onen1ck' lambda! +[2020-08-06 16:59:23,474] /u/Onen1ck had their flair updated +[2020-08-06 16:59:45,311] '/u/Darksideseries' has given '/u/Paulk_NY' lambda! +[2020-08-06 16:59:45,798] /u/Paulk_NY had their flair updated +[2020-08-06 17:00:08,427] '/u/Darksideseries' has given '/u/max_harlan' lambda! +[2020-08-06 17:00:10,734] /u/max_harlan had their flair updated +[2020-08-06 17:09:31,961] '/u/KevinClaus' has given '/u/pigliah' lambda! +[2020-08-06 17:09:32,534] /u/pigliah had their flair updated +[2020-08-06 17:10:17,454] '/u/-S4TiR3-' has given '/u/73windman' lambda! +[2020-08-06 17:10:19,811] /u/73windman had their flair updated +[2020-08-06 17:11:36,231] '/u/KevinClaus' has given '/u/Brage2004Norway' lambda! +[2020-08-06 17:11:38,404] /u/Brage2004Norway had their flair updated +[2020-08-06 17:15:00,219] There has been a new submission: 'Modern JavaScript for Beginners - 01 For Loops', with flair 'Channel Review' +[2020-08-06 17:15:03,299] /u/robson_muniz had their submission removed for insufficient lambda. +[2020-08-06 17:15:05,118] /u/robson_muniz had their flair updated +[2020-08-06 17:15:15,328] There has been a new submission: 'This is my first time editing and I really enjoyed doing it but I’m interested in what other people think!', with flair 'Video Critique' +[2020-08-06 17:15:17,297] /u/Skyfighter337 had their submission removed for insufficient lambda. +[2020-08-06 17:15:18,998] /u/Skyfighter337 had their flair updated +[2020-08-06 17:20:56,302] '/u/Tipper92' has given '/u/Imagine-Freedom' lambda! +[2020-08-06 17:20:58,556] /u/Imagine-Freedom had their flair updated +[2020-08-06 17:21:12,679] '/u/myogloben' has given '/u/Heavy_Rain_' lambda! +[2020-08-06 17:21:14,948] /u/Heavy_Rain_ had their flair updated +[2020-08-06 17:21:36,834] '/u/myogloben' has given '/u/DTV998' lambda! +[2020-08-06 17:21:39,038] /u/DTV998 had their flair updated +[2020-08-06 17:21:49,322] '/u/myogloben' has given '/u/SpudnickShaggy' lambda! +[2020-08-06 17:21:51,512] /u/SpudnickShaggy had their flair updated +[2020-08-06 17:22:01,900] '/u/myogloben' has given '/u/Ultratronicman' lambda! +[2020-08-06 17:22:04,041] /u/Ultratronicman had their flair updated +[2020-08-06 17:22:10,680] There has been a new submission: 'Feedback? Is the video engaging and enjoyable? Also how’s the thumbnail? If you would take some time to watch and review I would appreciate it.', with flair 'Video Critique' +[2020-08-06 17:22:10,901] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 17:22:10,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 17:22:10,993] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YsuEp2IZaCk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 17:22:11,140] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcrMhTmqnnmYzFvQwWVUgzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 17:22:14,209] /u/SpudnickShaggy had their flair updated +[2020-08-06 17:25:38,372] There has been a new submission: 'Funny Video 😆 Funny Reactions 😂 (if this made you laugh plz upvote, subscribe & share 🙏🏽)', with flair 'Vlog' +[2020-08-06 17:25:39,835] /u/badboylus had their submission removed for insufficient lambda. +[2020-08-06 17:25:41,533] /u/badboylus had their flair updated +[2020-08-06 17:30:06,081] There has been a new submission: 'My newest video is a semi-jokey guide on how to be good at Fall Guys: Ultimate Knockout. As always, giving lambda for good feedback!', with flair 'Video Critique' +[2020-08-06 17:30:06,830] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 17:30:06,832] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 17:30:06,931] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dtocB6XWKNU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 17:30:07,040] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 17:30:10,696] /u/TriceratopsJr had their flair updated +[2020-08-06 17:36:38,254] '/u/clockworkshow' has given '/u/brodude__' lambda! +[2020-08-06 17:36:39,828] /u/brodude__ had their flair updated +[2020-08-06 17:37:32,910] There has been a new submission: 'SUPERHOT: MIND CONTROL DELETE IS INSANE', with flair 'Gaming' +[2020-08-06 17:37:33,978] /u/lisaaccc had their submission removed for insufficient lambda. +[2020-08-06 17:37:35,303] /u/lisaaccc had their flair updated +[2020-08-06 17:39:25,782] There has been a new submission: 'Outlast Part II - Psshh Pshhh Jump Scares!', with flair 'Gaming' +[2020-08-06 17:39:26,981] /u/iprens had their submission removed for insufficient lambda. +[2020-08-06 17:39:27,873] /u/iprens had their flair updated +[2020-08-06 17:41:49,000] '/u/clockworkshow' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-06 17:41:51,162] /u/aspirefitnesswalnut had their flair updated +[2020-08-06 17:42:21,967] There has been a new submission: 'Yay triple digies', with flair 'Channel Review' +[2020-08-06 17:42:24,154] /u/mdmdmdhxhd had their submission removed for insufficient lambda. +[2020-08-06 17:42:26,239] /u/mdmdmdhxhd had their flair updated +[2020-08-06 17:45:19,688] There has been a new submission: 'This is my latest vid, trying to get into voice acting and got a gig, but so I thought to start doing more. How is it? (lambda for good feedback)', with flair 'Video Critique' +[2020-08-06 17:45:21,778] /u/Invincibleprimus had their flair updated +[2020-08-06 17:46:38,238] There has been a new submission: 'Kepler-186f new earth?', with flair 'Video Critique' +[2020-08-06 17:46:39,452] /u/jaydar07 had their submission removed for insufficient lambda. +[2020-08-06 17:46:40,868] /u/jaydar07 had their flair updated +[2020-08-06 17:52:35,086] '/u/KevinClaus' has given '/u/pinappleonpizza123' lambda! +[2020-08-06 17:52:37,213] /u/pinappleonpizza123 had their flair updated +[2020-08-06 17:52:47,741] '/u/KevinClaus' has given '/u/siddhant1991' lambda! +[2020-08-06 17:52:49,785] /u/siddhant1991 had their flair updated +[2020-08-06 17:53:08,871] There has been a new submission: 'If you want a place to make friends and grow yt join here', with flair 'Gaming' +[2020-08-06 17:53:10,749] /u/lilyardrapper07 had their submission removed for insufficient lambda. +[2020-08-06 17:53:12,773] /u/lilyardrapper07 had their flair updated +[2020-08-06 17:57:13,218] '/u/KevinClaus' has given '/u/pianobars' lambda! +[2020-08-06 17:57:14,535] /u/pianobars had their flair updated +[2020-08-06 17:57:21,407] '/u/clockworkshow' has given '/u/pianobars' lambda! +[2020-08-06 17:57:22,689] /u/pianobars had their flair updated +[2020-08-06 17:58:55,932] '/u/KevinClaus' has given '/u/MrMoo-Youtube' lambda! +[2020-08-06 17:58:57,111] /u/MrMoo-Youtube had their flair updated +[2020-08-06 18:02:27,626] '/u/Tipper92' has given '/u/MrMoo-Youtube' lambda! +[2020-08-06 18:02:29,702] /u/MrMoo-Youtube had their flair updated +[2020-08-06 18:02:43,169] There has been a new submission: 'GIVING LAMBDA! "Is it a good idea to invest in gold right now?" [Seeking Critique on Voice, Production Quality] 🤔', with flair 'Video Critique' +[2020-08-06 18:02:43,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 18:02:43,402] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 18:02:43,521] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mpcBoeVn9v8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 18:02:43,635] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPXzgSttlWVUC-dFltHMbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 18:02:46,907] /u/WillWestInvest had their flair updated +[2020-08-06 18:03:24,812] '/u/TriceratopsJr' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-06 18:03:26,815] /u/Fluffy_B0Y3 had their flair updated +[2020-08-06 18:05:01,483] There has been a new submission: 'Gaming/Funny Vids!', with flair 'Collab' +[2020-08-06 18:05:03,661] /u/Sycodel had their flair updated +[2020-08-06 18:08:26,684] There has been a new submission: 'TREE HOUSE', with flair 'Gaming' +[2020-08-06 18:08:27,678] /u/vdkrevelation94 had their submission removed for insufficient lambda. +[2020-08-06 18:08:28,786] /u/vdkrevelation94 had their flair updated +[2020-08-06 18:10:41,181] There has been a new submission: 'The Last of Us Parkour POV - Anyone have any constructive criticism / tweaks for my video? Worked hard on this one and it’s not doing as well as I hoped', with flair 'Video Critique' +[2020-08-06 18:10:43,333] /u/Jaydiiin had their submission removed for insufficient lambda. +[2020-08-06 18:10:45,664] /u/Jaydiiin had their flair updated +[2020-08-06 18:18:54,645] There has been a new submission: 'My video game addiction', with flair 'Gaming' +[2020-08-06 18:18:55,511] /u/Gucci__shoes had their submission removed for insufficient lambda. +[2020-08-06 18:18:56,327] /u/Gucci__shoes had their flair updated +[2020-08-06 18:21:26,088] '/u/rainbowricekrispies' has given '/u/Doesntpayfullprice' lambda! +[2020-08-06 18:21:28,287] /u/Doesntpayfullprice had their flair updated +[2020-08-06 18:23:34,821] '/u/rainbowricekrispies' has given '/u/Brage2004Norway' lambda! +[2020-08-06 18:23:36,769] /u/Brage2004Norway had their flair updated +[2020-08-06 18:27:00,591] There has been a new submission: 'Do Claims affect Algorithm Presence?', with flair 'Discussion' +[2020-08-06 18:27:02,225] /u/AJDerpatron had their flair updated +[2020-08-06 18:27:18,969] There has been a new submission: 'tModLoader Ep.1 Thorium Mod', with flair 'Gaming' +[2020-08-06 18:27:20,093] /u/AJanimations2018 had their submission removed for insufficient lambda. +[2020-08-06 18:27:21,423] /u/AJanimations2018 had their flair updated +[2020-08-06 18:27:41,077] '/u/Hamlet_71' has given '/u/HumbelGeniusYT' lambda! +[2020-08-06 18:27:42,298] /u/HumbelGeniusYT had their flair updated +[2020-08-06 18:28:51,957] There has been a new submission: 'How can I improve my commentary video', with flair 'Video Critique' +[2020-08-06 18:28:52,765] /u/FoRzZy457 had their submission removed for insufficient lambda. +[2020-08-06 18:28:53,747] /u/FoRzZy457 had their flair updated +[2020-08-06 18:29:04,903] '/u/Hamlet_71' has given '/u/Adzic254' lambda! +[2020-08-06 18:29:05,761] /u/Adzic254 had their flair updated +[2020-08-06 18:30:16,671] '/u/Hamlet_71' has given '/u/animatedvideos' lambda! +[2020-08-06 18:30:18,967] /u/animatedvideos had their flair updated +[2020-08-06 18:32:39,572] There has been a new submission: '**NEW** Grounded Multiplayer Video Out Now!!!', with flair 'Gaming' +[2020-08-06 18:32:42,030] /u/JRohx had their submission removed for insufficient lambda. +[2020-08-06 18:32:44,125] /u/JRohx had their flair updated +[2020-08-06 18:33:56,377] There has been a new submission: 'I need some help coming up with a value proposition phras', with flair 'Gaming' +[2020-08-06 18:33:58,804] /u/ReAnimatedGamer had their flair updated +[2020-08-06 18:34:54,613] There has been a new submission: '3 Videos', with flair 'Video Critique' +[2020-08-06 18:34:56,395] /u/VirgosRedditAccount had their submission removed for insufficient lambda. +[2020-08-06 18:34:58,149] /u/VirgosRedditAccount had their flair updated +[2020-08-06 18:35:17,823] There has been a new submission: 'Any critiques other than to speak louder?', with flair 'Gaming' +[2020-08-06 18:35:20,269] /u/TheDamnedDuo had their submission removed for insufficient lambda. +[2020-08-06 18:35:22,015] /u/TheDamnedDuo had their flair updated +[2020-08-06 18:37:45,175] There has been a new submission: 'I've been doing this for exactly a year and right now I have 42 subscribers. Can you guys point me out some of the things I should consider changing? I would truly appreciate it :) P.S. This is only one type of FIFA content I make, there is a lot more.', with flair 'Video Critique' +[2020-08-06 18:37:46,192] /u/Neminis00 had their submission removed for insufficient lambda. +[2020-08-06 18:37:47,459] /u/Neminis00 had their flair updated +[2020-08-06 18:44:45,506] '/u/SpudnickShaggy' has given '/u/MrMoo-Youtube' lambda! +[2020-08-06 18:44:47,258] /u/MrMoo-Youtube had their flair updated +[2020-08-06 18:44:53,892] '/u/shadossplayz' has given '/u/MrMoo-Youtube' lambda! +[2020-08-06 18:44:55,661] /u/MrMoo-Youtube had their flair updated +[2020-08-06 18:45:13,757] There has been a new submission: 'Fallout 76 Fails and Funnies 3', with flair 'Gaming' +[2020-08-06 18:45:15,301] /u/JoeJavaBrew had their submission removed for insufficient lambda. +[2020-08-06 18:45:17,275] /u/JoeJavaBrew had their flair updated +[2020-08-06 18:45:25,996] '/u/shadossplayz' has given '/u/SpudnickShaggy' lambda! +[2020-08-06 18:45:27,793] /u/SpudnickShaggy had their flair updated +[2020-08-06 18:45:41,444] +#################### +[Aug 06 2020 18:45:41] RESTARTED +#################### + +[2020-08-06 18:47:11,712] There has been a new submission: 'VLOG Wife and I hiking in the mountains 😊 (If your into watching vlogs)', with flair 'Vlog' +[2020-08-06 18:47:13,041] /u/impacttaekwondo had their submission removed for insufficient lambda. +[2020-08-06 18:47:14,245] /u/impacttaekwondo had their flair updated +[2020-08-06 19:01:30,161] There has been a new submission: 'My thoughts about the game Deltarune, and why the game gives off a sense of Comfort (spoiler if you haven't played it I guess?)', with flair 'Gaming' +[2020-08-06 19:01:30,875] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 19:01:30,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 19:01:30,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KPR7OzJltaU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:01:31,089] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCH6aAZS8tfIuMaSO9-SeyiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:01:34,195] /u/blinkehyo had their flair updated +[2020-08-06 19:02:01,553] '/u/andyofasgard' has given '/u/callmenicpls' lambda! +[2020-08-06 19:02:03,675] /u/callmenicpls had their flair updated +[2020-08-06 19:03:13,745] '/u/andyofasgard' has given '/u/VantaRaptor' lambda! +[2020-08-06 19:03:15,740] /u/VantaRaptor had their flair updated +[2020-08-06 19:05:05,858] '/u/andyofasgard' has given '/u/rainbowricekrispies' lambda! +[2020-08-06 19:05:07,601] /u/rainbowricekrispies had their flair updated +[2020-08-06 19:05:12,584] There has been a new submission: 'Made a new commentary video and I'd love your feedback! I think my videos have gotten better with time, but I still think there's room for improvement. As a reward for listening to me ramble, I'll be giving out lambda for helpful critiques (as always!)', with flair 'Video Critique' +[2020-08-06 19:05:13,064] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 19:05:13,065] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 19:05:13,156] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=svkgRPdMM2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:05:13,252] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUQtUghDrC6EUYckaKE3mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:05:16,049] /u/midnightjenga had their flair updated +[2020-08-06 19:07:21,587] '/u/andyofasgard' has given '/u/jbiddy360' lambda! +[2020-08-06 19:07:22,933] /u/jbiddy360 had their flair updated +[2020-08-06 19:07:47,285] There has been a new submission: 'How to Build Intercity Bus Hub & Bus lines in Cities: Skylines (Portsmit...', with flair 'Gaming' +[2020-08-06 19:07:48,324] /u/Buffalomatt1027 had their submission removed for insufficient lambda. +[2020-08-06 19:07:49,554] /u/Buffalomatt1027 had their flair updated +[2020-08-06 19:14:36,896] There has been a new submission: 'Relaxing Rain Sounds', with flair 'Thumbnail Review' +[2020-08-06 19:14:38,648] /u/icharis1008 had their submission removed for insufficient lambda. +[2020-08-06 19:14:40,460] /u/icharis1008 had their flair updated +[2020-08-06 19:24:16,503] There has been a new submission: 'Giving Lambda for feedback on my latest comedy sketch! | People who use astrology as an excuse for everything', with flair 'Video Critique' +[2020-08-06 19:24:17,050] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 19:24:17,051] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 19:24:17,148] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Zfvphu8FUQ4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:24:17,314] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIdgi_GiCVMOK6x2tXC6k0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:24:20,167] /u/jbiddy360 had their flair updated +[2020-08-06 19:24:37,478] There has been a new submission: 'How many videos did you make before hitting 1000 subs?', with flair 'Discussion' +[2020-08-06 19:24:39,718] /u/Rouuaaz had their flair updated +[2020-08-06 19:26:41,309] There has been a new submission: 'This was basically just me experimenting with DaVinci resolve and the replay mod on minecraft. Any and all feedback will receive some !givelambda.', with flair 'Gaming' +[2020-08-06 19:26:41,636] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 19:26:41,637] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 19:26:41,720] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1lVvMrOE_AU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:26:41,861] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6Nl_bD0FBrokmgFT8CjUDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:26:43,915] /u/Brage2004Norway had their flair updated +[2020-08-06 19:27:28,516] There has been a new submission: 'Can you tell me about my audio quality?', with flair 'Video Critique' +[2020-08-06 19:27:29,591] /u/bazanik had their submission removed for insufficient lambda. +[2020-08-06 19:27:30,866] /u/bazanik had their flair updated +[2020-08-06 19:38:24,405] '/u/TriceratopsJr' has given '/u/Neminis00' lambda! +[2020-08-06 19:38:25,421] /u/Neminis00 had their flair updated +[2020-08-06 19:39:34,960] '/u/TriceratopsJr' has given '/u/allanenraged13' lambda! +[2020-08-06 19:39:35,526] /u/allanenraged13 had their flair updated +[2020-08-06 19:41:13,234] '/u/jbiddy360' has given '/u/73windman' lambda! +[2020-08-06 19:41:15,442] /u/73windman had their flair updated +[2020-08-06 19:41:45,745] There has been a new submission: 'Spam comments: how to Shut. It. Down.', with flair 'Discussion' +[2020-08-06 19:41:48,556] /u/LabxAnomalous had their flair updated +[2020-08-06 19:44:04,785] There has been a new submission: 'Morus Zero', with flair 'Channel Review' +[2020-08-06 19:44:06,959] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-08-06 19:44:08,867] /u/GabriellaTadros had their flair updated +[2020-08-06 19:45:03,184] There has been a new submission: 'New YouTuber Questions', with flair 'Discussion' +[2020-08-06 19:45:05,406] /u/janellerad had their flair updated +[2020-08-06 19:45:48,979] There has been a new submission: 'I don’t expect a deep dive on a forgotten video game to go wildly well—so some feedback and attention here would be much obliged!', with flair 'Video Critique' +[2020-08-06 19:45:49,358] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 19:45:49,359] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 19:45:49,446] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_Y-fWBtVD3U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:45:49,555] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC64ygnW9AnrzVGeuCknWd2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 19:45:51,939] /u/73windman had their flair updated +[2020-08-06 19:47:53,816] '/u/FynnKrauseFootballYT' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-06 19:47:55,002] /u/aspirefitnesswalnut had their flair updated +[2020-08-06 19:48:32,924] '/u/FynnKrauseFootballYT' has given '/u/badboylus' lambda! +[2020-08-06 19:48:33,950] /u/badboylus had their flair updated +[2020-08-06 19:52:26,431] There has been a new submission: 'Hey everyone! New YouTuber here!', with flair 'Discussion' +[2020-08-06 19:52:29,079] /u/reddirtxx_12 had their flair updated +[2020-08-06 19:57:38,335] '/u/jbiddy360' has given '/u/UndieBand1t' lambda! +[2020-08-06 19:57:39,565] /u/UndieBand1t had their flair updated +[2020-08-06 20:05:33,500] There has been a new submission: 'I like to make chaotic commercials. Would appreciate feedback on editing, content, or anything really.', with flair 'Video Critique' +[2020-08-06 20:05:33,895] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 20:05:33,897] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 20:05:33,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XkMGaKFl6OM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:05:34,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0rDtFtoKKwXOk__ikkrphA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:05:36,408] /u/BigWaff had their flair updated +[2020-08-06 20:09:08,566] There has been a new submission: 'SAMAR LITE (A Valorant Edit)', with flair 'Gaming' +[2020-08-06 20:09:09,533] /u/rani313 had their submission removed for insufficient lambda. +[2020-08-06 20:09:10,314] /u/rani313 had their flair updated +[2020-08-06 20:12:04,767] '/u/Brage2004Norway' has given '/u/brodude__' lambda! +[2020-08-06 20:12:06,891] /u/brodude__ had their flair updated +[2020-08-06 20:14:20,941] There has been a new submission: 'Make And Sell Your Own Merch For Free would recommend this to all youtubers lambda for all aswell', with flair 'Thumbnail Review' +[2020-08-06 20:14:21,451] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 20:14:21,452] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 20:14:21,538] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0vxmlQMG6bU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:14:21,666] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:14:24,336] /u/MrMoo-Youtube had their flair updated +[2020-08-06 20:20:09,533] There has been a new submission: '[Video Critique] Pokémon Mystery Dungeon: Rescue Team DX Ep. 1 - "Who Am I?"', with flair 'Video Critique' +[2020-08-06 20:20:11,666] /u/YaBoiMigz had their submission removed for insufficient lambda. +[2020-08-06 20:20:13,976] /u/YaBoiMigz had their flair updated +[2020-08-06 20:24:18,267] There has been a new submission: 'pokimane message delete (reddit) any% wr 4:69', with flair 'Gaming' +[2020-08-06 20:24:20,922] /u/redmane99 had their submission removed for insufficient lambda. +[2020-08-06 20:24:22,777] /u/redmane99 had their flair updated +[2020-08-06 20:24:32,760] There has been a new submission: 'If anybody gets the time could they please check out my new video, i do gaming videos and this is a game called the forest few of my friends on there to! Any feedback would be great :)', with flair 'Gaming' +[2020-08-06 20:24:34,457] /u/NPTCustomPCs had their submission removed for insufficient lambda. +[2020-08-06 20:24:36,280] /u/NPTCustomPCs had their flair updated +[2020-08-06 20:30:27,328] '/u/MrMoo-Youtube' has given '/u/KaiKunai' lambda! +[2020-08-06 20:30:29,610] /u/KaiKunai had their flair updated +[2020-08-06 20:32:33,487] There has been a new submission: 'Today I created a video on MRBEAST's SECRET channels! Please review it!', with flair 'Video Critique' +[2020-08-06 20:32:35,426] /u/Goldvillager had their submission removed for insufficient lambda. +[2020-08-06 20:32:37,481] /u/Goldvillager had their flair updated +[2020-08-06 20:34:53,694] There has been a new submission: 'Losing all hope', with flair 'Meta' +[2020-08-06 20:34:55,997] /u/bunniesok had their flair updated +[2020-08-06 20:42:57,933] '/u/Noobeater1' has given '/u/TrifectaComedy' lambda! +[2020-08-06 20:42:59,930] /u/TrifectaComedy had their flair updated +[2020-08-06 20:43:12,196] '/u/Noobeater1' has given '/u/playerinfinity707' lambda! +[2020-08-06 20:43:14,245] /u/playerinfinity707 had their flair updated +[2020-08-06 20:43:29,919] '/u/Noobeater1' has given '/u/BeserKing' lambda! +[2020-08-06 20:43:31,905] /u/BeserKing had their flair updated +[2020-08-06 20:45:40,350] '/u/Noobeater1' has given '/u/dank_wookie_sword' lambda! +[2020-08-06 20:45:41,753] +#################### +[Aug 06 2020 20:45:41] RESTARTED +#################### + +[2020-08-06 20:47:16,009] /u/BeserKing had their flair updated +[2020-08-06 20:47:21,474] '/u/MrMoo-Youtube' has given '/u/Krogmo' lambda! +[2020-08-06 20:47:22,635] /u/Krogmo had their flair updated +[2020-08-06 20:51:26,432] There has been a new submission: 'Made a little video over an episode of Evangelion (anime) for fun. Any feedback is appreciated.', with flair 'Video Critique' +[2020-08-06 20:51:27,142] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 20:51:27,144] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 20:51:27,234] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YELGVJHxo8Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:51:27,355] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9nTZ7TfW-Uz4iTtfkiOqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 20:51:30,521] /u/CedieWap had their flair updated +[2020-08-06 20:59:31,792] There has been a new submission: 'please consider subscribing', with flair 'None' +[2020-08-06 20:59:32,623] /u/colbyhudson had their submission removed for insufficient lambda. +[2020-08-06 20:59:33,211] /u/colbyhudson had their flair updated +[2020-08-06 21:06:19,823] '/u/blinkehyo' has given '/u/73windman' lambda! +[2020-08-06 21:06:21,321] /u/73windman had their flair updated +[2020-08-06 21:08:04,376] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-06 21:08:11,096] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-06 21:08:25,513] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-06 21:15:46,343] '/u/-S4TiR3-' has given '/u/MrMoo-Youtube' lambda! +[2020-08-06 21:15:47,955] /u/MrMoo-Youtube had their flair updated +[2020-08-06 21:16:00,671] There has been a new submission: '91 🚖 (Fortnite Montage)', with flair 'Gaming' +[2020-08-06 21:16:02,004] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-06 21:16:03,615] /u/lightningNA_YT had their flair updated +[2020-08-06 21:16:11,147] '/u/-S4TiR3-' has given '/u/pinappleonpizza123' lambda! +[2020-08-06 21:16:12,704] /u/pinappleonpizza123 had their flair updated +[2020-08-06 21:25:13,277] There has been a new submission: 'Question related to SEO and Metadata selection', with flair 'Discussion' +[2020-08-06 21:25:15,703] /u/FitnessMyLife had their flair updated +[2020-08-06 21:26:49,148] There has been a new submission: '2020 iPad Pro Unboxing + ALL My Accessories + Games & Apps to chill music. Let me know what you think? Lambda given for critiques.', with flair 'Video Critique' +[2020-08-06 21:26:50,406] /u/Djbernie805 had their submission removed for insufficient lambda. +[2020-08-06 21:26:51,834] /u/Djbernie805 had their flair updated +[2020-08-06 21:29:30,162] There has been a new submission: 'Dragonballfighterz good vs evil???', with flair 'Gaming' +[2020-08-06 21:29:30,884] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-06 21:29:31,532] /u/Snoo65678 had their flair updated +[2020-08-06 21:34:24,828] '/u/jbiddy360' has given '/u/Logan_B_Youtube' lambda! +[2020-08-06 21:34:26,646] /u/Logan_B_Youtube had their flair updated +[2020-08-06 21:37:34,077] There has been a new submission: 'I REALLY NEED ADVICE', with flair 'Discussion' +[2020-08-06 21:37:35,543] /u/SMART_TRends had their flair updated +[2020-08-06 21:38:08,567] '/u/BigWaff' has given '/u/Djbernie805' lambda! +[2020-08-06 21:38:09,719] /u/Djbernie805 had their flair updated +[2020-08-06 21:45:42,141] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-06 21:46:42,207] '/u/CedieWap' has given '/u/Djbernie805' lambda! +[2020-08-06 21:46:43,918] /u/Djbernie805 had their flair updated +[2020-08-06 21:52:07,135] There has been a new submission: 'new makeup tutorial! please check it out :)', with flair 'Video Critique' +[2020-08-06 21:52:08,969] /u/itsevaevans had their submission removed for insufficient lambda. +[2020-08-06 21:52:11,109] /u/itsevaevans had their flair updated +[2020-08-06 21:54:27,123] There has been a new submission: 'Fire emblem heroes', with flair 'Gaming' +[2020-08-06 21:54:28,745] /u/Azura56311 had their submission removed for insufficient lambda. +[2020-08-06 21:54:30,558] /u/Azura56311 had their flair updated +[2020-08-06 21:55:28,485] '/u/MrMoo-Youtube' has given '/u/Djbernie805' lambda! +[2020-08-06 21:55:30,208] /u/Djbernie805 had their flair updated +[2020-08-06 21:57:54,089] There has been a new submission: 'So i've spend 2 weeks on this silly machinima and would like some honest feedback', with flair 'Video Critique' +[2020-08-06 21:57:55,066] /u/housecatyeh had their submission removed for insufficient lambda. +[2020-08-06 21:57:56,227] /u/housecatyeh had their flair updated +[2020-08-06 21:58:57,791] There has been a new submission: 'IM NEW ALERT', with flair 'Channel Review' +[2020-08-06 21:58:58,646] /u/SMART_TRends had their submission removed for insufficient lambda. +[2020-08-06 21:58:59,504] /u/SMART_TRends had their flair updated +[2020-08-06 22:01:10,618] There has been a new submission: '2020 iPad Pro Unboxing + ALL My Accessories + Games & Apps. I also made the music myself! Lambda given for full video critique.', with flair 'Video Critique' +[2020-08-06 22:01:11,313] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 22:01:11,314] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 22:01:11,403] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XA5rMrexinI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 22:01:11,524] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 22:01:14,825] /u/Djbernie805 had their flair updated +[2020-08-06 22:02:40,200] There has been a new submission: 'Starting a gaming channel playing Minecraft', with flair 'Gaming' +[2020-08-06 22:02:41,619] /u/4skinTim420 had their submission removed for insufficient lambda. +[2020-08-06 22:02:43,672] /u/4skinTim420 had their flair updated +[2020-08-06 22:08:03,839] '/u/MigookinTeecha' has given '/u/Phd_Perky' lambda! +[2020-08-06 22:08:05,003] /u/Phd_Perky had their flair updated +[2020-08-06 22:13:06,818] '/u/MigookinTeecha' has given '/u/brovalley' lambda! +[2020-08-06 22:13:08,835] /u/brovalley had their flair updated +[2020-08-06 22:29:03,375] There has been a new submission: 'Stupid and Meta - Does anyone else ever feel like they have to talk themselves into making a new video?', with flair 'Meta' +[2020-08-06 22:29:04,223] /u/WannabeProduce had their submission removed for using the wrong flair. +[2020-08-06 22:29:05,282] /u/WannabeProduce had their flair updated +[2020-08-06 22:30:41,328] There has been a new submission: 'Should I do more trailers for my video?', with flair 'Gaming' +[2020-08-06 22:30:43,425] /u/therealvertex_ had their submission removed for insufficient lambda. +[2020-08-06 22:30:45,675] /u/therealvertex_ had their flair updated +[2020-08-06 22:30:51,254] There has been a new submission: 'How are my editing skills coming along? Is the video paced well? Is it entertaining?', with flair 'Video Critique' +[2020-08-06 22:30:51,978] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 22:30:51,980] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 22:30:52,078] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b8BU4bFYMDE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 22:30:52,187] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAvRUoI-5UUj6ZAlUKi2kVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 22:30:55,446] /u/allanenraged13 had their flair updated +[2020-08-06 22:41:39,232] There has been a new submission: 'How do you find motivation to edit you footage?', with flair 'Discussion' +[2020-08-06 22:41:42,031] /u/Sewance had their flair updated +[2020-08-06 22:45:41,731] +#################### +[Aug 06 2020 22:45:41] RESTARTED +#################### + +[2020-08-06 22:50:19,444] There has been a new submission: 'Uploaded but stuck on processing', with flair 'Discussion' +[2020-08-06 22:50:22,092] /u/Batang_nawawala had their flair updated +[2020-08-06 22:52:40,952] There has been a new submission: 'Can you use the plot summaries provided on Imdb.com under fair use?', with flair 'Discussion' +[2020-08-06 22:52:43,208] /u/Mani0770 had their flair updated +[2020-08-06 22:53:11,975] There has been a new submission: 'hey guys I uploaded a new video covering the new fortnite update so go check it out and subscribe if you enjoyed i am stuck at 124 subs', with flair 'Gaming' +[2020-08-06 22:53:13,573] /u/supergameboy123 had their submission removed for insufficient lambda. +[2020-08-06 22:53:15,615] /u/supergameboy123 had their flair updated +[2020-08-06 22:53:36,821] There has been a new submission: 'Could I please get some feedback on our video? I'd like to hear the positives and the criticisms for how we can improve 🙂', with flair 'Video Critique' +[2020-08-06 22:53:38,300] /u/ghostdetector01 had their submission removed for insufficient lambda. +[2020-08-06 22:53:40,231] /u/ghostdetector01 had their flair updated +[2020-08-06 22:54:45,136] There has been a new submission: 'EATING WEIRD FOODS I LOVE FOR 24 HOURS | magnus johnston', with flair 'Thumbnail Review' +[2020-08-06 22:54:46,694] /u/magnusj911 had their submission removed for insufficient lambda. +[2020-08-06 22:54:48,387] /u/magnusj911 had their flair updated +[2020-08-06 23:07:01,899] There has been a new submission: 'Why Jake Paul house was Raided by the FBI', with flair 'Gaming' +[2020-08-06 23:07:03,168] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-06 23:07:04,557] /u/Str8Villains had their flair updated +[2020-08-06 23:09:07,080] There has been a new submission: 'CS:GO Montage I made!', with flair 'Gaming' +[2020-08-06 23:09:07,794] /u/ScottishGoose had their submission removed for insufficient lambda. +[2020-08-06 23:09:08,590] /u/ScottishGoose had their flair updated +[2020-08-06 23:13:19,329] There has been a new submission: 'Naruto, Boruto & and why it should've been ended...', with flair 'Video Critique' +[2020-08-06 23:13:20,681] /u/Crunchymemes_v1 had their submission removed for insufficient lambda. +[2020-08-06 23:13:22,603] /u/Crunchymemes_v1 had their flair updated +[2020-08-06 23:17:26,797] '/u/BigWaff' has given '/u/ameixarocha' lambda! +[2020-08-06 23:17:28,090] /u/ameixarocha had their flair updated +[2020-08-06 23:25:59,786] There has been a new submission: 'POSTHUMOUS ALBUMS - The Do’s and Don’ts', with flair 'Video Critique' +[2020-08-06 23:26:01,175] /u/Jackattack17111 had their submission removed for insufficient lambda. +[2020-08-06 23:26:02,724] /u/Jackattack17111 had their flair updated +[2020-08-06 23:34:13,617] There has been a new submission: 'Anyone interested in a collaboration?', with flair 'Collab' +[2020-08-06 23:34:15,752] /u/TheDamnedDuo had their flair updated +[2020-08-06 23:36:56,027] There has been a new submission: 'Should I Try Again', with flair 'Channel Review' +[2020-08-06 23:36:57,025] /u/Dediop had their submission removed for insufficient lambda. +[2020-08-06 23:36:58,324] /u/Dediop had their flair updated +[2020-08-06 23:41:42,664] There has been a new submission: 'A short video showing details of a Raspberry Pi 4 Case. Was hard to find internal pictures online, decided to put this up. What do you guys think of how it was put together?', with flair 'Video Critique' +[2020-08-06 23:41:43,432] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 23:41:43,434] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 23:41:43,521] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VVail8rzYr4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 23:41:43,623] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs7DbZ2tZLbC7nR-sZzF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 23:41:47,127] /u/dragonsspawn had their flair updated +[2020-08-06 23:44:07,239] There has been a new submission: 'Being SUPREMELY STUPID in Modern Warfare', with flair 'Gaming' +[2020-08-06 23:44:08,590] /u/rhoott01 had their submission removed for insufficient lambda. +[2020-08-06 23:44:10,519] /u/rhoott01 had their flair updated +[2020-08-06 23:55:21,967] There has been a new submission: 'Lambda for everyone', with flair 'Video Critique' +[2020-08-06 23:55:22,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-06 23:55:22,393] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-06 23:55:22,481] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eCVk4bgAeaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 23:55:22,594] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5Q4FC81b-_e2aN4FPZgypQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-06 23:55:24,951] /u/Glittering_Designer had their flair updated +[2020-08-07 00:15:05,284] There has been a new submission: 'My first time playing.. DARKWOOD!?!', with flair 'Gaming' +[2020-08-07 00:15:06,923] /u/xXAP3XxR3PUBLIC had their submission removed for insufficient lambda. +[2020-08-07 00:15:08,694] /u/xXAP3XxR3PUBLIC had their flair updated +[2020-08-07 00:24:49,574] '/u/dragonsspawn' has given '/u/Djbernie805' lambda! +[2020-08-07 00:24:51,336] /u/Djbernie805 had their flair updated +[2020-08-07 00:32:35,228] There has been a new submission: 'HOW I GOT A 40 INCH VERTICAL WITHOUT WEIGHTS', with flair 'Video Critique' +[2020-08-07 00:32:37,052] /u/shecalledmeTodd had their submission removed for insufficient lambda. +[2020-08-07 00:32:39,111] /u/shecalledmeTodd had their flair updated +[2020-08-07 00:36:56,111] '/u/Glittering_Designer' has given '/u/brodude__' lambda! +[2020-08-07 00:36:57,502] /u/brodude__ had their flair updated +[2020-08-07 00:37:19,690] '/u/Glittering_Designer' has given '/u/Jman45062' lambda! +[2020-08-07 00:37:20,983] /u/Jman45062 had their flair updated +[2020-08-07 00:44:09,375] There has been a new submission: 'Hello! I just made my youtube channel recently. My videos are minecraft related but with a mix of a meme edits. This video is one of my first of these types of videos and I plan to make more in the future. Please feel free to check out my channel and if you want you can subscribe. Giving lambda!', with flair 'Video Critique' +[2020-08-07 00:44:09,875] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 00:44:09,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 00:44:10,203] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YVRrP60-6kY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 00:44:10,409] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5wigIl-_N-YOgzQ01qLoNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 00:44:13,058] /u/brodude__ had their flair updated +[2020-08-07 00:45:31,215] There has been a new submission: 'Top Eleven 2020 - Counter formations', with flair 'Gaming' +[2020-08-07 00:45:32,717] /u/Remarkable_Addition5 had their submission removed for insufficient lambda. +[2020-08-07 00:45:34,619] /u/Remarkable_Addition5 had their flair updated +[2020-08-07 00:45:42,128] +#################### +[Aug 07 2020 00:45:42] RESTARTED +#################### + +[2020-08-07 01:09:20,223] '/u/rainbowricekrispies' has given '/u/73windman' lambda! +[2020-08-07 01:09:22,394] /u/73windman had their flair updated +[2020-08-07 01:09:41,337] '/u/73windman' has given '/u/ameixarocha' lambda! +[2020-08-07 01:09:43,186] /u/ameixarocha had their flair updated +[2020-08-07 01:10:15,009] There has been a new submission: 'Heyy everyone I started this Hunt:Showdown channel a few weeks ago, If you enjoy the video please leave a like and subscribe. Any feedback is appreciated :)', with flair 'Gaming' +[2020-08-07 01:10:16,888] /u/Zephonn had their submission removed for insufficient lambda. +[2020-08-07 01:10:19,346] /u/Zephonn had their flair updated +[2020-08-07 01:11:36,057] There has been a new submission: 'Please do give me me some feedback. I'll obviously give lambda to everyone who gives feedback :)', with flair 'Vlog' +[2020-08-07 01:11:37,776] /u/Sub2TheActualShadow had their submission removed for insufficient lambda. +[2020-08-07 01:11:40,351] /u/Sub2TheActualShadow had their flair updated +[2020-08-07 01:18:52,782] There has been a new submission: 'Jeff the killer tonight at 10pm ET', with flair 'Video Critique' +[2020-08-07 01:18:54,424] /u/1UPWillZ had their submission removed for insufficient lambda. +[2020-08-07 01:18:55,246] /u/1UPWillZ had their flair updated +[2020-08-07 01:19:19,024] There has been a new submission: 'Check my new video on the best Games going to be released on August 2020! Awesome Graphics!!', with flair 'Gaming' +[2020-08-07 01:19:20,213] /u/Game_Gene had their submission removed for insufficient lambda. +[2020-08-07 01:19:20,905] /u/Game_Gene had their flair updated +[2020-08-07 01:23:43,591] There has been a new submission: 'My first time editing with Premiere Pro and using a lav mic. Any feedback would be appreciated!', with flair 'Video Critique' +[2020-08-07 01:23:45,357] /u/mskibs had their submission removed for insufficient lambda. +[2020-08-07 01:23:47,408] /u/mskibs had their flair updated +[2020-08-07 01:24:34,054] There has been a new submission: 'in town', with flair 'Video Critique' +[2020-08-07 01:24:35,735] /u/Whitney_666 had their submission removed for insufficient lambda. +[2020-08-07 01:24:37,618] /u/Whitney_666 had their flair updated +[2020-08-07 01:27:41,112] There has been a new submission: 'Get To The Lever! (Dead by Daylight Funny Moments And Fails!)', with flair 'Gaming' +[2020-08-07 01:27:42,588] /u/AltrossGamez had their submission removed for insufficient lambda. +[2020-08-07 01:27:43,781] /u/AltrossGamez had their flair updated +[2020-08-07 01:29:38,948] /u/mskibs had their flair updated +[2020-08-07 01:38:19,838] There has been a new submission: 'is hydrogen fuel cell the future?', with flair 'Channel Review' +[2020-08-07 01:38:20,940] /u/simeonhadev had their submission removed for insufficient lambda. +[2020-08-07 01:38:21,962] /u/simeonhadev had their flair updated +[2020-08-07 01:41:50,349] There has been a new submission: 'Just dropped a reaction video! Go check it out🎥🖤', with flair 'Channel Review' +[2020-08-07 01:41:52,845] /u/TheRealBen10 had their submission removed for insufficient lambda. +[2020-08-07 01:41:54,994] /u/TheRealBen10 had their flair updated +[2020-08-07 01:44:19,162] '/u/CedieWap' has given '/u/mskibs' lambda! +[2020-08-07 01:44:21,492] /u/mskibs had their flair updated +[2020-08-07 01:45:16,850] '/u/CedieWap' has given '/u/brodude__' lambda! +[2020-08-07 01:45:18,452] /u/brodude__ had their flair updated +[2020-08-07 01:46:03,776] There has been a new submission: 'How to play Didgeridoo | Can I learn to play didgeridoo IN ONE HOUR | One-Hour Learning Challenge', with flair 'Video Critique' +[2020-08-07 01:46:05,082] /u/jd-h had their submission removed for insufficient lambda. +[2020-08-07 01:46:06,636] /u/jd-h had their flair updated +[2020-08-07 01:46:31,933] '/u/CedieWap' has given '/u/ameixarocha' lambda! +[2020-08-07 01:46:34,479] /u/ameixarocha had their flair updated +[2020-08-07 01:47:23,974] '/u/CedieWap' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-07 01:47:25,824] /u/BeatsandPiecesYT had their flair updated +[2020-08-07 01:54:35,463] There has been a new submission: 'Fall Guys - Ultimate Knockout Gameplay walkthrough part 1', with flair 'Gaming' +[2020-08-07 01:54:36,694] /u/Smeirly13 had their submission removed for insufficient lambda. +[2020-08-07 01:54:38,869] /u/Smeirly13 had their flair updated +[2020-08-07 01:55:25,763] There has been a new submission: 'This is a video about looking at "rent-a-girlfriend" services. I would love to hear your thoughts.', with flair 'Video Critique' +[2020-08-07 01:55:27,973] /u/fuckit726 had their submission removed for insufficient lambda. +[2020-08-07 01:55:29,537] /u/fuckit726 had their flair updated +[2020-08-07 02:04:31,882] There has been a new submission: '🐲 Dragon's Dogma - Dark Arisen (BLIND) 🏹 | New Skills, New Gear, Just In Time For A Hydra Fight | 🐍', with flair 'Gaming' +[2020-08-07 02:04:33,274] /u/Cothfotmeoo had their submission removed for insufficient lambda. +[2020-08-07 02:04:35,443] /u/Cothfotmeoo had their flair updated +[2020-08-07 02:06:50,014] '/u/Brandonator247' has given '/u/yeetbox_' lambda! +[2020-08-07 02:06:51,856] /u/yeetbox_ had their flair updated +[2020-08-07 02:09:43,569] '/u/dragonsspawn' has given '/u/CedieWap' lambda! +[2020-08-07 02:09:44,919] /u/CedieWap had their flair updated +[2020-08-07 02:13:14,088] There has been a new submission: 'If you ever think about deleting a video DONT', with flair 'Discussion' +[2020-08-07 02:13:16,468] /u/GuwapoGames had their flair updated +[2020-08-07 02:15:08,794] '/u/Brandonator247' has given '/u/Cyonal' lambda! +[2020-08-07 02:15:10,444] /u/Cyonal had their flair updated +[2020-08-07 02:16:41,807] '/u/Brandonator247' has given '/u/SpudnickShaggy' lambda! +[2020-08-07 02:16:43,138] /u/SpudnickShaggy had their flair updated +[2020-08-07 02:25:32,732] There has been a new submission: '7 HIDDEN San Francisco Parks', with flair 'Vlog' +[2020-08-07 02:25:34,759] /u/MadMax106 had their submission removed for insufficient lambda. +[2020-08-07 02:25:36,405] /u/MadMax106 had their flair updated +[2020-08-07 02:29:22,668] There has been a new submission: 'Tips? Suggestions? All pointers shall receive LAMBDA of course! :)', with flair 'Vlog' +[2020-08-07 02:29:23,820] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 02:29:23,899] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 02:29:24,598] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7hvdR-Wd_MY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 02:29:24,968] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM82F_PrrBpeCN8tQEW7AHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 02:29:26,814] /u/mbradon had their flair updated +[2020-08-07 02:32:13,201] There has been a new submission: 'Tips? Suggestions? All pointers shall receive LAMBDA of course! :)', with flair 'Vlog' +[2020-08-07 02:32:15,686] /u/mbradon had their flair updated +[2020-08-07 02:32:53,435] There has been a new submission: 'Tips? Suggestions? All pointers shall receive LAMBDA of course! :)', with flair 'Vlog' +[2020-08-07 02:32:54,134] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 02:32:54,213] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 02:32:54,871] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7hvdR-Wd_MY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 02:32:55,242] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM82F_PrrBpeCN8tQEW7AHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 02:32:58,192] /u/mbradon had their flair updated +[2020-08-07 02:40:25,206] There has been a new submission: 'I make beats (mostly emo / lil peep )', with flair 'Channel Review' +[2020-08-07 02:40:27,504] /u/prod-dash had their submission removed for insufficient lambda. +[2020-08-07 02:40:29,791] /u/prod-dash had their flair updated +[2020-08-07 02:45:26,005] There has been a new submission: 'Shorter videos but frequently or just longer videos less?', with flair 'Discussion' +[2020-08-07 02:45:28,409] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-07 02:46:03,864] +#################### +[Aug 07 2020 02:46:03] RESTARTED +#################### + +[2020-08-07 03:20:00,067] There has been a new submission: 'Any Kpop fans here that wanna provide constructive criticism?', with flair 'Video Critique' +[2020-08-07 03:20:02,353] /u/NefelibataQueen had their submission removed for insufficient lambda. +[2020-08-07 03:20:04,766] /u/NefelibataQueen had their flair updated +[2020-08-07 03:23:53,761] '/u/brodude__' has given '/u/CedieWap' lambda! +[2020-08-07 03:23:56,139] /u/CedieWap had their flair updated +[2020-08-07 03:24:43,332] '/u/brodude__' has given '/u/KoderYT' lambda! +[2020-08-07 03:24:45,862] /u/KoderYT had their flair updated +[2020-08-07 03:25:05,987] '/u/brodude__' has given '/u/ANMSSHITPOSTER' lambda! +[2020-08-07 03:25:08,608] /u/ANMSSHITPOSTER had their flair updated +[2020-08-07 03:25:27,790] '/u/brodude__' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-07 03:25:30,085] /u/Sub2TheActualShadow had their flair updated +[2020-08-07 03:25:48,696] '/u/brodude__' has given '/u/Smeirly13' lambda! +[2020-08-07 03:25:50,910] /u/Smeirly13 had their flair updated +[2020-08-07 03:27:38,753] '/u/brodude__' has given '/u/rociscool_' lambda! +[2020-08-07 03:27:41,173] /u/rociscool_ had their flair updated +[2020-08-07 03:29:11,494] '/u/mbradon' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-07 03:29:13,588] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-07 03:30:03,819] '/u/mbradon' has given '/u/rociscool_' lambda! +[2020-08-07 03:30:06,315] /u/rociscool_ had their flair updated +[2020-08-07 03:30:15,110] There has been a new submission: 'Just started a new channel because I want to make videos that people can enjoy', with flair 'Art' +[2020-08-07 03:30:16,873] /u/Bruhski55 had their submission removed for insufficient lambda. +[2020-08-07 03:30:19,268] /u/Bruhski55 had their flair updated +[2020-08-07 03:30:39,010] There has been a new submission: 'Any feedback would be appreciated🙏🏽 let me know!', with flair 'Vlog' +[2020-08-07 03:30:40,730] /u/Froz3nraider1033 had their submission removed for insufficient lambda. +[2020-08-07 03:30:43,027] /u/Froz3nraider1033 had their flair updated +[2020-08-07 03:31:03,196] There has been a new submission: 'Fall Guys - Ultimate Knockout Gameplay walkthrough part 1', with flair 'Gaming' +[2020-08-07 03:31:05,368] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 03:31:05,370] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 03:31:06,511] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nDOn9hTtqas&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 03:31:06,968] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTKO5FwpYZzwBW1aC7MskPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 03:31:10,327] /u/Smeirly13 had their flair updated +[2020-08-07 03:33:43,686] '/u/Smeirly13' has given '/u/iOnlyUseShotties' lambda! +[2020-08-07 03:33:46,149] /u/iOnlyUseShotties had their flair updated +[2020-08-07 03:35:25,786] /u/Bruhski55 had their flair updated +[2020-08-07 03:36:02,229] /u/SmallYTChannelBot had their flair updated +[2020-08-07 03:40:26,774] '/u/brodude__' has given '/u/iOnlyUseShotties' lambda! +[2020-08-07 03:40:29,731] /u/iOnlyUseShotties had their flair updated +[2020-08-07 03:42:20,352] '/u/brodude__' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-07 03:42:23,182] /u/Fluffy_B0Y3 had their flair updated +[2020-08-07 03:47:11,128] There has been a new submission: 'Hi this is my first tome making one of these types of videos and I plan on making more in the future can anyone give me some feedback on how to improve the video. Please feel free to subscribe if you want to.', with flair 'Gaming' +[2020-08-07 03:47:12,235] /u/hejebekdbrlrbrlfbf had their submission removed for insufficient lambda. +[2020-08-07 03:47:13,427] /u/hejebekdbrlrbrlfbf had their flair updated +[2020-08-07 04:00:18,956] There has been a new submission: '17 Kill Win Season 5 💭 -Modern Warfare Warzone PS4-PRO', with flair 'Gaming' +[2020-08-07 04:00:20,813] /u/EoFBelmonT had their submission removed for insufficient lambda. +[2020-08-07 04:00:23,376] /u/EoFBelmonT had their flair updated +[2020-08-07 04:00:51,728] There has been a new submission: 'Please do give me constructive criticism I'd really appreciate all feedback and obviously I'll be giving lambda to you :)', with flair 'Video Critique' +[2020-08-07 04:00:53,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 04:00:53,733] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 04:00:54,760] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Fs0oxY7KZgs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 04:00:55,251] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJgdTa714k1N7akrwmwX4YA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 04:00:58,610] /u/Sub2TheActualShadow had their flair updated +[2020-08-07 04:04:07,581] There has been a new submission: 'Hey I was wondering if I could do anything to improve my video!', with flair 'Video Critique' +[2020-08-07 04:04:08,979] /u/RealKorosushi had their submission removed for insufficient lambda. +[2020-08-07 04:04:11,522] /u/RealKorosushi had their flair updated +[2020-08-07 04:08:09,918] There has been a new submission: 'Hello Folks! This is the first time i posted here, i am new youtuber so any kind of feedback would be appreciated. Check out my video then give me an advice on how to get more views that'll means a lot to me. Have a great day!', with flair 'Video Critique' +[2020-08-07 04:08:10,737] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 04:08:10,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 04:08:11,603] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K7oGYoC_YJs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 04:08:11,969] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB5U20eEWtf9p6MGntcDx1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 04:08:14,309] /u/ESTeaDY1968 had their flair updated +[2020-08-07 04:23:34,521] There has been a new submission: 'I'm not the YouTuber, but GoonCartoons is a channel I think deserves much more attention. I have a link for what I consider to be their best video. I hope this is the right subreddit, if not, feel free to link one. Have a great day!', with flair 'Channel Review' +[2020-08-07 04:23:35,958] /u/JekPorkins-AcePilot had their submission removed for insufficient lambda. +[2020-08-07 04:23:38,008] /u/JekPorkins-AcePilot had their flair updated +[2020-08-07 04:24:07,218] There has been a new submission: 'My first console video....', with flair 'Gaming' +[2020-08-07 04:24:08,529] /u/Kyle_Gates had their submission removed for insufficient lambda. +[2020-08-07 04:24:10,491] /u/Kyle_Gates had their flair updated +[2020-08-07 04:29:58,418] There has been a new submission: 'I actually imitate PewDiePie's Morgz Reaction in this video, check it out! ♥', with flair 'Channel Review' +[2020-08-07 04:29:59,195] /u/Fenrir2608 had their submission removed for insufficient lambda. +[2020-08-07 04:29:59,686] /u/Fenrir2608 had their flair updated +[2020-08-07 04:34:13,747] There has been a new submission: '(OSRS) Have a video to share, looking for opinions.', with flair 'Gaming' +[2020-08-07 04:34:15,098] /u/poodude28999 had their submission removed for insufficient lambda. +[2020-08-07 04:34:16,988] /u/poodude28999 had their flair updated +[2020-08-07 04:45:52,218] +#################### +[Aug 07 2020 04:45:52] RESTARTED +#################### + +[2020-08-07 05:25:35,486] '/u/ESTeaDY1968' has given '/u/Kyle_Gates' lambda! +[2020-08-07 05:25:37,452] /u/Kyle_Gates had their flair updated +[2020-08-07 05:26:38,017] There has been a new submission: 'I'M THE MONSTER NOW | Carrion', with flair 'Video Critique' +[2020-08-07 05:26:38,960] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-08-07 05:26:40,188] /u/SlaughterV2 had their flair updated +[2020-08-07 05:26:59,122] There has been a new submission: 'How long did it take y'all to get a steady increase in subscribers and views?', with flair 'Discussion' +[2020-08-07 05:27:00,384] /u/T-Borg had their flair updated +[2020-08-07 05:38:45,794] There has been a new submission: 'Hello guys, I'm new to youtube and please watch my channel and tell me about improvements that needs to be done. Really appreciate for your time.', with flair 'Video Critique' +[2020-08-07 05:38:46,699] /u/CellPal had their submission removed for insufficient lambda. +[2020-08-07 05:38:47,561] /u/CellPal had their flair updated +[2020-08-07 05:49:10,306] There has been a new submission: 'New Video Format (Bite-Size Review) Based on Some Feedback - Let me know your thoughts! new subs and friends welcome, I love you all!', with flair 'Video Critique' +[2020-08-07 05:49:12,808] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 05:49:12,810] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 05:49:14,039] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FYBDfqONGFE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 05:49:14,411] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 05:49:16,175] /u/dansometv had their flair updated +[2020-08-07 06:11:45,465] '/u/dansometv' has given '/u/thefamousap' lambda! +[2020-08-07 06:11:47,739] /u/thefamousap had their flair updated +[2020-08-07 06:21:01,492] There has been a new submission: '4 Things You Need To Know About Shadow Work', with flair 'Video Critique' +[2020-08-07 06:21:02,641] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 06:21:02,678] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 06:21:03,539] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JDOeCR9ogfU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 06:21:03,950] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu9slFdN5cGdLR-9gUGbZIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 06:21:07,385] /u/Imagine-Freedom had their flair updated +[2020-08-07 06:23:32,924] '/u/dansometv' has given '/u/Djbernie805' lambda! +[2020-08-07 06:23:35,086] /u/Djbernie805 had their flair updated +[2020-08-07 06:24:36,164] There has been a new submission: '[Discussion] Posting Twitch clips on your YT channel?', with flair 'Discussion' +[2020-08-07 06:24:38,029] /u/YaBoiMigz had their flair updated +[2020-08-07 06:40:43,037] There has been a new submission: 'Bare - CS:GO youtube channel', with flair 'Gaming' +[2020-08-07 06:40:45,307] /u/faxen32 had their submission removed for insufficient lambda. +[2020-08-07 06:40:47,576] /u/faxen32 had their flair updated +[2020-08-07 06:45:51,308] +#################### +[Aug 07 2020 06:45:51] RESTARTED +#################### + +[2020-08-07 07:20:57,896] There has been a new submission: 'BEST EDITING/VIDEO YET!!', with flair 'Video Critique' +[2020-08-07 07:21:00,266] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-08-07 07:21:02,517] /u/JustDave93 had their flair updated +[2020-08-07 07:21:22,390] There has been a new submission: 'Check out my sketch / variety channel I run with my friends! It’s three boys just messing around and having fun with some music videos, 80s themed short films, and some vlogs too! Check us out !', with flair 'Channel Review' +[2020-08-07 07:21:23,866] /u/ReadySethAction had their submission removed for insufficient lambda. +[2020-08-07 07:21:26,037] /u/ReadySethAction had their flair updated +[2020-08-07 07:23:50,375] There has been a new submission: 'Arm Day MOTIVATION', with flair 'Thumbnail Review' +[2020-08-07 07:23:51,644] /u/11elevenbangb had their submission removed for insufficient lambda. +[2020-08-07 07:23:53,332] /u/11elevenbangb had their flair updated +[2020-08-07 07:24:12,076] There has been a new submission: 'IMDb Pro PREMIUM FREE TRIAL | IMDB PRO TV | IMDBPro | Technical Ean', with flair 'Thumbnail Review' +[2020-08-07 07:24:13,350] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-07 07:24:14,911] /u/Technovicky had their flair updated +[2020-08-07 07:37:06,887] There has been a new submission: 'Promoting', with flair 'Discussion' +[2020-08-07 07:37:09,586] /u/Ridi9t had their flair updated +[2020-08-07 07:41:55,665] There has been a new submission: '( UPDATE ) MOST POPULAR TV SERIES 2020 !!!!!!!', with flair 'Channel Review' +[2020-08-07 07:41:57,468] /u/AllRankingData had their submission removed for insufficient lambda. +[2020-08-07 07:41:59,644] /u/AllRankingData had their flair updated +[2020-08-07 08:20:07,412] There has been a new submission: 'When a weeb sees a random Japanese word.', with flair 'Vlog' +[2020-08-07 08:20:09,048] /u/kai_chi had their submission removed for insufficient lambda. +[2020-08-07 08:20:11,345] /u/kai_chi had their flair updated +[2020-08-07 08:20:17,423] There has been a new submission: 'Relaxation Techniques for Anxiety!', with flair 'Vlog' +[2020-08-07 08:20:18,988] /u/Hargreaves01 had their submission removed for insufficient lambda. +[2020-08-07 08:20:21,298] /u/Hargreaves01 had their flair updated +[2020-08-07 08:38:06,911] '/u/mbradon' has given '/u/callmenicpls' lambda! +[2020-08-07 08:38:08,094] /u/callmenicpls had their flair updated +[2020-08-07 08:41:30,695] There has been a new submission: 'Dank Juicy Spider-Man Memes | Gag Nation', with flair 'Video Critique' +[2020-08-07 08:41:32,608] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-07 08:41:34,811] /u/frogs4life69 had their flair updated +[2020-08-07 08:45:09,584] '/u/shadossplayz' has given '/u/KoderYT' lambda! +[2020-08-07 08:45:11,275] /u/KoderYT had their flair updated +[2020-08-07 08:45:42,282] +#################### +[Aug 07 2020 08:45:42] RESTARTED +#################### + +[2020-08-07 09:13:59,674] There has been a new submission: 'Please critique my video i am trying to learn to edit :) what did you like what did you hate? thanks for the help!', with flair 'Video Critique' +[2020-08-07 09:14:01,084] /u/UnaSim2 had their submission removed for insufficient lambda. +[2020-08-07 09:14:02,682] /u/UnaSim2 had their flair updated +[2020-08-07 09:14:20,905] There has been a new submission: 'ASMR/MAD SORCERER CASTS SPELLS ON YOU.YOU HAVE BEEN CURSED (ROLEPLAY)', with flair 'Video Critique' +[2020-08-07 09:14:22,172] /u/Wuckern had their submission removed for insufficient lambda. +[2020-08-07 09:14:23,772] /u/Wuckern had their flair updated +[2020-08-07 09:15:11,377] There has been a new submission: 'Ghost caught on camera 7 - Lockdown edits 👻👻 Use headphones for 3D effect', with flair 'Thumbnail Review' +[2020-08-07 09:15:12,416] /u/OTPM_2020 had their submission removed for insufficient lambda. +[2020-08-07 09:15:13,728] /u/OTPM_2020 had their flair updated +[2020-08-07 09:35:04,852] '/u/dansometv' has given '/u/ChagTastic' lambda! +[2020-08-07 09:35:07,776] /u/ChagTastic had their flair updated +[2020-08-07 09:35:57,156] '/u/dansometv' has given '/u/PineapplePizzaGaming' lambda! +[2020-08-07 09:35:59,078] /u/PineapplePizzaGaming had their flair updated +[2020-08-07 09:36:37,145] '/u/dansometv' has given '/u/phalgunnmaharishi' lambda! +[2020-08-07 09:36:39,069] /u/phalgunnmaharishi had their flair updated +[2020-08-07 09:37:47,381] '/u/dansometv' has given '/u/ECXL' lambda! +[2020-08-07 09:37:49,188] /u/ECXL had their flair updated +[2020-08-07 09:38:57,645] '/u/dansometv' has given '/u/xPento' lambda! +[2020-08-07 09:38:58,873] /u/xPento had their flair updated +[2020-08-07 09:41:03,249] '/u/dansometv' has given '/u/thatguydutchy' lambda! +[2020-08-07 09:41:05,659] /u/thatguydutchy had their flair updated +[2020-08-07 09:54:52,715] There has been a new submission: 'Tips for growing a Youtube channel?', with flair 'Discussion' +[2020-08-07 09:54:54,777] /u/xPento had their flair updated +[2020-08-07 10:15:58,097] '/u/Heavy_Rain_' has given '/u/GamesbeingGames' lambda! +[2020-08-07 10:15:59,638] /u/GamesbeingGames had their flair updated +[2020-08-07 10:22:36,168] There has been a new submission: 'This is my first voice over video. Let me know what I can improve on. Giving lambda! for anyone who helps!!', with flair 'Gaming' +[2020-08-07 10:22:36,870] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 10:22:36,888] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 10:22:37,178] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-RsSTMm_AQw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 10:22:37,382] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_uVEQ0C4_PpPfnV-qR-kpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 10:22:39,956] /u/GamesbeingGames had their flair updated +[2020-08-07 10:45:42,582] +#################### +[Aug 07 2020 10:45:42] RESTARTED +#################### + +[2020-08-07 11:10:09,024] '/u/GamesbeingGames' has given '/u/dansometv' lambda! +[2020-08-07 11:10:12,016] /u/dansometv had their flair updated +[2020-08-07 11:11:17,736] '/u/Heavy_Rain_' has given '/u/dansometv' lambda! +[2020-08-07 11:11:20,652] /u/dansometv had their flair updated +[2020-08-07 11:12:06,835] '/u/MrMoo-Youtube' has given '/u/acceptgaming' lambda! +[2020-08-07 11:12:09,004] /u/acceptgaming had their flair updated +[2020-08-07 11:12:24,731] '/u/Sub2TheActualShadow' has given '/u/dansometv' lambda! +[2020-08-07 11:12:27,398] /u/dansometv had their flair updated +[2020-08-07 11:13:01,911] '/u/Sub2TheActualShadow' has given '/u/ChagTastic' lambda! +[2020-08-07 11:13:03,955] /u/ChagTastic had their flair updated +[2020-08-07 11:13:20,385] '/u/Sub2TheActualShadow' has given '/u/xPento' lambda! +[2020-08-07 11:13:22,600] /u/xPento had their flair updated +[2020-08-07 11:13:42,133] '/u/Sub2TheActualShadow' has given '/u/phalgunnmaharishi' lambda! +[2020-08-07 11:13:44,392] /u/phalgunnmaharishi had their flair updated +[2020-08-07 11:14:03,427] '/u/Sub2TheActualShadow' has given '/u/Djbernie805' lambda! +[2020-08-07 11:14:05,884] /u/Djbernie805 had their flair updated +[2020-08-07 11:14:26,508] '/u/Sub2TheActualShadow' has given '/u/ESTeaDY1968' lambda! +[2020-08-07 11:14:28,880] /u/ESTeaDY1968 had their flair updated +[2020-08-07 11:15:00,561] There has been a new submission: 'If you into gaming then make sure to check it out and leave some review 👌', with flair 'Gaming' +[2020-08-07 11:15:01,707] /u/NZT_SkyRise had their submission removed for insufficient lambda. +[2020-08-07 11:15:03,218] /u/NZT_SkyRise had their flair updated +[2020-08-07 11:37:13,441] There has been a new submission: 'Colossus and free roam', with flair 'Gaming' +[2020-08-07 11:37:14,551] /u/memelord_276 had their submission removed for insufficient lambda. +[2020-08-07 11:37:15,903] /u/memelord_276 had their flair updated +[2020-08-07 11:41:20,605] /u/dansometv had their flair updated +[2020-08-07 11:41:40,918] /u/Darviz had their flair updated +[2020-08-07 11:43:51,234] There has been a new submission: 'Ez? or Pz? Rainbow Six Siege Funny Moments', with flair 'Gaming' +[2020-08-07 11:43:52,622] /u/ThatFridgeGuy had their submission removed for insufficient lambda. +[2020-08-07 11:43:54,586] /u/ThatFridgeGuy had their flair updated +[2020-08-07 11:51:35,446] There has been a new submission: 'Halo CE Legendary - 1', with flair 'Gaming' +[2020-08-07 11:51:37,204] /u/deadly_eric had their submission removed for insufficient lambda. +[2020-08-07 11:51:39,465] /u/deadly_eric had their flair updated +[2020-08-07 12:05:49,106] There has been a new submission: 'Is he trolling or?', with flair 'Video Critique' +[2020-08-07 12:05:50,782] /u/Sshinobi had their submission removed for insufficient lambda. +[2020-08-07 12:05:52,420] /u/Sshinobi had their flair updated +[2020-08-07 12:08:15,672] There has been a new submission: 'People who create music covers, how do you do it?', with flair 'Discussion' +[2020-08-07 12:08:16,831] /u/TygoSR had their flair updated +[2020-08-07 12:20:50,757] There has been a new submission: 'Who has tried daily travel vlogging', with flair 'Discussion' +[2020-08-07 12:20:53,299] /u/m88ulv had their flair updated +[2020-08-07 12:21:28,417] '/u/GamesbeingGames' has given '/u/curtisweaverco' lambda! +[2020-08-07 12:21:30,713] /u/curtisweaverco had their flair updated +[2020-08-07 12:23:44,430] There has been a new submission: 'Video flopped. Watch if you want', with flair 'Video Critique' +[2020-08-07 12:23:45,797] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-08-07 12:23:47,628] /u/FyzLe_YT had their flair updated +[2020-08-07 12:29:26,342] '/u/dansometv' has given '/u/myTWOcentzz' lambda! +[2020-08-07 12:29:28,108] /u/myTWOcentzz had their flair updated +[2020-08-07 12:37:57,470] There has been a new submission: 'Hey everyone I just uploaded my new video, I post every Friday at 10:00pm Australian EST. Please check out my channel! I upload anime content and I put as much effort as possible into each and every video. A like and subscribe would help so so much!', with flair 'Channel Review' +[2020-08-07 12:37:59,580] /u/Emotipop had their submission removed for insufficient lambda. +[2020-08-07 12:38:00,634] /u/Emotipop had their flair updated +[2020-08-07 12:38:17,186] There has been a new submission: 'Would really like some constructive criticism on this video as when i ask my mates they don't want to say anything not posotive', with flair 'Video Critique' +[2020-08-07 12:38:18,389] /u/justbr0wsing123 had their submission removed for insufficient lambda. +[2020-08-07 12:38:19,458] /u/justbr0wsing123 had their flair updated +[2020-08-07 12:42:42,259] There has been a new submission: 'QUIDDITCH IS A REAL SPORT NOW', with flair 'Video Critique' +[2020-08-07 12:42:44,155] /u/cameout_swingin had their submission removed for insufficient lambda. +[2020-08-07 12:42:46,317] /u/cameout_swingin had their flair updated +[2020-08-07 12:45:10,288] There has been a new submission: 'Check my new video it took me 5 hours to edit a like would be greatful :)', with flair 'Gaming' +[2020-08-07 12:45:11,585] /u/DuckBoy64 had their submission removed for insufficient lambda. +[2020-08-07 12:45:13,279] /u/DuckBoy64 had their flair updated +[2020-08-07 12:45:51,499] +#################### +[Aug 07 2020 12:45:51] RESTARTED +#################### + +[2020-08-07 12:57:06,940] Starting every day program... +[2020-08-07 12:57:06,942] Updating database statistics... +[2020-08-07 13:15:17,723] There has been a new submission: 'I made this video for people who feel discouraged or for anyone feeling down. If any of you feel sad about not getting your content out there or for losing subscribers, or just feel unhappy in general. Just give this a watch', with flair 'Video Critique' +[2020-08-07 13:15:19,135] /u/typicalnormster had their submission removed for insufficient lambda. +[2020-08-07 13:15:20,433] /u/typicalnormster had their flair updated +[2020-08-07 13:15:41,306] '/u/brodude__' has given '/u/ESTeaDY1968' lambda! +[2020-08-07 13:15:43,732] /u/ESTeaDY1968 had their flair updated +[2020-08-07 13:16:02,867] '/u/Brage2004Norway' has given '/u/rociscool_' lambda! +[2020-08-07 13:16:05,326] /u/rociscool_ had their flair updated +[2020-08-07 13:16:24,191] '/u/brodude__' has given '/u/RealKorosushi' lambda! +[2020-08-07 13:16:26,855] /u/RealKorosushi had their flair updated +[2020-08-07 13:16:46,892] '/u/brodude__' has given '/u/Nomad_ActualYT' lambda! +[2020-08-07 13:16:48,989] /u/Nomad_ActualYT had their flair updated +[2020-08-07 13:17:07,559] '/u/brodude__' has given '/u/TheHolyCowYT' lambda! +[2020-08-07 13:17:09,001] /u/TheHolyCowYT had their flair updated +[2020-08-07 13:17:42,367] '/u/brodude__' has given '/u/thatguydutchy' lambda! +[2020-08-07 13:17:44,250] /u/thatguydutchy had their flair updated +[2020-08-07 13:18:17,062] '/u/brodude__' has given '/u/80dreams' lambda! +[2020-08-07 13:18:19,026] /u/80dreams had their flair updated +[2020-08-07 13:18:37,354] '/u/brodude__' has given '/u/phalgunnmaharishi' lambda! +[2020-08-07 13:18:39,483] /u/phalgunnmaharishi had their flair updated +[2020-08-07 13:18:57,974] '/u/brodude__' has given '/u/thepositiv1' lambda! +[2020-08-07 13:19:00,178] /u/thepositiv1 had their flair updated +[2020-08-07 13:19:46,892] '/u/dansometv' has given '/u/Rizmin' lambda! +[2020-08-07 13:19:48,737] /u/Rizmin had their flair updated +[2020-08-07 13:20:08,957] '/u/Brage2004Norway' has given '/u/ameixarocha' lambda! +[2020-08-07 13:20:11,777] /u/ameixarocha had their flair updated +[2020-08-07 13:20:33,337] '/u/brodude__' has given '/u/dansometv' lambda! +[2020-08-07 13:20:36,204] /u/dansometv had their flair updated +[2020-08-07 13:20:57,903] '/u/brodude__' has given '/u/Rizmin' lambda! +[2020-08-07 13:21:00,815] /u/Rizmin had their flair updated +[2020-08-07 13:21:35,518] '/u/Brage2004Norway' has given '/u/SeniorSushi' lambda! +[2020-08-07 13:21:38,228] /u/SeniorSushi had their flair updated +[2020-08-07 13:21:59,062] /u/GamesbeingGames had their flair updated +[2020-08-07 13:26:39,284] There has been a new submission: 'Minecraft Survival #2 - Mineshaft Adventures', with flair 'Gaming' +[2020-08-07 13:26:40,390] /u/TruceAV had their submission removed for insufficient lambda. +[2020-08-07 13:26:41,581] /u/TruceAV had their flair updated +[2020-08-07 13:26:59,016] There has been a new submission: 'Thomas and Thomas 2 trailer, any suggestion on how to improve?', with flair 'Video Critique' +[2020-08-07 13:27:00,553] /u/Mister_Man_Guy had their submission removed for insufficient lambda. +[2020-08-07 13:27:01,702] /u/Mister_Man_Guy had their flair updated +[2020-08-07 13:27:19,568] There has been a new submission: 'I'm trying to run a gaming yt channel with my phone and tips would be helpful', with flair 'Discussion' +[2020-08-07 13:27:23,330] /u/J_l2703 had their flair updated +[2020-08-07 13:27:45,653] '/u/GamesbeingGames' has given '/u/Rizmin' lambda! +[2020-08-07 13:27:47,945] /u/Rizmin had their flair updated +[2020-08-07 13:28:06,936] '/u/brodude__' has given '/u/NintandogYT' lambda! +[2020-08-07 13:28:09,115] /u/NintandogYT had their flair updated +[2020-08-07 13:30:11,400] There has been a new submission: 'Need feedback on a longer format retro gaming series. Not expecting anyone to watch it all, just a general feel. Too long?', with flair 'Gaming' +[2020-08-07 13:30:11,720] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 13:30:11,722] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 13:30:11,860] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9xhVxciwyhM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:30:12,007] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8tDaD81ypiiAPvZDeI2kqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:30:15,198] /u/shifty327 had their flair updated +[2020-08-07 13:31:34,400] There has been a new submission: 'Happy Friday! Come see what we've been up to this week!', with flair 'Vlog' +[2020-08-07 13:31:36,123] /u/DiGi91 had their submission removed for insufficient lambda. +[2020-08-07 13:31:38,378] /u/DiGi91 had their flair updated +[2020-08-07 13:34:34,097] '/u/GamesbeingGames' has given '/u/NintandogYT' lambda! +[2020-08-07 13:34:36,592] /u/NintandogYT had their flair updated +[2020-08-07 13:35:30,033] There has been a new submission: 'Hope for GOOD', with flair 'Video Critique' +[2020-08-07 13:35:31,711] /u/Downtown_Fig5979 had their submission removed for insufficient lambda. +[2020-08-07 13:35:33,230] /u/Downtown_Fig5979 had their flair updated +[2020-08-07 13:43:44,305] There has been a new submission: 'My improved fragmovie. Would like some feedback especially critical feedback :). Ez for lambda', with flair 'Video Critique' +[2020-08-07 13:43:45,398] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 13:43:45,437] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 13:43:46,216] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AirAYgbHkAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:43:46,626] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdKx3IRWQKSx5iZ-eQsCKLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:43:49,579] /u/acceptgaming had their flair updated +[2020-08-07 13:47:19,183] There has been a new submission: 'How to Make A Good Thumbnail! Honest thoughts on this. It will be part of a series! =D', with flair 'Video Critique' +[2020-08-07 13:47:20,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 13:47:20,043] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 13:47:20,742] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iRmPK0qeIb0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:47:21,111] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:47:23,278] /u/MafiasFinestTV had their flair updated +[2020-08-07 13:49:14,396] There has been a new submission: 'I Replaced MY MONITOR FOR A VR HEADSET For The Day"', with flair 'Gaming' +[2020-08-07 13:49:15,707] /u/KJB65 had their submission removed for insufficient lambda. +[2020-08-07 13:49:17,019] /u/KJB65 had their flair updated +[2020-08-07 13:53:02,966] '/u/shifty327' has given '/u/NintandogYT' lambda! +[2020-08-07 13:53:05,175] /u/NintandogYT had their flair updated +[2020-08-07 13:56:40,320] '/u/ESTeaDY1968' has given '/u/xPento' lambda! +[2020-08-07 13:56:42,290] /u/xPento had their flair updated +[2020-08-07 13:57:34,530] There has been a new submission: 'Uploading for my homie', with flair 'Vlog' +[2020-08-07 13:57:35,805] /u/FoxSchr had their submission removed for insufficient lambda. +[2020-08-07 13:57:37,117] /u/FoxSchr had their flair updated +[2020-08-07 13:57:57,338] '/u/ESTeaDY1968' has given '/u/GamesbeingGames' lambda! +[2020-08-07 13:57:59,058] /u/GamesbeingGames had their flair updated +[2020-08-07 13:59:27,643] There has been a new submission: 'Two cute girls compete in childhood games. What can I do to improve this video and make people want to watch to the end? Retention is at 34%. Will give lambda.', with flair 'Video Critique' +[2020-08-07 13:59:28,828] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 13:59:28,829] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 13:59:29,775] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5Y6vBOqrFqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:59:30,187] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmpxGu-swG4X5RKO0cgdLVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 13:59:31,867] /u/thecookietrain had their flair updated +[2020-08-07 14:00:12,488] '/u/shifty327' has given '/u/Inspiron1501' lambda! +[2020-08-07 14:00:14,817] /u/Inspiron1501 had their flair updated +[2020-08-07 14:01:20,136] '/u/dansometv' has given '/u/NintandogYT' lambda! +[2020-08-07 14:01:22,553] /u/NintandogYT had their flair updated +[2020-08-07 14:01:43,992] '/u/dansometv' has given '/u/KJB65' lambda! +[2020-08-07 14:01:47,062] /u/KJB65 had their flair updated +[2020-08-07 14:02:17,475] There has been a new submission: 'Background Music', with flair 'Discussion' +[2020-08-07 14:02:19,938] /u/mattmulvihill14 had their flair updated +[2020-08-07 14:02:39,771] There has been a new submission: 'Searching for some valuable feedback on my latest video, thoughts, suggestions? What do you think of the name of the series? Thanks for your time, very thankful for this community! !givelambda of course', with flair 'Video Critique' +[2020-08-07 14:02:40,756] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 14:02:40,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 14:02:41,734] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P91dW8-hCM4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:02:42,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFFXDea4Vd0ihJVYAk1BtEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:02:45,223] /u/NintandogYT had their flair updated +[2020-08-07 14:05:38,747] There has been a new submission: 'Help me grow my gaming channel', with flair 'Video Critique' +[2020-08-07 14:05:40,095] /u/IzmeMarc had their submission removed for insufficient lambda. +[2020-08-07 14:05:41,528] /u/IzmeMarc had their flair updated +[2020-08-07 14:06:03,078] '/u/acceptgaming' has given '/u/NintandogYT' lambda! +[2020-08-07 14:06:05,366] /u/NintandogYT had their flair updated +[2020-08-07 14:09:00,800] '/u/acceptgaming' has given '/u/EthansToxic' lambda! +[2020-08-07 14:09:02,238] /u/EthansToxic had their flair updated +[2020-08-07 14:12:29,409] There has been a new submission: 'Funny Gaming Video Type-Thing, Need Advice on How to Improve :D', with flair 'Video Critique' +[2020-08-07 14:12:30,227] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 14:12:30,229] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 14:12:31,004] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fkq2qJAUL2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:12:31,295] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdeCYzzU5OAtmMx95PpvxEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:12:34,204] /u/EthansToxic had their flair updated +[2020-08-07 14:13:03,595] There has been a new submission: 'Mavic Air 2 review , feel free to check it if you wanna buy one', with flair 'Vlog' +[2020-08-07 14:13:05,313] /u/sbkterence had their submission removed for insufficient lambda. +[2020-08-07 14:13:07,454] /u/sbkterence had their flair updated +[2020-08-07 14:13:30,352] There has been a new submission: 'I'm have a baking YouTube channel and I'm just looking for some advice on my channel. What I can do better, are thumbnails interesting, ect. Thanks in advance!', with flair 'Channel Review' +[2020-08-07 14:13:32,277] /u/bakingforyou had their submission removed for insufficient lambda. +[2020-08-07 14:13:34,286] /u/bakingforyou had their flair updated +[2020-08-07 14:14:38,870] There has been a new submission: 'Fortnite Montage', with flair 'Gaming' +[2020-08-07 14:14:40,473] /u/MRnmPlays_YT had their submission removed for insufficient lambda. +[2020-08-07 14:14:42,156] /u/MRnmPlays_YT had their flair updated +[2020-08-07 14:18:05,886] There has been a new submission: 'Guys i need your opinion on this new video that I've been working on for the past few days.', with flair 'Video Critique' +[2020-08-07 14:18:06,826] /u/Reddecore had their submission removed for insufficient lambda. +[2020-08-07 14:18:07,849] /u/Reddecore had their flair updated +[2020-08-07 14:20:27,432] There has been a new submission: 'This is history video so it might be boring for you, but if you happen to see my video, I'd like to know your opinions about it, any feedback will be welcome, especially the negative side. (BTW the voice-over is not done by me)', with flair 'Video Critique' +[2020-08-07 14:20:30,664] /u/molechin had their flair updated +[2020-08-07 14:24:19,682] '/u/ESTeaDY1968' has given '/u/Meow121325' lambda! +[2020-08-07 14:24:21,813] /u/Meow121325 had their flair updated +[2020-08-07 14:24:37,484] There has been a new submission: 'How To Rebuild Trust(BREAK FREE FROM TRUST ISSUES!)', with flair 'Video Critique' +[2020-08-07 14:24:39,042] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-08-07 14:24:40,815] /u/Onediamondfilms had their flair updated +[2020-08-07 14:24:55,788] There has been a new submission: '2020 probably the worst year', with flair 'Video Critique' +[2020-08-07 14:24:57,139] /u/Musicworldinthehouse had their submission removed for insufficient lambda. +[2020-08-07 14:24:58,906] /u/Musicworldinthehouse had their flair updated +[2020-08-07 14:26:05,672] '/u/MafiasFinestTV' has given '/u/rbbycalmrz' lambda! +[2020-08-07 14:26:07,637] /u/rbbycalmrz had their flair updated +[2020-08-07 14:26:33,425] '/u/MafiasFinestTV' has given '/u/Meow121325' lambda! +[2020-08-07 14:26:35,601] /u/Meow121325 had their flair updated +[2020-08-07 14:29:25,864] There has been a new submission: 'Did a new video on raft! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-07 14:29:26,976] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 14:29:27,095] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 14:29:27,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xH41qhXuDVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:29:28,452] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:29:30,380] /u/ShikharTrivedi had their flair updated +[2020-08-07 14:30:50,786] There has been a new submission: 'Here is a theorycraft build video for Borderlands 3 that I made before the game came out any feedback on it will be nice', with flair 'Video Critique' +[2020-08-07 14:30:51,524] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 14:30:51,525] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 14:30:52,299] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KgRARD8iHtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:30:52,628] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC99BV-PxVrKZFCmP1E4DUQw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 14:30:55,824] /u/Meow121325 had their flair updated +[2020-08-07 14:35:31,934] There has been a new submission: 'A buddy of mine just dropped a new video.', with flair 'Video Critique' +[2020-08-07 14:35:33,169] /u/wonderdazeyt had their submission removed for insufficient lambda. +[2020-08-07 14:35:34,851] /u/wonderdazeyt had their flair updated +[2020-08-07 14:44:19,222] '/u/NintandogYT' has given '/u/SelendineMcHerb' lambda! +[2020-08-07 14:44:21,680] /u/SelendineMcHerb had their flair updated +[2020-08-07 14:46:01,920] +#################### +[Aug 07 2020 14:46:01] RESTARTED +#################### + +[2020-08-07 15:23:28,783] There has been a new submission: 'The most ridiculous breakfast sandwich!', with flair 'Art' +[2020-08-07 15:23:30,284] /u/Wont_Snug69 had their submission removed for insufficient lambda. +[2020-08-07 15:23:31,954] /u/Wont_Snug69 had their flair updated +[2020-08-07 15:23:43,830] There has been a new submission: 'Hey guys , heres my latest video , some great footage from my favorite game Star Wars Battlefront 2 , check it out and lemme know watcha think my friends .', with flair 'Gaming' +[2020-08-07 15:23:46,301] /u/crownmarquis had their submission removed for insufficient lambda. +[2020-08-07 15:23:47,896] /u/crownmarquis had their flair updated +[2020-08-07 15:23:56,605] There has been a new submission: 'Sims 4: BACK TO THE TOP STORY GAME PLAY SERIES PART 1:Knitting,Gifts,My ...', with flair 'Gaming' +[2020-08-07 15:23:57,961] /u/SimDiva had their submission removed for insufficient lambda. +[2020-08-07 15:23:59,544] /u/SimDiva had their flair updated +[2020-08-07 15:24:08,867] There has been a new submission: 'Call of Duty Mobile Ranked Matches Tips and Tricks - PART 2!! Giving lambda to useful feedback!', with flair 'Video Critique' +[2020-08-07 15:24:09,541] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 15:24:09,560] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 15:24:09,849] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l2XnhiR_35U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 15:24:10,064] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFudm4O4WsOmkBLUhGrecuQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 15:24:12,266] /u/Sunkissed-horizon had their flair updated +[2020-08-07 15:24:28,398] '/u/NintandogYT' has given '/u/ImBntyHntrBish' lambda! +[2020-08-07 15:24:29,878] /u/ImBntyHntrBish had their flair updated +[2020-08-07 15:24:39,306] '/u/shadossplayz' has given '/u/EthansToxic' lambda! +[2020-08-07 15:24:41,317] /u/EthansToxic had their flair updated +[2020-08-07 15:24:53,916] '/u/molechin' has given '/u/curtisweaverco' lambda! +[2020-08-07 15:24:55,843] /u/curtisweaverco had their flair updated +[2020-08-07 15:25:10,909] '/u/molechin' has given '/u/ElectionJunkie' lambda! +[2020-08-07 15:25:12,312] /u/ElectionJunkie had their flair updated +[2020-08-07 15:26:51,229] Starting every day program... +[2020-08-07 15:26:51,268] Updating database statistics... +[2020-08-07 15:26:52,170] '/u/NintandogYT' has given '/u/callmenicpls' lambda! +[2020-08-07 15:26:52,211] Posting and updating wiki... +[2020-08-07 15:26:57,626] /u/callmenicpls had their flair updated +[2020-08-07 15:27:16,297] Formatting leaderboard... +[2020-08-07 15:27:17,077] Updating sidebar... +[2020-08-07 15:27:18,099] Updated in new reddit... +[2020-08-07 15:27:20,148] Updated in old reddit... +[2020-08-07 15:27:20,149] Completed. +[2020-08-07 15:27:24,463] '/u/Tipper92' has given '/u/Mysterious_Ostrich' lambda! +[2020-08-07 15:27:26,595] /u/Mysterious_Ostrich had their flair updated +[2020-08-07 15:28:00,277] '/u/Tipper92' has given '/u/Palymius' lambda! +[2020-08-07 15:28:02,207] /u/Palymius had their flair updated +[2020-08-07 15:29:04,159] There has been a new submission: 'Why You Should Play Fall Guys: Ultimate Knockout!', with flair 'Gaming' +[2020-08-07 15:29:05,588] /u/impracticalgmr had their submission removed for insufficient lambda. +[2020-08-07 15:29:06,978] /u/impracticalgmr had their flair updated +[2020-08-07 15:30:56,629] '/u/ShikharTrivedi' has given '/u/callmenicpls' lambda! +[2020-08-07 15:30:59,220] /u/callmenicpls had their flair updated +[2020-08-07 15:33:01,223] A moderator refunded 3 lambda from /u/MichaelFiguresItOut for the reason 'for using the wrong flair' +[2020-08-07 15:33:02,986] /u/MichaelFiguresItOut had their flair updated +[2020-08-07 15:33:23,148] '/u/TomSmellsGasoline' has given '/u/pianobars' lambda! +[2020-08-07 15:33:25,694] /u/pianobars had their flair updated +[2020-08-07 15:33:59,924] '/u/TomSmellsGasoline' has given '/u/YourSexyCellMate' lambda! +[2020-08-07 15:34:02,248] /u/YourSexyCellMate had their flair updated +[2020-08-07 15:34:21,832] '/u/Chekhov27' has given '/u/thatguydutchy' lambda! +[2020-08-07 15:34:25,020] /u/thatguydutchy had their flair updated +[2020-08-07 15:35:14,016] There has been a new submission: 'Our 2nd video! Put more time into the thumbnail this time. What do you think? Any suggestions on improving the Click-Through Rate?', with flair 'Thumbnail Review' +[2020-08-07 15:35:15,612] /u/DealsOnTAP had their submission removed for insufficient lambda. +[2020-08-07 15:35:17,982] /u/DealsOnTAP had their flair updated +[2020-08-07 15:37:07,444] There has been a new submission: 'Please: Stop. Begging.', with flair 'Discussion' +[2020-08-07 15:37:10,304] /u/KevinClaus had their flair updated +[2020-08-07 15:37:27,277] There has been a new submission: 'I made a video about the keemstar vs pokimane simps thing hope you guys like it. Do let me know if and where I can improve.', with flair 'Video Critique' +[2020-08-07 15:37:28,220] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 15:37:28,259] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 15:37:29,410] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RA4FtthwPaw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 15:37:29,905] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGHfWfls4E8lOvACaK0ghwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 15:37:31,999] /u/thatguydutchy had their flair updated +[2020-08-07 15:38:23,086] '/u/KevinClaus' has given '/u/TeamRemavi' lambda! +[2020-08-07 15:38:24,768] /u/TeamRemavi had their flair updated +[2020-08-07 15:38:40,653] '/u/MafiasFinestTV' has given '/u/308ar10' lambda! +[2020-08-07 15:38:42,129] /u/308ar10 had their flair updated +[2020-08-07 15:41:01,068] '/u/brodude__' has given '/u/Meow121325' lambda! +[2020-08-07 15:41:03,728] /u/Meow121325 had their flair updated +[2020-08-07 15:44:33,865] There has been a new submission: 'Videos hardly showing up after search', with flair 'Discussion' +[2020-08-07 15:44:37,511] /u/RealDoublezone had their flair updated +[2020-08-07 15:45:52,548] There has been a new submission: 'Is Covid Forcing People to Ascend to 5D? Comments appreciated!', with flair 'Video Critique' +[2020-08-07 15:45:54,556] /u/Twin-Flame-Detox had their submission removed for insufficient lambda. +[2020-08-07 15:45:56,075] /u/Twin-Flame-Detox had their flair updated +[2020-08-07 15:46:52,011] '/u/allanenraged13' has given '/u/EthansToxic' lambda! +[2020-08-07 15:46:54,106] /u/EthansToxic had their flair updated +[2020-08-07 15:53:22,828] There has been a new submission: 'Just drop a vid take a look and see how I did I would love to hear some feedback have a good day 💯', with flair 'Gaming' +[2020-08-07 15:53:24,466] /u/Thegym12 had their submission removed for insufficient lambda. +[2020-08-07 15:53:26,474] /u/Thegym12 had their flair updated +[2020-08-07 15:54:35,276] '/u/ShikharTrivedi' has given '/u/Adzic254' lambda! +[2020-08-07 15:54:37,734] /u/Adzic254 had their flair updated +[2020-08-07 15:57:47,805] There has been a new submission: 'FiFine K669 Bundle (T669) | BEST USB MICROPHONE UNDER 50', with flair 'Video Critique' +[2020-08-07 15:57:48,959] /u/Ikidamn had their submission removed for insufficient lambda. +[2020-08-07 15:57:50,064] /u/Ikidamn had their flair updated +[2020-08-07 16:00:22,151] There has been a new submission: 'How To Get 1000 Subscribers | How I Did It & The Different Ways I Took (2020)', with flair 'Channel Review' +[2020-08-07 16:00:24,851] /u/JKarg500 had their submission removed for insufficient lambda. +[2020-08-07 16:00:27,144] /u/JKarg500 had their flair updated +[2020-08-07 16:01:51,593] '/u/MafiasFinestTV' has given '/u/Drisi99' lambda! +[2020-08-07 16:01:54,296] /u/Drisi99 had their flair updated +[2020-08-07 16:07:24,210] There has been a new submission: 'Juice WRLD & The Weeknd - Smile「AMV」- Naruto', with flair 'Channel Review' +[2020-08-07 16:07:25,360] /u/SnooStrawberries2015 had their submission removed for insufficient lambda. +[2020-08-07 16:07:26,590] /u/SnooStrawberries2015 had their flair updated +[2020-08-07 16:08:22,695] There has been a new submission: 'Might be useful to people here for making thumbnails - How to do transparent background with GIMP (my first ever tutorial, so feedback would be great!).', with flair 'Video Critique' +[2020-08-07 16:08:23,964] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:08:24,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:08:25,192] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jLhpcDem1fg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:08:25,764] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkkDAWGy8judKtf-ivMjbcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:08:27,689] /u/nnnishal had their flair updated +[2020-08-07 16:09:16,840] There has been a new submission: 'Fall Guys: Ultimate Knockout in 500 Words - got some great feedback on this format last time. I'm trying to workout a health bar of sorts but any other feedback would be great!', with flair 'Video Critique' +[2020-08-07 16:09:17,908] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:09:17,948] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:09:18,856] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vYdxdhHpsTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:09:19,348] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:09:21,032] /u/Adzic254 had their flair updated +[2020-08-07 16:12:16,420] There has been a new submission: 'Critique on a small series I've been making on-and-off for a while', with flair 'Video Critique' +[2020-08-07 16:12:17,938] /u/PaV_R had their submission removed for insufficient lambda. +[2020-08-07 16:12:20,117] /u/PaV_R had their flair updated +[2020-08-07 16:12:55,608] There has been a new submission: 'Hiking a mountain called Vision Quest over some Blue Ass Water. I feel I've definitely improved with this video but there's still lots to go. Lambda for your thoughts!', with flair 'Video Critique' +[2020-08-07 16:12:56,796] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:12:56,839] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:12:57,904] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KvJ_FkNFJXc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:12:58,442] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQCzbhLBCjxuCi3baRRQUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:13:01,592] /u/brovalley had their flair updated +[2020-08-07 16:13:41,672] There has been a new submission: 'Nat and Clint Vs Chitauri Deleted Scene! Why this wasn't in the movie this is so good honestly..it gives the justice to the two underrated Avengers! More skilled and Sadistic with their training can kill anyone with ease!', with flair 'Video Critique' +[2020-08-07 16:13:43,267] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-07 16:13:45,227] /u/deepakdknayak had their flair updated +[2020-08-07 16:18:15,437] There has been a new submission: 'Are you in college and feel like you're not living up to your expectations? Do not worry, because there is a way to earn money.... More money than you can ever earn by working your 9-5. Confused? Well check out this video to find out.', with flair 'Vlog' +[2020-08-07 16:18:16,573] /u/ishaan_1209 had their submission removed for insufficient lambda. +[2020-08-07 16:18:17,602] /u/ishaan_1209 had their flair updated +[2020-08-07 16:19:03,691] '/u/Adzic254' has given '/u/TeamRemavi' lambda! +[2020-08-07 16:19:06,024] /u/TeamRemavi had their flair updated +[2020-08-07 16:22:07,218] There has been a new submission: 'Best Martial Arts Movies - Netflix vs Amazon Prime', with flair 'None' +[2020-08-07 16:22:08,824] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-08-07 16:22:10,916] /u/Derbyboyuk had their flair updated +[2020-08-07 16:23:26,180] There has been a new submission: 'I made a League of Legends Highlights video and was wondering if anyone could take a look and give some tips for me for what I could do better in my videos.', with flair 'Video Critique' +[2020-08-07 16:23:27,251] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:23:27,289] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:23:28,319] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d-aMKLmBU3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:23:28,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuyDoQ-8qnsR1F2zlsavAzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:23:32,250] /u/xPento had their flair updated +[2020-08-07 16:23:51,767] There has been a new submission: 'https://youtu.be/u1i_ypEd50A', with flair 'Channel Review' +[2020-08-07 16:23:54,190] /u/Lodomirtv had their submission removed for insufficient lambda. +[2020-08-07 16:23:56,079] /u/Lodomirtv had their flair updated +[2020-08-07 16:25:03,596] '/u/Imagine-Freedom' has given '/u/xPento' lambda! +[2020-08-07 16:25:05,724] /u/xPento had their flair updated +[2020-08-07 16:25:13,990] '/u/-S4TiR3-' has given '/u/thatguydutchy' lambda! +[2020-08-07 16:25:15,420] /u/thatguydutchy had their flair updated +[2020-08-07 16:26:52,794] '/u/Imagine-Freedom' has given '/u/curtisweaverco' lambda! +[2020-08-07 16:26:55,091] /u/curtisweaverco had their flair updated +[2020-08-07 16:34:28,744] There has been a new submission: 'QUESTION: What would you guys put on a empty blue wall like this one?', with flair 'Video Critique' +[2020-08-07 16:34:29,808] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:34:29,849] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:34:30,711] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Kd9hTVtm778&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:34:31,081] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxyibdTFuc-SqC3K2BawZow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:34:33,624] /u/Zaboazagiru had their flair updated +[2020-08-07 16:36:25,275] '/u/nnnishal' has given '/u/Kyle_Gates' lambda! +[2020-08-07 16:36:27,452] /u/Kyle_Gates had their flair updated +[2020-08-07 16:38:44,059] '/u/Sub2TheActualShadow' has given '/u/curtisweaverco' lambda! +[2020-08-07 16:38:46,154] /u/curtisweaverco had their flair updated +[2020-08-07 16:39:03,224] There has been a new submission: 'Working Together Live | Study with me | Productive Work together Live | ...', with flair 'Vlog' +[2020-08-07 16:39:04,452] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-08-07 16:39:05,147] /u/jholloway55 had their flair updated +[2020-08-07 16:39:40,477] '/u/Sub2TheActualShadow' has given '/u/myTWOcentzz' lambda! +[2020-08-07 16:39:42,401] /u/myTWOcentzz had their flair updated +[2020-08-07 16:40:17,186] '/u/Sub2TheActualShadow' has given '/u/Heavy_Rain_' lambda! +[2020-08-07 16:40:19,580] /u/Heavy_Rain_ had their flair updated +[2020-08-07 16:40:40,636] '/u/xPento' has given '/u/Imagine-Freedom' lambda! +[2020-08-07 16:40:43,591] /u/Imagine-Freedom had their flair updated +[2020-08-07 16:41:45,517] There has been a new submission: 'Looking for feedback on the mix between "story/idea" and "technical approach". Can those who are there for the story still appreciate the video with some technical parts included, and is there enough substance for the technically inclined without wanting to spoon-feed them.', with flair 'Video Critique' +[2020-08-07 16:41:46,537] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 16:41:46,540] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 16:41:47,405] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aEBjHLLJpZ4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:41:47,773] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfGI1LgFV6qI7pYS4PlMtOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 16:41:51,056] /u/GideonGriebenow had their flair updated +[2020-08-07 16:42:14,659] '/u/Sub2TheActualShadow' has given '/u/Inspiron1501' lambda! +[2020-08-07 16:42:17,286] /u/Inspiron1501 had their flair updated +[2020-08-07 16:42:42,526] '/u/Sub2TheActualShadow' has given '/u/playerinfinity707' lambda! +[2020-08-07 16:42:44,655] /u/playerinfinity707 had their flair updated +[2020-08-07 16:45:16,253] There has been a new submission: 'Just posted a new parody of those feel good Facebook videos. Check it out and let me know what you think!', with flair 'Video Critique' +[2020-08-07 16:45:17,398] /u/elexcaro had their submission removed for insufficient lambda. +[2020-08-07 16:45:18,836] /u/elexcaro had their flair updated +[2020-08-07 16:45:36,551] There has been a new submission: 'Looking for gaming collab opportunity', with flair 'Collab' +[2020-08-07 16:45:39,262] /u/Arachrys had their flair updated +[2020-08-07 16:46:11,011] +#################### +[Aug 07 2020 16:46:11] RESTARTED +#################### + +[2020-08-07 17:28:55,561] There has been a new submission: 'my newest art video', with flair 'Art' +[2020-08-07 17:28:56,912] /u/Hawkdaman12 had their submission removed for insufficient lambda. +[2020-08-07 17:28:57,570] /u/Hawkdaman12 had their flair updated +[2020-08-07 17:29:13,881] There has been a new submission: 'Giving LAMBDA to any helpful critiques & feedback! (This is my first video uploaded in a month, so I'm trying to get back into the swing of things!!)', with flair 'Video Critique' +[2020-08-07 17:29:16,089] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 17:29:16,211] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 17:29:17,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aXVMFn9dIYM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:29:17,610] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiXBpptHdj9Hogdm04g7oqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:29:19,377] /u/thefamousap had their flair updated +[2020-08-07 17:29:35,997] There has been a new submission: 'Exclusive Clip from Season 2 The Boys! "Brothers 1min silence for Lucy Pls🦈 and Lucy's dolphin and Lobster! Show is finding more ways to traumatize The Deep! Black Noir paying his respects to a fallen comrade! Dark humour for Deep..lol!"', with flair 'Video Critique' +[2020-08-07 17:29:36,978] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-07 17:29:37,475] /u/deepakdknayak had their flair updated +[2020-08-07 17:30:39,348] '/u/thecookietrain' has given '/u/TeamRemavi' lambda! +[2020-08-07 17:30:42,010] /u/TeamRemavi had their flair updated +[2020-08-07 17:31:02,117] '/u/Zaboazagiru' has given '/u/pge611' lambda! +[2020-08-07 17:31:04,736] /u/pge611 had their flair updated +[2020-08-07 17:34:50,040] '/u/ShikharTrivedi' has given '/u/HotshotRaptor' lambda! +[2020-08-07 17:34:52,254] /u/HotshotRaptor had their flair updated +[2020-08-07 17:35:25,106] '/u/dansometv' has given '/u/Adzic254' lambda! +[2020-08-07 17:35:27,284] /u/Adzic254 had their flair updated +[2020-08-07 17:36:15,723] '/u/ESTeaDY1968' has given '/u/HiddenOddBox' lambda! +[2020-08-07 17:36:18,387] /u/HiddenOddBox had their flair updated +[2020-08-07 17:36:55,639] /u/Neutrin042 had their flair updated +[2020-08-07 17:38:41,493] '/u/thefamousap' has given '/u/Kyle_Gates' lambda! +[2020-08-07 17:38:43,415] /u/Kyle_Gates had their flair updated +[2020-08-07 17:40:11,385] '/u/Zaboazagiru' has given '/u/jdabs29' lambda! +[2020-08-07 17:40:13,706] /u/jdabs29 had their flair updated +[2020-08-07 17:43:11,257] '/u/Zaboazagiru' has given '/u/Capture_Reviews' lambda! +[2020-08-07 17:43:14,089] /u/Capture_Reviews had their flair updated +[2020-08-07 17:46:12,414] '/u/titomakanijr' has given '/u/YourSexyCellMate' lambda! +[2020-08-07 17:46:14,867] /u/YourSexyCellMate had their flair updated +[2020-08-07 17:46:49,120] '/u/thefamousap' has given '/u/xPento' lambda! +[2020-08-07 17:46:51,257] /u/xPento had their flair updated +[2020-08-07 17:48:10,361] There has been a new submission: 'I just bought Far Cry 5 and decided to play it. Please watch and enjoy :)', with flair 'Gaming' +[2020-08-07 17:48:11,175] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-08-07 17:48:11,955] /u/Hollowed-VVS had their flair updated +[2020-08-07 17:48:28,552] There has been a new submission: 'A Day In The Life Of Owning And Operating An Ewaste Recycling Business In USA', with flair 'Video Critique' +[2020-08-07 17:48:29,451] /u/aramjoseph had their submission removed for insufficient lambda. +[2020-08-07 17:48:30,271] /u/aramjoseph had their flair updated +[2020-08-07 17:48:49,429] There has been a new submission: 'Love this community! I have been making upgrades in audio, software, editing, and a lot of other things. I hope you can give me some more advice to implement, I am loving the grind so far. I know the script needs to be updated and more clear cut!', with flair 'Video Critique' +[2020-08-07 17:48:50,747] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 17:48:50,907] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 17:48:51,648] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nY476GLpRj8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:48:52,267] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:48:54,405] /u/Inspiron1501 had their flair updated +[2020-08-07 17:49:11,643] There has been a new submission: 'Almost Cut Off My Toe!', with flair 'Video Critique' +[2020-08-07 17:49:12,552] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 17:49:12,672] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 17:49:13,782] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-7a_yuXSvd4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:49:14,193] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChXjKuYnETZRC9vZJQ9swMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:49:16,079] /u/UndieBand1t had their flair updated +[2020-08-07 17:49:32,740] There has been a new submission: 'What do you think of this Devblog i done for my game?', with flair 'Video Critique' +[2020-08-07 17:49:33,810] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 17:49:33,930] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 17:49:35,037] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dB0oQA4B8N0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:49:35,369] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTexSFWB2dXnRP7RPLHs4GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:49:37,290] /u/HotshotRaptor had their flair updated +[2020-08-07 17:49:54,798] There has been a new submission: 'Tips on making an eyecatching logo', with flair 'Discussion' +[2020-08-07 17:49:56,802] /u/bilal_001 had their flair updated +[2020-08-07 17:50:13,515] There has been a new submission: 'For the Youtubers who started off in school, but stayed consistent. How did you do it?', with flair 'Discussion' +[2020-08-07 17:50:16,054] /u/SuqdiqPurmani had their flair updated +[2020-08-07 17:50:36,677] There has been a new submission: 'New cover! Dear God by Cory Asbury. Since my last singing and acoustic guitar cover (two weeks ago: Champion by Bethel), I decided to switch my microphone setup. Now I have the condenser for my vocals and the lavalier for the guitar. Any feedback, particularly on sound quality?', with flair 'Video Critique' +[2020-08-07 17:50:37,829] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 17:50:37,831] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 17:50:38,899] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=V_bYS8EWJfQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:50:39,351] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 17:50:42,924] /u/AlsleumMusic had their flair updated +[2020-08-07 17:52:19,864] '/u/HotshotRaptor' has given '/u/jdabs29' lambda! +[2020-08-07 17:52:22,646] /u/jdabs29 had their flair updated +[2020-08-07 17:53:14,011] '/u/Zaboazagiru' has given '/u/xPento' lambda! +[2020-08-07 17:53:16,758] /u/xPento had their flair updated +[2020-08-07 17:53:37,187] '/u/Adzic254' has given '/u/dansometv' lambda! +[2020-08-07 17:53:39,720] /u/dansometv had their flair updated +[2020-08-07 17:54:13,091] '/u/xPento' has given '/u/Drisi99' lambda! +[2020-08-07 17:54:15,475] /u/Drisi99 had their flair updated +[2020-08-07 17:55:12,162] '/u/HotshotRaptor' has given '/u/Kyle_Gates' lambda! +[2020-08-07 17:55:13,627] /u/Kyle_Gates had their flair updated +[2020-08-07 17:56:43,836] '/u/MafiasFinestTV' has given '/u/HotshotRaptor' lambda! +[2020-08-07 17:56:46,007] /u/HotshotRaptor had their flair updated +[2020-08-07 17:58:04,389] '/u/ShikharTrivedi' has given '/u/xPento' lambda! +[2020-08-07 17:58:06,599] /u/xPento had their flair updated +[2020-08-07 17:58:23,477] There has been a new submission: 'Do Schools Really Kill Creativity? New research sheds new light on the nature of creativity, and how we should approach it in education.', with flair 'Video Critique' +[2020-08-07 17:58:24,997] /u/jennammc had their submission removed for insufficient lambda. +[2020-08-07 17:58:25,977] /u/jennammc had their flair updated +[2020-08-07 17:58:43,488] There has been a new submission: '“DISPROVING RULE 34!!!”. Its YO HOMEBOY. First time I showed my face on my channel so the camera quality is atrocious lol. Besides the camera quality please share some feedback and tips. Besides that, enjoy! :D', with flair 'Video Critique' +[2020-08-07 17:58:44,389] /u/crazyjacob441 had their submission removed for insufficient lambda. +[2020-08-07 17:58:45,129] /u/crazyjacob441 had their flair updated +[2020-08-07 17:59:01,455] There has been a new submission: 'I’ll edit for smaller youtubers for really cheap', with flair 'Discussion' +[2020-08-07 17:59:03,415] /u/Strawman27 had their flair updated +[2020-08-07 17:59:20,601] There has been a new submission: 'I just made a livestream yesterday and not a lot of people joined in. I only got 2 subscribers. If you wanna have me do more livestreams, I will.', with flair 'Video Critique' +[2020-08-07 17:59:21,956] /u/Donutman31 had their submission removed for insufficient lambda. +[2020-08-07 17:59:23,021] /u/Donutman31 had their flair updated +[2020-08-07 18:00:53,605] '/u/MafiasFinestTV' has given '/u/ThemSummerboys' lambda! +[2020-08-07 18:00:56,548] /u/ThemSummerboys had their flair updated +[2020-08-07 18:07:03,431] There has been a new submission: 'The New R6 Game mode is BAD', with flair 'Gaming' +[2020-08-07 18:07:05,518] /u/craziestgecko had their submission removed for insufficient lambda. +[2020-08-07 18:07:06,661] /u/craziestgecko had their flair updated +[2020-08-07 18:07:28,187] '/u/brovalley' has given '/u/Kyle_Gates' lambda! +[2020-08-07 18:07:30,442] /u/Kyle_Gates had their flair updated +[2020-08-07 18:08:22,082] '/u/brovalley' has given '/u/rbbycalmrz' lambda! +[2020-08-07 18:08:24,171] /u/rbbycalmrz had their flair updated +[2020-08-07 18:08:43,111] '/u/Adzic254' has given '/u/A_Zailukas' lambda! +[2020-08-07 18:08:44,668] /u/A_Zailukas had their flair updated +[2020-08-07 18:09:18,546] There has been a new submission: 'My First Console Recording....', with flair 'Gaming' +[2020-08-07 18:09:20,973] /u/Kyle_Gates had their flair updated +[2020-08-07 18:09:36,415] There has been a new submission: 'Minecraft Dungeons - Mojangs embarrassing disappointment of a game', with flair 'Gaming' +[2020-08-07 18:09:37,483] /u/FineManYT had their submission removed for insufficient lambda. +[2020-08-07 18:09:38,016] /u/FineManYT had their flair updated +[2020-08-07 18:10:12,627] '/u/Adzic254' has given '/u/thefamousap' lambda! +[2020-08-07 18:10:14,991] /u/thefamousap had their flair updated +[2020-08-07 18:11:12,272] '/u/brovalley' has given '/u/KnockoutBricks' lambda! +[2020-08-07 18:11:15,226] /u/KnockoutBricks had their flair updated +[2020-08-07 18:12:22,066] '/u/brovalley' has given '/u/HotshotRaptor' lambda! +[2020-08-07 18:12:24,810] /u/HotshotRaptor had their flair updated +[2020-08-07 18:13:26,704] '/u/brovalley' has given '/u/jdabs29' lambda! +[2020-08-07 18:13:29,241] /u/jdabs29 had their flair updated +[2020-08-07 18:13:52,286] '/u/Heavy_Rain_' has given '/u/TeamRemavi' lambda! +[2020-08-07 18:13:55,161] /u/TeamRemavi had their flair updated +[2020-08-07 18:15:32,383] '/u/thefamousap' has given '/u/crazyjacob441' lambda! +[2020-08-07 18:15:34,228] /u/crazyjacob441 had their flair updated +[2020-08-07 18:16:41,916] There has been a new submission: 'Mohamed Enieb', with flair 'Video Critique' +[2020-08-07 18:16:43,480] /u/MaxBurgerWalk had their submission removed for insufficient lambda. +[2020-08-07 18:16:45,161] /u/MaxBurgerWalk had their flair updated +[2020-08-07 18:20:50,016] There has been a new submission: 'How do Pros Think in the Middle of a Round?', with flair 'Gaming' +[2020-08-07 18:20:51,853] /u/StrategiseYT had their submission removed for insufficient lambda. +[2020-08-07 18:20:54,310] /u/StrategiseYT had their flair updated +[2020-08-07 18:21:34,701] There has been a new submission: '“DISPROVING RULE 34!!!” -YoHomeboy. First time filming my face, so camera quality is atrocious. I hope you guys enjoy, and if not please leave some feedback!! ENJOY :D', with flair 'Video Critique' +[2020-08-07 18:21:35,683] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 18:21:35,685] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 18:21:36,792] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0I1ZfpJJ0C0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 18:21:37,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS7UpBcYmwLCqH6rs2WSePg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 18:21:40,596] /u/Yo-Homeboy13 had their flair updated +[2020-08-07 18:25:11,773] '/u/MafiasFinestTV' has given '/u/Rizmin' lambda! +[2020-08-07 18:25:13,244] /u/Rizmin had their flair updated +[2020-08-07 18:27:57,942] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 17 - The Walls Of Yarikawa', with flair 'Gaming' +[2020-08-07 18:27:59,870] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-07 18:28:00,812] /u/CecliusPlaysHD had their flair updated +[2020-08-07 18:35:16,444] There has been a new submission: 'Grau Attachments For Warzone', with flair 'Gaming' +[2020-08-07 18:35:17,755] /u/Homezy_YT had their submission removed for insufficient lambda. +[2020-08-07 18:35:19,355] /u/Homezy_YT had their flair updated +[2020-08-07 18:41:24,636] There has been a new submission: 'pandemic', with flair 'Discussion' +[2020-08-07 18:41:28,000] /u/shadossplayz had their flair updated +[2020-08-07 18:46:12,343] +#################### +[Aug 07 2020 18:46:12] RESTARTED +#################### + +[2020-08-07 19:27:35,640] There has been a new submission: 'The Erica Andrea Show', with flair 'Video Critique' +[2020-08-07 19:27:37,155] /u/MaisieMoop had their submission removed for insufficient lambda. +[2020-08-07 19:27:38,015] /u/MaisieMoop had their flair updated +[2020-08-07 19:27:55,476] There has been a new submission: '7 Surprising Causes of Body Odor', with flair 'Video Critique' +[2020-08-07 19:27:57,032] /u/crown1588 had their submission removed for insufficient lambda. +[2020-08-07 19:27:58,424] /u/crown1588 had their flair updated +[2020-08-07 19:28:14,927] There has been a new submission: 'I am working on a series called "WHY THE F*** Have you not played" showing off new indie games! I Completely revamped my formula and think this is my best video yet! Would love some feedback from you guys!', with flair 'Video Critique' +[2020-08-07 19:28:16,809] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:28:16,847] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:28:17,835] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YCLZ6OecNfc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:28:18,247] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG7UNFkem9BB5rSRGY2B4Sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:28:20,996] /u/YourSexyCellMate had their flair updated +[2020-08-07 19:30:50,564] '/u/mbradon' has given '/u/iOnlyUseShotties' lambda! +[2020-08-07 19:30:53,433] /u/iOnlyUseShotties had their flair updated +[2020-08-07 19:31:14,647] '/u/UndieBand1t' has given '/u/rbbycalmrz' lambda! +[2020-08-07 19:31:17,434] /u/rbbycalmrz had their flair updated +[2020-08-07 19:31:39,692] '/u/UndieBand1t' has given '/u/Kyle_Gates' lambda! +[2020-08-07 19:31:42,352] /u/Kyle_Gates had their flair updated +[2020-08-07 19:32:03,656] '/u/mbradon' has given '/u/GamesbeingGames' lambda! +[2020-08-07 19:32:06,519] /u/GamesbeingGames had their flair updated +[2020-08-07 19:32:42,037] '/u/mbradon' has given '/u/curtisweaverco' lambda! +[2020-08-07 19:32:44,745] /u/curtisweaverco had their flair updated +[2020-08-07 19:33:34,287] '/u/mbradon' has given '/u/TeamRemavi' lambda! +[2020-08-07 19:33:36,865] /u/TeamRemavi had their flair updated +[2020-08-07 19:33:56,639] '/u/mbradon' has given '/u/Capture_Reviews' lambda! +[2020-08-07 19:33:59,140] /u/Capture_Reviews had their flair updated +[2020-08-07 19:34:19,244] '/u/HotshotRaptor' has given '/u/crazyjacob441' lambda! +[2020-08-07 19:34:21,702] /u/crazyjacob441 had their flair updated +[2020-08-07 19:36:23,084] '/u/AlsleumMusic' has given '/u/Jischasing' lambda! +[2020-08-07 19:36:25,551] /u/Jischasing had their flair updated +[2020-08-07 19:38:55,474] '/u/-S4TiR3-' has given '/u/TeamRemavi' lambda! +[2020-08-07 19:38:57,939] /u/TeamRemavi had their flair updated +[2020-08-07 19:40:15,674] '/u/jdabs29' has given '/u/Capture_Reviews' lambda! +[2020-08-07 19:40:18,065] /u/Capture_Reviews had their flair updated +[2020-08-07 19:40:38,861] '/u/thefamousap' has given '/u/dansometv' lambda! +[2020-08-07 19:40:41,767] /u/dansometv had their flair updated +[2020-08-07 19:42:11,799] There has been a new submission: 'Fall Guys: Door Dash and Gate Crash Scandal!', with flair 'Video Critique' +[2020-08-07 19:42:12,785] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:42:12,787] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:42:13,813] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hc8mMBWbqsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:42:14,346] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyfS6Kk65Gv1J60voZZRnbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:42:17,373] /u/jdabs29 had their flair updated +[2020-08-07 19:42:35,780] There has been a new submission: 'I made an animation. White people love sex slaves?', with flair 'Video Critique' +[2020-08-07 19:42:37,662] /u/uzisuicide87 had their submission removed for insufficient lambda. +[2020-08-07 19:42:39,597] /u/uzisuicide87 had their flair updated +[2020-08-07 19:42:59,065] There has been a new submission: 'I want to collborate', with flair 'Collab' +[2020-08-07 19:43:01,845] /u/NoHMayor had their flair updated +[2020-08-07 19:43:19,879] There has been a new submission: 'Honest Opinion of my channel outlook', with flair 'Channel Review' +[2020-08-07 19:43:22,210] /u/GabVivas had their submission removed for insufficient lambda. +[2020-08-07 19:43:24,019] /u/GabVivas had their flair updated +[2020-08-07 19:43:44,246] There has been a new submission: 'Something I'm learning a lot from', with flair 'Discussion' +[2020-08-07 19:43:46,988] /u/mouse_irl had their flair updated +[2020-08-07 19:44:05,143] There has been a new submission: 'I decided to post a random episode from our channel to see what people thought of it. Very little editing it's more of a relaxed gameplay. criticism is welcome', with flair 'Video Critique' +[2020-08-07 19:44:06,125] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:44:06,127] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:44:06,992] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uq0SYRv7LA0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:44:07,561] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSh2LDa3ctcv59LmF0RzOzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:44:10,224] /u/rbbycalmrz had their flair updated +[2020-08-07 19:45:29,334] '/u/thefamousap' has given '/u/Homezy_YT' lambda! +[2020-08-07 19:45:31,348] /u/Homezy_YT had their flair updated +[2020-08-07 19:49:20,637] '/u/Inspiron1501' has given '/u/Cyonal' lambda! +[2020-08-07 19:49:22,734] /u/Cyonal had their flair updated +[2020-08-07 19:51:09,198] There has been a new submission: 'Animal Crossing: New Horizons | My Thoughts On - Would love some feedback in exchange for lambda! :) thanks all!!', with flair 'Video Critique' +[2020-08-07 19:51:10,346] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:51:10,348] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:51:11,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1sx1_viS3n4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:51:12,020] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:51:15,254] /u/Capture_Reviews had their flair updated +[2020-08-07 19:51:34,394] There has been a new submission: 'This is my intro to my channel I need feedback, I think I have a base but want to go mainstream.', with flair 'Video Critique' +[2020-08-07 19:51:36,034] /u/linoid100 had their submission removed for insufficient lambda. +[2020-08-07 19:51:38,124] /u/linoid100 had their flair updated +[2020-08-07 19:54:57,553] There has been a new submission: 'SOOO close to 400 subscribers, lambda for genuinely helpful advice!', with flair 'Video Critique' +[2020-08-07 19:54:58,496] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:54:58,534] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:54:59,273] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G-ldtYhLDEY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:54:59,639] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIfdmqHVVdpts2buEVXyGtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:55:02,149] /u/jackgo14 had their flair updated +[2020-08-07 19:55:09,711] There has been a new submission: 'A Lego Speed Building Competition - What do you think?', with flair 'Video Critique' +[2020-08-07 19:55:09,985] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 19:55:09,986] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 19:55:10,212] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7Zp6Sg2wWv4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:55:10,380] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVo1DOfLHphRJhfioR2djyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 19:55:12,192] /u/Cyonal had their flair updated +[2020-08-07 19:57:48,902] There has been a new submission: 'Any way I can optimize this for YT metrics?', with flair 'None' +[2020-08-07 19:57:50,128] /u/Melan_Candy had their submission removed for insufficient lambda. +[2020-08-07 19:57:51,071] /u/Melan_Candy had their flair updated +[2020-08-07 20:02:32,094] '/u/TheGamerGuy2' has given '/u/TeamRemavi' lambda! +[2020-08-07 20:02:35,115] /u/TeamRemavi had their flair updated +[2020-08-07 20:02:56,203] There has been a new submission: 'Trying out a new editing style looking for feedback', with flair 'Video Critique' +[2020-08-07 20:02:57,394] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 20:02:57,395] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 20:02:58,508] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jFhv5bJNMaU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:02:59,042] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvU7VLUL0PHrK0w1YmOx0Eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:03:02,188] /u/myTWOcentzz had their flair updated +[2020-08-07 20:13:42,990] There has been a new submission: 'Awesome to see the growth in both the channel and the videos over the last few months. Would love your feedback. This group has been so valuable!', with flair 'Video Critique' +[2020-08-07 20:13:43,673] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 20:13:43,675] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 20:13:44,414] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ulel_NDVpYM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:13:44,783] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnem30HXhkyJZ3eX6jajV6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:13:48,078] /u/Doesntpayfullprice had their flair updated +[2020-08-07 20:20:59,374] There has been a new submission: 'Was wondering if anyone would care to give me som constructive criticism? Just trynna make it big', with flair 'Gaming' +[2020-08-07 20:21:00,971] /u/TrygveKG had their submission removed for insufficient lambda. +[2020-08-07 20:21:03,343] /u/TrygveKG had their flair updated +[2020-08-07 20:22:04,687] There has been a new submission: 'MONGOLIAN THROAT SINGING WITH JOJO SIWA (COD MW Funny Moments) Gimme your honest thoughts', with flair 'Video Critique' +[2020-08-07 20:22:05,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 20:22:05,872] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 20:22:06,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7Yd0-PI8LZM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:22:07,309] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCf5w98JAbO5XgJbNU3bIL7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 20:22:10,631] /u/vegabomb_ had their flair updated +[2020-08-07 20:28:49,892] '/u/YourSexyCellMate' has given '/u/Jardayylmao' lambda! +[2020-08-07 20:28:50,934] /u/Jardayylmao had their flair updated +[2020-08-07 20:38:08,372] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-07 20:39:31,477] There has been a new submission: 'I made A video on how dream took over youtube', with flair 'Gaming' +[2020-08-07 20:39:32,791] /u/TheRandomStickman had their submission removed for insufficient lambda. +[2020-08-07 20:39:33,447] /u/TheRandomStickman had their flair updated +[2020-08-07 20:45:44,050] +#################### +[Aug 07 2020 20:45:44] RESTARTED +#################### + +[2020-08-07 21:15:15,893] There has been a new submission: 'How to Make CUSTOM SNOWY TERRAIN In Fortnite: Creative', with flair 'Gaming' +[2020-08-07 21:15:17,010] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-07 21:15:18,328] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-07 21:15:29,989] There has been a new submission: 'How do hashtags help video visibility?', with flair 'Discussion' +[2020-08-07 21:15:32,408] /u/baechanka had their flair updated +[2020-08-07 21:15:49,760] There has been a new submission: 'Try not to laugh TikTok edition', with flair 'Vlog' +[2020-08-07 21:15:50,949] /u/ThugmommaET had their submission removed for insufficient lambda. +[2020-08-07 21:15:52,221] /u/ThugmommaET had their flair updated +[2020-08-07 21:16:09,664] There has been a new submission: 'What makes up for a good pg scary cartoon? // Would really appreciate feedback on the video', with flair 'Video Critique' +[2020-08-07 21:16:10,810] /u/Mani0770 had their submission removed for insufficient lambda. +[2020-08-07 21:16:11,999] /u/Mani0770 had their flair updated +[2020-08-07 21:16:32,656] '/u/thefamousap' has given '/u/ANMSSHITPOSTER' lambda! +[2020-08-07 21:16:34,587] /u/ANMSSHITPOSTER had their flair updated +[2020-08-07 21:16:52,429] '/u/thefamousap' has given '/u/CountBustANutInYah' lambda! +[2020-08-07 21:16:54,642] /u/CountBustANutInYah had their flair updated +[2020-08-07 21:19:48,267] There has been a new submission: 'Robot Sumo // First one of my =3 style reaction videos that includes music during the commentary, as always feedback is much appreciated!', with flair 'Video Critique' +[2020-08-07 21:19:50,237] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:19:50,275] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:19:51,178] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JHz-1HJVTPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:19:51,627] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:19:52,976] /u/DTV998 had their flair updated +[2020-08-07 21:20:08,994] There has been a new submission: 'Halo Stream', with flair 'Gaming' +[2020-08-07 21:20:10,958] /u/deadly_eric had their submission removed for insufficient lambda. +[2020-08-07 21:20:13,370] /u/deadly_eric had their flair updated +[2020-08-07 21:20:32,100] There has been a new submission: 'Hey everyone just wondering if I could please get some feedback on this video? it’s a breakdown of a few mistakes I made in the game and how I could in future do better the aim of the video is to help other players that struggle with the game to analyse their own gameplay and learn from it', with flair 'Video Critique' +[2020-08-07 21:20:32,659] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:20:32,697] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:20:33,439] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vAFjgjcb3V0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:20:33,891] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXL7SMMPGkS2fjeC4RxFJsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:20:37,505] /u/Nomad_ActualYT had their flair updated +[2020-08-07 21:20:56,773] There has been a new submission: 'Summer but COVID-19 Vlog! I'd appreciate the like and subscription, thank you!', with flair 'Vlog' +[2020-08-07 21:20:58,294] /u/Bry2ThaLo had their submission removed for insufficient lambda. +[2020-08-07 21:21:00,515] /u/Bry2ThaLo had their flair updated +[2020-08-07 21:22:48,860] There has been a new submission: 'Supporting my boyfriend. Hey guys, my boyfriend is an amazing gamer and you don’t have to subscribe, ofc but it would mean the world to me if you could check him out. He’s super talented and funny!', with flair 'Gaming' +[2020-08-07 21:22:50,377] /u/weirdpokahanas had their submission removed for insufficient lambda. +[2020-08-07 21:22:52,306] /u/weirdpokahanas had their flair updated +[2020-08-07 21:23:31,848] There has been a new submission: 'Five Nights at Freddy's VR is a nightmare....', with flair 'Gaming' +[2020-08-07 21:23:33,283] /u/UnclothedLemur35 had their submission removed for insufficient lambda. +[2020-08-07 21:23:35,132] /u/UnclothedLemur35 had their flair updated +[2020-08-07 21:24:12,990] '/u/thefamousap' has given '/u/prettyboiRandell' lambda! +[2020-08-07 21:24:15,239] /u/prettyboiRandell had their flair updated +[2020-08-07 21:26:24,978] There has been a new submission: 'Iv gotten good feedback from this place before so im looking forward to it Fall Guys - Quick Review', with flair 'None' +[2020-08-07 21:26:26,206] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:26:26,208] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:26:27,227] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aLrZ3NasAVA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:26:27,555] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCYBZNr2LO8ouskZO0yqGLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:26:29,898] /u/CountBustANutInYah had their flair updated +[2020-08-07 21:26:48,517] There has been a new submission: 'Cute Shetland Pony', with flair 'Video Critique' +[2020-08-07 21:26:49,751] /u/moksah822 had their submission removed for insufficient lambda. +[2020-08-07 21:26:50,936] /u/moksah822 had their flair updated +[2020-08-07 21:28:32,552] There has been a new submission: 'Ima God at sniping | Gears 5', with flair 'Gaming' +[2020-08-07 21:28:33,373] /u/Rea1Anth0ny had their submission removed for insufficient lambda. +[2020-08-07 21:28:34,195] /u/Rea1Anth0ny had their flair updated +[2020-08-07 21:34:37,766] There has been a new submission: '(Lambdas for useful critiques) 👽 New video for this week commentating over a few posts from r/FuckyouKaren. Critiques for the thumbnail/video would be helpful! 💜🍉', with flair 'Video Critique' +[2020-08-07 21:34:38,711] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:34:38,790] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:34:39,371] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AyvzeibyJ5s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:34:39,740] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgLqtful06fq51BLsE2ga1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:34:42,513] /u/FlightoftheMelons had their flair updated +[2020-08-07 21:36:12,987] There has been a new submission: 'Hello I do no mans sky videos and i would like some feedback on this video', with flair 'Video Critique' +[2020-08-07 21:36:14,011] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:36:14,013] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:36:14,789] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GbmW2gvfxn8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:36:15,162] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCd9Py74k-pz-mssuBJp78Xw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:36:17,737] /u/ANMSSHITPOSTER had their flair updated +[2020-08-07 21:37:03,170] There has been a new submission: 'Ima God at sniping | Gears 5', with flair 'Gaming' +[2020-08-07 21:37:04,231] /u/Rea1Anth0ny had their submission removed for insufficient lambda. +[2020-08-07 21:37:05,457] /u/Rea1Anth0ny had their flair updated +[2020-08-07 21:41:42,522] There has been a new submission: 'Unity 2D Tutorial : Run + Walk Mechanics + 2D Animations', with flair 'Video Critique' +[2020-08-07 21:41:44,619] /u/ziad10a had their submission removed for insufficient lambda. +[2020-08-07 21:41:46,796] /u/ziad10a had their flair updated +[2020-08-07 21:58:03,228] There has been a new submission: 'Quick Review: Half Life 2 (Has it aged well?)', with flair 'Gaming' +[2020-08-07 21:58:04,207] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 21:58:04,208] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 21:58:05,147] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZgMiqR9gj2I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:58:05,517] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrLTtT12r2n4NDEcqRPpA3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 21:58:08,464] /u/KaiKunai had their flair updated +[2020-08-07 22:00:22,704] There has been a new submission: 'This is my tribute to icon Regis Philben', with flair 'Vlog' +[2020-08-07 22:00:25,143] /u/JeffGoldbluem had their submission removed for insufficient lambda. +[2020-08-07 22:00:27,988] /u/JeffGoldbluem had their flair updated +[2020-08-07 22:06:45,398] There has been a new submission: 'Latest video// Give it a like and sub to my channel if you enjoyed it! And comment 💕', with flair 'Channel Review' +[2020-08-07 22:06:46,591] /u/nmc111 had their submission removed for insufficient lambda. +[2020-08-07 22:06:48,023] /u/nmc111 had their flair updated +[2020-08-07 22:07:39,099] There has been a new submission: 'Check out our channel, Fallout Tourists!', with flair 'Gaming' +[2020-08-07 22:07:40,287] /u/Fallout_Tourists had their submission removed for insufficient lambda. +[2020-08-07 22:07:41,476] /u/Fallout_Tourists had their flair updated +[2020-08-07 22:08:04,347] There has been a new submission: 'Top 10 thriller movies on Netflix (Would love some harsh critique before I make more of these)', with flair 'Video Critique' +[2020-08-07 22:08:05,332] /u/Pirrateking had their submission removed for insufficient lambda. +[2020-08-07 22:08:06,355] /u/Pirrateking had their flair updated +[2020-08-07 22:14:04,446] There has been a new submission: 'How to build Trams in Cities: Skylines ( Portsmith Abby episode 6)', with flair 'Gaming' +[2020-08-07 22:14:05,766] /u/Buffalomatt1027 had their submission removed for insufficient lambda. +[2020-08-07 22:14:07,600] /u/Buffalomatt1027 had their flair updated +[2020-08-07 22:22:06,041] There has been a new submission: 'If you like Fitz videos, you will like this. I want feedback and criticism based on the entire video, I will give lambda', with flair 'Video Critique' +[2020-08-07 22:22:07,470] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 22:22:07,472] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 22:22:08,494] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ibl0AJovp0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 22:22:09,025] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClDy3uWJYvVHN7uNUw7br5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 22:22:12,486] /u/KoderYT had their flair updated +[2020-08-07 22:42:45,933] There has been a new submission: 'I posted a new gta video that I think came out pretty good. Will give lambda for valid points!', with flair 'Video Critique' +[2020-08-07 22:42:46,361] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 22:42:46,363] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 22:42:46,696] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DLZAllNQoh4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 22:42:46,887] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQTIqlWqWES_l-vXPToGwMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 22:42:49,381] /u/PIXELPIGYT had their flair updated +[2020-08-07 22:45:44,038] +#################### +[Aug 07 2020 22:45:44] RESTARTED +#################### + +[2020-08-07 23:16:53,031] There has been a new submission: 'Rust Funny Moments - The Voice Of An Angel', with flair 'Gaming' +[2020-08-07 23:16:54,753] /u/SkyFaction had their submission removed for insufficient lambda. +[2020-08-07 23:16:55,781] /u/SkyFaction had their flair updated +[2020-08-07 23:18:29,396] '/u/GamesbeingGames' has given '/u/Jischasing' lambda! +[2020-08-07 23:18:31,244] /u/Jischasing had their flair updated +[2020-08-07 23:19:18,751] '/u/GamesbeingGames' has given '/u/Adzic254' lambda! +[2020-08-07 23:19:20,640] /u/Adzic254 had their flair updated +[2020-08-07 23:19:37,729] '/u/Capture_Reviews' has given '/u/mskibs' lambda! +[2020-08-07 23:19:39,372] /u/mskibs had their flair updated +[2020-08-07 23:20:13,014] '/u/thefamousap' has given '/u/BunnyBillionaire' lambda! +[2020-08-07 23:20:16,287] /u/BunnyBillionaire had their flair updated +[2020-08-07 23:23:43,137] There has been a new submission: 'My first unboxing video: Ouija board and serial killer trading cards... Any advice? Too long? Too short? Not enough details on the board or too much info on cards?', with flair 'Video Critique' +[2020-08-07 23:23:44,696] /u/MONDOdocs had their submission removed for insufficient lambda. +[2020-08-07 23:23:46,417] /u/MONDOdocs had their flair updated +[2020-08-07 23:24:04,436] There has been a new submission: 'Sigma 35mm 1.4 Art (Unboxing + test)', with flair 'Video Critique' +[2020-08-07 23:24:06,280] /u/thecgnetwork had their submission removed for insufficient lambda. +[2020-08-07 23:24:08,002] /u/thecgnetwork had their flair updated +[2020-08-07 23:24:26,256] There has been a new submission: 'I need your feedback on my video, be honest with your comment plz. I'm running my channel more than a year but still I can't reach to real audience. I need your help to improve more. I will take your concern seriously and will try to follow the same.', with flair 'Video Critique' +[2020-08-07 23:24:27,897] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-07 23:24:28,022] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-07 23:24:29,417] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cgUtT11xHsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 23:24:29,950] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZglOnEN2Mxm4RwYFTp1EOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-07 23:24:32,526] /u/Rizmin had their flair updated +[2020-08-07 23:24:50,066] There has been a new submission: 'Has anyone tried Graham Stephan's creator academy?', with flair 'Discussion' +[2020-08-07 23:24:52,560] /u/mskibs had their flair updated +[2020-08-07 23:28:19,352] '/u/PIXELPIGYT' has given '/u/Kyle_Gates' lambda! +[2020-08-07 23:28:22,178] /u/Kyle_Gates had their flair updated +[2020-08-07 23:33:54,866] '/u/ANMSSHITPOSTER' has given '/u/HappyPantzInc' lambda! +[2020-08-07 23:33:57,694] /u/HappyPantzInc had their flair updated +[2020-08-07 23:34:48,474] '/u/ANMSSHITPOSTER' has given '/u/Krogmo' lambda! +[2020-08-07 23:34:51,100] /u/Krogmo had their flair updated +[2020-08-07 23:35:09,326] There has been a new submission: 'Looking for small YouTube's to collaborate with', with flair 'Collab' +[2020-08-07 23:35:11,208] /u/DanielScaryDark had their flair updated +[2020-08-07 23:36:00,338] There has been a new submission: 'SAINt JHN - Roses (DJ Antonio Remix) [EDM]', with flair 'Channel Review' +[2020-08-07 23:36:01,528] /u/AddictedMusic had their submission removed for insufficient lambda. +[2020-08-07 23:36:03,045] /u/AddictedMusic had their flair updated +[2020-08-07 23:45:11,051] '/u/PIXELPIGYT' has given '/u/ImBntyHntrBish' lambda! +[2020-08-07 23:45:12,614] /u/ImBntyHntrBish had their flair updated +[2020-08-07 23:51:38,349] '/u/FlightoftheMelons' has given '/u/BetaBradTv' lambda! +[2020-08-07 23:51:41,172] /u/BetaBradTv had their flair updated +[2020-08-07 23:54:15,610] '/u/FlightoftheMelons' has given '/u/Kyle_Gates' lambda! +[2020-08-07 23:54:18,388] /u/Kyle_Gates had their flair updated +[2020-08-07 23:59:50,669] '/u/PIXELPIGYT' has given '/u/BetaBradTv' lambda! +[2020-08-07 23:59:52,148] /u/BetaBradTv had their flair updated +[2020-08-08 00:02:56,639] '/u/Nomad_ActualYT' has given '/u/BetaBradTv' lambda! +[2020-08-08 00:02:58,854] /u/BetaBradTv had their flair updated +[2020-08-08 00:06:49,938] There has been a new submission: 'How to Destroy a Toy Baby, second video ever!', with flair 'Video Critique' +[2020-08-08 00:06:51,864] /u/Attack_Helicopter_YT had their submission removed for insufficient lambda. +[2020-08-08 00:06:53,258] /u/Attack_Helicopter_YT had their flair updated +[2020-08-08 00:14:27,392] '/u/Capture_Reviews' has given '/u/ItzRusty' lambda! +[2020-08-08 00:14:29,151] /u/ItzRusty had their flair updated +[2020-08-08 00:14:58,781] There has been a new submission: 'TOP 10 Switch Games that are Ports', with flair 'Video Critique' +[2020-08-08 00:14:59,244] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 00:14:59,246] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 00:14:59,576] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iWbuioEOX34&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 00:14:59,760] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV3k6E9YoUz8cGuyfSiRmLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 00:15:02,058] /u/BetaBradTv had their flair updated +[2020-08-08 00:17:22,897] '/u/KoderYT' has given '/u/BetaBradTv' lambda! +[2020-08-08 00:17:24,617] /u/BetaBradTv had their flair updated +[2020-08-08 00:17:43,567] There has been a new submission: 'Hello everyone. Just wanna share my growing gaming YT channel 😅 cheers!', with flair 'Channel Review' +[2020-08-08 00:17:44,965] /u/EmsTheGamer had their submission removed for insufficient lambda. +[2020-08-08 00:17:46,155] /u/EmsTheGamer had their flair updated +[2020-08-08 00:18:36,843] There has been a new submission: 'Looking for feedback on the editing in this video. Giving out lambda! - Grognak and Gadnuk Go Commando', with flair 'Video Critique' +[2020-08-08 00:18:37,660] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 00:18:37,661] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 00:18:38,478] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wb8vOUeBS-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 00:18:38,808] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 00:18:40,604] /u/HappyPantzInc had their flair updated +[2020-08-08 00:23:47,743] '/u/Capture_Reviews' has given '/u/BigDannySwag' lambda! +[2020-08-08 00:23:50,280] /u/BigDannySwag had their flair updated +[2020-08-08 00:24:22,425] '/u/Capture_Reviews' has given '/u/Rizmin' lambda! +[2020-08-08 00:24:24,609] /u/Rizmin had their flair updated +[2020-08-08 00:25:13,361] '/u/BetaBradTv' has given '/u/mskibs' lambda! +[2020-08-08 00:25:15,449] /u/mskibs had their flair updated +[2020-08-08 00:45:44,441] +#################### +[Aug 08 2020 00:45:44] RESTARTED +#################### + +[2020-08-08 01:18:38,612] '/u/Rizmin' has given '/u/callmenicpls' lambda! +[2020-08-08 01:18:40,780] /u/callmenicpls had their flair updated +[2020-08-08 01:19:13,658] '/u/MafiasFinestTV' has given '/u/FGDesigns' lambda! +[2020-08-08 01:19:15,582] /u/FGDesigns had their flair updated +[2020-08-08 01:20:03,860] '/u/Capture_Reviews' has given '/u/FrostburnWoof' lambda! +[2020-08-08 01:20:06,849] /u/FrostburnWoof had their flair updated +[2020-08-08 01:21:39,055] There has been a new submission: 'An apolitical look at Goya Beans | Garuka', with flair 'Video Critique' +[2020-08-08 01:21:40,570] /u/bigasshaver had their submission removed for insufficient lambda. +[2020-08-08 01:21:42,668] /u/bigasshaver had their flair updated +[2020-08-08 01:22:02,192] There has been a new submission: 'Monetization', with flair 'Channel Review' +[2020-08-08 01:22:03,870] /u/BolanosCR had their submission removed for insufficient lambda. +[2020-08-08 01:22:06,002] /u/BolanosCR had their flair updated +[2020-08-08 01:30:12,474] '/u/MafiasFinestTV' has given '/u/OccupiedGarrett' lambda! +[2020-08-08 01:30:14,778] /u/OccupiedGarrett had their flair updated +[2020-08-08 01:33:29,886] There has been a new submission: '1 Month and 80 Hours Later, long enough to know what I hate about this video/production. Looking for your thoughts on ONE scene/aspect/joke you'd remove to tighten the whole video up, no general critiques on content. I know what I want to make.', with flair 'Video Critique' +[2020-08-08 01:33:31,688] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 01:33:31,808] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 01:33:32,918] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S95UAzL023E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 01:33:33,368] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC93c2EpP3lpuh0f2XPToj3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 01:33:36,236] /u/KevinClaus had their flair updated +[2020-08-08 01:39:20,711] There has been a new submission: 'Fall Guys (first time playing) (no commentary)', with flair 'Gaming' +[2020-08-08 01:39:21,611] /u/randomgamer800 had their submission removed for insufficient lambda. +[2020-08-08 01:39:22,431] /u/randomgamer800 had their flair updated +[2020-08-08 01:46:01,004] '/u/BetaBradTv' has given '/u/OccupiedGarrett' lambda! +[2020-08-08 01:46:02,925] /u/OccupiedGarrett had their flair updated +[2020-08-08 01:49:06,529] '/u/BigWaff' has given '/u/mskibs' lambda! +[2020-08-08 01:49:08,132] /u/mskibs had their flair updated +[2020-08-08 01:59:30,985] '/u/ANMSSHITPOSTER' has given '/u/Kyle_Gates' lambda! +[2020-08-08 01:59:32,480] /u/Kyle_Gates had their flair updated +[2020-08-08 02:00:04,599] '/u/ANMSSHITPOSTER' has given '/u/BetaBradTv' lambda! +[2020-08-08 02:00:07,048] /u/BetaBradTv had their flair updated +[2020-08-08 02:00:47,037] '/u/Kyle_Gates' has given '/u/baechanka' lambda! +[2020-08-08 02:00:49,366] /u/baechanka had their flair updated +[2020-08-08 02:10:00,429] There has been a new submission: 'Join my discord if you want to collab with me for fun Fortnite events!', with flair 'Collab' +[2020-08-08 02:10:03,248] /u/PlatinumBlast27 had their flair updated +[2020-08-08 02:23:59,012] There has been a new submission: 'Racism’s effect on Self Image - This isnt a usual video topic of mine so please lemme know what you think!', with flair 'Video Critique' +[2020-08-08 02:23:59,705] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 02:23:59,707] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 02:24:00,474] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hLkHq1wk2_k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 02:24:00,804] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuhxOThbdLwliuBDtXnAk7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 02:24:03,549] /u/pinappleonpizza123 had their flair updated +[2020-08-08 02:24:54,876] There has been a new submission: 'Ego is the enemy in personal branding', with flair 'Discussion' +[2020-08-08 02:24:57,002] /u/Iridiumchaos had their flair updated +[2020-08-08 02:25:55,463] There has been a new submission: 'A fresh start at BennyTheFur_', with flair 'Video Critique' +[2020-08-08 02:25:56,773] /u/ManFromMissouri had their submission removed for insufficient lambda. +[2020-08-08 02:25:58,294] /u/ManFromMissouri had their flair updated +[2020-08-08 02:28:11,880] '/u/myTWOcentzz' has given '/u/luisfrobles' lambda! +[2020-08-08 02:28:13,565] /u/luisfrobles had their flair updated +[2020-08-08 02:31:42,977] '/u/acceptgaming' has given '/u/xPento' lambda! +[2020-08-08 02:31:45,146] /u/xPento had their flair updated +[2020-08-08 02:45:01,253] There has been a new submission: 'I'm trying out making shorter videos with better editing. Would like to know how the video is and it anything can improve.', with flair 'Video Critique' +[2020-08-08 02:45:01,959] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 02:45:01,961] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 02:45:02,299] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sCK69l53dYk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 02:45:02,487] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 02:45:04,823] /u/rociscool_ had their flair updated +[2020-08-08 02:45:44,551] +#################### +[Aug 08 2020 02:45:44] RESTARTED +#################### + +[2020-08-08 03:21:09,342] There has been a new submission: 'Background Painting time-lapse', with flair 'Art' +[2020-08-08 03:21:10,980] /u/Potato-Oversama had their submission removed for insufficient lambda. +[2020-08-08 03:21:13,156] /u/Potato-Oversama had their flair updated +[2020-08-08 03:23:31,306] '/u/Nomad_ActualYT' has given '/u/OccupiedGarrett' lambda! +[2020-08-08 03:23:34,049] /u/OccupiedGarrett had their flair updated +[2020-08-08 03:24:50,845] There has been a new submission: 'I took a picture of myself every day for 3 years (time lapse)', with flair 'Art' +[2020-08-08 03:24:52,199] /u/ethandangelica had their submission removed for insufficient lambda. +[2020-08-08 03:24:53,797] /u/ethandangelica had their flair updated +[2020-08-08 03:25:11,821] There has been a new submission: 'WE EXPLORED A 100 years old DEMOLISHED AMUSEMENT PARK... ( we didn't know)', with flair 'Vlog' +[2020-08-08 03:25:13,010] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-08 03:25:14,442] /u/bubenator10 had their flair updated +[2020-08-08 03:25:32,850] There has been a new submission: 'Marvel's Avengers BETA: Missing Links Mission Gameplay', with flair 'Gaming' +[2020-08-08 03:25:33,913] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-08 03:25:35,229] /u/majin_hendrix had their flair updated +[2020-08-08 03:25:53,098] There has been a new submission: 'CyberHunter Here is My Spent Money and Skins (but with more JOJOs)', with flair 'Gaming' +[2020-08-08 03:25:54,129] /u/Pkfr29 had their submission removed for insufficient lambda. +[2020-08-08 03:25:55,405] /u/Pkfr29 had their flair updated +[2020-08-08 03:27:24,407] There has been a new submission: 'Me n My friends tried out the New Cars in Fortnite. Check it Out!', with flair 'Gaming' +[2020-08-08 03:27:25,434] /u/DerekFDB had their submission removed for insufficient lambda. +[2020-08-08 03:27:26,583] /u/DerekFDB had their flair updated +[2020-08-08 03:41:32,089] '/u/KoderYT' has given '/u/callmenicpls' lambda! +[2020-08-08 03:41:35,006] /u/callmenicpls had their flair updated +[2020-08-08 03:46:39,359] '/u/rbbycalmrz' has given '/u/ManFromMissouri' lambda! +[2020-08-08 03:46:41,205] /u/ManFromMissouri had their flair updated +[2020-08-08 03:53:05,427] There has been a new submission: 'Travel vlog!', with flair 'Vlog' +[2020-08-08 03:53:07,145] /u/makeupjunkiee25 had their submission removed for insufficient lambda. +[2020-08-08 03:53:09,232] /u/makeupjunkiee25 had their flair updated +[2020-08-08 03:53:48,936] There has been a new submission: 'Craving Croissants In Cards Against Humanity', with flair 'Video Critique' +[2020-08-08 03:53:50,417] /u/Grizzly_ENT had their submission removed for insufficient lambda. +[2020-08-08 03:53:52,387] /u/Grizzly_ENT had their flair updated +[2020-08-08 04:16:34,497] '/u/MafiasFinestTV' has given '/u/Supeelok99' lambda! +[2020-08-08 04:16:36,508] /u/Supeelok99 had their flair updated +[2020-08-08 04:17:48,622] There has been a new submission: 'Funny moments in Valorant that took me hours to edit, I feel like I've put more time to this video than the last.', with flair 'Video Critique' +[2020-08-08 04:17:51,039] /u/cav_1 had their flair updated +[2020-08-08 04:23:22,948] There has been a new submission: 'A completely serious analysis of Sonic Dreams Collection. Part of a series I'm working on. Critique is appreciated!', with flair 'None' +[2020-08-08 04:23:23,767] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 04:23:23,805] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 04:23:24,793] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JRWyT_E0pDk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 04:23:25,203] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCePQsltvT4FtMeMEuObbGaw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 04:23:30,110] /u/PaperBag0451 had their flair updated +[2020-08-08 04:41:00,488] There has been a new submission: 'WE EXPLORED A 100 years old DEMOLISHED AMUSEMENT PARK... ( we didn't know)', with flair 'Vlog' +[2020-08-08 04:41:02,013] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-08 04:41:04,213] /u/bubenator10 had their flair updated +[2020-08-08 04:45:44,673] +#################### +[Aug 08 2020 04:45:44] RESTARTED +#################### + +[2020-08-08 05:16:09,451] There has been a new submission: 'L0gend league #5 | Rocket League Highlights', with flair 'Gaming' +[2020-08-08 05:16:10,881] /u/Legend_RL had their submission removed for insufficient lambda. +[2020-08-08 05:16:12,069] /u/Legend_RL had their flair updated +[2020-08-08 05:16:49,864] '/u/PIXELPIGYT' has given '/u/OccupiedGarrett' lambda! +[2020-08-08 05:16:52,282] /u/OccupiedGarrett had their flair updated +[2020-08-08 05:17:11,255] '/u/PIXELPIGYT' has given '/u/ManFromMissouri' lambda! +[2020-08-08 05:17:13,597] /u/ManFromMissouri had their flair updated +[2020-08-08 05:19:58,503] There has been a new submission: 'Remember xxxtentacion Back In The Day? / ImStillJnation', with flair 'Vlog' +[2020-08-08 05:19:59,445] /u/ItzYeBoiJJ had their submission removed for insufficient lambda. +[2020-08-08 05:19:59,983] /u/ItzYeBoiJJ had their flair updated +[2020-08-08 05:20:18,888] There has been a new submission: 'Hello everyone please check out my channel and comment yours and Ill check it out ASAP :)', with flair 'Channel Review' +[2020-08-08 05:20:20,564] /u/memesgoddest had their submission removed for insufficient lambda. +[2020-08-08 05:20:22,938] /u/memesgoddest had their flair updated +[2020-08-08 05:38:50,750] There has been a new submission: 'P.O. Box Poop (Garlic Letter Mail Prank) Ft TooWiiMii', with flair 'Vlog' +[2020-08-08 05:38:51,611] /u/GuacDivision had their submission removed for insufficient lambda. +[2020-08-08 05:38:52,477] /u/GuacDivision had their flair updated +[2020-08-08 05:41:38,731] '/u/FlightoftheMelons' has given '/u/Supeelok99' lambda! +[2020-08-08 05:41:41,023] /u/Supeelok99 had their flair updated +[2020-08-08 05:45:01,967] There has been a new submission: 'The master of tic tac to. (Will give lambda)', with flair 'Video Critique' +[2020-08-08 05:45:03,157] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 05:45:03,196] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 05:45:04,051] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7wmW9uciPL4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 05:45:04,381] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbUcAithEYEP-wl5fz3gsMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 05:45:07,077] /u/Supeelok99 had their flair updated +[2020-08-08 05:47:09,658] There has been a new submission: 'Top 10 richest people in the world (2000 - 2020).', with flair 'Vlog' +[2020-08-08 05:47:10,681] /u/mightymilf_com had their submission removed for insufficient lambda. +[2020-08-08 05:47:11,911] /u/mightymilf_com had their flair updated +[2020-08-08 05:51:17,732] There has been a new submission: 'Checkout this video on the Assam flood 2020 that how much it affected the people and wildlife.', with flair 'Video Critique' +[2020-08-08 05:51:19,451] /u/beingfarcastic had their submission removed for insufficient lambda. +[2020-08-08 05:51:21,704] /u/beingfarcastic had their flair updated +[2020-08-08 05:56:03,694] There has been a new submission: 'Have you guys used tik tok as a way to promote your content?', with flair 'Discussion' +[2020-08-08 05:56:06,030] /u/Narband had their flair updated +[2020-08-08 06:11:10,880] '/u/Supeelok99' has given '/u/memesgoddest' lambda! +[2020-08-08 06:11:13,467] /u/memesgoddest had their flair updated +[2020-08-08 06:12:32,991] '/u/Supeelok99' has given '/u/CedieWap' lambda! +[2020-08-08 06:12:34,944] /u/CedieWap had their flair updated +[2020-08-08 06:14:30,590] '/u/HappyPantzInc' has given '/u/ManFromMissouri' lambda! +[2020-08-08 06:14:32,637] /u/ManFromMissouri had their flair updated +[2020-08-08 06:17:48,215] There has been a new submission: 'First Impressions | Testing New Makeup', with flair 'Channel Review' +[2020-08-08 06:17:49,324] /u/Mowdyyy3 had their submission removed for insufficient lambda. +[2020-08-08 06:17:50,519] /u/Mowdyyy3 had their flair updated +[2020-08-08 06:25:00,504] '/u/FlightoftheMelons' has given '/u/memesgoddest' lambda! +[2020-08-08 06:25:02,956] /u/memesgoddest had their flair updated +[2020-08-08 06:26:50,344] There has been a new submission: 'Making a fresh start with my new channel BennyTheFur_', with flair 'Discussion' +[2020-08-08 06:26:53,138] /u/ManFromMissouri had their flair updated +[2020-08-08 06:29:50,328] There has been a new submission: 'Oil Pulling Fad or Fact', with flair 'Channel Review' +[2020-08-08 06:29:50,918] /u/Dentistraj had their submission removed for insufficient lambda. +[2020-08-08 06:29:51,317] /u/Dentistraj had their flair updated +[2020-08-08 06:33:40,384] '/u/HappyPantzInc' has given '/u/memesgoddest' lambda! +[2020-08-08 06:33:42,592] /u/memesgoddest had their flair updated +[2020-08-08 06:34:48,147] There has been a new submission: 'Two things. one: critique my work and I’ll give you those point things if you do a good job. Two: can someone please tell me if I’m gonna get copyright strikes for the watermark that the editing software forced me to use?', with flair 'Video Critique' +[2020-08-08 06:34:48,966] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 06:34:49,004] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 06:34:49,825] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0YSom5L9jhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 06:34:50,235] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHpYRndUyAO_mqjH1_BC3mQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 06:34:52,893] /u/ManFromMissouri had their flair updated +[2020-08-08 06:45:44,525] +#################### +[Aug 08 2020 06:45:44] RESTARTED +#################### + +[2020-08-08 07:19:47,228] There has been a new submission: 'Hello, can yall review my channel and If you want me to review yours put it in the comments. Thanks! :)', with flair 'Channel Review' +[2020-08-08 07:19:49,482] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 07:19:49,522] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 07:19:51,039] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4atYoZMadHQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 07:19:51,490] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTFdzLWj5cfphklUbe0IwaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 07:19:53,173] /u/memesgoddest had their flair updated +[2020-08-08 07:21:07,795] There has been a new submission: 'Check out hilarious new game 😂', with flair 'Gaming' +[2020-08-08 07:21:09,513] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-08 07:21:11,651] /u/xSaydexGaming1 had their flair updated +[2020-08-08 07:21:30,573] There has been a new submission: 'Sister Freide has unlocked Ultra Instinct!!', with flair 'Video Critique' +[2020-08-08 07:21:32,619] /u/GuyFarruski had their submission removed for insufficient lambda. +[2020-08-08 07:21:35,614] /u/GuyFarruski had their flair updated +[2020-08-08 07:27:48,187] There has been a new submission: 'test', with flair 'Video Critique' +[2020-08-08 07:27:49,333] /u/cav_1 had their submission removed for insufficient lambda. +[2020-08-08 07:27:51,008] /u/cav_1 had their flair updated +[2020-08-08 07:28:33,475] There has been a new submission: 'adaf', with flair 'Video Critique' +[2020-08-08 07:28:34,542] /u/cav_1 had their submission removed for insufficient lambda. +[2020-08-08 07:28:36,142] /u/cav_1 had their flair updated +[2020-08-08 07:29:20,953] There has been a new submission: 'da', with flair 'Video Critique' +[2020-08-08 07:29:21,972] /u/cav_1 had their submission removed for insufficient lambda. +[2020-08-08 07:29:23,075] /u/cav_1 had their flair updated +[2020-08-08 07:46:11,724] There has been a new submission: 'I have been doing a music breakdown series of vlogs. This is the final part. What do you think? Any feedback would be really great! :)', with flair 'Video Critique' +[2020-08-08 07:46:12,581] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 07:46:12,582] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 07:46:13,281] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bZZqKi7WSaM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 07:46:13,651] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTfvWyiI1yrURjhg_Lpr4nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 07:46:16,231] /u/phalgunnmaharishi had their flair updated +[2020-08-08 07:48:28,763] There has been a new submission: 'My Dividend Growth Portfolio!', with flair 'Vlog' +[2020-08-08 07:48:29,624] /u/Mr_Pawya had their submission removed for insufficient lambda. +[2020-08-08 07:48:30,693] /u/Mr_Pawya had their flair updated +[2020-08-08 07:51:24,627] There has been a new submission: 'can i get some feedback is the music in the video too loud', with flair 'Video Critique' +[2020-08-08 07:51:26,185] /u/ItsMichaelBtw had their submission removed for insufficient lambda. +[2020-08-08 07:51:28,518] /u/ItsMichaelBtw had their flair updated +[2020-08-08 07:57:16,231] There has been a new submission: 'Friends...Need Your Feedback On My Latest Instrumental Music Track', with flair 'Video Critique' +[2020-08-08 07:57:17,417] /u/YT-User had their submission removed for insufficient lambda. +[2020-08-08 07:57:18,729] /u/YT-User had their flair updated +[2020-08-08 08:00:04,043] There has been a new submission: 'I need advice about my channel I understand it take time to get there But This is actually disappointing so please tell me what's I'm doing Wrong Thank you', with flair 'Channel Review' +[2020-08-08 08:00:05,749] /u/JustdeathX had their submission removed for insufficient lambda. +[2020-08-08 08:00:08,115] /u/JustdeathX had their flair updated +[2020-08-08 08:00:20,131] There has been a new submission: 'I'm thinking of starting a youtube channel. I will compile clips of different cities shot by me with music and title the videos something like "The beauty of London". Can you guys recommend a name for my YouTube channel?', with flair 'Discussion' +[2020-08-08 08:00:22,937] /u/STROBE_101 had their flair updated +[2020-08-08 08:02:55,269] '/u/thefamousap' has given '/u/ItzRusty' lambda! +[2020-08-08 08:02:57,479] /u/ItzRusty had their flair updated +[2020-08-08 08:03:40,938] '/u/GHuntbook' has given '/u/ThatReeceGuy' lambda! +[2020-08-08 08:03:43,156] /u/ThatReeceGuy had their flair updated +[2020-08-08 08:04:42,136] '/u/GHuntbook' has given '/u/derebrya' lambda! +[2020-08-08 08:04:44,194] /u/derebrya had their flair updated +[2020-08-08 08:05:06,233] '/u/thefamousap' has given '/u/OccupiedGarrett' lambda! +[2020-08-08 08:05:07,783] /u/OccupiedGarrett had their flair updated +[2020-08-08 08:23:05,382] There has been a new submission: 'Hello, just wanted some criticism on my latest video. (All comments welcomed)', with flair 'Video Critique' +[2020-08-08 08:23:06,857] /u/go981w had their submission removed for insufficient lambda. +[2020-08-08 08:23:08,828] /u/go981w had their flair updated +[2020-08-08 08:24:21,848] '/u/jackgo14' has given '/u/callmenicpls' lambda! +[2020-08-08 08:24:23,983] /u/callmenicpls had their flair updated +[2020-08-08 08:26:04,627] '/u/jackgo14' has given '/u/ManFromMissouri' lambda! +[2020-08-08 08:26:06,039] /u/ManFromMissouri had their flair updated +[2020-08-08 08:35:11,996] There has been a new submission: 'Hyperscape Anime Opening made by Justthatguyalex', with flair 'Gaming' +[2020-08-08 08:35:13,201] /u/AlexIsAwesome316 had their submission removed for insufficient lambda. +[2020-08-08 08:35:14,900] /u/AlexIsAwesome316 had their flair updated +[2020-08-08 08:45:44,044] +#################### +[Aug 08 2020 08:45:44] RESTARTED +#################### + +[2020-08-08 09:13:34,068] There has been a new submission: 'Can you guys give me an advice or any kind of feedback, I made a new video about the forza game evolution. You might want to check it out and see what should i improve on making videos like this. I would love some support, probably i'll give lambda to those who gives feedback.', with flair 'Video Critique' +[2020-08-08 09:13:36,277] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 09:13:36,320] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 09:13:37,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PswG-gZ8ZDA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 09:13:37,876] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB5U20eEWtf9p6MGntcDx1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 09:13:40,740] /u/ESTeaDY1968 had their flair updated +[2020-08-08 09:17:03,835] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-08 09:17:43,722] There has been a new submission: 'How to edit, record and work full time?', with flair 'Discussion' +[2020-08-08 09:17:45,033] /u/Enzio961 had their flair updated +[2020-08-08 09:56:40,805] There has been a new submission: 'Thank you', with flair 'Discussion' +[2020-08-08 09:56:42,595] /u/jakkerman1995 had their flair updated +[2020-08-08 09:59:20,326] There has been a new submission: 'SUBSCRIBE AND LIKE AND COMMENT!!!', with flair 'Gaming' +[2020-08-08 09:59:20,994] /u/DragonZillaYT had their submission removed for insufficient lambda. +[2020-08-08 09:59:21,609] /u/DragonZillaYT had their flair updated +[2020-08-08 10:01:17,657] '/u/ESTeaDY1968' has given '/u/ChagTastic' lambda! +[2020-08-08 10:01:19,956] /u/ChagTastic had their flair updated +[2020-08-08 10:07:38,444] '/u/ESTeaDY1968' has given '/u/Kyle_Gates' lambda! +[2020-08-08 10:07:40,413] /u/Kyle_Gates had their flair updated +[2020-08-08 10:29:00,666] '/u/phalgunnmaharishi' has given '/u/mtl1234' lambda! +[2020-08-08 10:29:01,502] /u/mtl1234 had their flair updated +[2020-08-08 10:29:06,923] '/u/ESTeaDY1968' has given '/u/2Legit2Cwithe' lambda! +[2020-08-08 10:29:07,731] /u/2Legit2Cwithe had their flair updated +[2020-08-08 10:30:22,431] There has been a new submission: 'I just recently started making gameplay videos and I have spent some time editing this one. Would really appreciate some feedback. (will give lambda of course)', with flair 'Gaming' +[2020-08-08 10:30:23,156] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 10:30:23,158] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 10:30:23,265] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cuzPr0rR4IY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 10:30:23,387] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCj7J-OqJA9SlqInOFo-SPfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 10:30:26,647] /u/ChagTastic had their flair updated +[2020-08-08 10:30:36,942] '/u/phalgunnmaharishi' has given '/u/NoahDB5' lambda! +[2020-08-08 10:30:39,211] /u/NoahDB5 had their flair updated +[2020-08-08 10:45:44,248] +#################### +[Aug 08 2020 10:45:44] RESTARTED +#################### + +[2020-08-08 11:12:05,341] There has been a new submission: 'Took a whack at voice acting for fun using voice-over samples from different companies and shows - Philippine Airlines, WWE, and The Sims to name a few. Feel free to critique my technique.', with flair 'Vlog' +[2020-08-08 11:12:06,935] /u/tehpartygod had their submission removed for insufficient lambda. +[2020-08-08 11:12:08,989] /u/tehpartygod had their flair updated +[2020-08-08 11:12:28,494] There has been a new submission: 'Hey how is everyone I started making super Mario maker 2 video’s if anyone wants to check it out and give some feedback feel free thanks in advance! Here is my latest video feel free to sniff around on my channel', with flair 'Channel Review' +[2020-08-08 11:12:29,845] /u/Riicoo90 had their submission removed for insufficient lambda. +[2020-08-08 11:12:31,768] /u/Riicoo90 had their flair updated +[2020-08-08 11:15:15,876] There has been a new submission: 'Madden 20 Tips And Tricks | 46 Bear Under Cover 1 Run Defense Stop The Run With This Play!!!!!!!!!!', with flair 'Gaming' +[2020-08-08 11:15:17,024] /u/46Gang had their submission removed for insufficient lambda. +[2020-08-08 11:15:18,415] /u/46Gang had their flair updated +[2020-08-08 11:15:31,983] There has been a new submission: 'Madden 20 Tips And Tricks | Dime Normal Mini Scheme | Blitz Set ups And Coverages Mess With Opponent', with flair 'Gaming' +[2020-08-08 11:15:33,092] /u/46Gang had their submission removed for insufficient lambda. +[2020-08-08 11:15:34,449] /u/46Gang had their flair updated +[2020-08-08 11:15:47,779] There has been a new submission: 'Madden 20 Tips And Tricks | Dollar 3-2-6 DB Fire 2 Blitz Get More Picks , Sacks And Fumbles NOW!!!', with flair 'Gaming' +[2020-08-08 11:15:48,847] /u/46Gang had their submission removed for insufficient lambda. +[2020-08-08 11:15:50,120] /u/46Gang had their flair updated +[2020-08-08 11:16:06,181] There has been a new submission: 'My newest video, and a new video called for a new killer, and I am loving the Ghost Face. All comments welcome, appreciated and responded to.', with flair 'Video Critique' +[2020-08-08 11:16:07,576] /u/SibleyNoir had their submission removed for insufficient lambda. +[2020-08-08 11:16:09,499] /u/SibleyNoir had their flair updated +[2020-08-08 11:16:29,112] There has been a new submission: 'This is a song I wrote awhile back called Flip the switch', with flair 'Video Critique' +[2020-08-08 11:16:30,540] /u/MindOverMatterGuy had their submission removed for insufficient lambda. +[2020-08-08 11:16:32,420] /u/MindOverMatterGuy had their flair updated +[2020-08-08 11:27:31,022] There has been a new submission: 'time for a crusade?', with flair 'None' +[2020-08-08 11:27:32,170] /u/Alfiemakesvideos had their submission removed for insufficient lambda. +[2020-08-08 11:27:33,401] /u/Alfiemakesvideos had their flair updated +[2020-08-08 11:30:44,703] There has been a new submission: 'Hi ^^ I can edit your videos and do your Thumbnails or make a banner even minecraft render. This is something that I did for fun :") but you can see more than 259 effects on that single video so feel free to check that', with flair 'None' +[2020-08-08 11:30:46,233] /u/silenteyy had their submission removed for insufficient lambda. +[2020-08-08 11:30:48,612] /u/silenteyy had their flair updated +[2020-08-08 11:32:46,567] '/u/Capture_Reviews' has given '/u/theClutchKage' lambda! +[2020-08-08 11:32:48,775] /u/theClutchKage had their flair updated +[2020-08-08 11:33:10,921] '/u/Capture_Reviews' has given '/u/Supeelok99' lambda! +[2020-08-08 11:33:13,635] /u/Supeelok99 had their flair updated +[2020-08-08 11:33:57,857] '/u/Capture_Reviews' has given '/u/imbapunch' lambda! +[2020-08-08 11:33:59,944] /u/imbapunch had their flair updated +[2020-08-08 11:34:35,502] '/u/Capture_Reviews' has given '/u/ESTeaDY1968' lambda! +[2020-08-08 11:34:37,583] /u/ESTeaDY1968 had their flair updated +[2020-08-08 11:35:08,707] '/u/Capture_Reviews' has given '/u/Kyle_Gates' lambda! +[2020-08-08 11:35:10,331] /u/Kyle_Gates had their flair updated +[2020-08-08 11:47:58,226] There has been a new submission: 'Unboxing My New Sony A7iii Camera', with flair 'Vlog' +[2020-08-08 11:47:59,248] /u/menjivar003 had their submission removed for insufficient lambda. +[2020-08-08 11:48:00,513] /u/menjivar003 had their flair updated +[2020-08-08 11:49:54,840] There has been a new submission: 'Turning 21 - Latest comedy vid! Took sooo long so please let me know what you think!', with flair 'Video Critique' +[2020-08-08 11:49:56,278] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 11:49:56,358] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 11:49:57,221] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bmy0A9j8Jfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 11:49:57,507] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 11:49:58,986] /u/OccupiedGarrett had their flair updated +[2020-08-08 11:51:53,317] '/u/ChagTastic' has given '/u/mtl1234' lambda! +[2020-08-08 11:51:56,391] /u/mtl1234 had their flair updated +[2020-08-08 11:54:35,426] There has been a new submission: 'HOW TO GET MILLIONS OF VIEWS on TIKTOK!!! for FREE (100% WORKS)', with flair 'Channel Review' +[2020-08-08 11:54:36,700] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-08 11:54:38,461] /u/Xander2KBarqs123 had their flair updated +[2020-08-08 11:59:08,512] There has been a new submission: 'Hey guys, check out this new intense gameplay video. It quick, funny, exciting, has memes, and has a little surprise at the end. please gake a look and give feedback aswell as like and comments. Thank you', with flair 'Gaming' +[2020-08-08 11:59:09,528] /u/Billybk78 had their submission removed for insufficient lambda. +[2020-08-08 11:59:10,181] /u/Billybk78 had their flair updated +[2020-08-08 11:59:59,268] '/u/memesgoddest' has given '/u/NoahDB5' lambda! +[2020-08-08 12:00:00,124] /u/NoahDB5 had their flair updated +[2020-08-08 12:00:14,017] '/u/memesgoddest' has given '/u/mtl1234' lambda! +[2020-08-08 12:00:16,363] /u/mtl1234 had their flair updated +[2020-08-08 12:00:27,301] '/u/memesgoddest' has given '/u/PaperBag0451' lambda! +[2020-08-08 12:00:29,593] /u/PaperBag0451 had their flair updated +[2020-08-08 12:00:40,521] '/u/memesgoddest' has given '/u/intrepidgrlventure' lambda! +[2020-08-08 12:00:42,799] /u/intrepidgrlventure had their flair updated +[2020-08-08 12:05:06,299] There has been a new submission: 'I don't know what to do - mics don't work with my phone :-(', with flair 'Discussion' +[2020-08-08 12:05:08,252] /u/Imagine-Freedom had their flair updated +[2020-08-08 12:07:08,762] '/u/MafiasFinestTV' has given '/u/wallexy' lambda! +[2020-08-08 12:07:10,528] /u/wallexy had their flair updated +[2020-08-08 12:13:49,569] There has been a new submission: 'MARVEL'S AVENGERS walkthrough gameplay part 1.', with flair 'Gaming' +[2020-08-08 12:13:51,160] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-08 12:13:53,026] /u/XA1CE had their flair updated +[2020-08-08 12:27:33,037] There has been a new submission: 'Part 2 of my last video', with flair 'Video Critique' +[2020-08-08 12:27:33,446] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 12:27:33,468] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 12:27:33,791] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SXe9xtSTmZ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 12:27:34,048] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClInsm47ZX21ZPjPH2QZ0BA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 12:27:35,962] /u/Endy_McGufin had their flair updated +[2020-08-08 12:39:18,236] There has been a new submission: 'Cartoon - I'm Not Worthy Of My Cheating Husband's Love! - AmoMama', with flair 'None' +[2020-08-08 12:39:18,953] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-08 12:39:19,564] /u/IndividualGuide had their flair updated +[2020-08-08 12:39:41,083] There has been a new submission: 'Sea of Thieves Funny Moments with my Sisters and Cousin Ep. 3', with flair 'Gaming' +[2020-08-08 12:39:41,836] /u/Toxiic-Tendency had their submission removed for insufficient lambda. +[2020-08-08 12:39:42,363] /u/Toxiic-Tendency had their flair updated +[2020-08-08 12:41:17,412] There has been a new submission: 'The flavour of the sea! Sea Bream with potatoes!', with flair 'Video Critique' +[2020-08-08 12:41:18,948] /u/dddaaabbbaaa had their submission removed for insufficient lambda. +[2020-08-08 12:41:21,226] /u/dddaaabbbaaa had their flair updated +[2020-08-08 12:44:23,843] There has been a new submission: 'Rainbow six siege funny montage (please subscribe)', with flair 'Gaming' +[2020-08-08 12:44:25,231] /u/pewdiepie-copy182 had their submission removed for insufficient lambda. +[2020-08-08 12:44:27,030] /u/pewdiepie-copy182 had their flair updated +[2020-08-08 12:45:44,381] +#################### +[Aug 08 2020 12:45:44] RESTARTED +#################### + +[2020-08-08 13:17:21,656] '/u/FlightoftheMelons' has given '/u/shadossplayz' lambda! +[2020-08-08 13:17:23,995] /u/shadossplayz had their flair updated +[2020-08-08 13:17:41,968] '/u/FlightoftheMelons' has given '/u/2Legit2Cwithe' lambda! +[2020-08-08 13:17:44,097] /u/2Legit2Cwithe had their flair updated +[2020-08-08 13:18:45,826] '/u/jdabs29' has given '/u/PineapplePizzaGaming' lambda! +[2020-08-08 13:18:47,840] /u/PineapplePizzaGaming had their flair updated +[2020-08-08 13:19:19,153] '/u/OccupiedGarrett' has given '/u/intrepidgrlventure' lambda! +[2020-08-08 13:19:21,452] /u/intrepidgrlventure had their flair updated +[2020-08-08 13:20:21,296] There has been a new submission: 'I have a fear of recording myself', with flair 'Discussion' +[2020-08-08 13:20:23,797] /u/egorechek had their flair updated +[2020-08-08 13:20:42,491] There has been a new submission: '“Where Are They Now? The Prank Channels” I’d love to hear your thoughts on my recent mini documentary I made on Youtube. I will give lambda for constructive criticism.', with flair 'Video Critique' +[2020-08-08 13:20:44,290] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 13:20:44,329] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 13:20:45,273] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P6V0dRTOajQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 13:20:45,680] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPo7Z7zVnc546109bltp_4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 13:20:49,120] /u/2Legit2Cwithe had their flair updated +[2020-08-08 13:23:09,789] '/u/phalgunnmaharishi' has given '/u/sambullock4' lambda! +[2020-08-08 13:23:12,244] /u/sambullock4 had their flair updated +[2020-08-08 13:33:31,916] There has been a new submission: 'Minecraft but it’s actually funny', with flair 'Gaming' +[2020-08-08 13:33:33,273] /u/xGlyfic had their submission removed for insufficient lambda. +[2020-08-08 13:33:35,164] /u/xGlyfic had their flair updated +[2020-08-08 13:34:30,005] There has been a new submission: 'This is a short Call of Duty Warzone Montage I made and I'd love to hear your feedback! (I will give lambda to good critiques)', with flair 'Video Critique' +[2020-08-08 13:34:31,189] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 13:34:31,227] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 13:34:32,007] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0-_jrWjsSNU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 13:34:32,537] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUe10j5yY7IFCFoy3HI8Ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 13:34:36,064] /u/PineapplePizzaGaming had their flair updated +[2020-08-08 13:35:17,181] There has been a new submission: 'Drunk by daylight // PT 1', with flair 'Gaming' +[2020-08-08 13:35:18,447] /u/bleedisPlays had their submission removed for insufficient lambda. +[2020-08-08 13:35:20,044] /u/bleedisPlays had their flair updated +[2020-08-08 13:43:55,284] There has been a new submission: 'Fall Guys - This is the new Hype!!!', with flair 'Gaming' +[2020-08-08 13:43:56,843] /u/TheFastWarrior had their submission removed for insufficient lambda. +[2020-08-08 13:43:58,771] /u/TheFastWarrior had their flair updated +[2020-08-08 13:46:43,006] There has been a new submission: 'Check out me and my mates channel if you want.', with flair 'Channel Review' +[2020-08-08 13:46:44,398] /u/HappyTBagTwitch had their submission removed for insufficient lambda. +[2020-08-08 13:46:45,831] /u/HappyTBagTwitch had their flair updated +[2020-08-08 13:51:47,587] '/u/OccupiedGarrett' has given '/u/callmenicpls' lambda! +[2020-08-08 13:51:50,341] /u/callmenicpls had their flair updated +[2020-08-08 13:52:11,492] There has been a new submission: 'How Can I Eat Too Fast ?', with flair 'Vlog' +[2020-08-08 13:52:13,128] /u/Mysteriousglobe1 had their submission removed for insufficient lambda. +[2020-08-08 13:52:15,218] /u/Mysteriousglobe1 had their flair updated +[2020-08-08 13:53:29,289] There has been a new submission: 'Hi, small animator here looking for channel critique. Been receiving complaints about the audio quality lately, but I hope that's been improved. Please help me review my banner, thumbnails, "about" page. Also do you think it is better to hide the number of subscribers for new channel? Thanks', with flair 'Channel Review' +[2020-08-08 13:53:30,601] /u/StevePenStudios had their submission removed for insufficient lambda. +[2020-08-08 13:53:32,448] /u/StevePenStudios had their flair updated +[2020-08-08 13:56:05,507] '/u/ManFromMissouri' has given '/u/NintandogYT' lambda! +[2020-08-08 13:56:08,005] /u/NintandogYT had their flair updated +[2020-08-08 14:04:57,055] There has been a new submission: 'Don't scroll past this.', with flair 'Discussion' +[2020-08-08 14:04:59,103] /u/Ayushmnan_Bharat had their flair updated +[2020-08-08 14:13:08,740] '/u/2Legit2Cwithe' has given '/u/intrepidgrlventure' lambda! +[2020-08-08 14:13:10,988] /u/intrepidgrlventure had their flair updated +[2020-08-08 14:14:56,868] There has been a new submission: 'AE86 vs Square Wheels | BeamNG Drive', with flair 'Gaming' +[2020-08-08 14:14:58,621] /u/Nebula_Who had their submission removed for insufficient lambda. +[2020-08-08 14:15:00,354] /u/Nebula_Who had their flair updated +[2020-08-08 14:17:00,242] There has been a new submission: 'Free Intro makers for small and beginner YouTubers', with flair 'Discussion' +[2020-08-08 14:17:01,921] /u/neupanedipen had their flair updated +[2020-08-08 14:18:25,023] There has been a new submission: 'I was honestly just wondering what you guys think of my channel and what i can do to improve', with flair 'Discussion' +[2020-08-08 14:18:27,320] /u/dontmessup16 had their flair updated +[2020-08-08 14:18:47,944] There has been a new submission: 'I was honestly just wondering what you guys think of my channel and what i can do to improve', with flair 'Discussion' +[2020-08-08 14:18:49,666] /u/dontmessup16 had their flair updated +[2020-08-08 14:19:25,039] '/u/2Legit2Cwithe' has given '/u/curtisweaverco' lambda! +[2020-08-08 14:19:27,173] /u/curtisweaverco had their flair updated +[2020-08-08 14:19:43,870] There has been a new submission: 'I'VE WAITED SO LONG FOR THIS!!! | Ghost of Tsushima [Part 1]', with flair 'Gaming' +[2020-08-08 14:19:45,221] /u/theClutchKage had their submission removed for insufficient lambda. +[2020-08-08 14:19:46,491] /u/theClutchKage had their flair updated +[2020-08-08 14:22:23,968] There has been a new submission: 'Fortnite Highlights #2 | StaySolidRocky - Party Girl | Hazz. Hope you guys enjoy this, worked very hard on the editing and thumbnail. Would appreciate any feedback/criticism', with flair 'Gaming' +[2020-08-08 14:22:25,687] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-08-08 14:22:27,777] /u/Hazz-_- had their flair updated +[2020-08-08 14:32:48,181] '/u/HappyPantzInc' has given '/u/shadossplayz' lambda! +[2020-08-08 14:32:50,967] /u/shadossplayz had their flair updated +[2020-08-08 14:35:08,571] '/u/HappyPantzInc' has given '/u/2Legit2Cwithe' lambda! +[2020-08-08 14:35:10,176] /u/2Legit2Cwithe had their flair updated +[2020-08-08 14:40:04,370] There has been a new submission: 'Scrutinized but i get trolled while playing it. | Scrutinized', with flair 'Gaming' +[2020-08-08 14:40:06,376] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-08 14:40:08,827] /u/TheUnsaidSong had their flair updated +[2020-08-08 14:40:35,681] '/u/memesgoddest' has given '/u/liftedplane' lambda! +[2020-08-08 14:40:38,786] /u/liftedplane had their flair updated +[2020-08-08 14:41:19,147] There has been a new submission: 'What is the best strategy to come up with video ideas', with flair 'Discussion' +[2020-08-08 14:41:21,569] /u/hgilolzyuydude had their flair updated +[2020-08-08 14:42:24,955] '/u/memesgoddest' has given '/u/nnnishal' lambda! +[2020-08-08 14:42:27,325] /u/nnnishal had their flair updated +[2020-08-08 14:46:13,729] +#################### +[Aug 08 2020 14:46:13] RESTARTED +#################### + +[2020-08-08 15:05:06,953] '/u/OccupiedGarrett' has given '/u/nnnishal' lambda! +[2020-08-08 15:05:08,284] /u/nnnishal had their flair updated +[2020-08-08 15:27:20,268] Starting every day program... +[2020-08-08 15:27:20,270] Updating database statistics... +[2020-08-08 15:27:39,186] '/u/Inspiron1501' has given '/u/mskibs' lambda! +[2020-08-08 15:27:41,274] /u/mskibs had their flair updated +[2020-08-08 15:28:43,530] '/u/Inspiron1501' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-08 15:28:45,049] /u/Wise_Donkey_1504 had their flair updated +[2020-08-08 15:29:34,402] '/u/CountBustANutInYah' has given '/u/INDIEGUY_PMPT' lambda! +[2020-08-08 15:29:36,582] /u/INDIEGUY_PMPT had their flair updated +[2020-08-08 15:29:54,132] '/u/CountBustANutInYah' has given '/u/BetaBradTv' lambda! +[2020-08-08 15:29:56,184] /u/BetaBradTv had their flair updated +[2020-08-08 15:33:57,630] There has been a new submission: 'A swagger souls type video I made! Seeking some criticism on what I could improve in', with flair 'Video Critique' +[2020-08-08 15:33:59,311] /u/JustaGuywithaweirdpc had their submission removed for insufficient lambda. +[2020-08-08 15:34:00,951] /u/JustaGuywithaweirdpc had their flair updated +[2020-08-08 15:34:19,750] There has been a new submission: 'my painis is immeasurable', with flair 'Video Critique' +[2020-08-08 15:34:21,966] /u/MC_Cat had their submission removed for insufficient lambda. +[2020-08-08 15:34:23,518] /u/MC_Cat had their flair updated +[2020-08-08 15:34:41,639] There has been a new submission: 'Do I need to edit all my videos?', with flair 'Discussion' +[2020-08-08 15:34:43,485] /u/MirrorNo had their flair updated +[2020-08-08 15:38:00,956] There has been a new submission: 'CALL OF DUTY - HG 40 UMA CLASSE MUITO ÁGIL E PRECISA', with flair 'Gaming' +[2020-08-08 15:38:02,020] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-08 15:38:02,920] /u/MulberryNo1582 had their flair updated +[2020-08-08 15:38:24,309] '/u/Endy_McGufin' has given '/u/INDIEGUY_PMPT' lambda! +[2020-08-08 15:38:26,361] /u/INDIEGUY_PMPT had their flair updated +[2020-08-08 15:39:00,752] There has been a new submission: 'Thoughts on my edit? Areas to improve?', with flair 'Video Critique' +[2020-08-08 15:39:01,941] /u/TheMagicTurtle1 had their submission removed for insufficient lambda. +[2020-08-08 15:39:02,599] /u/TheMagicTurtle1 had their flair updated +[2020-08-08 15:40:45,948] '/u/PIXELPIGYT' has given '/u/2Legit2Cwithe' lambda! +[2020-08-08 15:40:48,902] /u/2Legit2Cwithe had their flair updated +[2020-08-08 15:41:34,952] '/u/Endy_McGufin' has given '/u/nnnishal' lambda! +[2020-08-08 15:41:37,858] /u/nnnishal had their flair updated +[2020-08-08 15:42:16,382] '/u/PIXELPIGYT' has given '/u/shadossplayz' lambda! +[2020-08-08 15:42:19,333] /u/shadossplayz had their flair updated +[2020-08-08 15:44:06,042] There has been a new submission: 'GTA V Online BEST & FUNNY MOMENTS (GTA 5 HILARIOUS/FAIL Compilation)#1: Hey guys! I just made this funny mini montage and I would love to have feedback from you guys. Much love and thank you for being awesome!!!!', with flair 'Gaming' +[2020-08-08 15:44:07,521] /u/Eggsarehealthy1 had their submission removed for insufficient lambda. +[2020-08-08 15:44:09,281] /u/Eggsarehealthy1 had their flair updated +[2020-08-08 15:49:45,163] There has been a new submission: 'JUDGE ESTHER SALAS MADE A STATEMENT (HER CONNECTON TO EPSTIEN)', with flair 'Channel Review' +[2020-08-08 15:49:46,064] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-08-08 15:49:46,555] /u/nationhiphop had their flair updated +[2020-08-08 15:51:00,274] There has been a new submission: 'Please be as honest as you can, all I want is some honesty on my channel. I’ve posted over 100 videos during my time but i quit for a year until I came back at it stronger then ever. I would love to hear some feedback on my channel', with flair 'Channel Review' +[2020-08-08 15:51:04,937] /u/shadossplayz had their flair updated +[2020-08-08 15:51:47,730] There has been a new submission: 'Hey guys!', with flair 'Discussion' +[2020-08-08 15:51:50,394] /u/Eggsarehealthy1 had their flair updated +[2020-08-08 16:01:13,920] '/u/2Legit2Cwithe' has given '/u/TheMagicTurtle1' lambda! +[2020-08-08 16:01:16,757] /u/TheMagicTurtle1 had their flair updated +[2020-08-08 16:05:08,696] '/u/BetaBradTv' has given '/u/Kyle_Gates' lambda! +[2020-08-08 16:05:10,287] /u/Kyle_Gates had their flair updated +[2020-08-08 16:05:17,141] There has been a new submission: 'Hello people 🐬', with flair 'Gaming' +[2020-08-08 16:05:18,441] /u/Oceanace2094 had their submission removed for insufficient lambda. +[2020-08-08 16:05:20,073] /u/Oceanace2094 had their flair updated +[2020-08-08 16:05:43,309] '/u/BetaBradTv' has given '/u/ItzRusty' lambda! +[2020-08-08 16:05:45,817] /u/ItzRusty had their flair updated +[2020-08-08 16:06:05,284] '/u/BetaBradTv' has given '/u/cav_1' lambda! +[2020-08-08 16:06:07,984] /u/cav_1 had their flair updated +[2020-08-08 16:06:26,811] '/u/BetaBradTv' has given '/u/ChagTastic' lambda! +[2020-08-08 16:06:29,149] /u/ChagTastic had their flair updated +[2020-08-08 16:07:32,677] '/u/BetaBradTv' has given '/u/ManFromMissouri' lambda! +[2020-08-08 16:07:34,937] /u/ManFromMissouri had their flair updated +[2020-08-08 16:08:08,344] '/u/BetaBradTv' has given '/u/station2yt' lambda! +[2020-08-08 16:08:10,843] /u/station2yt had their flair updated +[2020-08-08 16:13:11,965] '/u/Supeelok99' has given '/u/mtl1234' lambda! +[2020-08-08 16:13:13,982] /u/mtl1234 had their flair updated +[2020-08-08 16:13:42,713] There has been a new submission: 'Hi, My Channel is Called DragonZilla. I Upload Every 2-4 Days And Make Gaming/Fortnite Videos. I Mostly Make Montages. A Sub Would Make My Day Anyone Who Wants To Collab Message Me And I will Reply. My Channel Link Is Below!!!', with flair 'Gaming' +[2020-08-08 16:13:44,521] /u/DragonZillaYT had their submission removed for insufficient lambda. +[2020-08-08 16:13:46,456] /u/DragonZillaYT had their flair updated +[2020-08-08 16:16:58,052] There has been a new submission: 'Hey, everyone! I uploaded a gaming/funny moments video today and would love some feedback! There's a mix of Minecraft, Warzone, and Read Dead :)', with flair 'Video Critique' +[2020-08-08 16:16:59,040] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 16:16:59,079] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 16:17:00,260] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I_IdJMkeA78&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 16:17:00,587] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSWoBEkPYnMlVojorsEB0Nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 16:17:03,124] /u/ImBntyHntrBish had their flair updated +[2020-08-08 16:20:08,684] '/u/Hamlet_71' has given '/u/Rizmin' lambda! +[2020-08-08 16:20:10,974] /u/Rizmin had their flair updated +[2020-08-08 16:20:57,194] There has been a new submission: 'Guys please give some tips and tricks to improve my new YT travel channel 🧡', with flair 'Channel Review' +[2020-08-08 16:20:58,707] /u/Meal-Flimsy had their submission removed for insufficient lambda. +[2020-08-08 16:21:00,937] /u/Meal-Flimsy had their flair updated +[2020-08-08 16:23:57,511] There has been a new submission: 'DEPRESSING MOMENTS IN VALORANT would love some feedback on this one :)', with flair 'Video Critique' +[2020-08-08 16:23:58,946] /u/cav_1 had their submission removed for insufficient lambda. +[2020-08-08 16:24:01,382] /u/cav_1 had their flair updated +[2020-08-08 16:26:24,799] '/u/thefamousap' has given '/u/2Legit2Cwithe' lambda! +[2020-08-08 16:26:26,965] /u/2Legit2Cwithe had their flair updated +[2020-08-08 16:27:16,216] '/u/Capture_Reviews' has given '/u/cav_1' lambda! +[2020-08-08 16:27:17,978] /u/cav_1 had their flair updated +[2020-08-08 16:27:31,365] There has been a new submission: 'Horizon Zero Dawn PC Benchmark', with flair 'Gaming' +[2020-08-08 16:27:32,468] /u/TherapyThrust had their submission removed for insufficient lambda. +[2020-08-08 16:27:33,580] /u/TherapyThrust had their flair updated +[2020-08-08 16:35:55,405] There has been a new submission: 'Funny moments Valorant video. This subreddit gave me a lot of good feedback last time and I used some of that to make this one. Any feedback/criticism is much appreciated!', with flair 'Video Critique' +[2020-08-08 16:35:56,513] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 16:35:56,515] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 16:35:57,375] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FxcC7Zwy1l0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 16:35:57,744] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvjl41AH4fMvK0cTNQEHyGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 16:36:00,440] /u/cav_1 had their flair updated +[2020-08-08 16:41:30,424] '/u/2Legit2Cwithe' has given '/u/Fireplace74' lambda! +[2020-08-08 16:41:32,630] /u/Fireplace74 had their flair updated +[2020-08-08 16:45:44,762] +#################### +[Aug 08 2020 16:45:44] RESTARTED +#################### + +[2020-08-08 17:22:06,044] There has been a new submission: 'I’ve been working hard on my videos any feedback would be appreciated. Than you.', with flair 'Video Critique' +[2020-08-08 17:22:08,134] /u/Kyrax312 had their submission removed for insufficient lambda. +[2020-08-08 17:22:10,143] /u/Kyrax312 had their flair updated +[2020-08-08 17:22:29,442] There has been a new submission: 'anyone have a second channel?', with flair 'Discussion' +[2020-08-08 17:22:32,146] /u/SimplyRhi had their flair updated +[2020-08-08 17:22:51,054] There has been a new submission: 'The best MM RN?~TOP 3 Global Roger By Loisa Andalio~MlBB', with flair 'Gaming' +[2020-08-08 17:22:52,410] /u/NZT_SkyRise had their submission removed for insufficient lambda. +[2020-08-08 17:22:54,260] /u/NZT_SkyRise had their flair updated +[2020-08-08 17:23:12,709] There has been a new submission: 'The Best TikTok Dance Compilation 2020 Superstar Mix Oh Na Na Nah Dance Challenge', with flair 'Channel Review' +[2020-08-08 17:23:14,521] /u/HelpOther13 had their submission removed for insufficient lambda. +[2020-08-08 17:23:16,453] /u/HelpOther13 had their flair updated +[2020-08-08 17:23:40,434] '/u/ImBntyHntrBish' has given '/u/Fireplace74' lambda! +[2020-08-08 17:23:42,851] /u/Fireplace74 had their flair updated +[2020-08-08 17:25:45,643] '/u/PineapplePizzaGaming' has given '/u/curtisweaverco' lambda! +[2020-08-08 17:25:48,272] /u/curtisweaverco had their flair updated +[2020-08-08 17:26:50,731] '/u/cav_1' has given '/u/Drisi99' lambda! +[2020-08-08 17:26:53,103] /u/Drisi99 had their flair updated +[2020-08-08 17:27:11,906] '/u/PineapplePizzaGaming' has given '/u/mattmulvihill14' lambda! +[2020-08-08 17:27:13,590] /u/mattmulvihill14 had their flair updated +[2020-08-08 17:28:32,394] '/u/cav_1' has given '/u/meltedsundae' lambda! +[2020-08-08 17:28:34,489] /u/meltedsundae had their flair updated +[2020-08-08 17:30:22,707] '/u/OccupiedGarrett' has given '/u/cav_1' lambda! +[2020-08-08 17:30:25,694] /u/cav_1 had their flair updated +[2020-08-08 17:31:01,747] '/u/OccupiedGarrett' has given '/u/tommyboy_lr' lambda! +[2020-08-08 17:31:04,325] /u/tommyboy_lr had their flair updated +[2020-08-08 17:31:24,415] There has been a new submission: 'WHO Has an Anime Girlfriend?! - Rainbow Six Siege', with flair 'Gaming' +[2020-08-08 17:31:25,935] /u/Patchouli_psalter had their submission removed for insufficient lambda. +[2020-08-08 17:31:28,232] /u/Patchouli_psalter had their flair updated +[2020-08-08 17:31:48,147] There has been a new submission: 'How To Get Your First Viral Video On YouTube & Reach 100k Subs', with flair 'Discussion' +[2020-08-08 17:31:50,406] /u/TrendWatchers had their flair updated +[2020-08-08 17:32:10,305] There has been a new submission: 'Solving the Award-Winning Devil's Chessboard Puzzle - I would appreciate your feedback (good or bad) so I can keep improving my weekly videos. Thank you!', with flair 'Video Critique' +[2020-08-08 17:32:12,236] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 17:32:12,274] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 17:32:13,223] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sw3ZX6Ui_E0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 17:32:13,798] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXd60s58LWyAR7Czt5ierTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 17:32:18,929] /u/BeatsandPiecesYT had their flair updated +[2020-08-08 17:32:37,691] There has been a new submission: 'Ima God at sniping | Gears 5', with flair 'Gaming' +[2020-08-08 17:32:39,365] /u/Rea1Anth0ny had their submission removed for insufficient lambda. +[2020-08-08 17:32:41,413] /u/Rea1Anth0ny had their flair updated +[2020-08-08 17:33:01,410] There has been a new submission: 'Ive been trying to improve my Thumbnails and my overall editing skills. Please let me know what you think of the video. Honest and helpful feedback will be rewarded. Thanks for your Time :)', with flair 'Video Critique' +[2020-08-08 17:33:02,351] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 17:33:02,474] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 17:33:03,454] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WsLnrGJ0qUY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 17:33:03,866] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqVlT5fUx7C8XhDI81RRZXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 17:33:07,176] /u/Drisi99 had their flair updated +[2020-08-08 17:35:29,685] There has been a new submission: 'First Upload', with flair 'Channel Review' +[2020-08-08 17:35:31,201] /u/Emendocraft had their submission removed for insufficient lambda. +[2020-08-08 17:35:32,639] /u/Emendocraft had their flair updated +[2020-08-08 17:37:39,922] There has been a new submission: 'For all KSI fans out there, made a compilation of him sucking at minecraft :)', with flair 'Video Critique' +[2020-08-08 17:37:41,113] /u/potato_tard69 had their submission removed for insufficient lambda. +[2020-08-08 17:37:42,183] /u/potato_tard69 had their flair updated +[2020-08-08 17:42:42,833] '/u/Adzic254' has given '/u/prettyboiRandell' lambda! +[2020-08-08 17:42:45,738] /u/prettyboiRandell had their flair updated +[2020-08-08 17:43:50,602] '/u/Adzic254' has given '/u/ECXL' lambda! +[2020-08-08 17:43:52,975] /u/ECXL had their flair updated +[2020-08-08 17:44:16,191] '/u/Adzic254' has given '/u/FrostburnWoof' lambda! +[2020-08-08 17:44:18,939] /u/FrostburnWoof had their flair updated +[2020-08-08 17:44:39,656] '/u/Drisi99' has given '/u/kicksbyamir' lambda! +[2020-08-08 17:44:42,158] /u/kicksbyamir had their flair updated +[2020-08-08 17:45:07,279] There has been a new submission: 'I made a video on belle delphine, some feedback would be great', with flair 'Video Critique' +[2020-08-08 17:45:08,450] /u/morgz-mums-lover had their submission removed for insufficient lambda. +[2020-08-08 17:45:10,001] /u/morgz-mums-lover had their flair updated +[2020-08-08 17:45:22,378] '/u/cav_1' has given '/u/basicbearyt' lambda! +[2020-08-08 17:45:24,501] /u/basicbearyt had their flair updated +[2020-08-08 17:46:14,082] '/u/Adzic254' has given '/u/Masarn' lambda! +[2020-08-08 17:46:16,169] /u/Masarn had their flair updated +[2020-08-08 17:47:36,469] '/u/ChagTastic' has given '/u/HiddenOddBox' lambda! +[2020-08-08 17:47:38,559] /u/HiddenOddBox had their flair updated +[2020-08-08 17:55:37,644] There has been a new submission: 'An older fallout vid I smashed together. Wanna seenthe public opinion', with flair 'Video Critique' +[2020-08-08 17:55:39,737] /u/ObliviouslyDrake67 had their submission removed for insufficient lambda. +[2020-08-08 17:55:41,342] /u/ObliviouslyDrake67 had their flair updated +[2020-08-08 18:01:02,332] There has been a new submission: 'Hanging and helping my buddy install his new brakes 😄', with flair 'Vlog' +[2020-08-08 18:01:04,081] /u/DeoneSoBord had their submission removed for insufficient lambda. +[2020-08-08 18:01:06,312] /u/DeoneSoBord had their flair updated +[2020-08-08 18:07:11,837] There has been a new submission: 'How I'ma be if Tik Tok isn't banned', with flair 'Vlog' +[2020-08-08 18:07:13,022] /u/Omni_Jay had their submission removed for insufficient lambda. +[2020-08-08 18:07:14,291] /u/Omni_Jay had their flair updated +[2020-08-08 18:07:58,963] There has been a new submission: 'Suave Youngin - Happy Gilmore', with flair 'Video Critique' +[2020-08-08 18:08:00,200] /u/earl1997 had their submission removed for insufficient lambda. +[2020-08-08 18:08:02,037] /u/earl1997 had their flair updated +[2020-08-08 18:09:21,312] There has been a new submission: 'First time using a Video Editor - Share your thoughts/opinion/feedback below', with flair 'Video Critique' +[2020-08-08 18:09:22,011] /u/SlowDownn_ had their submission removed for insufficient lambda. +[2020-08-08 18:09:22,630] /u/SlowDownn_ had their flair updated +[2020-08-08 18:14:45,490] There has been a new submission: 'Cod mw lui calibre plays snd..', with flair 'Gaming' +[2020-08-08 18:14:47,295] /u/LocoMotion23 had their submission removed for insufficient lambda. +[2020-08-08 18:14:49,143] /u/LocoMotion23 had their flair updated +[2020-08-08 18:18:18,543] There has been a new submission: 'New to YouTube and haven't gotten any feedback yet and wanted to see if you guys had some advice or things you would do differently. Thank you in advance to anyone interested in taking a look.', with flair 'Gaming' +[2020-08-08 18:18:19,531] /u/dustinsbrain had their submission removed for insufficient lambda. +[2020-08-08 18:18:20,519] /u/dustinsbrain had their flair updated +[2020-08-08 18:25:59,018] There has been a new submission: 'So I asked for some advice on how to grow my gaming channel on YT and someone recommended I should stream on Twitch. What should I do? I would like to do both but, will I have enough time to do both?', with flair 'Discussion' +[2020-08-08 18:26:00,842] /u/AlmondAnimeArt had their flair updated +[2020-08-08 18:28:12,132] There has been a new submission: 'I just started my channel of video game critique and analysis with this review of Ghost of Tsushima. There are few mistakes that got left in that I am aware of, but any feedback and critique is welcome!', with flair 'Video Critique' +[2020-08-08 18:28:12,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 18:28:12,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 18:28:13,645] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lBatPKSQSpM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 18:28:13,932] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuNwlBykm2a4OlmS4ZuTh4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 18:28:16,181] /u/Callu23 had their flair updated +[2020-08-08 18:29:13,051] There has been a new submission: 'Is this YouTube good enough to be in the trending page', with flair 'Channel Review' +[2020-08-08 18:29:13,996] /u/itsdilpreet had their submission removed for insufficient lambda. +[2020-08-08 18:29:14,690] /u/itsdilpreet had their flair updated +[2020-08-08 18:29:48,630] There has been a new submission: 'Step by step beard routine', with flair 'None' +[2020-08-08 18:29:50,232] /u/Gene_Jaquiri4l had their submission removed for insufficient lambda. +[2020-08-08 18:29:50,643] /u/Gene_Jaquiri4l had their flair updated +[2020-08-08 18:33:10,217] There has been a new submission: 'Some feedback would be appreciated', with flair 'Video Critique' +[2020-08-08 18:33:11,686] /u/krip69 had their submission removed for insufficient lambda. +[2020-08-08 18:33:13,689] /u/krip69 had their flair updated +[2020-08-08 18:34:24,739] There has been a new submission: 'Healthy Souffle Pancake (31g Protein/NO SUGAR) | Healthier Versions Of Food Ep 8 - LAMBDAS will be given for every critique', with flair 'Video Critique' +[2020-08-08 18:34:25,518] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 18:34:25,520] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 18:34:26,218] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XfnrtyeCk94&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 18:34:26,710] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 18:34:29,376] /u/aspirefitnesswalnut had their flair updated +[2020-08-08 18:40:14,547] '/u/PIXELPIGYT' has given '/u/memesgoddest' lambda! +[2020-08-08 18:40:17,470] /u/memesgoddest had their flair updated +[2020-08-08 18:41:06,513] '/u/memesgoddest' has given '/u/TheMagicTurtle1' lambda! +[2020-08-08 18:41:09,140] /u/TheMagicTurtle1 had their flair updated +[2020-08-08 18:41:53,260] '/u/memesgoddest' has given '/u/Supeelok99' lambda! +[2020-08-08 18:41:56,045] /u/Supeelok99 had their flair updated +[2020-08-08 18:44:20,686] '/u/KoderYT' has given '/u/JustaGuywithaweirdpc' lambda! +[2020-08-08 18:44:22,737] /u/JustaGuywithaweirdpc had their flair updated +[2020-08-08 18:45:53,945] +#################### +[Aug 08 2020 18:45:53] RESTARTED +#################### + +[2020-08-08 19:27:44,590] There has been a new submission: 'Secrets of Night Driving - Drone', with flair 'Channel Review' +[2020-08-08 19:27:45,814] /u/samaugust101 had their submission removed for insufficient lambda. +[2020-08-08 19:27:46,715] /u/samaugust101 had their flair updated +[2020-08-08 19:28:04,605] There has been a new submission: 'Warning This is The Dream of Life - Alan Watts - Interstellar', with flair 'Video Critique' +[2020-08-08 19:28:06,532] /u/samaugust101 had their submission removed for insufficient lambda. +[2020-08-08 19:28:07,306] /u/samaugust101 had their flair updated +[2020-08-08 19:28:25,130] There has been a new submission: 'Come Back To Earth!', with flair 'Art' +[2020-08-08 19:28:26,033] /u/samaugust101 had their submission removed for insufficient lambda. +[2020-08-08 19:28:26,728] /u/samaugust101 had their flair updated +[2020-08-08 19:28:43,887] There has been a new submission: 'The Loaded Baked Potato Dog', with flair 'Video Critique' +[2020-08-08 19:28:44,867] /u/Hiding_Meatball had their submission removed for insufficient lambda. +[2020-08-08 19:28:45,607] /u/Hiding_Meatball had their flair updated +[2020-08-08 19:32:49,947] There has been a new submission: 'How to restore your iPhone 6 for $20?', with flair 'Video Critique' +[2020-08-08 19:32:51,344] /u/superj0417 had their submission removed for insufficient lambda. +[2020-08-08 19:32:53,278] /u/superj0417 had their flair updated +[2020-08-08 19:33:13,931] There has been a new submission: 'Hey gang! Just started my YT channel and want some feedback on my sophomore effort. I really need to gather some notes so I can work on the third more comfortably. Thanks in advance!', with flair 'Video Critique' +[2020-08-08 19:33:15,240] /u/Lyf3OnMars had their submission removed for insufficient lambda. +[2020-08-08 19:33:17,005] /u/Lyf3OnMars had their flair updated +[2020-08-08 19:33:35,693] There has been a new submission: 'My POV of my Content Creation from 2 years until now', with flair 'Vlog' +[2020-08-08 19:33:37,494] /u/Arkson had their submission removed for insufficient lambda. +[2020-08-08 19:33:39,335] /u/Arkson had their flair updated +[2020-08-08 19:33:58,408] There has been a new submission: 'More Reasons To Love Overwatch 2020 POTG Montage', with flair 'Gaming' +[2020-08-08 19:33:59,725] /u/Madara274 had their submission removed for insufficient lambda. +[2020-08-08 19:34:01,354] /u/Madara274 had their flair updated +[2020-08-08 19:34:19,706] There has been a new submission: 'This is a New Video From The Daily Dank Memes Episode Enjoy', with flair 'Video Critique' +[2020-08-08 19:34:21,100] /u/PossessionMindless51 had their submission removed for insufficient lambda. +[2020-08-08 19:34:22,702] /u/PossessionMindless51 had their flair updated +[2020-08-08 19:37:28,278] There has been a new submission: 'Undertale: The Remix Series - Full OST', with flair 'Art' +[2020-08-08 19:37:29,184] /u/TheGalacorn had their submission removed for insufficient lambda. +[2020-08-08 19:37:30,127] /u/TheGalacorn had their flair updated +[2020-08-08 19:50:33,681] '/u/Callu23' has given '/u/1handmostly' lambda! +[2020-08-08 19:50:36,385] /u/1handmostly had their flair updated +[2020-08-08 19:50:57,620] There has been a new submission: 'The Basics of Camping - I made a camping vlog', with flair 'Video Critique' +[2020-08-08 19:50:59,220] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 19:50:59,258] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 19:51:00,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-UubT9oJ9Uk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 19:51:00,499] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_fwmlFz4nkfyMCosVHFJsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 19:51:03,730] /u/DarkSide753 had their flair updated +[2020-08-08 19:53:57,859] /u/OccupiedGarrett had their flair updated +[2020-08-08 19:56:26,984] /u/Drisi99 had their flair updated +[2020-08-08 20:02:01,813] There has been a new submission: 'The Best Case Scenario For Donald Trump in the 2020 Election', with flair 'Video Critique' +[2020-08-08 20:02:03,404] /u/ExtraLargeHummus had their submission removed for insufficient lambda. +[2020-08-08 20:02:05,697] /u/ExtraLargeHummus had their flair updated +[2020-08-08 20:07:53,100] There has been a new submission: 'Started my youtube channel, sort of exploring on the content I should be creating , would really appreciate some constructive criticism on what I could do better', with flair 'Video Critique' +[2020-08-08 20:07:54,333] /u/noofence had their submission removed for insufficient lambda. +[2020-08-08 20:07:55,405] /u/noofence had their flair updated +[2020-08-08 20:12:33,443] There has been a new submission: 'Check Out My Newest Video!', with flair 'Gaming' +[2020-08-08 20:12:34,963] /u/JPJ_YT had their submission removed for insufficient lambda. +[2020-08-08 20:12:37,053] /u/JPJ_YT had their flair updated +[2020-08-08 20:12:59,577] There has been a new submission: 'Loren Gray TikTok Compilation :D', with flair 'Video Critique' +[2020-08-08 20:13:01,169] /u/AstroFaermusic had their submission removed for insufficient lambda. +[2020-08-08 20:13:03,137] /u/AstroFaermusic had their flair updated +[2020-08-08 20:13:41,602] There has been a new submission: 'Suicide Squad Game Revealed | Let's Talk Games', with flair 'Gaming' +[2020-08-08 20:13:43,118] /u/JamGeek-16 had their submission removed for insufficient lambda. +[2020-08-08 20:13:45,087] /u/JamGeek-16 had their flair updated +[2020-08-08 20:27:50,714] '/u/MrCarsone' has given '/u/luukno' lambda! +[2020-08-08 20:27:52,233] /u/luukno had their flair updated +[2020-08-08 20:33:47,696] There has been a new submission: 'KIDS THESE DAYS ARE A**HOLES', with flair 'Video Critique' +[2020-08-08 20:33:49,166] /u/qmh111 had their submission removed for insufficient lambda. +[2020-08-08 20:33:51,505] /u/qmh111 had their flair updated +[2020-08-08 20:39:03,703] There has been a new submission: 'HINGE Date Does DARES! (My Favorite Video I've Made So Far!) [Lambda 4 Constructive Feedback]', with flair 'Video Critique' +[2020-08-08 20:39:04,522] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 20:39:04,562] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 20:39:05,218] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gBO7gAyab3U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 20:39:05,586] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHu978WKguIcQtxVetnCvfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 20:39:07,179] /u/prettyboiRandell had their flair updated +[2020-08-08 20:40:00,466] There has been a new submission: 'ITS MY BIRTHDAY TODAY, no word of a lie, It would really make my day if you checked out this video I spent the day making :)', with flair 'Video Critique' +[2020-08-08 20:40:02,145] /u/Devestate101 had their submission removed for insufficient lambda. +[2020-08-08 20:40:05,051] /u/Devestate101 had their flair updated +[2020-08-08 20:42:27,192] There has been a new submission: 'Please check out my video in Escape From Tarkov and I would really appreciate good feedback', with flair 'Video Critique' +[2020-08-08 20:42:29,979] /u/Fireplace74 had their flair updated +[2020-08-08 20:44:38,694] There has been a new submission: 'Video Critique - I tried something a bit different this time.', with flair 'Video Critique' +[2020-08-08 20:44:40,764] /u/liftedplane had their flair updated +[2020-08-08 20:45:45,046] +#################### +[Aug 08 2020 20:45:45] RESTARTED +#################### + +[2020-08-08 21:21:35,242] There has been a new submission: 'How do some of you handle friends who are Trump supporters if you are not one. I think this is the most divided this country has been in the last few decades. I think unfriending people based on political beliefs is just dumb.', with flair 'Video Critique' +[2020-08-08 21:21:37,378] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-08 21:21:39,468] /u/MoxyApproved had their flair updated +[2020-08-08 21:21:58,733] There has been a new submission: 'SYNERGY RC FINAL RESPONSE #SynergyRC #SynMane', with flair 'Gaming' +[2020-08-08 21:22:00,151] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-08-08 21:22:02,161] /u/mane_10911 had their flair updated +[2020-08-08 21:22:20,992] There has been a new submission: 'Breaking BIG rock with Hammer😱', with flair 'Vlog' +[2020-08-08 21:22:22,430] /u/Cutedogs_ had their submission removed for insufficient lambda. +[2020-08-08 21:22:24,397] /u/Cutedogs_ had their flair updated +[2020-08-08 21:24:13,671] '/u/cav_1' has given '/u/Unraveled_YT' lambda! +[2020-08-08 21:24:16,298] /u/Unraveled_YT had their flair updated +[2020-08-08 21:26:29,825] There has been a new submission: 'Shooter 2 Comedy Short', with flair 'Video Critique' +[2020-08-08 21:26:31,304] /u/TheRyanThomas had their submission removed for insufficient lambda. +[2020-08-08 21:26:32,492] /u/TheRyanThomas had their flair updated +[2020-08-08 21:26:50,075] There has been a new submission: 'Jens Pulver Raided my Stream!!!', with flair 'Gaming' +[2020-08-08 21:26:51,803] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 21:26:51,841] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 21:26:52,864] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZxU-Fv4TwWU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 21:26:53,399] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRpVD4PN3Jr0tljPAot5B8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 21:26:55,578] /u/DlSHSOAP had their flair updated +[2020-08-08 21:27:12,582] There has been a new submission: 'hope you can show some love : ) thx for your time!', with flair 'Gaming' +[2020-08-08 21:27:13,568] /u/KlenUrMum had their submission removed for insufficient lambda. +[2020-08-08 21:27:14,591] /u/KlenUrMum had their flair updated +[2020-08-08 21:27:31,993] There has been a new submission: 'My friend made a video. Please leave tips in the comments.', with flair 'Video Critique' +[2020-08-08 21:27:32,937] /u/BonBonBonBons98 had their submission removed for insufficient lambda. +[2020-08-08 21:27:33,927] /u/BonBonBonBons98 had their flair updated +[2020-08-08 21:28:52,893] There has been a new submission: 'Why 12 Is Better Than 10 - Just made an entirely animated motion graphics video, tell me the things that I could improve so the next one gets better!', with flair 'Video Critique' +[2020-08-08 21:28:53,961] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 21:28:53,963] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 21:28:54,943] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7IJHwDg3v7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 21:28:55,439] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCizSufWsk_G5aLe6ixfZCFg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 21:28:57,325] /u/Unraveled_YT had their flair updated +[2020-08-08 21:29:14,711] There has been a new submission: 'I have tried everything to grow', with flair 'Discussion' +[2020-08-08 21:29:16,975] /u/A_For_Banana had their flair updated +[2020-08-08 21:30:39,499] '/u/dansometv' has given '/u/ImCurious012' lambda! +[2020-08-08 21:30:41,957] /u/ImCurious012 had their flair updated +[2020-08-08 21:38:42,990] '/u/Drisi99' has given '/u/iFaisalKarim' lambda! +[2020-08-08 21:38:45,075] /u/iFaisalKarim had their flair updated +[2020-08-08 21:40:21,342] '/u/Fireplace74' has given '/u/TheRyanThomas' lambda! +[2020-08-08 21:40:24,622] /u/TheRyanThomas had their flair updated +[2020-08-08 21:41:01,379] There has been a new submission: 'Nosy Parents Share Secrets They Wish They Never Discovered', with flair 'Vlog' +[2020-08-08 21:41:03,015] /u/DannyCumalot had their submission removed for insufficient lambda. +[2020-08-08 21:41:05,267] /u/DannyCumalot had their flair updated +[2020-08-08 21:42:31,544] There has been a new submission: 'ADOPT ME ROBLOX TIKTOK COMPILATIONS AUG 2020', with flair 'Gaming' +[2020-08-08 21:42:32,980] /u/rizider had their submission removed for insufficient lambda. +[2020-08-08 21:42:35,108] /u/rizider had their flair updated +[2020-08-08 21:47:10,352] '/u/PaperBag0451' has given '/u/1handmostly' lambda! +[2020-08-08 21:47:11,573] /u/1handmostly had their flair updated +[2020-08-08 21:47:42,762] There has been a new submission: 'Need help growing my platforms mostly twitch and youtube. A follow would gladly be appreciated.', with flair 'Gaming' +[2020-08-08 21:47:43,824] /u/NegativeTrifle2 had their submission removed for insufficient lambda. +[2020-08-08 21:47:44,945] /u/NegativeTrifle2 had their flair updated +[2020-08-08 21:49:32,632] '/u/DarkSide753' has given '/u/TheRyanThomas' lambda! +[2020-08-08 21:49:34,476] /u/TheRyanThomas had their flair updated +[2020-08-08 21:51:36,733] There has been a new submission: 'Twitch Clowns Show their true colors.', with flair 'Gaming' +[2020-08-08 21:51:38,412] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-08 21:51:40,585] /u/Str8Villains had their flair updated +[2020-08-08 21:55:44,032] There has been a new submission: 'People have notifications turned on for my channel', with flair 'Meta' +[2020-08-08 21:55:45,796] /u/the-right-dodo had their flair updated +[2020-08-08 22:10:06,276] There has been a new submission: 'I HATE Pokemon Isle of Armor', with flair 'Gaming' +[2020-08-08 22:10:09,054] /u/Accomplished-Garden9 had their submission removed for insufficient lambda. +[2020-08-08 22:10:11,426] /u/Accomplished-Garden9 had their flair updated +[2020-08-08 22:13:45,531] There has been a new submission: 'relaxing sounds Palm in the wind with blue sky and sea background', with flair 'Channel Review' +[2020-08-08 22:13:47,254] /u/Alex-mat had their submission removed for insufficient lambda. +[2020-08-08 22:13:49,179] /u/Alex-mat had their flair updated +[2020-08-08 22:17:53,398] There has been a new submission: 'YO! Please check out this Call of Duty video I made. I would appreciate any feedback <3. Thanks.', with flair 'Gaming' +[2020-08-08 22:17:55,737] /u/_Daykee had their submission removed for insufficient lambda. +[2020-08-08 22:17:56,851] /u/_Daykee had their flair updated +[2020-08-08 22:20:06,519] '/u/OccupiedGarrett' has given '/u/iFaisalKarim' lambda! +[2020-08-08 22:20:08,535] /u/iFaisalKarim had their flair updated +[2020-08-08 22:32:23,450] There has been a new submission: 'What can I do to improve my newest montage video? Appreciate any feedback', with flair 'Video Critique' +[2020-08-08 22:32:25,914] /u/Chillelated had their submission removed for insufficient lambda. +[2020-08-08 22:32:28,001] /u/Chillelated had their flair updated +[2020-08-08 22:41:48,104] '/u/BeatsandPiecesYT' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-08 22:41:51,099] /u/FynnKrauseFootballYT had their flair updated +[2020-08-08 22:43:48,695] There has been a new submission: '30 Variations of 'RADAL Memes' Autotune', with flair 'Art' +[2020-08-08 22:43:51,062] /u/Hank_Montgomery had their submission removed for insufficient lambda. +[2020-08-08 22:43:52,917] /u/Hank_Montgomery had their flair updated +[2020-08-08 22:44:35,898] '/u/thedrq' has given '/u/Unraveled_YT' lambda! +[2020-08-08 22:44:37,624] /u/Unraveled_YT had their flair updated +[2020-08-08 22:45:45,130] +#################### +[Aug 08 2020 22:45:45] RESTARTED +#################### + +[2020-08-08 23:17:50,377] There has been a new submission: 'First "aesthetic" video', with flair 'Video Critique' +[2020-08-08 23:17:51,888] /u/teranuki had their submission removed for insufficient lambda. +[2020-08-08 23:17:52,750] /u/teranuki had their flair updated +[2020-08-08 23:18:10,489] There has been a new submission: 'Please review it and if you like please do subscribe . Thank you', with flair 'Channel Review' +[2020-08-08 23:18:11,427] /u/adventurous_sahil had their submission removed for insufficient lambda. +[2020-08-08 23:18:12,203] /u/adventurous_sahil had their flair updated +[2020-08-08 23:18:29,479] There has been a new submission: 'If The World Was Ending - Your Name', with flair 'Video Critique' +[2020-08-08 23:18:30,507] /u/Omgg_Ghost had their submission removed for insufficient lambda. +[2020-08-08 23:18:31,905] /u/Omgg_Ghost had their flair updated +[2020-08-08 23:22:32,188] There has been a new submission: 'SirBlake23 - I’ve recently started up again and would love some feedback', with flair 'Gaming' +[2020-08-08 23:22:33,708] /u/SirBlake23-YT had their submission removed for insufficient lambda. +[2020-08-08 23:22:35,636] /u/SirBlake23-YT had their flair updated +[2020-08-08 23:22:54,339] There has been a new submission: 'Just a chill stream come hang out :)', with flair 'Gaming' +[2020-08-08 23:22:55,809] /u/CollorBone had their submission removed for insufficient lambda. +[2020-08-08 23:22:57,617] /u/CollorBone had their flair updated +[2020-08-08 23:26:53,549] /u/WitchMira had their flair updated +[2020-08-08 23:36:28,601] '/u/BeatsandPiecesYT' has given '/u/TheRyanThomas' lambda! +[2020-08-08 23:36:30,938] /u/TheRyanThomas had their flair updated +[2020-08-08 23:38:05,858] There has been a new submission: 'I made a video about a video challenge I did once. Let me know what you think!', with flair 'Vlog' +[2020-08-08 23:38:07,575] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-08 23:38:07,614] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-08 23:38:08,562] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OXg3VC-YRaw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 23:38:09,012] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEJnrsX4hGC6VQx0V0IqlcQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-08 23:38:11,511] /u/fjolt had their flair updated +[2020-08-08 23:42:40,527] There has been a new submission: 'Only You - Matthew Perryman Jones X The Perks of Being a Wallflower', with flair 'Art' +[2020-08-08 23:42:41,960] /u/shaky_pirate had their submission removed for insufficient lambda. +[2020-08-08 23:42:44,048] /u/shaky_pirate had their flair updated +[2020-08-08 23:47:45,766] There has been a new submission: 'Dragonballfighterz Ultra Instinct Goku vs Jiren', with flair 'Gaming' +[2020-08-08 23:47:46,947] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-08 23:47:48,096] /u/Snoo65678 had their flair updated +[2020-08-08 23:48:35,877] There has been a new submission: 'Wait, it's ALL STAR? (Original Content) Please review and critique this video or others on my channel. (If you like it, leave a comment. Top comment get's featured in a big video!)', with flair 'Channel Review' +[2020-08-08 23:48:36,861] /u/Goldvillager had their submission removed for insufficient lambda. +[2020-08-08 23:48:37,843] /u/Goldvillager had their flair updated +[2020-08-08 23:57:25,044] '/u/cav_1' has given '/u/jackgo14' lambda! +[2020-08-08 23:57:27,295] /u/jackgo14 had their flair updated +[2020-08-09 00:06:11,001] There has been a new submission: 'My First YouTube Video, please watch thanks', with flair 'None' +[2020-08-09 00:06:12,308] /u/GrootyTooty had their submission removed for insufficient lambda. +[2020-08-09 00:06:13,947] /u/GrootyTooty had their flair updated +[2020-08-09 00:20:55,788] There has been a new submission: 'Hey guys this can you check my channel and tell me what I can do to grow faster, also leave a sub if you want thanks!', with flair 'Channel Review' +[2020-08-09 00:20:57,433] /u/Tm_ReaperSlayer1 had their submission removed for insufficient lambda. +[2020-08-09 00:20:59,727] /u/Tm_ReaperSlayer1 had their flair updated +[2020-08-09 00:34:40,523] There has been a new submission: 'I do No Commentary information guides on Mobile/PC titles. Let me know any feedback if possible', with flair 'Video Critique' +[2020-08-09 00:34:41,546] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 00:34:41,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 00:34:42,403] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RtpYSSnLFns&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 00:34:42,813] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1SwmDss4mTIoJsuNZdd-9g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 00:34:45,604] /u/imbapunch had their flair updated +[2020-08-09 00:39:35,213] There has been a new submission: 'My new video, a like or sub would be greatly appreciated as this video took a while to make', with flair 'Gaming' +[2020-08-09 00:39:35,953] /u/Graxalicious had their submission removed for insufficient lambda. +[2020-08-09 00:39:36,571] /u/Graxalicious had their flair updated +[2020-08-09 00:39:53,563] '/u/Fireplace74' has given '/u/MrSirjohny' lambda! +[2020-08-09 00:39:55,656] /u/MrSirjohny had their flair updated +[2020-08-09 00:45:45,443] +#################### +[Aug 09 2020 00:45:45] RESTARTED +#################### + +[2020-08-09 01:15:09,428] '/u/Drisi99' has given '/u/AsunderSage672' lambda! +[2020-08-09 01:15:11,098] /u/AsunderSage672 had their flair updated +[2020-08-09 01:15:23,447] '/u/Fireplace74' has given '/u/jackgo14' lambda! +[2020-08-09 01:15:25,991] /u/jackgo14 had their flair updated +[2020-08-09 01:15:45,000] '/u/DarkSide753' has given '/u/jackgo14' lambda! +[2020-08-09 01:15:47,294] /u/jackgo14 had their flair updated +[2020-08-09 01:16:05,966] '/u/Fireplace74' has given '/u/boltsonic456' lambda! +[2020-08-09 01:16:07,972] /u/boltsonic456 had their flair updated +[2020-08-09 01:16:27,042] '/u/Fireplace74' has given '/u/Graxalicious' lambda! +[2020-08-09 01:16:28,802] /u/Graxalicious had their flair updated +[2020-08-09 01:16:47,805] '/u/DarkSide753' has given '/u/Supeelok99' lambda! +[2020-08-09 01:16:49,888] /u/Supeelok99 had their flair updated +[2020-08-09 01:17:23,183] '/u/cav_1' has given '/u/AsunderSage672' lambda! +[2020-08-09 01:17:25,393] /u/AsunderSage672 had their flair updated +[2020-08-09 01:18:23,040] /u/Supeelok99 had their flair updated +[2020-08-09 01:19:08,372] There has been a new submission: 'A Summer Afternoon in Paris', with flair 'Vlog' +[2020-08-09 01:19:09,069] /u/FOOTSTEP99 had their submission removed for insufficient lambda. +[2020-08-09 01:19:09,761] /u/FOOTSTEP99 had their flair updated +[2020-08-09 01:19:27,343] There has been a new submission: 'Need feedback on my valorant funny moments video', with flair 'Video Critique' +[2020-08-09 01:19:28,200] /u/CaliburnZ had their submission removed for insufficient lambda. +[2020-08-09 01:19:28,732] /u/CaliburnZ had their flair updated +[2020-08-09 01:19:45,580] There has been a new submission: 'First genuine attempt at a Let's play video with Arkham Asylum, critique me please', with flair 'Video Critique' +[2020-08-09 01:19:46,559] /u/BiscottiBlue had their submission removed for insufficient lambda. +[2020-08-09 01:19:47,010] /u/BiscottiBlue had their flair updated +[2020-08-09 01:20:02,581] There has been a new submission: 'Need feedback', with flair 'Video Critique' +[2020-08-09 01:20:04,541] /u/CaliburnZ had their submission removed for insufficient lambda. +[2020-08-09 01:20:06,958] /u/CaliburnZ had their flair updated +[2020-08-09 01:23:41,443] There has been a new submission: 'Gaming channel review needed', with flair 'Channel Review' +[2020-08-09 01:23:42,799] /u/CaliburnZ had their submission removed for insufficient lambda. +[2020-08-09 01:23:44,485] /u/CaliburnZ had their flair updated +[2020-08-09 01:24:02,706] There has been a new submission: 'Rock Paper Scissors Montage! A followup to My tictactoe Montage(Will give lambda if i have any!)', with flair 'Video Critique' +[2020-08-09 01:24:04,995] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 01:24:05,160] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 01:24:06,101] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jpypiIWYKWI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 01:24:06,472] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbUcAithEYEP-wl5fz3gsMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 01:24:09,373] /u/Supeelok99 had their flair updated +[2020-08-09 01:27:16,278] There has been a new submission: 'How quickly should I upgrade the audio set-up?', with flair 'Discussion' +[2020-08-09 01:27:17,756] /u/BiscottiBlue had their flair updated +[2020-08-09 01:34:09,940] There has been a new submission: 'Need 21 followers for affiliate on twitch', with flair 'Gaming' +[2020-08-09 01:34:11,330] /u/yt_aldainr had their submission removed for insufficient lambda. +[2020-08-09 01:34:13,506] /u/yt_aldainr had their flair updated +[2020-08-09 01:41:02,888] /u/Fireplace74 had their flair updated +[2020-08-09 01:43:13,395] '/u/Fireplace74' has given '/u/FGDesigns' lambda! +[2020-08-09 01:43:16,008] /u/FGDesigns had their flair updated +[2020-08-09 01:56:26,492] /u/Unraveled_YT had their flair updated +[2020-08-09 01:57:59,707] There has been a new submission: 'Fall Guys Livestream- Having Fun With Friends!!!', with flair 'Gaming' +[2020-08-09 01:58:00,978] /u/CrypticGaming_09 had their submission removed for insufficient lambda. +[2020-08-09 01:58:02,655] /u/CrypticGaming_09 had their flair updated +[2020-08-09 02:00:58,195] There has been a new submission: 'A short animated skit I made. I'd appreciate any feedback!', with flair 'Video Critique' +[2020-08-09 02:00:58,800] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 02:00:58,821] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 02:00:59,123] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aQaim_kLaGo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 02:00:59,325] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfBoU4Jcc8v0d9_-oLrDNYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 02:01:02,438] /u/chickpea_taco had their flair updated +[2020-08-09 02:10:24,959] There has been a new submission: 'Networking with other creators?', with flair 'Discussion' +[2020-08-09 02:10:27,467] /u/Joeopolis had their flair updated +[2020-08-09 02:22:15,239] There has been a new submission: 'Is there any point in shooing away view/sub beggars anymore?', with flair 'Discussion' +[2020-08-09 02:22:18,356] /u/blacksmyth34 had their flair updated +[2020-08-09 02:22:59,361] There has been a new submission: 'Check out our new YouTube channel, Intangible :)', with flair 'Art' +[2020-08-09 02:23:00,756] /u/shashanksndrm had their submission removed for insufficient lambda. +[2020-08-09 02:23:02,755] /u/shashanksndrm had their flair updated +[2020-08-09 02:28:50,622] '/u/Fireplace74' has given '/u/GameSlayingBeast' lambda! +[2020-08-09 02:28:51,600] /u/GameSlayingBeast had their flair updated +[2020-08-09 02:30:27,306] '/u/Fireplace74' has given '/u/blacksmyth34' lambda! +[2020-08-09 02:30:29,628] /u/blacksmyth34 had their flair updated +[2020-08-09 02:31:54,621] '/u/Fireplace74' has given '/u/Pumkincat' lambda! +[2020-08-09 02:31:56,759] /u/Pumkincat had their flair updated +[2020-08-09 02:35:08,772] There has been a new submission: 'Collab with 41k sub channel (please read entire post)', with flair 'Collab' +[2020-08-09 02:35:10,660] /u/Domain1776 had their flair updated +[2020-08-09 02:39:47,709] There has been a new submission: 'Minimalism / Intentional Low Quality', with flair 'Discussion' +[2020-08-09 02:39:48,569] /u/UhPerson had their flair updated +[2020-08-09 02:45:54,867] +#################### +[Aug 09 2020 02:45:54] RESTARTED +#################### + +[2020-08-09 03:25:35,163] There has been a new submission: 'Rant baby(comedic rant on flat eathers)', with flair 'Video Critique' +[2020-08-09 03:25:37,169] /u/siddhant1991 had their submission removed for insufficient lambda. +[2020-08-09 03:25:38,885] /u/siddhant1991 had their flair updated +[2020-08-09 03:26:13,691] '/u/DarkSide753' has given '/u/blacksmyth34' lambda! +[2020-08-09 03:26:16,070] /u/blacksmyth34 had their flair updated +[2020-08-09 03:26:34,800] '/u/fjolt' has given '/u/siddhant1991' lambda! +[2020-08-09 03:26:37,147] /u/siddhant1991 had their flair updated +[2020-08-09 03:27:56,030] '/u/cav_1' has given '/u/GamesbeingGames' lambda! +[2020-08-09 03:27:58,280] /u/GamesbeingGames had their flair updated +[2020-08-09 03:28:15,597] '/u/Unraveled_YT' has given '/u/Thursdayfriday123' lambda! +[2020-08-09 03:28:17,934] /u/Thursdayfriday123 had their flair updated +[2020-08-09 03:29:36,310] There has been a new submission: 'What if Project X was real', with flair 'Video Critique' +[2020-08-09 03:29:37,014] /u/jj132060 had their submission removed for insufficient lambda. +[2020-08-09 03:29:37,628] /u/jj132060 had their flair updated +[2020-08-09 03:29:54,057] There has been a new submission: 'FEEL FREE TO CHECK IT OUT', with flair 'Gaming' +[2020-08-09 03:29:55,124] /u/thegamingmusab had their submission removed for insufficient lambda. +[2020-08-09 03:29:55,581] /u/thegamingmusab had their flair updated +[2020-08-09 03:30:12,760] There has been a new submission: 'Apex Rage: Comedy my guys it’s funny I promise', with flair 'Gaming' +[2020-08-09 03:30:14,487] /u/TheShowYT had their submission removed for insufficient lambda. +[2020-08-09 03:30:16,827] /u/TheShowYT had their flair updated +[2020-08-09 03:31:09,778] '/u/Unraveled_YT' has given '/u/blacksmyth34' lambda! +[2020-08-09 03:31:12,849] /u/blacksmyth34 had their flair updated +[2020-08-09 03:33:40,300] '/u/Unraveled_YT' has given '/u/iFaisalKarim' lambda! +[2020-08-09 03:33:43,176] /u/iFaisalKarim had their flair updated +[2020-08-09 03:37:48,843] '/u/Unraveled_YT' has given '/u/Kyle_Gates' lambda! +[2020-08-09 03:37:51,104] /u/Kyle_Gates had their flair updated +[2020-08-09 03:39:00,254] '/u/Unraveled_YT' has given '/u/BlayzPlayz' lambda! +[2020-08-09 03:39:01,521] /u/BlayzPlayz had their flair updated +[2020-08-09 03:40:17,512] '/u/Unraveled_YT' has given '/u/Samsquanchthegiraffe' lambda! +[2020-08-09 03:40:20,457] /u/Samsquanchthegiraffe had their flair updated +[2020-08-09 03:49:34,912] There has been a new submission: 'HANGING OUT WITH A MALE SUPERMODEL || The Botros Brothers', with flair 'Video Critique' +[2020-08-09 03:49:35,732] /u/BotrosBrothers had their submission removed for insufficient lambda. +[2020-08-09 03:49:36,304] /u/BotrosBrothers had their flair updated +[2020-08-09 03:50:12,592] There has been a new submission: 'Let's rant for comedy', with flair 'Video Critique' +[2020-08-09 03:50:13,003] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 03:50:13,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 03:50:13,144] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L884x5kDeyU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 03:50:13,308] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 03:50:16,446] /u/siddhant1991 had their flair updated +[2020-08-09 03:52:03,503] There has been a new submission: 'I made an unofficial music video. Check it out!', with flair 'Video Critique' +[2020-08-09 03:52:04,811] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 03:52:04,812] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 03:52:05,877] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UjnLpDImH8M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 03:52:06,328] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsFqmB-qdCDf6Z-AUJrFnhA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 03:52:09,808] /u/ashofspades had their flair updated +[2020-08-09 04:10:36,808] '/u/ChagTastic' has given '/u/Fireman523567' lambda! +[2020-08-09 04:10:39,432] /u/Fireman523567 had their flair updated +[2020-08-09 04:11:10,435] There has been a new submission: 'beach hotel trip after lockdown n my baby's first pool beach expirience', with flair 'Vlog' +[2020-08-09 04:11:12,031] /u/Siyaz19 had their submission removed for insufficient lambda. +[2020-08-09 04:11:14,278] /u/Siyaz19 had their flair updated +[2020-08-09 04:25:44,337] '/u/chickpea_taco' has given '/u/dank_wookie_sword' lambda! +[2020-08-09 04:25:46,349] /u/dank_wookie_sword had their flair updated +[2020-08-09 04:29:11,924] There has been a new submission: 'We explored abandoned amusement park! Go watch us take a L ):', with flair 'Vlog' +[2020-08-09 04:29:12,659] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-09 04:29:13,330] /u/bubenator10 had their flair updated +[2020-08-09 04:33:52,558] There has been a new submission: 'Watch this funny ass video it’s pretty good 🥜🥝🧇', with flair 'Video Critique' +[2020-08-09 04:33:53,954] /u/Bingoflop had their submission removed for insufficient lambda. +[2020-08-09 04:33:55,886] /u/Bingoflop had their flair updated +[2020-08-09 04:34:20,998] There has been a new submission: 'I started a series that I thought would do decently well and flopped. Should I give up on it? Am I not doing something right? Please help! I genuinely want to work and get better, but I don’t know what I’m doing right.', with flair 'Video Critique' +[2020-08-09 04:34:22,352] /u/masumu2 had their submission removed for insufficient lambda. +[2020-08-09 04:34:24,274] /u/masumu2 had their flair updated +[2020-08-09 04:40:07,575] '/u/chickpea_taco' has given '/u/Egg_Naug' lambda! +[2020-08-09 04:40:10,060] /u/Egg_Naug had their flair updated +[2020-08-09 04:42:27,411] There has been a new submission: 'I started a series that I thought would do decently well and flopped. Should I give up on it? Am I not doing something right? Please help! I genuinely want to work and get better, but I don’t know what i’m doing wrong.', with flair 'Video Critique' +[2020-08-09 04:42:29,089] /u/wannabegosu had their submission removed for insufficient lambda. +[2020-08-09 04:42:31,430] /u/wannabegosu had their flair updated +[2020-08-09 04:45:45,674] +#################### +[Aug 09 2020 04:45:45] RESTARTED +#################### + +[2020-08-09 05:14:38,549] '/u/chickpea_taco' has given '/u/DoktorSkipper' lambda! +[2020-08-09 05:14:41,092] /u/DoktorSkipper had their flair updated +[2020-08-09 05:16:45,108] There has been a new submission: 'Flower Dance - DJ Okawari', with flair 'Video Critique' +[2020-08-09 05:16:46,292] /u/Caerwyn_97 had their submission removed for insufficient lambda. +[2020-08-09 05:16:47,395] /u/Caerwyn_97 had their flair updated +[2020-08-09 05:17:24,322] There has been a new submission: 'Accepting all advice for my Resident Evil 6 montage style edit bros. Giving lambda for all helpful comments!!', with flair 'Gaming' +[2020-08-09 05:17:26,333] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 05:17:26,496] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 05:17:27,523] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=z5N8_E6kkYM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 05:17:27,973] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_uVEQ0C4_PpPfnV-qR-kpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 05:17:30,515] /u/GamesbeingGames had their flair updated +[2020-08-09 05:32:02,023] '/u/chickpea_taco' has given '/u/2PointRock' lambda! +[2020-08-09 05:32:04,192] /u/2PointRock had their flair updated +[2020-08-09 05:40:37,901] '/u/Callu23' has given '/u/AsunderSage672' lambda! +[2020-08-09 05:40:40,728] /u/AsunderSage672 had their flair updated +[2020-08-09 05:47:19,459] There has been a new submission: 'Dauntless Gameplay Part 11: King of Wakanda - Black Panther Vs Sovereign...', with flair 'Gaming' +[2020-08-09 05:47:20,512] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-09 05:47:21,798] /u/omeshhedaoo had their flair updated +[2020-08-09 05:47:33,121] There has been a new submission: 'Meme song', with flair 'Channel Review' +[2020-08-09 05:47:36,061] /u/LilRadio7 had their submission removed for insufficient lambda. +[2020-08-09 05:47:37,259] /u/LilRadio7 had their flair updated +[2020-08-09 06:18:38,986] '/u/Callu23' has given '/u/Onen1ck' lambda! +[2020-08-09 06:18:40,051] /u/Onen1ck had their flair updated +[2020-08-09 06:23:14,810] There has been a new submission: 'George and Lennie (OFFENSIVE) - Generation Zero #4', with flair 'Gaming' +[2020-08-09 06:23:16,165] /u/Dejected17 had their submission removed for insufficient lambda. +[2020-08-09 06:23:18,146] /u/Dejected17 had their flair updated +[2020-08-09 06:28:59,138] There has been a new submission: 'Thank you everyone!', with flair 'Discussion' +[2020-08-09 06:29:00,331] /u/DawaSmood had their flair updated +[2020-08-09 06:45:46,130] +#################### +[Aug 09 2020 06:45:46] RESTARTED +#################### + +[2020-08-09 07:10:40,613] There has been a new submission: 'Most popular TV series. New video online. Good viewing to all', with flair 'Channel Review' +[2020-08-09 07:10:42,414] /u/AllRankingData had their submission removed for insufficient lambda. +[2020-08-09 07:10:44,751] /u/AllRankingData had their flair updated +[2020-08-09 07:11:23,181] '/u/PineapplePizzaGaming' has given '/u/TheMagicTurtle1' lambda! +[2020-08-09 07:11:25,970] /u/TheMagicTurtle1 had their flair updated +[2020-08-09 07:15:41,955] There has been a new submission: 'Funny Moments In Fall Guys', with flair 'Gaming' +[2020-08-09 07:15:43,145] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-09 07:15:44,670] /u/majin_hendrix had their flair updated +[2020-08-09 07:50:20,232] '/u/PineapplePizzaGaming' has given '/u/nnnishal' lambda! +[2020-08-09 07:50:22,526] /u/nnnishal had their flair updated +[2020-08-09 07:52:59,844] '/u/PineapplePizzaGaming' has given '/u/liftedplane' lambda! +[2020-08-09 07:53:02,041] /u/liftedplane had their flair updated +[2020-08-09 07:57:09,452] There has been a new submission: 'Best Super Yacht in GTA 5: In Hindi by a Kid', with flair 'Gaming' +[2020-08-09 07:57:10,489] /u/sudhirmangla05 had their submission removed for insufficient lambda. +[2020-08-09 07:57:11,757] /u/sudhirmangla05 had their flair updated +[2020-08-09 07:57:43,933] There has been a new submission: 'Just something I thought you guys would like it's a lil comedy check me out', with flair 'Art' +[2020-08-09 07:57:44,936] /u/lucario_rama had their submission removed for insufficient lambda. +[2020-08-09 07:57:46,065] /u/lucario_rama had their flair updated +[2020-08-09 07:58:07,877] There has been a new submission: 'First time posting, long time lurking! Please critique my last video', with flair 'Video Critique' +[2020-08-09 07:58:08,738] /u/HakketTv had their submission removed for insufficient lambda. +[2020-08-09 07:58:09,767] /u/HakketTv had their flair updated +[2020-08-09 08:06:59,427] There has been a new submission: 'Anime Video Essay About Why Gleipnir Is Good', with flair 'Video Critique' +[2020-08-09 08:07:00,709] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 08:07:00,711] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 08:07:01,530] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5whVdDVJ4J0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:07:01,978] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qBsVbZVaEC2hmzd4MSOTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:07:04,275] /u/thedrq had their flair updated +[2020-08-09 08:20:08,839] There has been a new submission: 'Thoughts about my edit? Feedback on the editing itself appreciated!', with flair 'Video Critique' +[2020-08-09 08:20:09,073] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 08:20:09,074] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 08:20:09,189] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=daeRK8wJ1aQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:20:09,325] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gXnkpSNB7FaQ0y2khMEpQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:20:12,593] /u/TheMagicTurtle1 had their flair updated +[2020-08-09 08:20:18,602] There has been a new submission: 'Blinding Lights cover but the lead synth is SpongeBob', with flair 'Video Critique' +[2020-08-09 08:20:20,227] /u/John_Ashes had their submission removed for insufficient lambda. +[2020-08-09 08:20:22,514] /u/John_Ashes had their flair updated +[2020-08-09 08:32:21,368] There has been a new submission: 'This is my 13th video, would appreciate your feed back to make my videos better and my channel grow. Thank you!', with flair 'Video Critique' +[2020-08-09 08:32:22,001] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 08:32:22,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 08:32:22,115] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KUS8LMzS9bk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:32:22,233] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9yiYFobo-b8wW3wMsCUGEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:32:25,228] /u/jocruz_ had their flair updated +[2020-08-09 08:32:40,457] '/u/BeatsandPiecesYT' has given '/u/southislandtinyhouse' lambda! +[2020-08-09 08:32:42,504] /u/southislandtinyhouse had their flair updated +[2020-08-09 08:37:59,776] There has been a new submission: 'Lambda for anyone who watches all the way through and gives helpful advice 🙂🙂', with flair 'Video Critique' +[2020-08-09 08:38:00,203] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 08:38:00,205] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 08:38:00,534] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WcHQIPoE4_U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:38:00,755] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIfdmqHVVdpts2buEVXyGtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 08:38:02,476] /u/jackgo14 had their flair updated +[2020-08-09 08:44:22,946] '/u/Rizmin' has given '/u/heardifferent' lambda! +[2020-08-09 08:44:24,781] /u/heardifferent had their flair updated +[2020-08-09 08:45:45,740] +#################### +[Aug 09 2020 08:45:45] RESTARTED +#################### + +[2020-08-09 09:08:25,869] There has been a new submission: 'Have you guys ever donated to live streams?', with flair 'Discussion' +[2020-08-09 09:08:27,017] /u/eddiewest201 had their flair updated +[2020-08-09 09:16:25,368] '/u/GamesbeingGames' has given '/u/Kyle_Gates' lambda! +[2020-08-09 09:16:27,985] /u/Kyle_Gates had their flair updated +[2020-08-09 09:16:50,252] '/u/GamesbeingGames' has given '/u/JxckSmith' lambda! +[2020-08-09 09:16:52,631] /u/JxckSmith had their flair updated +[2020-08-09 09:17:28,760] '/u/GamesbeingGames' has given '/u/DoktorSkipper' lambda! +[2020-08-09 09:17:30,934] /u/DoktorSkipper had their flair updated +[2020-08-09 09:30:19,001] There has been a new submission: 'Newtuber and new here in reddit. I would like to know what you think of my video. PLEASE be nice. I need constructive criticisms for me to grow. Thank you!', with flair 'Gaming' +[2020-08-09 09:30:21,005] /u/kelpiegmng had their submission removed for insufficient lambda. +[2020-08-09 09:30:23,352] /u/kelpiegmng had their flair updated +[2020-08-09 09:40:56,283] There has been a new submission: '#GTA5 Toxic griefers gets what they deserve', with flair 'Gaming' +[2020-08-09 09:40:57,882] /u/bleedisPlays had their submission removed for insufficient lambda. +[2020-08-09 09:41:00,224] /u/bleedisPlays had their flair updated +[2020-08-09 09:42:24,206] /u/JxckSmith had their flair updated +[2020-08-09 09:42:25,516] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-09 09:46:57,363] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-09 09:53:30,115] '/u/thedrq' has given '/u/DoktorSkipper' lambda! +[2020-08-09 09:53:32,748] /u/DoktorSkipper had their flair updated +[2020-08-09 10:02:56,748] There has been a new submission: 'Idk how I made this but it happened and it scares me', with flair 'Channel Review' +[2020-08-09 10:02:58,118] /u/SwiftE_ had their submission removed for insufficient lambda. +[2020-08-09 10:03:00,150] /u/SwiftE_ had their flair updated +[2020-08-09 10:13:59,445] There has been a new submission: 'Mistakes I've made so you don't have to', with flair 'Discussion' +[2020-08-09 10:14:01,685] /u/SimonCaine had their flair updated +[2020-08-09 10:14:33,668] There has been a new submission: 'How to access DARK WEB safely || complete tutorial || Deep Web Tutorial || Men Of Letters', with flair 'Vlog' +[2020-08-09 10:14:34,883] /u/menofletter_official had their submission removed for insufficient lambda. +[2020-08-09 10:14:36,638] /u/menofletter_official had their flair updated +[2020-08-09 10:25:28,427] There has been a new submission: 'Can someone tell me how good my edits are on a scale of 1-10 and leave some feedback? Thanks', with flair 'Video Critique' +[2020-08-09 10:25:29,809] /u/motlow7 had their submission removed for insufficient lambda. +[2020-08-09 10:25:31,459] /u/motlow7 had their flair updated +[2020-08-09 10:38:43,973] There has been a new submission: 'Hey I made this video a while back and just stopped doing YouTube since then, I'm looking for ideas for videos similar to this as it is the kind of content I enjoy making.', with flair 'Gaming' +[2020-08-09 10:38:44,779] /u/4Cade4 had their submission removed for insufficient lambda. +[2020-08-09 10:38:45,659] /u/4Cade4 had their flair updated +[2020-08-09 10:45:46,116] +#################### +[Aug 09 2020 10:45:46] RESTARTED +#################### + +[2020-08-09 11:08:16,056] There has been a new submission: 'Best selling video games', with flair 'Video Critique' +[2020-08-09 11:08:17,203] /u/Max_Davis888 had their submission removed for insufficient lambda. +[2020-08-09 11:08:18,104] /u/Max_Davis888 had their flair updated +[2020-08-09 11:10:24,352] '/u/Drisi99' has given '/u/DoktorSkipper' lambda! +[2020-08-09 11:10:27,259] /u/DoktorSkipper had their flair updated +[2020-08-09 11:11:46,827] '/u/jocruz_' has given '/u/pikareded' lambda! +[2020-08-09 11:11:49,489] /u/pikareded had their flair updated +[2020-08-09 11:13:24,980] /u/pikareded had their flair updated +[2020-08-09 11:14:59,553] There has been a new submission: 'My first video in this style. My friends and I got drunk and “discussed” SCP. I thought it was hilarious so I edited the footage together to have some fun visuals along with it. Would highly appreciate any criticisms and will be giving lambda', with flair 'Video Critique' +[2020-08-09 11:15:01,142] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 11:15:01,145] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 11:15:02,118] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BbmTMVyp2ec&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 11:15:02,526] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 11:15:05,022] /u/ECXL had their flair updated +[2020-08-09 11:15:23,237] There has been a new submission: '(THE THING HAS NO EYES) No eyes with my mate', with flair 'Gaming' +[2020-08-09 11:15:24,666] /u/iam20000 had their submission removed for insufficient lambda. +[2020-08-09 11:15:26,017] /u/iam20000 had their flair updated +[2020-08-09 11:15:45,809] There has been a new submission: 'Check out my video', with flair 'Video Critique' +[2020-08-09 11:15:46,870] /u/cricketcommunity had their submission removed for insufficient lambda. +[2020-08-09 11:15:48,389] /u/cricketcommunity had their flair updated +[2020-08-09 11:16:05,960] There has been a new submission: 'How do I make good commentaries?', with flair 'Discussion' +[2020-08-09 11:16:07,439] /u/FallenVoid0723 had their flair updated +[2020-08-09 11:17:55,506] '/u/hrishexperiments' has given '/u/308ar10' lambda! +[2020-08-09 11:17:57,388] /u/308ar10 had their flair updated +[2020-08-09 11:18:31,223] '/u/Drisi99' has given '/u/DanThePanda-YT' lambda! +[2020-08-09 11:18:33,400] /u/DanThePanda-YT had their flair updated +[2020-08-09 11:27:40,116] '/u/jackgo14' has given '/u/station2yt' lambda! +[2020-08-09 11:27:42,453] /u/station2yt had their flair updated +[2020-08-09 11:29:14,183] '/u/jackgo14' has given '/u/pikareded' lambda! +[2020-08-09 11:29:16,226] /u/pikareded had their flair updated +[2020-08-09 11:30:33,889] '/u/jackgo14' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-09 11:30:36,213] /u/FynnKrauseFootballYT had their flair updated +[2020-08-09 11:45:21,726] '/u/thedrq' has given '/u/pikareded' lambda! +[2020-08-09 11:45:23,375] /u/pikareded had their flair updated +[2020-08-09 11:45:52,277] There has been a new submission: 'Make Sure Nothing Important is Covered in Your Thumbnails!', with flair 'Meta' +[2020-08-09 11:45:54,274] /u/mouse_irl had their flair updated +[2020-08-09 11:53:36,498] There has been a new submission: 'Most Ridiculous Video Game Covers Ever', with flair 'Video Critique' +[2020-08-09 11:53:37,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 11:53:37,319] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 11:53:37,977] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2jKsGPDJFBk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 11:53:38,307] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp8T1uBcVuQThJZBEHBtlxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 11:53:41,129] /u/pikareded had their flair updated +[2020-08-09 12:04:35,315] There has been a new submission: 'Hello guys, I make guitar and instrumental songs/covers . I just reached 100 subs (never thought I would) do check out my channel if you are into music .', with flair 'Channel Review' +[2020-08-09 12:04:36,706] /u/TheJennn had their submission removed for insufficient lambda. +[2020-08-09 12:04:38,552] /u/TheJennn had their flair updated +[2020-08-09 12:09:46,490] '/u/jackgo14' has given '/u/mouse_irl' lambda! +[2020-08-09 12:09:47,409] /u/mouse_irl had their flair updated +[2020-08-09 12:15:39,087] There has been a new submission: 'I think I'm getting better at this! Wind was blowing at 30kmh or 16knots, so voice recording wasn't great.', with flair 'Video Critique' +[2020-08-09 12:15:39,507] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 12:15:39,508] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 12:15:39,598] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5OylabN92Ko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 12:15:39,717] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrd56iz4KW-blUkDJrwbnmg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 12:15:42,080] /u/after_hours_chef had their flair updated +[2020-08-09 12:23:11,550] There has been a new submission: 'Did a small skin review. Help me get 10 Likes ❤️', with flair 'None' +[2020-08-09 12:23:13,195] /u/ICE__LK had their submission removed for insufficient lambda. +[2020-08-09 12:23:15,174] /u/ICE__LK had their flair updated +[2020-08-09 12:45:46,158] +#################### +[Aug 09 2020 12:45:46] RESTARTED +#################### + +[2020-08-09 13:09:04,012] There has been a new submission: 'Vlog: Crochet The Day (Challenge) Projects', with flair 'Vlog' +[2020-08-09 13:09:05,238] /u/jcreuz had their submission removed for insufficient lambda. +[2020-08-09 13:09:05,852] /u/jcreuz had their flair updated +[2020-08-09 13:12:37,970] '/u/pikareded' has given '/u/bigni44a' lambda! +[2020-08-09 13:12:40,508] /u/bigni44a had their flair updated +[2020-08-09 13:13:00,951] There has been a new submission: 'If you need either help or assistance, hit me up! (in chat)', with flair 'Discussion' +[2020-08-09 13:13:02,959] /u/Eggsarehealthy1 had their flair updated +[2020-08-09 13:13:21,935] There has been a new submission: 'Hey Guys, My New Video is up Honest Criticism is wanted !! Please dont hold back :)', with flair 'Channel Review' +[2020-08-09 13:13:23,251] /u/turkishD99 had their submission removed for insufficient lambda. +[2020-08-09 13:13:25,018] /u/turkishD99 had their flair updated +[2020-08-09 13:13:43,262] There has been a new submission: 'MY JOURNEY TO A POSITIVE KD', with flair 'Gaming' +[2020-08-09 13:13:44,818] /u/ktoonice03 had their submission removed for insufficient lambda. +[2020-08-09 13:13:46,658] /u/ktoonice03 had their flair updated +[2020-08-09 13:19:25,864] '/u/thedrq' has given '/u/bigni44a' lambda! +[2020-08-09 13:19:28,156] /u/bigni44a had their flair updated +[2020-08-09 13:23:03,108] There has been a new submission: 'Ban Gioc Waterfall, Natural waterfall in vietnam,beautiful waterfall,Natural gift, || deep nature', with flair 'Channel Review' +[2020-08-09 13:23:04,619] /u/BANOMAHMOOD had their submission removed for insufficient lambda. +[2020-08-09 13:23:06,627] /u/BANOMAHMOOD had their flair updated +[2020-08-09 13:23:33,186] There has been a new submission: 'Scary Painting - Horror Story [English Subtitles]', with flair 'Video Critique' +[2020-08-09 13:23:34,541] /u/Scaryden had their submission removed for insufficient lambda. +[2020-08-09 13:23:36,472] /u/Scaryden had their flair updated +[2020-08-09 13:33:41,892] There has been a new submission: 'Just some kid being autistic at Red Dead Redemption 2', with flair 'Gaming' +[2020-08-09 13:33:44,436] /u/SusheeYehAight had their submission removed for insufficient lambda. +[2020-08-09 13:33:46,446] /u/SusheeYehAight had their flair updated +[2020-08-09 13:36:34,175] '/u/WillWestInvest' has given '/u/Neminis00' lambda! +[2020-08-09 13:36:36,670] /u/Neminis00 had their flair updated +[2020-08-09 13:47:16,098] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-09 13:47:25,949] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-09 13:48:10,825] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-09 13:48:29,147] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-09 13:48:36,491] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-09 13:48:44,658] {ERROR} received 503 HTTP response +[2020-08-09 13:48:59,841] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-09 13:49:06,548] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-09 13:49:14,413] {ERROR} received 503 HTTP response +[2020-08-09 14:46:12,861] +#################### +[Aug 09 2020 14:46:12] RESTARTED +#################### + +[2020-08-09 15:05:34,142] '/u/jackgo14' has given '/u/bigni44a' lambda! +[2020-08-09 15:05:36,238] /u/bigni44a had their flair updated +[2020-08-09 15:05:54,436] '/u/ECXL' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-09 15:05:56,813] /u/FynnKrauseFootballYT had their flair updated +[2020-08-09 15:26:59,953] There has been a new submission: 'VLOG *FREE* NO COPYRIGHT MUSIC FOR YOUTUBE VIDEOS THOUGHT I WOULD ADD A HOUSE SHUFFLE VISUAL COMPILATION HOPE YOU ENJOY THE FREE MP3 DOWNLOAD USE IT FREE IN YOUR VLOGS OR YOUTUBE VIDEOS ALL COMMENTS & FEEDBACK WILL GIVEN LAMBDA', with flair 'Vlog' +[2020-08-09 15:27:01,276] /u/chri5ten had their submission removed for insufficient lambda. +[2020-08-09 15:27:02,954] /u/chri5ten had their flair updated +[2020-08-09 15:27:19,722] There has been a new submission: 'Jesse McCree's family tree', with flair 'Gaming' +[2020-08-09 15:27:21,361] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:27:21,364] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:27:22,508] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-zN225zPEUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:27:22,879] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvnvciUnu6lL3iF9s96pT6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:27:25,005] /u/ElkAzanur had their flair updated +[2020-08-09 15:27:41,570] There has been a new submission: 'Can anyone tell what's wrong with my content?', with flair 'Channel Review' +[2020-08-09 15:27:42,632] /u/eddiewest201 had their submission removed for insufficient lambda. +[2020-08-09 15:27:43,496] /u/eddiewest201 had their flair updated +[2020-08-09 15:28:00,513] There has been a new submission: '[FREE] Jcole X Sheff-G Type Beat "Flows" pt.3 | Free Type Beat | Rap Trap Beats', with flair 'Video Critique' +[2020-08-09 15:28:01,372] /u/Spiceywaterr had their submission removed for insufficient lambda. +[2020-08-09 15:28:02,277] /u/Spiceywaterr had their flair updated +[2020-08-09 15:28:20,435] There has been a new submission: 'HOW TO SHOOT CINEMATIC B ROLL | BEGINNERS | TIPS', with flair 'Vlog' +[2020-08-09 15:28:21,544] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-08-09 15:28:22,325] /u/Alilowthofficial had their flair updated +[2020-08-09 15:28:40,029] There has been a new submission: 'Top Eleven 2020 - How to counter 4-3W-3W formation', with flair 'Gaming' +[2020-08-09 15:28:40,849] /u/Remarkable_Addition5 had their submission removed for insufficient lambda. +[2020-08-09 15:28:41,547] /u/Remarkable_Addition5 had their flair updated +[2020-08-09 15:28:57,869] There has been a new submission: 'Do you like my natural lighting in this video over my ringlight in others??', with flair 'Video Critique' +[2020-08-09 15:28:58,607] /u/chocolatepowerpuff had their submission removed for insufficient lambda. +[2020-08-09 15:28:59,305] /u/chocolatepowerpuff had their flair updated +[2020-08-09 15:29:17,623] There has been a new submission: 'ONLY EATING HEALTHY CONVENIENCE STORE FOOD IN JAPAN FOR 24HRS!😱🥗', with flair 'Video Critique' +[2020-08-09 15:29:19,060] /u/lyfeinjapan had their submission removed for insufficient lambda. +[2020-08-09 15:29:20,123] /u/lyfeinjapan had their flair updated +[2020-08-09 15:29:36,470] There has been a new submission: 'Halo 3 I A Gaming Icon: I know it’s longer then most videos on the Reddit but if your interested in halo 3 or game analysis any feedback and critiques would be greatly appreciated. Thank you :)', with flair 'Video Critique' +[2020-08-09 15:29:37,785] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:29:37,787] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:29:38,646] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SBexOZQR_vs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:29:39,178] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1UbX6IQrZfL42v1YqN_qsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:29:40,982] /u/DoktorSkipper had their flair updated +[2020-08-09 15:29:57,250] There has been a new submission: 'Not giving out no stock advice but it’s something about GUSH..... Just made it out the bubble', with flair 'Video Critique' +[2020-08-09 15:29:57,987] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-09 15:29:58,519] /u/MoxyApproved had their flair updated +[2020-08-09 15:30:16,256] There has been a new submission: 'Just went on holiday during lockdown', with flair 'Gaming' +[2020-08-09 15:30:18,307] /u/CHAAIIN had their submission removed for insufficient lambda. +[2020-08-09 15:30:20,681] /u/CHAAIIN had their flair updated +[2020-08-09 15:30:40,139] There has been a new submission: 'Are the Titans In Titanfall Alive - You will love this if you played Titanfall 2', with flair 'Video Critique' +[2020-08-09 15:30:41,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:30:41,043] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:30:41,942] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OYLk9_sckLY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:30:42,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:30:44,574] /u/bigni44a had their flair updated +[2020-08-09 15:31:04,138] There has been a new submission: 'Logo design on SALE!', with flair 'Discussion' +[2020-08-09 15:31:06,837] /u/jdummies had their flair updated +[2020-08-09 15:31:45,783] '/u/DoktorSkipper' has given '/u/bigni44a' lambda! +[2020-08-09 15:31:48,571] /u/bigni44a had their flair updated +[2020-08-09 15:33:22,354] '/u/cav_1' has given '/u/DanThePanda-YT' lambda! +[2020-08-09 15:33:25,063] /u/DanThePanda-YT had their flair updated +[2020-08-09 15:36:14,370] '/u/chickpea_taco' has given '/u/pikareded' lambda! +[2020-08-09 15:36:16,673] /u/pikareded had their flair updated +[2020-08-09 15:37:45,550] There has been a new submission: 'If you enjoy funny gaming, youll hopefully enjoy this!', with flair 'Gaming' +[2020-08-09 15:37:46,496] /u/Ciar_McCann had their submission removed for insufficient lambda. +[2020-08-09 15:37:47,403] /u/Ciar_McCann had their flair updated +[2020-08-09 15:38:04,675] There has been a new submission: 'Manchester United Fifa 21 RATING predictions', with flair 'Video Critique' +[2020-08-09 15:38:05,657] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:38:05,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:38:06,597] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_gTOwZOm3kQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:38:06,968] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:38:08,766] /u/FynnKrauseFootballYT had their flair updated +[2020-08-09 15:38:57,019] '/u/fjolt' has given '/u/dansometv' lambda! +[2020-08-09 15:38:59,195] /u/dansometv had their flair updated +[2020-08-09 15:39:44,806] There has been a new submission: 'Jonathan Swan's Car Crash interview with Donald Trump - highlight reaction (4 mins - comedy)', with flair 'Video Critique' +[2020-08-09 15:39:47,151] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-08-09 15:39:48,219] /u/SimonCaine had their flair updated +[2020-08-09 15:40:04,427] There has been a new submission: 'I put alot of effort into this video and would appreciate if you could give me feedback.', with flair 'Video Critique' +[2020-08-09 15:40:05,408] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:40:05,410] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:40:06,228] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nTkhzWsakEM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:40:06,638] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeTqweAlrT_fA5Bct6uD7vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:40:10,035] /u/DanThePanda-YT had their flair updated +[2020-08-09 15:41:29,432] There has been a new submission: 'Bionicle the Videogame- Nice Model-Rapid Review| I listened to some of the feedback that you guys gave me, but the mic quality is still bad...', with flair 'Gaming' +[2020-08-09 15:41:30,327] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:41:30,329] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:41:31,395] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_ux6HdzkMIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:41:32,013] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCS_60rX96gwq45YZPaPJtlw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:41:35,370] /u/INDIEGUY_PMPT had their flair updated +[2020-08-09 15:42:10,739] There has been a new submission: 'How many skills can I learn in 24 hours - my first video with others involved and took a while so will give lambda for feedback, note this isn’t my usual style of video but enjoy!', with flair 'Video Critique' +[2020-08-09 15:42:11,595] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:42:11,633] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:42:12,574] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LckFDbRP9M4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:42:12,949] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC31ckGJ3J4vo7Ex5L68zNHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:42:16,107] /u/the_WDH had their flair updated +[2020-08-09 15:42:50,940] There has been a new submission: 'codm youtuber. my first ever commentary videos lol', with flair 'Gaming' +[2020-08-09 15:42:52,250] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:42:52,251] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:42:53,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=phrvfPahNio&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:42:53,526] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKZOdkM0rnp1sbl09zItDIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:42:56,483] /u/kdzplays had their flair updated +[2020-08-09 15:44:47,739] There has been a new submission: 'DREAM TEAM PLAYING ANIME DARKSOULS | Code Vein CO-OP w/Ducklife', with flair 'Gaming' +[2020-08-09 15:44:48,924] /u/DannyHavocBoy had their submission removed for insufficient lambda. +[2020-08-09 15:44:50,442] /u/DannyHavocBoy had their flair updated +[2020-08-09 15:45:42,526] There has been a new submission: 'Trump's HBO Axios interview verbatim but instead it's Liza Minnelli', with flair 'Art' +[2020-08-09 15:45:43,716] /u/soozkempner had their submission removed for insufficient lambda. +[2020-08-09 15:45:45,074] /u/soozkempner had their flair updated +[2020-08-09 15:46:38,955] There has been a new submission: 'Codm youtuber here. My first commentary videos lol. Give your thoughts about it. And also is there any way I can fix the audio when using the phone recorder? Currently search for a good mic. give !lambda for any criticism :D', with flair 'Gaming' +[2020-08-09 15:46:39,937] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 15:46:39,938] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 15:46:40,961] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=phrvfPahNio&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:46:41,373] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKZOdkM0rnp1sbl09zItDIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 15:46:43,709] /u/kdzplays had their flair updated +[2020-08-09 15:52:56,777] There has been a new submission: 'I've been doing this for exactly a year and right now I have 42 subscribers. Can you guys point me out some of the things I should consider changing? I would truly appreciate it :) P.S. This is only one type of FIFA content I make, there is a lot more.', with flair 'Video Critique' +[2020-08-09 15:52:58,464] /u/Neminis00 had their submission removed for insufficient lambda. +[2020-08-09 15:53:01,201] /u/Neminis00 had their flair updated +[2020-08-09 15:56:14,830] There has been a new submission: 'Hey I try to make meme videos. My goal is to reach 100 subs by the end of the year. It would mean a whole lot if u could help.', with flair 'Gaming' +[2020-08-09 15:56:16,629] /u/CringyB0I101 had their submission removed for insufficient lambda. +[2020-08-09 15:56:18,194] /u/CringyB0I101 had their flair updated +[2020-08-09 15:58:42,147] There has been a new submission: 'Growing up I loved Tales from the Crypt. I’m trying to recreate that magic in a CGI horror show. This is my first episode. An animated retelling of the legend of Bloody Mary. Looking for ways to make it closer to Tales from the Crypt!', with flair 'Video Critique' +[2020-08-09 15:58:43,743] /u/ImCurious012 had their submission removed for insufficient lambda. +[2020-08-09 15:58:45,380] /u/ImCurious012 had their flair updated +[2020-08-09 16:00:49,490] '/u/DanThePanda-YT' has given '/u/HappyPantzInc' lambda! +[2020-08-09 16:00:52,028] /u/HappyPantzInc had their flair updated +[2020-08-09 16:03:24,621] There has been a new submission: 'Just got a new camera and using a tripod for the first time so would love some feedback on the production. Also still not great at making thumbnails so any improvements or changes would be very welcome!', with flair 'Video Critique' +[2020-08-09 16:03:25,364] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 16:03:25,443] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 16:03:26,264] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SefqoOt8eEU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 16:03:26,595] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 16:03:29,795] /u/YaGuyAlex_yt had their flair updated +[2020-08-09 16:04:43,908] There has been a new submission: 'Daily Meditation Video', with flair 'Channel Review' +[2020-08-09 16:04:45,218] /u/JaanlevaDushman had their submission removed for insufficient lambda. +[2020-08-09 16:04:47,019] /u/JaanlevaDushman had their flair updated +[2020-08-09 16:09:19,317] There has been a new submission: '**NEW** Grounded Video Out Now, How to Kill The Bombardier Beetle!', with flair 'Gaming' +[2020-08-09 16:09:20,096] /u/JRohx had their submission removed for insufficient lambda. +[2020-08-09 16:09:21,042] /u/JRohx had their flair updated +[2020-08-09 16:10:02,840] There has been a new submission: 'Have you guys wanted to create a successful passive income machine online? This is part 3 or my series teaching you step by step how to make it happen! Let me know if you have any questions! 🙌🏻', with flair 'Vlog' +[2020-08-09 16:10:04,638] /u/Victorcatrina had their submission removed for insufficient lambda. +[2020-08-09 16:10:07,091] /u/Victorcatrina had their flair updated +[2020-08-09 16:12:46,105] There has been a new submission: 'BEST KILLER IN FORTNITE OF ALL TIME. NEW VIDEO ONLINE !!!!!!', with flair 'Channel Review' +[2020-08-09 16:12:47,583] /u/AllRankingData had their submission removed for insufficient lambda. +[2020-08-09 16:12:49,590] /u/AllRankingData had their flair updated +[2020-08-09 16:20:51,600] /u/308ar10 had their flair updated +[2020-08-09 16:23:36,394] '/u/DanThePanda-YT' has given '/u/Victorcatrina' lambda! +[2020-08-09 16:23:39,031] /u/Victorcatrina had their flair updated +[2020-08-09 16:27:21,576] '/u/Fireplace74' has given '/u/Rosey_and_Friends' lambda! +[2020-08-09 16:27:23,379] /u/Rosey_and_Friends had their flair updated +[2020-08-09 16:29:19,246] '/u/Fireplace74' has given '/u/SpudnickShaggy' lambda! +[2020-08-09 16:29:20,179] /u/SpudnickShaggy had their flair updated +[2020-08-09 16:39:01,839] There has been a new submission: 'CyberHunter Just a Regular game with BUGS #1 AIMBOT', with flair 'Gaming' +[2020-08-09 16:39:02,653] /u/Pkfr29 had their submission removed for insufficient lambda. +[2020-08-09 16:39:03,473] /u/Pkfr29 had their flair updated +[2020-08-09 16:45:46,439] +#################### +[Aug 09 2020 16:45:46] RESTARTED +#################### + +[2020-08-09 17:10:34,288] '/u/Unraveled_YT' has given '/u/luisfrobles' lambda! +[2020-08-09 17:10:37,073] /u/luisfrobles had their flair updated +[2020-08-09 17:11:52,061] '/u/Unraveled_YT' has given '/u/mallumomo' lambda! +[2020-08-09 17:11:54,523] /u/mallumomo had their flair updated +[2020-08-09 17:12:14,666] '/u/bigni44a' has given '/u/HappyPantzInc' lambda! +[2020-08-09 17:12:17,157] /u/HappyPantzInc had their flair updated +[2020-08-09 17:12:51,258] '/u/Unraveled_YT' has given '/u/djuslife' lambda! +[2020-08-09 17:12:53,884] /u/djuslife had their flair updated +[2020-08-09 17:13:27,606] '/u/Unraveled_YT' has given '/u/rociscool_' lambda! +[2020-08-09 17:13:29,986] /u/rociscool_ had their flair updated +[2020-08-09 17:14:30,623] '/u/bigni44a' has given '/u/denandmugMAKES' lambda! +[2020-08-09 17:14:33,122] /u/denandmugMAKES had their flair updated +[2020-08-09 17:15:12,138] '/u/jackgo14' has given '/u/the_amazing_lee01' lambda! +[2020-08-09 17:15:13,488] /u/the_amazing_lee01 had their flair updated +[2020-08-09 17:15:18,549] There has been a new submission: 'Do you write scripts for your videos? If so, to what extent (outline vs. word-for-word) and why?', with flair 'Meta' +[2020-08-09 17:15:20,170] /u/PictoChris had their flair updated +[2020-08-09 17:15:34,653] There has been a new submission: 'How come some videos get rid of comments even when I put it as made for kids', with flair 'Discussion' +[2020-08-09 17:15:36,461] /u/bobtebildrhecantfxit had their flair updated +[2020-08-09 17:15:54,039] There has been a new submission: 'Fall guys official release trailer', with flair 'Gaming' +[2020-08-09 17:15:55,107] /u/Scoot999 had their submission removed for insufficient lambda. +[2020-08-09 17:15:56,459] /u/Scoot999 had their flair updated +[2020-08-09 17:16:13,555] There has been a new submission: 'Demon Slayer「AMV」- I Won’t Run Away', with flair 'Channel Review' +[2020-08-09 17:16:14,663] /u/SnooStrawberries2015 had their submission removed for insufficient lambda. +[2020-08-09 17:16:15,892] /u/SnooStrawberries2015 had their flair updated +[2020-08-09 17:16:50,137] '/u/Unraveled_YT' has given '/u/nnnishal' lambda! +[2020-08-09 17:16:51,938] /u/nnnishal had their flair updated +[2020-08-09 17:19:44,988] '/u/Fireplace74' has given '/u/2PointRock' lambda! +[2020-08-09 17:19:46,709] /u/2PointRock had their flair updated +[2020-08-09 17:20:18,236] There has been a new submission: 'Games For Ghibli Fans (Princess Mononoke, Kiki's Delivery Service & More) - Let me know what you think!', with flair 'Video Critique' +[2020-08-09 17:20:20,117] /u/ROANOKE02 had their submission removed for insufficient lambda. +[2020-08-09 17:20:22,495] /u/ROANOKE02 had their flair updated +[2020-08-09 17:20:41,839] There has been a new submission: 'GLUTEN FREE THIN MINT COOKIES | Episode 2 of the Gluten Free Girl Scout Cookies Series || Thin Mints', with flair 'Video Critique' +[2020-08-09 17:20:44,538] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-08-09 17:20:46,955] /u/glutenfree__girl had their flair updated +[2020-08-09 17:21:06,770] There has been a new submission: 'Armwrestling related youtube videos', with flair 'Channel Review' +[2020-08-09 17:21:08,287] /u/SarajevoArmwrestling had their submission removed for insufficient lambda. +[2020-08-09 17:21:10,585] /u/SarajevoArmwrestling had their flair updated +[2020-08-09 17:26:57,484] '/u/INDIEGUY_PMPT' has given '/u/denandmugMAKES' lambda! +[2020-08-09 17:26:59,857] /u/denandmugMAKES had their flair updated +[2020-08-09 17:29:12,132] '/u/jocruz_' has given '/u/bigni44a' lambda! +[2020-08-09 17:29:13,899] /u/bigni44a had their flair updated +[2020-08-09 17:35:55,780] '/u/jocruz_' has given '/u/DevNestYT' lambda! +[2020-08-09 17:35:58,290] /u/DevNestYT had their flair updated +[2020-08-09 17:37:31,056] /u/VanVelding had their flair updated +[2020-08-09 17:46:55,643] '/u/ECXL' has given '/u/DevNestYT' lambda! +[2020-08-09 17:46:56,955] /u/DevNestYT had their flair updated +[2020-08-09 17:47:16,751] '/u/DoktorSkipper' has given '/u/DevNestYT' lambda! +[2020-08-09 17:47:19,245] /u/DevNestYT had their flair updated +[2020-08-09 17:54:28,642] There has been a new submission: 'First vid in like 8 months. Feed back would be great.', with flair 'Gaming' +[2020-08-09 17:54:29,990] /u/SkillzRico had their submission removed for insufficient lambda. +[2020-08-09 17:54:31,835] /u/SkillzRico had their flair updated +[2020-08-09 18:04:15,080] There has been a new submission: 'New to the group!', with flair 'Video Critique' +[2020-08-09 18:04:16,471] /u/dabthenatural had their submission removed for insufficient lambda. +[2020-08-09 18:04:18,392] /u/dabthenatural had their flair updated +[2020-08-09 18:04:51,952] There has been a new submission: 'Fall of Lotus: A Star Wars Story - Full Movie (Jedi Academy Machinima)', with flair 'Video Critique' +[2020-08-09 18:04:53,349] /u/TheLotusAlliance had their submission removed for insufficient lambda. +[2020-08-09 18:04:55,122] /u/TheLotusAlliance had their flair updated +[2020-08-09 18:06:27,186] There has been a new submission: 'Was the day to find Blu-Ray players at garage sales to resell on eBay for a profit...', with flair 'Video Critique' +[2020-08-09 18:06:28,495] /u/WilcoxResell had their submission removed for insufficient lambda. +[2020-08-09 18:06:30,048] /u/WilcoxResell had their flair updated +[2020-08-09 18:07:39,199] There has been a new submission: 'Any Feedback is appreciated :D(Giving Lambda)', with flair 'Video Critique' +[2020-08-09 18:07:41,080] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 18:07:41,082] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 18:07:42,147] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4LnjWSRmtSY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 18:07:42,719] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTB87eMCM5iDeoIDMMYZMhg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 18:07:45,007] /u/MyNameIsDracoHi had their flair updated +[2020-08-09 18:09:44,008] There has been a new submission: 'Thumbs up count dropped.', with flair 'Discussion' +[2020-08-09 18:09:45,850] /u/SimonCaine had their flair updated +[2020-08-09 18:10:30,136] There has been a new submission: 'Leave this place - Why?', with flair 'Discussion' +[2020-08-09 18:10:32,678] /u/TheLotusAlliance had their flair updated +[2020-08-09 18:12:36,481] '/u/YaGuyAlex_yt' has given '/u/lucario_rama' lambda! +[2020-08-09 18:12:39,317] /u/lucario_rama had their flair updated +[2020-08-09 18:12:57,266] '/u/YaGuyAlex_yt' has given '/u/Eggsarehealthy1' lambda! +[2020-08-09 18:12:59,604] /u/Eggsarehealthy1 had their flair updated +[2020-08-09 18:13:14,418] '/u/YaGuyAlex_yt' has given '/u/Victorcatrina' lambda! +[2020-08-09 18:13:16,771] /u/Victorcatrina had their flair updated +[2020-08-09 18:15:22,508] '/u/Doesntpayfullprice' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-09 18:15:24,050] /u/Wise_Donkey_1504 had their flair updated +[2020-08-09 18:15:44,911] There has been a new submission: 'I am new YouTuber, I need some help!', with flair 'Discussion' +[2020-08-09 18:15:46,536] /u/Cutedogs_ had their flair updated +[2020-08-09 18:17:06,943] There has been a new submission: 'i made 100 gecs', with flair 'Art' +[2020-08-09 18:17:08,156] /u/ewanfoneigh had their submission removed for insufficient lambda. +[2020-08-09 18:17:09,375] /u/ewanfoneigh had their flair updated +[2020-08-09 18:17:57,527] '/u/Doesntpayfullprice' has given '/u/ChagTastic' lambda! +[2020-08-09 18:17:58,983] /u/ChagTastic had their flair updated +[2020-08-09 18:18:46,101] '/u/Doesntpayfullprice' has given '/u/mskibs' lambda! +[2020-08-09 18:18:48,112] /u/mskibs had their flair updated +[2020-08-09 18:26:21,972] There has been a new submission: 'AJ TRIP'S VIDEOGAME REVIEW: MARVEL'S AVENGERS BETA', with flair 'Vlog' +[2020-08-09 18:26:23,202] /u/THEINSIDER20 had their submission removed for insufficient lambda. +[2020-08-09 18:26:24,555] /u/THEINSIDER20 had their flair updated +[2020-08-09 18:26:41,817] There has been a new submission: 'My cousin made a Modern Warfare compilation. Tell me what you think', with flair 'Video Critique' +[2020-08-09 18:26:43,246] /u/Deadmemeattack had their submission removed for insufficient lambda. +[2020-08-09 18:26:44,518] /u/Deadmemeattack had their flair updated +[2020-08-09 18:27:18,113] '/u/INDIEGUY_PMPT' has given '/u/Callu23' lambda! +[2020-08-09 18:27:20,451] /u/Callu23 had their flair updated +[2020-08-09 18:30:03,699] '/u/TheyCallMyWill' has given '/u/YappyHead' lambda! +[2020-08-09 18:30:06,843] /u/YappyHead had their flair updated +[2020-08-09 18:30:33,002] There has been a new submission: 'Any Thoughts on this Video and what me and my Editor can do better (my videos are not usually this long as of late)', with flair 'Video Critique' +[2020-08-09 18:30:35,799] /u/MaJoAnTheMemeMaster had their submission removed for insufficient lambda. +[2020-08-09 18:30:38,091] /u/MaJoAnTheMemeMaster had their flair updated +[2020-08-09 18:32:12,191] There has been a new submission: 'Do you guys think YouTube would have an issue with me using the word "FAT" in a video's title?', with flair 'Discussion' +[2020-08-09 18:32:14,629] /u/redditBlueSpecs had their flair updated +[2020-08-09 18:34:32,039] '/u/DanThePanda-YT' has given '/u/DevNestYT' lambda! +[2020-08-09 18:34:34,090] /u/DevNestYT had their flair updated +[2020-08-09 18:42:31,633] There has been a new submission: 'Phoenix Point Part 9 is out! Burdens of the Past! Join The Bushido Squad Today!', with flair 'Gaming' +[2020-08-09 18:42:33,182] /u/atofose had their submission removed for insufficient lambda. +[2020-08-09 18:42:35,276] /u/atofose had their flair updated +[2020-08-09 18:45:46,462] +#################### +[Aug 09 2020 18:45:46] RESTARTED +#################### + +[2020-08-09 19:17:52,566] There has been a new submission: 'Yoga teaching by 6year old veeksha for good body posture', with flair 'Channel Review' +[2020-08-09 19:17:53,545] /u/swathipadili had their submission removed for insufficient lambda. +[2020-08-09 19:17:54,406] /u/swathipadili had their flair updated +[2020-08-09 19:18:09,916] There has been a new submission: 'RCE REACTS to TRUE MCDONALD'S NIGHT SHIFT HORROR STORY (SCARY)', with flair 'Vlog' +[2020-08-09 19:18:11,546] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-09 19:18:12,327] /u/bubenator10 had their flair updated +[2020-08-09 19:18:27,937] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 18 - The Ghost Of Yarikawa', with flair 'Gaming' +[2020-08-09 19:18:28,790] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-09 19:18:29,489] /u/CecliusPlaysHD had their flair updated +[2020-08-09 19:22:01,453] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-09 19:23:02,530] There has been a new submission: 'Joker in GTA V - feedback? 🤡🎮👍', with flair 'Gaming' +[2020-08-09 19:23:04,370] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 19:23:04,372] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 19:23:05,431] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Tn7Bjtz2v-E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 19:23:05,843] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSfm_x3rKquzeju605iP_jw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 19:23:08,748] /u/Boing_gaming had their flair updated +[2020-08-09 19:23:26,136] There has been a new submission: 'Any constructive criticism would be great! Thank you!', with flair 'Channel Review' +[2020-08-09 19:23:27,612] /u/AdamManTM had their submission removed for insufficient lambda. +[2020-08-09 19:23:29,380] /u/AdamManTM had their flair updated +[2020-08-09 19:23:47,344] There has been a new submission: 'Something interesting with maggi', with flair 'Vlog' +[2020-08-09 19:23:48,692] /u/ashwinapr had their submission removed for insufficient lambda. +[2020-08-09 19:23:50,372] /u/ashwinapr had their flair updated +[2020-08-09 19:25:42,380] There has been a new submission: 'Is this fair use? I make comedy videos featuring full pages from children's books (usually pre-1990's).', with flair 'Video Critique' +[2020-08-09 19:25:43,611] /u/Knubbin had their submission removed for insufficient lambda. +[2020-08-09 19:25:44,962] /u/Knubbin had their flair updated +[2020-08-09 19:26:38,088] '/u/YaGuyAlex_yt' has given '/u/chickpea_taco' lambda! +[2020-08-09 19:26:40,303] /u/chickpea_taco had their flair updated +[2020-08-09 19:28:34,687] There has been a new submission: 'DREAM IS FAKE! STAGED VIDEOS! Minecraft Speedrunner VS 3 Hunters GRAND FINALE Analysis', with flair 'Video Critique' +[2020-08-09 19:28:37,528] /u/ZenithalYT had their submission removed for insufficient lambda. +[2020-08-09 19:28:38,344] /u/ZenithalYT had their flair updated +[2020-08-09 19:29:33,752] /u/jocruz_ had their flair updated +[2020-08-09 19:31:48,265] There has been a new submission: 'A GOOD MORNING POEM', with flair 'Channel Review' +[2020-08-09 19:31:49,780] /u/howtocreate2 had their submission removed for insufficient lambda. +[2020-08-09 19:31:51,950] /u/howtocreate2 had their flair updated +[2020-08-09 19:32:32,333] There has been a new submission: 'Hey y'all, tried some new things on this video, and am really proud with how it came out. Giving lambda for feedback and criticisms. Thanks heaps!', with flair 'Video Critique' +[2020-08-09 19:32:33,403] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 19:32:33,405] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 19:32:34,227] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h6HWkx7-2bY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 19:32:34,640] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 19:32:38,077] /u/DennisTheBadBoy had their flair updated +[2020-08-09 19:33:01,282] '/u/ECXL' has given '/u/VanVelding' lambda! +[2020-08-09 19:33:03,901] /u/VanVelding had their flair updated +[2020-08-09 19:33:23,587] There has been a new submission: '60 Minute Challenge With Nick Smith and Coate Water Country Park', with flair 'Vlog' +[2020-08-09 19:33:25,019] /u/stevenmusgrovephoto had their submission removed for insufficient lambda. +[2020-08-09 19:33:26,945] /u/stevenmusgrovephoto had their flair updated +[2020-08-09 19:41:54,046] There has been a new submission: 'Any Thoughts? My First Video', with flair 'Gaming' +[2020-08-09 19:41:56,629] /u/MrDustTV had their submission removed for insufficient lambda. +[2020-08-09 19:41:58,838] /u/MrDustTV had their flair updated +[2020-08-09 19:43:20,106] There has been a new submission: 'What would you like to see that links music and entertainment? I'm trying to find out what could be related to my passion for entertainment!', with flair 'Discussion' +[2020-08-09 19:43:22,446] /u/Pentama_music had their flair updated +[2020-08-09 19:53:02,581] There has been a new submission: 'Call Of Duty Warzone The Last Samurai', with flair 'Gaming' +[2020-08-09 19:53:04,542] /u/The-Arma-Channel had their submission removed for insufficient lambda. +[2020-08-09 19:53:06,550] /u/The-Arma-Channel had their flair updated +[2020-08-09 19:54:44,291] '/u/DennisTheBadBoy' has given '/u/MrCarsone' lambda! +[2020-08-09 19:54:46,661] /u/MrCarsone had their flair updated +[2020-08-09 19:55:25,041] '/u/DennisTheBadBoy' has given '/u/Lewis_YT' lambda! +[2020-08-09 19:55:27,416] /u/Lewis_YT had their flair updated +[2020-08-09 19:56:35,288] '/u/DennisTheBadBoy' has given '/u/Eggsarehealthy1' lambda! +[2020-08-09 19:56:37,619] /u/Eggsarehealthy1 had their flair updated +[2020-08-09 19:59:09,402] '/u/PineapplePizzaGaming' has given '/u/titomakanijr' lambda! +[2020-08-09 19:59:11,448] /u/titomakanijr had their flair updated +[2020-08-09 20:01:32,537] There has been a new submission: 'Discount Will Smith hunts down criminals 🚨 I worked hard on the subtitles this time 😄 All kinds of feedback and critisism and suggestions VERY needed 💗', with flair 'Video Critique' +[2020-08-09 20:01:32,938] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 20:01:32,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 20:01:33,271] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mP9bj5U-kPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:01:33,472] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:01:36,252] /u/qzeqYT had their flair updated +[2020-08-09 20:01:55,457] There has been a new submission: 'Discord Is Absolutely Amazing(just a quick little video with me gushing about discord. Will give lambda to everyone no matter what. Thanks!)', with flair 'Video Critique' +[2020-08-09 20:01:55,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 20:01:55,890] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 20:01:56,199] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hDrgMY-KLqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:01:56,400] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:01:59,309] /u/MrCarsone had their flair updated +[2020-08-09 20:06:04,635] '/u/MrCarsone' has given '/u/Lewis_YT' lambda! +[2020-08-09 20:06:07,089] /u/Lewis_YT had their flair updated +[2020-08-09 20:08:08,548] '/u/qzeqYT' has given '/u/Lewis_YT' lambda! +[2020-08-09 20:08:10,837] /u/Lewis_YT had their flair updated +[2020-08-09 20:08:27,891] There has been a new submission: 'What's in my backpack - University 2020 --> (Any feedback is greatly appreciated! Giving lambda for all feedback)', with flair 'Video Critique' +[2020-08-09 20:08:28,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 20:08:28,956] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 20:08:29,817] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v8_bjmIvF78&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:08:30,228] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCggSRn_s3Doy9Al6GNOb-uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 20:08:32,236] /u/Lewis_YT had their flair updated +[2020-08-09 20:10:31,521] '/u/Boing_gaming' has given '/u/Lewis_YT' lambda! +[2020-08-09 20:10:34,230] /u/Lewis_YT had their flair updated +[2020-08-09 20:10:54,737] There has been a new submission: 'A cooking show... without a recipie. Did this a while ago. but i like to hear feedback:) Obviously the out of focus camera is the big one but anything else', with flair 'Video Critique' +[2020-08-09 20:10:56,261] /u/macfullarton had their submission removed for insufficient lambda. +[2020-08-09 20:10:58,521] /u/macfullarton had their flair updated +[2020-08-09 20:11:50,770] '/u/Boing_gaming' has given '/u/MrCarsone' lambda! +[2020-08-09 20:11:53,311] /u/MrCarsone had their flair updated +[2020-08-09 20:12:55,713] There has been a new submission: 'IF U DON'T GETCHO TIC TAC LOOKIN SELF OVER THIS.... | Fall Guys: Ultimat...', with flair 'Gaming' +[2020-08-09 20:12:58,180] /u/The-Bomb-Guy had their submission removed for insufficient lambda. +[2020-08-09 20:13:00,104] /u/The-Bomb-Guy had their flair updated +[2020-08-09 20:14:59,448] There has been a new submission: 'STREAMERS RAGE IN FALL GUYS | Most VIEWED Twitch Clips (Feedback would be appreciated) :)', with flair 'Gaming' +[2020-08-09 20:15:00,621] /u/potato_tard69 had their submission removed for insufficient lambda. +[2020-08-09 20:15:02,248] /u/potato_tard69 had their flair updated +[2020-08-09 20:15:42,187] '/u/MrCarsone' has given '/u/coolyosi' lambda! +[2020-08-09 20:15:44,435] /u/coolyosi had their flair updated +[2020-08-09 20:17:16,756] '/u/PineapplePizzaGaming' has given '/u/Bensetera' lambda! +[2020-08-09 20:17:18,927] /u/Bensetera had their flair updated +[2020-08-09 20:21:58,361] /u/MrCarsone had their flair updated +[2020-08-09 20:21:59,999] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-09 20:22:36,559] '/u/MrCarsone' has given '/u/thedrq' lambda! +[2020-08-09 20:22:39,186] /u/thedrq had their flair updated +[2020-08-09 20:29:42,558] '/u/Fireplace74' has given '/u/babarlab21' lambda! +[2020-08-09 20:29:43,781] /u/babarlab21 had their flair updated +[2020-08-09 20:30:53,508] '/u/Fireplace74' has given '/u/dansometv' lambda! +[2020-08-09 20:30:55,848] /u/dansometv had their flair updated +[2020-08-09 20:31:51,914] '/u/Fireplace74' has given '/u/bigni44a' lambda! +[2020-08-09 20:31:53,912] /u/bigni44a had their flair updated +[2020-08-09 20:35:18,821] There has been a new submission: 'Lord McDuffie', with flair 'Channel Review' +[2020-08-09 20:35:20,045] /u/LordMcDuffie had their submission removed for insufficient lambda. +[2020-08-09 20:35:21,729] /u/LordMcDuffie had their flair updated +[2020-08-09 20:39:52,377] There has been a new submission: 'Gru bombs the amusement park', with flair 'Gaming' +[2020-08-09 20:39:53,115] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-08-09 20:39:53,612] /u/SidelingRug2747 had their flair updated +[2020-08-09 20:41:22,313] There has been a new submission: 'Codmobile s9 battle pass about watch and feedback me', with flair 'Gaming' +[2020-08-09 20:41:23,914] /u/smart_sk had their submission removed for insufficient lambda. +[2020-08-09 20:41:26,298] /u/smart_sk had their flair updated +[2020-08-09 20:42:33,732] '/u/TheMagicTurtle1' has given '/u/TheLuiginator' lambda! +[2020-08-09 20:42:36,399] /u/TheLuiginator had their flair updated +[2020-08-09 20:46:00,574] +#################### +[Aug 09 2020 20:46:00] RESTARTED +#################### + +[2020-08-09 21:24:22,850] There has been a new submission: 'What am I doing wrong?', with flair 'Channel Review' +[2020-08-09 21:24:24,823] /u/thattomguyyoutube had their submission removed for insufficient lambda. +[2020-08-09 21:24:26,342] /u/thattomguyyoutube had their flair updated +[2020-08-09 21:24:44,208] There has been a new submission: '10,000 calorie eating challenge!', with flair 'Channel Review' +[2020-08-09 21:24:46,349] /u/HoopBaller88 had their submission removed for insufficient lambda. +[2020-08-09 21:24:47,868] /u/HoopBaller88 had their flair updated +[2020-08-09 21:25:08,846] '/u/TheMagicTurtle1' has given '/u/dansometv' lambda! +[2020-08-09 21:25:10,976] /u/dansometv had their flair updated +[2020-08-09 21:25:43,226] '/u/qzeqYT' has given '/u/coolyosi' lambda! +[2020-08-09 21:25:45,476] /u/coolyosi had their flair updated +[2020-08-09 21:26:03,489] '/u/TheMagicTurtle1' has given '/u/DoktorSkipper' lambda! +[2020-08-09 21:26:05,780] /u/DoktorSkipper had their flair updated +[2020-08-09 21:27:21,478] '/u/TheMagicTurtle1' has given '/u/HughseyKL' lambda! +[2020-08-09 21:27:23,493] /u/HughseyKL had their flair updated +[2020-08-09 21:27:55,073] '/u/TheMagicTurtle1' has given '/u/the_real_d247' lambda! +[2020-08-09 21:27:57,088] /u/the_real_d247 had their flair updated +[2020-08-09 21:28:14,268] '/u/qzeqYT' has given '/u/Peesukarhuu' lambda! +[2020-08-09 21:28:16,238] /u/Peesukarhuu had their flair updated +[2020-08-09 21:29:01,839] '/u/INDIEGUY_PMPT' has given '/u/coolyosi' lambda! +[2020-08-09 21:29:04,006] /u/coolyosi had their flair updated +[2020-08-09 21:29:34,325] '/u/TheMagicTurtle1' has given '/u/AdamManTM' lambda! +[2020-08-09 21:29:35,640] /u/AdamManTM had their flair updated +[2020-08-09 21:29:53,117] '/u/TheMagicTurtle1' has given '/u/HappyPantzInc' lambda! +[2020-08-09 21:29:55,126] /u/HappyPantzInc had their flair updated +[2020-08-09 21:30:08,745] '/u/TheMagicTurtle1' has given '/u/pikareded' lambda! +[2020-08-09 21:30:11,219] /u/pikareded had their flair updated +[2020-08-09 21:30:45,150] '/u/TheMagicTurtle1' has given '/u/bigni44a' lambda! +[2020-08-09 21:30:48,347] /u/bigni44a had their flair updated +[2020-08-09 21:31:08,745] '/u/TheMagicTurtle1' has given '/u/shadossplayz' lambda! +[2020-08-09 21:31:11,611] /u/shadossplayz had their flair updated +[2020-08-09 21:31:33,075] '/u/INDIEGUY_PMPT' has given '/u/thedrq' lambda! +[2020-08-09 21:31:35,656] /u/thedrq had their flair updated +[2020-08-09 21:32:10,604] '/u/YaGuyAlex_yt' has given '/u/thedrq' lambda! +[2020-08-09 21:32:13,265] /u/thedrq had their flair updated +[2020-08-09 21:32:30,501] '/u/qzeqYT' has given '/u/AngryAipom' lambda! +[2020-08-09 21:32:32,752] /u/AngryAipom had their flair updated +[2020-08-09 21:32:48,336] '/u/the_WDH' has given '/u/denandmugMAKES' lambda! +[2020-08-09 21:32:50,874] /u/denandmugMAKES had their flair updated +[2020-08-09 21:33:09,889] '/u/the_WDH' has given '/u/Lewis_YT' lambda! +[2020-08-09 21:33:12,390] /u/Lewis_YT had their flair updated +[2020-08-09 21:33:32,999] '/u/the_WDH' has given '/u/Fireman523567' lambda! +[2020-08-09 21:33:35,584] /u/Fireman523567 had their flair updated +[2020-08-09 21:33:55,357] '/u/the_WDH' has given '/u/lucario_rama' lambda! +[2020-08-09 21:33:58,064] /u/lucario_rama had their flair updated +[2020-08-09 21:34:31,176] '/u/the_WDH' has given '/u/brovalley' lambda! +[2020-08-09 21:34:33,724] /u/brovalley had their flair updated +[2020-08-09 21:34:54,313] '/u/the_WDH' has given '/u/bee102' lambda! +[2020-08-09 21:34:56,446] /u/bee102 had their flair updated +[2020-08-09 21:37:48,967] '/u/Brandonator247' has given '/u/Kyle_Gates' lambda! +[2020-08-09 21:37:51,015] /u/Kyle_Gates had their flair updated +[2020-08-09 21:38:49,981] '/u/pinappleonpizza123' has given '/u/VanVelding' lambda! +[2020-08-09 21:38:51,949] /u/VanVelding had their flair updated +[2020-08-09 21:43:01,783] There has been a new submission: 'Thought about editing , audio and quality in general? how can i improve to reach my first 100 subs/1k views', with flair 'Channel Review' +[2020-08-09 21:43:03,708] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 21:43:03,748] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 21:43:04,890] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LAO2NIORx04&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:43:05,341] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvI9BNtKzVjfNI9pUMENe0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:43:08,493] /u/DevNestYT had their flair updated +[2020-08-09 21:43:26,704] There has been a new submission: 'I have no idea what people think of my videos', with flair 'Video Critique' +[2020-08-09 21:43:28,058] /u/MagnumMecca had their submission removed for insufficient lambda. +[2020-08-09 21:43:29,826] /u/MagnumMecca had their flair updated +[2020-08-09 21:43:48,331] There has been a new submission: 'ASMR | AGGRESSIVE TAPPING for SLEEP (timestamped)🍓 #COLOURPOP STRAWBERRY SHAKE PALETTE 🍓#ACMP', with flair 'Video Critique' +[2020-08-09 21:43:49,720] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-09 21:43:51,360] /u/tballs2003 had their flair updated +[2020-08-09 21:44:10,746] There has been a new submission: 'What tool do you use to search for low competition keywords?', with flair 'Discussion' +[2020-08-09 21:44:13,167] /u/SlybootsYoutube had their flair updated +[2020-08-09 21:44:30,503] There has been a new submission: 'fall guys is a fun game [feedback please <3]', with flair 'Gaming' +[2020-08-09 21:44:31,402] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 21:44:31,446] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 21:44:32,184] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ynL3ydM4dIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:44:32,557] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:44:35,142] /u/ameixarocha had their flair updated +[2020-08-09 21:44:52,952] There has been a new submission: 'What do you guys think of my edit? It's my second youtube channel and it focuses on motivation. Let me know in the comments what you like and disliked so I can improve :)', with flair 'Channel Review' +[2020-08-09 21:44:55,175] /u/Diego-R had their submission removed for insufficient lambda. +[2020-08-09 21:44:56,779] /u/Diego-R had their flair updated +[2020-08-09 21:45:06,187] There has been a new submission: 'The Mysterious Local 58 Moon - I Would Love Some Feedback, I apologize for the music being a little loud. Best of luck to you all with your channels!', with flair 'Channel Review' +[2020-08-09 21:45:07,455] /u/FinbackTheFinest had their submission removed for insufficient lambda. +[2020-08-09 21:45:08,886] /u/FinbackTheFinest had their flair updated +[2020-08-09 21:45:16,475] There has been a new submission: '(Monika Vs Sans) To avoid being annoying I'm only gonna post one video per day, this is my first, enjoy~!', with flair 'Gaming' +[2020-08-09 21:45:18,617] /u/Braxton-Adams had their submission removed for insufficient lambda. +[2020-08-09 21:45:20,132] /u/Braxton-Adams had their flair updated +[2020-08-09 21:48:23,090] There has been a new submission: 'Looking for suggestions!', with flair 'Video Critique' +[2020-08-09 21:48:25,261] /u/bee102 had their flair updated +[2020-08-09 21:48:41,190] There has been a new submission: 'We made a video on the hidden art of Taek Won Fu. It’s a comedy video and it took 30+ hours to make and edit. I tried a new intro style similar to bigger YouTubers. Let me know what I can improve on and what you enjoyed throughout the video. Thanks for your time, it’s greatly appreciated.', with flair 'Video Critique' +[2020-08-09 21:48:42,383] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 21:48:42,422] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 21:48:43,163] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=btkQItqnjTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:48:43,533] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJyLu-lj_FtMUPmoo23dXNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:48:45,381] /u/tommyboy_lr had their flair updated +[2020-08-09 21:50:00,209] '/u/MrCarsone' has given '/u/SeeJayWolf' lambda! +[2020-08-09 21:50:02,551] /u/SeeJayWolf had their flair updated +[2020-08-09 21:50:20,567] There has been a new submission: 'Hey fellas! I'm back here again looking for some feedback on my latest video. It's super short and digestible so if you have a spare 3 minutes of your time I'd really appreciate it if you'd give it a watch and maybe some feedback. I'll, of course, be giving lambda for feedback :)', with flair 'Video Critique' +[2020-08-09 21:50:21,551] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 21:50:21,714] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 21:50:22,498] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tcHTFyePKe0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:50:22,907] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuxXHTMY8T0pVntonKRW_EA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 21:50:26,273] /u/Fireman523567 had their flair updated +[2020-08-09 21:50:46,620] There has been a new submission: 'Oh Hey', with flair 'Art' +[2020-08-09 21:50:48,555] /u/Cenanden had their submission removed for insufficient lambda. +[2020-08-09 21:50:51,424] /u/Cenanden had their flair updated +[2020-08-09 21:51:11,234] There has been a new submission: 'I shoot and edit videos. Any feedback how this could attract regular viewers that aren't into filmmaking? Any tips in general?', with flair 'Video Critique' +[2020-08-09 21:51:12,835] /u/kingury7 had their submission removed for insufficient lambda. +[2020-08-09 21:51:15,088] /u/kingury7 had their flair updated +[2020-08-09 21:54:47,873] '/u/MrCarsone' has given '/u/tommyboy_lr' lambda! +[2020-08-09 21:54:50,374] /u/tommyboy_lr had their flair updated +[2020-08-09 22:01:47,004] /u/ElkAzanur had their flair updated +[2020-08-09 22:03:22,101] '/u/OccupiedGarrett' has given '/u/chickpea_taco' lambda! +[2020-08-09 22:03:24,324] /u/chickpea_taco had their flair updated +[2020-08-09 22:06:54,759] There has been a new submission: 'TikTok Invasion: Clubhouse. Not sure you guys like commentary videos lol. Any suggestions appreciated.', with flair 'Video Critique' +[2020-08-09 22:06:55,868] /u/Famsquaddude had their submission removed for insufficient lambda. +[2020-08-09 22:06:57,186] /u/Famsquaddude had their flair updated +[2020-08-09 22:08:27,447] '/u/Fireman523567' has given '/u/Eggsarehealthy1' lambda! +[2020-08-09 22:08:29,458] /u/Eggsarehealthy1 had their flair updated +[2020-08-09 22:11:07,476] There has been a new submission: 'First video ever! i know the quality is not too great in the beginning im planning on upgrading [feedback please!!]', with flair 'Video Critique' +[2020-08-09 22:11:09,322] /u/floresstevie42 had their submission removed for insufficient lambda. +[2020-08-09 22:11:11,735] /u/floresstevie42 had their flair updated +[2020-08-09 22:12:10,317] There has been a new submission: 'So close to 100 subs!', with flair 'Gaming' +[2020-08-09 22:12:11,913] /u/Xionik- had their submission removed for insufficient lambda. +[2020-08-09 22:12:14,539] /u/Xionik- had their flair updated +[2020-08-09 22:17:47,176] There has been a new submission: 'Medal of Honor: Allied Assault - Sabotage the Motorpool (Mission 1)', with flair 'Gaming' +[2020-08-09 22:17:48,122] /u/MarceloJungbluth had their submission removed for insufficient lambda. +[2020-08-09 22:17:49,218] /u/MarceloJungbluth had their flair updated +[2020-08-09 22:35:14,255] There has been a new submission: 'Would love some feedback on my channel,mainly the newer content where I draw and talk not the old stuff,pls be honest', with flair 'Channel Review' +[2020-08-09 22:35:15,511] /u/emyschiffer had their submission removed for insufficient lambda. +[2020-08-09 22:35:17,221] /u/emyschiffer had their flair updated +[2020-08-09 22:35:45,013] There has been a new submission: 'An explanation', with flair 'Discussion' +[2020-08-09 22:35:47,071] /u/TheLotusAlliance had their flair updated +[2020-08-09 22:36:21,206] There has been a new submission: 'I played the stupidly popular new game Grounded and did a lil review/essay about why I had a blast with it! This is a little more informative than my usual videos, let me know what you think!', with flair 'Video Critique' +[2020-08-09 22:36:22,195] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-09 22:36:22,234] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-09 22:36:23,057] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l4TlGwDcjgY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 22:36:23,509] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAdaxjqGW4tdBWdW75VWRAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-09 22:36:26,176] /u/blacksmyth34 had their flair updated +[2020-08-09 22:42:14,909] There has been a new submission: 'Introducing myself', with flair 'Discussion' +[2020-08-09 22:42:17,453] /u/TheReactionNerd had their flair updated +[2020-08-09 22:43:35,212] There has been a new submission: 'My First Video In Simple Terms Is A Sh*t Post', with flair 'Video Critique' +[2020-08-09 22:43:36,614] /u/VARI827 had their submission removed for insufficient lambda. +[2020-08-09 22:43:38,540] /u/VARI827 had their flair updated +[2020-08-09 22:45:55,036] +#################### +[Aug 09 2020 22:45:55] RESTARTED +#################### + +[2020-08-09 23:25:05,955] There has been a new submission: 'What’s good everybody, I just uploaded a hilarious Fall Guys: Ultimate Knockout video! I’m sure you’ll love it, feedback would be greatly appreciated thanks!', with flair 'Gaming' +[2020-08-09 23:25:07,634] /u/LordKarl27 had their submission removed for insufficient lambda. +[2020-08-09 23:25:09,026] /u/LordKarl27 had their flair updated +[2020-08-09 23:25:27,525] There has been a new submission: 'My dog Died so wrote a song for Him', with flair 'None' +[2020-08-09 23:25:28,760] /u/Anders-Spencer had their submission removed for insufficient lambda. +[2020-08-09 23:25:30,112] /u/Anders-Spencer had their flair updated +[2020-08-09 23:26:50,343] '/u/Fireman523567' has given '/u/Braxton-Adams' lambda! +[2020-08-09 23:26:51,982] /u/Braxton-Adams had their flair updated +[2020-08-09 23:29:42,202] '/u/ElkAzanur' has given '/u/TheLuiginator' lambda! +[2020-08-09 23:29:44,211] /u/TheLuiginator had their flair updated +[2020-08-09 23:30:03,452] '/u/DoktorSkipper' has given '/u/FinbackTheFinest' lambda! +[2020-08-09 23:30:06,195] /u/FinbackTheFinest had their flair updated +[2020-08-09 23:32:26,702] There has been a new submission: 'A video about Greg Goatfeld.', with flair 'Art' +[2020-08-09 23:32:28,870] /u/RedditBaker had their submission removed for insufficient lambda. +[2020-08-09 23:32:30,798] /u/RedditBaker had their flair updated +[2020-08-09 23:32:50,276] There has been a new submission: 'I made an oof cover of a popular tik tok song - all feedback welcome', with flair 'Video Critique' +[2020-08-09 23:32:52,123] /u/OofJukebox had their submission removed for insufficient lambda. +[2020-08-09 23:32:54,133] /u/OofJukebox had their flair updated +[2020-08-09 23:33:12,960] There has been a new submission: 'Hello everyone, I’m looking for feedback on my new Call of duty Quickscope montage: “Swishcope 3”, where I only use my kar98 on obsidian camo. I hope you enjoy. Gray', with flair 'Gaming' +[2020-08-09 23:33:14,437] /u/ThelastGray had their submission removed for insufficient lambda. +[2020-08-09 23:33:16,365] /u/ThelastGray had their flair updated +[2020-08-09 23:44:41,788] There has been a new submission: 'If you can take the time, check out my channel The Slightly Cynical, I make meme edits/commentaries. Feedback is GREATLY appreciated', with flair 'Channel Review' +[2020-08-09 23:44:44,697] /u/iOnlyUseShotties had their flair updated +[2020-08-09 23:55:15,903] There has been a new submission: 'Check out new NMS Video part 12 of the series. Leave a like and subscribe if you like the content :)', with flair 'Gaming' +[2020-08-09 23:55:17,292] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-09 23:55:19,051] /u/xSaydexGaming1 had their flair updated +[2020-08-09 23:56:47,208] '/u/MrCarsone' has given '/u/Kalaan10' lambda! +[2020-08-09 23:56:49,131] /u/Kalaan10 had their flair updated +[2020-08-09 23:57:05,438] '/u/MrCarsone' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-09 23:57:07,194] /u/Fluffy_B0Y3 had their flair updated +[2020-08-10 00:04:30,647] '/u/qzeqYT' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-10 00:04:32,822] /u/Fluffy_B0Y3 had their flair updated +[2020-08-10 00:05:08,116] '/u/qzeqYT' has given '/u/the_real_relarin' lambda! +[2020-08-10 00:05:09,749] /u/the_real_relarin had their flair updated +[2020-08-10 00:06:52,890] There has been a new submission: 'Hi all! New vid is up. Commenting on Instagram models photos. This is a funny one lol let us know what you think in the comments.', with flair 'Vlog' +[2020-08-10 00:06:54,039] /u/clumsykevin had their submission removed for insufficient lambda. +[2020-08-10 00:06:55,397] /u/clumsykevin had their flair updated +[2020-08-10 00:08:45,028] '/u/Fireman523567' has given '/u/FinbackTheFinest' lambda! +[2020-08-10 00:08:47,084] /u/FinbackTheFinest had their flair updated +[2020-08-10 00:16:03,701] There has been a new submission: 'NEW vid that i posted with the use of subtitles. I'm new pls help me out! Much appreciated! (I think the title is a bit lacking, but the subtitles are on point i think!', with flair 'Gaming' +[2020-08-10 00:16:05,193] /u/TheChiefKeithWong had their submission removed for insufficient lambda. +[2020-08-10 00:16:06,770] /u/TheChiefKeithWong had their flair updated +[2020-08-10 00:21:13,133] There has been a new submission: 'Created a channel for sharing programming tips and tutorials (latest video is on adding TailwindCSS to NextJS). Feedback welcome!', with flair 'Channel Review' +[2020-08-10 00:21:14,775] /u/KukicAdnan had their submission removed for insufficient lambda. +[2020-08-10 00:21:17,072] /u/KukicAdnan had their flair updated +[2020-08-10 00:25:26,763] There has been a new submission: 'So I played the Last of us part 2 and I decided to share my review on the game. Things I liked and disked and what could have been better. Would like some feedback so I can improve in the feature.', with flair 'Video Critique' +[2020-08-10 00:25:27,996] /u/Humble_Flamingo14 had their submission removed for insufficient lambda. +[2020-08-10 00:25:29,600] /u/Humble_Flamingo14 had their flair updated +[2020-08-10 00:30:29,507] There has been a new submission: 'QUICK, DRAW! Ep. 1 | The Nautilus: Art And Creativity', with flair 'Art' +[2020-08-10 00:30:31,517] /u/nirvanaspirit666 had their submission removed for insufficient lambda. +[2020-08-10 00:30:33,826] /u/nirvanaspirit666 had their flair updated +[2020-08-10 00:36:28,792] '/u/Fireman523567' has given '/u/Onen1ck' lambda! +[2020-08-10 00:36:30,764] /u/Onen1ck had their flair updated +[2020-08-10 00:38:06,052] '/u/Fireman523567' has given '/u/MonsterPuppetZam' lambda! +[2020-08-10 00:38:07,734] /u/MonsterPuppetZam had their flair updated +[2020-08-10 00:42:11,522] There has been a new submission: 'Golf With Your Friends Ruins Friendships', with flair 'Gaming' +[2020-08-10 00:42:12,952] /u/BoiMcSaucin had their submission removed for insufficient lambda. +[2020-08-10 00:42:15,212] /u/BoiMcSaucin had their flair updated +[2020-08-10 00:42:34,948] '/u/MrCarsone' has given '/u/cnz-fnz' lambda! +[2020-08-10 00:42:37,360] /u/cnz-fnz had their flair updated +[2020-08-10 00:44:01,377] There has been a new submission: 'GIVING FEEDBACK ON VIDEOS', with flair 'Video Critique' +[2020-08-10 00:44:02,713] /u/polaroppositestv had their submission removed for insufficient lambda. +[2020-08-10 00:44:04,554] /u/polaroppositestv had their flair updated +[2020-08-10 00:45:21,911] There has been a new submission: 'Channel Survey', with flair 'Meta' +[2020-08-10 00:45:23,855] /u/FuriousSlayer73 had their flair updated +[2020-08-10 00:45:46,923] +#################### +[Aug 10 2020 00:45:46] RESTARTED +#################### + +[2020-08-10 01:19:36,162] There has been a new submission: 'Dropped a new video. I’m sorry if it’s a bit long but I’d love some feedback. Platoon VS Born On The Fourth Of July (UnPopular Opinion)', with flair 'Video Critique' +[2020-08-10 01:19:38,335] /u/filterjohny-68 had their submission removed for insufficient lambda. +[2020-08-10 01:19:39,406] /u/filterjohny-68 had their flair updated +[2020-08-10 01:19:57,376] '/u/qzeqYT' has given '/u/cnz-fnz' lambda! +[2020-08-10 01:19:59,185] /u/cnz-fnz had their flair updated +[2020-08-10 01:20:32,003] '/u/MrCarsone' has given '/u/redditmadlad56' lambda! +[2020-08-10 01:20:34,755] /u/redditmadlad56 had their flair updated +[2020-08-10 01:21:24,268] '/u/PIXELPIGYT' has given '/u/Kate_Kitter' lambda! +[2020-08-10 01:21:26,937] /u/Kate_Kitter had their flair updated +[2020-08-10 01:22:44,232] '/u/ashofspades' has given '/u/VanVelding' lambda! +[2020-08-10 01:22:47,185] /u/VanVelding had their flair updated +[2020-08-10 01:23:07,208] '/u/ashofspades' has given '/u/pikareded' lambda! +[2020-08-10 01:23:09,876] /u/pikareded had their flair updated +[2020-08-10 01:23:29,608] '/u/ashofspades' has given '/u/heardifferent' lambda! +[2020-08-10 01:23:32,154] /u/heardifferent had their flair updated +[2020-08-10 01:23:52,365] '/u/ashofspades' has given '/u/GameSlayingBeast' lambda! +[2020-08-10 01:23:54,736] /u/GameSlayingBeast had their flair updated +[2020-08-10 01:25:18,675] There has been a new submission: 'Can uhh you guys subscribe maybe just look at some of my vids I really want a custom url it would help me a lot :) thx', with flair 'Channel Review' +[2020-08-10 01:25:20,822] /u/Chief_Aw3someYT had their submission removed for insufficient lambda. +[2020-08-10 01:25:22,392] /u/Chief_Aw3someYT had their flair updated +[2020-08-10 01:25:41,772] There has been a new submission: 'I just started a channel, where I post relaxing music for studying or for anything.', with flair 'Channel Review' +[2020-08-10 01:25:43,000] /u/syzbug had their submission removed for insufficient lambda. +[2020-08-10 01:25:44,352] /u/syzbug had their flair updated +[2020-08-10 01:26:01,871] There has been a new submission: 'Quick Question on Custom Urls!', with flair 'Discussion' +[2020-08-10 01:26:04,082] /u/BlueBarossa had their flair updated +[2020-08-10 01:26:21,861] There has been a new submission: 'Made a video a few months back talking about the current sate of streetwear and sneaker culture, I'd love some feedback from people outside my normal communities before I fully dive into my next video.', with flair 'Video Critique' +[2020-08-10 01:26:23,869] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 01:26:23,872] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 01:26:25,021] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xRm7EBanzok&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 01:26:25,431] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCErOBKhcmmtJwGtB906ZQVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 01:26:27,930] /u/Yourpoop had their flair updated +[2020-08-10 01:26:45,331] There has been a new submission: 'Red Dead Redemption 2 Funny Moments Video. Let me know what you think! Any feedback is appreciated.', with flair 'Gaming' +[2020-08-10 01:26:46,230] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 01:26:46,232] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 01:26:47,253] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pixIAUNYoNU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 01:26:47,743] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCydoz0LdGXyHOzb-426NjqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 01:26:50,113] /u/Vexiified had their flair updated +[2020-08-10 01:28:21,108] There has been a new submission: 'Top Valorant content(Valorant Funny Moments)', with flair 'Gaming' +[2020-08-10 01:28:22,013] /u/___Strings___ had their submission removed for insufficient lambda. +[2020-08-10 01:28:22,787] /u/___Strings___ had their flair updated +[2020-08-10 01:29:11,282] '/u/Fireman523567' has given '/u/PurpleFisty' lambda! +[2020-08-10 01:29:13,578] /u/PurpleFisty had their flair updated +[2020-08-10 01:29:48,539] There has been a new submission: '10 year old bottle flip', with flair 'Video Critique' +[2020-08-10 01:29:50,098] /u/Jolly-Winter-1922 had their submission removed for insufficient lambda. +[2020-08-10 01:29:50,586] /u/Jolly-Winter-1922 had their flair updated +[2020-08-10 01:30:07,005] There has been a new submission: 'Here's my channel!', with flair 'Gaming' +[2020-08-10 01:30:08,720] /u/braden1026 had their submission removed for insufficient lambda. +[2020-08-10 01:30:11,259] /u/braden1026 had their flair updated +[2020-08-10 01:32:15,786] There has been a new submission: 'NEW CHANNEL , TLDR INCLUDED AT THE TOP', with flair 'Vlog' +[2020-08-10 01:32:17,509] /u/mytwocents_02 had their submission removed for insufficient lambda. +[2020-08-10 01:32:19,888] /u/mytwocents_02 had their flair updated +[2020-08-10 01:36:05,490] There has been a new submission: 'I slowly realize that I’m not that great at star fighter assault. My most recent video', with flair 'Video Critique' +[2020-08-10 01:36:06,878] /u/ManFromMissouri had their submission removed for insufficient lambda. +[2020-08-10 01:36:09,095] /u/ManFromMissouri had their flair updated +[2020-08-10 01:38:40,483] There has been a new submission: 'Ever wondered what 3 AM is really about?', with flair 'Video Critique' +[2020-08-10 01:38:41,380] /u/DisturbedKay had their submission removed for insufficient lambda. +[2020-08-10 01:38:42,200] /u/DisturbedKay had their flair updated +[2020-08-10 01:42:53,133] There has been a new submission: 'New channel idea?', with flair 'Discussion' +[2020-08-10 01:42:55,394] /u/That_Experience_2353 had their flair updated +[2020-08-10 01:43:38,652] There has been a new submission: 'Wassup check My night vibing music out :)', with flair 'Art' +[2020-08-10 01:43:40,080] /u/vetskari03 had their submission removed for insufficient lambda. +[2020-08-10 01:43:42,002] /u/vetskari03 had their flair updated +[2020-08-10 01:44:54,235] There has been a new submission: '2018 Subaru Impreza (Car Tour)', with flair 'Vlog' +[2020-08-10 01:44:55,505] /u/Cheyenne_Christman had their submission removed for insufficient lambda. +[2020-08-10 01:44:57,186] /u/Cheyenne_Christman had their flair updated +[2020-08-10 01:50:25,199] There has been a new submission: 'Hello its me white a depression and this is where i lose My Time to get rid of that :)', with flair 'Art' +[2020-08-10 01:50:26,919] /u/vetskari03 had their submission removed for insufficient lambda. +[2020-08-10 01:50:29,262] /u/vetskari03 had their flair updated +[2020-08-10 01:51:18,036] There has been a new submission: 'Evolution of Graphics! UNREAL Engine - Evolução dos gráficos (Engine demo)', with flair 'Gaming' +[2020-08-10 01:51:20,579] /u/erickakyo had their submission removed for insufficient lambda. +[2020-08-10 01:51:22,919] /u/erickakyo had their flair updated +[2020-08-10 01:51:49,283] There has been a new submission: 'Help us grow this channel', with flair 'Gaming' +[2020-08-10 01:51:51,040] /u/KG_3355 had their submission removed for insufficient lambda. +[2020-08-10 01:51:53,251] /u/KG_3355 had their flair updated +[2020-08-10 01:58:06,755] There has been a new submission: 'I JUST started making content after years of wanting to. There's SO much to learn. Here's my latest garbage.', with flair 'Vlog' +[2020-08-10 01:58:07,696] /u/Senseitaco had their submission removed for insufficient lambda. +[2020-08-10 01:58:08,685] /u/Senseitaco had their flair updated +[2020-08-10 02:00:23,674] There has been a new submission: 'Hey guys! Been working on my editing skills. Let me know how’s it looking. This is an original song of mine. Any feedback helps me infinitely! Thanks!', with flair 'Video Critique' +[2020-08-10 02:00:24,738] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 02:00:24,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 02:00:25,806] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=773jOj8OJkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 02:00:26,338] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIajQojR3G9w2oMqohmaaOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 02:00:29,855] /u/luisfrobles had their flair updated +[2020-08-10 02:03:20,015] '/u/MrCarsone' has given '/u/SlightlyEnragedOwl' lambda! +[2020-08-10 02:03:22,435] /u/SlightlyEnragedOwl had their flair updated +[2020-08-10 02:04:40,550] '/u/MrCarsone' has given '/u/RBDKris' lambda! +[2020-08-10 02:04:42,516] /u/RBDKris had their flair updated +[2020-08-10 02:05:21,173] '/u/TheMagicTurtle1' has given '/u/dragonsspawn' lambda! +[2020-08-10 02:05:23,520] /u/dragonsspawn had their flair updated +[2020-08-10 02:18:36,691] '/u/Fireman523567' has given '/u/RBDKris' lambda! +[2020-08-10 02:18:38,618] /u/RBDKris had their flair updated +[2020-08-10 02:32:40,246] '/u/Fireman523567' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-10 02:32:42,277] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-10 02:43:14,806] There has been a new submission: 'Hi guys! My name is Connor I’m from NYC, but living in Tokyo now running a video production agency that I started a few years ago. I launched a YT channel, which I hope will help people improve the quality of their life. I would really appreciate any feedback! Thanks in advance for your time.', with flair 'Video Critique' +[2020-08-10 02:43:16,243] /u/Liveyourbestlife1410 had their submission removed for insufficient lambda. +[2020-08-10 02:43:18,232] /u/Liveyourbestlife1410 had their flair updated +[2020-08-10 02:45:46,988] +#################### +[Aug 10 2020 02:45:46] RESTARTED +#################### + +[2020-08-10 03:16:48,990] There has been a new submission: 'me and my friend made a cool collaboration, constrictive criticism welcome!', with flair 'Video Critique' +[2020-08-10 03:16:52,430] /u/GGlobste had their flair updated +[2020-08-10 03:17:09,518] There has been a new submission: 'We Kill Kill Skeletons... That Is The Way Of A Warriah! (Very Epic!) | Lonesome Demo', with flair 'Gaming' +[2020-08-10 03:17:10,622] /u/onail had their submission removed for insufficient lambda. +[2020-08-10 03:17:11,644] /u/onail had their flair updated +[2020-08-10 03:19:54,252] '/u/blacksmyth34' has given '/u/ekaaaans' lambda! +[2020-08-10 03:19:56,145] /u/ekaaaans had their flair updated +[2020-08-10 03:21:26,434] There has been a new submission: 'Youtubers begging for views/subs', with flair 'Discussion' +[2020-08-10 03:21:29,554] /u/shadossplayz had their flair updated +[2020-08-10 03:21:47,904] There has been a new submission: 'Woah What is this a new animator on the block?!?! Maybe i should sub...', with flair 'Video Critique' +[2020-08-10 03:21:49,423] /u/GingeyboiYT had their submission removed for insufficient lambda. +[2020-08-10 03:21:51,880] /u/GingeyboiYT had their flair updated +[2020-08-10 03:22:10,992] There has been a new submission: 'Subscribe', with flair 'Channel Review' +[2020-08-10 03:22:12,911] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-08-10 03:22:14,920] /u/trizzythomas had their flair updated +[2020-08-10 03:25:02,356] There has been a new submission: 'My Health & Nutrition Routine | theguddilife | Healthy Lifestyle Goals & Nutrition Plan', with flair 'Video Critique' +[2020-08-10 03:25:03,624] /u/proven999 had their submission removed for insufficient lambda. +[2020-08-10 03:25:05,141] /u/proven999 had their flair updated +[2020-08-10 03:25:28,058] '/u/qzeqYT' has given '/u/MonsterPuppetZam' lambda! +[2020-08-10 03:25:30,399] /u/MonsterPuppetZam had their flair updated +[2020-08-10 03:27:02,650] There has been a new submission: 'Did an 8 hour stream of 7 Days To Doe with some of the bois and got it down to a 7 and a half minute video. I'm pretty proud of it.', with flair 'Gaming' +[2020-08-10 03:27:03,756] /u/thetwistedstranger had their submission removed for insufficient lambda. +[2020-08-10 03:27:05,022] /u/thetwistedstranger had their flair updated +[2020-08-10 03:44:02,449] There has been a new submission: 'I made this for fun if you don't like this video I have tons more on my channel', with flair 'Meta' +[2020-08-10 03:44:03,843] /u/WestwardBacon45 had their submission removed for using the wrong flair. +[2020-08-10 03:44:05,680] /u/WestwardBacon45 had their flair updated +[2020-08-10 03:45:13,526] There has been a new submission: 'Lambda for feedback! This is Pokemon VR | My dirty secret | VR shenanigans', with flair 'Video Critique' +[2020-08-10 03:45:14,001] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 03:45:14,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 03:45:14,213] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xJkI_2uu9GM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 03:45:14,371] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 03:45:16,438] /u/Illfury had their flair updated +[2020-08-10 03:48:49,545] There has been a new submission: 'Tips for growing an education-based channel?', with flair 'Discussion' +[2020-08-10 03:48:50,611] /u/SkittyAnimates had their flair updated +[2020-08-10 03:49:51,091] '/u/Fireman523567' has given '/u/JohnPompeli' lambda! +[2020-08-10 03:49:52,610] /u/JohnPompeli had their flair updated +[2020-08-10 03:51:31,746] There has been a new submission: 'Hi Guys! Just Released a New Videos took me 2 weeks for it 😅. Its my fourth one since I started this Channel. Tell me all suggestions for the next time. I think I may have plateaued on my Video Progress and Development. Looking for all the feedback and Suggestions I can get!', with flair 'Video Critique' +[2020-08-10 03:51:33,266] /u/S_45 had their submission removed for insufficient lambda. +[2020-08-10 03:51:35,398] /u/S_45 had their flair updated +[2020-08-10 04:02:21,361] There has been a new submission: 'Critique on the latest video would be greatly appreciated.', with flair 'Video Critique' +[2020-08-10 04:02:23,096] /u/ygolive had their submission removed for insufficient lambda. +[2020-08-10 04:02:25,121] /u/ygolive had their flair updated +[2020-08-10 04:06:28,435] There has been a new submission: 'My channel was suspended in error', with flair 'None' +[2020-08-10 04:06:29,867] /u/Azrailh had their submission removed for insufficient lambda. +[2020-08-10 04:06:31,464] /u/Azrailh had their flair updated +[2020-08-10 04:20:15,190] '/u/DoktorSkipper' has given '/u/HappyPantzInc' lambda! +[2020-08-10 04:20:17,584] /u/HappyPantzInc had their flair updated +[2020-08-10 04:29:11,336] There has been a new submission: 'League of Legends video but its all the sus shit we say', with flair 'Gaming' +[2020-08-10 04:29:12,100] /u/JealousHalf had their submission removed for insufficient lambda. +[2020-08-10 04:29:12,811] /u/JealousHalf had their flair updated +[2020-08-10 04:32:06,239] '/u/qzeqYT' has given '/u/RhysTheTrailblazer' lambda! +[2020-08-10 04:32:08,334] /u/RhysTheTrailblazer had their flair updated +[2020-08-10 04:37:39,329] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-10 04:45:47,328] +#################### +[Aug 10 2020 04:45:47] RESTARTED +#################### + +[2020-08-10 05:15:11,685] There has been a new submission: 'Just started my channel where I take trucks into the mountains and break them. Hoping I can make people laugh.', with flair 'Vlog' +[2020-08-10 05:15:12,801] /u/Adventurous_Lemon_33 had their submission removed for insufficient lambda. +[2020-08-10 05:15:14,162] /u/Adventurous_Lemon_33 had their flair updated +[2020-08-10 05:15:22,691] There has been a new submission: 'Help me growl my channel', with flair 'Gaming' +[2020-08-10 05:15:23,755] /u/LongDame had their submission removed for insufficient lambda. +[2020-08-10 05:15:25,154] /u/LongDame had their flair updated +[2020-08-10 05:16:00,772] '/u/MrCarsone' has given '/u/meatloaf_renegade' lambda! +[2020-08-10 05:16:03,068] /u/meatloaf_renegade had their flair updated +[2020-08-10 05:17:08,637] /u/SlightlyEnragedOwl had their flair updated +[2020-08-10 05:19:48,284] There has been a new submission: 'Should i continue with this channel? Please share your feedback', with flair 'Channel Review' +[2020-08-10 05:19:51,312] /u/animatedvideos had their flair updated +[2020-08-10 05:20:08,290] There has been a new submission: 'yeehaw sauces make gaming videos and videos about a game called Forza Horizon 4. I want criticism on my videos and tell me what I can do to make them better', with flair 'Channel Review' +[2020-08-10 05:20:10,091] /u/yeehawsauce1738 had their submission removed for insufficient lambda. +[2020-08-10 05:20:12,428] /u/yeehawsauce1738 had their flair updated +[2020-08-10 05:20:32,650] There has been a new submission: 'Feedback for my new video', with flair 'Video Critique' +[2020-08-10 05:20:34,531] /u/imharshadpatel had their submission removed for insufficient lambda. +[2020-08-10 05:20:36,828] /u/imharshadpatel had their flair updated +[2020-08-10 05:20:58,741] There has been a new submission: 'This is my first time posting here. I love how these players raged at me haha.', with flair 'Gaming' +[2020-08-10 05:21:00,293] /u/ChristianSwavito had their submission removed for insufficient lambda. +[2020-08-10 05:21:02,547] /u/ChristianSwavito had their flair updated +[2020-08-10 05:22:24,772] There has been a new submission: 'I had to suffer watching Twilight to bring you comedy. Let me know what you think.', with flair 'Video Critique' +[2020-08-10 05:22:26,331] /u/IOEBedtimeStories had their submission removed for insufficient lambda. +[2020-08-10 05:22:28,421] /u/IOEBedtimeStories had their flair updated +[2020-08-10 05:25:30,836] There has been a new submission: 'Binod OP', with flair 'Vlog' +[2020-08-10 05:25:32,103] /u/Tidbittalks_byLucky had their submission removed for insufficient lambda. +[2020-08-10 05:25:33,577] /u/Tidbittalks_byLucky had their flair updated +[2020-08-10 05:39:41,657] There has been a new submission: 'My YouTube channel is dying', with flair 'Discussion' +[2020-08-10 05:39:42,398] /u/Matbullshark07 had their flair updated +[2020-08-10 05:40:22,065] There has been a new submission: 'Anyone wanna colab my channel is Matbullshark', with flair 'Collab' +[2020-08-10 05:40:24,730] /u/Matbullshark07 had their flair updated +[2020-08-10 05:41:26,908] There has been a new submission: '(delete if not allowed) i’m trying to hit 1k subscribers :)', with flair 'None' +[2020-08-10 05:41:28,842] /u/spoggreet had their submission removed for insufficient lambda. +[2020-08-10 05:41:31,014] /u/spoggreet had their flair updated +[2020-08-10 05:48:28,078] There has been a new submission: 'Simpex Legends: Episode 2 - Squad Of Thickness', with flair 'Gaming' +[2020-08-10 05:48:29,019] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-10 05:48:29,926] /u/majin_hendrix had their flair updated +[2020-08-10 05:48:47,822] '/u/Illfury' has given '/u/Eggsarehealthy1' lambda! +[2020-08-10 05:48:49,955] /u/Eggsarehealthy1 had their flair updated +[2020-08-10 05:49:24,137] '/u/Illfury' has given '/u/lucario_rama' lambda! +[2020-08-10 05:49:26,313] /u/lucario_rama had their flair updated +[2020-08-10 06:16:00,685] There has been a new submission: 'First post', with flair 'Discussion' +[2020-08-10 06:16:02,583] /u/TheGalacorn had their flair updated +[2020-08-10 06:23:35,445] '/u/MrCarsone' has given '/u/ROANOKE02' lambda! +[2020-08-10 06:23:37,620] /u/ROANOKE02 had their flair updated +[2020-08-10 06:29:13,346] There has been a new submission: 'slime', with flair 'Thumbnail Review' +[2020-08-10 06:29:14,813] /u/eliasgaming45 had their submission removed for insufficient lambda. +[2020-08-10 06:29:15,511] /u/eliasgaming45 had their flair updated +[2020-08-10 06:44:41,743] '/u/liftedplane' has given '/u/308ar10' lambda! +[2020-08-10 06:44:43,923] /u/308ar10 had their flair updated +[2020-08-10 06:45:47,320] +#################### +[Aug 10 2020 06:45:47] RESTARTED +#################### + +[2020-08-10 07:11:29,567] There has been a new submission: 'His good animated Video got outright stolen by a bigger uploader on Facebook with little to no Crediting. I want to give him the attention he deserves. More info in comments.', with flair 'Channel Review' +[2020-08-10 07:11:31,616] /u/r_uName had their submission removed for insufficient lambda. +[2020-08-10 07:11:33,673] /u/r_uName had their flair updated +[2020-08-10 07:15:06,663] There has been a new submission: 'The best video editing software for a beginner', with flair 'Discussion' +[2020-08-10 07:15:08,413] /u/ziad10a had their flair updated +[2020-08-10 07:15:13,809] There has been a new submission: 'Tec - 8 Ball 2k20 montage Bass Raised🔥', with flair 'Gaming' +[2020-08-10 07:15:14,903] /u/xxW19KJAYxxYT had their submission removed for insufficient lambda. +[2020-08-10 07:15:16,205] /u/xxW19KJAYxxYT had their flair updated +[2020-08-10 07:15:25,834] There has been a new submission: '2 years on YT and we are stuck on 283 Subs ¿Do you think this is the normal flow on YT? ¿Should we do anything else? Here our video presentation of our channel (you can activate English subtitles) Thanks dear community!', with flair 'Channel Review' +[2020-08-10 07:15:26,862] /u/CheapIndication had their submission removed for insufficient lambda. +[2020-08-10 07:15:28,220] /u/CheapIndication had their flair updated +[2020-08-10 07:24:48,310] There has been a new submission: 'Hello everyone Please don’t miss my new Call of duty Quickscope montage: Swishcope 4, where I only quick scope with my kar98 in obsidian camo. I look forward to any feedback in the comments. Gray', with flair 'Video Critique' +[2020-08-10 07:24:49,819] /u/ThelastGray had their submission removed for insufficient lambda. +[2020-08-10 07:24:51,624] /u/ThelastGray had their flair updated +[2020-08-10 07:29:54,522] There has been a new submission: 'Imaginary Friend monologue', with flair 'Video Critique' +[2020-08-10 07:29:55,749] /u/ActTrix had their submission removed for insufficient lambda. +[2020-08-10 07:29:56,160] /u/ActTrix had their flair updated +[2020-08-10 07:40:47,481] '/u/Fireman523567' has given '/u/Imagine-Freedom' lambda! +[2020-08-10 07:40:50,390] /u/Imagine-Freedom had their flair updated +[2020-08-10 07:44:17,811] There has been a new submission: 'Here’s a video I made about what to do when things don’t go as planned! Let me know what you think! (LAMBDA FOR CRITICISM!)', with flair 'Video Critique' +[2020-08-10 07:44:19,447] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 07:44:19,450] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 07:44:20,471] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1n0gfNQDMD4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 07:44:20,961] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_6p83pStgH1onXCf1Q117w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 07:44:23,824] /u/jaxtnh had their flair updated +[2020-08-10 07:52:07,494] There has been a new submission: 'Need Karma for an actual post.', with flair 'Discussion' +[2020-08-10 07:52:09,957] /u/eddiewest201 had their flair updated +[2020-08-10 08:20:13,738] '/u/2Legit2Cwithe' has given '/u/nefazer' lambda! +[2020-08-10 08:20:16,171] /u/nefazer had their flair updated +[2020-08-10 08:20:28,736] There has been a new submission: 'Thoughts on using TTS (Text to Speech) for narration?', with flair 'Discussion' +[2020-08-10 08:20:31,227] /u/Kaori_iu had their flair updated +[2020-08-10 08:24:04,799] '/u/DennisTheBadBoy' has given '/u/ROANOKE02' lambda! +[2020-08-10 08:24:06,969] /u/ROANOKE02 had their flair updated +[2020-08-10 08:31:45,890] There has been a new submission: 'Hello, friends. I'm Looking for critique of my Pikmin series analysis. This is a very long piece and I'm looking for honest opinions while I'm writing my next video. :)', with flair 'Video Critique' +[2020-08-10 08:31:47,981] /u/SaffronGamer had their submission removed for insufficient lambda. +[2020-08-10 08:31:50,126] /u/SaffronGamer had their flair updated +[2020-08-10 08:35:04,264] '/u/jaxtnh' has given '/u/ROANOKE02' lambda! +[2020-08-10 08:35:06,389] /u/ROANOKE02 had their flair updated +[2020-08-10 08:39:46,846] There has been a new submission: 'Games For Ghibli Fans (Princess Mononoke, Kiki's Delivery Service & More) - Let me know what you think!', with flair 'Video Critique' +[2020-08-10 08:39:47,261] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 08:39:47,286] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 08:39:47,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=laCtoXe9_dA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 08:39:47,855] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC--R6cHVkWr9jPRrVHREFHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 08:39:48,895] /u/ROANOKE02 had their flair updated +[2020-08-10 08:45:47,412] +#################### +[Aug 10 2020 08:45:47] RESTARTED +#################### + +[2020-08-10 09:10:15,358] '/u/DevNestYT' has given '/u/FinbackTheFinest' lambda! +[2020-08-10 09:10:17,633] /u/FinbackTheFinest had their flair updated +[2020-08-10 09:12:31,462] There has been a new submission: 'Fight Back「GMV」Call of Duty Mobile[video]', with flair 'Gaming' +[2020-08-10 09:12:32,937] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-10 09:12:34,860] /u/Vizz47 had their flair updated +[2020-08-10 09:12:53,508] There has been a new submission: 'Is my thumbnail ok? It seems blur', with flair 'Thumbnail Review' +[2020-08-10 09:12:54,858] /u/RushHell had their submission removed for insufficient lambda. +[2020-08-10 09:12:56,741] /u/RushHell had their flair updated +[2020-08-10 09:26:11,181] There has been a new submission: 'Top 5 business ideas to start in Thailand', with flair 'Vlog' +[2020-08-10 09:26:12,614] /u/MinawaTube had their submission removed for insufficient lambda. +[2020-08-10 09:26:14,139] /u/MinawaTube had their flair updated +[2020-08-10 09:27:58,767] There has been a new submission: 'Pubg mobile gameplay funny.', with flair 'Gaming' +[2020-08-10 09:27:59,917] /u/desigirl02 had their submission removed for insufficient lambda. +[2020-08-10 09:28:00,973] /u/desigirl02 had their flair updated +[2020-08-10 09:35:58,700] There has been a new submission: 'Get AVAST Antivirus Premium Free 2020 | avast premium security license k...', with flair 'Thumbnail Review' +[2020-08-10 09:35:59,889] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-10 09:36:01,487] /u/Technovicky had their flair updated +[2020-08-10 10:09:08,459] There has been a new submission: 'Need advice', with flair 'Channel Review' +[2020-08-10 10:09:09,204] /u/CashKhari had their submission removed for insufficient lambda. +[2020-08-10 10:09:09,925] /u/CashKhari had their flair updated +[2020-08-10 10:10:07,318] '/u/the_WDH' has given '/u/FinbackTheFinest' lambda! +[2020-08-10 10:10:09,668] /u/FinbackTheFinest had their flair updated +[2020-08-10 10:45:47,223] +#################### +[Aug 10 2020 10:45:47] RESTARTED +#################### + +[2020-08-10 11:01:09,272] '/u/blacksmyth34' has given '/u/YourSexyCellMate' lambda! +[2020-08-10 11:01:11,690] /u/YourSexyCellMate had their flair updated +[2020-08-10 11:01:30,751] There has been a new submission: 'I don’t have a plan in Red Dead Redemption 2', with flair 'Gaming' +[2020-08-10 11:01:32,390] /u/ArmonLauren had their submission removed for insufficient lambda. +[2020-08-10 11:01:34,559] /u/ArmonLauren had their flair updated +[2020-08-10 11:01:53,339] There has been a new submission: 'Are ya winning son? Because I sure am by voicing this video at 3 am feel free to watch the video it's all about my future content.', with flair 'Channel Review' +[2020-08-10 11:01:55,146] /u/RandomLoserRin had their submission removed for insufficient lambda. +[2020-08-10 11:01:57,198] /u/RandomLoserRin had their flair updated +[2020-08-10 11:02:12,374] There has been a new submission: 'Overwatch vid up now', with flair 'Gaming' +[2020-08-10 11:02:13,851] /u/AFLStreamer had their submission removed for insufficient lambda. +[2020-08-10 11:02:15,861] /u/AFLStreamer had their flair updated +[2020-08-10 11:04:48,049] '/u/Vexiified' has given '/u/siddhant1991' lambda! +[2020-08-10 11:04:50,589] /u/siddhant1991 had their flair updated +[2020-08-10 11:05:46,335] '/u/Vexiified' has given '/u/Dante1LP' lambda! +[2020-08-10 11:05:48,886] /u/Dante1LP had their flair updated +[2020-08-10 11:06:49,439] There has been a new submission: 'SUNFLOWER | Mixing Makeup Eyeshadow Glitter Into Slime | Satisfying Slime video ASMR Slime Coloring', with flair 'Video Critique' +[2020-08-10 11:06:50,466] /u/EmmaSlimeOfficial had their submission removed for insufficient lambda. +[2020-08-10 11:06:51,777] /u/EmmaSlimeOfficial had their flair updated +[2020-08-10 11:19:48,437] There has been a new submission: 'Cool Weather and Thunderstorm in Hot Season at Swat Pakistan - July', with flair 'Vlog' +[2020-08-10 11:19:49,580] /u/ubaidkhaan had their submission removed for insufficient lambda. +[2020-08-10 11:19:50,480] /u/ubaidkhaan had their flair updated +[2020-08-10 11:26:12,259] There has been a new submission: 'Lamda for constructive criticism. Just Uploaded (TRAVEL Channel) Apart from the lack of stabilisation what made you exit/remain watching (hope you watch till the end) ? Chania Crete | Walking Imeri Gramvousa', with flair 'Video Critique' +[2020-08-10 11:26:13,984] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 11:26:13,987] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 11:26:15,180] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ki-pBeRID9M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 11:26:15,632] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYStwFY0lQTF8Gt2r1UFdZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 11:26:18,217] /u/intrepidgrlventure had their flair updated +[2020-08-10 11:30:24,511] '/u/Illfury' has given '/u/Heavy_Rain_' lambda! +[2020-08-10 11:30:26,821] /u/Heavy_Rain_ had their flair updated +[2020-08-10 11:31:40,825] '/u/Vexiified' has given '/u/Heavy_Rain_' lambda! +[2020-08-10 11:31:42,951] /u/Heavy_Rain_ had their flair updated +[2020-08-10 11:33:08,566] '/u/Illfury' has given '/u/DragonIsMan' lambda! +[2020-08-10 11:33:10,617] /u/DragonIsMan had their flair updated +[2020-08-10 11:34:42,037] There has been a new submission: 'new video posted :)', with flair 'Gaming' +[2020-08-10 11:34:43,432] /u/AdamupGaming had their submission removed for insufficient lambda. +[2020-08-10 11:34:45,243] /u/AdamupGaming had their flair updated +[2020-08-10 11:35:10,330] '/u/Illfury' has given '/u/AleeshaPM' lambda! +[2020-08-10 11:35:11,925] /u/AleeshaPM had their flair updated +[2020-08-10 11:36:42,104] '/u/Illfury' has given '/u/siddhant1991' lambda! +[2020-08-10 11:36:44,726] /u/siddhant1991 had their flair updated +[2020-08-10 11:38:46,184] '/u/Illfury' has given '/u/PandaTimeShow' lambda! +[2020-08-10 11:38:48,155] /u/PandaTimeShow had their flair updated +[2020-08-10 11:41:29,028] '/u/Illfury' has given '/u/playerinfinity707' lambda! +[2020-08-10 11:41:31,734] /u/playerinfinity707 had their flair updated +[2020-08-10 11:43:54,596] There has been a new submission: '[PROJECT] Steven Universe: Metal (Male and Female Voice actors needed)', with flair 'Collab' +[2020-08-10 11:43:57,175] /u/Kibo_Sensei_ had their flair updated +[2020-08-10 11:47:14,527] There has been a new submission: 'Any advice on how to gain more views, get more subs and grow my channel', with flair 'Discussion' +[2020-08-10 11:47:15,924] /u/Matbullshark07 had their flair updated +[2020-08-10 11:49:53,363] '/u/Illfury' has given '/u/ROANOKE02' lambda! +[2020-08-10 11:49:54,960] /u/ROANOKE02 had their flair updated +[2020-08-10 12:12:14,681] There has been a new submission: 'after three months a new video what do you guys think? But be kind i'm still rusty with the editing and also my mic was broken.', with flair 'Video Critique' +[2020-08-10 12:12:16,122] /u/RsTGEKO had their submission removed for insufficient lambda. +[2020-08-10 12:12:18,202] /u/RsTGEKO had their flair updated +[2020-08-10 12:32:46,021] '/u/Illfury' has given '/u/Daris_S-G_on_Youtube' lambda! +[2020-08-10 12:32:48,076] /u/Daris_S-G_on_Youtube had their flair updated +[2020-08-10 12:37:38,485] There has been a new submission: 'Taking a break indefinitely...', with flair 'Discussion' +[2020-08-10 12:37:39,914] /u/PapaDragonPH had their flair updated +[2020-08-10 12:43:01,412] There has been a new submission: 'Join me on my journey to become the Aatrox god! We will make Aatrox great again.', with flair 'Gaming' +[2020-08-10 12:43:03,187] /u/IAmHappyHaHa had their submission removed for insufficient lambda. +[2020-08-10 12:43:05,184] /u/IAmHappyHaHa had their flair updated +[2020-08-10 12:43:22,601] There has been a new submission: 'Free afternoon, so if you have a video you want some honest feedback on, drop me a link for a video - will be reviewing at least the first 10 videos (might be more depends on time etc)', with flair 'Discussion' +[2020-08-10 12:43:25,154] /u/SibleyNoir had their flair updated +[2020-08-10 12:45:43,124] There has been a new submission: 'Who wanna make some funny gaming videos', with flair 'Collab' +[2020-08-10 12:45:45,116] /u/RsTGEKO had their flair updated +[2020-08-10 12:45:47,561] +#################### +[Aug 10 2020 12:45:47] RESTARTED +#################### + +[2020-08-10 13:09:05,363] '/u/FynnKrauseFootballYT' has given '/u/NoahDB5' lambda! +[2020-08-10 13:09:07,288] /u/NoahDB5 had their flair updated +[2020-08-10 13:09:27,394] '/u/FynnKrauseFootballYT' has given '/u/FinbackTheFinest' lambda! +[2020-08-10 13:09:29,323] /u/FinbackTheFinest had their flair updated +[2020-08-10 13:12:15,139] There has been a new submission: 'sdf', with flair 'Video Critique' +[2020-08-10 13:12:16,577] /u/Samanaitor_88 had their submission removed for insufficient lambda. +[2020-08-10 13:12:19,526] /u/Samanaitor_88 had their flair updated +[2020-08-10 13:12:37,766] There has been a new submission: 'The Official END of UFC ?', with flair 'Gaming' +[2020-08-10 13:12:39,323] /u/refskins14 had their submission removed for insufficient lambda. +[2020-08-10 13:12:41,369] /u/refskins14 had their flair updated +[2020-08-10 13:13:00,470] There has been a new submission: 'I ran a mile everyday for 7 days! I'd love some honest opinions about the video and any improvements I could make would be really helpful :)', with flair 'Video Critique' +[2020-08-10 13:13:02,107] /u/annapetdogs had their submission removed for insufficient lambda. +[2020-08-10 13:13:03,950] /u/annapetdogs had their flair updated +[2020-08-10 13:20:16,210] '/u/qzeqYT' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-10 13:20:18,925] /u/Not-Fiction-YouTube had their flair updated +[2020-08-10 13:22:13,246] There has been a new submission: 'More zombies first room pain', with flair 'Video Critique' +[2020-08-10 13:22:14,805] /u/sambullock4 had their submission removed for insufficient lambda. +[2020-08-10 13:22:17,641] /u/sambullock4 had their flair updated +[2020-08-10 13:22:59,993] There has been a new submission: 'The Exorcist VR might be even freakier than my last series! I tried to change a few things up with editing, so any helpful feedback is greatly appreciated!!!!', with flair 'Gaming' +[2020-08-10 13:23:02,101] /u/SlumberousVirus had their submission removed for insufficient lambda. +[2020-08-10 13:23:04,633] /u/SlumberousVirus had their flair updated +[2020-08-10 13:24:06,072] There has been a new submission: 'Here's my new Science video, please let me know what you think and I'll give you a Lambada', with flair 'Video Critique' +[2020-08-10 13:24:07,755] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 13:24:07,875] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 13:24:08,905] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=odQuRcVUNP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 13:24:09,395] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUrYvvnySNpmCdr-40ps46w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 13:24:12,464] /u/Not-Fiction-YouTube had their flair updated +[2020-08-10 13:25:06,440] '/u/Yourpoop' has given '/u/Heavy_Rain_' lambda! +[2020-08-10 13:25:08,855] /u/Heavy_Rain_ had their flair updated +[2020-08-10 13:40:23,387] '/u/Callu23' has given '/u/Yourpoop' lambda! +[2020-08-10 13:40:26,292] /u/Yourpoop had their flair updated +[2020-08-10 13:40:46,624] There has been a new submission: 'Decreasing amount of views in videos', with flair 'Discussion' +[2020-08-10 13:40:49,209] /u/maxieplaysrpgs had their flair updated +[2020-08-10 13:41:09,812] There has been a new submission: 'MANAGING THE EVENT LOOP PHASES ⭕️ [Node JS Performance Optimizations]', with flair 'Video Critique' +[2020-08-10 13:41:11,488] /u/johnjardin had their submission removed for insufficient lambda. +[2020-08-10 13:41:13,743] /u/johnjardin had their flair updated +[2020-08-10 13:41:37,836] '/u/Not-Fiction-YouTube' has given '/u/SxyGuitarMan' lambda! +[2020-08-10 13:41:40,659] /u/SxyGuitarMan had their flair updated +[2020-08-10 13:45:00,768] '/u/ROANOKE02' has given '/u/thedrq' lambda! +[2020-08-10 13:45:02,768] /u/thedrq had their flair updated +[2020-08-10 13:46:22,945] '/u/ROANOKE02' has given '/u/Heavy_Rain_' lambda! +[2020-08-10 13:46:24,280] /u/Heavy_Rain_ had their flair updated +[2020-08-10 13:51:34,040] '/u/ROANOKE02' has given '/u/AfraidRacer' lambda! +[2020-08-10 13:51:36,868] /u/AfraidRacer had their flair updated +[2020-08-10 13:51:57,119] There has been a new submission: 'First video put together in Premier Pro let me know how I did. Rebuilt my intro to match the car theme of the episode. New tires on my Tesla.', with flair 'Video Critique' +[2020-08-10 13:51:58,391] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 13:51:58,393] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 13:51:59,253] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qMwECSHe8v4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 13:51:59,665] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs7DbZ2tZLbC7nR-sZzF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 13:52:02,803] /u/dragonsspawn had their flair updated +[2020-08-10 13:52:53,731] '/u/Illfury' has given '/u/Jaydiiin' lambda! +[2020-08-10 13:52:56,235] /u/Jaydiiin had their flair updated +[2020-08-10 13:53:48,864] '/u/ROANOKE02' has given '/u/CliffordTV' lambda! +[2020-08-10 13:53:51,163] /u/CliffordTV had their flair updated +[2020-08-10 13:54:38,004] '/u/Illfury' has given '/u/-Lipo-' lambda! +[2020-08-10 13:54:40,458] /u/-Lipo- had their flair updated +[2020-08-10 13:55:03,133] '/u/ROANOKE02' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-10 13:55:05,994] /u/Not-Fiction-YouTube had their flair updated +[2020-08-10 13:55:39,214] There has been a new submission: 'Scary human experiments done during world war time... Including japan United 731 to the monster study and Josef mengele experiments #WarCrime Feedbacks are highly appreciated :) thanks', with flair 'Video Critique' +[2020-08-10 13:55:40,402] /u/pvs_pvs had their submission removed for insufficient lambda. +[2020-08-10 13:55:41,839] /u/pvs_pvs had their flair updated +[2020-08-10 14:00:21,015] There has been a new submission: 'My latest Recipe', with flair 'Vlog' +[2020-08-10 14:00:22,733] /u/rechitimes had their submission removed for insufficient lambda. +[2020-08-10 14:00:25,071] /u/rechitimes had their flair updated +[2020-08-10 14:05:13,788] There has been a new submission: 'Somethings Wrong I can feel it....', with flair 'Discussion' +[2020-08-10 14:05:15,653] /u/Samanaitor_88 had their flair updated +[2020-08-10 14:14:53,961] '/u/dragonsspawn' has given '/u/DrivenDeepYT' lambda! +[2020-08-10 14:14:55,768] /u/DrivenDeepYT had their flair updated +[2020-08-10 14:18:13,477] There has been a new submission: 'Hey guys!!! I recently made a youtube channel. Its all about entertainment. I am looking to build a community and any feedback is appreciated. Feel free to subscribe and comment etc. I have put my latest vid below, feel free to watch all others too :) and have an amazing day 🥰', with flair 'Video Critique' +[2020-08-10 14:18:14,533] /u/Itszannotzain had their submission removed for insufficient lambda. +[2020-08-10 14:18:15,560] /u/Itszannotzain had their flair updated +[2020-08-10 14:18:47,736] There has been a new submission: 'Jake Paul fires shots at Faze Sensei and Dwayne Johnson bought a american football League (OTI) Please get me to 100 subscribers', with flair 'Channel Review' +[2020-08-10 14:18:48,760] /u/Nighthawk12c had their submission removed for insufficient lambda. +[2020-08-10 14:18:49,620] /u/Nighthawk12c had their flair updated +[2020-08-10 14:21:31,793] /u/refskins14 had their flair updated +[2020-08-10 14:27:04,729] There has been a new submission: 'I make animations too! If you like my content subscribe! I really want an audience :D', with flair 'Video Critique' +[2020-08-10 14:27:05,833] /u/judahthelion014 had their submission removed for insufficient lambda. +[2020-08-10 14:27:07,077] /u/judahthelion014 had their flair updated +[2020-08-10 14:34:09,967] There has been a new submission: 'Welcome to Dutch's Oven Mickey Fickies! Snipe Montage with 375m Boom Sha...', with flair 'Gaming' +[2020-08-10 14:34:11,602] /u/Wet-Dutch-Oven had their submission removed for insufficient lambda. +[2020-08-10 14:34:13,569] /u/Wet-Dutch-Oven had their flair updated +[2020-08-10 14:34:53,018] There has been a new submission: '🔊 Free Sound Effects ( Download Ready ) | Top Rated only ( non copyrighted music ) | VLOG Intros', with flair 'Channel Review' +[2020-08-10 14:34:54,581] /u/etygday had their submission removed for insufficient lambda. +[2020-08-10 14:34:56,349] /u/etygday had their flair updated +[2020-08-10 14:41:19,391] There has been a new submission: '🔊 Free Sound Effects ( download ready ) | Top Rated only ( non copyrighted music ) | VLOG Intros', with flair 'Channel Review' +[2020-08-10 14:41:21,006] /u/etygday had their submission removed for insufficient lambda. +[2020-08-10 14:41:23,326] /u/etygday had their flair updated +[2020-08-10 14:42:56,961] '/u/kdzplays' has given '/u/Neminis00' lambda! +[2020-08-10 14:42:59,096] /u/Neminis00 had their flair updated +[2020-08-10 14:43:16,048] There has been a new submission: 'What is the best free video editing software(I am thinking davinci resolve)', with flair 'Discussion' +[2020-08-10 14:43:18,248] /u/Mooseify77 had their flair updated +[2020-08-10 14:45:47,371] +#################### +[Aug 10 2020 14:45:47] RESTARTED +#################### + +[2020-08-10 15:14:41,043] There has been a new submission: 'Gotta love valorant man', with flair 'Video Critique' +[2020-08-10 15:14:43,084] /u/BigBenThe1st had their submission removed for insufficient lambda. +[2020-08-10 15:14:44,638] /u/BigBenThe1st had their flair updated +[2020-08-10 15:15:13,195] '/u/dragonsspawn' has given '/u/cnz-fnz' lambda! +[2020-08-10 15:15:14,542] /u/cnz-fnz had their flair updated +[2020-08-10 15:15:28,144] '/u/kdzplays' has given '/u/Victorcatrina' lambda! +[2020-08-10 15:15:30,600] /u/Victorcatrina had their flair updated +[2020-08-10 15:16:01,976] '/u/kdzplays' has given '/u/shadossplayz' lambda! +[2020-08-10 15:16:04,106] /u/shadossplayz had their flair updated +[2020-08-10 15:16:22,235] '/u/kdzplays' has given '/u/Lewis_YT' lambda! +[2020-08-10 15:16:24,413] /u/Lewis_YT had their flair updated +[2020-08-10 15:18:06,375] '/u/Illfury' has given '/u/engamingchannel' lambda! +[2020-08-10 15:18:08,424] /u/engamingchannel had their flair updated +[2020-08-10 15:19:48,702] '/u/Illfury' has given '/u/Itszannotzain' lambda! +[2020-08-10 15:19:49,933] /u/Itszannotzain had their flair updated +[2020-08-10 15:20:37,478] '/u/intrepidgrlventure' has given '/u/PandaTimeShow' lambda! +[2020-08-10 15:20:40,426] /u/PandaTimeShow had their flair updated +[2020-08-10 15:21:01,256] '/u/Fireman523567' has given '/u/Samanaitor_88' lambda! +[2020-08-10 15:21:04,078] /u/Samanaitor_88 had their flair updated +[2020-08-10 15:23:16,652] '/u/Fireman523567' has given '/u/PandaTimeShow' lambda! +[2020-08-10 15:23:19,071] /u/PandaTimeShow had their flair updated +[2020-08-10 15:23:54,496] /u/intrepidgrlventure had their flair updated +[2020-08-10 15:24:41,251] '/u/intrepidgrlventure' has given '/u/Itszannotzain' lambda! +[2020-08-10 15:24:43,746] /u/Itszannotzain had their flair updated +[2020-08-10 15:25:17,138] '/u/intrepidgrlventure' has given '/u/Samanaitor_88' lambda! +[2020-08-10 15:25:19,473] /u/Samanaitor_88 had their flair updated +[2020-08-10 15:27:59,998] '/u/Fireman523567' has given '/u/kdzplays' lambda! +[2020-08-10 15:28:01,956] /u/kdzplays had their flair updated +[2020-08-10 15:28:47,668] '/u/Not-Fiction-YouTube' has given '/u/Itszannotzain' lambda! +[2020-08-10 15:28:49,674] /u/Itszannotzain had their flair updated +[2020-08-10 15:30:15,964] There has been a new submission: 'Positive and negative feedback is welcomed. I will be happy to return the favor on a video of your choosing!!!', with flair 'Gaming' +[2020-08-10 15:30:18,030] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-08-10 15:30:20,371] /u/RJeezyYT had their flair updated +[2020-08-10 15:30:40,429] There has been a new submission: 'Finally found a place for starting youtubers like me. Thanks for this sub! Sharing one of my first instrumental videos. Your comments are most welcome.', with flair 'Channel Review' +[2020-08-10 15:30:42,230] /u/gunpla-daddy had their submission removed for insufficient lambda. +[2020-08-10 15:30:44,557] /u/gunpla-daddy had their flair updated +[2020-08-10 15:31:04,269] There has been a new submission: 'The quarantine project continues! Episode 3 of drunk knitting is out. I appreciate any feedback, and I'd love to come by and see your channel if u got one. ☺️', with flair 'Channel Review' +[2020-08-10 15:31:05,862] /u/Snoo-6654 had their submission removed for insufficient lambda. +[2020-08-10 15:31:08,120] /u/Snoo-6654 had their flair updated +[2020-08-10 15:31:28,312] There has been a new submission: 'Fathers and Sons Summar Urdu Hindi | Chapter 6-7 Summary | Fathers and Sons by Ivan | Part 7', with flair 'Channel Review' +[2020-08-10 15:31:29,785] /u/englishliterature0 had their submission removed for insufficient lambda. +[2020-08-10 15:31:31,957] /u/englishliterature0 had their flair updated +[2020-08-10 15:31:51,089] There has been a new submission: 'Looking for artist to create a channel banner/logo for me', with flair 'Art' +[2020-08-10 15:31:52,851] /u/JStunna126 had their submission removed for insufficient lambda. +[2020-08-10 15:31:55,064] /u/JStunna126 had their flair updated +[2020-08-10 15:32:15,589] There has been a new submission: 'I know we aren't fishing for likes here, but I think anyone would like a like if you like what you saw.', with flair 'Discussion' +[2020-08-10 15:32:18,540] /u/dragonsspawn had their flair updated +[2020-08-10 15:32:37,172] There has been a new submission: 'MY FIRST YOUTUBE VIDEO| Q&A', with flair 'Channel Review' +[2020-08-10 15:32:38,807] /u/thatoneoverder93 had their submission removed for insufficient lambda. +[2020-08-10 15:32:40,815] /u/thatoneoverder93 had their flair updated +[2020-08-10 15:33:00,237] There has been a new submission: 'Yoga Daily Routine for Complete Beginners | All you need to do Daily to stay FIT follow along', with flair 'Thumbnail Review' +[2020-08-10 15:33:01,626] /u/Peachestho had their submission removed for insufficient lambda. +[2020-08-10 15:33:03,553] /u/Peachestho had their flair updated +[2020-08-10 15:33:21,205] There has been a new submission: 'Provide us feedback, much appreciated', with flair 'Gaming' +[2020-08-10 15:33:22,710] /u/NawMateYou had their submission removed for insufficient lambda. +[2020-08-10 15:33:24,645] /u/NawMateYou had their flair updated +[2020-08-10 15:33:43,209] There has been a new submission: 'Made my first music video!', with flair 'Video Critique' +[2020-08-10 15:33:44,604] /u/Nickoli-Von-Krain had their submission removed for insufficient lambda. +[2020-08-10 15:33:46,454] /u/Nickoli-Von-Krain had their flair updated +[2020-08-10 15:38:07,357] '/u/Illfury' has given '/u/justthefamilyguy' lambda! +[2020-08-10 15:38:09,117] /u/justthefamilyguy had their flair updated +[2020-08-10 15:38:31,690] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-10 15:42:38,290] /u/jaxtnh had their flair updated +[2020-08-10 15:44:16,764] '/u/jaxtnh' has given '/u/AfraidRacer' lambda! +[2020-08-10 15:44:19,135] /u/AfraidRacer had their flair updated +[2020-08-10 15:45:13,105] '/u/jaxtnh' has given '/u/siddhant1991' lambda! +[2020-08-10 15:45:14,710] /u/siddhant1991 had their flair updated +[2020-08-10 15:48:37,411] '/u/jaxtnh' has given '/u/thedrq' lambda! +[2020-08-10 15:48:38,769] /u/thedrq had their flair updated +[2020-08-10 15:49:54,126] '/u/jaxtnh' has given '/u/capresesalad1985' lambda! +[2020-08-10 15:49:55,194] /u/capresesalad1985 had their flair updated +[2020-08-10 15:51:05,467] '/u/jaxtnh' has given '/u/dragonsspawn' lambda! +[2020-08-10 15:51:08,374] /u/dragonsspawn had their flair updated +[2020-08-10 15:52:04,729] There has been a new submission: 'Hey go watch my video and give me some feedback a like or sub if you want thanks!', with flair 'Gaming' +[2020-08-10 15:52:06,160] /u/xavier-Cheese- had their submission removed for insufficient lambda. +[2020-08-10 15:52:08,251] /u/xavier-Cheese- had their flair updated +[2020-08-10 15:53:02,745] '/u/jaxtnh' has given '/u/SeniorSushi' lambda! +[2020-08-10 15:53:05,484] /u/SeniorSushi had their flair updated +[2020-08-10 15:53:54,852] There has been a new submission: 'Motivation for rock bottom...pumped up talk', with flair 'Video Critique' +[2020-08-10 15:53:56,654] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 15:53:56,656] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 15:53:57,683] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cxuSS_nvVsk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 15:53:58,094] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 15:54:01,335] /u/siddhant1991 had their flair updated +[2020-08-10 15:54:24,107] '/u/Vexiified' has given '/u/Jaydiiin' lambda! +[2020-08-10 15:54:26,854] /u/Jaydiiin had their flair updated +[2020-08-10 15:57:50,636] There has been a new submission: 'This isn't my best video but if you want to support me by liking and subscribing do so', with flair 'Gaming' +[2020-08-10 15:57:51,582] /u/A2Z_0119_ had their submission removed for insufficient lambda. +[2020-08-10 15:57:52,607] /u/A2Z_0119_ had their flair updated +[2020-08-10 15:58:41,875] There has been a new submission: 'Dirt Biking - Hill Climbs & Enduro Good Times', with flair 'Video Critique' +[2020-08-10 15:58:42,737] /u/Jonezed7 had their submission removed for insufficient lambda. +[2020-08-10 15:58:43,478] /u/Jonezed7 had their flair updated +[2020-08-10 15:58:59,571] There has been a new submission: 'EWOK HUNT IS SCARY!! (STAR WARS BATTLEFRONT 2', with flair 'Gaming' +[2020-08-10 15:59:00,377] /u/idiotic_memer had their submission removed for insufficient lambda. +[2020-08-10 15:59:01,074] /u/idiotic_memer had their flair updated +[2020-08-10 16:00:02,344] There has been a new submission: 'Quick question about this community', with flair 'Discussion' +[2020-08-10 16:00:05,877] /u/Eggsarehealthy1 had their flair updated +[2020-08-10 16:00:14,674] There has been a new submission: 'Hey guys!!! I recently made a youtube channel. Its all about entertainment. I am looking to build a community and any feedback is appreciated. Feel free to subscribe and comment etc. I have put my latest vid below, feel free to watch all others too :) and have an amazing day 🥰', with flair 'Video Critique' +[2020-08-10 16:00:14,953] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 16:00:14,954] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 16:00:15,124] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nl7ohslIONY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:00:15,299] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkIw23ItCx1d6HoEle8Q6Ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:00:18,671] /u/Itszannotzain had their flair updated +[2020-08-10 16:07:05,621] There has been a new submission: '5 Cool Command Prompt (CMD) commands You Should Know | Men Of Letters', with flair 'Vlog' +[2020-08-10 16:07:06,806] /u/menofletter_official had their submission removed for insufficient lambda. +[2020-08-10 16:07:08,205] /u/menofletter_official had their flair updated +[2020-08-10 16:12:05,366] There has been a new submission: 'Playing call of duty with binod[video]', with flair 'Gaming' +[2020-08-10 16:12:06,963] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-10 16:12:09,099] /u/Vizz47 had their flair updated +[2020-08-10 16:13:38,076] /u/tommyboy_lr had their flair updated +[2020-08-10 16:14:16,901] There has been a new submission: 'I'm looking for a partner....', with flair 'Collab' +[2020-08-10 16:14:18,872] /u/ROADKILL_1 had their flair updated +[2020-08-10 16:14:41,942] '/u/tommyboy_lr' has given '/u/Onen1ck' lambda! +[2020-08-10 16:14:44,611] /u/Onen1ck had their flair updated +[2020-08-10 16:15:12,319] '/u/tommyboy_lr' has given '/u/YourSexyCellMate' lambda! +[2020-08-10 16:15:13,836] /u/YourSexyCellMate had their flair updated +[2020-08-10 16:16:14,150] '/u/tommyboy_lr' has given '/u/FinbackTheFinest' lambda! +[2020-08-10 16:16:16,044] /u/FinbackTheFinest had their flair updated +[2020-08-10 16:20:26,608] There has been a new submission: 'Interesting enough?', with flair 'Video Critique' +[2020-08-10 16:20:29,308] /u/tailoredtrainers had their submission removed for insufficient lambda. +[2020-08-10 16:20:31,644] /u/tailoredtrainers had their flair updated +[2020-08-10 16:24:29,069] There has been a new submission: 'My first video essay on one of my favorite games, A Short Hike!', with flair 'Gaming' +[2020-08-10 16:24:30,385] /u/LeftSharkNarc had their submission removed for insufficient lambda. +[2020-08-10 16:24:32,146] /u/LeftSharkNarc had their flair updated +[2020-08-10 16:25:57,038] There has been a new submission: '"Seeking Shelter" is a short documentary about the animal shelter system in Los Angeles and the stray dog problem the city faces. Appreciate any feedback! Thank you!', with flair 'Channel Review' +[2020-08-10 16:25:57,988] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 16:25:58,108] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 16:25:58,969] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dz-a-fAekRE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:25:59,379] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsY3XBLXd7gGQ7U5JEvHdeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:26:02,075] /u/TrifectaComedy had their flair updated +[2020-08-10 16:27:37,725] '/u/jaxtnh' has given '/u/tommyboy_lr' lambda! +[2020-08-10 16:27:39,781] /u/tommyboy_lr had their flair updated +[2020-08-10 16:30:12,580] '/u/Illfury' has given '/u/ZaVizion' lambda! +[2020-08-10 16:30:14,933] /u/ZaVizion had their flair updated +[2020-08-10 16:30:51,733] '/u/Illfury' has given '/u/tailoredtrainers' lambda! +[2020-08-10 16:30:54,238] /u/tailoredtrainers had their flair updated +[2020-08-10 16:31:23,139] '/u/Illfury' has given '/u/SlumberousVirus' lambda! +[2020-08-10 16:31:25,395] /u/SlumberousVirus had their flair updated +[2020-08-10 16:32:12,299] '/u/Illfury' has given '/u/the_real_d247' lambda! +[2020-08-10 16:32:14,477] /u/the_real_d247 had their flair updated +[2020-08-10 16:34:09,537] '/u/Illfury' has given '/u/tommyboy_lr' lambda! +[2020-08-10 16:34:11,583] /u/tommyboy_lr had their flair updated +[2020-08-10 16:35:13,045] There has been a new submission: 'I'm planning on doing more animation on my channel.', with flair 'Art' +[2020-08-10 16:35:14,278] /u/Woohoo_Soopapoo had their submission removed for insufficient lambda. +[2020-08-10 16:35:15,877] /u/Woohoo_Soopapoo had their flair updated +[2020-08-10 16:37:52,746] '/u/Not-Fiction-YouTube' has given '/u/kiran_woodwork' lambda! +[2020-08-10 16:37:55,581] /u/kiran_woodwork had their flair updated +[2020-08-10 16:38:13,082] There has been a new submission: 'I'll throw in some Lambda if you give me some feedback on this. My goal is to upload a video every single Monday, and this is a comedic sketch I did with my friends! "Anti-Smoke -jaecen."', with flair 'Video Critique' +[2020-08-10 16:38:14,233] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 16:38:14,234] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 16:38:15,182] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bAKbFFqZeTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:38:15,551] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-liEaCueugPfa-VREpTFLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 16:38:17,606] /u/ZaVizion had their flair updated +[2020-08-10 16:39:05,187] '/u/Not-Fiction-YouTube' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-10 16:39:07,114] /u/aspirefitnesswalnut had their flair updated +[2020-08-10 16:39:54,396] There has been a new submission: 'Cartoon - A Marriage Vow Saved My Life! - AmoMama', with flair 'None' +[2020-08-10 16:39:55,623] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-10 16:39:56,200] /u/IndividualGuide had their flair updated +[2020-08-10 16:40:17,333] '/u/Not-Fiction-YouTube' has given '/u/tommyboy_lr' lambda! +[2020-08-10 16:40:20,164] /u/tommyboy_lr had their flair updated +[2020-08-10 16:46:05,140] +#################### +[Aug 10 2020 16:46:05] RESTARTED +#################### + +[2020-08-10 17:03:10,041] '/u/TrifectaComedy' has given '/u/Samanaitor_88' lambda! +[2020-08-10 17:03:12,627] /u/Samanaitor_88 had their flair updated +[2020-08-10 17:23:48,941] There has been a new submission: 'jedi fallen order but all my dates want to kill me. critiques on the whole video, and how to make better thumbnails? Please watch the whole video, as some things may fall flat. Let me know if there are any parts where you would have clicked off had you not been reviewing', with flair 'Gaming' +[2020-08-10 17:23:51,037] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:23:51,038] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:23:51,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ISIdqDkRtEY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:23:52,429] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYgtoXk01Qo8XZpCTACcQ9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:23:55,633] /u/Samanaitor_88 had their flair updated +[2020-08-10 17:24:13,254] There has been a new submission: 'Change The Future {Beat} - Honest opinions appreciated. Positive feedback = quicker lambdas. Others eventually get lambdas too.', with flair 'Art' +[2020-08-10 17:24:14,118] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:24:14,156] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:24:15,224] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k3FPdK5rzVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:24:15,555] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:24:18,383] /u/the_real_d247 had their flair updated +[2020-08-10 17:24:35,656] There has been a new submission: 'Did a 200k view video from 5 years ago doom my current channel?', with flair 'Discussion' +[2020-08-10 17:24:37,615] /u/SupremeLeaderShmalex had their flair updated +[2020-08-10 17:24:55,512] There has been a new submission: 'Magic Memoji Style! Please let me know what you think. Pretty new and trying to get feedback of my editing skills as a noobie. Also send a link to your video so I can check out your work!', with flair 'Channel Review' +[2020-08-10 17:24:56,782] /u/Theideuts had their submission removed for insufficient lambda. +[2020-08-10 17:24:58,262] /u/Theideuts had their flair updated +[2020-08-10 17:25:16,077] There has been a new submission: 'Twice more and more reaction', with flair 'Video Critique' +[2020-08-10 17:25:18,623] /u/salaad20 had their submission removed for insufficient lambda. +[2020-08-10 17:25:20,057] /u/salaad20 had their flair updated +[2020-08-10 17:26:22,876] '/u/ZaVizion' has given '/u/baechanka' lambda! +[2020-08-10 17:26:25,087] /u/baechanka had their flair updated +[2020-08-10 17:27:39,209] '/u/ZaVizion' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-10 17:27:41,330] /u/aspirefitnesswalnut had their flair updated +[2020-08-10 17:28:40,820] '/u/Itszannotzain' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-10 17:28:42,619] /u/aspirefitnesswalnut had their flair updated +[2020-08-10 17:29:26,728] '/u/Itszannotzain' has given '/u/smirkbison' lambda! +[2020-08-10 17:29:28,198] /u/smirkbison had their flair updated +[2020-08-10 17:30:18,977] '/u/Illfury' has given '/u/Fineset' lambda! +[2020-08-10 17:30:21,236] /u/Fineset had their flair updated +[2020-08-10 17:31:10,665] '/u/ZaVizion' has given '/u/the_WDH' lambda! +[2020-08-10 17:31:13,943] /u/the_WDH had their flair updated +[2020-08-10 17:31:48,479] '/u/ROANOKE02' has given '/u/Fineset' lambda! +[2020-08-10 17:31:51,313] /u/Fineset had their flair updated +[2020-08-10 17:32:40,099] '/u/ZaVizion' has given '/u/Onen1ck' lambda! +[2020-08-10 17:32:42,552] /u/Onen1ck had their flair updated +[2020-08-10 17:32:59,074] '/u/Unraveled_YT' has given '/u/AfraidRacer' lambda! +[2020-08-10 17:33:01,272] /u/AfraidRacer had their flair updated +[2020-08-10 17:34:16,509] '/u/ZaVizion' has given '/u/Klyze1991' lambda! +[2020-08-10 17:34:18,935] /u/Klyze1991 had their flair updated +[2020-08-10 17:35:06,293] '/u/intrepidgrlventure' has given '/u/Jevrejjob' lambda! +[2020-08-10 17:35:08,788] /u/Jevrejjob had their flair updated +[2020-08-10 17:36:24,618] '/u/ZaVizion' has given '/u/smirkbison' lambda! +[2020-08-10 17:36:26,670] /u/smirkbison had their flair updated +[2020-08-10 17:37:53,284] '/u/ZaVizion' has given '/u/Snoo-6654' lambda! +[2020-08-10 17:37:54,922] /u/Snoo-6654 had their flair updated +[2020-08-10 17:39:22,114] '/u/ZaVizion' has given '/u/alveenakhanam' lambda! +[2020-08-10 17:39:23,300] /u/alveenakhanam had their flair updated +[2020-08-10 17:39:54,547] '/u/Not-Fiction-YouTube' has given '/u/smirkbison' lambda! +[2020-08-10 17:39:56,388] /u/smirkbison had their flair updated +[2020-08-10 17:41:11,874] '/u/Fireman523567' has given '/u/smirkbison' lambda! +[2020-08-10 17:41:14,406] /u/smirkbison had their flair updated +[2020-08-10 17:42:02,142] There has been a new submission: 'Help my mom kick off her channel for kids:)', with flair 'Channel Review' +[2020-08-10 17:42:03,574] /u/praneethg9 had their submission removed for insufficient lambda. +[2020-08-10 17:42:05,541] /u/praneethg9 had their flair updated +[2020-08-10 17:42:24,413] There has been a new submission: 'Giving LAMBDA for feedback & opinions on my new video! (It's way shorter & different than the rest of my uploads; just trying an experiment.)', with flair 'Video Critique' +[2020-08-10 17:42:25,480] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:42:25,482] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:42:26,506] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Og8PNKn7AK0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:42:26,837] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiXBpptHdj9Hogdm04g7oqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:42:29,876] /u/thefamousap had their flair updated +[2020-08-10 17:42:47,788] There has been a new submission: 'I wanna share with you guys this beat I made!', with flair 'Video Critique' +[2020-08-10 17:42:49,267] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-08-10 17:42:51,316] /u/nocluesmusic had their flair updated +[2020-08-10 17:43:09,365] There has been a new submission: 'Starting out kinda trippy/funny story with gmod and the main protagonist is Banana Sam (Serious Sam). Any opinion and feedback apreciated.Giving lambda for good ones. Thanks!', with flair 'Video Critique' +[2020-08-10 17:43:10,427] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:43:10,428] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:43:12,392] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kR1rxSiBxjk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:43:12,803] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6BN0oBPjr4qWkFtCqBLQKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:43:15,919] /u/er8zy had their flair updated +[2020-08-10 17:43:33,878] There has been a new submission: 'RuneScape but it's in VR', with flair 'Gaming' +[2020-08-10 17:43:35,148] /u/Paden had their submission removed for insufficient lambda. +[2020-08-10 17:43:37,036] /u/Paden had their flair updated +[2020-08-10 17:43:56,880] There has been a new submission: 'Giving LAMBDA for my yt video thanks', with flair 'Thumbnail Review' +[2020-08-10 17:43:58,405] /u/alveenakhanam had their submission removed for insufficient lambda. +[2020-08-10 17:44:01,216] /u/alveenakhanam had their flair updated +[2020-08-10 17:44:19,096] There has been a new submission: 'This video would be relatable for anyone. My original 4K project got corrupted (sed lyf). Fortunately, I had a 1080p backup. Any feedback on comedy, thumbnail or video in general will be appreciated !', with flair 'Video Critique' +[2020-08-10 17:44:20,037] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:44:20,038] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:44:21,185] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xezjQEjYkTc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:44:21,593] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:44:24,465] /u/playerinfinity707 had their flair updated +[2020-08-10 17:44:41,788] There has been a new submission: 'My First YouTube video is finally up! Would love to hear some feedback on what I can improve on, both in terms of the video quality and the style of content (project breakdown vs tutorial). Giving lambda for genuine feedback!', with flair 'Video Critique' +[2020-08-10 17:44:42,690] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:44:42,809] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:44:43,751] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=24jOKmw7CYI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:44:44,157] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYf_Ndl0p8S8FsPrV_TgFtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:44:46,781] /u/Onen1ck had their flair updated +[2020-08-10 17:45:04,715] There has been a new submission: 'Looking for members to join Gaming Group [PC]', with flair 'Collab' +[2020-08-10 17:45:06,723] /u/Trash_Daddi had their flair updated +[2020-08-10 17:45:12,408] There has been a new submission: 'Healthy Kimchi Fried Rice Recipe (48.8g Protein) | Healthier Versions Of Foods Ep 9 - LAMBDAS will be given for every critique', with flair 'Video Critique' +[2020-08-10 17:45:12,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 17:45:12,696] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 17:45:12,825] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xO9cSdWhhWY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:45:12,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 17:45:15,496] /u/aspirefitnesswalnut had their flair updated +[2020-08-10 17:50:25,811] There has been a new submission: 'This discord server is for small youtubers to grow and that needs help with videos like advice on some things with their channel join if u interested👍🏼👍🏼', with flair 'Meta' +[2020-08-10 17:50:28,307] /u/gvaz45 had their flair updated +[2020-08-10 17:51:08,498] '/u/qzeqYT' has given '/u/SlumberousVirus' lambda! +[2020-08-10 17:51:11,540] /u/SlumberousVirus had their flair updated +[2020-08-10 17:52:15,987] '/u/intrepidgrlventure' has given '/u/DulcidioCoelho' lambda! +[2020-08-10 17:52:18,580] /u/DulcidioCoelho had their flair updated +[2020-08-10 17:55:44,237] '/u/intrepidgrlventure' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-10 17:55:46,748] /u/aspirefitnesswalnut had their flair updated +[2020-08-10 18:04:00,612] There has been a new submission: 'Yup', with flair 'Channel Review' +[2020-08-10 18:04:02,207] /u/ReggieMohlabi had their submission removed for insufficient lambda. +[2020-08-10 18:04:04,210] /u/ReggieMohlabi had their flair updated +[2020-08-10 18:04:41,308] There has been a new submission: 'Hoping to get some more ctiques on my Super Mario video. The editing on this one was pretty intense so I hope y'all enjoy! (LAMBDA for genuine comments/critiques)', with flair 'Video Critique' +[2020-08-10 18:04:41,927] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 18:04:42,006] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 18:04:42,743] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GpVSIL0i_GY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:04:43,035] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:04:45,912] /u/TeamRemavi had their flair updated +[2020-08-10 18:04:59,223] There has been a new submission: 'This gun will break pubg mobile', with flair 'Gaming' +[2020-08-10 18:05:00,446] /u/ChiefRawlz had their submission removed for insufficient lambda. +[2020-08-10 18:05:02,130] /u/ChiefRawlz had their flair updated +[2020-08-10 18:05:52,808] There has been a new submission: 'I've been doing this for more than a year and right now I have 42 subscribers. Can you guys point me out some of the things I should consider changing? I would truly appreciate it :) P.S. This is only one type of FIFA content I make, there is a lot more.', with flair 'Video Critique' +[2020-08-10 18:05:53,715] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 18:05:53,717] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 18:05:54,493] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A1tnPHx3F6s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:05:54,906] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLrbfceOY9YCkGHl1dlF6cA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:05:57,700] /u/Neminis00 had their flair updated +[2020-08-10 18:07:55,516] There has been a new submission: 'Just recently started making videos, I would love some advice on how to improve!', with flair 'Video Critique' +[2020-08-10 18:07:56,501] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 18:07:56,503] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 18:07:57,362] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NgSiZv6uUgY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:07:57,733] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClpof_Bhuog4aO4RNDKYcow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:07:59,909] /u/Krogmo had their flair updated +[2020-08-10 18:08:34,972] '/u/fjolt' has given '/u/Yourpoop' lambda! +[2020-08-10 18:08:37,183] /u/Yourpoop had their flair updated +[2020-08-10 18:08:58,222] '/u/Onen1ck' has given '/u/smirkbison' lambda! +[2020-08-10 18:09:00,296] /u/smirkbison had their flair updated +[2020-08-10 18:09:34,652] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 19 - The Terror Of Otsuna', with flair 'Gaming' +[2020-08-10 18:09:35,470] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-10 18:09:36,122] /u/CecliusPlaysHD had their flair updated +[2020-08-10 18:10:10,786] '/u/ZaVizion' has given '/u/TeamRemavi' lambda! +[2020-08-10 18:10:13,694] /u/TeamRemavi had their flair updated +[2020-08-10 18:11:28,877] '/u/ZaVizion' has given '/u/Ultratronicman' lambda! +[2020-08-10 18:11:33,877] /u/Ultratronicman had their flair updated +[2020-08-10 18:16:59,560] There has been a new submission: 'How do you get sponsorships?', with flair 'Discussion' +[2020-08-10 18:17:01,125] /u/ReggieMohlabi had their flair updated +[2020-08-10 18:19:27,465] There has been a new submission: 'Trying to get an MMA channel off the ground. (Constructive) Criticism welcome.', with flair 'Channel Review' +[2020-08-10 18:19:28,365] /u/onemanshownetwork had their submission removed for insufficient lambda. +[2020-08-10 18:19:28,984] /u/onemanshownetwork had their flair updated +[2020-08-10 18:19:47,756] '/u/jaxtnh' has given '/u/smirkbison' lambda! +[2020-08-10 18:19:49,234] /u/smirkbison had their flair updated +[2020-08-10 18:21:01,784] There has been a new submission: 'I would like some feedback on this montage video.', with flair 'Video Critique' +[2020-08-10 18:21:03,666] /u/UCCampbell had their submission removed for insufficient lambda. +[2020-08-10 18:21:05,917] /u/UCCampbell had their flair updated +[2020-08-10 18:21:59,086] There has been a new submission: 'Which video would you watch?', with flair 'Discussion' +[2020-08-10 18:22:02,144] /u/Stop_Motion_Samurai had their flair updated +[2020-08-10 18:27:57,178] '/u/TeamRemavi' has given '/u/RockLover37' lambda! +[2020-08-10 18:27:59,400] /u/RockLover37 had their flair updated +[2020-08-10 18:36:35,375] There has been a new submission: 'DIY Channel', with flair 'Art' +[2020-08-10 18:36:36,606] /u/Design_With_Love had their submission removed for insufficient lambda. +[2020-08-10 18:36:38,050] /u/Design_With_Love had their flair updated +[2020-08-10 18:37:15,247] There has been a new submission: 'I made The Leggend of Korra AMV if you are interested feel free to watch :) feedbacks are appreciated', with flair 'Art' +[2020-08-10 18:37:16,311] /u/Tris_Perrie had their submission removed for insufficient lambda. +[2020-08-10 18:37:17,584] /u/Tris_Perrie had their flair updated +[2020-08-10 18:38:35,178] There has been a new submission: 'hey guys i made this can someone critique it? btw its a bit raunchy and... a little odd... you have been warned lol', with flair 'Video Critique' +[2020-08-10 18:38:36,779] /u/Training-Force had their submission removed for insufficient lambda. +[2020-08-10 18:38:37,767] /u/Training-Force had their flair updated +[2020-08-10 18:39:13,481] There has been a new submission: 'Please destroy me with critiques so that I can see what to improve on in the future! What Kind of Thumbnail would You think fits better, I couldn't for the life of me think of anything relevant.', with flair 'Video Critique' +[2020-08-10 18:39:14,586] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 18:39:14,705] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 18:39:15,649] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H31jMzINAOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:39:16,056] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcqXj_SIwuteIckfjSoCkhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:39:17,854] /u/RockLover37 had their flair updated +[2020-08-10 18:40:02,256] There has been a new submission: 'ONE YEAR ON YOUTUBE TODAY this is a compilation to celebrate. this community helped me a lot in these last few months so thought I had to share it here :)', with flair 'Video Critique' +[2020-08-10 18:40:03,362] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 18:40:03,400] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 18:40:04,220] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pSYaZhADjgk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:40:04,627] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAsjCjYeuINOC-AtvAa31gA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 18:40:07,983] /u/robbit9 had their flair updated +[2020-08-10 18:42:44,116] '/u/TeamRemavi' has given '/u/brovalley' lambda! +[2020-08-10 18:42:46,740] /u/brovalley had their flair updated +[2020-08-10 18:44:55,127] '/u/ZaVizion' has given '/u/brovalley' lambda! +[2020-08-10 18:44:57,793] /u/brovalley had their flair updated +[2020-08-10 18:46:04,810] +#################### +[Aug 10 2020 18:46:04] RESTARTED +#################### + +[2020-08-10 19:24:19,080] There has been a new submission: 'The Mysterious Local 58 Moon', with flair 'Video Critique' +[2020-08-10 19:24:20,269] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:24:20,271] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:24:21,006] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QGmUwTU0KMY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:21,333] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrKT1JY05KHJlchvO7KQHPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:23,709] /u/FinbackTheFinest had their flair updated +[2020-08-10 19:24:36,188] There has been a new submission: 'Could you please share your feedback for this small video for kids', with flair 'Video Critique' +[2020-08-10 19:24:36,885] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:24:36,886] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:24:37,577] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S3hEsfdhNHU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:37,908] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCijcExxTIFHtXOFXicv7l1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:40,327] /u/hrishexperiments had their flair updated +[2020-08-10 19:24:52,762] There has been a new submission: 'Have gotten a lot of good feedback from you guys that has helped me shape my style, which I think I've found. I make mountain adventure videos and I'm pretty stoked on this one. Lambda for constructive feedback!', with flair 'Video Critique' +[2020-08-10 19:24:53,585] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:24:53,587] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:24:54,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1sB7puhZ7mU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:54,695] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQCzbhLBCjxuCi3baRRQUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:24:56,992] /u/brovalley had their flair updated +[2020-08-10 19:25:09,296] There has been a new submission: 'We went on OMEGLE'S restricted section and this is what happned...', with flair 'Vlog' +[2020-08-10 19:25:10,932] /u/ImmortalTM had their submission removed for insufficient lambda. +[2020-08-10 19:25:12,364] /u/ImmortalTM had their flair updated +[2020-08-10 19:25:25,635] There has been a new submission: 'Having issue with subreddits and haters...', with flair 'Discussion' +[2020-08-10 19:25:27,153] /u/ThatFannyGod had their flair updated +[2020-08-10 19:25:40,235] There has been a new submission: 'We went cliff jumping and ALMOST had to go to the ER after a stunt!', with flair 'Vlog' +[2020-08-10 19:25:41,340] /u/ImmortalTM had their submission removed for insufficient lambda. +[2020-08-10 19:25:42,696] /u/ImmortalTM had their flair updated +[2020-08-10 19:27:03,566] '/u/Krogmo' has given '/u/RockLover37' lambda! +[2020-08-10 19:27:05,281] /u/RockLover37 had their flair updated +[2020-08-10 19:29:37,534] /u/ZaVizion had their flair updated +[2020-08-10 19:29:50,235] '/u/hrishexperiments' has given '/u/AngryAipom' lambda! +[2020-08-10 19:29:51,595] /u/AngryAipom had their flair updated +[2020-08-10 19:30:20,020] '/u/TeamRemavi' has given '/u/ZaVizion' lambda! +[2020-08-10 19:30:22,236] /u/ZaVizion had their flair updated +[2020-08-10 19:31:18,858] '/u/aspirefitnesswalnut' has given '/u/RockLover37' lambda! +[2020-08-10 19:31:21,068] /u/RockLover37 had their flair updated +[2020-08-10 19:32:04,834] '/u/TrifectaComedy' has given '/u/alveenakhanam' lambda! +[2020-08-10 19:32:07,051] /u/alveenakhanam had their flair updated +[2020-08-10 19:32:41,385] There has been a new submission: 'When the homie calls you to play smash but there isn't a switch... | MY BEST VIDEO YET', with flair 'Video Critique' +[2020-08-10 19:32:42,161] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:32:42,163] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:32:42,935] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w2y9Nl6i1qg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:32:43,306] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyavgNy7Dw-B_TU2FlrPqlg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:32:46,424] /u/acexsd1 had their flair updated +[2020-08-10 19:33:00,133] There has been a new submission: 'HBK superkicks The Undertaker in stop-motion!', with flair 'Video Critique' +[2020-08-10 19:33:01,643] /u/sunnyscavengers had their submission removed for insufficient lambda. +[2020-08-10 19:33:03,953] /u/sunnyscavengers had their flair updated +[2020-08-10 19:33:16,447] There has been a new submission: 'Our last videos are losing views in the past videos. I will appreciate a good critique. Maybe it's the subject in general. I will give lambda to all constructive critiques', with flair 'Video Critique' +[2020-08-10 19:33:17,065] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:33:17,102] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:33:17,636] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1ku5vc4zzPU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:33:18,046] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCoTCVlomJhIfc1G4jUO2MA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:33:20,704] /u/DulcidioCoelho had their flair updated +[2020-08-10 19:33:35,949] There has been a new submission: 'Funny compilation', with flair 'Video Critique' +[2020-08-10 19:33:37,463] /u/000Rohit had their submission removed for insufficient lambda. +[2020-08-10 19:33:39,266] /u/000Rohit had their flair updated +[2020-08-10 19:33:54,835] There has been a new submission: 'is hydrogen fuel cell the future?', with flair 'Discussion' +[2020-08-10 19:33:56,799] /u/simeonhadev had their flair updated +[2020-08-10 19:34:24,351] '/u/ZaVizion' has given '/u/braveface719' lambda! +[2020-08-10 19:34:26,357] /u/braveface719 had their flair updated +[2020-08-10 19:34:41,623] '/u/ZaVizion' has given '/u/TTowers' lambda! +[2020-08-10 19:34:43,672] /u/TTowers had their flair updated +[2020-08-10 19:36:41,310] There has been a new submission: 'Best dialogue ft. Carryminati', with flair 'Video Critique' +[2020-08-10 19:36:42,370] /u/000Rohit had their submission removed for insufficient lambda. +[2020-08-10 19:36:43,559] /u/000Rohit had their flair updated +[2020-08-10 19:37:01,142] There has been a new submission: 'Giving Lambda for any advice you can muster!', with flair 'Vlog' +[2020-08-10 19:37:03,394] /u/byetheweighwill had their flair updated +[2020-08-10 19:37:22,399] There has been a new submission: 'My first youtube video! I would really appreciate any tips/feedback that you have. Thanks so much!', with flair 'Video Critique' +[2020-08-10 19:37:23,793] /u/SoggyWalnuts_ had their submission removed for insufficient lambda. +[2020-08-10 19:37:25,561] /u/SoggyWalnuts_ had their flair updated +[2020-08-10 19:39:10,800] There has been a new submission: 'sketch comedy, I hope you like it', with flair 'Channel Review' +[2020-08-10 19:39:11,779] /u/RonGomes24 had their submission removed for insufficient lambda. +[2020-08-10 19:39:12,681] /u/RonGomes24 had their flair updated +[2020-08-10 19:40:18,538] There has been a new submission: 'ROOM TOUR 2020', with flair 'Vlog' +[2020-08-10 19:40:20,131] /u/WhitneysWorldTM had their submission removed for insufficient lambda. +[2020-08-10 19:40:22,462] /u/WhitneysWorldTM had their flair updated +[2020-08-10 19:42:58,077] There has been a new submission: 'First fall guys video let me know if you enjoyed it would appreciate feedback', with flair 'Gaming' +[2020-08-10 19:42:59,554] /u/Camoxes had their submission removed for insufficient lambda. +[2020-08-10 19:43:02,106] /u/Camoxes had their flair updated +[2020-08-10 19:46:34,675] There has been a new submission: 'I worked super hard on this video, and was hoping you guys would give me feedback! Lambda to you helpful ones :)', with flair 'Video Critique' +[2020-08-10 19:46:35,737] /u/AngryAipom had their submission removed for insufficient lambda. +[2020-08-10 19:46:37,429] /u/AngryAipom had their flair updated +[2020-08-10 19:48:13,910] '/u/DulcidioCoelho' has given '/u/renehope' lambda! +[2020-08-10 19:48:15,584] /u/renehope had their flair updated +[2020-08-10 19:48:35,350] '/u/byetheweighwill' has given '/u/ElectionJunkie' lambda! +[2020-08-10 19:48:37,405] /u/ElectionJunkie had their flair updated +[2020-08-10 19:50:03,875] '/u/DulcidioCoelho' has given '/u/AngryAipom' lambda! +[2020-08-10 19:50:06,657] /u/AngryAipom had their flair updated +[2020-08-10 19:51:36,858] There has been a new submission: 'Have you read our terms of service?', with flair 'Channel Review' +[2020-08-10 19:51:38,460] /u/Max-Does-Reddit had their submission removed for insufficient lambda. +[2020-08-10 19:51:40,638] /u/Max-Does-Reddit had their flair updated +[2020-08-10 19:52:48,032] There has been a new submission: 'I worked super hard on this video, and was hoping you guys would give me feedback! Lambda to you helpful ones :)', with flair 'Video Critique' +[2020-08-10 19:52:49,100] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 19:52:49,102] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 19:52:50,043] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3AZ8z2BOCYk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:52:50,493] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvpvbl-ZQwHiBSivV5lt1ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 19:52:53,566] /u/AngryAipom had their flair updated +[2020-08-10 19:55:08,273] '/u/TeamRemavi' has given '/u/South-Amareca' lambda! +[2020-08-10 19:55:10,898] /u/South-Amareca had their flair updated +[2020-08-10 19:59:06,636] There has been a new submission: 'I do a show called Today On Trending where, every Monday, I look at what has been trending that morning on Twitter. Check it out!', with flair 'Vlog' +[2020-08-10 19:59:07,617] /u/MageyMoos had their submission removed for insufficient lambda. +[2020-08-10 19:59:08,317] /u/MageyMoos had their flair updated +[2020-08-10 20:02:57,644] '/u/ZaVizion' has given '/u/South-Amareca' lambda! +[2020-08-10 20:02:59,567] /u/South-Amareca had their flair updated +[2020-08-10 20:06:50,412] '/u/ZaVizion' has given '/u/renehope' lambda! +[2020-08-10 20:06:52,740] /u/renehope had their flair updated +[2020-08-10 20:07:58,162] There has been a new submission: 'SUBSCRIBE LIKE AND COMMENT FOR SUBSCRIBE LIKE AND COMMENT BACK', with flair 'Gaming' +[2020-08-10 20:07:59,268] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-10 20:08:00,407] /u/TntThiefGamerYT had their flair updated +[2020-08-10 20:08:22,241] There has been a new submission: 'Regarding growth', with flair 'Gaming' +[2020-08-10 20:08:23,719] /u/cosminxDx had their submission removed for insufficient lambda. +[2020-08-10 20:08:24,662] /u/cosminxDx had their flair updated +[2020-08-10 20:10:50,961] '/u/byetheweighwill' has given '/u/renehope' lambda! +[2020-08-10 20:10:53,625] /u/renehope had their flair updated +[2020-08-10 20:14:01,014] '/u/thefamousap' has given '/u/South-Amareca' lambda! +[2020-08-10 20:14:03,759] /u/South-Amareca had their flair updated +[2020-08-10 20:14:39,868] '/u/TeamRemavi' has given '/u/DaredevilOfHK' lambda! +[2020-08-10 20:14:42,326] /u/DaredevilOfHK had their flair updated +[2020-08-10 20:16:35,140] '/u/brovalley' has given '/u/renehope' lambda! +[2020-08-10 20:16:36,908] /u/renehope had their flair updated +[2020-08-10 20:17:37,000] There has been a new submission: 'Hello all, we've just uploaded our new video and it's my first time editing one so I would love some feedback on how to improve and make it better! Thanks in advance.', with flair 'Gaming' +[2020-08-10 20:17:37,399] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 20:17:37,421] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 20:17:37,680] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BRkGcHmzLmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 20:17:37,892] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-yLo2PVUd4j5uYoFTQxZVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 20:17:39,477] /u/illicit816 had their flair updated +[2020-08-10 20:18:00,637] There has been a new submission: 'Would like feedback on my new video!!', with flair 'Video Critique' +[2020-08-10 20:18:01,456] /u/janellerad had their submission removed for insufficient lambda. +[2020-08-10 20:18:02,406] /u/janellerad had their flair updated +[2020-08-10 20:18:36,119] There has been a new submission: 'You Won't Grow Your Channel if you do this.', with flair 'Discussion' +[2020-08-10 20:18:37,803] /u/baechanka had their flair updated +[2020-08-10 20:24:24,937] There has been a new submission: 'Not a challenge for too many in here but any feedback on the editing and the video itself is very much appreciated! Will reward advice with Lambda ofc!', with flair 'Video Critique' +[2020-08-10 20:24:25,838] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 20:24:25,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 20:24:26,778] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VlqujzLcJWs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 20:24:27,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4VdQJXDBKuVlfXYvIqScxg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 20:24:30,136] /u/renehope had their flair updated +[2020-08-10 20:32:08,202] '/u/RockLover37' has given '/u/TeamRemavi' lambda! +[2020-08-10 20:32:10,427] /u/TeamRemavi had their flair updated +[2020-08-10 20:33:46,720] '/u/TeamRemavi' has given '/u/midnightjenga' lambda! +[2020-08-10 20:33:48,816] /u/midnightjenga had their flair updated +[2020-08-10 20:38:17,470] '/u/RockLover37' has given '/u/renehope' lambda! +[2020-08-10 20:38:19,848] /u/renehope had their flair updated +[2020-08-10 20:38:37,907] There has been a new submission: 'My 2nd highlight Video', with flair 'Video Critique' +[2020-08-10 20:38:38,848] /u/ttt3gamecocks had their submission removed for insufficient lambda. +[2020-08-10 20:38:39,668] /u/ttt3gamecocks had their flair updated +[2020-08-10 20:41:24,501] There has been a new submission: 'GETTING MISTAKEN FOR A FAMOUS RAPPER!!!', with flair 'Vlog' +[2020-08-10 20:41:26,099] /u/barswithkevy had their submission removed for insufficient lambda. +[2020-08-10 20:41:28,352] /u/barswithkevy had their flair updated +[2020-08-10 20:46:06,115] +#################### +[Aug 10 2020 20:46:06] RESTARTED +#################### + +[2020-08-10 21:26:47,185] There has been a new submission: 'Hey i'm new to this subreddit and in general lets play. If you wanna help a fellow buddy out, pls leave a sub and feedback (:', with flair 'Video Critique' +[2020-08-10 21:26:48,782] /u/MattTheWebhead had their submission removed for insufficient lambda. +[2020-08-10 21:26:49,805] /u/MattTheWebhead had their flair updated +[2020-08-10 21:27:06,914] There has been a new submission: 'Picking up BADDIES on the Yee App using POP SMOKE LYRICS 🕊 | *HILARIOUS* (GIVING LAMDA for constructive criticism and opinions)', with flair 'Video Critique' +[2020-08-10 21:27:08,915] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 21:27:08,917] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 21:27:09,937] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sdi5CAVQRSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:27:10,348] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5xrccwZYH2UGoXsTRHWBkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:27:12,803] /u/South-Amareca had their flair updated +[2020-08-10 21:27:29,820] There has been a new submission: 'Watch My New video to the end for good luck', with flair 'Channel Review' +[2020-08-10 21:27:30,884] /u/Meme_boi_Official had their submission removed for insufficient lambda. +[2020-08-10 21:27:31,827] /u/Meme_boi_Official had their flair updated +[2020-08-10 21:27:50,107] There has been a new submission: 'We explored a amusement park go watch us take a L', with flair 'Vlog' +[2020-08-10 21:27:50,968] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-10 21:27:51,788] /u/bubenator10 had their flair updated +[2020-08-10 21:28:08,925] There has been a new submission: 'Thought I'd share with you my favourite video on my channel. A compilation of the best moments from my Amnesia: The Dark Descent Playthrough!', with flair 'Gaming' +[2020-08-10 21:28:10,073] /u/GamingHarryYT had their submission removed for insufficient lambda. +[2020-08-10 21:28:10,813] /u/GamingHarryYT had their flair updated +[2020-08-10 21:28:27,241] There has been a new submission: '[Discussion] Putting videos up on Instagram', with flair 'Discussion' +[2020-08-10 21:28:28,265] /u/YaBoiMigz had their flair updated +[2020-08-10 21:28:44,674] There has been a new submission: 'DAMN BABY U BACK PLAYING THIS!?!? OverWatch Gameplay', with flair 'Gaming' +[2020-08-10 21:28:46,773] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-08-10 21:28:47,477] /u/Kool_newt had their flair updated +[2020-08-10 21:30:23,510] '/u/ZaVizion' has given '/u/HumperTrooper15' lambda! +[2020-08-10 21:30:26,063] /u/HumperTrooper15 had their flair updated +[2020-08-10 21:30:47,590] '/u/renehope' has given '/u/baechanka' lambda! +[2020-08-10 21:30:50,337] /u/baechanka had their flair updated +[2020-08-10 21:32:06,935] '/u/ZaVizion' has given '/u/ObliviouslyDrake67' lambda! +[2020-08-10 21:32:09,360] /u/ObliviouslyDrake67 had their flair updated +[2020-08-10 21:33:55,234] '/u/TeamRemavi' has given '/u/ObliviouslyDrake67' lambda! +[2020-08-10 21:33:57,901] /u/ObliviouslyDrake67 had their flair updated +[2020-08-10 21:34:32,182] '/u/Illfury' has given '/u/ObliviouslyDrake67' lambda! +[2020-08-10 21:34:34,850] /u/ObliviouslyDrake67 had their flair updated +[2020-08-10 21:35:10,480] '/u/Illfury' has given '/u/midnightjenga' lambda! +[2020-08-10 21:35:12,857] /u/midnightjenga had their flair updated +[2020-08-10 21:36:15,546] '/u/Illfury' has given '/u/DulcidioCoelho' lambda! +[2020-08-10 21:36:17,885] /u/DulcidioCoelho had their flair updated +[2020-08-10 21:36:51,460] '/u/Illfury' has given '/u/DreamingSlugger' lambda! +[2020-08-10 21:36:53,554] /u/DreamingSlugger had their flair updated +[2020-08-10 21:38:08,738] '/u/illicit816' has given '/u/baechanka' lambda! +[2020-08-10 21:38:11,028] /u/baechanka had their flair updated +[2020-08-10 21:38:58,002] '/u/AngryAipom' has given '/u/ObliviouslyDrake67' lambda! +[2020-08-10 21:39:00,147] /u/ObliviouslyDrake67 had their flair updated +[2020-08-10 21:39:19,611] '/u/ZaVizion' has given '/u/DreamingSlugger' lambda! +[2020-08-10 21:39:21,779] /u/DreamingSlugger had their flair updated +[2020-08-10 21:43:02,924] '/u/South-Amareca' has given '/u/DreamingSlugger' lambda! +[2020-08-10 21:43:05,580] /u/DreamingSlugger had their flair updated +[2020-08-10 21:45:40,196] There has been a new submission: 'Video Editors of Reddit. I'm trying to learn how to do transitions and this is the result of my work so far. Here I had to work with limited footage as the time the videographer spent filming was very constraint. Any critique would definitely help for the future. Thank you in advanced.', with flair 'Video Critique' +[2020-08-10 21:45:41,874] /u/SLYMoosic had their submission removed for insufficient lambda. +[2020-08-10 21:45:43,145] /u/SLYMoosic had their flair updated +[2020-08-10 21:46:01,415] There has been a new submission: 'Hey friends 😍😍please check and see my reasons to be a Youtuber and why I am changing my niche 🥰🥰🥰', with flair 'Channel Review' +[2020-08-10 21:46:03,542] /u/hustlingyoutuber had their submission removed for insufficient lambda. +[2020-08-10 21:46:04,767] /u/hustlingyoutuber had their flair updated +[2020-08-10 21:46:23,130] There has been a new submission: 'VIGOR GOT SOME BIG OL' LIPSSS BRUH!! / JnationESP', with flair 'Gaming' +[2020-08-10 21:46:24,318] /u/ItzYeBoiJJ had their submission removed for insufficient lambda. +[2020-08-10 21:46:25,503] /u/ItzYeBoiJJ had their flair updated +[2020-08-10 21:46:42,703] There has been a new submission: '📈 M1 Finance Portfolio Update | Episode 26 - Executive Orders Boosts Economic Relief!', with flair 'Video Critique' +[2020-08-10 21:46:43,925] /u/blast4310 had their submission removed for insufficient lambda. +[2020-08-10 21:46:45,033] /u/blast4310 had their flair updated +[2020-08-10 21:47:03,047] There has been a new submission: 'Soooo, what if I reviewed peoples channels and made a video about it?', with flair 'Discussion' +[2020-08-10 21:47:04,639] /u/ShadowGameCat had their flair updated +[2020-08-10 21:47:22,685] There has been a new submission: 'Game Reviews', with flair 'Gaming' +[2020-08-10 21:47:24,161] /u/Ap_Gamer20 had their submission removed for insufficient lambda. +[2020-08-10 21:47:25,638] /u/Ap_Gamer20 had their flair updated +[2020-08-10 21:47:42,528] There has been a new submission: 'Feel free to wreck through my stuff. Gonna be making more content on twitch and youtube.', with flair 'Gaming' +[2020-08-10 21:47:43,593] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 21:47:43,594] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 21:47:44,696] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FR_kucKel3E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:47:45,072] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaH3BQl0szcbSFMCjIsW-Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:47:48,061] /u/ObliviouslyDrake67 had their flair updated +[2020-08-10 21:48:02,610] There has been a new submission: 'I Took Inspiration From ANTHPOS EVERY EPISODE Series// 100% Looking For Feedback/ Critiques. Lambda To Those Who Comment And Give Suggestions. Thank You In Advance.', with flair 'Video Critique' +[2020-08-10 21:48:03,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-10 21:48:03,428] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-10 21:48:04,001] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JuHalpMouPI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:48:04,331] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8V7cmQ5BHFJgi0F8uWIW3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-10 21:48:06,048] /u/DreamingSlugger had their flair updated +[2020-08-10 21:53:25,489] There has been a new submission: 'I make SNL and Key and Peele style videos, I'm wondering if my quality high.', with flair 'Video Critique' +[2020-08-10 21:53:28,520] /u/TheRyanThomas had their flair updated +[2020-08-10 21:59:57,733] '/u/acexsd1' has given '/u/DreamingSlugger' lambda! +[2020-08-10 21:59:59,578] /u/DreamingSlugger had their flair updated +[2020-08-10 22:05:33,117] There has been a new submission: 'home decorating 2021 - Interior Design Trends For 2020 and 2021 Design Trends 2021 with low budget', with flair 'Art' +[2020-08-10 22:05:34,556] /u/Globaltrendnet had their submission removed for insufficient lambda. +[2020-08-10 22:05:36,198] /u/Globaltrendnet had their flair updated +[2020-08-10 22:12:12,677] There has been a new submission: 'UFC 4's my career is amazing! They added so much new things and they really gave creativity control to players when customizing their fighter! Follow Craig Mack's journey through the MMA scene! Let me know what you guys think!', with flair 'Gaming' +[2020-08-10 22:12:14,149] /u/King-Dylann had their submission removed for insufficient lambda. +[2020-08-10 22:12:16,243] /u/King-Dylann had their flair updated +[2020-08-10 22:13:13,361] There has been a new submission: 'Hey please check out my new video “Minecraft BUT ARROWS EXPLODE” I’m really proud of it and would love to hear feedback and criticism about the video!', with flair 'Channel Review' +[2020-08-10 22:13:14,719] /u/Ninjawar78_Yt had their submission removed for insufficient lambda. +[2020-08-10 22:13:16,736] /u/Ninjawar78_Yt had their flair updated +[2020-08-10 22:14:10,405] There has been a new submission: 'I OPENED MY OWN GAS STATION IN FORTNITE!!', with flair 'Gaming' +[2020-08-10 22:14:11,840] /u/OZone7D had their submission removed for insufficient lambda. +[2020-08-10 22:14:13,600] /u/OZone7D had their flair updated +[2020-08-10 22:17:47,277] '/u/ObliviouslyDrake67' has given '/u/baechanka' lambda! +[2020-08-10 22:17:48,399] /u/baechanka had their flair updated +[2020-08-10 22:18:12,592] '/u/ameixarocha' has given '/u/PandaTimeShow' lambda! +[2020-08-10 22:18:14,065] /u/PandaTimeShow had their flair updated +[2020-08-10 22:18:31,581] '/u/ObliviouslyDrake67' has given '/u/illicit816' lambda! +[2020-08-10 22:18:33,674] /u/illicit816 had their flair updated +[2020-08-10 22:19:07,822] '/u/ameixarocha' has given '/u/motlow7' lambda! +[2020-08-10 22:19:09,879] /u/motlow7 had their flair updated +[2020-08-10 22:21:33,548] '/u/South-Amareca' has given '/u/borNYMatter' lambda! +[2020-08-10 22:21:36,620] /u/borNYMatter had their flair updated +[2020-08-10 22:24:08,533] '/u/ameixarocha' has given '/u/wildh4rt' lambda! +[2020-08-10 22:24:11,242] /u/wildh4rt had their flair updated +[2020-08-10 22:25:44,685] '/u/ameixarocha' has given '/u/0_R_A_N_G_E' lambda! +[2020-08-10 22:25:47,020] /u/0_R_A_N_G_E had their flair updated +[2020-08-10 22:33:45,739] There has been a new submission: 'VLOG | mini unboxing/haul (yesstyle, UO etc.), AYCE sushi 🌞🌅 | 언박싱/하울 브이로그', with flair 'Vlog' +[2020-08-10 22:33:47,464] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-08-10 22:33:49,393] /u/gsyu98 had their flair updated +[2020-08-10 22:37:42,346] '/u/thefamousap' has given '/u/Goatsause' lambda! +[2020-08-10 22:37:45,620] /u/Goatsause had their flair updated +[2020-08-10 22:46:11,922] +#################### +[Aug 10 2020 22:46:11] RESTARTED +#################### + +[2020-08-10 23:17:52,274] There has been a new submission: 'Nighttime is the Wrong Time', with flair 'Discussion' +[2020-08-10 23:17:53,425] /u/ElectionJunkie had their flair updated +[2020-08-10 23:18:02,233] There has been a new submission: 'A prayer for the students', with flair 'Discussion' +[2020-08-10 23:18:03,420] /u/leciram63 had their flair updated +[2020-08-10 23:18:21,411] There has been a new submission: 'Just started an Anime Channel', with flair 'Discussion' +[2020-08-10 23:18:22,514] /u/CloneWarsFan02 had their flair updated +[2020-08-10 23:19:26,370] '/u/Illfury' has given '/u/Dawkins1991' lambda! +[2020-08-10 23:19:28,251] /u/Dawkins1991 had their flair updated +[2020-08-10 23:20:30,115] There has been a new submission: 'I found this glitch', with flair 'Gaming' +[2020-08-10 23:20:31,792] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-08-10 23:20:34,383] /u/Theirishlizard had their flair updated +[2020-08-10 23:20:54,423] There has been a new submission: 'Making a group for the long run', with flair 'Collab' +[2020-08-10 23:20:56,880] /u/ChaoticArcane had their flair updated +[2020-08-10 23:21:16,837] There has been a new submission: 'YOO this man beat me UP!!!!! Absolver ep 2', with flair 'Gaming' +[2020-08-10 23:21:20,935] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-08-10 23:21:23,150] /u/trizzythomas had their flair updated +[2020-08-10 23:21:42,961] There has been a new submission: 'Come check out the road to Halo Infinite', with flair 'Gaming' +[2020-08-10 23:21:44,642] /u/windzerom had their submission removed for insufficient lambda. +[2020-08-10 23:21:46,819] /u/windzerom had their flair updated +[2020-08-10 23:51:01,199] There has been a new submission: 'My First Day On Hypixel Skyblock', with flair 'Gaming' +[2020-08-10 23:51:02,835] /u/yaboimaverick had their submission removed for insufficient lambda. +[2020-08-10 23:51:05,045] /u/yaboimaverick had their flair updated +[2020-08-10 23:51:45,300] There has been a new submission: 'Bite-sized horror short (30sec)... What would you do if you saw THIS in your reverse camera?', with flair 'Art' +[2020-08-10 23:51:46,778] /u/tomburgessfilm had their submission removed for insufficient lambda. +[2020-08-10 23:51:48,951] /u/tomburgessfilm had their flair updated +[2020-08-10 23:52:29,533] There has been a new submission: 'top 15 upcoming pc games august 2020 ep1', with flair 'Gaming' +[2020-08-10 23:52:30,969] /u/mohsinshahbaz22 had their submission removed for insufficient lambda. +[2020-08-10 23:52:32,978] /u/mohsinshahbaz22 had their flair updated +[2020-08-10 23:54:23,243] There has been a new submission: 'My concerns with my channel', with flair 'Discussion' +[2020-08-10 23:54:25,908] /u/RushjakeOnYT had their flair updated +[2020-08-10 23:57:45,387] There has been a new submission: 'Stop caring about views or subscribers', with flair 'Discussion' +[2020-08-10 23:57:47,233] /u/shadossplayz had their flair updated +[2020-08-11 00:00:30,820] There has been a new submission: 'I want to Collab With Other Gaming Or Movie Youtubers!', with flair 'Collab' +[2020-08-11 00:00:33,470] /u/the_real_relarin had their flair updated +[2020-08-11 00:02:31,460] There has been a new submission: 'Many men incorrectly think that a woman making them wait for sex is a bad thing or automatically due to low interest. Sometimes it is but many times it’s not. It’s their nature to be like that', with flair 'Video Critique' +[2020-08-11 00:02:32,866] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-11 00:02:34,931] /u/MoxyApproved had their flair updated +[2020-08-11 00:15:36,280] There has been a new submission: 'worked pretty hard on this one, was it worth my sweat and tears?', with flair 'Gaming' +[2020-08-11 00:15:36,668] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 00:15:36,671] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 00:15:36,770] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pRaC4J_tVdU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 00:15:36,882] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCe4ruOKgmdA4GpH8oon6wBg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 00:15:39,076] /u/uzimiagin had their flair updated +[2020-08-11 00:17:14,172] '/u/TeamRemavi' has given '/u/Engelgeddon_' lambda! +[2020-08-11 00:17:15,463] /u/Engelgeddon_ had their flair updated +[2020-08-11 00:18:21,509] '/u/TeamRemavi' has given '/u/VantaRaptor' lambda! +[2020-08-11 00:18:23,392] /u/VantaRaptor had their flair updated +[2020-08-11 00:22:23,784] There has been a new submission: 'This is my first video in like two years short comedy videos like this is the direction I want to take my channel. please tell me what I can do better because I know I can do better', with flair 'Video Critique' +[2020-08-11 00:22:25,382] /u/orange2strawberry had their submission removed for insufficient lambda. +[2020-08-11 00:22:27,520] /u/orange2strawberry had their flair updated +[2020-08-11 00:23:06,774] There has been a new submission: 'Hope u like my new video ☺️ tell me what to improve!', with flair 'Gaming' +[2020-08-11 00:23:08,940] /u/YOrensa_on_YT had their submission removed for insufficient lambda. +[2020-08-11 00:23:10,988] /u/YOrensa_on_YT had their flair updated +[2020-08-11 00:23:36,947] There has been a new submission: 'Anyone wanna check out my channel and review it?', with flair 'Channel Review' +[2020-08-11 00:23:38,510] /u/Matbullshark07 had their submission removed for insufficient lambda. +[2020-08-11 00:23:40,441] /u/Matbullshark07 had their flair updated +[2020-08-11 00:28:53,473] There has been a new submission: 'Imagine If This Was A MAN Doing This..', with flair 'Gaming' +[2020-08-11 00:28:54,296] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-11 00:28:55,093] /u/Str8Villains had their flair updated +[2020-08-11 00:45:48,565] +#################### +[Aug 11 2020 00:45:48] RESTARTED +#################### + +[2020-08-11 01:15:55,092] There has been a new submission: 'I recently made this after thinking about how I got out of my pit of depression. I'd like to ask people if they think the advice I gave was good and if the overall quality is good.', with flair 'Video Critique' +[2020-08-11 01:15:56,728] /u/eXiLe117x had their submission removed for insufficient lambda. +[2020-08-11 01:15:57,918] /u/eXiLe117x had their flair updated +[2020-08-11 01:16:33,547] '/u/Krogmo' has given '/u/renehope' lambda! +[2020-08-11 01:16:35,959] /u/renehope had their flair updated +[2020-08-11 01:18:36,363] There has been a new submission: 'Any criticism for my channel Matbullshark', with flair 'Discussion' +[2020-08-11 01:18:37,387] /u/Matbullshark07 had their flair updated +[2020-08-11 01:18:53,926] There has been a new submission: 'Any recommendations on how I can improve these kinds of videos {getting better mic soon}', with flair 'Video Critique' +[2020-08-11 01:18:54,991] /u/noonsvert had their submission removed for insufficient lambda. +[2020-08-11 01:18:55,604] /u/noonsvert had their flair updated +[2020-08-11 01:19:12,612] There has been a new submission: 'How essential workers gonna be in the future. Just critique it and let me know what I should work on.', with flair 'Video Critique' +[2020-08-11 01:19:14,299] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 01:19:14,420] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 01:19:15,735] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iisf-F7NyV0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 01:19:16,108] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHiLDl9v6HN6OqBe3viouHQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 01:19:17,869] /u/lucario_rama had their flair updated +[2020-08-11 01:19:33,975] There has been a new submission: 'Im relatively new to youtube and would like an unbiased review of my channel, any feedback is appreciated🙏🏽 (I shoot on a rebel sl3)', with flair 'Channel Review' +[2020-08-11 01:19:34,757] /u/Froz3nraider1033 had their submission removed for insufficient lambda. +[2020-08-11 01:19:35,250] /u/Froz3nraider1033 had their flair updated +[2020-08-11 01:19:53,846] '/u/the_real_d247' has given '/u/TheBenchtopGamer' lambda! +[2020-08-11 01:19:54,836] /u/TheBenchtopGamer had their flair updated +[2020-08-11 01:20:50,940] '/u/TheRyanThomas' has given '/u/ThemSummerboys' lambda! +[2020-08-11 01:20:53,844] /u/ThemSummerboys had their flair updated +[2020-08-11 01:24:03,668] '/u/the_real_d247' has given '/u/intrepidgrlventure' lambda! +[2020-08-11 01:24:06,289] /u/intrepidgrlventure had their flair updated +[2020-08-11 01:34:12,182] There has been a new submission: 'What's your AVG view duration? (Along with video length & watch time)', with flair 'Discussion' +[2020-08-11 01:34:14,973] /u/El_Penguino_ had their flair updated +[2020-08-11 01:41:41,241] There has been a new submission: 'Here is my newest video. I would appreciate any and all critiques, tips, advice, etc. on how I can improve in ALL aspects of YouTubing. Thanks all!!', with flair 'Channel Review' +[2020-08-11 01:41:42,062] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 01:41:42,140] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 01:41:42,799] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TOrl4BqMqVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 01:41:43,168] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnORd_8OCVyrFPnpMAYETjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 01:41:47,358] /u/throwawayaccountweak had their flair updated +[2020-08-11 01:46:00,284] '/u/TheRyanThomas' has given '/u/KevinClaus' lambda! +[2020-08-11 01:46:01,676] /u/KevinClaus had their flair updated +[2020-08-11 01:51:04,069] '/u/TheRyanThomas' has given '/u/PonjiNinja' lambda! +[2020-08-11 01:51:06,931] /u/PonjiNinja had their flair updated +[2020-08-11 01:52:02,190] '/u/luisfrobles' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-11 01:52:04,898] /u/Wise_Donkey_1504 had their flair updated +[2020-08-11 01:56:38,273] There has been a new submission: 'how fucked up is this?', with flair 'Video Critique' +[2020-08-11 01:56:39,667] /u/daltonplaysguitar had their submission removed for insufficient lambda. +[2020-08-11 01:56:41,020] /u/daltonplaysguitar had their flair updated +[2020-08-11 01:57:29,163] /u/HikeTheSky had their flair updated +[2020-08-11 01:58:03,760] There has been a new submission: 'My friend and I want to be a youtuber who makes people smile. Any criticism is much appreciated. Still trying out facecam, and honestly videos in general. Thank you.', with flair 'None' +[2020-08-11 01:58:05,682] /u/Ender_90425 had their submission removed for insufficient lambda. +[2020-08-11 01:58:06,705] /u/Ender_90425 had their flair updated +[2020-08-11 01:59:41,204] There has been a new submission: 'good or naw', with flair 'Channel Review' +[2020-08-11 01:59:41,821] /u/Austin1UpYT had their submission removed for insufficient lambda. +[2020-08-11 01:59:42,680] /u/Austin1UpYT had their flair updated +[2020-08-11 02:01:04,842] There has been a new submission: 'Attempting the Buzzfeed Mayo cake | Does it cake? | Cooking with Mo Munchies', with flair 'Video Critique' +[2020-08-11 02:01:06,437] /u/Megafata55 had their submission removed for insufficient lambda. +[2020-08-11 02:01:08,660] /u/Megafata55 had their flair updated +[2020-08-11 02:11:44,541] '/u/Krogmo' has given '/u/smirkbison' lambda! +[2020-08-11 02:11:46,879] /u/smirkbison had their flair updated +[2020-08-11 02:13:22,882] '/u/Illfury' has given '/u/InfiniteComboReviews' lambda! +[2020-08-11 02:13:24,971] /u/InfiniteComboReviews had their flair updated +[2020-08-11 02:14:32,022] There has been a new submission: 'Lambda for good feedback! Thank you in advance for all of your tips and suggestions', with flair 'Video Critique' +[2020-08-11 02:14:32,409] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 02:14:32,427] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 02:14:32,777] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cercrik3V0k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:14:32,977] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUQtUghDrC6EUYckaKE3mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:14:35,222] /u/midnightjenga had their flair updated +[2020-08-11 02:29:23,978] '/u/TeamRemavi' has given '/u/TheVirgoVagabond' lambda! +[2020-08-11 02:29:24,880] /u/TheVirgoVagabond had their flair updated +[2020-08-11 02:29:38,356] There has been a new submission: 'THE BOYS GETTING HURT // Newest one of my =3 style funny videos, 2nd one with music added. And as always I'd really appreciate any feedback as I do like to improve, thank you if you take the time!', with flair 'Video Critique' +[2020-08-11 02:29:38,747] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 02:29:38,776] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 02:29:39,107] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PYfQPpmmwTk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:29:39,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:29:41,323] /u/DTV998 had their flair updated +[2020-08-11 02:30:48,280] There has been a new submission: 'This is my first edited gaming video, its minecraft and i apoligise some parts are sort of cringe, let me kniw if i should change anything for future videos', with flair 'Gaming' +[2020-08-11 02:30:50,316] /u/poopapalooza73 had their submission removed for insufficient lambda. +[2020-08-11 02:30:52,566] /u/poopapalooza73 had their flair updated +[2020-08-11 02:37:49,686] There has been a new submission: 'Ori and the Will of the Wisps | Review (Seeking peer to peer feedback, tried some new things with this video including no memes based on feedback)', with flair 'Video Critique' +[2020-08-11 02:37:50,464] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 02:37:50,466] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 02:37:51,199] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dIkBf3ykanA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:37:51,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 02:37:53,576] /u/dansometv had their flair updated +[2020-08-11 02:42:26,738] There has been a new submission: 'My New video would love tips and recommendations.', with flair 'Gaming' +[2020-08-11 02:42:28,145] /u/Less_Lengthiness1361 had their submission removed for insufficient lambda. +[2020-08-11 02:42:30,237] /u/Less_Lengthiness1361 had their flair updated +[2020-08-11 02:44:37,645] '/u/AngryAipom' has given '/u/Braxton-Adams' lambda! +[2020-08-11 02:44:39,327] /u/Braxton-Adams had their flair updated +[2020-08-11 02:44:55,349] '/u/AngryAipom' has given '/u/TheVirgoVagabond' lambda! +[2020-08-11 02:44:57,363] /u/TheVirgoVagabond had their flair updated +[2020-08-11 02:45:32,015] '/u/AngryAipom' has given '/u/FergHD' lambda! +[2020-08-11 02:45:33,609] /u/FergHD had their flair updated +[2020-08-11 02:45:48,619] +#################### +[Aug 11 2020 02:45:48] RESTARTED +#################### + +[2020-08-11 03:16:02,425] There has been a new submission: 'I Posted My Very First Video!', with flair 'Gaming' +[2020-08-11 03:16:03,776] /u/bugsummoning had their submission removed for insufficient lambda. +[2020-08-11 03:16:04,966] /u/bugsummoning had their flair updated +[2020-08-11 03:16:22,483] There has been a new submission: 'if you could watch this and drop a like that would mean a lot im just trying to make it! :)', with flair 'Video Critique' +[2020-08-11 03:16:23,549] /u/Antbitious had their submission removed for insufficient lambda. +[2020-08-11 03:16:24,659] /u/Antbitious had their flair updated +[2020-08-11 03:16:41,898] There has been a new submission: 'Watch me play Chronotrigger for the first time!', with flair 'Gaming' +[2020-08-11 03:16:43,003] /u/Sorinfayte had their submission removed for insufficient lambda. +[2020-08-11 03:16:44,112] /u/Sorinfayte had their flair updated +[2020-08-11 03:17:01,878] There has been a new submission: 'This is my first time making this type of video. I would like some feedback on how I can make it better. If you would like to subscribe you can but you don’t have to :)', with flair 'Gaming' +[2020-08-11 03:17:03,144] /u/Zeliyza had their submission removed for insufficient lambda. +[2020-08-11 03:17:04,209] /u/Zeliyza had their flair updated +[2020-08-11 03:17:24,795] '/u/AngryAipom' has given '/u/DreamingSlugger' lambda! +[2020-08-11 03:17:26,919] /u/DreamingSlugger had their flair updated +[2020-08-11 03:17:45,212] '/u/AngryAipom' has given '/u/WitchMira' lambda! +[2020-08-11 03:17:47,267] /u/WitchMira had their flair updated +[2020-08-11 03:22:54,604] There has been a new submission: '[Minecraft] Dream gets shocked when taking damage(Swears alot).I appreciate all feedback on this video', with flair 'Gaming' +[2020-08-11 03:22:56,492] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 03:22:56,493] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 03:22:57,840] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Xfi0t4CEC9M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 03:22:58,211] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIYa3Eqprw2haU7xhe9GJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 03:23:01,126] /u/YappyHead had their flair updated +[2020-08-11 03:23:19,037] There has been a new submission: 'How we all feel after EVERY upload', with flair 'Art' +[2020-08-11 03:23:20,350] /u/CestLaVie1989 had their submission removed for insufficient lambda. +[2020-08-11 03:23:22,155] /u/CestLaVie1989 had their flair updated +[2020-08-11 03:23:44,261] '/u/dansometv' has given '/u/vengeanceasx' lambda! +[2020-08-11 03:23:46,680] /u/vengeanceasx had their flair updated +[2020-08-11 03:25:18,582] There has been a new submission: 'Decided to make a Minecraft video because I was bored. Not the highest quality but I hope you guys enjoy. Will give lambda for feedback', with flair 'Video Critique' +[2020-08-11 03:25:19,604] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 03:25:19,723] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 03:25:20,545] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T6BvWSJnUns&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 03:25:20,914] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 03:25:23,571] /u/RealGalaxyRider had their flair updated +[2020-08-11 03:25:40,947] There has been a new submission: 'Looking for a critique of my gaming video', with flair 'Video Critique' +[2020-08-11 03:25:42,296] /u/Awkward-Ideal had their submission removed for insufficient lambda. +[2020-08-11 03:25:43,856] /u/Awkward-Ideal had their flair updated +[2020-08-11 03:26:01,853] There has been a new submission: 'how does the audio quality sound on this. Y’all drink hot dog water?', with flair 'Art' +[2020-08-11 03:26:03,199] /u/aleale9595 had their submission removed for insufficient lambda. +[2020-08-11 03:26:04,469] /u/aleale9595 had their flair updated +[2020-08-11 03:32:29,247] There has been a new submission: 'Trying To Find Love After The Apocalypse ⚰️🖤🪓 The Last Of Us Part 2 #1 [Stoner Plays]', with flair 'Gaming' +[2020-08-11 03:32:30,905] /u/Usual-Suspect000 had their submission removed for insufficient lambda. +[2020-08-11 03:32:32,995] /u/Usual-Suspect000 had their flair updated +[2020-08-11 03:44:45,359] '/u/TeamRemavi' has given '/u/dansometv' lambda! +[2020-08-11 03:44:47,938] /u/dansometv had their flair updated +[2020-08-11 03:51:06,104] There has been a new submission: 'Campfire Cooking', with flair 'Vlog' +[2020-08-11 03:51:07,787] /u/newfieoutdoorsmen had their submission removed for insufficient lambda. +[2020-08-11 03:51:10,041] /u/newfieoutdoorsmen had their flair updated +[2020-08-11 03:52:36,718] There has been a new submission: 'My newest video any constructive feedback would be greatly appreciated! WICK - Don't let her steal your light!', with flair 'Channel Review' +[2020-08-11 03:52:38,243] /u/AdamManTM had their submission removed for insufficient lambda. +[2020-08-11 03:52:40,913] /u/AdamManTM had their flair updated +[2020-08-11 04:00:06,968] There has been a new submission: 'I´m working on this video and would love to have your opinion', with flair 'Video Critique' +[2020-08-11 04:00:08,760] /u/guilletab had their submission removed for insufficient lambda. +[2020-08-11 04:00:11,082] /u/guilletab had their flair updated +[2020-08-11 04:08:20,846] There has been a new submission: 'All of us after every upload we do on YouTube', with flair 'Art' +[2020-08-11 04:08:21,870] /u/CestLaVie1989 had their submission removed for insufficient lambda. +[2020-08-11 04:08:22,892] /u/CestLaVie1989 had their flair updated +[2020-08-11 04:09:27,877] There has been a new submission: 'Which is the best phase of life', with flair 'Channel Review' +[2020-08-11 04:09:28,695] /u/beresilient31 had their submission removed for insufficient lambda. +[2020-08-11 04:09:29,309] /u/beresilient31 had their flair updated +[2020-08-11 04:31:28,660] '/u/animatedvideos' has given '/u/kevinlevinseven' lambda! +[2020-08-11 04:31:30,874] /u/kevinlevinseven had their flair updated +[2020-08-11 04:42:23,405] '/u/midnightjenga' has given '/u/CestLaVie1989' lambda! +[2020-08-11 04:42:25,694] /u/CestLaVie1989 had their flair updated +[2020-08-11 04:43:20,805] '/u/midnightjenga' has given '/u/ElectionJunkie' lambda! +[2020-08-11 04:43:22,747] /u/ElectionJunkie had their flair updated +[2020-08-11 04:45:48,417] +#################### +[Aug 11 2020 04:45:48] RESTARTED +#################### + +[2020-08-11 05:13:59,280] '/u/AngryAipom' has given '/u/nl_881' lambda! +[2020-08-11 05:14:01,586] /u/nl_881 had their flair updated +[2020-08-11 05:14:50,738] '/u/TeamRemavi' has given '/u/TheWolfEmperor82' lambda! +[2020-08-11 05:14:52,177] /u/TheWolfEmperor82 had their flair updated +[2020-08-11 05:15:10,295] There has been a new submission: 'It's an older video I made but I am very bored', with flair 'Video Critique' +[2020-08-11 05:15:10,618] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 05:15:10,625] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 05:15:10,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DWyY3YORsb0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 05:15:10,929] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcrMhTmqnnmYzFvQwWVUgzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 05:15:13,944] /u/SpudnickShaggy had their flair updated +[2020-08-11 05:19:19,675] There has been a new submission: 'Rainy Days in Outdoor | Nature Sound | Peaceful Sound | Healing Sound | Relaxing | RAN SounDream', with flair 'Vlog' +[2020-08-11 05:19:20,495] /u/RAN_SoundDream had their submission removed for insufficient lambda. +[2020-08-11 05:19:21,108] /u/RAN_SoundDream had their flair updated +[2020-08-11 05:25:22,237] There has been a new submission: 'Building a personal growth and spirituality youtube channel. Would love some feedback!', with flair 'Channel Review' +[2020-08-11 05:25:23,835] /u/petree28 had their submission removed for insufficient lambda. +[2020-08-11 05:25:25,602] /u/petree28 had their flair updated +[2020-08-11 05:25:43,870] There has been a new submission: 'Posting for the first time in this sub reddit! Hopefully you guys will watch this video and hit me with your feedback.', with flair 'Gaming' +[2020-08-11 05:25:47,113] /u/mr-ripper45 had their submission removed for insufficient lambda. +[2020-08-11 05:25:48,914] /u/mr-ripper45 had their flair updated +[2020-08-11 05:27:20,454] There has been a new submission: 'Please guide me I am new to be a youtuber', with flair 'Video Critique' +[2020-08-11 05:27:21,648] /u/bigtitsbabess had their submission removed for insufficient lambda. +[2020-08-11 05:27:22,833] /u/bigtitsbabess had their flair updated +[2020-08-11 05:33:27,137] There has been a new submission: 'Hi again everyone. Hope you want some more cooking videos.', with flair 'Vlog' +[2020-08-11 05:33:28,774] /u/NightingLight had their submission removed for insufficient lambda. +[2020-08-11 05:33:30,743] /u/NightingLight had their flair updated +[2020-08-11 05:40:04,917] '/u/dansometv' has given '/u/playerinfinity707' lambda! +[2020-08-11 05:40:08,069] /u/playerinfinity707 had their flair updated +[2020-08-11 05:42:48,915] '/u/dansometv' has given '/u/callmenicpls' lambda! +[2020-08-11 05:42:51,575] /u/callmenicpls had their flair updated +[2020-08-11 05:45:12,847] There has been a new submission: 'My first ever montage video I made on dragon ball fighterz', with flair 'Gaming' +[2020-08-11 05:45:14,168] /u/Alex90Flo had their submission removed for insufficient lambda. +[2020-08-11 05:45:15,819] /u/Alex90Flo had their flair updated +[2020-08-11 05:58:52,635] There has been a new submission: 'My latest video isn’t doing too hot and I’m hoping to receive some feedback as to why', with flair 'Channel Review' +[2020-08-11 05:58:53,415] /u/dankbak had their submission removed for insufficient lambda. +[2020-08-11 05:58:54,237] /u/dankbak had their flair updated +[2020-08-11 06:23:38,759] There has been a new submission: 'Watch 4 Watch', with flair 'Channel Review' +[2020-08-11 06:23:40,154] /u/west087 had their submission removed for insufficient lambda. +[2020-08-11 06:23:42,123] /u/west087 had their flair updated +[2020-08-11 06:26:56,755] There has been a new submission: 'Motivation for Small Youtubers, let me know if this story moved you and how I can improve on my next videos on my channel ?', with flair 'Video Critique' +[2020-08-11 06:26:57,188] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 06:26:57,189] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 06:26:57,577] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pXIKiYki-RI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 06:26:57,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4p4Im4NPRDgVcmWWVtAcxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 06:26:59,710] /u/Wise_Donkey_1504 had their flair updated +[2020-08-11 06:32:55,783] There has been a new submission: 'I found a better app then spotify :D i hope you will like it guys :)', with flair 'Video Critique' +[2020-08-11 06:32:58,010] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-08-11 06:33:00,022] /u/juststreaminglive had their flair updated +[2020-08-11 06:34:34,943] There has been a new submission: 'I found q better app then spotify :D hope you will like it guys!', with flair 'Video Critique' +[2020-08-11 06:34:36,253] /u/juststreaminglive had their submission removed for insufficient lambda. +[2020-08-11 06:34:38,095] /u/juststreaminglive had their flair updated +[2020-08-11 06:39:03,047] There has been a new submission: 'Monster by Starset', with flair 'Art' +[2020-08-11 06:39:03,946] /u/k0z-uki had their submission removed for insufficient lambda. +[2020-08-11 06:39:04,726] /u/k0z-uki had their flair updated +[2020-08-11 06:45:48,559] +#################### +[Aug 11 2020 06:45:48] RESTARTED +#################### + +[2020-08-11 07:10:50,053] There has been a new submission: 'Share your YouTube videos with me and I will give you some honest feedback. I realise how hard it can be to get an honest opinion on your content when starting out. If you find time, check out my video below and provide me some feedback (I'm not looking for subs - just constructive pointers)', with flair 'Channel Review' +[2020-08-11 07:10:52,428] /u/callua1111 had their submission removed for insufficient lambda. +[2020-08-11 07:10:54,804] /u/callua1111 had their flair updated +[2020-08-11 07:11:14,121] There has been a new submission: 'MEMEHALLA', with flair 'Video Critique' +[2020-08-11 07:11:15,600] /u/-Papyrus had their submission removed for insufficient lambda. +[2020-08-11 07:11:17,730] /u/-Papyrus had their flair updated +[2020-08-11 07:15:04,962] There has been a new submission: 'home videos 3', with flair 'Art' +[2020-08-11 07:15:07,418] /u/Whitney_666 had their submission removed for insufficient lambda. +[2020-08-11 07:15:08,891] /u/Whitney_666 had their flair updated +[2020-08-11 07:15:26,008] There has been a new submission: 'Check out my latest video with girlfriend playing fall guys ps4 funniest reaction. Please drop a like, share and subscribe.', with flair 'Video Critique' +[2020-08-11 07:15:27,075] /u/coloured2907 had their submission removed for insufficient lambda. +[2020-08-11 07:15:28,384] /u/coloured2907 had their flair updated +[2020-08-11 07:15:46,394] There has been a new submission: 'I'm starting a new series similar to this video. t's quite old, but how would you improve it?(pls check comments for more info)', with flair 'Video Critique' +[2020-08-11 07:15:48,079] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 07:15:48,203] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 07:15:49,474] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vkQVJZ3s7Zc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 07:15:49,846] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxrjJcYEcUEdoY1nJs75CNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 07:15:52,143] /u/AfraidRacer had their flair updated +[2020-08-11 07:24:24,134] There has been a new submission: '1st Round Hockey Playoff Predictions', with flair 'Vlog' +[2020-08-11 07:24:26,594] /u/jtsYtV had their submission removed for insufficient lambda. +[2020-08-11 07:24:28,407] /u/jtsYtV had their flair updated +[2020-08-11 07:36:17,200] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 08:38:04,864] '/u/Wise_Donkey_1504' has given '/u/SkittyAnimates' lambda! +[2020-08-11 08:38:06,023] /u/SkittyAnimates had their flair updated +[2020-08-11 08:39:34,224] There has been a new submission: 'Pretty proud of this video, Would appreciate if you checked it out', with flair 'Video Critique' +[2020-08-11 08:39:34,863] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-08-11 08:39:35,400] /u/FyzLe_YT had their flair updated +[2020-08-11 08:45:48,652] +#################### +[Aug 11 2020 08:45:48] RESTARTED +#################### + +[2020-08-11 09:01:15,407] '/u/Wise_Donkey_1504' has given '/u/FrostburnWoof' lambda! +[2020-08-11 09:01:18,277] /u/FrostburnWoof had their flair updated +[2020-08-11 09:15:37,777] There has been a new submission: 'Meaningful sub', with flair 'Discussion' +[2020-08-11 09:15:39,614] /u/RandomLoserRin had their flair updated +[2020-08-11 09:20:08,097] There has been a new submission: 'Im going to start a YouTube channel and I'd like some tips and tricks', with flair 'Discussion' +[2020-08-11 09:20:10,591] /u/MeyerPlier had their flair updated +[2020-08-11 09:22:18,565] There has been a new submission: 'Speed Drawing How to Draw Hulk from Thor Ragnarok', with flair 'Art' +[2020-08-11 09:22:20,162] /u/chisaac123 had their submission removed for insufficient lambda. +[2020-08-11 09:22:22,291] /u/chisaac123 had their flair updated +[2020-08-11 09:30:18,291] There has been a new submission: 'CSGO Montage : Gucci Flip Flops', with flair 'Gaming' +[2020-08-11 09:30:20,669] /u/soundofspring had their submission removed for insufficient lambda. +[2020-08-11 09:30:22,954] /u/soundofspring had their flair updated +[2020-08-11 09:38:33,281] '/u/Wise_Donkey_1504' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 09:38:34,924] /u/Heavy_Rain_ had their flair updated +[2020-08-11 09:39:46,497] There has been a new submission: 'Giving lambda for feedback 😊Top 5 Webtoons for New Readers (2020) | Voted By the Line Webtoon Community', with flair 'Video Critique' +[2020-08-11 09:39:47,725] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 09:39:47,727] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 09:39:48,464] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OUDIE7YOLLU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 09:39:48,870] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHC16TvbNa_kDJkh54HNTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 09:39:50,307] /u/MajinBoom11 had their flair updated +[2020-08-11 09:51:21,208] '/u/Wise_Donkey_1504' has given '/u/RsTGEKO' lambda! +[2020-08-11 09:51:23,994] /u/RsTGEKO had their flair updated +[2020-08-11 09:53:26,873] There has been a new submission: 'Why the style of an artist will live forever?', with flair 'Vlog' +[2020-08-11 09:53:28,309] /u/YouTubeMillion had their submission removed for insufficient lambda. +[2020-08-11 09:53:30,197] /u/YouTubeMillion had their flair updated +[2020-08-11 10:03:54,968] There has been a new submission: 'destiny 2 edits with the boys', with flair 'Gaming' +[2020-08-11 10:03:56,487] /u/spedfastspeed had their submission removed for insufficient lambda. +[2020-08-11 10:03:58,381] /u/spedfastspeed had their flair updated +[2020-08-11 10:06:49,917] '/u/MajinBoom11' has given '/u/RsTGEKO' lambda! +[2020-08-11 10:06:51,848] /u/RsTGEKO had their flair updated +[2020-08-11 10:31:52,505] There has been a new submission: 'My latest video, I know I need better lighting but where else can I improve? 🙏🙏', with flair 'Channel Review' +[2020-08-11 10:31:54,376] /u/Ilastgangster had their submission removed for insufficient lambda. +[2020-08-11 10:31:56,508] /u/Ilastgangster had their flair updated +[2020-08-11 10:34:26,888] There has been a new submission: 'Opinions on my first video? I could do with some feedback that wasn’t just from my mates', with flair 'Video Critique' +[2020-08-11 10:34:28,445] /u/STE4LTHY-P1CKL3 had their submission removed for insufficient lambda. +[2020-08-11 10:34:30,408] /u/STE4LTHY-P1CKL3 had their flair updated +[2020-08-11 10:45:49,003] +#################### +[Aug 11 2020 10:45:49] RESTARTED +#################### + +[2020-08-11 11:09:39,392] '/u/AfraidRacer' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 11:09:41,155] /u/Heavy_Rain_ had their flair updated +[2020-08-11 11:09:59,419] '/u/AfraidRacer' has given '/u/RsTGEKO' lambda! +[2020-08-11 11:10:02,380] /u/RsTGEKO had their flair updated +[2020-08-11 11:10:23,441] '/u/ROANOKE02' has given '/u/Adzic254' lambda! +[2020-08-11 11:10:26,105] /u/Adzic254 had their flair updated +[2020-08-11 11:11:29,818] '/u/DreamingSlugger' has given '/u/YourSexyCellMate' lambda! +[2020-08-11 11:11:32,723] /u/YourSexyCellMate had their flair updated +[2020-08-11 11:12:07,999] '/u/MajinBoom11' has given '/u/RandomLoserRin' lambda! +[2020-08-11 11:12:10,543] /u/RandomLoserRin had their flair updated +[2020-08-11 11:12:42,092] There has been a new submission: 'CUSTOMISING A NINTENDO SWITCH PRO CONTROLLER! I would really appreciate some feedback on this video. lambda given to best feedback. Thanks so much guy!', with flair 'Video Critique' +[2020-08-11 11:12:43,846] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 11:12:43,848] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 11:12:45,000] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UQkf0h1YXAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 11:12:45,452] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 11:12:48,448] /u/russianfortobias had their flair updated +[2020-08-11 11:24:28,629] There has been a new submission: 'best team play', with flair 'Gaming' +[2020-08-11 11:24:29,987] /u/Pkfr29 had their submission removed for insufficient lambda. +[2020-08-11 11:24:31,873] /u/Pkfr29 had their flair updated +[2020-08-11 11:33:09,758] There has been a new submission: 'Just create whatever makes you happy.', with flair 'Discussion' +[2020-08-11 11:33:11,909] /u/eXiLe117x had their flair updated +[2020-08-11 11:35:44,708] There has been a new submission: 'Still small, I hope to gain more subscribers, Small Pinoy Youtuber here, I'll be glad if I get your support.', with flair 'Channel Review' +[2020-08-11 11:35:46,024] /u/MatyoLupet had their submission removed for insufficient lambda. +[2020-08-11 11:35:47,624] /u/MatyoLupet had their flair updated +[2020-08-11 11:54:33,366] There has been a new submission: 'How to find community in a small niche?', with flair 'Discussion' +[2020-08-11 11:54:35,497] /u/SamTheAnthro had their flair updated +[2020-08-11 11:56:06,456] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 12:03:05,412] There has been a new submission: 'Being Left-Handed - Animation!', with flair 'Art' +[2020-08-11 12:03:07,315] /u/Astraviy had their submission removed for insufficient lambda. +[2020-08-11 12:03:09,297] /u/Astraviy had their flair updated +[2020-08-11 12:03:26,969] '/u/Wise_Donkey_1504' has given '/u/therealfernandes' lambda! +[2020-08-11 12:03:29,668] /u/therealfernandes had their flair updated +[2020-08-11 12:06:12,222] There has been a new submission: 'Homemade Treatments for Hair and Skin', with flair 'Vlog' +[2020-08-11 12:06:13,369] /u/Chushbaby had their submission removed for insufficient lambda. +[2020-08-11 12:06:14,887] /u/Chushbaby had their flair updated +[2020-08-11 12:09:46,663] There has been a new submission: 'Normally, i do funny moments gameplay with my friends but this time i tried something new. I'm not into reviews but i hope guys you can enjoy this and tell me where i can improve as honestly as i gave this review :P you can be as harsh as you want to.', with flair 'Gaming' +[2020-08-11 12:09:47,565] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 12:09:47,603] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 12:09:48,264] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XYKVtacmpHU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 12:09:48,634] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCD4MIvuR8brbBxmUX6ypZ3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 12:09:49,948] /u/therealfernandes had their flair updated +[2020-08-11 12:22:01,844] '/u/byetheweighwill' has given '/u/SamTheAnthro' lambda! +[2020-08-11 12:22:04,379] /u/SamTheAnthro had their flair updated +[2020-08-11 12:29:32,132] '/u/intrepidgrlventure' has given '/u/SamTheAnthro' lambda! +[2020-08-11 12:29:33,145] /u/SamTheAnthro had their flair updated +[2020-08-11 12:33:56,627] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 12:34:12,607] There has been a new submission: 'Did a reaction video to King Vader for the first time! 🔥 just looking for feedback on the content and also how my thumbnail is looking! I feel like my growth is getting better so just looking for some more tips!', with flair 'Video Critique' +[2020-08-11 12:34:13,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 12:34:13,427] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 12:34:14,291] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OEZwhu1ZA68&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 12:34:14,742] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMQ7dakcwP9L_sa2viWt8pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 12:34:17,901] /u/TheVirgoVagabond had their flair updated +[2020-08-11 12:35:10,878] '/u/MajinBoom11' has given '/u/callmenicpls' lambda! +[2020-08-11 12:35:12,490] /u/callmenicpls had their flair updated +[2020-08-11 12:40:58,380] There has been a new submission: 'SAYA', with flair 'Vlog' +[2020-08-11 12:40:59,994] /u/mekael03 had their submission removed for insufficient lambda. +[2020-08-11 12:41:02,226] /u/mekael03 had their flair updated +[2020-08-11 12:43:27,322] There has been a new submission: 'I wonder how lamda are use in this group', with flair 'Discussion' +[2020-08-11 12:43:29,424] /u/RushHell had their flair updated +[2020-08-11 12:43:51,708] There has been a new submission: 'Sniping montage', with flair 'Gaming' +[2020-08-11 12:43:53,155] /u/NsvProductions had their submission removed for insufficient lambda. +[2020-08-11 12:43:55,049] /u/NsvProductions had their flair updated +[2020-08-11 12:45:49,140] +#################### +[Aug 11 2020 12:45:49] RESTARTED +#################### + +[2020-08-11 13:12:36,062] '/u/Wise_Donkey_1504' has given '/u/TheVirgoVagabond' lambda! +[2020-08-11 13:12:38,558] /u/TheVirgoVagabond had their flair updated +[2020-08-11 13:13:54,544] '/u/MajinBoom11' has given '/u/smirkbison' lambda! +[2020-08-11 13:13:57,137] /u/smirkbison had their flair updated +[2020-08-11 13:16:07,248] There has been a new submission: 'Playing with a Controller in Valorant', with flair 'Gaming' +[2020-08-11 13:16:08,317] /u/EviosTheDummy had their submission removed for insufficient lambda. +[2020-08-11 13:16:09,467] /u/EviosTheDummy had their flair updated +[2020-08-11 13:16:25,904] There has been a new submission: 'Did an ultra graphics video on a new third person shooter! Check it out!', with flair 'Gaming' +[2020-08-11 13:16:27,010] /u/themaxter333 had their submission removed for insufficient lambda. +[2020-08-11 13:16:28,276] /u/themaxter333 had their flair updated +[2020-08-11 13:16:45,479] There has been a new submission: 'bloodhound bizzare adveture: apex legends', with flair 'Gaming' +[2020-08-11 13:16:46,673] /u/ervfs had their submission removed for insufficient lambda. +[2020-08-11 13:16:47,821] /u/ervfs had their flair updated +[2020-08-11 13:17:04,854] There has been a new submission: 'I tried to make CSGO video as a sort of storyline', with flair 'Gaming' +[2020-08-11 13:17:06,369] /u/MakeItR3al had their submission removed for insufficient lambda. +[2020-08-11 13:17:08,011] /u/MakeItR3al had their flair updated +[2020-08-11 13:18:50,789] '/u/Wise_Donkey_1504' has given '/u/shadossplayz' lambda! +[2020-08-11 13:18:52,635] /u/shadossplayz had their flair updated +[2020-08-11 13:25:58,190] '/u/YappyHead' has given '/u/jaxtnh' lambda! +[2020-08-11 13:26:00,594] /u/jaxtnh had their flair updated +[2020-08-11 13:34:20,533] '/u/dansometv' has given '/u/Woftoki' lambda! +[2020-08-11 13:34:22,664] /u/Woftoki had their flair updated +[2020-08-11 13:34:58,493] There has been a new submission: 'Tell me what you guys think of my review of Trick Moon', with flair 'Video Critique' +[2020-08-11 13:34:59,810] /u/lunarknight11295 had their submission removed for insufficient lambda. +[2020-08-11 13:35:01,572] /u/lunarknight11295 had their flair updated +[2020-08-11 13:35:11,517] '/u/dansometv' has given '/u/FrostburnWoof' lambda! +[2020-08-11 13:35:13,207] /u/FrostburnWoof had their flair updated +[2020-08-11 13:37:23,241] '/u/dansometv' has given '/u/Adzic254' lambda! +[2020-08-11 13:37:25,457] /u/Adzic254 had their flair updated +[2020-08-11 13:44:34,257] There has been a new submission: 'Solo Noob 20 Kills and 4K Damage with PATHFINDER! | Apex Legends PC', with flair 'Gaming' +[2020-08-11 13:44:35,540] /u/masumu2 had their submission removed for insufficient lambda. +[2020-08-11 13:44:37,295] /u/masumu2 had their flair updated +[2020-08-11 13:48:00,350] There has been a new submission: 'GTA V Story Mode in Hindi', with flair 'Gaming' +[2020-08-11 13:48:02,342] /u/Virender_Nayal had their submission removed for insufficient lambda. +[2020-08-11 13:48:03,634] /u/Virender_Nayal had their flair updated +[2020-08-11 13:52:03,338] '/u/DTV998' has given '/u/CestLaVie1989' lambda! +[2020-08-11 13:52:06,157] /u/CestLaVie1989 had their flair updated +[2020-08-11 13:52:44,899] /u/SmallYTChannelBot had their flair updated +[2020-08-11 13:52:46,949] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-11 13:53:16,299] '/u/therealfernandes' has given '/u/baechanka' lambda! +[2020-08-11 13:53:18,633] /u/baechanka had their flair updated +[2020-08-11 13:53:58,061] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 13:54:03,881] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 13:54:11,165] {ERROR} received 503 HTTP response +[2020-08-11 13:54:16,531] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-11 13:56:16,731] '/u/therealfernandes' has given '/u/wildh4rt' lambda! +[2020-08-11 13:56:18,622] /u/wildh4rt had their flair updated +[2020-08-11 14:00:03,599] '/u/TheVirgoVagabond' has given '/u/RandomLoserRin' lambda! +[2020-08-11 14:00:05,925] /u/RandomLoserRin had their flair updated +[2020-08-11 14:00:42,562] '/u/TheVirgoVagabond' has given '/u/shadossplayz' lambda! +[2020-08-11 14:00:44,870] /u/shadossplayz had their flair updated +[2020-08-11 14:23:05,706] '/u/RealGalaxyRider' has given '/u/RBDKris' lambda! +[2020-08-11 14:23:07,918] /u/RBDKris had their flair updated +[2020-08-11 14:24:45,894] '/u/RealGalaxyRider' has given '/u/Braxton-Adams' lambda! +[2020-08-11 14:24:47,639] /u/Braxton-Adams had their flair updated +[2020-08-11 14:27:24,682] /u/RealGalaxyRider had their flair updated +[2020-08-11 14:45:48,951] +#################### +[Aug 11 2020 14:45:48] RESTARTED +#################### + +[2020-08-11 15:00:20,396] There has been a new submission: 'How should I improve my video and make it more entertaining?', with flair 'Video Critique' +[2020-08-11 15:00:23,996] /u/justmeiroh had their submission removed for insufficient lambda. +[2020-08-11 15:00:26,324] /u/justmeiroh had their flair updated +[2020-08-11 15:00:50,162] There has been a new submission: 'Fitness to tools I use , wanted share the GoPro Chest Mount I use and it's review', with flair 'Vlog' +[2020-08-11 15:00:51,878] /u/Myth1970 had their submission removed for insufficient lambda. +[2020-08-11 15:00:54,174] /u/Myth1970 had their flair updated +[2020-08-11 15:01:13,724] There has been a new submission: 'This weeks game was Bioshock remastered. I am so glad I finally got to play this game after all these years. We found Bob, we found love. Tell me what you think!', with flair 'Video Critique' +[2020-08-11 15:01:15,492] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 15:01:15,617] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 15:01:16,560] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=93HKBFqKTMI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:01:16,976] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu6aasAuOV9NQWqsr1QcFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:01:20,052] /u/wildh4rt had their flair updated +[2020-08-11 15:01:34,820] There has been a new submission: 'After getting some good feedback on the entertainment level in my videos. I tried to spice it up a bit. NEW FEEDBACK WELCOME POSITIVE AND NEGATIVE!!!', with flair 'Gaming' +[2020-08-11 15:01:36,506] /u/RJeezyYT had their submission removed for insufficient lambda. +[2020-08-11 15:01:38,684] /u/RJeezyYT had their flair updated +[2020-08-11 15:01:54,431] There has been a new submission: 'Can you tell me what you like/dislike about this video?', with flair 'Video Critique' +[2020-08-11 15:01:55,906] /u/MR_a_DOES had their submission removed for insufficient lambda. +[2020-08-11 15:01:58,074] /u/MR_a_DOES had their flair updated +[2020-08-11 15:02:13,170] There has been a new submission: '24 Challenges in 24 hours, any suggestions to improve the video?', with flair 'Vlog' +[2020-08-11 15:02:14,641] /u/theutanium had their submission removed for insufficient lambda. +[2020-08-11 15:02:16,731] /u/theutanium had their flair updated +[2020-08-11 15:02:31,179] There has been a new submission: 'Hi all, I’m new to the community and was wondering, if we wanted to post for tips and feedback on growing our YouTube channel, how do we do so on this page? Do you have like weekly promo days or post days and such? Just curious.', with flair 'Discussion' +[2020-08-11 15:02:33,842] /u/UrBoiJash had their flair updated +[2020-08-11 15:04:12,486] There has been a new submission: 'Hello fellow youtubers, I would be honored if you would review my recent video on my favorite Halo level - The Covenant', with flair 'Video Critique' +[2020-08-11 15:04:13,470] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 15:04:13,472] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 15:04:14,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GW2L9hE6swg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:04:14,819] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHA9yKTQZPTwC4ZasUrdByQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:04:17,809] /u/Jimminycrickets411 had their flair updated +[2020-08-11 15:04:36,773] There has been a new submission: 'I Made a giant cookie (constructive criticism welcome)', with flair 'Video Critique' +[2020-08-11 15:04:38,008] /u/RegretiSpageti had their submission removed for insufficient lambda. +[2020-08-11 15:04:39,610] /u/RegretiSpageti had their flair updated +[2020-08-11 15:08:04,597] There has been a new submission: 'Never do Sub4sub here why', with flair 'Discussion' +[2020-08-11 15:08:06,728] /u/TheGalacorn had their flair updated +[2020-08-11 15:13:39,285] '/u/therealfernandes' has given '/u/AdamManTM' lambda! +[2020-08-11 15:13:42,110] /u/AdamManTM had their flair updated +[2020-08-11 15:34:05,370] There has been a new submission: 'Introduction to me', with flair 'None' +[2020-08-11 15:34:06,720] /u/Pretend_Pringle had their submission removed for insufficient lambda. +[2020-08-11 15:34:08,650] /u/Pretend_Pringle had their flair updated +[2020-08-11 15:39:14,672] There has been a new submission: 'GOODNOTES VS. NOTABILITY VS. ONENOTE 2020 - THE BEST IPAD NOTE TAKING APP', with flair 'Video Critique' +[2020-08-11 15:39:16,350] /u/thwackman had their submission removed for insufficient lambda. +[2020-08-11 15:39:17,044] /u/thwackman had their flair updated +[2020-08-11 15:53:51,852] There has been a new submission: 'Hey guys! this is my very first time making instrumental music! Let me know how it is! this was all me.', with flair 'Video Critique' +[2020-08-11 15:53:52,550] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 15:53:52,552] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 15:53:53,246] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rA8Fc8-0XsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:53:53,574] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVkSHgeiKEysrNKkcRfwUgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 15:53:56,528] /u/smirkbison had their flair updated +[2020-08-11 15:56:31,502] '/u/TheVirgoVagabond' has given '/u/Woftoki' lambda! +[2020-08-11 15:56:32,826] /u/Woftoki had their flair updated +[2020-08-11 16:02:22,168] '/u/Jimminycrickets411' has given '/u/baechanka' lambda! +[2020-08-11 16:02:24,276] /u/baechanka had their flair updated +[2020-08-11 16:02:33,078] There has been a new submission: 'Ageless Review in 500 Words', with flair 'Gaming' +[2020-08-11 16:02:33,702] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 16:02:33,703] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 16:02:33,811] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CrUKF4FEO3k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 16:02:33,922] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 16:02:37,011] /u/Adzic254 had their flair updated +[2020-08-11 16:03:49,935] '/u/TheVirgoVagabond' has given '/u/smirkbison' lambda! +[2020-08-11 16:03:52,147] /u/smirkbison had their flair updated +[2020-08-11 16:04:13,972] '/u/TeamRemavi' has given '/u/MonsterPuppetZam' lambda! +[2020-08-11 16:04:16,520] /u/MonsterPuppetZam had their flair updated +[2020-08-11 16:04:35,006] /u/Woftoki had their flair updated +[2020-08-11 16:05:12,964] '/u/TeamRemavi' has given '/u/capresesalad1985' lambda! +[2020-08-11 16:05:14,595] /u/capresesalad1985 had their flair updated +[2020-08-11 16:05:24,782] '/u/Jimminycrickets411' has given '/u/HumbelGeniusYT' lambda! +[2020-08-11 16:05:26,423] /u/HumbelGeniusYT had their flair updated +[2020-08-11 16:06:28,521] '/u/AngryAipom' has given '/u/Adzic254' lambda! +[2020-08-11 16:06:30,491] /u/Adzic254 had their flair updated +[2020-08-11 16:08:10,552] '/u/Wise_Donkey_1504' has given '/u/smirkbison' lambda! +[2020-08-11 16:08:12,272] /u/smirkbison had their flair updated +[2020-08-11 16:10:13,650] There has been a new submission: 'Had To Create A New Thumbnail I Appreaciate The Support Ive Been Getting', with flair 'Gaming' +[2020-08-11 16:10:15,488] /u/Lebraci had their submission removed for insufficient lambda. +[2020-08-11 16:10:18,025] /u/Lebraci had their flair updated +[2020-08-11 16:12:31,510] There has been a new submission: 'Started my first series! I'm going to continue for the next month, please let me know what you think !givelambda', with flair 'Video Critique' +[2020-08-11 16:12:31,906] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 16:12:31,908] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 16:12:32,235] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0imAnfaaO7c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 16:12:32,427] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCexSSUVJGqeE2cSwoJuSHyQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 16:12:34,965] /u/liluzisquirt_ had their flair updated +[2020-08-11 16:22:20,849] '/u/DulcidioCoelho' has given '/u/intrepidgrlventure' lambda! +[2020-08-11 16:22:23,187] /u/intrepidgrlventure had their flair updated +[2020-08-11 16:22:38,162] There has been a new submission: 'The Overwatch Community to Jeff- Brigtte', with flair 'Gaming' +[2020-08-11 16:22:39,600] /u/zackisapinhead had their submission removed for insufficient lambda. +[2020-08-11 16:22:41,657] /u/zackisapinhead had their flair updated +[2020-08-11 16:23:03,188] '/u/Adzic254' has given '/u/dansometv' lambda! +[2020-08-11 16:23:05,436] /u/dansometv had their flair updated +[2020-08-11 16:28:15,974] '/u/liluzisquirt_' has given '/u/baechanka' lambda! +[2020-08-11 16:28:17,106] /u/baechanka had their flair updated +[2020-08-11 16:34:13,000] '/u/liluzisquirt_' has given '/u/generalna11' lambda! +[2020-08-11 16:34:15,419] /u/generalna11 had their flair updated +[2020-08-11 16:35:37,494] There has been a new submission: 'CALL OF DUTY - HG 40 UMA CLASSE MUITO ÁGIL E PRECISA', with flair 'Gaming' +[2020-08-11 16:35:39,100] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-11 16:35:40,676] /u/MulberryNo1582 had their flair updated +[2020-08-11 16:38:57,212] '/u/midnightjenga' has given '/u/SuperSymo_' lambda! +[2020-08-11 16:38:58,451] /u/SuperSymo_ had their flair updated +[2020-08-11 16:39:22,367] '/u/midnightjenga' has given '/u/Unraveled_YT' lambda! +[2020-08-11 16:39:23,304] /u/Unraveled_YT had their flair updated +[2020-08-11 16:43:04,037] '/u/smirkbison' has given '/u/ShikharTrivedi' lambda! +[2020-08-11 16:43:06,009] /u/ShikharTrivedi had their flair updated +[2020-08-11 16:45:48,961] +#################### +[Aug 11 2020 16:45:48] RESTARTED +#################### + +[2020-08-11 17:08:25,419] There has been a new submission: 'APEX LEGENDS-playing PLATINUM RANKED with #1 skin suit hater.', with flair 'Gaming' +[2020-08-11 17:08:26,235] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-11 17:08:26,934] /u/XA1CE had their flair updated +[2020-08-11 17:08:43,014] There has been a new submission: 'Pokemon Red/Lance Theme in the style of Mick Gordon (Doom 2016)', with flair 'Video Critique' +[2020-08-11 17:08:44,535] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 17:08:44,574] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 17:08:45,561] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zKb5lLLZpZ0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:08:45,973] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIattS8LT1wZbrc59Bqe_pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:08:47,740] /u/VIIyears had their flair updated +[2020-08-11 17:10:06,669] '/u/liluzisquirt_' has given '/u/ShikharTrivedi' lambda! +[2020-08-11 17:10:09,986] /u/ShikharTrivedi had their flair updated +[2020-08-11 17:11:01,101] '/u/Adzic254' has given '/u/generalna11' lambda! +[2020-08-11 17:11:04,093] /u/generalna11 had their flair updated +[2020-08-11 17:11:39,594] '/u/Adzic254' has given '/u/midnightjenga' lambda! +[2020-08-11 17:11:42,296] /u/midnightjenga had their flair updated +[2020-08-11 17:13:09,947] There has been a new submission: 'Hey there looking for some feed back and maybe a sub for two :)', with flair 'Video Critique' +[2020-08-11 17:13:11,542] /u/alexxbru had their submission removed for insufficient lambda. +[2020-08-11 17:13:13,424] /u/alexxbru had their flair updated +[2020-08-11 17:13:32,908] There has been a new submission: 'Does it matter promoting your videos?', with flair 'Discussion' +[2020-08-11 17:13:35,771] /u/siddhant1991 had their flair updated +[2020-08-11 17:13:53,671] There has been a new submission: 'Made this amazing video the other day, I would really appreciate some feedback if you can', with flair 'Video Critique' +[2020-08-11 17:13:54,651] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 17:13:54,653] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 17:13:55,478] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JoZHsWdJzNY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:13:55,928] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:13:58,763] /u/shadossplayz had their flair updated +[2020-08-11 17:14:16,114] There has been a new submission: 'Let It Go (James Bay) - Acapella Cover by Hunter Hawkappella', with flair 'Art' +[2020-08-11 17:14:18,483] /u/RozeXGold had their submission removed for insufficient lambda. +[2020-08-11 17:14:20,203] /u/RozeXGold had their flair updated +[2020-08-11 17:17:31,843] '/u/liluzisquirt_' has given '/u/MacaroniMozart' lambda! +[2020-08-11 17:17:33,971] /u/MacaroniMozart had their flair updated +[2020-08-11 17:19:01,209] There has been a new submission: 'A man made a fan ANIMATION of chubbyemu. This is what happened to his swag.', with flair 'Art' +[2020-08-11 17:19:02,190] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 17:19:02,192] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 17:19:03,177] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Bp2L90Uc98g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:19:03,626] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzg8hMyKoXIJ0oUSAgEIdNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:19:05,340] /u/MacaroniMozart had their flair updated +[2020-08-11 17:20:40,377] There has been a new submission: 'Weirdest Looking Fish Ever', with flair 'Video Critique' +[2020-08-11 17:20:41,239] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 17:20:41,362] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 17:20:42,265] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4eimfKfmZYQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:20:42,716] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp8T1uBcVuQThJZBEHBtlxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:20:46,155] /u/pikareded had their flair updated +[2020-08-11 17:21:11,070] '/u/ObliviouslyDrake67' has given '/u/ShikharTrivedi' lambda! +[2020-08-11 17:21:13,899] /u/ShikharTrivedi had their flair updated +[2020-08-11 17:24:00,193] '/u/ObliviouslyDrake67' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 17:24:03,057] /u/Heavy_Rain_ had their flair updated +[2020-08-11 17:25:03,875] There has been a new submission: '"Loki and Hawkeye strategise" deleted scene! They should have kept scene easily..would have been a good scene for hawk and it also gives credibility to Loki's plan as to how he knew who would be on team! Showed Loki's cunning and hawk as side Villian not just Loki's tool!', with flair 'Video Critique' +[2020-08-11 17:25:05,794] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-11 17:25:07,393] /u/deepakdknayak had their flair updated +[2020-08-11 17:25:31,927] There has been a new submission: 'The "best" Minecraft Speedrun in Minecraft History', with flair 'Gaming' +[2020-08-11 17:25:33,316] /u/x3RR0RYT had their submission removed for insufficient lambda. +[2020-08-11 17:25:34,875] /u/x3RR0RYT had their flair updated +[2020-08-11 17:26:24,962] There has been a new submission: 'August Long Weekend', with flair 'Vlog' +[2020-08-11 17:26:26,440] /u/cdin3d had their submission removed for insufficient lambda. +[2020-08-11 17:26:28,329] /u/cdin3d had their flair updated +[2020-08-11 17:27:02,459] '/u/smirkbison' has given '/u/Onen1ck' lambda! +[2020-08-11 17:27:04,584] /u/Onen1ck had their flair updated +[2020-08-11 17:28:38,642] There has been a new submission: 'Tell me what y’all think about this meme vid in roblox. Hope y’all like it.', with flair 'Gaming' +[2020-08-11 17:28:39,422] /u/ES-23 had their submission removed for insufficient lambda. +[2020-08-11 17:28:40,284] /u/ES-23 had their flair updated +[2020-08-11 17:32:06,242] There has been a new submission: 'General Question about Copyright', with flair 'Discussion' +[2020-08-11 17:32:08,708] /u/ItStarting2Itch had their flair updated +[2020-08-11 17:39:38,996] There has been a new submission: 'Where to find free music for my videos?', with flair 'Discussion' +[2020-08-11 17:39:39,901] /u/icharis1008 had their flair updated +[2020-08-11 17:43:10,917] There has been a new submission: 'Hi, where to find free music for my videos?', with flair 'Collab' +[2020-08-11 17:43:13,417] /u/icharis1008 had their flair updated +[2020-08-11 17:44:10,914] '/u/pikareded' has given '/u/cdin3d' lambda! +[2020-08-11 17:44:13,087] /u/cdin3d had their flair updated +[2020-08-11 17:47:53,065] There has been a new submission: 'August Long Weekend - Crazy Storm Damage', with flair 'Vlog' +[2020-08-11 17:47:53,475] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 17:47:53,477] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 17:47:53,812] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qPvrKfoF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:47:54,005] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBlm2tDt6v5BC11lJKRzDSw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 17:47:55,564] /u/cdin3d had their flair updated +[2020-08-11 17:49:22,126] '/u/TheVirgoVagabond' has given '/u/cdin3d' lambda! +[2020-08-11 17:49:23,597] /u/cdin3d had their flair updated +[2020-08-11 17:51:22,642] There has been a new submission: 'Painful question about language :S', with flair 'Discussion' +[2020-08-11 17:51:25,142] /u/agusmastro had their flair updated +[2020-08-11 17:51:59,930] There has been a new submission: 'TAKE ME BACK TO AMSTERDAM!', with flair 'Vlog' +[2020-08-11 17:52:01,375] /u/Jizami had their submission removed for insufficient lambda. +[2020-08-11 17:52:03,546] /u/Jizami had their flair updated +[2020-08-11 18:01:56,107] '/u/wildh4rt' has given '/u/Onen1ck' lambda! +[2020-08-11 18:01:58,153] /u/Onen1ck had their flair updated +[2020-08-11 18:11:29,744] '/u/MacaroniMozart' has given '/u/MrCarsone' lambda! +[2020-08-11 18:11:32,167] /u/MrCarsone had their flair updated +[2020-08-11 18:11:47,328] There has been a new submission: 'How to be UNSTOPPABLE | Spiritual Wisdom | Motivational | Spiritual Mindset', with flair 'Art' +[2020-08-11 18:11:49,050] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-08-11 18:11:51,225] /u/jholloway55 had their flair updated +[2020-08-11 18:16:32,432] '/u/shadossplayz' has given '/u/MrCarsone' lambda! +[2020-08-11 18:16:33,797] /u/MrCarsone had their flair updated +[2020-08-11 18:16:57,375] '/u/shadossplayz' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 18:16:58,611] /u/Heavy_Rain_ had their flair updated +[2020-08-11 18:17:07,156] '/u/MacaroniMozart' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 18:17:08,384] /u/Heavy_Rain_ had their flair updated +[2020-08-11 18:19:24,820] There has been a new submission: 'A simple video I made. Some feedback on it would be good.', with flair 'Channel Review' +[2020-08-11 18:19:25,593] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-11 18:19:26,212] /u/Vermont1998 had their flair updated +[2020-08-11 18:23:56,401] There has been a new submission: 'CS:GO funny moments that you’ll definitely find funny', with flair 'Gaming' +[2020-08-11 18:23:58,165] /u/NiceGuyMarek had their submission removed for insufficient lambda. +[2020-08-11 18:24:00,503] /u/NiceGuyMarek had their flair updated +[2020-08-11 18:24:41,219] There has been a new submission: 'so I made my first youtube video, editing tips etc would be lovely so I can improve', with flair 'Video Critique' +[2020-08-11 18:24:42,568] /u/Zharmino had their submission removed for insufficient lambda. +[2020-08-11 18:24:44,333] /u/Zharmino had their flair updated +[2020-08-11 18:27:17,215] There has been a new submission: 'Classically Abby: Like Girl Defined But Worse', with flair 'Video Critique' +[2020-08-11 18:27:18,240] /u/nintendobox had their submission removed for insufficient lambda. +[2020-08-11 18:27:19,548] /u/nintendobox had their flair updated +[2020-08-11 18:45:10,916] There has been a new submission: 'UGE! - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-08-11 18:45:12,599] /u/pugstarr had their submission removed for insufficient lambda. +[2020-08-11 18:45:14,315] /u/pugstarr had their flair updated +[2020-08-11 18:45:49,370] +#################### +[Aug 11 2020 18:45:49] RESTARTED +#################### + +[2020-08-11 19:15:15,864] There has been a new submission: 'GOAAL OF 500 subs we almost there', with flair 'Gaming' +[2020-08-11 19:15:17,148] /u/StormIshereYt had their submission removed for insufficient lambda. +[2020-08-11 19:15:18,441] /u/StormIshereYt had their flair updated +[2020-08-11 19:15:30,146] There has been a new submission: 'I stopped uploading for a month and then started again. This happened:', with flair 'Discussion' +[2020-08-11 19:15:31,788] /u/BeckettMuffin had their flair updated +[2020-08-11 19:15:50,156] There has been a new submission: 'Struggles of wearing a mask', with flair 'Art' +[2020-08-11 19:15:51,467] /u/shashanksndrm had their submission removed for insufficient lambda. +[2020-08-11 19:15:52,779] /u/shashanksndrm had their flair updated +[2020-08-11 19:16:09,845] There has been a new submission: 'Check out NMS #14 in the series :) If you enjoy it please leave a like and subscribe i appreciate all support.', with flair 'Gaming' +[2020-08-11 19:16:10,992] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-11 19:16:12,178] /u/xSaydexGaming1 had their flair updated +[2020-08-11 19:16:29,127] There has been a new submission: 'Top gadgets', with flair 'Channel Review' +[2020-08-11 19:16:30,316] /u/Kunal_Dekate had their submission removed for insufficient lambda. +[2020-08-11 19:16:31,545] /u/Kunal_Dekate had their flair updated +[2020-08-11 19:17:48,052] '/u/Jimminycrickets411' has given '/u/ShikharTrivedi' lambda! +[2020-08-11 19:17:50,100] /u/ShikharTrivedi had their flair updated +[2020-08-11 19:18:41,869] '/u/liluzisquirt_' has given '/u/GraduateDan' lambda! +[2020-08-11 19:18:43,836] /u/GraduateDan had their flair updated +[2020-08-11 19:19:14,967] There has been a new submission: 'All you have to do is watch this instruction video and follow the instructions to get Subscribers fast', with flair 'Channel Review' +[2020-08-11 19:19:15,786] /u/Animeniac9000 had their submission removed for insufficient lambda. +[2020-08-11 19:19:16,525] /u/Animeniac9000 had their flair updated +[2020-08-11 19:21:24,504] There has been a new submission: 'As a new youtuber, would it be good to live stream a new game that just came out? I was planning on streaming the new game on youtube and twitch and was wondering if that could potentially game some traction. If it is a good idea, any thoughts on how to attract more people with it??', with flair 'Discussion' +[2020-08-11 19:21:27,662] /u/GraduateDan had their flair updated +[2020-08-11 19:21:48,168] There has been a new submission: 'Meme Review of the dankest subreddit, new channel', with flair 'Video Critique' +[2020-08-11 19:21:49,772] /u/jelacour had their submission removed for insufficient lambda. +[2020-08-11 19:21:52,030] /u/jelacour had their flair updated +[2020-08-11 19:23:35,319] There has been a new submission: 'This is My New Video I Tried to follow every advice i got from this subreddit. Constructive Criticism surely get lambda!', with flair 'Video Critique' +[2020-08-11 19:23:37,080] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 19:23:37,082] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 19:23:38,315] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1fk2lR9gBUc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 19:23:38,852] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHPJOrbc3bOl97vhuDB5wsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 19:23:42,049] /u/Fineset had their flair updated +[2020-08-11 19:24:35,209] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 19:24:45,959] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-11 19:24:57,273] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-11 19:28:01,856] There has been a new submission: 'Dealing with mental health', with flair 'Discussion' +[2020-08-11 19:28:04,514] /u/shadossplayz had their flair updated +[2020-08-11 19:38:26,250] There has been a new submission: 'Playing some Smash ultimate with my friend :)', with flair 'Gaming' +[2020-08-11 19:38:27,235] /u/DreamcastSoup had their submission removed for insufficient lambda. +[2020-08-11 19:38:28,305] /u/DreamcastSoup had their flair updated +[2020-08-11 19:39:40,822] There has been a new submission: 'Podcasts by YouTubers?', with flair 'Discussion' +[2020-08-11 19:39:42,750] /u/TranslationsParaTi had their flair updated +[2020-08-11 19:46:56,198] There has been a new submission: 'Trying to reach 100 subscribers <3', with flair 'Vlog' +[2020-08-11 19:46:57,950] /u/DannyCumalot had their submission removed for insufficient lambda. +[2020-08-11 19:46:59,249] /u/DannyCumalot had their flair updated +[2020-08-11 20:05:01,615] There has been a new submission: 'After a few weeks, I think I've found a good editing style which is similar to some people but still unique. Tell me what you think. Be honest too. No sugarcoating for a sub to your channel.', with flair 'Video Critique' +[2020-08-11 20:05:02,514] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 20:05:02,515] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 20:05:03,168] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dBOkLon--ek&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 20:05:03,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 20:05:06,074] /u/rociscool_ had their flair updated +[2020-08-11 20:05:13,691] There has been a new submission: 'WEARBUDS PRO: HI-FI AUDIO ALWAYS ON YOUR WRIST | Gizmo Hub', with flair 'Thumbnail Review' +[2020-08-11 20:05:14,939] /u/ronm07 had their submission removed for insufficient lambda. +[2020-08-11 20:05:16,581] /u/ronm07 had their flair updated +[2020-08-11 20:10:07,142] There has been a new submission: 'Louis Vuitton - small leather goods - REVIEW - Fall 2020', with flair 'Channel Review' +[2020-08-11 20:10:08,780] /u/KTxTango had their submission removed for insufficient lambda. +[2020-08-11 20:10:11,198] /u/KTxTango had their flair updated +[2020-08-11 20:17:50,154] There has been a new submission: 'People are ANGRY over WAP', with flair 'Gaming' +[2020-08-11 20:17:51,101] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-11 20:17:52,183] /u/Str8Villains had their flair updated +[2020-08-11 20:18:04,516] There has been a new submission: 'AdSense Verification?', with flair 'Meta' +[2020-08-11 20:18:05,828] /u/NovaCade616 had their flair updated +[2020-08-11 20:19:22,983] There has been a new submission: 'Just did my first highlights video with editing. Can someone give me some advice/what do you think/how can I improve? Anything would be of great interest!', with flair 'Gaming' +[2020-08-11 20:19:23,681] /u/ItsTehDynasty had their submission removed for insufficient lambda. +[2020-08-11 20:19:24,542] /u/ItsTehDynasty had their flair updated +[2020-08-11 20:24:07,153] There has been a new submission: 'Editing Software for Mobile.', with flair 'Discussion' +[2020-08-11 20:24:09,367] /u/MistakenGaming17 had their flair updated +[2020-08-11 20:25:04,755] There has been a new submission: 'Comedians Are REALLY Against Comedy', with flair 'Vlog' +[2020-08-11 20:25:06,433] /u/DmitriSmhh had their submission removed for insufficient lambda. +[2020-08-11 20:25:08,150] /u/DmitriSmhh had their flair updated +[2020-08-11 20:25:26,020] '/u/Adzic254' has given '/u/NightingaleGG' lambda! +[2020-08-11 20:25:27,981] /u/NightingaleGG had their flair updated +[2020-08-11 20:26:05,735] '/u/Adzic254' has given '/u/kirk_collects' lambda! +[2020-08-11 20:26:07,655] /u/kirk_collects had their flair updated +[2020-08-11 20:26:24,526] '/u/Adzic254' has given '/u/FergHD' lambda! +[2020-08-11 20:26:26,333] /u/FergHD had their flair updated +[2020-08-11 20:30:11,883] '/u/Fineset' has given '/u/GraduateDan' lambda! +[2020-08-11 20:30:14,414] /u/GraduateDan had their flair updated +[2020-08-11 20:39:51,239] There has been a new submission: 'Why not gaming.... is my YouTube channel dedicated to NewAge gaming techniques and awesomeness.', with flair 'Gaming' +[2020-08-11 20:39:51,931] /u/loneXreb had their submission removed for insufficient lambda. +[2020-08-11 20:39:52,388] /u/loneXreb had their flair updated +[2020-08-11 20:40:57,796] There has been a new submission: 'Best Guns in COD Mobile', with flair 'Gaming' +[2020-08-11 20:40:59,436] /u/LoudFocus9 had their submission removed for insufficient lambda. +[2020-08-11 20:41:01,694] /u/LoudFocus9 had their flair updated +[2020-08-11 20:43:37,860] '/u/VIIyears' has given '/u/HumbelGeniusYT' lambda! +[2020-08-11 20:43:40,002] /u/HumbelGeniusYT had their flair updated +[2020-08-11 20:44:08,301] '/u/VIIyears' has given '/u/Heavy_Rain_' lambda! +[2020-08-11 20:44:10,064] /u/Heavy_Rain_ had their flair updated +[2020-08-11 20:44:51,950] There has been a new submission: 'Taking a break from vrchat to try something new', with flair 'Gaming' +[2020-08-11 20:44:53,153] /u/RedRaven616 had their submission removed for insufficient lambda. +[2020-08-11 20:44:54,799] /u/RedRaven616 had their flair updated +[2020-08-11 20:45:10,237] There has been a new submission: 'SORRY for the late speed paint ;))', with flair 'Art' +[2020-08-11 20:45:11,398] /u/drewdrawzzz had their submission removed for insufficient lambda. +[2020-08-11 20:45:12,996] /u/drewdrawzzz had their flair updated +[2020-08-11 20:45:38,650] '/u/VIIyears' has given '/u/jelacour' lambda! +[2020-08-11 20:45:40,191] /u/jelacour had their flair updated +[2020-08-11 20:45:49,175] +#################### +[Aug 11 2020 20:45:49] RESTARTED +#################### + +[2020-08-11 21:17:29,919] Starting every day program... +[2020-08-11 21:17:29,920] Updating database statistics... +[2020-08-11 21:17:32,371] Posting and updating wiki... +[2020-08-11 21:17:55,094] Formatting leaderboard... +[2020-08-11 21:17:56,034] Updating sidebar... +[2020-08-11 21:17:57,433] Updated in new reddit... +[2020-08-11 21:17:59,696] Updated in old reddit... +[2020-08-11 21:17:59,697] Completed. +[2020-08-11 21:23:41,457] There has been a new submission: 'New For Honor video with some friends', with flair 'Gaming' +[2020-08-11 21:23:43,873] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 21:23:43,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 21:23:44,975] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9aKxG_eI7fs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:23:45,387] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqI_BSZBSFTQ-XID2JlA5Pg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:23:48,139] /u/NightingaleGG had their flair updated +[2020-08-11 21:24:05,345] There has been a new submission: 'Hewwo everyone~! This is my first video I'm posting here! it's not very long so if you have a spare 2 minutes, I'd love some feedback! you might get lambda for it~', with flair 'Video Critique' +[2020-08-11 21:24:06,447] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 21:24:06,449] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 21:24:07,475] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fAJjsP_kld8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:24:08,006] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEGZw8UWRnVLaZMJsOjTwSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:24:10,595] /u/Braxton-Adams had their flair updated +[2020-08-11 21:24:28,343] There has been a new submission: 'Yo i just uploaded my first video and i'm really proud of it. I can take critical feedback so dont hold back!', with flair 'Gaming' +[2020-08-11 21:24:29,534] /u/Teh_RainbowGuy had their submission removed for insufficient lambda. +[2020-08-11 21:24:31,059] /u/Teh_RainbowGuy had their flair updated +[2020-08-11 21:24:52,529] '/u/smirkbison' has given '/u/GraduateDan' lambda! +[2020-08-11 21:24:55,595] /u/GraduateDan had their flair updated +[2020-08-11 21:25:14,379] '/u/VIIyears' has given '/u/Cap_America_AC' lambda! +[2020-08-11 21:25:15,745] /u/Cap_America_AC had their flair updated +[2020-08-11 21:27:33,585] There has been a new submission: 'Cool Reversed Video', with flair 'Video Critique' +[2020-08-11 21:27:34,567] /u/bobtebildrhecantfxit had their submission removed for insufficient lambda. +[2020-08-11 21:27:35,553] /u/bobtebildrhecantfxit had their flair updated +[2020-08-11 21:27:52,105] There has been a new submission: 'When Life Turns To Reverse', with flair 'Video Critique' +[2020-08-11 21:27:52,964] /u/bobtebildrhecantfxit had their submission removed for insufficient lambda. +[2020-08-11 21:27:53,825] /u/bobtebildrhecantfxit had their flair updated +[2020-08-11 21:28:10,946] There has been a new submission: 'AUX BATTLES PT1 |Who's the most Diverse?| ft. Chief Keef, Playboi Carti, NBA Youngboy', with flair 'Vlog' +[2020-08-11 21:28:11,884] /u/makemelikemazo had their submission removed for insufficient lambda. +[2020-08-11 21:28:12,623] /u/makemelikemazo had their flair updated +[2020-08-11 21:28:29,291] There has been a new submission: 'Show sum love by subbing if you like my content', with flair 'Gaming' +[2020-08-11 21:28:30,070] /u/Milky_Cereal69 had their submission removed for insufficient lambda. +[2020-08-11 21:28:30,972] /u/Milky_Cereal69 had their flair updated +[2020-08-11 21:28:47,837] There has been a new submission: 'Need equipment', with flair 'Discussion' +[2020-08-11 21:28:49,644] /u/Ap_Gamer20 had their flair updated +[2020-08-11 21:29:05,791] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Aug 11 2020)', with flair 'None' +[2020-08-11 21:29:19,895] There has been a new submission: 'My arm is broken and i can upload whats you excuse', with flair 'Gaming' +[2020-08-11 21:29:20,924] /u/missioncone had their submission removed for insufficient lambda. +[2020-08-11 21:29:21,455] /u/missioncone had their flair updated +[2020-08-11 21:33:51,805] There has been a new submission: 'Jersey Shore commentary comedy vid. (Profanity) need some critique! Will give lambda', with flair 'Video Critique' +[2020-08-11 21:33:52,916] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 21:33:53,035] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 21:33:53,897] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZcWsiykLfOo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:33:54,347] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqagz5tGEbb2AoJh_WN7JeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:33:57,294] /u/HumbelGeniusYT had their flair updated +[2020-08-11 21:34:18,986] There has been a new submission: 'WORLD RECORD 24:47 speedrun of MrBeast's World's Hardest Riddle for $100,000!', with flair 'Gaming' +[2020-08-11 21:34:20,379] /u/D_Bless had their submission removed for insufficient lambda. +[2020-08-11 21:34:22,188] /u/D_Bless had their flair updated +[2020-08-11 21:36:43,685] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-11 21:37:50,020] There has been a new submission: 'Every STICK BUG Played at ONCE! (review this video or just watch it)', with flair 'Video Critique' +[2020-08-11 21:37:50,921] /u/Goldvillager had their submission removed for insufficient lambda. +[2020-08-11 21:37:51,945] /u/Goldvillager had their flair updated +[2020-08-11 21:44:11,718] There has been a new submission: 'This is my last video. I was happy at recording it. Kinda vlogish style.', with flair 'Video Critique' +[2020-08-11 21:44:12,169] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 21:44:12,196] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 21:44:12,552] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Mg7gYZSYfiE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:44:12,761] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClIdQB-E_3Sj7YiNMKCTpiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 21:44:15,264] /u/mickaelbdias had their flair updated +[2020-08-11 21:56:05,153] There has been a new submission: 'Just sharing some tips.', with flair 'Discussion' +[2020-08-11 21:56:07,815] /u/mickaelbdias had their flair updated +[2020-08-11 21:59:44,653] There has been a new submission: 'Made a minecraft letsplay with short story in the end', with flair 'Video Critique' +[2020-08-11 21:59:45,239] /u/Iris_Razzbovski had their submission removed for insufficient lambda. +[2020-08-11 21:59:45,811] /u/Iris_Razzbovski had their flair updated +[2020-08-11 22:02:27,981] There has been a new submission: 'young in a heroic stance saves a dog's life in seconds', with flair 'Video Critique' +[2020-08-11 22:02:29,966] /u/IDrRobot had their submission removed for insufficient lambda. +[2020-08-11 22:02:32,028] /u/IDrRobot had their flair updated +[2020-08-11 22:07:29,044] There has been a new submission: 'This dude disappeared into thin air', with flair 'Channel Review' +[2020-08-11 22:07:30,148] /u/Cutedogs_ had their submission removed for insufficient lambda. +[2020-08-11 22:07:31,417] /u/Cutedogs_ had their flair updated +[2020-08-11 22:08:57,470] There has been a new submission: 'An in-depth analysis of the double hand twist gawk gawk 3000.', with flair 'Video Critique' +[2020-08-11 22:08:58,490] /u/Alioune96 had their submission removed for insufficient lambda. +[2020-08-11 22:08:59,432] /u/Alioune96 had their flair updated +[2020-08-11 22:09:47,429] There has been a new submission: 'Would appreciate any constructive feedback!', with flair 'Gaming' +[2020-08-11 22:09:48,332] /u/TyroneUnderwood had their submission removed for insufficient lambda. +[2020-08-11 22:09:48,992] /u/TyroneUnderwood had their flair updated +[2020-08-11 22:17:26,196] There has been a new submission: 'My yt channel is about half way to 100 subs. Please help me get it there', with flair 'Channel Review' +[2020-08-11 22:17:27,375] /u/Chez-Cat-yt had their submission removed for insufficient lambda. +[2020-08-11 22:17:28,662] /u/Chez-Cat-yt had their flair updated +[2020-08-11 22:22:52,105] There has been a new submission: 'Hiii! Here's a Grounded Funny Moments Comp! I worked on fine-tuning a lot of stuff based on feedback that slid over to my last highlight vid. Would love to know if there are any editing boo-boos or things I'm lacking and should be looking at? :D Lemme know!', with flair 'Video Critique' +[2020-08-11 22:22:52,803] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 22:22:52,804] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 22:22:53,619] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UMRujH4lv6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 22:22:53,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7xqxiMfWwQOGdhjgEq4nVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 22:22:57,137] /u/callmenicpls had their flair updated +[2020-08-11 22:23:40,257] There has been a new submission: 'Teen Titans Go! To the Movies (2018) Review - First Viewing - Summer of Nic Cage', with flair 'Video Critique' +[2020-08-11 22:23:41,813] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-08-11 22:23:43,823] /u/Neon-Movie-Reviews had their flair updated +[2020-08-11 22:30:41,552] There has been a new submission: 'I need help.', with flair 'Discussion' +[2020-08-11 22:30:44,752] /u/jman1106 had their flair updated +[2020-08-11 22:37:27,340] There has been a new submission: 'My Subscribers do ASMR', with flair 'Art' +[2020-08-11 22:37:28,359] /u/Remarkable_Addition5 had their submission removed for insufficient lambda. +[2020-08-11 22:37:29,574] /u/Remarkable_Addition5 had their flair updated +[2020-08-11 22:39:40,512] There has been a new submission: 'Suppourting a guy going on a consistent and hard working journey to create a GREAT Youtube channel.', with flair 'Channel Review' +[2020-08-11 22:39:41,136] /u/oLeeroy had their submission removed for insufficient lambda. +[2020-08-11 22:39:41,651] /u/oLeeroy had their flair updated +[2020-08-11 22:42:56,424] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 22 - Owen Moore (The Last Of ...', with flair 'Gaming' +[2020-08-11 22:42:58,194] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-11 22:43:00,251] /u/CecliusPlaysHD had their flair updated +[2020-08-11 22:43:37,146] There has been a new submission: 'I’m one subscriber away from 150!!!!', with flair 'Channel Review' +[2020-08-11 22:43:38,485] /u/AaronC51401 had their submission removed for insufficient lambda. +[2020-08-11 22:43:40,601] /u/AaronC51401 had their flair updated +[2020-08-11 22:43:55,635] '/u/brovalley' has given '/u/myogloben' lambda! +[2020-08-11 22:43:57,855] /u/myogloben had their flair updated +[2020-08-11 22:45:49,812] +#################### +[Aug 11 2020 22:45:49] RESTARTED +#################### + +[2020-08-11 23:14:09,999] There has been a new submission: 'killer bean meme by me lol', with flair 'Art' +[2020-08-11 23:14:11,921] /u/shleep555 had their submission removed for insufficient lambda. +[2020-08-11 23:14:13,559] /u/shleep555 had their flair updated +[2020-08-11 23:15:20,042] '/u/DWRelive' has given '/u/baechanka' lambda! +[2020-08-11 23:15:21,356] /u/baechanka had their flair updated +[2020-08-11 23:16:31,938] '/u/DWRelive' has given '/u/callmenicpls' lambda! +[2020-08-11 23:16:35,956] /u/callmenicpls had their flair updated +[2020-08-11 23:16:54,994] There has been a new submission: 'IS THE PS4 CONTROLLER BETTER? - Rocket League', with flair 'Gaming' +[2020-08-11 23:16:56,220] /u/MrLlama230 had their submission removed for insufficient lambda. +[2020-08-11 23:16:57,284] /u/MrLlama230 had their flair updated +[2020-08-11 23:17:14,696] There has been a new submission: 'I finally got a mic to increase the quality of my audio for videos. Tell me what you guys think and give me some critiques on anything I can do better. Just skip through at different points of the video and tell me how it is. lambda for good critiques!', with flair 'Video Critique' +[2020-08-11 23:17:16,834] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-11 23:17:16,836] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-11 23:17:18,105] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hncOB3EvW88&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 23:17:18,436] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM4jTKz8E0FKn7ep4L6jc8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-11 23:17:20,453] /u/GraduateDan had their flair updated +[2020-08-11 23:17:37,037] There has been a new submission: 'I remastered my murder mystery map in fortnite...', with flair 'Gaming' +[2020-08-11 23:17:38,098] /u/View_List had their submission removed for insufficient lambda. +[2020-08-11 23:17:39,047] /u/View_List had their flair updated +[2020-08-11 23:17:55,886] There has been a new submission: 'A Brief Overview of the Puzzle League Series from Nintendo', with flair 'Gaming' +[2020-08-11 23:17:56,742] /u/imakegreatfood had their submission removed for insufficient lambda. +[2020-08-11 23:17:57,606] /u/imakegreatfood had their flair updated +[2020-08-11 23:38:32,145] '/u/Jimminycrickets411' has given '/u/Boomer_Warfare' lambda! +[2020-08-11 23:38:33,787] /u/Boomer_Warfare had their flair updated +[2020-08-11 23:41:04,806] There has been a new submission: 'Best Knifing Class On MW ✅ These perks Reduce my damage taken? (Modern ...', with flair 'Gaming' +[2020-08-11 23:41:06,443] /u/DozyLIVE had their submission removed for insufficient lambda. +[2020-08-11 23:41:08,659] /u/DozyLIVE had their flair updated +[2020-08-11 23:45:27,127] There has been a new submission: 'Not exactly youtube buttt', with flair 'Collab' +[2020-08-11 23:45:29,091] /u/Strife_YT had their flair updated +[2020-08-11 23:46:45,069] '/u/Braxton-Adams' has given '/u/callmenicpls' lambda! +[2020-08-11 23:46:46,916] /u/callmenicpls had their flair updated +[2020-08-11 23:50:54,600] '/u/Braxton-Adams' has given '/u/jaxtnh' lambda! +[2020-08-11 23:50:57,271] /u/jaxtnh had their flair updated +[2020-08-11 23:54:09,185] There has been a new submission: 'INFLATING BALLOON WITH MY NOSE... I URGE YOU TO TRY THIS', with flair 'Vlog' +[2020-08-11 23:54:10,373] /u/liamgrease had their submission removed for insufficient lambda. +[2020-08-11 23:54:12,916] /u/liamgrease had their flair updated +[2020-08-11 23:59:41,618] There has been a new submission: 'My Chanel is dedicated to wedding promos, teasers and trailers. I would love to get some feedback on thumbnails, content and the overall look of the Chanel. My goal is to make it entertaining and informative. Thank you for your time!', with flair 'Channel Review' +[2020-08-11 23:59:42,572] /u/kapanidis87 had their submission removed for insufficient lambda. +[2020-08-11 23:59:43,198] /u/kapanidis87 had their flair updated +[2020-08-12 00:09:53,791] There has been a new submission: 'Minecraft Bedwars Is Easy(just a fun collab with a bud. Will give lambda and feedback is very appreciated thanks!)', with flair 'Video Critique' +[2020-08-12 00:09:54,939] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 00:09:55,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 00:09:55,839] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-KFahwqhfoM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 00:09:56,371] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 00:09:58,013] /u/MrCarsone had their flair updated +[2020-08-12 00:12:04,920] '/u/AngryAipom' has given '/u/Boomer_Warfare' lambda! +[2020-08-12 00:12:07,546] /u/Boomer_Warfare had their flair updated +[2020-08-12 00:20:01,580] '/u/ZaVizion' has given '/u/Less_Lengthiness1361' lambda! +[2020-08-12 00:20:04,154] /u/Less_Lengthiness1361 had their flair updated +[2020-08-12 00:21:12,348] '/u/ZaVizion' has given '/u/nl_881' lambda! +[2020-08-12 00:21:15,178] /u/nl_881 had their flair updated +[2020-08-12 00:23:51,832] There has been a new submission: 'Inventions that could change warfare', with flair 'Thumbnail Review' +[2020-08-12 00:23:53,389] /u/huxxain001 had their submission removed for insufficient lambda. +[2020-08-12 00:23:55,273] /u/huxxain001 had their flair updated +[2020-08-12 00:25:14,407] '/u/ZaVizion' has given '/u/RBDKris' lambda! +[2020-08-12 00:25:17,119] /u/RBDKris had their flair updated +[2020-08-12 00:25:58,418] There has been a new submission: 'Playing Geometry Dash SubZero', with flair 'Gaming' +[2020-08-12 00:25:59,607] /u/islamic21 had their submission removed for insufficient lambda. +[2020-08-12 00:26:01,108] /u/islamic21 had their flair updated +[2020-08-12 00:27:59,701] There has been a new submission: 'Blox Fruit Dark Fruit and triple katana showcase AND MUCH MORE(ROBLOX GAMEPLAY)', with flair 'Gaming' +[2020-08-12 00:28:00,622] /u/islamic21 had their submission removed for insufficient lambda. +[2020-08-12 00:28:01,645] /u/islamic21 had their flair updated +[2020-08-12 00:32:21,382] '/u/ZaVizion' has given '/u/capresesalad1985' lambda! +[2020-08-12 00:32:23,441] /u/capresesalad1985 had their flair updated +[2020-08-12 00:33:27,590] There has been a new submission: 'Here Is My YouTube Channel If Anyone Wants To Subscribe, I Pretty Much Make Funny Videos, Gaming, Nightcore And Other Stuff :3', with flair 'Channel Review' +[2020-08-12 00:33:29,153] /u/Mikael_650 had their submission removed for insufficient lambda. +[2020-08-12 00:33:31,161] /u/Mikael_650 had their flair updated +[2020-08-12 00:35:59,592] '/u/ZaVizion' has given '/u/Imagine-Freedom' lambda! +[2020-08-12 00:36:02,323] /u/Imagine-Freedom had their flair updated +[2020-08-12 00:45:43,860] There has been a new submission: '[Topical / New] What does a US Vice President REALLY do?', with flair 'None' +[2020-08-12 00:45:44,498] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 00:45:44,499] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 00:45:44,607] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=79x3f5YVGww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 00:45:44,746] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCImDP0LfoobqSMrFD86J-5A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 00:45:46,922] /u/According-Fan628 had their flair updated +[2020-08-12 00:45:50,228] +#################### +[Aug 12 2020 00:45:50] RESTARTED +#################### + +[2020-08-12 01:17:25,540] There has been a new submission: 'I’m so confused, I’ve gained like 75 subs in a day but aren’t getting views much. And I only had 12 at the beginning and have like 88', with flair 'Meta' +[2020-08-12 01:17:27,872] /u/RealGalaxyRider had their flair updated +[2020-08-12 01:17:43,821] There has been a new submission: 'Some of you guys know I started and learned here, and I'm always still learning and trying to contribute to this community. I put alot of effort into this edit, trying to put together what uve learned your feedback is valuable', with flair 'Video Critique' +[2020-08-12 01:17:45,460] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 01:17:45,462] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 01:17:46,695] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ETDdL3EzztI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 01:17:47,186] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYbFcNu4vOzDf8jInvqvagg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 01:17:49,030] /u/Jischasing had their flair updated +[2020-08-12 01:20:00,866] '/u/Jischasing' has given '/u/DTV998' lambda! +[2020-08-12 01:20:04,019] /u/DTV998 had their flair updated +[2020-08-12 01:23:38,658] There has been a new submission: 'How long can you go with 0 subs before knowing that there's definitely something wrong with you/your content?', with flair 'Discussion' +[2020-08-12 01:23:40,669] /u/BiscottiBlue had their flair updated +[2020-08-12 01:23:58,865] There has been a new submission: 'Check it out and consider subbing?', with flair 'Gaming' +[2020-08-12 01:24:00,174] /u/GamerBoy08YTMC had their submission removed for insufficient lambda. +[2020-08-12 01:24:01,894] /u/GamerBoy08YTMC had their flair updated +[2020-08-12 01:24:19,837] There has been a new submission: 'video got picked up by the wrong (transphobic) audience and now im getting steam piles of hate', with flair 'Discussion' +[2020-08-12 01:24:22,179] /u/kevaux had their flair updated +[2020-08-12 01:24:40,093] There has been a new submission: 'Recording first vocals ever today to have something to learn audio effects on. This is what it turned out to be so far. This will evolve over time through additional videos.', with flair 'Video Critique' +[2020-08-12 01:24:41,403] /u/8of17 had their submission removed for insufficient lambda. +[2020-08-12 01:24:43,537] /u/8of17 had their flair updated +[2020-08-12 01:25:17,570] /u/MrCarsone had their flair updated +[2020-08-12 01:27:28,946] '/u/MrCarsone' has given '/u/Ajmracer' lambda! +[2020-08-12 01:27:31,117] /u/Ajmracer had their flair updated +[2020-08-12 01:30:05,650] There has been a new submission: 'My girlfriend just uploaded a new video to her channel! Go Show her some love if youre into beautiful channels/lifestyle channels. Shes got more to come so consider subscribing! If you dont want to subscribe i kindly ask you to at least leave a like so that her video can be shown around Thanks guys!', with flair 'Vlog' +[2020-08-12 01:30:08,218] /u/trenchjunkie had their submission removed for insufficient lambda. +[2020-08-12 01:30:10,516] /u/trenchjunkie had their flair updated +[2020-08-12 01:31:21,941] '/u/GraduateDan' has given '/u/Ajmracer' lambda! +[2020-08-12 01:31:24,765] /u/Ajmracer had their flair updated +[2020-08-12 01:32:11,528] '/u/Jischasing' has given '/u/smirkbison' lambda! +[2020-08-12 01:32:13,819] /u/smirkbison had their flair updated +[2020-08-12 01:37:14,493] There has been a new submission: 'Hey, I made a Highlight video and did some things differently from my other videos. Is it possible to get some feedback and critique?', with flair 'Video Critique' +[2020-08-12 01:37:15,805] /u/dLeafy0 had their submission removed for insufficient lambda. +[2020-08-12 01:37:17,042] /u/dLeafy0 had their flair updated +[2020-08-12 01:41:40,089] There has been a new submission: 'Summer Is Perfect for being outside unless your a gamer...So why not take the PARTY Inside. Sega Dreamcast PARTY Games | Best Games To Break Out At A Party Vol. 2 | The Retrollectors ', with flair 'Gaming' +[2020-08-12 01:41:41,730] /u/TheRetrollectors had their submission removed for insufficient lambda. +[2020-08-12 01:41:44,644] /u/TheRetrollectors had their flair updated +[2020-08-12 01:50:06,464] There has been a new submission: 'Hey everyone! I'm looking for any feedback for a recent video I made, it just isn't doing as well as I hoped. Any thoughts?', with flair 'Video Critique' +[2020-08-12 01:50:06,772] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 01:50:06,774] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 01:50:06,916] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YCLZ6OecNfc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 01:50:07,053] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG7UNFkem9BB5rSRGY2B4Sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 01:50:11,314] /u/YourSexyCellMate had their flair updated +[2020-08-12 01:50:29,021] '/u/Braxton-Adams' has given '/u/threepiecesofbread' lambda! +[2020-08-12 01:50:32,059] /u/threepiecesofbread had their flair updated +[2020-08-12 01:50:34,190] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-12 01:51:14,867] /u/threepiecesofbread had their flair updated +[2020-08-12 01:54:13,551] '/u/Fireman523567' has given '/u/Bebby_Tuna' lambda! +[2020-08-12 01:54:16,052] /u/Bebby_Tuna had their flair updated +[2020-08-12 01:55:11,023] '/u/pikareded' has given '/u/MrCarsone' lambda! +[2020-08-12 01:55:13,525] /u/MrCarsone had their flair updated +[2020-08-12 01:55:54,937] '/u/pikareded' has given '/u/DTV998' lambda! +[2020-08-12 01:55:57,188] /u/DTV998 had their flair updated +[2020-08-12 01:57:02,022] There has been a new submission: 'I'm a new gaming youtuber and just uploaded a cod warzone video and tried some funny edits with it. Would appreciate it if you all show it some love.', with flair 'Gaming' +[2020-08-12 01:57:03,008] /u/Abysmal_Terror had their submission removed for insufficient lambda. +[2020-08-12 01:57:04,192] /u/Abysmal_Terror had their flair updated +[2020-08-12 02:02:04,009] There has been a new submission: 'Hello Everyone! This is my latest video.', with flair 'Video Critique' +[2020-08-12 02:02:05,562] /u/Lets_Go_Win123 had their submission removed for insufficient lambda. +[2020-08-12 02:02:07,740] /u/Lets_Go_Win123 had their flair updated +[2020-08-12 02:02:40,793] '/u/callmenicpls' has given '/u/threepiecesofbread' lambda! +[2020-08-12 02:02:42,977] /u/threepiecesofbread had their flair updated +[2020-08-12 02:04:23,880] There has been a new submission: '«How to become a Reseller in 2020/2021»', with flair 'Channel Review' +[2020-08-12 02:04:25,439] /u/KeyontaWhitlowTV had their submission removed for insufficient lambda. +[2020-08-12 02:04:27,489] /u/KeyontaWhitlowTV had their flair updated +[2020-08-12 02:05:39,634] There has been a new submission: 'Valorant best moments', with flair 'Gaming' +[2020-08-12 02:05:40,943] /u/Spaidei had their submission removed for insufficient lambda. +[2020-08-12 02:05:42,709] /u/Spaidei had their flair updated +[2020-08-12 02:12:58,774] There has been a new submission: 'Would love to get your feedback on this', with flair 'Gaming' +[2020-08-12 02:13:00,227] /u/The-Bomb-Guy had their submission removed for insufficient lambda. +[2020-08-12 02:13:02,277] /u/The-Bomb-Guy had their flair updated +[2020-08-12 02:22:13,008] There has been a new submission: '2nd time doing a voiceover video. Went off a script this time and I think it went well! Would love your opinions', with flair 'Video Critique' +[2020-08-12 02:22:14,523] /u/SpicyBeanDipTTV had their submission removed for insufficient lambda. +[2020-08-12 02:22:17,151] /u/SpicyBeanDipTTV had their flair updated +[2020-08-12 02:34:02,929] There has been a new submission: 'Can I have some tips (first Post)', with flair 'Discussion' +[2020-08-12 02:34:05,183] /u/THEREALMARKU2 had their flair updated +[2020-08-12 02:45:49,909] +#################### +[Aug 12 2020 02:45:49] RESTARTED +#################### + +[2020-08-12 03:20:24,314] There has been a new submission: 'Valorant Art Online', with flair 'Gaming' +[2020-08-12 03:20:26,614] /u/iiBluFlame had their submission removed for insufficient lambda. +[2020-08-12 03:20:29,076] /u/iiBluFlame had their flair updated +[2020-08-12 03:20:49,401] There has been a new submission: 'Fall Guys(and girl)', with flair 'Gaming' +[2020-08-12 03:20:51,044] /u/Goawd had their submission removed for insufficient lambda. +[2020-08-12 03:20:53,338] /u/Goawd had their flair updated +[2020-08-12 03:21:19,289] '/u/fjolt' has given '/u/Bebby_Tuna' lambda! +[2020-08-12 03:21:21,917] /u/Bebby_Tuna had their flair updated +[2020-08-12 03:24:54,257] '/u/midnightjenga' has given '/u/Boomer_Warfare' lambda! +[2020-08-12 03:24:56,639] /u/Boomer_Warfare had their flair updated +[2020-08-12 03:25:44,548] '/u/MrCarsone' has given '/u/spenser9701' lambda! +[2020-08-12 03:25:46,277] /u/spenser9701 had their flair updated +[2020-08-12 03:28:04,005] There has been a new submission: 'Lil highlight video i made from my stream.', with flair 'Gaming' +[2020-08-12 03:28:04,785] /u/NiX19 had their submission removed for insufficient lambda. +[2020-08-12 03:28:05,685] /u/NiX19 had their flair updated +[2020-08-12 03:28:23,199] There has been a new submission: 'My latest video', with flair 'Gaming' +[2020-08-12 03:28:24,549] /u/gagelm04 had their submission removed for insufficient lambda. +[2020-08-12 03:28:25,329] /u/gagelm04 had their flair updated +[2020-08-12 03:28:41,907] There has been a new submission: 'Upcoming gaming videos.', with flair 'Channel Review' +[2020-08-12 03:28:43,340] /u/daltonplaysguitar had their submission removed for insufficient lambda. +[2020-08-12 03:28:44,039] /u/daltonplaysguitar had their flair updated +[2020-08-12 03:45:20,320] There has been a new submission: 'Sweet Recipe', with flair 'Vlog' +[2020-08-12 03:45:21,852] /u/rechitimes had their submission removed for insufficient lambda. +[2020-08-12 03:45:23,488] /u/rechitimes had their flair updated +[2020-08-12 03:58:55,529] '/u/YourSexyCellMate' has given '/u/revolt1123' lambda! +[2020-08-12 03:58:56,587] /u/revolt1123 had their flair updated +[2020-08-12 04:02:07,811] '/u/YourSexyCellMate' has given '/u/Bebby_Tuna' lambda! +[2020-08-12 04:02:09,913] /u/Bebby_Tuna had their flair updated +[2020-08-12 04:07:42,030] There has been a new submission: 'Additional ways to get feedback on your videos', with flair 'Discussion' +[2020-08-12 04:07:44,323] /u/HappyPantzInc had their flair updated +[2020-08-12 04:08:36,474] There has been a new submission: 'This may be a video on OSRS, but I hope you enjoy it, even if you don't play OSRS :D It's me trying to skill a character evenly, like a noob! :)', with flair 'Gaming' +[2020-08-12 04:08:38,771] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 04:08:38,774] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 04:08:39,965] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uH_l7Lkhenk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 04:08:40,457] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCn7-VdLP5MN5hT2I8LuCtEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 04:08:42,305] /u/Bebby_Tuna had their flair updated +[2020-08-12 04:17:41,814] There has been a new submission: '68 views on this video. One more and let's call it a NICE day ;)', with flair 'Gaming' +[2020-08-12 04:17:42,807] /u/EzamarV had their submission removed for insufficient lambda. +[2020-08-12 04:17:43,991] /u/EzamarV had their flair updated +[2020-08-12 04:19:49,561] There has been a new submission: 'Silly short skit "History of the Valentine Heart" | wondering if anyone has tips on the best places to share a sketch comedy short like this one', with flair 'Video Critique' +[2020-08-12 04:19:50,299] /u/mreverdred01 had their submission removed for insufficient lambda. +[2020-08-12 04:19:50,831] /u/mreverdred01 had their flair updated +[2020-08-12 04:28:44,810] There has been a new submission: 'Hello! I just started a sewing diary channel! Any point of improvement is welcome! thanks ;)', with flair 'Art' +[2020-08-12 04:28:45,799] /u/sailormouthedlady had their submission removed for insufficient lambda. +[2020-08-12 04:28:46,646] /u/sailormouthedlady had their flair updated +[2020-08-12 04:31:42,542] There has been a new submission: 'Kids dinosaur crafts | Dinosaur crafts for kids | Fun Kids crafts| Make ...', with flair 'Video Critique' +[2020-08-12 04:31:44,720] /u/SuperDuperCreates had their submission removed for insufficient lambda. +[2020-08-12 04:31:46,889] /u/SuperDuperCreates had their flair updated +[2020-08-12 04:45:49,863] +#################### +[Aug 12 2020 04:45:49] RESTARTED +#################### + +[2020-08-12 05:13:30,790] '/u/MrCarsone' has given '/u/_jedijoel' lambda! +[2020-08-12 05:13:33,451] /u/_jedijoel had their flair updated +[2020-08-12 05:16:05,201] There has been a new submission: 'I'm looking for some truly EPIC gamers', with flair 'Collab' +[2020-08-12 05:16:07,579] /u/Zicronium had their flair updated +[2020-08-12 05:16:24,849] There has been a new submission: 'Recently started Minecraft Content (not playthroughs), feedback on my latest mod list appreciated :)', with flair 'Gaming' +[2020-08-12 05:16:25,797] /u/PwrDown had their submission removed for insufficient lambda. +[2020-08-12 05:16:27,235] /u/PwrDown had their flair updated +[2020-08-12 05:22:43,980] There has been a new submission: 'Here's my coming out video that triggered a bunch of angry incels and transphobes that are spamming me with hate and dislikes. This sub has asked me to share the link (but that post got removed). Thank you so much for your support. It means a lot to me.', with flair 'Vlog' +[2020-08-12 05:22:45,868] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 05:22:45,870] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 05:22:47,309] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PhBF2Zysux0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 05:22:47,843] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCt_g6IkGz1K3rmO1yYF3E6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 05:22:51,132] /u/kevaux had their flair updated +[2020-08-12 05:31:47,617] '/u/kevaux' has given '/u/after_hours_chef' lambda! +[2020-08-12 05:31:49,993] /u/after_hours_chef had their flair updated +[2020-08-12 05:36:20,545] '/u/kevaux' has given '/u/FGDesigns' lambda! +[2020-08-12 05:36:23,125] /u/FGDesigns had their flair updated +[2020-08-12 05:36:42,742] There has been a new submission: 'real Newbie', with flair 'Channel Review' +[2020-08-12 05:36:44,057] /u/nieru-kun had their submission removed for insufficient lambda. +[2020-08-12 05:36:45,612] /u/nieru-kun had their flair updated +[2020-08-12 05:38:52,529] There has been a new submission: 'FISHING BIG FISH', with flair 'Vlog' +[2020-08-12 05:38:53,878] /u/33ActionJackson33 had their submission removed for insufficient lambda. +[2020-08-12 05:38:54,743] /u/33ActionJackson33 had their flair updated +[2020-08-12 05:39:35,550] '/u/kevaux' has given '/u/callmenicpls' lambda! +[2020-08-12 05:39:37,270] /u/callmenicpls had their flair updated +[2020-08-12 05:41:26,839] '/u/MrCarsone' has given '/u/PwrDown' lambda! +[2020-08-12 05:41:29,514] /u/PwrDown had their flair updated +[2020-08-12 05:44:25,623] '/u/kevaux' has given '/u/chickpea_taco' lambda! +[2020-08-12 05:44:27,681] /u/chickpea_taco had their flair updated +[2020-08-12 06:00:29,875] There has been a new submission: 'I played some hand simulator. It was pretty epic. I’m planning on starting a upload schedule once I get 100 subs. Drop a sub. It doesn’t hurt.', with flair 'Gaming' +[2020-08-12 06:00:32,976] /u/cursedfather had their submission removed for insufficient lambda. +[2020-08-12 06:00:35,238] /u/cursedfather had their flair updated +[2020-08-12 06:01:09,492] '/u/kevaux' has given '/u/PwrDown' lambda! +[2020-08-12 06:01:11,717] /u/PwrDown had their flair updated +[2020-08-12 06:11:02,886] There has been a new submission: 'Di any of you knows about motorcycles?', with flair 'None' +[2020-08-12 06:11:04,407] /u/FollowYourSpleen had their submission removed for insufficient lambda. +[2020-08-12 06:11:06,639] /u/FollowYourSpleen had their flair updated +[2020-08-12 06:21:57,700] There has been a new submission: 'Passion of Cricket', with flair 'Gaming' +[2020-08-12 06:21:59,176] /u/karamatmughal007 had their submission removed for insufficient lambda. +[2020-08-12 06:22:01,346] /u/karamatmughal007 had their flair updated +[2020-08-12 06:24:59,434] There has been a new submission: 'Question?', with flair 'Discussion' +[2020-08-12 06:25:01,349] /u/javier_011 had their flair updated +[2020-08-12 06:26:48,539] There has been a new submission: 'Boom Shankar csgo montage', with flair 'Gaming' +[2020-08-12 06:26:50,592] /u/DBdranzer had their submission removed for insufficient lambda. +[2020-08-12 06:26:51,917] /u/DBdranzer had their flair updated +[2020-08-12 06:34:46,936] There has been a new submission: 'Hello all please can I get some feedback on my new video in fact my whole channel that would be amazing god bless the small tubers please', with flair 'Gaming' +[2020-08-12 06:34:48,334] /u/wolfsburg666 had their submission removed for insufficient lambda. +[2020-08-12 06:34:50,802] /u/wolfsburg666 had their flair updated +[2020-08-12 06:35:28,057] There has been a new submission: 'Hey I’d love to get some feedback and critiques on my recent video, I know it can better just need some help on finding out how, will give lambda for helping out', with flair 'Video Critique' +[2020-08-12 06:35:28,624] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 06:35:28,625] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 06:35:28,990] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kUAECBj4YsY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 06:35:29,167] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3bLpRggzKwLZSiwenFpvbw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 06:35:31,841] /u/RBDKris had their flair updated +[2020-08-12 06:38:56,949] /u/PwrDown had their flair updated +[2020-08-12 06:41:42,781] There has been a new submission: 'I Name All US Cities Towns and Villages', with flair 'Vlog' +[2020-08-12 06:41:44,284] /u/NoMenWo had their submission removed for insufficient lambda. +[2020-08-12 06:41:46,413] /u/NoMenWo had their flair updated +[2020-08-12 06:45:29,373] There has been a new submission: 'Our First Time Questing in ESO', with flair 'Gaming' +[2020-08-12 06:45:31,214] /u/ElShadoWarrior had their submission removed for insufficient lambda. +[2020-08-12 06:45:32,815] /u/ElShadoWarrior had their flair updated +[2020-08-12 06:45:50,232] +#################### +[Aug 12 2020 06:45:50] RESTARTED +#################### + +[2020-08-12 07:15:52,934] There has been a new submission: 'Nana Kwabena - 12 Hours In Addis (No-Copyright Hip-Hop Instrumentals)', with flair 'Channel Review' +[2020-08-12 07:15:54,411] /u/HipDeck had their submission removed for insufficient lambda. +[2020-08-12 07:15:55,681] /u/HipDeck had their flair updated +[2020-08-12 07:16:13,777] There has been a new submission: 'animal memes peta wouldn't approve of', with flair 'Thumbnail Review' +[2020-08-12 07:16:14,759] /u/Bealinare had their submission removed for insufficient lambda. +[2020-08-12 07:16:15,988] /u/Bealinare had their flair updated +[2020-08-12 07:16:53,612] '/u/Wise_Donkey_1504' has given '/u/T-Borg' lambda! +[2020-08-12 07:16:55,251] /u/T-Borg had their flair updated +[2020-08-12 07:17:14,827] '/u/Wise_Donkey_1504' has given '/u/Cap_America_AC' lambda! +[2020-08-12 07:17:17,084] /u/Cap_America_AC had their flair updated +[2020-08-12 07:17:34,857] '/u/kevaux' has given '/u/egard43' lambda! +[2020-08-12 07:17:36,378] /u/egard43 had their flair updated +[2020-08-12 07:18:08,042] '/u/Wise_Donkey_1504' has given '/u/rondislap' lambda! +[2020-08-12 07:18:10,462] /u/rondislap had their flair updated +[2020-08-12 07:19:10,526] '/u/YourSexyCellMate' has given '/u/PwrDown' lambda! +[2020-08-12 07:19:12,649] /u/PwrDown had their flair updated +[2020-08-12 07:21:20,767] '/u/robbit9' has given '/u/Bebby_Tuna' lambda! +[2020-08-12 07:21:23,467] /u/Bebby_Tuna had their flair updated +[2020-08-12 07:22:27,193] There has been a new submission: 'New FIFA 20 career mode video', with flair 'Gaming' +[2020-08-12 07:22:28,784] /u/PhoenixGaming96 had their submission removed for insufficient lambda. +[2020-08-12 07:22:31,490] /u/PhoenixGaming96 had their flair updated +[2020-08-12 07:22:50,424] There has been a new submission: 'It’s our YT Channel... I think we do a Good Jon', with flair 'None' +[2020-08-12 07:22:51,900] /u/The_Other_Guy1543 had their submission removed for insufficient lambda. +[2020-08-12 07:22:53,822] /u/The_Other_Guy1543 had their flair updated +[2020-08-12 07:23:12,605] There has been a new submission: 'A first look at our future home - MARS', with flair 'Video Critique' +[2020-08-12 07:23:13,872] /u/ethan870 had their submission removed for insufficient lambda. +[2020-08-12 07:23:15,800] /u/ethan870 had their flair updated +[2020-08-12 07:24:52,002] There has been a new submission: 'Bluehost WordPress Tutorial - How To Build A Website On Bluehost 2020 (And Make Money)', with flair 'Video Critique' +[2020-08-12 07:24:53,229] /u/outdoorplayproject had their submission removed for insufficient lambda. +[2020-08-12 07:24:54,706] /u/outdoorplayproject had their flair updated +[2020-08-12 07:29:57,166] '/u/PineapplePizzaGaming' has given '/u/MrFishyMcFish' lambda! +[2020-08-12 07:29:58,357] /u/MrFishyMcFish had their flair updated +[2020-08-12 07:31:21,545] '/u/egard43' has given '/u/baechanka' lambda! +[2020-08-12 07:31:24,286] /u/baechanka had their flair updated +[2020-08-12 07:32:19,042] '/u/egard43' has given '/u/bipolarobot' lambda! +[2020-08-12 07:32:21,822] /u/bipolarobot had their flair updated +[2020-08-12 07:36:12,694] /u/egard43 had their flair updated +[2020-08-12 07:38:13,430] '/u/RBDKris' has given '/u/PwrDown' lambda! +[2020-08-12 07:38:15,888] /u/PwrDown had their flair updated +[2020-08-12 07:39:08,469] There has been a new submission: 'Here are top 10 Best Games of all the time in 2020, Best games that you should play in 2020.', with flair 'Gaming' +[2020-08-12 07:39:10,156] /u/bunny110198 had their submission removed for insufficient lambda. +[2020-08-12 07:39:11,017] /u/bunny110198 had their flair updated +[2020-08-12 07:44:28,887] '/u/MrCarsone' has given '/u/egard43' lambda! +[2020-08-12 07:44:31,436] /u/egard43 had their flair updated +[2020-08-12 07:52:55,218] '/u/MacaroniMozart' has given '/u/egard43' lambda! +[2020-08-12 07:52:58,300] /u/egard43 had their flair updated +[2020-08-12 07:54:51,315] There has been a new submission: 'Solemn: a short film, criticism is welcomed,', with flair 'Video Critique' +[2020-08-12 07:54:53,281] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 07:54:53,321] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 07:54:54,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0rTbczYSEtI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 07:54:54,920] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQzU5KSoFJ_ZC22yZAF52HA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 07:54:57,668] /u/egard43 had their flair updated +[2020-08-12 07:55:20,106] '/u/liluzisquirt_' has given '/u/PwrDown' lambda! +[2020-08-12 07:55:22,157] /u/PwrDown had their flair updated +[2020-08-12 07:57:30,917] There has been a new submission: 'Do We Have Mobile Gamers Here?? What Games Are You All Playing Now??', with flair 'Discussion' +[2020-08-12 07:57:33,575] /u/wallexy had their flair updated +[2020-08-12 08:01:12,196] There has been a new submission: 'Feedback appreciated for my short Minecraft Mod List video!', with flair 'Gaming' +[2020-08-12 08:01:12,849] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 08:01:12,887] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 08:01:13,547] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KC4gdMdchDU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 08:01:13,870] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYyRRWyMLSMCfKiIvfWYvkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 08:01:17,080] /u/PwrDown had their flair updated +[2020-08-12 08:03:56,887] '/u/MrCarsone' has given '/u/FergHD' lambda! +[2020-08-12 08:03:59,505] /u/FergHD had their flair updated +[2020-08-12 08:20:11,401] '/u/kevaux' has given '/u/SodiPopMatt' lambda! +[2020-08-12 08:20:13,646] /u/SodiPopMatt had their flair updated +[2020-08-12 08:22:13,252] There has been a new submission: 'My first proper Bass cover on YouTube, bit quiet at times but lemme know what you think! Dua Lipa- Hallucinate- Bass Cover (Slap)', with flair 'Video Critique' +[2020-08-12 08:22:16,365] /u/phipoff had their submission removed for insufficient lambda. +[2020-08-12 08:22:18,530] /u/phipoff had their flair updated +[2020-08-12 08:23:18,521] There has been a new submission: 'CUSTOMISING A NINTENDO SWITCH PRO CONTROLLER! I’m happy with this video, let me know what you guys think, lambda for constructive feedback :)', with flair 'Video Critique' +[2020-08-12 08:23:19,874] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 08:23:19,876] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 08:23:21,352] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UQkf0h1YXAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 08:23:21,677] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 08:23:24,707] /u/russianfortobias had their flair updated +[2020-08-12 08:25:32,013] There has been a new submission: 'How To Duplicate Weapons In Breath Of The Wild', with flair 'Gaming' +[2020-08-12 08:25:33,202] /u/Pringle_YT had their submission removed for insufficient lambda. +[2020-08-12 08:25:34,800] /u/Pringle_YT had their flair updated +[2020-08-12 08:28:57,672] There has been a new submission: 'How to Cook Classic Meatballs - Easy Recipe', with flair 'Vlog' +[2020-08-12 08:28:58,452] /u/Csabazsi had their submission removed for insufficient lambda. +[2020-08-12 08:28:59,194] /u/Csabazsi had their flair updated +[2020-08-12 08:41:38,037] '/u/pikareded' has given '/u/egard43' lambda! +[2020-08-12 08:41:40,993] /u/egard43 had their flair updated +[2020-08-12 08:44:08,926] There has been a new submission: 'Looking for Destiny 2 (PC) Creators', with flair 'Collab' +[2020-08-12 08:44:11,033] /u/ChimeraUKG had their flair updated +[2020-08-12 08:45:22,452] There has been a new submission: 'Gameplay From Call Of Duty Mobile', with flair 'Gaming' +[2020-08-12 08:45:23,747] /u/wallexy had their submission removed for insufficient lambda. +[2020-08-12 08:45:25,332] /u/wallexy had their flair updated +[2020-08-12 08:45:50,659] +#################### +[Aug 12 2020 08:45:50] RESTARTED +#################### + +[2020-08-12 09:23:23,284] There has been a new submission: 'I need feedback', with flair 'Channel Review' +[2020-08-12 09:23:26,842] /u/chief_flamingo07 had their submission removed for insufficient lambda. +[2020-08-12 09:23:28,730] /u/chief_flamingo07 had their flair updated +[2020-08-12 09:23:47,131] There has been a new submission: 'How To Get Disney Plus For Free 2020 | Free Disney Plus Account | Watch ...', with flair 'Thumbnail Review' +[2020-08-12 09:23:48,316] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-12 09:23:50,044] /u/Technovicky had their flair updated +[2020-08-12 09:27:10,904] '/u/egard43' has given '/u/thedrq' lambda! +[2020-08-12 09:27:13,245] /u/thedrq had their flair updated +[2020-08-12 09:28:46,510] '/u/egard43' has given '/u/SamTheAnthro' lambda! +[2020-08-12 09:28:48,391] /u/SamTheAnthro had their flair updated +[2020-08-12 09:29:06,439] '/u/kevaux' has given '/u/Cap_America_AC' lambda! +[2020-08-12 09:29:08,687] /u/Cap_America_AC had their flair updated +[2020-08-12 09:30:09,258] '/u/egard43' has given '/u/MakeItR3al' lambda! +[2020-08-12 09:30:11,586] /u/MakeItR3al had their flair updated +[2020-08-12 09:30:24,991] '/u/renehope' has given '/u/nl_881' lambda! +[2020-08-12 09:30:27,782] /u/nl_881 had their flair updated +[2020-08-12 09:31:50,499] '/u/kevaux' has given '/u/aragon_1399' lambda! +[2020-08-12 09:31:53,413] /u/aragon_1399 had their flair updated +[2020-08-12 09:32:13,422] '/u/Bebby_Tuna' has given '/u/PwrDown' lambda! +[2020-08-12 09:32:16,008] /u/PwrDown had their flair updated +[2020-08-12 09:32:48,978] '/u/Bebby_Tuna' has given '/u/egard43' lambda! +[2020-08-12 09:32:51,008] /u/egard43 had their flair updated +[2020-08-12 09:33:10,767] '/u/Bebby_Tuna' has given '/u/MakeItR3al' lambda! +[2020-08-12 09:33:13,307] /u/MakeItR3al had their flair updated +[2020-08-12 09:34:46,942] There has been a new submission: 'animal memes peta wouldn't approve of', with flair 'Thumbnail Review' +[2020-08-12 09:34:48,297] /u/Bealinare had their submission removed for insufficient lambda. +[2020-08-12 09:34:49,771] /u/Bealinare had their flair updated +[2020-08-12 09:35:07,734] There has been a new submission: 'Channel raid affects channel analytics ?', with flair 'Discussion' +[2020-08-12 09:35:09,410] /u/rjarvi had their flair updated +[2020-08-12 09:35:27,439] There has been a new submission: 'Halo 3 Legendary Co-Op Part 3 - Tsavo Highway', with flair 'Video Critique' +[2020-08-12 09:35:28,508] /u/Drumruuk had their submission removed for insufficient lambda. +[2020-08-12 09:35:29,984] /u/Drumruuk had their flair updated +[2020-08-12 09:35:51,988] '/u/russianfortobias' has given '/u/Cap_America_AC' lambda! +[2020-08-12 09:35:54,331] /u/Cap_America_AC had their flair updated +[2020-08-12 09:38:12,915] '/u/egard43' has given '/u/ChagTastic' lambda! +[2020-08-12 09:38:15,254] /u/ChagTastic had their flair updated +[2020-08-12 09:39:04,650] There has been a new submission: 'I tried to improve as much as I can to create this new video, let me know what you think :)', with flair 'Gaming' +[2020-08-12 09:39:06,250] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 09:39:06,289] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 09:39:07,356] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oZv35_FOJ0s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:07,847] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmBPkm5v4J27h5RRBhh-qfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:09,614] /u/MakeItR3al had their flair updated +[2020-08-12 09:39:27,062] There has been a new submission: 'MUG PIZZA LOCKDOWN RECIPE! Watch the whole video of this quick recipe and do let me know what you think about it!', with flair 'Video Critique' +[2020-08-12 09:39:28,254] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 09:39:28,255] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 09:39:29,607] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cMbwB8DFvgk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:30,018] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsXz2azIvZD-b9EEHysiq1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:31,539] /u/vaish1601 had their flair updated +[2020-08-12 09:39:49,080] There has been a new submission: 'I think this is my best video yet and wanted to know what you guys think! Lambda will be awarded to good feedback! Brutal honesty welcome', with flair 'Video Critique' +[2020-08-12 09:39:50,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 09:39:50,431] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 09:39:51,497] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LOOwFiRV2Yw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:51,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP-fkGB1l_DyDxX2tn65GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:39:53,425] /u/PandaTimeShow had their flair updated +[2020-08-12 09:41:31,702] '/u/PwrDown' has given '/u/thedrq' lambda! +[2020-08-12 09:41:34,329] /u/thedrq had their flair updated +[2020-08-12 09:42:14,957] '/u/PwrDown' has given '/u/MakeItR3al' lambda! +[2020-08-12 09:42:17,747] /u/MakeItR3al had their flair updated +[2020-08-12 09:52:01,499] There has been a new submission: 'Warzone Funny Moments - Feedback Appreciated!!', with flair 'Gaming' +[2020-08-12 09:52:03,136] /u/ZedEmm had their submission removed for insufficient lambda. +[2020-08-12 09:52:05,261] /u/ZedEmm had their flair updated +[2020-08-12 09:53:28,573] '/u/mickaelbdias' has given '/u/dank_wookie_sword' lambda! +[2020-08-12 09:53:31,281] /u/dank_wookie_sword had their flair updated +[2020-08-12 09:53:50,921] There has been a new submission: 'Warzone Funny Moments - Feedback Appreciated!', with flair 'Gaming' +[2020-08-12 09:53:52,232] /u/ZedEmm had their submission removed for insufficient lambda. +[2020-08-12 09:53:54,240] /u/ZedEmm had their flair updated +[2020-08-12 09:55:47,340] There has been a new submission: 'Hey, I made a new video taking the advice I got here into the account. I present you me playing Fall Guys! (will give lambda for feedback of course)', with flair 'Gaming' +[2020-08-12 09:55:48,285] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 09:55:48,287] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 09:55:49,305] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C1WsdRHoszQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:55:49,592] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCj7J-OqJA9SlqInOFo-SPfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 09:55:52,008] /u/ChagTastic had their flair updated +[2020-08-12 10:03:20,698] '/u/mickaelbdias' has given '/u/sayakataka' lambda! +[2020-08-12 10:03:22,956] /u/sayakataka had their flair updated +[2020-08-12 10:04:11,060] '/u/kevaux' has given '/u/ZedEmm' lambda! +[2020-08-12 10:04:13,401] /u/ZedEmm had their flair updated +[2020-08-12 10:10:56,161] '/u/ChagTastic' has given '/u/ZedEmm' lambda! +[2020-08-12 10:10:58,950] /u/ZedEmm had their flair updated +[2020-08-12 10:22:00,763] '/u/Adzic254' has given '/u/Cap_America_AC' lambda! +[2020-08-12 10:22:03,710] /u/Cap_America_AC had their flair updated +[2020-08-12 10:22:42,597] '/u/Adzic254' has given '/u/MafiasFinestTV' lambda! +[2020-08-12 10:22:45,255] /u/MafiasFinestTV had their flair updated +[2020-08-12 10:23:51,700] '/u/Adzic254' has given '/u/threepiecesofbread' lambda! +[2020-08-12 10:23:54,328] /u/threepiecesofbread had their flair updated +[2020-08-12 10:24:31,780] '/u/Adzic254' has given '/u/dragonsspawn' lambda! +[2020-08-12 10:24:34,407] /u/dragonsspawn had their flair updated +[2020-08-12 10:25:12,149] '/u/MakeItR3al' has given '/u/ZedEmm' lambda! +[2020-08-12 10:25:13,619] /u/ZedEmm had their flair updated +[2020-08-12 10:26:01,360] '/u/PandaTimeShow' has given '/u/SamTheAnthro' lambda! +[2020-08-12 10:26:03,732] /u/SamTheAnthro had their flair updated +[2020-08-12 10:27:33,058] '/u/PandaTimeShow' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 10:27:35,146] /u/Heavy_Rain_ had their flair updated +[2020-08-12 10:44:29,996] '/u/ChagTastic' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 10:44:32,132] /u/Heavy_Rain_ had their flair updated +[2020-08-12 10:45:50,860] +#################### +[Aug 12 2020 10:45:50] RESTARTED +#################### + +[2020-08-12 11:03:34,564] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-12 11:25:31,194] '/u/PwrDown' has given '/u/ChagTastic' lambda! +[2020-08-12 11:25:33,317] /u/ChagTastic had their flair updated +[2020-08-12 11:26:06,357] '/u/PwrDown' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 11:26:08,569] /u/Heavy_Rain_ had their flair updated +[2020-08-12 11:28:25,532] '/u/vaish1601' has given '/u/intrepidgrlventure' lambda! +[2020-08-12 11:28:27,788] /u/intrepidgrlventure had their flair updated +[2020-08-12 11:29:14,827] '/u/vaish1601' has given '/u/motlow7' lambda! +[2020-08-12 11:29:16,918] /u/motlow7 had their flair updated +[2020-08-12 11:29:34,845] '/u/vaish1601' has given '/u/jaxtnh' lambda! +[2020-08-12 11:29:36,733] /u/jaxtnh had their flair updated +[2020-08-12 11:29:53,320] There has been a new submission: 'Crispy French fries recipe, Homemade crispy fries recipe🍟', with flair 'Video Critique' +[2020-08-12 11:29:55,497] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 11:29:55,536] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 11:29:56,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=09Gxi1dAiME&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:29:57,344] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCusUtqBd1V2O8YQ7R64rWcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:29:58,863] /u/dbwotjr7 had their flair updated +[2020-08-12 11:30:18,858] There has been a new submission: 'Nikocado Avocado is wilding on onlyfans', with flair 'Channel Review' +[2020-08-12 11:30:20,499] /u/frmisunderstood had their submission removed for insufficient lambda. +[2020-08-12 11:30:22,844] /u/frmisunderstood had their flair updated +[2020-08-12 11:30:43,181] There has been a new submission: 'MY LATEST VIDEO CRITICISMS WELCOME..', with flair 'Gaming' +[2020-08-12 11:30:45,103] /u/Alternative_Knee had their submission removed for insufficient lambda. +[2020-08-12 11:30:47,488] /u/Alternative_Knee had their flair updated +[2020-08-12 11:31:07,672] There has been a new submission: 'Most Funny and Cute Deer - Cute Baby Deer video', with flair 'Vlog' +[2020-08-12 11:31:09,355] /u/moksah822 had their submission removed for insufficient lambda. +[2020-08-12 11:31:11,775] /u/moksah822 had their flair updated +[2020-08-12 11:31:31,808] There has been a new submission: 'With the cinemas back open I reviewed the newest film out called Unhinged with Russell Crowe. Lambda for good feedback 😊', with flair 'Video Critique' +[2020-08-12 11:31:32,796] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 11:31:32,797] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 11:31:33,702] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=320KgltdI4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:31:34,155] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:31:37,392] /u/Cap_America_AC had their flair updated +[2020-08-12 11:33:57,709] There has been a new submission: '62 KILL GAMEPLAY!!|BEST GUNS FOR SHIPMENT|BEST 2 LOADOUTS FOR SHIPMENT!!!!!', with flair 'Gaming' +[2020-08-12 11:33:59,435] /u/ktoonice03 had their submission removed for insufficient lambda. +[2020-08-12 11:34:01,113] /u/ktoonice03 had their flair updated +[2020-08-12 11:34:19,133] There has been a new submission: 'My newest video incorporated all the feedback I've gotten from this sub so far. I'm striving to make the best content possible and I'd love to hear how I did. Lamba given for all quality feedback.', with flair 'Video Critique' +[2020-08-12 11:34:20,073] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 11:34:20,075] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 11:34:20,972] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dpXLFUtUY00&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:34:21,383] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6rTt95oNmbTRpp53UoogIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 11:34:24,128] /u/308ar10 had their flair updated +[2020-08-12 11:38:20,069] There has been a new submission: '4 Tips for Taking Better Portrait Photos', with flair 'None' +[2020-08-12 11:38:21,014] /u/masterjmr had their submission removed for insufficient lambda. +[2020-08-12 11:38:21,876] /u/masterjmr had their flair updated +[2020-08-12 11:42:30,948] '/u/RBDKris' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 11:42:33,775] /u/Heavy_Rain_ had their flair updated +[2020-08-12 11:54:18,707] There has been a new submission: 'Leg & Booty workout without equipment', with flair 'Vlog' +[2020-08-12 11:54:20,021] /u/Chushbaby had their submission removed for insufficient lambda. +[2020-08-12 11:54:21,947] /u/Chushbaby had their flair updated +[2020-08-12 12:09:07,994] '/u/308ar10' has given '/u/liluzisquirt_' lambda! +[2020-08-12 12:09:10,082] /u/liluzisquirt_ had their flair updated +[2020-08-12 12:11:39,140] There has been a new submission: 'Heatwave - a song about hot days in Taiwan', with flair 'Vlog' +[2020-08-12 12:11:40,589] /u/sonn31llon had their submission removed for insufficient lambda. +[2020-08-12 12:11:43,253] /u/sonn31llon had their flair updated +[2020-08-12 12:13:01,529] There has been a new submission: 'I turned on every alarm at the Apple store', with flair 'Vlog' +[2020-08-12 12:13:02,916] /u/aidnyt had their submission removed for insufficient lambda. +[2020-08-12 12:13:04,958] /u/aidnyt had their flair updated +[2020-08-12 12:25:05,841] '/u/PandaTimeShow' has given '/u/simsomsam' lambda! +[2020-08-12 12:25:07,760] /u/simsomsam had their flair updated +[2020-08-12 12:27:49,862] '/u/HumbelGeniusYT' has given '/u/thedrq' lambda! +[2020-08-12 12:27:50,987] /u/thedrq had their flair updated +[2020-08-12 12:39:21,041] There has been a new submission: 'Ran into Satan', with flair 'Video Critique' +[2020-08-12 12:39:21,701] /u/Caiosue had their submission removed for insufficient lambda. +[2020-08-12 12:39:22,297] /u/Caiosue had their flair updated +[2020-08-12 12:45:34,093] There has been a new submission: 'Life Hack 🎨💋💄 FIX YOUR BROKEN MAKEUP with #MoonMousse', with flair 'Video Critique' +[2020-08-12 12:45:36,830] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-12 12:45:38,515] /u/tballs2003 had their flair updated +[2020-08-12 12:45:50,659] +#################### +[Aug 12 2020 12:45:50] RESTARTED +#################### + +[2020-08-12 13:17:16,656] '/u/308ar10' has given '/u/Adzic254' lambda! +[2020-08-12 13:17:18,868] /u/Adzic254 had their flair updated +[2020-08-12 13:17:38,333] '/u/wildh4rt' has given '/u/MafiasFinestTV' lambda! +[2020-08-12 13:17:40,422] /u/MafiasFinestTV had their flair updated +[2020-08-12 13:18:23,528] There has been a new submission: 'Here's my channel see if you like it', with flair 'Channel Review' +[2020-08-12 13:18:24,990] /u/Masked_Potaato had their submission removed for insufficient lambda. +[2020-08-12 13:18:25,812] /u/Masked_Potaato had their flair updated +[2020-08-12 13:18:43,239] There has been a new submission: '50% of my viewers don’t understand the language I use', with flair 'Discussion' +[2020-08-12 13:18:44,549] /u/Frozen_1CE had their flair updated +[2020-08-12 13:19:01,719] There has been a new submission: 'new video, would love feedback', with flair 'Gaming' +[2020-08-12 13:19:02,416] /u/AdamupGaming had their submission removed for insufficient lambda. +[2020-08-12 13:19:02,993] /u/AdamupGaming had their flair updated +[2020-08-12 13:20:47,190] There has been a new submission: 'I plan on doing all types of reviews such as food movies n games. How do you like it so far?', with flair 'Channel Review' +[2020-08-12 13:20:48,830] /u/rilloreviewer had their submission removed for insufficient lambda. +[2020-08-12 13:20:51,088] /u/rilloreviewer had their flair updated +[2020-08-12 13:29:17,424] '/u/vaish1601' has given '/u/DTV998' lambda! +[2020-08-12 13:29:19,759] /u/DTV998 had their flair updated +[2020-08-12 13:29:38,218] There has been a new submission: 'Being consistence really works on YouTube?', with flair 'Discussion' +[2020-08-12 13:29:38,996] /u/Cutedogs_ had their flair updated +[2020-08-12 13:31:04,548] There has been a new submission: 'We played some Rogue Company and carried the Donut himself to victory!', with flair 'Gaming' +[2020-08-12 13:31:06,486] /u/DarienOnline had their submission removed for insufficient lambda. +[2020-08-12 13:31:08,984] /u/DarienOnline had their flair updated +[2020-08-12 13:39:14,664] There has been a new submission: 'Need help for my channel', with flair 'Discussion' +[2020-08-12 13:39:15,608] /u/UnheardDrummer had their flair updated +[2020-08-12 13:41:54,782] There has been a new submission: 'NEW Marvel's Avengers Game is Absolutely Amazing', with flair 'Video Critique' +[2020-08-12 13:41:56,259] /u/ghostypantsjay had their submission removed for insufficient lambda. +[2020-08-12 13:41:58,472] /u/ghostypantsjay had their flair updated +[2020-08-12 13:52:04,705] '/u/therealfernandes' has given '/u/kdzplays' lambda! +[2020-08-12 13:52:07,488] /u/kdzplays had their flair updated +[2020-08-12 13:52:45,127] There has been a new submission: 'Season 9 release date confirmed call of duty mobile', with flair 'Gaming' +[2020-08-12 13:52:46,728] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-12 13:52:48,780] /u/Vizz47 had their flair updated +[2020-08-12 13:54:28,905] '/u/PandaTimeShow' has given '/u/GamesbeingGames' lambda! +[2020-08-12 13:54:31,605] /u/GamesbeingGames had their flair updated +[2020-08-12 13:55:15,751] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-12 14:05:06,921] '/u/mickaelbdias' has given '/u/intrepidgrlventure' lambda! +[2020-08-12 14:05:08,506] /u/intrepidgrlventure had their flair updated +[2020-08-12 14:05:32,803] '/u/mickaelbdias' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 14:05:35,508] /u/Heavy_Rain_ had their flair updated +[2020-08-12 14:06:49,625] There has been a new submission: 'My next video ideas', with flair 'Discussion' +[2020-08-12 14:06:51,303] /u/HYPERrAE_103 had their flair updated +[2020-08-12 14:08:00,577] '/u/YourSexyCellMate' has given '/u/Adzic254' lambda! +[2020-08-12 14:08:03,160] /u/Adzic254 had their flair updated +[2020-08-12 14:09:40,369] There has been a new submission: 'Star Wars Battlefront 2 (Except the game bullies me)', with flair 'Gaming' +[2020-08-12 14:09:41,556] /u/SJB_2000 had their submission removed for insufficient lambda. +[2020-08-12 14:09:42,256] /u/SJB_2000 had their flair updated +[2020-08-12 14:12:33,299] There has been a new submission: 'Tried a Ton of new things with this video including the thumbnail, effects, color, filming, and editing! Feedback/criticism are GREATLY appreciated and rewarded if authentic!', with flair 'Video Critique' +[2020-08-12 14:12:35,176] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 14:12:35,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 14:12:36,161] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TkNRHnrASj0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:12:36,775] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCa10aojz-tltkiiJss1Xhfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:12:39,843] /u/MonsterPuppetZam had their flair updated +[2020-08-12 14:16:14,140] There has been a new submission: 'Complementing Companies! ( Cheez-It, Jif, Goldfish +more!)', with flair 'Video Critique' +[2020-08-12 14:16:15,639] /u/HomeschooledCelery had their submission removed for insufficient lambda. +[2020-08-12 14:16:17,094] /u/HomeschooledCelery had their flair updated +[2020-08-12 14:17:47,946] There has been a new submission: 'Any VR Youtubers here ?', with flair 'Collab' +[2020-08-12 14:17:49,410] /u/RsTGEKO had their flair updated +[2020-08-12 14:19:57,106] '/u/YourSexyCellMate' has given '/u/GamesbeingGames' lambda! +[2020-08-12 14:19:59,122] /u/GamesbeingGames had their flair updated +[2020-08-12 14:23:19,848] There has been a new submission: 'Help! Posted this at a different time then normal and now views suck. Does post time really matter or is this video a dud?', with flair 'Video Critique' +[2020-08-12 14:23:21,280] /u/Danidoingthings had their submission removed for insufficient lambda. +[2020-08-12 14:23:23,329] /u/Danidoingthings had their flair updated +[2020-08-12 14:36:54,359] There has been a new submission: 'I'm a long-time Xbox & Microsoft enthusiast, and yesterday's news of Halo Infinite's delay was the perfect opportunity to finally spread my wings and discuss my observations and predictions for Xbox's next gen strategy. Any advice on how I can improve on this format in the future?', with flair 'Video Critique' +[2020-08-12 14:36:55,547] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 14:36:55,548] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 14:36:56,983] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=34QvUFsAD_s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:36:57,311] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCm8_mVzAXi85w6Av5TDD3RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:36:59,614] /u/BanditoSlim had their flair updated +[2020-08-12 14:37:20,244] '/u/MonsterPuppetZam' has given '/u/mreverdred01' lambda! +[2020-08-12 14:37:22,168] /u/mreverdred01 had their flair updated +[2020-08-12 14:39:55,661] '/u/HumbelGeniusYT' has given '/u/GamesbeingGames' lambda! +[2020-08-12 14:39:57,632] /u/GamesbeingGames had their flair updated +[2020-08-12 14:40:37,346] '/u/GGlobste' has given '/u/YourSexyCellMate' lambda! +[2020-08-12 14:40:40,173] /u/YourSexyCellMate had their flair updated +[2020-08-12 14:43:27,445] There has been a new submission: 'I've been getting more confident with my own voice and doing commentary videos. Made a Resident Evil 3 scene analysis/parody that I really enjoyed making. Wanting any feedback (don't be scared to be critical) giving lambda for all helpful comments!', with flair 'Video Critique' +[2020-08-12 14:43:28,225] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 14:43:28,226] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 14:43:28,918] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QyR1_vq3WQU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:43:29,334] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_uVEQ0C4_PpPfnV-qR-kpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 14:43:32,340] /u/GamesbeingGames had their flair updated +[2020-08-12 14:44:57,299] '/u/ameixarocha' has given '/u/Boomer_Warfare' lambda! +[2020-08-12 14:44:58,891] /u/Boomer_Warfare had their flair updated +[2020-08-12 14:45:50,982] +#################### +[Aug 12 2020 14:45:50] RESTARTED +#################### + +[2020-08-12 15:02:09,953] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-12 15:23:09,175] There has been a new submission: 'I used yt ad for the first time. Here is how it went', with flair 'Discussion' +[2020-08-12 15:23:12,900] /u/Ridi9t had their flair updated +[2020-08-12 15:23:36,356] '/u/MonsterPuppetZam' has given '/u/BanditoSlim' lambda! +[2020-08-12 15:23:38,979] /u/BanditoSlim had their flair updated +[2020-08-12 15:25:25,365] '/u/MrCarsone' has given '/u/GamesbeingGames' lambda! +[2020-08-12 15:25:27,746] /u/GamesbeingGames had their flair updated +[2020-08-12 15:28:11,126] '/u/vaish1601' has given '/u/TheMagicTurtle1' lambda! +[2020-08-12 15:28:13,218] /u/TheMagicTurtle1 had their flair updated +[2020-08-12 15:28:59,940] There has been a new submission: 'DMC 5 | my male fantasy - just meme', with flair 'Gaming' +[2020-08-12 15:29:00,747] /u/Orangeito had their submission removed for insufficient lambda. +[2020-08-12 15:29:01,321] /u/Orangeito had their flair updated +[2020-08-12 15:29:17,858] There has been a new submission: 'Insane squad team wipe for those who enjoy Battle royale/warzone clips!', with flair 'Gaming' +[2020-08-12 15:29:18,636] /u/H-Cub3d had their submission removed for insufficient lambda. +[2020-08-12 15:29:19,253] /u/H-Cub3d had their flair updated +[2020-08-12 15:29:35,963] There has been a new submission: 'This is my newest challenge! I hope you guys like it! Giving lambda to useful advice :D', with flair 'Video Critique' +[2020-08-12 15:29:37,935] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 15:29:37,938] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 15:29:39,249] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w7_d_b4iWek&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 15:29:39,664] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 15:29:41,176] /u/ShikharTrivedi had their flair updated +[2020-08-12 15:31:40,422] There has been a new submission: 'Guys please check out my First video. I know it says India cause I am Indian but it should work with any country with similar system. And you will have a good laugh out of it as well. It's basically HowToBasic India', with flair 'Channel Review' +[2020-08-12 15:31:41,898] /u/clawbuster had their submission removed for insufficient lambda. +[2020-08-12 15:31:43,990] /u/clawbuster had their flair updated +[2020-08-12 15:35:12,921] '/u/PandaTimeShow' has given '/u/pianobars' lambda! +[2020-08-12 15:35:14,346] /u/pianobars had their flair updated +[2020-08-12 15:38:19,276] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-12 15:38:26,079] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-12 15:38:46,338] There has been a new submission: 'The CHEAPEST Gaming Case We Could Find! | Inter-Tech Thunder', with flair 'Video Critique' +[2020-08-12 15:38:47,570] /u/Crys1289 had their submission removed for insufficient lambda. +[2020-08-12 15:38:48,470] /u/Crys1289 had their flair updated +[2020-08-12 15:42:26,537] There has been a new submission: 'Uploaded first video and wanted to get the ball rolling on my first views', with flair 'Video Critique' +[2020-08-12 15:42:29,117] /u/digitaldystopia1 had their submission removed for insufficient lambda. +[2020-08-12 15:42:31,336] /u/digitaldystopia1 had their flair updated +[2020-08-12 15:44:17,884] There has been a new submission: 'Started my new channel today. First serious attempt at regular uploads. Come check it out!', with flair 'Gaming' +[2020-08-12 15:44:19,937] /u/Cthuvian0 had their submission removed for insufficient lambda. +[2020-08-12 15:44:21,617] /u/Cthuvian0 had their flair updated +[2020-08-12 15:45:33,034] '/u/ShikharTrivedi' has given '/u/baechanka' lambda! +[2020-08-12 15:45:35,251] /u/baechanka had their flair updated +[2020-08-12 15:46:11,920] There has been a new submission: '1 month on YT, What am I doing right & what am I doing wrong?', with flair 'Channel Review' +[2020-08-12 15:46:13,312] /u/Benjaminleo99 had their submission removed for insufficient lambda. +[2020-08-12 15:46:14,667] /u/Benjaminleo99 had their flair updated +[2020-08-12 15:51:11,300] '/u/PandaTimeShow' has given '/u/nl_881' lambda! +[2020-08-12 15:51:14,291] /u/nl_881 had their flair updated +[2020-08-12 15:52:24,466] There has been a new submission: 'My channel doesn't get lots of views so I am trying to get it out there.', with flair 'Gaming' +[2020-08-12 15:52:26,024] /u/bruhenbruh had their submission removed for insufficient lambda. +[2020-08-12 15:52:28,117] /u/bruhenbruh had their flair updated +[2020-08-12 15:53:33,310] There has been a new submission: 'This is my newest video. I thought it was a pretty good and funny video. Any thoughts and/or suggestions', with flair 'Video Critique' +[2020-08-12 15:53:34,945] /u/SCG_11 had their submission removed for insufficient lambda. +[2020-08-12 15:53:36,793] /u/SCG_11 had their flair updated +[2020-08-12 16:00:02,716] There has been a new submission: 'We play games for the first time in languages we dont understand. In this one we end the video with some real life building and a song parody. Thanks in advance for your input!', with flair 'Video Critique' +[2020-08-12 16:00:03,783] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 16:00:03,821] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 16:00:04,932] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Uv72Jwy0pH8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:00:05,328] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNQ3WMvrKDeKq0iDVY7QYwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:00:09,727] /u/threepiecesofbread had their flair updated +[2020-08-12 16:00:36,032] There has been a new submission: 'Cavity Busters Impressions in 500 Words', with flair 'Gaming' +[2020-08-12 16:00:36,727] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 16:00:36,728] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 16:00:37,551] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iXKLUICq-2U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:00:37,882] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:00:41,095] /u/Adzic254 had their flair updated +[2020-08-12 16:01:18,784] There has been a new submission: 'WOLVES AT THE GATES', with flair 'Gaming' +[2020-08-12 16:01:20,307] /u/FawadA_ had their submission removed for insufficient lambda. +[2020-08-12 16:01:23,032] /u/FawadA_ had their flair updated +[2020-08-12 16:08:44,256] There has been a new submission: 'MASKING TRANSITION IN PREMIER PRO | BEGINNERS | TIPS', with flair 'Video Critique' +[2020-08-12 16:08:45,283] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-08-12 16:08:46,143] /u/Alilowthofficial had their flair updated +[2020-08-12 16:10:04,461] There has been a new submission: 'Trying out video podcasts on our channel to see what works! Pretty slow growth on our channel so far and advice is appreciated and will be awarded lambda!!', with flair 'Video Critique' +[2020-08-12 16:10:05,526] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 16:10:05,527] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 16:10:06,915] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AQDT_QecTDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:10:07,367] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzVxCAczhDBYSCvXDheHj7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:10:10,926] /u/nl_881 had their flair updated +[2020-08-12 16:11:39,333] There has been a new submission: 'Made my first VR centered video hope you like it', with flair 'Gaming' +[2020-08-12 16:11:40,934] /u/Gorgonism had their submission removed for insufficient lambda. +[2020-08-12 16:11:43,065] /u/Gorgonism had their flair updated +[2020-08-12 16:12:47,507] There has been a new submission: 'Check out my vlog, I've never done this before and would really like some feedback so I can improve. (2nd ep)', with flair 'Vlog' +[2020-08-12 16:12:49,305] /u/Pdoran602 had their submission removed for insufficient lambda. +[2020-08-12 16:12:51,315] /u/Pdoran602 had their flair updated +[2020-08-12 16:14:16,793] There has been a new submission: 'Hey guys, first video in penguinz0 style. Feedback is greatly appreciated!', with flair 'Video Critique' +[2020-08-12 16:14:18,921] /u/HolierThanThatGuy had their submission removed for insufficient lambda. +[2020-08-12 16:14:20,688] /u/HolierThanThatGuy had their flair updated +[2020-08-12 16:17:29,397] There has been a new submission: 'A few months ago, I shared a post and got some great feedback! I've made some big changes to my channel and I'm back! I hope some of the original commenters are still here!', with flair 'Video Critique' +[2020-08-12 16:17:30,359] /u/ATthewillhatton had their submission removed for insufficient lambda. +[2020-08-12 16:17:31,684] /u/ATthewillhatton had their flair updated +[2020-08-12 16:17:50,682] '/u/308ar10' has given '/u/Alternative_Knee' lambda! +[2020-08-12 16:17:51,937] /u/Alternative_Knee had their flair updated +[2020-08-12 16:22:21,519] There has been a new submission: 'New Series! Would love some feedback, especially on the performances by us Summerboys. Lambdas handed out in a timely fashion!', with flair 'Gaming' +[2020-08-12 16:22:23,003] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 16:22:23,005] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 16:22:23,987] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h6kaHfWK3GA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:22:24,439] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGmrBqC4CgbCvQukZUn29IA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:22:27,515] /u/ThemSummerboys had their flair updated +[2020-08-12 16:25:43,796] '/u/ShikharTrivedi' has given '/u/HolierThanThatGuy' lambda! +[2020-08-12 16:25:46,086] /u/HolierThanThatGuy had their flair updated +[2020-08-12 16:26:51,787] There has been a new submission: 'How to Get Your Hacked Account and Hacked Items Back in Roblox!', with flair 'Gaming' +[2020-08-12 16:26:53,016] /u/JPJ_YT had their submission removed for insufficient lambda. +[2020-08-12 16:26:54,372] /u/JPJ_YT had their flair updated +[2020-08-12 16:28:04,760] There has been a new submission: 'Stargirl Complete Series Review Part 1 Some Spoilers Analysis Breakdown ...', with flair 'Video Critique' +[2020-08-12 16:28:06,111] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-12 16:28:07,260] /u/legendary69bro had their flair updated +[2020-08-12 16:35:14,560] '/u/PwrDown' has given '/u/DTV998' lambda! +[2020-08-12 16:35:16,072] /u/DTV998 had their flair updated +[2020-08-12 16:36:16,412] '/u/PwrDown' has given '/u/TheMagicTurtle1' lambda! +[2020-08-12 16:36:19,738] /u/TheMagicTurtle1 had their flair updated +[2020-08-12 16:38:22,595] There has been a new submission: 'Been making Intros for my vlog series and this current's Vlog Chapter Intro made me feel a little proud. Of course, I could use some help and feedback. So hope you guys can enjoy this one. :]', with flair 'Vlog' +[2020-08-12 16:38:23,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 16:38:23,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 16:38:25,168] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=c9GvL4YwjLc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:38:25,660] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzCCFF80hlmAvnRgTc4RUfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 16:38:27,786] /u/TheeUnfamousHero had their flair updated +[2020-08-12 16:39:34,056] There has been a new submission: 'Cartoon - My Husband Left Me To Save Our Family! - AmoMama', with flair 'None' +[2020-08-12 16:39:34,832] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-12 16:39:35,488] /u/IndividualGuide had their flair updated +[2020-08-12 16:45:39,945] '/u/ShikharTrivedi' has given '/u/YTKoffing' lambda! +[2020-08-12 16:45:42,413] /u/YTKoffing had their flair updated +[2020-08-12 16:46:28,518] +#################### +[Aug 12 2020 16:46:28] RESTARTED +#################### + +[2020-08-12 17:28:04,807] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 20 - The Blood Sutra', with flair 'Gaming' +[2020-08-12 17:28:06,562] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-12 17:28:07,347] /u/CecliusPlaysHD had their flair updated +[2020-08-12 17:28:25,592] There has been a new submission: 'THIS GAME IS INSANITY!', with flair 'Gaming' +[2020-08-12 17:28:26,902] /u/Trivium1493 had their submission removed for insufficient lambda. +[2020-08-12 17:28:28,214] /u/Trivium1493 had their flair updated +[2020-08-12 17:28:44,734] There has been a new submission: 'My 2nd video on Youtube (3rd overall) and I have done them all in the same format. I don't have the skill or passion for editing but I love making these videos and interacting with viewers. Any advice to refine this style a bit more?', with flair 'Video Critique' +[2020-08-12 17:28:46,410] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 17:28:46,413] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 17:28:47,765] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MLBBA5EP0uQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:28:48,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1H336Gbp9dOSRZj2qFyeig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:28:50,264] /u/TrashmanTalks had their flair updated +[2020-08-12 17:29:06,316] There has been a new submission: 'How to grow coriander at home| plant life cycle', with flair 'Thumbnail Review' +[2020-08-12 17:29:07,170] /u/swathipadili had their submission removed for insufficient lambda. +[2020-08-12 17:29:07,788] /u/swathipadili had their flair updated +[2020-08-12 17:29:25,111] There has been a new submission: '【YOUKI ORIGINAL】 OFFICIAL TRAILER | Buried Case', with flair 'Video Critique' +[2020-08-12 17:29:25,972] /u/YOUKI_OFFICIAL had their submission removed for insufficient lambda. +[2020-08-12 17:29:26,505] /u/YOUKI_OFFICIAL had their flair updated +[2020-08-12 17:29:42,193] There has been a new submission: 'a contributor from r/youtubegaming said my thumbnails were no good, so I went back to the drawing board! Feedback appreciated!', with flair 'Thumbnail Review' +[2020-08-12 17:29:43,179] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 17:29:43,180] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 17:29:44,039] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YzdfbppNHTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:29:44,370] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPRGgzNXTxznXoemhbgZTuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:29:45,883] /u/baechanka had their flair updated +[2020-08-12 17:32:26,770] '/u/vaish1601' has given '/u/chickpea_taco' lambda! +[2020-08-12 17:32:29,183] /u/chickpea_taco had their flair updated +[2020-08-12 17:35:11,479] '/u/ChagTastic' has given '/u/YTKoffing' lambda! +[2020-08-12 17:35:12,838] /u/YTKoffing had their flair updated +[2020-08-12 17:36:43,562] '/u/Braxton-Adams' has given '/u/thedrq' lambda! +[2020-08-12 17:36:45,812] /u/thedrq had their flair updated +[2020-08-12 17:39:10,325] There has been a new submission: 'Here's my second Warzone Funny Moments video. I'd like some feedback on more things I could incorporate/improve on for future videos like these. I spent a long time editing this so I hope it's enjoyable. Feedback is very much appreciated!', with flair 'Gaming' +[2020-08-12 17:39:11,716] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 17:39:11,717] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 17:39:13,231] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0A9F7NeG17k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:39:13,641] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSnKKRZgydNaTRFhGbbv2vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:39:17,737] /u/ZedEmm had their flair updated +[2020-08-12 17:39:33,614] There has been a new submission: '⚠️WARNING - Meditation Music |Deep Sleep for 30 Minutes🌙 | Relax_homemusic', with flair 'Video Critique' +[2020-08-12 17:39:34,347] /u/relaxhomemusic had their submission removed for insufficient lambda. +[2020-08-12 17:39:34,963] /u/relaxhomemusic had their flair updated +[2020-08-12 17:39:50,981] There has been a new submission: 'Road to 1k subs', with flair 'Discussion' +[2020-08-12 17:39:51,801] /u/StraightArgument2 had their flair updated +[2020-08-12 17:40:08,143] There has been a new submission: 'SPIDER-MAN PS4 Easter Egg - Aunt May & Uncle Ben [video]', with flair 'Gaming' +[2020-08-12 17:40:10,068] /u/Kjred123 had their submission removed for insufficient lambda. +[2020-08-12 17:40:12,488] /u/Kjred123 had their flair updated +[2020-08-12 17:40:33,029] There has been a new submission: 'Is something up with the scheduling setting this week?', with flair 'Discussion' +[2020-08-12 17:40:35,807] /u/LabxAnomalous had their flair updated +[2020-08-12 17:40:55,510] There has been a new submission: 'Aye... Thats pretty good', with flair 'Gaming' +[2020-08-12 17:40:57,029] /u/MrGuyTheGreat had their submission removed for insufficient lambda. +[2020-08-12 17:40:59,289] /u/MrGuyTheGreat had their flair updated +[2020-08-12 17:41:18,520] There has been a new submission: 'SUB/BOT GLITCHING??', with flair 'Discussion' +[2020-08-12 17:41:21,686] /u/ThemSummerboys had their flair updated +[2020-08-12 17:41:42,207] There has been a new submission: 'THIS GAME IS PERFECT! - Fall Guys: Ultimate Knockout', with flair 'Gaming' +[2020-08-12 17:41:43,846] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-12 17:41:46,021] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-12 17:42:04,927] There has been a new submission: 'Trying to find a unique worldbuilding channel voice — What's working? What's not?', with flair 'Video Critique' +[2020-08-12 17:42:05,991] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 17:42:05,992] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 17:42:07,007] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=V57QQNIWgAk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:42:07,747] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC154AS5fuqqRS9MbmE85gXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:42:11,228] /u/pianobars had their flair updated +[2020-08-12 17:46:39,964] '/u/Adzic254' has given '/u/YTKoffing' lambda! +[2020-08-12 17:46:42,182] /u/YTKoffing had their flair updated +[2020-08-12 17:49:30,214] '/u/kevaux' has given '/u/sayakataka' lambda! +[2020-08-12 17:49:31,983] /u/sayakataka had their flair updated +[2020-08-12 17:49:53,029] '/u/kevaux' has given '/u/Samanaitor_88' lambda! +[2020-08-12 17:49:55,157] /u/Samanaitor_88 had their flair updated +[2020-08-12 17:50:07,807] There has been a new submission: 'Modern Warfare videos with some epic music', with flair 'Gaming' +[2020-08-12 17:50:09,459] /u/SnooCats2577 had their submission removed for insufficient lambda. +[2020-08-12 17:50:11,776] /u/SnooCats2577 had their flair updated +[2020-08-12 17:50:36,057] '/u/kevaux' has given '/u/HarryIsSausage' lambda! +[2020-08-12 17:50:38,809] /u/HarryIsSausage had their flair updated +[2020-08-12 17:51:35,149] '/u/kevaux' has given '/u/NerdTalkDan' lambda! +[2020-08-12 17:51:38,174] /u/NerdTalkDan had their flair updated +[2020-08-12 17:51:58,581] There has been a new submission: 'Please give me any feedback(will give lambda)! Subscribe to our channel if you like our content ! “This is what Quarter life crisis looks like: Day in the life of Sayaka”', with flair 'Video Critique' +[2020-08-12 17:51:59,764] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 17:51:59,766] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 17:52:00,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RNowIX_mSak&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:52:01,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1NDvPKG2xt2egVNi_uaAkQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 17:52:04,127] /u/sayakataka had their flair updated +[2020-08-12 17:52:27,770] '/u/kevaux' has given '/u/colinhorton' lambda! +[2020-08-12 17:52:29,898] /u/colinhorton had their flair updated +[2020-08-12 17:54:36,359] There has been a new submission: 'Brawlhalla No commentary gameplay', with flair 'Gaming' +[2020-08-12 17:54:37,675] /u/SharesupportN4S had their submission removed for insufficient lambda. +[2020-08-12 17:54:39,232] /u/SharesupportN4S had their flair updated +[2020-08-12 17:58:10,600] '/u/ShikharTrivedi' has given '/u/ATthewillhatton' lambda! +[2020-08-12 17:58:12,648] /u/ATthewillhatton had their flair updated +[2020-08-12 18:01:44,129] There has been a new submission: 'Bad Energy (A Song For You And You And You) -- A song I wrote about taking power back from the negative people in your life!', with flair 'Art' +[2020-08-12 18:01:45,647] /u/Galactodactyl had their submission removed for insufficient lambda. +[2020-08-12 18:01:47,837] /u/Galactodactyl had their flair updated +[2020-08-12 18:02:03,609] There has been a new submission: 'How Zoom Beat Skype and Won Against the Competition', with flair 'Video Critique' +[2020-08-12 18:02:05,123] /u/cohrrris had their submission removed for insufficient lambda. +[2020-08-12 18:02:07,378] /u/cohrrris had their flair updated +[2020-08-12 18:05:08,449] There has been a new submission: 'Recently started doing gaming reviews/essays. Would appreciate the love and support!', with flair 'Gaming' +[2020-08-12 18:05:09,692] /u/Aka4enko had their submission removed for insufficient lambda. +[2020-08-12 18:05:11,320] /u/Aka4enko had their flair updated +[2020-08-12 18:09:32,703] There has been a new submission: 'Every Word Ferb Has ever Spoken!!!', with flair 'Video Critique' +[2020-08-12 18:09:33,561] /u/RivalLeapord857 had their submission removed for insufficient lambda. +[2020-08-12 18:09:34,219] /u/RivalLeapord857 had their flair updated +[2020-08-12 18:12:21,708] There has been a new submission: 'HELLO PEOPLE!', with flair 'Gaming' +[2020-08-12 18:12:23,387] /u/TheBlueQuarth had their submission removed for insufficient lambda. +[2020-08-12 18:12:25,479] /u/TheBlueQuarth had their flair updated +[2020-08-12 18:26:05,566] There has been a new submission: 'What's in my backpack - University 2020 (Giving lambda for all feedback)', with flair 'Video Critique' +[2020-08-12 18:26:06,674] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 18:26:06,712] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 18:26:08,110] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v8_bjmIvF78&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 18:26:08,482] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCggSRn_s3Doy9Al6GNOb-uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 18:26:11,109] /u/Lewis_YT had their flair updated +[2020-08-12 18:27:59,624] '/u/ThemSummerboys' has given '/u/Paul_francis' lambda! +[2020-08-12 18:28:01,312] /u/Paul_francis had their flair updated +[2020-08-12 18:33:09,420] There has been a new submission: 'Check out my Stunnin' Remix!', with flair 'Video Critique' +[2020-08-12 18:33:11,163] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-08-12 18:33:13,174] /u/nocluesmusic had their flair updated +[2020-08-12 18:39:57,442] '/u/sayakataka' has given '/u/thedrq' lambda! +[2020-08-12 18:39:59,289] /u/thedrq had their flair updated +[2020-08-12 18:40:54,833] There has been a new submission: 'The Poon Tang Clan is playing hockey! Any tips or critiques from you guys?', with flair 'Channel Review' +[2020-08-12 18:40:56,760] /u/P00nTangKlan had their submission removed for insufficient lambda. +[2020-08-12 18:40:59,016] /u/P00nTangKlan had their flair updated +[2020-08-12 18:42:07,639] '/u/sayakataka' has given '/u/mreverdred01' lambda! +[2020-08-12 18:42:09,661] /u/mreverdred01 had their flair updated +[2020-08-12 18:45:22,671] There has been a new submission: 'I am currently making a video analysing and discussing gaming channels and gaming content and I need some YouTube channels to compare.', with flair 'Discussion' +[2020-08-12 18:45:24,578] /u/Rikidiki8 had their flair updated +[2020-08-12 18:45:51,676] +#################### +[Aug 12 2020 18:45:51] RESTARTED +#################### + +[2020-08-12 19:17:36,935] There has been a new submission: 'ive been posting pretty consistent since i quit my job and im pretty proud of myself, i would love any feedback on my recent vid or on my channel in general, thank you! :)', with flair 'Video Critique' +[2020-08-12 19:17:38,861] /u/MagicBulo had their submission removed for insufficient lambda. +[2020-08-12 19:17:39,727] /u/MagicBulo had their flair updated +[2020-08-12 19:17:56,826] There has been a new submission: 'Plan road trip across countries Brussels | Amsterdam', with flair 'Vlog' +[2020-08-12 19:17:57,770] /u/Travel_Hop had their submission removed for insufficient lambda. +[2020-08-12 19:17:58,574] /u/Travel_Hop had their flair updated +[2020-08-12 19:18:14,559] There has been a new submission: 'I upload just a bunch of random, and no context videos and I hope somebody can critique my channel', with flair 'Channel Review' +[2020-08-12 19:18:15,405] /u/friendlyhoodbruh had their submission removed for insufficient lambda. +[2020-08-12 19:18:16,283] /u/friendlyhoodbruh had their flair updated +[2020-08-12 19:18:31,660] There has been a new submission: 'Fall Guys | Funny Moments Montage and Gameplay', with flair 'Gaming' +[2020-08-12 19:18:33,449] /u/anthonylvang had their submission removed for insufficient lambda. +[2020-08-12 19:18:34,104] /u/anthonylvang had their flair updated +[2020-08-12 19:20:22,114] '/u/GraduateDan' has given '/u/Heavy_Rain_' lambda! +[2020-08-12 19:20:24,823] /u/Heavy_Rain_ had their flair updated +[2020-08-12 19:20:46,723] '/u/GraduateDan' has given '/u/ItzAnnaz' lambda! +[2020-08-12 19:20:49,518] /u/ItzAnnaz had their flair updated +[2020-08-12 19:22:22,578] '/u/nl_881' has given '/u/Paul_francis' lambda! +[2020-08-12 19:22:23,482] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/api/flairlist/ +[2020-08-12 19:22:26,095] /u/Paul_francis had their flair updated +[2020-08-12 19:23:27,859] '/u/nl_881' has given '/u/mreverdred01' lambda! +[2020-08-12 19:23:30,277] /u/mreverdred01 had their flair updated +[2020-08-12 19:24:02,281] There has been a new submission: 'A REVOLUTIONARY VIDEO (IMO)', with flair 'Discussion' +[2020-08-12 19:24:05,970] /u/Samanaitor_88 had their flair updated +[2020-08-12 19:24:23,607] There has been a new submission: 'I posted here a few months back and after some amazing advice I've made some drastic changes not only to the channel, artwork and adverts but the video delivery too! I hope some of the original commenters are still here!', with flair 'Video Critique' +[2020-08-12 19:24:25,617] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 19:24:25,656] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 19:24:26,921] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tK8ZRETiKEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:24:27,333] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmuwwGMbX5mowRw_GBjc6HA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:24:29,915] /u/ATthewillhatton had their flair updated +[2020-08-12 19:24:47,452] There has been a new submission: 'May not look like it but it took a while to make and would love it if you could subscribe to me', with flair 'Gaming' +[2020-08-12 19:24:48,647] /u/A2Z_0119_ had their submission removed for insufficient lambda. +[2020-08-12 19:24:50,167] /u/A2Z_0119_ had their flair updated +[2020-08-12 19:25:09,916] There has been a new submission: 'New video! Surviving Fundy's Impossible++ Minecraft Difficulty [PART 2]', with flair 'Gaming' +[2020-08-12 19:25:11,183] /u/Ethan_CO had their submission removed for insufficient lambda. +[2020-08-12 19:25:12,942] /u/Ethan_CO had their flair updated +[2020-08-12 19:25:30,688] There has been a new submission: 'Hello guys I dropped a new video, pls help my to make 20 subs full', with flair 'Channel Review' +[2020-08-12 19:25:32,280] /u/EasyMeditation had their submission removed for insufficient lambda. +[2020-08-12 19:25:33,711] /u/EasyMeditation had their flair updated +[2020-08-12 19:25:53,038] There has been a new submission: 'Any constructive feedback would be great! Thank You! SCARIEST GAME SHOW EVER! - Midnight Shift with Lenny Motts', with flair 'Channel Review' +[2020-08-12 19:25:55,746] /u/AdamManTM had their submission removed for insufficient lambda. +[2020-08-12 19:25:57,758] /u/AdamManTM had their flair updated +[2020-08-12 19:28:23,721] There has been a new submission: 'Still looking for more EPIC gamers', with flair 'Collab' +[2020-08-12 19:28:25,642] /u/Zicronium had their flair updated +[2020-08-12 19:28:42,847] There has been a new submission: 'Fall Guys Level Up. I Secure a clutch victory to win First Crown!!! Crazy Ending.', with flair 'Gaming' +[2020-08-12 19:28:44,856] /u/tonezrl had their submission removed for insufficient lambda. +[2020-08-12 19:28:45,555] /u/tonezrl had their flair updated +[2020-08-12 19:34:30,868] '/u/ChagTastic' has given '/u/rondislap' lambda! +[2020-08-12 19:34:33,285] /u/rondislap had their flair updated +[2020-08-12 19:36:32,501] There has been a new submission: 'Quick IPad Pro case review. Appreciate your feedback. Lambda given for your time!', with flair 'Video Critique' +[2020-08-12 19:36:33,692] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 19:36:33,693] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 19:36:34,795] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=999n3O3tbYs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:36:35,126] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:36:37,457] /u/Djbernie805 had their flair updated +[2020-08-12 19:37:56,709] There has been a new submission: 'How I traveled to Italy in Pokemon...', with flair 'Video Critique' +[2020-08-12 19:37:57,732] /u/Puba13 had their submission removed for insufficient lambda. +[2020-08-12 19:37:58,761] /u/Puba13 had their flair updated +[2020-08-12 19:43:49,258] There has been a new submission: 'Getting better at Call of Duty games!!!', with flair 'Gaming' +[2020-08-12 19:43:50,657] /u/Meirdeucetrill had their submission removed for insufficient lambda. +[2020-08-12 19:43:52,505] /u/Meirdeucetrill had their flair updated +[2020-08-12 19:44:43,497] There has been a new submission: 'MrBeast Broke Into My House And Left $50,000', with flair 'Video Critique' +[2020-08-12 19:44:44,728] /u/Ostral22 had their submission removed for insufficient lambda. +[2020-08-12 19:44:46,409] /u/Ostral22 had their flair updated +[2020-08-12 19:46:40,923] '/u/Djbernie805' has given '/u/bipolarobot' lambda! +[2020-08-12 19:46:42,888] /u/bipolarobot had their flair updated +[2020-08-12 19:47:07,878] '/u/ThemSummerboys' has given '/u/The-Bomb-Guy' lambda! +[2020-08-12 19:47:09,183] /u/The-Bomb-Guy had their flair updated +[2020-08-12 19:51:00,487] There has been a new submission: 'ROAD TO 1K Sub! Can you help? https://youtu.be/snGAdosd-Eg', with flair 'Vlog' +[2020-08-12 19:51:02,130] /u/GeoFishing had their submission removed for insufficient lambda. +[2020-08-12 19:51:04,503] /u/GeoFishing had their flair updated +[2020-08-12 19:53:27,535] There has been a new submission: 'I made a Fall Guys video and I want some good critique (for lambda)', with flair 'Video Critique' +[2020-08-12 19:53:28,642] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 19:53:28,680] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 19:53:30,314] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Jsxl69EoWak&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:53:30,725] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 19:53:33,753] /u/rondislap had their flair updated +[2020-08-12 19:59:30,978] '/u/ZedEmm' has given '/u/SnooCats2577' lambda! +[2020-08-12 19:59:32,128] /u/SnooCats2577 had their flair updated +[2020-08-12 20:00:10,302] '/u/ZedEmm' has given '/u/mreverdred01' lambda! +[2020-08-12 20:00:12,672] /u/mreverdred01 had their flair updated +[2020-08-12 20:00:24,170] There has been a new submission: 'You Won't Believe What We Did To This Old Coffee Table! 😍 Tie Dye RESIN!! We absolutely loved this project! What do you guys think? All feedback will be given lambda 😊', with flair 'Video Critique' +[2020-08-12 20:00:24,904] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 20:00:24,905] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 20:00:25,684] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eC-7p_jr8Rk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:00:26,054] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSybJaeE82Lr1GatWbclWRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:00:29,343] /u/denandmugMAKES had their flair updated +[2020-08-12 20:02:07,766] '/u/KaiKunai' has given '/u/ManFromMissouri' lambda! +[2020-08-12 20:02:09,802] /u/ManFromMissouri had their flair updated +[2020-08-12 20:02:11,753] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-12 20:02:27,836] /u/ManFromMissouri had their flair updated +[2020-08-12 20:02:48,774] '/u/KaiKunai' has given '/u/HappyPantzInc' lambda! +[2020-08-12 20:02:51,037] /u/HappyPantzInc had their flair updated +[2020-08-12 20:03:38,447] '/u/KaiKunai' has given '/u/Krogmo' lambda! +[2020-08-12 20:03:41,312] /u/Krogmo had their flair updated +[2020-08-12 20:06:27,958] '/u/kevaux' has given '/u/Puba13' lambda! +[2020-08-12 20:06:29,926] /u/Puba13 had their flair updated +[2020-08-12 20:06:50,783] '/u/nl_881' has given '/u/The-Bomb-Guy' lambda! +[2020-08-12 20:06:53,076] /u/The-Bomb-Guy had their flair updated +[2020-08-12 20:09:54,683] There has been a new submission: 'CSGO FUNNY MOMENTS 😂😂', with flair 'Gaming' +[2020-08-12 20:09:55,581] /u/IvanovichCYKA had their submission removed for insufficient lambda. +[2020-08-12 20:09:56,116] /u/IvanovichCYKA had their flair updated +[2020-08-12 20:10:34,676] There has been a new submission: '(History of the Valentine Heart, shot on 16mm film) I have skit comedy style videos like this one scheduled on my YouTube channel every 3 weeks through December now. Looking for advice on the best places to promote these Monty Python/WKUK style shorts, besides my own social media', with flair 'Video Critique' +[2020-08-12 20:10:35,942] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 20:10:35,944] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 20:10:37,293] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dOW_8paTKyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:10:37,704] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:10:41,221] /u/mreverdred01 had their flair updated +[2020-08-12 20:11:16,877] There has been a new submission: 'Siren Head in Area 51', with flair 'Thumbnail Review' +[2020-08-12 20:11:18,436] /u/Samyak0425 had their submission removed for insufficient lambda. +[2020-08-12 20:11:20,655] /u/Samyak0425 had their flair updated +[2020-08-12 20:14:03,674] There has been a new submission: 'New to YouTube industry!', with flair 'Discussion' +[2020-08-12 20:14:05,882] /u/SeniorBobo had their flair updated +[2020-08-12 20:16:13,984] There has been a new submission: 'I just started my youtube channel a couple of weeks ago. It focuses on political satire. This is my favorite video I've edited so far. It's Donald Trump singing Cardi B and Megan the Stallion's "WAP". Any tips to build traction or an audience are appreciated!', with flair 'Channel Review' +[2020-08-12 20:16:15,024] /u/gypster85 had their submission removed for insufficient lambda. +[2020-08-12 20:16:16,335] /u/gypster85 had their flair updated +[2020-08-12 20:17:15,440] There has been a new submission: 'Fleeting Moments // Short Travel Film', with flair 'Video Critique' +[2020-08-12 20:17:16,402] /u/kushalmittal had their submission removed for insufficient lambda. +[2020-08-12 20:17:17,478] /u/kushalmittal had their flair updated +[2020-08-12 20:17:48,981] There has been a new submission: 'Like whatatatat', with flair 'Video Critique' +[2020-08-12 20:17:49,863] /u/hapoyljk had their submission removed for insufficient lambda. +[2020-08-12 20:17:50,801] /u/hapoyljk had their flair updated +[2020-08-12 20:18:04,747] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-08-12 20:18:05,907] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-08-12 20:18:06,784] /u/Just0Andrew had their flair updated +[2020-08-12 20:19:02,274] There has been a new submission: 'Like whatttt', with flair 'Channel Review' +[2020-08-12 20:19:03,168] /u/hapoyljk had their submission removed for insufficient lambda. +[2020-08-12 20:19:03,862] /u/hapoyljk had their flair updated +[2020-08-12 20:22:03,799] There has been a new submission: 'Electro Rock Music -ROCKURA🎸🎼 Electronic Sessions', with flair 'Video Critique' +[2020-08-12 20:22:05,478] /u/genixo had their submission removed for insufficient lambda. +[2020-08-12 20:22:07,607] /u/genixo had their flair updated +[2020-08-12 20:22:48,318] There has been a new submission: 'AUDI R8 2020: TECH REVIEW, ANDROID AUTO & APPLE CARPLAY', with flair 'Video Critique' +[2020-08-12 20:22:49,756] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-08-12 20:22:51,767] /u/Spinstorm had their flair updated +[2020-08-12 20:25:01,096] '/u/TheeUnfamousHero' has given '/u/Puba13' lambda! +[2020-08-12 20:25:03,554] /u/Puba13 had their flair updated +[2020-08-12 20:25:46,893] There has been a new submission: 'Look for feedback on a comedy video I made. It took a good while to edit and I enjoyed making it. Let me know what I did well and what I need to work on [Making Watermelon Sugar in 4 Different Ways with Harry Styles]', with flair 'Video Critique' +[2020-08-12 20:25:48,044] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 20:25:48,045] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 20:25:49,158] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7ZDH2OyoS2U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:25:49,569] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJyLu-lj_FtMUPmoo23dXNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 20:25:52,071] /u/tommyboy_lr had their flair updated +[2020-08-12 20:27:12,221] There has been a new submission: 'DANISH & BRITISH (Funny moments) / my 2nd video, hope you guys like it ;)', with flair 'Video Critique' +[2020-08-12 20:27:13,244] /u/tomkok1 had their submission removed for insufficient lambda. +[2020-08-12 20:27:14,473] /u/tomkok1 had their flair updated +[2020-08-12 20:30:18,661] There has been a new submission: 'The Nether is Scary as Hell (SMP Stream Highlights)', with flair 'Video Critique' +[2020-08-12 20:30:20,263] /u/XXexavier had their submission removed for insufficient lambda. +[2020-08-12 20:30:22,688] /u/XXexavier had their flair updated +[2020-08-12 20:31:01,443] There has been a new submission: 'My YouTube channel', with flair 'Gaming' +[2020-08-12 20:31:03,091] /u/castledconch had their submission removed for insufficient lambda. +[2020-08-12 20:31:05,342] /u/castledconch had their flair updated +[2020-08-12 20:43:36,532] There has been a new submission: 'How To Recover From A Burnout (A GUIDE TO RISE FROM MENTAL BREAKDOWN!)', with flair 'Video Critique' +[2020-08-12 20:43:38,051] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-08-12 20:43:40,100] /u/Onediamondfilms had their flair updated +[2020-08-12 20:44:26,015] '/u/egard43' has given '/u/andyofasgard' lambda! +[2020-08-12 20:44:28,522] /u/andyofasgard had their flair updated +[2020-08-12 20:46:06,500] +#################### +[Aug 12 2020 20:46:06] RESTARTED +#################### + +[2020-08-12 21:17:59,798] Starting every day program... +[2020-08-12 21:17:59,838] Updating database statistics... +[2020-08-12 21:18:03,074] Posting and updating wiki... +[2020-08-12 21:18:26,693] Formatting leaderboard... +[2020-08-12 21:18:27,717] Updating sidebar... +[2020-08-12 21:18:28,251] Updated in new reddit... +[2020-08-12 21:18:29,643] Updated in old reddit... +[2020-08-12 21:18:29,643] Completed. +[2020-08-12 21:23:47,832] There has been a new submission: 'Anyone got any tips for a music/covers channel?', with flair 'Video Critique' +[2020-08-12 21:23:49,179] /u/LiamFolii had their submission removed for insufficient lambda. +[2020-08-12 21:23:50,866] /u/LiamFolii had their flair updated +[2020-08-12 21:24:08,527] There has been a new submission: 'Battlefield Hardline Live Commentary - getting better at it! Please like and sub!', with flair 'Gaming' +[2020-08-12 21:24:10,366] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-08-12 21:24:11,964] /u/RoshamboRich had their flair updated +[2020-08-12 21:24:31,165] There has been a new submission: 'Please like and subscribe I have been trying for a long time and I get no views or subs so thank you guys', with flair 'Channel Review' +[2020-08-12 21:24:32,274] /u/sashshinobi had their submission removed for insufficient lambda. +[2020-08-12 21:24:33,798] /u/sashshinobi had their flair updated +[2020-08-12 21:24:51,504] There has been a new submission: 'Viewer rate drop off', with flair 'Discussion' +[2020-08-12 21:24:54,126] /u/taylo2 had their flair updated +[2020-08-12 21:25:12,107] There has been a new submission: 'Portrait Sketch of Srijoni Chatterje - Pencil Sketch No.23 - @DEEPPARMAR', with flair 'Art' +[2020-08-12 21:25:13,274] /u/redditdparmar had their submission removed for insufficient lambda. +[2020-08-12 21:25:14,711] /u/redditdparmar had their flair updated +[2020-08-12 21:25:32,467] There has been a new submission: 'Welcome To My Channel! My first YouTube video!', with flair 'Vlog' +[2020-08-12 21:25:34,438] /u/wizzyspizzy had their submission removed for insufficient lambda. +[2020-08-12 21:25:35,868] /u/wizzyspizzy had their flair updated +[2020-08-12 21:25:58,611] '/u/mreverdred01' has given '/u/bipolarobot' lambda! +[2020-08-12 21:26:01,045] /u/bipolarobot had their flair updated +[2020-08-12 21:26:19,201] '/u/mreverdred01' has given '/u/devilpanda555' lambda! +[2020-08-12 21:26:21,539] /u/devilpanda555 had their flair updated +[2020-08-12 21:28:18,235] '/u/rondislap' has given '/u/Puba13' lambda! +[2020-08-12 21:28:20,482] /u/Puba13 had their flair updated +[2020-08-12 21:28:51,628] '/u/rondislap' has given '/u/0_R_A_N_G_E' lambda! +[2020-08-12 21:28:53,597] /u/0_R_A_N_G_E had their flair updated +[2020-08-12 21:29:25,011] '/u/rondislap' has given '/u/The-Bomb-Guy' lambda! +[2020-08-12 21:29:27,220] /u/The-Bomb-Guy had their flair updated +[2020-08-12 21:30:15,284] '/u/kevaux' has given '/u/cherishedrabbits' lambda! +[2020-08-12 21:30:17,825] /u/cherishedrabbits had their flair updated +[2020-08-12 21:34:55,105] There has been a new submission: 'Just uploaded my first video', with flair 'Art' +[2020-08-12 21:34:56,253] /u/stressedsenior222 had their submission removed for insufficient lambda. +[2020-08-12 21:34:57,732] /u/stressedsenior222 had their flair updated +[2020-08-12 21:35:08,633] There has been a new submission: 'FORTNITE MEMES ALWAYS BEAT SWEATS', with flair 'Gaming' +[2020-08-12 21:35:10,010] /u/OZone7D had their submission removed for insufficient lambda. +[2020-08-12 21:35:11,383] /u/OZone7D had their flair updated +[2020-08-12 21:35:16,993] There has been a new submission: 'Would love any feedback on my most recent video uploaded to my channel :) my channel consists of lifestyle, fashion & beauty!', with flair 'Channel Review' +[2020-08-12 21:35:18,164] /u/96cl had their submission removed for insufficient lambda. +[2020-08-12 21:35:19,548] /u/96cl had their flair updated +[2020-08-12 21:35:37,097] There has been a new submission: 'The new humble bundle could be very good for small creators!', with flair 'Discussion' +[2020-08-12 21:35:39,269] /u/Sky-todd had their flair updated +[2020-08-12 21:35:56,645] There has been a new submission: '🇬🇧 Jaguar XKR-S - Forza Horizon 4 Gameplay Steering wheel and Shifter + Clutch and wheel cam', with flair 'Gaming' +[2020-08-12 21:35:57,799] /u/itsjustagame14 had their submission removed for insufficient lambda. +[2020-08-12 21:35:59,071] /u/itsjustagame14 had their flair updated +[2020-08-12 21:36:16,514] There has been a new submission: 'My attempt at animated Mongolian history - Would love to your feedback for my next video!', with flair 'Video Critique' +[2020-08-12 21:36:17,581] /u/Doctoriusgrift had their submission removed for insufficient lambda. +[2020-08-12 21:36:18,772] /u/Doctoriusgrift had their flair updated +[2020-08-12 21:36:36,389] There has been a new submission: 'GCSE Maths - Indices', with flair 'Video Critique' +[2020-08-12 21:36:37,786] /u/k11_education had their submission removed for insufficient lambda. +[2020-08-12 21:36:38,937] /u/k11_education had their flair updated +[2020-08-12 21:41:03,519] There has been a new submission: 'Just something I made. I am planning on making gaming videos with minimal edits because I don't have a lot of time to make content and I like it that way. Feel free to leave opinions here please :)', with flair 'Gaming' +[2020-08-12 21:41:05,156] /u/YT_L0dgy had their submission removed for insufficient lambda. +[2020-08-12 21:41:07,453] /u/YT_L0dgy had their flair updated +[2020-08-12 21:41:36,028] '/u/MonsterPuppetZam' has given '/u/rondislap' lambda! +[2020-08-12 21:41:39,729] /u/rondislap had their flair updated +[2020-08-12 21:42:21,759] There has been a new submission: 'I spent a lot of time on my latest CS:GO video, I'd really appreciate any feedback! Giving lambda to everyone with helpful feedback!', with flair 'Gaming' +[2020-08-12 21:42:23,890] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 21:42:24,052] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 21:42:25,563] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_yA3gfik8zA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 21:42:26,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCd20H4GxEN4YwHpxKNQRQdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 21:42:29,491] /u/coolyosi had their flair updated +[2020-08-12 21:50:46,818] There has been a new submission: 'We started posted a few weeks ago. Trying to make a not basic musician page. What do you guys think?', with flair 'Channel Review' +[2020-08-12 21:50:48,583] /u/manyatomman had their submission removed for insufficient lambda. +[2020-08-12 21:50:50,882] /u/manyatomman had their flair updated +[2020-08-12 21:55:48,326] There has been a new submission: 'Just uploaded this wondering what yall think', with flair 'Gaming' +[2020-08-12 21:55:49,876] /u/CallMeKenneth2004 had their submission removed for insufficient lambda. +[2020-08-12 21:55:51,474] /u/CallMeKenneth2004 had their flair updated +[2020-08-12 21:56:37,842] There has been a new submission: 'Saved 73.76 at children's place on 6 outfits for my son I Dominic's haul...', with flair 'Vlog' +[2020-08-12 21:56:39,036] /u/The_Real_Jamesetta had their submission removed for insufficient lambda. +[2020-08-12 21:56:40,390] /u/The_Real_Jamesetta had their flair updated +[2020-08-12 21:59:39,340] There has been a new submission: 'Hi i am a fifa youtuber that is trying to reach 10 subscribers help would be apprecieted', with flair 'Gaming' +[2020-08-12 21:59:39,995] /u/uncommonj had their submission removed for insufficient lambda. +[2020-08-12 21:59:40,491] /u/uncommonj had their flair updated +[2020-08-12 22:03:50,122] '/u/TheeUnfamousHero' has given '/u/andyofasgard' lambda! +[2020-08-12 22:03:52,754] /u/andyofasgard had their flair updated +[2020-08-12 22:07:32,364] There has been a new submission: 'I made Fortnite but its Forza Horizon 4', with flair 'Gaming' +[2020-08-12 22:07:33,791] /u/N_oiree had their submission removed for insufficient lambda. +[2020-08-12 22:07:35,021] /u/N_oiree had their flair updated +[2020-08-12 22:14:17,772] There has been a new submission: 'My Youtube channel', with flair 'Discussion' +[2020-08-12 22:14:20,799] /u/toyfan1990 had their flair updated +[2020-08-12 22:14:37,531] '/u/coolyosi' has given '/u/ttt3gamecocks' lambda! +[2020-08-12 22:14:39,865] /u/ttt3gamecocks had their flair updated +[2020-08-12 22:15:08,100] There has been a new submission: 'Here’s my third video for my summer series of 2020. This month marks my first full year on YouTube. From knowing nothing about video editing to what I make now, I reckon I deserve a pat on the back lol', with flair 'Video Critique' +[2020-08-12 22:15:08,344] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 22:15:08,346] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 22:15:08,474] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2jHHruZm5OU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 22:15:08,589] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO9r478yP4YoKXypn2D7asQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 22:15:10,845] /u/jayrosa12 had their flair updated +[2020-08-12 22:21:16,344] There has been a new submission: 'Continuing to experiment with new edits- would appreciate any feedback that might improve them! (LAMBDA for helpful criticism)', with flair 'Video Critique' +[2020-08-12 22:21:17,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 22:21:17,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 22:21:18,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5Q9HJ2Oun4Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 22:21:19,137] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 22:21:23,657] /u/MacAttack163 had their flair updated +[2020-08-12 22:24:52,912] There has been a new submission: 'Is my subscribe goal and deadline realistic?', with flair 'Discussion' +[2020-08-12 22:24:55,082] /u/Emptygirl107 had their flair updated +[2020-08-12 22:29:28,617] There has been a new submission: 'Uploaded a gameplay of solo van Squad in the game hyperscape could you guys check out my gameplay and if you liked the content take a moment to sub it would mean the world to me :)', with flair 'Gaming' +[2020-08-12 22:29:29,250] /u/enesk_70 had their submission removed for insufficient lambda. +[2020-08-12 22:29:30,045] /u/enesk_70 had their flair updated +[2020-08-12 22:41:23,553] There has been a new submission: 'Modern warfare but its with the boys', with flair 'Gaming' +[2020-08-12 22:41:25,719] /u/Bruh-Moment-469 had their submission removed for insufficient lambda. +[2020-08-12 22:41:27,936] /u/Bruh-Moment-469 had their flair updated +[2020-08-12 22:42:09,013] There has been a new submission: 'Hey guys :) So I just uploaded my first video, which I think it's pretty cool and has a lot of effort in it, but I'm not the one to judge. Anyway, all support and feedback are really well appreciated :)', with flair 'Gaming' +[2020-08-12 22:42:10,577] /u/iSimpleCat had their submission removed for insufficient lambda. +[2020-08-12 22:42:12,750] /u/iSimpleCat had their flair updated +[2020-08-12 22:42:27,457] There has been a new submission: 'You Should NOT set Subscriber Goals, My opinion on Why', with flair 'Discussion' +[2020-08-12 22:42:30,171] /u/Rubenazo1999 had their flair updated +[2020-08-12 22:45:52,499] +#################### +[Aug 12 2020 22:45:52] RESTARTED +#################### + +[2020-08-12 23:18:08,805] There has been a new submission: 'Honest feedback wanted regarding my channel and content', with flair 'Channel Review' +[2020-08-12 23:18:10,725] /u/geekyguycomics had their submission removed for insufficient lambda. +[2020-08-12 23:18:11,507] /u/geekyguycomics had their flair updated +[2020-08-12 23:19:34,789] '/u/coolyosi' has given '/u/milkyfro' lambda! +[2020-08-12 23:19:36,299] /u/milkyfro had their flair updated +[2020-08-12 23:20:37,676] '/u/RBDKris' has given '/u/bruhenbruh' lambda! +[2020-08-12 23:20:40,590] /u/bruhenbruh had their flair updated +[2020-08-12 23:21:31,925] '/u/ThemSummerboys' has given '/u/iSimpleCat' lambda! +[2020-08-12 23:21:34,555] /u/iSimpleCat had their flair updated +[2020-08-12 23:22:22,442] '/u/rondislap' has given '/u/ttt3gamecocks' lambda! +[2020-08-12 23:22:25,304] /u/ttt3gamecocks had their flair updated +[2020-08-12 23:24:38,890] There has been a new submission: 'I just started with streaming and uploading to YouTube! Im trying out new videolenghts and Im still figuring out how to edit and make thumbnails. Im currenty upgrading my Pc after that comes the mic and then the cam. What can I improve my videos in general? How do I get a bigger audience?', with flair 'Video Critique' +[2020-08-12 23:24:40,937] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 23:24:40,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 23:24:42,374] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1jSG-84y328&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:24:42,785] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXdYaFyoWzq1rDMeiYPMVVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:24:45,203] /u/Puba13 had their flair updated +[2020-08-12 23:25:04,229] There has been a new submission: 'Hello Friends! Fellow NewTuber here looking for some feedback on my content/channel!', with flair 'Video Critique' +[2020-08-12 23:25:05,372] /u/AntiOriginalUsername had their submission removed for insufficient lambda. +[2020-08-12 23:25:06,808] /u/AntiOriginalUsername had their flair updated +[2020-08-12 23:25:25,454] There has been a new submission: 'My yt channel', with flair 'Channel Review' +[2020-08-12 23:25:26,602] /u/dj2007322 had their submission removed for insufficient lambda. +[2020-08-12 23:25:28,042] /u/dj2007322 had their flair updated +[2020-08-12 23:33:16,218] There has been a new submission: 'I make “cinematic gameplay adventures” (story/character driven, edit/production-value heavy) and just started a new series. I think I’m honing my craft; what do you think? Giving lambda for feedback', with flair 'Gaming' +[2020-08-12 23:33:16,617] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 23:33:16,618] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 23:33:16,927] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zMj0Ux9ILFM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:33:17,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4GRaYbqVdvOQkXBqklUsgA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:33:19,640] /u/lieutenatdan had their flair updated +[2020-08-12 23:34:55,698] There has been a new submission: '“Smile”- Robert Mosley , this is an original I posted that I hope you enjoy! I hope you take a moment to listen to my other works as well!', with flair 'Channel Review' +[2020-08-12 23:34:57,091] /u/ram22252 had their submission removed for insufficient lambda. +[2020-08-12 23:34:58,778] /u/ram22252 had their flair updated +[2020-08-12 23:40:27,345] '/u/kevaux' has given '/u/zonfar2' lambda! +[2020-08-12 23:40:30,425] /u/zonfar2 had their flair updated +[2020-08-12 23:44:29,119] There has been a new submission: 'Less then a second to plant', with flair 'Video Critique' +[2020-08-12 23:44:30,558] /u/Caiosue had their submission removed for insufficient lambda. +[2020-08-12 23:44:32,367] /u/Caiosue had their flair updated +[2020-08-12 23:48:07,254] '/u/GamesbeingGames' has given '/u/The-Bomb-Guy' lambda! +[2020-08-12 23:48:08,472] /u/The-Bomb-Guy had their flair updated +[2020-08-12 23:49:37,363] '/u/GamesbeingGames' has given '/u/shaunna_thedork' lambda! +[2020-08-12 23:49:39,333] /u/shaunna_thedork had their flair updated +[2020-08-12 23:50:00,775] '/u/Djbernie805' has given '/u/ttt3gamecocks' lambda! +[2020-08-12 23:50:03,637] /u/ttt3gamecocks had their flair updated +[2020-08-12 23:50:54,167] '/u/GamesbeingGames' has given '/u/mattmulvihill14' lambda! +[2020-08-12 23:50:57,362] /u/mattmulvihill14 had their flair updated +[2020-08-12 23:51:19,559] '/u/Djbernie805' has given '/u/PretendViking' lambda! +[2020-08-12 23:51:22,266] /u/PretendViking had their flair updated +[2020-08-12 23:51:55,798] There has been a new submission: 'One of my First highlight Videos', with flair 'Video Critique' +[2020-08-12 23:51:56,826] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 23:51:56,828] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 23:51:58,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zTMDni6W0DM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:51:58,797] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBVbayK1-2To0VFEJp3dBbw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:52:02,060] /u/ttt3gamecocks had their flair updated +[2020-08-12 23:52:39,805] '/u/GamesbeingGames' has given '/u/ATthewillhatton' lambda! +[2020-08-12 23:52:42,435] /u/ATthewillhatton had their flair updated +[2020-08-12 23:53:18,746] '/u/GamesbeingGames' has given '/u/Paul_francis' lambda! +[2020-08-12 23:53:21,489] /u/Paul_francis had their flair updated +[2020-08-12 23:54:12,482] '/u/GamesbeingGames' has given '/u/andyofasgard' lambda! +[2020-08-12 23:54:15,226] /u/andyofasgard had their flair updated +[2020-08-12 23:59:01,094] There has been a new submission: 'i hate doing chores | This week's sketch! Giving lambda for feedback.', with flair 'Video Critique' +[2020-08-12 23:59:02,080] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-12 23:59:02,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-12 23:59:03,140] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=USuspYsvF0s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:59:03,551] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gVKP2sRLoKKk5Donn0gtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-12 23:59:05,183] /u/andyofasgard had their flair updated +[2020-08-13 00:03:26,963] '/u/MacAttack163' has given '/u/PretendViking' lambda! +[2020-08-13 00:03:29,611] /u/PretendViking had their flair updated +[2020-08-13 00:05:08,317] /u/MacAttack163 had their flair updated +[2020-08-13 00:07:16,803] '/u/coolyosi' has given '/u/andyofasgard' lambda! +[2020-08-13 00:07:19,141] /u/andyofasgard had their flair updated +[2020-08-13 00:07:39,448] '/u/MacAttack163' has given '/u/milkyfro' lambda! +[2020-08-13 00:07:41,818] /u/milkyfro had their flair updated +[2020-08-13 00:08:17,726] '/u/MacAttack163' has given '/u/ttt3gamecocks' lambda! +[2020-08-13 00:08:19,857] /u/ttt3gamecocks had their flair updated +[2020-08-13 00:09:14,012] '/u/mreverdred01' has given '/u/Redmond93' lambda! +[2020-08-13 00:09:15,940] /u/Redmond93 had their flair updated +[2020-08-13 00:09:37,929] '/u/mreverdred01' has given '/u/ttt3gamecocks' lambda! +[2020-08-13 00:09:40,790] /u/ttt3gamecocks had their flair updated +[2020-08-13 00:14:02,372] '/u/andyofasgard' has given '/u/DTV998' lambda! +[2020-08-13 00:14:04,786] /u/DTV998 had their flair updated +[2020-08-13 00:14:44,477] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 00:16:01,440] There has been a new submission: 'A new style of video: better or worse?', with flair 'Video Critique' +[2020-08-13 00:16:02,997] /u/GoodGuyKev18 had their submission removed for insufficient lambda. +[2020-08-13 00:16:04,470] /u/GoodGuyKev18 had their flair updated +[2020-08-13 00:17:09,059] There has been a new submission: 'Still refining my style, still improving my thumbnails with each video! What do you guys think? Commentary, thumbnail, audio quality, etc?', with flair 'Video Critique' +[2020-08-13 00:17:09,878] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 00:17:09,957] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 00:17:10,774] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=azwdztMwuX0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:17:11,105] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:17:13,167] /u/TheLuiginator had their flair updated +[2020-08-13 00:17:27,508] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-13 00:21:36,983] There has been a new submission: 'When talking trash goes too far...', with flair 'Video Critique' +[2020-08-13 00:21:38,722] /u/Theideuts had their submission removed for insufficient lambda. +[2020-08-13 00:21:40,872] /u/Theideuts had their flair updated +[2020-08-13 00:22:22,975] There has been a new submission: 'LF Feedback on my latest video', with flair 'Gaming' +[2020-08-13 00:22:24,411] /u/Jozbo had their submission removed for insufficient lambda. +[2020-08-13 00:22:26,627] /u/Jozbo had their flair updated +[2020-08-13 00:34:04,753] '/u/jayrosa12' has given '/u/PretendViking' lambda! +[2020-08-13 00:34:07,572] /u/PretendViking had their flair updated +[2020-08-13 00:36:39,199] '/u/TheLuiginator' has given '/u/iSimpleCat' lambda! +[2020-08-13 00:36:41,544] /u/iSimpleCat had their flair updated +[2020-08-13 00:37:50,112] /u/PretendViking had their flair updated +[2020-08-13 00:38:28,236] There has been a new submission: 'CoD .EXE style edit. New to YouTube and Reddit, loving it so far. Hoping for feedback, let me know what you think of my particular brand of madness.', with flair 'Video Critique' +[2020-08-13 00:38:29,431] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 00:38:29,469] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 00:38:30,740] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ESvctmNfpm8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:38:31,151] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHNukHNEbORKHT64BOsv8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:38:33,239] /u/Boomer_Warfare had their flair updated +[2020-08-13 00:40:27,242] '/u/TheLuiginator' has given '/u/PretendViking' lambda! +[2020-08-13 00:40:30,143] /u/PretendViking had their flair updated +[2020-08-13 00:40:51,086] There has been a new submission: 'A Different Kind Of Gaming Video...', with flair 'Gaming' +[2020-08-13 00:40:53,097] /u/EddieYettie_YT had their submission removed for insufficient lambda. +[2020-08-13 00:40:55,315] /u/EddieYettie_YT had their flair updated +[2020-08-13 00:41:14,250] There has been a new submission: '!givelambda for any helpful comments. Trying weekly short videos.', with flair 'Video Critique' +[2020-08-13 00:41:15,566] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 00:41:15,686] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 00:41:17,002] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B8pucNnExN4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:41:17,368] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 00:41:21,556] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-13 00:46:29,107] +#################### +[Aug 13 2020 00:46:29] RESTARTED +#################### + +[2020-08-13 01:07:46,612] '/u/andyofasgard' has given '/u/BraveSirOingo' lambda! +[2020-08-13 01:07:48,213] /u/BraveSirOingo had their flair updated +[2020-08-13 01:30:16,290] There has been a new submission: 'the shadow self', with flair 'Art' +[2020-08-13 01:30:19,209] /u/Self-C had their submission removed for insufficient lambda. +[2020-08-13 01:30:21,548] /u/Self-C had their flair updated +[2020-08-13 01:30:40,999] There has been a new submission: 'COD WARZONE!! KILLS 💯', with flair 'Gaming' +[2020-08-13 01:30:42,718] /u/AnimeMillz had their submission removed for insufficient lambda. +[2020-08-13 01:30:45,060] /u/AnimeMillz had their flair updated +[2020-08-13 01:31:05,241] There has been a new submission: 'New Fortnite montage I've been working on! You won't regret watching it!', with flair 'Gaming' +[2020-08-13 01:31:06,918] /u/iStreamSnipedNinja had their submission removed for insufficient lambda. +[2020-08-13 01:31:09,166] /u/iStreamSnipedNinja had their flair updated +[2020-08-13 01:31:29,335] There has been a new submission: 'This Game Is 10/10! If you like gaming then give my videos a try, maybe you'll like them!', with flair 'Gaming' +[2020-08-13 01:31:30,814] /u/Primacon had their submission removed for insufficient lambda. +[2020-08-13 01:31:32,951] /u/Primacon had their flair updated +[2020-08-13 01:32:42,674] '/u/kevaux' has given '/u/AntiOriginalUsername' lambda! +[2020-08-13 01:32:45,098] /u/AntiOriginalUsername had their flair updated +[2020-08-13 01:34:01,705] '/u/TheLuiginator' has given '/u/AntiOriginalUsername' lambda! +[2020-08-13 01:34:04,358] /u/AntiOriginalUsername had their flair updated +[2020-08-13 01:35:13,022] '/u/FindAKidneyDonor-Com' has given '/u/AntiOriginalUsername' lambda! +[2020-08-13 01:35:14,409] /u/AntiOriginalUsername had their flair updated +[2020-08-13 01:35:54,779] '/u/FindAKidneyDonor-Com' has given '/u/BraveSirOingo' lambda! +[2020-08-13 01:35:57,113] /u/BraveSirOingo had their flair updated +[2020-08-13 01:40:25,669] /u/Boomer_Warfare had their flair updated +[2020-08-13 01:42:44,550] There has been a new submission: 'Hello Friends! Fellow NewTuber here looking for some feedback on my content/channel!', with flair 'Video Critique' +[2020-08-13 01:42:46,680] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 01:42:46,800] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 01:42:48,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aEFlLFKj6A0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 01:42:48,817] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ2Q8Grid6l66Iz5YsDqhug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 01:42:51,774] /u/AntiOriginalUsername had their flair updated +[2020-08-13 01:43:10,443] There has been a new submission: 'Hello SmallYTChannel Community, I make videos on Valorant Pro players and also the tournament games. I would really appreciate if you guys give it a like and follow. This video is on Wardell's insane game play during his twitch stream', with flair 'Gaming' +[2020-08-13 01:43:11,920] /u/aelanth had their submission removed for insufficient lambda. +[2020-08-13 01:43:13,770] /u/aelanth had their flair updated +[2020-08-13 01:43:33,287] There has been a new submission: 'Lemme know what you guys think of this latest video I made, I hope you like.', with flair 'Video Critique' +[2020-08-13 01:43:34,189] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 01:43:34,190] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 01:43:35,133] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9RTgkRFqAZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 01:43:35,870] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHpYRndUyAO_mqjH1_BC3mQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 01:43:38,537] /u/ManFromMissouri had their flair updated +[2020-08-13 01:51:18,724] There has been a new submission: 'Almost Monetized!!!', with flair 'Discussion' +[2020-08-13 01:51:21,187] /u/thatboiimelo had their flair updated +[2020-08-13 01:57:49,687] There has been a new submission: 'How to cook on a budget ep.1 vegan Ice cream', with flair 'Video Critique' +[2020-08-13 01:57:50,703] /u/Jazzlinski had their submission removed for insufficient lambda. +[2020-08-13 01:57:51,770] /u/Jazzlinski had their flair updated +[2020-08-13 01:58:50,573] There has been a new submission: 'GTA 5 Roleplay (PS4) #1 |I GOT KIDNAPPED|', with flair 'Video Critique' +[2020-08-13 01:58:51,682] /u/BlxckDuxk had their submission removed for insufficient lambda. +[2020-08-13 01:58:52,462] /u/BlxckDuxk had their flair updated +[2020-08-13 02:00:28,828] There has been a new submission: 'I made my first one of those music stream type videos. Used stock audio and video and then added a custom illustration with some After Effects audio visualizations. https://youtu.be/TjVE6E6YsJY not sure why just kinda wanted to prove I could do it after watching so many. Feedback?', with flair 'Video Critique' +[2020-08-13 02:00:30,387] /u/WHoelsetr had their submission removed for insufficient lambda. +[2020-08-13 02:00:32,719] /u/WHoelsetr had their flair updated +[2020-08-13 02:10:24,911] There has been a new submission: 'THIS REALLY SUCKED! - WAX CHALLENGE', with flair 'Vlog' +[2020-08-13 02:10:26,629] /u/rtc858 had their submission removed for insufficient lambda. +[2020-08-13 02:10:28,924] /u/rtc858 had their flair updated +[2020-08-13 02:18:46,800] '/u/GamesbeingGames' has given '/u/308ar10' lambda! +[2020-08-13 02:18:48,249] /u/308ar10 had their flair updated +[2020-08-13 02:22:38,618] There has been a new submission: 'Tough Dad', with flair 'Gaming' +[2020-08-13 02:22:40,129] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-13 02:22:42,178] /u/Str8Villains had their flair updated +[2020-08-13 02:23:23,590] '/u/andyofasgard' has given '/u/gjtsownn' lambda! +[2020-08-13 02:23:26,419] /u/gjtsownn had their flair updated +[2020-08-13 02:30:02,870] There has been a new submission: 'Made a review on sonic unleashed in the current day, this one took me a while to make, so any feedback and criticism would be greatly appreciated and rewarded :)', with flair 'Video Critique' +[2020-08-13 02:30:03,320] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 02:30:03,322] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 02:30:03,731] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NZGd_uYcGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 02:30:03,916] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7dOGkeSl7uLQlBalF3NTZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 02:30:07,837] /u/Woftoki had their flair updated +[2020-08-13 02:30:16,658] There has been a new submission: 'Small anime weeb youtube channel', with flair 'Channel Review' +[2020-08-13 02:30:19,052] /u/Dannocomet8 had their submission removed for insufficient lambda. +[2020-08-13 02:30:21,342] /u/Dannocomet8 had their flair updated +[2020-08-13 02:34:18,692] There has been a new submission: 'My wife and I were just approved to foster kids, and we would like to bring awareness and share our journey through it. I don't make the best videos, but if this subject interests you then feel free to check out my channel.', with flair 'Vlog' +[2020-08-13 02:34:20,454] /u/Knowledge_is_power19 had their submission removed for insufficient lambda. +[2020-08-13 02:34:22,872] /u/Knowledge_is_power19 had their flair updated +[2020-08-13 02:35:12,832] There has been a new submission: 'Anime WEEB channel', with flair 'Channel Review' +[2020-08-13 02:35:14,003] /u/Dannocomet8 had their submission removed for insufficient lambda. +[2020-08-13 02:35:15,614] /u/Dannocomet8 had their flair updated +[2020-08-13 02:37:15,848] There has been a new submission: 'My believe in Power of Prayer and dua. I love Allah', with flair 'Vlog' +[2020-08-13 02:37:17,236] /u/mashoor1 had their submission removed for insufficient lambda. +[2020-08-13 02:37:18,587] /u/mashoor1 had their flair updated +[2020-08-13 02:38:16,528] There has been a new submission: 'SLINGR: CARBON FIBER AESTHETIC OVER BODY BAG | Gizmo Hub', with flair 'Thumbnail Review' +[2020-08-13 02:38:17,430] /u/ronm07 had their submission removed for insufficient lambda. +[2020-08-13 02:38:18,459] /u/ronm07 had their flair updated +[2020-08-13 02:45:53,487] +#################### +[Aug 13 2020 02:45:53] RESTARTED +#################### + +[2020-08-13 03:22:20,848] There has been a new submission: 'Please give feedback and leave a like for my latest video', with flair 'Channel Review' +[2020-08-13 03:22:23,342] /u/WallyL69 had their submission removed for insufficient lambda. +[2020-08-13 03:22:25,311] /u/WallyL69 had their flair updated +[2020-08-13 03:22:45,020] There has been a new submission: 'Released my First Video 2 Weeks Ago, How can I Improve?', with flair 'Video Critique' +[2020-08-13 03:22:46,295] /u/s3pixelwave had their submission removed for insufficient lambda. +[2020-08-13 03:22:48,386] /u/s3pixelwave had their flair updated +[2020-08-13 03:23:40,867] '/u/Boomer_Warfare' has given '/u/egard43' lambda! +[2020-08-13 03:23:43,366] /u/egard43 had their flair updated +[2020-08-13 03:24:16,471] '/u/AntiOriginalUsername' has given '/u/Ajmracer' lambda! +[2020-08-13 03:24:18,854] /u/Ajmracer had their flair updated +[2020-08-13 03:24:38,964] '/u/vaish1601' has given '/u/andyofasgard' lambda! +[2020-08-13 03:24:41,384] /u/andyofasgard had their flair updated +[2020-08-13 03:25:02,657] '/u/threepiecesofbread' has given '/u/PretendViking' lambda! +[2020-08-13 03:25:05,071] /u/PretendViking had their flair updated +[2020-08-13 03:26:11,281] '/u/ZedEmm' has given '/u/Boomer_Warfare' lambda! +[2020-08-13 03:26:13,701] /u/Boomer_Warfare had their flair updated +[2020-08-13 03:27:02,297] '/u/FindAKidneyDonor-Com' has given '/u/threepiecesofbread' lambda! +[2020-08-13 03:27:04,593] /u/threepiecesofbread had their flair updated +[2020-08-13 03:27:23,534] '/u/andyofasgard' has given '/u/threepiecesofbread' lambda! +[2020-08-13 03:27:25,876] /u/threepiecesofbread had their flair updated +[2020-08-13 03:30:17,439] There has been a new submission: 'GIF compilation - figured what a better way to learn editing videos than gifs', with flair 'Channel Review' +[2020-08-13 03:30:20,182] /u/mbugg had their submission removed for insufficient lambda. +[2020-08-13 03:30:22,522] /u/mbugg had their flair updated +[2020-08-13 03:30:42,472] There has been a new submission: 'Sub 4 Sub and watch the video for comment shoutouts like 4 like and comment 4 shoutouts and Upvote 4 more subs', with flair 'Gaming' +[2020-08-13 03:30:44,031] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-13 03:30:46,363] /u/Stickbot04 had their flair updated +[2020-08-13 03:31:07,893] There has been a new submission: 'Funny Moments In Fall Guys 2', with flair 'Gaming' +[2020-08-13 03:31:09,531] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-13 03:31:11,789] /u/majin_hendrix had their flair updated +[2020-08-13 03:31:36,607] There has been a new submission: 'Chess Club Diaries Episode 1', with flair 'Vlog' +[2020-08-13 03:31:38,203] /u/TheWolfEmperor82 had their submission removed for insufficient lambda. +[2020-08-13 03:31:40,909] /u/TheWolfEmperor82 had their flair updated +[2020-08-13 03:32:00,654] There has been a new submission: 'Hello guys! I just uploaded my 5th videos! I'm still experimenting with many stuff, like camera angle, color correction, adding SFX and etc, so I hope you guys can give me some feedback and tell me if I'm going in the right direction or not, and how to improve my videos! Thank you!', with flair 'Video Critique' +[2020-08-13 03:32:04,541] /u/beppu125 had their flair updated +[2020-08-13 03:34:29,549] '/u/russianfortobias' has given '/u/ChagTastic' lambda! +[2020-08-13 03:34:32,178] /u/ChagTastic had their flair updated +[2020-08-13 03:36:44,351] '/u/russianfortobias' has given '/u/Adzic254' lambda! +[2020-08-13 03:36:46,510] /u/Adzic254 had their flair updated +[2020-08-13 03:37:38,300] There has been a new submission: 'I almost won!! lol', with flair 'Gaming' +[2020-08-13 03:37:39,287] /u/xSaydexGaming1 had their submission removed for insufficient lambda. +[2020-08-13 03:37:40,352] /u/xSaydexGaming1 had their flair updated +[2020-08-13 03:46:02,636] There has been a new submission: 'Grounded is such a fun game...', with flair 'Gaming' +[2020-08-13 03:46:04,020] /u/HookedOnAFeeling360 had their submission removed for insufficient lambda. +[2020-08-13 03:46:06,322] /u/HookedOnAFeeling360 had their flair updated +[2020-08-13 03:59:53,483] There has been a new submission: 'Hey guys, I am a new youtube channel and I make drum covers and drumming content. I hope you guys will give me a watch and give me feedback on how i can get better.', with flair 'Video Critique' +[2020-08-13 03:59:54,382] /u/Kay_joshi had their submission removed for insufficient lambda. +[2020-08-13 03:59:54,838] /u/Kay_joshi had their flair updated +[2020-08-13 04:17:21,267] '/u/FindAKidneyDonor-Com' has given '/u/egard43' lambda! +[2020-08-13 04:17:22,552] /u/egard43 had their flair updated +[2020-08-13 04:19:35,483] '/u/FindAKidneyDonor-Com' has given '/u/HappyPantsComedy' lambda! +[2020-08-13 04:19:37,491] /u/HappyPantsComedy had their flair updated +[2020-08-13 04:22:56,014] There has been a new submission: 'Checkout the new video on Sudhir Chaudhary (The Bad Liar). Enjoy the video.', with flair 'Video Critique' +[2020-08-13 04:22:57,573] /u/beingfarcastic had their submission removed for insufficient lambda. +[2020-08-13 04:22:59,670] /u/beingfarcastic had their flair updated +[2020-08-13 04:23:24,578] '/u/FindAKidneyDonor-Com' has given '/u/308ar10' lambda! +[2020-08-13 04:23:27,076] /u/308ar10 had their flair updated +[2020-08-13 04:25:34,549] '/u/FindAKidneyDonor-Com' has given '/u/DTV998' lambda! +[2020-08-13 04:25:37,086] /u/DTV998 had their flair updated +[2020-08-13 04:35:24,883] There has been a new submission: 'NextShow is a Subreddit for people to share their favorite Shows and Movies on a Simple way for others To find. Wondering what to Watch Next, Find Out Here!• r/NextShow', with flair 'Vlog' +[2020-08-13 04:35:26,420] /u/DueSlade had their submission removed for insufficient lambda. +[2020-08-13 04:35:28,089] /u/DueSlade had their flair updated +[2020-08-13 04:41:52,078] There has been a new submission: 'I Woke Up In A Strange Place In The Middle Of The Night And THIS IS WHAT YOU GIVE ME? [RandomGames]', with flair 'Gaming' +[2020-08-13 04:41:53,677] /u/onail had their submission removed for insufficient lambda. +[2020-08-13 04:41:55,855] /u/onail had their flair updated +[2020-08-13 04:45:14,325] There has been a new submission: 'Any one With VR here?', with flair 'Collab' +[2020-08-13 04:45:16,362] /u/RsTGEKO had their flair updated +[2020-08-13 04:45:53,371] +#################### +[Aug 13 2020 04:45:53] RESTARTED +#################### + +[2020-08-13 05:19:58,878] There has been a new submission: 'Subscribe ✌🏼| BODYBUILDERS + STRENGTH TRAINING | Lean season ep 6', with flair 'Vlog' +[2020-08-13 05:20:01,009] /u/Bulkersnation had their submission removed for insufficient lambda. +[2020-08-13 05:20:03,665] /u/Bulkersnation had their flair updated +[2020-08-13 05:21:42,706] There has been a new submission: 'BeAwareCollection Promo ( can I get feedback on this please guys)', with flair 'Video Critique' +[2020-08-13 05:21:44,187] /u/squintyboiJP had their submission removed for insufficient lambda. +[2020-08-13 05:21:46,277] /u/squintyboiJP had their flair updated +[2020-08-13 05:25:41,617] '/u/FindAKidneyDonor-Com' has given '/u/prankstersnap' lambda! +[2020-08-13 05:25:44,122] /u/prankstersnap had their flair updated +[2020-08-13 05:38:03,659] '/u/FindAKidneyDonor-Com' has given '/u/ghern1112' lambda! +[2020-08-13 05:38:06,030] /u/ghern1112 had their flair updated +[2020-08-13 05:46:56,179] There has been a new submission: 'TRYING OUT TIKTOK (Before it gets banned)', with flair 'Channel Review' +[2020-08-13 05:46:57,502] /u/JacksonQuelch had their submission removed for insufficient lambda. +[2020-08-13 05:46:58,854] /u/JacksonQuelch had their flair updated +[2020-08-13 06:01:42,282] There has been a new submission: 'Started to do videos for an NGO but the traction is very slow, imma leave a sample of a video here so that you guys can tell me what im doing wrong and how i can rectify whatever wrongs i commit for better viewership. Thanks and namaste', with flair 'Vlog' +[2020-08-13 06:01:43,722] /u/MALLOY254 had their submission removed for insufficient lambda. +[2020-08-13 06:01:45,862] /u/MALLOY254 had their flair updated +[2020-08-13 06:04:29,530] There has been a new submission: 'looking for tip', with flair 'Vlog' +[2020-08-13 06:04:30,961] /u/MALLOY254 had their submission removed for insufficient lambda. +[2020-08-13 06:04:32,762] /u/MALLOY254 had their flair updated +[2020-08-13 06:15:59,253] '/u/Djbernie805' has given '/u/egard43' lambda! +[2020-08-13 06:16:00,803] /u/egard43 had their flair updated +[2020-08-13 06:25:31,115] There has been a new submission: 'This is the first video on my new channel, and I don't have anyone else to give me critique, so I'm asking you guys! If you have the time, please tell me what I can improve. Thanks, it means a lot! :)', with flair 'Video Critique' +[2020-08-13 06:25:32,565] /u/FellowFarquaddian had their submission removed for insufficient lambda. +[2020-08-13 06:25:34,239] /u/FellowFarquaddian had their flair updated +[2020-08-13 06:29:55,963] There has been a new submission: 'Must watch', with flair 'Art' +[2020-08-13 06:29:56,819] /u/gagelm04 had their submission removed for insufficient lambda. +[2020-08-13 06:29:57,162] /u/gagelm04 had their flair updated +[2020-08-13 06:31:08,563] There has been a new submission: 'Good morning all New video online. Lots of other video that might interest you on my YouTube page. Do not hesitate to go see it and subscribe if you like. Thank you all', with flair 'Video Critique' +[2020-08-13 06:31:10,483] /u/AllRankingData had their submission removed for insufficient lambda. +[2020-08-13 06:31:12,679] /u/AllRankingData had their flair updated +[2020-08-13 06:32:47,876] There has been a new submission: '😨Reddit investor LOSES 25% of his savings when trading! Review and lessons. What to improve? [Giving lambda!]', with flair 'Video Critique' +[2020-08-13 06:32:48,490] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 06:32:48,493] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 06:32:48,606] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E6i5Uwne7dQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 06:32:48,736] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPXzgSttlWVUC-dFltHMbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 06:32:51,533] /u/WillWestInvest had their flair updated +[2020-08-13 06:35:09,821] There has been a new submission: 'Any critique would be greatly appreciated on ANY of my videos :) anything to help me out!', with flair 'Video Critique' +[2020-08-13 06:35:11,048] /u/Garrettcarr102 had their submission removed for insufficient lambda. +[2020-08-13 06:35:12,751] /u/Garrettcarr102 had their flair updated +[2020-08-13 06:42:12,154] There has been a new submission: 'I made Some clear DVD/CDs and painted on it. Feel free to drop your suggestions.', with flair 'Channel Review' +[2020-08-13 06:42:13,620] /u/namangrg had their submission removed for insufficient lambda. +[2020-08-13 06:42:15,698] /u/namangrg had their flair updated +[2020-08-13 06:45:53,407] +#################### +[Aug 13 2020 06:45:53] RESTARTED +#################### + +[2020-08-13 07:18:38,311] There has been a new submission: 'Staying under him is best in a fight', with flair 'Gaming' +[2020-08-13 07:18:39,300] /u/therealmcking had their submission removed for insufficient lambda. +[2020-08-13 07:18:39,923] /u/therealmcking had their flair updated +[2020-08-13 07:24:34,024] '/u/Puba13' has given '/u/ttt3gamecocks' lambda! +[2020-08-13 07:24:36,884] /u/ttt3gamecocks had their flair updated +[2020-08-13 07:27:30,300] There has been a new submission: 'THE HARD PHOENIX PLAY U EVER SEEN | VALORANT PRO GAMEPLAY', with flair 'Gaming' +[2020-08-13 07:27:31,938] /u/SnooDonuts2631 had their submission removed for insufficient lambda. +[2020-08-13 07:27:33,248] /u/SnooDonuts2631 had their flair updated +[2020-08-13 07:34:57,984] '/u/Puba13' has given '/u/PretendViking' lambda! +[2020-08-13 07:35:00,480] /u/PretendViking had their flair updated +[2020-08-13 07:35:12,461] '/u/ATthewillhatton' has given '/u/Djbernie805' lambda! +[2020-08-13 07:35:14,115] /u/Djbernie805 had their flair updated +[2020-08-13 07:41:34,018] '/u/lieutenatdan' has given '/u/308ar10' lambda! +[2020-08-13 07:41:36,935] /u/308ar10 had their flair updated +[2020-08-13 07:42:00,360] There has been a new submission: '#workouts #fitness #leg&booty #TonedLegs', with flair 'Vlog' +[2020-08-13 07:42:01,916] /u/Chushbaby had their submission removed for insufficient lambda. +[2020-08-13 07:42:04,126] /u/Chushbaby had their flair updated +[2020-08-13 07:52:38,231] There has been a new submission: '3D Pokemon's Ralts Speed Art', with flair 'Art' +[2020-08-13 07:52:39,692] /u/Gaming_Ruru had their submission removed for insufficient lambda. +[2020-08-13 07:52:41,754] /u/Gaming_Ruru had their flair updated +[2020-08-13 07:59:00,143] '/u/Adzic254' has given '/u/WillWestInvest' lambda! +[2020-08-13 07:59:02,558] /u/WillWestInvest had their flair updated +[2020-08-13 07:59:53,145] '/u/Adzic254' has given '/u/egard43' lambda! +[2020-08-13 07:59:54,866] /u/egard43 had their flair updated +[2020-08-13 08:01:02,560] '/u/Adzic254' has given '/u/ttt3gamecocks' lambda! +[2020-08-13 08:01:05,078] /u/ttt3gamecocks had their flair updated +[2020-08-13 08:01:26,428] There has been a new submission: 'Funny Yet Inspiring...The Great Mark Twain!', with flair 'None' +[2020-08-13 08:01:28,027] /u/Wyphernation had their submission removed for insufficient lambda. +[2020-08-13 08:01:30,279] /u/Wyphernation had their flair updated +[2020-08-13 08:02:22,494] '/u/Adzic254' has given '/u/devilpanda555' lambda! +[2020-08-13 08:02:26,459] /u/devilpanda555 had their flair updated +[2020-08-13 08:03:52,587] '/u/Adzic254' has given '/u/ElectionJunkie' lambda! +[2020-08-13 08:03:56,088] /u/ElectionJunkie had their flair updated +[2020-08-13 08:05:54,310] '/u/Adzic254' has given '/u/kirk_collects' lambda! +[2020-08-13 08:05:57,097] /u/kirk_collects had their flair updated +[2020-08-13 08:06:18,732] '/u/ATthewillhatton' has given '/u/bipolarobot' lambda! +[2020-08-13 08:06:21,116] /u/bipolarobot had their flair updated +[2020-08-13 08:20:14,385] '/u/jayrosa12' has given '/u/Imagine-Freedom' lambda! +[2020-08-13 08:20:16,606] /u/Imagine-Freedom had their flair updated +[2020-08-13 08:37:25,850] There has been a new submission: 'Tips? Suggestions? All pointers shall receive LAMBDA of course! :)', with flair 'Vlog' +[2020-08-13 08:37:28,022] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 08:37:28,187] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 08:37:29,339] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LNWEzwnn8w0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 08:37:29,793] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM82F_PrrBpeCN8tQEW7AHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 08:37:32,411] /u/mbradon had their flair updated +[2020-08-13 08:38:43,685] There has been a new submission: 'Student/Minimalist EDC, looking for some feedback', with flair 'Video Critique' +[2020-08-13 08:38:44,546] /u/McRobie_Macster had their submission removed for insufficient lambda. +[2020-08-13 08:38:45,367] /u/McRobie_Macster had their flair updated +[2020-08-13 08:45:31,830] There has been a new submission: 'Plz tell me if gameplay is good or not and plz give feedback. Ty', with flair 'Gaming' +[2020-08-13 08:45:33,188] /u/vikalp180 had their submission removed for insufficient lambda. +[2020-08-13 08:45:35,336] /u/vikalp180 had their flair updated +[2020-08-13 08:45:53,712] +#################### +[Aug 13 2020 08:45:53] RESTARTED +#################### + +[2020-08-13 09:18:41,216] '/u/pianobars' has given '/u/ATthewillhatton' lambda! +[2020-08-13 09:18:43,454] /u/ATthewillhatton had their flair updated +[2020-08-13 09:19:13,482] '/u/ATthewillhatton' has given '/u/andyofasgard' lambda! +[2020-08-13 09:19:15,281] /u/andyofasgard had their flair updated +[2020-08-13 09:19:33,557] There has been a new submission: 'I haven't had much luck on here before, but hopefully you guys like this one! Took some effort and almost getting banned to re-make the original video from 2012!', with flair 'Gaming' +[2020-08-13 09:19:36,196] /u/Sleepless_Ash had their submission removed for insufficient lambda. +[2020-08-13 09:19:37,426] /u/Sleepless_Ash had their flair updated +[2020-08-13 09:28:27,895] There has been a new submission: 'Call of duty mobile | Play Battle royal without using adrenaline |', with flair 'Gaming' +[2020-08-13 09:28:28,963] /u/Callisto_1912 had their submission removed for insufficient lambda. +[2020-08-13 09:28:30,037] /u/Callisto_1912 had their flair updated +[2020-08-13 09:39:51,510] '/u/Lewis_YT' has given '/u/PretendViking' lambda! +[2020-08-13 09:39:53,480] /u/PretendViking had their flair updated +[2020-08-13 09:41:28,859] '/u/Lewis_YT' has given '/u/ATthewillhatton' lambda! +[2020-08-13 09:41:31,689] /u/ATthewillhatton had their flair updated +[2020-08-13 09:41:55,485] '/u/Lewis_YT' has given '/u/kirk_collects' lambda! +[2020-08-13 09:41:58,234] /u/kirk_collects had their flair updated +[2020-08-13 09:42:37,397] '/u/Lewis_YT' has given '/u/andyofasgard' lambda! +[2020-08-13 09:42:40,106] /u/andyofasgard had their flair updated +[2020-08-13 09:43:58,057] '/u/Lewis_YT' has given '/u/m1nionl' lambda! +[2020-08-13 09:44:00,574] /u/m1nionl had their flair updated +[2020-08-13 09:44:39,103] '/u/Lewis_YT' has given '/u/emli42' lambda! +[2020-08-13 09:44:41,809] /u/emli42 had their flair updated +[2020-08-13 09:45:04,270] '/u/Lewis_YT' has given '/u/mreverdred01' lambda! +[2020-08-13 09:45:07,050] /u/mreverdred01 had their flair updated +[2020-08-13 09:48:00,636] There has been a new submission: '[MW] Warzone : Best of July', with flair 'Gaming' +[2020-08-13 09:48:01,426] /u/IGOCOMMANDO365 had their submission removed for insufficient lambda. +[2020-08-13 09:48:02,318] /u/IGOCOMMANDO365 had their flair updated +[2020-08-13 10:05:04,284] There has been a new submission: 'THIS TOOK 2 HOURS TO MAKE! :D', with flair 'Video Critique' +[2020-08-13 10:05:05,638] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-08-13 10:05:07,393] /u/JustDave93 had their flair updated +[2020-08-13 10:12:26,130] There has been a new submission: 'New Vid Pls go check it out', with flair 'Art' +[2020-08-13 10:12:27,568] /u/Jenna_Tolls2004 had their submission removed for insufficient lambda. +[2020-08-13 10:12:29,665] /u/Jenna_Tolls2004 had their flair updated +[2020-08-13 10:14:18,209] There has been a new submission: 'My new gaming yt channel', with flair 'Gaming' +[2020-08-13 10:14:19,463] /u/JDisME11 had their submission removed for insufficient lambda. +[2020-08-13 10:14:21,239] /u/JDisME11 had their flair updated +[2020-08-13 10:21:48,615] There has been a new submission: 'Started making music videos involving scenes from films! Would mean so much if you guys could check it out! Have 3 videos up so far.', with flair 'Art' +[2020-08-13 10:21:50,208] /u/scoppola7 had their submission removed for insufficient lambda. +[2020-08-13 10:21:52,385] /u/scoppola7 had their flair updated +[2020-08-13 10:24:01,923] There has been a new submission: 'Causmic - Nothing Easy (No-Copyright Hip-Hop Instrumentals)', with flair 'Thumbnail Review' +[2020-08-13 10:24:03,729] /u/HipDeck had their submission removed for insufficient lambda. +[2020-08-13 10:24:05,529] /u/HipDeck had their flair updated +[2020-08-13 10:44:18,490] There has been a new submission: 'Youtube is not easy to keep up with and me and my wife discuss a little bit in this video.', with flair 'Video Critique' +[2020-08-13 10:44:19,810] /u/dmanblue had their submission removed for insufficient lambda. +[2020-08-13 10:44:21,620] /u/dmanblue had their flair updated +[2020-08-13 10:45:53,607] +#################### +[Aug 13 2020 10:45:53] RESTARTED +#################### + +[2020-08-13 11:15:12,393] There has been a new submission: 'After years of lurking, I finally am making gaming content! I will respond to all feedback, good or bad. Enjoy.', with flair 'Gaming' +[2020-08-13 11:15:13,504] /u/JewBrownie had their submission removed for insufficient lambda. +[2020-08-13 11:15:14,801] /u/JewBrownie had their flair updated +[2020-08-13 11:15:29,848] '/u/ChagTastic' has given '/u/egard43' lambda! +[2020-08-13 11:15:32,303] /u/egard43 had their flair updated +[2020-08-13 11:17:38,886] '/u/WillWestInvest' has given '/u/HakketTv' lambda! +[2020-08-13 11:17:40,403] /u/HakketTv had their flair updated +[2020-08-13 11:21:54,048] There has been a new submission: '😂😂it's a mad mad world', with flair 'Gaming' +[2020-08-13 11:21:55,561] /u/iankioko had their submission removed for insufficient lambda. +[2020-08-13 11:21:57,567] /u/iankioko had their flair updated +[2020-08-13 11:22:17,012] There has been a new submission: 'GamerLaffs Podcast Ep. 1 | LOSE AN INCH OF MEAT VS LOSE A FOOT OF HEIGHT', with flair 'Gaming' +[2020-08-13 11:22:18,403] /u/SunOfWill had their submission removed for insufficient lambda. +[2020-08-13 11:22:20,369] /u/SunOfWill had their flair updated +[2020-08-13 11:22:44,298] '/u/Woftoki' has given '/u/YourSexyCellMate' lambda! +[2020-08-13 11:22:47,293] /u/YourSexyCellMate had their flair updated +[2020-08-13 11:23:24,121] '/u/Woftoki' has given '/u/gjtsownn' lambda! +[2020-08-13 11:23:27,316] /u/gjtsownn had their flair updated +[2020-08-13 11:24:18,605] '/u/Woftoki' has given '/u/ATthewillhatton' lambda! +[2020-08-13 11:24:21,025] /u/ATthewillhatton had their flair updated +[2020-08-13 11:25:00,488] '/u/Woftoki' has given '/u/Sleepless_Ash' lambda! +[2020-08-13 11:25:02,987] /u/Sleepless_Ash had their flair updated +[2020-08-13 11:25:39,011] '/u/Woftoki' has given '/u/JDisME11' lambda! +[2020-08-13 11:25:40,904] /u/JDisME11 had their flair updated +[2020-08-13 11:27:00,277] '/u/denandmugMAKES' has given '/u/0_R_A_N_G_E' lambda! +[2020-08-13 11:27:02,569] /u/0_R_A_N_G_E had their flair updated +[2020-08-13 11:27:25,198] '/u/denandmugMAKES' has given '/u/mreverdred01' lambda! +[2020-08-13 11:27:27,412] /u/mreverdred01 had their flair updated +[2020-08-13 11:28:01,153] There has been a new submission: 'Didnt have much luck here before, but i hope you guys like this one!', with flair 'Gaming' +[2020-08-13 11:28:03,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 11:28:03,521] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 11:28:05,528] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MFUu0S90F10&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 11:28:05,939] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO4RWsxuUKvuCtB7dKymB4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 11:28:07,738] /u/Sleepless_Ash had their flair updated +[2020-08-13 11:31:19,457] '/u/denandmugMAKES' has given '/u/voltardu' lambda! +[2020-08-13 11:31:22,501] /u/voltardu had their flair updated +[2020-08-13 11:33:08,821] There has been a new submission: 'Desync issue in Gulag | why everyone use striker like AR lol', with flair 'Gaming' +[2020-08-13 11:33:10,268] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-13 11:33:12,278] /u/Vizz47 had their flair updated +[2020-08-13 11:36:19,050] '/u/denandmugMAKES' has given '/u/ttt3gamecocks' lambda! +[2020-08-13 11:36:21,516] /u/ttt3gamecocks had their flair updated +[2020-08-13 11:39:55,559] '/u/denandmugMAKES' has given '/u/after_hours_chef' lambda! +[2020-08-13 11:39:57,404] /u/after_hours_chef had their flair updated +[2020-08-13 11:40:43,019] '/u/denandmugMAKES' has given '/u/DTV998' lambda! +[2020-08-13 11:40:46,214] /u/DTV998 had their flair updated +[2020-08-13 11:43:42,745] There has been a new submission: 'Chak De India (Bollywood Scene Remake w Eng Subs) | Sachit Grover | Sattar Minute Monologue- let me know your thoughts on the acting :)', with flair 'Video Critique' +[2020-08-13 11:43:44,219] /u/Sachit_G had their submission removed for insufficient lambda. +[2020-08-13 11:43:46,185] /u/Sachit_G had their flair updated +[2020-08-13 12:08:40,022] There has been a new submission: 'The best feeling is finding someone I can genuinely help and it takes little effort for them', with flair 'Discussion' +[2020-08-13 12:08:42,402] /u/curtisweaverco had their flair updated +[2020-08-13 12:10:00,487] '/u/WillWestInvest' has given '/u/curtisweaverco' lambda! +[2020-08-13 12:10:03,318] /u/curtisweaverco had their flair updated +[2020-08-13 12:22:44,889] There has been a new submission: 'Testing the innovative HS Power Control feature on my Sony phone. This means that the power comes directly from the charger so no battery heat and degradation while gaming, using GPS, etc.!', with flair 'Gaming' +[2020-08-13 12:22:46,484] /u/HR-Vex had their submission removed for insufficient lambda. +[2020-08-13 12:22:48,569] /u/HR-Vex had their flair updated +[2020-08-13 12:26:07,619] There has been a new submission: 'My first attempt at a gaming video & the first video I've done outside of student work. Any feedback would be greatly appreciated', with flair 'Gaming' +[2020-08-13 12:26:08,768] /u/Ninety1miles had their submission removed for insufficient lambda. +[2020-08-13 12:26:10,289] /u/Ninety1miles had their flair updated +[2020-08-13 12:30:51,956] There has been a new submission: 'Weird Dreams???', with flair 'Discussion' +[2020-08-13 12:30:54,389] /u/Boxim9 had their flair updated +[2020-08-13 12:37:37,605] There has been a new submission: 'How To Make $1000 A Month On YouTube With This Simple Strategy Step By...', with flair 'Vlog' +[2020-08-13 12:37:39,604] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-13 12:37:40,825] /u/HeavyAction had their flair updated +[2020-08-13 12:45:53,961] +#################### +[Aug 13 2020 12:45:53] RESTARTED +#################### + +[2020-08-13 13:21:51,076] There has been a new submission: 'What methods can grow a channel extremely quickly?', with flair 'Discussion' +[2020-08-13 13:21:55,054] /u/Ap_Gamer20 had their flair updated +[2020-08-13 13:25:10,058] There has been a new submission: 'If you're looking for a gaming video editor look no further', with flair 'Discussion' +[2020-08-13 13:25:11,671] /u/actuallyBIG had their flair updated +[2020-08-13 13:25:17,571] There has been a new submission: 'I actually get really good views and view durations but one area that I really need to work on is clearly my titles and thumbnail designs (I have a pretty low CTR %), any top tips?', with flair 'Discussion' +[2020-08-13 13:25:19,132] /u/redditBlueSpecs had their flair updated +[2020-08-13 13:25:36,625] There has been a new submission: 'How to get more of the point things on this reddit', with flair 'Discussion' +[2020-08-13 13:25:38,186] /u/lunarknight11295 had their flair updated +[2020-08-13 13:25:56,224] There has been a new submission: 'Check out my new fall guys video', with flair 'Gaming' +[2020-08-13 13:25:57,735] /u/AlmightyRooRoo had their submission removed for insufficient lambda. +[2020-08-13 13:25:59,001] /u/AlmightyRooRoo had their flair updated +[2020-08-13 13:33:43,624] '/u/AntiOriginalUsername' has given '/u/JDisME11' lambda! +[2020-08-13 13:33:45,683] /u/JDisME11 had their flair updated +[2020-08-13 13:34:04,999] There has been a new submission: 'Ms Excel -sum function', with flair 'Vlog' +[2020-08-13 13:34:06,440] /u/keep_growing had their submission removed for insufficient lambda. +[2020-08-13 13:34:08,286] /u/keep_growing had their flair updated +[2020-08-13 13:35:03,776] '/u/2Legit2Cwithe' has given '/u/Bebby_Tuna' lambda! +[2020-08-13 13:35:05,790] /u/Bebby_Tuna had their flair updated +[2020-08-13 13:35:45,996] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 13:35:58,816] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 13:36:17,682] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 13:38:26,649] There has been a new submission: 'Hey guys i made a new vid if u like demon slayer or anime consider watching', with flair 'Gaming' +[2020-08-13 13:38:27,631] /u/Spidey2006 had their submission removed for insufficient lambda. +[2020-08-13 13:38:28,989] /u/Spidey2006 had their flair updated +[2020-08-13 13:39:20,718] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 13:39:25,960] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-13 13:39:34,392] {ERROR} received 503 HTTP response +[2020-08-13 13:39:54,654] There has been a new submission: 'Sweet Recipe', with flair 'Vlog' +[2020-08-13 13:39:56,087] /u/rechitimes had their submission removed for insufficient lambda. +[2020-08-13 13:39:56,660] /u/rechitimes had their flair updated +[2020-08-13 13:40:15,859] There has been a new submission: 'Hey this is my Juggling tutorial which will help you improve your Football Juggling and close control', with flair 'Video Critique' +[2020-08-13 13:40:17,416] /u/Sharan_Manick had their submission removed for insufficient lambda. +[2020-08-13 13:40:19,714] /u/Sharan_Manick had their flair updated +[2020-08-13 13:44:32,462] There has been a new submission: 'Whats your average viewcount on the second day you upload the video?', with flair 'Discussion' +[2020-08-13 13:44:34,557] /u/guilletab had their flair updated +[2020-08-13 13:46:53,509] There has been a new submission: 'Whats the longest it took you to edit a video and how many views it got?', with flair 'Discussion' +[2020-08-13 13:46:55,067] /u/guilletab had their flair updated +[2020-08-13 13:56:48,726] There has been a new submission: 'I'm new here', with flair 'Channel Review' +[2020-08-13 13:56:49,953] /u/aquintano had their submission removed for insufficient lambda. +[2020-08-13 13:56:51,391] /u/aquintano had their flair updated +[2020-08-13 13:59:42,945] There has been a new submission: 'I will give you 3$ if you don't exhale through your nose: Commentary, probably my best video, watch or i cry', with flair 'Video Critique' +[2020-08-13 13:59:45,979] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 13:59:45,981] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 13:59:47,090] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j1-ISz2ScNk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 13:59:47,539] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGKTqkX5p0jSEjA-H7rVAXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 13:59:50,076] /u/420NoScopeFedoraTip had their flair updated +[2020-08-13 14:06:08,407] There has been a new submission: 'First YT Video Go check it out pls', with flair 'Gaming' +[2020-08-13 14:06:09,776] /u/Exxecute69 had their submission removed for insufficient lambda. +[2020-08-13 14:06:11,300] /u/Exxecute69 had their flair updated +[2020-08-13 14:08:11,585] There has been a new submission: 'Trying to Help Out a Nice Guy', with flair 'Channel Review' +[2020-08-13 14:08:13,634] /u/Hot_Rod_Johnson had their submission removed for insufficient lambda. +[2020-08-13 14:08:15,281] /u/Hot_Rod_Johnson had their flair updated +[2020-08-13 14:26:28,420] There has been a new submission: 'Cooling Off With a Huge Fan, Naked And In The Air. Short and fun, let me know what you think, Lamdba! For good feedback', with flair 'Video Critique' +[2020-08-13 14:26:29,368] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 14:26:29,405] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 14:26:29,940] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xui9rJjhQec&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 14:26:30,267] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDUv6oScPrQNkgCWNCgr6Fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 14:26:32,517] /u/Paul_francis had their flair updated +[2020-08-13 14:26:47,732] There has been a new submission: 'my newest CSGO edit/montage - my road to mg2 begins..', with flair 'Video Critique' +[2020-08-13 14:26:48,809] /u/Far-Relation3518 had their submission removed for insufficient lambda. +[2020-08-13 14:26:50,202] /u/Far-Relation3518 had their flair updated +[2020-08-13 14:31:30,314] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 21 - The Conspirator', with flair 'Gaming' +[2020-08-13 14:31:32,218] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-13 14:31:34,411] /u/CecliusPlaysHD had their flair updated +[2020-08-13 14:45:53,250] +#################### +[Aug 13 2020 14:45:53] RESTARTED +#################### + +[2020-08-13 14:46:35,646] '/u/FindAKidneyDonor-Com' has given '/u/engamingchannel' lambda! +[2020-08-13 14:46:36,993] /u/engamingchannel had their flair updated +[2020-08-13 14:46:56,588] '/u/FindAKidneyDonor-Com' has given '/u/kiran_woodwork' lambda! +[2020-08-13 14:46:57,841] /u/kiran_woodwork had their flair updated +[2020-08-13 14:47:11,989] '/u/FindAKidneyDonor-Com' has given '/u/MafiasFinestTV' lambda! +[2020-08-13 14:47:13,469] /u/MafiasFinestTV had their flair updated +[2020-08-13 14:47:34,191] '/u/FindAKidneyDonor-Com' has given '/u/ROANOKE02' lambda! +[2020-08-13 14:47:35,389] /u/ROANOKE02 had their flair updated +[2020-08-13 14:47:54,980] '/u/FindAKidneyDonor-Com' has given '/u/basicbearyt' lambda! +[2020-08-13 14:47:56,080] /u/basicbearyt had their flair updated +[2020-08-13 14:48:07,045] '/u/FindAKidneyDonor-Com' has given '/u/JDisME11' lambda! +[2020-08-13 14:48:08,897] /u/JDisME11 had their flair updated +[2020-08-13 14:48:22,070] '/u/FindAKidneyDonor-Com' has given '/u/bmvsagar7' lambda! +[2020-08-13 14:48:24,576] /u/bmvsagar7 had their flair updated +[2020-08-13 14:50:12,605] '/u/Fireplace74' has given '/u/HakketTv' lambda! +[2020-08-13 14:50:14,972] /u/HakketTv had their flair updated +[2020-08-13 15:20:16,670] There has been a new submission: 'It took me over 6 hours to edit this video so i'd appreciate it if you could watch it and give me feedback on the video', with flair 'Gaming' +[2020-08-13 15:20:18,367] /u/Sinbad1999 had their submission removed for insufficient lambda. +[2020-08-13 15:20:20,842] /u/Sinbad1999 had their flair updated +[2020-08-13 15:20:40,202] There has been a new submission: 'Hey Everybody i Bought a New Microphone for the Youtube channel, still getting used to it & also. What do you think i can improve in my videos in a way that the viewer enjoys it more. Criticism is welcome just as much as tips are !', with flair 'Video Critique' +[2020-08-13 15:20:41,802] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 15:20:41,805] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 15:20:43,444] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dec2lBHhtCA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 15:20:43,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrWkFst1FoLP0YWfSIB_wtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 15:20:47,467] /u/AstaSama had their flair updated +[2020-08-13 15:21:07,483] There has been a new submission: 'My New Gaming Channel', with flair 'Gaming' +[2020-08-13 15:21:08,550] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 15:21:08,551] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 15:21:09,409] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jgDMZvbwYYc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 15:21:09,941] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKmdlqhepi4vbpHqqQ42OZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 15:21:13,417] /u/JDisME11 had their flair updated +[2020-08-13 15:21:37,418] '/u/308ar10' has given '/u/moreganplease' lambda! +[2020-08-13 15:21:40,046] /u/moreganplease had their flair updated +[2020-08-13 15:22:00,916] '/u/andyofasgard' has given '/u/prankstersnap' lambda! +[2020-08-13 15:22:03,696] /u/prankstersnap had their flair updated +[2020-08-13 15:24:27,333] /u/Sinbad1999 had their flair updated +[2020-08-13 15:30:50,672] There has been a new submission: 'YouTube channel.', with flair 'Channel Review' +[2020-08-13 15:30:52,313] /u/oziwastaken2times had their submission removed for insufficient lambda. +[2020-08-13 15:30:54,644] /u/oziwastaken2times had their flair updated +[2020-08-13 15:31:51,545] There has been a new submission: 'Is there anyway I can get my channel back?', with flair 'None' +[2020-08-13 15:31:53,184] /u/Comprehensive_Ask_41 had their submission removed for insufficient lambda. +[2020-08-13 15:31:55,242] /u/Comprehensive_Ask_41 had their flair updated +[2020-08-13 15:33:45,995] There has been a new submission: 'Need some advice on how to drive more traffic to this, details inside', with flair 'Video Critique' +[2020-08-13 15:33:47,385] /u/GeekPlaya had their submission removed for insufficient lambda. +[2020-08-13 15:33:49,144] /u/GeekPlaya had their flair updated +[2020-08-13 15:51:39,396] There has been a new submission: 'ASMR | GET IT POPPIN 🍾 Fast Aggressive Tapping with GUM POPS 🍾 #QueenofPops #ACMP', with flair 'Video Critique' +[2020-08-13 15:51:41,116] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-13 15:51:43,254] /u/tballs2003 had their flair updated +[2020-08-13 15:55:19,767] There has been a new submission: 'THE WORLD IS A BOX', with flair 'Art' +[2020-08-13 15:55:21,280] /u/Ragroin had their submission removed for insufficient lambda. +[2020-08-13 15:55:23,774] /u/Ragroin had their flair updated +[2020-08-13 15:59:09,024] '/u/Puba13' has given '/u/basicbearyt' lambda! +[2020-08-13 15:59:10,785] /u/basicbearyt had their flair updated +[2020-08-13 16:04:18,769] There has been a new submission: 'Should "JOKER 2" Happen??', with flair 'Video Critique' +[2020-08-13 16:04:20,282] /u/idiotic_memer had their submission removed for insufficient lambda. +[2020-08-13 16:04:22,163] /u/idiotic_memer had their flair updated +[2020-08-13 16:04:47,496] '/u/Boomer_Warfare' has given '/u/ameixarocha' lambda! +[2020-08-13 16:04:50,245] /u/ameixarocha had their flair updated +[2020-08-13 16:05:09,195] '/u/andyofasgard' has given '/u/ameixarocha' lambda! +[2020-08-13 16:05:10,831] /u/ameixarocha had their flair updated +[2020-08-13 16:05:33,581] '/u/Boomer_Warfare' has given '/u/Monkey_Adventures' lambda! +[2020-08-13 16:05:34,938] /u/Monkey_Adventures had their flair updated +[2020-08-13 16:10:05,732] There has been a new submission: 'My first makeup tutorial video!', with flair 'Vlog' +[2020-08-13 16:10:08,270] /u/sorianoallison35 had their submission removed for insufficient lambda. +[2020-08-13 16:10:10,687] /u/sorianoallison35 had their flair updated +[2020-08-13 16:20:57,600] '/u/JDisME11' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-13 16:21:00,654] /u/aspirefitnesswalnut had their flair updated +[2020-08-13 16:23:52,075] There has been a new submission: 'Carrion is all consuming fun. | Review - My first video post here, let me know what you all think!', with flair 'Gaming' +[2020-08-13 16:23:53,467] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 16:23:53,549] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 16:23:54,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=98HoKJxN9MU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 16:23:55,466] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKDm2bY7rmjZKuyfkXgwCjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 16:23:58,663] /u/kirk_collects had their flair updated +[2020-08-13 16:24:33,931] There has been a new submission: 'The second video on my channel. I feel it is better then my first but, what do you think? All tips and critiques are appreciated!', with flair 'Gaming' +[2020-08-13 16:24:36,964] /u/Ajmracer had their flair updated +[2020-08-13 16:27:24,166] There has been a new submission: 'csgo with the boys', with flair 'Gaming' +[2020-08-13 16:27:25,282] /u/Denslayerx had their submission removed for insufficient lambda. +[2020-08-13 16:27:26,471] /u/Denslayerx had their flair updated +[2020-08-13 16:27:47,819] '/u/Paul_francis' has given '/u/icydevilwill' lambda! +[2020-08-13 16:27:49,621] /u/icydevilwill had their flair updated +[2020-08-13 16:28:26,556] '/u/Paul_francis' has given '/u/Noobeater1' lambda! +[2020-08-13 16:28:28,484] /u/Noobeater1 had their flair updated +[2020-08-13 16:29:00,164] '/u/Paul_francis' has given '/u/Monkey_Adventures' lambda! +[2020-08-13 16:29:01,847] /u/Monkey_Adventures had their flair updated +[2020-08-13 16:30:25,161] There has been a new submission: 'BRAND NEW EPISODE of my show. I feel like in my full 2 year history of making youtube videos, this is the BEST one of all time! Please enjoy the BONEYARD MATCH!', with flair 'Vlog' +[2020-08-13 16:30:26,857] /u/P8NPrivTV had their submission removed for insufficient lambda. +[2020-08-13 16:30:29,196] /u/P8NPrivTV had their flair updated +[2020-08-13 16:33:31,539] There has been a new submission: 'I made a video documentary , where i caught online predators on a social media platform called Discord. I want to make more similar videos, so any feedback on how i can improve would be appreciated !', with flair 'Video Critique' +[2020-08-13 16:33:32,890] /u/NervousGarbage had their submission removed for insufficient lambda. +[2020-08-13 16:33:34,978] /u/NervousGarbage had their flair updated +[2020-08-13 16:35:47,416] There has been a new submission: 'ÓTIMA ARMA PARA ZONA DE CONFLITO RUS-79U COD MOBILE', with flair 'Gaming' +[2020-08-13 16:35:48,853] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-13 16:35:50,499] /u/MulberryNo1582 had their flair updated +[2020-08-13 16:41:29,488] There has been a new submission: 'By submitting my clips, I made it on a Valorant highlight reel with over 200k views!', with flair 'Gaming' +[2020-08-13 16:41:31,046] /u/simplepandaguy had their submission removed for insufficient lambda. +[2020-08-13 16:41:33,674] /u/simplepandaguy had their flair updated +[2020-08-13 16:42:19,824] There has been a new submission: 'We cooked an entire Roast Beef dinner Over The Fire', with flair 'Video Critique' +[2020-08-13 16:42:21,341] /u/Tienewman had their submission removed for insufficient lambda. +[2020-08-13 16:42:24,091] /u/Tienewman had their flair updated +[2020-08-13 16:42:49,533] '/u/denandmugMAKES' has given '/u/moreganplease' lambda! +[2020-08-13 16:42:52,280] /u/moreganplease had their flair updated +[2020-08-13 16:46:03,247] +#################### +[Aug 13 2020 16:46:03] RESTARTED +#################### + +[2020-08-13 17:24:42,968] There has been a new submission: '10 Minute Yoga & Core Workout | Yoga Set Giveaway (JING Collab) | Winner Announced August 31st (Lambdas will be given for every critique)', with flair 'Video Critique' +[2020-08-13 17:24:45,958] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 17:24:45,996] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 17:24:47,270] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jFrH3dY0R1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:24:47,718] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:24:50,342] /u/aspirefitnesswalnut had their flair updated +[2020-08-13 17:25:09,779] There has been a new submission: 'Is this pizza a joke to you', with flair 'Vlog' +[2020-08-13 17:25:10,926] /u/prince_Gizmo had their submission removed for insufficient lambda. +[2020-08-13 17:25:12,473] /u/prince_Gizmo had their flair updated +[2020-08-13 17:25:30,936] There has been a new submission: 'Hi! Decided to revive my old science channel after 4 years, would love any feedback on anything at all!', with flair 'Video Critique' +[2020-08-13 17:25:31,967] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 17:25:32,086] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 17:25:33,075] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O39BpOiAD38&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:25:33,485] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuwD7OtiPL1irwwT70ripJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:25:35,900] /u/devilpanda555 had their flair updated +[2020-08-13 17:25:53,141] There has been a new submission: 'Fall Guys...but its a whole Battle Royale | Fall Guys: Ultimate Knockout Rage Edition', with flair 'Gaming' +[2020-08-13 17:25:55,230] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-13 17:25:56,499] /u/TheUnsaidSong had their flair updated +[2020-08-13 17:29:30,723] There has been a new submission: 'I make comedy videos covering political topics. My latest video covers some interesting stuff you've probably not heard of. Lambda for all good feedback, and I'd love some suggestions for what other material to cover!', with flair 'Video Critique' +[2020-08-13 17:29:32,528] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 17:29:32,567] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 17:29:33,965] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S-D8k4lR0l4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:29:34,457] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjwWq0n-MZGpDQOnD9VKAPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:29:36,300] /u/Noobeater1 had their flair updated +[2020-08-13 17:29:56,190] There has been a new submission: 'Boat trip to Balos Crete, Greece . I took on board (at least I hope so) the critique from my previous video. Lamda of course for constructive criticism. Silent Tavel Channel', with flair 'Video Critique' +[2020-08-13 17:29:57,742] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 17:29:57,782] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 17:29:58,810] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-x8DetxTQUQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:29:59,299] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYStwFY0lQTF8Gt2r1UFdZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 17:30:03,010] /u/intrepidgrlventure had their flair updated +[2020-08-13 17:30:22,769] There has been a new submission: 'Hello everyone, recently I uploaded a video building part of Falcon 9 model rocket, with a 3D printer, please check it out. Also consider subscribing and give a like, will help a lot.', with flair 'Art' +[2020-08-13 17:30:24,414] /u/O0kah had their submission removed for insufficient lambda. +[2020-08-13 17:30:26,834] /u/O0kah had their flair updated +[2020-08-13 17:30:54,339] '/u/FindAKidneyDonor-Com' has given '/u/Monkey_Adventures' lambda! +[2020-08-13 17:30:57,169] /u/Monkey_Adventures had their flair updated +[2020-08-13 17:32:04,271] '/u/FindAKidneyDonor-Com' has given '/u/moreganplease' lambda! +[2020-08-13 17:32:07,184] /u/moreganplease had their flair updated +[2020-08-13 17:33:16,990] There has been a new submission: 'My first video on YouTube. Any feedback is welcome!', with flair 'Channel Review' +[2020-08-13 17:33:18,465] /u/MaskedGamerNL had their submission removed for insufficient lambda. +[2020-08-13 17:33:20,311] /u/MaskedGamerNL had their flair updated +[2020-08-13 17:35:11,621] There has been a new submission: 'TRYING JOLLY RANCHER CEREAL ft. TybxJoJo & IceeDraco / ImStillJnation', with flair 'Vlog' +[2020-08-13 17:35:12,883] /u/ItzYeBoiJJ had their submission removed for insufficient lambda. +[2020-08-13 17:35:14,333] /u/ItzYeBoiJJ had their flair updated +[2020-08-13 17:59:23,531] There has been a new submission: 'SUBSCRIBE LIKE AND COMMENT FOR SUBSCRIBE LIKE AND COMMENT BACK', with flair 'Gaming' +[2020-08-13 17:59:24,558] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-13 17:59:25,217] /u/TntThiefGamerYT had their flair updated +[2020-08-13 18:01:07,527] There has been a new submission: '$1000 Sephora Fantasy Wishlist Shopping Tag!', with flair 'Video Critique' +[2020-08-13 18:01:09,070] /u/DesertFlowerChannel had their submission removed for insufficient lambda. +[2020-08-13 18:01:11,263] /u/DesertFlowerChannel had their flair updated +[2020-08-13 18:04:10,688] There has been a new submission: 'Got permission from my content creator friend to "cancel" him in this parody video of A Beginner's Guide To Cancel Anyone', with flair 'Video Critique' +[2020-08-13 18:04:11,795] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 18:04:11,916] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 18:04:13,203] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=c3GDyisTcig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 18:04:13,575] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 18:04:16,866] /u/Monkey_Adventures had their flair updated +[2020-08-13 18:10:10,278] There has been a new submission: 'Opinions on my editing? (Ignore End of Video)', with flair 'Video Critique' +[2020-08-13 18:10:12,213] /u/nickey88k had their submission removed for insufficient lambda. +[2020-08-13 18:10:14,598] /u/nickey88k had their flair updated +[2020-08-13 18:17:37,571] There has been a new submission: 'Top 10 Richest People in the World', with flair 'Collab' +[2020-08-13 18:17:38,588] /u/Max_Davis888 had their submission removed for using the wrong flair. +[2020-08-13 18:17:39,803] /u/Max_Davis888 had their flair updated +[2020-08-13 18:18:16,655] There has been a new submission: 'my first po-33 jam ☕️👋🏽', with flair 'Art' +[2020-08-13 18:18:17,634] /u/echainz6 had their submission removed for insufficient lambda. +[2020-08-13 18:18:18,663] /u/echainz6 had their flair updated +[2020-08-13 18:19:27,538] There has been a new submission: 'Top 10 Richest People in the World', with flair 'Video Critique' +[2020-08-13 18:19:29,016] /u/Max_Davis888 had their submission removed for insufficient lambda. +[2020-08-13 18:19:29,716] /u/Max_Davis888 had their flair updated +[2020-08-13 18:28:59,477] There has been a new submission: 'KILL KHOTUN KHAN', with flair 'Gaming' +[2020-08-13 18:29:01,038] /u/FawadA_ had their submission removed for insufficient lambda. +[2020-08-13 18:29:02,510] /u/FawadA_ had their flair updated +[2020-08-13 18:31:20,407] '/u/aspirefitnesswalnut' has given '/u/KevinClaus' lambda! +[2020-08-13 18:31:22,476] /u/KevinClaus had their flair updated +[2020-08-13 18:32:06,394] '/u/aspirefitnesswalnut' has given '/u/ShikharTrivedi' lambda! +[2020-08-13 18:32:08,781] /u/ShikharTrivedi had their flair updated +[2020-08-13 18:33:14,899] '/u/aspirefitnesswalnut' has given '/u/Monkey_Adventures' lambda! +[2020-08-13 18:33:16,704] /u/Monkey_Adventures had their flair updated +[2020-08-13 18:34:49,756] '/u/mbradon' has given '/u/engamingchannel' lambda! +[2020-08-13 18:34:52,208] /u/engamingchannel had their flair updated +[2020-08-13 18:35:08,326] '/u/mbradon' has given '/u/guilletab' lambda! +[2020-08-13 18:35:10,017] /u/guilletab had their flair updated +[2020-08-13 18:35:19,732] '/u/mbradon' has given '/u/DTV998' lambda! +[2020-08-13 18:35:21,394] /u/DTV998 had their flair updated +[2020-08-13 18:35:43,208] '/u/mbradon' has given '/u/Noobeater1' lambda! +[2020-08-13 18:35:45,584] /u/Noobeater1 had their flair updated +[2020-08-13 18:36:20,095] There has been a new submission: 'I am working on a series exploring how computers work from the lowest level. This is the first episode. What can I do better?', with flair 'Video Critique' +[2020-08-13 18:36:21,408] /u/asteriskall had their submission removed for insufficient lambda. +[2020-08-13 18:36:22,841] /u/asteriskall had their flair updated +[2020-08-13 18:37:55,002] '/u/mbradon' has given '/u/moreganplease' lambda! +[2020-08-13 18:37:57,212] /u/moreganplease had their flair updated +[2020-08-13 18:38:55,947] '/u/mbradon' has given '/u/intrepidgrlventure' lambda! +[2020-08-13 18:38:57,957] /u/intrepidgrlventure had their flair updated +[2020-08-13 18:39:58,891] '/u/mbradon' has given '/u/Monkey_Adventures' lambda! +[2020-08-13 18:40:00,732] /u/Monkey_Adventures had their flair updated +[2020-08-13 18:40:25,870] '/u/Monkey_Adventures' has given '/u/Kaidentheperson' lambda! +[2020-08-13 18:40:28,657] /u/Kaidentheperson had their flair updated +[2020-08-13 18:46:20,983] +#################### +[Aug 13 2020 18:46:20] RESTARTED +#################### + +[2020-08-13 19:25:13,590] There has been a new submission: 'Sonic With A Gun!', with flair 'Video Critique' +[2020-08-13 19:25:15,633] /u/goggles0505 had their submission removed for insufficient lambda. +[2020-08-13 19:25:16,988] /u/goggles0505 had their flair updated +[2020-08-13 19:25:36,473] There has been a new submission: 'Spent a week in New Hampshire making it the best summer we’ve ever had. Would love critiques, lambda will be given out for all feedback!', with flair 'Video Critique' +[2020-08-13 19:25:38,685] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 19:25:38,688] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 19:25:40,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y9AwCFVX9_U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 19:25:40,490] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxfTD8C55rqENmnw8watHcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 19:25:42,954] /u/moreganplease had their flair updated +[2020-08-13 19:26:00,547] There has been a new submission: 'I made a new fall guys video! Any advice would be appreciated.', with flair 'Gaming' +[2020-08-13 19:26:02,023] /u/ToastToTheEr had their submission removed for insufficient lambda. +[2020-08-13 19:26:03,866] /u/ToastToTheEr had their flair updated +[2020-08-13 19:26:21,893] There has been a new submission: 'Channel trailer - Would like some input from you, guys.', with flair 'Video Critique' +[2020-08-13 19:26:23,444] /u/HazmatFTW had their submission removed for insufficient lambda. +[2020-08-13 19:26:25,332] /u/HazmatFTW had their flair updated +[2020-08-13 19:26:42,482] There has been a new submission: '10 Deadliest Animals In The World (would like feedback)', with flair 'Video Critique' +[2020-08-13 19:26:44,124] /u/I_Ate_A_Window had their submission removed for insufficient lambda. +[2020-08-13 19:26:45,847] /u/I_Ate_A_Window had their flair updated +[2020-08-13 19:27:03,877] There has been a new submission: 'Trying to carry team with only dual swords and 40 kill game with sword (Call of duty modern warfare)', with flair 'Gaming' +[2020-08-13 19:27:05,106] /u/PlentyLie2731 had their submission removed for insufficient lambda. +[2020-08-13 19:27:06,128] /u/PlentyLie2731 had their flair updated +[2020-08-13 19:27:44,397] '/u/KaiKunai' has given '/u/HakketTv' lambda! +[2020-08-13 19:27:46,737] /u/HakketTv had their flair updated +[2020-08-13 19:28:20,215] '/u/Paul_francis' has given '/u/nickey88k' lambda! +[2020-08-13 19:28:21,901] /u/nickey88k had their flair updated +[2020-08-13 19:29:40,155] '/u/Noobeater1' has given '/u/nickey88k' lambda! +[2020-08-13 19:29:42,330] /u/nickey88k had their flair updated +[2020-08-13 19:31:47,840] '/u/JDisME11' has given '/u/RandomLoserRin' lambda! +[2020-08-13 19:31:50,552] /u/RandomLoserRin had their flair updated +[2020-08-13 19:35:15,149] There has been a new submission: 'Check out my new video!', with flair 'Video Critique' +[2020-08-13 19:35:16,311] /u/Klutzyredpanda had their submission removed for insufficient lambda. +[2020-08-13 19:35:17,599] /u/Klutzyredpanda had their flair updated +[2020-08-13 19:35:35,571] There has been a new submission: 'Side Hustle Reviews', with flair 'Video Critique' +[2020-08-13 19:35:36,684] /u/Itz_Damo had their submission removed for insufficient lambda. +[2020-08-13 19:35:37,996] /u/Itz_Damo had their flair updated +[2020-08-13 19:35:56,988] There has been a new submission: 'I went to make a fishing video and didn't catch any fish, so instead I highlighted the struggles and put it some sad music. It's actually doing pretty well, so tell me what you think. Lambda will be given for thoughtful ideas and feedback.', with flair 'Video Critique' +[2020-08-13 19:35:58,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 19:35:58,011] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 19:35:59,197] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i0oXzQUZJZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 19:35:59,609] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfWjZQDYQQgelgZnKTUtrBA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 19:36:01,851] /u/vengeanceasx had their flair updated +[2020-08-13 19:36:20,295] There has been a new submission: 'ROBUX GIVEAWAY WINNERS - WEEK 8 | SIERRAFIVEGAMING', with flair 'Gaming' +[2020-08-13 19:36:21,320] /u/rizider had their submission removed for insufficient lambda. +[2020-08-13 19:36:22,508] /u/rizider had their flair updated +[2020-08-13 19:36:40,757] There has been a new submission: 'Opinions on my editing? (Ignore end of video)', with flair 'Video Critique' +[2020-08-13 19:36:42,402] /u/nickey88k had their submission removed for insufficient lambda. +[2020-08-13 19:36:44,127] /u/nickey88k had their flair updated +[2020-08-13 19:37:02,383] There has been a new submission: 'For anyone feeling disappointed', with flair 'Video Critique' +[2020-08-13 19:37:03,409] /u/AlexanderRodgers had their submission removed for insufficient lambda. +[2020-08-13 19:37:04,432] /u/AlexanderRodgers had their flair updated +[2020-08-13 19:37:55,472] '/u/nickey88k' has given '/u/Kaidentheperson' lambda! +[2020-08-13 19:37:57,686] /u/Kaidentheperson had their flair updated +[2020-08-13 19:38:33,116] '/u/nickey88k' has given '/u/TRIO-Stories' lambda! +[2020-08-13 19:38:35,411] /u/TRIO-Stories had their flair updated +[2020-08-13 19:43:01,010] There has been a new submission: 'Hey I made a Rainbow Six video and I met some chill ass people. Please enjoy and have a good one :)', with flair 'Gaming' +[2020-08-13 19:43:02,770] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-08-13 19:43:04,655] /u/Hollowed-VVS had their flair updated +[2020-08-13 19:51:39,774] There has been a new submission: 'Destroying Hard Drives and Taking Apart An HP Touchscreen Laptop At An Electronic Recycling Business', with flair 'Vlog' +[2020-08-13 19:51:42,339] /u/aramjoseph had their submission removed for insufficient lambda. +[2020-08-13 19:51:44,604] /u/aramjoseph had their flair updated +[2020-08-13 19:52:26,876] '/u/vengeanceasx' has given '/u/TRIO-Stories' lambda! +[2020-08-13 19:52:29,746] /u/TRIO-Stories had their flair updated +[2020-08-13 19:53:08,496] '/u/vengeanceasx' has given '/u/ToastToTheEr' lambda! +[2020-08-13 19:53:11,417] /u/ToastToTheEr had their flair updated +[2020-08-13 19:54:00,258] There has been a new submission: 'Why it is illegal to give me This CLASS SETUP (Modern Warfare Warzone)', with flair 'Gaming' +[2020-08-13 19:54:01,732] /u/F1ge had their submission removed for insufficient lambda. +[2020-08-13 19:54:03,572] /u/F1ge had their flair updated +[2020-08-13 19:55:42,959] There has been a new submission: 'this is gringe', with flair 'Gaming' +[2020-08-13 19:55:44,275] /u/WhosThisGuychannel had their submission removed for insufficient lambda. +[2020-08-13 19:55:46,245] /u/WhosThisGuychannel had their flair updated +[2020-08-13 20:00:09,288] There has been a new submission: 'Any of you have had a good experience uploading only every two weeks or even once every month?', with flair 'Discussion' +[2020-08-13 20:00:11,906] /u/lulasactor had their flair updated +[2020-08-13 20:05:41,362] There has been a new submission: '"Im babysitting black eyed children part 1."', with flair 'Art' +[2020-08-13 20:05:42,630] /u/CreepySpaghetYT had their submission removed for insufficient lambda. +[2020-08-13 20:05:44,230] /u/CreepySpaghetYT had their flair updated +[2020-08-13 20:07:23,977] '/u/moreganplease' has given '/u/TRIO-Stories' lambda! +[2020-08-13 20:07:26,364] /u/TRIO-Stories had their flair updated +[2020-08-13 20:07:47,767] '/u/moreganplease' has given '/u/ToastToTheEr' lambda! +[2020-08-13 20:07:49,776] /u/ToastToTheEr had their flair updated +[2020-08-13 20:11:41,398] There has been a new submission: 'Loupedeck+ Photo Editing Console Review - We are working on the format of our reviews and would LOVE your feedback so far. May or may not distribute lambda ;)', with flair 'Video Critique' +[2020-08-13 20:11:42,829] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 20:11:42,868] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 20:11:43,891] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PQMVaxARb6M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:11:44,339] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwm19zqbUY_lkIKnf3K8Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:11:47,538] /u/TRIO-Stories had their flair updated +[2020-08-13 20:12:33,419] There has been a new submission: 'Minecraft 1000 Days', with flair 'Gaming' +[2020-08-13 20:12:34,929] /u/Chevis_ had their submission removed for insufficient lambda. +[2020-08-13 20:12:37,060] /u/Chevis_ had their flair updated +[2020-08-13 20:13:02,626] '/u/intrepidgrlventure' has given '/u/BraveSirOingo' lambda! +[2020-08-13 20:13:05,284] /u/BraveSirOingo had their flair updated +[2020-08-13 20:13:57,673] There has been a new submission: 'My friend just made this!!! 11 sub special', with flair 'Channel Review' +[2020-08-13 20:13:59,024] /u/jew55667 had their submission removed for insufficient lambda. +[2020-08-13 20:14:00,787] /u/jew55667 had their flair updated +[2020-08-13 20:15:20,277] '/u/intrepidgrlventure' has given '/u/TRIO-Stories' lambda! +[2020-08-13 20:15:22,903] /u/TRIO-Stories had their flair updated +[2020-08-13 20:17:32,041] There has been a new submission: 'My newest youtube video on valorant its a bit short because I didn't have that much footage', with flair 'Video Critique' +[2020-08-13 20:17:34,138] /u/Kaidentheperson had their flair updated +[2020-08-13 20:21:52,031] '/u/Monkey_Adventures' has given '/u/TRIO-Stories' lambda! +[2020-08-13 20:21:55,230] /u/TRIO-Stories had their flair updated +[2020-08-13 20:22:32,469] There has been a new submission: 'Trying something new here, more heavily edited game news commentary. All feedback welcome!', with flair 'Video Critique' +[2020-08-13 20:22:33,695] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 20:22:33,697] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 20:22:34,927] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y9Zu1mfLRas&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:22:35,377] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvoqvBGrypB7cYhGFBROz6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:22:38,485] /u/BraveSirOingo had their flair updated +[2020-08-13 20:25:01,945] There has been a new submission: 'Hi there, im a youtuber that makes gaming videos, with friends and alone all types, i so some crazy type of editing im still learning but i come up with good and different idears, this is the final episode to our latest series', with flair 'Channel Review' +[2020-08-13 20:25:03,289] /u/NPTCustomPCs had their submission removed for insufficient lambda. +[2020-08-13 20:25:05,009] /u/NPTCustomPCs had their flair updated +[2020-08-13 20:29:39,747] There has been a new submission: 'Got this super short clip I uploaded to YouTube, any tips on getting this silly dog video a wider distribution?', with flair 'Video Critique' +[2020-08-13 20:29:40,817] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 20:29:40,854] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 20:29:41,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OGDmVrFjxC8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:29:42,004] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 20:29:43,966] /u/mreverdred01 had their flair updated +[2020-08-13 20:37:59,605] There has been a new submission: 'Do streams count towards monetization goals?', with flair 'Discussion' +[2020-08-13 20:38:02,471] /u/VR-Frontier had their flair updated +[2020-08-13 20:39:26,360] '/u/vengeanceasx' has given '/u/mreverdred01' lambda! +[2020-08-13 20:39:28,410] /u/mreverdred01 had their flair updated +[2020-08-13 20:45:41,551] There has been a new submission: 'World War Z - Scavenge Raid, whats the point of the boxes? Please like and sub!', with flair 'Gaming' +[2020-08-13 20:45:42,944] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-08-13 20:45:44,550] /u/RoshamboRich had their flair updated +[2020-08-13 20:46:32,677] +#################### +[Aug 13 2020 20:46:32] RESTARTED +#################### + +[2020-08-13 21:18:29,760] Starting every day program... +[2020-08-13 21:18:29,805] Updating database statistics... +[2020-08-13 21:18:35,743] Posting and updating wiki... +[2020-08-13 21:19:00,165] Formatting leaderboard... +[2020-08-13 21:19:01,318] Updating sidebar... +[2020-08-13 21:19:01,727] Updated in new reddit... +[2020-08-13 21:19:03,526] Updated in old reddit... +[2020-08-13 21:19:03,527] Completed. +[2020-08-13 21:29:08,749] There has been a new submission: 'Call of duty easter egg', with flair 'Gaming' +[2020-08-13 21:29:10,099] /u/NsvProductions had their submission removed for insufficient lambda. +[2020-08-13 21:29:10,716] /u/NsvProductions had their flair updated +[2020-08-13 21:29:29,993] '/u/Monkey_Adventures' has given '/u/NervousGarbage' lambda! +[2020-08-13 21:29:32,006] /u/NervousGarbage had their flair updated +[2020-08-13 21:29:51,010] '/u/Monkey_Adventures' has given '/u/nickey88k' lambda! +[2020-08-13 21:29:54,454] /u/nickey88k had their flair updated +[2020-08-13 21:31:10,509] '/u/BraveSirOingo' has given '/u/mreverdred01' lambda! +[2020-08-13 21:31:13,625] /u/mreverdred01 had their flair updated +[2020-08-13 21:31:34,282] '/u/moreganplease' has given '/u/mreverdred01' lambda! +[2020-08-13 21:31:37,029] /u/mreverdred01 had their flair updated +[2020-08-13 21:31:58,225] '/u/BraveSirOingo' has given '/u/AmeliasTea' lambda! +[2020-08-13 21:32:00,902] /u/AmeliasTea had their flair updated +[2020-08-13 21:35:11,068] There has been a new submission: 'Quickscope Montage #2 I just started posting on my channel, can anyone please show some support? :)', with flair 'Gaming' +[2020-08-13 21:35:12,202] /u/Khydo_ had their submission removed for insufficient lambda. +[2020-08-13 21:35:13,535] /u/Khydo_ had their flair updated +[2020-08-13 21:35:20,468] There has been a new submission: 'Code Like a GOD in Minutes From Scratch!', with flair 'Video Critique' +[2020-08-13 21:35:21,670] /u/akuasmr had their submission removed for insufficient lambda. +[2020-08-13 21:35:23,187] /u/akuasmr had their flair updated +[2020-08-13 21:35:41,759] There has been a new submission: 'Check out my new Mandala henna design hope you all will gonna like it thanks 😊', with flair 'Art' +[2020-08-13 21:35:42,868] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-08-13 21:35:44,348] /u/Iqra-Entertainment had their flair updated +[2020-08-13 21:36:01,943] There has been a new submission: 'The World of E-Girls', with flair 'Video Critique' +[2020-08-13 21:36:03,497] /u/BoringBoi_yt had their submission removed for insufficient lambda. +[2020-08-13 21:36:05,420] /u/BoringBoi_yt had their flair updated +[2020-08-13 21:36:23,996] There has been a new submission: 'Whatever you do and If you feel sad i'm there for help you and motivate you with these Song i upload My channel almost every Day to listen', with flair 'Art' +[2020-08-13 21:36:25,518] /u/vetskari03 had their submission removed for insufficient lambda. +[2020-08-13 21:36:26,708] /u/vetskari03 had their flair updated +[2020-08-13 21:36:44,137] There has been a new submission: 'Shroud goes to Wallmart but something is VERY wrong', with flair 'Video Critique' +[2020-08-13 21:36:45,119] /u/byebyeracism had their submission removed for insufficient lambda. +[2020-08-13 21:36:46,355] /u/byebyeracism had their flair updated +[2020-08-13 21:40:24,735] There has been a new submission: 'Top 10 A24 movies of all time', with flair 'Video Critique' +[2020-08-13 21:40:26,410] /u/Pirrateking had their submission removed for insufficient lambda. +[2020-08-13 21:40:28,783] /u/Pirrateking had their flair updated +[2020-08-13 21:43:38,585] There has been a new submission: 'https://www.youtube.com/channel/UCKwRUXVxEKbd_mHB791Nj4g', with flair 'Channel Review' +[2020-08-13 21:43:39,938] /u/harvey_hancock16 had their submission removed for insufficient lambda. +[2020-08-13 21:43:41,824] /u/harvey_hancock16 had their flair updated +[2020-08-13 21:46:17,323] There has been a new submission: 'This is the WORST tweet a Minecraft youtuber could ever make', with flair 'Gaming' +[2020-08-13 21:46:18,471] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-13 21:46:19,906] /u/Str8Villains had their flair updated +[2020-08-13 21:46:43,832] '/u/BraveSirOingo' has given '/u/Rosey_and_Friends' lambda! +[2020-08-13 21:46:46,412] /u/Rosey_and_Friends had their flair updated +[2020-08-13 21:47:20,119] '/u/BraveSirOingo' has given '/u/aramjoseph' lambda! +[2020-08-13 21:47:21,646] /u/aramjoseph had their flair updated +[2020-08-13 21:59:03,242] '/u/mreverdred01' has given '/u/BraveSirOingo' lambda! +[2020-08-13 21:59:05,367] /u/BraveSirOingo had their flair updated +[2020-08-13 21:59:26,002] '/u/JDisME11' has given '/u/MrMoo-Youtube' lambda! +[2020-08-13 21:59:27,931] /u/MrMoo-Youtube had their flair updated +[2020-08-13 22:00:08,861] '/u/mreverdred01' has given '/u/thedrq' lambda! +[2020-08-13 22:00:11,817] /u/thedrq had their flair updated +[2020-08-13 22:00:51,756] '/u/mreverdred01' has given '/u/MrMoo-Youtube' lambda! +[2020-08-13 22:00:54,497] /u/MrMoo-Youtube had their flair updated +[2020-08-13 22:01:28,897] There has been a new submission: 'Exploring Abandoned Haunted School | Vlog #1 Lambda for all', with flair 'Thumbnail Review' +[2020-08-13 22:01:31,486] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 22:01:31,608] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 22:01:33,245] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qcGWKwX5JlE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:01:33,696] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:01:36,941] /u/MrMoo-Youtube had their flair updated +[2020-08-13 22:01:57,649] There has been a new submission: 'How can I improve this commentary video?', with flair 'Video Critique' +[2020-08-13 22:01:58,961] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 22:01:59,085] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 22:01:59,947] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=f7Y079AuaEs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:02:00,443] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzQTyMjXT2MJ-E0YAF2Alew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:02:03,629] /u/RandomLoserRin had their flair updated +[2020-08-13 22:09:30,001] '/u/intrepidgrlventure' has given '/u/aramjoseph' lambda! +[2020-08-13 22:09:32,046] /u/aramjoseph had their flair updated +[2020-08-13 22:10:53,670] '/u/intrepidgrlventure' has given '/u/MrMoo-Youtube' lambda! +[2020-08-13 22:10:56,896] /u/MrMoo-Youtube had their flair updated +[2020-08-13 22:13:08,743] '/u/liftedplane' has given '/u/HakketTv' lambda! +[2020-08-13 22:13:11,411] /u/HakketTv had their flair updated +[2020-08-13 22:16:02,180] There has been a new submission: 'I make Overwatch montages, here is my latest one, leave any recommendations for future improvements if you wish!', with flair 'Gaming' +[2020-08-13 22:16:03,362] /u/Whalefish__ had their submission removed for insufficient lambda. +[2020-08-13 22:16:04,960] /u/Whalefish__ had their flair updated +[2020-08-13 22:17:35,168] There has been a new submission: 'Rainbow Six Funny Moments - Feedback Appreciated! (For Mature Audiences)', with flair 'Video Critique' +[2020-08-13 22:17:35,642] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 22:17:35,655] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 22:17:36,026] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=33METRPdYgA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:17:36,247] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTxXPMEcDUZ_tePHngQ3c2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:17:37,816] /u/bipolarobot had their flair updated +[2020-08-13 22:20:20,296] '/u/TRIO-Stories' has given '/u/mreverdred01' lambda! +[2020-08-13 22:20:22,807] /u/mreverdred01 had their flair updated +[2020-08-13 22:21:33,170] '/u/TRIO-Stories' has given '/u/BraveSirOingo' lambda! +[2020-08-13 22:21:36,078] /u/BraveSirOingo had their flair updated +[2020-08-13 22:22:17,229] '/u/TRIO-Stories' has given '/u/ToastToTheEr' lambda! +[2020-08-13 22:22:20,137] /u/ToastToTheEr had their flair updated +[2020-08-13 22:23:13,370] '/u/TRIO-Stories' has given '/u/aramjoseph' lambda! +[2020-08-13 22:23:16,082] /u/aramjoseph had their flair updated +[2020-08-13 22:23:53,155] '/u/MrMoo-Youtube' has given '/u/ToastToTheEr' lambda! +[2020-08-13 22:23:55,947] /u/ToastToTheEr had their flair updated +[2020-08-13 22:24:29,958] There has been a new submission: 'I made a Fall Guys video! Any feedback would help out a lot.', with flair 'Gaming' +[2020-08-13 22:24:32,091] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 22:24:32,211] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 22:24:34,052] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=98Zw18I1n00&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:24:34,508] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP4YWYGgAKFDyz4QGrikVvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 22:24:37,174] /u/ToastToTheEr had their flair updated +[2020-08-13 22:30:53,107] There has been a new submission: '(Free) Pyrex Whippa x Yung Mal Type Beat "Corleone"', with flair 'Video Critique' +[2020-08-13 22:30:54,790] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-13 22:30:57,131] /u/bpbeatzz had their flair updated +[2020-08-13 22:33:41,797] There has been a new submission: '#Narcissist FINANCIAL ABUSE, Love Bombing and HOW They SPEND YOUR MONEY!', with flair 'Video Critique' +[2020-08-13 22:33:43,113] /u/PaivaReddit had their submission removed for insufficient lambda. +[2020-08-13 22:33:45,005] /u/PaivaReddit had their flair updated +[2020-08-13 22:38:51,220] There has been a new submission: 'Bluesky2224 Gaming, I make Tutorials on GFX and make videos on gaming too.', with flair 'Channel Review' +[2020-08-13 22:38:52,695] /u/syzbug had their submission removed for insufficient lambda. +[2020-08-13 22:38:53,838] /u/syzbug had their flair updated +[2020-08-13 22:39:40,517] '/u/Monkey_Adventures' has given '/u/liftedplane' lambda! +[2020-08-13 22:39:42,487] /u/liftedplane had their flair updated +[2020-08-13 22:45:40,508] There has been a new submission: 'Could anyone rate this video I posted about NCS music?', with flair 'Video Critique' +[2020-08-13 22:45:41,900] /u/pandasnapper had their submission removed for insufficient lambda. +[2020-08-13 22:45:43,587] /u/pandasnapper had their flair updated +[2020-08-13 22:46:27,795] +#################### +[Aug 13 2020 22:46:27] RESTARTED +#################### + +[2020-08-13 23:28:14,515] There has been a new submission: 'Destroying Hard Drives and Taking Apart An HP Touchscreen Laptop At An Electronic Recycling Business', with flair 'Vlog' +[2020-08-13 23:28:17,713] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 23:28:17,913] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 23:28:19,024] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yuyghLrsIeg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 23:28:19,561] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwPGH8tK_bgqckMBC1OvEOw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 23:28:21,815] /u/aramjoseph had their flair updated +[2020-08-13 23:28:40,441] There has been a new submission: 'Hey everyone I just made a video of my friends and I completing a challenge in the game Rogue Company. I'm open to any and all feedback and would love to hear what you think about either the video itself or my channel. Thank you!', with flair 'Video Critique' +[2020-08-13 23:28:41,714] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-13 23:28:41,753] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-13 23:28:42,739] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GTp0-MGirbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 23:28:43,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVRobwJfa8nHMfJI3C8Rgdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-13 23:28:44,932] /u/Rosey_and_Friends had their flair updated +[2020-08-13 23:32:17,600] There has been a new submission: 'I’m bored', with flair 'Discussion' +[2020-08-13 23:32:19,845] /u/Deadpix01 had their flair updated +[2020-08-13 23:32:39,983] There has been a new submission: 'Hello everyone! I haven’t posted here in awhile but I’d love some feedback on my new video coming out next Saturday! You guys get it over a week before my audience lol. Saw (2004) in 11 Minutes!', with flair 'Video Critique' +[2020-08-13 23:32:41,824] /u/StylesYT had their submission removed for insufficient lambda. +[2020-08-13 23:32:44,416] /u/StylesYT had their flair updated +[2020-08-13 23:33:22,426] '/u/devilpanda555' has given '/u/ShikharTrivedi' lambda! +[2020-08-13 23:33:25,227] /u/ShikharTrivedi had their flair updated +[2020-08-13 23:33:44,983] '/u/devilpanda555' has given '/u/MrMoo-Youtube' lambda! +[2020-08-13 23:33:47,933] /u/MrMoo-Youtube had their flair updated +[2020-08-13 23:34:08,484] '/u/devilpanda555' has given '/u/Rosey_and_Friends' lambda! +[2020-08-13 23:34:11,078] /u/Rosey_and_Friends had their flair updated +[2020-08-13 23:35:11,654] '/u/devilpanda555' has given '/u/myogloben' lambda! +[2020-08-13 23:35:13,039] /u/myogloben had their flair updated +[2020-08-13 23:36:34,143] '/u/devilpanda555' has given '/u/thedrq' lambda! +[2020-08-13 23:36:36,153] /u/thedrq had their flair updated +[2020-08-13 23:45:18,688] There has been a new submission: 'Oftentimes I see several posts about monetization and sub/view counts, YouTube is not all about fame or money.', with flair 'Discussion' +[2020-08-13 23:45:21,393] /u/TheActualAus10 had their flair updated +[2020-08-13 23:46:47,616] '/u/vengeanceasx' has given '/u/after_hours_chef' lambda! +[2020-08-13 23:46:50,116] /u/after_hours_chef had their flair updated +[2020-08-13 23:50:52,971] '/u/GamesbeingGames' has given '/u/ameixarocha' lambda! +[2020-08-13 23:50:55,723] /u/ameixarocha had their flair updated +[2020-08-13 23:54:41,420] There has been a new submission: 'Caught by Police in an abandoned football stadium! Please give feedback on what you think :)', with flair 'Video Critique' +[2020-08-13 23:54:42,960] /u/WhatYouAfter had their submission removed for insufficient lambda. +[2020-08-13 23:54:44,721] /u/WhatYouAfter had their flair updated +[2020-08-13 23:59:31,883] There has been a new submission: 'I was wandering if some of you could review my channel? It's called WhatYouAfter on YT!', with flair 'Channel Review' +[2020-08-13 23:59:33,478] /u/WhatYouAfter had their submission removed for insufficient lambda. +[2020-08-13 23:59:34,091] /u/WhatYouAfter had their flair updated +[2020-08-14 00:16:02,222] There has been a new submission: 'College Tour at Montclair State University', with flair 'Channel Review' +[2020-08-14 00:16:03,368] /u/Kogs7 had their submission removed for insufficient lambda. +[2020-08-14 00:16:04,913] /u/Kogs7 had their flair updated +[2020-08-14 00:38:56,757] There has been a new submission: 'Episode 3 of Travel and Fitness series. This one features the Houston BarFreakz, a calisthenic Workout Group based in Houston. Would love to get your feedback on this!', with flair 'Video Critique' +[2020-08-14 00:38:58,025] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 00:38:58,027] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 00:38:59,255] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qVx6fFS9kTA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 00:38:59,750] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg25gUQeEeZir06Q19ebWng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 00:39:01,901] /u/myogloben had their flair updated +[2020-08-14 00:45:57,008] +#################### +[Aug 14 2020 00:45:57] RESTARTED +#################### + +[2020-08-14 01:14:39,982] '/u/ToastToTheEr' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-14 01:14:42,854] /u/BeatsandPiecesYT had their flair updated +[2020-08-14 01:15:03,736] '/u/vengeanceasx' has given '/u/Mrlee2399' lambda! +[2020-08-14 01:15:06,066] /u/Mrlee2399 had their flair updated +[2020-08-14 01:15:25,575] '/u/Djbernie805' has given '/u/moreganplease' lambda! +[2020-08-14 01:15:27,697] /u/moreganplease had their flair updated +[2020-08-14 01:17:46,907] There has been a new submission: 'Please give me some feedback on how i could improve my : Teenage irish discos video👍🏻🤘🏼🇮🇪', with flair 'Video Critique' +[2020-08-14 01:17:49,611] /u/itssmg123 had their submission removed for insufficient lambda. +[2020-08-14 01:17:51,136] /u/itssmg123 had their flair updated +[2020-08-14 01:18:07,664] There has been a new submission: 'I make short hand drawn movie reviews any feedback would be extremely helpful :)', with flair 'Video Critique' +[2020-08-14 01:18:08,893] /u/ARadioactiveDinosaur had their submission removed for insufficient lambda. +[2020-08-14 01:18:09,673] /u/ARadioactiveDinosaur had their flair updated +[2020-08-14 01:18:27,239] There has been a new submission: 'My remix of Sealed Vessel from Hollow Knight. Enjoy!', with flair 'Gaming' +[2020-08-14 01:18:28,343] /u/Cog_Gaming_on_reddit had their submission removed for insufficient lambda. +[2020-08-14 01:18:29,004] /u/Cog_Gaming_on_reddit had their flair updated +[2020-08-14 01:23:21,242] There has been a new submission: 'Wikipedia speedrun, how is my commentary???', with flair 'Video Critique' +[2020-08-14 01:23:22,715] /u/Froggy505 had their submission removed for insufficient lambda. +[2020-08-14 01:23:24,731] /u/Froggy505 had their flair updated +[2020-08-14 01:26:58,283] '/u/devilpanda555' has given '/u/Kyle_Gates' lambda! +[2020-08-14 01:27:00,963] /u/Kyle_Gates had their flair updated +[2020-08-14 01:49:09,870] There has been a new submission: '[Titanfall 2] New game I’ve been playing the past few weeks. Ngl I love it 😁 massively underrated game in my opinion! Pretty new yt channel so appreciate all support 🙏🏻', with flair 'Gaming' +[2020-08-14 01:49:10,672] /u/Dc__91 had their submission removed for insufficient lambda. +[2020-08-14 01:49:11,451] /u/Dc__91 had their flair updated +[2020-08-14 01:49:57,432] There has been a new submission: 'Hello guys! So I made this video (I presume it was a month ago) and I am willing to ask you to react to it and give me feedback on what that video needs improving. I'll throw some lambdas. Once again, thank you all for being supportive and kind in this community.', with flair 'Gaming' +[2020-08-14 01:49:59,152] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 01:49:59,190] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 01:50:00,551] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HRLkYDqWt9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 01:50:00,922] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVkSHgeiKEysrNKkcRfwUgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 01:50:04,846] /u/smirkbison had their flair updated +[2020-08-14 01:50:54,689] There has been a new submission: 'Terraria Master Mode - NO HEART CRYSTALS #1', with flair 'Gaming' +[2020-08-14 01:50:56,289] /u/International_Gur805 had their submission removed for insufficient lambda. +[2020-08-14 01:50:58,627] /u/International_Gur805 had their flair updated +[2020-08-14 01:53:49,557] There has been a new submission: 'Audio messed up skip to 10 min mark Epic bike ride simulator- My Friend Pedro', with flair 'Gaming' +[2020-08-14 01:53:52,261] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-08-14 01:53:54,192] /u/trizzythomas had their flair updated +[2020-08-14 02:09:38,737] There has been a new submission: 'Any feedback would be appreciated!', with flair 'Video Critique' +[2020-08-14 02:09:40,463] /u/ryanakritzer had their submission removed for insufficient lambda. +[2020-08-14 02:09:40,996] /u/ryanakritzer had their flair updated +[2020-08-14 02:10:44,354] There has been a new submission: 'First video and its gringe', with flair 'Gaming' +[2020-08-14 02:10:46,029] /u/WhosThisGuychannel had their submission removed for insufficient lambda. +[2020-08-14 02:10:48,984] /u/WhosThisGuychannel had their flair updated +[2020-08-14 02:11:30,112] There has been a new submission: 'Creators with AD(H)D', with flair 'Discussion' +[2020-08-14 02:11:32,731] /u/LMayo had their flair updated +[2020-08-14 02:19:22,581] '/u/smirkbison' has given '/u/Lukegreen3703' lambda! +[2020-08-14 02:19:23,335] /u/Lukegreen3703 had their flair updated +[2020-08-14 02:26:59,581] There has been a new submission: 'I make lobsters talk', with flair 'Channel Review' +[2020-08-14 02:27:00,579] /u/CoolClayy had their submission removed for insufficient lambda. +[2020-08-14 02:27:01,813] /u/CoolClayy had their flair updated +[2020-08-14 02:27:34,092] '/u/bee102' has given '/u/wallexy' lambda! +[2020-08-14 02:27:35,969] /u/wallexy had their flair updated +[2020-08-14 02:28:14,093] '/u/bee102' has given '/u/dragonsspawn' lambda! +[2020-08-14 02:28:15,217] /u/dragonsspawn had their flair updated +[2020-08-14 02:30:35,691] There has been a new submission: 'My nephew started a YT channel and he actually stuck with it', with flair 'Vlog' +[2020-08-14 02:30:37,724] /u/HulkDothSmash had their submission removed for insufficient lambda. +[2020-08-14 02:30:39,997] /u/HulkDothSmash had their flair updated +[2020-08-14 02:32:34,013] '/u/smirkbison' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-14 02:32:36,103] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-14 02:32:54,422] There has been a new submission: 'First Yt Video out! Open to criticism!', with flair 'Gaming' +[2020-08-14 02:32:56,684] /u/kisyofuii had their submission removed for insufficient lambda. +[2020-08-14 02:32:58,714] /u/kisyofuii had their flair updated +[2020-08-14 02:34:09,162] There has been a new submission: 'Massive Drops in Recommended Views!', with flair 'Discussion' +[2020-08-14 02:34:11,339] /u/MuscleBound76 had their flair updated +[2020-08-14 02:41:53,429] There has been a new submission: 'Looking for editor', with flair 'Discussion' +[2020-08-14 02:41:56,052] /u/McKeinMull had their flair updated +[2020-08-14 02:45:57,059] +#################### +[Aug 14 2020 02:45:57] RESTARTED +#################### + +[2020-08-14 03:22:29,027] There has been a new submission: 'my first scary story video, i was trying to cover that close your eyes and listen feel so i didnt add music. what do you think?', with flair 'Video Critique' +[2020-08-14 03:22:31,445] /u/bricknohero had their submission removed for insufficient lambda. +[2020-08-14 03:22:34,188] /u/bricknohero had their flair updated +[2020-08-14 03:24:41,165] '/u/smirkbison' has given '/u/kisyofuii' lambda! +[2020-08-14 03:24:43,581] /u/kisyofuii had their flair updated +[2020-08-14 03:25:05,459] '/u/smirkbison' has given '/u/guilletab' lambda! +[2020-08-14 03:25:07,916] /u/guilletab had their flair updated +[2020-08-14 03:26:59,003] There has been a new submission: 'Hyper Scape's new weapon is unusable. I go over why and provide feedback on how it could be better balanced.', with flair 'Gaming' +[2020-08-14 03:27:00,475] /u/DistinctGamer had their submission removed for insufficient lambda. +[2020-08-14 03:27:01,498] /u/DistinctGamer had their flair updated +[2020-08-14 03:27:19,035] There has been a new submission: 'I took 3 seconds from every David Dobrik video over the past 5 years and strung them in chronological order. https://youtu.be/2h9i_Ry36Lc', with flair 'Channel Review' +[2020-08-14 03:27:19,979] /u/GymSockGymSock had their submission removed for insufficient lambda. +[2020-08-14 03:27:20,885] /u/GymSockGymSock had their flair updated +[2020-08-14 03:27:38,609] There has been a new submission: 'Check me out for laughs! - Warzone With Nothing But Fists - Call of Duty Funny Moments', with flair 'Gaming' +[2020-08-14 03:27:39,470] /u/WubbzyHeat had their submission removed for insufficient lambda. +[2020-08-14 03:27:40,458] /u/WubbzyHeat had their flair updated +[2020-08-14 03:27:57,216] There has been a new submission: 'My first video in a couple of months :D honestly the funniest recording and editing sessions I had. If you guys can, give me feedback on how it is. Thanks!', with flair 'Gaming' +[2020-08-14 03:27:58,073] /u/theholydiego had their submission removed for insufficient lambda. +[2020-08-14 03:27:58,893] /u/theholydiego had their flair updated +[2020-08-14 03:39:48,975] There has been a new submission: 'I WILL BE HERE - STEVEN CURTIS CHAPMAN - Cover by Nongnong (Through Night and Day OST)', with flair 'Video Critique' +[2020-08-14 03:39:49,682] /u/NongnongCL had their submission removed for insufficient lambda. +[2020-08-14 03:39:50,166] /u/NongnongCL had their flair updated +[2020-08-14 03:45:09,908] '/u/Monkey_Adventures' has given '/u/smirkbison' lambda! +[2020-08-14 03:45:12,609] /u/smirkbison had their flair updated +[2020-08-14 03:45:34,604] '/u/Monkey_Adventures' has given '/u/siddhant1991' lambda! +[2020-08-14 03:45:37,106] /u/siddhant1991 had their flair updated +[2020-08-14 03:54:21,244] There has been a new submission: 'Some of my content. If you play gmod feel free to join!', with flair 'Gaming' +[2020-08-14 03:54:22,675] /u/Stra1Yf had their submission removed for insufficient lambda. +[2020-08-14 03:54:24,523] /u/Stra1Yf had their flair updated +[2020-08-14 03:57:57,828] '/u/ShikharTrivedi' has given '/u/Mrlee2399' lambda! +[2020-08-14 03:57:59,921] /u/Mrlee2399 had their flair updated +[2020-08-14 03:58:38,968] '/u/smirkbison' has given '/u/ROANOKE02' lambda! +[2020-08-14 03:58:41,138] /u/ROANOKE02 had their flair updated +[2020-08-14 03:59:04,584] /u/yobo723 had their flair updated +[2020-08-14 04:06:34,920] There has been a new submission: '5 things I've learnt in 3 months of doing YouTube', with flair 'Discussion' +[2020-08-14 04:06:38,101] /u/Vietnam_Cookin had their flair updated +[2020-08-14 04:11:45,295] There has been a new submission: 'Changed up my video style, I only have a few other videos but I think this one is much better. Thoughts?', with flair 'Video Critique' +[2020-08-14 04:11:47,008] /u/HKPaperZombie had their submission removed for insufficient lambda. +[2020-08-14 04:11:49,139] /u/HKPaperZombie had their flair updated +[2020-08-14 04:14:02,341] There has been a new submission: 'Makoto Shinkai's Impossible Skies - Please let me know what you think!', with flair 'Video Critique' +[2020-08-14 04:14:04,552] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 04:14:04,592] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 04:14:06,107] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G5TqfZlYzaE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 04:14:06,519] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC--R6cHVkWr9jPRrVHREFHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 04:14:09,340] /u/ROANOKE02 had their flair updated +[2020-08-14 04:24:37,302] There has been a new submission: 'I've enabled ads, how long does it usually take for the ads to start running?', with flair 'Discussion' +[2020-08-14 04:24:39,595] /u/jaabathebutt had their flair updated +[2020-08-14 04:25:50,279] There has been a new submission: 'I make speedpaints! I post once a week and I'm pretty new to this YouTube stuff (I really would rather keep it a hobby than anything else)', with flair 'Art' +[2020-08-14 04:25:51,510] /u/Cactus_Azul had their submission removed for insufficient lambda. +[2020-08-14 04:25:53,151] /u/Cactus_Azul had their flair updated +[2020-08-14 04:27:00,690] There has been a new submission: 'Modern Warfare Season 5 Experience.EXE so I made this video and it took about 7 hours to make. Do u guys have any advice on it? It is my first time making a video like this!', with flair 'Video Critique' +[2020-08-14 04:27:01,754] /u/AlmondAnimeArt had their submission removed for insufficient lambda. +[2020-08-14 04:27:03,103] /u/AlmondAnimeArt had their flair updated +[2020-08-14 04:34:23,713] There has been a new submission: 'Sentient Jelly Beans Destroy The Planet! #FallGuys', with flair 'Gaming' +[2020-08-14 04:34:26,094] /u/ImBobbyBot had their submission removed for insufficient lambda. +[2020-08-14 04:34:27,937] /u/ImBobbyBot had their flair updated +[2020-08-14 04:45:57,147] +#################### +[Aug 14 2020 04:45:57] RESTARTED +#################### + +[2020-08-14 05:16:23,513] There has been a new submission: 'the most INSANE Fall Guys video you will ever see (watch till the end)', with flair 'Gaming' +[2020-08-14 05:16:25,432] /u/AlexNasis had their submission removed for insufficient lambda. +[2020-08-14 05:16:26,741] /u/AlexNasis had their flair updated +[2020-08-14 05:19:06,497] There has been a new submission: 'Creamy Paneer gravy', with flair 'Thumbnail Review' +[2020-08-14 05:19:07,477] /u/rechitimes had their submission removed for insufficient lambda. +[2020-08-14 05:19:08,091] /u/rechitimes had their flair updated +[2020-08-14 05:19:25,070] There has been a new submission: 'Seeking Channel Help', with flair 'Channel Review' +[2020-08-14 05:19:26,495] /u/ChickenTendres17 had their submission removed for insufficient lambda. +[2020-08-14 05:19:27,011] /u/ChickenTendres17 had their flair updated +[2020-08-14 05:19:40,979] There has been a new submission: 'pls go sub to my channel im doing a special at 100 subs', with flair 'Channel Review' +[2020-08-14 05:19:41,736] /u/Demitheman had their submission removed for insufficient lambda. +[2020-08-14 05:19:42,230] /u/Demitheman had their flair updated +[2020-08-14 05:30:07,994] There has been a new submission: '"I Have A PhD. In Calamity!!" | BLACK MESA - Part 2 [Funny Moments]', with flair 'Gaming' +[2020-08-14 05:30:09,528] /u/RockyRockhead had their submission removed for insufficient lambda. +[2020-08-14 05:30:11,826] /u/RockyRockhead had their flair updated +[2020-08-14 05:30:56,722] There has been a new submission: 'What Can Youtubers do to Standout more?', with flair 'Discussion' +[2020-08-14 05:30:59,266] /u/Gin-Line had their flair updated +[2020-08-14 06:06:00,326] There has been a new submission: 'Made a new video about skate 3 check it out if you want', with flair 'Gaming' +[2020-08-14 06:06:01,880] /u/easey-money7441 had their submission removed for insufficient lambda. +[2020-08-14 06:06:03,438] /u/easey-money7441 had their flair updated +[2020-08-14 06:24:13,985] There has been a new submission: 'Would appreciate any critique!', with flair 'Channel Review' +[2020-08-14 06:24:15,504] /u/LibyanJester had their submission removed for insufficient lambda. +[2020-08-14 06:24:17,392] /u/LibyanJester had their flair updated +[2020-08-14 06:32:24,403] There has been a new submission: 'I do goofy, highly edited but genuine reviews. Here is my latest video. Check it out! Sub if you like it! Would love some feedback.', with flair 'Video Critique' +[2020-08-14 06:32:26,481] /u/Pgozur had their submission removed for insufficient lambda. +[2020-08-14 06:32:28,594] /u/Pgozur had their flair updated +[2020-08-14 06:44:32,556] '/u/kirk_collects' has given '/u/PretendViking' lambda! +[2020-08-14 06:44:34,255] /u/PretendViking had their flair updated +[2020-08-14 06:45:57,252] +#################### +[Aug 14 2020 06:45:57] RESTARTED +#################### + +[2020-08-14 07:21:08,377] There has been a new submission: 'Created cocktails from convenience store items!', with flair 'Video Critique' +[2020-08-14 07:21:11,251] /u/DonnieandErikReal had their submission removed for insufficient lambda. +[2020-08-14 07:21:14,080] /u/DonnieandErikReal had their flair updated +[2020-08-14 07:21:32,905] There has been a new submission: 'How To Stay On Track When Making Videos! Part 1 of ?', with flair 'Discussion' +[2020-08-14 07:21:35,864] /u/FGDesigns had their flair updated +[2020-08-14 07:26:44,089] There has been a new submission: 'I finally did it', with flair 'Video Critique' +[2020-08-14 07:26:45,440] /u/sadkangaroo_ had their submission removed for insufficient lambda. +[2020-08-14 07:26:46,502] /u/sadkangaroo_ had their flair updated +[2020-08-14 07:35:16,227] There has been a new submission: 'Dragonball Z Fans! Cha-la Head Cha-la OR Rock the Dragon?', with flair 'Art' +[2020-08-14 07:35:17,702] /u/NicktendoDirect had their submission removed for insufficient lambda. +[2020-08-14 07:35:19,403] /u/NicktendoDirect had their flair updated +[2020-08-14 07:39:10,235] There has been a new submission: 'Can someone please please tell me if this is OK I've put my voice on it and I've literally no idea if it sounds OK', with flair 'Video Critique' +[2020-08-14 07:39:11,876] /u/wolfsburg666 had their submission removed for insufficient lambda. +[2020-08-14 07:39:13,126] /u/wolfsburg666 had their flair updated +[2020-08-14 07:45:08,877] There has been a new submission: 'Does anyone have problems with the learning process of making videos?', with flair 'Discussion' +[2020-08-14 07:45:10,741] /u/basicbearyt had their flair updated +[2020-08-14 07:56:59,586] There has been a new submission: 'Hamster Eating Mealworms', with flair 'Video Critique' +[2020-08-14 07:57:00,834] /u/BaeZoo had their submission removed for insufficient lambda. +[2020-08-14 07:57:02,263] /u/BaeZoo had their flair updated +[2020-08-14 08:20:12,689] There has been a new submission: 'Subscribe to Arcade Lobby', with flair 'Channel Review' +[2020-08-14 08:20:14,239] /u/NonsenseGUS had their submission removed for insufficient lambda. +[2020-08-14 08:20:16,519] /u/NonsenseGUS had their flair updated +[2020-08-14 08:21:33,480] '/u/intrepidgrlventure' has given '/u/smirkbison' lambda! +[2020-08-14 08:21:36,464] /u/smirkbison had their flair updated +[2020-08-14 08:28:07,213] There has been a new submission: 'Send it to the guy that say he can't even draw a stick figure (I would love some feedback)', with flair 'Art' +[2020-08-14 08:28:08,131] /u/Mangolivia had their submission removed for insufficient lambda. +[2020-08-14 08:28:09,279] /u/Mangolivia had their flair updated +[2020-08-14 08:42:05,977] There has been a new submission: 'A Positive Story from the Covid 19 Pandemic | Dale's Journey!', with flair 'Vlog' +[2020-08-14 08:42:07,427] /u/Hargreaves01 had their submission removed for insufficient lambda. +[2020-08-14 08:42:09,539] /u/Hargreaves01 had their flair updated +[2020-08-14 08:45:57,192] +#################### +[Aug 14 2020 08:45:57] RESTARTED +#################### + +[2020-08-14 09:13:40,293] There has been a new submission: 'REACT TO MY CONTENT?!!', with flair 'Channel Review' +[2020-08-14 09:13:44,593] /u/JustDave93 had their submission removed for insufficient lambda. +[2020-08-14 09:13:46,477] /u/JustDave93 had their flair updated +[2020-08-14 09:14:52,556] '/u/TRIO-Stories' has given '/u/liftedplane' lambda! +[2020-08-14 09:14:57,638] /u/liftedplane had their flair updated +[2020-08-14 09:15:30,430] '/u/TRIO-Stories' has given '/u/Lets_Go_Win123' lambda! +[2020-08-14 09:15:35,725] /u/Lets_Go_Win123 had their flair updated +[2020-08-14 09:16:09,272] '/u/TRIO-Stories' has given '/u/PaivaReddit' lambda! +[2020-08-14 09:16:11,976] /u/PaivaReddit had their flair updated +[2020-08-14 09:16:45,220] '/u/TRIO-Stories' has given '/u/308ar10' lambda! +[2020-08-14 09:16:47,599] /u/308ar10 had their flair updated +[2020-08-14 09:17:07,450] '/u/TRIO-Stories' has given '/u/Imagine-Freedom' lambda! +[2020-08-14 09:17:09,867] /u/Imagine-Freedom had their flair updated +[2020-08-14 09:19:16,936] There has been a new submission: 'Yeni Kitaplarım (Ağustos 2020)', with flair 'Channel Review' +[2020-08-14 09:19:18,449] /u/muverrihcelebi had their submission removed for insufficient lambda. +[2020-08-14 09:19:19,881] /u/muverrihcelebi had their flair updated +[2020-08-14 09:24:58,989] There has been a new submission: 'Design Evolution of Windows Control Panel (1985-2020)', with flair 'Video Critique' +[2020-08-14 09:25:00,714] /u/yashwantfx had their submission removed for insufficient lambda. +[2020-08-14 09:25:02,444] /u/yashwantfx had their flair updated +[2020-08-14 09:29:24,866] There has been a new submission: 'The Last of Us 2 Chapter 32-33 Return to the Coast and The Shortcut Gameplay Seattle Day 1-2', with flair 'Gaming' +[2020-08-14 09:29:25,930] /u/Revolutionary_Lab_43 had their submission removed for insufficient lambda. +[2020-08-14 09:29:26,508] /u/Revolutionary_Lab_43 had their flair updated +[2020-08-14 09:31:00,131] There has been a new submission: 'Escape From Tarkov Highlight Ep 6. any feedback would help :) thank you for subbing. just drop your youtube channel ill sub to you aswel if you suub to me', with flair 'Gaming' +[2020-08-14 09:31:01,689] /u/wtftarkovmoments had their submission removed for insufficient lambda. +[2020-08-14 09:31:04,061] /u/wtftarkovmoments had their flair updated +[2020-08-14 09:33:00,401] There has been a new submission: 'Hey guys I just dropped my very first yt video after years of struggling, I‘m very much interested in knowing about your opinion about the „virtual reality“ idea behind the video!', with flair 'Video Critique' +[2020-08-14 09:33:02,034] /u/daranaseri had their submission removed for insufficient lambda. +[2020-08-14 09:33:03,963] /u/daranaseri had their flair updated +[2020-08-14 09:33:26,695] There has been a new submission: 'First youtube video, this game cracks me up every single day. let me know what you guys think!', with flair 'Video Critique' +[2020-08-14 09:33:27,998] /u/steviegames had their submission removed for insufficient lambda. +[2020-08-14 09:33:29,882] /u/steviegames had their flair updated +[2020-08-14 09:49:04,729] There has been a new submission: 'Kermit the Frog Dances in OuterSpace', with flair 'Art' +[2020-08-14 09:49:05,562] /u/omkar-ou had their submission removed for insufficient lambda. +[2020-08-14 09:49:06,300] /u/omkar-ou had their flair updated +[2020-08-14 09:52:31,560] There has been a new submission: 'Fall Guys is here, what can I do to make these videos bangers?', with flair 'Gaming' +[2020-08-14 09:52:33,075] /u/Ciar_McCann had their submission removed for insufficient lambda. +[2020-08-14 09:52:35,156] /u/Ciar_McCann had their flair updated +[2020-08-14 09:57:41,093] There has been a new submission: 'Returning to YT after a break, my first video back!', with flair 'Video Critique' +[2020-08-14 09:57:43,989] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 09:57:44,111] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 09:57:45,668] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uzeaG7fABPI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 09:57:46,200] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgvKvJK90NR5otmvlrZK_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 09:57:48,535] /u/AmeliasTea had their flair updated +[2020-08-14 10:01:59,724] There has been a new submission: 'Should I post 2 videos or 1?', with flair 'Discussion' +[2020-08-14 10:02:02,195] /u/intrepidgrlventure had their flair updated +[2020-08-14 10:18:11,495] There has been a new submission: 'Hey everyone! If anyone is willing to check out my channel and give me some feedback on how to improve it I'd be grateful!', with flair 'Channel Review' +[2020-08-14 10:18:12,446] /u/drbenjejr had their submission removed for insufficient lambda. +[2020-08-14 10:18:13,520] /u/drbenjejr had their flair updated +[2020-08-14 10:18:30,109] There has been a new submission: 'Ghost of Tsushima - Kill Khotun Khan Quickly - Ghost of Tsushima Ending Final Boss FIght', with flair 'Gaming' +[2020-08-14 10:18:30,965] /u/FawadA_ had their submission removed for insufficient lambda. +[2020-08-14 10:18:31,973] /u/FawadA_ had their flair updated +[2020-08-14 10:21:27,215] There has been a new submission: 'my first try at editing is it good?', with flair 'Video Critique' +[2020-08-14 10:21:28,890] /u/ArsonistMan had their submission removed for insufficient lambda. +[2020-08-14 10:21:31,138] /u/ArsonistMan had their flair updated +[2020-08-14 10:28:13,551] There has been a new submission: 'Feedback for latest podcast episode', with flair 'Video Critique' +[2020-08-14 10:28:14,452] /u/samarthp04 had their submission removed for insufficient lambda. +[2020-08-14 10:28:15,478] /u/samarthp04 had their flair updated +[2020-08-14 10:34:43,946] There has been a new submission: 'Purrple Cat 🛸 Far From Home I lofi hip hop mix', with flair 'Art' +[2020-08-14 10:34:45,781] /u/ChilledDog had their submission removed for insufficient lambda. +[2020-08-14 10:34:47,635] /u/ChilledDog had their flair updated +[2020-08-14 10:35:59,596] There has been a new submission: 'What a difference music makes...', with flair 'Video Critique' +[2020-08-14 10:36:01,035] /u/Havealook123 had their submission removed for insufficient lambda. +[2020-08-14 10:36:02,634] /u/Havealook123 had their flair updated +[2020-08-14 10:37:58,006] '/u/ROANOKE02' has given '/u/guilletab' lambda! +[2020-08-14 10:38:00,302] /u/guilletab had their flair updated +[2020-08-14 10:42:44,795] There has been a new submission: 'Hey all iv just started vlogging on youtube- any tips on gaining traffic for your page?', with flair 'Channel Review' +[2020-08-14 10:42:46,223] /u/Cloud-surfer69 had their submission removed for insufficient lambda. +[2020-08-14 10:42:48,286] /u/Cloud-surfer69 had their flair updated +[2020-08-14 10:45:57,455] +#################### +[Aug 14 2020 10:45:57] RESTARTED +#################### + +[2020-08-14 11:14:36,373] There has been a new submission: 'I made a Red Dead Redemption 2 analysis video, any feedback would be very much appreciated! I know it's quite a long video but it would mean a lot!', with flair 'Gaming' +[2020-08-14 11:14:38,126] /u/Theopattyrick had their submission removed for insufficient lambda. +[2020-08-14 11:14:39,805] /u/Theopattyrick had their flair updated +[2020-08-14 11:15:00,962] There has been a new submission: 'PUBG M Shotgun Only Challenge "New Channel"', with flair 'Channel Review' +[2020-08-14 11:15:03,128] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-08-14 11:15:04,604] /u/essencially_essence had their flair updated +[2020-08-14 11:15:09,499] There has been a new submission: 'I know is from an old game but it took me a lot of time to make. I want to know your thoughts on the edition. I had to extend the song from 2 minutes to almost 7. The kills povs where recorded separetly and using multicam on each kill I tried to make it nice to watch.', with flair 'Video Critique' +[2020-08-14 11:15:09,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 11:15:09,827] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 11:15:09,999] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Orlrt6o_Ejk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 11:15:10,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2yy8K-D2h7EaJtoUyJdMcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 11:15:11,921] /u/guilletab had their flair updated +[2020-08-14 11:15:20,106] '/u/AmeliasTea' has given '/u/guilletab' lambda! +[2020-08-14 11:15:21,152] /u/guilletab had their flair updated +[2020-08-14 11:18:12,221] There has been a new submission: 'Calling All Fitness Youtubers to be part of compilation video', with flair 'Collab' +[2020-08-14 11:18:15,008] /u/Wise_Donkey_1504 had their flair updated +[2020-08-14 11:28:42,496] There has been a new submission: 'FALL GUYS (HOW TO GET THE BIG TEASE TROPHY) TUTORIAL TIPS AND TRICKS', with flair 'Gaming' +[2020-08-14 11:28:43,519] /u/bradkeaneboyer had their submission removed for insufficient lambda. +[2020-08-14 11:28:44,381] /u/bradkeaneboyer had their flair updated +[2020-08-14 11:41:15,742] '/u/JDisME11' has given '/u/Capture_Reviews' lambda! +[2020-08-14 11:41:19,064] /u/Capture_Reviews had their flair updated +[2020-08-14 11:43:24,227] There has been a new submission: 'Can YouTube ever die out?', with flair 'Discussion' +[2020-08-14 11:43:26,599] /u/Ayushmnan_Bharat had their flair updated +[2020-08-14 11:52:29,327] There has been a new submission: 'Creating Great Thumbnails Using Photoshop! Feedback on this would be appreciated. I tried a few new editing techniques with my phone. :)', with flair 'Video Critique' +[2020-08-14 11:52:31,982] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 11:52:31,983] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 11:52:33,377] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=H6PteAedXHo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 11:52:33,907] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 11:52:37,105] /u/MafiasFinestTV had their flair updated +[2020-08-14 12:02:12,808] There has been a new submission: 'Our latest YouTube video is up now. Check out channel out if you like family channels.', with flair 'Vlog' +[2020-08-14 12:02:14,275] /u/writeymcwritefacee had their submission removed for insufficient lambda. +[2020-08-14 12:02:16,666] /u/writeymcwritefacee had their flair updated +[2020-08-14 12:04:08,126] '/u/devilpanda555' has given '/u/DonnieandErikReal' lambda! +[2020-08-14 12:04:10,136] /u/DonnieandErikReal had their flair updated +[2020-08-14 12:14:56,113] There has been a new submission: 'Ghost Of Tsushima | Brutal Zen Combat + Lethal Boss Fights [No Damage]', with flair 'Gaming' +[2020-08-14 12:14:57,467] /u/Five_Kick_Combo had their submission removed for insufficient lambda. +[2020-08-14 12:14:59,395] /u/Five_Kick_Combo had their flair updated +[2020-08-14 12:16:48,860] There has been a new submission: 'cover of feelings are fatal by mxmtoon, would really really love more viewers ^^', with flair 'Art' +[2020-08-14 12:16:49,990] /u/jaylin-grey had their submission removed for insufficient lambda. +[2020-08-14 12:16:51,367] /u/jaylin-grey had their flair updated +[2020-08-14 12:19:25,894] There has been a new submission: 'i catfished a famous rapper on discord...', with flair 'Gaming' +[2020-08-14 12:19:27,142] /u/HeyiTzFiNn had their submission removed for insufficient lambda. +[2020-08-14 12:19:27,775] /u/HeyiTzFiNn had their flair updated +[2020-08-14 12:32:41,497] There has been a new submission: 'Best Friend - Original Song by CONSI', with flair 'Video Critique' +[2020-08-14 12:32:43,292] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-14 12:32:45,343] /u/benconsidine had their flair updated +[2020-08-14 12:38:32,525] There has been a new submission: 'Difficulties finding communities to share videos?', with flair 'Discussion' +[2020-08-14 12:38:35,436] /u/Pantologistt had their flair updated +[2020-08-14 12:45:57,430] +#################### +[Aug 14 2020 12:45:57] RESTARTED +#################### + +[2020-08-14 13:15:01,954] '/u/Monkey_Adventures' has given '/u/Capture_Reviews' lambda! +[2020-08-14 13:15:04,687] /u/Capture_Reviews had their flair updated +[2020-08-14 13:15:22,088] There has been a new submission: 'I would like an outsiders perspective on my channel. I like the style I've come up with, but I want to know of it works to people unfamiliar with my channel.', with flair 'Channel Review' +[2020-08-14 13:15:23,476] /u/AyGeetheGeek had their submission removed for insufficient lambda. +[2020-08-14 13:15:24,830] /u/AyGeetheGeek had their flair updated +[2020-08-14 13:19:37,325] There has been a new submission: 'NEW WARZONE FUNNY HIGHLIGHTS- All support is appreciated greatly', with flair 'Gaming' +[2020-08-14 13:19:38,057] /u/AnthemBlue69 had their submission removed for insufficient lambda. +[2020-08-14 13:19:38,634] /u/AnthemBlue69 had their flair updated +[2020-08-14 13:21:09,499] There has been a new submission: 'I´ve been accused of aimbot sniping and this is why on Modern Warfare... #SynergyRC #SynMane', with flair 'Gaming' +[2020-08-14 13:21:11,343] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-08-14 13:21:13,677] /u/mane_10911 had their flair updated +[2020-08-14 13:21:57,347] There has been a new submission: 'New on youtube', with flair 'Discussion' +[2020-08-14 13:21:59,804] /u/triuxa had their flair updated +[2020-08-14 13:23:40,702] There has been a new submission: 'Hi', with flair 'Art' +[2020-08-14 13:23:42,133] /u/ClackyFins had their submission removed for insufficient lambda. +[2020-08-14 13:23:44,060] /u/ClackyFins had their flair updated +[2020-08-14 13:27:23,424] There has been a new submission: 'ÓTIMA ARMA PARA ZONA DE CONFLITO RUS-79U COD MOBILE', with flair 'Gaming' +[2020-08-14 13:27:25,103] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-14 13:27:26,373] /u/MulberryNo1582 had their flair updated +[2020-08-14 13:37:52,326] '/u/titomakanijr' has given '/u/Heavy_Rain_' lambda! +[2020-08-14 13:37:54,548] /u/Heavy_Rain_ had their flair updated +[2020-08-14 13:39:58,586] There has been a new submission: 'I decided to test out memes on fall guys since I didn't see a lot of em | Giving Lambada to good feedback', with flair 'Gaming' +[2020-08-14 13:40:00,960] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 13:40:00,999] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 13:40:02,311] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QWtcU26ALeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 13:40:02,843] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDKD1mYPg21gbrk03PaIrEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 13:40:06,567] /u/The-Bomb-Guy had their flair updated +[2020-08-14 13:46:14,207] There has been a new submission: 'Hello! I made a new video about my first experience with Super Mario 64, I had some trouble with the voice but I cleaned it as much as possible, IF you are interested in the video and you have any type of useful suggestion feel free to watch & tell me :) lambda to useful comments only!', with flair 'Gaming' +[2020-08-14 13:46:15,231] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 13:46:15,314] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 13:46:16,055] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_KJ6L7M7gMc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 13:46:16,424] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChZ0CCynQJ1sgd14Y03PRCg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 13:46:18,841] /u/HiddenOddBox had their flair updated +[2020-08-14 13:51:15,358] There has been a new submission: 'What on earth?! What happened to my subs!', with flair 'Discussion' +[2020-08-14 13:51:18,470] /u/RealGalaxyRider had their flair updated +[2020-08-14 14:07:55,944] '/u/The-Bomb-Guy' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-14 14:07:58,118] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 14:08:38,577] '/u/AmeliasTea' has given '/u/NervousGarbage' lambda! +[2020-08-14 14:08:40,540] /u/NervousGarbage had their flair updated +[2020-08-14 14:09:17,954] '/u/HiddenOddBox' has given '/u/NervousGarbage' lambda! +[2020-08-14 14:09:20,452] /u/NervousGarbage had their flair updated +[2020-08-14 14:10:17,136] '/u/The-Bomb-Guy' has given '/u/NervousGarbage' lambda! +[2020-08-14 14:10:19,962] /u/NervousGarbage had their flair updated +[2020-08-14 14:11:11,637] There has been a new submission: 'Not nearly enough views as I wanted ...', with flair 'Gaming' +[2020-08-14 14:11:13,690] /u/Lombzi had their submission removed for insufficient lambda. +[2020-08-14 14:11:15,864] /u/Lombzi had their flair updated +[2020-08-14 14:12:25,305] There has been a new submission: 'Let's Play Albion Online Gameplay 2 - Time to Level Myself Up in Albion Online (New Tier Reached)', with flair 'Gaming' +[2020-08-14 14:12:26,904] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-14 14:12:28,831] /u/omeshhedaoo had their flair updated +[2020-08-14 14:16:16,745] '/u/HiddenOddBox' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-14 14:16:18,177] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 14:21:07,749] There has been a new submission: 'QnA', with flair 'Channel Review' +[2020-08-14 14:21:09,880] /u/Luxury_lasagne had their submission removed for insufficient lambda. +[2020-08-14 14:21:12,142] /u/Luxury_lasagne had their flair updated +[2020-08-14 14:22:12,279] There has been a new submission: 'Hi there! I am REALLY new to YT and trying to learn as much as I can :)', with flair 'Channel Review' +[2020-08-14 14:22:13,917] /u/ChibiDarkrunner had their submission removed for insufficient lambda. +[2020-08-14 14:22:16,050] /u/ChibiDarkrunner had their flair updated +[2020-08-14 14:26:51,989] There has been a new submission: 'Where should i promote?', with flair 'Discussion' +[2020-08-14 14:26:54,532] /u/milkyfro had their flair updated +[2020-08-14 14:31:11,668] There has been a new submission: 'Not nearly enough views as I wanted ...', with flair 'Gaming' +[2020-08-14 14:31:13,549] /u/Lombzi had their submission removed for insufficient lambda. +[2020-08-14 14:31:15,788] /u/Lombzi had their flair updated +[2020-08-14 14:33:27,239] There has been a new submission: 'Recently started Dutch gaming channel for all Dutch people here', with flair 'Gaming' +[2020-08-14 14:33:28,614] /u/Kamrat_ett had their submission removed for insufficient lambda. +[2020-08-14 14:33:30,529] /u/Kamrat_ett had their flair updated +[2020-08-14 14:34:39,879] There has been a new submission: 'I’m really proud of this video but I’d like to hear what I can improve on, also hopefully you guys enjoy it too lmao. Don’t mention audio because I already know that’s something I need to fix. Thanks!', with flair 'Video Critique' +[2020-08-14 14:34:41,181] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 14:34:41,182] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 14:34:42,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rmaDrqdDc2k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 14:34:42,721] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWbmi-YWNghCrpmrEeSbk9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 14:34:45,575] /u/BeserKing had their flair updated +[2020-08-14 14:37:01,933] There has been a new submission: 'I made a video documentary , where i caught online predators on a social media platform called Discord. I want to make more similar videos, so any feedback on how i can improve would be appreciated !', with flair 'Video Critique' +[2020-08-14 14:37:03,157] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 14:37:03,159] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 14:37:05,414] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jDAbhgUqWa0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 14:37:05,820] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC56uazHgA5PrxQd1OW7gbww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 14:37:08,282] /u/NervousGarbage had their flair updated +[2020-08-14 14:37:29,312] '/u/Rosey_and_Friends' has given '/u/DonnieandErikReal' lambda! +[2020-08-14 14:37:31,851] /u/DonnieandErikReal had their flair updated +[2020-08-14 14:39:05,204] There has been a new submission: 'Chemistry and physics videos on Youtube for IB', with flair 'Channel Review' +[2020-08-14 14:39:06,679] /u/History0470 had their submission removed for insufficient lambda. +[2020-08-14 14:39:07,539] /u/History0470 had their flair updated +[2020-08-14 14:39:44,671] '/u/MafiasFinestTV' has given '/u/NervousGarbage' lambda! +[2020-08-14 14:39:46,519] /u/NervousGarbage had their flair updated +[2020-08-14 14:40:41,873] '/u/MafiasFinestTV' has given '/u/PonjiNinja' lambda! +[2020-08-14 14:40:44,745] /u/PonjiNinja had their flair updated +[2020-08-14 14:41:48,427] There has been a new submission: 'How do you respond to negative comments on your video?', with flair 'Discussion' +[2020-08-14 14:41:50,760] /u/MMic21 had their flair updated +[2020-08-14 14:46:35,256] +#################### +[Aug 14 2020 14:46:35] RESTARTED +#################### + +[2020-08-14 15:29:38,253] There has been a new submission: 'I've been making mens fashion youtube videos on and off for 1 year now and I would love some feedback/criticism on what I can improve on to help better and grow the channel. (Thumbnails always end up looking blurry, I use Adobe Photoshop... What should I be saving it as to make sure its clear)', with flair 'Video Critique' +[2020-08-14 15:29:40,548] /u/DanVerhey had their submission removed for insufficient lambda. +[2020-08-14 15:29:41,041] /u/DanVerhey had their flair updated +[2020-08-14 15:30:00,374] There has been a new submission: 'Fall guys clenching moment', with flair 'Gaming' +[2020-08-14 15:30:02,077] /u/Hazardous_Apple had their submission removed for insufficient lambda. +[2020-08-14 15:30:04,556] /u/Hazardous_Apple had their flair updated +[2020-08-14 15:30:24,807] There has been a new submission: 'This is my new video! I hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-14 15:30:27,097] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 15:30:27,099] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 15:30:28,408] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LW2mHdjz0Gk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:30:28,985] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:30:32,509] /u/ShikharTrivedi had their flair updated +[2020-08-14 15:30:52,552] There has been a new submission: 'Fortnite | i9 10900K | RTX 2060 SUPER | Epic Settings | Chapter 2 / Season 3', with flair 'Gaming' +[2020-08-14 15:30:54,398] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-14 15:30:56,656] /u/PudgeKing7 had their flair updated +[2020-08-14 15:33:07,363] '/u/vengeanceasx' has given '/u/DonnieandErikReal' lambda! +[2020-08-14 15:33:10,189] /u/DonnieandErikReal had their flair updated +[2020-08-14 15:34:00,354] '/u/The-Bomb-Guy' has given '/u/History0470' lambda! +[2020-08-14 15:34:03,054] /u/History0470 had their flair updated +[2020-08-14 15:34:22,759] '/u/vengeanceasx' has given '/u/Horrible-Angler' lambda! +[2020-08-14 15:34:24,927] /u/Horrible-Angler had their flair updated +[2020-08-14 15:34:45,166] '/u/vengeanceasx' has given '/u/Five_Kick_Combo' lambda! +[2020-08-14 15:34:47,243] /u/Five_Kick_Combo had their flair updated +[2020-08-14 15:35:31,407] '/u/mreverdred01' has given '/u/308ar10' lambda! +[2020-08-14 15:35:34,237] /u/308ar10 had their flair updated +[2020-08-14 15:36:11,567] '/u/mreverdred01' has given '/u/DonnieandErikReal' lambda! +[2020-08-14 15:36:13,746] /u/DonnieandErikReal had their flair updated +[2020-08-14 15:36:33,622] '/u/mreverdred01' has given '/u/smirkbison' lambda! +[2020-08-14 15:36:36,193] /u/smirkbison had their flair updated +[2020-08-14 15:37:12,233] '/u/BeserKing' has given '/u/History0470' lambda! +[2020-08-14 15:37:14,531] /u/History0470 had their flair updated +[2020-08-14 15:38:19,134] '/u/moreganplease' has given '/u/MrMoo-Youtube' lambda! +[2020-08-14 15:38:21,267] /u/MrMoo-Youtube had their flair updated +[2020-08-14 15:38:39,871] '/u/moreganplease' has given '/u/Lets_Go_Win123' lambda! +[2020-08-14 15:38:41,961] /u/Lets_Go_Win123 had their flair updated +[2020-08-14 15:39:00,475] '/u/moreganplease' has given '/u/smirkbison' lambda! +[2020-08-14 15:39:03,378] /u/smirkbison had their flair updated +[2020-08-14 15:39:21,159] '/u/smirkbison' has given '/u/Xulah' lambda! +[2020-08-14 15:39:22,436] /u/Xulah had their flair updated +[2020-08-14 15:39:59,640] '/u/NervousGarbage' has given '/u/History0470' lambda! +[2020-08-14 15:40:02,777] /u/History0470 had their flair updated +[2020-08-14 15:46:02,672] There has been a new submission: 'Hello! I need money to help my family and for me to earn for my tuition fee in college.I’m looking for youtubers to work for, I’m willing to work long term. Read details below for more info', with flair 'Discussion' +[2020-08-14 15:46:04,228] /u/Nina_07 had their flair updated +[2020-08-14 15:46:22,062] There has been a new submission: 'Second Video! South Korea - Seoul. A bar you might like! Let me know what you think and feedback will get lambda!', with flair 'Video Critique' +[2020-08-14 15:46:23,173] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 15:46:23,377] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 15:46:24,810] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k9W0HGNywtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:46:25,220] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfo4nI4u5q6HN3iM3-t_Okw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:46:28,217] /u/DonnieandErikReal had their flair updated +[2020-08-14 15:46:46,652] There has been a new submission: 'Heavy Editing on this - appreciate your thoughts on it (eg whether its entertaining or drags out) - Ghost Of Tsushima | Brutal Combat. [Lambada's included]. Thanks.', with flair 'Gaming' +[2020-08-14 15:46:48,376] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 15:46:48,378] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 15:46:49,524] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dRPdlYGcaGc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:46:49,975] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8jE29falCponkUJrW1tx6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 15:46:52,222] /u/Five_Kick_Combo had their flair updated +[2020-08-14 15:47:11,084] There has been a new submission: 'Chemistry and physics videos on Youtube for the IB diploma program', with flair 'Channel Review' +[2020-08-14 15:47:13,880] /u/History0470 had their flair updated +[2020-08-14 15:47:32,370] There has been a new submission: 'I hit 100 subs the other day and I'm going to be doing a video special as a celebration. Just wanted to share that!', with flair 'Discussion' +[2020-08-14 15:47:34,988] /u/MeruemLove had their flair updated +[2020-08-14 15:47:54,237] There has been a new submission: 'Stuck at 30 views for each video that isn't a big budget music video. Would love some tips', with flair 'Video Critique' +[2020-08-14 15:47:56,043] /u/breeeejan had their submission removed for insufficient lambda. +[2020-08-14 15:47:56,901] /u/breeeejan had their flair updated +[2020-08-14 15:48:14,668] There has been a new submission: 'Neglected posting videos recently, been focusing on writing instead, but going to get back to it now before school starts back. Just hoping for some comments on what I have currently, to hopefully help shape how I will move forward.', with flair 'Channel Review' +[2020-08-14 15:48:17,533] /u/FilmPositivity had their flair updated +[2020-08-14 15:48:37,042] There has been a new submission: 'Games with friends', with flair 'Art' +[2020-08-14 15:48:37,862] /u/shashanksndrm had their submission removed for insufficient lambda. +[2020-08-14 15:48:38,601] /u/shashanksndrm had their flair updated +[2020-08-14 15:48:57,808] There has been a new submission: 'I've Just Started My Channel. Looking For Feedback.', with flair 'Channel Review' +[2020-08-14 15:48:58,588] /u/Jackinory89 had their submission removed for insufficient lambda. +[2020-08-14 15:48:59,161] /u/Jackinory89 had their flair updated +[2020-08-14 15:50:07,398] '/u/ShikharTrivedi' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-14 15:50:09,739] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 15:50:46,091] '/u/Five_Kick_Combo' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-14 15:50:49,120] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 15:53:14,511] '/u/BraveSirOingo' has given '/u/liftedplane' lambda! +[2020-08-14 15:53:17,346] /u/liftedplane had their flair updated +[2020-08-14 15:54:09,479] '/u/BraveSirOingo' has given '/u/BreadZeppelinYT' lambda! +[2020-08-14 15:54:12,343] /u/BreadZeppelinYT had their flair updated +[2020-08-14 15:54:34,191] '/u/BraveSirOingo' has given '/u/Lukegreen3703' lambda! +[2020-08-14 15:54:36,565] /u/Lukegreen3703 had their flair updated +[2020-08-14 15:55:03,524] '/u/BraveSirOingo' has given '/u/kisyofuii' lambda! +[2020-08-14 15:55:06,089] /u/kisyofuii had their flair updated +[2020-08-14 16:00:19,133] There has been a new submission: 'Alternate current vs Direct current', with flair 'Video Critique' +[2020-08-14 16:00:20,982] /u/EASY_MATH10 had their submission removed for insufficient lambda. +[2020-08-14 16:00:23,362] /u/EASY_MATH10 had their flair updated +[2020-08-14 16:02:41,617] There has been a new submission: 'Improve your thumbnail game! How to add border to images using inkscape (lambda for feedback!)', with flair 'Video Critique' +[2020-08-14 16:02:43,419] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 16:02:43,458] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 16:02:44,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E4qpS-OJmpg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:02:45,429] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkkDAWGy8judKtf-ivMjbcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:02:48,584] /u/nnnishal had their flair updated +[2020-08-14 16:08:56,486] There has been a new submission: 'Hi guys i posted a new video!!! You should check it out!!', with flair 'Gaming' +[2020-08-14 16:08:57,717] /u/YT-AaliyahMarie had their submission removed for insufficient lambda. +[2020-08-14 16:08:58,572] /u/YT-AaliyahMarie had their flair updated +[2020-08-14 16:13:31,017] '/u/ROANOKE02' has given '/u/AmeliasTea' lambda! +[2020-08-14 16:13:33,482] /u/AmeliasTea had their flair updated +[2020-08-14 16:14:09,376] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 22 - Message In Blood', with flair 'Gaming' +[2020-08-14 16:14:10,972] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-14 16:14:12,862] /u/CecliusPlaysHD had their flair updated +[2020-08-14 16:23:06,761] There has been a new submission: 'MARTIAL ARTS TRAINING GONE WRONG - Funny Videos // My newest video, received a lot of great feedback on here which I am very thankful for & there's always still room to improve:) Tried something different with this video by being a bit "crazier" at the start; but ye any feedback is much appreciated!', with flair 'Video Critique' +[2020-08-14 16:23:08,231] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 16:23:08,395] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 16:23:09,786] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d31Q3MCayJI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:23:10,198] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:23:13,318] /u/DTV998 had their flair updated +[2020-08-14 16:24:01,135] There has been a new submission: 'Bruno the GOAT | Manchester United Fifa 20 career mode #7', with flair 'Gaming' +[2020-08-14 16:24:02,075] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 16:24:02,195] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 16:24:03,218] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=520iRNu-APQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:24:03,586] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:24:06,447] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 16:38:02,507] There has been a new submission: 'FIrst video , i will learn more about editing', with flair 'Gaming' +[2020-08-14 16:38:03,976] /u/WhosThisGuychannel had their submission removed for insufficient lambda. +[2020-08-14 16:38:05,490] /u/WhosThisGuychannel had their flair updated +[2020-08-14 16:39:17,696] There has been a new submission: 'If you are just in need of a laugh.', with flair 'Gaming' +[2020-08-14 16:39:18,923] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 16:39:18,925] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 16:39:20,200] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DR0hJ1w9ECE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:39:20,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC85BuUlaBMoarYm-qaut-bQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 16:39:22,623] /u/CliffordTV had their flair updated +[2020-08-14 16:42:16,833] There has been a new submission: 'Barcelona vs Bayern Munchen | UCL-Quarter-Final | PES20PC Prediction', with flair 'Gaming' +[2020-08-14 16:42:18,431] /u/eam_phal had their submission removed for insufficient lambda. +[2020-08-14 16:42:20,561] /u/eam_phal had their flair updated +[2020-08-14 16:43:23,460] There has been a new submission: 'STAR CITIZEN TURRET GAMEPLAY 3.10 - HammerHead vs Claim jumpers, 3 gunne...', with flair 'Gaming' +[2020-08-14 16:43:24,972] /u/Samages89 had their submission removed for insufficient lambda. +[2020-08-14 16:43:26,981] /u/Samages89 had their flair updated +[2020-08-14 16:46:26,095] +#################### +[Aug 14 2020 16:46:26] RESTARTED +#################### + +[2020-08-14 17:28:02,099] There has been a new submission: 'New gaming YouTube channel focusing on funny gameplays', with flair 'Gaming' +[2020-08-14 17:28:03,779] /u/AnthemBlue69 had their submission removed for insufficient lambda. +[2020-08-14 17:28:05,008] /u/AnthemBlue69 had their flair updated +[2020-08-14 17:28:21,268] There has been a new submission: 'Earn up to $0 20 for every click ( Paypal Money )', with flair 'Vlog' +[2020-08-14 17:28:22,287] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-14 17:28:23,107] /u/HeavyAction had their flair updated +[2020-08-14 17:29:31,036] '/u/FynnKrauseFootballYT' has given '/u/PretendViking' lambda! +[2020-08-14 17:29:33,204] /u/PretendViking had their flair updated +[2020-08-14 17:34:23,340] '/u/BeserKing' has given '/u/Redmond93' lambda! +[2020-08-14 17:34:25,751] /u/Redmond93 had their flair updated +[2020-08-14 17:35:11,427] '/u/nnnishal' has given '/u/Capture_Reviews' lambda! +[2020-08-14 17:35:12,697] /u/Capture_Reviews had their flair updated +[2020-08-14 17:35:38,679] There has been a new submission: 'My first chemistry video on thermochemistry: Enthalpy. Any feedback would be highly appreciated.', with flair 'Video Critique' +[2020-08-14 17:35:42,119] /u/History0470 had their submission removed for insufficient lambda. +[2020-08-14 17:35:43,929] /u/History0470 had their flair updated +[2020-08-14 17:39:34,515] There has been a new submission: 'Back At It 🐐 (Fortnite Montage) lil mosey', with flair 'Gaming' +[2020-08-14 17:39:35,462] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-14 17:39:36,076] /u/lightningNA_YT had their flair updated +[2020-08-14 17:40:37,099] There has been a new submission: '2020 sucks - ttribute video #BLM', with flair 'Video Critique' +[2020-08-14 17:40:38,778] /u/Bobthebuilder679 had their submission removed for insufficient lambda. +[2020-08-14 17:40:41,077] /u/Bobthebuilder679 had their flair updated +[2020-08-14 17:42:59,208] '/u/nnnishal' has given '/u/_eyogg_' lambda! +[2020-08-14 17:43:01,764] /u/_eyogg_ had their flair updated +[2020-08-14 17:43:42,695] There has been a new submission: 'sub 4 sub and comment on the new video for shoutouts', with flair 'Gaming' +[2020-08-14 17:43:44,333] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-14 17:43:46,180] /u/Stickbot04 had their flair updated +[2020-08-14 17:47:28,484] There has been a new submission: 'Check out my review of this bootleg SpongeBob movie...and give me some feedback!', with flair 'Video Critique' +[2020-08-14 17:47:30,773] /u/ASKmyAIR had their submission removed for insufficient lambda. +[2020-08-14 17:47:32,412] /u/ASKmyAIR had their flair updated +[2020-08-14 17:55:10,148] There has been a new submission: 'Looking for some feedback', with flair 'Discussion' +[2020-08-14 17:55:12,235] /u/thisiskyleadams had their flair updated +[2020-08-14 17:59:11,414] There has been a new submission: 'Can Charles Barkley Win A NBA Championship With The Current Suns Roster? NBA 2k20', with flair 'Gaming' +[2020-08-14 17:59:13,174] /u/type2show had their submission removed for insufficient lambda. +[2020-08-14 17:59:14,605] /u/type2show had their flair updated +[2020-08-14 18:02:01,486] There has been a new submission: 'Is this a glitch? Or did my CPM for the day actually just go from $4.25 to $17?', with flair 'Discussion' +[2020-08-14 18:02:04,412] /u/TrentJComedy had their flair updated +[2020-08-14 18:02:24,915] There has been a new submission: 'The new Easter Egg for BO Cold War im Warzone!?', with flair 'Gaming' +[2020-08-14 18:02:26,469] /u/OneLove-_-2K had their submission removed for insufficient lambda. +[2020-08-14 18:02:28,561] /u/OneLove-_-2K had their flair updated +[2020-08-14 18:04:02,194] '/u/FilmPositivity' has given '/u/BraveSirOingo' lambda! +[2020-08-14 18:04:04,000] /u/BraveSirOingo had their flair updated +[2020-08-14 18:04:39,526] There has been a new submission: 'Today we made the award Winning LT Dan Po Boy with Southerns | Cooking with Mo Munchies', with flair 'Video Critique' +[2020-08-14 18:04:40,786] /u/Megafata55 had their submission removed for insufficient lambda. +[2020-08-14 18:04:42,559] /u/Megafata55 had their flair updated +[2020-08-14 18:12:24,444] There has been a new submission: 'Looking fir someone to colab with on animation (can be double channel post)', with flair 'Collab' +[2020-08-14 18:12:28,009] /u/bricknohero had their flair updated +[2020-08-14 18:14:04,008] There has been a new submission: 'Luigi's Mansion 3 Review | My Thoughts On - you know the drill! Helpful feedback gets lambda. :) Lemme know what you think. Thanks, all!!', with flair 'Video Critique' +[2020-08-14 18:14:06,541] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 18:14:06,580] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 18:14:08,052] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UCjmoRjGECA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:14:08,468] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:14:11,215] /u/Capture_Reviews had their flair updated +[2020-08-14 18:14:31,992] There has been a new submission: 'RAINBOW SIX SIEGE FUNNIEST MOMENTS YET AND WEIRD DEATH GLITCH?', with flair 'Gaming' +[2020-08-14 18:14:34,828] /u/BeatInhofe had their submission removed for insufficient lambda. +[2020-08-14 18:14:37,158] /u/BeatInhofe had their flair updated +[2020-08-14 18:15:48,913] '/u/nnnishal' has given '/u/daene17' lambda! +[2020-08-14 18:15:51,126] /u/daene17 had their flair updated +[2020-08-14 18:19:20,249] '/u/The-Bomb-Guy' has given '/u/Redmond93' lambda! +[2020-08-14 18:19:22,093] /u/Redmond93 had their flair updated +[2020-08-14 18:23:29,057] There has been a new submission: 'Abandoned School Video And Photography Montage lambda for all', with flair 'Video Critique' +[2020-08-14 18:23:30,123] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 18:23:30,125] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 18:23:31,268] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JyFR3e9IlNM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:23:31,758] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:23:35,129] /u/MrMoo-Youtube had their flair updated +[2020-08-14 18:30:48,670] '/u/MafiasFinestTV' has given '/u/Adam-Venture' lambda! +[2020-08-14 18:30:51,908] /u/Adam-Venture had their flair updated +[2020-08-14 18:32:06,629] '/u/MafiasFinestTV' has given '/u/Redmond93' lambda! +[2020-08-14 18:32:09,375] /u/Redmond93 had their flair updated +[2020-08-14 18:32:35,346] /u/PonjiNinja had their flair updated +[2020-08-14 18:32:55,655] '/u/Capture_Reviews' has given '/u/daene17' lambda! +[2020-08-14 18:32:58,489] /u/daene17 had their flair updated +[2020-08-14 18:34:10,578] '/u/MafiasFinestTV' has given '/u/TheMagicTurtle1' lambda! +[2020-08-14 18:34:13,161] /u/TheMagicTurtle1 had their flair updated +[2020-08-14 18:35:09,618] There has been a new submission: 'I made a new Valorant Montage based on feedback from my last one posted here!', with flair 'Video Critique' +[2020-08-14 18:35:10,011] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 18:35:10,014] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 18:35:10,166] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kQVg6lBP3bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:35:10,305] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gXnkpSNB7FaQ0y2khMEpQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:35:12,255] /u/TheMagicTurtle1 had their flair updated +[2020-08-14 18:37:49,049] There has been a new submission: 'Stylized animation short, took forever! Tips on tags or promotion strategy appreciated. Made it years ago, didn't get the TLC it deserves', with flair 'Video Critique' +[2020-08-14 18:37:50,769] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 18:37:50,771] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 18:37:52,455] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=a9gFxs0-zpA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:37:52,947] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 18:37:55,085] /u/mreverdred01 had their flair updated +[2020-08-14 18:40:14,441] There has been a new submission: 'Best Assault Rifles in COD Mobile', with flair 'Gaming' +[2020-08-14 18:40:16,127] /u/ChiefRawlz had their submission removed for insufficient lambda. +[2020-08-14 18:40:18,459] /u/ChiefRawlz had their flair updated +[2020-08-14 18:42:52,779] '/u/TrashmanTalks' has given '/u/PretendViking' lambda! +[2020-08-14 18:42:56,877] /u/PretendViking had their flair updated +[2020-08-14 18:46:37,913] +#################### +[Aug 14 2020 18:46:37] RESTARTED +#################### + +[2020-08-14 19:30:14,349] There has been a new submission: 'Video Editor for Cheap', with flair 'Collab' +[2020-08-14 19:30:18,947] /u/aDudePerson had their flair updated +[2020-08-14 19:30:39,047] There has been a new submission: 'Robotics Vacuum Cleaner "DEEBOT OZMO T8 AIVI"', with flair 'Channel Review' +[2020-08-14 19:30:40,646] /u/GabriellaTadros had their submission removed for insufficient lambda. +[2020-08-14 19:30:42,979] /u/GabriellaTadros had their flair updated +[2020-08-14 19:31:02,760] There has been a new submission: 'How to get your stuff out there more', with flair 'Discussion' +[2020-08-14 19:31:05,460] /u/Mojica_vlogs had their flair updated +[2020-08-14 19:32:45,837] '/u/smirkbison' has given '/u/DonnieandErikReal' lambda! +[2020-08-14 19:32:48,864] /u/DonnieandErikReal had their flair updated +[2020-08-14 19:33:24,330] '/u/smirkbison' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-14 19:33:27,023] /u/FynnKrauseFootballYT had their flair updated +[2020-08-14 19:34:34,225] '/u/ShikharTrivedi' has given '/u/daene17' lambda! +[2020-08-14 19:34:37,501] /u/daene17 had their flair updated +[2020-08-14 19:35:10,154] '/u/The-Bomb-Guy' has given '/u/TheMagicTurtle1' lambda! +[2020-08-14 19:35:11,551] /u/TheMagicTurtle1 had their flair updated +[2020-08-14 19:35:38,985] '/u/DTV998' has given '/u/AnimuseVids' lambda! +[2020-08-14 19:35:41,154] /u/AnimuseVids had their flair updated +[2020-08-14 19:36:18,447] '/u/DTV998' has given '/u/_eyogg_' lambda! +[2020-08-14 19:36:20,533] /u/_eyogg_ had their flair updated +[2020-08-14 19:37:07,704] There has been a new submission: 'Fall guys ultimate knockout is FUN for the whole family - I was inspired to make this "comedy" sketch (if you can call it that) from playing Fall Guys an unhealthy amount of times. I plan on @ this to their twitter, but before I do, any feedback would be greatly appreciated.', with flair 'Video Critique' +[2020-08-14 19:37:09,712] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 19:37:09,752] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 19:37:11,229] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NQmQ3CoWlPI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 19:37:11,683] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 19:37:13,733] /u/Redmond93 had their flair updated +[2020-08-14 19:37:32,197] There has been a new submission: 'Origins round 50 in 4 player (funny moments)', with flair 'Gaming' +[2020-08-14 19:37:33,177] /u/JadedMangosOfficial had their submission removed for insufficient lambda. +[2020-08-14 19:37:34,246] /u/JadedMangosOfficial had their flair updated +[2020-08-14 19:37:51,250] There has been a new submission: '[MW] Warzone : Best of July ( Some nice Squad Wipes, Snipes, and other Nasty Plays!)', with flair 'Gaming' +[2020-08-14 19:37:52,152] /u/IGOCOMMANDO365 had their submission removed for insufficient lambda. +[2020-08-14 19:37:53,096] /u/IGOCOMMANDO365 had their flair updated +[2020-08-14 19:38:11,242] There has been a new submission: 'What’s up with channels who have more comments than views on their videos?', with flair 'Discussion' +[2020-08-14 19:38:14,192] /u/jamieandsarahflip had their flair updated +[2020-08-14 19:38:30,661] There has been a new submission: 'PLAYING FALL GUYS 4 THE FIRST TIME!!!!!! Fall Guys Ultimate Knockout Gameplay', with flair 'Gaming' +[2020-08-14 19:38:31,439] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-08-14 19:38:32,587] /u/Kool_newt had their flair updated +[2020-08-14 19:38:48,935] There has been a new submission: 'I tried to play PUBG Mobile On Low End PC. Any feedback would be appreciated. :-)', with flair 'Gaming' +[2020-08-14 19:38:49,670] /u/joker_tuna had their submission removed for insufficient lambda. +[2020-08-14 19:38:50,369] /u/joker_tuna had their flair updated +[2020-08-14 19:42:00,499] '/u/AstaSama' has given '/u/MrMoo-Youtube' lambda! +[2020-08-14 19:42:03,240] /u/MrMoo-Youtube had their flair updated +[2020-08-14 19:46:23,807] '/u/MafiasFinestTV' has given '/u/BuildBreakandBeyond' lambda! +[2020-08-14 19:46:25,659] /u/BuildBreakandBeyond had their flair updated +[2020-08-14 19:47:00,981] There has been a new submission: 'Put a lot of work into this one. Lambda for feedback! - Nerd Rage!: Grounded Lets Play Ep1 - Part 1', with flair 'Video Critique' +[2020-08-14 19:47:02,010] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-14 19:47:02,047] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-14 19:47:03,070] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9QbgG32--ko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 19:47:03,560] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-14 19:47:05,770] /u/HappyPantzInc had their flair updated +[2020-08-14 19:47:23,943] There has been a new submission: 'The start of something amazing', with flair 'Channel Review' +[2020-08-14 19:47:24,968] /u/the_lesser_muppets had their submission removed for insufficient lambda. +[2020-08-14 19:47:25,914] /u/the_lesser_muppets had their flair updated +[2020-08-14 19:53:08,701] /u/Kool_newt had their flair updated +[2020-08-14 19:56:50,814] '/u/The-Bomb-Guy' has given '/u/Jardayylmao' lambda! +[2020-08-14 19:56:53,319] /u/Jardayylmao had their flair updated +[2020-08-14 19:58:45,110] There has been a new submission: '5 Minutes 🔥FIRE 🔥 Satisfying FIRE Moments | MUST WATCH | Mind Blowing Insane Unbelievable Moments', with flair 'Video Critique' +[2020-08-14 19:58:46,747] /u/Satisfying-Or-Not had their submission removed for insufficient lambda. +[2020-08-14 19:58:47,569] /u/Satisfying-Or-Not had their flair updated +[2020-08-14 20:03:01,025] '/u/HappyPantzInc' has given '/u/joker_tuna' lambda! +[2020-08-14 20:03:03,576] /u/joker_tuna had their flair updated +[2020-08-14 20:03:37,298] /u/Kool_newt had their flair updated +[2020-08-14 20:06:07,578] There has been a new submission: 'Tips on growing a channel?', with flair 'Discussion' +[2020-08-14 20:06:09,505] /u/SipYourSoup had their flair updated +[2020-08-14 20:08:05,679] There has been a new submission: 'Do Cling Film tents save tress? 5-minute hacks "clever" camping hacks. (Comedy)', with flair 'Video Critique' +[2020-08-14 20:08:09,244] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-08-14 20:08:10,888] /u/SimonCaine had their flair updated +[2020-08-14 20:08:32,916] '/u/HappyPantzInc' has given '/u/bunnyofthesea' lambda! +[2020-08-14 20:08:34,960] /u/bunnyofthesea had their flair updated +[2020-08-14 20:10:27,748] There has been a new submission: 'Check out my latest travel video! Subscribe if you like it!!', with flair 'Vlog' +[2020-08-14 20:10:29,925] /u/nmc111 had their submission removed for insufficient lambda. +[2020-08-14 20:10:32,264] /u/nmc111 had their flair updated +[2020-08-14 20:12:56,201] There has been a new submission: 'Just started a gaming channel', with flair 'Discussion' +[2020-08-14 20:13:00,334] /u/Ap_Gamer20 had their flair updated +[2020-08-14 20:13:39,504] There has been a new submission: 'tlou2 headache render mode', with flair 'Gaming' +[2020-08-14 20:13:40,978] /u/ORE- had their submission removed for insufficient lambda. +[2020-08-14 20:13:42,822] /u/ORE- had their flair updated +[2020-08-14 20:15:12,545] There has been a new submission: '*NOOB* PLAYS FALL GUYS', with flair 'Gaming' +[2020-08-14 20:15:13,762] /u/International_Gur805 had their submission removed for insufficient lambda. +[2020-08-14 20:15:15,368] /u/International_Gur805 had their flair updated +[2020-08-14 20:16:39,339] There has been a new submission: 'Video Editor', with flair 'Collab' +[2020-08-14 20:16:42,248] /u/aDudePerson had their flair updated +[2020-08-14 20:17:57,783] There has been a new submission: 'Please check the newest ItzNick Video out!', with flair 'Gaming' +[2020-08-14 20:17:59,543] /u/TamManGames had their submission removed for insufficient lambda. +[2020-08-14 20:18:00,587] /u/TamManGames had their flair updated +[2020-08-14 20:19:15,193] There has been a new submission: 'IM ONE SUB AWAY FROM 150!!!', with flair 'Discussion' +[2020-08-14 20:19:16,753] /u/AaronC51401 had their flair updated +[2020-08-14 20:23:40,634] There has been a new submission: 'IM ALMOST AT 200 SUBS!!!!', with flair 'Discussion' +[2020-08-14 20:23:43,279] /u/AaronC51401 had their flair updated +[2020-08-14 20:38:26,401] '/u/BeserKing' has given '/u/daene17' lambda! +[2020-08-14 20:38:28,620] /u/daene17 had their flair updated +[2020-08-14 20:38:49,684] '/u/Capture_Reviews' has given '/u/Jardayylmao' lambda! +[2020-08-14 20:38:52,094] /u/Jardayylmao had their flair updated +[2020-08-14 20:42:24,896] There has been a new submission: 'Style Video: styling 180 garments after 11 of my favorite movies!', with flair 'Video Critique' +[2020-08-14 20:42:26,453] /u/itsevaevans had their submission removed for insufficient lambda. +[2020-08-14 20:42:28,545] /u/itsevaevans had their flair updated +[2020-08-14 20:43:07,788] There has been a new submission: 'Web Browser', with flair 'Video Critique' +[2020-08-14 20:43:09,346] /u/AuzBusinessTips had their submission removed for insufficient lambda. +[2020-08-14 20:43:11,556] /u/AuzBusinessTips had their flair updated +[2020-08-14 20:44:16,970] /u/itssmg123 had their flair updated +[2020-08-14 20:46:28,393] +#################### +[Aug 14 2020 20:46:28] RESTARTED +#################### + +[2020-08-14 21:19:03,660] Starting every day program... +[2020-08-14 21:19:03,701] Updating database statistics... +[2020-08-14 21:19:08,529] Posting and updating wiki... +[2020-08-14 21:19:33,544] Formatting leaderboard... +[2020-08-14 21:19:34,445] Updating sidebar... +[2020-08-14 21:19:34,896] Updated in new reddit... +[2020-08-14 21:19:36,087] Updated in old reddit... +[2020-08-14 21:19:36,087] Completed. +[2020-08-14 21:26:00,229] There has been a new submission: 'Hope this helps anyone who plays siege, all elites for characters, free', with flair 'Video Critique' +[2020-08-14 21:26:02,356] /u/Number02Potato had their submission removed for insufficient lambda. +[2020-08-14 21:26:03,506] /u/Number02Potato had their flair updated +[2020-08-14 21:27:12,367] '/u/MafiasFinestTV' has given '/u/TheJustindsd' lambda! +[2020-08-14 21:27:14,502] /u/TheJustindsd had their flair updated +[2020-08-14 21:29:57,030] '/u/MrMoo-Youtube' has given '/u/AstaSama' lambda! +[2020-08-14 21:29:59,488] /u/AstaSama had their flair updated +[2020-08-14 21:34:34,924] There has been a new submission: 'Created a channel', with flair 'Channel Review' +[2020-08-14 21:34:36,497] /u/Donneko94 had their submission removed for insufficient lambda. +[2020-08-14 21:34:38,344] /u/Donneko94 had their flair updated +[2020-08-14 21:40:06,691] /u/joker_tuna had their flair updated +[2020-08-14 21:40:09,111] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-14 21:54:35,279] There has been a new submission: 'How to get FIFA 21 on (Steam or Origin) on Windows 10 & More', with flair 'Channel Review' +[2020-08-14 21:54:36,547] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-14 21:54:38,268] /u/Xander2KBarqs123 had their flair updated +[2020-08-14 22:00:10,885] There has been a new submission: 'Playing Bedwars with a cursed texture pack-Minecraft Hypixel', with flair 'Video Critique' +[2020-08-14 22:00:12,523] /u/silenus47 had their submission removed for insufficient lambda. +[2020-08-14 22:00:14,989] /u/silenus47 had their flair updated +[2020-08-14 22:04:20,267] There has been a new submission: 'How to get FIFA 21 on (Steam or Origin) on Windows 10 & More!', with flair 'Channel Review' +[2020-08-14 22:04:21,642] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-14 22:04:23,437] /u/Xander2KBarqs123 had their flair updated +[2020-08-14 22:04:49,874] '/u/MafiasFinestTV' has given '/u/Peltlegs' lambda! +[2020-08-14 22:04:51,470] /u/Peltlegs had their flair updated +[2020-08-14 22:08:07,749] '/u/DTV998' has given '/u/peterspickledpotato' lambda! +[2020-08-14 22:08:09,470] /u/peterspickledpotato had their flair updated +[2020-08-14 22:09:02,833] '/u/Redmond93' has given '/u/MrMoo-Youtube' lambda! +[2020-08-14 22:09:04,840] /u/MrMoo-Youtube had their flair updated +[2020-08-14 22:11:11,966] There has been a new submission: 'Funny Moments on Fall Guys with a few edits', with flair 'Video Critique' +[2020-08-14 22:11:13,630] /u/propxecyYT had their submission removed for insufficient lambda. +[2020-08-14 22:11:15,921] /u/propxecyYT had their flair updated +[2020-08-14 22:13:58,396] '/u/Redmond93' has given '/u/propxecyYT' lambda! +[2020-08-14 22:14:01,130] /u/propxecyYT had their flair updated +[2020-08-14 22:16:50,148] There has been a new submission: 'After 6+ hours of editing, going through 3+ hours of footage and biking over 6 miles, I think this video turned out pretty good and it would mean a lot to me if you would check it out.', with flair 'Vlog' +[2020-08-14 22:16:53,578] /u/DrivenDeepYT had their submission removed for insufficient lambda. +[2020-08-14 22:16:55,714] /u/DrivenDeepYT had their flair updated +[2020-08-14 22:19:46,968] There has been a new submission: 'STREET FIGHTER II PARODY OF PRODUCT REVIEW', with flair 'Video Critique' +[2020-08-14 22:19:47,539] /u/ItWasFREAKS had their submission removed for insufficient lambda. +[2020-08-14 22:19:47,946] /u/ItWasFREAKS had their flair updated +[2020-08-14 22:20:05,929] '/u/Capture_Reviews' has given '/u/MrMoo-Youtube' lambda! +[2020-08-14 22:20:08,811] /u/MrMoo-Youtube had their flair updated +[2020-08-14 22:20:59,801] '/u/Capture_Reviews' has given '/u/iSimpleCat' lambda! +[2020-08-14 22:21:02,781] /u/iSimpleCat had their flair updated +[2020-08-14 22:31:31,997] There has been a new submission: 'I finally hired an editor friend of mine feedback would be great!', with flair 'Video Critique' +[2020-08-14 22:31:33,636] /u/Grimhir had their submission removed for insufficient lambda. +[2020-08-14 22:31:35,855] /u/Grimhir had their flair updated +[2020-08-14 22:32:48,111] There has been a new submission: 'Requesting honest feedback/constructive criticism on new channel', with flair 'Channel Review' +[2020-08-14 22:32:49,754] /u/SL4Y3R456 had their submission removed for insufficient lambda. +[2020-08-14 22:32:51,764] /u/SL4Y3R456 had their flair updated +[2020-08-14 22:36:30,766] There has been a new submission: 'Podcast over halo 3', with flair 'Video Critique' +[2020-08-14 22:36:32,161] /u/Caiosue had their submission removed for insufficient lambda. +[2020-08-14 22:36:33,514] /u/Caiosue had their flair updated +[2020-08-14 22:38:05,448] '/u/MrMoo-Youtube' has given '/u/Wild_Istria' lambda! +[2020-08-14 22:38:07,816] /u/Wild_Istria had their flair updated +[2020-08-14 22:39:03,713] '/u/MrMoo-Youtube' has given '/u/DTV998' lambda! +[2020-08-14 22:39:05,799] /u/DTV998 had their flair updated +[2020-08-14 22:42:42,954] /u/Boomer_Warfare had their flair updated +[2020-08-14 22:43:37,763] '/u/Capture_Reviews' has given '/u/TheMichaelRamey' lambda! +[2020-08-14 22:43:40,472] /u/TheMichaelRamey had their flair updated +[2020-08-14 22:46:39,002] +#################### +[Aug 14 2020 22:46:39] RESTARTED +#################### + +[2020-08-14 23:07:48,208] '/u/CliffordTV' has given '/u/daene17' lambda! +[2020-08-14 23:07:50,218] /u/daene17 had their flair updated +[2020-08-14 23:30:37,382] There has been a new submission: 'Watch 4 minutes and like for a sub back!', with flair 'Channel Review' +[2020-08-14 23:30:40,044] /u/henryvan213 had their submission removed for insufficient lambda. +[2020-08-14 23:30:42,341] /u/henryvan213 had their flair updated +[2020-08-14 23:31:02,511] There has been a new submission: 'Yoo I’m a new upcoming youtuber that makes funny and crazy reactions to videos', with flair 'Channel Review' +[2020-08-14 23:31:04,187] /u/Youngturboog had their submission removed for insufficient lambda. +[2020-08-14 23:31:06,442] /u/Youngturboog had their flair updated +[2020-08-14 23:31:26,666] There has been a new submission: 'Dreamscaper, where your dreams to fight your nightmares. Today is Fear.', with flair 'Gaming' +[2020-08-14 23:31:28,136] /u/IronBriggz had their submission removed for insufficient lambda. +[2020-08-14 23:31:30,431] /u/IronBriggz had their flair updated +[2020-08-14 23:32:57,619] '/u/Redmond93' has given '/u/threepiecesofbread' lambda! +[2020-08-14 23:32:59,999] /u/threepiecesofbread had their flair updated +[2020-08-14 23:33:36,265] '/u/NervousGarbage' has given '/u/TheMichaelRamey' lambda! +[2020-08-14 23:33:39,176] /u/TheMichaelRamey had their flair updated +[2020-08-14 23:33:59,161] '/u/Capture_Reviews' has given '/u/BreadZeppelinYT' lambda! +[2020-08-14 23:34:01,946] /u/BreadZeppelinYT had their flair updated +[2020-08-14 23:34:23,154] '/u/Capture_Reviews' has given '/u/Boomer_Warfare' lambda! +[2020-08-14 23:34:26,234] /u/Boomer_Warfare had their flair updated +[2020-08-14 23:35:12,046] '/u/Redmond93' has given '/u/TheMichaelRamey' lambda! +[2020-08-14 23:35:13,420] /u/TheMichaelRamey had their flair updated +[2020-08-14 23:39:18,758] There has been a new submission: 'Question/Thoughts about Name Branding', with flair 'Discussion' +[2020-08-14 23:39:21,997] /u/dansometv had their flair updated +[2020-08-14 23:39:39,084] There has been a new submission: 'Should we chop up the episodes?', with flair 'Video Critique' +[2020-08-14 23:39:40,105] /u/PeonyPete had their submission removed for insufficient lambda. +[2020-08-14 23:39:40,561] /u/PeonyPete had their flair updated +[2020-08-14 23:46:50,997] There has been a new submission: 'Unpopular opinion: when you're starting out (first 100ish videos) making them shorter is better for getting early subs but not as good for the algorithm.', with flair 'Discussion' +[2020-08-14 23:46:53,951] /u/SimonCaine had their flair updated +[2020-08-14 23:58:31,881] '/u/BeserKing' has given '/u/TheMichaelRamey' lambda! +[2020-08-14 23:58:34,466] /u/TheMichaelRamey had their flair updated +[2020-08-15 00:00:01,994] There has been a new submission: 'We’re The Frick is Doja Cat?XXL react to Hate Comments', with flair 'Gaming' +[2020-08-15 00:00:03,833] /u/trizzythomas had their submission removed for insufficient lambda. +[2020-08-15 00:00:06,307] /u/trizzythomas had their flair updated +[2020-08-15 00:07:42,621] There has been a new submission: 'EUC agility practice: 4 drills that will help you get better at riding electric unicycles!', with flair 'None' +[2020-08-15 00:07:44,006] /u/jwd2213 had their submission removed for insufficient lambda. +[2020-08-15 00:07:45,195] /u/jwd2213 had their flair updated +[2020-08-15 00:08:36,492] '/u/HappyPantzInc' has given '/u/MrCarsone' lambda! +[2020-08-15 00:08:38,788] /u/MrCarsone had their flair updated +[2020-08-15 00:26:07,848] There has been a new submission: 'Latest video to hit the market! Going gaming gear reviews as well as stream helping so it want I enjoy. Hope you enjoy too! Let me know what you think', with flair 'Video Critique' +[2020-08-15 00:26:11,098] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 00:26:11,138] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 00:26:12,682] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Gu1FuEHzeII&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 00:26:13,135] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwZLLVTLFRCdbLErraQM6tQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 00:26:15,871] /u/razerfire had their flair updated +[2020-08-15 00:33:23,060] '/u/MrMoo-Youtube' has given '/u/liamgrease' lambda! +[2020-08-15 00:33:24,991] /u/liamgrease had their flair updated +[2020-08-15 00:45:26,761] There has been a new submission: 'I posted my most recent video the other day and it went over really well. Here's one that's about a month and a half old. I'm hoping for some honest feedback. If I don't know I suck, I can't un-suck.', with flair 'Video Critique' +[2020-08-15 00:45:28,234] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 00:45:28,236] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 00:45:30,977] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cxbar4fJG5A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 00:45:31,426] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHNukHNEbORKHT64BOsv8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 00:45:34,175] /u/Boomer_Warfare had their flair updated +[2020-08-15 00:46:20,043] +#################### +[Aug 15 2020 00:46:20] RESTARTED +#################### + +[2020-08-15 01:23:40,936] There has been a new submission: 'This is my channel only has 3 subs', with flair 'Gaming' +[2020-08-15 01:23:43,148] /u/ItsYourBoi20 had their submission removed for insufficient lambda. +[2020-08-15 01:23:44,830] /u/ItsYourBoi20 had their flair updated +[2020-08-15 01:24:08,374] '/u/mreverdred01' has given '/u/MrMoo-Youtube' lambda! +[2020-08-15 01:24:11,040] /u/MrMoo-Youtube had their flair updated +[2020-08-15 01:25:04,910] '/u/mreverdred01' has given '/u/bunnyofthesea' lambda! +[2020-08-15 01:25:07,489] /u/bunnyofthesea had their flair updated +[2020-08-15 01:25:30,103] '/u/Redmond93' has given '/u/MrCarsone' lambda! +[2020-08-15 01:25:32,563] /u/MrCarsone had their flair updated +[2020-08-15 01:29:12,552] There has been a new submission: 'First video from my phone (critique)', with flair 'Video Critique' +[2020-08-15 01:29:15,863] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 01:29:15,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 01:29:17,543] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=grjETrfhUjs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:29:18,076] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ENZf6g4Cz7cSJYEPh7mwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:29:20,654] /u/TheGamingDecorator had their flair updated +[2020-08-15 01:39:10,016] '/u/razerfire' has given '/u/TheGamingDecorator' lambda! +[2020-08-15 01:39:12,671] /u/TheGamingDecorator had their flair updated +[2020-08-15 01:41:29,010] '/u/Five_Kick_Combo' has given '/u/AnimuseVids' lambda! +[2020-08-15 01:41:32,161] /u/AnimuseVids had their flair updated +[2020-08-15 01:41:58,128] '/u/razerfire' has given '/u/Djbernie805' lambda! +[2020-08-15 01:42:01,019] /u/Djbernie805 had their flair updated +[2020-08-15 01:46:49,770] There has been a new submission: 'I show how to check for Fake Prismacolor Pencils(expensive art supplies) on Amazon. Lambda for your feedback !', with flair 'Video Critique' +[2020-08-15 01:46:51,326] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 01:46:51,327] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 01:46:52,269] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eGf7-UPkuXE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:46:52,679] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:46:55,586] /u/Djbernie805 had their flair updated +[2020-08-15 01:54:22,627] There has been a new submission: 'Hollow Knight - Nightmare King Grimm - Orchestral Cover this is an orchestral remix of of one of my favorite VG tracks I did. Lemme know what I can do better, will give lambda for legitimate feedback', with flair 'Video Critique' +[2020-08-15 01:54:25,536] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 01:54:25,574] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 01:54:26,886] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ubX_d4dU1_Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:54:27,417] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFAxr0Czrzzxh6tUNNbuAZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 01:54:30,204] /u/AnimuseVids had their flair updated +[2020-08-15 01:55:28,336] There has been a new submission: 'Anno Domini Beats - Homebound', with flair 'Channel Review' +[2020-08-15 01:55:30,626] /u/HipDeck had their submission removed for insufficient lambda. +[2020-08-15 01:55:32,230] /u/HipDeck had their flair updated +[2020-08-15 02:00:20,695] There has been a new submission: 'The Laptop Struggle(just a quickie about my laptops short comings uhhhhhh yeah I’ll give lambda to most comments. And when I say most I mean most. But if I could tell it’s just heinous I’m not gonna give sowwy. But yeah thanks if you check it out!)', with flair 'Video Critique' +[2020-08-15 02:00:22,124] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 02:00:22,126] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 02:00:23,850] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LhlUxl017Uo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 02:00:24,342] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 02:00:27,782] /u/MrCarsone had their flair updated +[2020-08-15 02:03:32,459] '/u/Boomer_Warfare' has given '/u/ElderTerdkin' lambda! +[2020-08-15 02:03:34,808] /u/ElderTerdkin had their flair updated +[2020-08-15 02:06:41,446] There has been a new submission: 'Mikе Bоyd's subsсribеrs сhаllengе', with flair 'Video Critique' +[2020-08-15 02:06:42,760] /u/LetMaller had their submission removed for insufficient lambda. +[2020-08-15 02:06:44,114] /u/LetMaller had their flair updated +[2020-08-15 02:07:31,067] '/u/Boomer_Warfare' has given '/u/MrCarsone' lambda! +[2020-08-15 02:07:33,494] /u/MrCarsone had their flair updated +[2020-08-15 02:08:36,307] '/u/Boomer_Warfare' has given '/u/Djbernie805' lambda! +[2020-08-15 02:08:38,680] /u/Djbernie805 had their flair updated +[2020-08-15 02:12:35,433] There has been a new submission: 'I posted my first video ever on YT two days ago and i m looking for suggestions from you guys. The video is about COD hackers and how it pisses me off Devs arent doing anything. I think my voice needs more work or maybe the presentation. Idk What do you guys think? https://youtu.be/Kk8ZtB2XMC4', with flair 'Video Critique' +[2020-08-15 02:12:36,863] /u/thy_liberator315 had their submission removed for insufficient lambda. +[2020-08-15 02:12:39,028] /u/thy_liberator315 had their flair updated +[2020-08-15 02:17:16,997] There has been a new submission: 'I just made my first video on YT and i was thinking how do i keep making my content better? The video is about COD hackers and how it pisses me off Devs arent doing anything. I think my voice needs more work or maybe the presentation. Idk What do you guys think? nd should ido more commentaryvideos ?', with flair 'Gaming' +[2020-08-15 02:17:18,306] /u/thy_liberator315 had their submission removed for insufficient lambda. +[2020-08-15 02:17:19,537] /u/thy_liberator315 had their flair updated +[2020-08-15 02:32:38,068] '/u/Djbernie805' has given '/u/DTV998' lambda! +[2020-08-15 02:32:40,381] /u/DTV998 had their flair updated +[2020-08-15 02:33:10,735] '/u/MrCarsone' has given '/u/rana1973' lambda! +[2020-08-15 02:33:13,080] /u/rana1973 had their flair updated +[2020-08-15 02:36:02,990] There has been a new submission: 'Please give me feedback on my VLOG in Korea', with flair 'Vlog' +[2020-08-15 02:36:05,363] /u/jwkorea had their submission removed for insufficient lambda. +[2020-08-15 02:36:06,878] /u/jwkorea had their flair updated +[2020-08-15 02:46:41,569] +#################### +[Aug 15 2020 02:46:41] RESTARTED +#################### + +[2020-08-15 03:30:03,754] There has been a new submission: 'Newest video, used some advice given recently. Would love to know what I can do better. (it's all about that personal growth)', with flair 'Video Critique' +[2020-08-15 03:30:07,760] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 03:30:07,762] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 03:30:08,830] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bWhIMvhWGtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 03:30:09,362] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCk2C1_wWZhuCN6SLamzmx4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 03:30:12,932] /u/liftedplane had their flair updated +[2020-08-15 03:30:35,994] There has been a new submission: 'lil mosey's blueberry faygo (cover)', with flair 'Art' +[2020-08-15 03:30:37,592] /u/thepmlife had their submission removed for insufficient lambda. +[2020-08-15 03:30:39,928] /u/thepmlife had their flair updated +[2020-08-15 03:31:06,049] '/u/TheMagicTurtle1' has given '/u/BreadZeppelinYT' lambda! +[2020-08-15 03:31:08,747] /u/BreadZeppelinYT had their flair updated +[2020-08-15 03:35:12,169] There has been a new submission: 'The New Era - Tron Video Game Inspired', with flair 'Channel Review' +[2020-08-15 03:35:13,246] /u/samaugust101 had their submission removed for insufficient lambda. +[2020-08-15 03:35:14,560] /u/samaugust101 had their flair updated +[2020-08-15 03:35:24,497] There has been a new submission: 'Video Editor looking for work', with flair 'Collab' +[2020-08-15 03:35:27,499] /u/aDudePerson had their flair updated +[2020-08-15 03:54:11,491] '/u/CliffordTV' has given '/u/liamgrease' lambda! +[2020-08-15 03:54:14,164] /u/liamgrease had their flair updated +[2020-08-15 04:00:51,840] There has been a new submission: 'My second time using Premiere Pro, will give lambda for feedback on my editing!', with flair 'Video Critique' +[2020-08-15 04:00:55,911] /u/mskibs had their flair updated +[2020-08-15 04:02:31,644] '/u/DonnieandErikReal' has given '/u/rana1973' lambda! +[2020-08-15 04:02:33,861] /u/rana1973 had their flair updated +[2020-08-15 04:02:51,468] There has been a new submission: 'IS THIS THE SECOND PART OF LIMBO?! (ft. Mutants?) | Bunker Bound', with flair 'Gaming' +[2020-08-15 04:02:52,818] /u/onail had their submission removed for insufficient lambda. +[2020-08-15 04:02:54,770] /u/onail had their flair updated +[2020-08-15 04:07:24,295] There has been a new submission: 'Star Wars - Dank and Juicy Memes | Gag Nation', with flair 'Video Critique' +[2020-08-15 04:07:26,156] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-15 04:07:28,492] /u/frogs4life69 had their flair updated +[2020-08-15 04:12:19,463] There has been a new submission: '“I Wanna Go Higher” by Zelgaro', with flair 'Art' +[2020-08-15 04:12:21,222] /u/InThat90210 had their submission removed for insufficient lambda. +[2020-08-15 04:12:23,486] /u/InThat90210 had their flair updated +[2020-08-15 04:22:59,158] There has been a new submission: 'My first time doing this type of vids what do you guys think?', with flair 'Video Critique' +[2020-08-15 04:23:00,750] /u/jayvertedTV had their submission removed for insufficient lambda. +[2020-08-15 04:23:02,839] /u/jayvertedTV had their flair updated +[2020-08-15 04:28:05,177] There has been a new submission: 'I tried posting a video to YouTube three or more times per week', with flair 'Discussion' +[2020-08-15 04:28:06,609] /u/jayvertedTV had their flair updated +[2020-08-15 04:34:39,501] There has been a new submission: 'SNIPING IN MODERN WARFARE IS EZ', with flair 'Video Critique' +[2020-08-15 04:34:39,939] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 04:34:39,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 04:34:40,385] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L-VXCjhoivA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 04:34:40,618] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjJu-HEJ_j686B8q7MQCjbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 04:34:42,968] /u/BreadZeppelinYT had their flair updated +[2020-08-15 04:37:16,067] There has been a new submission: 'I created my channel about one year ago. I am very happy with the progress and and up to a 177 subscribers. I don't have very much of the you time for any of my videos. My average view time is less than a minute. I need help please', with flair 'Channel Review' +[2020-08-15 04:37:19,587] /u/HungryForChange100 had their submission removed for insufficient lambda. +[2020-08-15 04:37:21,551] /u/HungryForChange100 had their flair updated +[2020-08-15 04:44:15,694] '/u/mskibs' has given '/u/ItzRusty' lambda! +[2020-08-15 04:44:17,996] /u/ItzRusty had their flair updated +[2020-08-15 04:46:13,545] +#################### +[Aug 15 2020 04:46:13] RESTARTED +#################### + +[2020-08-15 05:22:29,092] There has been a new submission: 'Don’t play with a very drunk teammate on comp csgo...', with flair 'Gaming' +[2020-08-15 05:22:31,509] /u/EnCaze had their submission removed for insufficient lambda. +[2020-08-15 05:22:33,443] /u/EnCaze had their flair updated +[2020-08-15 05:22:53,190] There has been a new submission: 'My channel is to help those interested in Voice Acting =)', with flair 'Channel Review' +[2020-08-15 05:22:54,544] /u/paulcastrojr had their submission removed for insufficient lambda. +[2020-08-15 05:22:56,389] /u/paulcastrojr had their flair updated +[2020-08-15 05:25:24,604] '/u/mskibs' has given '/u/RightfullyEpic' lambda! +[2020-08-15 05:25:26,658] /u/RightfullyEpic had their flair updated +[2020-08-15 05:28:32,995] '/u/Five_Kick_Combo' has given '/u/rana1973' lambda! +[2020-08-15 05:28:35,134] /u/rana1973 had their flair updated +[2020-08-15 05:30:13,949] There has been a new submission: 'Grapes pickle', with flair 'Vlog' +[2020-08-15 05:30:15,632] /u/rechitimes had their submission removed for insufficient lambda. +[2020-08-15 05:30:17,932] /u/rechitimes had their flair updated +[2020-08-15 05:30:39,299] There has been a new submission: 'Hi! I’m a med student-slash-once from the philippines and i started uploading vids 3 weeks ago🙈', with flair 'Vlog' +[2020-08-15 05:30:40,939] /u/silver__1004 had their submission removed for insufficient lambda. +[2020-08-15 05:30:43,281] /u/silver__1004 had their flair updated +[2020-08-15 05:40:27,686] '/u/History0470' has given '/u/Wild_Istria' lambda! +[2020-08-15 05:40:30,764] /u/Wild_Istria had their flair updated +[2020-08-15 05:54:59,978] There has been a new submission: 'BATMAN : ARKHAM ASYLUM PART 1', with flair 'Gaming' +[2020-08-15 05:55:02,752] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-15 05:55:04,512] /u/majin_hendrix had their flair updated +[2020-08-15 05:55:29,058] '/u/nnnishal' has given '/u/DTV998' lambda! +[2020-08-15 05:55:31,968] /u/DTV998 had their flair updated +[2020-08-15 05:56:08,203] '/u/nnnishal' has given '/u/threepiecesofbread' lambda! +[2020-08-15 05:56:10,911] /u/threepiecesofbread had their flair updated +[2020-08-15 06:16:16,906] '/u/The-Bomb-Guy' has given '/u/SalvoFiasco' lambda! +[2020-08-15 06:16:18,331] /u/SalvoFiasco had their flair updated +[2020-08-15 06:39:38,014] There has been a new submission: 'Ideaa for a video', with flair 'Discussion' +[2020-08-15 06:39:41,582] /u/EpicSmashFan had their flair updated +[2020-08-15 06:46:04,423] +#################### +[Aug 15 2020 06:46:04] RESTARTED +#################### + +[2020-08-15 07:17:24,981] There has been a new submission: 'crisp by pocke', with flair 'Video Critique' +[2020-08-15 07:17:26,661] /u/sirius_black1 had their submission removed for insufficient lambda. +[2020-08-15 07:17:27,769] /u/sirius_black1 had their flair updated +[2020-08-15 07:17:46,317] There has been a new submission: 'I wrote/produced/made this song - "i'm so lost" - to express my insecurities, existential crises, and doubts as an artist and general human being - let me know what you think!', with flair 'Art' +[2020-08-15 07:17:47,176] /u/mixolyte had their submission removed for insufficient lambda. +[2020-08-15 07:17:48,037] /u/mixolyte had their flair updated +[2020-08-15 07:20:15,158] There has been a new submission: 'hello growing gaming channel', with flair 'Gaming' +[2020-08-15 07:20:16,643] /u/myth2soulblighter had their submission removed for insufficient lambda. +[2020-08-15 07:20:18,936] /u/myth2soulblighter had their flair updated +[2020-08-15 07:20:40,098] There has been a new submission: 'Rogue Company Gameplay on Ryzen 5 2400G & GTX 1050Ti | 1080p60fps', with flair 'Gaming' +[2020-08-15 07:20:41,809] /u/TruceAV had their submission removed for insufficient lambda. +[2020-08-15 07:20:44,150] /u/TruceAV had their flair updated +[2020-08-15 07:47:28,143] There has been a new submission: 'Can u help me increase my subs! feedback on my videos and channel will be highly appreciated, Thanks In Advance!', with flair 'Gaming' +[2020-08-15 07:47:29,163] /u/How2Download had their submission removed for insufficient lambda. +[2020-08-15 07:47:30,355] /u/How2Download had their flair updated +[2020-08-15 07:49:29,178] There has been a new submission: 'I STARTED A YT CHANNEL SOME MONTHS AGO BUT I'VE ONLY GOT 33 SUBS😂', with flair 'Channel Review' +[2020-08-15 07:49:29,855] /u/thestrangeguy0008 had their submission removed for insufficient lambda. +[2020-08-15 07:49:30,394] /u/thestrangeguy0008 had their flair updated +[2020-08-15 07:52:43,129] There has been a new submission: 'Hello guys, I make music (covers/originals) from scratch. I made this today. What do you think', with flair 'Channel Review' +[2020-08-15 07:52:44,609] /u/TheJennn had their submission removed for insufficient lambda. +[2020-08-15 07:52:46,706] /u/TheJennn had their flair updated +[2020-08-15 08:20:04,152] There has been a new submission: 'FOR GOOD - WICKED - Cover by Nongnong & Alvin #wicked #forgood', with flair 'Vlog' +[2020-08-15 08:20:06,262] /u/NongnongCL had their submission removed for insufficient lambda. +[2020-08-15 08:20:08,577] /u/NongnongCL had their flair updated +[2020-08-15 08:20:15,278] There has been a new submission: 'Looking for an opinion regarding a video shoot idea', with flair 'Discussion' +[2020-08-15 08:20:17,769] /u/SoloLegend18 had their flair updated +[2020-08-15 08:20:24,362] There has been a new submission: 'What’s good everybody just posted a new vid with me just on camera (my partner couldn’t make it) so let me know how I did/ anything to improve on. Thanks.', with flair 'Video Critique' +[2020-08-15 08:20:25,869] /u/LordKarl27 had their submission removed for insufficient lambda. +[2020-08-15 08:20:28,158] /u/LordKarl27 had their flair updated +[2020-08-15 08:25:14,193] There has been a new submission: 'Guys i need honest feedback and what i need to improve', with flair 'Video Critique' +[2020-08-15 08:25:15,588] /u/jayvertedTV had their submission removed for insufficient lambda. +[2020-08-15 08:25:17,433] /u/jayvertedTV had their flair updated +[2020-08-15 08:40:18,895] There has been a new submission: 'Barnard Castle Video And Photography Montage lambda for all', with flair 'Thumbnail Review' +[2020-08-15 08:40:19,579] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 08:40:19,598] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 08:40:19,941] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TmC8p48qAOU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 08:40:20,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 08:40:23,209] /u/MrMoo-Youtube had their flair updated +[2020-08-15 08:42:31,501] There has been a new submission: 'TRY NOT TO GET ANXIOUS CHALLENGE !', with flair 'Gaming' +[2020-08-15 08:42:32,858] /u/testpet001 had their submission removed for insufficient lambda. +[2020-08-15 08:42:34,882] /u/testpet001 had their flair updated +[2020-08-15 08:46:04,818] +#################### +[Aug 15 2020 08:46:04] RESTARTED +#################### + +[2020-08-15 09:20:20,031] '/u/Boomer_Warfare' has given '/u/Ken98_' lambda! +[2020-08-15 09:20:21,979] /u/Ken98_ had their flair updated +[2020-08-15 09:20:57,972] There has been a new submission: 'So I've been making youtube videos for about 2 years. I like to think I've gotten better at it but I'd like to hear some feedback on my editing. Thanks for taking your time to read this.', with flair 'Video Critique' +[2020-08-15 09:20:59,449] /u/Swirggles had their submission removed for insufficient lambda. +[2020-08-15 09:21:01,690] /u/Swirggles had their flair updated +[2020-08-15 09:21:22,859] There has been a new submission: 'Civ 6 Comedy video I made in the style of General Sam & SsethTzeentach', with flair 'Video Critique' +[2020-08-15 09:21:24,499] /u/Erenstein had their submission removed for insufficient lambda. +[2020-08-15 09:21:26,839] /u/Erenstein had their flair updated +[2020-08-15 09:21:52,917] '/u/MrMoo-Youtube' has given '/u/torivitsas' lambda! +[2020-08-15 09:21:56,164] /u/torivitsas had their flair updated +[2020-08-15 09:30:49,523] There has been a new submission: 'Tags and Hashtags?', with flair 'Discussion' +[2020-08-15 09:30:52,096] /u/Axislobo had their flair updated +[2020-08-15 09:37:46,104] There has been a new submission: 'Every Hardcore Conspiracy Theorist (C&C Appreciated)', with flair 'Thumbnail Review' +[2020-08-15 09:37:48,192] /u/LifeThief had their submission removed for insufficient lambda. +[2020-08-15 09:37:49,504] /u/LifeThief had their flair updated +[2020-08-15 09:38:47,011] '/u/guilletab' has given '/u/Capture_Reviews' lambda! +[2020-08-15 09:38:49,435] /u/Capture_Reviews had their flair updated +[2020-08-15 09:38:50,258] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-15 09:39:08,829] There has been a new submission: 'Looking for a bit a feedback on my video review', with flair 'Video Critique' +[2020-08-15 09:39:10,286] /u/DMW84 had their submission removed for insufficient lambda. +[2020-08-15 09:39:10,949] /u/DMW84 had their flair updated +[2020-08-15 09:39:34,664] /u/Capture_Reviews had their flair updated +[2020-08-15 09:40:32,686] '/u/guilletab' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-15 09:40:35,674] /u/FynnKrauseFootballYT had their flair updated +[2020-08-15 09:43:05,560] There has been a new submission: 'SEO?', with flair 'Discussion' +[2020-08-15 09:43:07,856] /u/Axislobo had their flair updated +[2020-08-15 09:43:49,826] '/u/MrMoo-Youtube' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 09:43:52,413] /u/ShikharTrivedi had their flair updated +[2020-08-15 09:44:32,203] '/u/MrMoo-Youtube' has given '/u/Heavy_Rain_' lambda! +[2020-08-15 09:44:34,996] /u/Heavy_Rain_ had their flair updated +[2020-08-15 09:57:05,818] There has been a new submission: 'So could someone point out as many of my channels flaws as possible to me?', with flair 'Channel Review' +[2020-08-15 09:57:07,166] /u/Tribune_Aguila had their submission removed for insufficient lambda. +[2020-08-15 09:57:08,519] /u/Tribune_Aguila had their flair updated +[2020-08-15 10:04:54,358] '/u/DMW84' has given '/u/Erenstein' lambda! +[2020-08-15 10:04:56,300] /u/Erenstein had their flair updated +[2020-08-15 10:05:06,931] There has been a new submission: 'Hi everyone! My Youtube Channel is Bianky’s Magical Pot and I do some very relaxing cooking video. No talking just a lot of cooking.', with flair 'Vlog' +[2020-08-15 10:05:08,125] /u/bpjo had their submission removed for insufficient lambda. +[2020-08-15 10:05:09,809] /u/bpjo had their flair updated +[2020-08-15 10:05:15,525] There has been a new submission: 'Hello everyone! I'm a youtuber with around 170 subscribers and I would really appreciate if you could give me tips about my latest video. I will give lambda to anyone who takes their time. Thank you!', with flair 'Video Critique' +[2020-08-15 10:05:16,692] /u/Fladdman had their submission removed for insufficient lambda. +[2020-08-15 10:05:18,398] /u/Fladdman had their flair updated +[2020-08-15 10:15:02,334] There has been a new submission: 'Hi everyone! My Youtube Channel is Bianky’s Magical Pot and I do some very relaxing cooking video. No talking just a lot of cooking. I’m 23 subscribers away to 100 subs. This will be a big milestone for me!', with flair 'Vlog' +[2020-08-15 10:15:03,723] /u/bpjo had their submission removed for insufficient lambda. +[2020-08-15 10:15:05,606] /u/bpjo had their flair updated +[2020-08-15 10:16:28,017] There has been a new submission: 'Hey im a new roblox youtuber, check me out', with flair 'Gaming' +[2020-08-15 10:16:29,394] /u/Disconnnection had their submission removed for insufficient lambda. +[2020-08-15 10:16:30,888] /u/Disconnnection had their flair updated +[2020-08-15 10:44:55,412] There has been a new submission: 'Music youtuber', with flair 'Discussion' +[2020-08-15 10:44:57,290] /u/TheGalacorn had their flair updated +[2020-08-15 10:46:04,719] +#################### +[Aug 15 2020 10:46:04] RESTARTED +#################### + +[2020-08-15 11:20:13,765] There has been a new submission: 'Zero Hour Review by an A.I. - A hyper Realistic Shooter that is not getting the attention it deserves.', with flair 'Video Critique' +[2020-08-15 11:20:14,195] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 11:20:14,199] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 11:20:14,393] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b0WsWFJXGik&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 11:20:14,509] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 11:20:17,780] /u/bigni44a had their flair updated +[2020-08-15 11:23:32,215] /u/MrMoo-Youtube had their flair updated +[2020-08-15 11:23:52,335] '/u/MrMoo-Youtube' has given '/u/Erenstein' lambda! +[2020-08-15 11:23:54,920] /u/Erenstein had their flair updated +[2020-08-15 11:24:41,837] There has been a new submission: 'Trying to start a Youtube Gaming channel!', with flair 'Gaming' +[2020-08-15 11:24:43,353] /u/Krellelito had their submission removed for insufficient lambda. +[2020-08-15 11:24:44,875] /u/Krellelito had their flair updated +[2020-08-15 11:25:06,247] There has been a new submission: 'Today I discuss my favourite PS1 games', with flair 'Gaming' +[2020-08-15 11:25:07,309] /u/tophacmd had their submission removed for insufficient lambda. +[2020-08-15 11:25:08,742] /u/tophacmd had their flair updated +[2020-08-15 11:25:46,608] '/u/bigni44a' has given '/u/Erenstein' lambda! +[2020-08-15 11:25:49,200] /u/Erenstein had their flair updated +[2020-08-15 11:30:04,882] /u/SmallYTChannelBot had their flair updated +[2020-08-15 11:35:05,436] '/u/bigni44a' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 11:35:07,697] /u/ShikharTrivedi had their flair updated +[2020-08-15 11:40:01,468] There has been a new submission: 'First Video Uploaded', with flair 'Channel Review' +[2020-08-15 11:40:03,141] /u/heineken001 had their submission removed for insufficient lambda. +[2020-08-15 11:40:05,558] /u/heineken001 had their flair updated +[2020-08-15 11:40:51,262] '/u/BreadZeppelinYT' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 11:40:54,389] /u/ShikharTrivedi had their flair updated +[2020-08-15 11:45:41,996] '/u/BreadZeppelinYT' has given '/u/torivitsas' lambda! +[2020-08-15 11:45:44,581] /u/torivitsas had their flair updated +[2020-08-15 11:48:14,397] '/u/BreadZeppelinYT' has given '/u/Brage2004Norway' lambda! +[2020-08-15 11:48:16,818] /u/Brage2004Norway had their flair updated +[2020-08-15 11:50:18,943] '/u/BreadZeppelinYT' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-15 11:50:21,170] /u/YaGuyAlex_yt had their flair updated +[2020-08-15 11:53:04,826] There has been a new submission: 'Civ 6 Comedy video I made, looking for feedback', with flair 'Video Critique' +[2020-08-15 11:53:06,214] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 11:53:06,216] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 11:53:07,651] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VjH7L-RZV_k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 11:53:08,062] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWO_7XVq61xaQEtIfhNuWLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 11:53:11,010] /u/Erenstein had their flair updated +[2020-08-15 11:54:39,116] There has been a new submission: 'What Thumbnails To Choose?', with flair 'Discussion' +[2020-08-15 11:54:41,207] /u/Rezokarr had their flair updated +[2020-08-15 12:15:34,831] There has been a new submission: 'i catfished a famous rapper on discord...', with flair 'Gaming' +[2020-08-15 12:15:36,176] /u/HeyiTzFiNn had their submission removed for insufficient lambda. +[2020-08-15 12:15:37,863] /u/HeyiTzFiNn had their flair updated +[2020-08-15 12:27:53,188] There has been a new submission: 'minecraft skywars', with flair 'Gaming' +[2020-08-15 12:27:55,733] /u/zackywacky5 had their submission removed for insufficient lambda. +[2020-08-15 12:27:57,613] /u/zackywacky5 had their flair updated +[2020-08-15 12:34:11,893] '/u/MafiasFinestTV' has given '/u/rociscool_' lambda! +[2020-08-15 12:34:13,647] /u/rociscool_ had their flair updated +[2020-08-15 12:38:55,053] There has been a new submission: 'Fall Guys except I drink HOT SAUCE every time I lose', with flair 'Gaming' +[2020-08-15 12:38:55,955] /u/Hercule_Q had their submission removed for insufficient lambda. +[2020-08-15 12:38:56,816] /u/Hercule_Q had their flair updated +[2020-08-15 12:39:49,902] There has been a new submission: 'The movement in this game,OMG I am in love!', with flair 'Gaming' +[2020-08-15 12:39:51,129] /u/shadowkid_7 had their submission removed for insufficient lambda. +[2020-08-15 12:39:51,539] /u/shadowkid_7 had their flair updated +[2020-08-15 12:41:41,334] There has been a new submission: 'Why has the same comment on my video been removed twice straight after I got notified and nothing held for review in the inappropriate or spam folders?', with flair 'Discussion' +[2020-08-15 12:41:46,343] /u/RealLoki1 had their flair updated +[2020-08-15 12:46:04,849] +#################### +[Aug 15 2020 12:46:04] RESTARTED +#################### + +[2020-08-15 13:20:08,661] There has been a new submission: 'ZX-25R Vs Ninja 400 - Kawasaki Lightweight Showdown', with flair 'Video Critique' +[2020-08-15 13:20:10,586] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-08-15 13:20:12,951] /u/Kwackajack_ had their flair updated +[2020-08-15 13:20:22,396] There has been a new submission: 'A perfectly cut screams in r6 video would really appreciate if you could check it out and give your feedback', with flair 'Gaming' +[2020-08-15 13:20:25,016] /u/TomSense had their submission removed for insufficient lambda. +[2020-08-15 13:20:27,361] /u/TomSense had their flair updated +[2020-08-15 13:21:07,828] '/u/mskibs' has given '/u/PlatinumBlast27' lambda! +[2020-08-15 13:21:10,576] /u/PlatinumBlast27 had their flair updated +[2020-08-15 13:27:43,477] '/u/smirkbison' has given '/u/Peachey117' lambda! +[2020-08-15 13:27:45,495] /u/Peachey117 had their flair updated +[2020-08-15 13:28:04,819] There has been a new submission: 'I m hoping to get 150 subs mark this week', with flair 'Discussion' +[2020-08-15 13:28:06,000] /u/arsalannrajpoot had their flair updated +[2020-08-15 13:28:22,312] There has been a new submission: 'Made a tutorial for slime climb in fall guys! Hope you guys like it! :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-15 13:28:24,649] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 13:28:24,689] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 13:28:26,497] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FHGwn1cOV4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 13:28:26,987] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 13:28:29,045] /u/ShikharTrivedi had their flair updated +[2020-08-15 13:28:46,765] There has been a new submission: 'Need an opinion on my idea for a series', with flair 'Discussion' +[2020-08-15 13:28:49,754] /u/Sonicsaber25 had their flair updated +[2020-08-15 13:29:08,179] There has been a new submission: 'LF some feedback on my latest video and my channel', with flair 'Channel Review' +[2020-08-15 13:29:09,945] /u/Jozbo had their submission removed for insufficient lambda. +[2020-08-15 13:29:10,604] /u/Jozbo had their flair updated +[2020-08-15 13:29:27,218] There has been a new submission: 'Hello everyone, I recently created my first YouTube video and am excited to share it with you all. It’s centered around me and my friends having a fun time playing video games. Thank you for taking time to look!!', with flair 'Gaming' +[2020-08-15 13:29:29,272] /u/TheHermannator2 had their submission removed for insufficient lambda. +[2020-08-15 13:29:29,804] /u/TheHermannator2 had their flair updated +[2020-08-15 13:29:48,180] There has been a new submission: 'The Henry Stickmin Collection', with flair 'Video Critique' +[2020-08-15 13:29:48,999] /u/Krobble had their submission removed for insufficient lambda. +[2020-08-15 13:29:49,451] /u/Krobble had their flair updated +[2020-08-15 13:30:06,540] There has been a new submission: 'Nephew’s struggling channel', with flair 'Channel Review' +[2020-08-15 13:30:08,164] /u/noir27 had their submission removed for insufficient lambda. +[2020-08-15 13:30:10,583] /u/noir27 had their flair updated +[2020-08-15 13:30:31,311] There has been a new submission: 'My new YT channel: Bill Builds. Let me know what you think!', with flair 'Channel Review' +[2020-08-15 13:30:33,241] /u/NBQ5 had their submission removed for insufficient lambda. +[2020-08-15 13:30:35,620] /u/NBQ5 had their flair updated +[2020-08-15 13:31:02,775] '/u/Erenstein' has given '/u/Sonicsaber25' lambda! +[2020-08-15 13:31:05,755] /u/Sonicsaber25 had their flair updated +[2020-08-15 13:34:18,583] There has been a new submission: 'How I Made $600 In My Sleep From My Beachfront Penthouse In Cancún', with flair 'Video Critique' +[2020-08-15 13:34:19,856] /u/Psilocybish had their submission removed for insufficient lambda. +[2020-08-15 13:34:21,537] /u/Psilocybish had their flair updated +[2020-08-15 13:34:46,858] There has been a new submission: 'Review for review time!', with flair 'Video Critique' +[2020-08-15 13:34:48,008] /u/PreMatures had their submission removed for insufficient lambda. +[2020-08-15 13:34:49,528] /u/PreMatures had their flair updated +[2020-08-15 13:35:56,616] There has been a new submission: 'What a difference music makes...(#2)', with flair 'Art' +[2020-08-15 13:35:58,629] /u/Havealook123 had their submission removed for insufficient lambda. +[2020-08-15 13:36:00,174] /u/Havealook123 had their flair updated +[2020-08-15 13:36:38,962] There has been a new submission: 'should i take my channel more seriously', with flair 'Discussion' +[2020-08-15 13:36:41,502] /u/babarlab21 had their flair updated +[2020-08-15 13:39:28,928] There has been a new submission: 'Cartoon - I Stole A Baby From My Daughter - AmoMama', with flair 'None' +[2020-08-15 13:39:30,605] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-15 13:39:31,138] /u/IndividualGuide had their flair updated +[2020-08-15 13:53:06,860] There has been a new submission: 'This song sums up my channel (please review my channel)', with flair 'Channel Review' +[2020-08-15 13:53:08,404] /u/TheRiki had their submission removed for insufficient lambda. +[2020-08-15 13:53:10,407] /u/TheRiki had their flair updated +[2020-08-15 13:55:44,165] '/u/mskibs' has given '/u/Imagine-Freedom' lambda! +[2020-08-15 13:55:46,950] /u/Imagine-Freedom had their flair updated +[2020-08-15 13:57:42,601] '/u/bigni44a' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-15 13:57:44,928] /u/YaGuyAlex_yt had their flair updated +[2020-08-15 14:02:26,361] '/u/Boomer_Warfare' has given '/u/Heavy_Rain_' lambda! +[2020-08-15 14:02:29,401] /u/Heavy_Rain_ had their flair updated +[2020-08-15 14:06:15,527] '/u/liftedplane' has given '/u/Erenstein' lambda! +[2020-08-15 14:06:18,110] /u/Erenstein had their flair updated +[2020-08-15 14:07:56,588] '/u/liftedplane' has given '/u/AstaSama' lambda! +[2020-08-15 14:07:58,922] /u/AstaSama had their flair updated +[2020-08-15 14:08:50,549] '/u/liftedplane' has given '/u/torivitsas' lambda! +[2020-08-15 14:08:52,677] /u/torivitsas had their flair updated +[2020-08-15 14:11:14,913] '/u/liftedplane' has given '/u/Sky-todd' lambda! +[2020-08-15 14:11:17,989] /u/Sky-todd had their flair updated +[2020-08-15 14:12:05,512] '/u/mskibs' has given '/u/jaxtnh' lambda! +[2020-08-15 14:12:08,297] /u/jaxtnh had their flair updated +[2020-08-15 14:13:36,095] There has been a new submission: 'Cooking Video: 3 Lazy Ways To Make Chicken Pasta (Need honest criticism on my video) [VideoCritique]', with flair 'Video Critique' +[2020-08-15 14:13:37,523] /u/LWIAYcuresDepression had their submission removed for insufficient lambda. +[2020-08-15 14:13:39,365] /u/LWIAYcuresDepression had their flair updated +[2020-08-15 14:16:34,715] '/u/ShikharTrivedi' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-15 14:16:37,255] /u/YaGuyAlex_yt had their flair updated +[2020-08-15 14:17:15,184] '/u/liftedplane' has given '/u/RightfullyEpic' lambda! +[2020-08-15 14:17:17,485] /u/RightfullyEpic had their flair updated +[2020-08-15 14:17:39,083] There has been a new submission: 'JUST HIT 4000 SUBSCRIBERS! Please check out my channel and give me some feedback!', with flair 'Discussion' +[2020-08-15 14:17:41,409] /u/ASKmyAIR had their flair updated +[2020-08-15 14:25:47,958] There has been a new submission: 'Does swearing affect video visibility?', with flair 'Discussion' +[2020-08-15 14:25:52,217] /u/JxckSmith had their flair updated +[2020-08-15 14:31:42,301] There has been a new submission: 'It's a Hard Knock Life in FALL GUYS!', with flair 'Video Critique' +[2020-08-15 14:31:44,223] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-08-15 14:31:47,248] /u/TheLucidGam3r had their flair updated +[2020-08-15 14:37:09,835] There has been a new submission: 'Can anyone give critique on my video? (It is dutch btw)', with flair 'Channel Review' +[2020-08-15 14:37:11,269] /u/HetRedditKlunsje had their submission removed for insufficient lambda. +[2020-08-15 14:37:12,542] /u/HetRedditKlunsje had their flair updated +[2020-08-15 14:41:59,273] '/u/DonnieandErikReal' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-15 14:42:02,022] /u/BeatsandPiecesYT had their flair updated +[2020-08-15 14:42:24,335] There has been a new submission: 'Kids Yoga for Focus', with flair 'Channel Review' +[2020-08-15 14:42:25,798] /u/My_mat_or_yours had their submission removed for insufficient lambda. +[2020-08-15 14:42:27,887] /u/My_mat_or_yours had their flair updated +[2020-08-15 14:44:31,836] There has been a new submission: 'What Makes Shrek Forever After So Good? I would absolutely love it if anyone can critique the video for suggestions on what to improve on.', with flair 'Video Critique' +[2020-08-15 14:44:33,520] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 14:44:33,600] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 14:44:35,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6vGD3hn3V3s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 14:44:36,099] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyXYebroapA2zOSWF_dE1zA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 14:44:38,927] /u/mofogenius_yt had their flair updated +[2020-08-15 14:45:17,195] There has been a new submission: 'Overedited Apex.exe meme gaming vid. Lambda for feedbacks & critics', with flair 'Gaming' +[2020-08-15 14:45:19,370] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 14:45:19,408] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 14:45:20,429] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y-WI6FiFNGg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 14:45:20,920] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXgZggCriA5SIH6WbpuPkvQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 14:45:23,708] /u/SalvoFiasco had their flair updated +[2020-08-15 14:46:43,274] +#################### +[Aug 15 2020 14:46:43] RESTARTED +#################### + +[2020-08-15 15:29:40,949] There has been a new submission: 'A STINKY, SMELLY, ROTTEN BURNT-UP HOUSE — ABANDONED TREASURES [CRITIQUE APPRECIATED, GIVING LAMBDA]', with flair 'Video Critique' +[2020-08-15 15:29:45,297] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 15:29:45,300] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 15:29:46,492] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SxpEmeG7jNk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:29:46,986] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9DJnaDuu1mxe8TrV1wejjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:29:49,486] /u/liamgrease had their flair updated +[2020-08-15 15:30:09,762] There has been a new submission: 'Go check out my youtube video!', with flair 'Art' +[2020-08-15 15:30:11,516] /u/Sswiftywolf had their submission removed for insufficient lambda. +[2020-08-15 15:30:13,973] /u/Sswiftywolf had their flair updated +[2020-08-15 15:30:36,030] There has been a new submission: 'Here is the best method to download and install Adobe after effect in windows, this is best video you ever found, and it's totally free, no need to crack+Lifetime activation.', with flair 'Video Critique' +[2020-08-15 15:30:37,789] /u/bunny110198 had their submission removed for insufficient lambda. +[2020-08-15 15:30:40,159] /u/bunny110198 had their flair updated +[2020-08-15 15:31:01,308] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 23 - Hostile Territory (The L...', with flair 'Gaming' +[2020-08-15 15:31:02,902] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-15 15:31:05,157] /u/CecliusPlaysHD had their flair updated +[2020-08-15 15:31:25,512] There has been a new submission: 'DRINKING ON THE JOB: Train Simulator World 2020', with flair 'Video Critique' +[2020-08-15 15:31:27,776] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 15:31:27,814] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 15:31:29,332] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5PvAB6B_sN0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:31:29,782] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdrOiLappWNEJLW6CQ2g_Ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:31:32,979] /u/AsunderSage672 had their flair updated +[2020-08-15 15:31:50,787] There has been a new submission: 'Video Editor at your service!', with flair 'Collab' +[2020-08-15 15:31:54,637] /u/aDudePerson had their flair updated +[2020-08-15 15:34:21,584] '/u/mofogenius_yt' has given '/u/LawlTHOR' lambda! +[2020-08-15 15:34:24,376] /u/LawlTHOR had their flair updated +[2020-08-15 15:38:38,770] There has been a new submission: 'Obama reich this time for real', with flair 'Vlog' +[2020-08-15 15:38:39,734] /u/feedy69 had their submission removed for insufficient lambda. +[2020-08-15 15:38:40,410] /u/feedy69 had their flair updated +[2020-08-15 15:38:59,655] There has been a new submission: 'Hitman | Bangkok | Kill Everyone | Professional Mode | No Starter Weapons', with flair 'Gaming' +[2020-08-15 15:39:00,876] /u/TRi993R_GAMiN9 had their submission removed for insufficient lambda. +[2020-08-15 15:39:01,492] /u/TRi993R_GAMiN9 had their flair updated +[2020-08-15 15:39:19,379] There has been a new submission: 'Two Ghosts - Harry Styles Acoustic Cover (CONSI)', with flair 'Video Critique' +[2020-08-15 15:39:20,404] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-15 15:39:20,936] /u/benconsidine had their flair updated +[2020-08-15 15:39:41,333] There has been a new submission: 'A STINKY, SMELLY, ROTTEN BURNT-UP HOUSE — CHECK IT OUT, GIVING LAMBDA FOR FEEDBACK (SHOULD BE OBVIOUS BUT SOME DON’T)', with flair 'Vlog' +[2020-08-15 15:39:45,265] /u/liamgrease had their submission removed for insufficient lambda. +[2020-08-15 15:39:46,248] /u/liamgrease had their flair updated +[2020-08-15 15:40:05,658] There has been a new submission: 'Algorithm and Keywords, how important?', with flair 'Discussion' +[2020-08-15 15:40:08,348] /u/keithgerone had their flair updated +[2020-08-15 15:40:30,875] There has been a new submission: 'From Co-op to PGWP A Journey You Have to Undertake. "Earn while you learn".', with flair 'Vlog' +[2020-08-15 15:40:32,474] /u/Elderberry-After had their submission removed for insufficient lambda. +[2020-08-15 15:40:34,806] /u/Elderberry-After had their flair updated +[2020-08-15 15:40:55,906] There has been a new submission: 'HELLO OFFICER - Check our my stupid 30 second video👍', with flair 'Video Critique' +[2020-08-15 15:40:57,545] /u/Bigezb04 had their submission removed for insufficient lambda. +[2020-08-15 15:40:59,824] /u/Bigezb04 had their flair updated +[2020-08-15 15:41:21,299] There has been a new submission: 'Toxicity', with flair 'Discussion' +[2020-08-15 15:41:25,103] /u/rondislap had their flair updated +[2020-08-15 15:41:45,261] There has been a new submission: 'I tried to Include IRL Camera Shots in this video and I would love some feedback!', with flair 'Video Critique' +[2020-08-15 15:41:46,528] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 15:41:46,530] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 15:41:47,918] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=85dD1aTat5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:41:48,330] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaLjS7Gp_lzSzryB9F-Kitg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 15:41:51,848] /u/Rubenazo1999 had their flair updated +[2020-08-15 15:43:32,216] '/u/mofogenius_yt' has given '/u/TheJustindsd' lambda! +[2020-08-15 15:43:34,960] /u/TheJustindsd had their flair updated +[2020-08-15 15:45:10,285] There has been a new submission: 'everyone sub 4 sub and comment on the vid for a shoutout and upvote 4 more subs', with flair 'Gaming' +[2020-08-15 15:45:12,780] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-15 15:45:14,216] /u/Stickbot04 had their flair updated +[2020-08-15 15:45:33,764] There has been a new submission: 'Cooking With Kids - Barley Water', with flair 'Video Critique' +[2020-08-15 15:45:34,874] /u/TheTurnipOfTerror had their submission removed for insufficient lambda. +[2020-08-15 15:45:36,434] /u/TheTurnipOfTerror had their flair updated +[2020-08-15 15:52:32,482] There has been a new submission: 'Why the Stock Market Always Crashes (Giving Lamda)', with flair 'Video Critique' +[2020-08-15 15:52:37,363] /u/InvictusTQ had their flair updated +[2020-08-15 15:53:44,002] There has been a new submission: 'Battle Of The Title “Sniper God”', with flair 'Gaming' +[2020-08-15 15:53:45,846] /u/GodsNotoriousProdigy had their submission removed for insufficient lambda. +[2020-08-15 15:53:47,700] /u/GodsNotoriousProdigy had their flair updated +[2020-08-15 15:56:08,750] '/u/mskibs' has given '/u/GhostySweep' lambda! +[2020-08-15 15:56:11,090] /u/GhostySweep had their flair updated +[2020-08-15 15:57:06,823] There has been a new submission: 'I want to hit a 1000 subs by the end of this month.', with flair 'Discussion' +[2020-08-15 15:57:08,497] /u/niroj-sama had their flair updated +[2020-08-15 15:57:36,152] '/u/mskibs' has given '/u/Brage2004Norway' lambda! +[2020-08-15 15:57:38,648] /u/Brage2004Norway had their flair updated +[2020-08-15 15:59:17,540] There has been a new submission: 'Rainbow six siege funny memes', with flair 'Gaming' +[2020-08-15 15:59:18,686] /u/pewdiepie-copy182 had their submission removed for insufficient lambda. +[2020-08-15 15:59:19,305] /u/pewdiepie-copy182 had their flair updated +[2020-08-15 16:00:12,890] There has been a new submission: 'Manchester City vs Lyon | UCL Quarter-Fina | PES20PC Prediction', with flair 'Gaming' +[2020-08-15 16:00:14,530] /u/eam_phal had their submission removed for insufficient lambda. +[2020-08-15 16:00:17,028] /u/eam_phal had their flair updated +[2020-08-15 16:14:03,875] '/u/Rubenazo1999' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 16:14:06,372] /u/ShikharTrivedi had their flair updated +[2020-08-15 16:17:14,055] There has been a new submission: 'I make Modern warfare stuff if ya interested', with flair 'Gaming' +[2020-08-15 16:17:15,338] /u/bruceAss666 had their submission removed for insufficient lambda. +[2020-08-15 16:17:16,609] /u/bruceAss666 had their flair updated +[2020-08-15 16:17:58,596] There has been a new submission: 'Bicycles everywhere!', with flair 'Vlog' +[2020-08-15 16:18:01,313] /u/Arsenio1991 had their submission removed for insufficient lambda. +[2020-08-15 16:18:02,951] /u/Arsenio1991 had their flair updated +[2020-08-15 16:18:21,334] There has been a new submission: 'Can Your First Video Go Viral?', with flair 'Discussion' +[2020-08-15 16:18:22,442] /u/WooWooHunter had their flair updated +[2020-08-15 16:21:38,446] '/u/AsunderSage672' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 16:21:41,388] /u/ShikharTrivedi had their flair updated +[2020-08-15 16:22:59,338] There has been a new submission: 'Would love some feedback on this skit I made! Experimenting with a new thumbnail so would like to know if it's too clickbaity/cringe, good, or bad - suggestions would be much appreciated!', with flair 'Video Critique' +[2020-08-15 16:23:02,203] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 16:23:02,205] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 16:23:03,388] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zTZ198fpccU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 16:23:03,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 16:23:07,031] /u/YaGuyAlex_yt had their flair updated +[2020-08-15 16:24:54,253] There has been a new submission: 'Guys scared to talk on dates.... Sign of insecurity and it makes it hard to make an imprint on a woman.... Ok be boring then', with flair 'Video Critique' +[2020-08-15 16:24:55,568] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-15 16:24:57,616] /u/MoxyApproved had their flair updated +[2020-08-15 16:26:07,877] '/u/Rubenazo1999' has given '/u/xxGioDudexx' lambda! +[2020-08-15 16:26:09,669] /u/xxGioDudexx had their flair updated +[2020-08-15 16:29:28,386] There has been a new submission: 'How to get the perfect body (INSTANT RESULTS)', with flair 'Video Critique' +[2020-08-15 16:29:29,736] /u/zhepsh had their submission removed for insufficient lambda. +[2020-08-15 16:29:30,394] /u/zhepsh had their flair updated +[2020-08-15 16:29:49,386] '/u/MrMoo-Youtube' has given '/u/WannabeProduce' lambda! +[2020-08-15 16:29:51,109] /u/WannabeProduce had their flair updated +[2020-08-15 16:31:37,386] '/u/MrMoo-Youtube' has given '/u/intrepidgrlventure' lambda! +[2020-08-15 16:31:40,224] /u/intrepidgrlventure had their flair updated +[2020-08-15 16:32:05,440] '/u/MrMoo-Youtube' has given '/u/prankstersnap' lambda! +[2020-08-15 16:32:07,937] /u/prankstersnap had their flair updated +[2020-08-15 16:32:48,561] '/u/Erenstein' has given '/u/mofogenius_yt' lambda! +[2020-08-15 16:32:51,185] /u/mofogenius_yt had their flair updated +[2020-08-15 16:33:15,281] '/u/mofogenius_yt' has given '/u/xxGioDudexx' lambda! +[2020-08-15 16:33:18,106] /u/xxGioDudexx had their flair updated +[2020-08-15 16:33:51,973] There has been a new submission: 'Multi game and anime video editing channel', with flair 'Channel Review' +[2020-08-15 16:33:53,369] /u/Zkinos had their submission removed for insufficient lambda. +[2020-08-15 16:33:55,256] /u/Zkinos had their flair updated +[2020-08-15 16:34:20,962] '/u/MrMoo-Youtube' has given '/u/liamgrease' lambda! +[2020-08-15 16:34:23,666] /u/liamgrease had their flair updated +[2020-08-15 16:35:01,650] '/u/mofogenius_yt' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 16:35:03,857] /u/ShikharTrivedi had their flair updated +[2020-08-15 16:37:05,369] There has been a new submission: 'Gaming News Channel', with flair 'Gaming' +[2020-08-15 16:37:08,154] /u/xxGioDudexx had their submission removed for insufficient lambda. +[2020-08-15 16:37:09,921] /u/xxGioDudexx had their flair updated +[2020-08-15 16:37:34,565] '/u/SalvoFiasco' has given '/u/AdvisedCelery' lambda! +[2020-08-15 16:37:36,899] /u/AdvisedCelery had their flair updated +[2020-08-15 16:37:55,136] '/u/YaGuyAlex_yt' has given '/u/ShikharTrivedi' lambda! +[2020-08-15 16:37:57,103] /u/ShikharTrivedi had their flair updated +[2020-08-15 16:39:04,201] There has been a new submission: 'Made a quick tutorial on how to beat slime climb in fall guys!', with flair 'Video Critique' +[2020-08-15 16:39:06,479] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 16:39:06,517] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 16:39:07,691] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FHGwn1cOV4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 16:39:08,019] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 16:39:09,695] /u/ShikharTrivedi had their flair updated +[2020-08-15 16:39:45,949] There has been a new submission: 'Gaming News Channel', with flair 'Discussion' +[2020-08-15 16:39:50,901] /u/xxGioDudexx had their flair updated +[2020-08-15 16:40:44,049] There has been a new submission: 'New YT channel in 2020??', with flair 'Discussion' +[2020-08-15 16:40:46,862] /u/vikq27 had their flair updated +[2020-08-15 16:41:11,594] '/u/YaGuyAlex_yt' has given '/u/sagarkpeace' lambda! +[2020-08-15 16:41:14,385] /u/sagarkpeace had their flair updated +[2020-08-15 16:42:23,762] There has been a new submission: '"THE QUIZ SET UP pt 2" - heres the second part video for my "ISOLATION DAY: ??? - The QUIZ SETUP!" , a video dedicated to trying to distract yourself/friends/family during this isolation period in this lockdown, check it out !!!', with flair 'Vlog' +[2020-08-15 16:42:26,098] /u/AKBangar had their submission removed for insufficient lambda. +[2020-08-15 16:42:28,770] /u/AKBangar had their flair updated +[2020-08-15 16:43:18,015] There has been a new submission: 'Can I get feed back on any of the videos on my channel??', with flair 'Video Critique' +[2020-08-15 16:43:20,179] /u/MaybeFaded- had their submission removed for insufficient lambda. +[2020-08-15 16:43:22,654] /u/MaybeFaded- had their flair updated +[2020-08-15 16:45:39,365] There has been a new submission: 'HitFilm Express', with flair 'Gaming' +[2020-08-15 16:45:42,681] /u/Fluffy_B0Y3 had their flair updated +[2020-08-15 16:46:42,729] +#################### +[Aug 15 2020 16:46:42] RESTARTED +#################### + +[2020-08-15 17:08:22,075] /u/sagarkpeace had their flair updated +[2020-08-15 17:32:13,661] There has been a new submission: 'This old cafe racer sounds like an F40', with flair 'Vlog' +[2020-08-15 17:32:16,446] /u/Blackers722 had their submission removed for insufficient lambda. +[2020-08-15 17:32:18,409] /u/Blackers722 had their flair updated +[2020-08-15 17:32:38,046] There has been a new submission: 'Humorous vs. Serious content?', with flair 'Discussion' +[2020-08-15 17:32:40,344] /u/gparleg had their flair updated +[2020-08-15 17:34:56,730] '/u/YaGuyAlex_yt' has given '/u/DarkSide753' lambda! +[2020-08-15 17:34:59,477] /u/DarkSide753 had their flair updated +[2020-08-15 17:35:20,173] '/u/ShikharTrivedi' has given '/u/BAMGaming_' lambda! +[2020-08-15 17:35:21,588] /u/BAMGaming_ had their flair updated +[2020-08-15 17:37:29,540] '/u/mofogenius_yt' has given '/u/TheLuiginator' lambda! +[2020-08-15 17:37:31,670] /u/TheLuiginator had their flair updated +[2020-08-15 17:37:51,390] '/u/AsunderSage672' has given '/u/DarkSide753' lambda! +[2020-08-15 17:37:53,691] /u/DarkSide753 had their flair updated +[2020-08-15 17:39:14,337] There has been a new submission: 'Folklore hunter: chasing this monster does not go according to plan', with flair 'Video Critique' +[2020-08-15 17:39:15,403] /u/pinnaclegaming132 had their submission removed for insufficient lambda. +[2020-08-15 17:39:16,016] /u/pinnaclegaming132 had their flair updated +[2020-08-15 17:39:34,825] There has been a new submission: 'I’m fairly new to YouTube and really want to work on improving my content and growing my presence. Any tips or critique would be much appreciated', with flair 'Video Critique' +[2020-08-15 17:39:36,053] /u/Vashtita-Self-Love- had their submission removed for insufficient lambda. +[2020-08-15 17:39:36,586] /u/Vashtita-Self-Love- had their flair updated +[2020-08-15 17:39:57,115] There has been a new submission: 'Can i get help for youtube channel ideas', with flair 'Discussion' +[2020-08-15 17:39:58,259] /u/ApprehensiveOffice57 had their flair updated +[2020-08-15 17:40:17,148] There has been a new submission: '"How to date in an Apocalypse" - I'm The Clever Queer, a new LGBTQ channel. I'm so proud of my first video and its performance so far! Please share any feedback you have, I'd really like to hear from you guys. :)', with flair 'Video Critique' +[2020-08-15 17:40:18,786] /u/NeoshadowXC had their submission removed for insufficient lambda. +[2020-08-15 17:40:21,162] /u/NeoshadowXC had their flair updated +[2020-08-15 17:40:41,594] There has been a new submission: 'I just posted a short glimpse of life in Croatia, this time in an adventure park. I would love some feedback!', with flair 'Video Critique' +[2020-08-15 17:40:44,412] /u/mostlynadia had their submission removed for insufficient lambda. +[2020-08-15 17:40:47,288] /u/mostlynadia had their flair updated +[2020-08-15 17:41:07,673] There has been a new submission: 'Love from Asia ❤ Started my youtube channel. Appreciate any feedback at all. Video features DSLR + Drone footage.', with flair 'Vlog' +[2020-08-15 17:41:09,808] /u/jeremytlau_ had their submission removed for insufficient lambda. +[2020-08-15 17:41:12,063] /u/jeremytlau_ had their flair updated +[2020-08-15 17:41:33,365] There has been a new submission: 'come thrift with me + try on thrift haul', with flair 'Vlog' +[2020-08-15 17:41:35,244] /u/SarahAliza had their submission removed for insufficient lambda. +[2020-08-15 17:41:37,378] /u/SarahAliza had their flair updated +[2020-08-15 17:41:59,011] There has been a new submission: 'part one of a minecraft funny moments series, what do you guys think?', with flair 'Video Critique' +[2020-08-15 17:42:01,696] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 17:42:01,735] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 17:42:03,405] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3v_0tgVOkAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 17:42:03,936] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_fwmlFz4nkfyMCosVHFJsA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 17:42:07,375] /u/DarkSide753 had their flair updated +[2020-08-15 17:47:18,440] '/u/Djbernie805' has given '/u/LawlTHOR' lambda! +[2020-08-15 17:47:20,863] /u/LawlTHOR had their flair updated +[2020-08-15 17:47:56,849] '/u/Djbernie805' has given '/u/intrepidgrlventure' lambda! +[2020-08-15 17:47:59,193] /u/intrepidgrlventure had their flair updated +[2020-08-15 17:48:18,000] '/u/MrCarsone' has given '/u/Brage2004Norway' lambda! +[2020-08-15 17:48:20,290] /u/Brage2004Norway had their flair updated +[2020-08-15 17:48:40,836] '/u/MrCarsone' has given '/u/intrepidgrlventure' lambda! +[2020-08-15 17:48:43,623] /u/intrepidgrlventure had their flair updated +[2020-08-15 17:49:23,969] '/u/MrCarsone' has given '/u/LawlTHOR' lambda! +[2020-08-15 17:49:26,102] /u/LawlTHOR had their flair updated +[2020-08-15 17:50:04,535] There has been a new submission: 'Bot Comments', with flair 'Discussion' +[2020-08-15 17:50:07,764] /u/LittleLuigiYT had their flair updated +[2020-08-15 17:52:58,783] There has been a new submission: 'My First Attempt to Beat Dream's World Record!', with flair 'Video Critique' +[2020-08-15 17:53:01,508] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 17:53:01,587] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 17:53:03,020] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e73lQIEa6fk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 17:53:03,471] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCELQmf-Rr7HIAaH-hBF3ovg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 17:53:06,824] /u/LawlTHOR had their flair updated +[2020-08-15 17:53:50,785] There has been a new submission: 'Wasn't Expecting Her to Subscribe Right at her own Garage Sale...', with flair 'Video Critique' +[2020-08-15 17:53:52,221] /u/WilcoxResell had their submission removed for insufficient lambda. +[2020-08-15 17:53:53,984] /u/WilcoxResell had their flair updated +[2020-08-15 17:58:07,797] '/u/ShikharTrivedi' has given '/u/dankbak' lambda! +[2020-08-15 17:58:09,927] /u/dankbak had their flair updated +[2020-08-15 17:59:33,826] There has been a new submission: 'Some tips, and good habits I've learned on the way to 17K (16.6k atm).', with flair 'Discussion' +[2020-08-15 17:59:36,493] /u/deejayjeanp had their flair updated +[2020-08-15 18:01:00,724] There has been a new submission: 'Looking for constructive feedback on my latest video for my series Channel Review!', with flair 'Video Critique' +[2020-08-15 18:01:02,442] /u/Brellince had their submission removed for insufficient lambda. +[2020-08-15 18:01:04,693] /u/Brellince had their flair updated +[2020-08-15 18:03:04,719] '/u/mofogenius_yt' has given '/u/Zais_Improvements' lambda! +[2020-08-15 18:03:07,583] /u/Zais_Improvements had their flair updated +[2020-08-15 18:03:53,885] '/u/mofogenius_yt' has given '/u/dankbak' lambda! +[2020-08-15 18:03:56,888] /u/dankbak had their flair updated +[2020-08-15 18:06:55,351] There has been a new submission: 'Let me know what you think thanks', with flair 'Video Critique' +[2020-08-15 18:06:56,659] /u/harley47117 had their submission removed for insufficient lambda. +[2020-08-15 18:06:57,929] /u/harley47117 had their flair updated +[2020-08-15 18:10:13,022] '/u/nnnishal' has given '/u/intrepidgrlventure' lambda! +[2020-08-15 18:10:15,970] /u/intrepidgrlventure had their flair updated +[2020-08-15 18:24:20,570] There has been a new submission: 'LIBEREI A CORDITE RÁPIDO APELONA NO COD MOBILE', with flair 'Gaming' +[2020-08-15 18:24:21,992] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-15 18:24:23,829] /u/MulberryNo1582 had their flair updated +[2020-08-15 18:32:40,214] There has been a new submission: 'Dreams Most Iconic Moments - Final Episode', with flair 'Gaming' +[2020-08-15 18:32:42,145] /u/AshBW had their submission removed for insufficient lambda. +[2020-08-15 18:32:44,235] /u/AshBW had their flair updated +[2020-08-15 18:36:40,409] '/u/ShikharTrivedi' has given '/u/196423' lambda! +[2020-08-15 18:36:42,873] /u/196423 had their flair updated +[2020-08-15 18:38:03,394] '/u/DarkSide753' has given '/u/BAMGaming_' lambda! +[2020-08-15 18:38:05,767] /u/BAMGaming_ had their flair updated +[2020-08-15 18:41:31,023] There has been a new submission: 'CHECK OUT MY LIVE! IM LIVE', with flair 'Gaming' +[2020-08-15 18:41:32,911] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-15 18:41:35,184] /u/TntThiefGamerYT had their flair updated +[2020-08-15 18:46:44,564] +#################### +[Aug 15 2020 18:46:44] RESTARTED +#################### + +[2020-08-15 19:32:07,870] There has been a new submission: 'We have waited for this announcement for almost three months! Naturally, when it finally (and unexpectedly) came along, I had to make a video immediately! I think in my almost 1 year of youtube, this is the most excited I’ve ever been for a video! Looking for all kinds of critique, do your worst!', with flair 'Video Critique' +[2020-08-15 19:32:11,678] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 19:32:11,680] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 19:32:12,989] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HHtw7YvI7Po&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 19:32:13,646] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjWDVkJEOkXnQ-hPoLmP7jg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 19:32:16,922] /u/BAMGaming_ had their flair updated +[2020-08-15 19:32:37,689] There has been a new submission: 'ASMR | LAYERED SOUNDS ⛲️ Gum Chewing with Fast & Aggressive Tapping ⛲️ #Sleep #ACMP #QueenofPops', with flair 'Video Critique' +[2020-08-15 19:32:39,375] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-15 19:32:41,299] /u/tballs2003 had their flair updated +[2020-08-15 19:33:00,613] There has been a new submission: 'Channel', with flair 'Gaming' +[2020-08-15 19:33:02,416] /u/Habitual27 had their submission removed for insufficient lambda. +[2020-08-15 19:33:04,216] /u/Habitual27 had their flair updated +[2020-08-15 19:33:24,996] There has been a new submission: 'Week old channel', with flair 'Channel Review' +[2020-08-15 19:33:26,707] /u/dfoot1995 had their submission removed for insufficient lambda. +[2020-08-15 19:33:28,470] /u/dfoot1995 had their flair updated +[2020-08-15 19:34:38,979] '/u/ShikharTrivedi' has given '/u/AndrewRSTN' lambda! +[2020-08-15 19:34:41,399] /u/AndrewRSTN had their flair updated +[2020-08-15 19:35:23,123] '/u/mofogenius_yt' has given '/u/196423' lambda! +[2020-08-15 19:35:25,041] /u/196423 had their flair updated +[2020-08-15 19:37:51,249] There has been a new submission: 'He is easy to farm for that combat art he has', with flair 'Gaming' +[2020-08-15 19:37:53,540] /u/therealmcking had their submission removed for insufficient lambda. +[2020-08-15 19:37:54,487] /u/therealmcking had their flair updated +[2020-08-15 19:38:11,138] There has been a new submission: 'Hello there, Highlight from the beautiful game "Escape From Tarkov" you can seen funny moment & epic moments. please subscribe if you like it and share thank you', with flair 'Gaming' +[2020-08-15 19:38:12,077] /u/wtftarkovmoments had their submission removed for insufficient lambda. +[2020-08-15 19:38:12,858] /u/wtftarkovmoments had their flair updated +[2020-08-15 19:38:31,008] There has been a new submission: 'My story of reaching 1k subs 4K watch time', with flair 'Discussion' +[2020-08-15 19:38:32,075] /u/ldkcalisthenics had their flair updated +[2020-08-15 19:38:49,095] There has been a new submission: '[Hazbin Hotel Song] Silva Hound feat. Michael Kovach & Chi-Chi - Addict (Lyric Video)', with flair 'Video Critique' +[2020-08-15 19:38:50,000] /u/Nico_Viper had their submission removed for insufficient lambda. +[2020-08-15 19:38:50,735] /u/Nico_Viper had their flair updated +[2020-08-15 19:39:28,656] '/u/mofogenius_yt' has given '/u/ameixarocha' lambda! +[2020-08-15 19:39:31,111] /u/ameixarocha had their flair updated +[2020-08-15 19:40:56,872] There has been a new submission: 'My golden rule I follow for content creating', with flair 'None' +[2020-08-15 19:40:58,845] /u/Soulesslaplace had their submission removed for insufficient lambda. +[2020-08-15 19:41:01,098] /u/Soulesslaplace had their flair updated +[2020-08-15 19:41:42,389] There has been a new submission: 'Hey guys im a new youtuber and would appreciate it if you could check out my channel Bike Media. I do mtb videos where i ride trails and other things like wheeling, bike review and upgrading bike parts.', with flair 'Channel Review' +[2020-08-15 19:41:44,076] /u/CRIPTIK_YT had their submission removed for insufficient lambda. +[2020-08-15 19:41:46,203] /u/CRIPTIK_YT had their flair updated +[2020-08-15 19:42:33,765] There has been a new submission: 'Captain America trying to adjust in the world deleted scene!! Shows us his internal struggle and personal tragedy and also shows the official propaganda footage of cap in ww2 which is always a treat! Stan Lee cameo is so much better here! Shame it was removed!!', with flair 'Video Critique' +[2020-08-15 19:42:35,401] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-15 19:42:37,540] /u/deepakdknayak had their flair updated +[2020-08-15 19:43:18,409] There has been a new submission: '*WORKING* FREE ELITES AND DIAMOND CAMO RAINBOW SIX', with flair 'Video Critique' +[2020-08-15 19:43:19,794] /u/Number02Potato had their submission removed for insufficient lambda. +[2020-08-15 19:43:21,629] /u/Number02Potato had their flair updated +[2020-08-15 19:51:09,385] There has been a new submission: 'YouTube Producer 1st Sound Pack Review Video!', with flair 'Vlog' +[2020-08-15 19:51:11,059] /u/Prod_byguttaskum had their submission removed for insufficient lambda. +[2020-08-15 19:51:13,318] /u/Prod_byguttaskum had their flair updated +[2020-08-15 19:52:08,359] There has been a new submission: 'First attempt at a haunted investigation video', with flair 'None' +[2020-08-15 19:52:10,654] /u/iam_sush had their submission removed for insufficient lambda. +[2020-08-15 19:52:13,397] /u/iam_sush had their flair updated +[2020-08-15 19:52:38,612] '/u/YaGuyAlex_yt' has given '/u/AndrewRSTN' lambda! +[2020-08-15 19:52:41,236] /u/AndrewRSTN had their flair updated +[2020-08-15 19:56:27,201] There has been a new submission: 'Im a new youtuber and have recently started uploading comment below to let me know what you want to see on the channel i do mtb videos my bike is in the process of being fixed so uploads will continue soon', with flair 'Channel Review' +[2020-08-15 19:56:28,433] /u/CRIPTIK_YT had their submission removed for insufficient lambda. +[2020-08-15 19:56:29,745] /u/CRIPTIK_YT had their flair updated +[2020-08-15 19:58:33,889] '/u/BAMGaming_' has given '/u/ElderTerdkin' lambda! +[2020-08-15 19:58:35,980] /u/ElderTerdkin had their flair updated +[2020-08-15 19:59:41,083] There has been a new submission: 'My goal was chaotic entertainment:', with flair 'Video Critique' +[2020-08-15 19:59:42,840] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 19:59:42,842] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 19:59:44,679] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GaDZNkXPDXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 19:59:45,050] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9p4LqJb1G1O5-7TBt1sbdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 19:59:48,193] /u/LMAOyeetzedong had their flair updated +[2020-08-15 20:00:31,986] There has been a new submission: 'Looking for a partner on my channel, you host let's plays or other kind of videos and keep all earnings. I provide all the support.', with flair 'Gaming' +[2020-08-15 20:00:34,412] /u/spector111 had their submission removed for insufficient lambda. +[2020-08-15 20:00:37,314] /u/spector111 had their flair updated +[2020-08-15 20:05:06,631] There has been a new submission: 'Inukshuk by the Lake (Relaxing Nature video and Sounds)', with flair 'Video Critique' +[2020-08-15 20:05:08,105] /u/KratomitesBoulderers had their submission removed for insufficient lambda. +[2020-08-15 20:05:09,718] /u/KratomitesBoulderers had their flair updated +[2020-08-15 20:05:18,761] '/u/DTV998' has given '/u/rana1973' lambda! +[2020-08-15 20:05:20,318] /u/rana1973 had their flair updated +[2020-08-15 20:23:15,010] There has been a new submission: 'Trying something new for my channel. Starting up a Let’s Play Series!', with flair 'Gaming' +[2020-08-15 20:23:16,769] /u/StallingJ had their submission removed for insufficient lambda. +[2020-08-15 20:23:18,818] /u/StallingJ had their flair updated +[2020-08-15 20:26:42,848] There has been a new submission: 'Name suggestions for a photo editing YouTube channel?', with flair 'Discussion' +[2020-08-15 20:26:44,481] /u/STROBE_101 had their flair updated +[2020-08-15 20:27:05,061] There has been a new submission: 'Looking for a partner on my channel, you host let's plays or other kind of videos and keep all earnings. I provide all the support.', with flair 'Collab' +[2020-08-15 20:27:08,583] /u/spector111 had their flair updated +[2020-08-15 20:43:15,770] '/u/LMAOyeetzedong' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-15 20:43:18,398] /u/HookedOnAFeeling360 had their flair updated +[2020-08-15 20:46:43,048] +#################### +[Aug 15 2020 20:46:43] RESTARTED +#################### + +[2020-08-15 21:19:36,275] Starting every day program... +[2020-08-15 21:19:36,397] Updating database statistics... +[2020-08-15 21:19:42,271] Posting and updating wiki... +[2020-08-15 21:20:17,317] Formatting leaderboard... +[2020-08-15 21:20:17,447] Updating sidebar... +[2020-08-15 21:20:19,170] Updated in new reddit... +[2020-08-15 21:20:23,741] Updated in old reddit... +[2020-08-15 21:20:23,742] Completed. +[2020-08-15 21:25:17,424] There has been a new submission: 'Secret Skaters Revealed! - Tony Hawk's Pro Skater 1 + 2', with flair 'Gaming' +[2020-08-15 21:25:24,734] /u/STEALTHY_JD had their submission removed for insufficient lambda. +[2020-08-15 21:25:26,091] /u/STEALTHY_JD had their flair updated +[2020-08-15 21:27:57,327] There has been a new submission: 'Taking a LIVE COVID-19 Test!', with flair 'Vlog' +[2020-08-15 21:27:58,233] /u/BaSicMomof2 had their submission removed for insufficient lambda. +[2020-08-15 21:27:59,095] /u/BaSicMomof2 had their flair updated +[2020-08-15 21:28:16,362] There has been a new submission: 'Into the Sewers! | Resident Evil 3 let's play [Gwen Plays Games]', with flair 'Gaming' +[2020-08-15 21:28:17,268] /u/SpiderGwebPlays had their submission removed for insufficient lambda. +[2020-08-15 21:28:18,043] /u/SpiderGwebPlays had their flair updated +[2020-08-15 21:28:34,724] There has been a new submission: 'Hey guys. Would love some feedback and support. Let's all throw together', with flair 'Channel Review' +[2020-08-15 21:28:35,746] /u/bynoe316 had their submission removed for insufficient lambda. +[2020-08-15 21:28:36,446] /u/bynoe316 had their flair updated +[2020-08-15 21:29:53,076] There has been a new submission: 'Japan Sinks 2020's Hidden Message let me know what y’all think!!!', with flair 'Video Critique' +[2020-08-15 21:29:54,266] /u/BasedBuffet had their submission removed for insufficient lambda. +[2020-08-15 21:29:55,088] /u/BasedBuffet had their flair updated +[2020-08-15 21:38:48,095] There has been a new submission: 'STOLEN MEMES COMPILATION #1', with flair 'Video Critique' +[2020-08-15 21:38:50,233] /u/ContentFinesse had their submission removed for insufficient lambda. +[2020-08-15 21:38:51,135] /u/ContentFinesse had their flair updated +[2020-08-15 21:47:59,665] There has been a new submission: 'Mission Accomplised: Just hit 1000 subs and 10,000 watch hours. Eligible for monetization.', with flair 'Discussion' +[2020-08-15 21:48:04,042] /u/iFaisalKarim had their flair updated +[2020-08-15 21:48:39,872] There has been a new submission: 'How to Start off GREAT', with flair 'Discussion' +[2020-08-15 21:48:40,975] /u/PinkMachineAxolotl had their flair updated +[2020-08-15 21:51:25,697] There has been a new submission: 'Ronald McDonald goes to burger king', with flair 'Video Critique' +[2020-08-15 21:51:27,377] /u/TallFlamingo1111 had their submission removed for insufficient lambda. +[2020-08-15 21:51:29,628] /u/TallFlamingo1111 had their flair updated +[2020-08-15 21:58:34,899] There has been a new submission: 'Is this video funny enough? Is it too long? Is the audio quality good? Thanks for your help guys', with flair 'Video Critique' +[2020-08-15 21:58:36,176] /u/asimpler had their submission removed for insufficient lambda. +[2020-08-15 21:58:37,156] /u/asimpler had their flair updated +[2020-08-15 21:58:59,776] There has been a new submission: 'MUST HAVE BABY ESSENTIALS | 0M-12M STAGE | MOM OF TWO | MOST USED BABY PRODUCTS', with flair 'Vlog' +[2020-08-15 21:59:00,628] /u/jaylina2023 had their submission removed for insufficient lambda. +[2020-08-15 21:59:01,367] /u/jaylina2023 had their flair updated +[2020-08-15 22:00:37,501] There has been a new submission: 'I want to make short funny skits but no one is searching for it, how do i get people to see it?', with flair 'Discussion' +[2020-08-15 22:00:40,411] /u/coolboyyobro had their flair updated +[2020-08-15 22:12:08,645] There has been a new submission: 'New video coming tomorrow so go subscribe and hit the notification bell!', with flair 'Channel Review' +[2020-08-15 22:12:10,161] /u/DayNotAverage had their submission removed for insufficient lambda. +[2020-08-15 22:12:12,256] /u/DayNotAverage had their flair updated +[2020-08-15 22:13:34,889] /u/MeruemLove had their flair updated +[2020-08-15 22:16:58,687] There has been a new submission: 'People who make 4-5-6 minute videos, whats your average audience retention and what type of content do you make.', with flair 'Discussion' +[2020-08-15 22:17:02,232] /u/bigni44a had their flair updated +[2020-08-15 22:19:54,874] There has been a new submission: 'I made this 2K tutorial on the best jumpshots after the latest patch! Could anybody possibly give me feedback on the post?', with flair 'Video Critique' +[2020-08-15 22:19:55,738] /u/tjcoolmoss had their submission removed for insufficient lambda. +[2020-08-15 22:19:56,331] /u/tjcoolmoss had their flair updated +[2020-08-15 22:20:48,371] '/u/AsunderSage672' has given '/u/196423' lambda! +[2020-08-15 22:20:51,240] /u/196423 had their flair updated +[2020-08-15 22:21:17,693] '/u/AsunderSage672' has given '/u/cav_1' lambda! +[2020-08-15 22:21:20,965] /u/cav_1 had their flair updated +[2020-08-15 22:22:46,473] There has been a new submission: 'Giving out lambda to all helpful feedback! Here's a tutorial I made on painting clouds in Photoshop! Thanks in advance to anyone who watches! :)', with flair 'Video Critique' +[2020-08-15 22:22:48,028] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 22:22:48,069] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 22:22:49,379] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=z3SOMzILrZM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 22:22:49,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY92HJBszg1wY5B9T4rZjoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 22:22:52,782] /u/196423 had their flair updated +[2020-08-15 22:29:11,018] '/u/YaGuyAlex_yt' has given '/u/cav_1' lambda! +[2020-08-15 22:29:12,978] /u/cav_1 had their flair updated +[2020-08-15 22:34:40,862] There has been a new submission: 'Skits', with flair 'Discussion' +[2020-08-15 22:34:42,820] /u/TanklessGem877 had their flair updated +[2020-08-15 22:35:02,873] /u/SmallYTChannelBot had their flair updated +[2020-08-15 22:35:04,471] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-15 22:36:00,636] '/u/SpiderGwebPlays' has given '/u/196423' lambda! +[2020-08-15 22:36:03,171] /u/196423 had their flair updated +[2020-08-15 22:36:25,333] '/u/SpiderGwebPlays' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-15 22:36:27,548] /u/HookedOnAFeeling360 had their flair updated +[2020-08-15 22:37:22,508] There has been a new submission: 'Keep your stick on the ice', with flair 'Vlog' +[2020-08-15 22:37:24,720] /u/Adventurous_Lemon_33 had their submission removed for insufficient lambda. +[2020-08-15 22:37:25,869] /u/Adventurous_Lemon_33 had their flair updated +[2020-08-15 22:41:19,880] There has been a new submission: 'How do I deal with all of the hate?', with flair 'Discussion' +[2020-08-15 22:41:23,893] /u/KaiKunai had their flair updated +[2020-08-15 22:46:44,496] +#################### +[Aug 15 2020 22:46:44] RESTARTED +#################### + +[2020-08-15 23:22:43,236] There has been a new submission: 'Hey! I'm a starting tiny channel and I just made a Vaporwave song. Please come check it out!', with flair 'Art' +[2020-08-15 23:22:45,662] /u/UmbrellaSyrup1 had their submission removed for insufficient lambda. +[2020-08-15 23:22:47,507] /u/UmbrellaSyrup1 had their flair updated +[2020-08-15 23:23:06,075] There has been a new submission: 'So I'm trying to make these videos my new norm...suggestions?', with flair 'Video Critique' +[2020-08-15 23:23:08,088] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 23:23:08,128] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 23:23:09,360] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DaIRNXnUTCo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:23:09,810] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3KHLCqC1WbcSLp48E2HuGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:23:13,129] /u/HookedOnAFeeling360 had their flair updated +[2020-08-15 23:23:32,414] There has been a new submission: 'Is it funny? Is sound quality good? Is it too long?? Thanks for the review', with flair 'Video Critique' +[2020-08-15 23:23:33,685] /u/asimpler had their submission removed for insufficient lambda. +[2020-08-15 23:23:35,486] /u/asimpler had their flair updated +[2020-08-15 23:23:53,736] There has been a new submission: 'Would love some comments/Critiques on my latest video "DON'T Legalize it: Why Weed is Very Bad!" This was my first time attempting such a SFX heavy video. Would do you guys think? (LAMBDA for genuine critiques and comments)', with flair 'Video Critique' +[2020-08-15 23:23:56,184] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 23:23:56,186] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 23:23:57,371] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ja1cYQ6ZZM8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:23:57,778] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:24:00,455] /u/TeamRemavi had their flair updated +[2020-08-15 23:24:19,870] There has been a new submission: 'Making and driving a ssto veichle,along with spacewalking in sr2.better quality vids coming soon', with flair 'Gaming' +[2020-08-15 23:24:21,332] /u/slorvender had their submission removed for insufficient lambda. +[2020-08-15 23:24:22,921] /u/slorvender had their flair updated +[2020-08-15 23:25:17,824] '/u/196423' has given '/u/vakda' lambda! +[2020-08-15 23:25:20,361] /u/vakda had their flair updated +[2020-08-15 23:25:54,057] '/u/mskibs' has given '/u/DarkSide753' lambda! +[2020-08-15 23:25:56,440] /u/DarkSide753 had their flair updated +[2020-08-15 23:26:15,738] '/u/LMAOyeetzedong' has given '/u/196423' lambda! +[2020-08-15 23:26:18,243] /u/196423 had their flair updated +[2020-08-15 23:28:34,090] '/u/MrMoo-Youtube' has given '/u/AndrewRSTN' lambda! +[2020-08-15 23:28:36,389] /u/AndrewRSTN had their flair updated +[2020-08-15 23:29:23,007] '/u/196423' has given '/u/SpiderGwebPlays' lambda! +[2020-08-15 23:29:24,855] /u/SpiderGwebPlays had their flair updated +[2020-08-15 23:31:28,587] '/u/DarkSide753' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-15 23:31:31,581] /u/HookedOnAFeeling360 had their flair updated +[2020-08-15 23:32:21,455] '/u/YaGuyAlex_yt' has given '/u/SpiderGwebPlays' lambda! +[2020-08-15 23:32:23,957] /u/SpiderGwebPlays had their flair updated +[2020-08-15 23:33:44,234] '/u/DarkSide753' has given '/u/196423' lambda! +[2020-08-15 23:33:46,614] /u/196423 had their flair updated +[2020-08-15 23:35:14,149] There has been a new submission: 'How should I promote one of my new videos?', with flair 'Discussion' +[2020-08-15 23:35:15,739] /u/Vova_xX had their flair updated +[2020-08-15 23:35:21,361] There has been a new submission: 'I just uploaded a video and i feel like i need some good tips to improve || Lovers in a Dangerous Spactime! - Orangecreem', with flair 'Video Critique' +[2020-08-15 23:35:21,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-15 23:35:21,655] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-15 23:35:21,931] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=X-JiHXhJlBg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:35:22,143] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_hSAF1wqe7l1LatLe7qmyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-15 23:35:23,884] /u/0_R_A_N_G_E had their flair updated +[2020-08-15 23:35:43,704] There has been a new submission: 'Subscribe', with flair 'Art' +[2020-08-15 23:35:45,071] /u/Ak47nrth47 had their submission removed for insufficient lambda. +[2020-08-15 23:35:46,510] /u/Ak47nrth47 had their flair updated +[2020-08-15 23:36:05,375] There has been a new submission: 'Small youtubers', with flair 'Discussion' +[2020-08-15 23:36:06,808] /u/jcc2421 had their flair updated +[2020-08-15 23:36:25,329] There has been a new submission: 'Subscribe to my YouTube channel', with flair 'Channel Review' +[2020-08-15 23:36:26,517] /u/rawanarafat1 had their submission removed for insufficient lambda. +[2020-08-15 23:36:27,702] /u/rawanarafat1 had their flair updated +[2020-08-15 23:36:44,988] There has been a new submission: 'Community Tab questions', with flair 'Discussion' +[2020-08-15 23:36:47,241] /u/SimonCaine had their flair updated +[2020-08-15 23:37:04,924] There has been a new submission: 'Still working on my editing can you guys tell me what you think?!', with flair 'Channel Review' +[2020-08-15 23:37:06,853] /u/Yat_Rat had their submission removed for insufficient lambda. +[2020-08-15 23:37:08,660] /u/Yat_Rat had their flair updated +[2020-08-15 23:39:10,352] '/u/illicit816' has given '/u/Boomer_Warfare' lambda! +[2020-08-15 23:39:12,281] /u/Boomer_Warfare had their flair updated +[2020-08-15 23:40:18,540] There has been a new submission: 'Let me know what you think!', with flair 'Video Critique' +[2020-08-15 23:40:20,215] /u/Primeletics had their submission removed for insufficient lambda. +[2020-08-15 23:40:22,632] /u/Primeletics had their flair updated +[2020-08-15 23:40:42,622] There has been a new submission: 'WE EXPLORED ONE OF THE OLDEST FACTORIES IN THE USA!!', with flair 'Vlog' +[2020-08-15 23:40:44,482] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-15 23:40:46,812] /u/bubenator10 had their flair updated +[2020-08-15 23:41:10,410] There has been a new submission: 'Support me', with flair 'Channel Review' +[2020-08-15 23:41:12,042] /u/WholeLottaTweakin had their submission removed for insufficient lambda. +[2020-08-15 23:41:14,297] /u/WholeLottaTweakin had their flair updated +[2020-08-15 23:42:40,337] There has been a new submission: 'Gaming vids like funnnymoments, game play videos, lp's etc. Plz tell me how I could improve', with flair 'Gaming' +[2020-08-15 23:42:41,868] /u/infinitegfuelshakers had their submission removed for insufficient lambda. +[2020-08-15 23:42:43,818] /u/infinitegfuelshakers had their flair updated +[2020-08-15 23:44:20,437] There has been a new submission: 'ROBLOX Funny Moments - Extreme Rage', with flair 'Video Critique' +[2020-08-15 23:44:21,740] /u/adsluck56 had their submission removed for insufficient lambda. +[2020-08-15 23:44:23,460] /u/adsluck56 had their flair updated +[2020-08-15 23:46:51,055] '/u/HookedOnAFeeling360' has given '/u/SpiderGwebPlays' lambda! +[2020-08-15 23:46:53,599] /u/SpiderGwebPlays had their flair updated +[2020-08-15 23:48:04,430] There has been a new submission: 'What a difference music makes...(#3)', with flair 'Art' +[2020-08-15 23:48:06,107] /u/Havealook123 had their submission removed for insufficient lambda. +[2020-08-15 23:48:07,050] /u/Havealook123 had their flair updated +[2020-08-15 23:51:02,325] There has been a new submission: 'Check out my garbage ass review on some Creatine. New behind the camera so don’t flame me lol.', with flair 'Channel Review' +[2020-08-15 23:51:04,019] /u/dickbob22 had their submission removed for insufficient lambda. +[2020-08-15 23:51:06,428] /u/dickbob22 had their flair updated +[2020-08-15 23:56:36,969] There has been a new submission: 'Just wanted to share my latest video! I know I have some improvements to make, but I've improved a ton throughout my process. Just looking for some thoughts! please be nice :)', with flair 'Gaming' +[2020-08-15 23:56:38,240] /u/TheRealTenpro had their submission removed for insufficient lambda. +[2020-08-15 23:56:39,616] /u/TheRealTenpro had their flair updated +[2020-08-16 00:08:00,800] '/u/MacSiderman' has given '/u/infinitegfuelshakers' lambda! +[2020-08-16 00:08:02,231] /u/infinitegfuelshakers had their flair updated +[2020-08-16 00:08:43,063] There has been a new submission: 'Keeping us muso's out of trouble and making cool covers of songs we love. Arthur's Theme by Christopher Cross - cover by Duke Music featuring amazing Sax player Chris Gable.', with flair 'Art' +[2020-08-16 00:08:44,125] /u/dukemusicau had their submission removed for insufficient lambda. +[2020-08-16 00:08:44,991] /u/dukemusicau had their flair updated +[2020-08-16 00:11:31,160] There has been a new submission: 'Did my first collab with a another newtuber (u/TheDidget) I met actually in this sub! Please let me know how it turned out. Specifically with chemistry, amount of editing (sound and visual effects), and if there were any lull moments. Thanks guys! Lambda for feedback as always and much love for like', with flair 'Video Critique' +[2020-08-16 00:11:33,539] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 00:11:33,541] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 00:11:34,812] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uFUR47o3kmI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 00:11:35,347] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 00:11:39,115] /u/Brandonator247 had their flair updated +[2020-08-16 00:16:57,945] '/u/DarkSide753' has given '/u/heaxenly' lambda! +[2020-08-16 00:16:59,788] /u/heaxenly had their flair updated +[2020-08-16 00:26:40,960] There has been a new submission: 'Making People Dance For $500000 in Car Parking Multiplayer', with flair 'Gaming' +[2020-08-16 00:26:42,348] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-08-16 00:26:43,825] /u/essencially_essence had their flair updated +[2020-08-16 00:36:48,265] There has been a new submission: 'I post guitar covers in youtube and i want to know your feedback on this video. Do I need to improve anything? Lighting? Quality? Or Audio?', with flair 'Video Critique' +[2020-08-16 00:36:49,580] /u/leBz_Patrick had their submission removed for insufficient lambda. +[2020-08-16 00:36:51,092] /u/leBz_Patrick had their flair updated +[2020-08-16 00:44:23,775] There has been a new submission: 'Just started a Gaming channel,would appreciate if you guys went and checked it out.', with flair 'Gaming' +[2020-08-16 00:44:25,165] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-08-16 00:44:27,012] /u/essencially_essence had their flair updated +[2020-08-16 00:45:19,596] There has been a new submission: 'The Black Eyed Children | Feature Length Film (imo)', with flair 'Vlog' +[2020-08-16 00:45:21,067] /u/Craymander had their submission removed for insufficient lambda. +[2020-08-16 00:45:22,790] /u/Craymander had their flair updated +[2020-08-16 00:46:35,034] +#################### +[Aug 16 2020 00:46:35] RESTARTED +#################### + +[2020-08-16 01:20:57,135] There has been a new submission: 'subscribe,like,share if you want, but ,most important comment in that way i will know who you are and i will do the same for you, im an honest man', with flair 'Gaming' +[2020-08-16 01:20:59,953] /u/WhosThisGuychannel had their submission removed for insufficient lambda. +[2020-08-16 01:21:02,900] /u/WhosThisGuychannel had their flair updated +[2020-08-16 01:21:22,728] There has been a new submission: 'Holidays in the Time of CoronaVirus | BACK WORKOUT', with flair 'Vlog' +[2020-08-16 01:21:24,245] /u/weshkho had their submission removed for insufficient lambda. +[2020-08-16 01:21:26,411] /u/weshkho had their flair updated +[2020-08-16 01:21:46,986] There has been a new submission: 'Still learning Premier Pro. Almost had to re-do the entire video figuring things out. How did I do this time? Tried to be purposeful with the transitions.', with flair 'Video Critique' +[2020-08-16 01:21:49,611] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 01:21:49,693] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 01:21:50,716] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FWmsffoBeJc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 01:21:51,088] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCs7DbZ2tZLbC7nR-sZzF1xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 01:21:54,494] /u/dragonsspawn had their flair updated +[2020-08-16 01:25:13,605] '/u/Brandonator247' has given '/u/MichaelFiguresItOut' lambda! +[2020-08-16 01:25:16,146] /u/MichaelFiguresItOut had their flair updated +[2020-08-16 01:26:17,500] '/u/mofogenius_yt' has given '/u/dikoekiemonster' lambda! +[2020-08-16 01:26:19,459] /u/dikoekiemonster had their flair updated +[2020-08-16 01:26:36,670] There has been a new submission: 'IM LIVE CHECK IT OUT', with flair 'Gaming' +[2020-08-16 01:26:37,617] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-16 01:26:38,760] /u/TntThiefGamerYT had their flair updated +[2020-08-16 01:26:56,147] There has been a new submission: 'I would love a critical perspective of my newest video, will reward lambda! // Fall Guys 👑', with flair 'Video Critique' +[2020-08-16 01:26:57,615] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 01:26:57,616] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 01:26:58,967] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5DRS__GS0OA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 01:26:59,378] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLJQ21IrndLfYDt_-Fi2NAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 01:27:01,448] /u/GrumpyBottom_YT had their flair updated +[2020-08-16 01:27:18,547] There has been a new submission: 'Comment bien régler sa voiture sur Forza Horizon 4 (ou les autres) ?', with flair 'Gaming' +[2020-08-16 01:27:20,475] /u/Mixa462gaming had their submission removed for insufficient lambda. +[2020-08-16 01:27:22,975] /u/Mixa462gaming had their flair updated +[2020-08-16 01:27:40,072] There has been a new submission: 'I need help with a channel name', with flair 'Discussion' +[2020-08-16 01:27:43,397] /u/infinitegfuelshakers had their flair updated +[2020-08-16 01:28:00,208] There has been a new submission: 'Watch best Valorant edits and streamers moments part 6! Check it out and have a good day!', with flair 'Gaming' +[2020-08-16 01:28:01,153] /u/ValorantMemeWorld had their submission removed for insufficient lambda. +[2020-08-16 01:28:02,095] /u/ValorantMemeWorld had their flair updated +[2020-08-16 01:28:18,965] There has been a new submission: 'Was Ballistic overkill Destined to Fail? [25:50]', with flair 'Video Critique' +[2020-08-16 01:28:19,951] /u/CrispyS_Ti had their submission removed for insufficient lambda. +[2020-08-16 01:28:20,933] /u/CrispyS_Ti had their flair updated +[2020-08-16 01:40:58,373] There has been a new submission: 'My first Halfcab Heelflip', with flair 'Video Critique' +[2020-08-16 01:40:59,934] /u/matiic4 had their submission removed for insufficient lambda. +[2020-08-16 01:41:02,136] /u/matiic4 had their flair updated +[2020-08-16 01:43:39,009] There has been a new submission: 'YouTube Music Lessons', with flair 'Channel Review' +[2020-08-16 01:43:40,484] /u/codyrhannah had their submission removed for insufficient lambda. +[2020-08-16 01:43:42,404] /u/codyrhannah had their flair updated +[2020-08-16 01:47:59,390] '/u/GrumpyBottom_YT' has given '/u/infinitegfuelshakers' lambda! +[2020-08-16 01:48:01,724] /u/infinitegfuelshakers had their flair updated +[2020-08-16 01:51:16,882] There has been a new submission: 'Let's Play For Mystery Horror Game Alan Sharp Demo!', with flair 'Gaming' +[2020-08-16 01:51:18,442] /u/MrPureinstinct had their submission removed for insufficient lambda. +[2020-08-16 01:51:21,176] /u/MrPureinstinct had their flair updated +[2020-08-16 01:52:25,861] There has been a new submission: 'I Destroyed My Sisters Huge Puzzle Collection...WITHOUT HER PERMISSION!', with flair 'Channel Review' +[2020-08-16 01:52:27,339] /u/RileyandColin had their submission removed for insufficient lambda. +[2020-08-16 01:52:29,395] /u/RileyandColin had their flair updated +[2020-08-16 01:53:10,766] '/u/GrumpyBottom_YT' has given '/u/SpiderGwebPlays' lambda! +[2020-08-16 01:53:13,151] /u/SpiderGwebPlays had their flair updated +[2020-08-16 01:55:29,612] '/u/TeamRemavi' has given '/u/dikoekiemonster' lambda! +[2020-08-16 01:55:32,269] /u/dikoekiemonster had their flair updated +[2020-08-16 02:00:11,066] '/u/dragonsspawn' has given '/u/SpiderGwebPlays' lambda! +[2020-08-16 02:00:14,052] /u/SpiderGwebPlays had their flair updated +[2020-08-16 02:20:07,944] There has been a new submission: 'An Homage to the Blonde Tribute', with flair 'Video Critique' +[2020-08-16 02:20:09,499] /u/CoreCollapse_ had their submission removed for insufficient lambda. +[2020-08-16 02:20:11,825] /u/CoreCollapse_ had their flair updated +[2020-08-16 02:33:56,050] There has been a new submission: 'First IRL VIDEO ENJOY 2020 TAKE OVER', with flair 'Vlog' +[2020-08-16 02:33:57,391] /u/DerekFDB had their submission removed for insufficient lambda. +[2020-08-16 02:33:59,239] /u/DerekFDB had their flair updated +[2020-08-16 02:46:18,947] +#################### +[Aug 16 2020 02:46:18] RESTARTED +#################### + +[2020-08-16 03:20:10,636] There has been a new submission: 'Just to say an hi...', with flair 'Discussion' +[2020-08-16 03:20:13,335] /u/murali_prasath had their flair updated +[2020-08-16 03:21:14,684] '/u/dragonsspawn' has given '/u/ZhyperCR1T' lambda! +[2020-08-16 03:21:17,315] /u/ZhyperCR1T had their flair updated +[2020-08-16 03:21:52,738] '/u/DarkSide753' has given '/u/dikoekiemonster' lambda! +[2020-08-16 03:21:55,488] /u/dikoekiemonster had their flair updated +[2020-08-16 03:22:56,679] There has been a new submission: 'Eye injures (my first story time animation)!', with flair 'Channel Review' +[2020-08-16 03:22:58,352] /u/SAMBO7777 had their submission removed for insufficient lambda. +[2020-08-16 03:23:00,339] /u/SAMBO7777 had their flair updated +[2020-08-16 03:25:38,125] There has been a new submission: 'Lady Masako Revenge', with flair 'Gaming' +[2020-08-16 03:25:39,238] /u/Boojeezy had their submission removed for insufficient lambda. +[2020-08-16 03:25:40,632] /u/Boojeezy had their flair updated +[2020-08-16 03:26:17,931] There has been a new submission: 'Help me reach 100 views, please', with flair 'Gaming' +[2020-08-16 03:26:19,994] /u/WhosThisGuychannel had their submission removed for insufficient lambda. +[2020-08-16 03:26:22,043] /u/WhosThisGuychannel had their flair updated +[2020-08-16 03:28:28,296] There has been a new submission: 'Hi! I started a gaming channel about a week ago, and each video that I've made has gotten progressively better so far. But I know I still have a long way to go with editing and mastering content, so any tips or suggestions would be greatly appreciated!', with flair 'Gaming' +[2020-08-16 03:28:30,061] /u/markbarndoor had their submission removed for insufficient lambda. +[2020-08-16 03:28:30,967] /u/markbarndoor had their flair updated +[2020-08-16 03:33:54,122] '/u/dragonsspawn' has given '/u/SAMBO7777' lambda! +[2020-08-16 03:33:56,955] /u/SAMBO7777 had their flair updated +[2020-08-16 03:35:00,752] There has been a new submission: 'Do y’all think mellow music makes a video better?', with flair 'Discussion' +[2020-08-16 03:35:02,713] /u/BasedBuffet had their flair updated +[2020-08-16 03:41:00,750] There has been a new submission: 'Frank Sinatra - Fly Me To The Moon [Cover by Angel Gonzalez]', with flair 'Video Critique' +[2020-08-16 03:41:02,387] /u/Zytinite had their submission removed for insufficient lambda. +[2020-08-16 03:41:04,718] /u/Zytinite had their flair updated +[2020-08-16 03:57:01,372] There has been a new submission: 'Exploring an ABANDONED house, we heard voices *NOT CLICKBAIT*', with flair 'Vlog' +[2020-08-16 03:57:02,717] /u/Powerful-Ad1360 had their submission removed for insufficient lambda. +[2020-08-16 03:57:04,149] /u/Powerful-Ad1360 had their flair updated +[2020-08-16 04:04:44,683] '/u/ShikharTrivedi' has given '/u/midnightjenga' lambda! +[2020-08-16 04:04:46,385] /u/midnightjenga had their flair updated +[2020-08-16 04:05:02,344] '/u/ShikharTrivedi' has given '/u/SpiderGwebPlays' lambda! +[2020-08-16 04:05:04,313] /u/SpiderGwebPlays had their flair updated +[2020-08-16 04:18:47,745] There has been a new submission: 'Help me get to my goal', with flair 'Channel Review' +[2020-08-16 04:18:48,545] /u/Beautiful-Clothes477 had their submission removed for insufficient lambda. +[2020-08-16 04:18:49,394] /u/Beautiful-Clothes477 had their flair updated +[2020-08-16 04:46:10,037] +#################### +[Aug 16 2020 04:46:10] RESTARTED +#################### + +[2020-08-16 05:05:33,735] There has been a new submission: 'How can I get my Videos on peoples reccomend?', with flair 'Discussion' +[2020-08-16 05:05:35,944] /u/-JRWL had their flair updated +[2020-08-16 05:09:45,477] There has been a new submission: 'Elite Dangerous.... haven't heard of it ? your missing out.', with flair 'Gaming' +[2020-08-16 05:09:46,659] /u/shipbricks11 had their submission removed for insufficient lambda. +[2020-08-16 05:09:47,110] /u/shipbricks11 had their flair updated +[2020-08-16 05:25:54,454] There has been a new submission: 'Keyboard Mouse Sounds ASMR | Hypixel Skywars', with flair 'Video Critique' +[2020-08-16 05:25:56,052] /u/silenus47 had their submission removed for insufficient lambda. +[2020-08-16 05:25:57,618] /u/silenus47 had their flair updated +[2020-08-16 05:26:41,989] '/u/liftedplane' has given '/u/SpiderGwebPlays' lambda! +[2020-08-16 05:26:44,411] /u/SpiderGwebPlays had their flair updated +[2020-08-16 05:46:54,947] There has been a new submission: 'Marvel Avenger Beta Ultra Settings | RTX 2070 SUPER | i9 10900K 5GHz', with flair 'Gaming' +[2020-08-16 05:46:55,983] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-16 05:46:57,297] /u/PudgeKing7 had their flair updated +[2020-08-16 05:56:54,860] '/u/ShikharTrivedi' has given '/u/danifernt' lambda! +[2020-08-16 05:56:57,123] /u/danifernt had their flair updated +[2020-08-16 06:07:13,223] There has been a new submission: 'Bike ride + hair cut vlog', with flair 'Vlog' +[2020-08-16 06:07:14,778] /u/simkvmi_ had their submission removed for insufficient lambda. +[2020-08-16 06:07:16,135] /u/simkvmi_ had their flair updated +[2020-08-16 06:08:50,342] There has been a new submission: 'Dude from Germany records a Song LIVE with ONE TRY on every Instrument/Vocals! Never seen this on youtube... what do you think?', with flair 'Video Critique' +[2020-08-16 06:08:51,937] /u/Pitty_Serenade had their submission removed for insufficient lambda. +[2020-08-16 06:08:52,799] /u/Pitty_Serenade had their flair updated +[2020-08-16 06:25:41,088] There has been a new submission: 'Trying to get 2 peoples help', with flair 'Collab' +[2020-08-16 06:25:44,198] /u/ReiKasumi had their flair updated +[2020-08-16 06:36:54,596] '/u/BAMGaming_' has given '/u/Kyle_Gates' lambda! +[2020-08-16 06:36:57,104] /u/Kyle_Gates had their flair updated +[2020-08-16 06:40:01,177] There has been a new submission: 'Let me know what you think about this video', with flair 'Video Critique' +[2020-08-16 06:40:02,907] /u/Froz3nraider1033 had their submission removed for insufficient lambda. +[2020-08-16 06:40:05,300] /u/Froz3nraider1033 had their flair updated +[2020-08-16 06:46:10,463] +#################### +[Aug 16 2020 06:46:10] RESTARTED +#################### + +[2020-08-16 07:05:46,900] There has been a new submission: 'Eggless Chocolate Pudding Recipe! Striving to improve - would appreciate some feedback!', with flair 'Video Critique' +[2020-08-16 07:05:47,907] /u/arks524 had their submission removed for insufficient lambda. +[2020-08-16 07:05:49,633] /u/arks524 had their flair updated +[2020-08-16 07:06:25,517] '/u/sirius_black1' has given '/u/Ridi9t' lambda! +[2020-08-16 07:06:27,810] /u/Ridi9t had their flair updated +[2020-08-16 07:28:00,337] There has been a new submission: 'Should I edit like this more? New style idea I had.', with flair 'Video Critique' +[2020-08-16 07:28:02,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 07:28:02,464] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 07:28:03,734] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YAXgi7-rZis&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 07:28:04,229] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7hMO693L6Iefe2K-YLDRyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 07:28:06,645] /u/nickey88k had their flair updated +[2020-08-16 07:31:17,377] There has been a new submission: 'UNERVING CONVERSATIONS #1 (offensive)', with flair 'Gaming' +[2020-08-16 07:31:18,896] /u/KriticallyObvious had their submission removed for insufficient lambda. +[2020-08-16 07:31:21,161] /u/KriticallyObvious had their flair updated +[2020-08-16 07:33:53,919] '/u/SalvoFiasco' has given '/u/RightfullyEpic' lambda! +[2020-08-16 07:33:55,740] /u/RightfullyEpic had their flair updated +[2020-08-16 07:37:04,549] There has been a new submission: 'Far Cry New Dawn : Amd Fx8350 Rtx 2070 1080p All Presets Benchmark', with flair 'Video Critique' +[2020-08-16 07:37:05,655] /u/be_fikar had their submission removed for insufficient lambda. +[2020-08-16 07:37:06,966] /u/be_fikar had their flair updated +[2020-08-16 07:41:15,561] There has been a new submission: 'Far Cry New Dawn : Amd Fx8350 Rtx 2070 1080p All Presets Benchmark', with flair 'Video Critique' +[2020-08-16 07:41:17,119] /u/be_fikar had their submission removed for insufficient lambda. +[2020-08-16 07:41:19,419] /u/be_fikar had their flair updated +[2020-08-16 07:45:29,997] There has been a new submission: 'Free Help for first 2 replies.', with flair 'Collab' +[2020-08-16 07:45:33,364] /u/nickey88k had their flair updated +[2020-08-16 07:48:30,243] '/u/Brandonator247' has given '/u/ZhyperCR1T' lambda! +[2020-08-16 07:48:31,327] /u/ZhyperCR1T had their flair updated +[2020-08-16 07:58:50,501] There has been a new submission: 'What happens when your smartphone put in your pocket every time?', with flair 'Channel Review' +[2020-08-16 07:58:51,407] /u/Technical_Nivashi had their submission removed for insufficient lambda. +[2020-08-16 07:58:52,269] /u/Technical_Nivashi had their flair updated +[2020-08-16 08:09:48,146] There has been a new submission: 'Robert Trump, President Trump's brother, Passes Away At Age 71', with flair 'Video Critique' +[2020-08-16 08:09:49,047] /u/outdoorplayproject had their submission removed for insufficient lambda. +[2020-08-16 08:09:49,580] /u/outdoorplayproject had their flair updated +[2020-08-16 08:21:35,808] '/u/BAMGaming_' has given '/u/FlobblesReddit' lambda! +[2020-08-16 08:21:38,765] /u/FlobblesReddit had their flair updated +[2020-08-16 08:28:08,946] There has been a new submission: 'GTA V Ep 3 HINDI GAMEPLAY', with flair 'Gaming' +[2020-08-16 08:28:09,812] /u/Virender_Nayal had their submission removed for insufficient lambda. +[2020-08-16 08:28:11,436] /u/Virender_Nayal had their flair updated +[2020-08-16 08:30:28,858] '/u/LMAOyeetzedong' has given '/u/-Lipo-' lambda! +[2020-08-16 08:30:31,163] /u/-Lipo- had their flair updated +[2020-08-16 08:40:29,903] There has been a new submission: 'Did you guys enjoy this zombie movie to?', with flair 'Video Critique' +[2020-08-16 08:40:32,095] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-16 08:40:34,399] /u/legendary69bro had their flair updated +[2020-08-16 08:44:05,618] '/u/LMAOyeetzedong' has given '/u/Heavy_Rain_' lambda! +[2020-08-16 08:44:07,815] /u/Heavy_Rain_ had their flair updated +[2020-08-16 08:44:23,318] There has been a new submission: 'Beat sequel I've seen in years. What did you guys think?', with flair 'Video Critique' +[2020-08-16 08:44:24,716] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-16 08:44:26,603] /u/legendary69bro had their flair updated +[2020-08-16 08:46:10,642] +#################### +[Aug 16 2020 08:46:10] RESTARTED +#################### + +[2020-08-16 09:13:23,186] There has been a new submission: 'Had great fun researching and creating this documentary video. What do you guys think? Next part coming soon.', with flair 'Video Critique' +[2020-08-16 09:13:25,932] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-16 09:13:27,693] /u/legendary69bro had their flair updated +[2020-08-16 09:13:46,156] There has been a new submission: 'Hello community! Looking for help and advice with voice over work in my videos namely the video posted seeing as it's a culmination of all my voice over trial and errors til now d:', with flair 'Video Critique' +[2020-08-16 09:13:47,466] /u/rsterenchak had their submission removed for insufficient lambda. +[2020-08-16 09:13:49,188] /u/rsterenchak had their flair updated +[2020-08-16 09:14:26,223] '/u/LMAOyeetzedong' has given '/u/MonishCorona' lambda! +[2020-08-16 09:14:29,016] /u/MonishCorona had their flair updated +[2020-08-16 09:15:21,048] '/u/GrumpyBottom_YT' has given '/u/nickey88k' lambda! +[2020-08-16 09:15:23,257] /u/nickey88k had their flair updated +[2020-08-16 09:16:24,503] '/u/GrumpyBottom_YT' has given '/u/midnightjenga' lambda! +[2020-08-16 09:16:26,803] /u/midnightjenga had their flair updated +[2020-08-16 09:16:45,844] '/u/GrumpyBottom_YT' has given '/u/ZhyperCR1T' lambda! +[2020-08-16 09:16:48,102] /u/ZhyperCR1T had their flair updated +[2020-08-16 09:17:07,797] '/u/GrumpyBottom_YT' has given '/u/TheRealTenpro' lambda! +[2020-08-16 09:17:09,675] /u/TheRealTenpro had their flair updated +[2020-08-16 09:20:02,307] '/u/AnimuseVids' has given '/u/MonishCorona' lambda! +[2020-08-16 09:20:04,928] /u/MonishCorona had their flair updated +[2020-08-16 09:20:14,517] There has been a new submission: 'If function in Excel', with flair 'Vlog' +[2020-08-16 09:20:16,106] /u/keep_growing had their submission removed for insufficient lambda. +[2020-08-16 09:20:18,448] /u/keep_growing had their flair updated +[2020-08-16 09:20:34,318] There has been a new submission: 'Bella - Angus & Julia Stone Acoustic Cover (CONSI)', with flair 'Video Critique' +[2020-08-16 09:20:36,199] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-16 09:20:38,537] /u/benconsidine had their flair updated +[2020-08-16 09:20:57,443] There has been a new submission: 'The 4th part in my series on making a 3D endless runner in Unity is out!', with flair 'Video Critique' +[2020-08-16 09:20:58,982] /u/Snoo28736 had their submission removed for insufficient lambda. +[2020-08-16 09:21:01,241] /u/Snoo28736 had their flair updated +[2020-08-16 09:21:21,299] There has been a new submission: 'Pls pass me some video ideas', with flair 'Discussion' +[2020-08-16 09:21:23,674] /u/original_soap_holder had their flair updated +[2020-08-16 09:21:43,648] There has been a new submission: 'I make funny videos of all sorts and this is one of them: Pordan Jeterson smoking vape like a DRAGON. If you could point what there is to improve my works I'd be great.', with flair 'Video Critique' +[2020-08-16 09:21:45,455] /u/ProfessionalTom had their submission removed for insufficient lambda. +[2020-08-16 09:21:47,593] /u/ProfessionalTom had their flair updated +[2020-08-16 09:33:47,285] '/u/bigni44a' has given '/u/MonishCorona' lambda! +[2020-08-16 09:33:49,786] /u/MonishCorona had their flair updated +[2020-08-16 09:41:20,841] There has been a new submission: 'Pokémon Game Collection & Brief Retrospective Discussion | Looking for feedback on this video! I’d like to do more videos like this going forward :)', with flair 'Video Critique' +[2020-08-16 09:41:24,156] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 09:41:24,159] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 09:41:25,392] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K_O9Da65xu0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 09:41:25,803] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF9BdzFX-Lemi6NTLpfgamg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 09:41:29,255] /u/MonishCorona had their flair updated +[2020-08-16 09:43:58,946] There has been a new submission: 'A discord sever for small YouTubers by small YouTubers, join if you’re interested', with flair 'Discussion' +[2020-08-16 09:44:01,085] /u/baleriontheread had their flair updated +[2020-08-16 09:49:36,655] '/u/MonishCorona' has given '/u/mmangelos' lambda! +[2020-08-16 09:49:38,175] /u/mmangelos had their flair updated +[2020-08-16 09:51:13,608] There has been a new submission: 'Doing these "interview shows" with the passionate people is helping with my shyness. I was an introvert for so long.', with flair 'Video Critique' +[2020-08-16 09:51:15,332] /u/unnatixlr8 had their submission removed for insufficient lambda. +[2020-08-16 09:51:17,551] /u/unnatixlr8 had their flair updated +[2020-08-16 09:52:17,466] There has been a new submission: 'Gamma waves,isochronic sound for your brain, Mind and Body.', with flair 'Channel Review' +[2020-08-16 09:52:19,559] /u/liveyourlife2019 had their submission removed for insufficient lambda. +[2020-08-16 09:52:21,645] /u/liveyourlife2019 had their flair updated +[2020-08-16 10:09:07,417] There has been a new submission: 'Mtb Crash! Cwmcarn ride, Twrch & Cafall Wales Mtb! (Mtb downhill, Mtb trails) - Osrm Mtb', with flair 'Video Critique' +[2020-08-16 10:09:08,847] /u/OsrmMtbYT had their submission removed for insufficient lambda. +[2020-08-16 10:09:09,585] /u/OsrmMtbYT had their flair updated +[2020-08-16 10:27:22,808] '/u/MonishCorona' has given '/u/hizzy_atf' lambda! +[2020-08-16 10:27:25,150] /u/hizzy_atf had their flair updated +[2020-08-16 10:39:21,484] There has been a new submission: 'FM20 10 players you should sign in non league fm20', with flair 'Gaming' +[2020-08-16 10:39:22,262] /u/Cobbyfm had their submission removed for insufficient lambda. +[2020-08-16 10:39:23,034] /u/Cobbyfm had their flair updated +[2020-08-16 10:46:05,430] There has been a new submission: 'New channel ! hey guys i just made this channel some amazing content coming soon and if i hit 1000 subscribers ill do anything you guys want there. i posted few videos but that's just to show i have some content i'm working on proper stuff now', with flair 'Gaming' +[2020-08-16 10:46:06,906] /u/audiozenmusic had their submission removed for insufficient lambda. +[2020-08-16 10:46:08,343] /u/audiozenmusic had their flair updated +[2020-08-16 10:46:10,836] +#################### +[Aug 16 2020 10:46:10] RESTARTED +#################### + +[2020-08-16 11:15:30,371] '/u/Erenstein' has given '/u/Kyle_Gates' lambda! +[2020-08-16 11:15:32,540] /u/Kyle_Gates had their flair updated +[2020-08-16 11:16:18,145] '/u/nickey88k' has given '/u/ProfessionalTom' lambda! +[2020-08-16 11:16:19,748] /u/ProfessionalTom had their flair updated +[2020-08-16 11:16:39,376] /u/ProfessionalTom had their flair updated +[2020-08-16 11:18:43,888] '/u/DarkSide753' has given '/u/MonishCorona' lambda! +[2020-08-16 11:18:45,612] /u/MonishCorona had their flair updated +[2020-08-16 11:19:59,660] '/u/DarkSide753' has given '/u/Pgozur' lambda! +[2020-08-16 11:20:01,261] /u/Pgozur had their flair updated +[2020-08-16 11:20:07,478] There has been a new submission: 'Cheap microphone', with flair 'Discussion' +[2020-08-16 11:20:10,020] /u/Ap_Gamer20 had their flair updated +[2020-08-16 11:34:11,467] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-16 11:40:51,861] '/u/MrMoo-Youtube' has given '/u/infinitegfuelshakers' lambda! +[2020-08-16 11:40:54,691] /u/infinitegfuelshakers had their flair updated +[2020-08-16 11:41:48,546] '/u/MrMoo-Youtube' has given '/u/MonishCorona' lambda! +[2020-08-16 11:41:51,464] /u/MonishCorona had their flair updated +[2020-08-16 11:45:31,090] There has been a new submission: 'Looking to work with other comedy gaming channels', with flair 'Collab' +[2020-08-16 11:45:34,038] /u/jackthefallout had their flair updated +[2020-08-16 12:01:22,115] There has been a new submission: 'I appreciate any criticism :)', with flair 'Gaming' +[2020-08-16 12:01:23,694] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-08-16 12:01:25,892] /u/Hazz-_- had their flair updated +[2020-08-16 12:05:11,603] '/u/dragonsspawn' has given '/u/Lets_Go_Win123' lambda! +[2020-08-16 12:05:13,329] /u/Lets_Go_Win123 had their flair updated +[2020-08-16 12:07:09,341] '/u/dragonsspawn' has given '/u/bunnyofthesea' lambda! +[2020-08-16 12:07:11,514] /u/bunnyofthesea had their flair updated +[2020-08-16 12:08:54,209] '/u/dragonsspawn' has given '/u/Heavy_Rain_' lambda! +[2020-08-16 12:08:56,380] /u/Heavy_Rain_ had their flair updated +[2020-08-16 12:10:47,562] '/u/dragonsspawn' has given '/u/MonishCorona' lambda! +[2020-08-16 12:10:50,435] /u/MonishCorona had their flair updated +[2020-08-16 12:18:37,897] There has been a new submission: 'Enjoy the Ironblood music !', with flair 'Gaming' +[2020-08-16 12:18:39,720] /u/Eponemolle had their submission removed for insufficient lambda. +[2020-08-16 12:18:40,610] /u/Eponemolle had their flair updated +[2020-08-16 12:20:12,203] There has been a new submission: 'Please watch some of my vids and tell me how I could improve (will give lambda for good help)', with flair 'Gaming' +[2020-08-16 12:20:15,304] /u/infinitegfuelshakers had their flair updated +[2020-08-16 12:25:41,430] There has been a new submission: 'Cinema 4D Tutorial 3D Animation #70', with flair 'Art' +[2020-08-16 12:25:42,899] /u/Sufi95 had their submission removed for insufficient lambda. +[2020-08-16 12:25:44,579] /u/Sufi95 had their flair updated +[2020-08-16 12:33:20,642] There has been a new submission: 'Join me on my journey to become the Aatrox god! We will make Aatrox great again.', with flair 'Gaming' +[2020-08-16 12:33:22,352] /u/IAmHappyHaHa had their submission removed for insufficient lambda. +[2020-08-16 12:33:24,318] /u/IAmHappyHaHa had their flair updated +[2020-08-16 12:34:12,879] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-16 12:38:36,162] There has been a new submission: 'Need an advice for video optimization', with flair 'Discussion' +[2020-08-16 12:38:40,480] /u/SlybootsYoutube had their flair updated +[2020-08-16 12:42:04,782] '/u/mofogenius_yt' has given '/u/danifernt' lambda! +[2020-08-16 12:42:06,832] /u/danifernt had their flair updated +[2020-08-16 12:43:48,094] '/u/mofogenius_yt' has given '/u/MonishCorona' lambda! +[2020-08-16 12:43:49,942] /u/MonishCorona had their flair updated +[2020-08-16 12:45:14,740] There has been a new submission: 'Well I made the first Indian survival and prepping channel. My aim is to provide content in our local language and according to our location, situations, resources and laws. Check it out and share your opinion.', with flair 'None' +[2020-08-16 12:45:16,259] /u/LittleUrbanPrepper had their submission removed for insufficient lambda. +[2020-08-16 12:45:17,946] /u/LittleUrbanPrepper had their flair updated +[2020-08-16 12:46:11,194] +#################### +[Aug 16 2020 12:46:11] RESTARTED +#################### + +[2020-08-16 13:15:40,631] '/u/infinitegfuelshakers' has given '/u/DTV998' lambda! +[2020-08-16 13:15:43,045] /u/DTV998 had their flair updated +[2020-08-16 13:16:13,892] There has been a new submission: 'What do you guys think of my laser cleaning video? I am happy I got the first video with my voice out of the way.', with flair 'Video Critique' +[2020-08-16 13:16:15,166] /u/IndLaserCleaning had their submission removed for insufficient lambda. +[2020-08-16 13:16:16,357] /u/IndLaserCleaning had their flair updated +[2020-08-16 13:16:33,825] There has been a new submission: 'Do you guys think it's a good idea to pay youtube to promote your videos? I create Investing videos.', with flair 'Discussion' +[2020-08-16 13:16:36,083] /u/blackcurtainfilms had their flair updated +[2020-08-16 13:22:56,951] There has been a new submission: 'Trying to learn about audio.', with flair 'Discussion' +[2020-08-16 13:22:59,293] /u/SuqdiqPurmani had their flair updated +[2020-08-16 13:25:16,647] There has been a new submission: 'What should you do when, you worked on a video, but the end result wasn't satisfying?', with flair 'Discussion' +[2020-08-16 13:25:19,549] /u/daredevil005 had their flair updated +[2020-08-16 13:27:08,048] There has been a new submission: 'How's the video guys', with flair 'Channel Review' +[2020-08-16 13:27:09,398] /u/Saroj816 had their submission removed for insufficient lambda. +[2020-08-16 13:27:10,627] /u/Saroj816 had their flair updated +[2020-08-16 13:32:31,843] There has been a new submission: 'Sahara Desert', with flair 'None' +[2020-08-16 13:32:33,396] /u/RAN_SoundDream had their submission removed for insufficient lambda. +[2020-08-16 13:32:35,713] /u/RAN_SoundDream had their flair updated +[2020-08-16 13:35:13,481] There has been a new submission: 'Steelpan crashing with waves', with flair 'None' +[2020-08-16 13:35:14,687] /u/RAN_SoundDream had their submission removed for insufficient lambda. +[2020-08-16 13:35:16,265] /u/RAN_SoundDream had their flair updated +[2020-08-16 13:47:15,137] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-16 13:47:23,311] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-16 13:47:29,236] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-16 13:47:43,535] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-16 13:47:49,641] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-16 13:47:58,525] {ERROR} received 503 HTTP response +[2020-08-16 13:48:03,606] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-16 13:48:10,180] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-16 13:48:18,021] {ERROR} received 503 HTTP response +[2020-08-16 14:46:39,073] +#################### +[Aug 16 2020 14:46:39] RESTARTED +#################### + +[2020-08-16 15:05:16,674] '/u/dragonsspawn' has given '/u/siddhant1991' lambda! +[2020-08-16 15:05:17,948] /u/siddhant1991 had their flair updated +[2020-08-16 15:05:59,169] '/u/nnnishal' has given '/u/mrgeektoyou' lambda! +[2020-08-16 15:06:00,866] /u/mrgeektoyou had their flair updated +[2020-08-16 15:29:15,854] There has been a new submission: 'Check out my latest video about my recent rental car experience with Hertz and all of what I did to keep my family safe.', with flair 'Vlog' +[2020-08-16 15:29:18,395] /u/kitatheexplorer had their submission removed for insufficient lambda. +[2020-08-16 15:29:19,180] /u/kitatheexplorer had their flair updated +[2020-08-16 15:29:37,117] There has been a new submission: 'What to do in LAKE ATITLAN Off the Beaten Path | Guatemala', with flair 'Vlog' +[2020-08-16 15:29:40,878] /u/dreamytravelstory had their submission removed for insufficient lambda. +[2020-08-16 15:29:41,410] /u/dreamytravelstory had their flair updated +[2020-08-16 15:30:00,235] There has been a new submission: 'Do you have muscle pain from an injury? How about sore muscles from that gym work out? Well, This just might be the product you are looking for to help you make a faster recovery.', with flair 'Vlog' +[2020-08-16 15:30:01,989] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-16 15:30:04,465] /u/Vermont1998 had their flair updated +[2020-08-16 15:30:25,386] There has been a new submission: 'Anyone got copyright strike using image on your YouTube video? If yes how was it?', with flair 'Discussion' +[2020-08-16 15:30:27,923] /u/Musicworldinthehouse had their flair updated +[2020-08-16 15:30:47,480] There has been a new submission: 'The Only How To Video You Need | Hopefully you guys enjoy it, all helpful feedback will be rewarded!', with flair 'Video Critique' +[2020-08-16 15:30:49,776] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 15:30:49,817] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 15:30:51,215] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DvAX3kb3nOY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:30:51,627] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWbmi-YWNghCrpmrEeSbk9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:30:54,744] /u/BeserKing had their flair updated +[2020-08-16 15:31:13,391] There has been a new submission: 'Collaboration for manifesting YouTube Channel', with flair 'Collab' +[2020-08-16 15:31:15,849] /u/transform_yourlife had their flair updated +[2020-08-16 15:31:37,873] There has been a new submission: 'Fist Video in a long time. (Audio got messed up in recording)', with flair 'Video Critique' +[2020-08-16 15:31:39,566] /u/Chturtles had their submission removed for insufficient lambda. +[2020-08-16 15:31:42,355] /u/Chturtles had their flair updated +[2020-08-16 15:32:01,664] There has been a new submission: 'Do anyone know a good screen record software for a windows laptop?', with flair 'Discussion' +[2020-08-16 15:32:03,956] /u/DeleWordwide had their flair updated +[2020-08-16 15:32:25,028] There has been a new submission: 'I truly believe this is my best video to date. Not posted a video on here in ages but wanted to get some feedback on this one as not sure how to improve further. Any useful and detailed feedback will be rewarded with lambda :)', with flair 'Video Critique' +[2020-08-16 15:32:26,298] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 15:32:26,300] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 15:32:27,489] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=R6bRykIpkbY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:32:27,858] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT5bmvzQwbwpsPmel69ITBQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:32:31,101] /u/porcupine207 had their flair updated +[2020-08-16 15:32:49,790] There has been a new submission: '[Channel Review] New to the community', with flair 'Channel Review' +[2020-08-16 15:32:51,580] /u/MetaBreaker25 had their submission removed for insufficient lambda. +[2020-08-16 15:32:53,709] /u/MetaBreaker25 had their flair updated +[2020-08-16 15:33:13,956] There has been a new submission: 'trying out a new type of video where i actually talk to the camera, this time about my experience as a band kid', with flair 'Video Critique' +[2020-08-16 15:33:15,763] /u/MacabreFlamingo had their submission removed for insufficient lambda. +[2020-08-16 15:33:17,768] /u/MacabreFlamingo had their flair updated +[2020-08-16 15:33:36,194] There has been a new submission: 'Ghost of Tsushima Random Side Quests and Undying flame Mythic tale! (fire sword)', with flair 'Gaming' +[2020-08-16 15:33:37,873] /u/newtoranger had their submission removed for insufficient lambda. +[2020-08-16 15:33:39,841] /u/newtoranger had their flair updated +[2020-08-16 15:34:18,277] '/u/LMAOyeetzedong' has given '/u/siddhant1991' lambda! +[2020-08-16 15:34:20,694] /u/siddhant1991 had their flair updated +[2020-08-16 15:35:16,253] '/u/0_R_A_N_G_E' has given '/u/mrgeektoyou' lambda! +[2020-08-16 15:35:17,706] /u/mrgeektoyou had their flair updated +[2020-08-16 15:35:34,072] '/u/0_R_A_N_G_E' has given '/u/danifernt' lambda! +[2020-08-16 15:35:36,487] /u/danifernt had their flair updated +[2020-08-16 15:37:21,899] '/u/mreverdred01' has given '/u/MonishCorona' lambda! +[2020-08-16 15:37:24,881] /u/MonishCorona had their flair updated +[2020-08-16 15:37:58,228] '/u/mreverdred01' has given '/u/Heavy_Rain_' lambda! +[2020-08-16 15:38:00,099] /u/Heavy_Rain_ had their flair updated +[2020-08-16 15:41:20,401] '/u/Redmond93' has given '/u/Heavy_Rain_' lambda! +[2020-08-16 15:41:23,096] /u/Heavy_Rain_ had their flair updated +[2020-08-16 15:42:17,792] '/u/Redmond93' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-16 15:42:20,096] /u/YaGuyAlex_yt had their flair updated +[2020-08-16 15:42:56,844] '/u/TeamRemavi' has given '/u/hizzy_atf' lambda! +[2020-08-16 15:42:59,392] /u/hizzy_atf had their flair updated +[2020-08-16 15:43:49,506] '/u/TeamRemavi' has given '/u/Pgozur' lambda! +[2020-08-16 15:43:51,918] /u/Pgozur had their flair updated +[2020-08-16 15:45:17,078] '/u/TeamRemavi' has given '/u/DTV998' lambda! +[2020-08-16 15:45:19,655] /u/DTV998 had their flair updated +[2020-08-16 15:50:17,545] There has been a new submission: 'A tactic for keeping depression away | Louis Rossmann [Edited]', with flair 'Art' +[2020-08-16 15:50:18,215] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 15:50:18,217] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 15:50:18,550] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gdVIu9Rj7QI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:50:18,704] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6Nl_bD0FBrokmgFT8CjUDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 15:50:22,544] /u/Brage2004Norway had their flair updated +[2020-08-16 15:50:42,000] There has been a new submission: 'Red Dead Redemption 2 Funniest Moments of 2020', with flair 'Gaming' +[2020-08-16 15:50:43,579] /u/HTFGamesStudio had their submission removed for insufficient lambda. +[2020-08-16 15:50:46,180] /u/HTFGamesStudio had their flair updated +[2020-08-16 15:51:06,567] There has been a new submission: 'My first youtube video :)', with flair 'Gaming' +[2020-08-16 15:51:08,373] /u/Pflux3 had their submission removed for insufficient lambda. +[2020-08-16 15:51:10,576] /u/Pflux3 had their flair updated +[2020-08-16 15:51:30,544] There has been a new submission: 'Help me grow. Not getting organic views.. how is the core content?', with flair 'Video Critique' +[2020-08-16 15:51:33,905] /u/siddhant1991 had their flair updated +[2020-08-16 15:51:51,973] There has been a new submission: 'Weekend Trip #Vlog 1 check out my girlfriends new channel please!', with flair 'Vlog' +[2020-08-16 15:51:53,777] /u/ssmacyt had their submission removed for insufficient lambda. +[2020-08-16 15:51:56,358] /u/ssmacyt had their flair updated +[2020-08-16 15:52:16,392] There has been a new submission: 'My first time playing Fall Guys', with flair 'Gaming' +[2020-08-16 15:52:18,857] /u/AssMonkeyGaming had their submission removed for insufficient lambda. +[2020-08-16 15:52:21,691] /u/AssMonkeyGaming had their flair updated +[2020-08-16 15:52:40,116] There has been a new submission: 'Finally started making vidoes again, This one is about Light Painting', with flair 'Video Critique' +[2020-08-16 15:52:41,872] /u/neo_here had their submission removed for insufficient lambda. +[2020-08-16 15:52:43,883] /u/neo_here had their flair updated +[2020-08-16 15:57:06,049] There has been a new submission: 'Runescape Treasure', with flair 'Gaming' +[2020-08-16 15:57:07,043] /u/GAMEIT-UPALLDAY had their submission removed for insufficient lambda. +[2020-08-16 15:57:08,072] /u/GAMEIT-UPALLDAY had their flair updated +[2020-08-16 16:08:45,007] '/u/porcupine207' has given '/u/DeFrapaCicco' lambda! +[2020-08-16 16:08:47,098] /u/DeFrapaCicco had their flair updated +[2020-08-16 16:10:20,796] There has been a new submission: 'Can I get some feedback on my new video ?', with flair 'Vlog' +[2020-08-16 16:10:23,132] /u/GoddessaOfChaos had their submission removed for insufficient lambda. +[2020-08-16 16:10:25,433] /u/GoddessaOfChaos had their flair updated +[2020-08-16 16:14:33,968] There has been a new submission: 'My interview with famous pornstar karma.rx', with flair 'Video Critique' +[2020-08-16 16:14:35,646] /u/Entp8w7 had their submission removed for insufficient lambda. +[2020-08-16 16:14:37,409] /u/Entp8w7 had their flair updated +[2020-08-16 16:15:24,366] There has been a new submission: 'New video leave a like and a sub if you enjoy', with flair 'Gaming' +[2020-08-16 16:15:25,761] /u/stevan-bass had their submission removed for insufficient lambda. +[2020-08-16 16:15:27,363] /u/stevan-bass had their flair updated +[2020-08-16 16:17:40,813] '/u/porcupine207' has given '/u/Insert-a-reddit-name' lambda! +[2020-08-16 16:17:42,617] /u/Insert-a-reddit-name had their flair updated +[2020-08-16 16:20:06,597] There has been a new submission: 'FORTNITE STORYLINE EXPLAINED! (Part 1 of 2)', with flair 'Gaming' +[2020-08-16 16:20:08,158] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-16 16:20:10,495] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-16 16:27:39,187] There has been a new submission: 'ROCKET LEAGUE PLAYERS ARE NUTS! - TOP 10 BEST GOALS OF THE WEEK', with flair 'Video Critique' +[2020-08-16 16:27:42,050] /u/HakketTv had their flair updated +[2020-08-16 16:31:30,246] There has been a new submission: 'SPIDERS EVERYWHERE!!!!! Kill It With Fire Gameplay!!', with flair 'Gaming' +[2020-08-16 16:31:32,726] /u/Hercule_Q had their submission removed for insufficient lambda. +[2020-08-16 16:31:34,944] /u/Hercule_Q had their flair updated +[2020-08-16 16:33:26,741] There has been a new submission: 'What do you think about my new video?', with flair 'Gaming' +[2020-08-16 16:33:28,300] /u/Pflux3 had their submission removed for insufficient lambda. +[2020-08-16 16:33:30,230] /u/Pflux3 had their flair updated +[2020-08-16 16:40:25,955] There has been a new submission: 'Are the edits and is the sound quality complementing each other? Thanks', with flair 'Video Critique' +[2020-08-16 16:40:27,942] /u/sirmcdon had their submission removed for insufficient lambda. +[2020-08-16 16:40:30,281] /u/sirmcdon had their flair updated +[2020-08-16 16:43:00,649] There has been a new submission: 'Want to take my videos to the next level.', with flair 'Video Critique' +[2020-08-16 16:43:04,076] /u/Lets_Go_Win123 had their flair updated +[2020-08-16 16:44:30,789] There has been a new submission: 'I'm not sure what type of honest review or or criticism you could give this (it's short, gross, and weird), but I'll give lambda to anyone who tries!', with flair 'Video Critique' +[2020-08-16 16:44:32,556] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 16:44:32,593] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 16:44:33,862] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6JlJK9Fvf_I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 16:44:34,355] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 16:44:37,216] /u/DennisTheBadBoy had their flair updated +[2020-08-16 16:46:47,178] +#################### +[Aug 16 2020 16:46:47] RESTARTED +#################### + +[2020-08-16 17:29:59,435] There has been a new submission: 'my first video (proper)', with flair 'Gaming' +[2020-08-16 17:30:02,413] /u/audiozenmusic had their submission removed for insufficient lambda. +[2020-08-16 17:30:04,952] /u/audiozenmusic had their flair updated +[2020-08-16 17:30:25,595] There has been a new submission: 'This video took me a while to edit, this is my second video with this kind of editing style and it was pretty fun to make. Feedback is appreciated!', with flair 'Gaming' +[2020-08-16 17:30:27,337] /u/planktheskank had their submission removed for insufficient lambda. +[2020-08-16 17:30:29,681] /u/planktheskank had their flair updated +[2020-08-16 17:31:24,604] '/u/porcupine207' has given '/u/MetaBreaker25' lambda! +[2020-08-16 17:31:27,588] /u/MetaBreaker25 had their flair updated +[2020-08-16 17:32:17,064] '/u/Brage2004Norway' has given '/u/Pgozur' lambda! +[2020-08-16 17:32:19,888] /u/Pgozur had their flair updated +[2020-08-16 17:33:54,052] '/u/AmeliasTea' has given '/u/History0470' lambda! +[2020-08-16 17:33:56,598] /u/History0470 had their flair updated +[2020-08-16 17:34:16,239] '/u/AmeliasTea' has given '/u/BraveSirOingo' lambda! +[2020-08-16 17:34:18,783] /u/BraveSirOingo had their flair updated +[2020-08-16 17:34:53,685] '/u/AmeliasTea' has given '/u/daene17' lambda! +[2020-08-16 17:34:57,005] /u/daene17 had their flair updated +[2020-08-16 17:35:10,589] '/u/AmeliasTea' has given '/u/Jardayylmao' lambda! +[2020-08-16 17:35:12,004] /u/Jardayylmao had their flair updated +[2020-08-16 17:35:48,492] '/u/DennisTheBadBoy' has given '/u/Pgozur' lambda! +[2020-08-16 17:35:50,902] /u/Pgozur had their flair updated +[2020-08-16 17:36:21,725] '/u/DennisTheBadBoy' has given '/u/audiozenmusic' lambda! +[2020-08-16 17:36:23,729] /u/audiozenmusic had their flair updated +[2020-08-16 17:37:12,840] '/u/DennisTheBadBoy' has given '/u/crayonandon' lambda! +[2020-08-16 17:37:14,888] /u/crayonandon had their flair updated +[2020-08-16 17:37:47,998] There has been a new submission: 'I am still getting used to this new video format, so any feedback is very much appreciated!! Here’s my chapter review on Attack on Titan Chapter 131 :)', with flair 'Video Critique' +[2020-08-16 17:37:50,580] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 17:37:50,704] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 17:37:52,014] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3bXiKgkHQWo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:37:52,468] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3-8-_SoeFJCAZs87j150Dw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:37:55,380] /u/ghoultail had their flair updated +[2020-08-16 17:38:12,751] There has been a new submission: 'The Avengers Experience in 5 minutes.', with flair 'Gaming' +[2020-08-16 17:38:13,770] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-16 17:38:14,676] /u/TheUnsaidSong had their flair updated +[2020-08-16 17:38:32,536] There has been a new submission: 'Passive Income Ideas That Can Make Your Living | Two Pillows', with flair 'Channel Review' +[2020-08-16 17:38:33,809] /u/TwoPillows99 had their submission removed for insufficient lambda. +[2020-08-16 17:38:34,631] /u/TwoPillows99 had their flair updated +[2020-08-16 17:38:51,670] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 23 - A Reckoning In Blood', with flair 'Gaming' +[2020-08-16 17:38:52,487] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-16 17:38:53,226] /u/CecliusPlaysHD had their flair updated +[2020-08-16 17:39:10,808] There has been a new submission: 'Phoenix Point Cthulhu Part 16 Expanding The Bushido Squad', with flair 'Gaming' +[2020-08-16 17:39:11,749] /u/atofose had their submission removed for insufficient lambda. +[2020-08-16 17:39:12,403] /u/atofose had their flair updated +[2020-08-16 17:39:28,787] There has been a new submission: 'A month ago I started a channel of highly edited, goofy but genuine reviews on all sorts of things. Here is my latest video. If you like it, check out some of my other stuff! Thanks!', with flair 'Video Critique' +[2020-08-16 17:39:30,425] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 17:39:30,427] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 17:39:31,777] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gGeVyxAIs_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:39:32,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0xD-Sh_jNCoHYCVqY0aasA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:39:34,399] /u/Pgozur had their flair updated +[2020-08-16 17:42:16,792] There has been a new submission: 'Halo 3: A Janky Phenomenon. Giving lambda to useful advice for this "comedy" review video I did.', with flair 'Video Critique' +[2020-08-16 17:42:19,010] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 17:42:19,011] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 17:42:20,484] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3eIac5_hwYo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:42:21,060] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZIGc2gXLFRS9RJbCrg81xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 17:42:24,011] /u/bunnyofthesea had their flair updated +[2020-08-16 17:42:42,399] There has been a new submission: 'Hey guys, revamping my old channel finally! Could really use some help as well. Thanks ahead of time if you went to watch and subscribe', with flair 'Vlog' +[2020-08-16 17:42:43,957] /u/thatoneguy1904 had their submission removed for insufficient lambda. +[2020-08-16 17:42:45,838] /u/thatoneguy1904 had their flair updated +[2020-08-16 17:47:03,611] There has been a new submission: 'FAIRY TAIL GAME PS4 PRO Gameplay', with flair 'Gaming' +[2020-08-16 17:47:04,759] /u/Chefbreezus had their submission removed for insufficient lambda. +[2020-08-16 17:47:06,029] /u/Chefbreezus had their flair updated +[2020-08-16 17:51:04,914] There has been a new submission: 'Young farmer', with flair 'Channel Review' +[2020-08-16 17:51:06,580] /u/CHOLAavr had their submission removed for insufficient lambda. +[2020-08-16 17:51:08,840] /u/CHOLAavr had their flair updated +[2020-08-16 17:57:19,778] '/u/mskibs' has given '/u/the_real_d247' lambda! +[2020-08-16 17:57:22,522] /u/the_real_d247 had their flair updated +[2020-08-16 17:59:50,929] '/u/Cap_America_AC' has given '/u/liluzisquirt_' lambda! +[2020-08-16 17:59:53,345] /u/liluzisquirt_ had their flair updated +[2020-08-16 18:00:10,298] There has been a new submission: 'My latest video “Atari 2600 JR composite mod” Any tips on how to grow a channel would be appreciated!', with flair 'Channel Review' +[2020-08-16 18:00:12,012] /u/retrogradescene had their submission removed for insufficient lambda. +[2020-08-16 18:00:14,509] /u/retrogradescene had their flair updated +[2020-08-16 18:02:35,845] '/u/Cap_America_AC' has given '/u/capresesalad1985' lambda! +[2020-08-16 18:02:38,586] /u/capresesalad1985 had their flair updated +[2020-08-16 18:04:28,188] '/u/Cap_America_AC' has given '/u/Alternative_Knee' lambda! +[2020-08-16 18:04:30,649] /u/Alternative_Knee had their flair updated +[2020-08-16 18:12:44,085] There has been a new submission: 'GTA Online moments that make me question my sanity', with flair 'Gaming' +[2020-08-16 18:12:45,559] /u/Paden had their submission removed for insufficient lambda. +[2020-08-16 18:12:47,571] /u/Paden had their flair updated +[2020-08-16 18:16:54,395] There has been a new submission: 'Hello, I am pleased to be here', with flair 'Channel Review' +[2020-08-16 18:16:56,739] /u/SlientGhanaian had their submission removed for insufficient lambda. +[2020-08-16 18:16:58,072] /u/SlientGhanaian had their flair updated +[2020-08-16 18:20:07,555] There has been a new submission: 'I need people's opinion on this comment that is bothering me', with flair 'Discussion' +[2020-08-16 18:20:10,110] /u/CheesyRingHole had their flair updated +[2020-08-16 18:20:51,466] There has been a new submission: 'Hey ya'll! Hope u'r fine! :) Have u ever lost quality when exporting photos to social media? Or when printing ur photos? If so, this video should help you. Would love to hear ur thoughts :)', with flair 'Video Critique' +[2020-08-16 18:20:53,091] /u/priscilaelias had their submission removed for insufficient lambda. +[2020-08-16 18:20:55,969] /u/priscilaelias had their flair updated +[2020-08-16 18:25:57,688] '/u/Brage2004Norway' has given '/u/Union_Jack1' lambda! +[2020-08-16 18:26:00,194] /u/Union_Jack1 had their flair updated +[2020-08-16 18:26:18,768] There has been a new submission: 'Something I wish I could tell everyone', with flair 'Discussion' +[2020-08-16 18:26:20,781] /u/__soarin__ had their flair updated +[2020-08-16 18:34:11,591] '/u/Lets_Go_Win123' has given '/u/transformationcoach' lambda! +[2020-08-16 18:34:13,679] /u/transformationcoach had their flair updated +[2020-08-16 18:35:49,041] '/u/MonishCorona' has given '/u/MetaBreaker25' lambda! +[2020-08-16 18:35:51,151] /u/MetaBreaker25 had their flair updated +[2020-08-16 18:38:22,912] There has been a new submission: 'Getting Competitive! Rogue Company Demolition Gameplay', with flair 'Gaming' +[2020-08-16 18:38:23,897] /u/ItsMrEdit had their submission removed for insufficient lambda. +[2020-08-16 18:38:24,961] /u/ItsMrEdit had their flair updated +[2020-08-16 18:40:43,775] There has been a new submission: 'I Managed To Get Myself Onto A GTA V RP server that's filled with BOTH other Youtubers and Streamers, from really small creators to those with HUGE followings. Let me know what you think! (detailed feedback to be rewarded)', with flair 'Video Critique' +[2020-08-16 18:40:46,698] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 18:40:46,737] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 18:40:48,090] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IhkPu3VPE4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 18:40:48,586] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP5bsxJ8vBOS1Hi2RH2r1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 18:40:52,036] /u/TheJustindsd had their flair updated +[2020-08-16 18:43:38,928] '/u/BeserKing' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-16 18:43:41,549] /u/MyNameIsDracoHi had their flair updated +[2020-08-16 18:44:18,010] '/u/MrMoo-Youtube' has given '/u/the_real_d247' lambda! +[2020-08-16 18:44:20,517] /u/the_real_d247 had their flair updated +[2020-08-16 18:46:47,149] +#################### +[Aug 16 2020 18:46:47] RESTARTED +#################### + +[2020-08-16 19:26:53,254] There has been a new submission: 'Just wondered if anyone have any feedback on my latest video. Highly appreciated! :)', with flair 'Channel Review' +[2020-08-16 19:26:54,765] /u/Zaphrey had their submission removed for insufficient lambda. +[2020-08-16 19:26:55,791] /u/Zaphrey had their flair updated +[2020-08-16 19:27:13,196] There has been a new submission: 'Snake Eyes (1998) Review - First Viewing - Summer of Nic Cage', with flair 'Video Critique' +[2020-08-16 19:27:14,222] /u/Neon-Movie-Reviews had their submission removed for insufficient lambda. +[2020-08-16 19:27:15,166] /u/Neon-Movie-Reviews had their flair updated +[2020-08-16 19:27:35,489] There has been a new submission: '"GOLDEN" - Warzone edit, Check it out and leave some feedback! ❤', with flair 'Gaming' +[2020-08-16 19:27:36,396] /u/iBarfield had their submission removed for insufficient lambda. +[2020-08-16 19:27:37,259] /u/iBarfield had their flair updated +[2020-08-16 19:27:54,107] There has been a new submission: 'I made a cover of Indian National Anthem on my Harmonica. Check it out.', with flair 'Video Critique' +[2020-08-16 19:27:55,747] /u/palash90 had their submission removed for insufficient lambda. +[2020-08-16 19:27:56,574] /u/palash90 had their flair updated +[2020-08-16 19:28:13,144] There has been a new submission: 'What's your vision & plan for your Youtube Journey & Success?', with flair 'Channel Review' +[2020-08-16 19:28:16,999] /u/transformationcoach had their flair updated +[2020-08-16 19:28:33,717] There has been a new submission: 'Please Don't Name Your Child "Captain Phasma" - Lambda for Feedback! I have the video skip over my milestone announcement at the beginning, don't feel required to watch that', with flair 'Video Critique' +[2020-08-16 19:28:36,130] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 19:28:36,252] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 19:28:37,722] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WG_TuJ02cEk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:28:38,012] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUQtUghDrC6EUYckaKE3mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:28:39,812] /u/midnightjenga had their flair updated +[2020-08-16 19:28:57,834] There has been a new submission: 'I’ve been grinding for a min trying to make funny prank videos I would really love it if you checked out my Chanel and gave us feed back 😂😢❤️', with flair 'None' +[2020-08-16 19:28:58,651] /u/WinterAmount5 had their submission removed for insufficient lambda. +[2020-08-16 19:28:59,265] /u/WinterAmount5 had their flair updated +[2020-08-16 19:29:16,926] There has been a new submission: 'newbie', with flair 'Discussion' +[2020-08-16 19:29:17,950] /u/Soph_96xo had their flair updated +[2020-08-16 19:29:34,510] There has been a new submission: 'CHOCOLATE CHIP COOKIES GLUTEN FREE | Magnolia Table Cookbook Recipe || You Can't Go Wrong!', with flair 'Video Critique' +[2020-08-16 19:29:35,538] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-08-16 19:29:36,319] /u/glutenfree__girl had their flair updated +[2020-08-16 19:29:53,368] There has been a new submission: 'Hey all! Im very new to editing footage. Looking for some feedback for the intro / outro i created', with flair 'Video Critique' +[2020-08-16 19:29:55,006] /u/dfoot1995 had their submission removed for insufficient lambda. +[2020-08-16 19:29:55,580] /u/dfoot1995 had their flair updated +[2020-08-16 19:30:12,661] There has been a new submission: 'JUST MY AVARAGE VRchat DAY Part1', with flair 'Gaming' +[2020-08-16 19:30:14,545] /u/KJB65 had their submission removed for insufficient lambda. +[2020-08-16 19:30:17,495] /u/KJB65 had their flair updated +[2020-08-16 19:30:36,137] There has been a new submission: 'Storytime vid: the time i saw a tornado', with flair 'Vlog' +[2020-08-16 19:30:37,978] /u/CockroachHistorical2 had their submission removed for insufficient lambda. +[2020-08-16 19:30:40,312] /u/CockroachHistorical2 had their flair updated +[2020-08-16 19:31:01,833] There has been a new submission: 'I make mostly memes and Shitposts! I’ll give lambda for whoever dares to watch', with flair 'Video Critique' +[2020-08-16 19:31:03,550] /u/EquivalentTrust had their submission removed for insufficient lambda. +[2020-08-16 19:31:05,801] /u/EquivalentTrust had their flair updated +[2020-08-16 19:31:25,088] There has been a new submission: 'Hanging With A Male Model!!', with flair 'Vlog' +[2020-08-16 19:31:26,688] /u/kingkuffo75 had their submission removed for insufficient lambda. +[2020-08-16 19:31:28,907] /u/kingkuffo75 had their flair updated +[2020-08-16 19:32:52,463] '/u/BeserKing' has given '/u/pretendyourespecial' lambda! +[2020-08-16 19:32:55,040] /u/pretendyourespecial had their flair updated +[2020-08-16 19:34:27,975] '/u/bunnyofthesea' has given '/u/Cap_America_AC' lambda! +[2020-08-16 19:34:30,594] /u/Cap_America_AC had their flair updated +[2020-08-16 19:34:50,137] '/u/porcupine207' has given '/u/playerinfinity707' lambda! +[2020-08-16 19:34:53,249] /u/playerinfinity707 had their flair updated +[2020-08-16 19:35:55,568] '/u/DennisTheBadBoy' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-16 19:35:57,922] /u/MyNameIsDracoHi had their flair updated +[2020-08-16 19:36:13,660] '/u/DennisTheBadBoy' has given '/u/FlexwithDrez' lambda! +[2020-08-16 19:36:15,585] /u/FlexwithDrez had their flair updated +[2020-08-16 19:36:35,767] '/u/DennisTheBadBoy' has given '/u/vengeanceasx' lambda! +[2020-08-16 19:36:38,062] /u/vengeanceasx had their flair updated +[2020-08-16 19:36:57,802] '/u/DennisTheBadBoy' has given '/u/Cap_America_AC' lambda! +[2020-08-16 19:37:00,067] /u/Cap_America_AC had their flair updated +[2020-08-16 19:37:18,286] '/u/DennisTheBadBoy' has given '/u/midnightjenga' lambda! +[2020-08-16 19:37:20,548] /u/midnightjenga had their flair updated +[2020-08-16 19:38:07,779] '/u/DennisTheBadBoy' has given '/u/MrSirjohny' lambda! +[2020-08-16 19:38:09,831] /u/MrSirjohny had their flair updated +[2020-08-16 19:38:29,058] '/u/Brage2004Norway' has given '/u/DeFrapaCicco' lambda! +[2020-08-16 19:38:30,987] /u/DeFrapaCicco had their flair updated +[2020-08-16 19:39:19,590] '/u/Pgozur' has given '/u/FlexwithDrez' lambda! +[2020-08-16 19:39:21,519] /u/FlexwithDrez had their flair updated +[2020-08-16 19:41:35,082] '/u/qzeqYT' has given '/u/Union_Jack1' lambda! +[2020-08-16 19:41:37,836] /u/Union_Jack1 had their flair updated +[2020-08-16 19:44:12,800] '/u/TheJustindsd' has given '/u/Lukegreen3703' lambda! +[2020-08-16 19:44:15,255] /u/Lukegreen3703 had their flair updated +[2020-08-16 19:47:32,802] '/u/qzeqYT' has given '/u/Lebachiii' lambda! +[2020-08-16 19:47:34,606] /u/Lebachiii had their flair updated +[2020-08-16 19:50:51,418] There has been a new submission: 'FALL GUYS DANK MEME TRAILER [FUNNY]', with flair 'Gaming' +[2020-08-16 19:50:53,006] /u/AlexNasis had their submission removed for insufficient lambda. +[2020-08-16 19:50:55,260] /u/AlexNasis had their flair updated +[2020-08-16 19:51:12,107] There has been a new submission: 'Ever thought what happens when you stuff GTA full of mods? Look no further! 🧨 All kinds of feedback and critisism and suggestions VERY needed 💗', with flair 'Video Critique' +[2020-08-16 19:51:13,172] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 19:51:13,174] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 19:51:14,237] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kGc_aCWRfB8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:51:14,568] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:51:17,606] /u/qzeqYT had their flair updated +[2020-08-16 19:51:38,113] There has been a new submission: 'My friend made this video and it’s amazing', with flair 'Channel Review' +[2020-08-16 19:51:39,850] /u/1123HH123 had their submission removed for insufficient lambda. +[2020-08-16 19:51:41,967] /u/1123HH123 had their flair updated +[2020-08-16 19:52:03,123] There has been a new submission: 'Funny moments rainbow 6! Will give lambda for feedback!', with flair 'Video Critique' +[2020-08-16 19:52:05,088] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 19:52:05,089] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 19:52:06,686] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OLgiEaDmC3U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:52:07,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHFWi2GE4gdJ6LPDja1aYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:52:10,614] /u/Lukegreen3703 had their flair updated +[2020-08-16 19:52:29,269] There has been a new submission: 'GUYS, i just uploaded and wanted feedback, thanks', with flair 'None' +[2020-08-16 19:52:30,785] /u/ricos_yt had their submission removed for insufficient lambda. +[2020-08-16 19:52:32,836] /u/ricos_yt had their flair updated +[2020-08-16 19:52:52,929] There has been a new submission: 'Hey guys, I mostly do fitness and health related videos. Today is my 21st birthday and I decided to celebrate it with THIS crazy birthday workout video. I'm also on my road to 200 subs so I'd appreciate any sort of help.', with flair 'Channel Review' +[2020-08-16 19:52:54,649] /u/MerkoMilan05 had their submission removed for insufficient lambda. +[2020-08-16 19:52:56,578] /u/MerkoMilan05 had their flair updated +[2020-08-16 19:53:36,264] '/u/midnightjenga' has given '/u/PIXELPIGYT' lambda! +[2020-08-16 19:53:39,009] /u/PIXELPIGYT had their flair updated +[2020-08-16 19:54:28,506] '/u/DennisTheBadBoy' has given '/u/NeoshadowXC' lambda! +[2020-08-16 19:54:30,805] /u/NeoshadowXC had their flair updated +[2020-08-16 19:54:51,052] '/u/DennisTheBadBoy' has given '/u/PIXELPIGYT' lambda! +[2020-08-16 19:54:54,658] /u/PIXELPIGYT had their flair updated +[2020-08-16 19:55:13,521] '/u/TheJustindsd' has given '/u/Union_Jack1' lambda! +[2020-08-16 19:55:14,972] /u/Union_Jack1 had their flair updated +[2020-08-16 19:58:17,564] There has been a new submission: 'The Problem With Rocket League', with flair 'Video Critique' +[2020-08-16 19:58:19,041] /u/potato_tard69 had their submission removed for insufficient lambda. +[2020-08-16 19:58:19,819] /u/potato_tard69 had their flair updated +[2020-08-16 19:58:38,020] There has been a new submission: 'The Simp Queen Takes An L', with flair 'Video Critique' +[2020-08-16 19:58:39,293] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 19:58:39,295] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 19:58:40,853] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FcyoB-mIKTM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:58:41,223] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoR88i1yvd9wYRMbZ9pgDfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 19:58:43,309] /u/Union_Jack1 had their flair updated +[2020-08-16 20:02:29,663] '/u/Brandonator247' has given '/u/Heavy_Rain_' lambda! +[2020-08-16 20:02:32,410] /u/Heavy_Rain_ had their flair updated +[2020-08-16 20:04:28,340] '/u/infinitegfuelshakers' has given '/u/NeoshadowXC' lambda! +[2020-08-16 20:04:31,213] /u/NeoshadowXC had their flair updated +[2020-08-16 20:08:08,128] '/u/qzeqYT' has given '/u/heyitsjdot' lambda! +[2020-08-16 20:08:10,551] /u/heyitsjdot had their flair updated +[2020-08-16 20:16:49,825] There has been a new submission: 'Do you need help for your youtube channel? I can help you.', with flair 'Discussion' +[2020-08-16 20:16:52,331] /u/justforkiss had their flair updated +[2020-08-16 20:18:52,449] '/u/Lukegreen3703' has given '/u/AngryMonkey5556' lambda! +[2020-08-16 20:18:54,252] /u/AngryMonkey5556 had their flair updated +[2020-08-16 20:19:43,771] '/u/Lukegreen3703' has given '/u/FlexwithDrez' lambda! +[2020-08-16 20:19:45,538] /u/FlexwithDrez had their flair updated +[2020-08-16 20:24:34,227] There has been a new submission: 'Been making videos for around 2 months now, any thoughts and opinions please! Lambda for feedback', with flair 'Video Critique' +[2020-08-16 20:24:35,452] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 20:24:35,490] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 20:24:36,802] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mrlPXUn2Kk4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 20:24:37,131] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmkKEYG2OqzgYQVvElZb9Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 20:24:40,372] /u/FlexwithDrez had their flair updated +[2020-08-16 20:25:07,237] '/u/DennisTheBadBoy' has given '/u/nowa90' lambda! +[2020-08-16 20:25:08,364] /u/nowa90 had their flair updated +[2020-08-16 20:25:42,547] '/u/DennisTheBadBoy' has given '/u/ghern1112' lambda! +[2020-08-16 20:25:44,759] /u/ghern1112 had their flair updated +[2020-08-16 20:31:33,935] '/u/Lukegreen3703' has given '/u/Trogdor8freebird' lambda! +[2020-08-16 20:31:36,890] /u/Trogdor8freebird had their flair updated +[2020-08-16 20:38:09,355] There has been a new submission: 'We created a short ad for our channel, thoughts/input would be appreciated!', with flair 'Video Critique' +[2020-08-16 20:38:11,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 20:38:11,615] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 20:38:13,087] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7000RZCaQbM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 20:38:13,497] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNQ3WMvrKDeKq0iDVY7QYwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 20:38:16,371] /u/threepiecesofbread had their flair updated +[2020-08-16 20:39:24,406] There has been a new submission: '"Hiding in My Home" - ARG/horror web series with code elements', with flair 'Art' +[2020-08-16 20:39:25,293] /u/PM_ME_YOURE_NUDEZ had their submission removed for insufficient lambda. +[2020-08-16 20:39:25,879] /u/PM_ME_YOURE_NUDEZ had their flair updated +[2020-08-16 20:45:17,383] There has been a new submission: 'I'm tired of having absolutely no growth for years', with flair 'Discussion' +[2020-08-16 20:45:19,470] /u/PlayR47 had their flair updated +[2020-08-16 20:46:47,607] +#################### +[Aug 16 2020 20:46:47] RESTARTED +#################### + +[2020-08-16 21:20:23,906] Starting every day program... +[2020-08-16 21:20:24,032] Updating database statistics... +[2020-08-16 21:20:25,175] Posting and updating wiki... +[2020-08-16 21:20:53,051] Formatting leaderboard... +[2020-08-16 21:20:54,278] Updating sidebar... +[2020-08-16 21:20:54,609] Updated in new reddit... +[2020-08-16 21:20:58,138] Updated in old reddit... +[2020-08-16 21:20:58,138] Completed. +[2020-08-16 21:25:17,249] There has been a new submission: 'Do you make your own thumbnails? How important are they?', with flair 'Discussion' +[2020-08-16 21:25:26,356] /u/BakingMathlete89 had their flair updated +[2020-08-16 21:25:43,433] There has been a new submission: 'Channel stopped growing', with flair 'Discussion' +[2020-08-16 21:25:45,805] /u/GraduateDan had their flair updated +[2020-08-16 21:26:02,920] There has been a new submission: 'My second ever youtube video, I'd love any feedback you have!!', with flair 'Video Critique' +[2020-08-16 21:26:04,884] /u/SoggyWalnuts_ had their submission removed for insufficient lambda. +[2020-08-16 21:26:06,894] /u/SoggyWalnuts_ had their flair updated +[2020-08-16 21:26:25,134] There has been a new submission: 'I’m very new, this is only my 3rd video on my channel. Looking for feedback on the video to see if I’m moving in the right direction with my videos', with flair 'Video Critique' +[2020-08-16 21:26:26,891] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 21:26:27,179] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 21:26:28,328] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yt8QmomRjMY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:26:28,740] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClrXMXocQofKw5eYToRi7qw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:26:31,365] /u/dikoekiemonster had their flair updated +[2020-08-16 21:26:48,943] There has been a new submission: 'WE EXPLORED ONE OF THE OLDEST FACTORIES IN THE USA!!', with flair 'Channel Review' +[2020-08-16 21:26:49,924] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-16 21:26:51,033] /u/bubenator10 had their flair updated +[2020-08-16 21:27:25,810] '/u/Lets_Go_Win123' has given '/u/NeoshadowXC' lambda! +[2020-08-16 21:27:27,987] /u/NeoshadowXC had their flair updated +[2020-08-16 21:29:13,530] '/u/qzeqYT' has given '/u/PIXELPIGYT' lambda! +[2020-08-16 21:29:15,619] /u/PIXELPIGYT had their flair updated +[2020-08-16 21:30:35,907] '/u/threepiecesofbread' has given '/u/milkyfro' lambda! +[2020-08-16 21:30:38,778] /u/milkyfro had their flair updated +[2020-08-16 21:32:43,626] '/u/Union_Jack1' has given '/u/the_real_d247' lambda! +[2020-08-16 21:32:46,328] /u/the_real_d247 had their flair updated +[2020-08-16 21:35:15,662] '/u/TheJustindsd' has given '/u/Trogdor8freebird' lambda! +[2020-08-16 21:35:17,016] /u/Trogdor8freebird had their flair updated +[2020-08-16 21:41:53,038] '/u/DennisTheBadBoy' has given '/u/Trogdor8freebird' lambda! +[2020-08-16 21:41:56,638] /u/Trogdor8freebird had their flair updated +[2020-08-16 21:44:47,177] '/u/DennisTheBadBoy' has given '/u/IOEBedtimeStories' lambda! +[2020-08-16 21:44:49,997] /u/IOEBedtimeStories had their flair updated +[2020-08-16 21:45:12,503] '/u/DennisTheBadBoy' has given '/u/BattleCatPrintShop' lambda! +[2020-08-16 21:45:14,880] /u/BattleCatPrintShop had their flair updated +[2020-08-16 21:45:37,099] '/u/DennisTheBadBoy' has given '/u/coolboyyobro' lambda! +[2020-08-16 21:45:39,065] /u/coolboyyobro had their flair updated +[2020-08-16 21:46:28,046] There has been a new submission: 'Valorant Deathmatch Raises My BLOOD PRESSURE', with flair 'Gaming' +[2020-08-16 21:46:29,240] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-16 21:46:30,431] /u/Silly-Sammy had their flair updated +[2020-08-16 21:46:48,433] There has been a new submission: 'New GTA 5 Open Wheel Races - This is my first attempt at a gaming video, my channel is mostly hauls, try-ons and reviews, but as a Girl Gamer, I want to showcase that side of myself too...or maybe I should just stick with my niche...', with flair 'Gaming' +[2020-08-16 21:46:51,915] /u/curvygurlflo had their submission removed for insufficient lambda. +[2020-08-16 21:46:53,634] /u/curvygurlflo had their flair updated +[2020-08-16 21:47:10,716] There has been a new submission: 'Top 10 Common Sense Tips NEEDED To Make SUCCESSFUL Videos', with flair 'Video Critique' +[2020-08-16 21:47:11,784] /u/hamza1127 had their submission removed for insufficient lambda. +[2020-08-16 21:47:12,887] /u/hamza1127 had their flair updated +[2020-08-16 21:47:32,091] There has been a new submission: 'IronIV.exe [feedbackbackbackback plz]', with flair 'Gaming' +[2020-08-16 21:47:34,633] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 21:47:34,671] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 21:47:36,190] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_-Kz5o5FHPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:47:36,606] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:47:38,617] /u/ameixarocha had their flair updated +[2020-08-16 21:47:55,843] There has been a new submission: 'Brand deal at hand, please help', with flair 'Discussion' +[2020-08-16 21:47:58,999] /u/freakin_sweet had their flair updated +[2020-08-16 21:48:13,435] There has been a new submission: 'I posted a new video about battlefront 2! Will give lambda for valid points!', with flair 'Video Critique' +[2020-08-16 21:48:14,460] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 21:48:14,580] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 21:48:15,609] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DKiYkqSdgs0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:48:15,979] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQTIqlWqWES_l-vXPToGwMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:48:17,824] /u/PIXELPIGYT had their flair updated +[2020-08-16 21:48:35,245] There has been a new submission: 'Fall Guys: Ultimate Knockout - Gameplay Part 2', with flair 'Gaming' +[2020-08-16 21:48:36,273] /u/rawanarafat1 had their submission removed for insufficient lambda. +[2020-08-16 21:48:37,134] /u/rawanarafat1 had their flair updated +[2020-08-16 21:48:53,037] There has been a new submission: 'Meta Memes of COD Warzone, In a Suit! Feedback always appreciated!', with flair 'Gaming' +[2020-08-16 21:48:53,895] /u/TheManager4 had their submission removed for insufficient lambda. +[2020-08-16 21:48:54,594] /u/TheManager4 had their flair updated +[2020-08-16 21:49:15,613] '/u/PIXELPIGYT' has given '/u/Trogdor8freebird' lambda! +[2020-08-16 21:49:17,414] /u/Trogdor8freebird had their flair updated +[2020-08-16 21:54:16,676] '/u/nickey88k' has given '/u/ghoultail' lambda! +[2020-08-16 21:54:19,216] /u/ghoultail had their flair updated +[2020-08-16 21:54:40,728] '/u/nickey88k' has given '/u/NeoshadowXC' lambda! +[2020-08-16 21:54:43,225] /u/NeoshadowXC had their flair updated +[2020-08-16 21:55:45,981] '/u/PIXELPIGYT' has given '/u/FlightoftheMelons' lambda! +[2020-08-16 21:55:48,405] /u/FlightoftheMelons had their flair updated +[2020-08-16 21:56:08,497] '/u/nickey88k' has given '/u/OwenAdamsMusic' lambda! +[2020-08-16 21:56:09,976] /u/OwenAdamsMusic had their flair updated +[2020-08-16 21:56:43,663] '/u/Lukegreen3703' has given '/u/coolboyyobro' lambda! +[2020-08-16 21:56:45,791] /u/coolboyyobro had their flair updated +[2020-08-16 21:59:34,540] There has been a new submission: '(Lambda for useful critiques)👽Commentary Video Talking about the Extreme heatwave and rolling blackouts that were caused by the sheer HEAT🔥💦💧🔥', with flair 'Video Critique' +[2020-08-16 21:59:36,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 21:59:36,306] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 21:59:37,945] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gPnZkRFcl8E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:59:38,398] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgLqtful06fq51BLsE2ga1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 21:59:40,165] /u/FlightoftheMelons had their flair updated +[2020-08-16 22:00:14,468] There has been a new submission: 'Po Boy Sandwich with Remoulade Sauce', with flair 'Vlog' +[2020-08-16 22:00:16,146] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-08-16 22:00:18,892] /u/Wingo321 had their flair updated +[2020-08-16 22:01:27,856] There has been a new submission: 'FALL GUYS GETS DESTROYED, PLAYS WITH BALLS, BUT DOES HE GET CROWN!? | Giving Lambda for useful feedback and advice! Still fairly new to all this, any tips would be greatly appreciated!', with flair 'Video Critique' +[2020-08-16 22:01:29,248] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 22:01:29,250] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 22:01:30,807] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uA8Tv4FRDCM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 22:01:31,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-hSeyvv0Mo0SaNqeQpPMew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 22:01:34,495] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-16 22:02:15,970] There has been a new submission: 'Chrono Trigger Documentary | Giving lambda for helpful feedback (Transitions being somewhat broken already noted, though not sure why they are)', with flair 'Video Critique' +[2020-08-16 22:02:17,653] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 22:02:17,655] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 22:02:19,173] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=D2PMWpgnpZ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 22:02:19,585] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx31e1yC6Si337YIDP45OJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 22:02:23,439] /u/Trogdor8freebird had their flair updated +[2020-08-16 22:03:15,430] '/u/DennisTheBadBoy' has given '/u/El_Fez' lambda! +[2020-08-16 22:03:18,016] /u/El_Fez had their flair updated +[2020-08-16 22:12:34,959] There has been a new submission: 'I'm an Indie Dev offering a sponsorship for my game to support smaller channels', with flair 'Gaming' +[2020-08-16 22:12:36,645] /u/Pracy_ had their submission removed for insufficient lambda. +[2020-08-16 22:12:38,779] /u/Pracy_ had their flair updated +[2020-08-16 22:13:40,398] There has been a new submission: 'The Tale of Sensei Ishikawa! - GHOST OF TSUSHIMA Gameplay Act 1 Part 6 (Ep. 6)', with flair 'Gaming' +[2020-08-16 22:13:44,006] /u/Paranoia_Origins had their submission removed for insufficient lambda. +[2020-08-16 22:13:46,591] /u/Paranoia_Origins had their flair updated +[2020-08-16 22:15:20,656] There has been a new submission: 'Shadu Clay Ganpati Making at home... Have a look.😀', with flair 'Channel Review' +[2020-08-16 22:15:22,007] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-08-16 22:15:23,526] /u/ARTCRAFTFUN had their flair updated +[2020-08-16 22:17:44,764] There has been a new submission: 'My own twitch infomercial', with flair 'Vlog' +[2020-08-16 22:17:46,274] /u/Mactista had their submission removed for insufficient lambda. +[2020-08-16 22:17:47,335] /u/Mactista had their flair updated +[2020-08-16 22:20:08,471] There has been a new submission: 'Win 2 free video edits!', with flair 'Collab' +[2020-08-16 22:20:11,053] /u/nickey88k had their flair updated +[2020-08-16 22:21:52,340] '/u/TheJustindsd' has given '/u/Omi-Wan-Kenobi' lambda! +[2020-08-16 22:21:54,957] /u/Omi-Wan-Kenobi had their flair updated +[2020-08-16 22:30:58,809] There has been a new submission: 'hii, new vlog! hanging with a male model', with flair 'Vlog' +[2020-08-16 22:31:00,435] /u/kingkuffo75 had their submission removed for insufficient lambda. +[2020-08-16 22:31:02,767] /u/kingkuffo75 had their flair updated +[2020-08-16 22:36:42,641] There has been a new submission: 'MY LATEST VIDEO', with flair 'Gaming' +[2020-08-16 22:36:43,829] /u/IIRAVERII had their submission removed for insufficient lambda. +[2020-08-16 22:36:45,309] /u/IIRAVERII had their flair updated +[2020-08-16 22:39:11,410] There has been a new submission: 'My newest videos', with flair 'Gaming' +[2020-08-16 22:39:12,832] /u/Classy_101 had their submission removed for insufficient lambda. +[2020-08-16 22:39:13,527] /u/Classy_101 had their flair updated +[2020-08-16 22:40:51,298] '/u/bunnyofthesea' has given '/u/Omi-Wan-Kenobi' lambda! +[2020-08-16 22:40:54,332] /u/Omi-Wan-Kenobi had their flair updated +[2020-08-16 22:42:15,849] '/u/bunnyofthesea' has given '/u/SoggyOpposite' lambda! +[2020-08-16 22:42:18,722] /u/SoggyOpposite had their flair updated +[2020-08-16 22:46:49,538] +#################### +[Aug 16 2020 22:46:49] RESTARTED +#################### + +[2020-08-16 23:09:35,712] '/u/FlightoftheMelons' has given '/u/Monopoloctomeese' lambda! +[2020-08-16 23:09:37,759] /u/Monopoloctomeese had their flair updated +[2020-08-16 23:30:25,183] There has been a new submission: 'The most basic pokemon card breaking channel. First time, I need all the tips on lighting, audio, personality, anything edit wise.', with flair 'Video Critique' +[2020-08-16 23:30:27,974] /u/Zichardruniga had their submission removed for insufficient lambda. +[2020-08-16 23:30:30,314] /u/Zichardruniga had their flair updated +[2020-08-16 23:30:50,343] There has been a new submission: 'I started an LGBTQ channel called The Clever Queer. I'm so proud of my first video and its performance so far. Please share any feedback you have, I'd really like to hear from you guys. :)', with flair 'Video Critique' +[2020-08-16 23:30:52,923] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 23:30:52,963] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 23:30:54,190] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BRO06kGCtbI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 23:30:54,562] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCptNoBW9xDTgcnXI9OPKvnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 23:30:58,010] /u/NeoshadowXC had their flair updated +[2020-08-16 23:31:16,430] There has been a new submission: 'Watch time doesn’t matter as a small YouTuber. Here is why!', with flair 'Discussion' +[2020-08-16 23:31:20,160] /u/wesdoesgame had their flair updated +[2020-08-16 23:31:45,017] '/u/FlightoftheMelons' has given '/u/MonishCorona' lambda! +[2020-08-16 23:31:47,846] /u/MonishCorona had their flair updated +[2020-08-16 23:32:53,756] '/u/threepiecesofbread' has given '/u/Monopoloctomeese' lambda! +[2020-08-16 23:32:56,909] /u/Monopoloctomeese had their flair updated +[2020-08-16 23:36:09,982] '/u/Trogdor8freebird' has given '/u/Zichardruniga' lambda! +[2020-08-16 23:36:11,855] /u/Zichardruniga had their flair updated +[2020-08-16 23:38:10,080] There has been a new submission: 'Check out my yt', with flair 'Gaming' +[2020-08-16 23:38:11,141] /u/Nourygaming had their submission removed for insufficient lambda. +[2020-08-16 23:38:11,922] /u/Nourygaming had their flair updated +[2020-08-16 23:38:29,110] There has been a new submission: 'Youtube ads are wild bro lol', with flair 'Video Critique' +[2020-08-16 23:38:30,128] /u/PyromaniaYT had their submission removed for insufficient lambda. +[2020-08-16 23:38:30,825] /u/PyromaniaYT had their flair updated +[2020-08-16 23:38:47,035] There has been a new submission: 'Valorant Dualtage "Kujo Freestyle"', with flair 'Gaming' +[2020-08-16 23:38:47,982] /u/NITROLYFUN had their submission removed for insufficient lambda. +[2020-08-16 23:38:48,636] /u/NITROLYFUN had their flair updated +[2020-08-16 23:39:06,077] There has been a new submission: 'When the timing is unjust. DiscreetHQ on youtube', with flair 'Gaming' +[2020-08-16 23:39:07,133] /u/DiscreetHQ had their submission removed for insufficient lambda. +[2020-08-16 23:39:07,748] /u/DiscreetHQ had their flair updated +[2020-08-16 23:39:25,695] There has been a new submission: 'Samidare (Early Summer Rain) - Naruto Shippūden | Vocal, Ocarina, & Piano Cover | I made original lyrics for this song from Naruto and I’m looking for feedback on the style of the video!', with flair 'Video Critique' +[2020-08-16 23:39:29,437] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-16 23:39:29,561] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-16 23:39:30,954] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HuUWOBzjwyk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 23:39:31,323] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF9BdzFX-Lemi6NTLpfgamg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-16 23:39:33,124] /u/MonishCorona had their flair updated +[2020-08-16 23:44:33,135] There has been a new submission: 'How to find viewers for YouTube?', with flair 'Discussion' +[2020-08-16 23:44:37,030] /u/Chig3l had their flair updated +[2020-08-16 23:46:29,787] '/u/Lukegreen3703' has given '/u/cav_1' lambda! +[2020-08-16 23:46:32,366] /u/cav_1 had their flair updated +[2020-08-16 23:47:52,316] '/u/Lukegreen3703' has given '/u/Monopoloctomeese' lambda! +[2020-08-16 23:47:54,692] /u/Monopoloctomeese had their flair updated +[2020-08-16 23:48:46,689] '/u/Lukegreen3703' has given '/u/LCDCBoys' lambda! +[2020-08-16 23:48:48,855] /u/LCDCBoys had their flair updated +[2020-08-16 23:49:50,462] There has been a new submission: 'Feedback please!', with flair 'Video Critique' +[2020-08-16 23:49:52,222] /u/kisyofuii had their submission removed for insufficient lambda. +[2020-08-16 23:49:54,352] /u/kisyofuii had their flair updated +[2020-08-16 23:54:26,235] '/u/DennisTheBadBoy' has given '/u/Peltlegs' lambda! +[2020-08-16 23:54:29,143] /u/Peltlegs had their flair updated +[2020-08-16 23:54:52,606] '/u/DennisTheBadBoy' has given '/u/Monopoloctomeese' lambda! +[2020-08-16 23:54:56,134] /u/Monopoloctomeese had their flair updated +[2020-08-16 23:56:11,454] '/u/DennisTheBadBoy' has given '/u/SpiderGwebPlays' lambda! +[2020-08-16 23:56:13,712] /u/SpiderGwebPlays had their flair updated +[2020-08-16 23:57:21,345] '/u/DennisTheBadBoy' has given '/u/rociscool_' lambda! +[2020-08-16 23:57:24,452] /u/rociscool_ had their flair updated +[2020-08-16 23:57:42,516] There has been a new submission: 'Black Clover vs Anime Community', with flair 'Video Critique' +[2020-08-16 23:57:43,823] /u/BasedBuffet had their submission removed for insufficient lambda. +[2020-08-16 23:57:44,886] /u/BasedBuffet had their flair updated +[2020-08-16 23:58:19,514] '/u/DennisTheBadBoy' has given '/u/Meow121325' lambda! +[2020-08-16 23:58:21,801] /u/Meow121325 had their flair updated +[2020-08-17 00:05:46,283] '/u/qzeqYT' has given '/u/LCDCBoys' lambda! +[2020-08-17 00:05:47,917] /u/LCDCBoys had their flair updated +[2020-08-17 00:08:09,385] '/u/qzeqYT' has given '/u/Omi-Wan-Kenobi' lambda! +[2020-08-17 00:08:11,634] /u/Omi-Wan-Kenobi had their flair updated +[2020-08-17 00:08:36,425] '/u/Trogdor8freebird' has given '/u/Chig3l' lambda! +[2020-08-17 00:08:38,596] /u/Chig3l had their flair updated +[2020-08-17 00:09:13,758] '/u/qzeqYT' has given '/u/LimitlessRange_' lambda! +[2020-08-17 00:09:15,598] /u/LimitlessRange_ had their flair updated +[2020-08-17 00:10:10,574] '/u/qzeqYT' has given '/u/milkyfro' lambda! +[2020-08-17 00:10:12,811] /u/milkyfro had their flair updated +[2020-08-17 00:11:00,940] '/u/qzeqYT' has given '/u/Trogdor8freebird' lambda! +[2020-08-17 00:11:03,765] /u/Trogdor8freebird had their flair updated +[2020-08-17 00:14:00,745] There has been a new submission: 'Very new to video editing and looking for ways to improve. I'm currently using Hitfilm Express to edit videos and I'm struggling with creating smooth transitions.', with flair 'Video Critique' +[2020-08-17 00:14:02,133] /u/SimplySuey had their submission removed for insufficient lambda. +[2020-08-17 00:14:03,974] /u/SimplySuey had their flair updated +[2020-08-17 00:25:10,828] '/u/MonishCorona' has given '/u/SimplySuey' lambda! +[2020-08-17 00:25:12,536] /u/SimplySuey had their flair updated +[2020-08-17 00:26:13,351] There has been a new submission: 'What started as a practice project to learn Premiere eventually (accidentally) became a finished video... My very first upload, an edited gameplay highlights video~ enjoy!', with flair 'Gaming' +[2020-08-17 00:26:14,661] /u/uninihil had their submission removed for insufficient lambda. +[2020-08-17 00:26:16,180] /u/uninihil had their flair updated +[2020-08-17 00:30:17,562] '/u/threepiecesofbread' has given '/u/Zichardruniga' lambda! +[2020-08-17 00:30:20,262] /u/Zichardruniga had their flair updated +[2020-08-17 00:34:48,179] There has been a new submission: 'I did my first ever Live Stream', with flair 'Video Critique' +[2020-08-17 00:34:49,410] /u/CalbuddyTv had their submission removed for insufficient lambda. +[2020-08-17 00:34:51,142] /u/CalbuddyTv had their flair updated +[2020-08-17 00:35:33,121] There has been a new submission: 'Fall Guys funniest moments', with flair 'Video Critique' +[2020-08-17 00:35:34,278] /u/DilddleChampion had their submission removed for insufficient lambda. +[2020-08-17 00:35:35,849] /u/DilddleChampion had their flair updated +[2020-08-17 00:35:45,570] There has been a new submission: 'How much effort in editing gaming videos if posting frequently? Ive been playing with this idea for awhile now and would like to see some input! I feel a lot of people watch more for personality and content of video. Is this vid a good balance? Giving lambda to detailed advice!', with flair 'Video Critique' +[2020-08-17 00:35:45,912] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 00:35:45,913] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 00:35:46,063] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YjHap_oH228&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 00:35:46,196] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCb5yMn_xuy3511SJfmBCGYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 00:35:48,295] /u/Chig3l had their flair updated +[2020-08-17 00:39:46,141] '/u/threepiecesofbread' has given '/u/SimplySuey' lambda! +[2020-08-17 00:39:48,067] /u/SimplySuey had their flair updated +[2020-08-17 00:46:50,892] +#################### +[Aug 17 2020 00:46:50] RESTARTED +#################### + +[2020-08-17 01:29:13,150] There has been a new submission: 'Uploaded my first video, I'm very proud of it, as it's my first time editing anything.', with flair 'Gaming' +[2020-08-17 01:29:15,525] /u/SonarFPS had their submission removed for insufficient lambda. +[2020-08-17 01:29:16,058] /u/SonarFPS had their flair updated +[2020-08-17 01:30:53,856] /u/Chig3l had their flair updated +[2020-08-17 01:32:58,309] '/u/Pgozur' has given '/u/Narband' lambda! +[2020-08-17 01:33:01,162] /u/Narband had their flair updated +[2020-08-17 01:34:33,208] There has been a new submission: 'What are your 4 reddit channel choices to share Youtube links?', with flair 'Discussion' +[2020-08-17 01:34:35,167] /u/Warpfaces had their flair updated +[2020-08-17 01:34:56,792] There has been a new submission: 'Hey guys I just made a new video do tell me how I can improve on my videos and channel 😁', with flair 'Video Critique' +[2020-08-17 01:34:58,020] /u/beardmanshark had their submission removed for insufficient lambda. +[2020-08-17 01:34:59,490] /u/beardmanshark had their flair updated +[2020-08-17 01:35:17,955] There has been a new submission: 'Uploaded my first single player gameplay and would love feedback and support', with flair 'Gaming' +[2020-08-17 01:35:19,381] /u/kayjay1m had their submission removed for insufficient lambda. +[2020-08-17 01:35:20,789] /u/kayjay1m had their flair updated +[2020-08-17 01:35:38,939] There has been a new submission: 'Looking for someone with a VR headset to collab with for a few episode's', with flair 'Collab' +[2020-08-17 01:35:40,453] /u/dfoot1995 had their flair updated +[2020-08-17 01:35:59,290] There has been a new submission: 'DayDayReacts will post good content such as reactions and some gaming videos! Go subscribe!', with flair 'Channel Review' +[2020-08-17 01:36:00,405] /u/DayNotAverage had their submission removed for insufficient lambda. +[2020-08-17 01:36:01,635] /u/DayNotAverage had their flair updated +[2020-08-17 01:36:18,934] There has been a new submission: 'I'm doing my own spin on John Oliver. What do you think?', with flair 'Video Critique' +[2020-08-17 01:36:20,052] /u/staticscum had their submission removed for insufficient lambda. +[2020-08-17 01:36:21,244] /u/staticscum had their flair updated +[2020-08-17 01:36:38,134] There has been a new submission: 'Fall Guys Best Moments And Funny Fails', with flair 'Gaming' +[2020-08-17 01:36:39,567] /u/angata500 had their submission removed for insufficient lambda. +[2020-08-17 01:36:40,790] /u/angata500 had their flair updated +[2020-08-17 01:39:28,447] There has been a new submission: 'I really hate poop', with flair 'Art' +[2020-08-17 01:39:29,884] /u/ChanTheMan89 had their submission removed for insufficient lambda. +[2020-08-17 01:39:30,376] /u/ChanTheMan89 had their flair updated +[2020-08-17 01:39:49,741] '/u/Chig3l' has given '/u/ElderTerdkin' lambda! +[2020-08-17 01:39:51,371] /u/ElderTerdkin had their flair updated +[2020-08-17 01:47:50,197] '/u/ghoultail' has given '/u/Lukegreen3703' lambda! +[2020-08-17 01:47:52,457] /u/Lukegreen3703 had their flair updated +[2020-08-17 01:48:43,637] '/u/ghoultail' has given '/u/NeoshadowXC' lambda! +[2020-08-17 01:48:45,927] /u/NeoshadowXC had their flair updated +[2020-08-17 01:53:48,078] There has been a new submission: 'because i plan to make a follow up i decided to get this video critiqued', with flair 'Video Critique' +[2020-08-17 01:53:51,390] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 01:53:51,431] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 01:53:52,814] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lswBzkxt9Pk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 01:53:53,346] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC99BV-PxVrKZFCmP1E4DUQw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 01:53:56,441] /u/Meow121325 had their flair updated +[2020-08-17 01:58:19,810] '/u/Lukegreen3703' has given '/u/The_Suited_Bird' lambda! +[2020-08-17 01:58:21,815] /u/The_Suited_Bird had their flair updated +[2020-08-17 01:58:39,409] There has been a new submission: 'Ocean Waves, 1993 AMV EDIT. If you enjoy, do like and sub', with flair 'Art' +[2020-08-17 01:58:40,884] /u/AbhinavSaket34 had their submission removed for insufficient lambda. +[2020-08-17 01:58:41,829] /u/AbhinavSaket34 had their flair updated +[2020-08-17 02:05:15,785] '/u/DennisTheBadBoy' has given '/u/The_SnuggieGTR' lambda! +[2020-08-17 02:05:17,459] /u/The_SnuggieGTR had their flair updated +[2020-08-17 02:07:45,523] There has been a new submission: 'I just posted this stream highlight on my newer channel took forever so I thought I could maybe get some feedback. (It's basically all of Half-Life: Alyx in one 12 minute vid) (With a style I was just starting to try)', with flair 'Gaming' +[2020-08-17 02:07:46,872] /u/Timeless_Tips had their submission removed for insufficient lambda. +[2020-08-17 02:07:48,145] /u/Timeless_Tips had their flair updated +[2020-08-17 02:08:39,228] '/u/DennisTheBadBoy' has given '/u/staticscum' lambda! +[2020-08-17 02:08:40,661] /u/staticscum had their flair updated +[2020-08-17 02:09:16,306] '/u/DennisTheBadBoy' has given '/u/XXexavier' lambda! +[2020-08-17 02:09:18,610] /u/XXexavier had their flair updated +[2020-08-17 02:11:07,290] '/u/DennisTheBadBoy' has given '/u/Jayotic44' lambda! +[2020-08-17 02:11:10,530] /u/Jayotic44 had their flair updated +[2020-08-17 02:11:34,752] '/u/DennisTheBadBoy' has given '/u/The_Suited_Bird' lambda! +[2020-08-17 02:11:37,499] /u/The_Suited_Bird had their flair updated +[2020-08-17 02:13:34,820] '/u/DennisTheBadBoy' has given '/u/fpsverse' lambda! +[2020-08-17 02:13:37,814] /u/fpsverse had their flair updated +[2020-08-17 02:14:27,901] There has been a new submission: 'My 8th fishing video. Other than getting the capture of the fish on film, I missed it on this fish. Where else can I improve? Will give Lambada for ANY comments', with flair 'Video Critique' +[2020-08-17 02:14:29,097] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 02:14:29,135] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 02:14:30,367] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ra3mIsYT9jY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:14:30,778] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrd56iz4KW-blUkDJrwbnmg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:14:33,898] /u/after_hours_chef had their flair updated +[2020-08-17 02:18:46,186] There has been a new submission: 'Anyone down for a good game of UNO? If you can comment and like on the video to help me see if YT pushes my videos on other peoples recommended that would be awesome :D. Otherwise any advice on how to promote my videos would be amazing too. Thanks guys :)', with flair 'Video Critique' +[2020-08-17 02:18:48,227] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 02:18:48,229] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 02:18:49,619] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OqDKfsiQ5NM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:18:50,028] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:18:51,746] /u/danifernt had their flair updated +[2020-08-17 02:24:40,040] '/u/DennisTheBadBoy' has given '/u/Xulah' lambda! +[2020-08-17 02:24:42,628] /u/Xulah had their flair updated +[2020-08-17 02:31:56,262] There has been a new submission: 'weekly dose', with flair 'Video Critique' +[2020-08-17 02:31:58,244] /u/Downtown_Fig5979 had their submission removed for insufficient lambda. +[2020-08-17 02:32:00,418] /u/Downtown_Fig5979 had their flair updated +[2020-08-17 02:34:25,016] There has been a new submission: 'I created a new channel trailer. Please tell me what you think of it and I'll reward lambda for good feedback. Please let me know any experience or tips you have for channel trailers. Thank you!', with flair 'Video Critique' +[2020-08-17 02:34:25,482] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 02:34:25,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 02:34:25,841] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KxHWthXu6ZM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:34:26,056] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfWjZQDYQQgelgZnKTUtrBA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 02:34:28,644] /u/vengeanceasx had their flair updated +[2020-08-17 02:35:23,642] There has been a new submission: 'OSRS Episode Three. On our way to max cash!!', with flair 'Gaming' +[2020-08-17 02:35:24,960] /u/SeanFuchs had their submission removed for insufficient lambda. +[2020-08-17 02:35:26,531] /u/SeanFuchs had their flair updated +[2020-08-17 02:38:27,841] '/u/after_hours_chef' has given '/u/SimplySuey' lambda! +[2020-08-17 02:38:30,020] /u/SimplySuey had their flair updated +[2020-08-17 02:38:51,064] '/u/after_hours_chef' has given '/u/Zichardruniga' lambda! +[2020-08-17 02:38:53,234] /u/Zichardruniga had their flair updated +[2020-08-17 02:41:19,574] '/u/FlightoftheMelons' has given '/u/The_Suited_Bird' lambda! +[2020-08-17 02:41:22,314] /u/The_Suited_Bird had their flair updated +[2020-08-17 02:42:54,844] '/u/Cheesy_Walrus_YT' has given '/u/LimitlessRange_' lambda! +[2020-08-17 02:42:59,145] /u/LimitlessRange_ had their flair updated +[2020-08-17 02:44:04,512] There has been a new submission: 'Should I make two channels rather than one?', with flair 'Discussion' +[2020-08-17 02:44:08,280] /u/gmxsnip3r had their flair updated +[2020-08-17 02:45:58,609] '/u/Cheesy_Walrus_YT' has given '/u/tyler24366' lambda! +[2020-08-17 02:46:01,059] /u/tyler24366 had their flair updated +[2020-08-17 02:46:51,368] +#################### +[Aug 17 2020 02:46:51] RESTARTED +#################### + +[2020-08-17 03:30:08,476] There has been a new submission: 'Is Google Ads Worth It? [Testing YouTube's Promote Button!] FEEDBACK (and funny comments) WILL BE REWARDED WITH LAMBDA!!!', with flair 'Video Critique' +[2020-08-17 03:30:12,816] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 03:30:12,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 03:30:13,793] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ez1pa0dBu2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:30:14,243] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5w-BlT8AosrcbmEM6h2A2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:30:17,399] /u/The_Suited_Bird had their flair updated +[2020-08-17 03:30:36,591] There has been a new submission: 'First vid, Break me video down. Lighting, pace, audio, give me every drip of advice. Will drop coins.', with flair 'Video Critique' +[2020-08-17 03:30:38,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 03:30:38,266] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 03:30:39,208] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qxhMJhKphs0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:30:39,619] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8_aOy4xVsjtG-jo2S4VSxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:30:43,063] /u/Zichardruniga had their flair updated +[2020-08-17 03:31:06,378] '/u/Cheesy_Walrus_YT' has given '/u/SimplySuey' lambda! +[2020-08-17 03:31:09,341] /u/SimplySuey had their flair updated +[2020-08-17 03:32:14,047] '/u/midnightjenga' has given '/u/AngryMonkey5556' lambda! +[2020-08-17 03:32:17,085] /u/AngryMonkey5556 had their flair updated +[2020-08-17 03:32:37,639] '/u/midnightjenga' has given '/u/kamomil' lambda! +[2020-08-17 03:32:40,349] /u/kamomil had their flair updated +[2020-08-17 03:33:02,079] '/u/midnightjenga' has given '/u/The_Suited_Bird' lambda! +[2020-08-17 03:33:04,818] /u/The_Suited_Bird had their flair updated +[2020-08-17 03:33:24,289] '/u/vengeanceasx' has given '/u/SimplySuey' lambda! +[2020-08-17 03:33:26,748] /u/SimplySuey had their flair updated +[2020-08-17 03:34:01,364] '/u/Trogdor8freebird' has given '/u/_jedijoel' lambda! +[2020-08-17 03:34:04,270] /u/_jedijoel had their flair updated +[2020-08-17 03:34:24,024] '/u/qzeqYT' has given '/u/coolboyyobro' lambda! +[2020-08-17 03:34:27,302] /u/coolboyyobro had their flair updated +[2020-08-17 03:35:04,115] '/u/qzeqYT' has given '/u/staticscum' lambda! +[2020-08-17 03:35:06,610] /u/staticscum had their flair updated +[2020-08-17 03:35:11,849] '/u/The_Suited_Bird' has given '/u/1NSOMN1AW01F' lambda! +[2020-08-17 03:35:13,291] /u/1NSOMN1AW01F had their flair updated +[2020-08-17 03:35:22,968] '/u/vengeanceasx' has given '/u/1NSOMN1AW01F' lambda! +[2020-08-17 03:35:24,926] /u/1NSOMN1AW01F had their flair updated +[2020-08-17 03:36:13,324] '/u/Ajmracer' has given '/u/BraveSirOingo' lambda! +[2020-08-17 03:36:15,635] /u/BraveSirOingo had their flair updated +[2020-08-17 03:37:14,031] '/u/MonishCorona' has given '/u/staticscum' lambda! +[2020-08-17 03:37:16,165] /u/staticscum had their flair updated +[2020-08-17 03:39:15,061] There has been a new submission: 'Hey, new YouTuber here and I was wondering if it is better to post more frequently with the sacrifice of some quality or have better quality with the sacrifice of less frequent uploads when starting out?', with flair 'Discussion' +[2020-08-17 03:39:17,972] /u/Ajmracer had their flair updated +[2020-08-17 03:39:34,124] There has been a new submission: 'A video discussing Cosmo Sheldrake’s first album and its deeper meanings. What do you all think of it? (The Much Much How How and I)', with flair 'Video Critique' +[2020-08-17 03:39:35,354] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 03:39:35,392] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 03:39:36,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tvdaVuvNa5o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:39:37,040] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOhk5y7Gqqgss3QZNnt3aYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:39:38,888] /u/JohnPompeli had their flair updated +[2020-08-17 03:43:39,618] There has been a new submission: 'I'm doing my own twist on John Oliver. What do you think?', with flair 'Video Critique' +[2020-08-17 03:43:41,007] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 03:43:41,009] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 03:43:42,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MnGpK3_fWew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:43:42,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvptvAUkhqYvsYu1eujpDeg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 03:43:46,619] /u/staticscum had their flair updated +[2020-08-17 03:47:13,443] There has been a new submission: 'I made this video to make fun of myself for not posting more, so hopefully there will be more videos to follow it soon. Any advice on how I can improve is greatly appreciated!', with flair 'Video Critique' +[2020-08-17 03:47:16,066] /u/WannabeProduce had their submission removed for insufficient lambda. +[2020-08-17 03:47:17,873] /u/WannabeProduce had their flair updated +[2020-08-17 03:48:05,080] There has been a new submission: 'BEST Console Sensitivity For Improving Quickly (Fast and Slow Sens 2020)...', with flair 'Gaming' +[2020-08-17 03:48:05,942] /u/XenixHD had their submission removed for insufficient lambda. +[2020-08-17 03:48:06,801] /u/XenixHD had their flair updated +[2020-08-17 03:53:33,800] There has been a new submission: 'I Don't Like People That Hate Sword Art Online', with flair 'Video Critique' +[2020-08-17 03:53:35,439] /u/FullAnimics had their submission removed for insufficient lambda. +[2020-08-17 03:53:37,364] /u/FullAnimics had their flair updated +[2020-08-17 03:58:11,576] '/u/vengeanceasx' has given '/u/RealGalaxyRider' lambda! +[2020-08-17 03:58:13,905] /u/RealGalaxyRider had their flair updated +[2020-08-17 04:03:00,813] '/u/Fluffy_B0Y3' has given '/u/infinitegfuelshakers' lambda! +[2020-08-17 04:03:03,594] /u/infinitegfuelshakers had their flair updated +[2020-08-17 04:10:08,898] There has been a new submission: 'Hey guys, Up and coming new youtuber. plz help me get 25 subs it would mean the world', with flair 'Gaming' +[2020-08-17 04:10:11,750] /u/Disconnnection had their submission removed for insufficient lambda. +[2020-08-17 04:10:14,067] /u/Disconnnection had their flair updated +[2020-08-17 04:17:29,850] There has been a new submission: 'Give Saitama His MONEY!!! I don't need a Review, just whether if you Enjoyed it or not, and Lamba Point for any... Just replies lol.', with flair 'Video Critique' +[2020-08-17 04:17:32,101] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 04:17:32,180] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 04:17:32,959] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O4vDaWxOLwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:17:33,370] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJekJ97dwxYmPo-sYpiTDjg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:17:35,455] /u/ZhyperCR1T had their flair updated +[2020-08-17 04:17:58,538] There has been a new submission: 'With special thanks to everyone helping me out last week, including u/-Lipo- , I bring to you another pokemon VR experience with a bit of story, faster cuts, more comedic cropping and a mix of fast paced shenanigans sandwiched by some slower moments. Let me know! Lambda for feedback!', with flair 'Video Critique' +[2020-08-17 04:17:59,277] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 04:17:59,279] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 04:17:59,930] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T6puBdDMrPk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:18:00,985] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:18:03,729] /u/Illfury had their flair updated +[2020-08-17 04:22:38,645] There has been a new submission: 'Can somebody help me and give my channel a sub. I really need it.', with flair 'Channel Review' +[2020-08-17 04:22:40,199] /u/upintheski had their submission removed for insufficient lambda. +[2020-08-17 04:22:42,331] /u/upintheski had their flair updated +[2020-08-17 04:23:22,687] There has been a new submission: 'Made a review on Samsung's Entry Level phone,tried my best given the resources I own at the current time and would love appreciate feedback and support', with flair 'Video Critique' +[2020-08-17 04:23:24,938] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 04:23:24,977] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 04:23:26,415] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NPwUD-XEt2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:23:26,866] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLjyPF_l4DxOAyQrwJQpMEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 04:23:30,096] /u/JamesBondOO72468 had their flair updated +[2020-08-17 04:29:05,302] There has been a new submission: 'I think the intro is a bit funny what do u guys think?', with flair 'Channel Review' +[2020-08-17 04:29:06,487] /u/c0ach5teve had their submission removed for insufficient lambda. +[2020-08-17 04:29:07,263] /u/c0ach5teve had their flair updated +[2020-08-17 04:37:24,755] There has been a new submission: 'James Charles Viral Tweet Prank (Hilarious Reactions)', with flair 'Discussion' +[2020-08-17 04:37:27,789] /u/LCDCBoys had their submission removed for using the wrong flair. +[2020-08-17 04:37:29,763] /u/LCDCBoys had their flair updated +[2020-08-17 04:46:36,732] +#################### +[Aug 17 2020 04:46:36] RESTARTED +#################### + +[2020-08-17 05:19:15,143] There has been a new submission: 'Social media Gif/10-20 sec clips', with flair 'Discussion' +[2020-08-17 05:19:17,149] /u/Ehmmmiggy had their flair updated +[2020-08-17 05:19:33,294] There has been a new submission: 'Supporting Local Nail Salon Amid COVID 19 | Pinay in LA', with flair 'Vlog' +[2020-08-17 05:19:35,261] /u/Meme-Aleph had their submission removed for insufficient lambda. +[2020-08-17 05:19:35,879] /u/Meme-Aleph had their flair updated +[2020-08-17 05:20:14,101] '/u/The_Suited_Bird' has given '/u/RealGalaxyRider' lambda! +[2020-08-17 05:20:16,306] /u/RealGalaxyRider had their flair updated +[2020-08-17 05:20:56,449] '/u/NeoshadowXC' has given '/u/JamesBondOO72468' lambda! +[2020-08-17 05:20:59,109] /u/JamesBondOO72468 had their flair updated +[2020-08-17 05:21:46,432] /u/Invincibleprimus had their flair updated +[2020-08-17 05:22:53,096] '/u/Illfury' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-17 05:22:55,680] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-17 05:25:13,195] '/u/JamesBondOO72468' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-17 05:25:15,487] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-17 05:26:47,225] There has been a new submission: 'A valorant video with PewDiePie green screen, some classic memes and great sound effects.', with flair 'Gaming' +[2020-08-17 05:26:48,328] /u/kurama5598 had their submission removed for insufficient lambda. +[2020-08-17 05:26:49,389] /u/kurama5598 had their flair updated +[2020-08-17 05:27:07,087] There has been a new submission: 'Took a shot at a movie review/commentary style video - let me know what you think!', with flair 'Video Critique' +[2020-08-17 05:27:08,028] /u/donnovanmesa had their submission removed for insufficient lambda. +[2020-08-17 05:27:09,136] /u/donnovanmesa had their flair updated +[2020-08-17 05:27:26,687] There has been a new submission: 'Guys plz give me feedback on vid and tell where it is lacking something. Ty', with flair 'Gaming' +[2020-08-17 05:27:27,819] /u/vikalp180 had their submission removed for insufficient lambda. +[2020-08-17 05:27:28,720] /u/vikalp180 had their flair updated +[2020-08-17 05:27:50,947] '/u/Zichardruniga' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-17 05:27:53,235] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-17 05:33:12,913] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-17 05:37:17,875] There has been a new submission: 'Marvel Avenger Beta Ultra Settings 1440P | HDR | RTX 2080 Ti | i9 9900K 5Ghz', with flair 'Gaming' +[2020-08-17 05:37:19,029] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-17 05:37:20,301] /u/PudgeKing7 had their flair updated +[2020-08-17 05:44:26,852] There has been a new submission: 'This is my first time making a vlog, I hope y’all can give me feedback and hope u enjoy 🤟', with flair 'Vlog' +[2020-08-17 05:44:28,289] /u/WasikulIslam had their submission removed for insufficient lambda. +[2020-08-17 05:44:30,139] /u/WasikulIslam had their flair updated +[2020-08-17 05:45:38,360] '/u/JamesBondOO72468' has given '/u/Hero_Doses' lambda! +[2020-08-17 05:45:40,782] /u/Hero_Doses had their flair updated +[2020-08-17 05:55:10,026] '/u/DennisTheBadBoy' has given '/u/TrueGIXERJ' lambda! +[2020-08-17 05:55:11,708] /u/TrueGIXERJ had their flair updated +[2020-08-17 06:02:21,907] '/u/ZhyperCR1T' has given '/u/after_hours_chef' lambda! +[2020-08-17 06:02:24,729] /u/after_hours_chef had their flair updated +[2020-08-17 06:02:46,383] '/u/ZhyperCR1T' has given '/u/zainubbb' lambda! +[2020-08-17 06:02:49,168] /u/zainubbb had their flair updated +[2020-08-17 06:03:27,519] There has been a new submission: 'hey, thats pretty good! - vsauce', with flair 'Vlog' +[2020-08-17 06:03:28,855] /u/frozzma had their submission removed for insufficient lambda. +[2020-08-17 06:03:30,784] /u/frozzma had their flair updated +[2020-08-17 06:04:08,650] There has been a new submission: 'Support for subscribe', with flair 'Channel Review' +[2020-08-17 06:04:09,843] /u/Ak47nrth47 had their submission removed for insufficient lambda. +[2020-08-17 06:04:11,690] /u/Ak47nrth47 had their flair updated +[2020-08-17 06:05:14,105] There has been a new submission: 'I really enjoy what I’m creating and think others might too, I’ve wanted to become a YouTuber my whole life and I’m trying as hard as I can. Any feed back is greatly appreciated', with flair 'Vlog' +[2020-08-17 06:05:15,463] /u/danielccook had their submission removed for insufficient lambda. +[2020-08-17 06:05:17,089] /u/danielccook had their flair updated +[2020-08-17 06:15:07,836] '/u/NeoshadowXC' has given '/u/DennisTheBadBoy' lambda! +[2020-08-17 06:15:10,497] /u/DennisTheBadBoy had their flair updated +[2020-08-17 06:46:17,064] +#################### +[Aug 17 2020 06:46:17] RESTARTED +#################### + +[2020-08-17 07:13:11,689] '/u/midnightjenga' has given '/u/DennisTheBadBoy' lambda! +[2020-08-17 07:13:14,557] /u/DennisTheBadBoy had their flair updated +[2020-08-17 07:14:02,286] There has been a new submission: 'how do I build up to from here', with flair 'Gaming' +[2020-08-17 07:14:03,587] /u/penguincola2 had their submission removed for insufficient lambda. +[2020-08-17 07:14:05,193] /u/penguincola2 had their flair updated +[2020-08-17 07:14:23,302] There has been a new submission: 'WE EXPLORED ONE OF THE OLDEST FACTORIES IN THE USA!!', with flair 'Channel Review' +[2020-08-17 07:14:24,530] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-17 07:14:26,085] /u/bubenator10 had their flair updated +[2020-08-17 07:14:44,770] There has been a new submission: 'Pranking my mom and telling her I got a girl pregnant', with flair 'Vlog' +[2020-08-17 07:14:46,039] /u/ylk_hunter had their submission removed for insufficient lambda. +[2020-08-17 07:14:47,643] /u/ylk_hunter had their flair updated +[2020-08-17 07:15:08,985] There has been a new submission: 'Hey guys and gals! Just a quick one. I've got a new video out so if you could show some support that qould be great!', with flair 'Gaming' +[2020-08-17 07:15:10,377] /u/drbenjejr had their submission removed for insufficient lambda. +[2020-08-17 07:15:11,814] /u/drbenjejr had their flair updated +[2020-08-17 07:24:45,515] '/u/FlexwithDrez' has given '/u/Zichardruniga' lambda! +[2020-08-17 07:24:48,010] /u/Zichardruniga had their flair updated +[2020-08-17 07:26:50,008] '/u/FlexwithDrez' has given '/u/The_Suited_Bird' lambda! +[2020-08-17 07:26:52,589] /u/The_Suited_Bird had their flair updated +[2020-08-17 07:28:18,536] '/u/FlexwithDrez' has given '/u/intrepidgrlventure' lambda! +[2020-08-17 07:28:20,958] /u/intrepidgrlventure had their flair updated +[2020-08-17 07:36:34,937] There has been a new submission: 'A Streetcar Named Desire Monologue', with flair 'Video Critique' +[2020-08-17 07:36:36,146] /u/ActTrix had their submission removed for insufficient lambda. +[2020-08-17 07:36:37,639] /u/ActTrix had their flair updated +[2020-08-17 07:47:23,969] There has been a new submission: 'heres a funny video i made like sub and share', with flair 'Gaming' +[2020-08-17 07:47:25,199] /u/audiozenmusic had their submission removed for insufficient lambda. +[2020-08-17 07:47:27,142] /u/audiozenmusic had their flair updated +[2020-08-17 08:00:35,559] There has been a new submission: 'Sooo on my other account youtube asked me if I enjoyed any of the videos I watched on my main channel.', with flair 'Discussion' +[2020-08-17 08:00:40,275] /u/Narband had their flair updated +[2020-08-17 08:09:47,961] There has been a new submission: 'Mortal Kombat 11: Sub Zero vs. Kano - Cold Death (Very Hard)', with flair 'Gaming' +[2020-08-17 08:09:48,989] /u/grandcrewgaming had their submission removed for insufficient lambda. +[2020-08-17 08:09:49,522] /u/grandcrewgaming had their flair updated +[2020-08-17 08:20:08,993] '/u/WellNata' has given '/u/Woftoki' lambda! +[2020-08-17 08:20:11,286] /u/Woftoki had their flair updated +[2020-08-17 08:20:17,689] There has been a new submission: 'i catfished a famous rapper...', with flair 'Gaming' +[2020-08-17 08:20:19,685] /u/HeyiTzFiNn had their submission removed for insufficient lambda. +[2020-08-17 08:20:21,973] /u/HeyiTzFiNn had their flair updated +[2020-08-17 08:20:27,630] There has been a new submission: 'Spent 4 hours editing a 5 minute video! Can I maybe get some feedback and maybe even a few likes. It would mean so much if someone took the time to leave a comment!', with flair 'Gaming' +[2020-08-17 08:20:29,667] /u/GCDxHigh had their submission removed for insufficient lambda. +[2020-08-17 08:20:31,936] /u/GCDxHigh had their flair updated +[2020-08-17 08:21:45,962] There has been a new submission: 'a selfless suicide song (a final upload ) - by weirdbutneat', with flair 'Art' +[2020-08-17 08:21:47,380] /u/CestLaVie1989 had their submission removed for insufficient lambda. +[2020-08-17 08:21:49,620] /u/CestLaVie1989 had their flair updated +[2020-08-17 08:28:52,736] There has been a new submission: 'HELP ME', with flair 'Gaming' +[2020-08-17 08:28:53,577] /u/Top_Cat92 had their submission removed for insufficient lambda. +[2020-08-17 08:28:54,376] /u/Top_Cat92 had their flair updated +[2020-08-17 08:36:23,203] There has been a new submission: 'I am doing a giveaway of the Dishonored game along with a walkthrough if anyone is interested!', with flair 'Gaming' +[2020-08-17 08:36:24,747] /u/andrijacg had their submission removed for insufficient lambda. +[2020-08-17 08:36:26,503] /u/andrijacg had their flair updated +[2020-08-17 08:37:43,598] There has been a new submission: 'Song & SFX by me', with flair 'Art' +[2020-08-17 08:37:44,820] /u/WS-system had their submission removed for insufficient lambda. +[2020-08-17 08:37:46,050] /u/WS-system had their flair updated +[2020-08-17 08:46:16,867] +#################### +[Aug 17 2020 08:46:16] RESTARTED +#################### + +[2020-08-17 09:14:35,086] '/u/yeetbox_' has given '/u/WellNata' lambda! +[2020-08-17 09:14:37,587] /u/WellNata had their flair updated +[2020-08-17 09:15:11,337] There has been a new submission: 'Do you enjoy dumb comedy and and randomness? Well, I'm the person for you! Me and my friends never know what comes next.', with flair 'Gaming' +[2020-08-17 09:15:12,570] /u/Noah_Villanova had their submission removed for insufficient lambda. +[2020-08-17 09:15:13,923] /u/Noah_Villanova had their flair updated +[2020-08-17 09:15:33,219] There has been a new submission: 'AWESOME HAT!! - Enigmatica 6 - Ep. 3 - Mods Minecraft - 1.16 Modded Mine...', with flair 'Gaming' +[2020-08-17 09:15:34,360] /u/rockerbuck73 had their submission removed for insufficient lambda. +[2020-08-17 09:15:35,751] /u/rockerbuck73 had their flair updated +[2020-08-17 09:15:53,785] There has been a new submission: 'Check out my latest Tarkov video', with flair 'Gaming' +[2020-08-17 09:15:55,133] /u/Electric48Wizard had their submission removed for insufficient lambda. +[2020-08-17 09:15:56,448] /u/Electric48Wizard had their flair updated +[2020-08-17 09:18:12,664] There has been a new submission: 'Promoting an app that makes blurry background videos on phone devices..Tell me your opinions about how good it is and suggest any other apps', with flair 'Video Critique' +[2020-08-17 09:18:13,974] /u/hustlingyoutuber had their submission removed for insufficient lambda. +[2020-08-17 09:18:14,754] /u/hustlingyoutuber had their flair updated +[2020-08-17 09:18:37,577] '/u/HiddenOddBox' has given '/u/MonishCorona' lambda! +[2020-08-17 09:18:39,622] /u/MonishCorona had their flair updated +[2020-08-17 09:37:37,868] There has been a new submission: 'Hey guys! Just posted a new video, I appreciate your support as always & would be happy to return the love :)', with flair 'Vlog' +[2020-08-17 09:37:38,892] /u/caitlinxryde had their submission removed for insufficient lambda. +[2020-08-17 09:37:40,243] /u/caitlinxryde had their flair updated +[2020-08-17 09:50:12,794] There has been a new submission: 'What do you think of our first meal prep video?', with flair 'Video Critique' +[2020-08-17 09:50:13,533] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 09:50:13,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 09:50:13,629] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vbg9P-O_cuY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 09:50:13,749] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGITHtIpIIJadBeKmMLBWow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 09:50:17,017] /u/southislandtinyhouse had their flair updated +[2020-08-17 10:23:08,706] There has been a new submission: 'New world order to counter Covid-19 effects', with flair 'Video Critique' +[2020-08-17 10:23:10,344] /u/rahulkhatri137 had their submission removed for insufficient lambda. +[2020-08-17 10:23:12,354] /u/rahulkhatri137 had their flair updated +[2020-08-17 10:26:37,854] There has been a new submission: 'Year old video recently got the most views in my channel in the last 28 days', with flair 'Discussion' +[2020-08-17 10:26:39,594] /u/dany_goku had their flair updated +[2020-08-17 10:44:51,106] There has been a new submission: 'Pokemon Schild: Insel der Festung - Nintendo Switch - Gameplay #05', with flair 'Gaming' +[2020-08-17 10:44:52,605] /u/TrafalgarLaw1986 had their submission removed for insufficient lambda. +[2020-08-17 10:44:54,348] /u/TrafalgarLaw1986 had their flair updated +[2020-08-17 10:46:16,729] +#################### +[Aug 17 2020 10:46:16] RESTARTED +#################### + +[2020-08-17 11:02:55,450] There has been a new submission: 'First product review, how do I come across?', with flair 'Video Critique' +[2020-08-17 11:02:56,886] /u/Dansinnervoice had their submission removed for insufficient lambda. +[2020-08-17 11:02:59,259] /u/Dansinnervoice had their flair updated +[2020-08-17 11:19:48,617] '/u/Illfury' has given '/u/Not_A_Doct0r' lambda! +[2020-08-17 11:19:50,174] /u/Not_A_Doct0r had their flair updated +[2020-08-17 11:45:21,129] '/u/danifernt' has given '/u/Not_A_Doct0r' lambda! +[2020-08-17 11:45:22,789] /u/Not_A_Doct0r had their flair updated +[2020-08-17 11:55:11,581] There has been a new submission: 'This Is My Acoustic Cover - Small Bump ED SHEERAN (CONSI)', with flair 'Video Critique' +[2020-08-17 11:55:12,833] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-17 11:55:14,601] /u/benconsidine had their flair updated +[2020-08-17 12:00:14,757] There has been a new submission: 'Key words and tags.', with flair 'Discussion' +[2020-08-17 12:00:17,747] /u/FrankyCalgs had their flair updated +[2020-08-17 12:21:39,922] There has been a new submission: 'A unforgettable train Ride deep into mountain to see a peculiar creature, The Olm. As always Lambda for constructive criticism and I hope you enjoy', with flair 'Video Critique' +[2020-08-17 12:21:40,393] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 12:21:40,396] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 12:21:40,589] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lFDZeqicEyo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 12:21:40,699] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYStwFY0lQTF8Gt2r1UFdZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 12:21:43,503] /u/intrepidgrlventure had their flair updated +[2020-08-17 12:27:30,853] '/u/Zichardruniga' has given '/u/Not_A_Doct0r' lambda! +[2020-08-17 12:27:32,043] /u/Not_A_Doct0r had their flair updated +[2020-08-17 12:46:16,575] +#################### +[Aug 17 2020 12:46:16] RESTARTED +#################### + +[2020-08-17 13:00:58,366] '/u/threepiecesofbread' has given '/u/MetaBreaker25' lambda! +[2020-08-17 13:01:01,086] /u/MetaBreaker25 had their flair updated +[2020-08-17 13:01:24,783] '/u/staticscum' has given '/u/Hero_Doses' lambda! +[2020-08-17 13:01:27,647] /u/Hero_Doses had their flair updated +[2020-08-17 13:02:21,104] There has been a new submission: 'Hyper Scape- Mad intense solo games. Go watch and please subscribe', with flair 'Gaming' +[2020-08-17 13:02:22,856] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-17 13:02:24,946] /u/XA1CE had their flair updated +[2020-08-17 13:02:48,875] '/u/JohnPompeli' has given '/u/Not_A_Doct0r' lambda! +[2020-08-17 13:02:51,461] /u/Not_A_Doct0r had their flair updated +[2020-08-17 13:07:06,941] There has been a new submission: 'Something weird is happening to my channel. Feedback would be greatly appreciated', with flair 'Channel Review' +[2020-08-17 13:07:08,127] /u/Finger-Printer-Jam had their submission removed for insufficient lambda. +[2020-08-17 13:07:09,398] /u/Finger-Printer-Jam had their flair updated +[2020-08-17 13:10:05,056] There has been a new submission: 'QQ9 STANDBY ADVANTAGE CLASS TA AMAZING COD MOBILE', with flair 'Gaming' +[2020-08-17 13:10:06,858] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-17 13:10:09,274] /u/MulberryNo1582 had their flair updated +[2020-08-17 13:23:50,128] '/u/intrepidgrlventure' has given '/u/HKPaperZombie' lambda! +[2020-08-17 13:23:52,633] /u/HKPaperZombie had their flair updated +[2020-08-17 13:24:52,829] '/u/intrepidgrlventure' has given '/u/Heavy_Rain_' lambda! +[2020-08-17 13:24:56,437] /u/Heavy_Rain_ had their flair updated +[2020-08-17 13:25:10,093] There has been a new submission: 'My newest review for Lucifer and Netflix recommendations! Lambda for good feedback 😊', with flair 'Video Critique' +[2020-08-17 13:25:10,500] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 13:25:10,504] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 13:25:10,697] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fbvm9jV7Vsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 13:25:10,828] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 13:25:12,957] /u/Cap_America_AC had their flair updated +[2020-08-17 13:31:27,012] There has been a new submission: 'Have you guys played this game or not ?? Am I very bad at finding clue in this game?? Tell me guys', with flair 'Gaming' +[2020-08-17 13:31:28,941] /u/Funcertified had their submission removed for insufficient lambda. +[2020-08-17 13:31:31,199] /u/Funcertified had their flair updated +[2020-08-17 13:33:07,502] There has been a new submission: 'TOP 10 RICHEST PERSON IN THE WORLD | 2020 | VARANGANTI SHIVA', with flair 'Video Critique' +[2020-08-17 13:33:09,542] /u/PuzzledArmadillo2638 had their submission removed for insufficient lambda. +[2020-08-17 13:33:11,553] /u/PuzzledArmadillo2638 had their flair updated +[2020-08-17 13:33:57,095] '/u/staticscum' has given '/u/baechanka' lambda! +[2020-08-17 13:33:59,685] /u/baechanka had their flair updated +[2020-08-17 13:35:17,043] There has been a new submission: 'Why girls ask these questions?', with flair 'Channel Review' +[2020-08-17 13:35:18,293] /u/kingsson had their submission removed for insufficient lambda. +[2020-08-17 13:35:19,959] /u/kingsson had their flair updated +[2020-08-17 13:57:59,774] There has been a new submission: 'Breaking the Bank/Escaping the Prison // The Henry Stickman Collection // Dannyowningatgaming', with flair 'Gaming' +[2020-08-17 13:58:01,938] /u/dannyowningatreddit had their submission removed for insufficient lambda. +[2020-08-17 13:58:03,083] /u/dannyowningatreddit had their flair updated +[2020-08-17 13:58:44,938] '/u/The_Suited_Bird' has given '/u/Imagine-Freedom' lambda! +[2020-08-17 13:58:46,981] /u/Imagine-Freedom had their flair updated +[2020-08-17 13:59:19,085] There has been a new submission: 'Conditional formatting in Excel', with flair 'Vlog' +[2020-08-17 13:59:19,985] /u/keep_growing had their submission removed for insufficient lambda. +[2020-08-17 13:59:20,671] /u/keep_growing had their flair updated +[2020-08-17 14:01:14,741] There has been a new submission: 'Liverpool Fifa 21 rating predictions', with flair 'Video Critique' +[2020-08-17 14:01:16,709] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 14:01:16,710] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 14:01:18,315] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KpX49LyAP-I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 14:01:18,725] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 14:01:22,743] /u/FynnKrauseFootballYT had their flair updated +[2020-08-17 14:01:50,176] '/u/The_Suited_Bird' has given '/u/ECXL' lambda! +[2020-08-17 14:01:52,931] /u/ECXL had their flair updated +[2020-08-17 14:02:06,541] There has been a new submission: 'Horizon Zero Dawn Ultimate Settings Benchmark 1440P | RTX 2070 SUPER | Ryzen 5 3600', with flair 'Gaming' +[2020-08-17 14:02:08,019] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-17 14:02:10,110] /u/PudgeKing7 had their flair updated +[2020-08-17 14:03:15,131] '/u/The_Suited_Bird' has given '/u/intrepidgrlventure' lambda! +[2020-08-17 14:03:17,385] /u/intrepidgrlventure had their flair updated +[2020-08-17 14:04:09,732] '/u/The_Suited_Bird' has given '/u/MetaBreaker25' lambda! +[2020-08-17 14:04:11,902] /u/MetaBreaker25 had their flair updated +[2020-08-17 14:04:43,551] There has been a new submission: 'Just one of 2 million videos on how to make a face mask...lambda for helpful advice!', with flair 'Video Critique' +[2020-08-17 14:04:44,776] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 14:04:44,816] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 14:04:45,622] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XlpOwivmNP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 14:04:45,990] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWdoPXTYpgS8uXDzpnP5uZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 14:04:48,368] /u/capresesalad1985 had their flair updated +[2020-08-17 14:05:03,158] There has been a new submission: 'My sixth csgo montage check it out and give feedback if u are an editor or enjoy montages', with flair 'Video Critique' +[2020-08-17 14:05:04,406] /u/Zacmrd had their submission removed for insufficient lambda. +[2020-08-17 14:05:05,999] /u/Zacmrd had their flair updated +[2020-08-17 14:06:24,529] '/u/The_Suited_Bird' has given '/u/southislandtinyhouse' lambda! +[2020-08-17 14:06:25,811] /u/southislandtinyhouse had their flair updated +[2020-08-17 14:08:56,389] There has been a new submission: 'How do I get views on gaming montages?', with flair 'Discussion' +[2020-08-17 14:08:57,940] /u/Zacmrd had their flair updated +[2020-08-17 14:16:23,587] There has been a new submission: 'Any feedback would be appreciated. I hope any viewers who watch this like this content. Hit me hard with feedback if so. Thanks 🙏. D. Harms - “What a Mess” [Official Video] (Prod. By Langi).', with flair 'Art' +[2020-08-17 14:16:24,974] /u/Dharmsmusic had their submission removed for insufficient lambda. +[2020-08-17 14:16:26,370] /u/Dharmsmusic had their flair updated +[2020-08-17 14:18:10,908] There has been a new submission: 'I just gained 200 views and 30+ subs in 2 days!', with flair 'Discussion' +[2020-08-17 14:18:14,148] /u/Vova_xX had their flair updated +[2020-08-17 14:18:35,968] '/u/Cap_America_AC' has given '/u/joker_tuna' lambda! +[2020-08-17 14:18:37,935] /u/joker_tuna had their flair updated +[2020-08-17 14:21:24,580] '/u/Cap_America_AC' has given '/u/baechanka' lambda! +[2020-08-17 14:21:26,752] /u/baechanka had their flair updated +[2020-08-17 14:26:21,679] There has been a new submission: 'Perfumery German dugout near the Leningrad (WWII Excavation with metal detector)', with flair 'Vlog' +[2020-08-17 14:26:23,158] /u/Vitalikaranevich had their submission removed for insufficient lambda. +[2020-08-17 14:26:24,677] /u/Vitalikaranevich had their flair updated +[2020-08-17 14:31:39,591] There has been a new submission: 'So, we're really a podcast but we film it too. Our long videos seem to hurt our retention, is it a bad idea to keep posting our podcast as a video?', with flair 'Video Critique' +[2020-08-17 14:31:41,196] /u/NeverFreeToPlayJason had their submission removed for insufficient lambda. +[2020-08-17 14:31:43,412] /u/NeverFreeToPlayJason had their flair updated +[2020-08-17 14:32:37,036] '/u/vengeanceasx' has given '/u/BrentChua' lambda! +[2020-08-17 14:32:39,482] /u/BrentChua had their flair updated +[2020-08-17 14:36:21,564] '/u/DennisTheBadBoy' has given '/u/BrentChua' lambda! +[2020-08-17 14:36:23,015] /u/BrentChua had their flair updated +[2020-08-17 14:39:40,523] '/u/ameixarocha' has given '/u/Heavy_Rain_' lambda! +[2020-08-17 14:39:42,370] /u/Heavy_Rain_ had their flair updated +[2020-08-17 14:41:44,321] '/u/Illfury' has given '/u/CurrentOfficial' lambda! +[2020-08-17 14:41:47,150] /u/CurrentOfficial had their flair updated +[2020-08-17 14:42:10,732] '/u/DennisTheBadBoy' has given '/u/liftedplane' lambda! +[2020-08-17 14:42:13,313] /u/liftedplane had their flair updated +[2020-08-17 14:44:17,505] '/u/ameixarocha' has given '/u/DennisTheBadBoy' lambda! +[2020-08-17 14:44:20,211] /u/DennisTheBadBoy had their flair updated +[2020-08-17 14:46:25,805] +#################### +[Aug 17 2020 14:46:25] RESTARTED +#################### + +[2020-08-17 15:18:52,176] '/u/ameixarocha' has given '/u/ElderTerdkin' lambda! +[2020-08-17 15:18:53,898] /u/ElderTerdkin had their flair updated +[2020-08-17 15:21:29,443] There has been a new submission: 'Why do I gain a sub and then lose a sub? Its stopping my growth', with flair 'Discussion' +[2020-08-17 15:21:32,801] /u/-JRWL had their flair updated +[2020-08-17 15:21:50,210] There has been a new submission: 'Channel Review - The Theme is Libertarian, Technology, Cryptocurrency, and News', with flair 'Channel Review' +[2020-08-17 15:21:51,711] /u/stburgess had their submission removed for insufficient lambda. +[2020-08-17 15:21:53,799] /u/stburgess had their flair updated +[2020-08-17 15:22:14,976] There has been a new submission: 'Posted this earlier but there were some issues. Feedback and suggestions on comedy and actual info are welcome. Made this video super relatable for those not in my niche !', with flair 'Video Critique' +[2020-08-17 15:22:16,986] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 15:22:17,107] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 15:22:18,341] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xezjQEjYkTc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:22:18,731] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:22:22,561] /u/playerinfinity707 had their flair updated +[2020-08-17 15:22:41,349] There has been a new submission: 'Got a new channel goin and its doin alright.', with flair 'Vlog' +[2020-08-17 15:22:42,786] /u/Adventurous_Lemon_33 had their submission removed for insufficient lambda. +[2020-08-17 15:22:44,710] /u/Adventurous_Lemon_33 had their flair updated +[2020-08-17 15:23:03,194] There has been a new submission: 'Our 20th Anniversary Watch Highlights of the original X-Men movie', with flair 'Video Critique' +[2020-08-17 15:23:04,732] /u/CraftyBeef had their submission removed for insufficient lambda. +[2020-08-17 15:23:06,578] /u/CraftyBeef had their flair updated +[2020-08-17 15:23:27,134] There has been a new submission: 'a super short video i made about what breeding in ark survival evolved really is. i will give lambdas if you have a good review', with flair 'Video Critique' +[2020-08-17 15:23:29,187] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 15:23:29,226] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 15:23:30,541] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Os8HBDuupOs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:23:30,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrAa_Xkh12gRkK5Atd5qcgA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:23:33,946] /u/coolboyyobro had their flair updated +[2020-08-17 15:25:55,670] There has been a new submission: 'Rookie in Youtube, please comment on my first travel video, what should I change ?', with flair 'Video Critique' +[2020-08-17 15:25:56,858] /u/ocuozcanocu had their submission removed for insufficient lambda. +[2020-08-17 15:25:58,168] /u/ocuozcanocu had their flair updated +[2020-08-17 15:26:15,748] There has been a new submission: 'DOOM'D XIV', with flair 'Art' +[2020-08-17 15:26:17,430] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 15:26:17,431] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 15:26:18,738] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=87iildxXNtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:26:19,069] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 15:26:21,563] /u/the_real_d247 had their flair updated +[2020-08-17 15:26:38,803] There has been a new submission: 'I need help with getting more viewers', with flair 'Channel Review' +[2020-08-17 15:26:40,107] /u/Enchilada_Preston had their submission removed for insufficient lambda. +[2020-08-17 15:26:41,296] /u/Enchilada_Preston had their flair updated +[2020-08-17 15:31:42,566] '/u/threepiecesofbread' has given '/u/RealGalaxyRider' lambda! +[2020-08-17 15:31:45,221] /u/RealGalaxyRider had their flair updated +[2020-08-17 15:35:10,271] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 24 - Yara (The Last Of Us Par...', with flair 'Gaming' +[2020-08-17 15:35:11,548] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-17 15:35:13,187] /u/CecliusPlaysHD had their flair updated +[2020-08-17 15:41:06,527] There has been a new submission: 'When you're a magician, but also a criminal', with flair 'Video Critique' +[2020-08-17 15:41:08,720] /u/acexsd1 had their submission removed for insufficient lambda. +[2020-08-17 15:41:11,839] /u/acexsd1 had their flair updated +[2020-08-17 15:45:25,586] '/u/FlightoftheMelons' has given '/u/WellNata' lambda! +[2020-08-17 15:45:28,010] /u/WellNata had their flair updated +[2020-08-17 15:46:43,041] '/u/dikoekiemonster' has given '/u/SuperSymo_' lambda! +[2020-08-17 15:46:45,949] /u/SuperSymo_ had their flair updated +[2020-08-17 15:50:17,485] '/u/The_Suited_Bird' has given '/u/OktoPhlo' lambda! +[2020-08-17 15:50:19,634] /u/OktoPhlo had their flair updated +[2020-08-17 15:51:17,417] '/u/coolboyyobro' has given '/u/SelendineMcHerb' lambda! +[2020-08-17 15:51:19,591] /u/SelendineMcHerb had their flair updated +[2020-08-17 15:57:33,448] There has been a new submission: 'We would love any support!', with flair 'Channel Review' +[2020-08-17 15:57:34,757] /u/The-Rad-Rider had their submission removed for insufficient lambda. +[2020-08-17 15:57:35,907] /u/The-Rad-Rider had their flair updated +[2020-08-17 16:02:59,362] There has been a new submission: 'Star Wars Hero vs villians is chaos', with flair 'Gaming' +[2020-08-17 16:03:01,120] /u/idiotic_memer had their submission removed for insufficient lambda. +[2020-08-17 16:03:03,537] /u/idiotic_memer had their flair updated +[2020-08-17 16:04:17,720] There has been a new submission: 'Will putting the year or HD / 2K / 4K in your video title help you get more views?', with flair 'Discussion' +[2020-08-17 16:04:20,917] /u/Ronnie3d had their flair updated +[2020-08-17 16:04:56,522] There has been a new submission: 'I felt off during recording and I'm just wondering if it carried over into the video.', with flair 'Video Critique' +[2020-08-17 16:04:59,196] /u/SlumberousVirus had their submission removed for insufficient lambda. +[2020-08-17 16:05:01,764] /u/SlumberousVirus had their flair updated +[2020-08-17 16:05:14,526] There has been a new submission: 'Would like feedback on my stocks video!', with flair 'Video Critique' +[2020-08-17 16:05:15,714] /u/janellerad had their submission removed for insufficient lambda. +[2020-08-17 16:05:17,302] /u/janellerad had their flair updated +[2020-08-17 16:11:05,567] '/u/coolboyyobro' has given '/u/codephony' lambda! +[2020-08-17 16:11:08,395] /u/codephony had their flair updated +[2020-08-17 16:16:15,507] There has been a new submission: 'The mischievous untitled goose, Feedback on the series so far? I find it's going swell. Lambda for good comments. Give me a chuckle or advice', with flair 'Video Critique' +[2020-08-17 16:16:18,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 16:16:18,265] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 16:16:19,614] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jg365sEoTo0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 16:16:20,024] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbS0ruRKM-ZXQDOxdtNHLLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 16:16:22,889] /u/Peltlegs had their flair updated +[2020-08-17 16:29:06,987] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-17 16:35:30,069] '/u/Illfury' has given '/u/-Lipo-' lambda! +[2020-08-17 16:35:31,680] /u/-Lipo- had their flair updated +[2020-08-17 16:35:41,861] There has been a new submission: 'Cartoon animation channel', with flair 'Channel Review' +[2020-08-17 16:35:43,669] /u/Varavas had their submission removed for insufficient lambda. +[2020-08-17 16:35:45,256] /u/Varavas had their flair updated +[2020-08-17 16:37:38,367] '/u/Cap_America_AC' has given '/u/SlumberousVirus' lambda! +[2020-08-17 16:37:40,664] /u/SlumberousVirus had their flair updated +[2020-08-17 16:37:58,959] There has been a new submission: 'Vidcon like conferences in Ireland', with flair 'Discussion' +[2020-08-17 16:38:02,063] /u/zebrasanddogs had their flair updated +[2020-08-17 16:39:35,865] There has been a new submission: 'Cartoon - He Thought His Wife Just Chilled With Their Little Kids While He Worked Hard - AmoMama', with flair 'None' +[2020-08-17 16:39:37,301] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-17 16:39:37,874] /u/IndividualGuide had their flair updated +[2020-08-17 16:41:13,693] There has been a new submission: 'I payed for a shout out and I feel like i cheated.', with flair 'Discussion' +[2020-08-17 16:41:17,749] /u/TeamRemavi had their flair updated +[2020-08-17 16:43:27,406] There has been a new submission: 'The latest video I published on my channel, any feedback is truly appreciated! - Season 5 Modern Warfare Madness. exe', with flair 'Gaming' +[2020-08-17 16:43:29,006] /u/_Rockatansky had their submission removed for insufficient lambda. +[2020-08-17 16:43:30,895] /u/_Rockatansky had their flair updated +[2020-08-17 16:44:12,120] There has been a new submission: 'LOBA HIGHLIGHTS #10 (PS4 Apex Legends)', with flair 'Channel Review' +[2020-08-17 16:44:13,594] /u/GepkeApexYT had their submission removed for insufficient lambda. +[2020-08-17 16:44:15,354] /u/GepkeApexYT had their flair updated +[2020-08-17 16:46:51,124] +#################### +[Aug 17 2020 16:46:51] RESTARTED +#################### + +[2020-08-17 17:27:18,326] There has been a new submission: 'How to make Ganesha idol with clay by veeksha', with flair 'Thumbnail Review' +[2020-08-17 17:27:20,374] /u/swathipadili had their submission removed for insufficient lambda. +[2020-08-17 17:27:21,401] /u/swathipadili had their flair updated +[2020-08-17 17:27:38,841] There has been a new submission: 'Things Only Marvel Fans Will Find it funny', with flair 'Channel Review' +[2020-08-17 17:27:39,987] /u/memeos23 had their submission removed for insufficient lambda. +[2020-08-17 17:27:40,888] /u/memeos23 had their flair updated +[2020-08-17 17:27:58,922] There has been a new submission: 'Our first anniversary was today, so we made a video for it! The live action is only part of our channel (with the other part being let's plays). Some critique of the channel would be appreciated and lambda will be given for help :)', with flair 'Channel Review' +[2020-08-17 17:28:01,877] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 17:28:01,917] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 17:28:03,350] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YhUunYfBGLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:28:03,802] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4pQ38O7Fyn1N4rRfTGnnhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:28:05,682] /u/VantaRaptor had their flair updated +[2020-08-17 17:28:40,835] '/u/Lets_Go_Win123' has given '/u/intrepidgrlventure' lambda! +[2020-08-17 17:28:42,639] /u/intrepidgrlventure had their flair updated +[2020-08-17 17:30:01,463] '/u/capresesalad1985' has given '/u/-JRWL' lambda! +[2020-08-17 17:30:04,400] /u/-JRWL had their flair updated +[2020-08-17 17:30:40,766] '/u/capresesalad1985' has given '/u/codephony' lambda! +[2020-08-17 17:30:43,721] /u/codephony had their flair updated +[2020-08-17 17:31:35,247] '/u/Cap_America_AC' has given '/u/South-Amareca' lambda! +[2020-08-17 17:31:37,986] /u/South-Amareca had their flair updated +[2020-08-17 17:32:42,115] '/u/capresesalad1985' has given '/u/South-Amareca' lambda! +[2020-08-17 17:32:44,648] /u/South-Amareca had their flair updated +[2020-08-17 17:34:17,953] '/u/VantaRaptor' has given '/u/South-Amareca' lambda! +[2020-08-17 17:34:20,529] /u/South-Amareca had their flair updated +[2020-08-17 17:35:00,107] '/u/Peltlegs' has given '/u/codephony' lambda! +[2020-08-17 17:35:02,444] /u/codephony had their flair updated +[2020-08-17 17:35:22,626] '/u/Peltlegs' has given '/u/FlobblesReddit' lambda! +[2020-08-17 17:35:24,719] /u/FlobblesReddit had their flair updated +[2020-08-17 17:37:32,205] There has been a new submission: 'I took some of your guys advice let me know what you think!', with flair 'Video Critique' +[2020-08-17 17:37:33,515] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 17:37:33,517] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 17:37:34,458] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=khRUiiP2RiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:37:34,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClpof_Bhuog4aO4RNDKYcow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:37:36,754] /u/Krogmo had their flair updated +[2020-08-17 17:37:53,602] There has been a new submission: 'THEY WONT LET ME BE SAD- THE HAPPY FEW', with flair 'Video Critique' +[2020-08-17 17:37:56,426] /u/InnerObligation7 had their submission removed for insufficient lambda. +[2020-08-17 17:37:57,248] /u/InnerObligation7 had their flair updated +[2020-08-17 17:38:15,686] There has been a new submission: 'Youtube Ads In Real Life', with flair 'Vlog' +[2020-08-17 17:38:16,626] /u/AlexanderHelles had their submission removed for insufficient lambda. +[2020-08-17 17:38:17,406] /u/AlexanderHelles had their flair updated +[2020-08-17 17:38:36,626] There has been a new submission: 'Should Trump Ban Leetcode?? - Polls for Software Engineers', with flair 'Video Critique' +[2020-08-17 17:38:39,494] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 17:38:39,496] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 17:38:40,687] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n0EOXj9mFfs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:38:41,219] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIw9p-0zI1rEPEs_SS6fDkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:38:43,231] /u/codephony had their flair updated +[2020-08-17 17:39:00,157] There has been a new submission: 'Very new to video editing and looking for ways to improve. I'm currently using Hitfilm Express to edit videos and I'm struggling with creating smooth transitions. Any and all feedback is appreciated! Handing out Lambda for helpful feedback', with flair 'Video Critique' +[2020-08-17 17:39:01,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 17:39:01,386] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 17:39:02,285] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jbKPkGZgXvI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:39:02,696] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuIwKLOLUS1YRhZuuoPUIVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:39:04,375] /u/SimplySuey had their flair updated +[2020-08-17 17:39:22,201] There has been a new submission: 'I Saved a life last night!!', with flair 'Channel Review' +[2020-08-17 17:39:24,098] /u/Chadhopkins223 had their submission removed for insufficient lambda. +[2020-08-17 17:39:24,630] /u/Chadhopkins223 had their flair updated +[2020-08-17 17:39:41,662] There has been a new submission: 'We hit 200 subs! Thank you all for the support!', with flair 'Channel Review' +[2020-08-17 17:39:42,394] /u/xSteil had their submission removed for insufficient lambda. +[2020-08-17 17:39:42,886] /u/xSteil had their flair updated +[2020-08-17 17:40:09,026] '/u/Cap_America_AC' has given '/u/codephony' lambda! +[2020-08-17 17:40:11,340] /u/codephony had their flair updated +[2020-08-17 17:45:00,668] '/u/playerinfinity707' has given '/u/codephony' lambda! +[2020-08-17 17:45:03,494] /u/codephony had their flair updated +[2020-08-17 17:46:20,747] There has been a new submission: 'I made a 30 minute long animated documentary about the CHAZ in Seattle. Any criticism would be appreciated.', with flair 'Video Critique' +[2020-08-17 17:46:23,778] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 17:46:23,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 17:46:25,334] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n4Yf2lW9JuM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:46:25,664] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO_uOCkt43lICn9M71Fzm-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 17:46:28,001] /u/FlobblesReddit had their flair updated +[2020-08-17 17:48:11,324] '/u/playerinfinity707' has given '/u/ZaVizion' lambda! +[2020-08-17 17:48:13,944] /u/ZaVizion had their flair updated +[2020-08-17 17:54:13,981] There has been a new submission: 'Gained 6-6.5 k views this month and 75+ subs', with flair 'None' +[2020-08-17 17:54:15,490] /u/Avalanche-rusher had their submission removed for insufficient lambda. +[2020-08-17 17:54:17,372] /u/Avalanche-rusher had their flair updated +[2020-08-17 17:55:08,078] '/u/intrepidgrlventure' has given '/u/mreverdred01' lambda! +[2020-08-17 17:55:09,564] /u/mreverdred01 had their flair updated +[2020-08-17 17:58:50,499] There has been a new submission: 'Video game video essay channel focused on VR, with the occasional review.', with flair 'Gaming' +[2020-08-17 17:58:51,964] /u/ShaShaMan26 had their submission removed for insufficient lambda. +[2020-08-17 17:58:52,867] /u/ShaShaMan26 had their flair updated +[2020-08-17 18:00:04,410] There has been a new submission: 'Games with friends 2', with flair 'Art' +[2020-08-17 18:00:06,102] /u/shashanksndrm had their submission removed for insufficient lambda. +[2020-08-17 18:00:08,559] /u/shashanksndrm had their flair updated +[2020-08-17 18:00:36,161] There has been a new submission: 'Hey guys! Getting close to 100 subscribers again! Would love to see what you guys think of my newest upload. I will give lambda for feedback. Also, announcement at end of video so stay tuned!', with flair 'Video Critique' +[2020-08-17 18:00:38,451] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 18:00:38,452] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 18:00:39,887] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YMVX6rAAxMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 18:00:40,258] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 18:00:43,735] /u/RealGalaxyRider had their flair updated +[2020-08-17 18:05:45,089] '/u/playerinfinity707' has given '/u/Jayotic44' lambda! +[2020-08-17 18:05:46,701] /u/Jayotic44 had their flair updated +[2020-08-17 18:12:04,882] There has been a new submission: 'Hey ppl Just uploaded my first gameplay of this, let me know what you think and sub for more!', with flair 'Gaming' +[2020-08-17 18:12:06,641] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-08-17 18:12:08,886] /u/RoshamboRich had their flair updated +[2020-08-17 18:25:05,417] There has been a new submission: 'Check out my Eyes Blue like the Atlantic Remix!', with flair 'Video Critique' +[2020-08-17 18:25:06,694] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-08-17 18:25:08,379] /u/nocluesmusic had their flair updated +[2020-08-17 18:26:01,678] '/u/Pgozur' has given '/u/intrepidgrlventure' lambda! +[2020-08-17 18:26:04,093] /u/intrepidgrlventure had their flair updated +[2020-08-17 18:26:40,300] /u/Pgozur had their flair updated +[2020-08-17 18:28:24,887] There has been a new submission: 'Need voice over to my youtube channel', with flair 'Collab' +[2020-08-17 18:28:26,224] /u/kishoreriya90 had their flair updated +[2020-08-17 18:33:20,082] There has been a new submission: 'Live Poker', with flair 'Gaming' +[2020-08-17 18:33:21,533] /u/CashCowsPokerTV had their submission removed for insufficient lambda. +[2020-08-17 18:33:23,577] /u/CashCowsPokerTV had their flair updated +[2020-08-17 18:34:45,934] There has been a new submission: 'DIY PVC Shooting Target Build', with flair 'Video Critique' +[2020-08-17 18:34:47,295] /u/skinnywaterfisher had their submission removed for insufficient lambda. +[2020-08-17 18:34:49,113] /u/skinnywaterfisher had their flair updated +[2020-08-17 18:35:06,554] '/u/RealGalaxyRider' has given '/u/playerinfinity707' lambda! +[2020-08-17 18:35:08,189] /u/playerinfinity707 had their flair updated +[2020-08-17 18:35:18,168] There has been a new submission: 'like and subscribe for the same in return!', with flair 'Video Critique' +[2020-08-17 18:35:19,617] /u/YoitzTally123 had their submission removed for insufficient lambda. +[2020-08-17 18:35:21,312] /u/YoitzTally123 had their flair updated +[2020-08-17 18:43:48,966] There has been a new submission: 'Hey guys I'm an English Medical Doctor and recently started a YouTube page, thought it might be fun to get to know each other better and show that we're not all mad and that it is possible to be a (sometimes bad) gamer as well. Hope you enjoy my stuff and I appreciate any support/feedback!', with flair 'Gaming' +[2020-08-17 18:43:50,521] /u/drmim789 had their submission removed for insufficient lambda. +[2020-08-17 18:43:52,484] /u/drmim789 had their flair updated +[2020-08-17 18:46:52,281] +#################### +[Aug 17 2020 18:46:52] RESTARTED +#################### + +[2020-08-17 19:24:37,858] There has been a new submission: 'New Intro/Gaming Vid!', with flair 'Video Critique' +[2020-08-17 19:24:41,590] /u/Sycodel had their submission removed for insufficient lambda. +[2020-08-17 19:24:44,049] /u/Sycodel had their flair updated +[2020-08-17 19:25:03,576] There has been a new submission: 'My channel trailer!', with flair 'Channel Review' +[2020-08-17 19:25:04,925] /u/kraziestkraken had their submission removed for insufficient lambda. +[2020-08-17 19:25:06,530] /u/kraziestkraken had their flair updated +[2020-08-17 19:25:42,538] '/u/RealGalaxyRider' has given '/u/Wave_Of_Babies' lambda! +[2020-08-17 19:25:44,751] /u/Wave_Of_Babies had their flair updated +[2020-08-17 19:26:04,055] '/u/vengeanceasx' has given '/u/Wild_Istria' lambda! +[2020-08-17 19:26:06,630] /u/Wild_Istria had their flair updated +[2020-08-17 19:27:55,272] '/u/RealGalaxyRider' has given '/u/Pitty_Serenade' lambda! +[2020-08-17 19:27:56,989] /u/Pitty_Serenade had their flair updated +[2020-08-17 19:28:58,847] '/u/Pgozur' has given '/u/DennisTheBadBoy' lambda! +[2020-08-17 19:29:00,768] /u/DennisTheBadBoy had their flair updated +[2020-08-17 19:32:33,283] '/u/VantaRaptor' has given '/u/Pitty_Serenade' lambda! +[2020-08-17 19:32:35,948] /u/Pitty_Serenade had their flair updated +[2020-08-17 19:33:25,627] '/u/Union_Jack1' has given '/u/gunpla-daddy' lambda! +[2020-08-17 19:33:27,839] /u/gunpla-daddy had their flair updated +[2020-08-17 19:36:14,189] '/u/Cap_America_AC' has given '/u/MrSirjohny' lambda! +[2020-08-17 19:36:16,524] /u/MrSirjohny had their flair updated +[2020-08-17 19:36:34,563] '/u/Cap_America_AC' has given '/u/SainRainbowtwigs' lambda! +[2020-08-17 19:36:36,652] /u/SainRainbowtwigs had their flair updated +[2020-08-17 19:38:06,424] '/u/Cap_America_AC' has given '/u/TTowers' lambda! +[2020-08-17 19:38:08,921] /u/TTowers had their flair updated +[2020-08-17 19:38:42,536] There has been a new submission: 'My Youtube Gaming career(JonZzy)', with flair 'Gaming' +[2020-08-17 19:38:43,550] /u/JonZzyYT had their submission removed for insufficient lambda. +[2020-08-17 19:38:44,288] /u/JonZzyYT had their flair updated +[2020-08-17 19:39:01,162] There has been a new submission: '107 OVR MAGIC JOHNSON GAMEPLAY IN NBA LIVE MOBILE !!!', with flair 'Video Critique' +[2020-08-17 19:39:02,453] /u/AlectrikYT had their submission removed for insufficient lambda. +[2020-08-17 19:39:03,067] /u/AlectrikYT had their flair updated +[2020-08-17 19:39:19,330] There has been a new submission: 'inspirational story', with flair 'Channel Review' +[2020-08-17 19:39:20,191] /u/sajinalnobl had their submission removed for insufficient lambda. +[2020-08-17 19:39:20,763] /u/sajinalnobl had their flair updated +[2020-08-17 19:39:39,161] There has been a new submission: 'A music video I made for Waluigi's verson of 'My Favorite Things' from The Sound of Music. Let me know what you think!', with flair 'Art' +[2020-08-17 19:39:41,740] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 19:39:41,780] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 19:39:43,089] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AOOtjBfBvII&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 19:39:43,461] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKs0lrBjGP59LD-qJq6smKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 19:39:45,180] /u/Wave_Of_Babies had their flair updated +[2020-08-17 19:40:03,943] There has been a new submission: 'Love camping? Here's how to do it if you're covid conscious and still keep yourself safe and everyone else around you. 🌍🏕🌲', with flair 'Vlog' +[2020-08-17 19:40:05,884] /u/Hello_Adventure had their submission removed for insufficient lambda. +[2020-08-17 19:40:08,222] /u/Hello_Adventure had their flair updated +[2020-08-17 19:40:15,572] There has been a new submission: 'Would love to hear some feedback on this After Effects Tutorial I made! Still new, so looking for how I can improve in explanations and my on-camera personality! Giving lambda for feedback!', with flair 'Video Critique' +[2020-08-17 19:40:16,164] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 19:40:16,178] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 19:40:16,472] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BfMYa8VlwXM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 19:40:16,769] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYf_Ndl0p8S8FsPrV_TgFtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 19:40:19,755] /u/Onen1ck had their flair updated +[2020-08-17 19:40:40,727] There has been a new submission: '1v1 Final Round at Fall Guys, easiest win of my life. :)', with flair 'Gaming' +[2020-08-17 19:40:42,485] /u/The_Partisan_Spy had their submission removed for insufficient lambda. +[2020-08-17 19:40:44,825] /u/The_Partisan_Spy had their flair updated +[2020-08-17 19:45:21,615] There has been a new submission: 'The Guy Who Faced 20 Years In Jail For Leaking Pokemon', with flair 'Gaming' +[2020-08-17 19:45:22,764] /u/AllstonMelee had their submission removed for insufficient lambda. +[2020-08-17 19:45:24,200] /u/AllstonMelee had their flair updated +[2020-08-17 19:45:42,110] There has been a new submission: 'True Life Changing Accident! Here's a story from my closet / studio, hope you enjoy!', with flair 'Channel Review' +[2020-08-17 19:45:43,337] /u/Chadhopkins223 had their submission removed for insufficient lambda. +[2020-08-17 19:45:44,688] /u/Chadhopkins223 had their flair updated +[2020-08-17 19:46:04,207] There has been a new submission: 'RCE REACTS to DARK WEB HORROR STORY!!!! ( DON'T USE IT)', with flair 'Thumbnail Review' +[2020-08-17 19:46:05,431] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-17 19:46:06,782] /u/bubenator10 had their flair updated +[2020-08-17 19:50:47,957] There has been a new submission: 'An activist got arrested using facial recognition for impairing an officer’s hearing. This marks the first time confirmed someone in America has been arrested with facial recognition which marks a new era in America and Privacy. Which means no privacy.', with flair 'Video Critique' +[2020-08-17 19:50:49,636] /u/MoxyApproved had their submission removed for insufficient lambda. +[2020-08-17 19:50:51,892] /u/MoxyApproved had their flair updated +[2020-08-17 19:51:18,255] '/u/the_real_d247' has given '/u/codephony' lambda! +[2020-08-17 19:51:21,293] /u/codephony had their flair updated +[2020-08-17 19:52:56,238] There has been a new submission: 'Let's Play - MORTAL SHELL: Part 1 - Dark Father', with flair 'Gaming' +[2020-08-17 19:52:57,797] /u/dk_priori had their submission removed for insufficient lambda. +[2020-08-17 19:52:59,767] /u/dk_priori had their flair updated +[2020-08-17 19:55:51,120] '/u/Cap_America_AC' has given '/u/engamingchannel' lambda! +[2020-08-17 19:55:53,950] /u/engamingchannel had their flair updated +[2020-08-17 20:06:34,512] There has been a new submission: 'top whatsapp secret tricks', with flair 'Video Critique' +[2020-08-17 20:06:35,955] /u/extratips had their submission removed for insufficient lambda. +[2020-08-17 20:06:37,394] /u/extratips had their flair updated +[2020-08-17 20:12:58,337] There has been a new submission: 'Pokemon Go Battle League With No 2nd Moves!', with flair 'Gaming' +[2020-08-17 20:13:00,365] /u/BlueMissileYT had their submission removed for insufficient lambda. +[2020-08-17 20:13:02,361] /u/BlueMissileYT had their flair updated +[2020-08-17 20:23:04,272] There has been a new submission: 'Best Plugins for FCPX', with flair 'Discussion' +[2020-08-17 20:23:06,726] /u/Curiouscrispy had their flair updated +[2020-08-17 20:27:10,957] '/u/ZhyperCR1T' has given '/u/Omi-Wan-Kenobi' lambda! +[2020-08-17 20:27:12,966] /u/Omi-Wan-Kenobi had their flair updated +[2020-08-17 20:27:51,579] '/u/ZhyperCR1T' has given '/u/playerinfinity707' lambda! +[2020-08-17 20:27:53,759] /u/playerinfinity707 had their flair updated +[2020-08-17 20:28:26,430] There has been a new submission: 'Ranking All Classic 2D Mario Games from Worst to Best', with flair 'Video Critique' +[2020-08-17 20:28:28,317] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 20:28:28,318] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 20:28:29,509] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3tJ3EUGh6KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 20:28:30,248] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV3k6E9YoUz8cGuyfSiRmLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 20:28:32,299] /u/BetaBradTv had their flair updated +[2020-08-17 20:29:50,834] '/u/ZhyperCR1T' has given '/u/-Lipo-' lambda! +[2020-08-17 20:29:54,080] /u/-Lipo- had their flair updated +[2020-08-17 20:30:49,147] '/u/intrepidgrlventure' has given '/u/Pitty_Serenade' lambda! +[2020-08-17 20:30:52,014] /u/Pitty_Serenade had their flair updated +[2020-08-17 20:41:05,162] '/u/DennisTheBadBoy' has given '/u/SlumberousVirus' lambda! +[2020-08-17 20:41:08,026] /u/SlumberousVirus had their flair updated +[2020-08-17 20:46:28,847] +#################### +[Aug 17 2020 20:46:28] RESTARTED +#################### + +[2020-08-17 21:14:59,258] There has been a new submission: 'You Will Laugh Surprisingly HARD Watching This | Fall Guys', with flair 'Gaming' +[2020-08-17 21:15:01,678] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-17 21:15:03,196] /u/Silly-Sammy had their flair updated +[2020-08-17 21:16:10,489] '/u/TheJustindsd' has given '/u/liftedplane' lambda! +[2020-08-17 21:16:12,821] /u/liftedplane had their flair updated +[2020-08-17 21:16:32,391] '/u/coolboyyobro' has given '/u/Watamidoinghereffs' lambda! +[2020-08-17 21:16:34,564] /u/Watamidoinghereffs had their flair updated +[2020-08-17 21:16:53,519] '/u/Onen1ck' has given '/u/brovalley' lambda! +[2020-08-17 21:16:56,059] /u/brovalley had their flair updated +[2020-08-17 21:18:16,498] '/u/Cap_America_AC' has given '/u/brovalley' lambda! +[2020-08-17 21:18:18,548] /u/brovalley had their flair updated +[2020-08-17 21:18:51,462] '/u/MonishCorona' has given '/u/ZaVizion' lambda! +[2020-08-17 21:18:53,475] /u/ZaVizion had their flair updated +[2020-08-17 21:20:13,504] There has been a new submission: 'Asking GIRLS if they could HAVE MY BABIES! *TOO FUNNY* | YEE APP (Did alot of creative editing, let me know what you think) *WILL GIVE LAMBDA for useful feedback/opinions*', with flair 'Video Critique' +[2020-08-17 21:20:13,952] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 21:20:13,956] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 21:20:14,220] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8Yas7iloN7I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:20:14,361] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5xrccwZYH2UGoXsTRHWBkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:20:17,452] /u/South-Amareca had their flair updated +[2020-08-17 21:20:37,692] There has been a new submission: 'Just want some motivation to carry on making vids hope you enjoy', with flair 'Gaming' +[2020-08-17 21:20:39,701] /u/MJPovey85 had their submission removed for insufficient lambda. +[2020-08-17 21:20:42,119] /u/MJPovey85 had their flair updated +[2020-08-17 21:20:58,237] Starting every day program... +[2020-08-17 21:20:58,238] Updating database statistics... +[2020-08-17 21:21:02,384] Posting and updating wiki... +[2020-08-17 21:21:34,560] Formatting leaderboard... +[2020-08-17 21:21:36,192] Updating sidebar... +[2020-08-17 21:21:36,977] Updated in new reddit... +[2020-08-17 21:21:42,263] Updated in old reddit... +[2020-08-17 21:21:42,263] Completed. +[2020-08-17 21:23:06,770] There has been a new submission: 'Help ya boy out on his first Fall Guys video! Thanks :)', with flair 'Gaming' +[2020-08-17 21:23:08,324] /u/YT_SkReWY-LoUiE had their submission removed for insufficient lambda. +[2020-08-17 21:23:10,369] /u/YT_SkReWY-LoUiE had their flair updated +[2020-08-17 21:49:29,046] There has been a new submission: 'Tossing some lambda out if you give me some feedback here! My comedy is something I wanted to work on so I decided to experiment in this video. "Life Hacking Videos - jaecen."', with flair 'Video Critique' +[2020-08-17 21:49:31,133] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 21:49:31,135] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 21:49:32,076] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=blpLuCjc7Io&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:49:32,652] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-liEaCueugPfa-VREpTFLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:49:34,621] /u/ZaVizion had their flair updated +[2020-08-17 21:49:56,181] There has been a new submission: 'EOS R5 Overheating?? We found the perfect way to use it! We be smokin!!', with flair 'Video Critique' +[2020-08-17 21:49:58,704] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 21:49:58,706] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 21:49:59,646] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vTT5drZAIXo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:50:00,276] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChE-iLuH-IjJQ-hJzIn1hPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:50:04,697] /u/zen_valore had their flair updated +[2020-08-17 21:51:34,024] There has been a new submission: 'What is Dopamine Fasting 💪 (How To Heal Your Mind)', with flair 'Video Critique' +[2020-08-17 21:51:35,780] /u/Andrew_v_official had their submission removed for insufficient lambda. +[2020-08-17 21:51:37,902] /u/Andrew_v_official had their flair updated +[2020-08-17 21:57:50,217] There has been a new submission: 'STRUCK BY LIGHTNING - Funny Videos // Worked on the thumbnail & channel art design in the weekend with the feedback received; any feedback as always is much appreciated & rewarded with !givelambda, thank you if you take the time!', with flair 'Video Critique' +[2020-08-17 21:57:52,224] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 21:57:52,304] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 21:57:53,660] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=k_eXiN_WxTs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:57:54,027] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 21:57:58,330] /u/DTV998 had their flair updated +[2020-08-17 22:00:12,785] There has been a new submission: '[Review Video] Graphics Do ̶n̶'̶t̶ Matter [Gaming]', with flair 'Video Critique' +[2020-08-17 22:00:15,134] /u/TahaJawaidSays had their submission removed for insufficient lambda. +[2020-08-17 22:00:17,712] /u/TahaJawaidSays had their flair updated +[2020-08-17 22:10:17,037] There has been a new submission: 'CRUELTY FREE BEAUTY BOX - SKIN TO GLOW AUGUST UNBOXING', with flair 'Channel Review' +[2020-08-17 22:10:18,621] /u/kabukirune had their submission removed for insufficient lambda. +[2020-08-17 22:10:20,992] /u/kabukirune had their flair updated +[2020-08-17 22:18:57,052] '/u/ZaVizion' has given '/u/MrMoo-Youtube' lambda! +[2020-08-17 22:18:57,987] /u/MrMoo-Youtube had their flair updated +[2020-08-17 22:19:53,513] There has been a new submission: 'Road Trip Video And Photography Montage lambda for all - similar to my other stuff but mixed things up a bit', with flair 'Thumbnail Review' +[2020-08-17 22:19:54,462] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-17 22:19:54,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-17 22:19:54,847] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8u6uW3HERKc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 22:19:55,041] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-17 22:19:56,212] /u/MrMoo-Youtube had their flair updated +[2020-08-17 22:21:06,630] There has been a new submission: 'MUTE Protocol Funniest Moments Highlights - Rainbow Six Siege', with flair 'Gaming' +[2020-08-17 22:21:08,595] /u/XenixHD had their submission removed for insufficient lambda. +[2020-08-17 22:21:10,840] /u/XenixHD had their flair updated +[2020-08-17 22:24:44,755] There has been a new submission: 'I need help', with flair 'Discussion' +[2020-08-17 22:24:46,943] /u/56x29-63 had their flair updated +[2020-08-17 22:28:03,546] '/u/DTV998' has given '/u/MrMoo-Youtube' lambda! +[2020-08-17 22:28:05,752] /u/MrMoo-Youtube had their flair updated +[2020-08-17 22:29:00,407] '/u/DTV998' has given '/u/fooksrook' lambda! +[2020-08-17 22:29:02,943] /u/fooksrook had their flair updated +[2020-08-17 22:29:44,393] There has been a new submission: 'New YouTube Channel! Go cheaply out my vids and sub!', with flair 'Gaming' +[2020-08-17 22:29:45,415] /u/KillerHawKx had their submission removed for insufficient lambda. +[2020-08-17 22:29:45,944] /u/KillerHawKx had their flair updated +[2020-08-17 22:32:30,144] '/u/coolboyyobro' has given '/u/MrMoo-Youtube' lambda! +[2020-08-17 22:32:32,971] /u/MrMoo-Youtube had their flair updated +[2020-08-17 22:36:43,692] There has been a new submission: 'J.I And Lil Tjay Instrumental', with flair 'Video Critique' +[2020-08-17 22:36:44,852] /u/xxMarshallx had their submission removed for insufficient lambda. +[2020-08-17 22:36:46,250] /u/xxMarshallx had their flair updated +[2020-08-17 22:37:20,928] There has been a new submission: 'Making fitness fun again!!!!', with flair 'Channel Review' +[2020-08-17 22:37:22,485] /u/HoopBaller88 had their submission removed for insufficient lambda. +[2020-08-17 22:37:23,797] /u/HoopBaller88 had their flair updated +[2020-08-17 22:38:43,415] There has been a new submission: 'Looking for feedback, any is welcome: DON'T Fall for FAKE Money Online Now Gurus | Scam Autopsy', with flair 'Video Critique' +[2020-08-17 22:38:44,350] /u/azitah had their submission removed for insufficient lambda. +[2020-08-17 22:38:45,291] /u/azitah had their flair updated +[2020-08-17 22:44:58,118] There has been a new submission: 'A friend wrote a story for me to read.', with flair 'Channel Review' +[2020-08-17 22:44:59,756] /u/demikunthegreat had their submission removed for insufficient lambda. +[2020-08-17 22:45:01,522] /u/demikunthegreat had their flair updated +[2020-08-17 22:46:53,870] +#################### +[Aug 17 2020 22:46:53] RESTARTED +#################### + +[2020-08-17 23:25:19,447] There has been a new submission: '[Beat Saber] Already Dead, Omae Wa Mou (HARD) - deadman 死人', with flair 'Gaming' +[2020-08-17 23:25:20,809] /u/Eienternity had their submission removed for insufficient lambda. +[2020-08-17 23:25:22,174] /u/Eienternity had their flair updated +[2020-08-17 23:25:40,695] There has been a new submission: 'pleas help a small channel', with flair 'Gaming' +[2020-08-17 23:25:42,393] /u/Sub_2_XTriggerZ_YT had their submission removed for insufficient lambda. +[2020-08-17 23:25:43,665] /u/Sub_2_XTriggerZ_YT had their flair updated +[2020-08-17 23:26:02,378] There has been a new submission: 'Should I Swear?', with flair 'Discussion' +[2020-08-17 23:26:05,690] /u/bruhenbruh had their flair updated +[2020-08-17 23:26:25,480] '/u/BetaBradTv' has given '/u/kabukirune' lambda! +[2020-08-17 23:26:27,856] /u/kabukirune had their flair updated +[2020-08-17 23:27:01,210] '/u/BetaBradTv' has given '/u/ZaVizion' lambda! +[2020-08-17 23:27:03,461] /u/ZaVizion had their flair updated +[2020-08-17 23:27:23,942] '/u/BetaBradTv' has given '/u/MrMoo-Youtube' lambda! +[2020-08-17 23:27:26,079] /u/MrMoo-Youtube had their flair updated +[2020-08-17 23:28:13,401] '/u/BetaBradTv' has given '/u/fooksrook' lambda! +[2020-08-17 23:28:15,494] /u/fooksrook had their flair updated +[2020-08-17 23:29:03,337] '/u/Wave_Of_Babies' has given '/u/fooksrook' lambda! +[2020-08-17 23:29:05,545] /u/fooksrook had their flair updated +[2020-08-17 23:29:25,308] '/u/Wave_Of_Babies' has given '/u/brovalley' lambda! +[2020-08-17 23:29:27,234] /u/brovalley had their flair updated +[2020-08-17 23:29:46,609] '/u/intrepidgrlventure' has given '/u/DTV998' lambda! +[2020-08-17 23:29:48,495] /u/DTV998 had their flair updated +[2020-08-17 23:30:11,868] '/u/Krogmo' has given '/u/DTV998' lambda! +[2020-08-17 23:30:14,977] /u/DTV998 had their flair updated +[2020-08-17 23:30:39,051] '/u/Krogmo' has given '/u/SainRainbowtwigs' lambda! +[2020-08-17 23:30:41,843] /u/SainRainbowtwigs had their flair updated +[2020-08-17 23:31:04,929] '/u/Krogmo' has given '/u/guyFCR' lambda! +[2020-08-17 23:31:07,549] /u/guyFCR had their flair updated +[2020-08-17 23:31:45,941] '/u/Krogmo' has given '/u/Wave_Of_Babies' lambda! +[2020-08-17 23:31:48,768] /u/Wave_Of_Babies had their flair updated +[2020-08-17 23:33:23,911] '/u/MrMoo-Youtube' has given '/u/Not_A_Doct0r' lambda! +[2020-08-17 23:33:26,862] /u/Not_A_Doct0r had their flair updated +[2020-08-17 23:33:47,720] '/u/ZaVizion' has given '/u/DTV998' lambda! +[2020-08-17 23:33:50,300] /u/DTV998 had their flair updated +[2020-08-17 23:35:09,769] '/u/vengeanceasx' has given '/u/guyFCR' lambda! +[2020-08-17 23:35:12,230] /u/guyFCR had their flair updated +[2020-08-17 23:35:31,862] '/u/ZaVizion' has given '/u/FlobblesReddit' lambda! +[2020-08-17 23:35:34,322] /u/FlobblesReddit had their flair updated +[2020-08-17 23:35:54,275] '/u/vengeanceasx' has given '/u/capresesalad1985' lambda! +[2020-08-17 23:35:56,448] /u/capresesalad1985 had their flair updated +[2020-08-17 23:36:56,199] There has been a new submission: '13 Real Differences Between a Rich Mindset And a Poor Mindset', with flair 'Video Critique' +[2020-08-17 23:36:59,097] /u/crown1588 had their submission removed for insufficient lambda. +[2020-08-17 23:37:00,647] /u/crown1588 had their flair updated +[2020-08-17 23:37:15,526] There has been a new submission: 'Upcoming YouTube Gaming-Related Content From Frolton', with flair 'Channel Review' +[2020-08-17 23:37:17,457] /u/Philipp-savochkin had their submission removed for insufficient lambda. +[2020-08-17 23:37:18,481] /u/Philipp-savochkin had their flair updated +[2020-08-17 23:37:37,018] There has been a new submission: 'Procedural 2D Terrain Generation in Processing: Version 2', with flair 'Video Critique' +[2020-08-17 23:37:38,413] /u/PolyProductions had their submission removed for insufficient lambda. +[2020-08-17 23:37:39,966] /u/PolyProductions had their flair updated +[2020-08-17 23:39:26,382] '/u/SimplySuey' has given '/u/ElderTerdkin' lambda! +[2020-08-17 23:39:28,432] /u/ElderTerdkin had their flair updated +[2020-08-17 23:40:31,987] '/u/SimplySuey' has given '/u/Wave_Of_Babies' lambda! +[2020-08-17 23:40:34,572] /u/Wave_Of_Babies had their flair updated +[2020-08-17 23:40:57,589] '/u/SimplySuey' has given '/u/baechanka' lambda! +[2020-08-17 23:41:00,365] /u/baechanka had their flair updated +[2020-08-17 23:41:35,506] '/u/SimplySuey' has given '/u/Curiouscrispy' lambda! +[2020-08-17 23:41:38,539] /u/Curiouscrispy had their flair updated +[2020-08-17 23:42:15,690] '/u/SimplySuey' has given '/u/SainRainbowtwigs' lambda! +[2020-08-17 23:42:18,188] /u/SainRainbowtwigs had their flair updated +[2020-08-17 23:42:55,271] '/u/DTV998' has given '/u/FlobblesReddit' lambda! +[2020-08-17 23:42:57,939] /u/FlobblesReddit had their flair updated +[2020-08-17 23:43:48,728] '/u/SimplySuey' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-17 23:43:51,428] /u/BeatsandPiecesYT had their flair updated +[2020-08-17 23:44:59,709] '/u/SimplySuey' has given '/u/guyFCR' lambda! +[2020-08-17 23:45:02,167] /u/guyFCR had their flair updated +[2020-08-17 23:45:22,232] '/u/SimplySuey' has given '/u/engamingchannel' lambda! +[2020-08-17 23:45:24,859] /u/engamingchannel had their flair updated +[2020-08-17 23:48:28,035] There has been a new submission: 'Coffee Shop Background Noise for Study and Concentration | Full Concentr...', with flair 'Vlog' +[2020-08-17 23:48:29,989] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-08-17 23:48:30,770] /u/jholloway55 had their flair updated +[2020-08-17 23:48:49,455] There has been a new submission: 'NOSE WAXING CHALLENGE!', with flair 'Channel Review' +[2020-08-17 23:48:51,523] /u/TeeteeTubers had their submission removed for insufficient lambda. +[2020-08-17 23:48:52,263] /u/TeeteeTubers had their flair updated +[2020-08-17 23:49:09,410] There has been a new submission: '@bleoff.beats', with flair 'Video Critique' +[2020-08-17 23:49:10,713] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-17 23:49:11,367] /u/bpbeatzz had their flair updated +[2020-08-17 23:51:10,545] There has been a new submission: 'im confused on what this community is lol', with flair 'Meta' +[2020-08-17 23:51:13,037] /u/trenchcoatgirl had their flair updated +[2020-08-17 23:51:49,903] There has been a new submission: 'Short Outer Worlds vid', with flair 'Gaming' +[2020-08-17 23:51:51,379] /u/BJJShutIn had their submission removed for insufficient lambda. +[2020-08-17 23:51:53,436] /u/BJJShutIn had their flair updated +[2020-08-18 00:07:55,586] There has been a new submission: 'Made In America 2020', with flair 'Art' +[2020-08-18 00:07:57,143] /u/theZimRI had their submission removed for insufficient lambda. +[2020-08-18 00:07:58,335] /u/theZimRI had their flair updated +[2020-08-18 00:12:29,656] There has been a new submission: 'RCE REACTS to DARK WEB HORROR STORY!!!! ( DON'T USE IT)', with flair 'Channel Review' +[2020-08-18 00:12:31,206] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-18 00:12:33,298] /u/bubenator10 had their flair updated +[2020-08-18 00:30:27,588] '/u/HookedOnAFeeling360' has given '/u/Pgozur' lambda! +[2020-08-18 00:30:29,868] /u/Pgozur had their flair updated +[2020-08-18 00:31:20,068] There has been a new submission: 'Let me know what you guys think of my channel or anything I can change!', with flair 'Channel Review' +[2020-08-18 00:31:21,516] /u/amandamarie-23 had their submission removed for insufficient lambda. +[2020-08-18 00:31:23,682] /u/amandamarie-23 had their flair updated +[2020-08-18 00:33:10,463] '/u/HookedOnAFeeling360' has given '/u/Kyle_Gates' lambda! +[2020-08-18 00:33:12,371] /u/Kyle_Gates had their flair updated +[2020-08-18 00:33:59,272] There has been a new submission: 'USED THIS CLASS AND GOT IMMORTAL CALL OF DUTY MOBILE', with flair 'Gaming' +[2020-08-18 00:34:00,598] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-18 00:34:02,475] /u/MulberryNo1582 had their flair updated +[2020-08-18 00:44:14,450] '/u/DTV998' has given '/u/Kyle_Gates' lambda! +[2020-08-18 00:44:16,232] /u/Kyle_Gates had their flair updated +[2020-08-18 00:46:20,434] +#################### +[Aug 18 2020 00:46:20] RESTARTED +#################### + +[2020-08-18 01:14:33,219] There has been a new submission: 'Still waiting for that viral video', with flair 'Discussion' +[2020-08-18 01:14:36,415] /u/aDesperateAnimator had their flair updated +[2020-08-18 01:15:01,656] /u/xXCyberD3m0nXx had their flair updated +[2020-08-18 01:16:31,506] There has been a new submission: 'First ever NCS and NEFFEX copyright free mashup for live-streams, gaming warmup sessions and workout videos.', with flair 'Gaming' +[2020-08-18 01:16:32,448] /u/Winxtinct had their submission removed for insufficient lambda. +[2020-08-18 01:16:33,552] /u/Winxtinct had their flair updated +[2020-08-18 01:18:26,676] There has been a new submission: 'The most op gun in warzone I been stuck on 117 subs pls help out', with flair 'Gaming' +[2020-08-18 01:18:27,582] /u/vicmar24 had their submission removed for insufficient lambda. +[2020-08-18 01:18:28,238] /u/vicmar24 had their flair updated +[2020-08-18 01:35:43,120] There has been a new submission: 'What a difference music makes... (# 4)', with flair 'Art' +[2020-08-18 01:35:44,358] /u/Havealook123 had their submission removed for insufficient lambda. +[2020-08-18 01:35:45,895] /u/Havealook123 had their flair updated +[2020-08-18 01:41:01,000] There has been a new submission: 'Looking for collab!! (commentary style video)', with flair 'Channel Review' +[2020-08-18 01:41:02,724] /u/YoitzTally123 had their submission removed for insufficient lambda. +[2020-08-18 01:41:04,999] /u/YoitzTally123 had their flair updated +[2020-08-18 01:43:56,298] There has been a new submission: 'Hey everyone!! Just made this new video for my 24th birthday:) hope you enjoy!', with flair 'Vlog' +[2020-08-18 01:43:57,852] /u/Ajford682 had their submission removed for insufficient lambda. +[2020-08-18 01:43:59,692] /u/Ajford682 had their flair updated +[2020-08-18 01:44:42,188] There has been a new submission: 'Before you ask I've tried to fix the audio', with flair 'Gaming' +[2020-08-18 01:44:43,620] /u/DamperCoast8845 had their submission removed for insufficient lambda. +[2020-08-18 01:44:45,386] /u/DamperCoast8845 had their flair updated +[2020-08-18 01:48:00,997] There has been a new submission: 'Hi! Im doing some retro videogame style versions of songs. This is a Dragon Ball opening. Hope you like it', with flair 'Art' +[2020-08-18 01:48:02,754] /u/kabukidanshi had their submission removed for insufficient lambda. +[2020-08-18 01:48:03,736] /u/kabukidanshi had their flair updated +[2020-08-18 01:54:32,419] There has been a new submission: 'Funny Moments In Fall Guys 3', with flair 'Video Critique' +[2020-08-18 01:54:33,931] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-18 01:54:35,732] /u/majin_hendrix had their flair updated +[2020-08-18 02:15:01,344] There has been a new submission: 'People who clap after movies...', with flair 'Video Critique' +[2020-08-18 02:15:02,591] /u/Theideuts had their submission removed for insufficient lambda. +[2020-08-18 02:15:04,237] /u/Theideuts had their flair updated +[2020-08-18 02:22:56,139] There has been a new submission: 'First comedy sketch. Boomer Sparkplug.', with flair 'Video Critique' +[2020-08-18 02:22:57,659] /u/bmdbud had their submission removed for insufficient lambda. +[2020-08-18 02:22:59,752] /u/bmdbud had their flair updated +[2020-08-18 02:26:38,909] There has been a new submission: 'One of my newest Minecraft Videos', with flair 'Gaming' +[2020-08-18 02:26:40,074] /u/xd_beefyboi had their submission removed for insufficient lambda. +[2020-08-18 02:26:41,625] /u/xd_beefyboi had their flair updated +[2020-08-18 02:30:26,916] '/u/South-Amareca' has given '/u/MrCarsone' lambda! +[2020-08-18 02:30:30,203] /u/MrCarsone had their flair updated +[2020-08-18 02:34:49,548] There has been a new submission: 'How to be MORE CONFIDENT on camera | What I've learnt as a beginner YouTuber', with flair 'Video Critique' +[2020-08-18 02:34:50,792] /u/jd-h had their submission removed for insufficient lambda. +[2020-08-18 02:34:52,472] /u/jd-h had their flair updated +[2020-08-18 02:37:15,244] '/u/JamesBondOO72468' has given '/u/guyFCR' lambda! +[2020-08-18 02:37:17,216] /u/guyFCR had their flair updated +[2020-08-18 02:46:55,763] +#################### +[Aug 18 2020 02:46:55] RESTARTED +#################### + +[2020-08-18 03:25:12,985] There has been a new submission: 'Let Me Take You to Your NOSTALGIC GAMING EXPERIENCE With This Retro Game | Free Random Games', with flair 'Gaming' +[2020-08-18 03:25:14,241] /u/onail had their submission removed for insufficient lambda. +[2020-08-18 03:25:15,609] /u/onail had their flair updated +[2020-08-18 03:27:15,311] '/u/South-Amareca' has given '/u/Freely_Cherie' lambda! +[2020-08-18 03:27:17,687] /u/Freely_Cherie had their flair updated +[2020-08-18 03:28:51,701] There has been a new submission: 'Come say hi !!!!', with flair 'Gaming' +[2020-08-18 03:28:52,809] /u/wuanh8 had their submission removed for insufficient lambda. +[2020-08-18 03:28:53,387] /u/wuanh8 had their flair updated +[2020-08-18 03:53:31,895] There has been a new submission: 'My Predictions for FORTNITE SEASON 4 - Fortnite Season 4 Theory', with flair 'Gaming' +[2020-08-18 03:53:33,536] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-18 03:53:35,632] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-18 04:07:56,549] '/u/zen_valore' has given '/u/mreverdred01' lambda! +[2020-08-18 04:07:58,809] /u/mreverdred01 had their flair updated +[2020-08-18 04:18:06,599] There has been a new submission: 'BenQ EW3270U 4K HDR monitor', with flair 'Video Critique' +[2020-08-18 04:18:07,808] /u/vinayak_nair had their submission removed for insufficient lambda. +[2020-08-18 04:18:09,075] /u/vinayak_nair had their flair updated +[2020-08-18 04:20:04,735] There has been a new submission: 'WHAT’S IN MY BAG? NURSING SCHOOL EDITION 👩🏾⚕️💕| Kennedy Christina', with flair 'Vlog' +[2020-08-18 04:20:06,421] /u/XKennDoll had their submission removed for insufficient lambda. +[2020-08-18 04:20:08,760] /u/XKennDoll had their flair updated +[2020-08-18 04:23:45,004] There has been a new submission: 'Play 2048 game and with the tile 2048', with flair 'Gaming' +[2020-08-18 04:23:47,591] /u/vikasyadav86 had their submission removed for insufficient lambda. +[2020-08-18 04:23:49,681] /u/vikasyadav86 had their flair updated +[2020-08-18 04:43:15,392] There has been a new submission: 'NEW MUSIC VIDEO! FUTURE BASS', with flair 'Art' +[2020-08-18 04:43:16,772] /u/raaxas_music had their submission removed for insufficient lambda. +[2020-08-18 04:43:18,742] /u/raaxas_music had their flair updated +[2020-08-18 04:46:21,582] +#################### +[Aug 18 2020 04:46:21] RESTARTED +#################### + +[2020-08-18 05:08:18,877] There has been a new submission: 'here's a video about paperclips i guess. Lambda for any gangster reviews 😎', with flair 'Video Critique' +[2020-08-18 05:08:22,609] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 05:08:22,650] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 05:08:24,167] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9UDzWA3-MmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 05:08:24,579] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZXz6p69AxwAMdpdPe5cFtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 05:08:26,258] /u/TrueGIXERJ had their flair updated +[2020-08-18 05:08:45,062] '/u/The_Suited_Bird' has given '/u/Narband' lambda! +[2020-08-18 05:08:47,224] /u/Narband had their flair updated +[2020-08-18 05:09:07,528] '/u/The_Suited_Bird' has given '/u/TrueGIXERJ' lambda! +[2020-08-18 05:09:09,418] /u/TrueGIXERJ had their flair updated +[2020-08-18 05:09:26,518] There has been a new submission: 'Ideas for milestone videos?', with flair 'Discussion' +[2020-08-18 05:09:29,746] /u/TrueGIXERJ had their flair updated +[2020-08-18 05:13:45,361] There has been a new submission: 'I played Among Us with some of my friends and it was very chaotic', with flair 'Video Critique' +[2020-08-18 05:13:46,832] /u/ColtRuger had their submission removed for insufficient lambda. +[2020-08-18 05:13:48,722] /u/ColtRuger had their flair updated +[2020-08-18 05:15:48,713] There has been a new submission: 'If you have a minute please make my day with some support all love👏💙', with flair 'Channel Review' +[2020-08-18 05:15:50,064] /u/Smirkythoughts had their submission removed for insufficient lambda. +[2020-08-18 05:15:51,658] /u/Smirkythoughts had their flair updated +[2020-08-18 05:20:08,405] There has been a new submission: 'weird pt 5', with flair 'Art' +[2020-08-18 05:20:10,070] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-08-18 05:20:12,412] /u/princeevil666_ had their flair updated +[2020-08-18 05:48:51,802] There has been a new submission: 'DEVELOP YOUR WORK ETHIC - BEST Motivational Video 2020', with flair 'Video Critique' +[2020-08-18 05:48:52,586] /u/EverydayMotivationYT had their submission removed for insufficient lambda. +[2020-08-18 05:48:53,418] /u/EverydayMotivationYT had their flair updated +[2020-08-18 05:54:46,913] There has been a new submission: 'I have started a YouTube channel where I post Montage (GMVs, AMVs, MMVs)', with flair 'Gaming' +[2020-08-18 05:54:48,742] /u/0WND_Gamoholic had their submission removed for insufficient lambda. +[2020-08-18 05:54:50,556] /u/0WND_Gamoholic had their flair updated +[2020-08-18 05:55:07,613] There has been a new submission: 'The game that DOESN'T actually cause pain', with flair 'Gaming' +[2020-08-18 05:55:08,777] /u/RansomNGaming had their submission removed for insufficient lambda. +[2020-08-18 05:55:10,478] /u/RansomNGaming had their flair updated +[2020-08-18 05:58:46,430] There has been a new submission: 'Illusion Show With Illusionist ANDY and Rabbit - Funny Animation illusion parody !-lambda for all-!', with flair 'Channel Review' +[2020-08-18 05:58:47,594] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 05:58:47,595] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 05:58:48,404] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K8e0PhAHtoM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 05:58:48,710] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzVcNhE5XeQ2fSQ8ThogelQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 05:58:50,467] /u/prankstersnap had their flair updated +[2020-08-18 05:59:18,230] There has been a new submission: 'I Wana promote my channel', with flair 'Channel Review' +[2020-08-18 05:59:19,089] /u/Tannermonkey had their submission removed for insufficient lambda. +[2020-08-18 05:59:19,789] /u/Tannermonkey had their flair updated +[2020-08-18 06:01:43,615] There has been a new submission: 'Promoting my channel', with flair 'Channel Review' +[2020-08-18 06:01:45,146] /u/Tannermonkey had their submission removed for insufficient lambda. +[2020-08-18 06:01:47,301] /u/Tannermonkey had their flair updated +[2020-08-18 06:02:22,383] There has been a new submission: 'GETTING DUTCH IN DRUNK || Beer52 Reviews - Would love any feedback you have 🔥', with flair 'Video Critique' +[2020-08-18 06:02:24,798] /u/heslost had their submission removed for insufficient lambda. +[2020-08-18 06:02:26,839] /u/heslost had their flair updated +[2020-08-18 06:11:48,223] '/u/southislandtinyhouse' has given '/u/mreverdred01' lambda! +[2020-08-18 06:11:50,890] /u/mreverdred01 had their flair updated +[2020-08-18 06:28:15,250] '/u/southislandtinyhouse' has given '/u/after_hours_chef' lambda! +[2020-08-18 06:28:16,341] /u/after_hours_chef had their flair updated +[2020-08-18 06:31:17,986] '/u/southislandtinyhouse' has given '/u/Not_A_Doct0r' lambda! +[2020-08-18 06:31:20,186] /u/Not_A_Doct0r had their flair updated +[2020-08-18 06:41:17,010] '/u/prankstersnap' has given '/u/Not_A_Doct0r' lambda! +[2020-08-18 06:41:19,638] /u/Not_A_Doct0r had their flair updated +[2020-08-18 06:44:29,963] '/u/ZaVizion' has given '/u/kapanidis87' lambda! +[2020-08-18 06:44:31,781] /u/kapanidis87 had their flair updated +[2020-08-18 06:45:34,207] '/u/ZaVizion' has given '/u/playerinfinity707' lambda! +[2020-08-18 06:45:35,777] /u/playerinfinity707 had their flair updated +[2020-08-18 06:46:13,122] '/u/ZaVizion' has given '/u/kabukidanshi' lambda! +[2020-08-18 06:46:14,626] /u/kabukidanshi had their flair updated +[2020-08-18 06:46:19,595] '/u/prankstersnap' has given '/u/bunnyofthesea' lambda! +[2020-08-18 06:46:21,387] +#################### +[Aug 18 2020 06:46:21] RESTARTED +#################### + +[2020-08-18 07:16:11,204] There has been a new submission: 'You will fail if you think it's about 'working hard'', with flair 'Discussion' +[2020-08-18 07:16:14,514] /u/PonjiNinja had their flair updated +[2020-08-18 07:25:50,551] There has been a new submission: 'I am a keyboardist but some time ago I created my first vocal cover on my channel. Hope I can get some feedback here.', with flair 'Channel Review' +[2020-08-18 07:25:51,741] /u/doc_mozart had their submission removed for insufficient lambda. +[2020-08-18 07:25:53,343] /u/doc_mozart had their flair updated +[2020-08-18 07:32:32,173] There has been a new submission: 'Learn how much YouTubers make from sponsorships with Sponsors.fyi', with flair 'Discussion' +[2020-08-18 07:32:34,637] /u/TeluguGameboy had their flair updated +[2020-08-18 07:35:14,707] There has been a new submission: 'Hyper Scape Review | Worth Playing? Giving lambda to constructive feedback!', with flair 'Video Critique' +[2020-08-18 07:35:15,334] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 07:35:15,337] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 07:35:15,486] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5pOe85WzdBs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 07:35:15,615] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyedBW94TMvRL_J5u3F7PWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 07:35:17,781] /u/MrSirjohny had their flair updated +[2020-08-18 07:37:04,066] '/u/ZhyperCR1T' has given '/u/73windman' lambda! +[2020-08-18 07:37:05,357] /u/73windman had their flair updated +[2020-08-18 08:08:32,567] '/u/prankstersnap' has given '/u/doc_mozart' lambda! +[2020-08-18 08:08:35,361] /u/doc_mozart had their flair updated +[2020-08-18 08:25:45,157] '/u/MrSirjohny' has given '/u/doc_mozart' lambda! +[2020-08-18 08:25:46,751] /u/doc_mozart had their flair updated +[2020-08-18 08:35:27,215] '/u/MrMoo-Youtube' has given '/u/MrCarsone' lambda! +[2020-08-18 08:35:28,889] /u/MrCarsone had their flair updated +[2020-08-18 08:36:10,676] '/u/MrMoo-Youtube' has given '/u/mreverdred01' lambda! +[2020-08-18 08:36:12,265] /u/mreverdred01 had their flair updated +[2020-08-18 08:37:18,563] '/u/MrMoo-Youtube' has given '/u/73windman' lambda! +[2020-08-18 08:37:19,832] /u/73windman had their flair updated +[2020-08-18 08:38:14,924] /u/MrMoo-Youtube had their flair updated +[2020-08-18 08:46:21,545] +#################### +[Aug 18 2020 08:46:21] RESTARTED +#################### + +[2020-08-18 08:59:02,468] There has been a new submission: 'Here is the second DeepFake i made. Watch end enjoy :)', with flair 'Gaming' +[2020-08-18 08:59:03,982] /u/playmoreinside had their submission removed for insufficient lambda. +[2020-08-18 08:59:04,599] /u/playmoreinside had their flair updated +[2020-08-18 08:59:25,831] There has been a new submission: 'Feedback please, I work hard on each video post and want to get better!', with flair 'Video Critique' +[2020-08-18 08:59:29,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 08:59:29,433] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 08:59:30,788] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e4QOe3GgNUg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 08:59:31,158] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 08:59:32,596] /u/dansometv had their flair updated +[2020-08-18 09:03:19,080] There has been a new submission: 'new vid is pretty gud....', with flair 'Gaming' +[2020-08-18 09:03:20,534] /u/yeahboi75 had their submission removed for insufficient lambda. +[2020-08-18 09:03:22,582] /u/yeahboi75 had their flair updated +[2020-08-18 09:35:13,487] There has been a new submission: 'Where is this going?', with flair 'Channel Review' +[2020-08-18 09:35:14,936] /u/mazooni85 had their submission removed for insufficient lambda. +[2020-08-18 09:35:16,609] /u/mazooni85 had their flair updated +[2020-08-18 09:36:44,528] There has been a new submission: 'Some kiteboarding action ^_^', with flair 'Vlog' +[2020-08-18 09:36:45,659] /u/WhatToDo9001 had their submission removed for insufficient lambda. +[2020-08-18 09:36:47,118] /u/WhatToDo9001 had their flair updated +[2020-08-18 09:40:56,688] '/u/Adzic254' has given '/u/ROANOKE02' lambda! +[2020-08-18 09:40:59,682] /u/ROANOKE02 had their flair updated +[2020-08-18 09:42:00,875] '/u/Adzic254' has given '/u/simsomsam' lambda! +[2020-08-18 09:42:03,696] /u/simsomsam had their flair updated +[2020-08-18 09:42:47,983] There has been a new submission: 'BEAUTY OF MY COUNTRY NEPAL', with flair 'Vlog' +[2020-08-18 09:42:49,664] /u/rohan777777777777 had their submission removed for insufficient lambda. +[2020-08-18 09:42:51,672] /u/rohan777777777777 had their flair updated +[2020-08-18 10:00:45,931] There has been a new submission: 'Is the stats are good enough for a 5 month old Cover music making YouTube channel? Please help!', with flair 'Discussion' +[2020-08-18 10:00:48,585] /u/Prassannapk had their flair updated +[2020-08-18 10:03:24,002] '/u/Cap_America_AC' has given '/u/Imagine-Freedom' lambda! +[2020-08-18 10:03:25,829] /u/Imagine-Freedom had their flair updated +[2020-08-18 10:05:37,841] There has been a new submission: 'Spend an hour to edit this video. So honest feedback is most welcome. How is the video quality?', with flair 'None' +[2020-08-18 10:05:38,243] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 10:05:38,244] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 10:05:38,382] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IZjvcW3t4Ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 10:05:38,528] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMyT_9X-46DEvqBBczRhhaw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 10:05:40,699] /u/Atiqur1984 had their flair updated +[2020-08-18 10:08:12,918] '/u/Cap_America_AC' has given '/u/Davidplaysgames' lambda! +[2020-08-18 10:08:15,157] /u/Davidplaysgames had their flair updated +[2020-08-18 10:13:33,596] There has been a new submission: 'Ideas for gaming / movie or tv show related videos', with flair 'Discussion' +[2020-08-18 10:13:35,764] /u/MelonMunky had their flair updated +[2020-08-18 10:39:11,853] There has been a new submission: 'Any input on videos is greatly appreciated', with flair 'Gaming' +[2020-08-18 10:39:13,487] /u/dafluffyninja13 had their submission removed for insufficient lambda. +[2020-08-18 10:39:14,226] /u/dafluffyninja13 had their flair updated +[2020-08-18 10:41:17,140] There has been a new submission: 'That a amazing wedding dress .', with flair 'Channel Review' +[2020-08-18 10:41:18,893] /u/chunampunam had their submission removed for insufficient lambda. +[2020-08-18 10:41:21,263] /u/chunampunam had their flair updated +[2020-08-18 10:46:21,920] +#################### +[Aug 18 2020 10:46:21] RESTARTED +#################### + +[2020-08-18 11:08:26,278] There has been a new submission: '66% of my viewers are subscribed to my channel, what does this mean for me?', with flair 'Channel Review' +[2020-08-18 11:08:27,297] /u/pokubanks had their submission removed for insufficient lambda. +[2020-08-18 11:08:27,996] /u/pokubanks had their flair updated +[2020-08-18 11:15:33,409] There has been a new submission: 'Need you feedback on this', with flair 'Video Critique' +[2020-08-18 11:15:34,993] /u/Yashodeepk had their submission removed for insufficient lambda. +[2020-08-18 11:15:36,660] /u/Yashodeepk had their flair updated +[2020-08-18 11:21:29,548] There has been a new submission: 'Can anyone help ?', with flair 'Video Critique' +[2020-08-18 11:21:31,015] /u/prince_Gizmo had their submission removed for insufficient lambda. +[2020-08-18 11:21:33,173] /u/prince_Gizmo had their flair updated +[2020-08-18 11:27:55,061] There has been a new submission: 'How To Tenderize Pork Chop At Home (Steak Tenderizing Experiment)', with flair 'Channel Review' +[2020-08-18 11:27:56,257] /u/fitnessmind-chefmajk had their submission removed for insufficient lambda. +[2020-08-18 11:27:57,386] /u/fitnessmind-chefmajk had their flair updated +[2020-08-18 11:31:06,276] There has been a new submission: 'YT Guidelines and Horror', with flair 'Discussion' +[2020-08-18 11:31:09,504] /u/ImCurious012 had their flair updated +[2020-08-18 11:54:42,978] There has been a new submission: 'Dont care for negative feedback 😅. EVERY feedback will get a lambda', with flair 'Video Critique' +[2020-08-18 11:54:46,212] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 11:54:46,333] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 11:54:47,685] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1drusKBY7QM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 11:54:48,096] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpU-ADs2a_eQYRUO0lg0Hag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 11:54:51,366] /u/SainRainbowtwigs had their flair updated +[2020-08-18 12:02:41,525] There has been a new submission: 'The New King Of Battle Royale Games(quick little video. Will give lambda! Thanks!)', with flair 'Video Critique' +[2020-08-18 12:02:43,903] /u/MrCarsone had their flair updated +[2020-08-18 12:05:20,781] There has been a new submission: 'Some Other Day - Original (CONSI)', with flair 'Video Critique' +[2020-08-18 12:05:22,900] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-18 12:05:24,600] /u/benconsidine had their flair updated +[2020-08-18 12:08:06,686] There has been a new submission: 'Free Data Science Certification from IBM | Coursera', with flair 'Video Critique' +[2020-08-18 12:08:07,980] /u/thinkingyeti had their submission removed for insufficient lambda. +[2020-08-18 12:08:09,187] /u/thinkingyeti had their flair updated +[2020-08-18 12:10:20,292] There has been a new submission: 'A PUBG MOBILE MONTAGE for you guys', with flair 'Gaming' +[2020-08-18 12:10:21,838] /u/ESPcommando had their submission removed for insufficient lambda. +[2020-08-18 12:10:24,203] /u/ESPcommando had their flair updated +[2020-08-18 12:14:31,712] There has been a new submission: 'A new video I made. I would REALLY appreciate constructive criticism and feedback', with flair 'Video Critique' +[2020-08-18 12:14:33,009] /u/sonjo_show had their submission removed for insufficient lambda. +[2020-08-18 12:14:34,871] /u/sonjo_show had their flair updated +[2020-08-18 12:16:04,878] There has been a new submission: 'Feedback would be appreciated!', with flair 'Video Critique' +[2020-08-18 12:16:06,074] /u/Cog_Gaming_on_reddit had their submission removed for insufficient lambda. +[2020-08-18 12:16:07,593] /u/Cog_Gaming_on_reddit had their flair updated +[2020-08-18 12:16:24,366] '/u/coolboyyobro' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 12:16:26,508] /u/Heavy_Rain_ had their flair updated +[2020-08-18 12:19:39,269] '/u/SainRainbowtwigs' has given '/u/pianobars' lambda! +[2020-08-18 12:19:40,183] /u/pianobars had their flair updated +[2020-08-18 12:21:44,496] '/u/South-Amareca' has given '/u/callmenicpls' lambda! +[2020-08-18 12:21:46,651] /u/callmenicpls had their flair updated +[2020-08-18 12:23:27,137] There has been a new submission: 'I wanna watch your language YouTube channel (or playlist)', with flair 'Discussion' +[2020-08-18 12:23:31,402] /u/mickaelbdias had their flair updated +[2020-08-18 12:24:11,085] '/u/South-Amareca' has given '/u/dansometv' lambda! +[2020-08-18 12:24:13,704] /u/dansometv had their flair updated +[2020-08-18 12:25:10,042] There has been a new submission: 'Tips for More Views?', with flair 'Discussion' +[2020-08-18 12:25:11,796] /u/mrbenjum had their flair updated +[2020-08-18 12:45:57,139] '/u/MrCarsone' has given '/u/kingury7' lambda! +[2020-08-18 12:45:58,739] /u/kingury7 had their flair updated +[2020-08-18 12:46:22,014] +#################### +[Aug 18 2020 12:46:22] RESTARTED +#################### + +[2020-08-18 13:14:07,902] There has been a new submission: 'sick editing', with flair 'Art' +[2020-08-18 13:14:10,894] /u/RickC-666 had their submission removed for insufficient lambda. +[2020-08-18 13:14:12,494] /u/RickC-666 had their flair updated +[2020-08-18 13:16:23,365] There has been a new submission: 'Who Is Riku? Kingdom Hearts 3', with flair 'Gaming' +[2020-08-18 13:16:24,634] /u/danaanahita had their submission removed for insufficient lambda. +[2020-08-18 13:16:25,807] /u/danaanahita had their flair updated +[2020-08-18 13:16:44,344] There has been a new submission: '6 minute long game overview video I want lots of constructive criticism.', with flair 'Video Critique' +[2020-08-18 13:16:45,811] /u/sehwut had their submission removed for insufficient lambda. +[2020-08-18 13:16:46,912] /u/sehwut had their flair updated +[2020-08-18 13:17:04,419] There has been a new submission: 'Goodnight Moon extended universe?!?!', with flair 'Video Critique' +[2020-08-18 13:17:06,136] /u/TekeelaMockingbird had their submission removed for insufficient lambda. +[2020-08-18 13:17:07,175] /u/TekeelaMockingbird had their flair updated +[2020-08-18 13:31:27,421] There has been a new submission: 'Go sub to my yt channel ROBROAGES', with flair 'Gaming' +[2020-08-18 13:31:29,141] /u/uradveragepost had their submission removed for insufficient lambda. +[2020-08-18 13:31:31,396] /u/uradveragepost had their flair updated +[2020-08-18 13:31:58,961] '/u/Cap_America_AC' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 13:32:01,911] /u/Heavy_Rain_ had their flair updated +[2020-08-18 13:33:19,369] There has been a new submission: 'Scuffed Skribbl.io moments that I thought were funny enough to edit into a short video (opinions on the editing would be appreciated)', with flair 'Gaming' +[2020-08-18 13:33:20,923] /u/DeadPandyY had their submission removed for insufficient lambda. +[2020-08-18 13:33:22,851] /u/DeadPandyY had their flair updated +[2020-08-18 13:41:48,328] There has been a new submission: 'No giveaway video so I punished myself in this video with an embarrassing picture. Maneater continues and we are baby shark trying to survive but we run into some big nasty alligators, bad decision, hope you enjoy', with flair 'Gaming' +[2020-08-18 13:41:50,456] /u/HussMan-Gaming had their submission removed for insufficient lambda. +[2020-08-18 13:41:52,821] /u/HussMan-Gaming had their flair updated +[2020-08-18 13:58:40,771] '/u/FynnKrauseFootballYT' has given '/u/stburgess' lambda! +[2020-08-18 13:58:43,430] /u/stburgess had their flair updated +[2020-08-18 13:59:20,519] '/u/FynnKrauseFootballYT' has given '/u/-JRWL' lambda! +[2020-08-18 13:59:22,404] /u/-JRWL had their flair updated +[2020-08-18 14:00:13,445] There has been a new submission: 'MARVEL'S AVENGERS Walkthrough Gameplay Part 1 - INTRO (2020 GAME)', with flair 'Gaming' +[2020-08-18 14:00:15,289] /u/rawanarafat1 had their submission removed for insufficient lambda. +[2020-08-18 14:00:17,745] /u/rawanarafat1 had their flair updated +[2020-08-18 14:03:07,467] There has been a new submission: 'Java Server open for Admissions!', with flair 'Gaming' +[2020-08-18 14:03:09,041] /u/2tiix had their submission removed for insufficient lambda. +[2020-08-18 14:03:10,971] /u/2tiix had their flair updated +[2020-08-18 14:11:07,136] '/u/MrCarsone' has given '/u/Insert-a-reddit-name' lambda! +[2020-08-18 14:11:09,802] /u/Insert-a-reddit-name had their flair updated +[2020-08-18 14:23:52,506] There has been a new submission: 'I Did 100 Push Ups Everyday For 30 Days *CRAZY RESULTS*', with flair 'Video Critique' +[2020-08-18 14:23:54,018] /u/RileyandColin had their submission removed for insufficient lambda. +[2020-08-18 14:23:55,942] /u/RileyandColin had their flair updated +[2020-08-18 14:32:14,304] '/u/Cap_America_AC' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-18 14:32:16,328] /u/FynnKrauseFootballYT had their flair updated +[2020-08-18 14:35:56,492] '/u/TrueGIXERJ' has given '/u/DanDaoYT' lambda! +[2020-08-18 14:35:58,095] /u/DanDaoYT had their flair updated +[2020-08-18 14:37:15,398] '/u/TrueGIXERJ' has given '/u/Not_A_Doct0r' lambda! +[2020-08-18 14:37:16,751] /u/Not_A_Doct0r had their flair updated +[2020-08-18 14:38:19,390] /u/Insert-a-reddit-name had their flair updated +[2020-08-18 14:38:55,006] '/u/TrueGIXERJ' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 14:38:57,261] /u/Heavy_Rain_ had their flair updated +[2020-08-18 14:39:47,965] '/u/TrueGIXERJ' has given '/u/toenaster' lambda! +[2020-08-18 14:39:50,262] /u/toenaster had their flair updated +[2020-08-18 14:42:36,717] '/u/TrueGIXERJ' has given '/u/pianobars' lambda! +[2020-08-18 14:42:39,261] /u/pianobars had their flair updated +[2020-08-18 14:46:30,496] +#################### +[Aug 18 2020 14:46:30] RESTARTED +#################### + +[2020-08-18 15:16:48,532] '/u/The_Suited_Bird' has given '/u/DanDaoYT' lambda! +[2020-08-18 15:16:50,866] /u/DanDaoYT had their flair updated +[2020-08-18 15:17:10,772] '/u/The_Suited_Bird' has given '/u/sonjo_show' lambda! +[2020-08-18 15:17:13,159] /u/sonjo_show had their flair updated +[2020-08-18 15:17:50,059] '/u/SainRainbowtwigs' has given '/u/gunpla-daddy' lambda! +[2020-08-18 15:17:52,153] /u/gunpla-daddy had their flair updated +[2020-08-18 15:18:43,586] '/u/prankstersnap' has given '/u/Omi-Wan-Kenobi' lambda! +[2020-08-18 15:18:45,515] /u/Omi-Wan-Kenobi had their flair updated +[2020-08-18 15:19:05,281] '/u/prankstersnap' has given '/u/siddhant1991' lambda! +[2020-08-18 15:19:07,003] /u/siddhant1991 had their flair updated +[2020-08-18 15:19:26,105] '/u/prankstersnap' has given '/u/pianobars' lambda! +[2020-08-18 15:19:28,030] /u/pianobars had their flair updated +[2020-08-18 15:20:21,404] There has been a new submission: 'Should I make 2 channels or keep one? (Will give lambda for useful responses)', with flair 'Discussion' +[2020-08-18 15:20:23,977] /u/gmxsnip3r had their flair updated +[2020-08-18 15:20:43,868] There has been a new submission: 'A short video Trying to get better :D', with flair 'Gaming' +[2020-08-18 15:20:45,831] /u/Lebraci had their submission removed for insufficient lambda. +[2020-08-18 15:20:49,031] /u/Lebraci had their flair updated +[2020-08-18 15:21:09,588] There has been a new submission: 'What time of day do you post your videos? What time of day is best to post videos?', with flair 'Discussion' +[2020-08-18 15:21:14,792] /u/mouse_irl had their flair updated +[2020-08-18 15:21:33,810] There has been a new submission: 'Hi all. I make a lot of gaming content. Recently been looking at video game movies, just starting a series around my favourite games from each console I own. I have just uploaded my PS1 list. Please check my channel out and do the usual like, comment and subscribe', with flair 'Channel Review' +[2020-08-18 15:21:35,322] /u/tophacmd had their submission removed for insufficient lambda. +[2020-08-18 15:21:37,497] /u/tophacmd had their flair updated +[2020-08-18 15:21:57,832] There has been a new submission: 'Weird gta glitch', with flair 'Gaming' +[2020-08-18 15:21:59,717] /u/BJJShutIn had their submission removed for insufficient lambda. +[2020-08-18 15:22:01,823] /u/BJJShutIn had their flair updated +[2020-08-18 15:22:22,125] There has been a new submission: '[Question] Using an "epic" version of a song', with flair 'Discussion' +[2020-08-18 15:22:24,694] /u/housecatyeh had their flair updated +[2020-08-18 15:33:09,483] '/u/MrMoo-Youtube' has given '/u/D1m1tr1sF' lambda! +[2020-08-18 15:33:12,269] /u/D1m1tr1sF had their flair updated +[2020-08-18 15:38:27,156] /u/RealDoublezone had their flair updated +[2020-08-18 15:40:08,292] There has been a new submission: 'Diet Pill Results After 7 Days lambda for all', with flair 'Thumbnail Review' +[2020-08-18 15:40:08,765] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 15:40:08,768] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 15:40:08,940] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RIRvpZ01IBM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 15:40:09,078] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHubrZJWgaJxBrIMaoZYNEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 15:40:12,324] /u/MrMoo-Youtube had their flair updated +[2020-08-18 15:47:32,223] '/u/Onen1ck' has given '/u/sonjo_show' lambda! +[2020-08-18 15:47:34,673] /u/sonjo_show had their flair updated +[2020-08-18 15:49:03,187] There has been a new submission: 'Back to school 2020 school and art supplies haul! This is a different style of video than I typically do. I would love and feedback on my talk-to-camera presentation or the overall engagingness of the video. Thanks!', with flair 'Video Critique' +[2020-08-18 15:49:06,641] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 15:49:06,680] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 15:49:07,951] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JGYe3rkBGfY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 15:49:08,441] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 15:49:10,284] /u/AlsleumMusic had their flair updated +[2020-08-18 15:51:29,357] There has been a new submission: 'I’ve got a really good idea but it’s similar to someone else’s', with flair 'Discussion' +[2020-08-18 15:51:32,400] /u/Timmy42000 had their flair updated +[2020-08-18 15:56:01,788] '/u/MrMoo-Youtube' has given '/u/lucidrop' lambda! +[2020-08-18 15:56:04,126] /u/lucidrop had their flair updated +[2020-08-18 15:59:19,131] There has been a new submission: 'if I pick up an item, this video ends....Minecraft', with flair 'Gaming' +[2020-08-18 15:59:20,660] /u/KRGEZYTTTT had their submission removed for insufficient lambda. +[2020-08-18 15:59:21,302] /u/KRGEZYTTTT had their flair updated +[2020-08-18 16:00:15,691] There has been a new submission: 'Marvel's Avengers gameplay walk through part 3 come watch and subscribe too', with flair 'Gaming' +[2020-08-18 16:00:17,561] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-18 16:00:19,892] /u/XA1CE had their flair updated +[2020-08-18 16:01:53,165] There has been a new submission: 'Made a cringy rap about oatmeal', with flair 'Video Critique' +[2020-08-18 16:01:55,209] /u/TheEpicZombie had their submission removed for insufficient lambda. +[2020-08-18 16:01:57,341] /u/TheEpicZombie had their flair updated +[2020-08-18 16:03:29,068] There has been a new submission: 'Back to school 2020 school and art supplies haul! This is a different style of video than I typically do. I would love and feedback on my talk-to-camera presentation or the overall engagingness of the video. Thanks!', with flair 'Video Critique' +[2020-08-18 16:03:31,916] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 16:03:31,918] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 16:03:33,148] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JGYe3rkBGfY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 16:03:33,639] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 16:03:36,388] /u/AlsleumMusic had their flair updated +[2020-08-18 16:06:40,723] '/u/SainRainbowtwigs' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-18 16:06:42,724] /u/aspirefitnesswalnut had their flair updated +[2020-08-18 16:06:58,622] '/u/MrMoo-Youtube' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-18 16:07:00,525] /u/aspirefitnesswalnut had their flair updated +[2020-08-18 16:08:40,097] There has been a new submission: 'I have captured the current status and details of all vaccines in development for COVID-19 (coronavirus) in my latest video', with flair 'Video Critique' +[2020-08-18 16:08:41,734] /u/illumestats had their submission removed for insufficient lambda. +[2020-08-18 16:08:42,555] /u/illumestats had their flair updated +[2020-08-18 16:11:41,836] '/u/JamesBondOO72468' has given '/u/D1m1tr1sF' lambda! +[2020-08-18 16:11:44,786] /u/D1m1tr1sF had their flair updated +[2020-08-18 16:13:31,124] There has been a new submission: 'MESSAGE TO BANKSY... رسالة لبانكسي', with flair 'Channel Review' +[2020-08-18 16:13:33,784] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-18 16:13:35,793] /u/Xander2KBarqs123 had their flair updated +[2020-08-18 16:14:02,605] '/u/Atiqur1984' has given '/u/siddhant1991' lambda! +[2020-08-18 16:14:05,104] /u/siddhant1991 had their flair updated +[2020-08-18 16:15:37,387] '/u/MrMoo-Youtube' has given '/u/baechanka' lambda! +[2020-08-18 16:15:39,878] /u/baechanka had their flair updated +[2020-08-18 16:16:17,726] '/u/Atiqur1984' has given '/u/sonjo_show' lambda! +[2020-08-18 16:16:19,925] /u/sonjo_show had their flair updated +[2020-08-18 16:22:44,534] '/u/Atiqur1984' has given '/u/pianobars' lambda! +[2020-08-18 16:22:47,818] /u/pianobars had their flair updated +[2020-08-18 16:30:08,088] There has been a new submission: 'I hosted a Gameshow on my Discord server, FEEDBACK GREATLY APPRECIATED :)', with flair 'Video Critique' +[2020-08-18 16:30:09,862] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 16:30:09,901] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 16:30:11,338] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=z9q_8uHj2rI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 16:30:11,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0JCUDxidC5aUdFXH2gXZQQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 16:30:15,307] /u/sonjo_show had their flair updated +[2020-08-18 16:31:59,220] '/u/Atiqur1984' has given '/u/boarder981' lambda! +[2020-08-18 16:32:02,390] /u/boarder981 had their flair updated +[2020-08-18 16:36:52,010] '/u/Atiqur1984' has given '/u/ShikharTrivedi' lambda! +[2020-08-18 16:36:53,353] /u/ShikharTrivedi had their flair updated +[2020-08-18 16:37:17,469] There has been a new submission: 'I am new to the YouTube game, what can I do to make my videos more fun and enjoyable to watch?', with flair 'Channel Review' +[2020-08-18 16:37:18,771] /u/RdB_123 had their submission removed for insufficient lambda. +[2020-08-18 16:37:19,994] /u/RdB_123 had their flair updated +[2020-08-18 16:38:41,354] '/u/MrCarsone' has given '/u/ShikharTrivedi' lambda! +[2020-08-18 16:38:43,404] /u/ShikharTrivedi had their flair updated +[2020-08-18 16:42:03,071] There has been a new submission: 'channel for your relaxation and mental health :). Feel free to give out poiners and advice on the channel', with flair 'Video Critique' +[2020-08-18 16:42:04,694] /u/NearlyNickame had their submission removed for insufficient lambda. +[2020-08-18 16:42:06,861] /u/NearlyNickame had their flair updated +[2020-08-18 16:44:20,742] '/u/Krogmo' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 16:44:23,525] /u/Heavy_Rain_ had their flair updated +[2020-08-18 16:46:59,914] +#################### +[Aug 18 2020 16:46:59] RESTARTED +#################### + +[2020-08-18 17:25:22,156] There has been a new submission: '[OFFER] I will make you a Logo, Banner, poster YouTube channel arts at your rate.', with flair 'Art' +[2020-08-18 17:25:23,426] /u/dehilex had their submission removed for insufficient lambda. +[2020-08-18 17:25:24,818] /u/dehilex had their flair updated +[2020-08-18 17:25:42,849] There has been a new submission: '40k Imperial Guard Fan Made Character (Time Lapse using Procreate)', with flair 'Gaming' +[2020-08-18 17:25:44,000] /u/bunimillennial had their submission removed for insufficient lambda. +[2020-08-18 17:25:45,272] /u/bunimillennial had their flair updated +[2020-08-18 17:26:04,115] There has been a new submission: 'When starting a channel, how do you promote it at first without spamming, when you start from zero?', with flair 'Discussion' +[2020-08-18 17:26:05,793] /u/penzos had their flair updated +[2020-08-18 17:26:25,559] There has been a new submission: 'Smashy road had jus become GTA 5', with flair 'Gaming' +[2020-08-18 17:26:26,767] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-08-18 17:26:28,034] /u/essencially_essence had their flair updated +[2020-08-18 17:26:48,762] There has been a new submission: 'i made spencer’s robot out of whiteclaw!', with flair 'Art' +[2020-08-18 17:26:49,791] /u/glitchinout had their submission removed for insufficient lambda. +[2020-08-18 17:26:50,901] /u/glitchinout had their flair updated +[2020-08-18 17:27:09,442] There has been a new submission: 'You need to read this', with flair 'Discussion' +[2020-08-18 17:27:12,760] /u/ShikharTrivedi had their flair updated +[2020-08-18 17:27:31,057] There has been a new submission: 'everyone sub 4 sub please and comment and like my new video for shoutouts and like 4 like please and upvote if you guys want more subs', with flair 'Gaming' +[2020-08-18 17:27:32,607] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-18 17:27:33,549] /u/Stickbot04 had their flair updated +[2020-08-18 17:27:51,292] There has been a new submission: 'Spongebob friends intro', with flair 'Gaming' +[2020-08-18 17:27:52,556] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-08-18 17:27:53,412] /u/SidelingRug2747 had their flair updated +[2020-08-18 17:29:27,008] '/u/MrMoo-Youtube' has given '/u/Aaron-Rants' lambda! +[2020-08-18 17:29:29,096] /u/Aaron-Rants had their flair updated +[2020-08-18 17:29:45,935] '/u/MrMoo-Youtube' has given '/u/RdB_123' lambda! +[2020-08-18 17:29:47,860] /u/RdB_123 had their flair updated +[2020-08-18 17:30:10,466] '/u/Cap_America_AC' has given '/u/GentlemanRaven' lambda! +[2020-08-18 17:30:13,613] /u/GentlemanRaven had their flair updated +[2020-08-18 17:31:51,824] '/u/MrSirjohny' has given '/u/_eyogg_' lambda! +[2020-08-18 17:31:54,737] /u/_eyogg_ had their flair updated +[2020-08-18 17:33:47,229] '/u/MrSirjohny' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 17:33:49,811] /u/Heavy_Rain_ had their flair updated +[2020-08-18 17:34:10,367] '/u/MrSirjohny' has given '/u/MetaBreaker25' lambda! +[2020-08-18 17:34:12,659] /u/MetaBreaker25 had their flair updated +[2020-08-18 17:35:31,703] There has been a new submission: 'Looking for some feedback on a video', with flair 'None' +[2020-08-18 17:35:35,294] /u/HeyItsSikes had their submission removed for insufficient lambda. +[2020-08-18 17:35:36,641] /u/HeyItsSikes had their flair updated +[2020-08-18 17:35:54,829] There has been a new submission: 'Heres my simple explanation on how to get a voice changer! (Giving lambda) pls sub lol', with flair 'Channel Review' +[2020-08-18 17:35:57,824] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 17:35:58,111] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 17:35:59,753] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=48qKQrpCXgQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:36:00,192] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMQHZ0I6WVpwU2PZWF8O1Ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:36:02,688] /u/-JRWL had their flair updated +[2020-08-18 17:36:21,006] There has been a new submission: 'Trying to get an MMA channel off the ground. (Constructive) Criticism welcome. Of course feel free to Sub!', with flair 'Channel Review' +[2020-08-18 17:36:22,110] /u/onemanshownetwork had their submission removed for insufficient lambda. +[2020-08-18 17:36:23,301] /u/onemanshownetwork had their flair updated +[2020-08-18 17:36:41,242] There has been a new submission: 'Giving LAMBDA to any & all feedback or critiques on my latest video! (I feel my style is coming into its own, but I am absolutely wanting to improve more!!)', with flair 'Video Critique' +[2020-08-18 17:36:43,763] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 17:36:43,765] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 17:36:45,116] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5gx74-1ovJI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:36:45,647] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiXBpptHdj9Hogdm04g7oqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:36:47,822] /u/thefamousap had their flair updated +[2020-08-18 17:37:06,739] There has been a new submission: 'I tried a different editing style on this one, what do you think of it?', with flair 'Gaming' +[2020-08-18 17:37:07,924] /u/SonarFPS had their submission removed for insufficient lambda. +[2020-08-18 17:37:08,936] /u/SonarFPS had their flair updated +[2020-08-18 17:37:26,757] There has been a new submission: 'I'd like to get some feedback on my delivery of the content. Not looking for feedback on any other aspect right now, just my actual performance in the video. Lambda given for everybody that gives me feedback.', with flair 'Video Critique' +[2020-08-18 17:37:28,262] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 17:37:28,301] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 17:37:29,257] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KEMpGSZXfDE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:37:29,693] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6rTt95oNmbTRpp53UoogIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 17:37:31,750] /u/308ar10 had their flair updated +[2020-08-18 17:40:09,302] There has been a new submission: 'Hey everyone, this is my youtube. I do stop motion, gaming, and maybe a few reactions here and there. I hope you enjoy, and any critique is encouraged!', with flair 'Channel Review' +[2020-08-18 17:40:10,944] /u/SQABO had their submission removed for insufficient lambda. +[2020-08-18 17:40:13,262] /u/SQABO had their flair updated +[2020-08-18 17:44:38,666] There has been a new submission: 'I UNDERESTIMATED the KILO in WARZONE / BEST KILO 141 CLASS WARZONE (season 5)', with flair 'Gaming' +[2020-08-18 17:44:40,142] /u/HelloThereUK had their submission removed for insufficient lambda. +[2020-08-18 17:44:41,818] /u/HelloThereUK had their flair updated +[2020-08-18 17:51:14,563] There has been a new submission: '[Discussion] What other sound clips/ effects are you guys looking for?', with flair 'Discussion' +[2020-08-18 17:51:17,251] /u/1001emanresu had their flair updated +[2020-08-18 17:55:51,058] '/u/thefamousap' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-18 17:55:54,216] /u/aspirefitnesswalnut had their flair updated +[2020-08-18 17:57:32,915] There has been a new submission: 'I create Beautiful Relaxing Music videos, please go check my channel out. <3', with flair 'Channel Review' +[2020-08-18 17:57:34,940] /u/syzbug had their submission removed for insufficient lambda. +[2020-08-18 17:57:36,153] /u/syzbug had their flair updated +[2020-08-18 18:04:05,323] '/u/SonarFPS' has given '/u/bunnyofthesea' lambda! +[2020-08-18 18:04:08,227] /u/bunnyofthesea had their flair updated +[2020-08-18 18:04:31,154] '/u/SonarFPS' has given '/u/Davidplaysgames' lambda! +[2020-08-18 18:04:33,774] /u/Davidplaysgames had their flair updated +[2020-08-18 18:05:08,991] There has been a new submission: 'Who Gave NICK FURY A Fade? | [Marvel's Avengers BETA Let's Play #3]', with flair 'Gaming' +[2020-08-18 18:05:10,379] /u/KAGE_SMG had their submission removed for insufficient lambda. +[2020-08-18 18:05:12,055] /u/KAGE_SMG had their flair updated +[2020-08-18 18:08:59,915] '/u/dansometv' has given '/u/Adzic254' lambda! +[2020-08-18 18:09:03,006] /u/Adzic254 had their flair updated +[2020-08-18 18:09:23,499] '/u/dansometv' has given '/u/Atiqur1984' lambda! +[2020-08-18 18:09:25,347] /u/Atiqur1984 had their flair updated +[2020-08-18 18:11:17,172] '/u/dansometv' has given '/u/siddhant1991' lambda! +[2020-08-18 18:11:19,953] /u/siddhant1991 had their flair updated +[2020-08-18 18:11:45,619] '/u/dansometv' has given '/u/MetaBreaker25' lambda! +[2020-08-18 18:11:48,163] /u/MetaBreaker25 had their flair updated +[2020-08-18 18:12:44,482] '/u/dansometv' has given '/u/GentlemanRaven' lambda! +[2020-08-18 18:12:47,309] /u/GentlemanRaven had their flair updated +[2020-08-18 18:17:46,493] There has been a new submission: 'Gears Tactics Part 1 is out now! Join the Squad Today!', with flair 'Gaming' +[2020-08-18 18:17:47,845] /u/atofose had their submission removed for insufficient lambda. +[2020-08-18 18:17:48,986] /u/atofose had their flair updated +[2020-08-18 18:24:06,777] '/u/308ar10' has given '/u/baechanka' lambda! +[2020-08-18 18:24:09,524] /u/baechanka had their flair updated +[2020-08-18 18:28:03,535] There has been a new submission: 'Big Dawgs🦴 | 4K Fortnite Montage', with flair 'Gaming' +[2020-08-18 18:28:05,000] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-18 18:28:06,108] /u/lightningNA_YT had their flair updated +[2020-08-18 18:32:29,782] '/u/dansometv' has given '/u/308ar10' lambda! +[2020-08-18 18:32:32,610] /u/308ar10 had their flair updated +[2020-08-18 18:35:47,637] There has been a new submission: 'Any suggestions to make content better?', with flair 'Discussion' +[2020-08-18 18:35:49,371] /u/OnlineCharlie had their flair updated +[2020-08-18 18:38:47,193] There has been a new submission: 'We’re so close to our goal of 50 subscribers before summer ends. Please check out our channel and consider subscribing!!', with flair 'Gaming' +[2020-08-18 18:38:48,669] /u/_QuestComplete_ had their submission removed for insufficient lambda. +[2020-08-18 18:38:49,531] /u/_QuestComplete_ had their flair updated +[2020-08-18 18:42:51,653] There has been a new submission: 'No Man's Sky Tomfoolery', with flair 'Gaming' +[2020-08-18 18:42:53,369] /u/JoeJavaBrew had their submission removed for insufficient lambda. +[2020-08-18 18:42:55,420] /u/JoeJavaBrew had their flair updated +[2020-08-18 18:46:59,218] +#################### +[Aug 18 2020 18:46:59] RESTARTED +#################### + +[2020-08-18 19:26:30,006] There has been a new submission: 'New YouTube Channel for Nova Speed Shop, based in Northern Virginia', with flair 'Channel Review' +[2020-08-18 19:26:31,684] /u/DefinitelyNotJoeC had their submission removed for insufficient lambda. +[2020-08-18 19:26:32,788] /u/DefinitelyNotJoeC had their flair updated +[2020-08-18 19:26:51,112] There has been a new submission: 'VidIQ question?', with flair 'Meta' +[2020-08-18 19:26:54,646] /u/wickedwizard5 had their flair updated +[2020-08-18 19:27:11,840] There has been a new submission: 'Hi Guys ! I make royalty-free music and here's my latest track. It's a Synthwave instrumental, and I'd love to hear what you think about it :)', with flair 'Video Critique' +[2020-08-18 19:27:15,940] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 19:27:16,061] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 19:27:17,534] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QFOpsS_kAxs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:27:17,945] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmjpnzGxSBgjwe1Aij7FfMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:27:20,819] /u/guyFCR had their flair updated +[2020-08-18 19:27:38,999] There has been a new submission: 'Honest reviews only', with flair 'Channel Review' +[2020-08-18 19:27:40,142] /u/geekyguycomics had their submission removed for insufficient lambda. +[2020-08-18 19:27:41,120] /u/geekyguycomics had their flair updated +[2020-08-18 19:27:58,552] There has been a new submission: 'Suggest your hobby', with flair 'Discussion' +[2020-08-18 19:27:59,638] /u/original_soap_holder had their flair updated +[2020-08-18 19:28:17,606] There has been a new submission: 'Maintain Your Chest Gains At HOME | 9 Minute Advanced Home Push Workout [LAMBDAS given for every critique]', with flair 'Video Critique' +[2020-08-18 19:28:20,286] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 19:28:20,288] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 19:28:21,887] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DX2ogHwXQZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:28:22,299] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:28:24,347] /u/aspirefitnesswalnut had their flair updated +[2020-08-18 19:28:40,636] There has been a new submission: 'Pain', with flair 'Discussion' +[2020-08-18 19:28:44,201] /u/SpudnickShaggy had their flair updated +[2020-08-18 19:29:05,392] '/u/prankstersnap' has given '/u/GentlemanRaven' lambda! +[2020-08-18 19:29:08,175] /u/GentlemanRaven had their flair updated +[2020-08-18 19:29:26,838] /u/GentlemanRaven had their flair updated +[2020-08-18 19:30:04,703] '/u/Union_Jack1' has given '/u/sonjo_show' lambda! +[2020-08-18 19:30:07,443] /u/sonjo_show had their flair updated +[2020-08-18 19:30:29,727] '/u/ZaVizion' has given '/u/Heavy_Rain_' lambda! +[2020-08-18 19:30:32,431] /u/Heavy_Rain_ had their flair updated +[2020-08-18 19:30:55,302] '/u/ZaVizion' has given '/u/sonjo_show' lambda! +[2020-08-18 19:30:58,010] /u/sonjo_show had their flair updated +[2020-08-18 19:31:19,216] '/u/ZaVizion' has given '/u/toenaster' lambda! +[2020-08-18 19:31:22,038] /u/toenaster had their flair updated +[2020-08-18 19:31:44,738] '/u/ZaVizion' has given '/u/aishaakassim' lambda! +[2020-08-18 19:31:48,635] /u/aishaakassim had their flair updated +[2020-08-18 19:36:21,304] There has been a new submission: 'Looking for feedback of my latest video "csgo silver is too hard"', with flair 'Gaming' +[2020-08-18 19:36:22,578] /u/vangod__ had their submission removed for insufficient lambda. +[2020-08-18 19:36:23,760] /u/vangod__ had their flair updated +[2020-08-18 19:36:40,946] There has been a new submission: 'Struggling with target audiences? This might help!', with flair 'Video Critique' +[2020-08-18 19:36:42,867] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 19:36:42,991] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 19:36:44,182] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UO-j7aiqr_I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:36:44,875] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC154AS5fuqqRS9MbmE85gXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 19:36:46,933] /u/pianobars had their flair updated +[2020-08-18 19:37:04,812] There has been a new submission: 'I wanted to ask you about my thumbnail design', with flair 'Discussion' +[2020-08-18 19:37:08,305] /u/Polak-LP-YT had their flair updated +[2020-08-18 19:37:26,377] There has been a new submission: 'Creepypasta "Hassliebe" [German/Deutsch]', with flair 'Art' +[2020-08-18 19:37:27,608] /u/TaxKey8405 had their submission removed for insufficient lambda. +[2020-08-18 19:37:28,712] /u/TaxKey8405 had their flair updated +[2020-08-18 19:37:44,006] There has been a new submission: 'I have made a big mistake...I started a yt channel', with flair 'Channel Review' +[2020-08-18 19:37:44,986] /u/yeet_dat_feet had their submission removed for insufficient lambda. +[2020-08-18 19:37:45,884] /u/yeet_dat_feet had their flair updated +[2020-08-18 19:40:59,872] '/u/aspirefitnesswalnut' has given '/u/baechanka' lambda! +[2020-08-18 19:41:02,361] /u/baechanka had their flair updated +[2020-08-18 19:41:37,445] There has been a new submission: '[Minecraft]Top 5 harmless pranks on your friends in minecraft.Feedback is appreciated.', with flair 'Gaming' +[2020-08-18 19:41:39,862] /u/YappyHead had their submission removed for insufficient lambda. +[2020-08-18 19:41:42,701] /u/YappyHead had their flair updated +[2020-08-18 19:43:22,729] '/u/guyFCR' has given '/u/BattleCatPrintShop' lambda! +[2020-08-18 19:43:25,763] /u/BattleCatPrintShop had their flair updated +[2020-08-18 19:43:46,953] '/u/thefamousap' has given '/u/original_soap_holder' lambda! +[2020-08-18 19:43:49,822] /u/original_soap_holder had their flair updated +[2020-08-18 19:44:48,439] There has been a new submission: 'How to do a Cinematic Spin Blur Transition on Shotcut the Easy Way - One of the Most Popular Cinematic Transitions', with flair 'Video Critique' +[2020-08-18 19:44:49,727] /u/dasroight had their submission removed for insufficient lambda. +[2020-08-18 19:44:51,361] /u/dasroight had their flair updated +[2020-08-18 19:49:28,141] '/u/aspirefitnesswalnut' has given '/u/gmxsnip3r' lambda! +[2020-08-18 19:49:30,153] /u/gmxsnip3r had their flair updated +[2020-08-18 19:56:35,896] '/u/guyFCR' has given '/u/Curiouscrispy' lambda! +[2020-08-18 19:56:38,390] /u/Curiouscrispy had their flair updated +[2020-08-18 20:02:28,965] There has been a new submission: 'Hello Guys! I made this tribute for the Starz Series, Black Sails. I ❤️ this series soo much. Pls do check it out', with flair 'Video Critique' +[2020-08-18 20:02:30,684] /u/TheLethalProtector had their submission removed for insufficient lambda. +[2020-08-18 20:02:32,727] /u/TheLethalProtector had their flair updated +[2020-08-18 20:06:16,918] There has been a new submission: 'I HATE TEEN GOHAN'S AUTO COMBO!!! | Dragonball FighterZ Ranked Matches (...', with flair 'Gaming' +[2020-08-18 20:06:18,037] /u/Princeheard2 had their submission removed for insufficient lambda. +[2020-08-18 20:06:19,456] /u/Princeheard2 had their flair updated +[2020-08-18 20:06:37,002] There has been a new submission: 'Cat Poop Coffee - The Most Expensive Coffee in the World', with flair 'Video Critique' +[2020-08-18 20:06:39,095] /u/dasroight had their submission removed for insufficient lambda. +[2020-08-18 20:06:40,572] /u/dasroight had their flair updated +[2020-08-18 20:08:30,629] There has been a new submission: 'This is the first commentary video that I've made. Please let me know what you think of it.', with flair 'Video Critique' +[2020-08-18 20:08:32,649] /u/IbraheemMustafa had their submission removed for insufficient lambda. +[2020-08-18 20:08:33,552] /u/IbraheemMustafa had their flair updated +[2020-08-18 20:14:18,280] There has been a new submission: 'I made an animated documentary about the CHAZ in Seattle. Any criticism would be appreciated!', with flair 'Video Critique' +[2020-08-18 20:14:20,366] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 20:14:20,403] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 20:14:21,921] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n4Yf2lW9JuM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 20:14:22,373] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO_uOCkt43lICn9M71Fzm-g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 20:14:26,187] /u/FlobblesReddit had their flair updated +[2020-08-18 20:15:51,665] '/u/aspirefitnesswalnut' has given '/u/Curiouscrispy' lambda! +[2020-08-18 20:15:54,563] /u/Curiouscrispy had their flair updated +[2020-08-18 20:20:32,810] '/u/guyFCR' has given '/u/tipah' lambda! +[2020-08-18 20:20:35,971] /u/tipah had their flair updated +[2020-08-18 20:26:09,331] There has been a new submission: '“Tales from Russia with No Love” 3 TRUE Post-Soviet Horror Stories Told by One Man (**You can listen to it in the BACKGROUND**)', with flair 'Channel Review' +[2020-08-18 20:26:12,564] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 20:26:12,566] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 20:26:13,876] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fexoW9x2PHc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 20:26:14,200] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCt5G8IElF3yjAQkSaqujE1Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 20:26:17,100] /u/GentlemanRaven had their flair updated +[2020-08-18 20:33:24,857] '/u/AlsleumMusic' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-18 20:33:27,440] /u/aspirefitnesswalnut had their flair updated +[2020-08-18 20:33:51,604] '/u/guyFCR' has given '/u/Ap_Gamer20' lambda! +[2020-08-18 20:33:54,228] /u/Ap_Gamer20 had their flair updated +[2020-08-18 20:35:12,903] '/u/guyFCR' has given '/u/boarder981' lambda! +[2020-08-18 20:35:15,570] /u/boarder981 had their flair updated +[2020-08-18 20:35:38,504] '/u/AlsleumMusic' has given '/u/boarder981' lambda! +[2020-08-18 20:35:40,755] /u/boarder981 had their flair updated +[2020-08-18 20:36:16,228] '/u/AlsleumMusic' has given '/u/RdB_123' lambda! +[2020-08-18 20:36:17,608] /u/RdB_123 had their flair updated +[2020-08-18 20:36:50,678] '/u/MrMoo-Youtube' has given '/u/308ar10' lambda! +[2020-08-18 20:36:51,857] /u/308ar10 had their flair updated +[2020-08-18 20:38:02,124] There has been a new submission: 'STRADEUS - Illicit', with flair 'Art' +[2020-08-18 20:38:04,083] /u/AddictedMusic had their submission removed for insufficient lambda. +[2020-08-18 20:38:05,061] /u/AddictedMusic had their flair updated +[2020-08-18 20:38:28,219] There has been a new submission: 'I have a really small art channel, mainly drawing FNaF stuff, and I would really appreciate criticism to help me improve!', with flair 'Channel Review' +[2020-08-18 20:38:29,531] /u/tyrantking420 had their submission removed for insufficient lambda. +[2020-08-18 20:38:30,438] /u/tyrantking420 had their flair updated +[2020-08-18 20:40:10,189] There has been a new submission: 'Free Picks MLB, NBA 8/18/20 Please let me know what you think', with flair 'Video Critique' +[2020-08-18 20:40:11,844] /u/TheSportsDave1 had their submission removed for insufficient lambda. +[2020-08-18 20:40:14,203] /u/TheSportsDave1 had their flair updated +[2020-08-18 20:41:06,571] There has been a new submission: 'RAGING While Fighting Genichiro | Sekiro', with flair 'Gaming' +[2020-08-18 20:41:08,729] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-18 20:41:10,940] /u/Silly-Sammy had their flair updated +[2020-08-18 20:42:13,934] '/u/AlsleumMusic' has given '/u/308ar10' lambda! +[2020-08-18 20:42:16,563] /u/308ar10 had their flair updated +[2020-08-18 20:43:39,692] There has been a new submission: 'I have a really small art channel, where I mainly draw FNaF. I would really love some criticism, and any mobile editing app recommendations!', with flair 'Channel Review' +[2020-08-18 20:43:41,300] /u/tyrantking420 had their submission removed for insufficient lambda. +[2020-08-18 20:43:43,175] /u/tyrantking420 had their flair updated +[2020-08-18 20:44:38,648] '/u/thefamousap' has given '/u/Curiouscrispy' lambda! +[2020-08-18 20:44:41,350] /u/Curiouscrispy had their flair updated +[2020-08-18 20:45:06,529] '/u/SainRainbowtwigs' has given '/u/dasroight' lambda! +[2020-08-18 20:45:09,227] /u/dasroight had their flair updated +[2020-08-18 20:47:00,044] +#################### +[Aug 18 2020 20:47:00] RESTARTED +#################### + +[2020-08-18 21:09:30,882] '/u/AlsleumMusic' has given '/u/tipah' lambda! +[2020-08-18 21:09:32,643] /u/tipah had their flair updated +[2020-08-18 21:21:42,461] Starting every day program... +[2020-08-18 21:21:42,622] Updating database statistics... +[2020-08-18 21:29:50,649] There has been a new submission: 'HILLBILLY WRECKS MY CAR', with flair 'Gaming' +[2020-08-18 21:29:52,537] /u/richjrm had their submission removed for insufficient lambda. +[2020-08-18 21:29:53,033] /u/richjrm had their flair updated +[2020-08-18 21:30:09,136] There has been a new submission: 'Made a video on my climb up Mt Baker. Would love to hear feed back on the way everything was presented.', with flair 'Video Critique' +[2020-08-18 21:30:11,138] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 21:30:11,141] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 21:30:12,205] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FbcUQaPGzi4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:30:12,657] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQ847WyxEa7OjrOY0_zvY9Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:30:16,142] /u/boarder981 had their flair updated +[2020-08-18 21:30:36,669] There has been a new submission: 'Here's a short iPhone 12 Parody that you guys might like. Please consider checking out some of my other videos too cause I've been putting a lot of effort lately. Thanks a ton!', with flair 'Channel Review' +[2020-08-18 21:30:38,267] /u/mattlee_123 had their submission removed for insufficient lambda. +[2020-08-18 21:30:40,607] /u/mattlee_123 had their flair updated +[2020-08-18 21:31:00,061] There has been a new submission: 'On our channel I’ve started editing my old VHS tapes of our homemade backyard wrestling. I have been operating using whatever equipment I had at the start of the pandemic. This is our newest offering.', with flair 'Video Critique' +[2020-08-18 21:31:00,961] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 21:31:00,963] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 21:31:01,982] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QLmzX-a57ro&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:31:02,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjLVZ4dJPrrEs1EZ8zkfw7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:31:05,789] /u/Curiouscrispy had their flair updated +[2020-08-18 21:31:25,770] There has been a new submission: 'We’ve just started the long road to 100 subscribers. Would love some feedback on our latest video - which features blindfolded driving in GTA!', with flair 'Gaming' +[2020-08-18 21:31:28,389] /u/FreshSpawns had their submission removed for insufficient lambda. +[2020-08-18 21:31:30,686] /u/FreshSpawns had their flair updated +[2020-08-18 21:32:07,999] '/u/AlsleumMusic' has given '/u/brianprh' lambda! +[2020-08-18 21:32:10,711] /u/brianprh had their flair updated +[2020-08-18 21:32:30,681] '/u/GentlemanRaven' has given '/u/Silly-Sammy' lambda! +[2020-08-18 21:32:34,278] /u/Silly-Sammy had their flair updated +[2020-08-18 21:32:54,769] '/u/AlsleumMusic' has given '/u/BattleCatPrintShop' lambda! +[2020-08-18 21:32:57,438] /u/BattleCatPrintShop had their flair updated +[2020-08-18 21:33:59,766] '/u/ZhyperCR1T' has given '/u/toenaster' lambda! +[2020-08-18 21:34:02,379] /u/toenaster had their flair updated +[2020-08-18 21:35:47,691] '/u/aspirefitnesswalnut' has given '/u/Silly-Sammy' lambda! +[2020-08-18 21:35:49,907] /u/Silly-Sammy had their flair updated +[2020-08-18 21:37:19,497] '/u/FlobblesReddit' has given '/u/baechanka' lambda! +[2020-08-18 21:37:22,119] /u/baechanka had their flair updated +[2020-08-18 21:37:53,163] '/u/FlobblesReddit' has given '/u/boarder981' lambda! +[2020-08-18 21:37:55,196] /u/boarder981 had their flair updated +[2020-08-18 21:38:30,776] /u/Illfury had their flair updated +[2020-08-18 21:41:08,753] '/u/thefamousap' has given '/u/dasroight' lambda! +[2020-08-18 21:41:11,460] /u/dasroight had their flair updated +[2020-08-18 21:45:31,767] '/u/-JRWL' has given '/u/Mister_Man_Guy' lambda! +[2020-08-18 21:45:33,687] /u/Mister_Man_Guy had their flair updated +[2020-08-18 21:46:06,180] '/u/-JRWL' has given '/u/RdB_123' lambda! +[2020-08-18 21:46:08,677] /u/RdB_123 had their flair updated +[2020-08-18 21:46:26,730] '/u/-JRWL' has given '/u/lucidrop' lambda! +[2020-08-18 21:46:29,023] /u/lucidrop had their flair updated +[2020-08-18 21:47:30,890] There has been a new submission: 'Hey you, watch this Dead Space video. If not I’ll hire your mother to give you a disappointed glare without context. Could use feedback.', with flair 'Video Critique' +[2020-08-18 21:47:31,878] /u/theworldwiderex had their submission removed for insufficient lambda. +[2020-08-18 21:47:32,821] /u/theworldwiderex had their flair updated +[2020-08-18 21:47:49,643] There has been a new submission: 'Roblox - But Watermeloon Gets Drafted Into A Rescue Mission', with flair 'Gaming' +[2020-08-18 21:47:50,581] /u/The_Names_Lenny had their submission removed for insufficient lambda. +[2020-08-18 21:47:51,442] /u/The_Names_Lenny had their flair updated +[2020-08-18 21:48:09,020] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Aug 18 2020)', with flair 'None' +[2020-08-18 21:48:23,670] There has been a new submission: 'ShowDown | WWE 2K20 MyCareer/Universe Episode 10', with flair 'Gaming' +[2020-08-18 21:48:25,805] /u/MCD_SMOKE had their submission removed for insufficient lambda. +[2020-08-18 21:48:26,585] /u/MCD_SMOKE had their flair updated +[2020-08-18 21:51:27,778] '/u/guyFCR' has given '/u/Fluffy_B0Y3' lambda! +[2020-08-18 21:51:30,688] /u/Fluffy_B0Y3 had their flair updated +[2020-08-18 21:52:08,026] '/u/guyFCR' has given '/u/FlexwithDrez' lambda! +[2020-08-18 21:52:10,820] /u/FlexwithDrez had their flair updated +[2020-08-18 21:53:02,030] '/u/FlobblesReddit' has given '/u/Mister_Man_Guy' lambda! +[2020-08-18 21:53:04,572] /u/Mister_Man_Guy had their flair updated +[2020-08-18 21:54:30,561] There has been a new submission: 'Dose anyone have any tips on how to make my videos more enjoyable to watch? | The CRAZIEST Russian driving fails!!! (Reaction)', with flair 'Channel Review' +[2020-08-18 21:54:31,787] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 21:54:31,789] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 21:54:32,773] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pyuDwKt3g7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:54:33,060] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCheEsFbUhBMLeOHs_qnM0Tw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 21:54:35,729] /u/RdB_123 had their flair updated +[2020-08-18 22:03:34,522] There has been a new submission: 'Video I found', with flair 'Gaming' +[2020-08-18 22:03:36,693] /u/jamesonpsf had their submission removed for insufficient lambda. +[2020-08-18 22:03:38,622] /u/jamesonpsf had their flair updated +[2020-08-18 22:09:55,335] There has been a new submission: 'Still learning how to use this, drop some tips below! ❤️', with flair 'Art' +[2020-08-18 22:09:57,010] /u/echainz6 had their submission removed for insufficient lambda. +[2020-08-18 22:09:57,546] /u/echainz6 had their flair updated +[2020-08-18 22:10:10,150] There has been a new submission: 'I’m pulling social media contacts into my warehouse and making them play mini games from the tv show survivor! Tell me things you don’t like about it.', with flair 'Video Critique' +[2020-08-18 22:10:10,454] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 22:10:10,456] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 22:10:10,636] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ixx3ufprUVc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 22:10:10,796] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_lGMZMTN7Oh9DRKV2eaMtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 22:10:13,977] /u/BattleCatPrintShop had their flair updated +[2020-08-18 22:11:33,455] '/u/sonjo_show' has given '/u/Insert-a-reddit-name' lambda! +[2020-08-18 22:11:36,323] /u/Insert-a-reddit-name had their flair updated +[2020-08-18 22:12:01,049] '/u/sonjo_show' has given '/u/boarder981' lambda! +[2020-08-18 22:12:03,875] /u/boarder981 had their flair updated +[2020-08-18 22:16:29,560] '/u/boarder981' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-18 22:16:31,975] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-18 22:26:52,690] There has been a new submission: 'Finally overcame my fears and posted my first YT channel. About to lose job and do not have anything lined up so might as well try. Any advice/tips will be greatly appreciated!', with flair 'Video Critique' +[2020-08-18 22:26:54,487] /u/onlyhereforcatstuff had their submission removed for insufficient lambda. +[2020-08-18 22:26:56,002] /u/onlyhereforcatstuff had their flair updated +[2020-08-18 22:27:34,989] There has been a new submission: 'Created an intro for myself. Would love some feedback', with flair 'Video Critique' +[2020-08-18 22:27:36,017] /u/Thizzco had their submission removed for insufficient lambda. +[2020-08-18 22:27:37,286] /u/Thizzco had their flair updated +[2020-08-18 22:30:01,260] There has been a new submission: 'Would love feedback on my newest Ghost of Tsushima video: Is the editing good, is it entertaining? What do you think', with flair 'Video Critique' +[2020-08-18 22:30:02,305] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-18 22:30:02,343] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-18 22:30:03,284] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1loPpFdAyzc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 22:30:03,655] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcCDCtsfxcIvV2jlG3jG1Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-18 22:30:07,497] /u/Davidplaysgames had their flair updated +[2020-08-18 22:30:43,965] There has been a new submission: 'Finally overcame my fears and posted my first YT vid. About to lose job and nothing lined up so might as well try. Any advice/tips will be greatly appreciated!', with flair 'Discussion' +[2020-08-18 22:30:46,545] /u/onlyhereforcatstuff had their flair updated +[2020-08-18 22:36:30,016] There has been a new submission: 'So how scary IS bendy and the ink machine in 2020??', with flair 'Gaming' +[2020-08-18 22:36:31,271] /u/Tesseption had their submission removed for insufficient lambda. +[2020-08-18 22:36:32,825] /u/Tesseption had their flair updated +[2020-08-18 22:42:17,483] There has been a new submission: 'I Got The Mini Gun in Warzone and Won !! (Mini Gun From BUNKER) Call of Duty Modern Warfare (🇿🇦)', with flair 'Gaming' +[2020-08-18 22:42:19,034] /u/NickMoita7 had their submission removed for insufficient lambda. +[2020-08-18 22:42:21,256] /u/NickMoita7 had their flair updated +[2020-08-18 22:46:59,120] +#################### +[Aug 18 2020 22:46:59] RESTARTED +#################### + +[2020-08-18 23:25:09,694] There has been a new submission: 'Pleasing....both crowds?', with flair 'Gaming' +[2020-08-18 23:25:11,419] /u/Kyle_Gates had their flair updated +[2020-08-18 23:25:16,662] There has been a new submission: 'Posted earlier for advice/tips but my post got removed. Sorry! Channel: Issai Tries', with flair 'Discussion' +[2020-08-18 23:25:18,243] /u/onlyhereforcatstuff had their flair updated +[2020-08-18 23:25:30,696] There has been a new submission: 'We ended off on good terms', with flair 'Gaming' +[2020-08-18 23:25:32,088] /u/MrGuyTheGreat had their submission removed for insufficient lambda. +[2020-08-18 23:25:33,406] /u/MrGuyTheGreat had their flair updated +[2020-08-18 23:25:51,189] There has been a new submission: 'Our latest Bikini Try On Haul Collab! Check it out!', with flair 'Video Critique' +[2020-08-18 23:25:52,664] /u/DealsOnTAP had their submission removed for insufficient lambda. +[2020-08-18 23:25:54,552] /u/DealsOnTAP had their flair updated +[2020-08-18 23:26:11,624] There has been a new submission: 'Straight, No Chaser Podcast 8: w/Oba Life in Music, Dana Farber Cancer Research, Biden|Harris ticket', with flair 'Video Critique' +[2020-08-18 23:26:12,732] /u/Flashy-Lengthiness-9 had their submission removed for insufficient lambda. +[2020-08-18 23:26:13,924] /u/Flashy-Lengthiness-9 had their flair updated +[2020-08-18 23:29:25,113] '/u/aspirefitnesswalnut' has given '/u/smirkbison' lambda! +[2020-08-18 23:29:27,082] /u/smirkbison had their flair updated +[2020-08-18 23:31:25,501] '/u/TrueGIXERJ' has given '/u/DanThePanda-YT' lambda! +[2020-08-18 23:31:28,410] /u/DanThePanda-YT had their flair updated +[2020-08-18 23:32:30,187] There has been a new submission: 'Hey there! We have a new Minecraft channel! We go by the name "badwifibruh" Help a couple gamers out!', with flair 'Gaming' +[2020-08-18 23:32:31,663] /u/ItsAJayden had their submission removed for insufficient lambda. +[2020-08-18 23:32:33,586] /u/ItsAJayden had their flair updated +[2020-08-18 23:32:52,286] There has been a new submission: 'riding around nyc (post-corona) | nyc vlog 004', with flair 'Vlog' +[2020-08-18 23:32:54,671] /u/fozziexe had their submission removed for insufficient lambda. +[2020-08-18 23:32:56,602] /u/fozziexe had their flair updated +[2020-08-18 23:33:15,368] There has been a new submission: 'My first time learning a piece by ear. Any thoughts?', with flair 'Channel Review' +[2020-08-18 23:33:17,135] /u/FilmScoreMoreYT had their submission removed for insufficient lambda. +[2020-08-18 23:33:18,937] /u/FilmScoreMoreYT had their flair updated +[2020-08-18 23:34:37,763] '/u/FlobblesReddit' has given '/u/FlexwithDrez' lambda! +[2020-08-18 23:34:40,225] /u/FlexwithDrez had their flair updated +[2020-08-18 23:35:14,741] There has been a new submission: '400 Pushups', with flair 'Vlog' +[2020-08-18 23:35:15,851] /u/MrDarrenCarter had their submission removed for insufficient lambda. +[2020-08-18 23:35:17,364] /u/MrDarrenCarter had their flair updated +[2020-08-18 23:45:38,266] There has been a new submission: 'THE BIGGEST CRYBABY IN FALL GUYS!', with flair 'Gaming' +[2020-08-18 23:45:39,657] /u/mahanxx2 had their submission removed for insufficient lambda. +[2020-08-18 23:45:41,256] /u/mahanxx2 had their flair updated +[2020-08-18 23:47:39,228] There has been a new submission: 'ANY TIPS ON GETTING MORE VIEWS I NEED SOME HELP :))', with flair 'Discussion' +[2020-08-18 23:47:40,545] /u/saltyvirgin231 had their flair updated +[2020-08-18 23:51:42,020] There has been a new submission: 'WORST JUMP SCARE EVER!! | Scrutinized', with flair 'Gaming' +[2020-08-18 23:51:43,894] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-08-18 23:51:46,049] /u/SlaughterV2 had their flair updated +[2020-08-19 00:23:03,099] There has been a new submission: 'ASMR | Taps of Paradise 🏝 #FoodNetwork 🍖WHAT THE HELL ARE GRAINS OF PARADISE??!', with flair 'Channel Review' +[2020-08-19 00:23:04,476] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-19 00:23:06,450] /u/tballs2003 had their flair updated +[2020-08-19 00:34:43,609] '/u/MrCarsone' has given '/u/ItsAJayden' lambda! +[2020-08-19 00:34:45,389] /u/ItsAJayden had their flair updated +[2020-08-19 00:35:09,794] There has been a new submission: 'Heian Nidan (In-Depth Instruction)', with flair 'Thumbnail Review' +[2020-08-19 00:35:11,043] /u/pamousjosep had their submission removed for insufficient lambda. +[2020-08-19 00:35:12,736] /u/pamousjosep had their flair updated +[2020-08-19 00:46:25,753] +#################### +[Aug 19 2020 00:46:25] RESTARTED +#################### + +[2020-08-19 01:07:24,891] '/u/dansometv' has given '/u/ItsAJayden' lambda! +[2020-08-19 01:07:27,103] /u/ItsAJayden had their flair updated +[2020-08-19 01:08:36,851] '/u/Davidplaysgames' has given '/u/HumbelGeniusYT' lambda! +[2020-08-19 01:08:38,816] /u/HumbelGeniusYT had their flair updated +[2020-08-19 01:09:09,738] '/u/308ar10' has given '/u/Relax_SuperVideo' lambda! +[2020-08-19 01:09:10,971] /u/Relax_SuperVideo had their flair updated +[2020-08-19 01:10:56,522] '/u/MrSirjohny' has given '/u/ItsAJayden' lambda! +[2020-08-19 01:10:59,149] /u/ItsAJayden had their flair updated +[2020-08-19 01:11:44,609] There has been a new submission: '[Video Critique] Can You Guys See if My Video is Entertaining I feel Like My Fiends are Yesmen', with flair 'Video Critique' +[2020-08-19 01:11:46,168] /u/CampbellBeans had their submission removed for insufficient lambda. +[2020-08-19 01:11:48,302] /u/CampbellBeans had their flair updated +[2020-08-19 01:12:07,228] There has been a new submission: 'Check out this video and let me know what you think?', with flair 'Video Critique' +[2020-08-19 01:12:08,666] /u/sendcinatti had their submission removed for insufficient lambda. +[2020-08-19 01:12:10,677] /u/sendcinatti had their flair updated +[2020-08-19 01:12:30,432] There has been a new submission: 'Roast or properly review my Minecraft PVP Thumbnail!', with flair 'Thumbnail Review' +[2020-08-19 01:12:33,992] /u/ItsAJayden had their flair updated +[2020-08-19 01:30:32,378] '/u/AlsleumMusic' has given '/u/smirkbison' lambda! +[2020-08-19 01:30:35,369] /u/smirkbison had their flair updated +[2020-08-19 01:38:23,217] There has been a new submission: 'Quality or Quantity?', with flair 'Discussion' +[2020-08-19 01:38:25,805] /u/russianfortobias had their flair updated +[2020-08-19 01:46:18,021] There has been a new submission: 'I will sub to everyone who upvotes this (sub 4 sub and like 4 like)', with flair 'Gaming' +[2020-08-19 01:46:20,366] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-19 01:46:21,880] /u/Stickbot04 had their flair updated +[2020-08-19 01:46:44,661] '/u/thefamousap' has given '/u/Narband' lambda! +[2020-08-19 01:46:46,992] /u/Narband had their flair updated +[2020-08-19 01:49:30,032] There has been a new submission: 'This year I made 1 video/week for months (26 videos total.. wow just realized that's half a year)... I burned out and took a 2 month break. Came back at it with this video. I'll preface it by saying if ur not from or know about Toronto slang... you might not get it but any feedback is appreciated', with flair 'Video Critique' +[2020-08-19 01:49:30,469] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 01:49:30,490] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 01:49:30,869] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xzXaDpycSZk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 01:49:31,053] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYeoj6ZBNqg5BNDjZ-E4NNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 01:49:32,128] /u/redditm8- had their flair updated +[2020-08-19 01:56:01,083] There has been a new submission: 'Spent a lot of time on this video, i know the audios is a bit bad but we did the best we could, hope you enjoy.', with flair 'Video Critique' +[2020-08-19 01:56:03,046] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 01:56:03,086] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 01:56:03,946] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GWABPI_15bQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 01:56:04,442] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA-6dP6ZvRsVuACBXgTslkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 01:56:07,509] /u/Narband had their flair updated +[2020-08-19 01:56:31,739] '/u/FlobblesReddit' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-19 01:56:34,362] /u/Sub2TheActualShadow had their flair updated +[2020-08-19 02:05:22,910] There has been a new submission: 'Coins for best commenter and !givelambda for any advice, criticism, comments, etc.', with flair 'Video Critique' +[2020-08-19 02:05:23,298] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 02:05:23,300] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 02:05:23,404] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Su5dxHA1p2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 02:05:23,527] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 02:05:25,858] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-19 02:12:17,473] There has been a new submission: 'Slightly Offensive Warzone Moments', with flair 'Gaming' +[2020-08-19 02:12:19,154] /u/Icepleaseignore had their submission removed for insufficient lambda. +[2020-08-19 02:12:21,292] /u/Icepleaseignore had their flair updated +[2020-08-19 02:14:03,439] '/u/The_Suited_Bird' has given '/u/D1m1tr1sF' lambda! +[2020-08-19 02:14:06,136] /u/D1m1tr1sF had their flair updated +[2020-08-19 02:14:24,714] There has been a new submission: 'ROAD TO 50 SUBS', with flair 'Gaming' +[2020-08-19 02:14:26,068] /u/ktoonice03 had their submission removed for insufficient lambda. +[2020-08-19 02:14:27,790] /u/ktoonice03 had their flair updated +[2020-08-19 02:15:36,518] There has been a new submission: 'On the road to 100 subs!!', with flair 'Art' +[2020-08-19 02:15:37,712] /u/mrkbreezy had their submission removed for insufficient lambda. +[2020-08-19 02:15:39,414] /u/mrkbreezy had their flair updated +[2020-08-19 02:23:05,640] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-08-19 02:23:07,555] /u/DTV998 had their flair updated +[2020-08-19 02:25:12,587] '/u/FindAKidneyDonor-Com' has given '/u/Atiqur1984' lambda! +[2020-08-19 02:25:14,329] /u/Atiqur1984 had their flair updated +[2020-08-19 02:26:39,785] There has been a new submission: 'Would you ever subscribe to YouTube Channels that upload royalty free music frequently', with flair 'Discussion' +[2020-08-19 02:26:42,037] /u/phalgunnmaharishi had their flair updated +[2020-08-19 02:28:48,798] There has been a new submission: 'Just a little fun from last night on my BombBlade & StamBlade also 100 off of 1k subs so thank you all for EVERYTHING ❤❤❤❤', with flair 'Gaming' +[2020-08-19 02:28:49,660] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-08-19 02:28:50,810] /u/Unfadingsilence had their flair updated +[2020-08-19 02:45:53,019] '/u/ItsAJayden' has given '/u/who_alpha' lambda! +[2020-08-19 02:45:54,590] /u/who_alpha had their flair updated +[2020-08-19 02:46:26,265] +#################### +[Aug 19 2020 02:46:26] RESTARTED +#################### + +[2020-08-19 03:09:32,444] '/u/DennisTheBadBoy' has given '/u/lucidrop' lambda! +[2020-08-19 03:09:34,284] /u/lucidrop had their flair updated +[2020-08-19 03:11:03,129] There has been a new submission: 'BE DISCIPLINED TO SUCCEED - BEST Motivational Video 2020', with flair 'Video Critique' +[2020-08-19 03:11:04,767] /u/EverydayMotivationYT had their submission removed for insufficient lambda. +[2020-08-19 03:11:06,937] /u/EverydayMotivationYT had their flair updated +[2020-08-19 03:11:26,882] There has been a new submission: 'My first ever sniper montage. I love Rogue Company and wanted to try my hand at making a video for it. I'd appreciate any feedback.', with flair 'Gaming' +[2020-08-19 03:11:28,359] /u/itsmii2010 had their submission removed for insufficient lambda. +[2020-08-19 03:11:30,492] /u/itsmii2010 had their flair updated +[2020-08-19 03:11:49,466] There has been a new submission: 'Back To School Lunch Ideas | Stay Safe & Eat Healthy | Healthy Lunch | Anju khan healthy living', with flair 'Vlog' +[2020-08-19 03:11:50,938] /u/Anjuhealthyliving had their submission removed for insufficient lambda. +[2020-08-19 03:11:53,027] /u/Anjuhealthyliving had their flair updated +[2020-08-19 03:36:21,529] There has been a new submission: 'First video!!!', with flair 'Video Critique' +[2020-08-19 03:36:22,591] /u/audreyalllen had their submission removed for insufficient lambda. +[2020-08-19 03:36:23,837] /u/audreyalllen had their flair updated +[2020-08-19 03:42:03,649] '/u/Narband' has given '/u/hortingo' lambda! +[2020-08-19 03:42:06,475] /u/hortingo had their flair updated +[2020-08-19 03:45:22,785] There has been a new submission: 'Booted up College Hoops, tell me how you like it and were you entertained?', with flair 'Gaming' +[2020-08-19 03:45:25,125] /u/UncleJaymars had their submission removed for insufficient lambda. +[2020-08-19 03:45:26,805] /u/UncleJaymars had their flair updated +[2020-08-19 03:47:03,514] There has been a new submission: 'The Talk about Autism', with flair 'Discussion' +[2020-08-19 03:47:05,803] /u/shadossplayz had their flair updated +[2020-08-19 03:52:35,737] '/u/ItsAJayden' has given '/u/LeScrubYT' lambda! +[2020-08-19 03:52:37,880] /u/LeScrubYT had their flair updated +[2020-08-19 03:57:18,307] There has been a new submission: 'DAILY DOSE OF VIDEO [2020]', with flair 'Video Critique' +[2020-08-19 03:57:19,664] /u/Downtown_Fig5979 had their submission removed for insufficient lambda. +[2020-08-19 03:57:21,021] /u/Downtown_Fig5979 had their flair updated +[2020-08-19 04:08:49,360] There has been a new submission: 'What do you think of our channel so far? All thoughts welcome <3', with flair 'Channel Review' +[2020-08-19 04:08:51,407] /u/VaVaVita had their submission removed for insufficient lambda. +[2020-08-19 04:08:52,886] /u/VaVaVita had their flair updated +[2020-08-19 04:10:13,250] '/u/FindAKidneyDonor-Com' has given '/u/yobo723' lambda! +[2020-08-19 04:10:15,609] /u/yobo723 had their flair updated +[2020-08-19 04:27:24,614] There has been a new submission: 'It’s easy to become complacent and stubborn, which hinders your capacity for growth.', with flair 'Discussion' +[2020-08-19 04:27:27,068] /u/GrumpyBottom_YT had their flair updated +[2020-08-19 04:34:18,893] Retrying due to 500 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-19 04:35:12,295] '/u/ItsAJayden' has given '/u/VaVaVita' lambda! +[2020-08-19 04:35:13,957] /u/VaVaVita had their flair updated +[2020-08-19 04:36:45,645] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-19 04:44:51,405] There has been a new submission: 'My YT channel', with flair 'Gaming' +[2020-08-19 04:44:52,637] /u/C1iffordd had their submission removed for insufficient lambda. +[2020-08-19 04:44:54,400] /u/C1iffordd had their flair updated +[2020-08-19 04:46:25,762] +#################### +[Aug 19 2020 04:46:25] RESTARTED +#################### + +[2020-08-19 05:11:01,903] '/u/ZaVizion' has given '/u/Mister_Man_Guy' lambda! +[2020-08-19 05:11:04,531] /u/Mister_Man_Guy had their flair updated +[2020-08-19 05:11:25,173] '/u/Kyle_Gates' has given '/u/who_alpha' lambda! +[2020-08-19 05:11:28,000] /u/who_alpha had their flair updated +[2020-08-19 05:11:59,137] There has been a new submission: 'Earn Up To $420 Every Day With This Strategy', with flair 'Vlog' +[2020-08-19 05:12:01,219] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-19 05:12:03,307] /u/HeavyAction had their flair updated +[2020-08-19 05:12:22,282] There has been a new submission: 'THIS DUDE WON'T STOP DOGGIE STYLIN' IN FRONT OF ME AND MY DOG! | Forgotten Tunnels Episode 1', with flair 'Gaming' +[2020-08-19 05:12:23,713] /u/exoticfrogp had their submission removed for insufficient lambda. +[2020-08-19 05:12:25,682] /u/exoticfrogp had their flair updated +[2020-08-19 05:12:44,084] There has been a new submission: 'Ponied up cash for some stock footage this time, which I love. Would appreciate feedback, everyone, especially some SEO tips!', with flair 'Video Critique' +[2020-08-19 05:12:45,845] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 05:12:45,966] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 05:12:47,153] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZzGQhBlpkoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 05:12:47,565] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxrkhT_rORQ774otpynRMLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 05:12:50,515] /u/Hero_Doses had their flair updated +[2020-08-19 05:38:28,469] There has been a new submission: 'Assassin's Creed 2 Walkthrough Part 24: Time For Some Action - Emilio Barbarigo [PC 1080p]', with flair 'Gaming' +[2020-08-19 05:38:29,378] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-19 05:38:30,364] /u/omeshhedaoo had their flair updated +[2020-08-19 05:54:43,241] There has been a new submission: 'How To Make $1000 A Month On YouTube With This Simple Strategy Step By...', with flair 'Vlog' +[2020-08-19 05:54:44,721] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-19 05:54:46,580] /u/HeavyAction had their flair updated +[2020-08-19 06:04:20,050] '/u/FindAKidneyDonor-Com' has given '/u/mreverdred01' lambda! +[2020-08-19 06:04:21,833] /u/mreverdred01 had their flair updated +[2020-08-19 06:05:09,469] '/u/FindAKidneyDonor-Com' has given '/u/witt340' lambda! +[2020-08-19 06:05:11,142] /u/witt340 had their flair updated +[2020-08-19 06:26:11,807] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-19 06:28:30,676] '/u/Narband' has given '/u/vaish1601' lambda! +[2020-08-19 06:28:32,724] /u/vaish1601 had their flair updated +[2020-08-19 06:34:31,924] There has been a new submission: 'Sandoq The Shadow: ASOIAF', with flair 'Video Critique' +[2020-08-19 06:34:34,174] /u/Wershelersh had their flair updated +[2020-08-19 06:46:26,205] +#################### +[Aug 19 2020 06:46:26] RESTARTED +#################### + +[2020-08-19 07:14:50,964] '/u/Hero_Doses' has given '/u/vaish1601' lambda! +[2020-08-19 07:14:53,546] /u/vaish1601 had their flair updated +[2020-08-19 07:15:45,907] '/u/Hero_Doses' has given '/u/mreverdred01' lambda! +[2020-08-19 07:15:48,286] /u/mreverdred01 had their flair updated +[2020-08-19 07:17:57,151] '/u/Hero_Doses' has given '/u/catlessdog' lambda! +[2020-08-19 07:17:59,690] /u/catlessdog had their flair updated +[2020-08-19 07:25:17,341] There has been a new submission: 'Please can i have some feedback on my channel as i am stuck on 213 subscribers for a month now!', with flair 'Channel Review' +[2020-08-19 07:25:18,561] /u/EuphoricTwo8940 had their submission removed for insufficient lambda. +[2020-08-19 07:25:20,240] /u/EuphoricTwo8940 had their flair updated +[2020-08-19 07:28:47,290] There has been a new submission: 'MUTE Protocol Funniest Moments Highlights - Rainbow Six Siege', with flair 'Gaming' +[2020-08-19 07:28:48,194] /u/XenixHD had their submission removed for insufficient lambda. +[2020-08-19 07:28:49,137] /u/XenixHD had their flair updated +[2020-08-19 07:44:53,086] '/u/Wershelersh' has given '/u/nrrdeh' lambda! +[2020-08-19 07:44:57,677] /u/nrrdeh had their flair updated +[2020-08-19 08:06:05,994] '/u/MrMoo-Youtube' has given '/u/ItsAJayden' lambda! +[2020-08-19 08:06:07,531] /u/ItsAJayden had their flair updated +[2020-08-19 08:09:19,229] There has been a new submission: 'Hope you guys enjoy😊', with flair 'Gaming' +[2020-08-19 08:09:20,168] /u/itsmeCOOKIEDUDE had their submission removed for insufficient lambda. +[2020-08-19 08:09:20,990] /u/itsmeCOOKIEDUDE had their flair updated +[2020-08-19 08:20:02,904] There has been a new submission: 'Just made an edit of my favorite moments playing Among Us with friends. Would appreciate any editing tips or advice, and compliments, thanks!', with flair 'Video Critique' +[2020-08-19 08:20:05,003] /u/ElemelonsTV had their submission removed for insufficient lambda. +[2020-08-19 08:20:07,328] /u/ElemelonsTV had their flair updated +[2020-08-19 08:39:54,578] There has been a new submission: 'Please check out my YouTube Channel for non copyrighted music for content creators 😊👍', with flair 'Discussion' +[2020-08-19 08:39:55,274] /u/Lady-Em had their submission removed for using the wrong flair. +[2020-08-19 08:39:55,726] /u/Lady-Em had their flair updated +[2020-08-19 08:42:05,832] There has been a new submission: 'My story as an 25 y.o. independent musician in Germany, Austria, and the Netherlands. Hope you enjoy! :-)', with flair 'Vlog' +[2020-08-19 08:42:07,663] /u/shushu-swami had their submission removed for insufficient lambda. +[2020-08-19 08:42:09,780] /u/shushu-swami had their flair updated +[2020-08-19 08:45:03,641] /u/ShikharTrivedi had their flair updated +[2020-08-19 08:46:25,900] +#################### +[Aug 19 2020 08:46:25] RESTARTED +#################### + +[2020-08-19 09:10:48,830] '/u/guyFCR' has given '/u/ImDiscoBiscuit' lambda! +[2020-08-19 09:10:51,744] /u/ImDiscoBiscuit had their flair updated +[2020-08-19 09:32:33,242] There has been a new submission: 'Car Vs Bike race', with flair 'Vlog' +[2020-08-19 09:32:34,755] /u/Hish1504 had their submission removed for insufficient lambda. +[2020-08-19 09:32:36,766] /u/Hish1504 had their flair updated +[2020-08-19 09:46:01,071] There has been a new submission: 'Just run out!-Rainbow Six Siege', with flair 'Gaming' +[2020-08-19 09:46:02,459] /u/ThatFridgeGuy had their submission removed for insufficient lambda. +[2020-08-19 09:46:03,989] /u/ThatFridgeGuy had their flair updated +[2020-08-19 09:47:30,425] There has been a new submission: 'Just uploaded a new funny moments on fall guys go check it out', with flair 'Gaming' +[2020-08-19 09:47:31,427] /u/Ya_Nans_Toenail_V2 had their submission removed for insufficient lambda. +[2020-08-19 09:47:32,642] /u/Ya_Nans_Toenail_V2 had their flair updated +[2020-08-19 10:02:39,848] '/u/SainRainbowtwigs' has given '/u/DanThePanda-YT' lambda! +[2020-08-19 10:02:41,886] /u/DanThePanda-YT had their flair updated +[2020-08-19 10:04:14,254] '/u/SainRainbowtwigs' has given '/u/Ap_Gamer20' lambda! +[2020-08-19 10:04:17,022] /u/Ap_Gamer20 had their flair updated +[2020-08-19 10:06:20,540] There has been a new submission: 'good content but no views!', with flair 'Channel Review' +[2020-08-19 10:06:22,122] /u/Paradoxmation had their submission removed for insufficient lambda. +[2020-08-19 10:06:23,644] /u/Paradoxmation had their flair updated +[2020-08-19 10:10:39,631] There has been a new submission: 'Guys check out my video', with flair 'Gaming' +[2020-08-19 10:10:41,264] /u/danklover16 had their submission removed for insufficient lambda. +[2020-08-19 10:10:43,597] /u/danklover16 had their flair updated +[2020-08-19 10:24:19,286] '/u/qzeqYT' has given '/u/DanThePanda-YT' lambda! +[2020-08-19 10:24:21,825] /u/DanThePanda-YT had their flair updated +[2020-08-19 10:27:11,078] There has been a new submission: 'Shred!2 A nice trials mountain bike game, check out my review and gameplay and Sub if you like the content!', with flair 'Gaming' +[2020-08-19 10:27:12,865] /u/RoshamboRich had their submission removed for insufficient lambda. +[2020-08-19 10:27:14,135] /u/RoshamboRich had their flair updated +[2020-08-19 10:30:56,260] There has been a new submission: 'I'm comment bot 15', with flair 'None' +[2020-08-19 10:30:58,217] /u/CommentBot15 had their submission removed for insufficient lambda. +[2020-08-19 10:31:00,505] /u/CommentBot15 had their flair updated +[2020-08-19 10:33:25,353] /u/redditm8- had their flair updated +[2020-08-19 10:35:44,536] /u/Davidplaysgames had their flair updated +[2020-08-19 10:37:11,392] /u/RdB_123 had their flair updated +[2020-08-19 10:37:58,425] There has been a new submission: 'Would Love Your Feedback!', with flair 'Channel Review' +[2020-08-19 10:37:59,376] /u/2FoolsGaming had their submission removed for insufficient lambda. +[2020-08-19 10:38:00,543] /u/2FoolsGaming had their flair updated +[2020-08-19 10:39:41,657] '/u/RdB_123' has given '/u/Dr3dH3d' lambda! +[2020-08-19 10:39:43,707] /u/Dr3dH3d had their flair updated +[2020-08-19 10:40:34,218] There has been a new submission: 'GTA 5 Funny Moments on the new update. Please leave feedback and tell me how I can improve and what I did well. Lambda given for good feedback.', with flair 'Video Critique' +[2020-08-19 10:40:35,648] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 10:40:35,730] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 10:40:36,632] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EgDqD_edb2U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 10:40:37,000] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeTqweAlrT_fA5Bct6uD7vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 10:40:40,259] /u/DanThePanda-YT had their flair updated +[2020-08-19 10:46:26,384] +#################### +[Aug 19 2020 10:46:26] RESTARTED +#################### + +[2020-08-19 11:07:48,559] There has been a new submission: 'Trying a triple review, critiques and feedback appreciated. doing various types of reviews, this is the second of it's kind.', with flair 'Video Critique' +[2020-08-19 11:07:50,564] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 11:07:50,685] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 11:07:51,384] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=edzkg9VyTRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 11:07:51,668] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCk2C1_wWZhuCN6SLamzmx4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 11:07:53,590] /u/liftedplane had their flair updated +[2020-08-19 11:16:19,748] '/u/Wershelersh' has given '/u/tyrantking420' lambda! +[2020-08-19 11:16:21,957] /u/tyrantking420 had their flair updated +[2020-08-19 12:01:58,826] There has been a new submission: 'How do I get these lambda points on this sub?', with flair 'Discussion' +[2020-08-19 12:02:01,196] /u/Zacmrd had their flair updated +[2020-08-19 12:12:08,156] '/u/GentlemanRaven' has given '/u/RdB_123' lambda! +[2020-08-19 12:12:11,265] /u/RdB_123 had their flair updated +[2020-08-19 12:12:50,610] There has been a new submission: 'Gucci Flip Flops❤️', with flair 'Gaming' +[2020-08-19 12:12:52,025] /u/myN4meWasTaken had their submission removed for insufficient lambda. +[2020-08-19 12:12:54,048] /u/myN4meWasTaken had their flair updated +[2020-08-19 12:14:49,039] There has been a new submission: 'everyone sub 4 sub and like 4 like and comment on my new video for a shoutout thanks guys', with flair 'Gaming' +[2020-08-19 12:14:50,560] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-19 12:14:52,272] /u/Stickbot04 had their flair updated +[2020-08-19 12:19:11,899] There has been a new submission: 'Reason2Die Death Review', with flair 'Gaming' +[2020-08-19 12:19:12,661] /u/diddlydiddlydiddly1 had their submission removed for insufficient lambda. +[2020-08-19 12:19:13,344] /u/diddlydiddlydiddly1 had their flair updated +[2020-08-19 12:22:30,712] '/u/BattleCatPrintShop' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 12:22:32,779] /u/Heavy_Rain_ had their flair updated +[2020-08-19 12:24:07,174] '/u/BattleCatPrintShop' has given '/u/_eyogg_' lambda! +[2020-08-19 12:24:10,044] /u/_eyogg_ had their flair updated +[2020-08-19 12:27:22,954] There has been a new submission: 'Film Trailer Feedback', with flair 'Video Critique' +[2020-08-19 12:27:23,976] /u/hydrosn4ke32222 had their submission removed for insufficient lambda. +[2020-08-19 12:27:25,188] /u/hydrosn4ke32222 had their flair updated +[2020-08-19 12:39:52,042] '/u/liftedplane' has given '/u/Moksh2000' lambda! +[2020-08-19 12:39:54,250] /u/Moksh2000 had their flair updated +[2020-08-19 12:41:06,162] There has been a new submission: 'How is my short 2020 video?', with flair 'Video Critique' +[2020-08-19 12:41:06,622] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 12:41:06,623] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 12:41:06,966] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ujkt05YI8b8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 12:41:07,187] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 12:41:09,949] /u/siddhant1991 had their flair updated +[2020-08-19 12:41:44,548] '/u/liftedplane' has given '/u/MetaBreaker25' lambda! +[2020-08-19 12:41:46,622] /u/MetaBreaker25 had their flair updated +[2020-08-19 12:43:20,553] '/u/liftedplane' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 12:43:22,474] /u/Heavy_Rain_ had their flair updated +[2020-08-19 12:45:33,279] '/u/liftedplane' has given '/u/stburgess' lambda! +[2020-08-19 12:45:34,852] /u/stburgess had their flair updated +[2020-08-19 12:46:27,028] +#################### +[Aug 19 2020 12:46:27] RESTARTED +#################### + +[2020-08-19 13:08:21,265] There has been a new submission: 'Playing Fortnite with MY GIRLFRIEND!! + V-Bucks Giveaway!!!', with flair 'Gaming' +[2020-08-19 13:08:22,204] /u/Thimie123 had their submission removed for insufficient lambda. +[2020-08-19 13:08:22,939] /u/Thimie123 had their flair updated +[2020-08-19 13:08:39,212] There has been a new submission: 'I made a quick Apex Legends video about the new gun, any feedback is appreciated :) (Ill give lambda)', with flair 'Video Critique' +[2020-08-19 13:08:41,302] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:08:41,341] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:08:42,289] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=D8j30yS5Xak&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:08:42,860] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBtg5xIFzQ0rrsQ_6TrHY5A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:08:44,619] /u/Moksh2000 had their flair updated +[2020-08-19 13:09:17,822] '/u/DanThePanda-YT' has given '/u/MetaBreaker25' lambda! +[2020-08-19 13:09:19,955] /u/MetaBreaker25 had their flair updated +[2020-08-19 13:10:23,843] '/u/DanThePanda-YT' has given '/u/catlessdog' lambda! +[2020-08-19 13:10:26,632] /u/catlessdog had their flair updated +[2020-08-19 13:11:43,762] '/u/DanThePanda-YT' has given '/u/ImDiscoBiscuit' lambda! +[2020-08-19 13:11:46,508] /u/ImDiscoBiscuit had their flair updated +[2020-08-19 13:12:34,481] '/u/DanThePanda-YT' has given '/u/Ridi9t' lambda! +[2020-08-19 13:12:37,194] /u/Ridi9t had their flair updated +[2020-08-19 13:13:27,741] /u/brianprh had their flair updated +[2020-08-19 13:13:47,646] '/u/AlsleumMusic' has given '/u/redditm8-' lambda! +[2020-08-19 13:13:50,142] /u/redditm8- had their flair updated +[2020-08-19 13:14:24,247] '/u/DanThePanda-YT' has given '/u/stburgess' lambda! +[2020-08-19 13:14:26,623] /u/stburgess had their flair updated +[2020-08-19 13:15:29,064] '/u/DanThePanda-YT' has given '/u/Cyonal' lambda! +[2020-08-19 13:15:31,073] /u/Cyonal had their flair updated +[2020-08-19 13:16:02,945] There has been a new submission: 'Come get your !Lambda boys and girls, price is checking out this video, feel free to sub :)', with flair 'Video Critique' +[2020-08-19 13:16:04,007] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:16:04,050] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:16:05,235] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VPLfxOeZANQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:16:05,685] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxdxZVYJx4DG5MS8S7c-Kxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:16:08,428] /u/catlessdog had their flair updated +[2020-08-19 13:16:25,559] There has been a new submission: 'Just started an educational channel. This is my 3rd video. Any advice on the quality or how to promote it would be appreciated! Will be giving out lambda :)', with flair 'Video Critique' +[2020-08-19 13:16:26,951] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:16:26,952] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:16:27,898] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cylOmYcoKys&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:16:28,267] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQpwpXwXR4cdIypL5uL--7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:16:30,503] /u/_eyogg_ had their flair updated +[2020-08-19 13:16:47,225] There has been a new submission: 'Could someone explain funny moment compilations to me?', with flair 'Discussion' +[2020-08-19 13:16:49,643] /u/thedrq had their flair updated +[2020-08-19 13:17:07,157] There has been a new submission: 'Requesting a channel review. I share ideas about limited government, technology, cryptocurrency, and raw news footage with no commentary.', with flair 'Channel Review' +[2020-08-19 13:17:09,568] /u/stburgess had their flair updated +[2020-08-19 13:17:26,260] There has been a new submission: 'Second Video Took Off. How Do I Create More Of The Same Result In Spinoffs???', with flair 'Discussion' +[2020-08-19 13:17:27,614] /u/HairByJess30 had their flair updated +[2020-08-19 13:17:45,622] There has been a new submission: 'A not politically correct commentary on old mobile games! (Id love feedback)', with flair 'Gaming' +[2020-08-19 13:17:47,460] /u/Spotcam1 had their submission removed for insufficient lambda. +[2020-08-19 13:17:49,094] /u/Spotcam1 had their flair updated +[2020-08-19 13:19:48,043] '/u/Moksh2000' has given '/u/gmxsnip3r' lambda! +[2020-08-19 13:19:49,725] /u/gmxsnip3r had their flair updated +[2020-08-19 13:20:14,519] '/u/catlessdog' has given '/u/MetaBreaker25' lambda! +[2020-08-19 13:20:16,823] /u/MetaBreaker25 had their flair updated +[2020-08-19 13:21:49,901] '/u/catlessdog' has given '/u/Ridi9t' lambda! +[2020-08-19 13:21:52,934] /u/Ridi9t had their flair updated +[2020-08-19 13:24:07,519] '/u/liftedplane' has given '/u/bruhenbruh' lambda! +[2020-08-19 13:24:10,103] /u/bruhenbruh had their flair updated +[2020-08-19 13:25:41,283] There has been a new submission: 'Ghost Of Tsushima Legends - Everything We Know So Far [video]', with flair 'Gaming' +[2020-08-19 13:25:42,550] /u/Kjred123 had their submission removed for insufficient lambda. +[2020-08-19 13:25:43,944] /u/Kjred123 had their flair updated +[2020-08-19 13:26:01,751] There has been a new submission: 'Let It All Out - Original (CONSI)', with flair 'Video Critique' +[2020-08-19 13:26:02,936] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-19 13:26:04,211] /u/benconsidine had their flair updated +[2020-08-19 13:26:21,929] There has been a new submission: 'Halo 3 is Toxic | Lambda for feedback!', with flair 'Gaming' +[2020-08-19 13:26:23,036] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:26:23,037] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:26:24,307] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bEOQl0W_RQ0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:26:24,678] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqsmC63A_LW2vtfqKV38HNA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:26:26,934] /u/ImDiscoBiscuit had their flair updated +[2020-08-19 13:26:44,558] There has been a new submission: 'Rogue Company Sniper Montage - Please let me know what you think!', with flair 'Gaming' +[2020-08-19 13:26:45,700] /u/itsmii2010 had their submission removed for insufficient lambda. +[2020-08-19 13:26:46,849] /u/itsmii2010 had their flair updated +[2020-08-19 13:29:15,780] There has been a new submission: 'I made a video explaining how the reddit karma system works', with flair 'Video Critique' +[2020-08-19 13:29:16,928] /u/GunjitPlayz had their submission removed for insufficient lambda. +[2020-08-19 13:29:17,425] /u/GunjitPlayz had their flair updated +[2020-08-19 13:36:20,092] There has been a new submission: 'Every single one of us has heard of the sims before. Today I made a video about it. It's something different compared to what I normally do and that's why I would love some feedback from you guys. Naturally, good feedback will be rewarded.', with flair 'Video Critique' +[2020-08-19 13:36:20,914] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:36:20,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:36:21,983] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kIVu8QgoIsI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:36:22,351] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOu5cvwu2-MK4OGyqKch1ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:36:24,642] /u/Ridi9t had their flair updated +[2020-08-19 13:42:08,010] '/u/Ridi9t' has given '/u/bruhenbruh' lambda! +[2020-08-19 13:42:10,669] /u/bruhenbruh had their flair updated +[2020-08-19 13:44:00,980] '/u/siddhant1991' has given '/u/catlessdog' lambda! +[2020-08-19 13:44:03,596] /u/catlessdog had their flair updated +[2020-08-19 13:44:40,163] '/u/siddhant1991' has given '/u/bruhenbruh' lambda! +[2020-08-19 13:44:42,822] /u/bruhenbruh had their flair updated +[2020-08-19 13:45:18,560] '/u/siddhant1991' has given '/u/stburgess' lambda! +[2020-08-19 13:45:20,983] /u/stburgess had their flair updated +[2020-08-19 13:47:35,513] There has been a new submission: 'This is my most worked on video so far and many people found it good and yet it got 4 dislikes? I am guessing these are trolls as all of them came from the pavlov subreddit but I would still like to know what I could improve in terms of editing, footage, titles and thumbnails.', with flair 'Video Critique' +[2020-08-19 13:47:36,420] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 13:47:36,422] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 13:47:37,483] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CFmUeP9YGEc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:47:37,853] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxq91v1hD1khrp6MAtyrYrg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 13:47:40,718] /u/bruhenbruh had their flair updated +[2020-08-19 13:48:26,098] '/u/catlessdog' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 13:48:28,069] /u/Heavy_Rain_ had their flair updated +[2020-08-19 13:51:09,716] '/u/siddhant1991' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 13:51:12,069] /u/Heavy_Rain_ had their flair updated +[2020-08-19 13:53:27,661] '/u/sonjo_show' has given '/u/Cyonal' lambda! +[2020-08-19 13:53:30,330] /u/Cyonal had their flair updated +[2020-08-19 13:56:05,081] '/u/sonjo_show' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 13:56:07,532] /u/Heavy_Rain_ had their flair updated +[2020-08-19 13:58:58,128] There has been a new submission: 'I was using vid iq just to try and benefit my seo and i noticed that it said avg subscribers 85 but i only have 25. Is my subscriber count stuck??? (Itszannotzain)', with flair 'Discussion' +[2020-08-19 13:59:00,096] /u/Itszannotzain had their flair updated +[2020-08-19 14:02:33,876] There has been a new submission: 'New Duo Let's Play Channel. Raft & Grounded Gameplay. Feedback is welcome!', with flair 'Gaming' +[2020-08-19 14:02:36,461] /u/OMFSquirrel had their submission removed for insufficient lambda. +[2020-08-19 14:02:38,872] /u/OMFSquirrel had their flair updated +[2020-08-19 14:03:17,857] There has been a new submission: 'I plan to post more of these self-improvement style videos in the future and I was hoping I could get some feedback to make those uploads even better :^)', with flair 'Video Critique' +[2020-08-19 14:03:19,494] /u/Zais_Improvements had their submission removed for insufficient lambda. +[2020-08-19 14:03:22,078] /u/Zais_Improvements had their flair updated +[2020-08-19 14:09:56,184] '/u/bruhenbruh' has given '/u/JxckSmith' lambda! +[2020-08-19 14:09:58,148] /u/JxckSmith had their flair updated +[2020-08-19 14:18:33,540] There has been a new submission: '5 amazing moments in Brawl Stars, feedback will be rewarded', with flair 'Video Critique' +[2020-08-19 14:18:35,793] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 14:18:35,795] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 14:18:38,334] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qM_ynt6wY4Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 14:18:38,783] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC32Ea4GBvM-tIK-wl7l-PJw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 14:18:40,751] /u/D1m1tr1sF had their flair updated +[2020-08-19 14:23:57,999] '/u/catlessdog' has given '/u/PonjiNinja' lambda! +[2020-08-19 14:24:00,350] /u/PonjiNinja had their flair updated +[2020-08-19 14:24:46,494] '/u/catlessdog' has given '/u/OMFSquirrel' lambda! +[2020-08-19 14:24:48,792] /u/OMFSquirrel had their flair updated +[2020-08-19 14:25:06,464] There has been a new submission: 'Hello! I made a game show based on mechanical puzzle trivia and would appreciate your feedback on how I can improve the next episodes. Thank you!', with flair 'Video Critique' +[2020-08-19 14:25:06,723] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 14:25:06,725] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 14:25:06,905] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=exQwpjCp4qk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 14:25:07,048] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXd60s58LWyAR7Czt5ierTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 14:25:09,146] /u/BeatsandPiecesYT had their flair updated +[2020-08-19 14:25:21,049] '/u/catlessdog' has given '/u/Kamino_Prime' lambda! +[2020-08-19 14:25:22,716] /u/Kamino_Prime had their flair updated +[2020-08-19 14:35:20,281] '/u/D1m1tr1sF' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 14:35:21,895] /u/Heavy_Rain_ had their flair updated +[2020-08-19 14:38:27,936] '/u/thefamousap' has given '/u/bruhenbruh' lambda! +[2020-08-19 14:38:30,070] /u/bruhenbruh had their flair updated +[2020-08-19 14:42:49,822] '/u/bruhenbruh' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 14:42:52,570] /u/Heavy_Rain_ had their flair updated +[2020-08-19 14:44:08,831] There has been a new submission: 'Let me know what u guys think', with flair 'Channel Review' +[2020-08-19 14:44:10,307] /u/LOLJOK05 had their submission removed for insufficient lambda. +[2020-08-19 14:44:12,110] /u/LOLJOK05 had their flair updated +[2020-08-19 14:47:03,566] +#################### +[Aug 19 2020 14:47:03] RESTARTED +#################### + +[2020-08-19 15:21:25,322] There has been a new submission: 'How do I make compelling gaming titles?', with flair 'Gaming' +[2020-08-19 15:21:28,189] /u/FallenVoid0723 had their submission removed for insufficient lambda. +[2020-08-19 15:21:30,285] /u/FallenVoid0723 had their flair updated +[2020-08-19 15:21:49,137] There has been a new submission: 'Made a video on improving your Gaming Stamina and Ergonomics. Lambda for all sincere comments and feedback', with flair 'Video Critique' +[2020-08-19 15:21:50,943] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:21:51,063] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:21:52,012] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-oe6ayp7UvM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:21:52,423] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:21:55,748] /u/IWI-Team had their flair updated +[2020-08-19 15:24:24,297] '/u/redditm8-' has given '/u/Dr3dH3d' lambda! +[2020-08-19 15:24:26,958] /u/Dr3dH3d had their flair updated +[2020-08-19 15:25:01,055] '/u/redditm8-' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 15:25:03,431] /u/Heavy_Rain_ had their flair updated +[2020-08-19 15:25:10,847] '/u/redditm8-' has given '/u/peterspickledpotato' lambda! +[2020-08-19 15:25:12,203] /u/peterspickledpotato had their flair updated +[2020-08-19 15:25:43,836] '/u/IWI-Team' has given '/u/Cyonal' lambda! +[2020-08-19 15:25:46,094] /u/Cyonal had their flair updated +[2020-08-19 15:26:18,273] '/u/redditm8-' has given '/u/stjean5family' lambda! +[2020-08-19 15:26:19,998] /u/stjean5family had their flair updated +[2020-08-19 15:28:02,468] There has been a new submission: 'So this is my new video! I recorded this many months ago and forgot about it. I hope you guys like it! Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-19 15:28:03,698] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:28:03,699] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:28:04,967] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vxZXjMaoTOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:05,336] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:07,460] /u/ShikharTrivedi had their flair updated +[2020-08-19 15:28:24,761] There has been a new submission: 'Decided to upload a Fall Guys video with commentary, I usually don't talk in my videos but wanted to switch it up and see what happens. Will give Lambda for feedback! Feel free to like and sub as well :)', with flair 'Video Critique' +[2020-08-19 15:28:25,745] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:28:25,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:28:26,690] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KzYXoYfY7HQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:27,343] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgekFeIQS6rrhj20f0-m74g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:28,943] /u/LimitlessRange_ had their flair updated +[2020-08-19 15:28:45,553] There has been a new submission: 'BPM: BULLETS PER MINUTE Preview in 500 Words', with flair 'Gaming' +[2020-08-19 15:28:46,499] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:28:46,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:28:47,360] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e0O0e7OlRWM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:47,772] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:28:49,659] /u/Adzic254 had their flair updated +[2020-08-19 15:29:06,004] There has been a new submission: 'Retention or Impression click-through rate?', with flair 'Discussion' +[2020-08-19 15:29:06,779] /u/KillerQueenKiki had their flair updated +[2020-08-19 15:29:24,614] There has been a new submission: 'Learn to ride electric unicycles with this simple begginers guide!', with flair 'None' +[2020-08-19 15:29:25,312] /u/jwd2213 had their submission removed for insufficient lambda. +[2020-08-19 15:29:25,886] /u/jwd2213 had their flair updated +[2020-08-19 15:29:41,705] There has been a new submission: 'Channel Intro', with flair 'Gaming' +[2020-08-19 15:29:42,485] /u/ClevelandReamer had their submission removed for insufficient lambda. +[2020-08-19 15:29:42,937] /u/ClevelandReamer had their flair updated +[2020-08-19 15:30:00,775] There has been a new submission: 'QUICK & THICC ASMR | Denim Sounds 👖 SCRATCHIN’ on my JEANS 👖 #ASMR #ACMP', with flair 'Video Critique' +[2020-08-19 15:30:02,654] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-19 15:30:05,112] /u/tballs2003 had their flair updated +[2020-08-19 15:30:24,896] There has been a new submission: 'Battlefield V : Gameplay Benchmark Amd Fx 8350 Nvidia Rtx 2070 Raytrac...', with flair 'Gaming' +[2020-08-19 15:30:26,534] /u/be_fikar had their submission removed for insufficient lambda. +[2020-08-19 15:30:28,872] /u/be_fikar had their flair updated +[2020-08-19 15:30:48,360] There has been a new submission: 'Dragon Ball Youtubers UNITE!', with flair 'Channel Review' +[2020-08-19 15:30:50,037] /u/xFayth93 had their submission removed for insufficient lambda. +[2020-08-19 15:30:52,454] /u/xFayth93 had their flair updated +[2020-08-19 15:31:11,713] There has been a new submission: 'Tried my hand at a ganing video for Call of Duty Warzone. Came 2nd with 9 kills! Please check it out and enjoy. Feedback welcome!', with flair 'Gaming' +[2020-08-19 15:31:12,984] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:31:12,985] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:31:14,090] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E9Mp6zKz9Z4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:31:14,625] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpAjLlCM-tGdXQtZKzmJrhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:31:18,111] /u/Kyledidntdoit had their flair updated +[2020-08-19 15:31:36,417] There has been a new submission: 'genZ YouTube channel', with flair 'Channel Review' +[2020-08-19 15:31:38,053] /u/josm1023 had their submission removed for insufficient lambda. +[2020-08-19 15:31:40,426] /u/josm1023 had their flair updated +[2020-08-19 15:31:59,724] There has been a new submission: 'Breath of the Wild - Its about the journey. Please leave feedback as to how I can improve, other than audio quality.', with flair 'Video Critique' +[2020-08-19 15:32:01,437] /u/CamDC123 had their submission removed for insufficient lambda. +[2020-08-19 15:32:03,647] /u/CamDC123 had their flair updated +[2020-08-19 15:32:28,017] '/u/redditm8-' has given '/u/isiahdyson500' lambda! +[2020-08-19 15:32:30,508] /u/isiahdyson500 had their flair updated +[2020-08-19 15:33:19,592] '/u/redditm8-' has given '/u/VaVaVita' lambda! +[2020-08-19 15:33:22,378] /u/VaVaVita had their flair updated +[2020-08-19 15:33:57,801] '/u/redditm8-' has given '/u/alexander8111' lambda! +[2020-08-19 15:34:00,173] /u/alexander8111 had their flair updated +[2020-08-19 15:40:28,900] There has been a new submission: 'Fall Guys Stream Highlights - Can I get some feedback?', with flair 'Video Critique' +[2020-08-19 15:40:30,248] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:40:30,250] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:40:32,706] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iO1Iw-zXJmo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:40:33,118] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVo1DOfLHphRJhfioR2djyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:40:36,563] /u/Cyonal had their flair updated +[2020-08-19 15:40:56,988] There has been a new submission: 'I created an explainer video for my company's (startup) YT channel. Suggestions to improve the video and reach are welcome.', with flair 'None' +[2020-08-19 15:40:58,671] /u/ForwardAsk6 had their submission removed for insufficient lambda. +[2020-08-19 15:41:00,968] /u/ForwardAsk6 had their flair updated +[2020-08-19 15:41:20,389] There has been a new submission: 'You've Got to See This:)', with flair 'Art' +[2020-08-19 15:41:21,948] /u/GoldenEkpendu had their submission removed for insufficient lambda. +[2020-08-19 15:41:24,125] /u/GoldenEkpendu had their flair updated +[2020-08-19 15:41:44,009] There has been a new submission: 'Cartoon - He Met Himself From The Future And Found Out A SHOCKING Truth! - AmoMama', with flair 'None' +[2020-08-19 15:41:45,608] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-19 15:41:47,787] /u/IndividualGuide had their flair updated +[2020-08-19 15:43:26,686] '/u/DanThePanda-YT' has given '/u/medfred3' lambda! +[2020-08-19 15:43:29,346] /u/medfred3 had their flair updated +[2020-08-19 15:44:05,257] There has been a new submission: 'Capturing the Enemy’s Spawn │Post Quarantine Airsoft. Honest feedback would be greatly appreciated always looking to improve my content and make it more entertaining', with flair 'Video Critique' +[2020-08-19 15:44:06,526] /u/IgniteItAirsoft had their submission removed for insufficient lambda. +[2020-08-19 15:44:08,535] /u/IgniteItAirsoft had their flair updated +[2020-08-19 15:45:11,264] '/u/DanThePanda-YT' has given '/u/Kamino_Prime' lambda! +[2020-08-19 15:45:13,724] /u/Kamino_Prime had their flair updated +[2020-08-19 15:46:08,446] '/u/DanThePanda-YT' has given '/u/SAMBO7777' lambda! +[2020-08-19 15:46:10,826] /u/SAMBO7777 had their flair updated +[2020-08-19 15:46:47,987] '/u/DanThePanda-YT' has given '/u/OMFSquirrel' lambda! +[2020-08-19 15:46:50,157] /u/OMFSquirrel had their flair updated +[2020-08-19 15:48:08,295] There has been a new submission: 'Noob Plays Fall Guys Again But It Does'nt Look Like Crap', with flair 'Gaming' +[2020-08-19 15:48:09,320] /u/International_Gur805 had their submission removed for insufficient lambda. +[2020-08-19 15:48:10,181] /u/International_Gur805 had their flair updated +[2020-08-19 15:48:31,096] '/u/DanThePanda-YT' has given '/u/engamingchannel' lambda! +[2020-08-19 15:48:33,265] /u/engamingchannel had their flair updated +[2020-08-19 15:49:26,659] '/u/DanThePanda-YT' has given '/u/CamDC123' lambda! +[2020-08-19 15:49:27,803] /u/CamDC123 had their flair updated +[2020-08-19 15:50:43,086] There has been a new submission: 'So uh I started this new channel and uploaded 2 vids and I would really appreciate it if someone took a look and like gave me some criticism and like suggestions on what I can do to improve.', with flair 'Channel Review' +[2020-08-19 15:50:44,806] /u/Zicaxen had their submission removed for insufficient lambda. +[2020-08-19 15:50:47,145] /u/Zicaxen had their flair updated +[2020-08-19 15:54:52,699] There has been a new submission: 'Bedwars With IDIOTS! (ft. Jxide)', with flair 'Gaming' +[2020-08-19 15:54:54,140] /u/godlykid had their submission removed for insufficient lambda. +[2020-08-19 15:54:55,817] /u/godlykid had their flair updated +[2020-08-19 15:55:07,248] There has been a new submission: 'Hi, I was wondering if any of you could leave a comment on this video with some feedback? I will be giving lambda to anyone who has good advice :D', with flair 'Video Critique' +[2020-08-19 15:55:07,514] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 15:55:07,516] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 15:55:07,656] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aWgl0mcXTcE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:55:07,807] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuyDoQ-8qnsR1F2zlsavAzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 15:55:10,922] /u/xPento had their flair updated +[2020-08-19 15:57:42,035] '/u/Ridi9t' has given '/u/OMFSquirrel' lambda! +[2020-08-19 15:57:44,326] /u/OMFSquirrel had their flair updated +[2020-08-19 15:58:46,396] There has been a new submission: 'Video editing tutorials - graphics, thumbnails etc', with flair 'Discussion' +[2020-08-19 15:58:49,595] /u/MetaBreaker25 had their flair updated +[2020-08-19 16:00:34,545] '/u/Adzic254' has given '/u/ECXL' lambda! +[2020-08-19 16:00:37,501] /u/ECXL had their flair updated +[2020-08-19 16:08:43,719] '/u/ShikharTrivedi' has given '/u/itsbootstrap' lambda! +[2020-08-19 16:08:45,154] /u/itsbootstrap had their flair updated +[2020-08-19 16:26:01,629] There has been a new submission: 'I made a gaming channel and you should check out my recent stream I just did. its amazing', with flair 'Gaming' +[2020-08-19 16:26:03,014] /u/big-peen-felix had their submission removed for insufficient lambda. +[2020-08-19 16:26:04,616] /u/big-peen-felix had their flair updated +[2020-08-19 16:27:42,676] There has been a new submission: 'New Duo Let's Play Channel. Raft & Grounded Gameplay. Feedback is welcome and appreciated!', with flair 'Gaming' +[2020-08-19 16:27:44,025] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 16:27:44,027] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 16:27:45,256] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3N7u3QZwKUs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 16:27:45,624] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 16:27:47,794] /u/OMFSquirrel had their flair updated +[2020-08-19 16:28:32,823] '/u/D1m1tr1sF' has given '/u/SAMBO7777' lambda! +[2020-08-19 16:28:35,162] /u/SAMBO7777 had their flair updated +[2020-08-19 16:28:52,636] There has been a new submission: 'Why Flowers Are The Best Gift For Someone You Love', with flair 'Video Critique' +[2020-08-19 16:28:53,576] /u/Orthodox_Life had their submission removed for insufficient lambda. +[2020-08-19 16:28:54,356] /u/Orthodox_Life had their flair updated +[2020-08-19 16:32:03,554] /u/Zacmrd had their flair updated +[2020-08-19 16:37:05,719] '/u/Davidplaysgames' has given '/u/Dr3dH3d' lambda! +[2020-08-19 16:37:06,976] /u/Dr3dH3d had their flair updated +[2020-08-19 16:37:58,998] '/u/Davidplaysgames' has given '/u/lucidrop' lambda! +[2020-08-19 16:38:00,050] /u/lucidrop had their flair updated +[2020-08-19 16:41:44,223] There has been a new submission: 'My first Really Bad Animation video on Fall Guys. The video is one big joke if you cant tell', with flair 'Channel Review' +[2020-08-19 16:41:45,946] /u/Jindyusterday had their submission removed for insufficient lambda. +[2020-08-19 16:41:48,128] /u/Jindyusterday had their flair updated +[2020-08-19 16:42:42,116] There has been a new submission: 'The *NOT* so fun sniper experience!?', with flair 'Gaming' +[2020-08-19 16:42:43,508] /u/ZD3XX had their submission removed for insufficient lambda. +[2020-08-19 16:42:46,007] /u/ZD3XX had their flair updated +[2020-08-19 16:43:38,095] There has been a new submission: 'What I learned from 1 month as a creator on Youtube', with flair 'Discussion' +[2020-08-19 16:43:40,312] /u/ForeverStrong15 had their flair updated +[2020-08-19 16:43:59,087] There has been a new submission: 'OnePlus Buds : My thoughts | PoeticWhiz', with flair 'Channel Review' +[2020-08-19 16:44:00,281] /u/aabidfaiyaz had their submission removed for insufficient lambda. +[2020-08-19 16:44:02,042] /u/aabidfaiyaz had their flair updated +[2020-08-19 16:44:20,558] There has been a new submission: 'Do Cling Film Tents save trees? This is the 6th comedy video in my series (14th on my channel overall). I wasn't sure if I should upload it but now that I have I'm oddly proud of it. I'd love some constructive and/or positive feedback please! :)', with flair 'Video Critique' +[2020-08-19 16:44:21,788] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-08-19 16:44:24,036] /u/SimonCaine had their flair updated +[2020-08-19 16:45:58,515] '/u/bruhenbruh' has given '/u/Hamlet_71' lambda! +[2020-08-19 16:46:00,880] /u/Hamlet_71 had their flair updated +[2020-08-19 16:47:03,308] +#################### +[Aug 19 2020 16:47:03] RESTARTED +#################### + +[2020-08-19 17:25:07,037] There has been a new submission: 'A Very Bad Animation I made about Fall Guys. Its a joke if you cant tell', with flair 'Channel Review' +[2020-08-19 17:25:08,405] /u/Jindyusterday had their submission removed for insufficient lambda. +[2020-08-19 17:25:09,780] /u/Jindyusterday had their flair updated +[2020-08-19 17:25:14,847] There has been a new submission: 'I just posted my second video and I’m still working on finding my voice as well as editing. What should I work on in your opinions? What I did right and wrong. I appreciate all feedback! We got this guys 💪☺️', with flair 'Video Critique' +[2020-08-19 17:25:16,118] /u/TommyLegs18 had their submission removed for insufficient lambda. +[2020-08-19 17:25:17,502] /u/TommyLegs18 had their flair updated +[2020-08-19 17:25:31,744] There has been a new submission: 'I'm brand new at this, had a good time making this video! Any advice is appreciated!', with flair 'Gaming' +[2020-08-19 17:25:32,972] /u/hardcorebossguy had their submission removed for insufficient lambda. +[2020-08-19 17:25:34,329] /u/hardcorebossguy had their flair updated +[2020-08-19 17:25:51,701] There has been a new submission: 'DBFZ 1.24 Gogeta (A), Android 16 (A), Trunks (B) Team Synergy | Button inputs, Combos, Tods', with flair 'Video Critique' +[2020-08-19 17:25:52,930] /u/HazeyKing had their submission removed for insufficient lambda. +[2020-08-19 17:25:54,202] /u/HazeyKing had their flair updated +[2020-08-19 17:26:12,062] There has been a new submission: 'I edit videos from my friend's twitch, hope you guys can show him some love', with flair 'Gaming' +[2020-08-19 17:26:13,168] /u/JLAgamer had their submission removed for insufficient lambda. +[2020-08-19 17:26:14,359] /u/JLAgamer had their flair updated +[2020-08-19 17:26:31,497] There has been a new submission: 'Day in The Life of a Streamer Vs Day in the Life of a YouTuber', with flair 'Video Critique' +[2020-08-19 17:26:33,261] /u/MemeEditions-YT had their submission removed for insufficient lambda. +[2020-08-19 17:26:34,578] /u/MemeEditions-YT had their flair updated +[2020-08-19 17:27:09,513] '/u/ShikharTrivedi' has given '/u/CamDC123' lambda! +[2020-08-19 17:27:11,602] /u/CamDC123 had their flair updated +[2020-08-19 17:27:29,982] '/u/Adzic254' has given '/u/Hamlet_71' lambda! +[2020-08-19 17:27:31,784] /u/Hamlet_71 had their flair updated +[2020-08-19 17:29:00,251] '/u/boarder981' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-19 17:29:02,175] /u/Sub2TheActualShadow had their flair updated +[2020-08-19 17:29:20,237] '/u/FindAKidneyDonor-Com' has given '/u/vaish1601' lambda! +[2020-08-19 17:29:22,366] /u/vaish1601 had their flair updated +[2020-08-19 17:29:53,963] '/u/boarder981' has given '/u/HumbelGeniusYT' lambda! +[2020-08-19 17:29:55,804] /u/HumbelGeniusYT had their flair updated +[2020-08-19 17:30:14,829] '/u/FindAKidneyDonor-Com' has given '/u/kabukidanshi' lambda! +[2020-08-19 17:30:17,621] /u/kabukidanshi had their flair updated +[2020-08-19 17:31:21,543] '/u/boarder981' has given '/u/ImDiscoBiscuit' lambda! +[2020-08-19 17:31:24,372] /u/ImDiscoBiscuit had their flair updated +[2020-08-19 17:31:44,669] '/u/boarder981' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 17:31:47,581] /u/Heavy_Rain_ had their flair updated +[2020-08-19 17:32:22,275] '/u/Hero_Doses' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 17:32:24,818] /u/Heavy_Rain_ had their flair updated +[2020-08-19 17:32:45,050] '/u/FindAKidneyDonor-Com' has given '/u/FlexwithDrez' lambda! +[2020-08-19 17:32:47,716] /u/FlexwithDrez had their flair updated +[2020-08-19 17:33:07,141] '/u/boarder981' has given '/u/Turbotoes' lambda! +[2020-08-19 17:33:09,359] /u/Turbotoes had their flair updated +[2020-08-19 17:33:30,351] '/u/FindAKidneyDonor-Com' has given '/u/lucidrop' lambda! +[2020-08-19 17:33:33,367] /u/lucidrop had their flair updated +[2020-08-19 17:34:07,060] '/u/boarder981' has given '/u/MackeyH' lambda! +[2020-08-19 17:34:09,716] /u/MackeyH had their flair updated +[2020-08-19 17:34:29,181] '/u/FindAKidneyDonor-Com' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 17:34:31,847] /u/Heavy_Rain_ had their flair updated +[2020-08-19 17:35:19,301] '/u/FindAKidneyDonor-Com' has given '/u/bruhenbruh' lambda! +[2020-08-19 17:35:21,755] /u/bruhenbruh had their flair updated +[2020-08-19 17:35:41,489] '/u/ShikharTrivedi' has given '/u/Hamlet_71' lambda! +[2020-08-19 17:35:43,942] /u/Hamlet_71 had their flair updated +[2020-08-19 17:36:17,432] '/u/boarder981' has given '/u/Unraveled_YT' lambda! +[2020-08-19 17:36:19,769] /u/Unraveled_YT had their flair updated +[2020-08-19 17:36:52,313] '/u/Hero_Doses' has given '/u/Turbotoes' lambda! +[2020-08-19 17:36:54,692] /u/Turbotoes had their flair updated +[2020-08-19 17:39:01,316] /u/Hamlet_71 had their flair updated +[2020-08-19 17:40:13,129] '/u/bruhenbruh' has given '/u/CamDC123' lambda! +[2020-08-19 17:40:15,474] /u/CamDC123 had their flair updated +[2020-08-19 17:49:18,196] '/u/_eyogg_' has given '/u/yeet_dat_feet' lambda! +[2020-08-19 17:49:19,466] /u/yeet_dat_feet had their flair updated +[2020-08-19 17:49:50,679] '/u/_eyogg_' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 17:49:53,176] /u/Heavy_Rain_ had their flair updated +[2020-08-19 17:50:13,015] '/u/_eyogg_' has given '/u/Kamino_Prime' lambda! +[2020-08-19 17:50:15,757] /u/Kamino_Prime had their flair updated +[2020-08-19 17:50:39,753] '/u/_eyogg_' has given '/u/Al-Wabel' lambda! +[2020-08-19 17:50:42,540] /u/Al-Wabel had their flair updated +[2020-08-19 17:51:17,264] There has been a new submission: 'The Current Best Platforms for Finding a Sponsor', with flair 'Discussion' +[2020-08-19 17:51:19,802] /u/stewmathieson had their flair updated +[2020-08-19 17:51:38,940] There has been a new submission: 'good length for a pocast?', with flair 'Discussion' +[2020-08-19 17:51:42,055] /u/lucidrop had their flair updated +[2020-08-19 17:52:01,727] There has been a new submission: 'Hello my FRIENDS! Decided to REIMAGINE this video along with add A LOT more effects. All COMMENTS and FEEDBACK are GREATLY appreciated! Was a fun/challenging one to edit.', with flair 'Gaming' +[2020-08-19 17:52:03,776] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 17:52:03,816] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 17:52:05,333] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_zFYVlLaVQU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:52:05,783] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbSF84hY6vQEVMH25vTg_kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:52:09,055] /u/Hamlet_71 had their flair updated +[2020-08-19 17:52:27,844] There has been a new submission: 'New video! I try my best with them, and I hope I can get a laugh out of you!', with flair 'Gaming' +[2020-08-19 17:52:29,528] /u/Mickee11 had their submission removed for insufficient lambda. +[2020-08-19 17:52:31,579] /u/Mickee11 had their flair updated +[2020-08-19 17:52:50,674] There has been a new submission: 'I am creating a YouTube channel based on Mr Beast’s riddle with the goal of helping people and I need some advice', with flair 'Channel Review' +[2020-08-19 17:52:52,187] /u/znotes had their submission removed for insufficient lambda. +[2020-08-19 17:52:54,276] /u/znotes had their flair updated +[2020-08-19 17:53:09,189] There has been a new submission: 'Where do "game compilation" YouTubers get their content?', with flair 'Discussion' +[2020-08-19 17:53:11,332] /u/IrishTez had their flair updated +[2020-08-19 17:53:28,944] There has been a new submission: 'Recently started a gaming analysis channel. This is my first video, please could you provide feedback other than the audio quality/too loud music.', with flair 'Gaming' +[2020-08-19 17:53:30,128] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 17:53:30,166] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 17:53:30,907] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=m6PWLauAJco&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:53:31,398] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6aQEF78lWr-b2TKL0y_asA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:53:34,226] /u/CamDC123 had their flair updated +[2020-08-19 17:53:53,452] There has been a new submission: 'UK HIPHOP 2020 #Garageband app on #iPhone11 #UKRAP2020 need review please', with flair 'Video Critique' +[2020-08-19 17:53:54,843] /u/Writing_Evening had their submission removed for insufficient lambda. +[2020-08-19 17:53:56,599] /u/Writing_Evening had their flair updated +[2020-08-19 17:54:15,342] There has been a new submission: 'I want to create another mashup like this, which movie should I pick?', with flair 'Video Critique' +[2020-08-19 17:54:16,613] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 17:54:16,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 17:54:17,632] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EyBrZv4AxL4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:54:18,044] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 17:54:20,871] /u/mreverdred01 had their flair updated +[2020-08-19 17:54:43,254] '/u/_eyogg_' has given '/u/kapanidis87' lambda! +[2020-08-19 17:54:45,760] /u/kapanidis87 had their flair updated +[2020-08-19 17:55:06,874] '/u/_eyogg_' has given '/u/itsbootstrap' lambda! +[2020-08-19 17:55:08,228] /u/itsbootstrap had their flair updated +[2020-08-19 17:55:14,713] '/u/_eyogg_' has given '/u/ReAnimatedGamer' lambda! +[2020-08-19 17:55:16,109] /u/ReAnimatedGamer had their flair updated +[2020-08-19 17:55:29,059] '/u/_eyogg_' has given '/u/308ar10' lambda! +[2020-08-19 17:55:31,559] /u/308ar10 had their flair updated +[2020-08-19 17:56:05,332] '/u/Cyonal' has given '/u/itsbootstrap' lambda! +[2020-08-19 17:56:07,541] /u/itsbootstrap had their flair updated +[2020-08-19 17:56:27,024] '/u/Cyonal' has given '/u/JxckSmith' lambda! +[2020-08-19 17:56:29,194] /u/JxckSmith had their flair updated +[2020-08-19 17:57:30,096] '/u/LimitlessRange_' has given '/u/itsbootstrap' lambda! +[2020-08-19 17:57:32,553] /u/itsbootstrap had their flair updated +[2020-08-19 17:58:19,698] '/u/LimitlessRange_' has given '/u/HumbelGeniusYT' lambda! +[2020-08-19 17:58:21,988] /u/HumbelGeniusYT had their flair updated +[2020-08-19 17:59:21,992] '/u/LimitlessRange_' has given '/u/Kamino_Prime' lambda! +[2020-08-19 17:59:23,882] /u/Kamino_Prime had their flair updated +[2020-08-19 17:59:40,921] '/u/_eyogg_' has given '/u/intrepidgrlventure' lambda! +[2020-08-19 17:59:42,928] /u/intrepidgrlventure had their flair updated +[2020-08-19 18:00:17,065] '/u/_eyogg_' has given '/u/engamingchannel' lambda! +[2020-08-19 18:00:19,979] /u/engamingchannel had their flair updated +[2020-08-19 18:02:03,857] There has been a new submission: 'Hey, guys! :) If you do YouTube, I have a tip about COLORFUL LIGHTS for photo & video that might be helpful to improve your videos. Would love to know if it helps! Cheers! :)', with flair 'Video Critique' +[2020-08-19 18:02:05,533] /u/priscilaelias had their submission removed for insufficient lambda. +[2020-08-19 18:02:08,240] /u/priscilaelias had their flair updated +[2020-08-19 18:02:28,810] There has been a new submission: 'So I edited this video less than I normally Would, id Love some feedback', with flair 'Video Critique' +[2020-08-19 18:02:30,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:02:30,043] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:02:31,022] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B4gEcN1LK1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:02:31,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYLWeMS1fxvGTQ2XKloVAjw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:02:34,339] /u/jackthefallout had their flair updated +[2020-08-19 18:03:12,519] '/u/_eyogg_' has given '/u/mattmulvihill14' lambda! +[2020-08-19 18:03:15,509] /u/mattmulvihill14 had their flair updated +[2020-08-19 18:07:53,315] There has been a new submission: 'Made a video about Mike Tyson’s comeback fight! Appreciate all feedback and will give lambda too!', with flair 'Video Critique' +[2020-08-19 18:07:55,366] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:07:55,367] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:07:56,515] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CHCeHpFZQtw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:07:56,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCntaV4FO5-hTTBVTMK6L2wg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:07:59,046] /u/itsbootstrap had their flair updated +[2020-08-19 18:08:14,506] There has been a new submission: 'Minecraft Hardcore Season 3 [#1] Luckiest Start Ever!', with flair 'Gaming' +[2020-08-19 18:08:15,335] /u/SerpoLive had their submission removed for insufficient lambda. +[2020-08-19 18:08:16,135] /u/SerpoLive had their flair updated +[2020-08-19 18:08:48,067] '/u/MemeEditions-YT' has given '/u/Boing_gaming' lambda! +[2020-08-19 18:08:50,034] /u/Boing_gaming had their flair updated +[2020-08-19 18:10:14,214] There has been a new submission: 'Outlast 2 Part 4 - Never Thought Repairing an Elevator Could be so Horrifying | DGSUFFERS', with flair 'Gaming' +[2020-08-19 18:10:15,843] /u/ThatBeastFromRP had their submission removed for insufficient lambda. +[2020-08-19 18:10:18,226] /u/ThatBeastFromRP had their flair updated +[2020-08-19 18:10:38,099] There has been a new submission: 'Proof that you should never give up', with flair 'Discussion' +[2020-08-19 18:10:41,263] /u/Jevrejjob had their flair updated +[2020-08-19 18:12:06,764] '/u/Hamlet_71' has given '/u/TheVirgoVagabond' lambda! +[2020-08-19 18:12:09,466] /u/TheVirgoVagabond had their flair updated +[2020-08-19 18:12:49,116] '/u/OMFSquirrel' has given '/u/itsbootstrap' lambda! +[2020-08-19 18:12:51,823] /u/itsbootstrap had their flair updated +[2020-08-19 18:13:31,834] '/u/Hamlet_71' has given '/u/TheRealTenpro' lambda! +[2020-08-19 18:13:34,257] /u/TheRealTenpro had their flair updated +[2020-08-19 18:14:30,651] '/u/OMFSquirrel' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-19 18:14:33,062] /u/aspirefitnesswalnut had their flair updated +[2020-08-19 18:15:41,925] There has been a new submission: 'I just recently uploaded my first gameplay video and was trying to be unique by using avatars. Is it too distracting?', with flair 'Video Critique' +[2020-08-19 18:15:43,568] /u/TheRealKhitty had their submission removed for insufficient lambda. +[2020-08-19 18:15:44,840] /u/TheRealKhitty had their flair updated +[2020-08-19 18:16:37,710] '/u/bruhenbruh' has given '/u/TheRealTenpro' lambda! +[2020-08-19 18:16:40,045] /u/TheRealTenpro had their flair updated +[2020-08-19 18:17:14,358] '/u/CamDC123' has given '/u/joker_tuna' lambda! +[2020-08-19 18:17:16,369] /u/joker_tuna had their flair updated +[2020-08-19 18:18:02,852] There has been a new submission: 'Reviewing Logan Paul's Clothing brand, my best performing video so far. Lambda for feedback', with flair 'Video Critique' +[2020-08-19 18:18:03,836] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:18:03,874] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:18:05,224] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eLEcTcheNGY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:18:05,635] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmkKEYG2OqzgYQVvElZb9Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:18:07,475] /u/FlexwithDrez had their flair updated +[2020-08-19 18:18:44,274] '/u/OMFSquirrel' has given '/u/Davidplaysgames' lambda! +[2020-08-19 18:18:47,012] /u/Davidplaysgames had their flair updated +[2020-08-19 18:19:33,956] '/u/OMFSquirrel' has given '/u/hardcorebossguy' lambda! +[2020-08-19 18:19:35,307] /u/hardcorebossguy had their flair updated +[2020-08-19 18:20:25,706] '/u/Ridi9t' has given '/u/Logan_B_Youtube' lambda! +[2020-08-19 18:20:28,498] /u/Logan_B_Youtube had their flair updated +[2020-08-19 18:20:47,599] There has been a new submission: 'Hey do you think you can possibly check out my new video ? Maybe like and sub? It helps extremely', with flair 'Gaming' +[2020-08-19 18:20:49,192] /u/Suprememusic613 had their submission removed for insufficient lambda. +[2020-08-19 18:20:51,443] /u/Suprememusic613 had their flair updated +[2020-08-19 18:22:12,495] '/u/OMFSquirrel' has given '/u/baechanka' lambda! +[2020-08-19 18:22:15,242] /u/baechanka had their flair updated +[2020-08-19 18:23:58,056] There has been a new submission: 'Marooners Review ! Partygame fit for all 🥳🎮 feedback = lambda!', with flair 'Gaming' +[2020-08-19 18:23:59,409] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:23:59,411] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:24:00,414] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KEQH0DV7uYY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:24:00,905] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSfm_x3rKquzeju605iP_jw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:24:03,523] /u/Boing_gaming had their flair updated +[2020-08-19 18:24:21,101] There has been a new submission: 'Coming Up - FUNFINATIC (Official Audio)', with flair 'Channel Review' +[2020-08-19 18:24:22,452] /u/FUNFINATIC had their submission removed for insufficient lambda. +[2020-08-19 18:24:24,051] /u/FUNFINATIC had their flair updated +[2020-08-19 18:24:45,307] '/u/itsbootstrap' has given '/u/lucidtripsandtravels' lambda! +[2020-08-19 18:24:47,761] /u/lucidtripsandtravels had their flair updated +[2020-08-19 18:25:16,843] There has been a new submission: 'I make stories in Apex Legends - been working on my editing, which has improved, trying to keep the audience engaged with good music, narration, etc. don't want to add too many effects so I can keep the gameplay pure. Thoughts?', with flair 'Gaming' +[2020-08-19 18:25:17,238] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:25:17,240] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:25:17,534] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xNWcOGJt0hM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:25:17,689] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJ60zm-_DhRPQ4dlxvJ3ZbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:25:19,938] /u/TheRealTenpro had their flair updated +[2020-08-19 18:28:18,349] There has been a new submission: 'Davey's Locker California Summer – Playtime with Ayden – UNCUT – Vlog #29', with flair 'Vlog' +[2020-08-19 18:28:19,293] /u/playtimewithayden had their submission removed for insufficient lambda. +[2020-08-19 18:28:20,155] /u/playtimewithayden had their flair updated +[2020-08-19 18:32:30,383] '/u/mreverdred01' has given '/u/Xbrownboiix' lambda! +[2020-08-19 18:32:32,924] /u/Xbrownboiix had their flair updated +[2020-08-19 18:33:10,308] '/u/MemeEditions-YT' has given '/u/itsbootstrap' lambda! +[2020-08-19 18:33:13,214] /u/itsbootstrap had their flair updated +[2020-08-19 18:33:50,482] '/u/mreverdred01' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-19 18:33:53,107] /u/aspirefitnesswalnut had their flair updated +[2020-08-19 18:34:12,827] There has been a new submission: 'I have an educational/random facts channel. This is my fifth video, I've followed much of the feedback I've received here, so I would appreciate you giving me more!', with flair 'Video Critique' +[2020-08-19 18:34:13,809] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:34:13,811] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:34:14,709] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z05ptvUpYIY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:34:15,121] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCizSufWsk_G5aLe6ixfZCFg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:34:18,034] /u/Unraveled_YT had their flair updated +[2020-08-19 18:35:19,859] There has been a new submission: 'Japanese Katsu Sandwich (30g Protein) | Low Fat Chicken Katsu | Healthier Versions Of Foods Ep 10.', with flair 'Video Critique' +[2020-08-19 18:35:21,167] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:35:21,169] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:35:22,026] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FdNLF6WseK4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:35:22,483] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:35:25,028] /u/aspirefitnesswalnut had their flair updated +[2020-08-19 18:36:00,588] '/u/MemeEditions-YT' has given '/u/peterspickledpotato' lambda! +[2020-08-19 18:36:02,966] /u/peterspickledpotato had their flair updated +[2020-08-19 18:38:15,212] /u/lucidtripsandtravels had their flair updated +[2020-08-19 18:39:29,314] There has been a new submission: 'ADOPT ME House Tour Part 1 ll ROBLOX', with flair 'Gaming' +[2020-08-19 18:39:30,542] /u/syzbug had their submission removed for insufficient lambda. +[2020-08-19 18:39:31,075] /u/syzbug had their flair updated +[2020-08-19 18:42:13,679] There has been a new submission: 'If you are adventurer and somebody who likes nature, dive into different side of Istria, Croatia. Here is previous video, showing you unknown paths on the way to one of the most famous places in Istria so every comment is welcome!', with flair 'Channel Review' +[2020-08-19 18:42:14,786] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 18:42:14,788] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 18:42:15,857] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7K785m9GZxo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:42:16,469] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2GoyQEtRPxDn-IElohJD5g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 18:42:19,792] /u/Wild_Istria had their flair updated +[2020-08-19 18:47:00,782] +#################### +[Aug 19 2020 18:47:00] RESTARTED +#################### + +[2020-08-19 19:27:00,863] There has been a new submission: '"Who's Laughing Now??" | BENDY AND THE INK MACHINE - Part 1 [Blind]', with flair 'Gaming' +[2020-08-19 19:27:02,372] /u/RockyRockhead had their submission removed for insufficient lambda. +[2020-08-19 19:27:03,399] /u/RockyRockhead had their flair updated +[2020-08-19 19:27:20,439] There has been a new submission: 'Hey everyone. Just started a channel doing essays about video games. My first essay is about Fall Guys and the myth of Sisyphus. Thanks for watching!', with flair 'Gaming' +[2020-08-19 19:27:21,463] /u/ItsJoshNess had their submission removed for insufficient lambda. +[2020-08-19 19:27:22,411] /u/ItsJoshNess had their flair updated +[2020-08-19 19:27:39,339] There has been a new submission: 'Awesome horror game. One of the best I've played recently. Would love to hear your thoughts on it.', with flair 'Gaming' +[2020-08-19 19:27:40,318] /u/DiGeDiGames had their submission removed for insufficient lambda. +[2020-08-19 19:27:41,178] /u/DiGeDiGames had their flair updated +[2020-08-19 19:27:58,060] There has been a new submission: 'Some visual motivation 🔥 if you like it subscribe and I’ll sub back', with flair 'Channel Review' +[2020-08-19 19:27:58,961] /u/Diego-R had their submission removed for insufficient lambda. +[2020-08-19 19:27:59,822] /u/Diego-R had their flair updated +[2020-08-19 19:28:16,433] There has been a new submission: '"I'm A Big Brave Boy!!" | BLACK MESA - Part 3 [Funny Moments]', with flair 'Gaming' +[2020-08-19 19:28:17,415] /u/RockyRockhead had their submission removed for insufficient lambda. +[2020-08-19 19:28:18,196] /u/RockyRockhead had their flair updated +[2020-08-19 19:28:35,166] There has been a new submission: 'Any advice on video quality, presentation, or content would be greatly appreciated. Will be giving out lambda!! Thanks!', with flair 'Video Critique' +[2020-08-19 19:28:37,051] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 19:28:37,176] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 19:28:38,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_zANgHSrPKE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:28:38,812] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkpfLuyi8Dq5VFInBTXXpvg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:28:40,818] /u/SlyGuyChris had their flair updated +[2020-08-19 19:29:01,714] '/u/CamDC123' has given '/u/popeyetyty' lambda! +[2020-08-19 19:29:03,436] /u/popeyetyty had their flair updated +[2020-08-19 19:30:08,313] '/u/aspirefitnesswalnut' has given '/u/baechanka' lambda! +[2020-08-19 19:30:11,016] /u/baechanka had their flair updated +[2020-08-19 19:30:32,703] '/u/Boing_gaming' has given '/u/TheRealTenpro' lambda! +[2020-08-19 19:30:35,655] /u/TheRealTenpro had their flair updated +[2020-08-19 19:33:19,174] '/u/Narband' has given '/u/Moksh2000' lambda! +[2020-08-19 19:33:21,832] /u/Moksh2000 had their flair updated +[2020-08-19 19:34:10,724] /u/-BR25- had their flair updated +[2020-08-19 19:35:26,988] There has been a new submission: 'To hide or not to hide your subscriber count?', with flair 'Discussion' +[2020-08-19 19:35:29,286] /u/SimonCaine had their flair updated +[2020-08-19 19:35:46,186] There has been a new submission: 'New video after a months’ hiatus', with flair 'Video Critique' +[2020-08-19 19:35:47,790] /u/core2003 had their submission removed for insufficient lambda. +[2020-08-19 19:35:49,761] /u/core2003 had their flair updated +[2020-08-19 19:36:07,898] There has been a new submission: 'Check out my Youtube Chanel, I upload Remixes and Instrumentals!', with flair 'Channel Review' +[2020-08-19 19:36:09,122] /u/nocluesmusic had their submission removed for insufficient lambda. +[2020-08-19 19:36:10,394] /u/nocluesmusic had their flair updated +[2020-08-19 19:36:27,900] There has been a new submission: 'Xaul's Gaming Channel', with flair 'None' +[2020-08-19 19:36:29,292] /u/XaulGaming had their submission removed for insufficient lambda. +[2020-08-19 19:36:30,891] /u/XaulGaming had their flair updated +[2020-08-19 19:36:48,322] There has been a new submission: 'The Simp Anthem', with flair 'Art' +[2020-08-19 19:36:49,428] /u/ChocolateFlavoredNut had their submission removed for insufficient lambda. +[2020-08-19 19:36:50,538] /u/ChocolateFlavoredNut had their flair updated +[2020-08-19 19:37:08,214] There has been a new submission: 'I did some new editing and would like some feedback!', with flair 'Video Critique' +[2020-08-19 19:37:09,282] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 19:37:09,284] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 19:37:10,835] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uDGkInMcmuE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:37:11,247] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuhMWtW2fe_bMdhd8CFtjhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:37:13,334] /u/InfamousStill had their flair updated +[2020-08-19 19:40:13,553] There has been a new submission: 'Check out my new vid! Subscribe if ya want, I'd appreciate it :)', with flair 'Video Critique' +[2020-08-19 19:40:15,308] /u/gzboy had their submission removed for insufficient lambda. +[2020-08-19 19:40:17,660] /u/gzboy had their flair updated +[2020-08-19 19:41:10,999] '/u/aspirefitnesswalnut' has given '/u/SlyGuyChris' lambda! +[2020-08-19 19:41:13,665] /u/SlyGuyChris had their flair updated +[2020-08-19 19:42:31,992] '/u/SlyGuyChris' has given '/u/-BR25-' lambda! +[2020-08-19 19:42:34,536] /u/-BR25- had their flair updated +[2020-08-19 19:43:35,544] There has been a new submission: 'Like to entertain people.', with flair 'Gaming' +[2020-08-19 19:43:36,900] /u/zMODGY had their submission removed for insufficient lambda. +[2020-08-19 19:43:38,663] /u/zMODGY had their flair updated +[2020-08-19 19:46:19,321] '/u/xPento' has given '/u/Boing_gaming' lambda! +[2020-08-19 19:46:21,658] /u/Boing_gaming had their flair updated +[2020-08-19 19:46:39,527] There has been a new submission: 'I WENT SURFING IN MY SWIMMING POOL! **bad idea**', with flair 'Vlog' +[2020-08-19 19:46:40,919] /u/rayvawn_ had their submission removed for insufficient lambda. +[2020-08-19 19:46:42,189] /u/rayvawn_ had their flair updated +[2020-08-19 19:52:28,842] There has been a new submission: 'Go Viral with Digi Power', with flair 'Channel Review' +[2020-08-19 19:52:30,442] /u/carlosmckeithan had their submission removed for insufficient lambda. +[2020-08-19 19:52:32,490] /u/carlosmckeithan had their flair updated +[2020-08-19 19:56:41,160] There has been a new submission: 'Looking for some HONEST FEEDBACK ON WHERE I CAN IMPROVE! λ given to good advice!', with flair 'Video Critique' +[2020-08-19 19:56:42,514] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 19:56:42,516] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 19:56:43,823] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YzdfbppNHTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:56:44,236] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPRGgzNXTxznXoemhbgZTuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:56:46,740] /u/baechanka had their flair updated +[2020-08-19 19:57:05,936] There has been a new submission: 'Trying out a review format - discussion of the game interspersed among Twitch highlights. Any and all advice appreciated! Lambdas to all useful critiques!', with flair 'Gaming' +[2020-08-19 19:57:06,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 19:57:07,038] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 19:57:07,941] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9OZXlVMbafU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:57:08,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy99unOu6MKP11ME16Mn7HA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:57:10,643] /u/dingusreviews had their flair updated +[2020-08-19 19:57:44,817] There has been a new submission: 'Yeah so I made a new video and was hoping someone could rate it out of 10 so Ik if it's trash. Personally I don't think it's better than my previous video cuz I rushed this one, but I would love an honest review. K Thanks :))', with flair 'Video Critique' +[2020-08-19 19:57:45,636] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 19:57:45,637] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 19:57:46,496] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iB7MyjQHTd0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:57:47,032] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUR7x2NeYfQPouufnEXY1sA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 19:57:49,289] /u/thePaperBagman12 had their flair updated +[2020-08-19 20:05:21,069] There has been a new submission: 'epic satire video you will love it, also any critiques?', with flair 'Video Critique' +[2020-08-19 20:05:22,417] /u/Zolister had their submission removed for insufficient lambda. +[2020-08-19 20:05:24,117] /u/Zolister had their flair updated +[2020-08-19 20:06:59,977] There has been a new submission: 'Made a new video. Feedback would really be appreciated.', with flair 'Gaming' +[2020-08-19 20:07:00,777] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 20:07:00,779] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 20:07:01,516] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4SiHODQ2VPo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:07:01,830] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTBBnrjaF5R50chh5JZOT_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:07:04,238] /u/AnonymusRaven21 had their flair updated +[2020-08-19 20:09:26,406] '/u/dingusreviews' has given '/u/jdabs29' lambda! +[2020-08-19 20:09:28,330] /u/jdabs29 had their flair updated +[2020-08-19 20:10:19,910] '/u/thePaperBagman12' has given '/u/-BR25-' lambda! +[2020-08-19 20:10:22,739] /u/-BR25- had their flair updated +[2020-08-19 20:24:37,587] '/u/thePaperBagman12' has given '/u/jdabs29' lambda! +[2020-08-19 20:24:40,156] /u/jdabs29 had their flair updated +[2020-08-19 20:25:31,100] There has been a new submission: 'Not sure where to share my vlogs so thought I would try here.', with flair 'Vlog' +[2020-08-19 20:25:32,299] /u/Tjuggo had their submission removed for insufficient lambda. +[2020-08-19 20:25:33,898] /u/Tjuggo had their flair updated +[2020-08-19 20:26:36,147] There has been a new submission: 'BEER 52 AUGUST UNBOXING REVIEW, CHECK IT OUT', with flair 'Channel Review' +[2020-08-19 20:26:37,255] /u/Donaldmooreshow had their submission removed for insufficient lambda. +[2020-08-19 20:26:38,652] /u/Donaldmooreshow had their flair updated +[2020-08-19 20:28:59,577] There has been a new submission: 'Grandma Calls the COPS on a 6 YEAR OLD!', with flair 'Gaming' +[2020-08-19 20:29:00,365] /u/frozzma had their submission removed for insufficient lambda. +[2020-08-19 20:29:01,231] /u/frozzma had their flair updated +[2020-08-19 20:29:35,570] There has been a new submission: 'Mostly looking to see what you think of the editing and thumbnail. I dont take myself too seriously on my channel so I hope you guys dont either.', with flair 'Video Critique' +[2020-08-19 20:29:36,721] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 20:29:36,760] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 20:29:38,038] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JPFsbUsgWW8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:29:38,574] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyfS6Kk65Gv1J60voZZRnbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:29:40,170] /u/jdabs29 had their flair updated +[2020-08-19 20:29:58,925] There has been a new submission: 'As someone that makes finance videos, i'll be the first to say they are not the most exciting thing to watch. My focus is to teach people investing in an EILIA5 way but also entertaining. What can I do to make my videos more entertaining? (Giving Lambda)', with flair 'Video Critique' +[2020-08-19 20:30:00,142] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 20:30:00,143] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 20:30:01,205] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EA-xNhD_S74&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:30:01,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIZvN0XARCqdYnGS_yrmlEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 20:30:05,484] /u/mattmulvihill14 had their flair updated +[2020-08-19 20:31:21,900] There has been a new submission: 'DON'T MESS WITH THE AK QUEEN - Uncharted #4', with flair 'Gaming' +[2020-08-19 20:31:23,663] /u/kuhneliz had their submission removed for insufficient lambda. +[2020-08-19 20:31:25,920] /u/kuhneliz had their flair updated +[2020-08-19 20:32:09,909] '/u/Wild_Istria' has given '/u/-BR25-' lambda! +[2020-08-19 20:32:12,851] /u/-BR25- had their flair updated +[2020-08-19 20:33:14,455] '/u/Adzic254' has given '/u/jdabs29' lambda! +[2020-08-19 20:33:17,294] /u/jdabs29 had their flair updated +[2020-08-19 20:35:10,057] '/u/Adzic254' has given '/u/ItsJoshNess' lambda! +[2020-08-19 20:35:12,116] /u/ItsJoshNess had their flair updated +[2020-08-19 20:37:55,144] There has been a new submission: 'I started a CoD Mobile channel 2 weeks ago and I've uploaded my 2nd video now, I'd appreciate if you watched', with flair 'Gaming' +[2020-08-19 20:37:56,042] /u/J_l2703 had their submission removed for insufficient lambda. +[2020-08-19 20:37:57,042] /u/J_l2703 had their flair updated +[2020-08-19 20:41:19,103] '/u/jdabs29' has given '/u/witt340' lambda! +[2020-08-19 20:41:22,131] /u/witt340 had their flair updated +[2020-08-19 20:44:06,461] There has been a new submission: 'Almost at 100 subs. Where do we go from here? check the channel out please!', with flair 'Gaming' +[2020-08-19 20:44:07,810] /u/weirdpokahanas had their submission removed for insufficient lambda. +[2020-08-19 20:44:09,652] /u/weirdpokahanas had their flair updated +[2020-08-19 20:47:03,540] +#################### +[Aug 19 2020 20:47:03] RESTARTED +#################### + +[2020-08-19 21:25:07,495] There has been a new submission: 'RCE tries the BLAZING HOT WINGS BDUBS CHALLENGE!! (bad idea..)', with flair 'Vlog' +[2020-08-19 21:25:08,790] /u/bubenator10 had their submission removed for insufficient lambda. +[2020-08-19 21:25:10,154] /u/bubenator10 had their flair updated +[2020-08-19 21:25:15,753] There has been a new submission: 'So I made a channel heavily based off of TVFilthyFrank. Please give me feedback :)', with flair 'Channel Review' +[2020-08-19 21:25:16,897] /u/MeRaKi9889 had their submission removed for insufficient lambda. +[2020-08-19 21:25:18,261] /u/MeRaKi9889 had their flair updated +[2020-08-19 21:25:34,440] There has been a new submission: 'Hi, this is my first video i made after taking a little break, I enjoy making content and would appreciate if you checked out my channel!', with flair 'Gaming' +[2020-08-19 21:25:35,713] /u/Just0Andrew had their submission removed for insufficient lambda. +[2020-08-19 21:25:37,233] /u/Just0Andrew had their flair updated +[2020-08-19 21:26:14,117] '/u/dingusreviews' has given '/u/witt340' lambda! +[2020-08-19 21:26:16,327] /u/witt340 had their flair updated +[2020-08-19 21:26:48,034] '/u/mattmulvihill14' has given '/u/bigni44a' lambda! +[2020-08-19 21:26:50,291] /u/bigni44a had their flair updated +[2020-08-19 21:29:31,871] /u/bigni44a had their flair updated +[2020-08-19 21:32:57,394] There has been a new submission: 'Thinking about doing a Minecraft series with some friends. This is what we got so far..', with flair 'Gaming' +[2020-08-19 21:32:58,831] /u/abeneldp had their submission removed for insufficient lambda. +[2020-08-19 21:33:00,706] /u/abeneldp had their flair updated +[2020-08-19 21:33:19,294] There has been a new submission: 'VERSACE - Review - Flash 2021 collection', with flair 'Vlog' +[2020-08-19 21:33:20,770] /u/FashionReviewer had their submission removed for insufficient lambda. +[2020-08-19 21:33:22,578] /u/FashionReviewer had their flair updated +[2020-08-19 21:33:40,976] There has been a new submission: 'I TRIED FORTNITE ARENA', with flair 'Gaming' +[2020-08-19 21:33:42,207] /u/OZone7D had their submission removed for insufficient lambda. +[2020-08-19 21:33:44,011] /u/OZone7D had their flair updated +[2020-08-19 21:34:01,730] There has been a new submission: 'Best microphone for Youtube and Twitch?', with flair 'Video Critique' +[2020-08-19 21:34:03,241] /u/sazoki9 had their submission removed for insufficient lambda. +[2020-08-19 21:34:05,531] /u/sazoki9 had their flair updated +[2020-08-19 21:34:22,904] There has been a new submission: 'Asserting My DOMINANCE in Counter strike', with flair 'Gaming' +[2020-08-19 21:34:24,381] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-19 21:34:26,432] /u/Silly-Sammy had their flair updated +[2020-08-19 21:34:43,727] There has been a new submission: '90 Day Fiance Comedy commentary. Trying to get more confident on the mic. Looking for criticism/tips. Will give lambda. Thanks!', with flair 'Video Critique' +[2020-08-19 21:34:45,864] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 21:34:45,904] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 21:34:47,955] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=56XsLM84NgE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 21:34:48,488] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqagz5tGEbb2AoJh_WN7JeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 21:34:51,273] /u/HumbelGeniusYT had their flair updated +[2020-08-19 21:35:09,065] There has been a new submission: 'Please check out my video it took a while to edit', with flair 'Gaming' +[2020-08-19 21:35:10,288] /u/the_boxfighter_dude had their submission removed for insufficient lambda. +[2020-08-19 21:35:11,680] /u/the_boxfighter_dude had their flair updated +[2020-08-19 21:35:30,534] There has been a new submission: '[Discussion] Would ashort funny moments video help out my channel?', with flair 'Discussion' +[2020-08-19 21:35:32,172] /u/ZookarootOnReddit had their flair updated +[2020-08-19 21:35:49,944] There has been a new submission: 'sheesh - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-08-19 21:35:51,127] /u/pugstarr had their submission removed for insufficient lambda. +[2020-08-19 21:35:52,482] /u/pugstarr had their flair updated +[2020-08-19 21:36:09,870] There has been a new submission: 'Made a tribute to some of my favourite flicks in New York, had a lot of fun editing it! Would love to hear feedback!', with flair 'Art' +[2020-08-19 21:36:11,386] /u/Pralco had their submission removed for insufficient lambda. +[2020-08-19 21:36:12,703] /u/Pralco had their flair updated +[2020-08-19 21:36:30,220] There has been a new submission: 'First video back from a long hiatus due to school. I want to get back to making videos really bad. Please critique my video and any pointers are very much welcome. Thank you. I appreciate it.', with flair 'Video Critique' +[2020-08-19 21:36:31,328] /u/rextify had their submission removed for insufficient lambda. +[2020-08-19 21:36:32,519] /u/rextify had their flair updated +[2020-08-19 21:40:12,892] There has been a new submission: 'Free Sports betting picks MLB, NBA 8/19/20', with flair 'Vlog' +[2020-08-19 21:40:14,404] /u/TheSportsDave1 had their submission removed for insufficient lambda. +[2020-08-19 21:40:16,778] /u/TheSportsDave1 had their flair updated +[2020-08-19 21:43:22,455] '/u/mreverdred01' has given '/u/yeet_dat_feet' lambda! +[2020-08-19 21:43:25,491] /u/yeet_dat_feet had their flair updated +[2020-08-19 21:47:42,429] '/u/FlexwithDrez' has given '/u/dingusreviews' lambda! +[2020-08-19 21:47:44,682] /u/dingusreviews had their flair updated +[2020-08-19 21:48:44,936] '/u/HumbelGeniusYT' has given '/u/-BR25-' lambda! +[2020-08-19 21:48:47,155] /u/-BR25- had their flair updated +[2020-08-19 21:55:57,749] There has been a new submission: 'Put sooo much time into the editing of our second official video. This one is on the Mythology and history of the moon. Would love some constructive criticism!', with flair 'Video Critique' +[2020-08-19 21:55:59,018] /u/androsif had their submission removed for insufficient lambda. +[2020-08-19 21:56:00,733] /u/androsif had their flair updated +[2020-08-19 21:56:14,609] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-19 22:02:08,655] '/u/redditm8-' has given '/u/Logan_B_Youtube' lambda! +[2020-08-19 22:02:11,313] /u/Logan_B_Youtube had their flair updated +[2020-08-19 22:04:14,618] '/u/redditm8-' has given '/u/Fynnbad' lambda! +[2020-08-19 22:04:16,868] /u/Fynnbad had their flair updated +[2020-08-19 22:05:38,963] '/u/HumbelGeniusYT' has given '/u/hoopla_mountain' lambda! +[2020-08-19 22:05:40,572] /u/hoopla_mountain had their flair updated +[2020-08-19 22:16:49,517] '/u/dingusreviews' has given '/u/MG_xShiftyx' lambda! +[2020-08-19 22:16:51,856] /u/MG_xShiftyx had their flair updated +[2020-08-19 22:26:16,585] There has been a new submission: 'This video isn't really for critique, but rather to help introduce you guys to me and educate. Please watch this..', with flair 'Vlog' +[2020-08-19 22:26:17,936] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 22:26:17,974] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 22:26:19,288] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Tf9KVjQx8x0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 22:26:19,656] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqeSBuX05xoCH0NVXaEi-fA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 22:26:22,319] /u/witt340 had their flair updated +[2020-08-19 22:30:42,438] '/u/dingusreviews' has given '/u/xPento' lambda! +[2020-08-19 22:30:45,675] /u/xPento had their flair updated +[2020-08-19 22:34:05,233] There has been a new submission: 'How To Make $1000 Online With This Simple Videos ( Make Money Online)', with flair 'Channel Review' +[2020-08-19 22:34:06,584] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-19 22:34:08,405] /u/HeavyAction had their flair updated +[2020-08-19 22:37:50,425] There has been a new submission: 'Feedback on my channel intro (circus channel)', with flair 'Channel Review' +[2020-08-19 22:37:50,634] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 22:37:50,635] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 22:37:50,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dJ3g419YwzM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 22:37:50,856] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC52WvO-P8xPSoYwQPfXBqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 22:37:52,356] /u/peterspickledpotato had their flair updated +[2020-08-19 22:37:59,755] '/u/Unraveled_YT' has given '/u/yeet_dat_feet' lambda! +[2020-08-19 22:38:00,845] /u/yeet_dat_feet had their flair updated +[2020-08-19 22:41:21,006] '/u/Unraveled_YT' has given '/u/-BR25-' lambda! +[2020-08-19 22:41:23,586] /u/-BR25- had their flair updated +[2020-08-19 22:44:15,040] '/u/Wave_Of_Babies' has given '/u/ECXL' lambda! +[2020-08-19 22:44:17,505] /u/ECXL had their flair updated +[2020-08-19 22:46:38,089] +#################### +[Aug 19 2020 22:46:38] RESTARTED +#################### + +[2020-08-19 23:15:51,657] '/u/ImDiscoBiscuit' has given '/u/bruhenbruh' lambda! +[2020-08-19 23:15:54,153] /u/bruhenbruh had their flair updated +[2020-08-19 23:16:13,391] '/u/ImDiscoBiscuit' has given '/u/baechanka' lambda! +[2020-08-19 23:16:15,687] /u/baechanka had their flair updated +[2020-08-19 23:16:33,776] '/u/ImDiscoBiscuit' has given '/u/lucidrop' lambda! +[2020-08-19 23:16:36,028] /u/lucidrop had their flair updated +[2020-08-19 23:16:54,128] '/u/ImDiscoBiscuit' has given '/u/OMFSquirrel' lambda! +[2020-08-19 23:16:56,253] /u/OMFSquirrel had their flair updated +[2020-08-19 23:17:15,917] '/u/ImDiscoBiscuit' has given '/u/hardcorebossguy' lambda! +[2020-08-19 23:17:18,168] /u/hardcorebossguy had their flair updated +[2020-08-19 23:17:52,184] '/u/ImDiscoBiscuit' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-19 23:17:54,641] /u/Wise_Donkey_1504 had their flair updated +[2020-08-19 23:18:12,426] '/u/ImDiscoBiscuit' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-19 23:18:14,760] /u/YaGuyAlex_yt had their flair updated +[2020-08-19 23:18:32,767] '/u/ImDiscoBiscuit' has given '/u/Heavy_Rain_' lambda! +[2020-08-19 23:18:34,737] /u/Heavy_Rain_ had their flair updated +[2020-08-19 23:19:22,545] '/u/mattmulvihill14' has given '/u/xPento' lambda! +[2020-08-19 23:19:24,555] /u/xPento had their flair updated +[2020-08-19 23:19:56,705] There has been a new submission: 'Trying to grow my channel', with flair 'Discussion' +[2020-08-19 23:19:57,324] /u/Danbomb321YT had their flair updated +[2020-08-19 23:20:08,080] There has been a new submission: 'I created an inspirational video about YouTube creation using original music, code that changes the title and an original script. I'm very nervous about this video as I've never done anything like it so I will be very grateful for anyone feedback', with flair 'Video Critique' +[2020-08-19 23:20:08,398] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 23:20:08,403] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 23:20:08,590] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HRq0LSDKTos%3Bfeature%3Dyoutu.be&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:20:11,801] /u/ECXL had their flair updated +[2020-08-19 23:20:20,402] There has been a new submission: 'Our Latest Commentary Video On Mobility Scooters Looking Forward To Your Constructive Criticism!', with flair 'Video Critique' +[2020-08-19 23:20:20,720] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 23:20:20,721] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 23:20:20,943] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2BctcCgdOIY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:20:21,087] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-rawggj7RqLiS4DQq7Tq7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:20:24,616] /u/TheMichaelRamey had their flair updated +[2020-08-19 23:20:44,055] There has been a new submission: 'I worked hard on this video! Tell me if it's funny or not. Would like to have REAL critique because this is my first omegle video. And Ricegum IS in the video so its not clickbait.', with flair 'Video Critique' +[2020-08-19 23:20:45,244] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 23:20:45,246] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 23:20:46,027] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VF21Lw9i8GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:20:46,396] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnrh_9U7A1-LLYus4klAHdA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:20:50,377] /u/rociscool_ had their flair updated +[2020-08-19 23:24:01,946] There has been a new submission: 'My Channel', with flair 'Gaming' +[2020-08-19 23:24:03,323] /u/YeFernoYT had their submission removed for insufficient lambda. +[2020-08-19 23:24:05,002] /u/YeFernoYT had their flair updated +[2020-08-19 23:24:24,348] There has been a new submission: 'First animatic video I made. Feedback appreciated. Animation will get better with time.', with flair 'Video Critique' +[2020-08-19 23:24:25,293] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 23:24:25,335] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 23:24:26,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e6pgYUn7pNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:24:26,730] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-KmPjQQoksJqz4qVflG0aw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:24:29,518] /u/omrikon1 had their flair updated +[2020-08-19 23:24:51,068] '/u/OMFSquirrel' has given '/u/ImagineRedOffical' lambda! +[2020-08-19 23:24:54,468] /u/ImagineRedOffical had their flair updated +[2020-08-19 23:25:13,629] '/u/mattmulvihill14' has given '/u/after_hours_chef' lambda! +[2020-08-19 23:25:16,385] /u/after_hours_chef had their flair updated +[2020-08-19 23:33:21,018] There has been a new submission: 'Make me big.', with flair 'Channel Review' +[2020-08-19 23:33:22,532] /u/White_Rookie had their submission removed for insufficient lambda. +[2020-08-19 23:33:24,621] /u/White_Rookie had their flair updated +[2020-08-19 23:35:57,481] '/u/mattmulvihill14' has given '/u/MG_xShiftyx' lambda! +[2020-08-19 23:35:59,538] /u/MG_xShiftyx had their flair updated +[2020-08-19 23:38:00,655] There has been a new submission: 'This video took me many HOURS to edit. I’m very proud. Any support is appreciated!', with flair 'Gaming' +[2020-08-19 23:38:01,145] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-19 23:38:01,147] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-19 23:38:01,482] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5ZZSzMXXWzo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:38:01,694] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2cJW7pVe8YkHpdQB-BYrLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-19 23:38:03,202] /u/MG_xShiftyx had their flair updated +[2020-08-19 23:38:58,401] There has been a new submission: 'My most recent animation video!', with flair 'Art' +[2020-08-19 23:39:00,045] /u/ArtixellAnimations had their submission removed for insufficient lambda. +[2020-08-19 23:39:00,880] /u/ArtixellAnimations had their flair updated +[2020-08-19 23:45:43,562] '/u/TheRealTenpro' has given '/u/Pralco' lambda! +[2020-08-19 23:45:47,081] /u/Pralco had their flair updated +[2020-08-19 23:48:03,736] There has been a new submission: 'I DID 100 PUSHUPS EVERYDAY FOR A WEEK! *results*', with flair 'Video Critique' +[2020-08-19 23:48:04,913] /u/RileyandColin had their submission removed for insufficient lambda. +[2020-08-19 23:48:05,976] /u/RileyandColin had their flair updated +[2020-08-19 23:57:38,495] '/u/jdabs29' has given '/u/devilpanda555' lambda! +[2020-08-19 23:57:40,552] /u/devilpanda555 had their flair updated +[2020-08-20 00:11:36,808] There has been a new submission: 'how do you get the ^ thing to post in this room?', with flair 'Channel Review' +[2020-08-20 00:11:38,527] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-20 00:11:40,739] /u/Vermont1998 had their flair updated +[2020-08-20 00:13:37,568] There has been a new submission: 'Just hit 200!!!! If you like fun vlogs then boom... watch me😅', with flair 'Discussion' +[2020-08-20 00:13:39,661] /u/NotBirdyDoes had their flair updated +[2020-08-20 00:18:16,354] There has been a new submission: 'TV Commericals Parody', with flair 'Video Critique' +[2020-08-20 00:18:17,415] /u/hoopla_mountain had their submission removed for insufficient lambda. +[2020-08-20 00:18:18,848] /u/hoopla_mountain had their flair updated +[2020-08-20 00:19:52,234] '/u/D1m1tr1sF' has given '/u/Boing_gaming' lambda! +[2020-08-20 00:19:53,022] /u/Boing_gaming had their flair updated +[2020-08-20 00:24:10,130] '/u/jdabs29' has given '/u/MG_xShiftyx' lambda! +[2020-08-20 00:24:12,586] /u/MG_xShiftyx had their flair updated +[2020-08-20 00:26:17,152] '/u/MG_xShiftyx' has given '/u/hoopla_mountain' lambda! +[2020-08-20 00:26:19,698] /u/hoopla_mountain had their flair updated +[2020-08-20 00:30:31,947] There has been a new submission: 'Please check out my latest YouTube video!(: I will watch yours too!(:', with flair 'Video Critique' +[2020-08-20 00:30:33,502] /u/thecccandymaster had their submission removed for insufficient lambda. +[2020-08-20 00:30:35,845] /u/thecccandymaster had their flair updated +[2020-08-20 00:35:50,116] There has been a new submission: 'Me and my friends play video games come and look us do dumb things and tell us how we can improve', with flair 'Gaming' +[2020-08-20 00:35:51,437] /u/Jesteraboutotakeover had their submission removed for insufficient lambda. +[2020-08-20 00:35:52,972] /u/Jesteraboutotakeover had their flair updated +[2020-08-20 00:37:53,895] There has been a new submission: 'Hey guys, I just made a new video on YouTube!!!', with flair 'Gaming' +[2020-08-20 00:37:54,800] /u/BraveWolf333 had their submission removed for insufficient lambda. +[2020-08-20 00:37:55,988] /u/BraveWolf333 had their flair updated +[2020-08-20 00:41:01,305] There has been a new submission: 'Religious Man Pulls Down his Pants to Pass Gas - Is this the STUPIDEST thing you've ever seen?', with flair 'Video Critique' +[2020-08-20 00:41:04,212] /u/LloydZD had their submission removed for insufficient lambda. +[2020-08-20 00:41:07,040] /u/LloydZD had their flair updated +[2020-08-20 00:43:01,873] There has been a new submission: 'PLEASE!!! Check out my channel, I am starting to do urban exploring! Go to loads of abandoned places! Iam going to start uploading 3 times a week!', with flair 'Channel Review' +[2020-08-20 00:43:03,384] /u/CrazyLith-Aka-Rando had their submission removed for insufficient lambda. +[2020-08-20 00:43:05,352] /u/CrazyLith-Aka-Rando had their flair updated +[2020-08-20 00:46:52,711] +#################### +[Aug 20 2020 00:46:52] RESTARTED +#################### + +[2020-08-20 01:18:55,673] There has been a new submission: 'Third ever video. First one I'm posting here. Let me know what you think, how I can improve etc. Just started learning editing in the last 2weeks but getting super into it. lambda will be given for watches/critiques. (Gaming/Destiny 2)', with flair 'Video Critique' +[2020-08-20 01:19:00,068] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 01:19:00,112] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 01:19:01,135] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LdeJHVcWmVs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:19:01,625] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_L-516g-BKUWXqiMSR_-iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:19:03,422] /u/Kamino_Prime had their flair updated +[2020-08-20 01:19:19,224] There has been a new submission: 'Just directed and edited my first music video, let me know what you think 👍', with flair 'Video Critique' +[2020-08-20 01:19:19,918] /u/Live-Passenger had their submission removed for insufficient lambda. +[2020-08-20 01:19:20,533] /u/Live-Passenger had their flair updated +[2020-08-20 01:19:36,882] There has been a new submission: 'Valorant funny moments', with flair 'Gaming' +[2020-08-20 01:19:37,578] /u/Fish-the-banana had their submission removed for insufficient lambda. +[2020-08-20 01:19:38,029] /u/Fish-the-banana had their flair updated +[2020-08-20 01:19:55,780] There has been a new submission: 'Hey guys, I’m looking for some criticism on what I should’ve done for this video!', with flair 'Video Critique' +[2020-08-20 01:19:56,438] /u/BraveWolf333 had their submission removed for insufficient lambda. +[2020-08-20 01:19:56,890] /u/BraveWolf333 had their flair updated +[2020-08-20 01:20:11,519] There has been a new submission: 'I combined my love for Fitness and stand-up comedy', with flair 'Vlog' +[2020-08-20 01:20:13,276] /u/MrDarrenCarter had their submission removed for insufficient lambda. +[2020-08-20 01:20:15,654] /u/MrDarrenCarter had their flair updated +[2020-08-20 01:20:35,496] There has been a new submission: 'TV Commercials Parody', with flair 'Channel Review' +[2020-08-20 01:20:37,540] /u/hoopla_mountain had their submission removed for insufficient lambda. +[2020-08-20 01:20:40,857] /u/hoopla_mountain had their flair updated +[2020-08-20 01:25:23,511] '/u/SimplySuey' has given '/u/73windman' lambda! +[2020-08-20 01:25:27,206] /u/73windman had their flair updated +[2020-08-20 01:25:46,886] '/u/Hamlet_71' has given '/u/Rubenazo1999' lambda! +[2020-08-20 01:25:49,300] /u/Rubenazo1999 had their flair updated +[2020-08-20 01:26:08,801] '/u/SimplySuey' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 01:26:11,094] /u/Heavy_Rain_ had their flair updated +[2020-08-20 01:26:29,603] '/u/ECXL' has given '/u/308ar10' lambda! +[2020-08-20 01:26:31,904] /u/308ar10 had their flair updated +[2020-08-20 01:26:50,582] There has been a new submission: 'HEY, i uploaded a vid and wanted feedback', with flair 'None' +[2020-08-20 01:26:51,569] /u/ricos_yt had their submission removed for insufficient lambda. +[2020-08-20 01:26:52,673] /u/ricos_yt had their flair updated +[2020-08-20 01:27:11,074] There has been a new submission: 'My first ever play through! What is this game?! - Yakuza 0', with flair 'Gaming' +[2020-08-20 01:27:13,612] /u/viscara1 had their submission removed for insufficient lambda. +[2020-08-20 01:27:15,331] /u/viscara1 had their flair updated +[2020-08-20 01:27:32,051] There has been a new submission: 'Tom & Jerry: House Trap Attempted Runthough', with flair 'Video Critique' +[2020-08-20 01:27:33,036] /u/ItsRicksChannel had their submission removed for insufficient lambda. +[2020-08-20 01:27:33,978] /u/ItsRicksChannel had their flair updated +[2020-08-20 01:27:50,984] There has been a new submission: 'What I learned from 3 months as a creator on Youtube', with flair 'Discussion' +[2020-08-20 01:27:53,234] /u/baechanka had their flair updated +[2020-08-20 01:28:09,904] There has been a new submission: 'Adapt improvise overcome', with flair 'Channel Review' +[2020-08-20 01:28:10,724] /u/Musicworldinthehouse had their submission removed for insufficient lambda. +[2020-08-20 01:28:11,586] /u/Musicworldinthehouse had their flair updated +[2020-08-20 01:29:27,590] '/u/SimplySuey' has given '/u/StuffFromChina' lambda! +[2020-08-20 01:29:28,747] /u/StuffFromChina had their flair updated +[2020-08-20 01:32:15,842] There has been a new submission: 'If Riot Games Made a Skins Commercial', with flair 'Gaming' +[2020-08-20 01:32:17,520] /u/Fjggmg had their submission removed for insufficient lambda. +[2020-08-20 01:32:19,445] /u/Fjggmg had their flair updated +[2020-08-20 01:33:11,496] There has been a new submission: 'My second animation is so short but i think is good for a beginner', with flair 'Channel Review' +[2020-08-20 01:33:12,932] /u/Wasabimen had their submission removed for insufficient lambda. +[2020-08-20 01:33:14,856] /u/Wasabimen had their flair updated +[2020-08-20 01:36:38,310] There has been a new submission: 'Petrol station - BLEUS', with flair 'Channel Review' +[2020-08-20 01:36:39,545] /u/EdenWorth had their submission removed for insufficient lambda. +[2020-08-20 01:36:40,694] /u/EdenWorth had their flair updated +[2020-08-20 01:38:17,160] '/u/MrMoo-Youtube' has given '/u/-BR25-' lambda! +[2020-08-20 01:38:18,840] /u/-BR25- had their flair updated +[2020-08-20 01:40:04,022] '/u/Kamino_Prime' has given '/u/SimplySuey' lambda! +[2020-08-20 01:40:06,966] /u/SimplySuey had their flair updated +[2020-08-20 01:40:14,605] '/u/jdabs29' has given '/u/danifernt' lambda! +[2020-08-20 01:40:16,912] /u/danifernt had their flair updated +[2020-08-20 01:40:41,948] '/u/MG_xShiftyx' has given '/u/-BR25-' lambda! +[2020-08-20 01:40:44,782] /u/-BR25- had their flair updated +[2020-08-20 01:41:36,186] '/u/Kamino_Prime' has given '/u/hoopla_mountain' lambda! +[2020-08-20 01:41:38,725] /u/hoopla_mountain had their flair updated +[2020-08-20 01:43:41,166] '/u/MG_xShiftyx' has given '/u/SimplySuey' lambda! +[2020-08-20 01:43:43,876] /u/SimplySuey had their flair updated +[2020-08-20 01:44:35,986] There has been a new submission: '505 - Arctic Monkeys (Cover) | I've been trying to find ways to get out of my comfort zone when filming myself singing and I'm looking for more ways to improve my Covers on my channel! Looking for feedback that particularly in the way my videos flow with the music. Thanks for your time!', with flair 'Video Critique' +[2020-08-20 01:44:36,972] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 01:44:37,173] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 01:44:38,193] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G1efPsNjhLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:44:38,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCF9BdzFX-Lemi6NTLpfgamg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:44:41,593] /u/MonishCorona had their flair updated +[2020-08-20 01:51:24,231] There has been a new submission: 'First time using transitions in my videos!', with flair 'Gaming' +[2020-08-20 01:51:25,801] /u/StrixUK had their submission removed for insufficient lambda. +[2020-08-20 01:51:28,092] /u/StrixUK had their flair updated +[2020-08-20 01:54:06,649] '/u/MonishCorona' has given '/u/-BR25-' lambda! +[2020-08-20 01:54:09,515] /u/-BR25- had their flair updated +[2020-08-20 01:55:00,225] There has been a new submission: 'TV Commercial Parody', with flair 'Video Critique' +[2020-08-20 01:55:01,453] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 01:55:01,455] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 01:55:02,682] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qL0ha_N9FlI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:55:03,093] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCo5Cc65tLVmTUEtnW_AOB0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 01:55:05,705] /u/hoopla_mountain had their flair updated +[2020-08-20 01:59:43,991] '/u/AnonymusRaven21' has given '/u/jdabs29' lambda! +[2020-08-20 01:59:46,166] /u/jdabs29 had their flair updated +[2020-08-20 02:00:06,327] There has been a new submission: 'What can I do better with my cod gameplay?', with flair 'Video Critique' +[2020-08-20 02:00:08,247] /u/cjmorgan242 had their submission removed for insufficient lambda. +[2020-08-20 02:00:11,323] /u/cjmorgan242 had their flair updated +[2020-08-20 02:00:49,039] '/u/AnonymusRaven21' has given '/u/zakp1234' lambda! +[2020-08-20 02:00:51,739] /u/zakp1234 had their flair updated +[2020-08-20 02:02:42,804] '/u/AnonymusRaven21' has given '/u/bobmanjoe55' lambda! +[2020-08-20 02:02:45,188] /u/bobmanjoe55 had their flair updated +[2020-08-20 02:03:05,087] '/u/AnonymusRaven21' has given '/u/xPento' lambda! +[2020-08-20 02:03:07,461] /u/xPento had their flair updated +[2020-08-20 02:05:03,957] /u/jdabs29 had their flair updated +[2020-08-20 02:06:33,001] '/u/jdabs29' has given '/u/admiller3' lambda! +[2020-08-20 02:06:34,928] /u/admiller3 had their flair updated +[2020-08-20 02:06:47,748] There has been a new submission: 'If anyone’s interested in a car channel!', with flair 'Vlog' +[2020-08-20 02:06:48,854] /u/Ratchet_Wrenches had their submission removed for insufficient lambda. +[2020-08-20 02:06:49,964] /u/Ratchet_Wrenches had their flair updated +[2020-08-20 02:07:28,304] There has been a new submission: 'Damsels in Distress - Pokimane's Apology Video uWu', with flair 'Video Critique' +[2020-08-20 02:07:29,329] /u/thy_liberator315 had their submission removed for insufficient lambda. +[2020-08-20 02:07:30,317] /u/thy_liberator315 had their flair updated +[2020-08-20 02:08:17,522] '/u/rociscool_' has given '/u/TeamRemavi' lambda! +[2020-08-20 02:08:19,811] /u/TeamRemavi had their flair updated +[2020-08-20 02:09:55,109] '/u/TheMichaelRamey' has given '/u/admiller3' lambda! +[2020-08-20 02:09:56,789] /u/admiller3 had their flair updated +[2020-08-20 02:11:42,074] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-20 02:12:05,001] '/u/ECXL' has given '/u/-BR25-' lambda! +[2020-08-20 02:12:07,985] /u/-BR25- had their flair updated +[2020-08-20 02:12:28,646] There has been a new submission: 'I make cinematic videos and this is my creative reel for the year, everyone should go ahead and check it out!!', with flair 'Video Critique' +[2020-08-20 02:12:30,199] /u/backyard_visuals had their submission removed for insufficient lambda. +[2020-08-20 02:12:32,414] /u/backyard_visuals had their flair updated +[2020-08-20 02:13:23,691] There has been a new submission: 'Hey I'm a new creator dedicated to making trans & nonbinary education and awareness content!! I'm super proud of this video about how I realized I'm nonbinary. I would love if you gave it a watch or even subscribed to see more <3', with flair 'Channel Review' +[2020-08-20 02:13:25,044] /u/T-fabs52 had their submission removed for insufficient lambda. +[2020-08-20 02:13:26,965] /u/T-fabs52 had their flair updated +[2020-08-20 02:14:18,835] There has been a new submission: 'I run an art channel, here is my latest video on creating commission work!', with flair 'Art' +[2020-08-20 02:14:20,311] /u/craayoons had their submission removed for insufficient lambda. +[2020-08-20 02:14:22,074] /u/craayoons had their flair updated +[2020-08-20 02:17:33,419] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-20 02:17:38,870] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-20 02:17:46,780] {ERROR} received 503 HTTP response +[2020-08-20 02:17:51,865] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-20 02:17:58,548] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-20 02:27:40,461] '/u/ECXL' has given '/u/siddhant1991' lambda! +[2020-08-20 02:27:42,550] /u/siddhant1991 had their flair updated +[2020-08-20 02:46:39,238] +#################### +[Aug 20 2020 02:46:39] RESTARTED +#################### + +[2020-08-20 03:13:34,468] There has been a new submission: 'Is Pokimane really Sorry?', with flair 'Gaming' +[2020-08-20 03:13:37,504] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-20 03:13:39,186] /u/Str8Villains had their flair updated +[2020-08-20 03:13:57,824] There has been a new submission: 'Please tell me what I could improve to make my content better or what I could do edit wise on any of my videos!', with flair 'Gaming' +[2020-08-20 03:13:59,054] /u/MrAbrupt_ had their submission removed for insufficient lambda. +[2020-08-20 03:14:00,799] /u/MrAbrupt_ had their flair updated +[2020-08-20 03:14:19,522] There has been a new submission: 'What do you think i should improve on?', with flair 'Video Critique' +[2020-08-20 03:14:21,529] /u/zakp1234 had their submission removed for insufficient lambda. +[2020-08-20 03:14:23,739] /u/zakp1234 had their flair updated +[2020-08-20 03:14:41,922] There has been a new submission: 'Made an hyperscape montage and i think i did A pretty good job in editing, could you guys take a moment to check it out and give me feedback on what could go better and what not, also if you liked it could you please take a moment to subscribe it would littaraly mean the world to me :)', with flair 'Gaming' +[2020-08-20 03:14:43,683] /u/enesk_70 had their submission removed for insufficient lambda. +[2020-08-20 03:14:45,197] /u/enesk_70 had their flair updated +[2020-08-20 03:15:05,210] There has been a new submission: 'SCARES & FUNNY MOMENTS - Alien:Isolation HIGHLIGHTS #1', with flair 'Gaming' +[2020-08-20 03:15:06,476] /u/30Four50 had their submission removed for insufficient lambda. +[2020-08-20 03:15:07,872] /u/30Four50 had their flair updated +[2020-08-20 03:15:25,940] There has been a new submission: 'Just made this! Crystal Castles - Suffocation (Christiane F.)', with flair 'Art' +[2020-08-20 03:15:27,082] /u/scoppola7 had their submission removed for insufficient lambda. +[2020-08-20 03:15:28,438] /u/scoppola7 had their flair updated +[2020-08-20 03:15:46,759] There has been a new submission: 'how can i use bababui', with flair 'Discussion' +[2020-08-20 03:15:48,317] /u/ghjdmsks had their flair updated +[2020-08-20 03:20:10,404] There has been a new submission: 'WOMENLY OFFENSIVE VALORANT', with flair 'Video Critique' +[2020-08-20 03:20:10,740] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 03:20:10,742] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 03:20:10,908] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2ziaMrwLucY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 03:20:11,038] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfWL_iGvtMo6ou_CBdcCldA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 03:20:14,215] /u/ImagineRedOffical had their flair updated +[2020-08-20 03:20:22,972] There has been a new submission: 'Hi guys, if you like memey games and funny moments then check out my newest video! Thanks!', with flair 'Gaming' +[2020-08-20 03:20:24,552] /u/Jakobp4444 had their submission removed for insufficient lambda. +[2020-08-20 03:20:26,845] /u/Jakobp4444 had their flair updated +[2020-08-20 03:20:46,275] There has been a new submission: 'I don't know how well this fits here but made my first original song!', with flair 'Art' +[2020-08-20 03:20:48,038] /u/kham132 had their submission removed for insufficient lambda. +[2020-08-20 03:20:50,372] /u/kham132 had their flair updated +[2020-08-20 03:24:01,498] '/u/ShikharTrivedi' has given '/u/core2003' lambda! +[2020-08-20 03:24:04,203] /u/core2003 had their flair updated +[2020-08-20 03:31:23,251] '/u/ImagineRedOffical' has given '/u/_NapTownArt_' lambda! +[2020-08-20 03:31:26,024] /u/_NapTownArt_ had their flair updated +[2020-08-20 03:36:06,535] There has been a new submission: 'Student financial advice and my startup journey🚀💰', with flair 'Channel Review' +[2020-08-20 03:36:07,642] /u/SophieMBerger had their submission removed for insufficient lambda. +[2020-08-20 03:36:09,083] /u/SophieMBerger had their flair updated +[2020-08-20 03:38:16,877] There has been a new submission: 'Student and entrepreneurship/productivity advice', with flair 'Channel Review' +[2020-08-20 03:38:17,729] /u/SophieMBerger had their submission removed for insufficient lambda. +[2020-08-20 03:38:18,689] /u/SophieMBerger had their flair updated +[2020-08-20 03:44:32,927] There has been a new submission: 'Hi y’all could you take a look at my Channel', with flair 'Channel Review' +[2020-08-20 03:44:34,405] /u/AuzBusinessTips had their submission removed for insufficient lambda. +[2020-08-20 03:44:36,254] /u/AuzBusinessTips had their flair updated +[2020-08-20 03:50:18,821] '/u/jdabs29' has given '/u/alexander8111' lambda! +[2020-08-20 03:50:21,246] /u/alexander8111 had their flair updated +[2020-08-20 03:57:45,376] '/u/hoopla_mountain' has given '/u/rowdaynah' lambda! +[2020-08-20 03:57:47,256] /u/rowdaynah had their flair updated +[2020-08-20 03:59:50,235] There has been a new submission: 'WORST JUMP SCARE EVER!! | Scrutinized', with flair 'Gaming' +[2020-08-20 03:59:50,849] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-08-20 03:59:51,265] /u/SlaughterV2 had their flair updated +[2020-08-20 04:02:35,920] There has been a new submission: '[Question] Usually when I upload video, YouTube provides an impression of 800-1K Range, But for the last two uploads, I've got 2K and 4.6K impressions, Why there is a sudden bump? Any reason or factors causing it?', with flair 'Discussion' +[2020-08-20 04:02:38,991] /u/Prassannapk had their flair updated +[2020-08-20 04:03:55,314] There has been a new submission: 'looking for an editor? I'm right here!', with flair 'Discussion' +[2020-08-20 04:03:59,129] /u/KylanBoy had their flair updated +[2020-08-20 04:05:49,601] There has been a new submission: 'Cover of "Before You Go" is finally out on YouTube... Check it out... And if you like it, then leave a comment, share the video and subscribe to my channel ❤️.', with flair 'Channel Review' +[2020-08-20 04:05:50,794] /u/harshitchakerwarty had their submission removed for insufficient lambda. +[2020-08-20 04:05:52,253] /u/harshitchakerwarty had their flair updated +[2020-08-20 04:14:54,046] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-20 04:25:46,174] /u/-BR25- had their flair updated +[2020-08-20 04:26:10,810] /u/anti-hesitator had their flair updated +[2020-08-20 04:26:48,689] /u/PictoChris had their flair updated +[2020-08-20 04:27:08,057] '/u/Kamino_Prime' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-20 04:27:10,476] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-20 04:36:23,742] There has been a new submission: '4 Guys drift a prius. feedback wanted :)', with flair 'Channel Review' +[2020-08-20 04:36:24,890] /u/SpicyMeme1997 had their submission removed for insufficient lambda. +[2020-08-20 04:36:26,311] /u/SpicyMeme1997 had their flair updated +[2020-08-20 04:41:08,857] There has been a new submission: 'Episode 5: Sacrificed', with flair 'Gaming' +[2020-08-20 04:41:10,576] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-20 04:41:12,827] /u/majin_hendrix had their flair updated +[2020-08-20 04:44:38,845] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-20 04:46:01,259] '/u/liftedplane' has given '/u/OMFSquirrel' lambda! +[2020-08-20 04:46:03,470] /u/OMFSquirrel had their flair updated +[2020-08-20 04:47:06,116] +#################### +[Aug 20 2020 04:47:06] RESTARTED +#################### + +[2020-08-20 05:01:11,854] '/u/luisfrobles' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-20 05:01:14,518] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-20 05:24:53,107] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-20 05:24:58,968] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-20 05:25:05,689] '/u/liftedplane' has given '/u/ECXL' lambda! +[2020-08-20 05:25:08,940] /u/ECXL had their flair updated +[2020-08-20 05:26:11,004] '/u/InfamousStill' has given '/u/devilpanda555' lambda! +[2020-08-20 05:26:13,174] /u/devilpanda555 had their flair updated +[2020-08-20 05:26:32,062] '/u/InfamousStill' has given '/u/xPento' lambda! +[2020-08-20 05:26:34,194] /u/xPento had their flair updated +[2020-08-20 05:27:34,989] '/u/InfamousStill' has given '/u/siddhant1991' lambda! +[2020-08-20 05:27:36,997] /u/siddhant1991 had their flair updated +[2020-08-20 05:28:08,741] '/u/InfamousStill' has given '/u/mattmulvihill14' lambda! +[2020-08-20 05:28:10,755] /u/mattmulvihill14 had their flair updated +[2020-08-20 05:28:28,913] '/u/InfamousStill' has given '/u/-BR25-' lambda! +[2020-08-20 05:28:30,801] /u/-BR25- had their flair updated +[2020-08-20 05:29:44,279] There has been a new submission: 'We tried to play Fortnite IN REAL LIFE', with flair 'Gaming' +[2020-08-20 05:29:45,052] /u/LdutyJYouTubeChannel had their submission removed for insufficient lambda. +[2020-08-20 05:29:45,548] /u/LdutyJYouTubeChannel had their flair updated +[2020-08-20 05:30:02,949] There has been a new submission: 'We Have No Cash to Pay for Our Delicious Meal', with flair 'Vlog' +[2020-08-20 05:30:04,587] /u/DougPVlogs had their submission removed for insufficient lambda. +[2020-08-20 05:30:07,044] /u/DougPVlogs had their flair updated +[2020-08-20 05:30:27,137] There has been a new submission: 'What I learned in 1 day as a creator on YouTube', with flair 'Meta' +[2020-08-20 05:30:30,246] /u/PonjiNinja had their flair updated +[2020-08-20 05:30:48,688] There has been a new submission: 'Does anyone in here like watching these types of videos?', with flair 'Video Critique' +[2020-08-20 05:30:50,406] /u/hmathisss had their submission removed for insufficient lambda. +[2020-08-20 05:30:52,624] /u/hmathisss had their flair updated +[2020-08-20 05:54:04,559] There has been a new submission: 'I feel like this is the Highest Quality video Ive ever made, but I know I can do better. Any constructive criticism? (Also, I’ve just recently discovered my niche!)', with flair 'Video Critique' +[2020-08-20 05:54:06,319] /u/TJantzer had their submission removed for insufficient lambda. +[2020-08-20 05:54:08,246] /u/TJantzer had their flair updated +[2020-08-20 06:04:02,774] There has been a new submission: 'i worked really hard on a video please enjoy', with flair 'Gaming' +[2020-08-20 06:04:04,050] /u/cutpurk had their submission removed for insufficient lambda. +[2020-08-20 06:04:05,897] /u/cutpurk had their flair updated +[2020-08-20 06:25:22,682] '/u/Kamino_Prime' has given '/u/bunnyofthesea' lambda! +[2020-08-20 06:25:24,287] /u/bunnyofthesea had their flair updated +[2020-08-20 06:32:08,888] There has been a new submission: 'Started a travel channel about a month ago. I’m not a youtuber that travels, im a traveller with a youtube channel. Any feedback would be epic', with flair 'Vlog' +[2020-08-20 06:32:10,709] /u/frankdavie1 had their submission removed for insufficient lambda. +[2020-08-20 06:32:12,805] /u/frankdavie1 had their flair updated +[2020-08-20 06:33:12,661] '/u/ImagineRedOffical' has given '/u/bunnyofthesea' lambda! +[2020-08-20 06:33:14,683] /u/bunnyofthesea had their flair updated +[2020-08-20 06:33:31,638] There has been a new submission: 'IM SOOOO HAPPY THIS COMMUNITY EXISTS!! Hey Guys, new member here. I'm looking forward to contributing and making this community grow. I am a Kenyan based guitarist and I play rock music!! Glad to be here all comments are welcome :-)', with flair 'Video Critique' +[2020-08-20 06:33:33,008] /u/Hybrid_Intuition had their submission removed for insufficient lambda. +[2020-08-20 06:33:35,018] /u/Hybrid_Intuition had their flair updated +[2020-08-20 06:34:08,454] There has been a new submission: 'Hey Guys! I have a Minecraft gaming channel, and i'm trying to get to 500 subs. If you are interested in helping here is a link (I we be doing a lot of building tutorials, exploring people's builds, and other Minecraft building related stuff)', with flair 'Gaming' +[2020-08-20 06:34:09,752] /u/Liammoz had their submission removed for insufficient lambda. +[2020-08-20 06:34:11,623] /u/Liammoz had their flair updated +[2020-08-20 06:34:41,806] '/u/ImagineRedOffical' has given '/u/SpudnickShaggy' lambda! +[2020-08-20 06:34:43,528] /u/SpudnickShaggy had their flair updated +[2020-08-20 06:36:00,452] There has been a new submission: 'I built а Mоtorbike with Zеro еxpеrienсe', with flair 'Video Critique' +[2020-08-20 06:36:01,755] /u/LetMaller had their submission removed for insufficient lambda. +[2020-08-20 06:36:03,304] /u/LetMaller had their flair updated +[2020-08-20 06:46:30,911] +#################### +[Aug 20 2020 06:46:30] RESTARTED +#################### + +[2020-08-20 07:10:56,526] There has been a new submission: 'I made a youtube channel this year about programming but started uploading seriously from July, but I'm self-conscious about talking on the mic, I know I'll have to at some point of time, but till that time I want to make videos with music over, how do I still grow my channel with this approach?', with flair 'Channel Review' +[2020-08-20 07:10:59,231] /u/xX__NaN__Xx had their submission removed for insufficient lambda. +[2020-08-20 07:11:01,447] /u/xX__NaN__Xx had their flair updated +[2020-08-20 07:12:39,117] There has been a new submission: 'I make interesting programming videos that can easily be followed if you have some background in programming. Please give feedback for the videos :)', with flair 'Channel Review' +[2020-08-20 07:12:40,713] /u/for_a_change_ had their submission removed for insufficient lambda. +[2020-08-20 07:12:42,640] /u/for_a_change_ had their flair updated +[2020-08-20 07:13:01,624] There has been a new submission: 'I need some suggestions on how I can improve my video format. How can I make my content engaging?', with flair 'Video Critique' +[2020-08-20 07:13:02,930] /u/Karlxxx had their submission removed for insufficient lambda. +[2020-08-20 07:13:04,855] /u/Karlxxx had their flair updated +[2020-08-20 07:13:23,043] There has been a new submission: 'So I made a reaction to the new trailer for CoD Cold War and yeah... haven't really done something like this before and would like some feedback.At the end of the day I don't know what I'm doing and am just trying to learn... That's all', with flair 'Channel Review' +[2020-08-20 07:13:24,391] /u/TheBaconRob had their submission removed for insufficient lambda. +[2020-08-20 07:13:26,315] /u/TheBaconRob had their flair updated +[2020-08-20 07:13:44,611] There has been a new submission: 'Hey Youtube fam! Have you ever wondered how parrots became so intelligent? Or want to see some funny New Zealand parrot antics? Here’s my latest nature video on the topic! If anyone else here has a nature or science channel I’d love to check it out. #science', with flair 'Vlog' +[2020-08-20 07:13:45,885] /u/outdoorswithsum had their submission removed for insufficient lambda. +[2020-08-20 07:13:47,612] /u/outdoorswithsum had their flair updated +[2020-08-20 07:19:07,880] '/u/MG_xShiftyx' has given '/u/TheBaconRob' lambda! +[2020-08-20 07:19:09,678] /u/TheBaconRob had their flair updated +[2020-08-20 07:20:27,498] '/u/ImagineRedOffical' has given '/u/HappyPantzInc' lambda! +[2020-08-20 07:20:30,162] /u/HappyPantzInc had their flair updated +[2020-08-20 07:42:49,915] '/u/ImagineRedOffical' has given '/u/lolaccounting' lambda! +[2020-08-20 07:42:52,661] /u/lolaccounting had their flair updated +[2020-08-20 07:46:12,253] There has been a new submission: 'Plastic is Fantastic. A cinematic masterpiece.', with flair 'Video Critique' +[2020-08-20 07:46:15,778] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 07:46:15,782] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 07:46:17,133] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jyrYQxbebPM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 07:46:17,669] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpGLdiNwpe8pmzyD8xGDwKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 07:46:20,209] /u/LukeDoes had their flair updated +[2020-08-20 07:59:58,932] There has been a new submission: 'Blackberry Marshmallow / Зефир из ежевики', with flair 'Channel Review' +[2020-08-20 07:59:59,630] /u/Csabazsi had their submission removed for insufficient lambda. +[2020-08-20 08:00:00,163] /u/Csabazsi had their flair updated +[2020-08-20 08:00:41,541] There has been a new submission: 'Here is a video I made titled 'Self-mythologising through my online playlist'. Would appreciate some feedback.', with flair 'Art' +[2020-08-20 08:00:43,467] /u/Vyrtz had their submission removed for insufficient lambda. +[2020-08-20 08:00:46,047] /u/Vyrtz had their flair updated +[2020-08-20 08:09:29,526] '/u/FlobblesReddit' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 08:09:31,741] /u/Heavy_Rain_ had their flair updated +[2020-08-20 08:09:50,848] '/u/FlobblesReddit' has given '/u/ImDiscoBiscuit' lambda! +[2020-08-20 08:09:53,677] /u/ImDiscoBiscuit had their flair updated +[2020-08-20 08:20:12,433] /u/MemeEditions-YT had their flair updated +[2020-08-20 08:23:34,039] There has been a new submission: 'Looking for honest criticism. It won’t hurt my feelings. ‘Should You Watch’ type video for an anime', with flair 'Video Critique' +[2020-08-20 08:23:34,255] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 08:23:34,256] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 08:23:34,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DLRZf7tBhrY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 08:23:34,498] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaFnmg8bfAQWhKU1h8-rn4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 08:23:37,190] /u/JxckSmith had their flair updated +[2020-08-20 08:44:54,008] '/u/ECXL' has given '/u/Vyrtz' lambda! +[2020-08-20 08:44:55,918] /u/Vyrtz had their flair updated +[2020-08-20 08:45:48,376] There has been a new submission: 'Video is Not Processing... Since 12 hours', with flair 'Discussion' +[2020-08-20 08:45:50,312] /u/TheSlashingSword had their flair updated +[2020-08-20 08:46:02,150] '/u/ECXL' has given '/u/cav_1' lambda! +[2020-08-20 08:46:03,720] /u/cav_1 had their flair updated +[2020-08-20 08:46:31,141] +#################### +[Aug 20 2020 08:46:31] RESTARTED +#################### + +[2020-08-20 09:08:51,365] '/u/ECXL' has given '/u/zMODGY' lambda! +[2020-08-20 09:08:52,743] /u/zMODGY had their flair updated +[2020-08-20 09:09:22,999] '/u/ECXL' has given '/u/Diego-R' lambda! +[2020-08-20 09:09:24,518] /u/Diego-R had their flair updated +[2020-08-20 09:09:58,360] '/u/ECXL' has given '/u/izaakfromspace' lambda! +[2020-08-20 09:10:00,313] /u/izaakfromspace had their flair updated +[2020-08-20 09:10:35,044] '/u/ECXL' has given '/u/mcster21' lambda! +[2020-08-20 09:10:37,913] /u/mcster21 had their flair updated +[2020-08-20 09:11:13,193] '/u/ECXL' has given '/u/alexander8111' lambda! +[2020-08-20 09:11:15,814] /u/alexander8111 had their flair updated +[2020-08-20 09:13:16,173] '/u/JxckSmith' has given '/u/Vyrtz' lambda! +[2020-08-20 09:13:19,004] /u/Vyrtz had their flair updated +[2020-08-20 09:13:36,537] There has been a new submission: 'Glitter', with flair 'Gaming' +[2020-08-20 09:13:37,847] /u/4thKnightwiz5611 had their submission removed for insufficient lambda. +[2020-08-20 09:13:39,611] /u/4thKnightwiz5611 had their flair updated +[2020-08-20 09:13:57,691] There has been a new submission: 'I make commentaries and story times, recently I made one about Daxflame, there are many more on my channel, thank you if you check it out :)', with flair 'Gaming' +[2020-08-20 09:13:58,956] /u/zyopp had their submission removed for insufficient lambda. +[2020-08-20 09:14:00,743] /u/zyopp had their flair updated +[2020-08-20 09:14:18,861] There has been a new submission: 'Flight Simulator 2020 is here! I came up with this totally original idea of visiting viewers home town!', with flair 'Gaming' +[2020-08-20 09:14:20,011] /u/Markymarkd15 had their submission removed for insufficient lambda. +[2020-08-20 09:14:21,610] /u/Markymarkd15 had their flair updated +[2020-08-20 09:14:39,266] There has been a new submission: 'Warzone crossbow kills', with flair 'Gaming' +[2020-08-20 09:14:40,413] /u/tamasvamos93 had their submission removed for insufficient lambda. +[2020-08-20 09:14:41,972] /u/tamasvamos93 had their flair updated +[2020-08-20 09:44:57,148] There has been a new submission: 'Any tips/criticism for my channel', with flair 'Channel Review' +[2020-08-20 09:44:58,460] /u/Matbullshark07 had their submission removed for insufficient lambda. +[2020-08-20 09:45:00,224] /u/Matbullshark07 had their flair updated +[2020-08-20 09:53:10,007] There has been a new submission: 'Need help with interviewing a YouTuber (he makes 3d modelling tutorials-Maya )', with flair 'Discussion' +[2020-08-20 09:53:12,163] /u/mrs-optimistic had their flair updated +[2020-08-20 10:00:23,765] There has been a new submission: 'CoD Mobile broken OP shotgun video, check it out', with flair 'Video Critique' +[2020-08-20 10:00:25,482] /u/J_l2703 had their submission removed for insufficient lambda. +[2020-08-20 10:00:27,814] /u/J_l2703 had their flair updated +[2020-08-20 10:06:40,633] '/u/JxckSmith' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 10:06:42,009] /u/Heavy_Rain_ had their flair updated +[2020-08-20 10:06:48,865] '/u/JxckSmith' has given '/u/RdB_123' lambda! +[2020-08-20 10:06:50,307] /u/RdB_123 had their flair updated +[2020-08-20 10:18:43,814] '/u/OMFSquirrel' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 10:18:44,831] /u/Heavy_Rain_ had their flair updated +[2020-08-20 10:20:56,061] '/u/JxckSmith' has given '/u/Lukeplex' lambda! +[2020-08-20 10:20:58,285] /u/Lukeplex had their flair updated +[2020-08-20 10:21:04,486] There has been a new submission: 'The ultimate Offlaner! | Top 2 Global Khaleeh By Camalia~MlBB', with flair 'Gaming' +[2020-08-20 10:21:06,164] /u/NZT_SkyRise had their submission removed for insufficient lambda. +[2020-08-20 10:21:08,374] /u/NZT_SkyRise had their flair updated +[2020-08-20 10:24:30,945] '/u/ECXL' has given '/u/WellNata' lambda! +[2020-08-20 10:24:33,861] /u/WellNata had their flair updated +[2020-08-20 10:25:23,741] There has been a new submission: 'Gus check out and subscribe', with flair 'Gaming' +[2020-08-20 10:25:24,900] /u/VamGaming had their submission removed for insufficient lambda. +[2020-08-20 10:25:26,483] /u/VamGaming had their flair updated +[2020-08-20 10:32:12,726] There has been a new submission: 'The BEST Strategy in Rainbow Six Siege (Well.. for the most part). My most recent upload, I would love if you could give me some honest feedback of this video so I can see where I can improve on in future uploads', with flair 'Video Critique' +[2020-08-20 10:32:13,400] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 10:32:13,412] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 10:32:13,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0SQ7V2fUJV0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 10:32:14,017] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvPfyx0hIOeIT1aYBeXSHww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 10:32:16,660] /u/WellNata had their flair updated +[2020-08-20 10:46:32,049] +#################### +[Aug 20 2020 10:46:32] RESTARTED +#################### + +[2020-08-20 11:09:41,308] '/u/JxckSmith' has given '/u/_shitsplitter_' lambda! +[2020-08-20 11:09:42,908] /u/_shitsplitter_ had their flair updated +[2020-08-20 11:19:39,886] There has been a new submission: '2 Hour of SLIME ASMR MIXING MAKEUP - Oddly Satisfying Video Compilation That Will Help You Relax', with flair 'Art' +[2020-08-20 11:19:40,702] /u/EmmaSlimeOfficial had their submission removed for insufficient lambda. +[2020-08-20 11:19:41,234] /u/EmmaSlimeOfficial had their flair updated +[2020-08-20 11:25:09,897] There has been a new submission: 'Time-lapse: Orange![01:31]', with flair 'Art' +[2020-08-20 11:25:11,161] /u/MondoShadowsong had their submission removed for insufficient lambda. +[2020-08-20 11:25:12,876] /u/MondoShadowsong had their flair updated +[2020-08-20 11:34:45,712] There has been a new submission: 'How to play BRING ME THE HORIZON PARASITE EVE | Rapid Riff Summary Cover', with flair 'Channel Review' +[2020-08-20 11:34:47,021] /u/schnellriff had their submission removed for insufficient lambda. +[2020-08-20 11:34:48,786] /u/schnellriff had their flair updated +[2020-08-20 11:44:51,367] '/u/Kamino_Prime' has given '/u/Vyrtz' lambda! +[2020-08-20 11:44:55,715] /u/Vyrtz had their flair updated +[2020-08-20 11:45:14,946] There has been a new submission: 'Hi guys, I create immersive atmospheres to help people to relax. I know that in today's world there is a lot of stress that impact our lives in a negative way. Any advice on the quality or how to promote it would be appreciated! My video: Old House Ambience On Top Of The Mountain 🔥', with flair 'Video Critique' +[2020-08-20 11:45:16,254] /u/ImmerseInNature had their submission removed for insufficient lambda. +[2020-08-20 11:45:17,852] /u/ImmerseInNature had their flair updated +[2020-08-20 11:48:15,027] '/u/dingusreviews' has given '/u/TheBaconRob' lambda! +[2020-08-20 11:48:16,755] /u/TheBaconRob had their flair updated +[2020-08-20 11:48:32,359] '/u/dingusreviews' has given '/u/RdB_123' lambda! +[2020-08-20 11:48:33,914] /u/RdB_123 had their flair updated +[2020-08-20 11:50:01,130] There has been a new submission: 'Animations for your Youtube Videos! Use code "CREATORS15" for 15% off.', with flair 'Discussion' +[2020-08-20 11:50:03,634] /u/funkyalright had their flair updated +[2020-08-20 11:51:57,625] '/u/FlexwithDrez' has given '/u/TheBaconRob' lambda! +[2020-08-20 11:51:59,733] /u/TheBaconRob had their flair updated +[2020-08-20 11:52:54,461] There has been a new submission: 'Would love a channel review as my styles a bit unusal. I'm going for a mix between art film and video essay format. Any feed back is great, will be on it with my lamda', with flair 'Channel Review' +[2020-08-20 11:52:56,800] /u/Vyrtz had their flair updated +[2020-08-20 11:53:41,461] '/u/HumbelGeniusYT' has given '/u/TheBaconRob' lambda! +[2020-08-20 11:53:43,917] /u/TheBaconRob had their flair updated +[2020-08-20 11:54:06,795] '/u/Cyonal' has given '/u/TheBaconRob' lambda! +[2020-08-20 11:54:09,334] /u/TheBaconRob had their flair updated +[2020-08-20 11:56:56,851] There has been a new submission: 'I make Meme gaming Videos which get decent views, but also trying Funny voice over gameplay. Bit conscious about my accent. So, Any Feedback is welcome.', with flair 'Video Critique' +[2020-08-20 11:56:58,288] /u/suchox had their submission removed for insufficient lambda. +[2020-08-20 11:56:59,560] /u/suchox had their flair updated +[2020-08-20 12:01:35,198] '/u/thePaperBagman12' has given '/u/playerinfinity707' lambda! +[2020-08-20 12:01:37,984] /u/playerinfinity707 had their flair updated +[2020-08-20 12:01:59,854] /u/ECXL had their flair updated +[2020-08-20 12:03:08,760] There has been a new submission: 'Could I get any type of feedback so I can make better vids in the future? The FUNNIEST Karen freakouts cringe 2', with flair 'Channel Review' +[2020-08-20 12:03:09,947] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 12:03:09,987] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 12:03:11,754] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XhogspPqrLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 12:03:12,116] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCheEsFbUhBMLeOHs_qnM0Tw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 12:03:14,978] /u/RdB_123 had their flair updated +[2020-08-20 12:03:57,246] /u/Adzic254 had their flair updated +[2020-08-20 12:08:33,890] '/u/thePaperBagman12' has given '/u/xPento' lambda! +[2020-08-20 12:08:34,909] /u/xPento had their flair updated +[2020-08-20 12:10:03,349] '/u/thePaperBagman12' has given '/u/dankbak' lambda! +[2020-08-20 12:10:06,581] /u/dankbak had their flair updated +[2020-08-20 12:10:14,175] '/u/Adzic254' has given '/u/danifernt' lambda! +[2020-08-20 12:10:16,749] /u/danifernt had their flair updated +[2020-08-20 12:10:28,717] '/u/Adzic254' has given '/u/HappyPantsComedy' lambda! +[2020-08-20 12:10:31,093] /u/HappyPantsComedy had their flair updated +[2020-08-20 12:10:53,180] '/u/Adzic254' has given '/u/siddhant1991' lambda! +[2020-08-20 12:10:56,424] /u/siddhant1991 had their flair updated +[2020-08-20 12:12:35,298] '/u/thePaperBagman12' has given '/u/bigni44a' lambda! +[2020-08-20 12:12:37,800] /u/bigni44a had their flair updated +[2020-08-20 12:13:01,858] '/u/thePaperBagman12' has given '/u/Xbrownboiix' lambda! +[2020-08-20 12:13:04,801] /u/Xbrownboiix had their flair updated +[2020-08-20 12:18:57,059] '/u/Boing_gaming' has given '/u/TheBaconRob' lambda! +[2020-08-20 12:18:58,990] /u/TheBaconRob had their flair updated +[2020-08-20 12:27:57,859] '/u/RdB_123' has given '/u/Varavas' lambda! +[2020-08-20 12:27:59,420] /u/Varavas had their flair updated +[2020-08-20 12:29:05,913] There has been a new submission: 'Warzone Season 5 Experience', with flair 'Gaming' +[2020-08-20 12:29:06,769] /u/headGremlin had their submission removed for insufficient lambda. +[2020-08-20 12:29:07,549] /u/headGremlin had their flair updated +[2020-08-20 12:30:58,578] '/u/ECXL' has given '/u/ImmerseInNature' lambda! +[2020-08-20 12:31:01,249] /u/ImmerseInNature had their flair updated +[2020-08-20 12:41:28,364] There has been a new submission: 'I need help', with flair 'Discussion' +[2020-08-20 12:41:31,152] /u/YT-AaliyahMarie had their flair updated +[2020-08-20 12:44:45,832] /u/Hamlet_71 had their flair updated +[2020-08-20 12:46:40,470] +#################### +[Aug 20 2020 12:46:40] RESTARTED +#################### + +[2020-08-20 13:14:22,596] There has been a new submission: '“Finally Getting A Win With The Boys” my latest video. I want some constructive criticism and how I can improve in titles,thumbnails, and more.', with flair 'Gaming' +[2020-08-20 13:14:25,012] /u/AD613218 had their submission removed for insufficient lambda. +[2020-08-20 13:14:26,571] /u/AD613218 had their flair updated +[2020-08-20 13:16:31,229] '/u/TheMichaelRamey' has given '/u/rowdaynah' lambda! +[2020-08-20 13:16:33,686] /u/rowdaynah had their flair updated +[2020-08-20 13:16:51,791] '/u/TheMichaelRamey' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 13:16:54,253] /u/Heavy_Rain_ had their flair updated +[2020-08-20 13:17:27,970] '/u/TheMichaelRamey' has given '/u/robertovertical' lambda! +[2020-08-20 13:17:30,186] /u/robertovertical had their flair updated +[2020-08-20 13:18:45,597] '/u/SainRainbowtwigs' has given '/u/Varavas' lambda! +[2020-08-20 13:18:47,637] /u/Varavas had their flair updated +[2020-08-20 13:19:35,711] There has been a new submission: 'An awsome new channel for those who looks for make their photos awesome in just less than one minute buy applying presets , great collection 👌', with flair 'Video Critique' +[2020-08-20 13:19:36,653] /u/iAmNived had their submission removed for insufficient lambda. +[2020-08-20 13:19:37,190] /u/iAmNived had their flair updated +[2020-08-20 13:19:55,276] There has been a new submission: 'I have a new story time animation channel and this is my first video so consider that! Will give lambda for good feedback!', with flair 'Video Critique' +[2020-08-20 13:19:57,124] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 13:19:57,165] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 13:19:59,136] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tpNhavpWGds&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 13:19:59,549] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC836j2BsD8vxUwhAyPYj7mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 13:20:01,992] /u/SAMBO7777 had their flair updated +[2020-08-20 13:20:10,668] There has been a new submission: 'iPhone Tips and Tricks - Part 2 | Useful for iPhone Users', with flair 'Channel Review' +[2020-08-20 13:20:12,217] /u/THQ-Creations had their submission removed for insufficient lambda. +[2020-08-20 13:20:14,540] /u/THQ-Creations had their flair updated +[2020-08-20 13:20:23,711] There has been a new submission: 'Is the Bermuda triangle a time portal?', with flair 'Video Critique' +[2020-08-20 13:20:25,292] /u/Opentoimagination had their submission removed for insufficient lambda. +[2020-08-20 13:20:27,794] /u/Opentoimagination had their flair updated +[2020-08-20 13:20:47,576] There has been a new submission: 'I attempted making a meme-ish compilation of Mario-Kart Raging.', with flair 'Video Critique' +[2020-08-20 13:20:49,248] /u/MadLadTrickster had their submission removed for insufficient lambda. +[2020-08-20 13:20:51,624] /u/MadLadTrickster had their flair updated +[2020-08-20 13:21:11,585] There has been a new submission: 'Editor Looking for Work', with flair 'Collab' +[2020-08-20 13:21:14,005] /u/rwncop had their flair updated +[2020-08-20 13:21:33,441] There has been a new submission: 'I started a comedy channel a few weeks ago and I'd love to hear any advice or feedback you have!', with flair 'Video Critique' +[2020-08-20 13:21:35,119] /u/jlautenbach20 had their submission removed for insufficient lambda. +[2020-08-20 13:21:37,458] /u/jlautenbach20 had their flair updated +[2020-08-20 13:21:57,095] There has been a new submission: 'eggless pineapple upside down cake', with flair 'Channel Review' +[2020-08-20 13:21:58,720] /u/Downtown-Ad8126 had their submission removed for insufficient lambda. +[2020-08-20 13:22:00,927] /u/Downtown-Ad8126 had their flair updated +[2020-08-20 13:29:31,811] There has been a new submission: 'Rxn Video (Example of how to monetize & not get Flagged reacting to music video)', with flair 'None' +[2020-08-20 13:29:32,549] /u/Jealous_Criticism had their submission removed for insufficient lambda. +[2020-08-20 13:29:33,166] /u/Jealous_Criticism had their flair updated +[2020-08-20 13:30:53,077] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-20 13:37:05,767] There has been a new submission: 'Hey! Ill edit your videos.', with flair 'Discussion' +[2020-08-20 13:37:07,373] /u/Bacony_Hair had their flair updated +[2020-08-20 13:42:11,192] There has been a new submission: 'You probably wont Enjoy it if you dont know who SirSwag is, He is a unique channel with over a 500k subscribers.', with flair 'Video Critique' +[2020-08-20 13:42:12,256] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 13:42:12,257] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 13:42:13,813] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5GyMSIQs47k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 13:42:14,349] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 13:42:17,296] /u/bigni44a had their flair updated +[2020-08-20 13:57:31,999] There has been a new submission: 'Ya like memes?', with flair 'Gaming' +[2020-08-20 13:57:33,141] /u/Representative_Tea58 had their submission removed for insufficient lambda. +[2020-08-20 13:57:34,330] /u/Representative_Tea58 had their flair updated +[2020-08-20 13:59:15,818] '/u/Vyrtz' has given '/u/Turbotoes' lambda! +[2020-08-20 13:59:18,027] /u/Turbotoes had their flair updated +[2020-08-20 14:01:03,802] There has been a new submission: 'How to encourage people to comment more on your videos as a new YouTube channel?', with flair 'Discussion' +[2020-08-20 14:01:06,378] /u/neo_one_one had their flair updated +[2020-08-20 14:01:42,291] There has been a new submission: 'For those who likes good memes...', with flair 'Gaming' +[2020-08-20 14:01:44,069] /u/Representative_Tea58 had their submission removed for insufficient lambda. +[2020-08-20 14:01:46,245] /u/Representative_Tea58 had their flair updated +[2020-08-20 14:16:54,342] '/u/RdB_123' has given '/u/Varavas' lambda! +[2020-08-20 14:16:56,719] /u/Varavas had their flair updated +[2020-08-20 14:17:43,485] There has been a new submission: 'I am a huge Stranger Things fan so I edited this clip and uploaded it to my VFX-Channel. What do you think?', with flair 'Video Critique' +[2020-08-20 14:17:44,633] /u/eisteedoener had their submission removed for insufficient lambda. +[2020-08-20 14:17:45,783] /u/eisteedoener had their flair updated +[2020-08-20 14:21:41,652] There has been a new submission: 'RED DEAD REDEMPTION 2 Walkthrough Gameplay Part 4', with flair 'Gaming' +[2020-08-20 14:21:43,539] /u/rawanarafat1 had their submission removed for insufficient lambda. +[2020-08-20 14:21:45,677] /u/rawanarafat1 had their flair updated +[2020-08-20 14:23:08,906] There has been a new submission: 'Background music volume: why is it so low without headphones, and so much high to be distracting when using headphones?', with flair 'Discussion' +[2020-08-20 14:23:11,563] /u/HiddenOddBox had their flair updated +[2020-08-20 14:23:21,108] '/u/WellNata' has given '/u/Sky-todd' lambda! +[2020-08-20 14:23:23,075] /u/Sky-todd had their flair updated +[2020-08-20 14:24:38,851] There has been a new submission: 'PUBG Mobile Gameplay On Low End PC (My most recent upload). Free Lambda for good Feedback, Critics or Comments.', with flair 'Gaming' +[2020-08-20 14:24:40,575] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 14:24:40,698] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 14:24:41,760] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7Z7I4GxCBLY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 14:24:42,212] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFl_ztVcsUbnQGHqIc9wbPQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 14:24:45,327] /u/joker_tuna had their flair updated +[2020-08-20 14:25:19,214] '/u/CamDC123' has given '/u/Sky-todd' lambda! +[2020-08-20 14:25:20,793] /u/Sky-todd had their flair updated +[2020-08-20 14:27:17,916] '/u/WellNata' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 14:27:20,167] /u/Heavy_Rain_ had their flair updated +[2020-08-20 14:28:03,188] '/u/ECXL' has given '/u/Varavas' lambda! +[2020-08-20 14:28:05,317] /u/Varavas had their flair updated +[2020-08-20 14:30:15,749] '/u/ECXL' has given '/u/OnlineCharlie' lambda! +[2020-08-20 14:30:18,538] /u/OnlineCharlie had their flair updated +[2020-08-20 14:34:25,858] '/u/RdB_123' has given '/u/SainRainbowtwigs' lambda! +[2020-08-20 14:34:27,967] /u/SainRainbowtwigs had their flair updated +[2020-08-20 14:35:28,740] '/u/RdB_123' has given '/u/Djbernie805' lambda! +[2020-08-20 14:35:30,105] /u/Djbernie805 had their flair updated +[2020-08-20 14:37:26,467] '/u/ECXL' has given '/u/SainRainbowtwigs' lambda! +[2020-08-20 14:37:27,669] /u/SainRainbowtwigs had their flair updated +[2020-08-20 14:39:55,264] There has been a new submission: 'If you want to take you mixtape to the next level, Using a Daw is the key. You can record your mix from your dj software in or you can draw the tracks in and make the set there. Let Me Show You How !', with flair 'Vlog' +[2020-08-20 14:39:56,785] /u/kranixx had their submission removed for insufficient lambda. +[2020-08-20 14:39:57,807] /u/kranixx had their flair updated +[2020-08-20 14:42:13,702] '/u/WellNata' has given '/u/Djbernie805' lambda! +[2020-08-20 14:42:16,412] /u/Djbernie805 had their flair updated +[2020-08-20 14:47:07,748] +#################### +[Aug 20 2020 14:47:07] RESTARTED +#################### + +[2020-08-20 15:23:53,159] There has been a new submission: 'I applied all the feedback from prior critiques on here. Here is my most recent video I spent the longest I have ever in editing! Appreciate feedback, lambda given for your critiques!', with flair 'Video Critique' +[2020-08-20 15:23:55,359] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 15:23:55,362] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 15:23:56,179] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t-inkoPZZ0Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:23:56,579] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:23:59,850] /u/Djbernie805 had their flair updated +[2020-08-20 15:24:17,901] There has been a new submission: 'What could I do to improve my videos?', with flair 'Gaming' +[2020-08-20 15:24:19,049] /u/CalbuddyTv had their submission removed for insufficient lambda. +[2020-08-20 15:24:20,647] /u/CalbuddyTv had their flair updated +[2020-08-20 15:24:39,426] There has been a new submission: 'Perspective: Why I Believe it's the Most Important Thing To Understand', with flair 'Discussion' +[2020-08-20 15:24:42,539] /u/TheJustindsd had their flair updated +[2020-08-20 15:25:01,096] There has been a new submission: 'Due to some bad decisions and lack of innovation.Some most memorable Companies no longer with us.. Top 5 Rise And Fall Of Most Successful Companies. https://youtu.be/dYXXOCt3qE8', with flair 'Video Critique' +[2020-08-20 15:25:02,445] /u/pvs_pvs had their submission removed for insufficient lambda. +[2020-08-20 15:25:03,878] /u/pvs_pvs had their flair updated +[2020-08-20 15:28:26,119] /u/None had their flair updated +[2020-08-20 15:29:26,905] There has been a new submission: 'First short video and new intro - would love thoughts.', with flair 'Video Critique' +[2020-08-20 15:29:28,540] /u/perplexed_pragmatism had their submission removed for insufficient lambda. +[2020-08-20 15:29:29,691] /u/perplexed_pragmatism had their flair updated +[2020-08-20 15:29:45,725] There has been a new submission: 'Please check it out if you want', with flair 'Gaming' +[2020-08-20 15:29:46,507] /u/Syznr had their submission removed for insufficient lambda. +[2020-08-20 15:29:46,959] /u/Syznr had their flair updated +[2020-08-20 15:30:04,430] There has been a new submission: 'FEEDBACK NEEDED! —KNIFE ONLY WARZONE CHALLENGE!/ Call of duty warzone', with flair 'Video Critique' +[2020-08-20 15:30:05,581] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 15:30:05,700] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 15:30:07,009] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=f7HXd6Z1bhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:30:07,420] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmFz6bFmn6NnHhD_Ynm5oxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:30:10,857] /u/Xbrownboiix had their flair updated +[2020-08-20 15:30:30,233] There has been a new submission: 'Just posted a new video, it’s a call of duty one, if you guys don’t mind watching and leaving a like, and if you could subscribe 🥺🥺🙏🙏I’m so close to 300 subs', with flair 'Gaming' +[2020-08-20 15:30:32,159] /u/NickMoita7 had their submission removed for insufficient lambda. +[2020-08-20 15:30:34,496] /u/NickMoita7 had their flair updated +[2020-08-20 15:30:54,263] There has been a new submission: 'UFC 4 Career Mode EP 10 UPPERCUTS!!!!!', with flair 'Gaming' +[2020-08-20 15:30:55,987] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-20 15:30:58,247] /u/Snoo65678 had their flair updated +[2020-08-20 15:31:17,608] There has been a new submission: 'Going for clickbait by claiming I actually had a chance to get a Superbowl commercial in August', with flair 'Video Critique' +[2020-08-20 15:31:19,333] /u/_hezzy_ had their submission removed for insufficient lambda. +[2020-08-20 15:31:21,628] /u/_hezzy_ had their flair updated +[2020-08-20 15:31:42,216] There has been a new submission: 'We are a Greek studio and we produce cartoon episodes. The style we use is hand painted characters and backgrounds with acrylics on paper (similar to early days SouthPark). For this video, I chose the one about Trump and COVID-19, since Reddit users are mostly Americans!', with flair 'Video Critique' +[2020-08-20 15:31:43,118] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 15:31:43,156] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 15:31:44,017] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_l_B_hLgejc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:31:44,427] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0LUZt5asOd4NY9fMIkkAbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:31:48,523] /u/Varavas had their flair updated +[2020-08-20 15:34:46,241] There has been a new submission: 'Please critique my channel. I've started only a few months ago and the only person who has told me the bad things in my videos. So I need random people to review them.', with flair 'Video Critique' +[2020-08-20 15:34:47,550] /u/the_honque had their submission removed for insufficient lambda. +[2020-08-20 15:34:49,070] /u/the_honque had their flair updated +[2020-08-20 15:37:44,954] There has been a new submission: 'How to promote content?', with flair 'Discussion' +[2020-08-20 15:37:46,475] /u/potato74040 had their flair updated +[2020-08-20 15:44:31,084] There has been a new submission: 'Hey Im Generik, lets talk?', with flair 'Discussion' +[2020-08-20 15:44:33,380] /u/SoUhImAlex had their flair updated +[2020-08-20 15:47:49,277] There has been a new submission: 'I recently started a YouTube channel on gadgets, would love some advise on how to develop further and better the content!', with flair 'Channel Review' +[2020-08-20 15:47:50,384] /u/levilevilevi552 had their submission removed for insufficient lambda. +[2020-08-20 15:47:51,493] /u/levilevilevi552 had their flair updated +[2020-08-20 15:58:25,817] There has been a new submission: '8 Interesting Ways How To Practice Shadow Work (Observing People, Visualisations And More!)', with flair 'Video Critique' +[2020-08-20 15:58:27,294] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 15:58:27,296] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 15:58:28,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v2vfRM59IjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:58:29,142] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu9slFdN5cGdLR-9gUGbZIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 15:58:31,347] /u/Imagine-Freedom had their flair updated +[2020-08-20 15:58:51,842] '/u/AnonymusRaven21' has given '/u/TheBaconRob' lambda! +[2020-08-20 15:58:53,887] /u/TheBaconRob had their flair updated +[2020-08-20 15:59:49,950] '/u/AnonymusRaven21' has given '/u/RdB_123' lambda! +[2020-08-20 15:59:52,042] /u/RdB_123 had their flair updated +[2020-08-20 16:00:14,552] '/u/Hamlet_71' has given '/u/_shitsplitter_' lambda! +[2020-08-20 16:00:17,708] /u/_shitsplitter_ had their flair updated +[2020-08-20 16:01:30,047] There has been a new submission: 'A random little video I made, I know there’s room for improvement and I would like as much feedback as possible! Thank you!', with flair 'Video Critique' +[2020-08-20 16:01:31,683] /u/Dr_Pointless_ had their submission removed for insufficient lambda. +[2020-08-20 16:01:33,820] /u/Dr_Pointless_ had their flair updated +[2020-08-20 16:11:43,196] There has been a new submission: 'For those that enjoy those toxic Warzone clips!', with flair 'Gaming' +[2020-08-20 16:11:44,878] /u/H-Cub3d had their submission removed for insufficient lambda. +[2020-08-20 16:11:47,055] /u/H-Cub3d had their flair updated +[2020-08-20 16:18:22,443] There has been a new submission: 'how i met the love of my life. | Kai but i', with flair 'Gaming' +[2020-08-20 16:18:23,367] /u/okvd had their submission removed for insufficient lambda. +[2020-08-20 16:18:24,309] /u/okvd had their flair updated +[2020-08-20 16:25:06,976] There has been a new submission: 'Exploring Germany | Königswinter (Part-1) | Drachenfels | Tourist Attractions in Western Germany', with flair 'Vlog' +[2020-08-20 16:25:09,633] /u/ParignaA had their submission removed for insufficient lambda. +[2020-08-20 16:25:11,231] /u/ParignaA had their flair updated +[2020-08-20 16:28:00,611] '/u/bigni44a' has given '/u/SainRainbowtwigs' lambda! +[2020-08-20 16:28:02,906] /u/SainRainbowtwigs had their flair updated +[2020-08-20 16:30:08,825] There has been a new submission: 'I did this video a long time but decided to scrap it and make it even better. Feedback would be much appreciated :)', with flair 'Gaming' +[2020-08-20 16:30:10,744] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 16:30:10,785] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 16:30:11,854] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lWQuYPpI7Uo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 16:30:12,344] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmpOUAXJaQtzDMVK2NBUfLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 16:30:16,270] /u/toenaster had their flair updated +[2020-08-20 16:40:13,501] '/u/mreverdred01' has given '/u/PictoChris' lambda! +[2020-08-20 16:40:15,838] /u/PictoChris had their flair updated +[2020-08-20 16:40:27,186] '/u/mreverdred01' has given '/u/alexander8111' lambda! +[2020-08-20 16:40:29,500] /u/alexander8111 had their flair updated +[2020-08-20 16:41:38,951] '/u/mreverdred01' has given '/u/Snoopyolive' lambda! +[2020-08-20 16:41:41,366] /u/Snoopyolive had their flair updated +[2020-08-20 16:45:18,205] '/u/WellNata' has given '/u/ItsJoshNess' lambda! +[2020-08-20 16:45:20,741] /u/ItsJoshNess had their flair updated +[2020-08-20 16:46:46,781] +#################### +[Aug 20 2020 16:46:46] RESTARTED +#################### + +[2020-08-20 17:17:35,459] '/u/SAMBO7777' has given '/u/SainRainbowtwigs' lambda! +[2020-08-20 17:17:37,631] /u/SainRainbowtwigs had their flair updated +[2020-08-20 17:17:55,357] '/u/SAMBO7777' has given '/u/Djbernie805' lambda! +[2020-08-20 17:17:57,196] /u/Djbernie805 had their flair updated +[2020-08-20 17:18:30,449] '/u/toenaster' has given '/u/ItsJoshNess' lambda! +[2020-08-20 17:18:32,666] /u/ItsJoshNess had their flair updated +[2020-08-20 17:18:49,879] '/u/SAMBO7777' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 17:18:51,846] /u/Heavy_Rain_ had their flair updated +[2020-08-20 17:19:10,796] '/u/toenaster' has given '/u/YaGuyAlex_yt' lambda! +[2020-08-20 17:19:12,682] /u/YaGuyAlex_yt had their flair updated +[2020-08-20 17:19:44,485] '/u/SAMBO7777' has given '/u/Varavas' lambda! +[2020-08-20 17:19:46,488] /u/Varavas had their flair updated +[2020-08-20 17:20:07,677] '/u/toenaster' has given '/u/TriceratopsJr' lambda! +[2020-08-20 17:20:10,111] /u/TriceratopsJr had their flair updated +[2020-08-20 17:20:18,306] '/u/toenaster' has given '/u/ShikharTrivedi' lambda! +[2020-08-20 17:20:20,586] /u/ShikharTrivedi had their flair updated +[2020-08-20 17:20:39,177] '/u/SAMBO7777' has given '/u/Sky-todd' lambda! +[2020-08-20 17:20:42,245] /u/Sky-todd had their flair updated +[2020-08-20 17:21:03,151] '/u/TheBaconRob' has given '/u/-BR25-' lambda! +[2020-08-20 17:21:06,092] /u/-BR25- had their flair updated +[2020-08-20 17:21:57,043] '/u/toenaster' has given '/u/bunnyofthesea' lambda! +[2020-08-20 17:21:59,547] /u/bunnyofthesea had their flair updated +[2020-08-20 17:22:34,694] '/u/Varavas' has given '/u/-BR25-' lambda! +[2020-08-20 17:22:37,507] /u/-BR25- had their flair updated +[2020-08-20 17:23:09,237] There has been a new submission: 'So I made a reaction to the new trailer for CoD Cold War and yeah... haven't really done something like this before and would like some feedback.At the end of the day I don't know what I'm doing and am just trying to learn... That's all', with flair 'Video Critique' +[2020-08-20 17:23:11,855] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:23:11,980] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:23:13,005] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j8RmwK3IOZs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:23:13,535] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQKdQyOtH5BklXB7kBqSg_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:23:16,858] /u/TheBaconRob had their flair updated +[2020-08-20 17:23:34,831] There has been a new submission: 'Nearly 10k! Got lucky!', with flair 'Gaming' +[2020-08-20 17:23:36,304] /u/Jackpot_Feature had their submission removed for insufficient lambda. +[2020-08-20 17:23:38,210] /u/Jackpot_Feature had their flair updated +[2020-08-20 17:23:54,507] There has been a new submission: 'Made some changes after receiving feedback. Would love some more! Everyone suggested music or voice over in my videos and I gave music a try. This video used Hitfilm Express for editing, but my future videos will use DaVinci. Lambda for feedback!', with flair 'Video Critique' +[2020-08-20 17:23:55,581] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:23:55,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:23:56,350] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TCO58RNo1EE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:23:56,682] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuIwKLOLUS1YRhZuuoPUIVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:23:59,628] /u/SimplySuey had their flair updated +[2020-08-20 17:24:17,424] There has been a new submission: 'Mediterranean Ambience', with flair 'Video Critique' +[2020-08-20 17:24:19,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:24:19,265] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:24:20,125] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WDAM9vTtxA8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:24:20,575] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpU-ADs2a_eQYRUO0lg0Hag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:24:24,093] /u/SainRainbowtwigs had their flair updated +[2020-08-20 17:24:42,736] There has been a new submission: 'Jewel Tone Dreams Makeup Tutorial August 2020 Boxycharm', with flair 'Channel Review' +[2020-08-20 17:24:44,007] /u/DesertFlowerChannel had their submission removed for insufficient lambda. +[2020-08-20 17:24:45,567] /u/DesertFlowerChannel had their flair updated +[2020-08-20 17:25:06,406] There has been a new submission: 'It’s pronounced “La’m - tha” !!!! Not lambda. Trust me, I’m Greek!', with flair 'Discussion' +[2020-08-20 17:25:09,964] /u/Varavas had their flair updated +[2020-08-20 17:25:31,431] '/u/Xbrownboiix' has given '/u/ShikharTrivedi' lambda! +[2020-08-20 17:25:33,888] /u/ShikharTrivedi had their flair updated +[2020-08-20 17:30:08,773] There has been a new submission: 'Made an animated sketch about how all Titans(From Attack on Titan) are Karens. Love to know what you think of this one 😁😁', with flair 'Video Critique' +[2020-08-20 17:30:09,099] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:30:09,100] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:30:09,279] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yGzpOfa243A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:30:09,421] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDbmsvG8hGGWIanM6XZZxxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:30:12,612] /u/DeFrapaCicco had their flair updated +[2020-08-20 17:33:41,944] There has been a new submission: 'Did a short comedy sketch, would love any advice, especially about the editing and camera work! (or just any feedback in general!)', with flair 'Video Critique' +[2020-08-20 17:33:43,992] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:33:43,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:33:44,737] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y4i0EkNmboA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:33:45,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7eRCjzlmoXTAo0rrhLlamA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:33:47,896] /u/devilpanda555 had their flair updated +[2020-08-20 17:34:22,921] There has been a new submission: 'COLD SHOWER CHALLENGE', with flair 'Channel Review' +[2020-08-20 17:34:24,350] /u/KRGEZYTTTT had their submission removed for insufficient lambda. +[2020-08-20 17:34:26,311] /u/KRGEZYTTTT had their flair updated +[2020-08-20 17:36:38,441] There has been a new submission: 'Sketch Comedy Channel - looking for feedback on videos and the overall aesthetic of our YouTube channel. Will give lambda for any feedback! Thanks!', with flair 'Video Critique' +[2020-08-20 17:36:40,027] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:36:40,051] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:36:41,207] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yphp0NgsG04&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:36:41,537] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIF_wMsJo6Ts4xKnsuH1jiw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:36:43,746] /u/HappyPantsComedy had their flair updated +[2020-08-20 17:42:02,386] There has been a new submission: 'How To: Fall Guys [NEW CONCEPT - Needs critique]', with flair 'Video Critique' +[2020-08-20 17:42:03,977] /u/HazmatFTW had their submission removed for insufficient lambda. +[2020-08-20 17:42:06,683] /u/HazmatFTW had their flair updated +[2020-08-20 17:44:24,748] '/u/devilpanda555' has given '/u/-BR25-' lambda! +[2020-08-20 17:44:27,455] /u/-BR25- had their flair updated +[2020-08-20 17:47:38,545] There has been a new submission: 'I decided to try quality over quantity with this latest video. Took me a couple of months (as opposed to the two-week cycle I was in prior). I'm proud of it, but I am sure there are still places to improve! Please give me your wonderful feedback SmallYT :D', with flair 'Video Critique' +[2020-08-20 17:47:41,819] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 17:47:41,821] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 17:47:42,884] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=09MtLRlGkkM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:47:43,215] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCa1ysc7LuRnBOfEL5UvOw1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 17:47:45,258] /u/Pestarklo had their flair updated +[2020-08-20 17:50:44,159] '/u/TRIO-Stories' has given '/u/LawlTHOR' lambda! +[2020-08-20 17:50:46,867] /u/LawlTHOR had their flair updated +[2020-08-20 17:54:24,712] '/u/devilpanda555' has given '/u/lolaccounting' lambda! +[2020-08-20 17:54:27,373] /u/lolaccounting had their flair updated +[2020-08-20 17:55:59,249] '/u/Pestarklo' has given '/u/-BR25-' lambda! +[2020-08-20 17:56:01,761] /u/-BR25- had their flair updated +[2020-08-20 17:56:22,641] '/u/HappyPantsComedy' has given '/u/-BR25-' lambda! +[2020-08-20 17:56:24,769] /u/-BR25- had their flair updated +[2020-08-20 17:57:39,511] There has been a new submission: 'Grounded - Episode 2 | Something Stinks', with flair 'Gaming' +[2020-08-20 17:57:41,351] /u/OMFSquirrel had their submission removed for insufficient lambda. +[2020-08-20 17:57:43,030] /u/OMFSquirrel had their flair updated +[2020-08-20 17:58:33,547] There has been a new submission: 'Hello everyone', with flair 'Discussion' +[2020-08-20 17:58:35,097] /u/Popcorny_YT had their flair updated +[2020-08-20 18:04:16,429] There has been a new submission: 'Alex Jones - Coronavirus - Please checkout and give me feedback on my first totally original music remix', with flair 'Video Critique' +[2020-08-20 18:04:17,963] /u/gypster85 had their submission removed for insufficient lambda. +[2020-08-20 18:04:19,803] /u/gypster85 had their flair updated +[2020-08-20 18:06:20,979] There has been a new submission: 'Looking for feedback on my Pokémon News Show', with flair 'Video Critique' +[2020-08-20 18:06:22,248] /u/creeperchamp had their submission removed for insufficient lambda. +[2020-08-20 18:06:23,686] /u/creeperchamp had their flair updated +[2020-08-20 18:10:33,182] '/u/Unraveled_YT' has given '/u/Vyrtz' lambda! +[2020-08-20 18:10:36,297] /u/Vyrtz had their flair updated +[2020-08-20 18:11:01,334] '/u/Unraveled_YT' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 18:11:04,154] /u/Heavy_Rain_ had their flair updated +[2020-08-20 18:12:13,959] '/u/SAMBO7777' has given '/u/OMFSquirrel' lambda! +[2020-08-20 18:12:16,747] /u/OMFSquirrel had their flair updated +[2020-08-20 18:13:06,156] '/u/SAMBO7777' has given '/u/-BR25-' lambda! +[2020-08-20 18:13:08,901] /u/-BR25- had their flair updated +[2020-08-20 18:13:46,409] There has been a new submission: 'I’m wondering if some people could look at my meme channel and give me some feedback', with flair 'Channel Review' +[2020-08-20 18:13:47,758] /u/Zokoe had their submission removed for insufficient lambda. +[2020-08-20 18:13:49,560] /u/Zokoe had their flair updated +[2020-08-20 18:16:11,920] There has been a new submission: 'Talking to ZoZo l. Feed back to make my videos better??', with flair 'Video Critique' +[2020-08-20 18:16:13,400] /u/Dstnys9 had their submission removed for insufficient lambda. +[2020-08-20 18:16:14,753] /u/Dstnys9 had their flair updated +[2020-08-20 18:19:47,472] There has been a new submission: 'Grounded - Episode 2 | Something Stink (Feedback is welcome)', with flair 'Gaming' +[2020-08-20 18:19:49,025] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 18:19:49,149] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 18:19:50,500] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t_ZwqC2-UdI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 18:19:50,907] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 18:19:52,590] /u/OMFSquirrel had their flair updated +[2020-08-20 18:20:47,951] '/u/MrMoo-Youtube' has given '/u/Varavas' lambda! +[2020-08-20 18:20:50,860] /u/Varavas had their flair updated +[2020-08-20 18:31:07,590] '/u/Pestarklo' has given '/u/lolaccounting' lambda! +[2020-08-20 18:31:10,381] /u/lolaccounting had their flair updated +[2020-08-20 18:32:31,866] '/u/OMFSquirrel' has given '/u/-BR25-' lambda! +[2020-08-20 18:32:34,699] /u/-BR25- had their flair updated +[2020-08-20 18:34:01,557] There has been a new submission: 'I’m going to be uploading gaming clips daily or every other day, what is the best way to get myself views doing this? Thanks', with flair 'Gaming' +[2020-08-20 18:34:03,152] /u/iHSVWS had their submission removed for insufficient lambda. +[2020-08-20 18:34:05,115] /u/iHSVWS had their flair updated +[2020-08-20 18:38:43,102] There has been a new submission: 'One of my Animations that you can find on YouTube :D', with flair 'Art' +[2020-08-20 18:38:43,941] /u/HadesSeinVater had their submission removed for insufficient lambda. +[2020-08-20 18:38:44,723] /u/HadesSeinVater had their flair updated +[2020-08-20 18:39:11,643] '/u/BeatsandPiecesYT' has given '/u/Heavy_Rain_' lambda! +[2020-08-20 18:39:13,853] /u/Heavy_Rain_ had their flair updated +[2020-08-20 18:40:13,672] '/u/SainRainbowtwigs' has given '/u/lolaccounting' lambda! +[2020-08-20 18:40:15,948] /u/lolaccounting had their flair updated +[2020-08-20 18:40:54,484] '/u/SainRainbowtwigs' has given '/u/-BR25-' lambda! +[2020-08-20 18:40:57,847] /u/-BR25- had their flair updated +[2020-08-20 18:41:21,450] '/u/SainRainbowtwigs' has given '/u/wilvanpkro' lambda! +[2020-08-20 18:41:24,158] /u/wilvanpkro had their flair updated +[2020-08-20 18:42:36,211] There has been a new submission: 'A little Animation like on my YT Channel :P', with flair 'Art' +[2020-08-20 18:42:37,684] /u/HadesSeinVater had their submission removed for insufficient lambda. +[2020-08-20 18:42:39,773] /u/HadesSeinVater had their flair updated +[2020-08-20 18:47:10,439] +#################### +[Aug 20 2020 18:47:10] RESTARTED +#################### + +[2020-08-20 19:25:09,888] There has been a new submission: 'Wanna see something scaryish?', with flair 'Gaming' +[2020-08-20 19:25:11,049] /u/Tesseption had their submission removed for insufficient lambda. +[2020-08-20 19:25:12,348] /u/Tesseption had their flair updated +[2020-08-20 19:25:19,573] There has been a new submission: 'What is Othercide? Not too sure about this one, would love some feedback!', with flair 'Video Critique' +[2020-08-20 19:25:20,145] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 19:25:20,147] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 19:25:20,840] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZQmsmJ2MI_c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:25:21,292] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDnSgdPNkY1XT1ZRXMDhZ8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:25:23,796] /u/Sky-todd had their flair updated +[2020-08-20 19:25:41,084] There has been a new submission: 'CRAZY TINDER STORY..', with flair 'Gaming' +[2020-08-20 19:25:42,273] /u/richjrm had their submission removed for insufficient lambda. +[2020-08-20 19:25:43,545] /u/richjrm had their flair updated +[2020-08-20 19:26:02,287] There has been a new submission: '20k Sub Goal - prize 200$', with flair 'Channel Review' +[2020-08-20 19:26:03,677] /u/JayDior951 had their submission removed for insufficient lambda. +[2020-08-20 19:26:04,907] /u/JayDior951 had their flair updated +[2020-08-20 19:26:22,804] There has been a new submission: 'Destiny 2 Exotic Guide for Geomag Stabilizers, feedback is much appreciated.', with flair 'Video Critique' +[2020-08-20 19:26:23,866] /u/TCSpectre had their submission removed for insufficient lambda. +[2020-08-20 19:26:25,014] /u/TCSpectre had their flair updated +[2020-08-20 19:26:42,259] There has been a new submission: 'My Thoughts on Fortnite Season 4 Being MARVEL Themed (Fortnite Battle Ro...', with flair 'Gaming' +[2020-08-20 19:26:43,325] /u/SlurpyDerpyMC_YT had their submission removed for insufficient lambda. +[2020-08-20 19:26:44,470] /u/SlurpyDerpyMC_YT had their flair updated +[2020-08-20 19:27:02,216] There has been a new submission: 'How can I 4000 hours of watch time fast?', with flair 'Discussion' +[2020-08-20 19:27:04,632] /u/-JRWL had their flair updated +[2020-08-20 19:28:23,428] '/u/Djbernie805' has given '/u/Vyrtz' lambda! +[2020-08-20 19:28:25,443] /u/Vyrtz had their flair updated +[2020-08-20 19:28:57,226] '/u/Djbernie805' has given '/u/5thacex' lambda! +[2020-08-20 19:28:58,538] /u/5thacex had their flair updated +[2020-08-20 19:29:16,877] '/u/Djbernie805' has given '/u/SainRainbowtwigs' lambda! +[2020-08-20 19:29:18,764] /u/SainRainbowtwigs had their flair updated +[2020-08-20 19:29:37,227] '/u/FindAKidneyDonor-Com' has given '/u/Varavas' lambda! +[2020-08-20 19:29:39,646] /u/Varavas had their flair updated +[2020-08-20 19:30:16,920] /u/DeFrapaCicco had their flair updated +[2020-08-20 19:30:51,859] '/u/OMFSquirrel' has given '/u/TRIO-Stories' lambda! +[2020-08-20 19:30:54,689] /u/TRIO-Stories had their flair updated +[2020-08-20 19:31:15,401] '/u/DeFrapaCicco' has given '/u/devilpanda555' lambda! +[2020-08-20 19:31:17,939] /u/devilpanda555 had their flair updated +[2020-08-20 19:31:52,215] '/u/Djbernie805' has given '/u/WubbzyHeat' lambda! +[2020-08-20 19:31:55,209] /u/WubbzyHeat had their flair updated +[2020-08-20 19:32:45,717] '/u/Djbernie805' has given '/u/perplexed_pragmatism' lambda! +[2020-08-20 19:32:48,786] /u/perplexed_pragmatism had their flair updated +[2020-08-20 19:33:08,605] '/u/Djbernie805' has given '/u/ItsJoshNess' lambda! +[2020-08-20 19:33:11,143] /u/ItsJoshNess had their flair updated +[2020-08-20 19:37:21,819] '/u/joker_tuna' has given '/u/ShikharTrivedi' lambda! +[2020-08-20 19:37:23,914] /u/ShikharTrivedi had their flair updated +[2020-08-20 19:37:55,823] '/u/Jayotic44' has given '/u/bobmanjoe55' lambda! +[2020-08-20 19:37:58,360] /u/bobmanjoe55 had their flair updated +[2020-08-20 19:38:58,681] '/u/joker_tuna' has given '/u/bunnyofthesea' lambda! +[2020-08-20 19:39:00,856] /u/bunnyofthesea had their flair updated +[2020-08-20 19:40:09,148] There has been a new submission: 'I dug my old Wii out of hiding to play some Mario Kart Wii online! Can I win a race? I'd love to hear your feedback, and constructive criticism is always welcome!', with flair 'Video Critique' +[2020-08-20 19:40:09,420] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 19:40:09,422] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 19:40:09,577] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RSc5y_5vWKs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:40:09,682] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqk-fFXEvT-1BrwP4VPx5rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:40:12,914] /u/Jayotic44 had their flair updated +[2020-08-20 19:40:23,724] There has been a new submission: 'what happened here?', with flair 'Gaming' +[2020-08-20 19:40:25,523] /u/MorningBest7921 had their submission removed for insufficient lambda. +[2020-08-20 19:40:27,855] /u/MorningBest7921 had their flair updated +[2020-08-20 19:40:47,459] There has been a new submission: 'FREE CROWN GLITCH! - Fall Guys.', with flair 'Video Critique' +[2020-08-20 19:40:49,136] /u/TheLucidGam3r had their submission removed for insufficient lambda. +[2020-08-20 19:40:52,247] /u/TheLucidGam3r had their flair updated +[2020-08-20 19:41:11,432] There has been a new submission: 'How to take BANGER Portraits for Brands - possibly our best video yet? Llambda for feedback! PHOTO/VIDEO/CREATIVE BUSINESS niche', with flair 'Video Critique' +[2020-08-20 19:41:12,613] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 19:41:12,614] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 19:41:14,004] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VCrvq7xjZCM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:41:14,458] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwm19zqbUY_lkIKnf3K8Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 19:41:17,680] /u/TRIO-Stories had their flair updated +[2020-08-20 19:44:48,608] '/u/Pestarklo' has given '/u/AlexClarkeGames' lambda! +[2020-08-20 19:44:50,487] /u/AlexClarkeGames had their flair updated +[2020-08-20 19:46:52,536] '/u/Pestarklo' has given '/u/OnlineCharlie' lambda! +[2020-08-20 19:46:55,114] /u/OnlineCharlie had their flair updated +[2020-08-20 19:47:59,771] '/u/SAMBO7777' has given '/u/TheJustindsd' lambda! +[2020-08-20 19:48:02,029] /u/TheJustindsd had their flair updated +[2020-08-20 19:48:35,629] '/u/Pestarklo' has given '/u/TRIO-Stories' lambda! +[2020-08-20 19:48:37,598] /u/TRIO-Stories had their flair updated +[2020-08-20 19:48:55,991] '/u/SAMBO7777' has given '/u/hardcorebossguy' lambda! +[2020-08-20 19:48:58,119] /u/hardcorebossguy had their flair updated +[2020-08-20 19:49:30,969] '/u/SAMBO7777' has given '/u/TRIO-Stories' lambda! +[2020-08-20 19:49:33,021] /u/TRIO-Stories had their flair updated +[2020-08-20 19:49:50,118] '/u/SAMBO7777' has given '/u/TomSense' lambda! +[2020-08-20 19:49:51,631] /u/TomSense had their flair updated +[2020-08-20 19:52:12,889] /u/pvs_pvs had their flair updated +[2020-08-20 19:53:17,847] '/u/pvs_pvs' has given '/u/Vyrtz' lambda! +[2020-08-20 19:53:20,354] /u/Vyrtz had their flair updated +[2020-08-20 19:54:55,904] /u/DeFrapaCicco had their flair updated +[2020-08-20 19:58:29,833] '/u/DeFrapaCicco' has given '/u/mbradon' lambda! +[2020-08-20 19:58:32,086] /u/mbradon had their flair updated +[2020-08-20 20:04:07,588] '/u/Pestarklo' has given '/u/Lukeplex' lambda! +[2020-08-20 20:04:10,250] /u/Lukeplex had their flair updated +[2020-08-20 20:05:09,951] There has been a new submission: 'I would love some feedback for my recent video 'Not seeing, the crime for cameras. (2020)'. Open to all forms of criticism, don't hold back and I wont hold back with lambda', with flair 'Video Critique' +[2020-08-20 20:05:10,977] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 20:05:11,018] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 20:05:12,289] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JtB48Xygs04&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 20:05:12,906] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYCTPZbmJCMGXQaqQyvBEiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 20:05:15,558] /u/Vyrtz had their flair updated +[2020-08-20 20:13:08,227] There has been a new submission: 'I spend over 8 hours on this and would like some serious feedback on what I need to improve on. I am working on a couple of more interesting videos/montages for my channel but I want to know what attracts people more.', with flair 'Video Critique' +[2020-08-20 20:13:09,790] /u/GunnrMan had their submission removed for insufficient lambda. +[2020-08-20 20:13:11,800] /u/GunnrMan had their flair updated +[2020-08-20 20:17:15,901] '/u/Pestarklo' has given '/u/babarlab21' lambda! +[2020-08-20 20:17:18,281] /u/babarlab21 had their flair updated +[2020-08-20 20:19:57,310] There has been a new submission: 'I made fall guys funny moments. ı hope you like it.', with flair 'Video Critique' +[2020-08-20 20:19:58,050] /u/CarbonNeoo had their submission removed for insufficient lambda. +[2020-08-20 20:19:58,502] /u/CarbonNeoo had their flair updated +[2020-08-20 20:26:33,805] '/u/Vyrtz' has given '/u/formulaanything' lambda! +[2020-08-20 20:26:36,014] /u/formulaanything had their flair updated +[2020-08-20 20:32:55,536] There has been a new submission: 'Me and my girlfriend are making ambient videos with... candles and we would love to hear your honest critique and feedback! The videos are absolutely authentic, 1 hour recording of every candle, not a single repeated frame. Here's a short trailer. Thank you!', with flair 'Art' +[2020-08-20 20:32:57,214] /u/W_C_K_D had their submission removed for insufficient lambda. +[2020-08-20 20:32:59,225] /u/W_C_K_D had their flair updated +[2020-08-20 20:35:50,310] There has been a new submission: 'Hey, I made a video covering the easiest mission in Dishonored 2. Please watch and enjoy :)', with flair 'Gaming' +[2020-08-20 20:35:51,630] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-08-20 20:35:53,125] /u/Hollowed-VVS had their flair updated +[2020-08-20 20:36:42,707] There has been a new submission: 'My anime "The Sinners" Official Trailer [HD] |Original Series | (Sneak Peak)', with flair 'Art' +[2020-08-20 20:36:43,781] /u/Moaaz05 had their submission removed for insufficient lambda. +[2020-08-20 20:36:45,139] /u/Moaaz05 had their flair updated +[2020-08-20 20:39:28,127] There has been a new submission: 'just started to use this sofware', with flair 'Gaming' +[2020-08-20 20:39:28,860] /u/AnimationMusicMashup had their submission removed for insufficient lambda. +[2020-08-20 20:39:29,803] /u/AnimationMusicMashup had their flair updated +[2020-08-20 20:47:08,193] +#################### +[Aug 20 2020 20:47:08] RESTARTED +#################### + +[2020-08-20 21:21:35,541] There has been a new submission: 'When I wanna be bad 3', with flair 'Art' +[2020-08-20 21:21:38,778] /u/shashanksndrm had their submission removed for insufficient lambda. +[2020-08-20 21:21:40,868] /u/shashanksndrm had their flair updated +[2020-08-20 21:22:00,600] There has been a new submission: 'Help me reach 1k subs plzz', with flair 'Gaming' +[2020-08-20 21:22:02,110] /u/Pashaa_007 had their submission removed for insufficient lambda. +[2020-08-20 21:22:04,114] /u/Pashaa_007 had their flair updated +[2020-08-20 21:23:52,203] '/u/prankstersnap' has given '/u/Varavas' lambda! +[2020-08-20 21:23:55,146] /u/Varavas had their flair updated +[2020-08-20 21:25:09,197] '/u/Pestarklo' has given '/u/frankstan33' lambda! +[2020-08-20 21:25:10,528] /u/frankstan33 had their flair updated +[2020-08-20 21:25:52,343] '/u/bunnyofthesea' has given '/u/bobmanjoe55' lambda! +[2020-08-20 21:25:54,802] /u/bobmanjoe55 had their flair updated +[2020-08-20 21:27:41,248] '/u/bunnyofthesea' has given '/u/mbradon' lambda! +[2020-08-20 21:27:43,371] /u/mbradon had their flair updated +[2020-08-20 21:28:59,186] There has been a new submission: '------------Night waterfall and cricket sounds ------- Run away from your daily routine and stress just for 15 minutes a day and take care of your mindset and mental health [intentional] [asmr] [nature] [waterfall] [crickets]. Any tips on how to get higher quality content?', with flair 'Channel Review' +[2020-08-20 21:29:00,090] /u/NearlyNickame had their submission removed for insufficient lambda. +[2020-08-20 21:29:00,708] /u/NearlyNickame had their flair updated +[2020-08-20 21:29:16,949] There has been a new submission: 'Modern Sonic is BORING. Would love to here your take on this video and will be giving lambda to all helpful comments.', with flair 'Video Critique' +[2020-08-20 21:29:19,000] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 21:29:19,121] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 21:29:20,638] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2rHH5etBO2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 21:29:21,007] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZIGc2gXLFRS9RJbCrg81xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 21:29:22,399] /u/bunnyofthesea had their flair updated +[2020-08-20 21:29:38,677] There has been a new submission: 'I just made another awesome video, feel free to check it out!', with flair 'Gaming' +[2020-08-20 21:29:39,415] /u/SneakerRese had their submission removed for insufficient lambda. +[2020-08-20 21:29:39,906] /u/SneakerRese had their flair updated +[2020-08-20 21:35:27,740] '/u/bunnyofthesea' has given '/u/HappyPantzInc' lambda! +[2020-08-20 21:35:30,244] /u/HappyPantzInc had their flair updated +[2020-08-20 21:39:33,310] '/u/TRIO-Stories' has given '/u/_NapTownArt_' lambda! +[2020-08-20 21:39:35,196] /u/_NapTownArt_ had their flair updated +[2020-08-20 21:40:12,153] '/u/TRIO-Stories' has given '/u/formulaanything' lambda! +[2020-08-20 21:40:14,469] /u/formulaanything had their flair updated +[2020-08-20 21:48:55,379] '/u/Pestarklo' has given '/u/gypster85' lambda! +[2020-08-20 21:48:56,809] /u/gypster85 had their flair updated +[2020-08-20 21:54:49,763] '/u/toenaster' has given '/u/mbradon' lambda! +[2020-08-20 21:54:52,468] /u/mbradon had their flair updated +[2020-08-20 21:59:59,353] There has been a new submission: 'Daily Random Meme #5, if you want ho check it...thanks!', with flair 'Channel Review' +[2020-08-20 22:00:00,114] /u/DesperateJicama5810 had their submission removed for insufficient lambda. +[2020-08-20 22:00:01,547] /u/DesperateJicama5810 had their flair updated +[2020-08-20 22:04:31,010] '/u/SlyGuyChris' has given '/u/ItsJoshNess' lambda! +[2020-08-20 22:04:33,799] /u/ItsJoshNess had their flair updated +[2020-08-20 22:11:06,634] '/u/bunnyofthesea' has given '/u/TheRealTenpro' lambda! +[2020-08-20 22:11:09,294] /u/TheRealTenpro had their flair updated +[2020-08-20 22:14:13,699] '/u/Sky-todd' has given '/u/TheRealTenpro' lambda! +[2020-08-20 22:14:16,400] /u/TheRealTenpro had their flair updated +[2020-08-20 22:15:07,307] There has been a new submission: 'Activision kicked off tencent from CODMOBILE', with flair 'Gaming' +[2020-08-20 22:15:08,824] /u/Vizz47 had their submission removed for insufficient lambda. +[2020-08-20 22:15:10,503] /u/Vizz47 had their flair updated +[2020-08-20 22:20:51,057] There has been a new submission: 'I don't usually play horror games but I might make more in the future! please show some love, I would really appreciate it if you take a look and see if you like the content or not, thanks! :)', with flair 'Gaming' +[2020-08-20 22:20:53,570] /u/spacemangaming had their submission removed for insufficient lambda. +[2020-08-20 22:20:55,792] /u/spacemangaming had their flair updated +[2020-08-20 22:24:24,258] There has been a new submission: 'DO NOT ADVERTISE LAMBDA IN YOUR TITLES! - - - I hate it when people use all caps, but it is necessary right now.', with flair 'Meta' +[2020-08-20 22:24:28,296] /u/-BR25- had their flair updated +[2020-08-20 22:25:07,899] '/u/Sky-todd' has given '/u/twinarmeduka' lambda! +[2020-08-20 22:25:09,513] /u/twinarmeduka had their flair updated +[2020-08-20 22:26:18,679] There has been a new submission: 'All your content problems solved!', with flair 'Meta' +[2020-08-20 22:26:20,772] /u/BootsthenSocks had their flair updated +[2020-08-20 22:28:04,631] There has been a new submission: 'Small Animator Here (see descrip)', with flair 'Channel Review' +[2020-08-20 22:28:05,613] /u/judahthelion014 had their submission removed for insufficient lambda. +[2020-08-20 22:28:06,595] /u/judahthelion014 had their flair updated +[2020-08-20 22:28:28,151] /u/Pestarklo had their flair updated +[2020-08-20 22:32:58,915] There has been a new submission: 'Check out my new Mandala Gol tiki mehndi designs hope you will enjoy it 😊👍🏽', with flair 'Art' +[2020-08-20 22:33:00,620] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-08-20 22:33:02,790] /u/Iqra-Entertainment had their flair updated +[2020-08-20 22:33:23,901] There has been a new submission: 'Tips? Suggestions? All pointers shall receive LAMBDA of course! :)', with flair 'Vlog' +[2020-08-20 22:33:24,526] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 22:33:24,604] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 22:33:25,789] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3lSFai_rSoo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 22:33:26,119] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM82F_PrrBpeCN8tQEW7AHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 22:33:28,995] /u/mbradon had their flair updated +[2020-08-20 22:38:24,041] '/u/mbradon' has given '/u/-BR25-' lambda! +[2020-08-20 22:38:25,154] /u/-BR25- had their flair updated +[2020-08-20 22:39:41,904] There has been a new submission: 'A video on a niche topic that I'd love to give sort of a kickstart. Let me know what you think!', with flair 'Video Critique' +[2020-08-20 22:39:43,296] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 22:39:43,334] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 22:39:44,725] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Butyrmbjf7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 22:39:45,215] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC64ygnW9AnrzVGeuCknWd2w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 22:39:46,770] /u/73windman had their flair updated +[2020-08-20 22:47:10,566] +#################### +[Aug 20 2020 22:47:10] RESTARTED +#################### + +[2020-08-20 23:23:14,012] There has been a new submission: 'Ultimate Zero RECOIL QQ9 GUNSMITH BUILD COD MOBILE', with flair 'Gaming' +[2020-08-20 23:23:16,924] /u/SaruCodmobile had their submission removed for insufficient lambda. +[2020-08-20 23:23:18,727] /u/SaruCodmobile had their flair updated +[2020-08-20 23:23:37,294] There has been a new submission: '(Video Critique)This is my newest video and I'd love it if I could get some feedback on it!! Thank you:)', with flair 'Video Critique' +[2020-08-20 23:23:39,008] /u/___Strings___ had their submission removed for insufficient lambda. +[2020-08-20 23:23:40,693] /u/___Strings___ had their flair updated +[2020-08-20 23:24:00,112] There has been a new submission: 'I need help read description', with flair 'Discussion' +[2020-08-20 23:24:02,539] /u/infinitegfuelshakers had their flair updated +[2020-08-20 23:24:18,099] There has been a new submission: 'Everyone needs carried sometimes, right?', with flair 'Gaming' +[2020-08-20 23:24:19,159] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 23:24:19,161] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 23:24:19,981] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yMVQmxCbiL8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 23:24:20,351] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrH3WB794WW5qTbawGebqSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 23:24:23,382] /u/hardcorebossguy had their flair updated +[2020-08-20 23:24:40,624] There has been a new submission: 'Entertainment', with flair 'Vlog' +[2020-08-20 23:24:41,889] /u/bigro100 had their submission removed for insufficient lambda. +[2020-08-20 23:24:43,362] /u/bigro100 had their flair updated +[2020-08-20 23:25:13,229] '/u/308ar10' has given '/u/Varavas' lambda! +[2020-08-20 23:25:14,592] /u/Varavas had their flair updated +[2020-08-20 23:26:04,692] '/u/mbradon' has given '/u/My_Travel_Journal' lambda! +[2020-08-20 23:26:06,857] /u/My_Travel_Journal had their flair updated +[2020-08-20 23:30:40,426] '/u/siddhant1991' has given '/u/Varavas' lambda! +[2020-08-20 23:30:43,462] /u/Varavas had their flair updated +[2020-08-20 23:31:33,370] There has been a new submission: 'Travel Vlog shoot by 3 years old phone. Edited using 12 GB RAM Laptop and no external mic used. Anyone can do it. Just educate yourself and use whatever you have.', with flair 'Vlog' +[2020-08-20 23:31:35,133] /u/Tania_Decodes had their submission removed for insufficient lambda. +[2020-08-20 23:31:37,958] /u/Tania_Decodes had their flair updated +[2020-08-20 23:31:55,930] There has been a new submission: 'Me and the boys play some Ark!', with flair 'Gaming' +[2020-08-20 23:31:57,364] /u/ACommunistFrog69420 had their submission removed for insufficient lambda. +[2020-08-20 23:31:59,494] /u/ACommunistFrog69420 had their flair updated +[2020-08-20 23:32:19,710] There has been a new submission: 'Shorter video review/recommendations - give lambda - first time making shorter videos', with flair 'Video Critique' +[2020-08-20 23:32:23,117] /u/MetaBreaker25 had their flair updated +[2020-08-20 23:32:42,817] There has been a new submission: 'Hey if you wouldn't mind to check out this 30 second Rainbow 6 edit I made and let me know what you think I would really appreciate it <3', with flair 'Video Critique' +[2020-08-20 23:32:44,368] /u/yaxurs had their submission removed for insufficient lambda. +[2020-08-20 23:32:46,784] /u/yaxurs had their flair updated +[2020-08-20 23:34:36,780] '/u/Jayotic44' has given '/u/bunnyofthesea' lambda! +[2020-08-20 23:34:39,280] /u/bunnyofthesea had their flair updated +[2020-08-20 23:41:58,406] '/u/SAMBO7777' has given '/u/_shitsplitter_' lambda! +[2020-08-20 23:42:01,202] /u/_shitsplitter_ had their flair updated +[2020-08-20 23:44:26,131] There has been a new submission: 'Solo Queuing Doubles and Finally Getting Decent Teammates (Hypixel Bedwars)', with flair 'Gaming' +[2020-08-20 23:44:27,810] /u/1600mRelay had their submission removed for insufficient lambda. +[2020-08-20 23:44:29,556] /u/1600mRelay had their flair updated +[2020-08-20 23:45:25,455] '/u/mbradon' has given '/u/dasroight' lambda! +[2020-08-20 23:45:28,154] /u/dasroight had their flair updated +[2020-08-20 23:47:45,441] There has been a new submission: '@bleoff.beats', with flair 'Video Critique' +[2020-08-20 23:47:46,424] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-20 23:47:47,488] /u/bpbeatzz had their flair updated +[2020-08-20 23:48:36,826] There has been a new submission: 'A video I made about an Off Brand Fortnite', with flair 'Video Critique' +[2020-08-20 23:48:37,848] /u/JosephHas4Cats had their submission removed for insufficient lambda. +[2020-08-20 23:48:38,628] /u/JosephHas4Cats had their flair updated +[2020-08-20 23:52:25,241] '/u/bunnyofthesea' has given '/u/Boing_gaming' lambda! +[2020-08-20 23:52:27,464] /u/Boing_gaming had their flair updated +[2020-08-20 23:52:42,479] There has been a new submission: 'After months of art block, I finally finished another video. I've felt very creatively.. limited? I'm looking for lots of criticism and feedback. Where do you guys think I can improve? Thank you! (Also happy to review in return!)', with flair 'Video Critique' +[2020-08-20 23:52:43,387] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-20 23:52:43,425] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-20 23:52:44,857] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9SEc2LteRh4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 23:52:45,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDB-VPrer-apJH_ljBw-kvg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-20 23:52:47,988] /u/twinarmeduka had their flair updated +[2020-08-20 23:57:58,790] '/u/mbradon' has given '/u/TomSense' lambda! +[2020-08-20 23:58:01,141] /u/TomSense had their flair updated +[2020-08-20 23:58:34,935] There has been a new submission: 'What is quality?', with flair 'Discussion' +[2020-08-20 23:58:37,434] /u/InfiniteComboReviews had their flair updated +[2020-08-20 23:58:54,805] There has been a new submission: 'Check out our most recent video and consider subscribing if you enjoy', with flair 'Gaming' +[2020-08-20 23:58:55,665] /u/TAHEPICDUCK123 had their submission removed for insufficient lambda. +[2020-08-20 23:58:56,487] /u/TAHEPICDUCK123 had their flair updated +[2020-08-21 00:05:07,613] There has been a new submission: 'Channel Review', with flair 'Channel Review' +[2020-08-21 00:05:09,046] /u/AThriftyBride had their submission removed for insufficient lambda. +[2020-08-21 00:05:10,766] /u/AThriftyBride had their flair updated +[2020-08-21 00:07:02,223] '/u/mbradon' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-21 00:07:04,712] /u/Sub2TheActualShadow had their flair updated +[2020-08-21 00:07:23,007] There has been a new submission: 'Started using premiere pro the other day and made this with some friends the other day, tell me what i could do better, other than the thumbnail which i obviously need to improve', with flair 'Video Critique' +[2020-08-21 00:07:25,260] /u/JaffaJosh1 had their submission removed for insufficient lambda. +[2020-08-21 00:07:26,466] /u/JaffaJosh1 had their flair updated +[2020-08-21 00:13:38,922] '/u/Pestarklo' has given '/u/cooldude1681' lambda! +[2020-08-21 00:13:41,381] /u/cooldude1681 had their flair updated +[2020-08-21 00:21:07,739] There has been a new submission: 'Hey y'all! I just uploaded a new vid & I'd love to hear what people have to say about it! I'm mostly curious if people like the topic & if they found the information useful', with flair 'Video Critique' +[2020-08-21 00:21:09,128] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 00:21:09,130] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 00:21:10,606] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OC41M56uvKk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 00:21:11,017] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSP4cknSkwJuQogcQNobEtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 00:21:14,457] /u/SamTheAnthro had their flair updated +[2020-08-21 00:24:26,871] There has been a new submission: 'Valorant Funny Moments (Not much else to say, happy to hear any and all criticism)', with flair 'Video Critique' +[2020-08-21 00:24:28,917] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 00:24:28,958] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 00:24:29,822] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mxkyTyIA_2o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 00:24:30,232] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM-M6L0OpQF1WiAyeuhob7Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 00:24:33,097] /u/bobmanjoe55 had their flair updated +[2020-08-21 00:27:20,221] '/u/hardcorebossguy' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-21 00:27:22,927] /u/Sub2TheActualShadow had their flair updated +[2020-08-21 00:32:35,879] '/u/WellNata' has given '/u/TomSense' lambda! +[2020-08-21 00:32:38,539] /u/TomSense had their flair updated +[2020-08-21 00:36:59,988] There has been a new submission: 'Our first time out as a family since Covid.', with flair 'Vlog' +[2020-08-21 00:37:01,013] /u/TheBackPackKid had their submission removed for insufficient lambda. +[2020-08-21 00:37:02,265] /u/TheBackPackKid had their flair updated +[2020-08-21 00:44:44,599] '/u/bobmanjoe55' has given '/u/wilvanpkro' lambda! +[2020-08-21 00:44:47,427] /u/wilvanpkro had their flair updated +[2020-08-21 00:47:12,803] +#################### +[Aug 21 2020 00:47:12] RESTARTED +#################### + +[2020-08-21 01:00:46,804] '/u/Xbrownboiix' has given '/u/_shitsplitter_' lambda! +[2020-08-21 01:00:49,351] /u/_shitsplitter_ had their flair updated +[2020-08-21 01:23:28,559] There has been a new submission: 'Feedback requested. Would like to hear about the pacing, cuts, etc. 🙏', with flair 'Video Critique' +[2020-08-21 01:23:31,059] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 01:23:31,099] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 01:23:32,248] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rOYM61XraDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:23:32,905] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClSdelCngm7EwYvBA5KOR6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:23:35,411] /u/robertovertical had their flair updated +[2020-08-21 01:24:24,740] '/u/bobmanjoe55' has given '/u/-BR25-' lambda! +[2020-08-21 01:24:26,632] /u/-BR25- had their flair updated +[2020-08-21 01:24:48,168] '/u/twinarmeduka' has given '/u/_shitsplitter_' lambda! +[2020-08-21 01:24:50,509] /u/_shitsplitter_ had their flair updated +[2020-08-21 01:26:00,169] '/u/robertovertical' has given '/u/-BR25-' lambda! +[2020-08-21 01:26:02,378] /u/-BR25- had their flair updated +[2020-08-21 01:27:17,138] There has been a new submission: 'Funny moments in warzone that took me hours to edit! Would love some feedback, criticsm, or suggestion!', with flair 'Video Critique' +[2020-08-21 01:27:18,283] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 01:27:18,285] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 01:27:19,553] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eq3MRhPE1_M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:27:20,003] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvjl41AH4fMvK0cTNQEHyGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:27:22,910] /u/cav_1 had their flair updated +[2020-08-21 01:27:42,009] There has been a new submission: 'YOO! I would love to get some feedback on these memes.', with flair 'Channel Review' +[2020-08-21 01:27:43,030] /u/MasterMemer2020 had their submission removed for insufficient lambda. +[2020-08-21 01:27:44,179] /u/MasterMemer2020 had their flair updated +[2020-08-21 01:37:56,202] There has been a new submission: '2 Idiots Eat Carolina Reapers, watch this to get 10% healthier', with flair 'Vlog' +[2020-08-21 01:37:57,597] /u/GandroBilver17 had their submission removed for insufficient lambda. +[2020-08-21 01:37:58,845] /u/GandroBilver17 had their flair updated +[2020-08-21 01:39:07,754] There has been a new submission: 'I made an alright video, but I would love feedback to make it better. It took me a while to make this one but I feel like I could improve a lot more. Thank you to anyone who decides to give me advice.', with flair 'Gaming' +[2020-08-21 01:39:08,694] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 01:39:08,724] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 01:39:09,490] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bVA0oiPL0BU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:39:09,820] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2JftNuEpoPSPkMbZIU-XUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 01:39:11,644] /u/Not_A_Doct0r had their flair updated +[2020-08-21 01:45:38,556] There has been a new submission: 'guys sub 4 sub and like 4 like everyone thanks', with flair 'Gaming' +[2020-08-21 01:45:40,097] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-21 01:45:41,697] /u/Stickbot04 had their flair updated +[2020-08-21 01:57:40,979] There has been a new submission: 'SB DUNK LOW PRO X GRATEFUL DEAD "OPTI YELLOW" UNBOXING (Askick) / Jnation', with flair 'Video Critique' +[2020-08-21 01:57:42,536] /u/ItzYeBoiJJ had their submission removed for insufficient lambda. +[2020-08-21 01:57:43,684] /u/ItzYeBoiJJ had their flair updated +[2020-08-21 02:05:27,258] There has been a new submission: 'Do your worst internet, I can take it', with flair 'Video Critique' +[2020-08-21 02:05:28,601] /u/KDL_1398 had their submission removed for insufficient lambda. +[2020-08-21 02:05:30,256] /u/KDL_1398 had their flair updated +[2020-08-21 02:07:17,274] There has been a new submission: 'This is an S-TIER PROTAGONIST STUPIDITY!! | Second Chance (A Second Person Horror Game)', with flair 'Gaming' +[2020-08-21 02:07:18,385] /u/onail had their submission removed for insufficient lambda. +[2020-08-21 02:07:19,718] /u/onail had their flair updated +[2020-08-21 02:15:09,148] There has been a new submission: 'This is an early video, and there are some issues with audio quality that I have fixed for the video that I am uploading on Saturday. Anyway, I would like to know about the things that I need to work on. Thank you for your time.', with flair 'Video Critique' +[2020-08-21 02:15:16,430] /u/-BR25- had their flair updated +[2020-08-21 02:23:22,374] '/u/robertovertical' has given '/u/lolaccounting' lambda! +[2020-08-21 02:23:24,381] /u/lolaccounting had their flair updated +[2020-08-21 02:29:04,598] There has been a new submission: 'Avengers - Dank and Juicy Memes | Gag Nation', with flair 'Video Critique' +[2020-08-21 02:29:06,431] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-21 02:29:07,908] /u/frogs4life69 had their flair updated +[2020-08-21 02:41:38,390] '/u/Pestarklo' has given '/u/dansometv' lambda! +[2020-08-21 02:41:41,133] /u/dansometv had their flair updated +[2020-08-21 02:43:28,957] '/u/Pestarklo' has given '/u/rondislap' lambda! +[2020-08-21 02:43:31,537] /u/rondislap had their flair updated +[2020-08-21 02:43:53,553] '/u/-BR25-' has given '/u/etl1234' lambda! +[2020-08-21 02:43:56,384] /u/etl1234 had their flair updated +[2020-08-21 02:44:48,163] '/u/Pestarklo' has given '/u/OzyIllustrates' lambda! +[2020-08-21 02:44:49,926] /u/OzyIllustrates had their flair updated +[2020-08-21 02:47:02,954] +#################### +[Aug 21 2020 02:47:02] RESTARTED +#################### + +[2020-08-21 03:20:18,778] There has been a new submission: '1st Place In The TRIO CASH CUP ($750)', with flair 'Video Critique' +[2020-08-21 03:20:21,632] /u/teda15 had their submission removed for insufficient lambda. +[2020-08-21 03:20:23,961] /u/teda15 had their flair updated +[2020-08-21 03:20:44,728] There has been a new submission: 'Ok so I've been spending lots of hours editing and acquiring gameplay but don't seem to be growing does any one have any advice?', with flair 'Video Critique' +[2020-08-21 03:20:46,345] /u/CallMeKenneth2004 had their submission removed for insufficient lambda. +[2020-08-21 03:20:48,717] /u/CallMeKenneth2004 had their flair updated +[2020-08-21 03:21:43,236] '/u/bunnyofthesea' has given '/u/Pikawott' lambda! +[2020-08-21 03:21:45,773] /u/Pikawott had their flair updated +[2020-08-21 03:24:44,931] There has been a new submission: 'Hope you guys doing great. Would love to hear your take on this video. I will appreciate any feedback.', with flair 'Channel Review' +[2020-08-21 03:24:46,529] /u/jazzjaswal had their submission removed for insufficient lambda. +[2020-08-21 03:24:48,046] /u/jazzjaswal had their flair updated +[2020-08-21 03:25:06,709] There has been a new submission: 'Mario Kart 7 Retrospective (Days at the Races)', with flair 'Gaming' +[2020-08-21 03:25:07,794] /u/ayanam1xx had their submission removed for insufficient lambda. +[2020-08-21 03:25:09,191] /u/ayanam1xx had their flair updated +[2020-08-21 03:36:34,730] There has been a new submission: 'Hello, I just posted my first video and I would love to get some feedback on it 🙈', with flair 'Video Critique' +[2020-08-21 03:36:36,285] /u/imjust_so_tired had their submission removed for insufficient lambda. +[2020-08-21 03:36:37,846] /u/imjust_so_tired had their flair updated +[2020-08-21 03:39:37,000] There has been a new submission: 'Only started a month ago making videos fr', with flair 'None' +[2020-08-21 03:39:37,811] /u/Jon_Rad_Cowboy had their submission removed for insufficient lambda. +[2020-08-21 03:39:38,400] /u/Jon_Rad_Cowboy had their flair updated +[2020-08-21 03:45:09,313] There has been a new submission: 'New highlights up go show some love!', with flair 'Gaming' +[2020-08-21 03:45:10,964] /u/crazyqanda had their submission removed for insufficient lambda. +[2020-08-21 03:45:12,824] /u/crazyqanda had their flair updated +[2020-08-21 03:49:04,625] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-21 03:51:59,075] '/u/MG_xShiftyx' has given '/u/kdzplays' lambda! +[2020-08-21 03:52:01,102] /u/kdzplays had their flair updated +[2020-08-21 03:52:50,800] '/u/MG_xShiftyx' has given '/u/cav_1' lambda! +[2020-08-21 03:52:52,771] /u/cav_1 had their flair updated +[2020-08-21 04:04:38,740] There has been a new submission: 'Yo What’s Up Guyyys!!! If You Like COD Vids Then Your In Luck!!! Head Over To The Zebby Channel To See Ever Growing Content And Entertaining Videos!!! While You Guys Are There If You Could Hit The Like And Sub Button It Would Be Greatly Appreciated!! Thank You And Have A Good Night:)', with flair 'Gaming' +[2020-08-21 04:04:40,010] /u/OhItsZebby0 had their submission removed for insufficient lambda. +[2020-08-21 04:04:41,890] /u/OhItsZebby0 had their flair updated +[2020-08-21 04:27:23,539] There has been a new submission: 'Watch and enjoy with this funny video', with flair 'Video Critique' +[2020-08-21 04:27:24,683] /u/Zico214 had their submission removed for insufficient lambda. +[2020-08-21 04:27:26,201] /u/Zico214 had their flair updated +[2020-08-21 04:46:33,956] '/u/73windman' has given '/u/-BR25-' lambda! +[2020-08-21 04:46:35,448] /u/-BR25- had their flair updated +[2020-08-21 04:46:37,127] +#################### +[Aug 21 2020 04:46:37] RESTARTED +#################### + +[2020-08-21 05:05:21,849] There has been a new submission: 'New video, on a YouTube grind. Please check me out', with flair 'Gaming' +[2020-08-21 05:05:24,267] /u/Disconnnection had their submission removed for insufficient lambda. +[2020-08-21 05:05:25,607] /u/Disconnnection had their flair updated +[2020-08-21 05:05:46,542] '/u/73windman' has given '/u/My_Travel_Journal' lambda! +[2020-08-21 05:05:48,960] /u/My_Travel_Journal had their flair updated +[2020-08-21 05:06:24,063] '/u/73windman' has given '/u/_shitsplitter_' lambda! +[2020-08-21 05:06:26,156] /u/_shitsplitter_ had their flair updated +[2020-08-21 05:06:44,810] '/u/TheBaconRob' has given '/u/TCSpectre' lambda! +[2020-08-21 05:06:46,490] /u/TCSpectre had their flair updated +[2020-08-21 05:08:51,403] There has been a new submission: 'So I made a Gun Review for CoD MW as I think it'll be a cool new series to do and just wanted some feedback. I had made a post the other day about my other video and took all the feedback well it's just I had this video done before that so some stuff may be scuffed.(Audio transitions,thumbnail,etc.)', with flair 'Video Critique' +[2020-08-21 05:08:54,105] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 05:08:54,144] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 05:08:55,991] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8Dz6IxWfXxg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 05:08:56,482] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQKdQyOtH5BklXB7kBqSg_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 05:08:57,958] /u/TheBaconRob had their flair updated +[2020-08-21 05:09:13,596] There has been a new submission: 'I QUIT WARZONE.EXE , need your support by subscribing and liking the video if u think its funny .', with flair 'Video Critique' +[2020-08-21 05:09:15,312] /u/SnooPineapples5753 had their submission removed for insufficient lambda. +[2020-08-21 05:09:15,906] /u/SnooPineapples5753 had their flair updated +[2020-08-21 05:18:19,628] '/u/cav_1' has given '/u/TriceratopsJr' lambda! +[2020-08-21 05:18:21,635] /u/TriceratopsJr had their flair updated +[2020-08-21 05:23:09,099] '/u/TheBaconRob' has given '/u/TriceratopsJr' lambda! +[2020-08-21 05:23:10,990] /u/TriceratopsJr had their flair updated +[2020-08-21 05:27:12,675] There has been a new submission: 'Do You Remember The Simpsons Game? Here's a video/review of The Simpsons Game that I did. This is my first video in this style and I would love to hear what ways I can improve. Thank You!', with flair 'Video Critique' +[2020-08-21 05:27:14,275] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 05:27:14,394] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 05:27:15,239] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ht99My1Vjf4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 05:27:15,603] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 05:27:17,977] /u/TriceratopsJr had their flair updated +[2020-08-21 05:27:51,473] There has been a new submission: 'I HATE MY 6000 SUB CHANNEL', with flair 'Channel Review' +[2020-08-21 05:27:52,893] /u/atwechristle had their submission removed for insufficient lambda. +[2020-08-21 05:27:54,043] /u/atwechristle had their flair updated +[2020-08-21 05:36:36,569] '/u/cav_1' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-21 05:36:38,410] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-21 05:38:23,537] /u/SnooPineapples5753 had their flair updated +[2020-08-21 05:39:27,128] There has been a new submission: 'FEEDBACK IS WELCOMED! MY SECOND VIDEO IS OUT! I WISH TO REACH AT LEAST 30 SUBS WITH THIS !', with flair 'Gaming' +[2020-08-21 05:39:28,603] /u/alphakyuuu had their submission removed for insufficient lambda. +[2020-08-21 05:39:29,618] /u/alphakyuuu had their flair updated +[2020-08-21 05:42:02,686] '/u/TheBaconRob' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-21 05:42:05,550] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-21 05:42:26,727] There has been a new submission: 'Started a new channel for youtube need suggestions for people already completed monetization.it's motivation based. Kindly provide help', with flair 'Channel Review' +[2020-08-21 05:42:28,654] /u/venkeys360 had their submission removed for insufficient lambda. +[2020-08-21 05:42:30,746] /u/venkeys360 had their flair updated +[2020-08-21 05:44:39,444] There has been a new submission: '[Collab] 3 people needed for 2 lines', with flair 'Collab' +[2020-08-21 05:44:42,851] /u/-Lipo- had their flair updated +[2020-08-21 05:45:43,200] '/u/RdB_123' has given '/u/_shitsplitter_' lambda! +[2020-08-21 05:45:45,618] /u/_shitsplitter_ had their flair updated +[2020-08-21 05:46:04,568] There has been a new submission: 'Hey guys! I've got a new video out! Any biews and feedback would be awesome :)', with flair 'Gaming' +[2020-08-21 05:46:05,874] /u/drbenjejr had their submission removed for insufficient lambda. +[2020-08-21 05:46:07,304] /u/drbenjejr had their flair updated +[2020-08-21 05:46:46,818] '/u/TriceratopsJr' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-21 05:46:49,073] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-21 05:50:37,086] There has been a new submission: 'Political ideologies | explained your thoughts?', with flair 'Video Critique' +[2020-08-21 05:50:38,885] /u/Luck3y-P0rk had their submission removed for insufficient lambda. +[2020-08-21 05:50:41,223] /u/Luck3y-P0rk had their flair updated +[2020-08-21 05:59:15,269] '/u/TriceratopsJr' has given '/u/SpudnickShaggy' lambda! +[2020-08-21 05:59:17,523] /u/SpudnickShaggy had their flair updated +[2020-08-21 06:14:48,277] '/u/TheBaconRob' has given '/u/Luck3y-P0rk' lambda! +[2020-08-21 06:14:50,489] /u/Luck3y-P0rk had their flair updated +[2020-08-21 06:28:49,916] There has been a new submission: 'Hi, I'm a small animator on YouTube and I've just released a short and fast paced musical animation about Piracy. This took me about 4 months straight to work on. Please tell me what you think! I appreciate any form of feedback. Thank you :)', with flair 'Art' +[2020-08-21 06:28:51,026] /u/HakzoPhobic had their submission removed for insufficient lambda. +[2020-08-21 06:28:51,842] /u/HakzoPhobic had their flair updated +[2020-08-21 06:36:57,149] '/u/Not_A_Doct0r' has given '/u/Krogmo' lambda! +[2020-08-21 06:36:59,814] /u/Krogmo had their flair updated +[2020-08-21 06:39:51,265] '/u/Imagine-Freedom' has given '/u/TriceratopsJr' lambda! +[2020-08-21 06:39:53,847] /u/TriceratopsJr had their flair updated +[2020-08-21 06:41:46,247] '/u/Imagine-Freedom' has given '/u/-BR25-' lambda! +[2020-08-21 06:41:48,996] /u/-BR25- had their flair updated +[2020-08-21 06:47:14,338] +#################### +[Aug 21 2020 06:47:14] RESTARTED +#################### + +[2020-08-21 07:27:57,142] There has been a new submission: 'What is everyone's average Click Through Rate, watch time, and audience retention per video?', with flair 'Discussion' +[2020-08-21 07:28:01,054] /u/Brandonator247 had their flair updated +[2020-08-21 07:28:16,706] There has been a new submission: 'Satisfying', with flair 'Gaming' +[2020-08-21 07:28:17,566] /u/MPalYT1 had their submission removed for insufficient lambda. +[2020-08-21 07:28:18,306] /u/MPalYT1 had their flair updated +[2020-08-21 07:29:37,992] '/u/TriceratopsJr' has given '/u/Brandonator247' lambda! +[2020-08-21 07:29:39,955] /u/Brandonator247 had their flair updated +[2020-08-21 07:30:46,391] There has been a new submission: 'Subscribe to my channel for Fall Guys and NBA 2k Videos', with flair 'Gaming' +[2020-08-21 07:30:47,990] /u/Front-Asparagus-1774 had their submission removed for insufficient lambda. +[2020-08-21 07:30:50,244] /u/Front-Asparagus-1774 had their flair updated +[2020-08-21 07:31:10,196] There has been a new submission: 'Eve Echoes Gameplay 1: New Eden Awaits You (Android Gameplay)', with flair 'Gaming' +[2020-08-21 07:31:11,717] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-21 07:31:13,847] /u/omeshhedaoo had their flair updated +[2020-08-21 07:31:33,690] There has been a new submission: 'DREAM GLASS 4K: WEARABLE PORTABLE PRIVATE AR ENTERTAINMENT| Gizmo Hub', with flair 'Gaming' +[2020-08-21 07:31:35,283] /u/ronm07 had their submission removed for insufficient lambda. +[2020-08-21 07:31:37,494] /u/ronm07 had their flair updated +[2020-08-21 07:33:00,351] There has been a new submission: 'DJI Mavic Mini Unboxing and First Flight (My first YouTube video! I would appreciate your feedback)', with flair 'Video Critique' +[2020-08-21 07:33:01,740] /u/czapp_arpad had their submission removed for insufficient lambda. +[2020-08-21 07:33:03,707] /u/czapp_arpad had their flair updated +[2020-08-21 07:36:18,985] '/u/TriceratopsJr' has given '/u/Imagine-Freedom' lambda! +[2020-08-21 07:36:21,492] /u/Imagine-Freedom had their flair updated +[2020-08-21 07:36:45,633] '/u/Xbrownboiix' has given '/u/TCSpectre' lambda! +[2020-08-21 07:36:47,850] /u/TCSpectre had their flair updated +[2020-08-21 07:37:46,327] '/u/Xbrownboiix' has given '/u/TheBaconRob' lambda! +[2020-08-21 07:37:48,494] /u/TheBaconRob had their flair updated +[2020-08-21 07:43:09,139] There has been a new submission: 'I made a timeline for the past winners and runners-up for the uefa champion league. I don't know if this video is good or not. Please provide some of the place i need to work on so I can improve. Thank you in advance!!', with flair 'Video Critique' +[2020-08-21 07:43:10,859] /u/FootballPHD had their submission removed for insufficient lambda. +[2020-08-21 07:43:12,867] /u/FootballPHD had their flair updated +[2020-08-21 08:20:07,150] There has been a new submission: 'Is Fall guys good? Short video - Please review', with flair 'Video Critique' +[2020-08-21 08:20:07,389] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 08:20:07,391] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 08:20:07,487] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9n4vxTV8fiI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 08:20:07,602] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKIPg17Qmt5khIklyOl48jA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 08:20:10,846] /u/MetaBreaker25 had their flair updated +[2020-08-21 08:20:22,135] '/u/mbradon' has given '/u/Unraveled_YT' lambda! +[2020-08-21 08:20:24,408] /u/Unraveled_YT had their flair updated +[2020-08-21 08:30:00,319] There has been a new submission: 'Rage - DECADE: A Modern Warfare Anniversary Montage 🔥🔥🔥', with flair 'Gaming' +[2020-08-21 08:30:02,572] /u/RageOnYT had their submission removed for insufficient lambda. +[2020-08-21 08:30:04,896] /u/RageOnYT had their flair updated +[2020-08-21 08:38:56,494] There has been a new submission: 'Stupid copper! - Rainbow Six Siege Funny Moments', with flair 'Gaming' +[2020-08-21 08:38:57,291] /u/ThatFridgeGuy had their submission removed for insufficient lambda. +[2020-08-21 08:38:58,149] /u/ThatFridgeGuy had their flair updated +[2020-08-21 08:46:25,462] '/u/MetaBreaker25' has given '/u/_shitsplitter_' lambda! +[2020-08-21 08:46:26,943] /u/_shitsplitter_ had their flair updated +[2020-08-21 08:46:38,579] +#################### +[Aug 21 2020 08:46:38] RESTARTED +#################### + +[2020-08-21 09:10:40,810] There has been a new submission: 'Starting on NBA YouTube and would love any tips on my first few videos. Feels pretty good so far but I'm not advanced on editing techniques yet, what's my next step?', with flair 'Video Critique' +[2020-08-21 09:10:43,351] /u/DubsIn4 had their submission removed for insufficient lambda. +[2020-08-21 09:10:45,561] /u/DubsIn4 had their flair updated +[2020-08-21 09:11:09,978] '/u/Vyrtz' has given '/u/BattleCatPrintShop' lambda! +[2020-08-21 09:11:12,974] /u/BattleCatPrintShop had their flair updated +[2020-08-21 09:12:49,712] '/u/Vyrtz' has given '/u/_shitsplitter_' lambda! +[2020-08-21 09:12:52,333] /u/_shitsplitter_ had their flair updated +[2020-08-21 09:13:41,568] '/u/Vyrtz' has given '/u/etl1234' lambda! +[2020-08-21 09:13:44,109] /u/etl1234 had their flair updated +[2020-08-21 09:14:06,845] /u/BattleCatPrintShop had their flair updated +[2020-08-21 09:14:27,187] '/u/Vyrtz' has given '/u/Fynnbad' lambda! +[2020-08-21 09:14:29,768] /u/Fynnbad had their flair updated +[2020-08-21 09:14:48,830] '/u/Vyrtz' has given '/u/Luck3y-P0rk' lambda! +[2020-08-21 09:14:51,094] /u/Luck3y-P0rk had their flair updated +[2020-08-21 09:15:28,564] '/u/Vyrtz' has given '/u/pinappleonpizza123' lambda! +[2020-08-21 09:15:31,110] /u/pinappleonpizza123 had their flair updated +[2020-08-21 09:18:06,009] There has been a new submission: 'Best Zombie Farm In Minecraft - 1.16 Minecraft - Hexacon SMP - Minecraft...', with flair 'Gaming' +[2020-08-21 09:18:06,910] /u/rockerbuck73 had their submission removed for insufficient lambda. +[2020-08-21 09:18:07,730] /u/rockerbuck73 had their flair updated +[2020-08-21 09:29:32,306] There has been a new submission: 'Found out this MORON astronaut don't know where to go', with flair 'Gaming' +[2020-08-21 09:29:33,170] /u/Funcertified had their submission removed for insufficient lambda. +[2020-08-21 09:29:33,785] /u/Funcertified had their flair updated +[2020-08-21 09:41:20,648] '/u/mbradon' has given '/u/_shitsplitter_' lambda! +[2020-08-21 09:41:23,311] /u/_shitsplitter_ had their flair updated +[2020-08-21 10:02:40,069] There has been a new submission: 'I created my 2nd UFC 4 KO Compilation. Check it out and let me know what you think. Thanks !', with flair 'Gaming' +[2020-08-21 10:02:41,546] /u/DoNaLdCo had their submission removed for insufficient lambda. +[2020-08-21 10:02:43,800] /u/DoNaLdCo had their flair updated +[2020-08-21 10:06:04,228] '/u/TRIO-Stories' has given '/u/gunpla-daddy' lambda! +[2020-08-21 10:06:05,701] /u/gunpla-daddy had their flair updated +[2020-08-21 10:06:27,537] '/u/Not_A_Doct0r' has given '/u/_shitsplitter_' lambda! +[2020-08-21 10:06:29,010] /u/_shitsplitter_ had their flair updated +[2020-08-21 10:30:08,010] There has been a new submission: 'How relevant is click bait titles and thumbnail is for new creators? Hear me out first please', with flair 'Discussion' +[2020-08-21 10:30:10,474] /u/neo_one_one had their flair updated +[2020-08-21 10:33:09,694] There has been a new submission: 'I tried making a parody, but I made this...', with flair 'None' +[2020-08-21 10:33:11,408] /u/BlueTurtleYT had their submission removed for insufficient lambda. +[2020-08-21 10:33:13,499] /u/BlueTurtleYT had their flair updated +[2020-08-21 10:38:48,532] There has been a new submission: 'DANKEST MEME AND FIGHT MONTAGE! - HONEST FEEDBACK', with flair 'Video Critique' +[2020-08-21 10:38:49,712] /u/EddiePostedThat had their submission removed for insufficient lambda. +[2020-08-21 10:38:50,598] /u/EddiePostedThat had their flair updated +[2020-08-21 10:46:38,837] +#################### +[Aug 21 2020 10:46:38] RESTARTED +#################### + +[2020-08-21 11:09:45,903] There has been a new submission: '10 Top Best New iOS Android Mobile Games Release Gameplay Walkthrough Free | Fresh New Games To Try!', with flair 'Gaming' +[2020-08-21 11:09:46,886] /u/kogkeepongaming had their submission removed for insufficient lambda. +[2020-08-21 11:09:47,338] /u/kogkeepongaming had their flair updated +[2020-08-21 11:10:41,013] '/u/robertovertical' has given '/u/TheBaconRob' lambda! +[2020-08-21 11:10:43,887] /u/TheBaconRob had their flair updated +[2020-08-21 11:11:19,090] '/u/robertovertical' has given '/u/Unraveled_YT' lambda! +[2020-08-21 11:11:21,920] /u/Unraveled_YT had their flair updated +[2020-08-21 11:13:41,733] There has been a new submission: 'Vegan Thai Green Curry & Green Curry Paste Recipe | By BITTER', with flair 'Art' +[2020-08-21 11:13:43,292] /u/deadframe had their submission removed for insufficient lambda. +[2020-08-21 11:13:44,935] /u/deadframe had their flair updated +[2020-08-21 11:24:10,487] There has been a new submission: 'Created a Song (Party girl in corner )', with flair 'Art' +[2020-08-21 11:24:11,803] /u/somethingempt had their submission removed for insufficient lambda. +[2020-08-21 11:24:13,866] /u/somethingempt had their flair updated +[2020-08-21 11:28:56,736] There has been a new submission: 'Worked 3 Hard Sleepless Nights To Make This For You Guys! Please Support The Video & Let Me Know What you Think :)', with flair 'Video Critique' +[2020-08-21 11:28:58,952] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 11:28:58,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 11:29:00,569] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4XXPPl5ffpc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 11:29:01,102] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx8sxlVxAYG6TFu5H0IOjSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 11:29:02,822] /u/BillyGoatLazarus had their flair updated +[2020-08-21 11:29:21,070] There has been a new submission: 'hi all, just starting up my channel, don't have much uploaded yet but hoping someone can just have a look at my homescreen and see if there is anything missing or something i should add to make it seem more eye catching and appealing ? many thanks', with flair 'Channel Review' +[2020-08-21 11:29:22,583] /u/CraigC90 had their submission removed for insufficient lambda. +[2020-08-21 11:29:23,363] /u/CraigC90 had their flair updated +[2020-08-21 11:50:11,064] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-21 11:55:16,201] '/u/liftedplane' has given '/u/WellNata' lambda! +[2020-08-21 11:55:17,813] /u/WellNata had their flair updated +[2020-08-21 11:57:05,702] There has been a new submission: 'First time me recording myself! Got scared halfway through and couldn't complete entire explanation lol.. let me know what you think of it..', with flair 'Video Critique' +[2020-08-21 11:57:07,219] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 11:57:07,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 11:57:08,450] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mJHAUlLGScw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 11:57:08,861] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXuLa523gqNQLVn_FiiPt9w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 11:57:12,019] /u/stlo0309 had their flair updated +[2020-08-21 11:57:53,241] '/u/toenaster' has given '/u/_shitsplitter_' lambda! +[2020-08-21 11:57:55,652] /u/_shitsplitter_ had their flair updated +[2020-08-21 12:07:21,823] There has been a new submission: 'Have you had your healthy dose of moaning sausages yet? Check out our comedy video and tell us how we did!', with flair 'Video Critique' +[2020-08-21 12:07:22,053] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 12:07:22,055] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 12:07:22,177] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C_VBJL_jgg0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 12:07:22,303] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyHZ35JMU0MNVZiWhV8Sx0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 12:07:24,167] /u/PurpleFisty had their flair updated +[2020-08-21 12:13:13,889] There has been a new submission: 'Watch Taylor Swift august cover! Subscribe to my channel 💖', with flair 'Vlog' +[2020-08-21 12:13:15,569] /u/BellaElizabethh had their submission removed for insufficient lambda. +[2020-08-21 12:13:18,036] /u/BellaElizabethh had their flair updated +[2020-08-21 12:21:56,162] '/u/-BR25-' has given '/u/greenpeppers100' lambda! +[2020-08-21 12:21:58,321] /u/greenpeppers100 had their flair updated +[2020-08-21 12:22:40,701] '/u/-BR25-' has given '/u/Unraveled_YT' lambda! +[2020-08-21 12:22:42,758] /u/Unraveled_YT had their flair updated +[2020-08-21 12:23:17,041] '/u/-BR25-' has given '/u/Imagine-Freedom' lambda! +[2020-08-21 12:23:19,067] /u/Imagine-Freedom had their flair updated +[2020-08-21 12:35:33,086] '/u/PurpleFisty' has given '/u/-BR25-' lambda! +[2020-08-21 12:35:34,683] /u/-BR25- had their flair updated +[2020-08-21 12:46:38,770] +#################### +[Aug 21 2020 12:46:38] RESTARTED +#################### + +[2020-08-21 13:10:08,461] '/u/stlo0309' has given '/u/zSn0903' lambda! +[2020-08-21 13:10:12,113] /u/zSn0903 had their flair updated +[2020-08-21 13:11:46,079] '/u/TriceratopsJr' has given '/u/OnlineCharlie' lambda! +[2020-08-21 13:11:49,028] /u/OnlineCharlie had their flair updated +[2020-08-21 13:12:11,104] '/u/TriceratopsJr' has given '/u/Heavy_Rain_' lambda! +[2020-08-21 13:12:14,063] /u/Heavy_Rain_ had their flair updated +[2020-08-21 13:13:17,838] '/u/TriceratopsJr' has given '/u/_shitsplitter_' lambda! +[2020-08-21 13:13:20,465] /u/_shitsplitter_ had their flair updated +[2020-08-21 13:13:41,423] '/u/TriceratopsJr' has given '/u/ECXL' lambda! +[2020-08-21 13:13:44,134] /u/ECXL had their flair updated +[2020-08-21 13:14:18,448] '/u/TriceratopsJr' has given '/u/Unraveled_YT' lambda! +[2020-08-21 13:14:20,960] /u/Unraveled_YT had their flair updated +[2020-08-21 13:14:38,692] There has been a new submission: 'Marvel Vs Capcom: Episode 1', with flair 'Gaming' +[2020-08-21 13:14:40,331] /u/Skimble-Skamble97 had their submission removed for insufficient lambda. +[2020-08-21 13:14:41,970] /u/Skimble-Skamble97 had their flair updated +[2020-08-21 13:15:03,715] There has been a new submission: 'Upvote if u love bees !!', with flair 'Video Critique' +[2020-08-21 13:15:04,981] /u/itgi23 had their submission removed for insufficient lambda. +[2020-08-21 13:15:06,498] /u/itgi23 had their flair updated +[2020-08-21 13:15:25,807] There has been a new submission: 'This is a “The nutty professor (1961, starring Jerry Lewis)” inspired cartoon episode. Enjoy the music as well! The first 25 sec is the series opening theme. Too long, I know...', with flair 'Video Critique' +[2020-08-21 13:15:28,226] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 13:15:28,308] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 13:15:29,745] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0TxeNHqrsyM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:15:30,072] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0LUZt5asOd4NY9fMIkkAbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:15:32,620] /u/Varavas had their flair updated +[2020-08-21 13:15:50,343] There has been a new submission: 'I'm running my first contest!', with flair 'Vlog' +[2020-08-21 13:15:51,900] /u/Twin-Flame-Detox had their submission removed for insufficient lambda. +[2020-08-21 13:15:53,292] /u/Twin-Flame-Detox had their flair updated +[2020-08-21 13:16:12,266] There has been a new submission: 'Terraria Master Mode- NO HEART CRYSTALS #2', with flair 'Gaming' +[2020-08-21 13:16:13,454] /u/International_Gur805 had their submission removed for insufficient lambda. +[2020-08-21 13:16:14,727] /u/International_Gur805 had their flair updated +[2020-08-21 13:20:11,145] There has been a new submission: '[Video] [CONTENT SHARE] MARVEL AVENGERS BETA: THINGS TO KNOW BEFORE PLAYING - Daily content, Live streams and Discussions. If you LIKE GIVE me THUMBS UP please thank you [12 Views]', with flair 'Gaming' +[2020-08-21 13:20:11,450] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 13:20:11,451] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 13:20:11,618] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Q4HlY5nwI44&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:20:11,758] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdYppMNLfU_f8REljKK5vmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:20:14,923] /u/Dr3dH3d had their flair updated +[2020-08-21 13:22:14,322] '/u/devilpanda555' has given '/u/midnightjenga' lambda! +[2020-08-21 13:22:17,157] /u/midnightjenga had their flair updated +[2020-08-21 13:22:38,518] There has been a new submission: 'Started a Gaming Channel for Battle Royale, trying to get to 1000 Subscribers and go Full Time. Subscribe and help a Brother out, it's appreciated more than you know. Right now it's just best of clips, but I'm going to start doing guns, tips, and more.', with flair 'Gaming' +[2020-08-21 13:22:39,960] /u/IGOCOMMANDO365 had their submission removed for insufficient lambda. +[2020-08-21 13:22:42,217] /u/IGOCOMMANDO365 had their flair updated +[2020-08-21 13:23:48,605] '/u/devilpanda555' has given '/u/TRIO-Stories' lambda! +[2020-08-21 13:23:50,855] /u/TRIO-Stories had their flair updated +[2020-08-21 13:24:31,750] '/u/devilpanda555' has given '/u/AlexClarkeGames' lambda! +[2020-08-21 13:24:34,298] /u/AlexClarkeGames had their flair updated +[2020-08-21 13:32:47,939] There has been a new submission: 'Self care Routine (pamper routine)', with flair 'Vlog' +[2020-08-21 13:32:49,664] /u/LT-Inc had their submission removed for insufficient lambda. +[2020-08-21 13:32:51,714] /u/LT-Inc had their flair updated +[2020-08-21 13:38:40,051] There has been a new submission: 'I hit 50 subs yay', with flair 'Discussion' +[2020-08-21 13:38:41,127] /u/MelonMunky had their flair updated +[2020-08-21 13:40:08,181] There has been a new submission: 'How To Protect Your Energy (REAL WAYS TO PROTECT YOUR VIBE!)', with flair 'Channel Review' +[2020-08-21 13:40:09,760] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-08-21 13:40:12,087] /u/Onediamondfilms had their flair updated +[2020-08-21 13:48:40,143] There has been a new submission: 'My Buddy has a Small Gaming Channel, Please Check Him Out', with flair 'Gaming' +[2020-08-21 13:48:41,127] /u/scorpionslide had their submission removed for insufficient lambda. +[2020-08-21 13:48:41,989] /u/scorpionslide had their flair updated +[2020-08-21 13:53:24,545] There has been a new submission: 'Help needed', with flair 'Gaming' +[2020-08-21 13:53:26,168] /u/Swastik_j had their submission removed for insufficient lambda. +[2020-08-21 13:53:28,224] /u/Swastik_j had their flair updated +[2020-08-21 13:57:19,711] There has been a new submission: 'Photoshop VS Gimp, Which One Is Better? Sincere Thoughts On This Video. :)', with flair 'Video Critique' +[2020-08-21 13:57:21,520] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 13:57:21,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 13:57:22,710] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4VaswDU0lgA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:57:23,322] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 13:57:25,738] /u/MafiasFinestTV had their flair updated +[2020-08-21 14:06:00,203] '/u/73windman' has given '/u/lubymoo' lambda! +[2020-08-21 14:06:01,863] /u/lubymoo had their flair updated +[2020-08-21 14:06:25,143] '/u/73windman' has given '/u/whatamI_doinghere00' lambda! +[2020-08-21 14:06:26,499] /u/whatamI_doinghere00 had their flair updated +[2020-08-21 14:06:49,544] '/u/73windman' has given '/u/engamingchannel' lambda! +[2020-08-21 14:06:50,847] /u/engamingchannel had their flair updated +[2020-08-21 14:09:09,118] '/u/Noobeater1' has given '/u/ToastToTheEr' lambda! +[2020-08-21 14:09:10,078] /u/ToastToTheEr had their flair updated +[2020-08-21 14:13:22,356] There has been a new submission: 'If I Die, The Video Ends - TWD Saints & Sinners', with flair 'Gaming' +[2020-08-21 14:13:23,953] /u/ROCKdaBOATgaming had their submission removed for insufficient lambda. +[2020-08-21 14:13:25,963] /u/ROCKdaBOATgaming had their flair updated +[2020-08-21 14:27:43,506] '/u/SAMBO7777' has given '/u/whatamI_doinghere00' lambda! +[2020-08-21 14:27:45,767] /u/whatamI_doinghere00 had their flair updated +[2020-08-21 14:28:06,901] '/u/SAMBO7777' has given '/u/Pikawott' lambda! +[2020-08-21 14:28:09,156] /u/Pikawott had their flair updated +[2020-08-21 14:30:52,953] There has been a new submission: 'Freestyle Dance Cover to TXT Drama *casually uses this to audition for a Kpop agency* 👀🤷🏽♀️please give me some pointers if you have any ☺️', with flair 'Video Critique' +[2020-08-21 14:30:54,595] /u/ElizabethOjukwu had their submission removed for insufficient lambda. +[2020-08-21 14:30:56,893] /u/ElizabethOjukwu had their flair updated +[2020-08-21 14:39:00,602] /u/Snoopyolive had their flair updated +[2020-08-21 14:41:19,410] There has been a new submission: 'We reached out goal!!!', with flair 'Gaming' +[2020-08-21 14:41:21,212] /u/_QuestComplete_ had their submission removed for insufficient lambda. +[2020-08-21 14:41:23,436] /u/_QuestComplete_ had their flair updated +[2020-08-21 14:42:16,089] There has been a new submission: 'Time-lapse Landscape Painting for beginners | Everyday Creations', with flair 'Art' +[2020-08-21 14:42:18,259] /u/Nehxthreadz had their submission removed for insufficient lambda. +[2020-08-21 14:42:21,082] /u/Nehxthreadz had their flair updated +[2020-08-21 14:43:28,080] There has been a new submission: 'UFC 4 Career Mode EP 11 Front KIcks!!!!!', with flair 'Gaming' +[2020-08-21 14:43:29,597] /u/Snoo65678 had their submission removed for insufficient lambda. +[2020-08-21 14:43:31,443] /u/Snoo65678 had their flair updated +[2020-08-21 14:46:32,742] '/u/MafiasFinestTV' has given '/u/perplexed_pragmatism' lambda! +[2020-08-21 14:46:34,735] /u/perplexed_pragmatism had their flair updated +[2020-08-21 14:47:04,716] +#################### +[Aug 21 2020 14:47:04] RESTARTED +#################### + +[2020-08-21 14:56:28,226] '/u/MafiasFinestTV' has given '/u/Cyonal' lambda! +[2020-08-21 14:56:30,439] /u/Cyonal had their flair updated +[2020-08-21 15:19:02,806] There has been a new submission: 'Fixed it!!', with flair 'Gaming' +[2020-08-21 15:19:05,916] /u/Osioneboss had their submission removed for insufficient lambda. +[2020-08-21 15:19:06,530] /u/Osioneboss had their flair updated +[2020-08-21 15:19:24,407] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 25 - From The Darkness', with flair 'Gaming' +[2020-08-21 15:19:25,468] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-21 15:19:26,001] /u/CecliusPlaysHD had their flair updated +[2020-08-21 15:23:30,140] There has been a new submission: '3 Lessons We Can Learn From Pokimane To Be A Better Person', with flair 'Video Critique' +[2020-08-21 15:23:32,600] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 15:23:32,640] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 15:23:33,948] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=N1DGG4rDcfo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:23:34,359] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuhxOThbdLwliuBDtXnAk7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:23:36,978] /u/pinappleonpizza123 had their flair updated +[2020-08-21 15:23:54,330] There has been a new submission: 'This is my new video! Tried a new editing style :) Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-21 15:23:56,097] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 15:23:56,098] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 15:23:57,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DlkXObV5X5s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:23:57,496] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:24:00,210] /u/ShikharTrivedi had their flair updated +[2020-08-21 15:24:23,003] '/u/Varavas' has given '/u/Capture_Reviews' lambda! +[2020-08-21 15:24:25,582] /u/Capture_Reviews had their flair updated +[2020-08-21 15:28:41,569] '/u/ShikharTrivedi' has given '/u/Capture_Reviews' lambda! +[2020-08-21 15:28:43,531] /u/Capture_Reviews had their flair updated +[2020-08-21 15:34:45,390] There has been a new submission: 'How to Make Banana Bread Tutorial - ASMR Edition. My intent with this video was to make a very aesthetically pleasing and informative video about making banana bread, though without any spoken or written instructions on screen. Would love feedback on if it's well shot, satisfying, and informative!', with flair 'Video Critique' +[2020-08-21 15:34:46,701] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 15:34:46,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 15:34:48,092] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9QEx5TW1KZo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:34:48,468] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:34:51,181] /u/AlsleumMusic had their flair updated +[2020-08-21 15:35:46,557] '/u/Varavas' has given '/u/perplexed_pragmatism' lambda! +[2020-08-21 15:35:49,262] /u/perplexed_pragmatism had their flair updated +[2020-08-21 15:36:10,041] '/u/cav_1' has given '/u/greenpeppers100' lambda! +[2020-08-21 15:36:12,380] /u/greenpeppers100 had their flair updated +[2020-08-21 15:36:48,392] '/u/cav_1' has given '/u/_shitsplitter_' lambda! +[2020-08-21 15:36:50,486] /u/_shitsplitter_ had their flair updated +[2020-08-21 15:37:17,702] '/u/cav_1' has given '/u/Heavy_Rain_' lambda! +[2020-08-21 15:37:19,549] /u/Heavy_Rain_ had their flair updated +[2020-08-21 15:37:48,839] '/u/cav_1' has given '/u/WellNata' lambda! +[2020-08-21 15:37:50,524] /u/WellNata had their flair updated +[2020-08-21 15:41:51,126] '/u/Dr3dH3d' has given '/u/Cyonal' lambda! +[2020-08-21 15:41:53,913] /u/Cyonal had their flair updated +[2020-08-21 15:44:49,495] '/u/PurpleFisty' has given '/u/liftedplane' lambda! +[2020-08-21 15:44:51,826] /u/liftedplane had their flair updated +[2020-08-21 15:47:00,257] '/u/PurpleFisty' has given '/u/lubymoo' lambda! +[2020-08-21 15:47:02,594] /u/lubymoo had their flair updated +[2020-08-21 15:48:10,001] '/u/PurpleFisty' has given '/u/BigBearBoi00' lambda! +[2020-08-21 15:48:12,215] /u/BigBearBoi00 had their flair updated +[2020-08-21 15:49:22,069] '/u/PurpleFisty' has given '/u/Capture_Reviews' lambda! +[2020-08-21 15:49:24,033] /u/Capture_Reviews had their flair updated +[2020-08-21 15:50:39,352] '/u/PurpleFisty' has given '/u/justthefamilyguy' lambda! +[2020-08-21 15:50:42,510] /u/justthefamilyguy had their flair updated +[2020-08-21 15:51:28,166] There has been a new submission: 'To all small youtubers! Keep going; keep learning. It pays off. At times I didn't see any growth and I wanted to quit. Today I have close to 820 subs, an engaged community and over 4000 hr in the last year. Check my small words of encouragment!', with flair 'Discussion' +[2020-08-21 15:51:31,164] /u/ConvoSpeak had their flair updated +[2020-08-21 15:52:11,275] '/u/PurpleFisty' has given '/u/TeamRemavi' lambda! +[2020-08-21 15:52:14,148] /u/TeamRemavi had their flair updated +[2020-08-21 15:54:16,730] There has been a new submission: '[LAMBDA for helpful/funny feedback] Is This The WORST PC Port EVER??? | Marvel: Avengers (Weekend 1) Thoughts...', with flair 'Video Critique' +[2020-08-21 15:54:17,159] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 15:54:17,181] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 15:54:17,492] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oV4Gfgtmz0E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:54:17,701] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJuCMgodKr2shbK0jiv4ckw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 15:54:19,980] /u/etl1234 had their flair updated +[2020-08-21 16:05:36,229] '/u/HappyPantsComedy' has given '/u/lolaccounting' lambda! +[2020-08-21 16:05:38,773] /u/lolaccounting had their flair updated +[2020-08-21 16:06:53,013] '/u/HappyPantsComedy' has given '/u/midnightjenga' lambda! +[2020-08-21 16:06:54,300] /u/midnightjenga had their flair updated +[2020-08-21 16:07:17,998] '/u/HappyPantsComedy' has given '/u/TRIO-Stories' lambda! +[2020-08-21 16:07:19,244] /u/TRIO-Stories had their flair updated +[2020-08-21 16:08:17,895] '/u/HappyPantsComedy' has given '/u/HappyPantzInc' lambda! +[2020-08-21 16:08:18,972] /u/HappyPantzInc had their flair updated +[2020-08-21 16:10:11,634] '/u/Adzic254' has given '/u/cav_1' lambda! +[2020-08-21 16:10:13,829] /u/cav_1 had their flair updated +[2020-08-21 16:11:31,517] There has been a new submission: 'Benzonatate, Cancer Lab Work Hemoglobin - Oh...and a Fun Question for YOU! [Views =0]', with flair 'Vlog' +[2020-08-21 16:11:33,109] /u/LavenderRibbon had their submission removed for insufficient lambda. +[2020-08-21 16:11:35,359] /u/LavenderRibbon had their flair updated +[2020-08-21 16:12:34,235] '/u/Adzic254' has given '/u/dansometv' lambda! +[2020-08-21 16:12:36,864] /u/dansometv had their flair updated +[2020-08-21 16:13:30,247] '/u/Djbernie805' has given '/u/_shitsplitter_' lambda! +[2020-08-21 16:13:33,244] /u/_shitsplitter_ had their flair updated +[2020-08-21 16:14:22,319] There has been a new submission: 'I am trying to make Mini Docs. I am not sure what my Niche is going to be but I worked hard on this one and am pretty proud. Any tips on improvement or critique is appreciated. Thanks Small YT community', with flair 'Video Critique' +[2020-08-21 16:14:23,710] /u/RealMisterecks had their submission removed for insufficient lambda. +[2020-08-21 16:14:25,356] /u/RealMisterecks had their flair updated +[2020-08-21 16:16:26,981] There has been a new submission: 'Better thumbnails', with flair 'Discussion' +[2020-08-21 16:16:28,623] /u/danchi23 had their flair updated +[2020-08-21 16:16:47,678] There has been a new submission: 'NJ's Tiger lady. Trying to make quality videos in a timely matter. Any critique or tips would be great.', with flair 'Video Critique' +[2020-08-21 16:16:49,116] /u/RealMisterecks had their submission removed for insufficient lambda. +[2020-08-21 16:16:50,306] /u/RealMisterecks had their flair updated +[2020-08-21 16:17:59,380] '/u/etl1234' has given '/u/Djbernie805' lambda! +[2020-08-21 16:18:01,465] /u/Djbernie805 had their flair updated +[2020-08-21 16:21:32,543] '/u/TriceratopsJr' has given '/u/Adzic254' lambda! +[2020-08-21 16:21:35,497] /u/Adzic254 had their flair updated +[2020-08-21 16:22:53,436] There has been a new submission: 'Super Mario Party Review | My Thoughts On - Would love to hear your honest feedback on this one!! Thanks all, love you :)', with flair 'Video Critique' +[2020-08-21 16:22:54,258] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 16:22:54,337] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 16:22:55,037] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VPCLhuX9bbo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 16:22:55,406] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVlO3zapfHJREa-dMTVknFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 16:22:58,660] /u/Capture_Reviews had their flair updated +[2020-08-21 16:23:33,073] There has been a new submission: 'How does meme channels like memerman and nefty reborn gets their memes. I know for a fact that they dont make it cause i always see some familiar memes but where do they steal these from ?', with flair 'Discussion' +[2020-08-21 16:23:35,179] /u/mihirsaini1128 had their flair updated +[2020-08-21 16:24:28,594] There has been a new submission: 'Are you winin son? Yes dad', with flair 'Gaming' +[2020-08-21 16:24:30,436] /u/JigsAwgoodguy had their submission removed for insufficient lambda. +[2020-08-21 16:24:32,185] /u/JigsAwgoodguy had their flair updated +[2020-08-21 16:25:11,164] '/u/PurpleFisty' has given '/u/DTV998' lambda! +[2020-08-21 16:25:12,723] /u/DTV998 had their flair updated +[2020-08-21 16:34:01,768] '/u/AlsleumMusic' has given '/u/Djbernie805' lambda! +[2020-08-21 16:34:04,429] /u/Djbernie805 had their flair updated +[2020-08-21 16:38:07,096] '/u/MafiasFinestTV' has given '/u/Adzic254' lambda! +[2020-08-21 16:38:08,253] /u/Adzic254 had their flair updated +[2020-08-21 16:39:17,197] '/u/MafiasFinestTV' has given '/u/Djbernie805' lambda! +[2020-08-21 16:39:18,396] /u/Djbernie805 had their flair updated +[2020-08-21 16:39:46,217] There has been a new submission: 'The final episode of my first series came out and wanted some feedback. What can do differently or better? Also, what are some games you want us to play after?', with flair 'Video Critique' +[2020-08-21 16:39:48,052] /u/Pikawott had their flair updated +[2020-08-21 16:41:12,695] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda! +[2020-08-21 16:41:15,360] /u/Jischasing had their flair updated +[2020-08-21 16:41:48,422] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-21 16:42:56,683] '/u/MafiasFinestTV' has given '/u/SnooPineapples5753' lambda! +[2020-08-21 16:42:59,348] /u/SnooPineapples5753 had their flair updated +[2020-08-21 16:43:19,399] There has been a new submission: '“Free” Video thumbnails?', with flair 'Thumbnail Review' +[2020-08-21 16:43:20,834] /u/OzyIllustrates had their submission removed for insufficient lambda. +[2020-08-21 16:43:23,292] /u/OzyIllustrates had their flair updated +[2020-08-21 16:47:15,730] +#################### +[Aug 21 2020 16:47:15] RESTARTED +#################### + +[2020-08-21 17:27:29,158] There has been a new submission: 'Hey guys this is my biggest ever Q+A with viewers questions I spent more time editing than I normally do and i’d like to hear what you think of the edit and any other constructive criticism! Thanks in advance!', with flair 'Video Critique' +[2020-08-21 17:27:31,617] /u/Linkgooding had their submission removed for insufficient lambda. +[2020-08-21 17:27:32,605] /u/Linkgooding had their flair updated +[2020-08-21 17:27:49,295] There has been a new submission: 'I took a trip to r/cringepics and it was rather unpleasant. All feedback is appreciated!', with flair 'Video Critique' +[2020-08-21 17:27:51,553] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:27:51,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:27:52,582] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TfqD18hN338&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:27:52,912] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQ5Y-YlfXKIOpghxAoQcFgg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:27:55,001] /u/SelendineMcHerb had their flair updated +[2020-08-21 17:28:12,407] There has been a new submission: 'Come get your lambda! A battle royale story for every video. Apex Legends.', with flair 'Gaming' +[2020-08-21 17:28:14,003] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:28:14,005] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:28:14,695] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8pk09P4wQgU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:28:15,186] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJ60zm-_DhRPQ4dlxvJ3ZbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:28:17,263] /u/TheRealTenpro had their flair updated +[2020-08-21 17:29:06,033] '/u/Capture_Reviews' has given '/u/Krogmo' lambda! +[2020-08-21 17:29:08,533] /u/Krogmo had their flair updated +[2020-08-21 17:30:58,822] '/u/TheBaconRob' has given '/u/MafiasFinestTV' lambda! +[2020-08-21 17:31:01,764] /u/MafiasFinestTV had their flair updated +[2020-08-21 17:31:36,780] '/u/TheBaconRob' has given '/u/Heavy_Rain_' lambda! +[2020-08-21 17:31:39,442] /u/Heavy_Rain_ had their flair updated +[2020-08-21 17:32:01,834] '/u/TheBaconRob' has given '/u/_shitsplitter_' lambda! +[2020-08-21 17:32:04,617] /u/_shitsplitter_ had their flair updated +[2020-08-21 17:32:41,550] '/u/TheBaconRob' has given '/u/greenpeppers100' lambda! +[2020-08-21 17:32:44,170] /u/greenpeppers100 had their flair updated +[2020-08-21 17:33:48,050] '/u/PurpleFisty' has given '/u/TheRealTenpro' lambda! +[2020-08-21 17:33:50,923] /u/TheRealTenpro had their flair updated +[2020-08-21 17:35:57,893] '/u/OMFSquirrel' has given '/u/Adzic254' lambda! +[2020-08-21 17:36:00,431] /u/Adzic254 had their flair updated +[2020-08-21 17:36:17,225] There has been a new submission: '🎬Responsive Card Design & Hover Effects | Html5 CSS3', with flair 'Channel Review' +[2020-08-21 17:36:18,702] /u/robson_muniz had their submission removed for insufficient lambda. +[2020-08-21 17:36:19,889] /u/robson_muniz had their flair updated +[2020-08-21 17:36:37,878] There has been a new submission: 'Reciting famous one liners my way (ott )', with flair 'Video Critique' +[2020-08-21 17:36:39,068] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:36:39,106] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:36:40,344] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OiIei8th2XU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:36:40,875] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:36:43,011] /u/siddhant1991 had their flair updated +[2020-08-21 17:37:00,482] There has been a new submission: 'I show how to make the letter A in bubble letter, drip and glitch effect. Lambda for your feedback!', with flair 'Video Critique' +[2020-08-21 17:37:02,714] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:37:02,716] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:37:03,622] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B7KeCxmli0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:37:04,107] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:37:06,189] /u/Djbernie805 had their flair updated +[2020-08-21 17:37:24,339] There has been a new submission: 'Here's my GQ Parody. Let me know how I did!', with flair 'Video Critique' +[2020-08-21 17:37:26,466] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:37:26,630] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:37:27,570] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=a3p1i3uGWv8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:37:27,820] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHu978WKguIcQtxVetnCvfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:37:29,904] /u/TfireballK had their flair updated +[2020-08-21 17:37:47,116] There has been a new submission: 'i just posted another croatia vlog of a gorgeous beach in vir! would love some feedback', with flair 'Video Critique' +[2020-08-21 17:37:48,843] /u/mostlynadia had their submission removed for insufficient lambda. +[2020-08-21 17:37:50,357] /u/mostlynadia had their flair updated +[2020-08-21 17:38:24,932] '/u/Capture_Reviews' has given '/u/Bebby_Tuna' lambda! +[2020-08-21 17:38:27,108] /u/Bebby_Tuna had their flair updated +[2020-08-21 17:39:41,995] '/u/PurpleFisty' has given '/u/Internt_Person' lambda! +[2020-08-21 17:39:43,138] /u/Internt_Person had their flair updated +[2020-08-21 17:40:14,587] '/u/PurpleFisty' has given '/u/siddhant1991' lambda! +[2020-08-21 17:40:16,882] /u/siddhant1991 had their flair updated +[2020-08-21 17:40:30,618] '/u/Pestarklo' has given '/u/freakin_sweet' lambda! +[2020-08-21 17:40:33,529] /u/freakin_sweet had their flair updated +[2020-08-21 17:40:57,828] '/u/PurpleFisty' has given '/u/prettyboiRandell' lambda! +[2020-08-21 17:41:00,937] /u/prettyboiRandell had their flair updated +[2020-08-21 17:47:36,024] '/u/Pestarklo' has given '/u/MafiasFinestTV' lambda! +[2020-08-21 17:47:38,151] /u/MafiasFinestTV had their flair updated +[2020-08-21 17:48:10,823] There has been a new submission: 'What do you guys think of my channel? It costs us $500 to make a video!', with flair 'Video Critique' +[2020-08-21 17:48:11,970] /u/Careless-Armadillo99 had their submission removed for insufficient lambda. +[2020-08-21 17:48:12,709] /u/Careless-Armadillo99 had their flair updated +[2020-08-21 17:48:32,133] There has been a new submission: 'Hey guys new channel here just uploaded a new one check it out!', with flair 'Video Critique' +[2020-08-21 17:48:33,240] /u/NoLoveTTD had their submission removed for insufficient lambda. +[2020-08-21 17:48:33,899] /u/NoLoveTTD had their flair updated +[2020-08-21 17:48:53,558] '/u/Pestarklo' has given '/u/lubymoo' lambda! +[2020-08-21 17:48:56,185] /u/lubymoo had their flair updated +[2020-08-21 17:49:46,185] '/u/Jayotic44' has given '/u/_shitsplitter_' lambda! +[2020-08-21 17:49:48,682] /u/_shitsplitter_ had their flair updated +[2020-08-21 17:51:52,533] There has been a new submission: 'Let's Play Neon Abyss - PC Gameplay Part 2 - So many death...This isn't ...', with flair 'Gaming' +[2020-08-21 17:51:54,085] /u/freddiestray had their submission removed for insufficient lambda. +[2020-08-21 17:51:56,256] /u/freddiestray had their flair updated +[2020-08-21 17:52:15,553] There has been a new submission: 'New video i just put out. Just some funny moments on apex legends. I understand that they wont be for everyone as they are a little offensive at times. I would really appreciate if you checked it out. Qwiiik on youtube.', with flair 'Gaming' +[2020-08-21 17:52:17,069] /u/Qwik4 had their submission removed for insufficient lambda. +[2020-08-21 17:52:19,074] /u/Qwik4 had their flair updated +[2020-08-21 17:52:42,794] '/u/SelendineMcHerb' has given '/u/ShikharTrivedi' lambda! +[2020-08-21 17:52:45,168] /u/ShikharTrivedi had their flair updated +[2020-08-21 17:53:06,957] '/u/Djbernie805' has given '/u/denandmugMAKES' lambda! +[2020-08-21 17:53:09,657] /u/denandmugMAKES had their flair updated +[2020-08-21 17:54:29,162] '/u/Djbernie805' has given '/u/Mulsta' lambda! +[2020-08-21 17:54:31,866] /u/Mulsta had their flair updated +[2020-08-21 17:59:13,292] There has been a new submission: 'Spliced Together Footage from an Ancient Camera Phone, Please Let Me Know if the Treatment Works', with flair 'Video Critique' +[2020-08-21 17:59:14,528] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 17:59:14,647] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 17:59:16,371] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YjmGz-BolP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:59:16,862] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1keiRdX19gmPWr9jDk6SZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 17:59:19,081] /u/dasroight had their flair updated +[2020-08-21 17:59:37,123] There has been a new submission: 'Newbie seeking advice', with flair 'Discussion' +[2020-08-21 17:59:37,983] /u/dfoot1995 had their flair updated +[2020-08-21 18:02:45,920] There has been a new submission: 'Happy Friday! I just uploaded a new YT video and it's a Get Ready with Me: Euphoria Makeup Tutorial! Please check it out!', with flair 'Video Critique' +[2020-08-21 18:02:47,549] /u/Yung_Planet had their submission removed for insufficient lambda. +[2020-08-21 18:02:49,550] /u/Yung_Planet had their flair updated +[2020-08-21 18:09:21,575] There has been a new submission: 'Question Regarding Playlists', with flair 'Discussion' +[2020-08-21 18:09:22,645] /u/allanenraged13 had their flair updated +[2020-08-21 18:13:54,912] '/u/MafiasFinestTV' has given '/u/Diego-R' lambda! +[2020-08-21 18:13:57,251] /u/Diego-R had their flair updated +[2020-08-21 18:14:19,590] '/u/siddhant1991' has given '/u/006redditor006' lambda! +[2020-08-21 18:14:21,804] /u/006redditor006 had their flair updated +[2020-08-21 18:19:28,165] There has been a new submission: '[Chill Build]Building a python stopwatch with pygame', with flair 'None' +[2020-08-21 18:19:29,067] /u/PureForWhite had their submission removed for insufficient lambda. +[2020-08-21 18:19:29,686] /u/PureForWhite had their flair updated +[2020-08-21 18:21:04,917] '/u/dasroight' has given '/u/Brandonator247' lambda! +[2020-08-21 18:21:07,665] /u/Brandonator247 had their flair updated +[2020-08-21 18:21:30,732] '/u/Vyrtz' has given '/u/Jischasing' lambda! +[2020-08-21 18:21:33,597] /u/Jischasing had their flair updated +[2020-08-21 18:22:01,086] /u/Brandonator247 had their flair updated +[2020-08-21 18:26:57,881] There has been a new submission: '“That Friend That Takes Short Rims Too Seriously” Let me know what you think!', with flair 'Video Critique' +[2020-08-21 18:26:58,989] /u/elexcaro had their submission removed for insufficient lambda. +[2020-08-21 18:27:00,383] /u/elexcaro had their flair updated +[2020-08-21 18:31:05,912] There has been a new submission: 'VR Experience: EuropaPark (Germany) Rides in 360° POV Onride', with flair 'Vlog' +[2020-08-21 18:31:07,760] /u/renemiksche had their submission removed for insufficient lambda. +[2020-08-21 18:31:10,015] /u/renemiksche had their flair updated +[2020-08-21 18:41:20,884] There has been a new submission: 'My first film on one of my kayak trips premiering at 9:00 PM EDT. All pointers and critiques are very much appreciated!', with flair 'Video Critique' +[2020-08-21 18:41:22,691] /u/DotaWhySoCruel had their submission removed for insufficient lambda. +[2020-08-21 18:41:24,944] /u/DotaWhySoCruel had their flair updated +[2020-08-21 18:46:23,428] There has been a new submission: 'History of Porsche, but in a fun way!! What do you think?☺️', with flair 'Video Critique' +[2020-08-21 18:46:24,696] /u/noahdrouin2000 had their submission removed for insufficient lambda. +[2020-08-21 18:46:26,174] /u/noahdrouin2000 had their flair updated +[2020-08-21 18:47:15,952] +#################### +[Aug 21 2020 18:47:15] RESTARTED +#################### + +[2020-08-21 19:27:27,677] There has been a new submission: 'Gears 5 Review, Its been a long journey since first Gears of War', with flair 'Video Critique' +[2020-08-21 19:27:30,752] /u/Fineset had their submission removed for insufficient lambda. +[2020-08-21 19:27:32,554] /u/Fineset had their flair updated +[2020-08-21 19:27:49,042] There has been a new submission: 'Was wondering if someone could critique my video for me? Sorry for the audio, I don't know exactly how to get it to come out of both sides, but I'm open to all criticism!', with flair 'Video Critique' +[2020-08-21 19:27:50,450] /u/Crunchymemes_v1 had their submission removed for insufficient lambda. +[2020-08-21 19:27:51,271] /u/Crunchymemes_v1 had their flair updated +[2020-08-21 19:28:08,854] There has been a new submission: 'HOW TO GET FORTNITE AFTER BAN (WORKING 2020) IOS & ANDROID', with flair 'Video Critique' +[2020-08-21 19:28:09,834] /u/AaronDaGamerYT had their submission removed for insufficient lambda. +[2020-08-21 19:28:10,619] /u/AaronDaGamerYT had their flair updated +[2020-08-21 19:28:26,485] There has been a new submission: 'Need some entertainment or comedic sketches? Consider checking out my channel', with flair 'Channel Review' +[2020-08-21 19:28:27,304] /u/NathanieltheIdiot had their submission removed for insufficient lambda. +[2020-08-21 19:28:28,125] /u/NathanieltheIdiot had their flair updated +[2020-08-21 19:29:16,470] '/u/etl1234' has given '/u/MafiasFinestTV' lambda! +[2020-08-21 19:29:18,569] /u/MafiasFinestTV had their flair updated +[2020-08-21 19:29:36,580] '/u/etl1234' has given '/u/ShikharTrivedi' lambda! +[2020-08-21 19:29:38,668] /u/ShikharTrivedi had their flair updated +[2020-08-21 19:29:59,344] '/u/etl1234' has given '/u/CamDC123' lambda! +[2020-08-21 19:30:02,788] /u/CamDC123 had their flair updated +[2020-08-21 19:30:38,640] '/u/Capture_Reviews' has given '/u/CamDC123' lambda! +[2020-08-21 19:30:41,637] /u/CamDC123 had their flair updated +[2020-08-21 19:31:18,377] '/u/mbradon' has given '/u/Turbotoes' lambda! +[2020-08-21 19:31:21,120] /u/Turbotoes had their flair updated +[2020-08-21 19:31:42,364] '/u/Capture_Reviews' has given '/u/006redditor006' lambda! +[2020-08-21 19:31:44,996] /u/006redditor006 had their flair updated +[2020-08-21 19:32:06,473] '/u/mbradon' has given '/u/WellNata' lambda! +[2020-08-21 19:32:09,386] /u/WellNata had their flair updated +[2020-08-21 19:32:46,036] '/u/Capture_Reviews' has given '/u/thefamousap' lambda! +[2020-08-21 19:32:48,415] /u/thefamousap had their flair updated +[2020-08-21 19:33:23,306] '/u/Capture_Reviews' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 19:33:26,016] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 19:33:45,822] '/u/TfireballK' has given '/u/Brandonator247' lambda! +[2020-08-21 19:33:48,289] /u/Brandonator247 had their flair updated +[2020-08-21 19:35:24,139] '/u/TfireballK' has given '/u/thefamousap' lambda! +[2020-08-21 19:35:26,476] /u/thefamousap had their flair updated +[2020-08-21 19:37:31,811] '/u/Illfury' has given '/u/The_Suited_Bird' lambda! +[2020-08-21 19:37:34,148] /u/The_Suited_Bird had their flair updated +[2020-08-21 19:40:16,904] There has been a new submission: 'YouTube Music Channel Seeking growth! 3.76k Subs', with flair 'Art' +[2020-08-21 19:40:18,595] /u/Good_Vibes_MI had their submission removed for insufficient lambda. +[2020-08-21 19:40:21,240] /u/Good_Vibes_MI had their flair updated +[2020-08-21 19:40:41,174] There has been a new submission: 'Rogue Company Clips #2', with flair 'Video Critique' +[2020-08-21 19:40:43,127] /u/Particular_Bad_8112 had their submission removed for insufficient lambda. +[2020-08-21 19:40:45,464] /u/Particular_Bad_8112 had their flair updated +[2020-08-21 19:41:07,340] There has been a new submission: '[Fan Art]Drawing with gaming commentary remains the formula on my channel. I have updated my THUMBNAIL layout though, with something I hope is a little more fun. Comments and advice are welcome AND(of course) rewarded.', with flair 'Art' +[2020-08-21 19:41:09,604] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 19:41:09,643] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 19:41:10,955] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PCyzEKw-hv4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:41:11,404] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp-epzKsyGdKdecx9XoSU6Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:41:14,931] /u/ekaaaans had their flair updated +[2020-08-21 19:41:34,432] There has been a new submission: 'Captain America Saves the family deleted scene! They cut out so much Captain America stuff from the film.sucks:\ these scenes would have made Cap waayy more badass! I am happy that good things , fight scenes given to tws and cw. Kid handed him the shield , that's adorable ❤️', with flair 'Video Critique' +[2020-08-21 19:41:36,104] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-21 19:41:38,440] /u/deepakdknayak had their flair updated +[2020-08-21 19:41:59,130] There has been a new submission: '♫ Action - Mandrazo & MOHA & Duava ♫ | No Copyright Music', with flair 'Gaming' +[2020-08-21 19:42:00,897] /u/Bahadoersingh had their submission removed for insufficient lambda. +[2020-08-21 19:42:02,987] /u/Bahadoersingh had their flair updated +[2020-08-21 19:42:22,767] There has been a new submission: 'I made a new video after taking a break for 3 months. Let me know what you liked/disliked about it :D', with flair 'Gaming' +[2020-08-21 19:42:24,197] /u/TheDuckCat47 had their submission removed for insufficient lambda. +[2020-08-21 19:42:26,207] /u/TheDuckCat47 had their flair updated +[2020-08-21 19:45:47,984] There has been a new submission: 'Would love some feedback (on my channel as a whole) and maybe a subscribe, thanks guys!', with flair 'Channel Review' +[2020-08-21 19:45:49,335] /u/Wrunewright had their submission removed for insufficient lambda. +[2020-08-21 19:45:50,688] /u/Wrunewright had their flair updated +[2020-08-21 19:46:14,590] '/u/Capture_Reviews' has given '/u/bunnyofthesea' lambda! +[2020-08-21 19:46:16,887] /u/bunnyofthesea had their flair updated +[2020-08-21 19:47:08,557] There has been a new submission: 'Created first short video with new more dynamic intro (well I hope) - would love your thoughts', with flair 'Video Critique' +[2020-08-21 19:47:11,056] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 19:47:11,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 19:47:12,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tMK7cr6FY8k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:47:12,572] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzPvLTErV413qJ7bSv0o0pA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:47:14,582] /u/perplexed_pragmatism had their flair updated +[2020-08-21 19:49:39,131] There has been a new submission: 'Hey everyone, was wondering if some people could have a look at my channels picture and banner just to get some thoughts, its going to be a gaming/commentary channel and the name is a combination of comedy and commentary (cheesy i know but it can always be changed lol), Thanks :)', with flair 'Channel Review' +[2020-08-21 19:49:39,991] /u/jmcn1472 had their submission removed for insufficient lambda. +[2020-08-21 19:49:40,610] /u/jmcn1472 had their flair updated +[2020-08-21 19:50:44,679] '/u/TriceratopsJr' has given '/u/thefamousap' lambda! +[2020-08-21 19:50:47,620] /u/thefamousap had their flair updated +[2020-08-21 19:51:13,094] '/u/dasroight' has given '/u/CamDC123' lambda! +[2020-08-21 19:51:15,885] /u/CamDC123 had their flair updated +[2020-08-21 19:52:53,205] There has been a new submission: 'Documentary on how myself and friends got banned from a conservative Christian meme page.', with flair 'Video Critique' +[2020-08-21 19:52:54,641] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 19:52:54,723] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 19:52:56,119] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Jz02WiBGLGo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:52:56,571] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxSLaPj6jimoni3z6p61yUQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:52:59,808] /u/admiller3 had their flair updated +[2020-08-21 19:53:21,105] There has been a new submission: 'Return of the Obra Dinn - How Limitation Breeds Innovation. My second video and hopefully a big improvement from my first posted here earlier about BOTW. Feedback really appreciated ofc!', with flair 'Video Critique' +[2020-08-21 19:53:22,296] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 19:53:22,337] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 19:53:23,241] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nLQa05llb38&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:53:23,689] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6aQEF78lWr-b2TKL0y_asA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 19:53:26,922] /u/CamDC123 had their flair updated +[2020-08-21 19:56:53,256] There has been a new submission: 'My brief review of a new Switch game', with flair 'None' +[2020-08-21 19:56:54,847] /u/zanderlex1 had their submission removed for insufficient lambda. +[2020-08-21 19:56:56,117] /u/zanderlex1 had their flair updated +[2020-08-21 19:57:49,365] '/u/perplexed_pragmatism' has given '/u/-BR25-' lambda! +[2020-08-21 19:57:51,861] /u/-BR25- had their flair updated +[2020-08-21 20:01:14,169] There has been a new submission: 'Uzaki-chan wa Asobitai! in a nutshell', with flair 'Video Critique' +[2020-08-21 20:01:15,805] /u/Solus_inc had their submission removed for insufficient lambda. +[2020-08-21 20:01:18,308] /u/Solus_inc had their flair updated +[2020-08-21 20:01:58,640] There has been a new submission: 'A simple indie game title theme made from Euler's number in f minor', with flair 'Art' +[2020-08-21 20:02:00,264] /u/Pz_Selbstfahrfette had their submission removed for insufficient lambda. +[2020-08-21 20:02:02,394] /u/Pz_Selbstfahrfette had their flair updated +[2020-08-21 20:14:09,934] There has been a new submission: 'Did my 2nd Photoshopbattles video. I'd love some thoughts / constructive feedback! (Comedy - 3 mins)', with flair 'Video Critique' +[2020-08-21 20:14:11,491] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-08-21 20:14:13,915] /u/SimonCaine had their flair updated +[2020-08-21 20:14:54,949] There has been a new submission: 'I dont frequent this subreddit for Lambda I come for the community aspect and art of creating.', with flair 'Discussion' +[2020-08-21 20:14:57,528] /u/Jischasing had their flair updated +[2020-08-21 20:15:47,382] There has been a new submission: '$1 MILLION Dollars GARUNTEED VS Flip A Coin For $1 BILLION Dollars - GAMERLAFFS Podcast Ep.2 Teaser', with flair 'Video Critique' +[2020-08-21 20:15:48,697] /u/SunOfWill had their submission removed for insufficient lambda. +[2020-08-21 20:15:50,336] /u/SunOfWill had their flair updated +[2020-08-21 20:26:00,993] '/u/admiller3' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 20:26:03,530] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 20:26:54,256] There has been a new submission: 'I am a YouTuber who focuses on Movies & TV. I generally do video essays, but a few ranking videos are sneaking their way onto my schedule. This is a different kind of post, but I would like to know what you think my next video should be about. Thank You.', with flair 'Discussion' +[2020-08-21 20:26:57,535] /u/-BR25- had their flair updated +[2020-08-21 20:28:14,123] There has been a new submission: 'I would like to help you with editing software', with flair 'Meta' +[2020-08-21 20:28:16,668] /u/Ridi9t had their flair updated +[2020-08-21 20:28:35,324] There has been a new submission: 'Hey there friends! I've finally got around to talking about Fall Guys and it's equally fun as it is frustrating. Trying out different thumbnail styles now! Feel free to leave any form of feedback for good ol' lambda!', with flair 'Gaming' +[2020-08-21 20:28:36,141] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 20:28:36,179] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 20:28:38,718] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0fRk4wiYFOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 20:28:39,088] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCA31RSzvat6bfd7CZdToHMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 20:28:40,889] /u/Jardayylmao had their flair updated +[2020-08-21 20:29:13,282] There has been a new submission: '¨SYNERGY RECRUIT THIS GUY!!!¨ AND THIS WHY... ON MODERN WARFARE #SynergyRC #SynergyMane #Synergize', with flair 'Gaming' +[2020-08-21 20:29:14,140] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-08-21 20:29:14,838] /u/mane_10911 had their flair updated +[2020-08-21 20:29:31,155] There has been a new submission: 'The Suicide of Rachel Foster | Official Trailer 2020', with flair 'Gaming' +[2020-08-21 20:29:32,059] /u/Prosarena had their submission removed for insufficient lambda. +[2020-08-21 20:29:32,673] /u/Prosarena had their flair updated +[2020-08-21 20:30:38,765] There has been a new submission: 'Definitely do not watch this video if you're wanting to become a Fall Guys pro', with flair 'Gaming' +[2020-08-21 20:30:40,411] /u/kreativ31 had their submission removed for insufficient lambda. +[2020-08-21 20:30:43,029] /u/kreativ31 had their flair updated +[2020-08-21 20:32:58,024] There has been a new submission: 'pls check me out', with flair 'Gaming' +[2020-08-21 20:33:00,621] /u/compactgalaxy39 had their submission removed for insufficient lambda. +[2020-08-21 20:33:02,629] /u/compactgalaxy39 had their flair updated +[2020-08-21 20:33:27,707] /u/perplexed_pragmatism had their flair updated +[2020-08-21 20:33:29,269] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-21 20:34:08,993] '/u/perplexed_pragmatism' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 20:34:11,039] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 20:35:34,898] '/u/perplexed_pragmatism' has given '/u/formulaanything' lambda! +[2020-08-21 20:35:37,199] /u/formulaanything had their flair updated +[2020-08-21 20:35:59,890] '/u/TheDuckCat47' has given '/u/-BR25-' lambda! +[2020-08-21 20:36:02,092] /u/-BR25- had their flair updated +[2020-08-21 20:40:09,328] There has been a new submission: 'Reacting To Three XXL Freshman Freestyles', with flair 'Channel Review' +[2020-08-21 20:40:10,942] /u/yepthatisaepicgamer had their submission removed for insufficient lambda. +[2020-08-21 20:40:13,247] /u/yepthatisaepicgamer had their flair updated +[2020-08-21 20:41:35,987] '/u/TheRealTenpro' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 20:41:38,769] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 20:45:52,838] '/u/MafiasFinestTV' has given '/u/Cheesy_Walrus_YT' lambda! +[2020-08-21 20:45:55,790] /u/Cheesy_Walrus_YT had their flair updated +[2020-08-21 20:46:14,812] There has been a new submission: 'COULD THIS BE THE MOST POWERFUL DINO??? Let's Play ARK: Survival Evolved EP-2', with flair 'Gaming' +[2020-08-21 20:46:15,999] /u/KRGEZYTTTT had their submission removed for insufficient lambda. +[2020-08-21 20:46:17,399] /u/KRGEZYTTTT had their flair updated +[2020-08-21 20:47:16,688] +#################### +[Aug 21 2020 20:47:16] RESTARTED +#################### + +[2020-08-21 21:27:38,021] There has been a new submission: 'Can someone tell me if my channel was botted or something ? Yesterday I had 300 subs and now I’m almost at 600 !', with flair 'Channel Review' +[2020-08-21 21:27:40,402] /u/deakins96 had their submission removed for insufficient lambda. +[2020-08-21 21:27:41,263] /u/deakins96 had their flair updated +[2020-08-21 21:27:59,355] There has been a new submission: 'Just Made My First Video', with flair 'Video Critique' +[2020-08-21 21:28:00,579] /u/SuitDistinct had their submission removed for insufficient lambda. +[2020-08-21 21:28:01,508] /u/SuitDistinct had their flair updated +[2020-08-21 21:28:19,164] There has been a new submission: 'Hey guys! Please give me your thoughts on my new vid and any changes I should do! (I don't have much money so capture card is out of the question sorry)', with flair 'Gaming' +[2020-08-21 21:28:20,882] /u/tenmetresam had their submission removed for insufficient lambda. +[2020-08-21 21:28:21,662] /u/tenmetresam had their flair updated +[2020-08-21 21:28:38,847] There has been a new submission: '10 Minute Cardio Kickboxing Workout | No Equipment Needed | Free J.ING Yoga Set Giveaway [Lambdas given for every critique]', with flair 'Video Critique' +[2020-08-21 21:28:41,139] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 21:28:41,180] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 21:28:42,780] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qpYg_987Cm0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:28:43,271] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:28:45,118] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 21:29:02,372] There has been a new submission: 'An unfair YouTube account suspension', with flair 'Discussion' +[2020-08-21 21:29:03,358] /u/Meeroo23 had their flair updated +[2020-08-21 21:29:20,086] There has been a new submission: 'We started a history channel! Our video is starting to do really well! Any suggestions?', with flair 'Video Critique' +[2020-08-21 21:29:20,945] /u/Careless-Armadillo99 had their submission removed for insufficient lambda. +[2020-08-21 21:29:21,477] /u/Careless-Armadillo99 had their flair updated +[2020-08-21 21:29:37,993] There has been a new submission: 'HAPPY CAT AND MOTORCYCLES - Funny Videos // Newest one of my =3 style videos, had some issues with the recording... but as always any feedback would be much appreciated, I got a lot better at making these types of videos from the feedback I received on here past few weeks, so thank you very much!', with flair 'Video Critique' +[2020-08-21 21:29:39,382] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 21:29:39,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 21:29:40,730] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d-cnVn1i0eI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:29:41,100] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:29:42,613] /u/DTV998 had their flair updated +[2020-08-21 21:30:00,465] There has been a new submission: 'This is my newest video. I did some reformatting, fixed audio quality, and created a new intro. I would like to know what else I need to work on in order to make it look more like it was professionally created. This video is an analysis of Star Trek: The Motion Picture, and why it is so boring.', with flair 'Video Critique' +[2020-08-21 21:30:01,445] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 21:30:01,446] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 21:30:02,369] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sYW7-ZdEtdU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:30:02,894] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDKKjVK_yxe4Iux7hLKUwcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:30:06,291] /u/-BR25- had their flair updated +[2020-08-21 21:30:27,433] There has been a new submission: 'ASMR | Lip Gloss Sounds & Aggressive Tapping 💤💤 #ASMRtapping #SallyHansen #LipGloss #ACMP', with flair 'Channel Review' +[2020-08-21 21:30:29,076] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-21 21:30:31,455] /u/tballs2003 had their flair updated +[2020-08-21 21:30:52,123] There has been a new submission: 'Why JuiceWrld Was So Loved (Discussion)', with flair 'Video Critique' +[2020-08-21 21:30:53,804] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 21:30:53,843] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 21:30:55,651] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UcBnSRBzH0s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:30:56,264] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHJtA1LggVkq5xje2kr5zaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:30:59,482] /u/Ken98_ had their flair updated +[2020-08-21 21:31:18,374] There has been a new submission: 'My Dude stop gaming video if anybody has any feedback please let me know.', with flair 'Gaming' +[2020-08-21 21:31:19,934] /u/Wrayth23 had their submission removed for insufficient lambda. +[2020-08-21 21:31:22,192] /u/Wrayth23 had their flair updated +[2020-08-21 21:32:00,790] '/u/Capture_Reviews' has given '/u/TheDuckCat47' lambda! +[2020-08-21 21:32:03,208] /u/TheDuckCat47 had their flair updated +[2020-08-21 21:32:23,857] '/u/AlsleumMusic' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 21:32:26,671] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 21:33:16,191] '/u/admiller3' has given '/u/TheDuckCat47' lambda! +[2020-08-21 21:33:18,774] /u/TheDuckCat47 had their flair updated +[2020-08-21 21:33:38,916] '/u/admiller3' has given '/u/BoomerangTKO' lambda! +[2020-08-21 21:33:41,496] /u/BoomerangTKO had their flair updated +[2020-08-21 21:34:46,025] '/u/Fineset' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 21:34:48,649] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 21:35:52,445] '/u/MafiasFinestTV' has given '/u/Careless-Armadillo99' lambda! +[2020-08-21 21:35:54,333] /u/Careless-Armadillo99 had their flair updated +[2020-08-21 21:36:42,200] '/u/ekaaaans' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-21 21:36:44,618] /u/aspirefitnesswalnut had their flair updated +[2020-08-21 21:38:03,620] '/u/aspirefitnesswalnut' has given '/u/DTV998' lambda! +[2020-08-21 21:38:05,707] /u/DTV998 had their flair updated +[2020-08-21 21:38:39,018] '/u/perplexed_pragmatism' has given '/u/Careless-Armadillo99' lambda! +[2020-08-21 21:38:41,275] /u/Careless-Armadillo99 had their flair updated +[2020-08-21 21:39:29,418] '/u/PurpleFisty' has given '/u/TheDuckCat47' lambda! +[2020-08-21 21:39:31,463] /u/TheDuckCat47 had their flair updated +[2020-08-21 21:40:05,822] '/u/PurpleFisty' has given '/u/HotshotRaptor' lambda! +[2020-08-21 21:40:08,761] /u/HotshotRaptor had their flair updated +[2020-08-21 21:41:34,870] '/u/aspirefitnesswalnut' has given '/u/ekaaaans' lambda! +[2020-08-21 21:41:37,628] /u/ekaaaans had their flair updated +[2020-08-21 21:42:24,025] '/u/Careless-Armadillo99' has given '/u/-BR25-' lambda! +[2020-08-21 21:42:27,066] /u/-BR25- had their flair updated +[2020-08-21 21:47:34,511] /u/admiller3 had their flair updated +[2020-08-21 21:49:38,801] There has been a new submission: 'New Record Hiking Time - 6AM HIKE!', with flair 'Vlog' +[2020-08-21 21:49:41,752] /u/ESK8Store had their submission removed for insufficient lambda. +[2020-08-21 21:49:42,735] /u/ESK8Store had their flair updated +[2020-08-21 21:50:01,111] There has been a new submission: 'Advice for my small Youtube channel (CrazyDaveGaming)', with flair 'Channel Review' +[2020-08-21 21:50:02,868] /u/psych3delictr1p had their submission removed for insufficient lambda. +[2020-08-21 21:50:05,517] /u/psych3delictr1p had their flair updated +[2020-08-21 21:50:25,352] There has been a new submission: 'Would love any advice that would help me make my channel and videos better. Thank you!', with flair 'Video Critique' +[2020-08-21 21:50:26,994] /u/PFahlen had their submission removed for insufficient lambda. +[2020-08-21 21:50:29,331] /u/PFahlen had their flair updated +[2020-08-21 21:52:24,925] There has been a new submission: 'TikTok Compilation - Bean Squad', with flair 'Vlog' +[2020-08-21 21:52:26,646] /u/matthewptrotta had their submission removed for insufficient lambda. +[2020-08-21 21:52:28,782] /u/matthewptrotta had their flair updated +[2020-08-21 21:54:03,220] There has been a new submission: 'Fall Guys has a BIG Problem...', with flair 'Video Critique' +[2020-08-21 21:54:05,206] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 21:54:05,327] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 21:54:06,718] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VLHX3DUiN7M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:54:07,173] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTexSFWB2dXnRP7RPLHs4GQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 21:54:10,983] /u/HotshotRaptor had their flair updated +[2020-08-21 22:01:36,436] There has been a new submission: 'Outlast Part 2 ft IVAN 😂😂', with flair 'Gaming' +[2020-08-21 22:01:38,069] /u/IvanovichCYKA had their submission removed for insufficient lambda. +[2020-08-21 22:01:40,367] /u/IvanovichCYKA had their flair updated +[2020-08-21 22:06:34,315] There has been a new submission: '85 Year Old Granny opens a YouTube channel', with flair 'Channel Review' +[2020-08-21 22:06:35,573] /u/TechifyAt85 had their submission removed for insufficient lambda. +[2020-08-21 22:06:37,052] /u/TechifyAt85 had their flair updated +[2020-08-21 22:09:06,633] There has been a new submission: 'Content Finessed Compilation #1', with flair 'Channel Review' +[2020-08-21 22:09:07,410] /u/ContentFinesse had their submission removed for insufficient lambda. +[2020-08-21 22:09:08,140] /u/ContentFinesse had their flair updated +[2020-08-21 22:12:12,526] There has been a new submission: 'I’m proud of this video - Swedish Vs Deep Tissue Massage | Comparison | Elite Healers Massage Therapy NYC', with flair 'Video Critique' +[2020-08-21 22:12:14,127] /u/EliteHealersMT had their submission removed for insufficient lambda. +[2020-08-21 22:12:16,300] /u/EliteHealersMT had their flair updated +[2020-08-21 22:15:56,557] There has been a new submission: 'Hey redditors? Im trying to start a remix channel, and started off with a megalovania remix. Can you guys give me feedback and suggestions?', with flair 'None' +[2020-08-21 22:15:57,945] /u/Horror_DudeGuy had their submission removed for insufficient lambda. +[2020-08-21 22:15:59,424] /u/Horror_DudeGuy had their flair updated +[2020-08-21 22:22:12,159] '/u/-BR25-' has given '/u/ekaaaans' lambda! +[2020-08-21 22:22:14,185] /u/ekaaaans had their flair updated +[2020-08-21 22:26:06,984] '/u/Djbernie805' has given '/u/TheDuckCat47' lambda! +[2020-08-21 22:26:09,817] /u/TheDuckCat47 had their flair updated +[2020-08-21 22:26:50,558] There has been a new submission: 'Netflix are weird for featuring this', with flair 'Video Critique' +[2020-08-21 22:26:51,990] /u/TenziicYT had their submission removed for insufficient lambda. +[2020-08-21 22:26:54,200] /u/TenziicYT had their flair updated +[2020-08-21 22:27:31,805] '/u/Djbernie805' has given '/u/ShikharTrivedi' lambda! +[2020-08-21 22:27:34,179] /u/ShikharTrivedi had their flair updated +[2020-08-21 22:28:29,059] '/u/Djbernie805' has given '/u/thefamousap' lambda! +[2020-08-21 22:28:31,476] /u/thefamousap had their flair updated +[2020-08-21 22:28:52,091] '/u/Djbernie805' has given '/u/Brandonator247' lambda! +[2020-08-21 22:28:54,343] /u/Brandonator247 had their flair updated +[2020-08-21 22:29:46,390] '/u/Djbernie805' has given '/u/Diego-R' lambda! +[2020-08-21 22:29:48,728] /u/Diego-R had their flair updated +[2020-08-21 22:30:12,632] '/u/Djbernie805' has given '/u/CamDC123' lambda! +[2020-08-21 22:30:15,701] /u/CamDC123 had their flair updated +[2020-08-21 22:35:41,468] There has been a new submission: 'Hey guys wouldbe awsome if you checked me out x', with flair 'Gaming' +[2020-08-21 22:35:42,878] /u/SchoolBagHook had their submission removed for insufficient lambda. +[2020-08-21 22:35:44,433] /u/SchoolBagHook had their flair updated +[2020-08-21 22:37:34,209] There has been a new submission: 'Taken me nearly 8 years, but it happened :) and I wouldn’t change a thing <3 massive thanks to everyone here who’s supported me over the years :)!', with flair 'Vlog' +[2020-08-21 22:37:34,630] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 22:37:34,631] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 22:37:34,973] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9J4Q4gGV0TA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 22:37:35,198] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCn7-VdLP5MN5hT2I8LuCtEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 22:37:36,891] /u/Bebby_Tuna had their flair updated +[2020-08-21 22:40:58,774] There has been a new submission: 'I made a short skit about my Japanese learning experience as a weeb. Would like some feedback on everything (title, audio, thumbnail, the whole nine yards). Lay on me the good and the bad!', with flair 'Video Critique' +[2020-08-21 22:41:00,703] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 22:41:00,741] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 22:41:02,013] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s6HFnMHobpw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 22:41:02,382] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4zbkailMeIqOF2VNiNKlFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 22:41:05,863] /u/lolaccounting had their flair updated +[2020-08-21 22:47:17,678] +#################### +[Aug 21 2020 22:47:17] RESTARTED +#################### + +[2020-08-21 23:22:55,447] There has been a new submission: 'Exploring an ant hill. What could go wrong....', with flair 'Gaming' +[2020-08-21 23:22:58,038] /u/BG_JackS had their submission removed for insufficient lambda. +[2020-08-21 23:22:59,927] /u/BG_JackS had their flair updated +[2020-08-21 23:23:18,633] There has been a new submission: 'new video please like comment and sub if you want :)', with flair 'Gaming' +[2020-08-21 23:23:19,988] /u/Friendly_youtuber_hi had their submission removed for insufficient lambda. +[2020-08-21 23:23:21,755] /u/Friendly_youtuber_hi had their flair updated +[2020-08-21 23:23:44,140] '/u/admiller3' has given '/u/RealMisterecks' lambda! +[2020-08-21 23:23:46,481] /u/RealMisterecks had their flair updated +[2020-08-21 23:24:50,713] '/u/Bebby_Tuna' has given '/u/gamer_throwaway2' lambda! +[2020-08-21 23:24:53,384] /u/gamer_throwaway2 had their flair updated +[2020-08-21 23:25:20,758] '/u/HotshotRaptor' has given '/u/gamer_throwaway2' lambda! +[2020-08-21 23:25:21,880] /u/gamer_throwaway2 had their flair updated +[2020-08-21 23:26:10,623] '/u/Unraveled_YT' has given '/u/lazycook_yt' lambda! +[2020-08-21 23:26:12,717] /u/lazycook_yt had their flair updated +[2020-08-21 23:26:47,428] '/u/Capture_Reviews' has given '/u/LoeyUK' lambda! +[2020-08-21 23:26:49,483] /u/LoeyUK had their flair updated +[2020-08-21 23:29:35,561] There has been a new submission: 'This is a REMAKE of my first video ever, a trip to Barbados 3 years ago', with flair 'Vlog' +[2020-08-21 23:29:37,850] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 23:29:37,853] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 23:29:39,243] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7Ff111PvNyM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:29:39,739] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC17q1Nw3z3JBuA763BK5qjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:29:41,378] /u/My_Travel_Journal had their flair updated +[2020-08-21 23:30:00,459] There has been a new submission: 'Watch me and my friend discuss the headache that is Prometheus and Alien Covenant. Watch and share your opinions or prove us wrong. Follow us @dumplore or listen to us on most major podcasts such as Apple podcast, spotify, or Deezer.', with flair 'Video Critique' +[2020-08-21 23:30:02,210] /u/masonknight86 had their submission removed for insufficient lambda. +[2020-08-21 23:30:04,727] /u/masonknight86 had their flair updated +[2020-08-21 23:30:25,311] There has been a new submission: '“henry stickmin distracts drivers” I am a small vr gaming/ meme channel with 23 subs. Hope you check out my content :)', with flair 'Video Critique' +[2020-08-21 23:30:27,069] /u/sanatized_snailSD had their submission removed for insufficient lambda. +[2020-08-21 23:30:29,404] /u/sanatized_snailSD had their flair updated +[2020-08-21 23:30:52,479] There has been a new submission: 'Valorant | Legend of Shinnoje | "Come up begins"', with flair 'Gaming' +[2020-08-21 23:30:54,237] /u/LukeEnxy had their submission removed for insufficient lambda. +[2020-08-21 23:30:56,494] /u/LukeEnxy had their flair updated +[2020-08-21 23:31:15,867] There has been a new submission: 'Anyone have an helpful video for editing gaming content?', with flair 'Gaming' +[2020-08-21 23:31:17,543] /u/CargoGoop had their submission removed for insufficient lambda. +[2020-08-21 23:31:19,873] /u/CargoGoop had their flair updated +[2020-08-21 23:32:20,147] '/u/Bebby_Tuna' has given '/u/LoeyUK' lambda! +[2020-08-21 23:32:23,256] /u/LoeyUK had their flair updated +[2020-08-21 23:35:33,354] '/u/Jardayylmao' has given '/u/Lukeplex' lambda! +[2020-08-21 23:35:35,806] /u/Lukeplex had their flair updated +[2020-08-21 23:37:02,106] There has been a new submission: 'Hey Guys! I'm working on renewing my channel and I just posted a new video today! I hope someone on here can give me some real honest feedback so I can make content that people actually like :) Thanks', with flair 'Video Critique' +[2020-08-21 23:37:03,495] /u/jinguladdoo had their submission removed for insufficient lambda. +[2020-08-21 23:37:04,598] /u/jinguladdoo had their flair updated +[2020-08-21 23:37:28,446] There has been a new submission: 'I've done Warzone videos before but this is my first attempt at Modern Warfare being hooligans with some friends. Lambda for actual feedback and a like and share if you enjoy it! Thanks everyone', with flair 'Video Critique' +[2020-08-21 23:37:31,289] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 23:37:31,329] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 23:37:32,930] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cQ8YeT5cZMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:37:33,345] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:37:35,316] /u/Brandonator247 had their flair updated +[2020-08-21 23:39:22,040] There has been a new submission: 'I'd like some feedback on the thumbnail and subtitles in this latest video. Handing out lambda', with flair 'Video Critique' +[2020-08-21 23:39:24,943] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 23:39:24,944] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 23:39:26,333] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AcNOTP--eww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:39:26,620] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:39:28,091] /u/HappyPantzInc had their flair updated +[2020-08-21 23:45:11,282] There has been a new submission: 'Giving lambda to good criticism! Funny moments of among us with my friends! Enjoy!', with flair 'Gaming' +[2020-08-21 23:45:13,828] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-21 23:45:13,865] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-21 23:45:15,256] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4EWdPlrMQds&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:45:15,588] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-cJHQIAao0uPb5eMngetTA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-21 23:45:18,580] /u/gamer_throwaway2 had their flair updated +[2020-08-21 23:49:45,194] There has been a new submission: 'World’s Hottest Chocolate Bar Challenge 🔥🍫', with flair 'Thumbnail Review' +[2020-08-21 23:49:46,176] /u/yourmancodyd had their submission removed for insufficient lambda. +[2020-08-21 23:49:46,708] /u/yourmancodyd had their flair updated +[2020-08-21 23:52:29,247] There has been a new submission: 'Hi after years of editing for million subscriber channels, I'm starting my own channel dedicated to gaming and more. My first video is up now!', with flair 'Gaming' +[2020-08-21 23:52:30,616] /u/trang20xx had their submission removed for insufficient lambda. +[2020-08-21 23:52:32,694] /u/trang20xx had their flair updated +[2020-08-21 23:55:09,888] '/u/lolaccounting' has given '/u/gamer_throwaway2' lambda! +[2020-08-21 23:55:11,879] /u/gamer_throwaway2 had their flair updated +[2020-08-22 00:09:27,172] '/u/Brandonator247' has given '/u/_shitsplitter_' lambda! +[2020-08-22 00:09:28,101] /u/_shitsplitter_ had their flair updated +[2020-08-22 00:09:52,783] '/u/perplexed_pragmatism' has given '/u/_shitsplitter_' lambda! +[2020-08-22 00:09:54,382] /u/_shitsplitter_ had their flair updated +[2020-08-22 00:13:42,078] '/u/Capture_Reviews' has given '/u/_shitsplitter_' lambda! +[2020-08-22 00:13:44,983] /u/_shitsplitter_ had their flair updated +[2020-08-22 00:14:36,119] There has been a new submission: 'If Internet Explorer was a news channel', with flair 'Video Critique' +[2020-08-22 00:14:37,916] /u/Coolmim had their submission removed for insufficient lambda. +[2020-08-22 00:14:39,725] /u/Coolmim had their flair updated +[2020-08-22 00:15:05,469] '/u/Capture_Reviews' has given '/u/trialander' lambda! +[2020-08-22 00:15:08,010] /u/trialander had their flair updated +[2020-08-22 00:25:00,368] '/u/HappyPantzInc' has given '/u/_shitsplitter_' lambda! +[2020-08-22 00:25:02,640] /u/_shitsplitter_ had their flair updated +[2020-08-22 00:38:00,183] '/u/MafiasFinestTV' has given '/u/_shitsplitter_' lambda! +[2020-08-22 00:38:01,288] /u/_shitsplitter_ had their flair updated +[2020-08-22 00:38:05,098] There has been a new submission: 'I tried to play Russian Roulette with fireworks and a computer!! -Please tell me your favorite part of the vid, as some criticism!', with flair 'Video Critique' +[2020-08-22 00:38:05,298] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 00:38:05,300] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 00:38:05,425] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tmUsn4agOZ0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 00:38:05,546] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSexPWIclysCEqFdD3HtkFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 00:38:06,997] /u/greenpeppers100 had their flair updated +[2020-08-22 00:46:05,063] '/u/My_Travel_Journal' has given '/u/gamer_throwaway2' lambda! +[2020-08-22 00:46:06,549] /u/gamer_throwaway2 had their flair updated +[2020-08-22 00:46:22,916] '/u/My_Travel_Journal' has given '/u/WarangalAbbayi' lambda! +[2020-08-22 00:46:24,362] /u/WarangalAbbayi had their flair updated +[2020-08-22 00:46:52,371] +#################### +[Aug 22 2020 00:46:52] RESTARTED +#################### + +[2020-08-22 01:16:38,464] '/u/lolaccounting' has given '/u/trialander' lambda! +[2020-08-22 01:16:40,764] /u/trialander had their flair updated +[2020-08-22 01:17:14,645] '/u/TheRealTenpro' has given '/u/_shitsplitter_' lambda! +[2020-08-22 01:17:16,651] /u/_shitsplitter_ had their flair updated +[2020-08-22 01:18:35,225] '/u/SamTheAnthro' has given '/u/Internt_Person' lambda! +[2020-08-22 01:18:37,363] /u/Internt_Person had their flair updated +[2020-08-22 01:18:55,422] '/u/SamTheAnthro' has given '/u/perplexed_pragmatism' lambda! +[2020-08-22 01:18:57,468] /u/perplexed_pragmatism had their flair updated +[2020-08-22 01:19:32,294] '/u/SamTheAnthro' has given '/u/Pralco' lambda! +[2020-08-22 01:19:34,424] /u/Pralco had their flair updated +[2020-08-22 01:19:50,641] There has been a new submission: 'How to record with two audio inputs in Audacity?', with flair 'Discussion' +[2020-08-22 01:19:51,955] /u/KCavileer had their flair updated +[2020-08-22 01:20:09,487] There has been a new submission: 'MINECRAFT GAMERS!! This video will trigger you... (at some point)', with flair 'Gaming' +[2020-08-22 01:20:11,035] /u/xverticYT had their submission removed for insufficient lambda. +[2020-08-22 01:20:13,328] /u/xverticYT had their flair updated +[2020-08-22 01:20:21,684] There has been a new submission: 'Getting into making content on a semi-regular basis. This is my latest video on Halo 3 ODST. Would like to know what I could be doing to improve. Thanks in advance!', with flair 'Gaming' +[2020-08-22 01:20:23,243] /u/MarchMyMinions had their submission removed for insufficient lambda. +[2020-08-22 01:20:25,559] /u/MarchMyMinions had their flair updated +[2020-08-22 01:20:45,723] There has been a new submission: 'Hey Guys I Just Posted A Brand New Fall Guys Video And It’s My Best One Yet!!! If You Guys Could ahead Over And Check That Out For Me It Would Be Greatly Appreciated It Took A Lot Of Time To Edit Lol So Hit That Like Button And Also Subscribe If You Enjoy!!!', with flair 'Gaming' +[2020-08-22 01:20:47,229] /u/OhItsZebby0 had their submission removed for insufficient lambda. +[2020-08-22 01:20:49,529] /u/OhItsZebby0 had their flair updated +[2020-08-22 01:21:08,952] There has been a new submission: 'Drawing My Grandad (Raymond William Carter)', with flair 'Art' +[2020-08-22 01:21:10,551] /u/JamesCarterArt had their submission removed for insufficient lambda. +[2020-08-22 01:21:12,805] /u/JamesCarterArt had their flair updated +[2020-08-22 01:26:25,366] '/u/lolaccounting' has given '/u/ekaaaans' lambda! +[2020-08-22 01:26:28,119] /u/ekaaaans had their flair updated +[2020-08-22 01:33:42,885] There has been a new submission: 'COASTER CHAOS🎡🎢 | THEME PARK TYCOON | ROBLOX GAMEPLAY', with flair 'Gaming' +[2020-08-22 01:33:44,403] /u/KendallsPlayland had their submission removed for insufficient lambda. +[2020-08-22 01:33:46,329] /u/KendallsPlayland had their flair updated +[2020-08-22 01:35:08,833] There has been a new submission: 'New here with a dumb question (don't upvote)', with flair 'Discussion' +[2020-08-22 01:35:10,814] /u/lolaccounting had their flair updated +[2020-08-22 01:36:18,850] There has been a new submission: 'I went diving in the ocean for the first time!', with flair 'Video Critique' +[2020-08-22 01:36:21,434] /u/DrivenDeepYT had their submission removed for insufficient lambda. +[2020-08-22 01:36:23,443] /u/DrivenDeepYT had their flair updated +[2020-08-22 01:39:02,868] There has been a new submission: 'Hi everyone', with flair 'Video Critique' +[2020-08-22 01:39:03,646] /u/vithecoolest had their submission removed for insufficient lambda. +[2020-08-22 01:39:04,434] /u/vithecoolest had their flair updated +[2020-08-22 01:43:22,481] There has been a new submission: 'How To Get Engagement On YouTube-Get MORE comments on your videos! YouTube Tips for small channels', with flair 'Video Critique' +[2020-08-22 01:43:24,977] /u/justnessa had their submission removed for insufficient lambda. +[2020-08-22 01:43:27,924] /u/justnessa had their flair updated +[2020-08-22 01:48:17,830] '/u/HappyPantzInc' has given '/u/Pralco' lambda! +[2020-08-22 01:48:19,958] /u/Pralco had their flair updated +[2020-08-22 01:51:20,011] There has been a new submission: 'Two cute girls compete in American/English childhood games. What could I have done to make this video more engaging. Did you watch until the end? Will give lambda for feedback.', with flair 'Video Critique' +[2020-08-22 01:51:23,287] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 01:51:23,407] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 01:51:24,719] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9ELrI_yd-WA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 01:51:25,130] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmpxGu-swG4X5RKO0cgdLVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 01:51:28,119] /u/thecookietrain had their flair updated +[2020-08-22 01:54:25,553] There has been a new submission: 'Two cute girls compete in American/English childhood games. What could I have done to make this video more engaging? Did you watch until the end? Will give lambda for feedback.', with flair 'Video Critique' +[2020-08-22 01:54:25,935] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 01:54:25,952] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 01:54:26,258] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9ELrI_yd-WA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 01:54:26,469] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmpxGu-swG4X5RKO0cgdLVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 01:54:28,756] /u/thecookietrain had their flair updated +[2020-08-22 01:55:07,263] There has been a new submission: 'Can I get some feedback on my video please?', with flair 'Video Critique' +[2020-08-22 01:55:08,556] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-08-22 01:55:10,243] /u/cuthbertfontain had their flair updated +[2020-08-22 02:11:49,781] There has been a new submission: 'Conzinho', with flair 'Channel Review' +[2020-08-22 02:11:51,291] /u/CONZINHOX had their submission removed for insufficient lambda. +[2020-08-22 02:11:53,627] /u/CONZINHOX had their flair updated +[2020-08-22 02:16:43,701] '/u/thecookietrain' has given '/u/rextify' lambda! +[2020-08-22 02:16:47,200] /u/rextify had their flair updated +[2020-08-22 02:27:36,003] There has been a new submission: 'i upload more than dream', with flair 'Gaming' +[2020-08-22 02:27:37,559] /u/DosPotahtoe had their submission removed for insufficient lambda. +[2020-08-22 02:27:38,788] /u/DosPotahtoe had their flair updated +[2020-08-22 02:43:28,630] '/u/twinarmeduka' has given '/u/Heavy_Rain_' lambda! +[2020-08-22 02:43:31,544] /u/Heavy_Rain_ had their flair updated +[2020-08-22 02:47:10,876] +#################### +[Aug 22 2020 02:47:10] RESTARTED +#################### + +[2020-08-22 03:22:43,880] There has been a new submission: 'HELP Wanted... Small Channel. Making short (~5mins) ‘acoustic rendition chill out playlists’ (acoustic DJ kind of thing). Did a quick youtube search and found a decent audience so I thinking to focus on the segment. Does the video match the concept? and do you think its worth making more of it?', with flair 'Channel Review' +[2020-08-22 03:22:47,197] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 03:22:47,200] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 03:22:48,386] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yuKJvkk5m8E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 03:22:48,798] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu47BpndxDfnwUuSppaOqKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 03:22:51,666] /u/DelogueAcoustic had their flair updated +[2020-08-22 03:23:10,468] There has been a new submission: 'csgo with the slow', with flair 'Gaming' +[2020-08-22 03:23:13,004] /u/Spaidei had their submission removed for insufficient lambda. +[2020-08-22 03:23:14,724] /u/Spaidei had their flair updated +[2020-08-22 03:24:50,904] '/u/greenpeppers100' has given '/u/after_hours_chef' lambda! +[2020-08-22 03:24:53,893] /u/after_hours_chef had their flair updated +[2020-08-22 03:25:13,853] '/u/pinappleonpizza123' has given '/u/006redditor006' lambda! +[2020-08-22 03:25:15,165] /u/006redditor006 had their flair updated +[2020-08-22 03:25:22,171] '/u/pinappleonpizza123' has given '/u/TheBraveZombies' lambda! +[2020-08-22 03:25:23,331] /u/TheBraveZombies had their flair updated +[2020-08-22 03:25:43,558] '/u/pinappleonpizza123' has given '/u/_shitsplitter_' lambda! +[2020-08-22 03:25:45,815] /u/_shitsplitter_ had their flair updated +[2020-08-22 03:26:22,194] '/u/lolaccounting' has given '/u/AlexClarkeGames' lambda! +[2020-08-22 03:26:24,445] /u/AlexClarkeGames had their flair updated +[2020-08-22 03:26:43,081] '/u/DelogueAcoustic' has given '/u/hortingo' lambda! +[2020-08-22 03:26:45,331] /u/hortingo had their flair updated +[2020-08-22 03:29:02,978] There has been a new submission: 'i need help with something...', with flair 'Discussion' +[2020-08-22 03:29:05,676] /u/0_R_A_N_G_E had their flair updated +[2020-08-22 03:29:21,972] There has been a new submission: 'My daughter started an ASMR/trigger channel. Can you guys show her a little love? Even just a like if you don't want to subscribe. It would make her world. She's 10 and has always wanted a channel :)', with flair 'Channel Review' +[2020-08-22 03:29:23,119] /u/RedditRabbitt had their submission removed for insufficient lambda. +[2020-08-22 03:29:23,897] /u/RedditRabbitt had their flair updated +[2020-08-22 03:29:40,006] There has been a new submission: 'Just hit 200!!!', with flair 'Discussion' +[2020-08-22 03:29:40,867] /u/NotBirdyDoes had their flair updated +[2020-08-22 03:30:00,434] There has been a new submission: 'How to start advertising your new YouTube channel?', with flair 'Discussion' +[2020-08-22 03:30:03,099] /u/ExpiryYT had their flair updated +[2020-08-22 03:30:29,837] '/u/lolaccounting' has given '/u/hortingo' lambda! +[2020-08-22 03:30:32,590] /u/hortingo had their flair updated +[2020-08-22 03:31:34,448] There has been a new submission: 'Remember: Many People On The Internet Are Morons; Don’t Let Stupid Comments Get To You', with flair 'Discussion' +[2020-08-22 03:31:38,297] /u/-BR25- had their flair updated +[2020-08-22 03:43:35,350] There has been a new submission: 'I'm a stick figure animator, I worked for hours on this project, and this is only part one.', with flair 'Art' +[2020-08-22 03:43:36,780] /u/JimBobWay16 had their submission removed for insufficient lambda. +[2020-08-22 03:43:38,749] /u/JimBobWay16 had their flair updated +[2020-08-22 03:49:34,884] There has been a new submission: 'Just uploaded my second video', with flair 'Channel Review' +[2020-08-22 03:49:35,581] /u/heineken001 had their submission removed for insufficient lambda. +[2020-08-22 03:49:36,153] /u/heineken001 had their flair updated +[2020-08-22 03:58:32,413] There has been a new submission: 'Would you fall asleep to this?', with flair 'Video Critique' +[2020-08-22 03:58:33,476] /u/Sussurro_TV had their submission removed for insufficient lambda. +[2020-08-22 03:58:34,419] /u/Sussurro_TV had their flair updated +[2020-08-22 04:01:11,171] '/u/lolaccounting' has given '/u/acceptgaming' lambda! +[2020-08-22 04:01:13,794] /u/acceptgaming had their flair updated +[2020-08-22 04:17:13,873] There has been a new submission: 'Modern Warfare AN-94 Eperience.EXE', with flair 'Gaming' +[2020-08-22 04:17:15,041] /u/MrFreetim3 had their submission removed for insufficient lambda. +[2020-08-22 04:17:16,416] /u/MrFreetim3 had their flair updated +[2020-08-22 04:19:51,524] There has been a new submission: 'My YouTube channel has almost been around for 4 years and I only have 50 subs', with flair 'Gaming' +[2020-08-22 04:19:52,412] /u/CharmingAward2 had their submission removed for insufficient lambda. +[2020-08-22 04:19:52,784] /u/CharmingAward2 had their flair updated +[2020-08-22 04:35:35,102] There has been a new submission: 'Looking for feedback on my latest video. I had a comment today saying that I suck at making YouTube videos apparently, which was very discouraging. Any feedback is appreciated. I'm starting to second guess myself.', with flair 'Video Critique' +[2020-08-22 04:35:36,821] /u/MMic21 had their submission removed for insufficient lambda. +[2020-08-22 04:35:38,444] /u/MMic21 had their flair updated +[2020-08-22 04:46:44,669] +#################### +[Aug 22 2020 04:46:44] RESTARTED +#################### + +[2020-08-22 05:09:15,489] There has been a new submission: 'First time making chicken', with flair 'Channel Review' +[2020-08-22 05:09:17,453] /u/mackenziekillz had their submission removed for insufficient lambda. +[2020-08-22 05:09:18,109] /u/mackenziekillz had their flair updated +[2020-08-22 05:09:35,227] There has been a new submission: 'https://www.youtube.com/channel/UCE0SwiK3H39gq1VEMCqPyXg this is our first time posting on this subreddit next post will be on other accounts', with flair 'Gaming' +[2020-08-22 05:09:36,088] /u/potatobrogamzyt had their submission removed for insufficient lambda. +[2020-08-22 05:09:36,579] /u/potatobrogamzyt had their flair updated +[2020-08-22 05:09:53,864] There has been a new submission: 'I'm a touring musician but in the downtime I'm following my old pastime of making videos. Looking for FEEDBACK as this is a totally new venture. Are you enjoying the skits? Are the topics fun? Does it drone on? I don't want to echo chamber myself so I'll toss out Lambda for your thoughts. THX!', with flair 'Video Critique' +[2020-08-22 05:09:57,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 05:09:57,343] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 05:09:58,902] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iBKl9lUBiJY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 05:09:59,353] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSaUrlltLDESXg5j9CXOmKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 05:10:01,984] /u/_shitsplitter_ had their flair updated +[2020-08-22 05:15:07,753] There has been a new submission: 'The Gaming Forgers', with flair 'Gaming' +[2020-08-22 05:15:09,144] /u/HunterGamz had their submission removed for insufficient lambda. +[2020-08-22 05:15:10,825] /u/HunterGamz had their flair updated +[2020-08-22 05:22:14,661] There has been a new submission: 'Swedish Aquarium Zoo 2020', with flair 'Vlog' +[2020-08-22 05:22:16,292] /u/Karma1up had their submission removed for insufficient lambda. +[2020-08-22 05:22:18,429] /u/Karma1up had their flair updated +[2020-08-22 05:33:06,260] There has been a new submission: 'memes from a different world', with flair 'Thumbnail Review' +[2020-08-22 05:33:07,815] /u/Bealinare had their submission removed for insufficient lambda. +[2020-08-22 05:33:09,823] /u/Bealinare had their flair updated +[2020-08-22 05:35:43,856] '/u/gamer_throwaway2' has given '/u/hortingo' lambda! +[2020-08-22 05:35:45,367] /u/hortingo had their flair updated +[2020-08-22 05:38:07,340] There has been a new submission: 'How to cook Afghani Omelette, unique taste and different recipe. Don't miss it!', with flair 'Video Critique' +[2020-08-22 05:38:08,219] /u/cookingaursehat had their submission removed for insufficient lambda. +[2020-08-22 05:38:09,235] /u/cookingaursehat had their flair updated +[2020-08-22 05:49:00,991] '/u/_shitsplitter_' has given '/u/TotallyExtra' lambda! +[2020-08-22 05:49:03,161] /u/TotallyExtra had their flair updated +[2020-08-22 05:50:22,166] There has been a new submission: 'I am new here, I just posted a video on youtube, just trying to spread positivity. I would love to hear your feedback thank you all.', with flair 'Video Critique' +[2020-08-22 05:50:23,680] /u/thetasteofyourspirit had their submission removed for insufficient lambda. +[2020-08-22 05:50:25,994] /u/thetasteofyourspirit had their flair updated +[2020-08-22 05:51:17,652] '/u/thecookietrain' has given '/u/TotallyExtra' lambda! +[2020-08-22 05:51:19,803] /u/TotallyExtra had their flair updated +[2020-08-22 05:53:02,631] '/u/_shitsplitter_' has given '/u/TCSpectre' lambda! +[2020-08-22 05:53:04,581] /u/TCSpectre had their flair updated +[2020-08-22 05:55:30,701] There has been a new submission: 'Ruler Tool | Photoshop Tutorial', with flair 'Video Critique' +[2020-08-22 05:55:31,879] /u/ARTMA_ had their submission removed for insufficient lambda. +[2020-08-22 05:55:33,503] /u/ARTMA_ had their flair updated +[2020-08-22 05:58:30,827] There has been a new submission: 'I’m a Socially anxious Destiny 2 gamer trying to get out of my comfort zone with guides/reviews for gear in the game. Any feedback is much appreciated, especially on audio quality of the videos, as well as the three latest Thumbnail.', with flair 'Channel Review' +[2020-08-22 05:58:33,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 05:58:33,239] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 05:58:34,551] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4Vx3QunYIFo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 05:58:34,961] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrb1ndpuLtYz4Dfu3YNQLIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 05:58:37,014] /u/TCSpectre had their flair updated +[2020-08-22 05:59:09,954] There has been a new submission: 'Forgers weekly it’s our podcast style vid where we talk about all kinds of stuff like where we talk about the channel or just subjects that we are entertained in', with flair 'Channel Review' +[2020-08-22 05:59:10,898] /u/potatobrogamzyt had their submission removed for insufficient lambda. +[2020-08-22 05:59:11,675] /u/potatobrogamzyt had their flair updated +[2020-08-22 06:13:09,648] There has been a new submission: 'Guinevere Perfect Gameplay | Top Global Guinevere By ♡マフロイ♡ ~ MLBB | Thu...', with flair 'Gaming' +[2020-08-22 06:13:11,249] /u/ThunderX949 had their submission removed for insufficient lambda. +[2020-08-22 06:13:13,337] /u/ThunderX949 had their flair updated +[2020-08-22 06:13:54,477] There has been a new submission: 'Guinevere Perfect Gameplay | Top Global Guinevere By ♡マフロイ♡ ~ MLBB | Thu...', with flair 'Gaming' +[2020-08-22 06:13:56,036] /u/ThunderX949 had their submission removed for insufficient lambda. +[2020-08-22 06:13:57,838] /u/ThunderX949 had their flair updated +[2020-08-22 06:17:52,050] '/u/TCSpectre' has given '/u/TotallyExtra' lambda! +[2020-08-22 06:17:56,356] /u/TotallyExtra had their flair updated +[2020-08-22 06:24:12,931] '/u/TCSpectre' has given '/u/_shitsplitter_' lambda! +[2020-08-22 06:24:15,791] /u/_shitsplitter_ had their flair updated +[2020-08-22 06:26:26,376] '/u/Dr3dH3d' has given '/u/LoeyUK' lambda! +[2020-08-22 06:26:30,140] /u/LoeyUK had their flair updated +[2020-08-22 06:27:03,576] There has been a new submission: 'weird pt 7', with flair 'Video Critique' +[2020-08-22 06:27:04,721] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-08-22 06:27:05,898] /u/princeevil666_ had their flair updated +[2020-08-22 06:37:29,890] '/u/TCSpectre' has given '/u/Dr3dH3d' lambda! +[2020-08-22 06:37:32,390] /u/Dr3dH3d had their flair updated +[2020-08-22 06:37:52,955] There has been a new submission: 'Check me out', with flair 'Channel Review' +[2020-08-22 06:37:53,977] /u/linden-films had their submission removed for insufficient lambda. +[2020-08-22 06:37:55,005] /u/linden-films had their flair updated +[2020-08-22 06:39:02,829] '/u/TCSpectre' has given '/u/Brandonator247' lambda! +[2020-08-22 06:39:04,751] /u/Brandonator247 had their flair updated +[2020-08-22 06:39:22,421] There has been a new submission: 'Youtube Impressions in first 24 hours ?', with flair 'Discussion' +[2020-08-22 06:39:24,679] /u/TheSlashingSword had their flair updated +[2020-08-22 06:40:08,489] '/u/_shitsplitter_' has given '/u/Dr3dH3d' lambda! +[2020-08-22 06:40:10,961] /u/Dr3dH3d had their flair updated +[2020-08-22 06:47:19,690] +#################### +[Aug 22 2020 06:47:19] RESTARTED +#################### + +[2020-08-22 07:08:30,003] '/u/_shitsplitter_' has given '/u/Brandonator247' lambda! +[2020-08-22 07:08:32,052] /u/Brandonator247 had their flair updated +[2020-08-22 07:28:59,020] There has been a new submission: 'Like / sub would mean a lot !', with flair 'Video Critique' +[2020-08-22 07:29:00,766] /u/LilRadio7 had their submission removed for insufficient lambda. +[2020-08-22 07:29:01,379] /u/LilRadio7 had their flair updated +[2020-08-22 07:29:18,292] There has been a new submission: 'Hello guys. I am a new personal finance youtuber and I am looking for feedback. This is because I have never done anything like this and I am not sure if I am doing it right.', with flair 'Video Critique' +[2020-08-22 07:29:19,114] /u/rainsaccount had their submission removed for insufficient lambda. +[2020-08-22 07:29:19,647] /u/rainsaccount had their flair updated +[2020-08-22 07:34:10,127] '/u/thecookietrain' has given '/u/Brandonator247' lambda! +[2020-08-22 07:34:12,424] /u/Brandonator247 had their flair updated +[2020-08-22 07:34:32,018] There has been a new submission: 'Fall guys funny montage', with flair 'Gaming' +[2020-08-22 07:34:33,204] /u/pewdiepie-copy182 had their submission removed for insufficient lambda. +[2020-08-22 07:34:34,798] /u/pewdiepie-copy182 had their flair updated +[2020-08-22 07:55:19,189] '/u/SelendineMcHerb' has given '/u/Brandonator247' lambda! +[2020-08-22 07:55:20,818] /u/Brandonator247 had their flair updated +[2020-08-22 08:20:07,945] There has been a new submission: 'Q: Is this camera OK? I'm still using one from 2012 but I feel like it's pretty decent.', with flair 'Channel Review' +[2020-08-22 08:20:10,011] /u/ricktherronyt had their submission removed for insufficient lambda. +[2020-08-22 08:20:12,294] /u/ricktherronyt had their flair updated +[2020-08-22 08:20:19,106] There has been a new submission: 'I used google to get vidoe ideas and tested them out', with flair 'Vlog' +[2020-08-22 08:20:21,142] /u/LackYT had their submission removed for insufficient lambda. +[2020-08-22 08:20:23,424] /u/LackYT had their flair updated +[2020-08-22 08:33:38,230] '/u/gamer_throwaway2' has given '/u/Brandonator247' lambda! +[2020-08-22 08:33:40,060] /u/Brandonator247 had their flair updated +[2020-08-22 08:39:32,680] There has been a new submission: 'So I posted this video and it do well like my other videos. Could you please give me feedback on how I could improve. I'd really love constructive criticism. If you have any video that you'd like be to give a feedback on please do drop the link :)', with flair 'Video Critique' +[2020-08-22 08:39:32,901] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 08:39:32,905] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 08:39:33,032] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8zgyqd9GeII&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 08:39:33,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJgdTa714k1N7akrwmwX4YA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 08:39:34,096] /u/Sub2TheActualShadow had their flair updated +[2020-08-22 08:42:55,502] There has been a new submission: 'I hosted the fortnite CAR OLYMPICS?! *100 subs special*', with flair 'Gaming' +[2020-08-22 08:42:56,978] /u/View_List had their submission removed for insufficient lambda. +[2020-08-22 08:42:59,145] /u/View_List had their flair updated +[2020-08-22 08:46:45,572] +#################### +[Aug 22 2020 08:46:45] RESTARTED +#################### + +[2020-08-22 09:10:18,244] There has been a new submission: 'Give me encouragement for my new channel 2 weeks old, please help support', with flair 'Gaming' +[2020-08-22 09:10:19,790] /u/ZeeBain3 had their submission removed for insufficient lambda. +[2020-08-22 09:10:22,158] /u/ZeeBain3 had their flair updated +[2020-08-22 09:11:05,860] There has been a new submission: 'First cinematic video. Using GTA 5s Rockstar editor and Adobe Premier Pro. Let me know what you think! Its a pretty short clip.', with flair 'Video Critique' +[2020-08-22 09:11:07,450] /u/Thomasusn had their submission removed for insufficient lambda. +[2020-08-22 09:11:09,705] /u/Thomasusn had their flair updated +[2020-08-22 09:14:17,120] There has been a new submission: 'STRUGGLES OF A SMALL YOUTUBER// cheers to 1k subscribers// NIGERIAN YOUT...', with flair 'Vlog' +[2020-08-22 09:14:18,556] /u/oyikene had their submission removed for insufficient lambda. +[2020-08-22 09:14:20,402] /u/oyikene had their flair updated +[2020-08-22 09:17:13,179] There has been a new submission: 'Hello guys, would you mind checking out my newest video? Any feedback is greatly appreciated :D', with flair 'Gaming' +[2020-08-22 09:17:16,452] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 09:17:16,492] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 09:17:17,768] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lIGB2eKQmOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 09:17:18,138] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDbuM9oq9HSGLfuRXQYn1Eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 09:17:20,306] /u/TheDuckCat47 had their flair updated +[2020-08-22 09:17:52,977] There has been a new submission: 'What YouTube did to “LeafyIsHere” is Unforgivable', with flair 'Discussion' +[2020-08-22 09:17:55,396] /u/redditBlueSpecs had their flair updated +[2020-08-22 09:22:12,597] There has been a new submission: 'where do i post my videos if i dont know where to look for my audience', with flair 'Discussion' +[2020-08-22 09:22:15,131] /u/WaroftheGiants had their flair updated +[2020-08-22 09:33:03,329] There has been a new submission: 'Been wanting to find a way to put humor into normal gameplay videos and i think i found the way? Decided to make a dumb video with all my free time. Would love any feedback on how to improve, only my second video ever.', with flair 'Video Critique' +[2020-08-22 09:33:05,211] /u/toopalad had their submission removed for insufficient lambda. +[2020-08-22 09:33:07,466] /u/toopalad had their flair updated +[2020-08-22 09:34:38,468] There has been a new submission: 'Some info needed', with flair 'Discussion' +[2020-08-22 09:34:42,202] /u/siddhant1991 had their flair updated +[2020-08-22 09:35:20,307] There has been a new submission: 'Cypher Bind broken camera spots', with flair 'Gaming' +[2020-08-22 09:35:21,613] /u/Scream7878 had their submission removed for insufficient lambda. +[2020-08-22 09:35:23,336] /u/Scream7878 had their flair updated +[2020-08-22 09:52:35,805] There has been a new submission: 'A short infographic video that shows how political parties fared in the Indian General elections over the years.', with flair 'Channel Review' +[2020-08-22 09:52:37,179] /u/Evening_Sale had their submission removed for insufficient lambda. +[2020-08-22 09:52:39,205] /u/Evening_Sale had their flair updated +[2020-08-22 10:07:24,451] There has been a new submission: 'Please check out my video, i'm sorry, i'm really not funny lmfao, can you review it please?', with flair 'Video Critique' +[2020-08-22 10:07:24,655] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 10:07:24,657] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 10:07:24,774] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ytls9kyiL_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 10:07:24,904] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHD22_Zp4KZYYaSye82Khfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 10:07:26,643] /u/006redditor006 had their flair updated +[2020-08-22 10:14:40,112] There has been a new submission: 'SHADOWPLAY HIGHLIGHTS 1 - Counter Strike, Rainbow 6 Siege & Minecraft', with flair 'Gaming' +[2020-08-22 10:14:41,546] /u/HeyiTzFiNn had their submission removed for insufficient lambda. +[2020-08-22 10:14:43,391] /u/HeyiTzFiNn had their flair updated +[2020-08-22 10:16:04,709] There has been a new submission: 'New Kid on YouTube', with flair 'None' +[2020-08-22 10:16:06,548] /u/LoveKali_Official had their submission removed for insufficient lambda. +[2020-08-22 10:16:08,172] /u/LoveKali_Official had their flair updated +[2020-08-22 10:16:48,120] There has been a new submission: 'New kid on youtube', with flair 'None' +[2020-08-22 10:16:49,173] /u/LoveKali_Official had their submission removed for insufficient lambda. +[2020-08-22 10:16:50,484] /u/LoveKali_Official had their flair updated +[2020-08-22 10:20:25,137] '/u/HotshotRaptor' has given '/u/_shitsplitter_' lambda! +[2020-08-22 10:20:27,426] /u/_shitsplitter_ had their flair updated +[2020-08-22 10:22:06,463] '/u/HotshotRaptor' has given '/u/Brandonator247' lambda! +[2020-08-22 10:22:08,581] /u/Brandonator247 had their flair updated +[2020-08-22 10:23:02,320] There has been a new submission: '6 months, 32 videos, 797 subs, 1.1k watch hours. This is starting to be fun!', with flair 'Discussion' +[2020-08-22 10:23:04,968] /u/priscilaelias had their flair updated +[2020-08-22 10:36:59,897] There has been a new submission: 'hi, i used to own a 120 subscriber channel and spent 2 years making the channel grow and was very happy that i got 100 subs but youtube end up deleting my channel for no reason so i made another channel and i improved alot from my experience from my last channel. and give me some feedback', with flair 'Gaming' +[2020-08-22 10:37:01,044] /u/CakeGuy_YT had their submission removed for insufficient lambda. +[2020-08-22 10:37:02,710] /u/CakeGuy_YT had their flair updated +[2020-08-22 10:42:41,213] There has been a new submission: 'Looking for a free editing software for pc', with flair 'Discussion' +[2020-08-22 10:42:44,566] /u/Ap_Gamer20 had their flair updated +[2020-08-22 10:46:01,908] '/u/TheDuckCat47' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-22 10:46:03,318] /u/FynnKrauseFootballYT had their flair updated +[2020-08-22 10:46:54,658] +#################### +[Aug 22 2020 10:46:54] RESTARTED +#################### + +[2020-08-22 11:11:40,902] '/u/TheDuckCat47' has given '/u/Ja_2020_104' lambda! +[2020-08-22 11:11:43,817] /u/Ja_2020_104 had their flair updated +[2020-08-22 11:12:18,586] There has been a new submission: 'Im starting all over agian as a comedy gaming based channel.. feel free to check it out if you are interested in my content :D', with flair 'Gaming' +[2020-08-22 11:12:20,021] /u/Leonorium had their submission removed for insufficient lambda. +[2020-08-22 11:12:22,159] /u/Leonorium had their flair updated +[2020-08-22 11:12:41,906] There has been a new submission: 'Actually feel like i brought the energy i wanted to a video! PLEASE leave feedback to help me out if you can.', with flair 'Video Critique' +[2020-08-22 11:12:44,242] /u/MaxLanglands had their submission removed for insufficient lambda. +[2020-08-22 11:12:46,784] /u/MaxLanglands had their flair updated +[2020-08-22 11:15:05,214] There has been a new submission: 'Samcheong-dong, Korea Vlog (1.5 mins but took 3 days to edit) Let me know what you think!', with flair 'Vlog' +[2020-08-22 11:15:07,790] /u/kheejintv had their submission removed for insufficient lambda. +[2020-08-22 11:15:10,082] /u/kheejintv had their flair updated +[2020-08-22 11:17:35,368] '/u/perplexed_pragmatism' has given '/u/PrimeEXE' lambda! +[2020-08-22 11:17:37,622] /u/PrimeEXE had their flair updated +[2020-08-22 11:19:01,975] '/u/MaxLanglands' has given '/u/yungrebel2050' lambda! +[2020-08-22 11:19:03,695] /u/yungrebel2050 had their flair updated +[2020-08-22 11:19:44,697] There has been a new submission: 'I WOULD REALLY LIKE SOME FEEDBACK ON THIS VIDEO OF MINE ❤️ SKYBLOCK BUT THERE ARE INFINITE ISLANDS??!! S1 E1 MINECRAFT SKYBLOCK SURVIVAL', with flair 'Channel Review' +[2020-08-22 11:19:45,434] /u/ChewBoom had their submission removed for insufficient lambda. +[2020-08-22 11:19:45,846] /u/ChewBoom had their flair updated +[2020-08-22 11:24:25,104] '/u/TheDuckCat47' has given '/u/MaxLanglands' lambda! +[2020-08-22 11:24:27,277] /u/MaxLanglands had their flair updated +[2020-08-22 11:24:59,087] '/u/Sub2TheActualShadow' has given '/u/rowdaynah' lambda! +[2020-08-22 11:25:01,090] /u/rowdaynah had their flair updated +[2020-08-22 11:25:20,181] '/u/Sub2TheActualShadow' has given '/u/playerinfinity707' lambda! +[2020-08-22 11:25:22,728] /u/playerinfinity707 had their flair updated +[2020-08-22 11:26:14,992] '/u/Sub2TheActualShadow' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-22 11:26:17,691] /u/FynnKrauseFootballYT had their flair updated +[2020-08-22 11:34:10,256] '/u/Bebby_Tuna' has given '/u/Dr3dH3d' lambda! +[2020-08-22 11:34:12,998] /u/Dr3dH3d had their flair updated +[2020-08-22 11:35:06,905] '/u/_shitsplitter_' has given '/u/Spotcam1' lambda! +[2020-08-22 11:35:08,376] /u/Spotcam1 had their flair updated +[2020-08-22 11:35:15,403] There has been a new submission: 'I usually make more personal development style videos, but I chose to end a series on reading with a bit of a joking video. I tried some new editing and structural approaches in this video. What do you think?', with flair 'Video Critique' +[2020-08-22 11:35:16,040] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 11:35:16,055] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 11:35:16,401] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=r_7SqFWBnBY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:35:16,599] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqWjlFPyTsH7krlsHHhkIig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:35:18,587] /u/alexander8111 had their flair updated +[2020-08-22 11:36:12,644] '/u/_shitsplitter_' has given '/u/Mulsta' lambda! +[2020-08-22 11:36:15,103] /u/Mulsta had their flair updated +[2020-08-22 11:36:34,859] '/u/_shitsplitter_' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-22 11:36:37,191] /u/FynnKrauseFootballYT had their flair updated +[2020-08-22 11:38:05,387] There has been a new submission: 'Premier League TOP 6 Transfer Suggestions', with flair 'Video Critique' +[2020-08-22 11:38:06,246] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 11:38:06,325] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 11:38:07,144] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=52Ek_hjAsSU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:38:07,470] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:38:09,287] /u/FynnKrauseFootballYT had their flair updated +[2020-08-22 11:41:09,613] '/u/006redditor006' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-22 11:41:12,447] /u/FynnKrauseFootballYT had their flair updated +[2020-08-22 11:41:53,596] '/u/006redditor006' has given '/u/Zacmrd' lambda! +[2020-08-22 11:41:56,787] /u/Zacmrd had their flair updated +[2020-08-22 11:42:42,183] '/u/006redditor006' has given '/u/UnwashedHands' lambda! +[2020-08-22 11:42:44,757] /u/UnwashedHands had their flair updated +[2020-08-22 11:48:11,352] There has been a new submission: 'Abandoned Farmhouse ft. Random Dog|Irish Rurex', with flair 'Video Critique' +[2020-08-22 11:48:12,872] /u/Derrinmaloney had their submission removed for insufficient lambda. +[2020-08-22 11:48:13,942] /u/Derrinmaloney had their flair updated +[2020-08-22 11:53:55,634] There has been a new submission: 'Yo guys I been working on this song for a while. Hope yall enjoy it and give an honest critique.', with flair 'Art' +[2020-08-22 11:53:56,080] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 11:53:56,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 11:53:56,428] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gHDNq19dJIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:53:56,637] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiW03QI-XutTlnvUrLxTdVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 11:53:59,042] /u/yungrebel2050 had their flair updated +[2020-08-22 12:01:28,995] There has been a new submission: 'Why games don't have to be fun | GMTK Game Jam 2020 | Feedback obviously welcome (why else would people be posting here?)', with flair 'Video Critique' +[2020-08-22 12:01:30,100] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 12:01:30,139] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 12:01:31,459] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jIlGdhijTD0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 12:01:31,872] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDhnLLv4yydTAAR5V5HbRaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 12:01:35,358] /u/AlexClarkeGames had their flair updated +[2020-08-22 12:09:40,420] There has been a new submission: 'Hi guy i have my youtube for about a year with garbage upload schedule and i want to know how other people that not my friend think of my video so if you don't mind can you guy just look at my last video and give me your real opinion', with flair 'Gaming' +[2020-08-22 12:09:41,066] /u/asiainwood had their submission removed for insufficient lambda. +[2020-08-22 12:09:41,531] /u/asiainwood had their flair updated +[2020-08-22 12:13:05,579] There has been a new submission: 'My First 24 Hours From Phuket!!!! Part 1', with flair 'Video Critique' +[2020-08-22 12:13:07,737] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 12:13:07,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 12:13:08,721] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Kj8vPY9qQuU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 12:13:09,256] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC99gqhm0E9h9WsZZP8WXeJg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 12:13:12,418] /u/UnwashedHands had their flair updated +[2020-08-22 12:29:00,696] There has been a new submission: 'This is my little channel where i play cod mobile', with flair 'Gaming' +[2020-08-22 12:29:01,883] /u/Fonnu had their submission removed for insufficient lambda. +[2020-08-22 12:29:02,658] /u/Fonnu had their flair updated +[2020-08-22 12:31:14,507] There has been a new submission: 'What’s up everyone! I spent the whole weekend stuck at home with my partner just for creating this 1-minute Epic Handheld B-Roll cocktail sequence…it was not easy but ayy we did it! First try so go easy on me! Anyway any constructive feedback would be much appreciated. Have a wonderful weekend x', with flair 'Video Critique' +[2020-08-22 12:31:16,147] /u/TypicAsian had their submission removed for insufficient lambda. +[2020-08-22 12:31:18,363] /u/TypicAsian had their flair updated +[2020-08-22 12:32:00,417] There has been a new submission: 'My friend's channel hes pretty good', with flair 'Channel Review' +[2020-08-22 12:32:02,671] /u/Fonnu had their submission removed for insufficient lambda. +[2020-08-22 12:32:04,800] /u/Fonnu had their flair updated +[2020-08-22 12:46:55,056] +#################### +[Aug 22 2020 12:46:55] RESTARTED +#################### + +[2020-08-22 13:13:47,004] '/u/TCSpectre' has given '/u/UnwashedHands' lambda! +[2020-08-22 13:13:49,667] /u/UnwashedHands had their flair updated +[2020-08-22 13:15:13,124] '/u/TCSpectre' has given '/u/ikudlike' lambda! +[2020-08-22 13:15:15,497] /u/ikudlike had their flair updated +[2020-08-22 13:17:03,254] '/u/Sonicsaber25' has given '/u/mskibs' lambda! +[2020-08-22 13:17:05,666] /u/mskibs had their flair updated +[2020-08-22 13:17:39,429] '/u/UnwashedHands' has given '/u/mskibs' lambda! +[2020-08-22 13:17:41,602] /u/mskibs had their flair updated +[2020-08-22 13:17:58,813] There has been a new submission: 'This is part 30 of my Super Mario Galaxy series! I’m curious to hear what you all think about the commentary, audio mixing. Anything else you can think of is also appreciated! I’ll give Lambda for helpful feedback!', with flair 'Gaming' +[2020-08-22 13:18:01,184] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 13:18:01,264] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 13:18:02,531] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ne3-22EjpOQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 13:18:03,065] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCH0xNTBdxUIkbgER5BXnXMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 13:18:05,066] /u/Sonicsaber25 had their flair updated +[2020-08-22 13:18:22,806] There has been a new submission: 'About the flairs in this sub', with flair 'Discussion' +[2020-08-22 13:18:25,179] /u/Sonicsaber25 had their flair updated +[2020-08-22 13:18:41,495] There has been a new submission: 'Distraction Dance', with flair 'Channel Review' +[2020-08-22 13:18:42,312] /u/Zirocide had their submission removed for insufficient lambda. +[2020-08-22 13:18:43,010] /u/Zirocide had their flair updated +[2020-08-22 13:26:59,263] There has been a new submission: 'How do other SmallYTers get by the reddit's 20% rule? (Self Promotion)', with flair 'Discussion' +[2020-08-22 13:27:02,327] /u/Pestarklo had their flair updated +[2020-08-22 13:33:37,023] There has been a new submission: 'getting ddosed on rainbow six siege', with flair 'Gaming' +[2020-08-22 13:33:38,561] /u/yeed77 had their submission removed for insufficient lambda. +[2020-08-22 13:33:40,495] /u/yeed77 had their flair updated +[2020-08-22 13:42:24,055] There has been a new submission: '1 month old channel, 150 subscribers, Gaming (PS4, MW, Warzone) — ideas to grow?', with flair 'Discussion' +[2020-08-22 13:42:26,589] /u/inspectedgaming had their flair updated +[2020-08-22 13:43:27,496] There has been a new submission: 'Started recently posting a combo of song covers and music comedy! What are your thoughts?', with flair 'Channel Review' +[2020-08-22 13:43:29,004] /u/Olympus9000 had their submission removed for insufficient lambda. +[2020-08-22 13:43:30,989] /u/Olympus9000 had their flair updated +[2020-08-22 13:45:09,516] There has been a new submission: 'My first proper video in a little while - any feedback is greatly appreciated!', with flair 'Video Critique' +[2020-08-22 13:45:09,791] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 13:45:09,793] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 13:45:09,971] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GZwqGa218v4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 13:45:10,115] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy-xIbhdURoNLE-wBMOG-ng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 13:45:12,169] /u/LoeyUK had their flair updated +[2020-08-22 13:46:28,266] There has been a new submission: 'For pubg lovers ✌️ Snipping montage, Do check out the channel once', with flair 'Gaming' +[2020-08-22 13:46:29,531] /u/bibek004 had their submission removed for insufficient lambda. +[2020-08-22 13:46:30,882] /u/bibek004 had their flair updated +[2020-08-22 13:51:10,720] '/u/Sonicsaber25' has given '/u/lieutenatdan' lambda! +[2020-08-22 13:51:13,431] /u/lieutenatdan had their flair updated +[2020-08-22 13:52:34,954] '/u/006redditor006' has given '/u/ROANOKE02' lambda! +[2020-08-22 13:52:37,171] /u/ROANOKE02 had their flair updated +[2020-08-22 13:54:42,363] There has been a new submission: 'Milo's Day Out', with flair 'Vlog' +[2020-08-22 13:54:43,623] /u/Azikhokhar had their submission removed for insufficient lambda. +[2020-08-22 13:54:45,294] /u/Azikhokhar had their flair updated +[2020-08-22 13:57:49,328] There has been a new submission: 'That Moment When.... ;-;', with flair 'Discussion' +[2020-08-22 13:57:53,097] /u/StealthyTanto had their flair updated +[2020-08-22 14:01:22,773] There has been a new submission: 'James Bay Acoustic Cover - Let It Go (CONSI)', with flair 'Video Critique' +[2020-08-22 14:01:24,860] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-22 14:01:27,195] /u/benconsidine had their flair updated +[2020-08-22 14:04:38,863] '/u/TheDuckCat47' has given '/u/ROANOKE02' lambda! +[2020-08-22 14:04:41,857] /u/ROANOKE02 had their flair updated +[2020-08-22 14:05:58,840] '/u/TheDuckCat47' has given '/u/BillyGoatLazarus' lambda! +[2020-08-22 14:06:01,396] /u/BillyGoatLazarus had their flair updated +[2020-08-22 14:06:21,670] '/u/TheDuckCat47' has given '/u/SQ38' lambda! +[2020-08-22 14:06:25,036] /u/SQ38 had their flair updated +[2020-08-22 14:06:43,586] There has been a new submission: 'me and my significant other have been working on a channel, would love some support and criticisms are appreciated', with flair 'Video Critique' +[2020-08-22 14:06:45,062] /u/PlayR47 had their submission removed for insufficient lambda. +[2020-08-22 14:06:46,480] /u/PlayR47 had their flair updated +[2020-08-22 14:07:52,883] There has been a new submission: 'Kumihimo: The Lost Japanese Art of Braid-Making (3:17) - Let me know what you think!', with flair 'Video Critique' +[2020-08-22 14:07:55,014] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 14:07:55,053] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 14:07:55,918] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x9El38mzRio&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 14:07:56,405] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC--R6cHVkWr9jPRrVHREFHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 14:07:58,417] /u/ROANOKE02 had their flair updated +[2020-08-22 14:20:02,209] '/u/MafiasFinestTV' has given '/u/ekaaaans' lambda! +[2020-08-22 14:20:04,946] /u/ekaaaans had their flair updated +[2020-08-22 14:20:25,848] There has been a new submission: 'Tried a new editing style! Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-22 14:20:28,065] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 14:20:28,185] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 14:20:29,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DlkXObV5X5s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 14:20:30,155] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 14:20:34,001] /u/ShikharTrivedi had their flair updated +[2020-08-22 14:26:15,458] There has been a new submission: 'Trying Terrible "Life Hacks"', with flair 'Video Critique' +[2020-08-22 14:26:16,809] /u/morgz-mums-lover had their submission removed for insufficient lambda. +[2020-08-22 14:26:18,206] /u/morgz-mums-lover had their flair updated +[2020-08-22 14:29:10,408] There has been a new submission: 'Can i reorder my playlists?', with flair 'Discussion' +[2020-08-22 14:29:12,580] /u/0_R_A_N_G_E had their flair updated +[2020-08-22 14:35:32,104] There has been a new submission: 'This my first video on youtube. Your suggestion would highly appreciable.', with flair 'Gaming' +[2020-08-22 14:35:33,789] /u/fahadislam1991 had their submission removed for insufficient lambda. +[2020-08-22 14:35:35,472] /u/fahadislam1991 had their flair updated +[2020-08-22 14:39:13,128] There has been a new submission: 'Cartoon - A Young Girl Seduced A 70-Years-Old Man - AmoMama', with flair 'None' +[2020-08-22 14:39:13,826] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-22 14:39:14,491] /u/IndividualGuide had their flair updated +[2020-08-22 14:47:22,724] +#################### +[Aug 22 2020 14:47:22] RESTARTED +#################### + +[2020-08-22 15:25:13,017] There has been a new submission: 'In short - I’m looking to start teaching athletes how to use their data. I want to know if this video is straightforward.', with flair 'Video Critique' +[2020-08-22 15:25:14,259] /u/StoryTimeStoryTime had their submission removed for insufficient lambda. +[2020-08-22 15:25:15,598] /u/StoryTimeStoryTime had their flair updated +[2020-08-22 15:25:25,848] There has been a new submission: 'Set time on a DSC Alarm System in under 4 minutes', with flair 'Channel Review' +[2020-08-22 15:25:26,996] /u/NikkiG35 had their submission removed for insufficient lambda. +[2020-08-22 15:25:28,348] /u/NikkiG35 had their flair updated +[2020-08-22 15:26:07,119] '/u/TheDuckCat47' has given '/u/DulcidioCoelho' lambda! +[2020-08-22 15:26:09,291] /u/DulcidioCoelho had their flair updated +[2020-08-22 15:26:43,616] '/u/TheDuckCat47' has given '/u/FacemanGaming25' lambda! +[2020-08-22 15:26:45,665] /u/FacemanGaming25 had their flair updated +[2020-08-22 15:27:18,827] '/u/ShikharTrivedi' has given '/u/khoj_badami' lambda! +[2020-08-22 15:27:20,182] /u/khoj_badami had their flair updated +[2020-08-22 15:28:08,255] '/u/TheDuckCat47' has given '/u/GoodGuyKev18' lambda! +[2020-08-22 15:28:09,774] /u/GoodGuyKev18 had their flair updated +[2020-08-22 15:28:59,182] '/u/Sub2TheActualShadow' has given '/u/WarangalAbbayi' lambda! +[2020-08-22 15:29:01,118] /u/WarangalAbbayi had their flair updated +[2020-08-22 15:30:54,240] '/u/TheDuckCat47' has given '/u/The_Suited_Bird' lambda! +[2020-08-22 15:30:57,201] /u/The_Suited_Bird had their flair updated +[2020-08-22 15:32:46,549] There has been a new submission: 'If you like hockey or sports in general please check out this video it’d help me out', with flair 'None' +[2020-08-22 15:32:47,972] /u/McDonalds_Dad_123 had their submission removed for insufficient lambda. +[2020-08-22 15:32:49,838] /u/McDonalds_Dad_123 had their flair updated +[2020-08-22 15:33:07,900] There has been a new submission: 'Ninjala but if I lose the Video ends', with flair 'Gaming' +[2020-08-22 15:33:09,294] /u/LonMinus had their submission removed for insufficient lambda. +[2020-08-22 15:33:11,138] /u/LonMinus had their flair updated +[2020-08-22 15:33:31,161] There has been a new submission: 'I poured my heart and soul into this, it took me a year to film, a month to edit and 4 years of therapy to be able to discuss (/s). I’m putting together a sequel and need a critical eye to point out mistakes. I am blinded because this video means so much to me. So an outside look is needed! TY', with flair 'Video Critique' +[2020-08-22 15:33:34,318] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 15:33:34,321] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 15:33:36,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t3woYw3d4nw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 15:33:36,576] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgqc4nYBqZgdopZXKnT81ag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 15:33:39,479] /u/rowdaynah had their flair updated +[2020-08-22 15:33:59,033] There has been a new submission: 'Support for Small Channel Appreciated', with flair 'Channel Review' +[2020-08-22 15:34:00,536] /u/Bubby_G_Productions had their submission removed for insufficient lambda. +[2020-08-22 15:34:02,217] /u/Bubby_G_Productions had their flair updated +[2020-08-22 15:34:20,959] There has been a new submission: 'Yo, i create meme videos also known as .EXE heres my latest creation hope you enjoy :)', with flair 'Gaming' +[2020-08-22 15:34:22,558] /u/KarnaGaming7242 had their submission removed for insufficient lambda. +[2020-08-22 15:34:24,118] /u/KarnaGaming7242 had their flair updated +[2020-08-22 15:34:42,730] There has been a new submission: 'I made a new video, that is about tips for schools of Pakistan... You can tell me about thumbnail, colors and whole video timeline, what I need to improve? Lambda for real comment Thanks', with flair 'Video Critique' +[2020-08-22 15:34:44,730] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 15:34:44,732] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 15:34:45,914] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=F94YOSXaYgE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 15:34:46,327] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8iLtjJNzcB9cGP4Ru17NjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 15:34:48,826] /u/lizahinza had their flair updated +[2020-08-22 15:35:09,344] There has been a new submission: 'A philosophical movie on Aristotle's Catharsis, Linkin Park and Depression (TRAILER) by MINIMALIST MONK. Movie premiers on 31st August. Please give your input that can be included before the final cut. Consider subscribing to receive premier notification on 31st. Have a CATHARTIC weekend!', with flair 'Art' +[2020-08-22 15:35:10,452] /u/minimalism2o2o had their submission removed for insufficient lambda. +[2020-08-22 15:35:12,046] /u/minimalism2o2o had their flair updated +[2020-08-22 15:35:32,764] There has been a new submission: 'How To Earn $100 $500 On YouTube With This Strategy Make Money Online', with flair 'Video Critique' +[2020-08-22 15:35:33,911] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-22 15:35:35,347] /u/HeavyAction had their flair updated +[2020-08-22 15:35:54,196] There has been a new submission: 'packing for vacation + packing tips and tricks', with flair 'Vlog' +[2020-08-22 15:35:55,305] /u/SarahAliza had their submission removed for insufficient lambda. +[2020-08-22 15:35:56,657] /u/SarahAliza had their flair updated +[2020-08-22 15:36:15,154] There has been a new submission: 'Is my editing style crap? I'm pretty new to this and I really want to improve. Thank you guys', with flair 'Video Critique' +[2020-08-22 15:36:16,184] /u/TheApprenticegaming had their submission removed for insufficient lambda. +[2020-08-22 15:36:17,450] /u/TheApprenticegaming had their flair updated +[2020-08-22 15:40:06,931] There has been a new submission: 'My channel has 1200+ subs but I'm only getting around 200-300 views per video, any suggestions why this might be happening and how to increase it? Thanks so much Reddit🤘🏼', with flair 'Discussion' +[2020-08-22 15:40:09,515] /u/itssmg123 had their flair updated +[2020-08-22 15:40:16,517] There has been a new submission: 'ive never seen lungs fly.. (Surgeon Simulator 2)', with flair 'Gaming' +[2020-08-22 15:40:18,137] /u/SnickerDudeAl_Reals had their submission removed for insufficient lambda. +[2020-08-22 15:40:20,648] /u/SnickerDudeAl_Reals had their flair updated +[2020-08-22 15:41:16,942] There has been a new submission: 'Pls subscribe to my channel. My first goal is 150 subscribers.', with flair 'Channel Review' +[2020-08-22 15:41:18,741] /u/YT-AaliyahMarie had their submission removed for insufficient lambda. +[2020-08-22 15:41:21,072] /u/YT-AaliyahMarie had their flair updated +[2020-08-22 15:43:12,539] There has been a new submission: 'Siren Head mobile SUCKS', with flair 'Gaming' +[2020-08-22 15:43:14,508] /u/ArmonLauren had their submission removed for insufficient lambda. +[2020-08-22 15:43:16,438] /u/ArmonLauren had their flair updated +[2020-08-22 15:46:53,598] '/u/006redditor006' has given '/u/RealMisterecks' lambda! +[2020-08-22 15:46:56,093] /u/RealMisterecks had their flair updated +[2020-08-22 15:48:40,975] There has been a new submission: 'Can you guys please check out my new video and give me some feedback and tips on how to improve', with flair 'Channel Review' +[2020-08-22 15:48:41,876] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-22 15:48:42,738] /u/namejeff23 had their flair updated +[2020-08-22 15:49:37,847] There has been a new submission: 'Hey guys! What ya guys think about this tribute I made for Assassin's Creed. Feed back is very much Appreciated :)', with flair 'Video Critique' +[2020-08-22 15:49:38,871] /u/TheLethalProtector had their submission removed for insufficient lambda. +[2020-08-22 15:49:39,404] /u/TheLethalProtector had their flair updated +[2020-08-22 15:50:03,917] There has been a new submission: 'Check my new video out please', with flair 'Gaming' +[2020-08-22 15:50:06,044] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-22 15:50:08,461] /u/namejeff23 had their flair updated +[2020-08-22 15:51:11,808] There has been a new submission: 'Can i get some feedback and tips on how to improve on my new video please', with flair 'Channel Review' +[2020-08-22 15:51:13,407] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-22 15:51:15,746] /u/namejeff23 had their flair updated +[2020-08-22 15:56:33,880] There has been a new submission: 'Google Ad is it effective for promote YT channel ?', with flair 'Discussion' +[2020-08-22 15:56:35,439] /u/Tmaxratchet had their flair updated +[2020-08-22 15:59:13,429] '/u/ShikharTrivedi' has given '/u/-BR25-' lambda! +[2020-08-22 15:59:15,397] /u/-BR25- had their flair updated +[2020-08-22 16:04:37,568] '/u/LoeyUK' has given '/u/-BR25-' lambda! +[2020-08-22 16:04:40,029] /u/-BR25- had their flair updated +[2020-08-22 16:18:12,117] There has been a new submission: 'BEST OF (almost) 100!', with flair 'Gaming' +[2020-08-22 16:18:14,332] /u/Zixpixel_ had their submission removed for insufficient lambda. +[2020-08-22 16:18:15,974] /u/Zixpixel_ had their flair updated +[2020-08-22 16:19:03,876] There has been a new submission: 'Variety channel vs niche channel', with flair 'Discussion' +[2020-08-22 16:19:05,099] /u/Orangeito had their flair updated +[2020-08-22 16:20:15,163] There has been a new submission: 'A philosophical movie on Aristotle's Catharsis, Linkin Park and Depression (TRAILER) by MINIMALIST MONK. Movie premiers on 31st August. Please give your input that can be included before the final cut. Consider subscribing to receive premier notification on 31st. Have a CATHARTIC weekend!', with flair 'Art' +[2020-08-22 16:20:16,840] /u/minimalism2o2o had their submission removed for insufficient lambda. +[2020-08-22 16:20:19,173] /u/minimalism2o2o had their flair updated +[2020-08-22 16:21:44,498] There has been a new submission: 'Spent a lot of time on this video hope some of you might like this', with flair 'Art' +[2020-08-22 16:21:46,131] /u/chocolate_in_fridge had their submission removed for insufficient lambda. +[2020-08-22 16:21:48,222] /u/chocolate_in_fridge had their flair updated +[2020-08-22 16:22:30,086] There has been a new submission: 'Video on how Ghost of Tsushima succeeds and falls short of evoking the filmmaking of Akira Kurosawa. I would love to hear feedback.', with flair 'Video Critique' +[2020-08-22 16:22:31,668] /u/ItsNotJustaVideogame had their submission removed for insufficient lambda. +[2020-08-22 16:22:33,668] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 16:22:53,390] There has been a new submission: 'When do youtube channels stop being "small"', with flair 'Discussion' +[2020-08-22 16:22:57,779] /u/itssmg123 had their flair updated +[2020-08-22 16:27:40,668] '/u/yungrebel2050' has given '/u/the_real_d247' lambda! +[2020-08-22 16:27:42,919] /u/the_real_d247 had their flair updated +[2020-08-22 16:33:17,725] There has been a new submission: 'Enjoy', with flair 'Gaming' +[2020-08-22 16:33:19,162] /u/iamaramone had their submission removed for insufficient lambda. +[2020-08-22 16:33:21,091] /u/iamaramone had their flair updated +[2020-08-22 16:35:44,505] There has been a new submission: 'FORTNITE ADDED CARS 🚘 AND THE GAME JUST GOT WAY BETTER 🔥🔥 via @YouTube', with flair 'Gaming' +[2020-08-22 16:35:45,727] /u/GodsNotoriousProdigy had their submission removed for insufficient lambda. +[2020-08-22 16:35:47,206] /u/GodsNotoriousProdigy had their flair updated +[2020-08-22 16:41:05,227] '/u/Sonicsaber25' has given '/u/The_Crusherhero' lambda! +[2020-08-22 16:41:08,660] /u/The_Crusherhero had their flair updated +[2020-08-22 16:42:00,588] There has been a new submission: 'Finding an audience for short sci-fi', with flair 'Discussion' +[2020-08-22 16:42:03,119] /u/HarryLBonReddit had their flair updated +[2020-08-22 16:42:25,366] There has been a new submission: 'I tried out Infliction to see if it was worth buying..and I literally left my chair during one scene due to fear, lol', with flair 'Gaming' +[2020-08-22 16:42:26,839] /u/DAR0ME had their submission removed for insufficient lambda. +[2020-08-22 16:42:28,889] /u/DAR0ME had their flair updated +[2020-08-22 16:43:08,594] '/u/Sonicsaber25' has given '/u/ItsNotJustaVideogame' lambda! +[2020-08-22 16:43:10,965] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 16:44:59,989] There has been a new submission: 'EVERYBODY, can i get some feedback on my new video, maybe a sub', with flair 'None' +[2020-08-22 16:45:01,767] /u/ricos_yt had their submission removed for insufficient lambda. +[2020-08-22 16:45:03,285] /u/ricos_yt had their flair updated +[2020-08-22 16:47:21,550] +#################### +[Aug 22 2020 16:47:21] RESTARTED +#################### + +[2020-08-22 17:30:30,271] There has been a new submission: 'How do we promote the kind of content we make?', with flair 'Discussion' +[2020-08-22 17:30:34,283] /u/NuKeyMusic had their flair updated +[2020-08-22 17:30:54,848] There has been a new submission: 'Walk in the park right? Nope straight back to the beginning. Make sure to check it out and leave feedback, thanks!', with flair 'Gaming' +[2020-08-22 17:30:57,398] /u/LordKarl27 had their submission removed for insufficient lambda. +[2020-08-22 17:30:59,653] /u/LordKarl27 had their flair updated +[2020-08-22 17:31:19,966] There has been a new submission: 'Check out my cover of Homage! I worked really hard on it, I'm really proud of how it turned out', with flair 'Art' +[2020-08-22 17:31:22,524] /u/Just_me_again109 had their submission removed for insufficient lambda. +[2020-08-22 17:31:24,656] /u/Just_me_again109 had their flair updated +[2020-08-22 17:31:44,923] There has been a new submission: 'First win of season 5', with flair 'Gaming' +[2020-08-22 17:31:46,609] /u/ThatIrishGuy2201 had their submission removed for insufficient lambda. +[2020-08-22 17:31:48,660] /u/ThatIrishGuy2201 had their flair updated +[2020-08-22 17:32:09,082] There has been a new submission: 'Blood Machines Explained Review Analysis Shudder Original Series', with flair 'Video Critique' +[2020-08-22 17:32:10,687] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-22 17:32:12,779] /u/legendary69bro had their flair updated +[2020-08-22 17:32:33,040] There has been a new submission: 'Help me reach 200 subs also i headbutted my desk xd', with flair 'Gaming' +[2020-08-22 17:32:34,800] /u/civohd123 had their submission removed for insufficient lambda. +[2020-08-22 17:32:36,815] /u/civohd123 had their flair updated +[2020-08-22 17:32:58,025] There has been a new submission: 'Erza VS Kagura: Final Day Of The Grand Magic Games | [FAIRY TAIL Let's Play #13]', with flair 'Gaming' +[2020-08-22 17:32:59,872] /u/KAGE_SMG had their submission removed for insufficient lambda. +[2020-08-22 17:33:02,148] /u/KAGE_SMG had their flair updated +[2020-08-22 17:33:40,431] '/u/TheDuckCat47' has given '/u/ItsNotJustaVideogame' lambda! +[2020-08-22 17:33:43,179] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 17:34:18,118] '/u/My_Travel_Journal' has given '/u/Turbotoes' lambda! +[2020-08-22 17:34:20,989] /u/Turbotoes had their flair updated +[2020-08-22 17:34:41,847] '/u/My_Travel_Journal' has given '/u/Brandonator247' lambda! +[2020-08-22 17:34:44,186] /u/Brandonator247 had their flair updated +[2020-08-22 17:36:03,164] '/u/ShikharTrivedi' has given '/u/ItsNotJustaVideogame' lambda! +[2020-08-22 17:36:05,739] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 17:37:25,743] '/u/LoeyUK' has given '/u/Cyonal' lambda! +[2020-08-22 17:37:27,915] /u/Cyonal had their flair updated +[2020-08-22 17:41:48,693] There has been a new submission: 'Can we help fellow YouTubers and content creators? Help Me Help You', with flair 'Discussion' +[2020-08-22 17:41:51,158] /u/cruxito_learn had their flair updated +[2020-08-22 17:42:11,457] There has been a new submission: 'My ESO experience from last night on my Stamina DragonKnight also so close to 1k subscribers!!!!!!', with flair 'Gaming' +[2020-08-22 17:42:12,933] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-08-22 17:42:14,982] /u/Unfadingsilence had their flair updated +[2020-08-22 17:42:35,200] There has been a new submission: 'this video is ✨ straight tik tok ✨', with flair 'Vlog' +[2020-08-22 17:42:36,553] /u/DVDHMLTN had their submission removed for insufficient lambda. +[2020-08-22 17:42:38,479] /u/DVDHMLTN had their flair updated +[2020-08-22 17:42:58,079] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 26 - Honor and Ash', with flair 'Gaming' +[2020-08-22 17:43:00,633] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-22 17:43:02,475] /u/CecliusPlaysHD had their flair updated +[2020-08-22 17:43:21,022] There has been a new submission: 'Been bit consistent with uploads and just want to see how my video is.', with flair 'Video Critique' +[2020-08-22 17:43:22,499] /u/Infinitisin had their submission removed for insufficient lambda. +[2020-08-22 17:43:24,323] /u/Infinitisin had their flair updated +[2020-08-22 17:46:05,591] '/u/DTV998' has given '/u/CookinXperimentalist' lambda! +[2020-08-22 17:46:08,088] /u/CookinXperimentalist had their flair updated +[2020-08-22 17:48:34,492] '/u/006redditor006' has given '/u/ItsNotJustaVideogame' lambda! +[2020-08-22 17:48:36,335] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 17:57:41,726] '/u/TheDuckCat47' has given '/u/luukno' lambda! +[2020-08-22 17:57:44,098] /u/luukno had their flair updated +[2020-08-22 18:02:22,185] There has been a new submission: 'Getting subscribers in 2020', with flair 'Vlog' +[2020-08-22 18:02:23,896] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-08-22 18:02:25,987] /u/cuthbertfontain had their flair updated +[2020-08-22 18:12:15,136] '/u/TheDuckCat47' has given '/u/brianprh' lambda! +[2020-08-22 18:12:17,877] /u/brianprh had their flair updated +[2020-08-22 18:13:56,089] There has been a new submission: 'Hey guys. Me and a friend worked together on this animation for this music video. I did the lyrics part and my friend did the animation part. Let me know what you think about it.', with flair 'Video Critique' +[2020-08-22 18:13:57,542] /u/INSTRA_Gaming had their submission removed for insufficient lambda. +[2020-08-22 18:13:59,761] /u/INSTRA_Gaming had their flair updated +[2020-08-22 18:15:39,069] There has been a new submission: 'Go subscribe To My YouTube Channel If you Like To watch Fortnite', with flair 'Thumbnail Review' +[2020-08-22 18:15:40,338] /u/Gekke_Play had their submission removed for insufficient lambda. +[2020-08-22 18:15:41,916] /u/Gekke_Play had their flair updated +[2020-08-22 18:16:44,651] There has been a new submission: 'Hey guys I recently just dropped this video I really need some feed back please on what I could do better.', with flair 'Video Critique' +[2020-08-22 18:16:45,823] /u/TheActualTruth101 had their submission removed for insufficient lambda. +[2020-08-22 18:16:47,182] /u/TheActualTruth101 had their flair updated +[2020-08-22 18:20:15,261] There has been a new submission: 'Craziest day of fishing I’ve ever had!!!', with flair 'Channel Review' +[2020-08-22 18:20:17,391] /u/IBfishing had their submission removed for insufficient lambda. +[2020-08-22 18:20:19,769] /u/IBfishing had their flair updated +[2020-08-22 18:28:32,315] There has been a new submission: 'HOMEVLOG: GETTING A NEW IPHONE & MY DOGS FIRST GROOM | Kaitlyn Louise ♡', with flair 'Vlog' +[2020-08-22 18:28:33,746] /u/MsKaitlynLouise had their submission removed for insufficient lambda. +[2020-08-22 18:28:34,694] /u/MsKaitlynLouise had their flair updated +[2020-08-22 18:29:41,811] '/u/admiller3' has given '/u/MaxLanglands' lambda! +[2020-08-22 18:29:43,701] /u/MaxLanglands had their flair updated +[2020-08-22 18:38:26,057] There has been a new submission: 'WonderWoman1984 Official Trailer 2!', with flair 'Video Critique' +[2020-08-22 18:38:27,477] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-22 18:38:28,381] /u/deepakdknayak had their flair updated +[2020-08-22 18:39:07,647] '/u/006redditor006' has given '/u/civohd123' lambda! +[2020-08-22 18:39:08,763] /u/civohd123 had their flair updated +[2020-08-22 18:41:50,061] /u/006redditor006 had their flair updated +[2020-08-22 18:44:57,078] There has been a new submission: 'Here’s a video essay on how Ghost of Tsushima succeeds and falls short of evoking the samurai movies of Akira Kurosawa. Hope you all enjoy and feedback’s welcome!', with flair 'Video Critique' +[2020-08-22 18:44:59,334] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 18:44:59,375] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 18:45:01,155] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JHSqts1jLzk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 18:45:01,606] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_fBbdAeaK-7_xBH_qCHrjQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 18:45:05,078] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 18:47:24,393] +#################### +[Aug 22 2020 18:47:24] RESTARTED +#################### + +[2020-08-22 19:26:28,665] There has been a new submission: 'Did a review of the game Fall Guys this week. I would love to hear any feedback that you might have.', with flair 'Video Critique' +[2020-08-22 19:26:32,104] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 19:26:32,228] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 19:26:33,290] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3vnE-keyOa8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:26:33,697] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAEJATq-oISqKyAxXRSD6pw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:26:35,949] /u/Insert-a-reddit-name had their flair updated +[2020-08-22 19:26:53,844] There has been a new submission: '[Video Critique] When you use the wrong toothbrush...', with flair 'Video Critique' +[2020-08-22 19:26:55,149] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 19:26:55,151] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 19:26:56,094] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FiypuIKheqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:26:56,507] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEU1XDEIMtQStnhe09R2U_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:26:58,723] /u/generalna11 had their flair updated +[2020-08-22 19:27:15,667] There has been a new submission: 'ASMR Forest Rain Sound. Hello! I am new in youtube and reddit community. I started a ASMR channel on youtube. I want to be part of this community. Please let me know what I need to do for help people from this community to growing their channels.', with flair 'Art' +[2020-08-22 19:27:16,651] /u/SatisfactionFactory had their submission removed for insufficient lambda. +[2020-08-22 19:27:17,699] /u/SatisfactionFactory had their flair updated +[2020-08-22 19:27:35,956] There has been a new submission: 'Tik Tok Be like', with flair 'Video Critique' +[2020-08-22 19:27:36,861] /u/craziestgecko had their submission removed for insufficient lambda. +[2020-08-22 19:27:37,803] /u/craziestgecko had their flair updated +[2020-08-22 19:28:28,855] '/u/ItsNotJustaVideogame' has given '/u/006redditor006' lambda! +[2020-08-22 19:28:31,105] /u/006redditor006 had their flair updated +[2020-08-22 19:29:48,628] /u/006redditor006 had their flair updated +[2020-08-22 19:30:43,531] /u/006redditor006 had their flair updated +[2020-08-22 19:33:20,564] '/u/Insert-a-reddit-name' has given '/u/FlightoftheMelons' lambda! +[2020-08-22 19:33:23,265] /u/FlightoftheMelons had their flair updated +[2020-08-22 19:33:58,588] '/u/generalna11' has given '/u/006redditor006' lambda! +[2020-08-22 19:34:01,082] /u/006redditor006 had their flair updated +[2020-08-22 19:34:22,243] '/u/Insert-a-reddit-name' has given '/u/006redditor006' lambda! +[2020-08-22 19:34:26,221] /u/006redditor006 had their flair updated +[2020-08-22 19:34:50,644] '/u/Insert-a-reddit-name' has given '/u/TriceratopsJr' lambda! +[2020-08-22 19:34:54,005] /u/TriceratopsJr had their flair updated +[2020-08-22 19:35:15,113] '/u/generalna11' has given '/u/SpudnickShaggy' lambda! +[2020-08-22 19:35:17,649] /u/SpudnickShaggy had their flair updated +[2020-08-22 19:35:52,164] '/u/ShikharTrivedi' has given '/u/FlexwithDrez' lambda! +[2020-08-22 19:35:54,791] /u/FlexwithDrez had their flair updated +[2020-08-22 19:39:01,902] '/u/generalna11' has given '/u/Monkey_Adventures' lambda! +[2020-08-22 19:39:04,108] /u/Monkey_Adventures had their flair updated +[2020-08-22 19:39:21,563] '/u/LoeyUK' has given '/u/FlexwithDrez' lambda! +[2020-08-22 19:39:23,329] /u/FlexwithDrez had their flair updated +[2020-08-22 19:40:14,562] '/u/TheDuckCat47' has given '/u/Famiguelvo' lambda! +[2020-08-22 19:40:16,931] /u/Famiguelvo had their flair updated +[2020-08-22 19:40:58,930] There has been a new submission: 'What could I do better? What are your honest thoughts of my channel? Giving lambda out!', with flair 'Channel Review' +[2020-08-22 19:41:04,082] /u/dankbak had their flair updated +[2020-08-22 19:41:23,183] There has been a new submission: 'I get discouraged knowing I have a small chance of ever gaining a following', with flair 'Discussion' +[2020-08-22 19:41:26,290] /u/JustaGuywithaweirdpc had their flair updated +[2020-08-22 19:41:45,233] There has been a new submission: 'For those who have watched the “Tiger King” series. Thoughts?', with flair 'Video Critique' +[2020-08-22 19:41:47,079] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 19:41:47,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 19:41:48,228] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hfYUMMiUjs4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:41:48,639] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0LUZt5asOd4NY9fMIkkAbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:41:51,761] /u/Varavas had their flair updated +[2020-08-22 19:45:20,002] '/u/Insert-a-reddit-name' has given '/u/Monkey_Adventures' lambda! +[2020-08-22 19:45:22,790] /u/Monkey_Adventures had their flair updated +[2020-08-22 19:47:24,924] There has been a new submission: 'Skribbl.io Funny Moments - Let me know what you think', with flair 'Video Critique' +[2020-08-22 19:47:28,529] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 19:47:28,530] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 19:47:29,595] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DfUm2FeYQrM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:47:30,007] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVo1DOfLHphRJhfioR2djyg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 19:47:32,137] /u/Cyonal had their flair updated +[2020-08-22 19:55:21,958] '/u/generalna11' has given '/u/FlexwithDrez' lambda! +[2020-08-22 19:55:24,110] /u/FlexwithDrez had their flair updated +[2020-08-22 20:00:25,983] There has been a new submission: 'Boxing in Peoples front yards', with flair 'Vlog' +[2020-08-22 20:00:27,618] /u/Patty__Ice had their submission removed for insufficient lambda. +[2020-08-22 20:00:29,957] /u/Patty__Ice had their flair updated +[2020-08-22 20:02:49,741] There has been a new submission: 'Exploring an abandoned haunted mental Asylum. Taken on feedback from previous videos you guys provided! If you could provide feedback for this it would be appreciated as I genuinely want to improve my content', with flair 'Video Critique' +[2020-08-22 20:02:52,113] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 20:02:52,115] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 20:02:53,753] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fvrxJhGwf0Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:02:54,574] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmkKEYG2OqzgYQVvElZb9Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:02:57,486] /u/FlexwithDrez had their flair updated +[2020-08-22 20:03:51,653] '/u/Bebby_Tuna' has given '/u/Varavas' lambda! +[2020-08-22 20:03:54,283] /u/Varavas had their flair updated +[2020-08-22 20:11:41,067] There has been a new submission: 'Be sure to check out my recent video on YouTube and let me know any improvements. Drop a subscribe if you Enjoyed the content also <3', with flair 'Gaming' +[2020-08-22 20:11:42,658] /u/Moriarty0506 had their submission removed for insufficient lambda. +[2020-08-22 20:11:44,836] /u/Moriarty0506 had their flair updated +[2020-08-22 20:22:49,251] '/u/ItsNotJustaVideogame' has given '/u/formulaanything' lambda! +[2020-08-22 20:22:51,918] /u/formulaanything had their flair updated +[2020-08-22 20:23:32,813] There has been a new submission: 'Please give me feedback I’ve just started making videos and I would appreciate some constructive criticism also tips to grow subs!', with flair 'Video Critique' +[2020-08-22 20:23:34,287] /u/SMILE_offline had their submission removed for insufficient lambda. +[2020-08-22 20:23:36,332] /u/SMILE_offline had their flair updated +[2020-08-22 20:24:16,960] There has been a new submission: 'I make cinematic packs for video games to help editors that cant record them because of bad PCs', with flair 'Video Critique' +[2020-08-22 20:24:18,650] /u/YXWNnn had their submission removed for insufficient lambda. +[2020-08-22 20:24:20,454] /u/YXWNnn had their flair updated +[2020-08-22 20:25:08,530] '/u/generalna11' has given '/u/zacmaster78' lambda! +[2020-08-22 20:25:10,143] /u/zacmaster78 had their flair updated +[2020-08-22 20:25:15,640] There has been a new submission: 'Climbing my Way to Freedom....', with flair 'Video Critique' +[2020-08-22 20:25:16,795] /u/OddIndividual7207 had their submission removed for insufficient lambda. +[2020-08-22 20:25:18,319] /u/OddIndividual7207 had their flair updated +[2020-08-22 20:28:54,973] There has been a new submission: 'Support/Critique YouTube Channel', with flair 'None' +[2020-08-22 20:28:56,364] /u/EmotionalLoad5 had their submission removed for insufficient lambda. +[2020-08-22 20:28:57,145] /u/EmotionalLoad5 had their flair updated +[2020-08-22 20:29:35,904] There has been a new submission: 'Would love some critique of my newest video.Please be super honest :)', with flair 'Video Critique' +[2020-08-22 20:29:37,088] /u/emyschiffer had their submission removed for insufficient lambda. +[2020-08-22 20:29:37,584] /u/emyschiffer had their flair updated +[2020-08-22 20:30:15,747] '/u/Djbernie805' has given '/u/civohd123' lambda! +[2020-08-22 20:30:18,323] /u/civohd123 had their flair updated +[2020-08-22 20:32:14,477] There has been a new submission: 'Why i dont like meme youtubers... please give me tips, bad video quality cos of rendering issues', with flair 'Video Critique' +[2020-08-22 20:32:17,382] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 20:32:17,420] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 20:32:18,690] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tfVizjiTMLs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:32:19,143] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHD22_Zp4KZYYaSye82Khfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:32:22,840] /u/006redditor006 had their flair updated +[2020-08-22 20:33:13,926] There has been a new submission: 'What it actually feels like to do rubber duck debugging (skit)', with flair 'Video Critique' +[2020-08-22 20:33:15,524] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 20:33:15,562] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 20:33:16,879] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C5i39STGnjY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:33:17,210] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 20:33:20,236] /u/Monkey_Adventures had their flair updated +[2020-08-22 20:34:05,574] There has been a new submission: 'Hello everyone I upload Avengers gameplay and many more games click the link if you’re interested', with flair 'Gaming' +[2020-08-22 20:34:07,009] /u/Stealhaxxor had their submission removed for insufficient lambda. +[2020-08-22 20:34:08,731] /u/Stealhaxxor had their flair updated +[2020-08-22 20:34:52,910] There has been a new submission: 'Been putting music I have been writing on YouTube. Any suggestions on how to improve?', with flair 'Video Critique' +[2020-08-22 20:34:54,221] /u/Chininja7 had their submission removed for insufficient lambda. +[2020-08-22 20:34:56,028] /u/Chininja7 had their flair updated +[2020-08-22 20:40:02,472] There has been a new submission: 'Gaming Youtuber, thoughts on channel layout?', with flair 'Channel Review' +[2020-08-22 20:40:04,231] /u/YXWNnn had their submission removed for insufficient lambda. +[2020-08-22 20:40:06,644] /u/YXWNnn had their flair updated +[2020-08-22 20:40:51,508] There has been a new submission: 'Just Started Posting Today, currently all our videos are under a minute, is that not such a good thing?', with flair 'Channel Review' +[2020-08-22 20:40:53,551] /u/heinzliketheketchup had their submission removed for insufficient lambda. +[2020-08-22 20:40:55,885] /u/heinzliketheketchup had their flair updated +[2020-08-22 20:41:23,275] '/u/generalna11' has given '/u/shadossplayz' lambda! +[2020-08-22 20:41:26,262] /u/shadossplayz had their flair updated +[2020-08-22 20:42:02,113] There has been a new submission: 'NEW YOUTUBE VIDEO', with flair 'Gaming' +[2020-08-22 20:42:03,748] /u/eatdatpusyy had their submission removed for insufficient lambda. +[2020-08-22 20:42:05,833] /u/eatdatpusyy had their flair updated +[2020-08-22 20:44:45,045] '/u/_shitsplitter_' has given '/u/mskibs' lambda! +[2020-08-22 20:44:47,710] /u/mskibs had their flair updated +[2020-08-22 20:45:33,222] '/u/_shitsplitter_' has given '/u/ItsNotJustaVideogame' lambda! +[2020-08-22 20:45:35,720] /u/ItsNotJustaVideogame had their flair updated +[2020-08-22 20:47:27,937] +#################### +[Aug 22 2020 20:47:27] RESTARTED +#################### + +[2020-08-22 21:30:44,239] There has been a new submission: 'Fall Guys Ultimate Knockout WTF and LOL moments', with flair 'Gaming' +[2020-08-22 21:30:46,697] /u/superxman12 had their submission removed for insufficient lambda. +[2020-08-22 21:30:48,989] /u/superxman12 had their flair updated +[2020-08-22 21:31:09,683] There has been a new submission: 'Critique my juggling video', with flair 'Video Critique' +[2020-08-22 21:31:12,385] /u/peterspickledpotato had their submission removed for insufficient lambda. +[2020-08-22 21:31:15,168] /u/peterspickledpotato had their flair updated +[2020-08-22 21:31:35,166] There has been a new submission: 'I have been editing for 6 months now gameplay videos and here is my current skill level. This is a funny under minute long video so you might want to check it out and give me brief feedback of the edits. Thanks in advacne😉', with flair 'Video Critique' +[2020-08-22 21:31:37,295] /u/Peesukarhuu had their submission removed for insufficient lambda. +[2020-08-22 21:31:40,084] /u/Peesukarhuu had their flair updated +[2020-08-22 21:31:59,342] There has been a new submission: 'I’ve made a new yt vid would appreciate if anyone would watch it', with flair 'Gaming' +[2020-08-22 21:32:00,784] /u/Baba69_ had their submission removed for insufficient lambda. +[2020-08-22 21:32:02,869] /u/Baba69_ had their flair updated +[2020-08-22 21:32:23,664] There has been a new submission: 'I need help so i can stop my live stream', with flair 'Gaming' +[2020-08-22 21:32:25,303] /u/Airsorealm had their submission removed for insufficient lambda. +[2020-08-22 21:32:27,317] /u/Airsorealm had their flair updated +[2020-08-22 21:32:45,386] There has been a new submission: 'I started a new audiobook series on my youtube channel, where I read from the fantasy book I'm writing: "Whispers of the old World" - Would love some feedback on it <3', with flair 'Video Critique' +[2020-08-22 21:32:46,903] /u/Steffenrd had their submission removed for insufficient lambda. +[2020-08-22 21:32:49,154] /u/Steffenrd had their flair updated +[2020-08-22 21:34:57,022] '/u/generalna11' has given '/u/dikoekiemonster' lambda! +[2020-08-22 21:34:59,565] /u/dikoekiemonster had their flair updated +[2020-08-22 21:35:18,050] '/u/006redditor006' has given '/u/emyschiffer' lambda! +[2020-08-22 21:35:20,187] /u/emyschiffer had their flair updated +[2020-08-22 21:35:39,494] '/u/Insert-a-reddit-name' has given '/u/emyschiffer' lambda! +[2020-08-22 21:35:41,830] /u/emyschiffer had their flair updated +[2020-08-22 21:37:16,386] '/u/generalna11' has given '/u/TAHEPICDUCK123' lambda! +[2020-08-22 21:37:18,850] /u/TAHEPICDUCK123 had their flair updated +[2020-08-22 21:40:50,285] There has been a new submission: 'Eater of worlds but u get carried...', with flair 'Gaming' +[2020-08-22 21:40:51,834] /u/urandias had their submission removed for insufficient lambda. +[2020-08-22 21:40:54,081] /u/urandias had their flair updated +[2020-08-22 21:41:14,271] There has been a new submission: 'I created a video about microscopic creatures that create worlpools.', with flair 'Video Critique' +[2020-08-22 21:41:15,902] /u/Crauj had their submission removed for insufficient lambda. +[2020-08-22 21:41:18,080] /u/Crauj had their flair updated +[2020-08-22 21:42:47,090] '/u/AlsleumMusic' has given '/u/MackeyH' lambda! +[2020-08-22 21:42:50,657] /u/MackeyH had their flair updated +[2020-08-22 21:43:59,130] '/u/AlsleumMusic' has given '/u/_shitsplitter_' lambda! +[2020-08-22 21:44:01,992] /u/_shitsplitter_ had their flair updated +[2020-08-22 21:45:37,481] There has been a new submission: 'I convinced my cartoon to try Red Bull...', with flair 'Video Critique' +[2020-08-22 21:45:38,672] /u/sparkle69motion had their submission removed for insufficient lambda. +[2020-08-22 21:45:39,982] /u/sparkle69motion had their flair updated +[2020-08-22 21:47:52,236] '/u/Brandonator247' has given '/u/meltedsundae' lambda! +[2020-08-22 21:47:54,700] /u/meltedsundae had their flair updated +[2020-08-22 21:48:13,348] '/u/AlsleumMusic' has given '/u/CookinXperimentalist' lambda! +[2020-08-22 21:48:15,399] /u/CookinXperimentalist had their flair updated +[2020-08-22 21:48:33,723] There has been a new submission: 'lightningNA | Fortnite Highlights #1 | Getting My Dough 💸', with flair 'Gaming' +[2020-08-22 21:48:34,545] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-22 21:48:35,323] /u/lightningNA_YT had their flair updated +[2020-08-22 21:49:10,199] '/u/greenpeppers100' has given '/u/Zacmrd' lambda! +[2020-08-22 21:49:12,120] /u/Zacmrd had their flair updated +[2020-08-22 21:50:22,672] '/u/greenpeppers100' has given '/u/MaxLanglands' lambda! +[2020-08-22 21:50:25,488] /u/MaxLanglands had their flair updated +[2020-08-22 21:51:27,139] '/u/Monkey_Adventures' has given '/u/emyschiffer' lambda! +[2020-08-22 21:51:30,167] /u/emyschiffer had their flair updated +[2020-08-22 21:53:39,527] '/u/generalna11' has given '/u/MoustacheSpy' lambda! +[2020-08-22 21:53:41,903] /u/MoustacheSpy had their flair updated +[2020-08-22 21:55:07,781] There has been a new submission: 'I have noticed that a lot of posts on this sub are the same questions over and over, so I decided to make a list of them and try to provide a good response. I hope that this proves helpful.', with flair 'Discussion' +[2020-08-22 21:55:09,516] /u/-BR25- had their flair updated +[2020-08-22 21:55:48,312] There has been a new submission: 'Half-Life: Alyx but with two braincells | The Quarantine Zone 50%', with flair 'Video Critique' +[2020-08-22 21:55:50,890] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 21:55:50,892] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 21:55:51,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y0bcyDHAiIo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 21:55:52,201] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCD9yRzcgWE-Dl9jH1a9wpEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 21:55:54,612] /u/MoustacheSpy had their flair updated +[2020-08-22 21:56:14,224] There has been a new submission: 'Enjoy. Brutal honesty needed, thanks.', with flair 'Video Critique' +[2020-08-22 21:56:15,444] /u/ai_Purple_Co had their submission removed for insufficient lambda. +[2020-08-22 21:56:16,842] /u/ai_Purple_Co had their flair updated +[2020-08-22 22:01:44,670] There has been a new submission: 'Would love some feedback on my latest video as I have made some slight changes to the way I edit', with flair 'Video Critique' +[2020-08-22 22:01:48,024] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 22:01:48,026] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 22:01:49,871] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xjbB4VJn884&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 22:01:50,282] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCowITDZ6tcBTZnSBWMzyrTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 22:01:53,522] /u/emyschiffer had their flair updated +[2020-08-22 22:10:44,215] There has been a new submission: '!Givelambda Trying to figure out why video retention isn't as good as other videos', with flair 'Video Critique' +[2020-08-22 22:10:46,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 22:10:46,735] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 22:10:47,840] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Su5dxHA1p2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 22:10:48,332] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 22:10:51,733] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-22 22:12:15,713] There has been a new submission: 'NBA 2K20 Mixtape - Be Something ( Polo G )', with flair 'Gaming' +[2020-08-22 22:12:17,682] /u/DXRK_YT had their submission removed for insufficient lambda. +[2020-08-22 22:12:19,771] /u/DXRK_YT had their flair updated +[2020-08-22 22:16:18,576] There has been a new submission: 'I need help', with flair 'Discussion' +[2020-08-22 22:16:20,411] /u/Chez-Cat-yt had their flair updated +[2020-08-22 22:16:41,726] There has been a new submission: 'Advice for my small Youtube channel (CrazyDaveGaming)', with flair 'Channel Review' +[2020-08-22 22:16:43,599] /u/psych3delictr1p had their submission removed for insufficient lambda. +[2020-08-22 22:16:44,996] /u/psych3delictr1p had their flair updated +[2020-08-22 22:17:38,948] There has been a new submission: 'Call of Duty Modern Warfare/ 2v2 Gunfight (Money on the line)', with flair 'Gaming' +[2020-08-22 22:17:40,461] /u/SilentKidrobot had their submission removed for insufficient lambda. +[2020-08-22 22:17:41,678] /u/SilentKidrobot had their flair updated +[2020-08-22 22:24:33,922] '/u/AlexClarkeGames' has given '/u/-BR25-' lambda! +[2020-08-22 22:24:36,469] /u/-BR25- had their flair updated +[2020-08-22 22:30:26,698] '/u/AlexClarkeGames' has given '/u/Famiguelvo' lambda! +[2020-08-22 22:30:30,126] /u/Famiguelvo had their flair updated +[2020-08-22 22:32:17,441] '/u/generalna11' has given '/u/iannedeveyra' lambda! +[2020-08-22 22:32:20,232] /u/iannedeveyra had their flair updated +[2020-08-22 22:33:55,620] There has been a new submission: 'vlogging for the first time', with flair 'Vlog' +[2020-08-22 22:33:57,004] /u/zeketaylor1 had their submission removed for insufficient lambda. +[2020-08-22 22:33:58,847] /u/zeketaylor1 had their flair updated +[2020-08-22 22:35:30,466] '/u/Monkey_Adventures' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-08-22 22:35:33,163] /u/Sedica_n_Tryna_Play had their flair updated +[2020-08-22 22:45:05,264] '/u/006redditor006' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-08-22 22:45:07,879] /u/Sedica_n_Tryna_Play had their flair updated +[2020-08-22 22:46:19,782] There has been a new submission: 'For Honor Memetage', with flair 'Gaming' +[2020-08-22 22:46:21,348] /u/ConsciousPerception8 had their submission removed for insufficient lambda. +[2020-08-22 22:46:22,738] /u/ConsciousPerception8 had their flair updated +[2020-08-22 22:47:28,707] +#################### +[Aug 22 2020 22:47:28] RESTARTED +#################### + +[2020-08-22 23:29:26,935] There has been a new submission: 'Looking for a similar channel as mine', with flair 'Channel Review' +[2020-08-22 23:29:28,941] /u/theinterdave had their submission removed for insufficient lambda. +[2020-08-22 23:29:29,515] /u/theinterdave had their flair updated +[2020-08-22 23:29:45,898] There has been a new submission: 'Hi! My sister made this video and she did a great job with editing and spent a lot of time on it. But doesn't know how to promote herself. Can we rack up her views so we can surprise her. Thanks! Please feel free to critique her video and I will forward the info to her.', with flair 'Video Critique' +[2020-08-22 23:29:49,663] /u/Jadeep had their flair updated +[2020-08-22 23:30:08,031] There has been a new submission: 'Top 10 Endless Games of 2020', with flair 'Gaming' +[2020-08-22 23:30:09,991] /u/Rodrrico had their submission removed for insufficient lambda. +[2020-08-22 23:30:12,365] /u/Rodrrico had their flair updated +[2020-08-22 23:30:55,012] '/u/FindAKidneyDonor-Com' has given '/u/RealGalaxyRider' lambda! +[2020-08-22 23:30:58,001] /u/RealGalaxyRider had their flair updated +[2020-08-22 23:31:35,966] '/u/TheDuckCat47' has given '/u/iannedeveyra' lambda! +[2020-08-22 23:31:38,925] /u/iannedeveyra had their flair updated +[2020-08-22 23:32:01,017] '/u/dankbak' has given '/u/civohd123' lambda! +[2020-08-22 23:32:03,638] /u/civohd123 had their flair updated +[2020-08-22 23:32:24,500] '/u/006redditor006' has given '/u/RealGalaxyRider' lambda! +[2020-08-22 23:32:27,408] /u/RealGalaxyRider had their flair updated +[2020-08-22 23:33:34,634] '/u/dankbak' has given '/u/-BR25-' lambda! +[2020-08-22 23:33:37,054] /u/-BR25- had their flair updated +[2020-08-22 23:33:57,619] '/u/TheDuckCat47' has given '/u/civohd123' lambda! +[2020-08-22 23:34:00,303] /u/civohd123 had their flair updated +[2020-08-22 23:34:36,975] '/u/TheDuckCat47' has given '/u/xPento' lambda! +[2020-08-22 23:34:39,397] /u/xPento had their flair updated +[2020-08-22 23:35:18,865] '/u/FlexwithDrez' has given '/u/Sedica_n_Tryna_Play' lambda! +[2020-08-22 23:35:21,161] /u/Sedica_n_Tryna_Play had their flair updated +[2020-08-22 23:36:38,706] '/u/006redditor006' has given '/u/dikoekiemonster' lambda! +[2020-08-22 23:36:40,956] /u/dikoekiemonster had their flair updated +[2020-08-22 23:37:48,840] '/u/006redditor006' has given '/u/DTV998' lambda! +[2020-08-22 23:37:50,933] /u/DTV998 had their flair updated +[2020-08-22 23:40:46,070] '/u/perplexed_pragmatism' has given '/u/sparkle69motion' lambda! +[2020-08-22 23:40:48,527] /u/sparkle69motion had their flair updated +[2020-08-22 23:41:09,294] There has been a new submission: 'We genuinely get attached to NPCs and story. I'd like to know if you get drawn into that with us as we talk with each other, or if we should try to connect with the viewers more directly (talking to the camera)? Are we successful in orienting the viewer with what's happening?', with flair 'Video Critique' +[2020-08-22 23:41:11,335] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 23:41:11,378] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 23:41:12,687] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qOqwc-MzZZU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 23:41:13,099] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeuGKWpZ1X-OXsfaXesu1eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 23:41:16,343] /u/Sedica_n_Tryna_Play had their flair updated +[2020-08-22 23:41:35,235] There has been a new submission: 'I gave myself two rules for my next video, I wanted to film a nicely cinematic sketch and learn how to do green screen stuff. Let me know what you think - It took an unreasonably long amount of time to make and would love to know what to improve on for next time!', with flair 'Video Critique' +[2020-08-22 23:41:37,517] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-22 23:41:37,519] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-22 23:41:38,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YjGu6T7auY8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 23:41:38,992] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClFZlrRlpVnEpaFLyliXyVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-22 23:41:42,186] /u/sambarlien had their flair updated +[2020-08-22 23:42:02,247] There has been a new submission: 'Go review my news video it’s sims 4 realms of magic rages to riches style! Leave me so stress back how I can improve!', with flair 'Channel Review' +[2020-08-22 23:42:03,725] /u/glamorousred92 had their submission removed for insufficient lambda. +[2020-08-22 23:42:05,896] /u/glamorousred92 had their flair updated +[2020-08-22 23:44:54,233] There has been a new submission: 'Modern Warfare Iso Experience.EXE', with flair 'Gaming' +[2020-08-22 23:44:56,323] /u/MrFreetim3 had their submission removed for insufficient lambda. +[2020-08-22 23:44:57,842] /u/MrFreetim3 had their flair updated +[2020-08-22 23:54:14,823] There has been a new submission: 'PLAYING SCRUTINIZED, BUT WE FOCUSING ON THESE INSANE SUSPECT REPORTS| Scrutinized: Detective Mode', with flair 'Gaming' +[2020-08-22 23:54:16,703] /u/shathewiz had their submission removed for insufficient lambda. +[2020-08-22 23:54:18,592] /u/shathewiz had their flair updated +[2020-08-22 23:54:59,598] There has been a new submission: '[Video Critique] Risk of Rain 2 but I carried my friend the whole time', with flair 'Video Critique' +[2020-08-22 23:55:01,071] /u/imdumbtho had their submission removed for insufficient lambda. +[2020-08-22 23:55:02,832] /u/imdumbtho had their flair updated +[2020-08-22 23:59:51,630] '/u/Insert-a-reddit-name' has given '/u/iannedeveyra' lambda! +[2020-08-22 23:59:55,399] /u/iannedeveyra had their flair updated +[2020-08-23 00:09:32,515] There has been a new submission: 'MK11 Squabbles IV: The Climb Back', with flair 'Gaming' +[2020-08-23 00:09:33,291] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-23 00:09:33,807] /u/majin_hendrix had their flair updated +[2020-08-23 00:13:33,783] There has been a new submission: 'I made an anime analysis of the Anitube Chess Tournament Arc Like it was an actual Anime (The entire video is kinda a Anitube inside joke, so if you don't get it, its fine, i just wanna know what you think of the edits)', with flair 'Video Critique' +[2020-08-23 00:13:36,319] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 00:13:36,360] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 00:13:38,366] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ev2TjbeWUck&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 00:13:38,816] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qBsVbZVaEC2hmzd4MSOTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 00:13:41,845] /u/thedrq had their flair updated +[2020-08-23 00:18:59,925] There has been a new submission: 'Here’s a link to a video I did! Would appreciate feedback', with flair 'Channel Review' +[2020-08-23 00:19:01,274] /u/JonKutz had their submission removed for insufficient lambda. +[2020-08-23 00:19:02,038] /u/JonKutz had their flair updated +[2020-08-23 00:32:28,288] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-23 00:47:26,287] +#################### +[Aug 23 2020 00:47:26] RESTARTED +#################### + +[2020-08-23 01:25:48,441] There has been a new submission: 'I knoe it's a saturated market, but r/falloutlore, Top Posts of All Time, please give feedback', with flair 'Video Critique' +[2020-08-23 01:25:50,650] /u/_Variant_ had their submission removed for insufficient lambda. +[2020-08-23 01:25:51,924] /u/_Variant_ had their flair updated +[2020-08-23 01:26:10,464] There has been a new submission: 'playing a childhood game on the hardest diff..', with flair 'Gaming' +[2020-08-23 01:26:11,688] /u/TheToxiee had their submission removed for insufficient lambda. +[2020-08-23 01:26:12,873] /u/TheToxiee had their flair updated +[2020-08-23 01:26:35,858] '/u/Monkey_Adventures' has given '/u/civohd123' lambda! +[2020-08-23 01:26:38,277] /u/civohd123 had their flair updated +[2020-08-23 01:28:40,778] '/u/Insert-a-reddit-name' has given '/u/justthefamilyguy' lambda! +[2020-08-23 01:28:42,867] /u/justthefamilyguy had their flair updated +[2020-08-23 01:29:15,586] '/u/_shitsplitter_' has given '/u/perplexed_pragmatism' lambda! +[2020-08-23 01:29:17,390] /u/perplexed_pragmatism had their flair updated +[2020-08-23 01:31:22,891] There has been a new submission: 'Any thoughts on my first montage with Resolve?', with flair 'Video Critique' +[2020-08-23 01:31:24,529] /u/Evilhuntsman had their submission removed for insufficient lambda. +[2020-08-23 01:31:26,741] /u/Evilhuntsman had their flair updated +[2020-08-23 01:31:46,774] There has been a new submission: 'They Tried to Prank Me!!', with flair 'Channel Review' +[2020-08-23 01:31:48,369] /u/vannormus had their submission removed for insufficient lambda. +[2020-08-23 01:31:50,535] /u/vannormus had their flair updated +[2020-08-23 01:32:10,481] There has been a new submission: 'I make Red Dead Online videos. this great sub was recommended to me and I’d love to get your opinion/feedback on one of my latest videos. Thank you in advance!', with flair 'Gaming' +[2020-08-23 01:32:12,119] /u/Sam_88882 had their submission removed for insufficient lambda. +[2020-08-23 01:32:14,128] /u/Sam_88882 had their flair updated +[2020-08-23 01:32:53,667] '/u/FindAKidneyDonor-Com' has given '/u/civohd123' lambda! +[2020-08-23 01:32:56,783] /u/civohd123 had their flair updated +[2020-08-23 01:33:32,648] '/u/FindAKidneyDonor-Com' has given '/u/DTV998' lambda! +[2020-08-23 01:33:35,427] /u/DTV998 had their flair updated +[2020-08-23 01:34:57,204] There has been a new submission: 'Cloth and the Traitor Lord from Hollow Knight - Vector Speed Draw. This is my first video where I've recorded voice over for my speed drawing and I'd really appreciate any feedback you might have! Thanks so much in advance for your support!!', with flair 'Art' +[2020-08-23 01:34:58,720] /u/PaperStingRay had their submission removed for insufficient lambda. +[2020-08-23 01:35:00,230] /u/PaperStingRay had their flair updated +[2020-08-23 01:38:45,928] There has been a new submission: 'My Two Sense | Tim Norman: Welcome to hips & lies...', with flair 'Discussion' +[2020-08-23 01:38:47,776] /u/masadadigg had their submission removed for using the wrong flair. +[2020-08-23 01:38:48,556] /u/masadadigg had their flair updated +[2020-08-23 01:39:44,112] There has been a new submission: 'Spent a couple months on this, thoughts?', with flair 'Video Critique' +[2020-08-23 01:39:45,710] /u/DryHorizon had their submission removed for insufficient lambda. +[2020-08-23 01:39:46,853] /u/DryHorizon had their flair updated +[2020-08-23 01:40:10,905] There has been a new submission: 'Girl Double Exposure Painting | Abstract Acrylic Painting | Satisfying L...', with flair 'Art' +[2020-08-23 01:40:12,712] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda. +[2020-08-23 01:40:15,085] /u/Rih-Rih-Tie-Dye had their flair updated +[2020-08-23 01:41:01,229] There has been a new submission: 'The Batman Teaser Trailer 🦇! Robert Pattinson did an awesome job! Can't wait 🤩', with flair 'Video Critique' +[2020-08-23 01:41:03,054] /u/deepakdknayak had their submission removed for insufficient lambda. +[2020-08-23 01:41:05,265] /u/deepakdknayak had their flair updated +[2020-08-23 01:49:06,115] There has been a new submission: 'tried doing a cover of "with ears to see and eyes to hear" by sleeping with sirens', with flair 'Video Critique' +[2020-08-23 01:49:09,185] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 01:49:09,225] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 01:49:10,656] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UI45KXg08Nk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 01:49:11,106] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIp6I_z0hX6gCPNFo-qk-Ng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 01:49:13,116] /u/iannedeveyra had their flair updated +[2020-08-23 01:52:28,234] There has been a new submission: 'Took a break to do some Big changes to my vloging style would love feedback on how entertaining and watchable it is now thanks in advance', with flair 'Video Critique' +[2020-08-23 01:52:31,295] /u/whereismael had their submission removed for insufficient lambda. +[2020-08-23 01:52:34,077] /u/whereismael had their flair updated +[2020-08-23 01:54:04,406] There has been a new submission: 'Any thoughts on how I could improve?', with flair 'Video Critique' +[2020-08-23 01:54:05,863] /u/Minidudedaboss had their submission removed for insufficient lambda. +[2020-08-23 01:54:07,716] /u/Minidudedaboss had their flair updated +[2020-08-23 01:55:19,425] '/u/ekaaaans' has given '/u/sparkle69motion' lambda! +[2020-08-23 01:55:21,003] /u/sparkle69motion had their flair updated +[2020-08-23 01:59:40,038] There has been a new submission: 'Hey People If You Like Funny And Well Edited Gaming Content Your In Luck!!!!! Head Over And Watch My New Video On The Zebby Channel And Hit That Like And Sub Button!!! Thanks Yall!!!!!', with flair 'Gaming' +[2020-08-23 01:59:41,558] /u/OhItsZebby0 had their submission removed for insufficient lambda. +[2020-08-23 01:59:42,362] /u/OhItsZebby0 had their flair updated +[2020-08-23 02:00:36,417] There has been a new submission: 'What do you think of the video?? Feedback would be appreciated and lambda'd :)', with flair 'Video Critique' +[2020-08-23 02:00:39,229] /u/gjtsownn had their submission removed for insufficient lambda. +[2020-08-23 02:00:42,400] /u/gjtsownn had their flair updated +[2020-08-23 02:05:35,236] There has been a new submission: 'Rogue Company Funny/Rage Moments Video! One of the funniest videos I’ve ever made! Any feedback is appreciated and if you enjoy, subscribe ‼️ have a good night y’all keep grinding', with flair 'Video Critique' +[2020-08-23 02:05:36,706] /u/elite_reflex247 had their submission removed for insufficient lambda. +[2020-08-23 02:05:38,306] /u/elite_reflex247 had their flair updated +[2020-08-23 02:06:16,892] There has been a new submission: 'What works and what doesn’t?', with flair 'Channel Review' +[2020-08-23 02:06:19,102] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 02:06:19,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 02:06:20,737] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NmqB4dD6C8I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 02:06:21,068] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbfYsPWdqxn1ZuP9i9YT8MQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 02:06:23,441] /u/kapanidis87 had their flair updated +[2020-08-23 02:24:39,768] There has been a new submission: 'Hey guys. I've created a YouTube channel inspired by Yes Theory called Beyond the Bucket. It's about accomplishing everything off my bucket list but also the experience that goes beyond it. Check it out!', with flair 'Channel Review' +[2020-08-23 02:24:41,018] /u/MC_Horse_Dick had their submission removed for insufficient lambda. +[2020-08-23 02:24:42,774] /u/MC_Horse_Dick had their flair updated +[2020-08-23 02:36:31,929] There has been a new submission: 'PGA Tour 2K21 AMAZING GAME!', with flair 'Gaming' +[2020-08-23 02:36:34,826] /u/PRoGAMErPC had their submission removed for insufficient lambda. +[2020-08-23 02:36:36,223] /u/PRoGAMErPC had their flair updated +[2020-08-23 02:38:53,508] There has been a new submission: 'Why Trans Women Should Love Themselves 💯🤷♀️😘❤️', with flair 'Vlog' +[2020-08-23 02:38:54,300] /u/thatmoongurl had their submission removed for insufficient lambda. +[2020-08-23 02:38:55,079] /u/thatmoongurl had their flair updated +[2020-08-23 02:47:27,247] +#################### +[Aug 23 2020 02:47:27] RESTARTED +#################### + +[2020-08-23 03:23:33,630] There has been a new submission: 'Hey, check it out my cover version of the song "Watermelon Sugar" and tell me if it's any good.', with flair 'Video Critique' +[2020-08-23 03:23:35,920] /u/juurata had their submission removed for insufficient lambda. +[2020-08-23 03:23:37,594] /u/juurata had their flair updated +[2020-08-23 03:23:59,762] '/u/dankbak' has given '/u/sparkle69motion' lambda! +[2020-08-23 03:24:02,410] /u/sparkle69motion had their flair updated +[2020-08-23 03:24:51,083] '/u/Bebby_Tuna' has given '/u/civohd123' lambda! +[2020-08-23 03:24:53,745] /u/civohd123 had their flair updated +[2020-08-23 03:25:11,526] '/u/iannedeveyra' has given '/u/MC_Horse_Dick' lambda! +[2020-08-23 03:25:12,983] /u/MC_Horse_Dick had their flair updated +[2020-08-23 03:25:37,710] '/u/alexander8111' has given '/u/mickaelbdias' lambda! +[2020-08-23 03:25:40,094] /u/mickaelbdias had their flair updated +[2020-08-23 03:25:56,087] '/u/alexander8111' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 03:25:58,545] /u/FlightoftheMelons had their flair updated +[2020-08-23 03:26:32,706] '/u/lizahinza' has given '/u/generalna11' lambda! +[2020-08-23 03:26:35,004] /u/generalna11 had their flair updated +[2020-08-23 03:26:55,014] '/u/lizahinza' has given '/u/Famiguelvo' lambda! +[2020-08-23 03:26:57,184] /u/Famiguelvo had their flair updated +[2020-08-23 03:30:31,145] There has been a new submission: 'best soundtracks written for an anime [CC]', with flair 'Vlog' +[2020-08-23 03:30:32,865] /u/DiscoCassette had their submission removed for insufficient lambda. +[2020-08-23 03:30:35,203] /u/DiscoCassette had their flair updated +[2020-08-23 03:30:57,501] There has been a new submission: 'INSPIRATIONAL STORY', with flair 'Channel Review' +[2020-08-23 03:30:59,099] /u/sajinalnobl had their submission removed for insufficient lambda. +[2020-08-23 03:31:01,374] /u/sajinalnobl had their flair updated +[2020-08-23 03:31:21,541] There has been a new submission: 'INSPIRATIONAL VIDEO', with flair 'Channel Review' +[2020-08-23 03:31:23,139] /u/sajinalnobl had their submission removed for insufficient lambda. +[2020-08-23 03:31:25,311] /u/sajinalnobl had their flair updated +[2020-08-23 03:31:45,718] There has been a new submission: 'COOKING A FULL CHINESE DINNER | steam fish, special vegetable & more with recipe!', with flair 'Vlog' +[2020-08-23 03:31:47,565] /u/happywokhappywife had their submission removed for insufficient lambda. +[2020-08-23 03:31:49,864] /u/happywokhappywife had their flair updated +[2020-08-23 03:32:10,171] There has been a new submission: 'Am I being subbotted?', with flair 'Discussion' +[2020-08-23 03:32:14,136] /u/GentlemanRaven had their flair updated +[2020-08-23 03:32:33,708] There has been a new submission: 'everyone serious sub 4 sub everyone please I am a permant sub', with flair 'Gaming' +[2020-08-23 03:32:35,385] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-23 03:32:37,352] /u/Stickbot04 had their flair updated +[2020-08-23 03:34:46,856] There has been a new submission: 'Give me some feedback', with flair 'Gaming' +[2020-08-23 03:34:48,245] /u/thegamingmusab had their submission removed for insufficient lambda. +[2020-08-23 03:34:49,881] /u/thegamingmusab had their flair updated +[2020-08-23 03:38:44,608] There has been a new submission: 'My Next Venture : What Does Death Feel Like? : Moving On', with flair 'Vlog' +[2020-08-23 03:38:47,725] /u/GnormPlays had their submission removed for insufficient lambda. +[2020-08-23 03:38:49,077] /u/GnormPlays had their flair updated +[2020-08-23 03:39:31,227] There has been a new submission: 'I've always wanted to make a cartoon, and I finally did it! Then I gave him Red Bull...', with flair 'Video Critique' +[2020-08-23 03:39:32,987] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 03:39:33,109] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 03:39:35,319] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ewexeogl-ko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 03:39:35,648] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9UJIUNS4DNF211EK8x4p-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 03:39:37,077] /u/sparkle69motion had their flair updated +[2020-08-23 03:43:51,466] There has been a new submission: 'I am an artist, new to the youtube community. I recently finished and posted this speed paint of a watercolor sunrise and landscape.', with flair 'Video Critique' +[2020-08-23 03:43:53,273] /u/harbingersolution had their submission removed for insufficient lambda. +[2020-08-23 03:43:55,283] /u/harbingersolution had their flair updated +[2020-08-23 03:47:30,320] There has been a new submission: 'XXXTENTACION - A GHETTO CHRISTMAS CAROL', with flair 'Gaming' +[2020-08-23 03:47:32,936] /u/Zidex11 had their submission removed for insufficient lambda. +[2020-08-23 03:47:34,091] /u/Zidex11 had their flair updated +[2020-08-23 04:14:21,778] There has been a new submission: 'Proving that Yellow Team is the Best Team', with flair 'Video Critique' +[2020-08-23 04:14:23,215] /u/dinnergaming had their submission removed for insufficient lambda. +[2020-08-23 04:14:25,057] /u/dinnergaming had their flair updated +[2020-08-23 04:20:52,257] There has been a new submission: 'BEAN BOOZLED CHALLENGE *SUPER FUNNY*', with flair 'Video Critique' +[2020-08-23 04:20:53,953] /u/b_griffin24 had their submission removed for insufficient lambda. +[2020-08-23 04:20:56,258] /u/b_griffin24 had their flair updated +[2020-08-23 04:26:36,657] There has been a new submission: 'Here are some of our Moments in PUBG which we tried to make it funny. If you'll like it then hit the like, share and subscribe button.', with flair 'Gaming' +[2020-08-23 04:26:37,929] /u/beingfarcastic had their submission removed for insufficient lambda. +[2020-08-23 04:26:39,367] /u/beingfarcastic had their flair updated +[2020-08-23 04:32:11,698] There has been a new submission: 'Its a smallYtchannel about autism subscribe please', with flair 'None' +[2020-08-23 04:32:13,138] /u/Kash00771 had their submission removed for insufficient lambda. +[2020-08-23 04:32:15,310] /u/Kash00771 had their flair updated +[2020-08-23 04:34:20,269] There has been a new submission: 'Any ideas on my video format/ execution? I like to mostly record from an arms-length point of view. Thanks in advance', with flair 'Video Critique' +[2020-08-23 04:34:21,562] /u/Black7uice had their submission removed for insufficient lambda. +[2020-08-23 04:34:23,403] /u/Black7uice had their flair updated +[2020-08-23 04:40:03,705] There has been a new submission: '16 Year Old Boy Almost Mauled By Black Bear on Vacation - This is just a chilled-out commentary video I made telling a story. Any criticism about the video would be greatly appreciated!!', with flair 'Video Critique' +[2020-08-23 04:40:04,166] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 04:40:04,167] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 04:40:04,563] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bg1EO3OSU0c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 04:40:04,741] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZpFWCyULQ7KI1Ltt_aUZNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 04:40:07,628] /u/Palymius had their flair updated +[2020-08-23 04:40:35,298] '/u/Sonicsaber25' has given '/u/Palymius' lambda! +[2020-08-23 04:40:37,681] /u/Palymius had their flair updated +[2020-08-23 04:45:04,628] There has been a new submission: 'Visited a 200 year old pub!', with flair 'Vlog' +[2020-08-23 04:45:06,226] /u/Ledoxsey14 had their submission removed for insufficient lambda. +[2020-08-23 04:45:07,947] /u/Ledoxsey14 had their flair updated +[2020-08-23 04:47:32,522] +#################### +[Aug 23 2020 04:47:32] RESTARTED +#################### + +[2020-08-23 05:23:37,062] There has been a new submission: 'I've made a few gameplay videos within the span of about 2 weeks, and I'm trying to improve the content by using cleaner clips with less profanity and longer lengths between cuts compared to my last videos. I'd appreciate any feedback!', with flair 'Gaming' +[2020-08-23 05:23:39,560] /u/markbarndoor had their submission removed for insufficient lambda. +[2020-08-23 05:23:41,285] /u/markbarndoor had their flair updated +[2020-08-23 05:23:59,904] There has been a new submission: 'This is only of the videos I got on my channel, road to 1000, only 437 more subscribers to go!', with flair 'Vlog' +[2020-08-23 05:24:01,277] /u/thatboisushi had their submission removed for insufficient lambda. +[2020-08-23 05:24:02,997] /u/thatboisushi had their flair updated +[2020-08-23 05:24:22,034] There has been a new submission: '437 more subscribers for 1000!', with flair 'Vlog' +[2020-08-23 05:24:23,553] /u/thatboisushi had their submission removed for insufficient lambda. +[2020-08-23 05:24:25,153] /u/thatboisushi had their flair updated +[2020-08-23 05:25:11,169] '/u/Monkey_Adventures' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 05:25:12,425] /u/FlightoftheMelons had their flair updated +[2020-08-23 05:42:50,812] There has been a new submission: 'Drive 2011 Music Video', with flair 'Video Critique' +[2020-08-23 05:42:52,278] /u/SteadyA15 had their submission removed for insufficient lambda. +[2020-08-23 05:42:54,449] /u/SteadyA15 had their flair updated +[2020-08-23 05:57:39,157] There has been a new submission: 'A visit to Nothe Firt, Weymouth', with flair 'Vlog' +[2020-08-23 05:57:40,303] /u/MaysamAdventures had their submission removed for insufficient lambda. +[2020-08-23 05:57:41,538] /u/MaysamAdventures had their flair updated +[2020-08-23 06:30:13,495] '/u/sparkle69motion' has given '/u/khoj_badami' lambda! +[2020-08-23 06:30:16,648] /u/khoj_badami had their flair updated +[2020-08-23 06:30:37,389] There has been a new submission: 'Tik Tok but everything is the first take', with flair 'Video Critique' +[2020-08-23 06:30:39,034] /u/Calebbjackson had their submission removed for insufficient lambda. +[2020-08-23 06:30:41,365] /u/Calebbjackson had their flair updated +[2020-08-23 06:43:41,146] '/u/Varavas' has given '/u/emyschiffer' lambda! +[2020-08-23 06:43:43,891] /u/emyschiffer had their flair updated +[2020-08-23 06:46:14,099] '/u/generalna11' has given '/u/dankbak' lambda! +[2020-08-23 06:46:16,680] /u/dankbak had their flair updated +[2020-08-23 06:47:26,259] +#################### +[Aug 23 2020 06:47:26] RESTARTED +#################### + +[2020-08-23 06:53:59,148] '/u/Varavas' has given '/u/dikoekiemonster' lambda! +[2020-08-23 06:54:00,598] /u/dikoekiemonster had their flair updated +[2020-08-23 07:15:15,127] '/u/Varavas' has given '/u/sparkle69motion' lambda! +[2020-08-23 07:15:17,545] /u/sparkle69motion had their flair updated +[2020-08-23 07:15:37,114] '/u/Varavas' has given '/u/iannedeveyra' lambda! +[2020-08-23 07:15:39,902] /u/iannedeveyra had their flair updated +[2020-08-23 07:16:30,745] '/u/ShikharTrivedi' has given '/u/TheJustindsd' lambda! +[2020-08-23 07:16:32,959] /u/TheJustindsd had their flair updated +[2020-08-23 07:17:40,572] '/u/Varavas' has given '/u/the_real_relarin' lambda! +[2020-08-23 07:17:42,463] /u/the_real_relarin had their flair updated +[2020-08-23 07:18:29,430] There has been a new submission: 'Rogue Company Clips #3', with flair 'Gaming' +[2020-08-23 07:18:30,410] /u/Particular_Bad_8112 had their submission removed for insufficient lambda. +[2020-08-23 07:18:31,109] /u/Particular_Bad_8112 had their flair updated +[2020-08-23 07:20:12,910] '/u/ShikharTrivedi' has given '/u/JamesBondOO72468' lambda! +[2020-08-23 07:20:15,130] /u/JamesBondOO72468 had their flair updated +[2020-08-23 07:44:23,283] '/u/FlexwithDrez' has given '/u/iannedeveyra' lambda! +[2020-08-23 07:44:26,068] /u/iannedeveyra had their flair updated +[2020-08-23 07:45:29,025] '/u/FlexwithDrez' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 07:45:31,653] /u/FlightoftheMelons had their flair updated +[2020-08-23 07:46:23,134] There has been a new submission: 'Real noob here !', with flair 'Discussion' +[2020-08-23 07:46:24,895] /u/nvrmind_flame-yt had their flair updated +[2020-08-23 07:46:42,784] There has been a new submission: 'Minecraft with no textures!', with flair 'Gaming' +[2020-08-23 07:46:43,772] /u/JonKutz had their submission removed for insufficient lambda. +[2020-08-23 07:46:45,039] /u/JonKutz had their flair updated +[2020-08-23 08:20:44,987] There has been a new submission: 'Please Critique! Prison Architect Cellblock Design Supermax / Maximum security', with flair 'Video Critique' +[2020-08-23 08:20:47,954] /u/KSmashJordy had their submission removed for insufficient lambda. +[2020-08-23 08:20:50,259] /u/KSmashJordy had their flair updated +[2020-08-23 08:46:53,374] +#################### +[Aug 23 2020 08:46:53] RESTARTED +#################### + +[2020-08-23 09:02:28,745] '/u/thedrq' has given '/u/DTV998' lambda! +[2020-08-23 09:02:31,538] /u/DTV998 had their flair updated +[2020-08-23 09:03:06,259] '/u/006redditor006' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-23 09:03:08,667] /u/nvrmind_flame-yt had their flair updated +[2020-08-23 09:26:27,156] There has been a new submission: 'Please Support My Youtube Channel Subscribe Like Share FREE MUSIC', with flair 'Vlog' +[2020-08-23 09:26:28,422] /u/Phen-Gulz had their submission removed for insufficient lambda. +[2020-08-23 09:26:29,899] /u/Phen-Gulz had their flair updated +[2020-08-23 09:29:04,958] '/u/TheDuckCat47' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-23 09:29:06,841] /u/nvrmind_flame-yt had their flair updated +[2020-08-23 09:51:21,296] There has been a new submission: 'Looking for feecback on my latest video where I explore a cave with a friend', with flair 'Video Critique' +[2020-08-23 09:51:23,835] /u/Turbotoes had their flair updated +[2020-08-23 09:57:26,950] '/u/FindAKidneyDonor-Com' has given '/u/JamesBondOO72468' lambda! +[2020-08-23 09:57:29,453] /u/JamesBondOO72468 had their flair updated +[2020-08-23 09:58:12,751] '/u/FindAKidneyDonor-Com' has given '/u/MC_Horse_Dick' lambda! +[2020-08-23 09:58:14,924] /u/MC_Horse_Dick had their flair updated +[2020-08-23 09:58:36,332] '/u/FindAKidneyDonor-Com' has given '/u/iannedeveyra' lambda! +[2020-08-23 09:58:38,256] /u/iannedeveyra had their flair updated +[2020-08-23 09:59:13,281] '/u/FindAKidneyDonor-Com' has given '/u/sparkle69motion' lambda! +[2020-08-23 09:59:15,500] /u/sparkle69motion had their flair updated +[2020-08-23 10:03:56,737] There has been a new submission: 'I'm concerned about my channel being too generic, so genuine feedback is really appreciated. My content is meant to be a bit low-effort, chill, light and easy to digest, but i'm afraid it'll get lost in a sea of similar channels', with flair 'Gaming' +[2020-08-23 10:03:58,295] /u/Zuverty had their submission removed for insufficient lambda. +[2020-08-23 10:04:00,223] /u/Zuverty had their flair updated +[2020-08-23 10:06:01,478] There has been a new submission: 'AL SERKAL AVENUE | QUOZ ARTS FEST', with flair 'Vlog' +[2020-08-23 10:06:02,737] /u/Jizami had their submission removed for insufficient lambda. +[2020-08-23 10:06:04,237] /u/Jizami had their flair updated +[2020-08-23 10:10:20,386] '/u/Sonicsaber25' has given '/u/FacemanGaming25' lambda! +[2020-08-23 10:10:22,659] /u/FacemanGaming25 had their flair updated +[2020-08-23 10:12:12,566] There has been a new submission: 'I've started a new series where I try a different country's army fitness test every week!', with flair 'Channel Review' +[2020-08-23 10:12:14,121] /u/HoopBaller88 had their submission removed for insufficient lambda. +[2020-08-23 10:12:16,293] /u/HoopBaller88 had their flair updated +[2020-08-23 10:16:32,845] '/u/ShikharTrivedi' has given '/u/FacemanGaming25' lambda! +[2020-08-23 10:16:35,759] /u/FacemanGaming25 had their flair updated +[2020-08-23 10:22:32,047] There has been a new submission: 'Joe Robinette Biden - Totally ripped for 2020', with flair 'Art' +[2020-08-23 10:22:33,427] /u/WhyWhyWhyForgetIt had their submission removed for insufficient lambda. +[2020-08-23 10:22:35,484] /u/WhyWhyWhyForgetIt had their flair updated +[2020-08-23 10:29:39,563] '/u/Turbotoes' has given '/u/TheDuckCat47' lambda! +[2020-08-23 10:29:41,815] /u/TheDuckCat47 had their flair updated +[2020-08-23 10:31:29,711] There has been a new submission: 'What do you guys think of that video? Do you like the editing?', with flair 'Video Critique' +[2020-08-23 10:31:30,801] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 10:31:30,842] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 10:31:32,540] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dv5ZF-Yayu0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 10:31:33,078] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCatzY1Rl9F3Jz48Ip2AZ0PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 10:31:36,266] /u/FacemanGaming25 had their flair updated +[2020-08-23 10:34:15,877] /u/DatTaco202 had their flair updated +[2020-08-23 10:37:26,666] '/u/Turbotoes' has given '/u/peterspickledpotato' lambda! +[2020-08-23 10:37:27,845] /u/peterspickledpotato had their flair updated +[2020-08-23 10:40:06,867] '/u/TheJustindsd' has given '/u/AshGearhart' lambda! +[2020-08-23 10:40:09,073] /u/AshGearhart had their flair updated +[2020-08-23 10:40:57,412] '/u/generalna11' has given '/u/KingOberon13' lambda! +[2020-08-23 10:40:59,586] /u/KingOberon13 had their flair updated +[2020-08-23 10:42:07,188] '/u/UnwashedHands' has given '/u/PierogiProductions' lambda! +[2020-08-23 10:42:10,147] /u/PierogiProductions had their flair updated +[2020-08-23 10:42:34,833] '/u/generalna11' has given '/u/Darksideseries' lambda! +[2020-08-23 10:42:37,455] /u/Darksideseries had their flair updated +[2020-08-23 10:43:47,345] '/u/Turbotoes' has given '/u/Darksideseries' lambda! +[2020-08-23 10:43:49,926] /u/Darksideseries had their flair updated +[2020-08-23 10:44:29,258] '/u/UnwashedHands' has given '/u/FlexwithDrez' lambda! +[2020-08-23 10:44:31,802] /u/FlexwithDrez had their flair updated +[2020-08-23 10:45:12,113] '/u/generalna11' has given '/u/yeetbox_' lambda! +[2020-08-23 10:45:14,530] /u/yeetbox_ had their flair updated +[2020-08-23 10:46:06,674] There has been a new submission: 'Are you a Pisces or you know someone who is? Here is a video explain everything you need to know about the characteristics and if you like astronomy it's also explained and also the mythology behind it. If you want to know more about this kind of stuff feel free to subscribe :)', with flair 'Channel Review' +[2020-08-23 10:46:07,970] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-23 10:46:10,226] /u/adyx1997 had their flair updated +[2020-08-23 10:47:30,774] +#################### +[Aug 23 2020 10:47:30] RESTARTED +#################### + +[2020-08-23 11:25:21,116] '/u/Jadeep' has given '/u/ekaaaans' lambda! +[2020-08-23 11:25:22,318] /u/ekaaaans had their flair updated +[2020-08-23 11:26:33,010] There has been a new submission: 'A PUBG MOBILE MONTAGE for you guys', with flair 'Gaming' +[2020-08-23 11:26:34,565] /u/ESPcommando had their submission removed for insufficient lambda. +[2020-08-23 11:26:35,669] /u/ESPcommando had their flair updated +[2020-08-23 11:26:53,325] There has been a new submission: 'Im making youtube playthroughs . Here is a sample on my latest video (is in greek ) any thoughts about the editing ? ?', with flair 'Gaming' +[2020-08-23 11:26:55,049] /u/achilleras had their submission removed for insufficient lambda. +[2020-08-23 11:26:56,076] /u/achilleras had their flair updated +[2020-08-23 11:27:13,923] There has been a new submission: 'I don't know how I just bull's eyed that YouTube algorithm and suddenly hit 3k views on one video in 2 months', with flair 'Video Critique' +[2020-08-23 11:27:15,110] /u/IaMmEsSiNgBoY had their submission removed for insufficient lambda. +[2020-08-23 11:27:16,219] /u/IaMmEsSiNgBoY had their flair updated +[2020-08-23 11:30:56,117] There has been a new submission: 'gta with friends | I hope you enjoy this video of GTA 5, have a nice day', with flair 'Gaming' +[2020-08-23 11:30:58,327] /u/MJCMANZ2099 had their submission removed for insufficient lambda. +[2020-08-23 11:31:00,595] /u/MJCMANZ2099 had their flair updated +[2020-08-23 11:33:00,151] There has been a new submission: 'Earn $50 to $900 For Typing Names and Slogans Online | Work from Home 2020', with flair 'Discussion' +[2020-08-23 11:33:01,790] /u/HomeHustlebydee had their submission removed for using the wrong flair. +[2020-08-23 11:33:03,793] /u/HomeHustlebydee had their flair updated +[2020-08-23 11:33:57,439] There has been a new submission: 'Afan Bike park! (Y wall, Mtb downhill, Mtb trails) - Osrm Mtb', with flair 'Channel Review' +[2020-08-23 11:33:58,830] /u/OsrmMtbYT had their submission removed for insufficient lambda. +[2020-08-23 11:34:00,551] /u/OsrmMtbYT had their flair updated +[2020-08-23 11:38:06,628] There has been a new submission: 'Dear all, I have created a YouTube channel where I post short movies and sketches. I really enjoy film-making and would be happy to gain a bigger audience. What can be done to promote my videos more? Or what could be improved about the content, techniques or length of the shots?', with flair 'Channel Review' +[2020-08-23 11:38:07,738] /u/realsaibot had their submission removed for insufficient lambda. +[2020-08-23 11:38:08,802] /u/realsaibot had their flair updated +[2020-08-23 11:39:29,810] '/u/FlexwithDrez' has given '/u/Darksideseries' lambda! +[2020-08-23 11:39:31,900] /u/Darksideseries had their flair updated +[2020-08-23 11:51:44,331] '/u/Turbotoes' has given '/u/Mr_Tasteful' lambda! +[2020-08-23 11:51:46,826] /u/Mr_Tasteful had their flair updated +[2020-08-23 11:55:20,545] There has been a new submission: 'Love Another Who Won't Love Me - Original (CONSI)', with flair 'Video Critique' +[2020-08-23 11:55:21,856] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-23 11:55:23,409] /u/benconsidine had their flair updated +[2020-08-23 11:58:45,619] '/u/TheDuckCat47' has given '/u/Darksideseries' lambda! +[2020-08-23 11:58:47,541] /u/Darksideseries had their flair updated +[2020-08-23 12:02:29,467] '/u/MoustacheSpy' has given '/u/gjtsownn' lambda! +[2020-08-23 12:02:31,821] /u/gjtsownn had their flair updated +[2020-08-23 12:15:35,520] '/u/FacemanGaming25' has given '/u/peterspickledpotato' lambda! +[2020-08-23 12:15:38,147] /u/peterspickledpotato had their flair updated +[2020-08-23 12:16:35,077] There has been a new submission: 'Food streets are waiting for customers after pandemic but the customers don,t want to leave self-quarantine.', with flair 'Vlog' +[2020-08-23 12:16:37,164] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 12:16:37,208] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 12:16:39,340] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J5bEnZ99mNI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 12:16:39,751] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBGjyZzLlipWS43GmJovzpw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 12:16:42,780] /u/rana1973 had their flair updated +[2020-08-23 12:20:43,476] There has been a new submission: '[Channel Review] Looking for feedback on my channel, anything I can improve.', with flair 'Channel Review' +[2020-08-23 12:20:48,226] /u/dikoekiemonster had their flair updated +[2020-08-23 12:26:55,800] '/u/Turbotoes' has given '/u/KingOberon13' lambda! +[2020-08-23 12:26:58,419] /u/KingOberon13 had their flair updated +[2020-08-23 12:29:15,277] There has been a new submission: 'Made a review of a smartwatch,I am saving up for a camera and mic till December. So kindly judge accordingly please', with flair 'Video Critique' +[2020-08-23 12:29:18,058] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 12:29:18,097] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 12:29:19,740] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CrMG-KiKI98&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 12:29:20,150] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLjyPF_l4DxOAyQrwJQpMEQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 12:29:21,869] /u/JamesBondOO72468 had their flair updated +[2020-08-23 12:29:39,070] There has been a new submission: 'Hi everyone! My Youtube Channel is Bianky’s Magical Pot and I do some very relaxing cooking video. No talking just a lot of cooking. I’m almost at my goal of 100 subs just 19 subs away from that! This will be a big milestone for me. :)', with flair 'Vlog' +[2020-08-23 12:29:39,851] /u/bpjo had their submission removed for insufficient lambda. +[2020-08-23 12:29:40,627] /u/bpjo had their flair updated +[2020-08-23 12:43:43,707] '/u/LoeyUK' has given '/u/civohd123' lambda! +[2020-08-23 12:43:46,245] /u/civohd123 had their flair updated +[2020-08-23 12:45:06,350] '/u/LoeyUK' has given '/u/dikoekiemonster' lambda! +[2020-08-23 12:45:08,891] /u/dikoekiemonster had their flair updated +[2020-08-23 12:47:30,410] +#################### +[Aug 23 2020 12:47:30] RESTARTED +#################### + +[2020-08-23 13:25:08,892] There has been a new submission: 'Why Did Leafy Get Terminated', with flair 'Video Critique' +[2020-08-23 13:25:10,700] /u/taddy223 had their submission removed for insufficient lambda. +[2020-08-23 13:25:12,035] /u/taddy223 had their flair updated +[2020-08-23 13:25:17,249] There has been a new submission: 'Just Posted a Will To Live Video Go Check It out', with flair 'Gaming' +[2020-08-23 13:25:18,301] /u/Lt_Jae had their submission removed for insufficient lambda. +[2020-08-23 13:25:19,636] /u/Lt_Jae had their flair updated +[2020-08-23 13:25:34,026] There has been a new submission: 'Skater XL - The Demo Tape', with flair 'Gaming' +[2020-08-23 13:25:35,617] /u/theofficialgeek had their submission removed for insufficient lambda. +[2020-08-23 13:25:36,972] /u/theofficialgeek had their flair updated +[2020-08-23 13:26:38,820] '/u/JamesBondOO72468' has given '/u/progsNyx' lambda! +[2020-08-23 13:26:40,252] /u/progsNyx had their flair updated +[2020-08-23 13:26:59,813] '/u/JamesBondOO72468' has given '/u/siddhant1991' lambda! +[2020-08-23 13:27:02,194] /u/siddhant1991 had their flair updated +[2020-08-23 13:29:30,853] '/u/generalna11' has given '/u/firesponge123' lambda! +[2020-08-23 13:29:32,697] /u/firesponge123 had their flair updated +[2020-08-23 13:31:52,983] There has been a new submission: 'Raimi Trilogy Landmarks In Spider-man PS4', with flair 'Gaming' +[2020-08-23 13:31:55,200] /u/Kjred123 had their submission removed for insufficient lambda. +[2020-08-23 13:31:57,209] /u/Kjred123 had their flair updated +[2020-08-23 13:32:16,692] There has been a new submission: 'SURVIV.IO WITH MEMES', with flair 'Video Critique' +[2020-08-23 13:32:18,167] /u/SpandredG had their submission removed for insufficient lambda. +[2020-08-23 13:32:20,218] /u/SpandredG had their flair updated +[2020-08-23 13:32:40,200] There has been a new submission: 'BOYS KISS BOYS 👽❤ !Givelambda for useful critiques🤙', with flair 'Video Critique' +[2020-08-23 13:32:43,433] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 13:32:43,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 13:32:45,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eV19HNkxFCU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:32:45,653] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgLqtful06fq51BLsE2ga1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:32:48,477] /u/FlightoftheMelons had their flair updated +[2020-08-23 13:33:08,068] There has been a new submission: 'anyone on here love to fish?', with flair 'Vlog' +[2020-08-23 13:33:09,622] /u/ChubbyCharsersFishin had their submission removed for insufficient lambda. +[2020-08-23 13:33:11,509] /u/ChubbyCharsersFishin had their flair updated +[2020-08-23 13:33:31,405] There has been a new submission: '10,000 Calorie Challenge', with flair 'Vlog' +[2020-08-23 13:33:32,753] /u/elzj2000 had their submission removed for insufficient lambda. +[2020-08-23 13:33:34,519] /u/elzj2000 had their flair updated +[2020-08-23 13:33:54,842] There has been a new submission: '"When the more extroverted kid steals your joke," I had a lot of fun with this skit and i'd love to know what you guys think!', with flair 'Video Critique' +[2020-08-23 13:33:57,338] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 13:33:57,339] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 13:33:58,447] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EtjxFbJA5Cg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:33:58,937] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkyLwzIQo9pSnzXQYi_yZrA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:34:02,002] /u/firesponge123 had their flair updated +[2020-08-23 13:34:19,814] There has been a new submission: 'Romantic song', with flair 'Channel Review' +[2020-08-23 13:34:21,412] /u/nest-7 had their submission removed for insufficient lambda. +[2020-08-23 13:34:23,076] /u/nest-7 had their flair updated +[2020-08-23 13:45:15,592] There has been a new submission: 'How to Get More Views on Your YouTube Videos 2020 [ Actionable Tips: str...', with flair 'Video Critique' +[2020-08-23 13:45:18,180] /u/TubeMechanics had their submission removed for insufficient lambda. +[2020-08-23 13:45:20,588] /u/TubeMechanics had their flair updated +[2020-08-23 13:47:52,156] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-23 13:48:02,148] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-23 13:48:14,190] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-23 13:48:20,123] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-23 13:48:28,106] {ERROR} received 503 HTTP response +[2020-08-23 13:48:33,588] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-23 13:48:40,672] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-23 13:48:52,103] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-23 13:48:58,568] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-23 13:58:33,007] There has been a new submission: 'My own Geography channel. This is the first and only video so far ( I am planning to do 1 for every country in the World ) What do you guys think?', with flair 'Video Critique' +[2020-08-23 13:58:35,465] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 13:58:35,503] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 13:58:36,485] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RySygnJHbNM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:58:36,856] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxqtPEWAertJTEd4xd11qaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 13:58:38,902] /u/Famiguelvo had their flair updated +[2020-08-23 14:01:24,684] There has been a new submission: 'Where to find the new memory shard in Hyper Scape (Easter Egg)', with flair 'Gaming' +[2020-08-23 14:01:26,975] /u/AceLameYT had their submission removed for insufficient lambda. +[2020-08-23 14:01:29,267] /u/AceLameYT had their flair updated +[2020-08-23 14:28:13,810] There has been a new submission: 'Do you think it's a good idea to make random contents?', with flair 'Discussion' +[2020-08-23 14:28:17,743] /u/AnonWorks_ had their flair updated +[2020-08-23 14:31:49,946] There has been a new submission: 'one of my editing about league of legends, idk if its good, would appreciate feedback, ty :)', with flair 'Gaming' +[2020-08-23 14:31:51,545] /u/SmallTurtle56 had their submission removed for insufficient lambda. +[2020-08-23 14:31:53,716] /u/SmallTurtle56 had their flair updated +[2020-08-23 14:47:09,092] +#################### +[Aug 23 2020 14:47:09] RESTARTED +#################### + +[2020-08-23 14:50:22,866] '/u/Palymius' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-23 14:50:25,340] /u/nvrmind_flame-yt had their flair updated +[2020-08-23 14:50:38,170] '/u/Palymius' has given '/u/TDavy147' lambda! +[2020-08-23 14:50:40,470] /u/TDavy147 had their flair updated +[2020-08-23 14:51:10,451] '/u/Palymius' has given '/u/sickdude21' lambda! +[2020-08-23 14:51:12,569] /u/sickdude21 had their flair updated +[2020-08-23 14:51:28,374] '/u/Palymius' has given '/u/Darksideseries' lambda! +[2020-08-23 14:51:30,609] /u/Darksideseries had their flair updated +[2020-08-23 14:51:59,344] '/u/Palymius' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 14:52:01,347] /u/FlightoftheMelons had their flair updated +[2020-08-23 14:52:43,625] '/u/generalna11' has given '/u/jmcn1472' lambda! +[2020-08-23 14:52:45,878] /u/jmcn1472 had their flair updated +[2020-08-23 14:53:17,531] '/u/sparkle69motion' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 14:53:19,291] /u/FlightoftheMelons had their flair updated +[2020-08-23 14:53:37,804] '/u/sparkle69motion' has given '/u/ECXL' lambda! +[2020-08-23 14:53:39,731] /u/ECXL had their flair updated +[2020-08-23 14:54:19,626] '/u/FacemanGaming25' has given '/u/luukno' lambda! +[2020-08-23 14:54:21,242] /u/luukno had their flair updated +[2020-08-23 14:54:31,564] '/u/JamesBondOO72468' has given '/u/sickdude21' lambda! +[2020-08-23 14:54:33,550] /u/sickdude21 had their flair updated +[2020-08-23 14:55:23,813] '/u/sparkle69motion' has given '/u/kabukidanshi' lambda! +[2020-08-23 14:55:25,144] /u/kabukidanshi had their flair updated +[2020-08-23 14:55:35,103] '/u/Famiguelvo' has given '/u/khoj_badami' lambda! +[2020-08-23 14:55:36,451] /u/khoj_badami had their flair updated +[2020-08-23 14:55:48,254] '/u/Famiguelvo' has given '/u/jmcn1472' lambda! +[2020-08-23 14:55:50,217] /u/jmcn1472 had their flair updated +[2020-08-23 14:56:31,699] '/u/Famiguelvo' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-23 14:56:34,247] /u/FynnKrauseFootballYT had their flair updated +[2020-08-23 14:57:09,017] '/u/JamesBondOO72468' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-23 14:57:11,560] /u/FynnKrauseFootballYT had their flair updated +[2020-08-23 15:18:31,747] There has been a new submission: 'What do you guys think of the video?? Any feedback would be nice!', with flair 'Video Critique' +[2020-08-23 15:18:35,383] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 15:18:35,427] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 15:18:36,610] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JjDcFJYDOT4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:18:37,021] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAiT8hkTY9n1mPyKVN91ZWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:18:38,953] /u/gjtsownn had their flair updated +[2020-08-23 15:18:56,494] There has been a new submission: 'How clouds are formed', with flair 'Channel Review' +[2020-08-23 15:18:57,314] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-23 15:18:57,924] /u/namejeff23 had their flair updated +[2020-08-23 15:19:14,626] There has been a new submission: 'Hey all, please give your honest opinuon about my latest video I posted on YouTube. One of my subscribers requested I do the Cowkiss prank so I did. He liked it so much that he requested I do part 2 of it. Please give me your honest opinion and tell me what do you think of my content. Thanks', with flair 'Video Critique' +[2020-08-23 15:19:15,648] /u/MooreFireEnt had their submission removed for insufficient lambda. +[2020-08-23 15:19:16,185] /u/MooreFireEnt had their flair updated +[2020-08-23 15:22:43,001] /u/SoupAssassin_YT had their flair updated +[2020-08-23 15:27:45,544] '/u/generalna11' has given '/u/JustinInTheHall' lambda! +[2020-08-23 15:27:47,925] /u/JustinInTheHall had their flair updated +[2020-08-23 15:28:07,048] '/u/sparkle69motion' has given '/u/shadossplayz' lambda! +[2020-08-23 15:28:09,353] /u/shadossplayz had their flair updated +[2020-08-23 15:28:28,623] '/u/Famiguelvo' has given '/u/DanDaoYT' lambda! +[2020-08-23 15:28:30,550] /u/DanDaoYT had their flair updated +[2020-08-23 15:28:47,887] '/u/FacemanGaming25' has given '/u/sickdude21' lambda! +[2020-08-23 15:28:50,180] /u/sickdude21 had their flair updated +[2020-08-23 15:29:37,967] '/u/FacemanGaming25' has given '/u/Rafi_Rabbit' lambda! +[2020-08-23 15:29:39,848] /u/Rafi_Rabbit had their flair updated +[2020-08-23 15:30:14,317] '/u/etl1234' has given '/u/mikedubluv' lambda! +[2020-08-23 15:30:16,776] /u/mikedubluv had their flair updated +[2020-08-23 15:30:41,809] '/u/firesponge123' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-23 15:30:44,644] /u/FynnKrauseFootballYT had their flair updated +[2020-08-23 15:32:24,274] '/u/Insert-a-reddit-name' has given '/u/kabukidanshi' lambda! +[2020-08-23 15:32:26,980] /u/kabukidanshi had their flair updated +[2020-08-23 15:32:49,298] '/u/Insert-a-reddit-name' has given '/u/shadossplayz' lambda! +[2020-08-23 15:32:51,960] /u/shadossplayz had their flair updated +[2020-08-23 15:33:56,619] '/u/sparkle69motion' has given '/u/BadGamingPlayz' lambda! +[2020-08-23 15:33:59,242] /u/BadGamingPlayz had their flair updated +[2020-08-23 15:35:35,181] '/u/sparkle69motion' has given '/u/yeetbox_' lambda! +[2020-08-23 15:35:37,473] /u/yeetbox_ had their flair updated +[2020-08-23 15:36:13,209] '/u/firesponge123' has given '/u/Kamino_Prime' lambda! +[2020-08-23 15:36:15,466] /u/Kamino_Prime had their flair updated +[2020-08-23 15:36:50,997] '/u/Insert-a-reddit-name' has given '/u/ameixarocha' lambda! +[2020-08-23 15:36:53,335] /u/ameixarocha had their flair updated +[2020-08-23 15:37:43,424] '/u/TheDuckCat47' has given '/u/Rafi_Rabbit' lambda! +[2020-08-23 15:37:45,562] /u/Rafi_Rabbit had their flair updated +[2020-08-23 15:38:19,162] There has been a new submission: 'Undertow's Channel - Help me achieve my goals', with flair 'Video Critique' +[2020-08-23 15:38:19,986] /u/Undertow_9 had their submission removed for insufficient lambda. +[2020-08-23 15:38:20,808] /u/Undertow_9 had their flair updated +[2020-08-23 15:38:38,071] There has been a new submission: 'I am a new YouTuber and would really like your hinest opinions about my channel. I know I have a lot of room for improvement, and would live to get any suggestions from you all. Thanks!', with flair 'Channel Review' +[2020-08-23 15:38:39,913] /u/MooreFireEnt had their submission removed for insufficient lambda. +[2020-08-23 15:38:40,612] /u/MooreFireEnt had their flair updated +[2020-08-23 15:38:58,210] There has been a new submission: 'What can cause a sudden burst of traffic?', with flair 'Discussion' +[2020-08-23 15:38:59,228] /u/onevetsii had their flair updated +[2020-08-23 15:39:15,895] There has been a new submission: 'Racing Cars in Virtual Reality', with flair 'Gaming' +[2020-08-23 15:39:17,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 15:39:17,536] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 15:39:18,809] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RuAAcFe3gIM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:39:19,180] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmTyMJec_n9RJJRDQENEMzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:39:21,840] /u/JustinInTheHall had their flair updated +[2020-08-23 15:39:39,893] There has been a new submission: 'THICC BOY ROYALE (Juggernaut Royale)', with flair 'Gaming' +[2020-08-23 15:39:41,354] /u/Cammico had their submission removed for insufficient lambda. +[2020-08-23 15:39:41,846] /u/Cammico had their flair updated +[2020-08-23 15:40:01,699] There has been a new submission: 'Here Are Some Important Things To Do During The Summer', with flair 'Video Critique' +[2020-08-23 15:40:03,667] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 15:40:03,669] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 15:40:05,128] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WR9ZEMomC8M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:40:05,815] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZTA5gNcnIeRybl0EEAcDzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:40:09,173] /u/wallexy had their flair updated +[2020-08-23 15:40:29,914] There has been a new submission: 'What do you guys think.Feedback would be appreciated. ( last post was bugged so i posted again)', with flair 'Video Critique' +[2020-08-23 15:40:32,860] /u/gjtsownn had their submission removed for insufficient lambda. +[2020-08-23 15:40:35,688] /u/gjtsownn had their flair updated +[2020-08-23 15:40:55,264] There has been a new submission: 'Shifting from a Leathercrafting only focused channel to a general creativity channel -Lockdown has encouraged me to get outdoors more and experience more of the world, so I wanted to try something new with my channel and see what people thought of it.', with flair 'Video Critique' +[2020-08-23 15:40:56,870] /u/DGoodayle had their submission removed for insufficient lambda. +[2020-08-23 15:40:59,098] /u/DGoodayle had their flair updated +[2020-08-23 15:41:17,586] There has been a new submission: 'EPIC ORANGE JUICE COMMERCIAL - RANI FLOAT', with flair 'Video Critique' +[2020-08-23 15:41:19,230] /u/iamjoeash had their submission removed for insufficient lambda. +[2020-08-23 15:41:21,609] /u/iamjoeash had their flair updated +[2020-08-23 15:42:17,912] '/u/gjtsownn' has given '/u/Djbernie805' lambda! +[2020-08-23 15:42:20,662] /u/Djbernie805 had their flair updated +[2020-08-23 15:44:40,667] '/u/siddhant1991' has given '/u/kingury7' lambda! +[2020-08-23 15:44:43,376] /u/kingury7 had their flair updated +[2020-08-23 15:47:01,874] '/u/gjtsownn' has given '/u/Rafi_Rabbit' lambda! +[2020-08-23 15:47:04,127] /u/Rafi_Rabbit had their flair updated +[2020-08-23 15:47:23,812] There has been a new submission: 'New Casual Documentary Style Channel, uploads every other Friday', with flair 'None' +[2020-08-23 15:47:24,837] /u/solopierre had their submission removed for insufficient lambda. +[2020-08-23 15:47:25,909] /u/solopierre had their flair updated +[2020-08-23 15:47:43,014] There has been a new submission: 'A video I've made about Sector's Edge, a FPS game that is currently in beta. I've noticed the bit-rate is a bit low, I'll increase it for feature uploads. Other than that, how can it be improved?', with flair 'Video Critique' +[2020-08-23 15:47:44,287] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 15:47:44,325] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 15:47:45,233] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yZywUA6zrc0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:47:45,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6kmK7kI9cAXNt6bqX_ce4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:47:47,979] /u/bbb651 had their flair updated +[2020-08-23 15:49:12,430] '/u/Palymius' has given '/u/JustinInTheHall' lambda! +[2020-08-23 15:49:14,228] /u/JustinInTheHall had their flair updated +[2020-08-23 15:52:23,363] There has been a new submission: 'Why Pi Goes On Forever. And why nobody can calculate the circumference of a 1/2 meter circle!', with flair 'Video Critique' +[2020-08-23 15:52:26,070] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 15:52:26,193] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 15:52:27,789] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8nmoEsDbOYk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:52:28,324] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-x8Y-VTs8jl_qfqpOn93DQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 15:52:31,635] /u/khoj_badami had their flair updated +[2020-08-23 15:56:08,392] There has been a new submission: 'shippment 1994 map 4 finger claw fun it really', with flair 'Gaming' +[2020-08-23 15:56:09,767] /u/Aquibuddin_khateeb had their submission removed for insufficient lambda. +[2020-08-23 15:56:11,192] /u/Aquibuddin_khateeb had their flair updated +[2020-08-23 16:00:05,235] There has been a new submission: 'I haven't post on here for a while, I would like to know what I could improve on. Any feedback is appreciated!', with flair 'Gaming' +[2020-08-23 16:00:08,072] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 16:00:08,113] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 16:00:09,526] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ii0Xd0UNbRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:00:09,898] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM8XorN7ytMucaD6PEhLsDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:00:12,676] /u/Rafi_Rabbit had their flair updated +[2020-08-23 16:00:27,741] '/u/JamesBondOO72468' has given '/u/Djbernie805' lambda! +[2020-08-23 16:00:30,618] /u/Djbernie805 had their flair updated +[2020-08-23 16:03:09,055] There has been a new submission: 'Bartlow's Dread Machine Review in 500 Words', with flair 'Gaming' +[2020-08-23 16:03:11,429] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 16:03:11,548] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 16:03:12,739] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NJYDrdN3oXU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:03:13,150] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:03:16,387] /u/Adzic254 had their flair updated +[2020-08-23 16:04:10,286] There has been a new submission: 'NEW VID CRITIQUE. How's that flow? Did I keep your interest? Is that thumbnail working? Is God real? (thanks a million for the honest feedback)', with flair 'Video Critique' +[2020-08-23 16:04:13,192] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 16:04:13,194] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 16:04:14,383] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hfJDhyVrsoY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:04:14,795] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:04:17,751] /u/DennisTheBadBoy had their flair updated +[2020-08-23 16:06:34,466] There has been a new submission: 'hello everyone I'm just starting out as a YouTube creator, I'm starting with a craft channel, give me feedback about my channel. thank you', with flair 'Art' +[2020-08-23 16:06:35,859] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 16:06:35,861] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 16:06:37,169] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z5EzRf3o0ls&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:06:37,621] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLVWe-Ql51YS-P305ni3LGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 16:06:40,165] /u/storiqo had their flair updated +[2020-08-23 16:10:09,558] There has been a new submission: 'Had a really good run on Fall Mountain.', with flair 'Gaming' +[2020-08-23 16:10:11,319] /u/UCCampbell had their submission removed for insufficient lambda. +[2020-08-23 16:10:13,705] /u/UCCampbell had their flair updated +[2020-08-23 16:18:54,319] '/u/firesponge123' has given '/u/zMODGY' lambda! +[2020-08-23 16:18:57,101] /u/zMODGY had their flair updated +[2020-08-23 16:19:17,653] '/u/firesponge123' has given '/u/liftedplane' lambda! +[2020-08-23 16:19:19,454] /u/liftedplane had their flair updated +[2020-08-23 16:21:32,516] There has been a new submission: 'CRAZY CLUTCHES WITH KSI (COD MW Funny Moments/Highlights Gimme your honest thoughts', with flair 'Video Critique' +[2020-08-23 16:21:35,534] /u/vegabomb_ had their submission removed for insufficient lambda. +[2020-08-23 16:21:38,399] /u/vegabomb_ had their flair updated +[2020-08-23 16:26:52,077] There has been a new submission: 'Hey guys, I've made an edit of The Last of Us Part II. I've been inactive on this channel, but I would really like to come back to making edits like this one. Tell me what you think!', with flair 'Gaming' +[2020-08-23 16:26:53,532] /u/TheKrothy11 had their submission removed for insufficient lambda. +[2020-08-23 16:26:54,842] /u/TheKrothy11 had their flair updated +[2020-08-23 16:29:20,369] There has been a new submission: 'Newest upload: Ginger Clown Fish audio', with flair 'Video Critique' +[2020-08-23 16:29:22,785] /u/OzyIllustrates had their submission removed for insufficient lambda. +[2020-08-23 16:29:23,975] /u/OzyIllustrates had their flair updated +[2020-08-23 16:33:22,349] '/u/006redditor006' has given '/u/zMODGY' lambda! +[2020-08-23 16:33:24,971] /u/zMODGY had their flair updated +[2020-08-23 16:39:09,674] There has been a new submission: 'Hey guys check out our new channel GP101', with flair 'Gaming' +[2020-08-23 16:39:10,973] /u/GamersPoint101 had their submission removed for insufficient lambda. +[2020-08-23 16:39:11,672] /u/GamersPoint101 had their flair updated +[2020-08-23 16:40:42,053] There has been a new submission: 'Little Venice near Berlin Germany . The perfect fairytale castle scenary :)', with flair 'Vlog' +[2020-08-23 16:40:44,138] /u/usandtravelstories had their submission removed for insufficient lambda. +[2020-08-23 16:40:46,377] /u/usandtravelstories had their flair updated +[2020-08-23 16:41:59,273] '/u/TCSpectre' has given '/u/Kamino_Prime' lambda! +[2020-08-23 16:42:02,030] /u/Kamino_Prime had their flair updated +[2020-08-23 16:47:31,802] +#################### +[Aug 23 2020 16:47:31] RESTARTED +#################### + +[2020-08-23 17:29:00,680] There has been a new submission: 'Hey guys I really need feedback on my video. I’m really trying to perfect my videos and need some help.', with flair 'Video Critique' +[2020-08-23 17:29:04,610] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 17:29:04,650] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 17:29:05,838] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g2weTPznHNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 17:29:06,369] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbPu_LOVQIHXaAfjlJ1MTyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 17:29:08,083] /u/Shamiya_Moye had their flair updated +[2020-08-23 17:29:24,847] There has been a new submission: 'QUTEZ Android Gaming', with flair 'Gaming' +[2020-08-23 17:29:25,706] /u/mtsmayad had their submission removed for insufficient lambda. +[2020-08-23 17:29:26,323] /u/mtsmayad had their flair updated +[2020-08-23 17:29:42,877] There has been a new submission: 'My channel focuses on MLB pitching highlights, this is the only video so far. I plan to upload once a week for the rest of the season. What do you guys think?', with flair 'Video Critique' +[2020-08-23 17:29:43,685] /u/emergencyring1 had their submission removed for insufficient lambda. +[2020-08-23 17:29:44,177] /u/emergencyring1 had their flair updated +[2020-08-23 17:30:03,604] There has been a new submission: 'Hey Guys can you do me a HUUUUGGGGGEEEEEEE favor and watch my video and let me know what you think. If you guys need any help in the future feel free to reach out to me.', with flair 'Video Critique' +[2020-08-23 17:30:06,507] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 17:30:06,591] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 17:30:07,778] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y0Bg9zR51Zc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 17:30:08,145] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeROf08OFn1IgSWBZH_WuuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 17:30:11,091] /u/WarangalAbbayi had their flair updated +[2020-08-23 17:30:18,821] There has been a new submission: 'Pls help', with flair 'Gaming' +[2020-08-23 17:30:20,372] /u/ash_the_creeper4 had their submission removed for insufficient lambda. +[2020-08-23 17:30:22,697] /u/ash_the_creeper4 had their flair updated +[2020-08-23 17:30:44,428] There has been a new submission: 'not mine, but a friend's(music is an art)', with flair 'Art' +[2020-08-23 17:30:46,111] /u/volt_the_turtle had their submission removed for insufficient lambda. +[2020-08-23 17:30:48,529] /u/volt_the_turtle had their flair updated +[2020-08-23 17:32:44,099] '/u/MoustacheSpy' has given '/u/zMODGY' lambda! +[2020-08-23 17:32:46,932] /u/zMODGY had their flair updated +[2020-08-23 17:33:52,101] '/u/Palymius' has given '/u/bbb651' lambda! +[2020-08-23 17:33:54,515] /u/bbb651 had their flair updated +[2020-08-23 17:35:02,023] '/u/Famiguelvo' has given '/u/Onen1ck' lambda! +[2020-08-23 17:35:04,396] /u/Onen1ck had their flair updated +[2020-08-23 17:35:24,515] '/u/Rafi_Rabbit' has given '/u/TCSpectre' lambda! +[2020-08-23 17:35:27,174] /u/TCSpectre had their flair updated +[2020-08-23 17:35:46,469] '/u/Famiguelvo' has given '/u/FPS-Dad' lambda! +[2020-08-23 17:35:48,230] /u/FPS-Dad had their flair updated +[2020-08-23 17:36:26,298] '/u/Famiguelvo' has given '/u/Ashty1337' lambda! +[2020-08-23 17:36:28,508] /u/Ashty1337 had their flair updated +[2020-08-23 17:37:33,907] '/u/Turbotoes' has given '/u/Arsenio1991' lambda! +[2020-08-23 17:37:35,918] /u/Arsenio1991 had their flair updated +[2020-08-23 17:38:41,144] '/u/Turbotoes' has given '/u/jmcn1472' lambda! +[2020-08-23 17:38:43,148] /u/jmcn1472 had their flair updated +[2020-08-23 17:39:32,778] '/u/Turbotoes' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 17:39:34,623] /u/BillyGoatLazarus had their flair updated +[2020-08-23 17:40:27,808] '/u/Famiguelvo' has given '/u/babarlab21' lambda! +[2020-08-23 17:40:30,503] /u/babarlab21 had their flair updated +[2020-08-23 17:41:06,733] '/u/FlightoftheMelons' has given '/u/kingury7' lambda! +[2020-08-23 17:41:09,340] /u/kingury7 had their flair updated +[2020-08-23 17:41:30,545] '/u/FlightoftheMelons' has given '/u/sickdude21' lambda! +[2020-08-23 17:41:33,339] /u/sickdude21 had their flair updated +[2020-08-23 17:41:55,093] '/u/FlightoftheMelons' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-23 17:41:58,119] /u/FynnKrauseFootballYT had their flair updated +[2020-08-23 17:43:03,870] '/u/FlightoftheMelons' has given '/u/Djbernie805' lambda! +[2020-08-23 17:43:06,286] /u/Djbernie805 had their flair updated +[2020-08-23 17:45:09,009] '/u/DennisTheBadBoy' has given '/u/TCSpectre' lambda! +[2020-08-23 17:45:10,354] /u/TCSpectre had their flair updated +[2020-08-23 17:46:32,300] '/u/sparkle69motion' has given '/u/siddhant1991' lambda! +[2020-08-23 17:46:34,639] /u/siddhant1991 had their flair updated +[2020-08-23 17:47:26,779] '/u/sparkle69motion' has given '/u/Varavas' lambda! +[2020-08-23 17:47:29,078] /u/Varavas had their flair updated +[2020-08-23 17:49:34,839] '/u/TCSpectre' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 17:49:36,687] /u/BillyGoatLazarus had their flair updated +[2020-08-23 17:50:43,032] There has been a new submission: 'Who else remembers poptropica', with flair 'Gaming' +[2020-08-23 17:50:44,751] /u/toejargett had their submission removed for insufficient lambda. +[2020-08-23 17:50:47,009] /u/toejargett had their flair updated +[2020-08-23 17:51:07,717] There has been a new submission: 'Would love to see some feedback on the channel and tips on improving videos', with flair 'Channel Review' +[2020-08-23 17:51:09,262] /u/modquixote had their submission removed for insufficient lambda. +[2020-08-23 17:51:11,884] /u/modquixote had their flair updated +[2020-08-23 17:51:32,276] There has been a new submission: 'Thoughts on this format? I love movies and games equally, and I've been working with this idea to merge the two medias', with flair 'Gaming' +[2020-08-23 17:51:34,347] /u/ViperStorm4 had their submission removed for insufficient lambda. +[2020-08-23 17:51:36,562] /u/ViperStorm4 had their flair updated +[2020-08-23 17:51:57,716] There has been a new submission: 'DOOM ETERNAL Walkthrough Gameplay Part 16 - Urdak (Khan Maykr Boss)', with flair 'Gaming' +[2020-08-23 17:51:59,234] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-23 17:52:01,832] /u/CecliusPlaysHD had their flair updated +[2020-08-23 17:52:21,630] There has been a new submission: 'This Opal Gemstone is Worth How Much!?', with flair 'Video Critique' +[2020-08-23 17:52:24,454] /u/AshBW had their submission removed for insufficient lambda. +[2020-08-23 17:52:26,453] /u/AshBW had their flair updated +[2020-08-23 17:52:46,558] There has been a new submission: 'i got it (The alternative for fallguys for android)', with flair 'Gaming' +[2020-08-23 17:52:48,483] /u/1Meditation had their submission removed for insufficient lambda. +[2020-08-23 17:52:50,453] /u/1Meditation had their flair updated +[2020-08-23 17:53:10,321] There has been a new submission: 'Taking advantage of glitches servers that drop 50+ from the game in warzone', with flair 'Gaming' +[2020-08-23 17:53:12,171] /u/Abysmal_Terror had their submission removed for insufficient lambda. +[2020-08-23 17:53:14,550] /u/Abysmal_Terror had their flair updated +[2020-08-23 17:53:34,103] There has been a new submission: 'If your fans dont like games what you like, dont stop doing what you like.', with flair 'Discussion' +[2020-08-23 17:53:36,890] /u/Fonnu had their flair updated +[2020-08-23 17:53:56,711] There has been a new submission: 'I know what you're probably thinking, "another fortnite montage." But I spent a whole week editing this so please do consider watching it. Any feedback is appreciated', with flair 'Gaming' +[2020-08-23 17:53:58,230] /u/Hazz-_- had their submission removed for insufficient lambda. +[2020-08-23 17:54:00,098] /u/Hazz-_- had their flair updated +[2020-08-23 17:57:39,593] /u/Famiguelvo had their flair updated +[2020-08-23 17:58:56,457] '/u/sparkle69motion' has given '/u/Hollowed-VVS' lambda! +[2020-08-23 17:58:58,834] /u/Hollowed-VVS had their flair updated +[2020-08-23 18:00:33,610] There has been a new submission: 'I prefer to call myself an interactive travel vlogger. I engage with cultures from other countries. Lemme know what you think.', with flair 'Vlog' +[2020-08-23 18:00:38,357] /u/Arsenio1991 had their flair updated +[2020-08-23 18:00:57,930] There has been a new submission: 'bad at csgo 4: this time with more thumbnail', with flair 'Gaming' +[2020-08-23 18:00:59,042] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 18:00:59,084] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 18:01:00,519] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zGKj8n35eBo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:01:00,969] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1atdY5ppYFbirNQgJw0Qqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:01:04,077] /u/lvl30internetman had their flair updated +[2020-08-23 18:01:23,784] There has been a new submission: 'Basketball Trick Shots', with flair 'Video Critique' +[2020-08-23 18:01:25,544] /u/SportsFrenzyYT had their submission removed for insufficient lambda. +[2020-08-23 18:01:27,721] /u/SportsFrenzyYT had their flair updated +[2020-08-23 18:01:47,519] There has been a new submission: 'TESTING VIRAL TIKTOK FOOD RECIPES | TikTok Recipe Hacks || TikTok Recipes You Need To Try!', with flair 'Video Critique' +[2020-08-23 18:01:48,952] /u/glutenfree__girl had their submission removed for insufficient lambda. +[2020-08-23 18:01:51,043] /u/glutenfree__girl had their flair updated +[2020-08-23 18:06:38,714] '/u/Famiguelvo' has given '/u/Hollowed-VVS' lambda! +[2020-08-23 18:06:41,339] /u/Hollowed-VVS had their flair updated +[2020-08-23 18:07:05,486] '/u/Famiguelvo' has given '/u/lvl30internetman' lambda! +[2020-08-23 18:07:07,777] /u/lvl30internetman had their flair updated +[2020-08-23 18:10:29,388] '/u/Famiguelvo' has given '/u/ilovehelmetsama' lambda! +[2020-08-23 18:10:32,333] /u/ilovehelmetsama had their flair updated +[2020-08-23 18:11:30,791] /u/Rafi_Rabbit had their flair updated +[2020-08-23 18:11:55,582] '/u/Rafi_Rabbit' has given '/u/MetaBreaker25' lambda! +[2020-08-23 18:11:58,403] /u/MetaBreaker25 had their flair updated +[2020-08-23 18:15:05,523] There has been a new submission: 'GRIMES MAKEUP in PUBLIC - following grimes' VOGUE beauty routine', with flair 'Vlog' +[2020-08-23 18:15:07,380] /u/laurennatalie had their submission removed for insufficient lambda. +[2020-08-23 18:15:08,974] /u/laurennatalie had their flair updated +[2020-08-23 18:16:00,276] '/u/Capture_Reviews' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 18:16:02,730] /u/BillyGoatLazarus had their flair updated +[2020-08-23 18:20:37,206] '/u/DennisTheBadBoy' has given '/u/lolaccounting' lambda! +[2020-08-23 18:20:39,910] /u/lolaccounting had their flair updated +[2020-08-23 18:22:15,148] There has been a new submission: 'War poem', with flair 'Channel Review' +[2020-08-23 18:22:16,868] /u/epicrealm2 had their submission removed for insufficient lambda. +[2020-08-23 18:22:18,912] /u/epicrealm2 had their flair updated +[2020-08-23 18:24:24,317] '/u/thedrq' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 18:24:27,148] /u/BillyGoatLazarus had their flair updated +[2020-08-23 18:25:20,102] There has been a new submission: 'Yone.exe', with flair 'Video Critique' +[2020-08-23 18:25:21,494] /u/TodexHD had their submission removed for insufficient lambda. +[2020-08-23 18:25:23,014] /u/TodexHD had their flair updated +[2020-08-23 18:25:51,483] There has been a new submission: 'Can Skarner Stop This Zyra One Trick In Nexus Blitz? | League of Legends', with flair 'Video Critique' +[2020-08-23 18:25:52,740] /u/Matsuoka_Gaming had their submission removed for insufficient lambda. +[2020-08-23 18:25:54,206] /u/Matsuoka_Gaming had their flair updated +[2020-08-23 18:29:05,891] There has been a new submission: '[question] are videoscribe animation videos with my own voice narration monetizable?', with flair 'Channel Review' +[2020-08-23 18:29:06,751] /u/Affectionate_Ad_9782 had their submission removed for insufficient lambda. +[2020-08-23 18:29:07,528] /u/Affectionate_Ad_9782 had their flair updated +[2020-08-23 18:30:16,950] There has been a new submission: 'Drawing on HARD Mode!! This challenge will Make you Better at art! Let me know what you think?! Lambda given for your feedback!', with flair 'Video Critique' +[2020-08-23 18:30:17,793] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 18:30:17,795] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 18:30:18,420] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7NJ33FT2Z-E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:30:18,646] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:30:22,490] /u/Djbernie805 had their flair updated +[2020-08-23 18:35:27,318] There has been a new submission: 'Just uploaded my first video and would greatly appreciate any feedback!', with flair 'Gaming' +[2020-08-23 18:35:28,856] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 18:35:28,858] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 18:35:30,233] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=suUBkV3uNbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:35:30,642] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3kLalQ8bZCadaOvmQVIVuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 18:35:33,347] /u/luukno had their flair updated +[2020-08-23 18:37:42,651] /u/Kamino_Prime had their flair updated +[2020-08-23 18:39:58,831] '/u/JamesBondOO72468' has given '/u/TCSpectre' lambda! +[2020-08-23 18:40:00,228] /u/TCSpectre had their flair updated +[2020-08-23 18:43:13,910] There has been a new submission: '[Video Critique] I made a new video and applied some of the feedback I got last time. Let me know what you think!', with flair 'Video Critique' +[2020-08-23 18:43:18,016] /u/TCSpectre had their flair updated +[2020-08-23 18:47:33,541] +#################### +[Aug 23 2020 18:47:33] RESTARTED +#################### + +[2020-08-23 19:30:20,220] There has been a new submission: 'Playing Minecraft 1st time as my comedy alter ego', with flair 'Gaming' +[2020-08-23 19:30:22,955] /u/ragnar_xp had their submission removed for insufficient lambda. +[2020-08-23 19:30:25,709] /u/ragnar_xp had their flair updated +[2020-08-23 19:30:47,153] There has been a new submission: 'Hey,I’m relatively new to YouTube, I would like some advice to perfect my craft. Here’s my video “Why I like Dark Souls II” Thank you.', with flair 'Video Critique' +[2020-08-23 19:30:49,845] /u/Codygeezus_ had their submission removed for insufficient lambda. +[2020-08-23 19:30:52,210] /u/Codygeezus_ had their flair updated +[2020-08-23 19:31:11,818] There has been a new submission: 'So im trying to get better at making gaming videos and its a bit of a process. I use videopad video editor. Regardless im just after some tips and advice on what to do better. Thanks in advance.', with flair 'Gaming' +[2020-08-23 19:31:14,055] /u/Lee-CBK had their submission removed for insufficient lambda. +[2020-08-23 19:31:16,312] /u/Lee-CBK had their flair updated +[2020-08-23 19:31:36,471] There has been a new submission: 'ive worked on this video for quite some time and i want some feedback as to how i can improve on it', with flair 'Video Critique' +[2020-08-23 19:31:39,537] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 19:31:39,541] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 19:31:40,888] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XNkSkwgwVQk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:31:41,259] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:31:44,620] /u/shadossplayz had their flair updated +[2020-08-23 19:32:04,365] There has been a new submission: 'Offering thumbnails and banner service', with flair 'Collab' +[2020-08-23 19:32:07,694] /u/Dharen29YT had their flair updated +[2020-08-23 19:32:27,953] There has been a new submission: 'CAN WE GET BACK TO BACK W’S IN SEASON 6 OF APEX LEGENDS⁉️ via @YouTube', with flair 'Gaming' +[2020-08-23 19:32:29,636] /u/GodsNotoriousProdigy had their submission removed for insufficient lambda. +[2020-08-23 19:32:31,644] /u/GodsNotoriousProdigy had their flair updated +[2020-08-23 19:32:51,114] There has been a new submission: 'Hey guys I've made a subreddit for the sole purpose of rating other peoples thumbnails! Be sure to check it out if you yourself want help making thumbnails or if you want to help others!', with flair 'Discussion' +[2020-08-23 19:32:54,232] /u/TheDuckCat47 had their flair updated +[2020-08-23 19:33:14,029] There has been a new submission: 'Why karens dont wear masks', with flair 'Video Critique' +[2020-08-23 19:33:15,627] /u/realvibeyj had their submission removed for insufficient lambda. +[2020-08-23 19:33:17,597] /u/realvibeyj had their flair updated +[2020-08-23 19:33:36,776] There has been a new submission: 'I hired an editor. How did he do?', with flair 'Video Critique' +[2020-08-23 19:33:38,215] /u/georgehopkinsiscool had their submission removed for insufficient lambda. +[2020-08-23 19:33:40,067] /u/georgehopkinsiscool had their flair updated +[2020-08-23 19:35:35,123] '/u/dankbak' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 19:35:37,250] /u/BillyGoatLazarus had their flair updated +[2020-08-23 19:36:42,039] '/u/luukno' has given '/u/NetNormie' lambda! +[2020-08-23 19:36:44,372] /u/NetNormie had their flair updated +[2020-08-23 19:37:51,586] '/u/Sonicsaber25' has given '/u/BillyGoatLazarus' lambda! +[2020-08-23 19:37:53,881] /u/BillyGoatLazarus had their flair updated +[2020-08-23 19:38:28,009] '/u/ItsNotJustaVideogame' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-23 19:38:30,346] /u/nvrmind_flame-yt had their flair updated +[2020-08-23 19:38:48,177] '/u/DennisTheBadBoy' has given '/u/NetNormie' lambda! +[2020-08-23 19:38:51,078] /u/NetNormie had their flair updated +[2020-08-23 19:39:40,097] '/u/Djbernie805' has given '/u/NetNormie' lambda! +[2020-08-23 19:39:41,739] /u/NetNormie had their flair updated +[2020-08-23 19:40:50,530] '/u/qzeqYT' has given '/u/NetNormie' lambda! +[2020-08-23 19:40:53,721] /u/NetNormie had their flair updated +[2020-08-23 19:45:07,770] '/u/qzeqYT' has given '/u/RdB_123' lambda! +[2020-08-23 19:45:09,030] /u/RdB_123 had their flair updated +[2020-08-23 19:45:38,389] '/u/NetNormie' has given '/u/RdB_123' lambda! +[2020-08-23 19:45:40,772] /u/RdB_123 had their flair updated +[2020-08-23 19:48:32,776] There has been a new submission: 'Ik y’all probably don’t care but check out my tik tok, I make some good content', with flair 'Gaming' +[2020-08-23 19:48:33,635] /u/DankQueso had their submission removed for insufficient lambda. +[2020-08-23 19:48:34,335] /u/DankQueso had their flair updated +[2020-08-23 19:48:51,780] There has been a new submission: 'Traveling around the world to crack some skulls! 💀 I'm super happy with how the intro came out, All kinds of feedback/critisism or suggestions VERY needed 💗', with flair 'Video Critique' +[2020-08-23 19:48:54,239] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 19:48:54,281] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 19:48:55,635] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=c1SfcS8j2Qs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:48:56,045] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:48:58,091] /u/qzeqYT had their flair updated +[2020-08-23 19:49:14,758] There has been a new submission: 'PRO PROBIUS POWER PLAYS video critic on my WUNDERWARD Channel please!', with flair 'Video Critique' +[2020-08-23 19:49:16,153] /u/WUNDERward had their submission removed for insufficient lambda. +[2020-08-23 19:49:16,805] /u/WUNDERward had their flair updated +[2020-08-23 19:49:35,414] There has been a new submission: 'Check out my YouTube channel just starting out and could use the support and let me know what you think I could use the critic to help my channel grow', with flair 'Channel Review' +[2020-08-23 19:49:36,596] /u/BeareTPK had their submission removed for insufficient lambda. +[2020-08-23 19:49:37,129] /u/BeareTPK had their flair updated +[2020-08-23 19:49:57,220] There has been a new submission: 'Idiot Learns How To Turn On PC', with flair 'Gaming' +[2020-08-23 19:49:58,563] /u/UrMomPart2 had their submission removed for insufficient lambda. +[2020-08-23 19:49:59,010] /u/UrMomPart2 had their flair updated +[2020-08-23 19:50:17,193] There has been a new submission: 'Just thought you guys would be interested in seeing completely transparent earnings of my 29,000 subscriber YouTube channel! Hope it helps!', with flair 'Vlog' +[2020-08-23 19:50:19,966] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 19:50:20,005] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 19:50:21,396] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=TL9lG97ysoc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:50:21,973] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUZ9GaYVpEQRSMxOxUpQxgA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:50:25,208] /u/NoahDB5 had their flair updated +[2020-08-23 19:50:45,653] There has been a new submission: 'My animated review of a small webtoon, lambda for all feedback!', with flair 'Video Critique' +[2020-08-23 19:50:47,973] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 19:50:47,975] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 19:50:48,750] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YJh1LQ8IECY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:50:49,161] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqc7pJep_Hkw_WmLg4Ynx4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:50:52,646] /u/NetNormie had their flair updated +[2020-08-23 19:53:45,181] There has been a new submission: 'I’M LOOKING FOR FEEDBACK! (In my opinion one of the best videos I’ve made). The FUNNIEST test answers by students!!🤣', with flair 'Channel Review' +[2020-08-23 19:53:46,413] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 19:53:46,446] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 19:53:47,924] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=vBnbqVI2I-4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:53:48,455] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCheEsFbUhBMLeOHs_qnM0Tw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 19:53:51,235] /u/RdB_123 had their flair updated +[2020-08-23 19:54:09,692] There has been a new submission: 'I made a short montage playing cupid in Smite', with flair 'Gaming' +[2020-08-23 19:54:11,124] /u/Polonicu had their submission removed for insufficient lambda. +[2020-08-23 19:54:12,725] /u/Polonicu had their flair updated +[2020-08-23 19:56:59,555] There has been a new submission: 'Just uploaded my first gameplay montage edited video any feedback on how to do better editing would be greatly appreciated', with flair 'Video Critique' +[2020-08-23 19:57:00,677] /u/czarstarr had their submission removed for insufficient lambda. +[2020-08-23 19:57:01,810] /u/czarstarr had their flair updated +[2020-08-23 19:58:38,215] '/u/emyschiffer' has given '/u/mikedubluv' lambda! +[2020-08-23 19:58:40,302] /u/mikedubluv had their flair updated +[2020-08-23 20:04:10,454] /u/Famiguelvo had their flair updated +[2020-08-23 20:09:19,001] There has been a new submission: 'Coloring shadu Ganpati murti... 🙏🙏', with flair 'Channel Review' +[2020-08-23 20:09:20,276] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-08-23 20:09:20,862] /u/ARTCRAFTFUN had their flair updated +[2020-08-23 20:09:50,646] '/u/Famiguelvo' has given '/u/whatamI_doinghere00' lambda! +[2020-08-23 20:09:51,502] /u/whatamI_doinghere00 had their flair updated +[2020-08-23 20:15:48,052] There has been a new submission: 'Destroying My Property Value with an Art Project - let me know what you think, I appreciate all feedback!', with flair 'Video Critique' +[2020-08-23 20:15:50,512] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 20:15:50,514] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 20:15:51,865] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eR113FKapnY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:15:52,275] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEY479FVj3bVT1Pao6KqEPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:15:55,021] /u/KFCxLegends had their flair updated +[2020-08-23 20:20:52,985] '/u/RdB_123' has given '/u/erinisaax' lambda! +[2020-08-23 20:20:56,682] /u/erinisaax had their flair updated +[2020-08-23 20:21:16,957] There has been a new submission: 'This is my first time editing a Twitch stream for a video, trying to find out how to make these videos more appealing any critiques welcome', with flair 'Gaming' +[2020-08-23 20:21:19,625] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 20:21:19,627] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 20:21:21,013] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WT0P5igMCuw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:21:21,549] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCle6Qdfsi8g4X9Ut2RnGnGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:21:25,192] /u/FergHD had their flair updated +[2020-08-23 20:21:45,515] There has been a new submission: 'I want to start a yt channel', with flair 'Discussion' +[2020-08-23 20:21:48,013] /u/Th3Negative1___ had their flair updated +[2020-08-23 20:25:54,870] There has been a new submission: 'I've had a Crazy Life! Here is one of my self narrated video life stories. I think the content is good but I'm not sure how to make the actual video better. I just tell people to watch it on 2x speed. lol', with flair 'Video Critique' +[2020-08-23 20:25:55,962] /u/MikeKellyCo had their submission removed for insufficient lambda. +[2020-08-23 20:25:57,335] /u/MikeKellyCo had their flair updated +[2020-08-23 20:35:35,268] '/u/NetNormie' has given '/u/erinisaax' lambda! +[2020-08-23 20:35:37,896] /u/erinisaax had their flair updated +[2020-08-23 20:37:11,172] There has been a new submission: 'Can yall help me out and sub to my channel', with flair 'Gaming' +[2020-08-23 20:37:13,860] /u/kingtey78 had their submission removed for insufficient lambda. +[2020-08-23 20:37:15,131] /u/kingtey78 had their flair updated +[2020-08-23 20:42:26,811] There has been a new submission: 'fall guys guide to greatness[feedback for u know]', with flair 'Gaming' +[2020-08-23 20:42:28,286] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 20:42:28,288] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 20:42:29,519] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iLWz_3nDq_0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:42:29,888] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 20:42:32,918] /u/ameixarocha had their flair updated +[2020-08-23 20:42:55,262] There has been a new submission: 'How To Start Rapping', with flair 'Art' +[2020-08-23 20:42:57,191] /u/NeoNeoRetroRetro had their submission removed for insufficient lambda. +[2020-08-23 20:42:59,243] /u/NeoNeoRetroRetro had their flair updated +[2020-08-23 20:45:57,579] There has been a new submission: 'I make minecraft vids!', with flair 'Gaming' +[2020-08-23 20:45:59,344] /u/Smint277 had their submission removed for insufficient lambda. +[2020-08-23 20:46:00,862] /u/Smint277 had their flair updated +[2020-08-23 20:46:22,267] '/u/qzeqYT' has given '/u/WUNDERward' lambda! +[2020-08-23 20:46:24,888] /u/WUNDERward had their flair updated +[2020-08-23 20:47:32,362] +#################### +[Aug 23 2020 20:47:32] RESTARTED +#################### + +[2020-08-23 21:09:58,444] '/u/luukno' has given '/u/FPS-Dad' lambda! +[2020-08-23 21:10:00,420] /u/FPS-Dad had their flair updated +[2020-08-23 21:31:15,938] There has been a new submission: 'My most recent video that I uploaded, would really appreciate if you watched it and gave me you honest feedback so I can improve in the future', with flair 'Gaming' +[2020-08-23 21:31:21,178] /u/TomSense had their flair updated +[2020-08-23 21:31:39,223] There has been a new submission: 'Does anyone else find it difficult to get people to jump platform?', with flair 'Discussion' +[2020-08-23 21:31:42,197] /u/FlexwithDrez had their flair updated +[2020-08-23 21:35:21,092] '/u/Famiguelvo' has given '/u/WUNDERward' lambda! +[2020-08-23 21:35:23,515] /u/WUNDERward had their flair updated +[2020-08-23 21:35:58,003] '/u/qzeqYT' has given '/u/erinisaax' lambda! +[2020-08-23 21:36:00,031] /u/erinisaax had their flair updated +[2020-08-23 21:37:33,379] There has been a new submission: 'Growing a kids channel sucks', with flair 'Discussion' +[2020-08-23 21:37:36,570] /u/daddyisagamer had their flair updated +[2020-08-23 21:37:54,437] There has been a new submission: 'Getting Fortnite Battle Royal Chicken Dinners in Fall Guys.', with flair 'Gaming' +[2020-08-23 21:37:56,359] /u/SoulsterK had their submission removed for insufficient lambda. +[2020-08-23 21:37:57,249] /u/SoulsterK had their flair updated +[2020-08-23 21:38:14,700] There has been a new submission: 'Please watch and let me know what you think! 🙏🏽 I wanted to make it compelling for people to look into the Save Our Stages Act. Concert and music festival lovers will prob like this.', with flair 'Video Critique' +[2020-08-23 21:38:15,645] /u/itsJATARO had their submission removed for insufficient lambda. +[2020-08-23 21:38:16,539] /u/itsJATARO had their flair updated +[2020-08-23 21:38:33,747] There has been a new submission: 'I'm an aspiring filmmaker. What do you think of my video? I like to keep it short without adding an intro or outro. Is this sustainable for YouTube? Can I even gain new viewers like this (by focusing on quality only)? I give lambda for useful critique', with flair 'Video Critique' +[2020-08-23 21:38:35,697] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 21:38:35,700] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 21:38:37,086] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mAyoatSg7JI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 21:38:37,498] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVMShUobgFOycieIUUxk3-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 21:38:39,135] /u/kingury7 had their flair updated +[2020-08-23 21:46:59,783] '/u/HotshotRaptor' has given '/u/Kamino_Prime' lambda! +[2020-08-23 21:47:03,102] /u/Kamino_Prime had their flair updated +[2020-08-23 21:48:03,549] There has been a new submission: 'PlayStation community', with flair 'Gaming' +[2020-08-23 21:48:04,834] /u/SeanFuchs had their submission removed for insufficient lambda. +[2020-08-23 21:48:05,857] /u/SeanFuchs had their flair updated +[2020-08-23 21:49:44,647] There has been a new submission: '911 Call Highschool Reunion', with flair 'Vlog' +[2020-08-23 21:49:45,956] /u/Hala-Bromazing had their submission removed for insufficient lambda. +[2020-08-23 21:49:46,615] /u/Hala-Bromazing had their flair updated +[2020-08-23 21:58:08,474] '/u/greenpeppers100' has given '/u/Kamino_Prime' lambda! +[2020-08-23 21:58:10,932] /u/Kamino_Prime had their flair updated +[2020-08-23 21:58:52,477] There has been a new submission: 'sub 4 sub everyone please and I will return the favour with 2 accounts', with flair 'Gaming' +[2020-08-23 21:58:53,943] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-08-23 21:58:54,764] /u/Stickbot04 had their flair updated +[2020-08-23 22:02:24,809] /u/neoplexwrestling had their flair updated +[2020-08-23 22:02:48,724] '/u/qzeqYT' has given '/u/heaxenly' lambda! +[2020-08-23 22:02:51,262] /u/heaxenly had their flair updated +[2020-08-23 22:07:23,890] There has been a new submission: 'I just want you to spare sometime give me an honest review on my recent video please.... (It's a Reddit Story)', with flair 'Channel Review' +[2020-08-23 22:07:25,240] /u/imsyedabdul had their submission removed for insufficient lambda. +[2020-08-23 22:07:26,390] /u/imsyedabdul had their flair updated +[2020-08-23 22:10:11,289] There has been a new submission: 'Video Cast Episode 6: Updates on our JRPG-Card Game', with flair 'Vlog' +[2020-08-23 22:10:12,913] /u/MysticMaskMedia had their submission removed for insufficient lambda. +[2020-08-23 22:10:15,245] /u/MysticMaskMedia had their flair updated +[2020-08-23 22:27:57,196] There has been a new submission: 'New Youtube Video!!!', with flair 'Gaming' +[2020-08-23 22:27:58,306] /u/eatdatpusyy had their submission removed for insufficient lambda. +[2020-08-23 22:27:59,494] /u/eatdatpusyy had their flair updated +[2020-08-23 22:28:24,658] '/u/TCSpectre' has given '/u/ikudlike' lambda! +[2020-08-23 22:28:26,822] /u/ikudlike had their flair updated +[2020-08-23 22:31:10,577] '/u/Djbernie805' has given '/u/erinisaax' lambda! +[2020-08-23 22:31:13,406] /u/erinisaax had their flair updated +[2020-08-23 22:32:00,983] There has been a new submission: 'Is it Ok to Make Videos on Multiple Different Niches (like Film, TV, and Video Games, for example), or would that Kneecap Channel Growth?', with flair 'Discussion' +[2020-08-23 22:32:03,399] /u/Non-Taken_Username2 had their flair updated +[2020-08-23 22:32:42,047] There has been a new submission: 'She bought a home at the age of 22!', with flair 'Channel Review' +[2020-08-23 22:32:43,566] /u/kennethcordonrealtor had their submission removed for insufficient lambda. +[2020-08-23 22:32:45,582] /u/kennethcordonrealtor had their flair updated +[2020-08-23 22:33:39,748] '/u/FergHD' has given '/u/MC_Horse_Dick' lambda! +[2020-08-23 22:33:42,408] /u/MC_Horse_Dick had their flair updated +[2020-08-23 22:34:41,745] There has been a new submission: 'Japan vlog in Hindi.', with flair 'Vlog' +[2020-08-23 22:34:43,381] /u/cgsandeepsharma had their submission removed for insufficient lambda. +[2020-08-23 22:34:45,063] /u/cgsandeepsharma had their flair updated +[2020-08-23 22:37:12,481] There has been a new submission: 'Hey guys. I've created a YouTube channel inspired by Yes Theory called Beyond the Bucket. It's about accomplishing everything off my bucket list but also the experience that goes beyond it. Check it out and if you like it subscribe :)', with flair 'Channel Review' +[2020-08-23 22:37:13,428] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 22:37:13,465] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 22:37:14,366] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bc2BSc9l_0Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 22:37:14,738] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgrHkJvWL1GWLeTyo6Fq8Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 22:37:16,794] /u/MC_Horse_Dick had their flair updated +[2020-08-23 22:38:58,170] There has been a new submission: 'Gas Stations at 3am', with flair 'Video Critique' +[2020-08-23 22:38:58,888] /u/realvibeyj had their submission removed for insufficient lambda. +[2020-08-23 22:38:59,571] /u/realvibeyj had their flair updated +[2020-08-23 22:41:21,899] There has been a new submission: 'packing for vacation 2020 + packing tips', with flair 'Vlog' +[2020-08-23 22:41:23,466] /u/SarahAliza had their submission removed for insufficient lambda. +[2020-08-23 22:41:25,718] /u/SarahAliza had their flair updated +[2020-08-23 22:43:55,464] There has been a new submission: 'UNCUT Bedwars on Hypixel! (ft LittlePichuz)', with flair 'Gaming' +[2020-08-23 22:43:57,223] /u/1600mRelay had their submission removed for insufficient lambda. +[2020-08-23 22:43:59,186] /u/1600mRelay had their flair updated +[2020-08-23 22:45:49,134] '/u/kingury7' has given '/u/Boing_gaming' lambda! +[2020-08-23 22:45:51,510] /u/Boing_gaming had their flair updated +[2020-08-23 22:47:34,307] +#################### +[Aug 23 2020 22:47:34] RESTARTED +#################### + +[2020-08-23 23:30:10,155] There has been a new submission: 'Splitscreen Racing Games 🎮👍 Would love Feedback, Reward !Lambda', with flair 'Gaming' +[2020-08-23 23:30:10,662] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-23 23:30:10,665] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-23 23:30:10,792] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Iw0SkTy3pKU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 23:30:10,925] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSfm_x3rKquzeju605iP_jw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-23 23:30:14,439] /u/Boing_gaming had their flair updated +[2020-08-23 23:31:23,154] '/u/FergHD' has given '/u/FlightoftheMelons' lambda! +[2020-08-23 23:31:25,899] /u/FlightoftheMelons had their flair updated +[2020-08-23 23:34:13,808] '/u/kingury7' has given '/u/MysticMaskMedia' lambda! +[2020-08-23 23:34:16,429] /u/MysticMaskMedia had their flair updated +[2020-08-23 23:35:08,474] '/u/KFCxLegends' has given '/u/-BR25-' lambda! +[2020-08-23 23:35:10,852] /u/-BR25- had their flair updated +[2020-08-23 23:35:47,115] '/u/KFCxLegends' has given '/u/iMan6005' lambda! +[2020-08-23 23:35:49,494] /u/iMan6005 had their flair updated +[2020-08-23 23:37:12,173] '/u/KFCxLegends' has given '/u/erinisaax' lambda! +[2020-08-23 23:37:14,504] /u/erinisaax had their flair updated +[2020-08-23 23:37:48,029] '/u/KFCxLegends' has given '/u/MysticMaskMedia' lambda! +[2020-08-23 23:37:49,994] /u/MysticMaskMedia had their flair updated +[2020-08-23 23:38:37,724] '/u/kingury7' has given '/u/Devestate101' lambda! +[2020-08-23 23:38:39,573] /u/Devestate101 had their flair updated +[2020-08-23 23:39:29,633] '/u/MC_Horse_Dick' has given '/u/Devestate101' lambda! +[2020-08-23 23:39:31,562] /u/Devestate101 had their flair updated +[2020-08-23 23:42:08,492] There has been a new submission: 'ModernWarfareMP5.exe (please just give me some feedback, thx)', with flair 'Gaming' +[2020-08-23 23:42:10,378] /u/MediocreManYT had their submission removed for insufficient lambda. +[2020-08-23 23:42:12,383] /u/MediocreManYT had their flair updated +[2020-08-23 23:42:32,554] There has been a new submission: 'Gaming videos Critique! No time limit.', with flair 'Video Critique' +[2020-08-23 23:42:36,083] /u/ElderTerdkin had their flair updated +[2020-08-23 23:42:54,647] There has been a new submission: 'Grand Theft Auto 4 | Complete Funny Highlights', with flair 'Gaming' +[2020-08-23 23:42:57,873] /u/eminemfanboy had their submission removed for insufficient lambda. +[2020-08-23 23:43:00,250] /u/eminemfanboy had their flair updated +[2020-08-23 23:43:19,024] There has been a new submission: 'Recruits are OP- Rainbow six sige-(the dumpest video on the channel)', with flair 'Gaming' +[2020-08-23 23:43:20,414] /u/NoHMayor had their submission removed for insufficient lambda. +[2020-08-23 23:43:22,792] /u/NoHMayor had their flair updated +[2020-08-23 23:43:40,597] There has been a new submission: 'Grand Theft Auto 4 | Complete Funny Highlights', with flair 'Gaming' +[2020-08-23 23:43:43,714] /u/eminemfanboy had their submission removed for insufficient lambda. +[2020-08-23 23:43:46,013] /u/eminemfanboy had their flair updated +[2020-08-23 23:44:05,055] There has been a new submission: 'Grand Theft Auto 4 | Complete Funny Highlights', with flair 'Gaming' +[2020-08-23 23:44:07,551] /u/eminemfanboy had their submission removed for insufficient lambda. +[2020-08-23 23:44:09,643] /u/eminemfanboy had their flair updated +[2020-08-23 23:44:27,834] There has been a new submission: 'Grand Theft Auto 4 | Complete Funny Highlights', with flair 'Gaming' +[2020-08-23 23:44:29,787] /u/eminemfanboy had their submission removed for insufficient lambda. +[2020-08-23 23:44:32,285] /u/eminemfanboy had their flair updated +[2020-08-23 23:44:48,899] There has been a new submission: 'headset recommendations', with flair 'Discussion' +[2020-08-23 23:44:53,398] /u/Celtic_Spike had their flair updated +[2020-08-23 23:45:06,542] There has been a new submission: 'Allow Me To Introduce Myself', with flair 'Art' +[2020-08-23 23:45:07,899] /u/HawkeyeNextGen had their submission removed for insufficient lambda. +[2020-08-23 23:45:09,336] /u/HawkeyeNextGen had their flair updated +[2020-08-23 23:47:47,370] '/u/Famiguelvo' has given '/u/Pestarklo' lambda! +[2020-08-23 23:47:49,338] /u/Pestarklo had their flair updated +[2020-08-23 23:50:40,113] There has been a new submission: 'hey everyone im a commentary channel that is trying to get my videos out there so i would appreciate if you could take a look at my most recent video :)', with flair 'Gaming' +[2020-08-23 23:50:41,670] /u/JacksonTaylor_04 had their submission removed for insufficient lambda. +[2020-08-23 23:50:44,129] /u/JacksonTaylor_04 had their flair updated +[2020-08-23 23:55:57,837] There has been a new submission: 'IM LIVE CHECK ME OUT', with flair 'Gaming' +[2020-08-23 23:55:59,478] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-23 23:56:00,940] /u/TntThiefGamerYT had their flair updated +[2020-08-24 00:01:44,718] There has been a new submission: 'Yo how did they not lose a single game of bed wars???', with flair 'Gaming' +[2020-08-24 00:01:46,356] /u/YeFernoYT had their submission removed for insufficient lambda. +[2020-08-24 00:01:48,538] /u/YeFernoYT had their flair updated +[2020-08-24 00:09:16,637] There has been a new submission: 'How effective are Channel Trailers in bringing viewers in?', with flair 'Discussion' +[2020-08-24 00:09:17,598] /u/MarchMyMinions had their flair updated +[2020-08-24 00:09:45,066] There has been a new submission: 'IS THE LAST OF US 2 ACTUALLY A BAD GAME? (Spoilers) | Minute Review', with flair 'Gaming' +[2020-08-24 00:09:45,634] /u/Jamesdatree had their submission removed for insufficient lambda. +[2020-08-24 00:09:46,038] /u/Jamesdatree had their flair updated +[2020-08-24 00:10:03,732] '/u/FindAKidneyDonor-Com' has given '/u/Darksideseries' lambda! +[2020-08-24 00:10:06,002] /u/Darksideseries had their flair updated +[2020-08-24 00:12:24,696] There has been a new submission: 'Let me know what you think. Tried a new type of video. I REACT TO THE BATMAN TRAILER!', with flair 'Video Critique' +[2020-08-24 00:12:26,535] /u/KingOberon13 had their submission removed for insufficient lambda. +[2020-08-24 00:12:29,364] /u/KingOberon13 had their flair updated +[2020-08-24 00:13:12,256] '/u/sparkle69motion' has given '/u/thedrq' lambda! +[2020-08-24 00:13:15,004] /u/thedrq had their flair updated +[2020-08-24 00:13:35,302] There has been a new submission: 'Hi! I started recently to make some retro videogame style covers, but it's not being much a success. I don't know if it's the content itself, or maybe im not addressing to the right audience. What could i do to make it more enjoyable and getting a higher audience retention? Thanks!', with flair 'Channel Review' +[2020-08-24 00:13:37,597] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 00:13:37,599] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 00:13:38,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rkrsQf6b4XA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 00:13:39,489] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmv4wSp1_1eVN9aBCV544bg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 00:13:42,810] /u/kabukidanshi had their flair updated +[2020-08-24 00:14:07,513] '/u/gamer_throwaway2' has given '/u/Zacmrd' lambda! +[2020-08-24 00:14:10,141] /u/Zacmrd had their flair updated +[2020-08-24 00:15:06,009] '/u/gamer_throwaway2' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-24 00:15:07,181] /u/nvrmind_flame-yt had their flair updated +[2020-08-24 00:27:56,508] '/u/kingury7' has given '/u/PonjiNinja' lambda! +[2020-08-24 00:27:59,048] /u/PonjiNinja had their flair updated +[2020-08-24 00:29:12,404] '/u/kingury7' has given '/u/Pestarklo' lambda! +[2020-08-24 00:29:14,343] /u/Pestarklo had their flair updated +[2020-08-24 00:30:03,923] '/u/kingury7' has given '/u/TwoLeggedGator' lambda! +[2020-08-24 00:30:06,134] /u/TwoLeggedGator had their flair updated +[2020-08-24 00:30:17,997] '/u/kingury7' has given '/u/fluxkat' lambda! +[2020-08-24 00:30:20,503] /u/fluxkat had their flair updated +[2020-08-24 00:43:41,648] There has been a new submission: 'Just uploaded a new video do check it out and tell me on ways I can improve', with flair 'Video Critique' +[2020-08-24 00:43:44,389] /u/beardmanshark had their submission removed for insufficient lambda. +[2020-08-24 00:43:46,307] /u/beardmanshark had their flair updated +[2020-08-24 00:47:35,187] +#################### +[Aug 24 2020 00:47:35] RESTARTED +#################### + +[2020-08-24 01:32:11,548] There has been a new submission: 'New YouTube ideas for videos (Pranks & Challenges)', with flair 'Discussion' +[2020-08-24 01:32:15,078] /u/MooreFireEnt had their flair updated +[2020-08-24 01:32:35,601] There has been a new submission: 'Ideas for YouTube videos (Pranks & Challenges)', with flair 'Discussion' +[2020-08-24 01:32:37,855] /u/MooreFireEnt had their flair updated +[2020-08-24 01:40:22,655] '/u/FergHD' has given '/u/heaxenly' lambda! +[2020-08-24 01:40:25,564] /u/heaxenly had their flair updated +[2020-08-24 01:40:48,673] '/u/kabukidanshi' has given '/u/MrCarsone' lambda! +[2020-08-24 01:40:51,464] /u/MrCarsone had their flair updated +[2020-08-24 01:41:37,913] There has been a new submission: 'Champions League Final Reaction', with flair 'Video Critique' +[2020-08-24 01:41:39,373] /u/Killerslev had their submission removed for insufficient lambda. +[2020-08-24 01:41:41,552] /u/Killerslev had their flair updated +[2020-08-24 01:42:02,372] There has been a new submission: 'freshwater', with flair 'Art' +[2020-08-24 01:42:03,882] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-08-24 01:42:05,959] /u/princeevil666_ had their flair updated +[2020-08-24 01:42:25,629] There has been a new submission: 'How can I reduce noise while recording?', with flair 'Discussion' +[2020-08-24 01:42:27,917] /u/neo_one_one had their flair updated +[2020-08-24 01:42:47,600] There has been a new submission: 'Hi Y’all New Video', with flair 'Video Critique' +[2020-08-24 01:42:49,073] /u/AuzBusinessTips had their submission removed for insufficient lambda. +[2020-08-24 01:42:51,031] /u/AuzBusinessTips had their flair updated +[2020-08-24 01:43:31,017] '/u/kabukidanshi' has given '/u/chicompj' lambda! +[2020-08-24 01:43:33,673] /u/chicompj had their flair updated +[2020-08-24 01:45:08,299] '/u/KFCxLegends' has given '/u/FoxWalk' lambda! +[2020-08-24 01:45:09,680] /u/FoxWalk had their flair updated +[2020-08-24 01:48:21,174] There has been a new submission: 'Call of Duty: Black Ops 2 Zombies But It's 2020, our first video! :D Hope you like it, you can turn on CCs.', with flair 'Gaming' +[2020-08-24 01:48:22,742] /u/dudjent had their submission removed for insufficient lambda. +[2020-08-24 01:48:23,641] /u/dudjent had their flair updated +[2020-08-24 01:48:41,952] There has been a new submission: 'The new #freefortnite cup video is posted!', with flair 'Gaming' +[2020-08-24 01:48:42,977] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-08-24 01:48:43,716] /u/cuthbertfontain had their flair updated +[2020-08-24 01:51:35,398] There has been a new submission: 'Top 10 Highschool/College movies on Netflix 2020', with flair 'Video Critique' +[2020-08-24 01:51:39,244] /u/Pirrateking had their submission removed for insufficient lambda. +[2020-08-24 01:51:41,333] /u/Pirrateking had their flair updated +[2020-08-24 01:52:07,680] There has been a new submission: 'Water Bottle Trick Shots', with flair 'Video Critique' +[2020-08-24 01:52:09,258] /u/SportsFrenzyYT had their submission removed for insufficient lambda. +[2020-08-24 01:52:11,267] /u/SportsFrenzyYT had their flair updated +[2020-08-24 01:53:27,284] '/u/kabukidanshi' has given '/u/Chankyi' lambda! +[2020-08-24 01:53:30,514] /u/Chankyi had their flair updated +[2020-08-24 01:59:45,021] '/u/Famiguelvo' has given '/u/erinisaax' lambda! +[2020-08-24 01:59:47,191] /u/erinisaax had their flair updated +[2020-08-24 02:00:27,341] There has been a new submission: 'I Entertain With My Dialogue If You Enjoy Subscribe, Thanks! Also FeedBack Would Be Good.', with flair 'Gaming' +[2020-08-24 02:00:29,142] /u/1MillSubGoal had their submission removed for insufficient lambda. +[2020-08-24 02:00:31,434] /u/1MillSubGoal had their flair updated +[2020-08-24 02:01:14,473] '/u/Famiguelvo' has given '/u/chicompj' lambda! +[2020-08-24 02:01:17,469] /u/chicompj had their flair updated +[2020-08-24 02:02:07,107] '/u/Famiguelvo' has given '/u/Chankyi' lambda! +[2020-08-24 02:02:09,693] /u/Chankyi had their flair updated +[2020-08-24 02:03:15,535] '/u/FergHD' has given '/u/TheStrangeMentlegen' lambda! +[2020-08-24 02:03:18,774] /u/TheStrangeMentlegen had their flair updated +[2020-08-24 02:06:46,225] There has been a new submission: 'BELOW DECK MED Hannah Ferrier got fired over meds for her panic attacks while Malia goes thru purses and That's Ok??? How??', with flair 'Vlog' +[2020-08-24 02:06:47,860] /u/TheBackwoodsBarbi had their submission removed for insufficient lambda. +[2020-08-24 02:06:49,298] /u/TheBackwoodsBarbi had their flair updated +[2020-08-24 02:08:02,306] There has been a new submission: 'Blueberry Scones', with flair 'Channel Review' +[2020-08-24 02:08:03,364] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-08-24 02:08:04,370] /u/Wingo321 had their flair updated +[2020-08-24 02:09:38,919] There has been a new submission: 'OK all so here is the deal come check out my channel give some feedback I will give u feedback and a whole loads of view time and maybe some subs if I like it', with flair 'Channel Review' +[2020-08-24 02:09:41,608] /u/wolfsburg666 had their submission removed for insufficient lambda. +[2020-08-24 02:09:42,836] /u/wolfsburg666 had their flair updated +[2020-08-24 02:15:54,260] There has been a new submission: 'I put quite a bit of effort into this so I hope it does well', with flair 'Gaming' +[2020-08-24 02:15:55,865] /u/Ya-boi-Benaboy had their submission removed for insufficient lambda. +[2020-08-24 02:15:57,380] /u/Ya-boi-Benaboy had their flair updated +[2020-08-24 02:25:15,875] '/u/FergHD' has given '/u/FPS-Dad' lambda! +[2020-08-24 02:25:17,857] /u/FPS-Dad had their flair updated +[2020-08-24 02:32:54,879] '/u/NetNormie' has given '/u/Chankyi' lambda! +[2020-08-24 02:32:57,626] /u/Chankyi had their flair updated +[2020-08-24 02:33:18,527] There has been a new submission: 'BIGFOOT IS REAL! We found the legendary beast and it didn’t go as planned! Feedback is very much appreciated.', with flair 'Gaming' +[2020-08-24 02:33:20,158] /u/Strywix had their submission removed for insufficient lambda. +[2020-08-24 02:33:22,327] /u/Strywix had their flair updated +[2020-08-24 02:36:40,718] There has been a new submission: 'Madden 21- Ultimate team Gameplay', with flair 'Gaming' +[2020-08-24 02:36:42,106] /u/eatdatpusyy had their submission removed for insufficient lambda. +[2020-08-24 02:36:43,498] /u/eatdatpusyy had their flair updated +[2020-08-24 02:47:35,739] +#################### +[Aug 24 2020 02:47:35] RESTARTED +#################### + +[2020-08-24 03:30:15,330] There has been a new submission: 'Any Feedback Helps! I do short Etymology videos[3:18]', with flair 'Video Critique' +[2020-08-24 03:30:16,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 03:30:16,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 03:30:16,263] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CvuW3SqS6kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:30:16,399] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:30:19,663] /u/Chankyi had their flair updated +[2020-08-24 03:30:40,119] There has been a new submission: 'Looking for honest opinions on a (prepared) reaction video', with flair 'Video Critique' +[2020-08-24 03:30:41,716] /u/Zuckerbees had their submission removed for insufficient lambda. +[2020-08-24 03:30:44,010] /u/Zuckerbees had their flair updated +[2020-08-24 03:33:09,517] '/u/MC_Horse_Dick' has given '/u/Chankyi' lambda! +[2020-08-24 03:33:12,216] /u/Chankyi had their flair updated +[2020-08-24 03:34:19,728] '/u/Chankyi' has given '/u/MrCarsone' lambda! +[2020-08-24 03:34:21,981] /u/MrCarsone had their flair updated +[2020-08-24 03:35:57,253] '/u/FergHD' has given '/u/MrCarsone' lambda! +[2020-08-24 03:35:59,421] /u/MrCarsone had their flair updated +[2020-08-24 03:36:49,968] '/u/WarangalAbbayi' has given '/u/-BR25-' lambda! +[2020-08-24 03:36:52,020] /u/-BR25- had their flair updated +[2020-08-24 03:37:13,856] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-24 03:41:48,701] There has been a new submission: 'I Can't BELIEVE That This Girl LEFT HER SOUL IN HER SCHOOL! (ALL ENDINGS) | Ruins in me (Prototype)', with flair 'Gaming' +[2020-08-24 03:41:50,307] /u/onail had their submission removed for insufficient lambda. +[2020-08-24 03:41:52,454] /u/onail had their flair updated +[2020-08-24 03:45:07,085] There has been a new submission: 'This is a valorant montgae I made and posted on a YT channel I have with my friends. I'd like to know what you guys think about it and what I can do differently from editting, music or thumbnail. I'll def give lamba for any helpful advice!', with flair 'Video Critique' +[2020-08-24 03:45:07,422] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 03:45:07,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 03:45:07,599] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tbkLjQyo81A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:45:07,762] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9cAEVgy4k9grjn5XWe2TZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:45:10,250] /u/lalith19 had their flair updated +[2020-08-24 03:51:51,967] There has been a new submission: 'This remix 24kGoldn - Mood (FanMade Edit) ft. Iann Dior & NCK is 🔥🔥🔥🔥 Go check it out. It cant harm anyone to just check it out. Please give feedback aswell', with flair 'Video Critique' +[2020-08-24 03:51:53,920] /u/seanslol had their submission removed for insufficient lambda. +[2020-08-24 03:51:56,095] /u/seanslol had their flair updated +[2020-08-24 03:55:27,714] There has been a new submission: 'Exfoliating Acids in Skincare: A Beginner's Guide [BHAs & AHAs]', with flair 'Vlog' +[2020-08-24 03:55:28,937] /u/lilyannevans had their submission removed for insufficient lambda. +[2020-08-24 03:55:30,525] /u/lilyannevans had their flair updated +[2020-08-24 03:58:04,101] There has been a new submission: 'Titanfall 2 is The Best FPS(narrative sort of deal. Will give out lambda hope you enjoy!)', with flair 'Video Critique' +[2020-08-24 03:58:06,238] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 03:58:06,240] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 03:58:07,343] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=06GP_5Siv5o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:58:07,712] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 03:58:09,915] /u/MrCarsone had their flair updated +[2020-08-24 04:03:25,623] There has been a new submission: 'My first "Horror" series on my channel! Note that the humor in this video is VERY unorthodox but it's what I found funny (my style of humor can be referenced to twomad or 21 century humor). Any feedback/criticism is welcome!', with flair 'Gaming' +[2020-08-24 04:03:27,087] /u/ElegantMemes had their submission removed for insufficient lambda. +[2020-08-24 04:03:29,220] /u/ElegantMemes had their flair updated +[2020-08-24 04:04:24,569] There has been a new submission: 'So after three months a new video give me all your thoughts for some good ol lambda. I also let you know that the next video will have subtitles to undertand my thicc accent.', with flair 'Gaming' +[2020-08-24 04:04:26,946] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 04:04:26,948] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 04:04:28,505] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LKbwOpg_Q_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 04:04:28,913] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzbZALVi94q9nAPBpjEmchQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 04:04:31,951] /u/RsTGEKO had their flair updated +[2020-08-24 04:24:26,750] There has been a new submission: 'Critical fail! I lost all my footage 2 days before publishing, causing me to rush this production. More new things tried in this one including: Additional sound effects, comedy-crop-ins, quicker cuts. Adjusted music volume, less empty space. 13hours in 2 days. let me know what you think.', with flair 'Video Critique' +[2020-08-24 04:24:27,213] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 04:24:27,215] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 04:24:27,561] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KYsuPgkI-LQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 04:24:27,746] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 04:24:30,215] /u/Illfury had their flair updated +[2020-08-24 04:24:56,555] There has been a new submission: 'New Video I just uploaded. Looking for some criticism on the content and thumbnail', with flair 'Video Critique' +[2020-08-24 04:24:57,817] /u/JefferyTNW had their submission removed for insufficient lambda. +[2020-08-24 04:24:59,544] /u/JefferyTNW had their flair updated +[2020-08-24 04:28:39,110] There has been a new submission: 'This is my fairly new music channel started 1 month ago I would really appreciate any subscriptions or views on any of my videos comments on any of these video stating criticism or positive feedback will also be appreciated. Thanks *Image not available * channel name is vibingwiththatmusic thanks', with flair 'Channel Review' +[2020-08-24 04:28:40,263] /u/xxLegendplayzzxx had their submission removed for insufficient lambda. +[2020-08-24 04:28:41,283] /u/xxLegendplayzzxx had their flair updated +[2020-08-24 04:30:42,123] There has been a new submission: 'Never Show Fear - A Planetside 2 Video', with flair 'Gaming' +[2020-08-24 04:30:43,840] /u/zulfur_dj had their submission removed for insufficient lambda. +[2020-08-24 04:30:46,145] /u/zulfur_dj had their flair updated +[2020-08-24 04:47:37,335] +#################### +[Aug 24 2020 04:47:37] RESTARTED +#################### + +[2020-08-24 05:19:28,800] There has been a new submission: 'YALL GO SHOW LOVE TO MY CHANNEL GUYS🥺❤️', with flair 'Channel Review' +[2020-08-24 05:19:30,569] /u/lilbored221 had their submission removed for insufficient lambda. +[2020-08-24 05:19:31,388] /u/lilbored221 had their flair updated +[2020-08-24 05:19:48,223] There has been a new submission: 'Marvel Avenger Beta Ultra Settings 1440p | HDR | RTX 2070 SUPER (Best Gameplay ❤️)', with flair 'Gaming' +[2020-08-24 05:19:49,207] /u/PudgeKing7 had their submission removed for insufficient lambda. +[2020-08-24 05:19:49,659] /u/PudgeKing7 had their flair updated +[2020-08-24 05:20:46,514] '/u/FindAKidneyDonor-Com' has given '/u/PictoChris' lambda! +[2020-08-24 05:20:49,420] /u/PictoChris had their flair updated +[2020-08-24 05:21:12,797] '/u/qzeqYT' has given '/u/Chankyi' lambda! +[2020-08-24 05:21:15,583] /u/Chankyi had their flair updated +[2020-08-24 05:21:38,220] '/u/qzeqYT' has given '/u/TwoLeggedGator' lambda! +[2020-08-24 05:21:41,040] /u/TwoLeggedGator had their flair updated +[2020-08-24 05:22:02,506] '/u/qzeqYT' has given '/u/Devestate101' lambda! +[2020-08-24 05:22:05,415] /u/Devestate101 had their flair updated +[2020-08-24 05:22:42,311] /u/RdB_123 had their flair updated +[2020-08-24 05:25:05,146] There has been a new submission: 'PUBG MOBILE MONTAGE', with flair 'Gaming' +[2020-08-24 05:25:06,489] /u/im_CrackLess had their submission removed for insufficient lambda. +[2020-08-24 05:25:07,893] /u/im_CrackLess had their flair updated +[2020-08-24 05:31:51,686] There has been a new submission: 'awful anime mobile games. lambda for helpful advice as always!', with flair 'Video Critique' +[2020-08-24 05:31:54,803] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 05:31:54,807] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 05:31:56,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2db-6n5vG3s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:31:56,816] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9JT9w8K20xB-n1U9CQOJhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:32:00,142] /u/TwoLeggedGator had their flair updated +[2020-08-24 05:34:30,467] There has been a new submission: 'Rick wants to tell you something. 😮', with flair 'Video Critique' +[2020-08-24 05:34:32,185] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 05:34:32,186] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 05:34:33,744] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oiHwfNxwq8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:34:34,075] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFO9eKtN_mKXFXdOI9VvkRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:34:36,866] /u/yeetbox_ had their flair updated +[2020-08-24 05:35:13,544] There has been a new submission: 'lockdown thought. indian.', with flair 'Video Critique' +[2020-08-24 05:35:15,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 05:35:15,956] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 05:35:17,226] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IkC0mjoe3Sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:35:17,636] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 05:35:20,537] /u/siddhant1991 had their flair updated +[2020-08-24 05:35:38,182] There has been a new submission: 'I want some feedback', with flair 'Video Critique' +[2020-08-24 05:35:39,327] /u/BrosPlayzGames had their submission removed for insufficient lambda. +[2020-08-24 05:35:40,926] /u/BrosPlayzGames had their flair updated +[2020-08-24 05:49:28,984] There has been a new submission: 'Do you guys think it's even worth picking up Legendary Armor anymore? Why/Why not?', with flair 'Gaming' +[2020-08-24 05:49:30,382] /u/DistinctGamer had their submission removed for insufficient lambda. +[2020-08-24 05:49:31,000] /u/DistinctGamer had their flair updated +[2020-08-24 05:59:12,418] '/u/Boing_gaming' has given '/u/kingury7' lambda! +[2020-08-24 05:59:14,139] /u/kingury7 had their flair updated +[2020-08-24 05:59:59,248] '/u/Boing_gaming' has given '/u/MysticMaskMedia' lambda! +[2020-08-24 06:00:02,382] /u/MysticMaskMedia had their flair updated +[2020-08-24 06:01:25,230] '/u/Boing_gaming' has given '/u/FPS-Dad' lambda! +[2020-08-24 06:01:28,338] /u/FPS-Dad had their flair updated +[2020-08-24 06:02:42,800] There has been a new submission: 'Call of Duty Mobile Live stream', with flair 'Gaming' +[2020-08-24 06:02:44,272] /u/ChipmunkCurious4011 had their submission removed for insufficient lambda. +[2020-08-24 06:02:46,279] /u/ChipmunkCurious4011 had their flair updated +[2020-08-24 06:03:14,199] '/u/Boing_gaming' has given '/u/Chankyi' lambda! +[2020-08-24 06:03:17,186] /u/Chankyi had their flair updated +[2020-08-24 06:05:22,837] There has been a new submission: 'TOP 10 - HOTTEST PLACES ON EARTH | Highest Temperatures Ever Recorded On Earth', with flair 'Vlog' +[2020-08-24 06:05:24,090] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-08-24 06:05:25,650] /u/sarva-gyani had their flair updated +[2020-08-24 06:10:53,463] There has been a new submission: 'The World Is On Fire (Song Parody). The World Is On Fire (Song Parody) I Spent Over 10 hours recording and editing this video, it would mean the world to me if you watched it! Thank you so much for helping me achieve my dreams!', with flair 'Channel Review' +[2020-08-24 06:10:55,386] /u/Blueice_og had their submission removed for insufficient lambda. +[2020-08-24 06:10:57,629] /u/Blueice_og had their flair updated +[2020-08-24 06:18:40,514] '/u/kabukidanshi' has given '/u/ThePurpleAnon' lambda! +[2020-08-24 06:18:42,927] /u/ThePurpleAnon had their flair updated +[2020-08-24 06:19:19,454] '/u/siddhant1991' has given '/u/AlsleumMusic' lambda! +[2020-08-24 06:19:21,939] /u/AlsleumMusic had their flair updated +[2020-08-24 06:21:27,424] '/u/kabukidanshi' has given '/u/MysticMaskMedia' lambda! +[2020-08-24 06:21:30,207] /u/MysticMaskMedia had their flair updated +[2020-08-24 06:38:26,711] There has been a new submission: 'I have had a channel for 5 years now, but still stuck at 730-735, with almost 0 growth now. What advice do you guys have for me?', with flair 'Channel Review' +[2020-08-24 06:38:27,963] /u/Koruam had their submission removed for insufficient lambda. +[2020-08-24 06:38:28,934] /u/Koruam had their flair updated +[2020-08-24 06:47:38,738] +#################### +[Aug 24 2020 06:47:38] RESTARTED +#################### + +[2020-08-24 07:18:46,018] There has been a new submission: 'Speedrun World Record Explained', with flair 'Video Critique' +[2020-08-24 07:18:51,254] /u/dany_goku had their flair updated +[2020-08-24 07:20:14,297] There has been a new submission: 'Join us weekly for new stories ranging from the Paranormal to interesting conspiracies, cryptids and more!', with flair 'Channel Review' +[2020-08-24 07:20:16,014] /u/MysteryArchives had their submission removed for insufficient lambda. +[2020-08-24 07:20:18,387] /u/MysteryArchives had their flair updated +[2020-08-24 07:20:40,972] There has been a new submission: 'Xaul's Gaming Channel', with flair 'Gaming' +[2020-08-24 07:20:42,523] /u/XaulGaming had their submission removed for insufficient lambda. +[2020-08-24 07:20:44,944] /u/XaulGaming had their flair updated +[2020-08-24 07:21:05,947] There has been a new submission: 'Karate Channel from Down Under!', with flair 'Channel Review' +[2020-08-24 07:21:07,529] /u/pamousjosep had their submission removed for insufficient lambda. +[2020-08-24 07:21:09,741] /u/pamousjosep had their flair updated +[2020-08-24 07:21:30,227] There has been a new submission: 'Good Way of Seeing What Subs Want', with flair 'Discussion' +[2020-08-24 07:21:34,205] /u/Pikawott had their flair updated +[2020-08-24 07:29:15,547] '/u/qzeqYT' has given '/u/SnooPineapples5753' lambda! +[2020-08-24 07:29:17,715] /u/SnooPineapples5753 had their flair updated +[2020-08-24 07:50:11,453] There has been a new submission: 'My first video Looking for clout', with flair 'Video Critique' +[2020-08-24 07:50:13,376] /u/ChaseFFA had their submission removed for insufficient lambda. +[2020-08-24 07:50:15,903] /u/ChaseFFA had their flair updated +[2020-08-24 07:52:05,731] There has been a new submission: 'first video', with flair 'Video Critique' +[2020-08-24 07:52:07,307] /u/ChaseFFA had their submission removed for insufficient lambda. +[2020-08-24 07:52:09,400] /u/ChaseFFA had their flair updated +[2020-08-24 07:53:14,095] '/u/wallexy' has given '/u/whenravenchats' lambda! +[2020-08-24 07:53:16,190] /u/whenravenchats had their flair updated +[2020-08-24 07:54:28,028] '/u/wallexy' has given '/u/Djbernie805' lambda! +[2020-08-24 07:54:29,756] /u/Djbernie805 had their flair updated +[2020-08-24 07:55:22,224] '/u/wallexy' has given '/u/MC_Horse_Dick' lambda! +[2020-08-24 07:55:23,831] /u/MC_Horse_Dick had their flair updated +[2020-08-24 07:56:04,486] There has been a new submission: 'We Signed The Best Comp Val team!', with flair 'Gaming' +[2020-08-24 07:56:05,711] /u/Akuuart had their submission removed for insufficient lambda. +[2020-08-24 07:56:07,221] /u/Akuuart had their flair updated +[2020-08-24 07:57:03,726] '/u/FergHD' has given '/u/Zuckerbees' lambda! +[2020-08-24 07:57:06,988] /u/Zuckerbees had their flair updated +[2020-08-24 07:57:58,839] '/u/FindAKidneyDonor-Com' has given '/u/whereismael' lambda! +[2020-08-24 07:58:00,924] /u/whereismael had their flair updated +[2020-08-24 08:20:07,353] There has been a new submission: 'Took 6h to edit this hope you enjoy! :)', with flair 'Gaming' +[2020-08-24 08:20:09,210] /u/ThatFridgeGuy had their submission removed for insufficient lambda. +[2020-08-24 08:20:11,538] /u/ThatFridgeGuy had their flair updated +[2020-08-24 08:20:17,297] There has been a new submission: 'What subreddits are good to post YouTube podcast videos?', with flair 'Discussion' +[2020-08-24 08:20:20,266] /u/MrDarrenCarter had their flair updated +[2020-08-24 08:20:35,804] There has been a new submission: 'LET ME KNOW WHAT I CAN DO BETTER ❤️FINDING MORE INFINITY STONES | S1 E2 MINECRAFT INFINITE SKYBLOCK SURVIVAL', with flair 'Video Critique' +[2020-08-24 08:20:37,859] /u/ChewBoom had their submission removed for insufficient lambda. +[2020-08-24 08:20:40,109] /u/ChewBoom had their flair updated +[2020-08-24 08:27:47,752] There has been a new submission: 'help me', with flair 'None' +[2020-08-24 08:27:48,814] /u/IzmeMarc had their submission removed for insufficient lambda. +[2020-08-24 08:27:50,063] /u/IzmeMarc had their flair updated +[2020-08-24 08:32:15,539] '/u/khoj_badami' has given '/u/PictoChris' lambda! +[2020-08-24 08:32:18,446] /u/PictoChris had their flair updated +[2020-08-24 08:41:27,641] '/u/lalith19' has given '/u/Mr_Tasteful' lambda! +[2020-08-24 08:41:29,831] /u/Mr_Tasteful had their flair updated +[2020-08-24 08:47:29,468] +#################### +[Aug 24 2020 08:47:29] RESTARTED +#################### + +[2020-08-24 09:17:31,843] There has been a new submission: 'GROUNDED Early Access: Base Building - I Build Base In Baseball', with flair 'Gaming' +[2020-08-24 09:17:32,789] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-24 09:17:33,732] /u/naruto_naruto_123 had their flair updated +[2020-08-24 09:17:50,543] There has been a new submission: 'How am I doing in my first 21 days?', with flair 'Gaming' +[2020-08-24 09:17:51,570] /u/CalbuddyTv had their submission removed for insufficient lambda. +[2020-08-24 09:17:52,432] /u/CalbuddyTv had their flair updated +[2020-08-24 09:24:20,485] There has been a new submission: 'A Time Traveling cartoon story! Our favorite script so far. It’s mostly for kids, but entertaining for grown ups as well. Take your time and enjoy 9,5 min of really hard work and keep sound on for the music! Thank you for your time!', with flair 'Video Critique' +[2020-08-24 09:24:24,656] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 09:24:24,659] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 09:24:26,214] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l0Dg9oCsm-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:24:26,706] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0LUZt5asOd4NY9fMIkkAbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:24:29,405] /u/Varavas had their flair updated +[2020-08-24 09:36:30,815] There has been a new submission: 'I made a new video! What do you think? (GIVING LAMBDA FOR REAL CRITICISM)', with flair 'Video Critique' +[2020-08-24 09:36:33,300] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 09:36:33,506] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 09:36:34,735] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KLyYWSCBZvo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:36:35,185] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_6p83pStgH1onXCf1Q117w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:36:37,723] /u/jaxtnh had their flair updated +[2020-08-24 09:37:14,385] '/u/kabukidanshi' has given '/u/Heavy_Rain_' lambda! +[2020-08-24 09:37:16,763] /u/Heavy_Rain_ had their flair updated +[2020-08-24 09:39:36,890] There has been a new submission: 'Advice on click through rate?', with flair 'Video Critique' +[2020-08-24 09:39:37,586] /u/snortinggiraffe had their submission removed for insufficient lambda. +[2020-08-24 09:39:38,078] /u/snortinggiraffe had their flair updated +[2020-08-24 09:47:03,658] There has been a new submission: 'Looking for someone who’s considering creating a new channel', with flair 'Collab' +[2020-08-24 09:47:05,398] /u/IsleofManNoLimit had their flair updated +[2020-08-24 09:53:36,414] '/u/siddhant1991' has given '/u/jaxtnh' lambda! +[2020-08-24 09:53:38,268] /u/jaxtnh had their flair updated +[2020-08-24 09:53:52,428] There has been a new submission: 'Battletoads Review - Would love feedback!', with flair 'Video Critique' +[2020-08-24 09:53:52,854] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 09:53:52,875] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 09:53:53,210] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rdyAmNxN3jI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:53:53,440] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 09:53:55,917] /u/dansometv had their flair updated +[2020-08-24 10:01:09,395] '/u/TomSense' has given '/u/Chankyi' lambda! +[2020-08-24 10:01:12,467] /u/Chankyi had their flair updated +[2020-08-24 10:05:57,040] '/u/iannedeveyra' has given '/u/whereismael' lambda! +[2020-08-24 10:05:59,130] /u/whereismael had their flair updated +[2020-08-24 10:09:40,226] '/u/yeetbox_' has given '/u/PrimeEXE' lambda! +[2020-08-24 10:09:41,072] /u/PrimeEXE had their flair updated +[2020-08-24 10:10:47,703] '/u/Chankyi' has given '/u/liftedplane' lambda! +[2020-08-24 10:10:49,960] /u/liftedplane had their flair updated +[2020-08-24 10:13:12,558] There has been a new submission: 'Why you need to start documenting? .Vlog 006.', with flair 'Vlog' +[2020-08-24 10:13:14,142] /u/Angana_Chatterjee had their submission removed for insufficient lambda. +[2020-08-24 10:13:16,147] /u/Angana_Chatterjee had their flair updated +[2020-08-24 10:13:41,243] There has been a new submission: 'Short Video, 50 seconds long. If you enjoy it, check out the rest of my videos - which are mainly, reddit readings.', with flair 'Video Critique' +[2020-08-24 10:13:42,625] /u/Dizzy_Dezii had their submission removed for insufficient lambda. +[2020-08-24 10:13:44,537] /u/Dizzy_Dezii had their flair updated +[2020-08-24 10:17:55,626] There has been a new submission: 'My latest Fall Guys upload. Let's help each other out. Drop your channel in the comments', with flair 'Gaming' +[2020-08-24 10:17:56,814] /u/FishTheory had their submission removed for insufficient lambda. +[2020-08-24 10:17:57,866] /u/FishTheory had their flair updated +[2020-08-24 10:21:56,262] '/u/yeetbox_' has given '/u/FergHD' lambda! +[2020-08-24 10:21:58,376] /u/FergHD had their flair updated +[2020-08-24 10:28:39,610] '/u/jaxtnh' has given '/u/IsleofManNoLimit' lambda! +[2020-08-24 10:28:41,784] /u/IsleofManNoLimit had their flair updated +[2020-08-24 10:31:10,452] '/u/dansometv' has given '/u/SelendineMcHerb' lambda! +[2020-08-24 10:31:13,447] /u/SelendineMcHerb had their flair updated +[2020-08-24 10:47:37,349] +#################### +[Aug 24 2020 10:47:37] RESTARTED +#################### + +[2020-08-24 11:15:21,173] There has been a new submission: 'Minecraft V for Vanilla: S6 Ep0: Welcome to V4V!', with flair 'Gaming' +[2020-08-24 11:15:22,383] /u/Skimble-Skamble97 had their submission removed for insufficient lambda. +[2020-08-24 11:15:24,031] /u/Skimble-Skamble97 had their flair updated +[2020-08-24 11:15:42,439] There has been a new submission: 'Gluten Free Chocolate & Banana Pancakes | By BITTER', with flair 'Channel Review' +[2020-08-24 11:15:43,628] /u/deadframe had their submission removed for insufficient lambda. +[2020-08-24 11:15:44,929] /u/deadframe had their flair updated +[2020-08-24 11:18:51,772] '/u/Illfury' has given '/u/xPento' lambda! +[2020-08-24 11:18:53,778] /u/xPento had their flair updated +[2020-08-24 11:19:28,046] '/u/Illfury' has given '/u/TheRealTenpro' lambda! +[2020-08-24 11:19:30,174] /u/TheRealTenpro had their flair updated +[2020-08-24 11:20:38,178] '/u/Illfury' has given '/u/wallexy' lambda! +[2020-08-24 11:20:41,087] /u/wallexy had their flair updated +[2020-08-24 11:22:37,663] '/u/kingury7' has given '/u/itsJATARO' lambda! +[2020-08-24 11:22:40,781] /u/itsJATARO had their flair updated +[2020-08-24 11:23:35,543] '/u/kingury7' has given '/u/shadossplayz' lambda! +[2020-08-24 11:23:38,127] /u/shadossplayz had their flair updated +[2020-08-24 11:23:58,787] There has been a new submission: 'I don't get a lot of views on YT vids that i spend a lot of time editing edit', with flair 'Gaming' +[2020-08-24 11:24:00,151] /u/Itz_synthesize had their submission removed for insufficient lambda. +[2020-08-24 11:24:02,160] /u/Itz_synthesize had their flair updated +[2020-08-24 11:24:20,464] There has been a new submission: 'Playing Fall Guys Until I Win (Funny Moments) - would love some feedback', with flair 'Video Critique' +[2020-08-24 11:24:21,818] /u/AlphaLoaf had their submission removed for insufficient lambda. +[2020-08-24 11:24:23,498] /u/AlphaLoaf had their flair updated +[2020-08-24 11:24:46,090] '/u/TomSense' has given '/u/CraigC90' lambda! +[2020-08-24 11:24:48,582] /u/CraigC90 had their flair updated +[2020-08-24 11:25:11,235] '/u/kingury7' has given '/u/chicompj' lambda! +[2020-08-24 11:25:13,815] /u/chicompj had their flair updated +[2020-08-24 11:25:34,993] '/u/kingury7' has given '/u/Chankyi' lambda! +[2020-08-24 11:25:37,211] /u/Chankyi had their flair updated +[2020-08-24 11:25:56,699] '/u/kingury7' has given '/u/humantheguy' lambda! +[2020-08-24 11:25:58,792] /u/humantheguy had their flair updated +[2020-08-24 11:26:18,700] '/u/kingury7' has given '/u/liftedplane' lambda! +[2020-08-24 11:26:20,998] /u/liftedplane had their flair updated +[2020-08-24 11:26:53,346] '/u/kingury7' has given '/u/Heavy_Rain_' lambda! +[2020-08-24 11:26:55,715] /u/Heavy_Rain_ had their flair updated +[2020-08-24 11:27:28,189] '/u/kingury7' has given '/u/ImpatientSquirrel' lambda! +[2020-08-24 11:27:29,767] /u/ImpatientSquirrel had their flair updated +[2020-08-24 11:30:16,137] '/u/yeetbox_' has given '/u/CraigC90' lambda! +[2020-08-24 11:30:18,447] /u/CraigC90 had their flair updated +[2020-08-24 11:35:09,211] There has been a new submission: 'What do you guys think?', with flair 'Gaming' +[2020-08-24 11:35:10,530] /u/FishTheory had their submission removed for insufficient lambda. +[2020-08-24 11:35:12,208] /u/FishTheory had their flair updated +[2020-08-24 11:35:38,089] There has been a new submission: 'BEES | Mixing Makeup Eyeshadow Glitter Into Slime | Satisfying Slime video ASMR Slime Coloring', with flair 'Art' +[2020-08-24 11:35:39,403] /u/EmmaSlimeOfficial had their submission removed for insufficient lambda. +[2020-08-24 11:35:40,951] /u/EmmaSlimeOfficial had their flair updated +[2020-08-24 11:39:04,916] There has been a new submission: 'What do you guys think of this New App for blurry background videos on phone.Any app suggestions with similar results', with flair 'Video Critique' +[2020-08-24 11:39:06,549] /u/hustlingyoutuber had their submission removed for insufficient lambda. +[2020-08-24 11:39:07,211] /u/hustlingyoutuber had their flair updated +[2020-08-24 11:45:59,017] There has been a new submission: 'I made league of legends edits, i would appreciate feedback ty :)', with flair 'Gaming' +[2020-08-24 11:46:00,470] /u/SmallTurtle56 had their submission removed for insufficient lambda. +[2020-08-24 11:46:02,085] /u/SmallTurtle56 had their flair updated +[2020-08-24 11:53:43,447] '/u/-BR25-' has given '/u/Mr_Tasteful' lambda! +[2020-08-24 11:53:45,451] /u/Mr_Tasteful had their flair updated +[2020-08-24 12:01:23,264] There has been a new submission: 'New video out!', with flair 'Video Critique' +[2020-08-24 12:01:25,184] /u/AspectYaKnow had their submission removed for insufficient lambda. +[2020-08-24 12:01:27,438] /u/AspectYaKnow had their flair updated +[2020-08-24 12:02:08,583] There has been a new submission: 'we're fallin' guys (Ft. BritishGymLad)(give advice pls)', with flair 'Video Critique' +[2020-08-24 12:02:11,571] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 12:02:11,574] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 12:02:13,172] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IntS1NfdmOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 12:02:13,910] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzV0CT5oq2to8dIF-0Zwykw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 12:02:16,902] /u/sickdude21 had their flair updated +[2020-08-24 12:05:46,129] There has been a new submission: '📈 M1 Finance Portfolio Update | Episode 28 - New Stock Market Bubble Reaching All Time Highs!', with flair 'Video Critique' +[2020-08-24 12:05:47,481] /u/blast4310 had their submission removed for insufficient lambda. +[2020-08-24 12:05:48,959] /u/blast4310 had their flair updated +[2020-08-24 12:07:16,713] '/u/yeetbox_' has given '/u/ricktherronyt' lambda! +[2020-08-24 12:07:18,556] /u/ricktherronyt had their flair updated +[2020-08-24 12:09:19,136] '/u/firesponge123' has given '/u/ricktherronyt' lambda! +[2020-08-24 12:09:20,012] /u/ricktherronyt had their flair updated +[2020-08-24 12:16:11,960] There has been a new submission: 'Breathtaking Hourly Time Lapse of The Moon's Phases in 2020', with flair 'Art' +[2020-08-24 12:16:13,435] /u/DenofBlerds had their submission removed for insufficient lambda. +[2020-08-24 12:16:14,942] /u/DenofBlerds had their flair updated +[2020-08-24 12:28:24,292] There has been a new submission: 'Tried out an ASMR gameplay video. Please tell me what you think', with flair 'Video Critique' +[2020-08-24 12:28:25,397] /u/FishTheory had their submission removed for insufficient lambda. +[2020-08-24 12:28:26,421] /u/FishTheory had their flair updated +[2020-08-24 12:29:06,681] There has been a new submission: 'Documentary Clip using a Video of my current PC setup.', with flair 'Video Critique' +[2020-08-24 12:29:09,333] /u/NotGumbercules had their submission removed for insufficient lambda. +[2020-08-24 12:29:10,645] /u/NotGumbercules had their flair updated +[2020-08-24 12:30:03,489] There has been a new submission: 'Diary of a Wimpy Kid: The Long Haul is ACTUALLY Terrible - Feedback is much appreciated!', with flair 'Video Critique' +[2020-08-24 12:30:05,247] /u/Fan-of-films had their submission removed for insufficient lambda. +[2020-08-24 12:30:07,665] /u/Fan-of-films had their flair updated +[2020-08-24 12:33:24,938] There has been a new submission: 'To tell vague and short stories , i recently this animation channel', with flair 'Art' +[2020-08-24 12:33:27,061] /u/Oltaf had their submission removed for insufficient lambda. +[2020-08-24 12:33:29,001] /u/Oltaf had their flair updated +[2020-08-24 12:43:04,922] There has been a new submission: 'My new video pls leave your valuable feedbacks', with flair 'Gaming' +[2020-08-24 12:43:06,594] /u/danklover16 had their submission removed for insufficient lambda. +[2020-08-24 12:43:08,703] /u/danklover16 had their flair updated +[2020-08-24 12:47:31,143] +#################### +[Aug 24 2020 12:47:31] RESTARTED +#################### + +[2020-08-24 13:17:53,045] '/u/RsTGEKO' has given '/u/AlphaLoaf' lambda! +[2020-08-24 13:17:55,493] /u/AlphaLoaf had their flair updated +[2020-08-24 13:18:15,431] '/u/RsTGEKO' has given '/u/Heavy_Rain_' lambda! +[2020-08-24 13:18:17,891] /u/Heavy_Rain_ had their flair updated +[2020-08-24 13:19:05,428] There has been a new submission: 'Finding a NICHE, or style', with flair 'Discussion' +[2020-08-24 13:19:06,531] /u/chikku777 had their flair updated +[2020-08-24 13:19:23,249] There has been a new submission: 'Check out my new Indian Mandala mehndi design 2020 hope you all will like it thanks for keep supporting me 😊', with flair 'Art' +[2020-08-24 13:19:25,127] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-08-24 13:19:25,700] /u/Iqra-Entertainment had their flair updated +[2020-08-24 13:20:55,037] '/u/sparkle69motion' has given '/u/JamesBondOO72468' lambda! +[2020-08-24 13:20:58,240] /u/JamesBondOO72468 had their flair updated +[2020-08-24 13:21:41,509] '/u/sparkle69motion' has given '/u/TheDuckCat47' lambda! +[2020-08-24 13:21:44,216] /u/TheDuckCat47 had their flair updated +[2020-08-24 13:22:34,139] There has been a new submission: 'Are there any "popular" channels that make videos in 720p?', with flair 'Discussion' +[2020-08-24 13:22:36,480] /u/ApprehensiveOffice57 had their flair updated +[2020-08-24 13:23:03,382] '/u/sparkle69motion' has given '/u/FynnKrauseFootballYT' lambda! +[2020-08-24 13:23:05,795] /u/FynnKrauseFootballYT had their flair updated +[2020-08-24 13:23:26,006] '/u/sparkle69motion' has given '/u/TakayukiMUSIC' lambda! +[2020-08-24 13:23:28,340] /u/TakayukiMUSIC had their flair updated +[2020-08-24 13:24:05,530] '/u/sparkle69motion' has given '/u/liftedplane' lambda! +[2020-08-24 13:24:08,107] /u/liftedplane had their flair updated +[2020-08-24 13:25:32,160] There has been a new submission: 'My FIRST Video! Let me know how I can improve!', with flair 'Video Critique' +[2020-08-24 13:25:33,834] /u/bjjuaro had their submission removed for insufficient lambda. +[2020-08-24 13:25:35,433] /u/bjjuaro had their flair updated +[2020-08-24 13:36:06,164] '/u/MrCarsone' has given '/u/ikudlike' lambda! +[2020-08-24 13:36:08,619] /u/ikudlike had their flair updated +[2020-08-24 13:37:17,834] There has been a new submission: 'New Guitar Lesson up! Check it Out! Green Day', with flair 'Channel Review' +[2020-08-24 13:37:19,707] /u/jnuke17 had their submission removed for insufficient lambda. +[2020-08-24 13:37:20,876] /u/jnuke17 had their flair updated +[2020-08-24 13:37:45,448] '/u/Illfury' has given '/u/LMAOyeetzedong' lambda! +[2020-08-24 13:37:47,573] /u/LMAOyeetzedong had their flair updated +[2020-08-24 13:42:05,947] There has been a new submission: 'Made a comment comeback on my video about K-pop stans hope you like it.', with flair 'Video Critique' +[2020-08-24 13:42:07,545] /u/thatguydutchy had their submission removed for insufficient lambda. +[2020-08-24 13:42:10,378] /u/thatguydutchy had their flair updated +[2020-08-24 13:43:18,575] There has been a new submission: 'My latest Valorant video/montage. Let me know what you think and how I can improve. Lambdas for all helpful comments.', with flair 'Video Critique' +[2020-08-24 13:43:21,612] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 13:43:21,652] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 13:43:23,171] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oosfO8gCBZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 13:43:23,622] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNq5fjCS6RHu_L48OF1xUzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 13:43:26,617] /u/FPS-Dad had their flair updated +[2020-08-24 13:43:48,827] There has been a new submission: 'Video i made a while back with some friends, hope you enjoy.', with flair 'Video Critique' +[2020-08-24 13:43:50,688] /u/yosent had their submission removed for insufficient lambda. +[2020-08-24 13:43:52,537] /u/yosent had their flair updated +[2020-08-24 14:02:44,875] '/u/MrCarsone' has given '/u/LMAOyeetzedong' lambda! +[2020-08-24 14:02:48,070] /u/LMAOyeetzedong had their flair updated +[2020-08-24 14:04:05,370] There has been a new submission: 'I started a new series where I'm talking about some of the funny and weird things that happen in Turkey and showing you how weird and wonderful Turkish society can be sometimes. I hope you enjoy it. HELPFUL criticism will get lambda', with flair 'Video Critique' +[2020-08-24 14:04:06,685] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 14:04:06,805] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 14:04:08,198] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0P7EQ-mCVXM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:04:08,608] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5y_wGwQAnNNvfpN4u9HU0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:04:11,555] /u/KeepItHazy had their flair updated +[2020-08-24 14:08:26,372] There has been a new submission: 'I remade the batman trailer', with flair 'Gaming' +[2020-08-24 14:08:27,291] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-08-24 14:08:28,180] /u/Theirishlizard had their flair updated +[2020-08-24 14:10:48,961] There has been a new submission: '@bleoff.beats', with flair 'Video Critique' +[2020-08-24 14:10:50,927] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-24 14:10:53,169] /u/bpbeatzz had their flair updated +[2020-08-24 14:25:29,390] There has been a new submission: 'Episode 3 of The Exorcist Legion VR. Any advice, or input is greatly appreciated!!', with flair 'Video Critique' +[2020-08-24 14:25:29,774] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 14:25:29,776] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 14:25:29,870] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bgtuLnvnTj8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:25:29,975] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfIIsx4t9ELPuXYnVICR2WQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:25:32,247] /u/SlumberousVirus had their flair updated +[2020-08-24 14:25:53,570] There has been a new submission: 'SnowRunner Mod Review | The Mod You NEED - 20/10 Rating - Thoughts? Going back to daily vids like this!', with flair 'Video Critique' +[2020-08-24 14:25:54,913] /u/ba2017gg had their submission removed for insufficient lambda. +[2020-08-24 14:25:56,473] /u/ba2017gg had their flair updated +[2020-08-24 14:34:07,006] '/u/yeetbox_' has given '/u/AlphaLoaf' lambda! +[2020-08-24 14:34:08,786] /u/AlphaLoaf had their flair updated +[2020-08-24 14:34:18,806] There has been a new submission: 'Goodbye Season 5! - Apex Legends montage - Check out my latest video!Would love getting some feedback.(Basic to video editing,any tips will be appreciated).', with flair 'Video Critique' +[2020-08-24 14:34:19,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 14:34:19,262] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 14:34:19,568] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u2E0Dq-QXGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:34:19,785] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5NE_jG_o54LILx2MeKt7lw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:34:22,161] /u/sajidrahman08 had their flair updated +[2020-08-24 14:35:23,424] There has been a new submission: 'The Batman “I’m Vengeance” Scene in LEGO', with flair 'Video Critique' +[2020-08-24 14:35:24,600] /u/spidey0628 had their submission removed for insufficient lambda. +[2020-08-24 14:35:26,222] /u/spidey0628 had their flair updated +[2020-08-24 14:38:27,074] '/u/ameixarocha' has given '/u/Chankyi' lambda! +[2020-08-24 14:38:28,139] /u/Chankyi had their flair updated +[2020-08-24 14:39:19,645] There has been a new submission: 'Cartoon - My Husband Humiliated All The Time And Said It Was A Joke - AmoMama', with flair 'None' +[2020-08-24 14:39:20,412] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-24 14:39:21,027] /u/IndividualGuide had their flair updated +[2020-08-24 14:39:31,754] '/u/ameixarocha' has given '/u/CraigC90' lambda! +[2020-08-24 14:39:32,924] /u/CraigC90 had their flair updated +[2020-08-24 14:41:20,816] '/u/ameixarocha' has given '/u/TwoLeggedGator' lambda! +[2020-08-24 14:41:22,996] /u/TwoLeggedGator had their flair updated +[2020-08-24 14:42:05,854] There has been a new submission: 'Mastering Reddit Lucio. Would love feedback on this.', with flair 'Gaming' +[2020-08-24 14:42:06,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 14:42:06,241] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 14:42:06,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LdYtiIhLWHY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:42:06,640] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChpuz9lOUEWHtZABbgGxMuw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 14:42:09,430] /u/1NSOMN1AW01F had their flair updated +[2020-08-24 14:43:18,827] '/u/ameixarocha' has given '/u/iMan6005' lambda! +[2020-08-24 14:43:22,062] /u/iMan6005 had their flair updated +[2020-08-24 14:44:35,281] '/u/ameixarocha' has given '/u/heaxenly' lambda! +[2020-08-24 14:44:37,742] /u/heaxenly had their flair updated +[2020-08-24 14:45:18,273] '/u/ameixarocha' has given '/u/ProZacLIVE' lambda! +[2020-08-24 14:45:20,099] /u/ProZacLIVE had their flair updated +[2020-08-24 14:47:42,422] +#################### +[Aug 24 2020 14:47:42] RESTARTED +#################### + +[2020-08-24 15:27:20,059] There has been a new submission: 'My Marvel's Avengers gameplay video. Very interesting war zone gameplay with commentary.', with flair 'Gaming' +[2020-08-24 15:27:22,435] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-24 15:27:23,457] /u/XA1CE had their flair updated +[2020-08-24 15:27:40,336] There has been a new submission: 'Hello, I'm an aspiring musician trying to grow and improve my channel. This is one of my recent originals. I honestly don't even know if it's realistic to be able to grow a channel off music creations, but it's my passion so I'm giving it a go. Any tips, tricks, feedback would be helpful. Thanks!', with flair 'Art' +[2020-08-24 15:27:41,357] /u/Jezzabelle3 had their submission removed for insufficient lambda. +[2020-08-24 15:27:42,707] /u/Jezzabelle3 had their flair updated +[2020-08-24 15:27:59,755] There has been a new submission: 'Fifa vs Pes 2020', with flair 'Video Critique' +[2020-08-24 15:28:00,787] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-24 15:28:01,567] /u/namejeff23 had their flair updated +[2020-08-24 15:28:39,812] '/u/ameixarocha' has given '/u/erinisaax' lambda! +[2020-08-24 15:28:41,781] /u/erinisaax had their flair updated +[2020-08-24 15:29:01,754] '/u/Boing_gaming' has given '/u/Heavy_Rain_' lambda! +[2020-08-24 15:29:03,760] /u/Heavy_Rain_ had their flair updated +[2020-08-24 15:29:37,468] '/u/ameixarocha' has given '/u/luukno' lambda! +[2020-08-24 15:29:39,809] /u/luukno had their flair updated +[2020-08-24 15:30:00,289] '/u/Boing_gaming' has given '/u/BookyFourEyes' lambda! +[2020-08-24 15:30:12,884] /u/BookyFourEyes had their flair updated +[2020-08-24 15:30:58,637] '/u/sajidrahman08' has given '/u/Cap_America_AC' lambda! +[2020-08-24 15:31:01,594] /u/Cap_America_AC had their flair updated +[2020-08-24 15:32:41,106] '/u/lalith19' has given '/u/the_real_d247' lambda! +[2020-08-24 15:32:43,654] /u/the_real_d247 had their flair updated +[2020-08-24 15:33:20,656] '/u/dansometv' has given '/u/ImpatientSquirrel' lambda! +[2020-08-24 15:33:23,484] /u/ImpatientSquirrel had their flair updated +[2020-08-24 15:33:45,861] '/u/dansometv' has given '/u/ricktherronyt' lambda! +[2020-08-24 15:33:48,401] /u/ricktherronyt had their flair updated +[2020-08-24 15:34:11,076] '/u/dansometv' has given '/u/Davidplaysgames' lambda! +[2020-08-24 15:34:14,639] /u/Davidplaysgames had their flair updated +[2020-08-24 15:34:35,397] '/u/dansometv' has given '/u/KingOberon13' lambda! +[2020-08-24 15:34:37,849] /u/KingOberon13 had their flair updated +[2020-08-24 15:35:01,779] '/u/dansometv' has given '/u/MetaBreaker25' lambda! +[2020-08-24 15:35:04,267] /u/MetaBreaker25 had their flair updated +[2020-08-24 15:35:23,903] '/u/dansometv' has given '/u/Cap_America_AC' lambda! +[2020-08-24 15:35:26,323] /u/Cap_America_AC had their flair updated +[2020-08-24 15:35:45,619] '/u/dansometv' has given '/u/Bowerz123' lambda! +[2020-08-24 15:35:47,995] /u/Bowerz123 had their flair updated +[2020-08-24 15:45:12,498] '/u/RdB_123' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 15:45:13,834] /u/MrMoo-Youtube had their flair updated +[2020-08-24 15:46:35,682] '/u/MrCarsone' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 15:46:37,861] /u/MrMoo-Youtube had their flair updated +[2020-08-24 15:46:57,866] /u/1NSOMN1AW01F had their flair updated +[2020-08-24 15:49:47,581] '/u/dansometv' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 15:49:49,548] /u/MrMoo-Youtube had their flair updated +[2020-08-24 15:50:57,296] '/u/Illfury' has given '/u/Nickoli-Von-Krain' lambda! +[2020-08-24 15:51:00,474] /u/Nickoli-Von-Krain had their flair updated +[2020-08-24 15:51:23,011] /u/jaxtnh had their flair updated +[2020-08-24 15:52:46,645] '/u/jaxtnh' has given '/u/CookinXperimentalist' lambda! +[2020-08-24 15:52:50,325] /u/CookinXperimentalist had their flair updated +[2020-08-24 15:53:27,664] '/u/jaxtnh' has given '/u/ricktherronyt' lambda! +[2020-08-24 15:53:30,325] /u/ricktherronyt had their flair updated +[2020-08-24 15:53:51,005] '/u/Rafi_Rabbit' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 15:53:53,633] /u/MrMoo-Youtube had their flair updated +[2020-08-24 15:54:15,178] '/u/jaxtnh' has given '/u/Mr_Tasteful' lambda! +[2020-08-24 15:54:17,799] /u/Mr_Tasteful had their flair updated +[2020-08-24 15:55:10,570] '/u/jaxtnh' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-24 15:55:13,149] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 15:55:33,436] '/u/jaxtnh' has given '/u/Cap_America_AC' lambda! +[2020-08-24 15:55:36,014] /u/Cap_America_AC had their flair updated +[2020-08-24 15:55:57,097] '/u/jaxtnh' has given '/u/TheJustindsd' lambda! +[2020-08-24 15:55:59,766] /u/TheJustindsd had their flair updated +[2020-08-24 15:56:20,440] '/u/jaxtnh' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 15:56:22,620] /u/MrMoo-Youtube had their flair updated +[2020-08-24 15:56:55,406] There has been a new submission: 'How to setup python to start programming!', with flair 'Channel Review' +[2020-08-24 15:56:57,073] /u/GabrielRhys12 had their submission removed for insufficient lambda. +[2020-08-24 15:56:58,394] /u/GabrielRhys12 had their flair updated +[2020-08-24 15:57:14,435] There has been a new submission: 'Tried to make a video - 5 Legendary Spies of the Cold War Era', with flair 'Video Critique' +[2020-08-24 15:57:15,545] /u/geopoliticum had their submission removed for insufficient lambda. +[2020-08-24 15:57:16,569] /u/geopoliticum had their flair updated +[2020-08-24 15:57:35,624] There has been a new submission: 'Attack of the Birds! Smoked Bluefish Catch and Cook', with flair 'None' +[2020-08-24 15:57:36,606] /u/jwd2213 had their submission removed for insufficient lambda. +[2020-08-24 15:57:37,588] /u/jwd2213 had their flair updated +[2020-08-24 15:57:54,457] There has been a new submission: 'Hey! I'm a really small YouTuber and this is the first video I am posting on a Reddit. I would like to find out what others think!', with flair 'Video Critique' +[2020-08-24 15:57:55,607] /u/ArturIsGaming had their submission removed for insufficient lambda. +[2020-08-24 15:57:56,595] /u/ArturIsGaming had their flair updated +[2020-08-24 15:58:13,295] There has been a new submission: 'If you haven't played Fall Guys yet, now is the time to start. But before you do, take a look at the best (and worst) moments of my latest Fall Guys stream. It was a blast!!', with flair 'Gaming' +[2020-08-24 15:58:14,471] /u/IvonaNikolic had their submission removed for insufficient lambda. +[2020-08-24 15:58:15,414] /u/IvonaNikolic had their flair updated +[2020-08-24 15:58:32,779] There has been a new submission: 'Minecraft VR Hardcore Challenge', with flair 'Gaming' +[2020-08-24 15:58:33,907] /u/Pixelghost84 had their submission removed for insufficient lambda. +[2020-08-24 15:58:34,687] /u/Pixelghost84 had their flair updated +[2020-08-24 15:58:51,390] There has been a new submission: 'Here's my newest review for Netflix's latest big film, Project Power. Lambda for good feedback 😊', with flair 'Video Critique' +[2020-08-24 15:58:54,633] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 15:58:54,753] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 15:58:56,643] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oHAERc6rnWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 15:58:57,093] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 15:58:59,104] /u/Cap_America_AC had their flair updated +[2020-08-24 15:59:15,486] There has been a new submission: 'Uploaded new music for meditation :)', with flair 'None' +[2020-08-24 15:59:16,956] /u/Music_me_101 had their submission removed for insufficient lambda. +[2020-08-24 15:59:17,575] /u/Music_me_101 had their flair updated +[2020-08-24 15:59:35,362] There has been a new submission: 'Pop Tarts Hot Fudge Sundae Review', with flair 'Channel Review' +[2020-08-24 15:59:36,892] /u/Donaldmooreshow had their submission removed for insufficient lambda. +[2020-08-24 15:59:37,509] /u/Donaldmooreshow had their flair updated +[2020-08-24 15:59:57,002] There has been a new submission: 'We went 3 vs 4 in CODM 😁', with flair 'Gaming' +[2020-08-24 15:59:58,722] /u/GamersPoint101 had their submission removed for insufficient lambda. +[2020-08-24 15:59:59,166] /u/GamersPoint101 had their flair updated +[2020-08-24 16:00:13,438] '/u/jaxtnh' has given '/u/sparkle69motion' lambda! +[2020-08-24 16:00:15,728] /u/sparkle69motion had their flair updated +[2020-08-24 16:01:13,731] '/u/jaxtnh' has given '/u/rondislap' lambda! +[2020-08-24 16:01:16,560] /u/rondislap had their flair updated +[2020-08-24 16:01:40,068] '/u/1NSOMN1AW01F' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 16:01:42,848] /u/MrMoo-Youtube had their flair updated +[2020-08-24 16:02:07,277] '/u/jaxtnh' has given '/u/ImpatientSquirrel' lambda! +[2020-08-24 16:02:09,946] /u/ImpatientSquirrel had their flair updated +[2020-08-24 16:12:16,228] There has been a new submission: 'Grand Larceny First Look | R6 Siege made this video a while back lambda for all', with flair 'Thumbnail Review' +[2020-08-24 16:12:17,211] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 16:12:17,249] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 16:12:18,232] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4NyjDHueRqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:12:18,607] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:12:21,683] /u/MrMoo-Youtube had their flair updated +[2020-08-24 16:12:46,937] '/u/qzeqYT' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 16:12:49,439] /u/MrMoo-Youtube had their flair updated +[2020-08-24 16:15:01,026] There has been a new submission: 'Burtle plays Call of Duty. Is there an audience for cartoon streamers?', with flair 'Gaming' +[2020-08-24 16:15:03,150] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 16:15:03,191] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 16:15:04,460] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GvIStk4ed-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:15:04,827] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9UJIUNS4DNF211EK8x4p-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:15:07,201] /u/sparkle69motion had their flair updated +[2020-08-24 16:15:45,425] '/u/jaxtnh' has given '/u/noot_noodles' lambda! +[2020-08-24 16:15:47,801] /u/noot_noodles had their flair updated +[2020-08-24 16:17:39,166] There has been a new submission: 'So I made this video not to long ago and I'm really proud of it I'm open to all criticism and advice to help me further my content', with flair 'Video Critique' +[2020-08-24 16:17:41,742] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 16:17:41,780] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 16:17:42,876] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mtZbkBPTro8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:17:43,329] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1qWPB8gtMMV8010mmBznWw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:17:45,256] /u/heaxenly had their flair updated +[2020-08-24 16:18:10,237] '/u/Cyonal' has given '/u/Bowerz123' lambda! +[2020-08-24 16:18:12,528] /u/Bowerz123 had their flair updated +[2020-08-24 16:18:34,438] '/u/Cyonal' has given '/u/emyschiffer' lambda! +[2020-08-24 16:18:36,524] /u/emyschiffer had their flair updated +[2020-08-24 16:18:56,969] '/u/Cyonal' has given '/u/iannedeveyra' lambda! +[2020-08-24 16:18:59,180] /u/iannedeveyra had their flair updated +[2020-08-24 16:19:17,285] '/u/Cyonal' has given '/u/dinnergaming' lambda! +[2020-08-24 16:19:19,288] /u/dinnergaming had their flair updated +[2020-08-24 16:19:36,836] There has been a new submission: 'If any of you have thought about making an income off YouTube, definitely make sure to check this out. Everything you need to know to actually make money with a monetized cash cow channel. Let me know if you guys need any help!', with flair 'Vlog' +[2020-08-24 16:19:37,986] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 16:19:37,988] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 16:19:39,544] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2RuiS3ehIcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:19:40,118] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPJSWLLajakp5JWuoTv7R8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:19:41,658] /u/Victorcatrina had their flair updated +[2020-08-24 16:20:24,026] '/u/Cyonal' has given '/u/Darksideseries' lambda! +[2020-08-24 16:20:27,020] /u/Darksideseries had their flair updated +[2020-08-24 16:21:06,467] '/u/Cyonal' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-24 16:21:09,338] /u/nvrmind_flame-yt had their flair updated +[2020-08-24 16:22:14,859] There has been a new submission: 'Our latest video from Snowdonia, poor weather stopped our climb but we will return.', with flair 'Channel Review' +[2020-08-24 16:22:16,665] /u/Andrew-Hayward had their submission removed for insufficient lambda. +[2020-08-24 16:22:18,796] /u/Andrew-Hayward had their flair updated +[2020-08-24 16:23:48,105] '/u/KeepItHazy' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 16:23:51,010] /u/MrMoo-Youtube had their flair updated +[2020-08-24 16:24:27,180] There has been a new submission: 'Blackmyth: Wukong | Official Trailer + Dev Insights from Studio's website included.', with flair 'Gaming' +[2020-08-24 16:24:28,597] /u/EELATEEZ had their submission removed for insufficient lambda. +[2020-08-24 16:24:30,198] /u/EELATEEZ had their flair updated +[2020-08-24 16:27:48,483] There has been a new submission: 'Created a song( Party girl in corner) what yall thing of it', with flair 'Video Critique' +[2020-08-24 16:27:50,203] /u/somethingempt had their submission removed for insufficient lambda. +[2020-08-24 16:27:51,186] /u/somethingempt had their flair updated +[2020-08-24 16:29:33,892] '/u/jaxtnh' has given '/u/emyschiffer' lambda! +[2020-08-24 16:29:36,304] /u/emyschiffer had their flair updated +[2020-08-24 16:34:37,058] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-24 16:35:33,524] There has been a new submission: '5 Reasons Why You Should Join A Cycling Club - This is my first time doing a to-camera list style video so lambda given for constructive feedback!', with flair 'Video Critique' +[2020-08-24 16:35:36,346] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 16:35:36,348] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 16:35:37,817] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iUckhLpV410&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:35:38,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0YqfhMayFkirO_kDeQXFEg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 16:35:40,934] /u/ImpatientSquirrel had their flair updated +[2020-08-24 16:36:37,277] '/u/MrMoo-Youtube' has given '/u/zackywacky5' lambda! +[2020-08-24 16:36:39,692] /u/zackywacky5 had their flair updated +[2020-08-24 16:43:07,852] There has been a new submission: 'Took on my first proper woodworking project since high school, making a canoe paddle out of a pallet and some scrap wood. As an added challenge I decided to creatively document the process! Pretty happy with how it turned out!', with flair 'Video Critique' +[2020-08-24 16:43:09,490] /u/shauncrawford had their submission removed for insufficient lambda. +[2020-08-24 16:43:11,495] /u/shauncrawford had their flair updated +[2020-08-24 16:43:38,256] '/u/sparkle69motion' has given '/u/zackywacky5' lambda! +[2020-08-24 16:43:40,919] /u/zackywacky5 had their flair updated +[2020-08-24 16:46:59,327] '/u/yeetbox_' has given '/u/RealGalaxyRider' lambda! +[2020-08-24 16:47:01,740] /u/RealGalaxyRider had their flair updated +[2020-08-24 16:47:43,002] +#################### +[Aug 24 2020 16:47:43] RESTARTED +#################### + +[2020-08-24 17:30:55,359] There has been a new submission: 'Posted a new MINECRAFT episode and would love to see what you guys think. I’m not the best editor bu I work with what I got in iMovie so don’t be to harsh.', with flair 'Video Critique' +[2020-08-24 17:30:59,738] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 17:30:59,778] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 17:31:00,888] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=r8ePae522II&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:31:01,299] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:31:04,982] /u/RealGalaxyRider had their flair updated +[2020-08-24 17:31:23,892] There has been a new submission: 'MINI-ROYALE VICTORY: CRAZIEST GAMEMODE in Warzone! Call of Duty Modern Warfare Warzone Battle Royale', with flair 'Gaming' +[2020-08-24 17:31:25,410] /u/Pytash had their submission removed for insufficient lambda. +[2020-08-24 17:31:27,589] /u/Pytash had their flair updated +[2020-08-24 17:31:48,006] There has been a new submission: 'Modern Warfare MEET BIG NASTY', with flair 'Gaming' +[2020-08-24 17:31:49,557] /u/Pa_Pa_Be_Ar had their submission removed for insufficient lambda. +[2020-08-24 17:31:51,930] /u/Pa_Pa_Be_Ar had their flair updated +[2020-08-24 17:32:11,793] There has been a new submission: 'AMAZINGLY well done video about Earl Sweatshirt. Criticism is welcome', with flair 'Channel Review' +[2020-08-24 17:32:13,880] /u/Jo_Hates_God had their submission removed for insufficient lambda. +[2020-08-24 17:32:15,930] /u/Jo_Hates_God had their flair updated +[2020-08-24 17:32:36,319] There has been a new submission: 'FIZ A MELHOR CLASSE DE AK 47 NO ARMEIRO COD MOBILE', with flair 'Gaming' +[2020-08-24 17:32:37,930] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-24 17:32:40,006] /u/MulberryNo1582 had their flair updated +[2020-08-24 17:33:34,729] '/u/FPS-Dad' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 17:33:37,800] /u/MrMoo-Youtube had their flair updated +[2020-08-24 17:33:58,488] '/u/FPS-Dad' has given '/u/Bowerz123' lambda! +[2020-08-24 17:34:01,387] /u/Bowerz123 had their flair updated +[2020-08-24 17:34:36,099] '/u/firesponge123' has given '/u/sparkle69motion' lambda! +[2020-08-24 17:34:38,843] /u/sparkle69motion had their flair updated +[2020-08-24 17:37:33,035] '/u/1NSOMN1AW01F' has given '/u/emyschiffer' lambda! +[2020-08-24 17:37:35,461] /u/emyschiffer had their flair updated +[2020-08-24 17:37:55,714] '/u/sparkle69motion' has given '/u/ImBntyHntrBish' lambda! +[2020-08-24 17:37:57,880] /u/ImBntyHntrBish had their flair updated +[2020-08-24 17:38:31,508] '/u/ImpatientSquirrel' has given '/u/zackywacky5' lambda! +[2020-08-24 17:38:33,688] /u/zackywacky5 had their flair updated +[2020-08-24 17:39:05,818] '/u/RealGalaxyRider' has given '/u/zackywacky5' lambda! +[2020-08-24 17:39:07,705] /u/zackywacky5 had their flair updated +[2020-08-24 17:39:58,768] '/u/jaxtnh' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-24 17:40:00,773] /u/Sub2TheActualShadow had their flair updated +[2020-08-24 17:40:36,225] '/u/jaxtnh' has given '/u/InvictusLife' lambda! +[2020-08-24 17:40:39,381] /u/InvictusLife had their flair updated +[2020-08-24 17:41:16,110] '/u/Djbernie805' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 17:41:18,939] /u/MrMoo-Youtube had their flair updated +[2020-08-24 17:41:41,468] '/u/jaxtnh' has given '/u/mattmulvihill14' lambda! +[2020-08-24 17:41:44,136] /u/mattmulvihill14 had their flair updated +[2020-08-24 17:42:04,175] '/u/Cap_America_AC' has given '/u/visibly_hangry' lambda! +[2020-08-24 17:42:06,856] /u/visibly_hangry had their flair updated +[2020-08-24 17:42:28,410] '/u/jaxtnh' has given '/u/funnyascancer' lambda! +[2020-08-24 17:42:31,314] /u/funnyascancer had their flair updated +[2020-08-24 17:43:10,051] '/u/Cap_America_AC' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-24 17:43:14,892] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 17:46:30,682] '/u/Illfury' has given '/u/funnyascancer' lambda! +[2020-08-24 17:46:32,939] /u/funnyascancer had their flair updated +[2020-08-24 17:47:07,899] '/u/sickdude21' has given '/u/AlphaLoaf' lambda! +[2020-08-24 17:47:10,109] /u/AlphaLoaf had their flair updated +[2020-08-24 17:50:02,070] There has been a new submission: 'I tried my best some feedback please (apart from the bad audio)', with flair 'Gaming' +[2020-08-24 17:50:03,856] /u/CHINESEPROPOTATO had their submission removed for insufficient lambda. +[2020-08-24 17:50:06,269] /u/CHINESEPROPOTATO had their flair updated +[2020-08-24 17:50:26,869] There has been a new submission: 'The Reason Leafy Channel was Terminated (LeafyIsHere Channel Banned)', with flair 'Video Critique' +[2020-08-24 17:50:28,550] /u/FyzLe_YT had their submission removed for insufficient lambda. +[2020-08-24 17:50:30,888] /u/FyzLe_YT had their flair updated +[2020-08-24 17:50:51,524] There has been a new submission: 'I feel I could’ve edited this video better, let me know what you think!', with flair 'Video Critique' +[2020-08-24 17:50:54,509] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 17:50:54,511] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 17:50:55,865] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-rfbFn6CNcQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:50:56,151] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClpof_Bhuog4aO4RNDKYcow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:50:59,927] /u/Krogmo had their flair updated +[2020-08-24 17:51:19,108] There has been a new submission: 'Survey About Music Libraries/Apps/Websites for Video Content', with flair 'Discussion' +[2020-08-24 17:51:21,569] /u/eveyvillinslemon had their flair updated +[2020-08-24 17:51:41,773] There has been a new submission: 'hi I'm a newer Youtuber and i post Gaming videos with my friends and as hoping some of you could watch my videos on both of my channels maybe even giving me feedback on what I can do better ill be putting my main channel link as the first one and in the comments i'll have my second channel', with flair 'Gaming' +[2020-08-24 17:51:43,449] /u/EdzelPretzel1 had their submission removed for insufficient lambda. +[2020-08-24 17:51:45,614] /u/EdzelPretzel1 had their flair updated +[2020-08-24 17:52:06,540] There has been a new submission: 'Pokémon Jade Beta 2 - Gameplay - #02', with flair 'Gaming' +[2020-08-24 17:52:08,095] /u/TrafalgarLaw1986 had their submission removed for insufficient lambda. +[2020-08-24 17:52:10,141] /u/TrafalgarLaw1986 had their flair updated +[2020-08-24 17:52:30,385] There has been a new submission: 'My fourth video is up and would love some feedback!! Worked on a few of the comments that were mentioned about my last video, I hope this one is better! Giving lambda for feedback of course!', with flair 'Video Critique' +[2020-08-24 17:52:32,943] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 17:52:32,980] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 17:52:35,352] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aWcFcsGygN4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:52:35,845] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYf_Ndl0p8S8FsPrV_TgFtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:52:38,760] /u/Onen1ck had their flair updated +[2020-08-24 17:52:57,943] There has been a new submission: 'This was my first time on camera, would love to hear your feedback! - "How To Spot a Contrepreneur"', with flair 'Video Critique' +[2020-08-24 17:53:00,784] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 17:53:00,785] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 17:53:01,646] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wBxlVSGkGjM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:53:02,176] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_YKdWPllE1USd-A2IM1cWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:53:05,084] /u/erinisaax had their flair updated +[2020-08-24 17:53:24,282] There has been a new submission: 'I started a channel to cover declassified files 9 months ago, right now it is very niche. How would you change the editing/music/voiceover to make this fit mainstream audiences? (giving lambda for thoughtful critiques)', with flair 'Video Critique' +[2020-08-24 17:53:26,207] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 17:53:26,209] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 17:53:27,556] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yuHoRsEkAXw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:53:27,968] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwaWO9y9NZ7_UYhhoNPwqTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 17:53:30,872] /u/chicompj had their flair updated +[2020-08-24 17:53:50,055] There has been a new submission: 'I'm a very new YouTuber, please check out my channel x', with flair 'Channel Review' +[2020-08-24 17:53:51,567] /u/StephanieArmitage had their submission removed for insufficient lambda. +[2020-08-24 17:53:53,409] /u/StephanieArmitage had their flair updated +[2020-08-24 17:55:05,190] '/u/sickdude21' has given '/u/MetaBreaker25' lambda! +[2020-08-24 17:55:07,725] /u/MetaBreaker25 had their flair updated +[2020-08-24 17:55:28,402] '/u/erinisaax' has given '/u/Illfury' lambda! +[2020-08-24 17:55:31,061] /u/Illfury had their flair updated +[2020-08-24 18:00:12,042] There has been a new submission: 'I Pretended To Be A WHITE GUY on Omegle (not what I expected) (I'm a new YouTuber who makes comedy skits to make light of the situations that we face on a daily basis. This video is not at all meant to be taken seriously so feel free to give me any type of criticism that can help better my channel)', with flair 'Video Critique' +[2020-08-24 18:00:13,702] /u/thetuber03 had their submission removed for insufficient lambda. +[2020-08-24 18:00:16,037] /u/thetuber03 had their flair updated +[2020-08-24 18:02:58,359] There has been a new submission: 'Here’s my new science video about Smoking, let me know what you think. Bad Science: How does Smoking Kill? How does tobacco affect the body?', with flair 'Video Critique' +[2020-08-24 18:03:00,753] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 18:03:00,779] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 18:03:01,539] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=V3mJcWNF0Uw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:03:02,149] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUrYvvnySNpmCdr-40ps46w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:03:05,826] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 18:08:26,973] There has been a new submission: 'batman took it a little bit too far', with flair 'Art' +[2020-08-24 18:08:28,282] /u/Robert_McNuggets had their submission removed for insufficient lambda. +[2020-08-24 18:08:31,926] /u/Robert_McNuggets had their flair updated +[2020-08-24 18:11:29,506] There has been a new submission: 'Call Of Duty and FIFA Youtuber! If you enjoy gameplay if either check out my channel, if you happen to enjoy support the rest of my journey 💙', with flair 'Gaming' +[2020-08-24 18:11:31,154] /u/ted_playsTTV had their submission removed for insufficient lambda. +[2020-08-24 18:11:33,391] /u/ted_playsTTV had their flair updated +[2020-08-24 18:12:51,866] There has been a new submission: 'BDO - Black Deserts Hashashin Review', with flair 'Gaming' +[2020-08-24 18:12:53,385] /u/thebuttcrew had their submission removed for insufficient lambda. +[2020-08-24 18:12:55,644] /u/thebuttcrew had their flair updated +[2020-08-24 18:13:15,456] There has been a new submission: 'Hey guys. I have been making some comedic edits on YouTube and was wondering if anyone would like to give feedback on my content. Much appreciated!', with flair 'Channel Review' +[2020-08-24 18:13:17,336] /u/Zaphrey had their submission removed for insufficient lambda. +[2020-08-24 18:13:19,298] /u/Zaphrey had their flair updated +[2020-08-24 18:16:45,431] There has been a new submission: 'Double Sharingan Kakashi (DMS) is op in Naruto Shinobi Striker| Naruto to Bourto Shinobi Striker', with flair 'Gaming' +[2020-08-24 18:16:46,820] /u/AzidEnze had their submission removed for insufficient lambda. +[2020-08-24 18:16:48,132] /u/AzidEnze had their flair updated +[2020-08-24 18:19:15,779] There has been a new submission: 'I have had trouble creating an intro that I liked, but I think that this is the one that I will stick with. (It is longer than I will have it run during my videos, but I wanted a little bit of buffer time on each side). Anyway, please tell me if it is okay. Thank You.', with flair 'Video Critique' +[2020-08-24 18:19:18,405] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 18:19:18,407] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 18:19:19,761] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=PIxnPYORwR0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:19:20,088] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDKKjVK_yxe4Iux7hLKUwcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:19:21,883] /u/-BR25- had their flair updated +[2020-08-24 18:19:40,532] There has been a new submission: 'giving lamba to anyone that finds the hidden youtubers face in the video - comment who it is if you find it', with flair 'Gaming' +[2020-08-24 18:19:42,417] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 18:19:42,498] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 18:19:43,312] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=W7gGn656vRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:19:43,722] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMfRiiQ9Fd0uKDtqnEqqGCQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:19:45,442] /u/zackywacky5 had their flair updated +[2020-08-24 18:20:05,533] There has been a new submission: 'VideoCast Episode 6: Updates on our JRPG Card Game!', with flair 'Vlog' +[2020-08-24 18:20:08,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 18:20:08,439] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 18:20:09,873] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A8YPWAl63os&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:20:10,364] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIdRSgII80bwVE6n3TOWT_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 18:20:14,255] /u/MysticMaskMedia had their flair updated +[2020-08-24 18:21:21,978] There has been a new submission: 'Just a lad who likes to make some tunes', with flair 'Art' +[2020-08-24 18:21:23,902] /u/Pz_Selbstfahrfette had their submission removed for insufficient lambda. +[2020-08-24 18:21:26,080] /u/Pz_Selbstfahrfette had their flair updated +[2020-08-24 18:24:25,762] There has been a new submission: 'Drunk Answering Questions You're Too Afraid To Ask Your BFF', with flair 'Vlog' +[2020-08-24 18:24:27,112] /u/benzie-likes-tuna had their submission removed for insufficient lambda. +[2020-08-24 18:24:28,875] /u/benzie-likes-tuna had their flair updated +[2020-08-24 18:24:52,848] '/u/Onen1ck' has given '/u/MacAttack163' lambda! +[2020-08-24 18:24:55,306] /u/MacAttack163 had their flair updated +[2020-08-24 18:25:16,708] '/u/jaxtnh' has given '/u/Arivsa' lambda! +[2020-08-24 18:25:19,326] /u/Arivsa had their flair updated +[2020-08-24 18:25:50,509] '/u/TwoLeggedGator' has given '/u/IzmeMarc' lambda! +[2020-08-24 18:25:52,476] /u/IzmeMarc had their flair updated +[2020-08-24 18:26:16,431] '/u/jaxtnh' has given '/u/the_real_d247' lambda! +[2020-08-24 18:26:18,277] /u/the_real_d247 had their flair updated +[2020-08-24 18:26:33,061] /u/IzmeMarc had their flair updated +[2020-08-24 18:27:07,814] '/u/sajidrahman08' has given '/u/ImpatientSquirrel' lambda! +[2020-08-24 18:27:09,887] /u/ImpatientSquirrel had their flair updated +[2020-08-24 18:28:28,881] There has been a new submission: 'DOES THIS VIDEO MAKE ME LOOK LIKE I'M GOOD AT VALORANT?', with flair 'Gaming' +[2020-08-24 18:28:30,152] /u/kreativ31 had their submission removed for insufficient lambda. +[2020-08-24 18:28:31,041] /u/kreativ31 had their flair updated +[2020-08-24 18:28:52,789] '/u/sajidrahman08' has given '/u/RealGalaxyRider' lambda! +[2020-08-24 18:28:55,702] /u/RealGalaxyRider had their flair updated +[2020-08-24 18:29:14,248] '/u/sajidrahman08' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 18:29:16,297] /u/MrMoo-Youtube had their flair updated +[2020-08-24 18:30:14,269] '/u/pinappleonpizza123' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-24 18:30:16,430] /u/nvrmind_flame-yt had their flair updated +[2020-08-24 18:34:42,206] There has been a new submission: 'UFC 4 Career Mode EP 2 - Going Pro! EA Sports UFC 4', with flair 'Gaming' +[2020-08-24 18:34:43,955] /u/Absurdyt had their submission removed for insufficient lambda. +[2020-08-24 18:34:45,784] /u/Absurdyt had their flair updated +[2020-08-24 18:40:11,898] There has been a new submission: 'F CANCELED CULTURE. New Original Parody Comedy Series : CANCELED - an anthology series highlighting episodes from fictitious shows that were canceled before their release. Here's EP 01: Repo Rhinos! I'd loooove feedback!', with flair 'Video Critique' +[2020-08-24 18:40:13,642] /u/MrPubihno had their submission removed for insufficient lambda. +[2020-08-24 18:40:16,018] /u/MrPubihno had their flair updated +[2020-08-24 18:43:31,838] There has been a new submission: 'How Many 501st Battle Packs Can You Buy in 24 Hours?', with flair 'Vlog' +[2020-08-24 18:43:33,490] /u/Jared_Kenobi2066 had their submission removed for insufficient lambda. +[2020-08-24 18:43:35,455] /u/Jared_Kenobi2066 had their flair updated +[2020-08-24 18:45:42,763] '/u/ImpatientSquirrel' has given '/u/MacAttack163' lambda! +[2020-08-24 18:45:45,260] /u/MacAttack163 had their flair updated +[2020-08-24 18:46:04,255] There has been a new submission: 'NO WAY HE ACTUALLY DID IT!!', with flair 'Vlog' +[2020-08-24 18:46:05,643] /u/AbateTV had their submission removed for insufficient lambda. +[2020-08-24 18:46:07,080] /u/AbateTV had their flair updated +[2020-08-24 18:47:45,342] +#################### +[Aug 24 2020 18:47:45] RESTARTED +#################### + +[2020-08-24 19:34:20,829] There has been a new submission: 'Channel Trailer for my 18+ Comedy Gaming Channel. Been on youtube for 6 years but no channels went anywhere. This time I want it to be different.', with flair 'Gaming' +[2020-08-24 19:34:23,162] /u/YaBoiCorrupt had their submission removed for insufficient lambda. +[2020-08-24 19:34:24,841] /u/YaBoiCorrupt had their flair updated +[2020-08-24 19:36:38,018] '/u/Famiguelvo' has given '/u/Darksideseries' lambda! +[2020-08-24 19:36:40,277] /u/Darksideseries had their flair updated +[2020-08-24 19:37:02,797] '/u/Famiguelvo' has given '/u/Sunkissed-horizon' lambda! +[2020-08-24 19:37:05,255] /u/Sunkissed-horizon had their flair updated +[2020-08-24 19:37:56,022] '/u/jaxtnh' has given '/u/Absurdyt' lambda! +[2020-08-24 19:37:58,148] /u/Absurdyt had their flair updated +[2020-08-24 19:39:35,337] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 19:39:52,877] '/u/Not-Fiction-YouTube' has given '/u/PitchBlack4' lambda! +[2020-08-24 19:39:56,612] /u/PitchBlack4 had their flair updated +[2020-08-24 19:40:18,813] '/u/Not-Fiction-YouTube' has given '/u/ekaaaans' lambda! +[2020-08-24 19:40:21,522] /u/ekaaaans had their flair updated +[2020-08-24 19:42:27,107] '/u/chicompj' has given '/u/PitchBlack4' lambda! +[2020-08-24 19:42:29,399] /u/PitchBlack4 had their flair updated +[2020-08-24 19:43:36,353] '/u/YaBoiCorrupt' has given '/u/moreganplease' lambda! +[2020-08-24 19:43:38,860] /u/moreganplease had their flair updated +[2020-08-24 19:45:13,001] '/u/sparkle69motion' has given '/u/flippifly' lambda! +[2020-08-24 19:45:14,292] /u/flippifly had their flair updated +[2020-08-24 19:45:26,056] '/u/YaBoiCorrupt' has given '/u/mikeaigars' lambda! +[2020-08-24 19:45:28,636] /u/mikeaigars had their flair updated +[2020-08-24 19:45:52,097] '/u/Onen1ck' has given '/u/RsTGEKO' lambda! +[2020-08-24 19:45:54,475] /u/RsTGEKO had their flair updated +[2020-08-24 19:47:02,308] '/u/Adzic254' has given '/u/Vietnam_Cookin' lambda! +[2020-08-24 19:47:04,186] /u/Vietnam_Cookin had their flair updated +[2020-08-24 19:47:25,004] '/u/Adzic254' has given '/u/fluxkat' lambda! +[2020-08-24 19:47:27,100] /u/fluxkat had their flair updated +[2020-08-24 19:48:02,569] '/u/Adzic254' has given '/u/SnooPineapples5753' lambda! +[2020-08-24 19:48:04,858] /u/SnooPineapples5753 had their flair updated +[2020-08-24 19:49:09,736] '/u/MrMoo-Youtube' has given '/u/MacAttack163' lambda! +[2020-08-24 19:49:11,833] /u/MacAttack163 had their flair updated +[2020-08-24 19:50:07,437] '/u/MrMoo-Youtube' has given '/u/Absurdyt' lambda! +[2020-08-24 19:50:10,431] /u/Absurdyt had their flair updated +[2020-08-24 19:50:48,450] '/u/MrMoo-Youtube' has given '/u/CHINESEPROPOTATO' lambda! +[2020-08-24 19:50:51,896] /u/CHINESEPROPOTATO had their flair updated +[2020-08-24 19:51:46,636] '/u/FPS-Dad' has given '/u/flippifly' lambda! +[2020-08-24 19:51:49,342] /u/flippifly had their flair updated +[2020-08-24 19:53:46,087] '/u/Not-Fiction-YouTube' has given '/u/moreganplease' lambda! +[2020-08-24 19:53:48,506] /u/moreganplease had their flair updated +[2020-08-24 19:54:11,451] '/u/Onen1ck' has given '/u/PitchBlack4' lambda! +[2020-08-24 19:54:14,032] /u/PitchBlack4 had their flair updated +[2020-08-24 19:58:28,567] There has been a new submission: 'I took a break and came back and decided to try something new so let me know what you think. I REACT TO THE BATMAN TRAILER!', with flair 'Video Critique' +[2020-08-24 19:58:32,539] /u/KingOberon13 had their flair updated +[2020-08-24 19:58:49,542] There has been a new submission: 'I took a break but now I'm back and decided to try something new so let me know what you think! I REACT TO THE BATMAN TRAILER!', with flair 'Video Critique' +[2020-08-24 19:58:51,795] /u/KingOberon13 had their submission removed for insufficient lambda. +[2020-08-24 19:58:53,015] /u/KingOberon13 had their flair updated +[2020-08-24 19:59:11,396] There has been a new submission: 'Any anime fans in this subreddit? In this video I talk about “free” anime..if you know what I mean..Tell me what you think! I had some minor audio issues and if anyone can give me tips to improve that I’d appreciate it!', with flair 'Video Critique' +[2020-08-24 19:59:12,499] /u/YoBoyDAIKI had their submission removed for insufficient lambda. +[2020-08-24 19:59:13,104] /u/YoBoyDAIKI had their flair updated +[2020-08-24 19:59:31,066] There has been a new submission: 'Hey! I just launched a video about Fall Guys and it's unfairness, it would be really cool if y'all watched it! I was really fun to make this one', with flair 'Gaming' +[2020-08-24 19:59:31,884] /u/BileKudi had their submission removed for insufficient lambda. +[2020-08-24 19:59:32,416] /u/BileKudi had their flair updated +[2020-08-24 19:59:49,849] There has been a new submission: 'I don't see this type of video often on this Reddit, but I was hoping someone could give me feedback on my Video Essay.', with flair 'Video Critique' +[2020-08-24 19:59:50,666] /u/OmniMachine had their submission removed for insufficient lambda. +[2020-08-24 19:59:51,078] /u/OmniMachine had their flair updated +[2020-08-24 20:00:08,856] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 27 - The Sister Betrayed', with flair 'Gaming' +[2020-08-24 20:00:10,423] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-24 20:00:12,969] /u/CecliusPlaysHD had their flair updated +[2020-08-24 20:00:22,215] There has been a new submission: 'The King Of BRONZE In Rainbow Six Siege', with flair 'Gaming' +[2020-08-24 20:00:23,778] /u/OrangePlayzYT had their submission removed for insufficient lambda. +[2020-08-24 20:00:26,109] /u/OrangePlayzYT had their flair updated +[2020-08-24 20:00:47,995] There has been a new submission: 'Hey, this is my 2nd ever Among Us video, I am looking for some critique on it.', with flair 'Video Critique' +[2020-08-24 20:00:50,699] /u/TheStrangeMentlegen had their submission removed for insufficient lambda. +[2020-08-24 20:00:53,778] /u/TheStrangeMentlegen had their flair updated +[2020-08-24 20:01:11,967] There has been a new submission: 'Psychonauts - Funny Moments Video', with flair 'Thumbnail Review' +[2020-08-24 20:01:13,978] /u/Sinotek2 had their submission removed for insufficient lambda. +[2020-08-24 20:01:16,276] /u/Sinotek2 had their flair updated +[2020-08-24 20:01:37,302] There has been a new submission: 'The side of Florida you don't see! Blue Springs, Beaches and FOOD - The PERFECT day in Central Florida!!', with flair 'Video Critique' +[2020-08-24 20:01:39,648] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:01:39,769] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:01:41,037] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aY3znlgYong&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:01:41,368] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxfTD8C55rqENmnw8watHcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:01:44,566] /u/moreganplease had their flair updated +[2020-08-24 20:02:05,610] There has been a new submission: 'Hey, I'm starting to make a new series called Quick Kritique, short 1 minute Reviews. love to hear your thoughts on it [lambda given for actual critiques]', with flair 'Video Critique' +[2020-08-24 20:02:07,735] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:02:07,737] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:02:08,757] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kteRvqi2-34&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:02:09,251] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7dOGkeSl7uLQlBalF3NTZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:02:12,405] /u/Woftoki had their flair updated +[2020-08-24 20:02:33,356] There has been a new submission: 'Justice League Trailer Reaction Zack Snyder HBO Max Breakdown Reaction ...', with flair 'Channel Review' +[2020-08-24 20:02:35,270] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-24 20:02:37,242] /u/legendary69bro had their flair updated +[2020-08-24 20:02:57,277] There has been a new submission: 'Kingdom hearts 3 - lets play - PT 1.5', with flair 'Gaming' +[2020-08-24 20:02:59,742] /u/shadowf0x00 had their submission removed for insufficient lambda. +[2020-08-24 20:03:01,718] /u/shadowf0x00 had their flair updated +[2020-08-24 20:03:21,780] There has been a new submission: 'Hey everyone tell me what you think about my new video!', with flair 'Video Critique' +[2020-08-24 20:03:23,170] /u/Crimzy_YT had their submission removed for insufficient lambda. +[2020-08-24 20:03:25,099] /u/Crimzy_YT had their flair updated +[2020-08-24 20:03:45,917] There has been a new submission: 'My style of Vlogging', with flair 'Vlog' +[2020-08-24 20:03:47,356] /u/yoomenn had their submission removed for insufficient lambda. +[2020-08-24 20:03:49,493] /u/yoomenn had their flair updated +[2020-08-24 20:06:34,682] '/u/erinisaax' has given '/u/mikeaigars' lambda! +[2020-08-24 20:06:37,058] /u/mikeaigars had their flair updated +[2020-08-24 20:07:29,917] '/u/erinisaax' has given '/u/PitchBlack4' lambda! +[2020-08-24 20:07:32,249] /u/PitchBlack4 had their flair updated +[2020-08-24 20:13:51,519] '/u/Onen1ck' has given '/u/mikeaigars' lambda! +[2020-08-24 20:13:54,635] /u/mikeaigars had their flair updated +[2020-08-24 20:15:06,907] '/u/MysticMaskMedia' has given '/u/moreganplease' lambda! +[2020-08-24 20:15:08,862] /u/moreganplease had their flair updated +[2020-08-24 20:15:16,473] '/u/Not-Fiction-YouTube' has given '/u/mikeaigars' lambda! +[2020-08-24 20:15:17,726] /u/mikeaigars had their flair updated +[2020-08-24 20:15:55,873] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 20:16:31,237] There has been a new submission: 'Hey everyone, this is our new drunk series and have tried a new way of editing it and wanted some feedback. will give lamda for good advice!', with flair 'Gaming' +[2020-08-24 20:16:33,352] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:16:33,432] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:16:34,782] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1o1u62-FIsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:16:35,148] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-yLo2PVUd4j5uYoFTQxZVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:16:37,274] /u/illicit816 had their flair updated +[2020-08-24 20:16:55,386] There has been a new submission: 'I've done a shorter my thoughts review and then a technical breakdown, thoughts on this review? Lambda for good feedback!', with flair 'Video Critique' +[2020-08-24 20:16:57,964] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:16:57,966] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:16:59,115] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=myqnkrin2IQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:16:59,526] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCk2C1_wWZhuCN6SLamzmx4A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:17:01,592] /u/liftedplane had their flair updated +[2020-08-24 20:17:20,489] There has been a new submission: 'Building my daughter the BEST Ferret cage - mansion in town', with flair 'Vlog' +[2020-08-24 20:17:22,205] /u/Maxemus_Gibson had their submission removed for insufficient lambda. +[2020-08-24 20:17:23,395] /u/Maxemus_Gibson had their flair updated +[2020-08-24 20:17:42,033] There has been a new submission: 'Taking the DISC CUTTER to my sons SCOOTER BARS! | SUNDAY FUNDAY', with flair 'Vlog' +[2020-08-24 20:17:43,362] /u/Maxemus_Gibson had their submission removed for insufficient lambda. +[2020-08-24 20:17:44,285] /u/Maxemus_Gibson had their flair updated +[2020-08-24 20:18:04,039] There has been a new submission: 'Looking for advice on this video i made about a week ago now..(ONLY GIVING LAMBDA FOR GOOD SOLID ADVICE)', with flair 'Video Critique' +[2020-08-24 20:18:07,241] /u/GoonedHaha had their submission removed for insufficient lambda. +[2020-08-24 20:18:08,719] /u/GoonedHaha had their flair updated +[2020-08-24 20:18:44,928] '/u/dansometv' has given '/u/Non-Taken_Username2' lambda! +[2020-08-24 20:18:47,475] /u/Non-Taken_Username2 had their flair updated +[2020-08-24 20:21:47,148] '/u/MysticMaskMedia' has given '/u/mikeaigars' lambda! +[2020-08-24 20:21:50,409] /u/mikeaigars had their flair updated +[2020-08-24 20:24:21,010] '/u/erinisaax' has given '/u/Sinotek2' lambda! +[2020-08-24 20:24:23,791] /u/Sinotek2 had their flair updated +[2020-08-24 20:24:43,867] There has been a new submission: 'Horse Galloping - Cinematic Drone short film. Hi Guys, A Drone, a camera, an action camera, a horse and a girl, First attempt trying to film horse back riding with a drone. Would really appreciate some love,likes,comments and feedback What you like and dont. Looking for YT friends so welcome to sub', with flair 'Vlog' +[2020-08-24 20:24:46,408] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:24:46,410] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:24:47,338] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P5fMOalgZNM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:24:47,667] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBTo3NhxcA9M3UZxq8UUtyw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:24:50,413] /u/mikeaigars had their flair updated +[2020-08-24 20:25:46,658] '/u/jaxtnh' has given '/u/dynamocock' lambda! +[2020-08-24 20:25:49,524] /u/dynamocock had their flair updated +[2020-08-24 20:26:27,275] '/u/jaxtnh' has given '/u/imjust_so_tired' lambda! +[2020-08-24 20:26:29,815] /u/imjust_so_tired had their flair updated +[2020-08-24 20:27:05,626] '/u/jaxtnh' has given '/u/shadowf0x00' lambda! +[2020-08-24 20:27:08,582] /u/shadowf0x00 had their flair updated +[2020-08-24 20:27:26,192] There has been a new submission: '(my first ever video) making a meal of ramen... literally', with flair 'Vlog' +[2020-08-24 20:27:27,153] /u/Zhilreddit had their submission removed for insufficient lambda. +[2020-08-24 20:27:28,162] /u/Zhilreddit had their flair updated +[2020-08-24 20:28:07,470] '/u/jaxtnh' has given '/u/Hollowed-VVS' lambda! +[2020-08-24 20:28:10,327] /u/Hollowed-VVS had their flair updated +[2020-08-24 20:28:46,097] '/u/liftedplane' has given '/u/shadowf0x00' lambda! +[2020-08-24 20:28:48,306] /u/shadowf0x00 had their flair updated +[2020-08-24 20:29:43,445] '/u/jaxtnh' has given '/u/GoonedHaha' lambda! +[2020-08-24 20:29:45,749] /u/GoonedHaha had their flair updated +[2020-08-24 20:30:12,645] '/u/moreganplease' has given '/u/TheRealTenpro' lambda! +[2020-08-24 20:30:14,921] /u/TheRealTenpro had their flair updated +[2020-08-24 20:30:27,889] '/u/illicit816' has given '/u/TheRealTenpro' lambda! +[2020-08-24 20:30:30,596] /u/TheRealTenpro had their flair updated +[2020-08-24 20:32:08,923] There has been a new submission: 'Please rince me.. but dont be mean on purpose if you actually enjoy it tell me what and why made u enjoy it:) (LAMBDA FOR ACTUAL ADVICE)', with flair 'Video Critique' +[2020-08-24 20:32:13,247] /u/GoonedHaha had their flair updated +[2020-08-24 20:32:38,405] '/u/chicompj' has given '/u/CHINESEPROPOTATO' lambda! +[2020-08-24 20:32:40,826] /u/CHINESEPROPOTATO had their flair updated +[2020-08-24 20:34:21,564] '/u/chicompj' has given '/u/mikeaigars' lambda! +[2020-08-24 20:34:23,822] /u/mikeaigars had their flair updated +[2020-08-24 20:35:16,031] There has been a new submission: 'I QUIT WARZONE.EXE , if u like the content do support me by subscribing. Tell me where can i improve myself ?', with flair 'Channel Review' +[2020-08-24 20:35:17,508] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 20:35:17,546] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 20:35:19,019] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C5xWAbC0vj0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:35:19,429] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqcmoeCOzml-OZrHz0UzhEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 20:35:22,128] /u/SnooPineapples5753 had their flair updated +[2020-08-24 20:35:41,428] There has been a new submission: 'I review shitty movies, this is my latest one where I talk about two guys who possibly ruined the whole genre of parody. Giving Lambda to good feedback.', with flair 'Channel Review' +[2020-08-24 20:35:45,348] /u/daene17 had their flair updated +[2020-08-24 20:36:04,689] There has been a new submission: 'Halloweenvent Calendar?', with flair 'Discussion' +[2020-08-24 20:36:08,389] /u/SalmonSammun had their flair updated +[2020-08-24 20:38:01,204] There has been a new submission: 'Sweet pick ups', with flair 'Vlog' +[2020-08-24 20:38:02,718] /u/outcountry99 had their submission removed for insufficient lambda. +[2020-08-24 20:38:03,571] /u/outcountry99 had their flair updated +[2020-08-24 20:43:17,972] '/u/chicompj' has given '/u/midnightjenga' lambda! +[2020-08-24 20:43:20,720] /u/midnightjenga had their flair updated +[2020-08-24 20:44:09,936] '/u/chicompj' has given '/u/MacAttack163' lambda! +[2020-08-24 20:44:12,600] /u/MacAttack163 had their flair updated +[2020-08-24 20:46:52,387] '/u/daene17' has given '/u/RsTGEKO' lambda! +[2020-08-24 20:46:55,137] /u/RsTGEKO had their flair updated +[2020-08-24 20:47:47,179] +#################### +[Aug 24 2020 20:47:47] RESTARTED +#################### + +[2020-08-24 21:31:42,932] There has been a new submission: 'Team Palestino! ...أقوى فريق فلسطيني في أمريكا اللاتينية', with flair 'Channel Review' +[2020-08-24 21:31:45,799] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-24 21:31:47,896] /u/Xander2KBarqs123 had their flair updated +[2020-08-24 21:32:09,071] There has been a new submission: 'Looking for criticism and reinforcement on my music production tutorials! This one is an introduction to bass drum EQ. Let me know what you think and if you are interested in me covering anything specific in the future!', with flair 'Video Critique' +[2020-08-24 21:32:11,280] /u/simonsoundstudio had their submission removed for insufficient lambda. +[2020-08-24 21:32:13,295] /u/simonsoundstudio had their flair updated +[2020-08-24 21:32:34,842] There has been a new submission: 'My parents need your support! Viral Kpop Covers and Asian Fusion', with flair 'Channel Review' +[2020-08-24 21:32:36,421] /u/cityspacecityscape had their submission removed for insufficient lambda. +[2020-08-24 21:32:38,627] /u/cityspacecityscape had their flair updated +[2020-08-24 21:32:58,799] There has been a new submission: 'Study vlog :)', with flair 'Vlog' +[2020-08-24 21:33:00,337] /u/neeshu_5 had their submission removed for insufficient lambda. +[2020-08-24 21:33:02,179] /u/neeshu_5 had their flair updated +[2020-08-24 21:33:21,188] There has been a new submission: 'Today I posted my 11th video on YT - Feedback about my money management/will power channel?', with flair 'Channel Review' +[2020-08-24 21:33:22,870] /u/UliReddit had their submission removed for insufficient lambda. +[2020-08-24 21:33:24,758] /u/UliReddit had their flair updated +[2020-08-24 21:34:06,957] '/u/Shamiya_Moye' has given '/u/PictoChris' lambda! +[2020-08-24 21:34:09,735] /u/PictoChris had their flair updated +[2020-08-24 21:34:29,699] '/u/jaxtnh' has given '/u/ORDER_66YT' lambda! +[2020-08-24 21:34:31,255] /u/ORDER_66YT had their flair updated +[2020-08-24 21:35:25,307] '/u/jaxtnh' has given '/u/Amahri' lambda! +[2020-08-24 21:35:27,808] /u/Amahri had their flair updated +[2020-08-24 21:36:45,167] '/u/jaxtnh' has given '/u/MooreFireEnt' lambda! +[2020-08-24 21:36:46,726] /u/MooreFireEnt had their flair updated +[2020-08-24 21:37:37,235] '/u/ImpatientSquirrel' has given '/u/CHINESEPROPOTATO' lambda! +[2020-08-24 21:37:39,406] /u/CHINESEPROPOTATO had their flair updated +[2020-08-24 21:37:58,713] '/u/Not-Fiction-YouTube' has given '/u/funnyascancer' lambda! +[2020-08-24 21:38:00,881] /u/funnyascancer had their flair updated +[2020-08-24 21:38:48,412] '/u/Not-Fiction-YouTube' has given '/u/Sinotek2' lambda! +[2020-08-24 21:38:50,295] /u/Sinotek2 had their flair updated +[2020-08-24 21:42:40,433] There has been a new submission: 'Would greatly appreciate feedback on this if y'all don't mind', with flair 'Video Critique' +[2020-08-24 21:42:42,313] /u/lukiepookielp had their submission removed for insufficient lambda. +[2020-08-24 21:42:44,161] /u/lukiepookielp had their flair updated +[2020-08-24 21:43:09,927] There has been a new submission: 'Do you like history? I've made this video about all zodiacal signs mythology! You can see some Greek, Babylonian and Egiptean stories based on the stars and constellations. If would like to find out more follow me on this path :)', with flair 'Channel Review' +[2020-08-24 21:43:13,285] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-24 21:43:16,026] /u/adyx1997 had their flair updated +[2020-08-24 21:43:41,675] There has been a new submission: 'well, Let me know how this turned out!', with flair 'Gaming' +[2020-08-24 21:43:43,396] /u/MaximumNormal6736 had their submission removed for insufficient lambda. +[2020-08-24 21:43:45,159] /u/MaximumNormal6736 had their flair updated +[2020-08-24 21:45:09,721] There has been a new submission: 'Fall Guys, But I'm Slowly Losing My Mind...', with flair 'Video Critique' +[2020-08-24 21:45:10,933] /u/ThatAsianYT had their submission removed for insufficient lambda. +[2020-08-24 21:45:12,530] /u/ThatAsianYT had their flair updated +[2020-08-24 21:45:24,363] There has been a new submission: 'Silver Scrub Moo | R6 Siege lambda for all', with flair 'Thumbnail Review' +[2020-08-24 21:45:27,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 21:45:27,798] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 21:45:29,317] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_efrsxdkLgg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 21:45:29,928] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 21:45:32,471] /u/MrMoo-Youtube had their flair updated +[2020-08-24 21:48:23,069] There has been a new submission: 'hi i might start making compilation videos please tell me what you think!', with flair 'Video Critique' +[2020-08-24 21:48:24,176] /u/SnooPredictions8155 had their submission removed for insufficient lambda. +[2020-08-24 21:48:24,957] /u/SnooPredictions8155 had their flair updated +[2020-08-24 21:55:43,797] There has been a new submission: 'I just installed a new loud horn on my bike. So I made an install video of it. I worked on trying out some new things in the editing that I have never done and hoping it helps out with my channel. What are your thoughts.', with flair 'Video Critique' +[2020-08-24 21:55:45,267] /u/ScottyGarage had their submission removed for insufficient lambda. +[2020-08-24 21:55:46,952] /u/ScottyGarage had their flair updated +[2020-08-24 21:57:53,028] There has been a new submission: 'Boost your self esteem for better relationship.', with flair 'Video Critique' +[2020-08-24 21:57:54,446] /u/onyekox had their submission removed for insufficient lambda. +[2020-08-24 21:57:55,761] /u/onyekox had their flair updated +[2020-08-24 22:00:10,281] There has been a new submission: 'CHECK OUT MY NEW VIDEO!! Paintball Roulette | Spin The Bottle Paintball Challenge', with flair 'Video Critique' +[2020-08-24 22:00:12,040] /u/YeBoiJoshYT had their submission removed for insufficient lambda. +[2020-08-24 22:00:14,397] /u/YeBoiJoshYT had their flair updated +[2020-08-24 22:06:42,550] '/u/GoonedHaha' has given '/u/kingury7' lambda! +[2020-08-24 22:06:44,887] /u/kingury7 had their flair updated +[2020-08-24 22:08:38,390] There has been a new submission: 'TWO SWEATY GAMERS ATTEMPT A DEFAULT DEATHRUN', with flair 'Gaming' +[2020-08-24 22:08:39,699] /u/OZone7D had their submission removed for insufficient lambda. +[2020-08-24 22:08:40,847] /u/OZone7D had their flair updated +[2020-08-24 22:10:47,206] There has been a new submission: 'Cloud and Tifa go Shopping', with flair 'Gaming' +[2020-08-24 22:10:49,081] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-08-24 22:10:51,415] /u/cuthbertfontain had their flair updated +[2020-08-24 22:13:56,069] There has been a new submission: 'Scratch Paper Animation // "The CatAstrophe or La chaRade"', with flair 'Video Critique' +[2020-08-24 22:13:57,504] /u/shawy-animation had their submission removed for insufficient lambda. +[2020-08-24 22:13:59,312] /u/shawy-animation had their flair updated +[2020-08-24 22:14:59,017] '/u/jaxtnh' has given '/u/Plugfugly' lambda! +[2020-08-24 22:15:01,682] /u/Plugfugly had their flair updated +[2020-08-24 22:20:42,481] /u/TCSpectre had their flair updated +[2020-08-24 22:21:08,132] '/u/daene17' has given '/u/-BR25-' lambda! +[2020-08-24 22:21:10,872] /u/-BR25- had their flair updated +[2020-08-24 22:21:31,777] There has been a new submission: 'Tried my best with the ps4 video editor. I know the sound is bad. Im really wondering sbout pacing.', with flair 'Video Critique' +[2020-08-24 22:21:34,274] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 22:21:34,275] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 22:21:35,997] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eAiEuU9UGjU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:21:36,410] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCen9eVnFkKf9acbS5UYyQog&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:21:39,524] /u/CHINESEPROPOTATO had their flair updated +[2020-08-24 22:22:34,299] '/u/TCSpectre' has given '/u/kingury7' lambda! +[2020-08-24 22:22:36,877] /u/kingury7 had their flair updated +[2020-08-24 22:23:42,882] '/u/kingury7' has given '/u/midnightjenga' lambda! +[2020-08-24 22:23:45,505] /u/midnightjenga had their flair updated +[2020-08-24 22:24:09,383] '/u/kingury7' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-24 22:24:12,126] /u/Not-Fiction-YouTube had their flair updated +[2020-08-24 22:24:31,575] There has been a new submission: 'EXTREME HIDE AND GO SEEK 👀👀 | ROBLOX GAMEPLAY', with flair 'Gaming' +[2020-08-24 22:24:32,847] /u/KendallsPlayland had their submission removed for insufficient lambda. +[2020-08-24 22:24:34,526] /u/KendallsPlayland had their flair updated +[2020-08-24 22:24:53,725] There has been a new submission: 'PINBALL FX3 - Fish Tales', with flair 'Gaming' +[2020-08-24 22:24:57,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 22:24:57,736] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 22:24:59,374] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-peQlgvrAy8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:24:59,743] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:25:02,305] /u/the_real_d247 had their flair updated +[2020-08-24 22:26:10,018] '/u/kingury7' has given '/u/CopperPanMan' lambda! +[2020-08-24 22:26:11,893] /u/CopperPanMan had their flair updated +[2020-08-24 22:26:33,617] There has been a new submission: 'Give me feed back on what I should improve on! recently started gaming on pc', with flair 'Video Critique' +[2020-08-24 22:26:34,757] /u/Ergs751 had their submission removed for insufficient lambda. +[2020-08-24 22:26:36,460] /u/Ergs751 had their flair updated +[2020-08-24 22:26:48,936] There has been a new submission: 'DONATING SUS MESSAGES TO STREAMERS 2 (ImDontai + MORE!)', with flair 'Video Critique' +[2020-08-24 22:26:49,922] /u/VelocityMW2 had their submission removed for insufficient lambda. +[2020-08-24 22:26:51,168] /u/VelocityMW2 had their flair updated +[2020-08-24 22:27:03,969] There has been a new submission: 'Giving lambda for helpful feedback. I put together stories in Apex Legends Battle Royale.', with flair 'Gaming' +[2020-08-24 22:27:04,705] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 22:27:04,706] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 22:27:05,442] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ybAJs81Nw34&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:27:05,732] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJ60zm-_DhRPQ4dlxvJ3ZbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:27:07,670] /u/TheRealTenpro had their flair updated +[2020-08-24 22:28:19,322] There has been a new submission: 'New VR NEWS segment (on my second channel)', with flair 'Gaming' +[2020-08-24 22:28:22,430] /u/VitalyVlogs had their submission removed for insufficient lambda. +[2020-08-24 22:28:24,277] /u/VitalyVlogs had their flair updated +[2020-08-24 22:29:41,852] There has been a new submission: 'Amateur filmmaker pumping out short videos. Improved my thumbnails. General feedback appreciated. !givelambda for real advice', with flair 'Video Critique' +[2020-08-24 22:29:44,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 22:29:44,265] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 22:29:45,574] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_HLSimm936E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:29:45,986] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVMShUobgFOycieIUUxk3-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 22:29:47,465] /u/kingury7 had their flair updated +[2020-08-24 22:31:07,464] '/u/SnooPineapples5753' has given '/u/H-Cub3d' lambda! +[2020-08-24 22:31:10,421] /u/H-Cub3d had their flair updated +[2020-08-24 22:32:02,701] '/u/SnooPineapples5753' has given '/u/YaBoiCorrupt' lambda! +[2020-08-24 22:32:06,019] /u/YaBoiCorrupt had their flair updated +[2020-08-24 22:32:31,828] '/u/SnooPineapples5753' has given '/u/RsTGEKO' lambda! +[2020-08-24 22:32:34,496] /u/RsTGEKO had their flair updated +[2020-08-24 22:36:31,805] '/u/MrMoo-Youtube' has given '/u/rextify' lambda! +[2020-08-24 22:36:34,285] /u/rextify had their flair updated +[2020-08-24 22:38:24,643] There has been a new submission: 'Buzzzzzzzzzz bee in the hood !!', with flair 'Video Critique' +[2020-08-24 22:38:26,037] /u/itgi23 had their submission removed for insufficient lambda. +[2020-08-24 22:38:26,963] /u/itgi23 had their flair updated +[2020-08-24 22:39:17,090] There has been a new submission: 'I really stepped up my game on this one, I would love your feedback!', with flair 'Video Critique' +[2020-08-24 22:39:18,440] /u/CirclesTheory had their submission removed for insufficient lambda. +[2020-08-24 22:39:19,260] /u/CirclesTheory had their flair updated +[2020-08-24 22:45:09,547] There has been a new submission: 'Fortnite- Guys, should I put a intro video for my short clips or is it a waste of time? Maybe a nice audio intro would be cool for personality? Thanks for anyone who likes short gaming clips! 30 second clip', with flair 'Video Critique' +[2020-08-24 22:45:10,798] /u/ChristinandDreYT had their submission removed for insufficient lambda. +[2020-08-24 22:45:12,467] /u/ChristinandDreYT had their flair updated +[2020-08-24 22:47:45,356] +#################### +[Aug 24 2020 22:47:45] RESTARTED +#################### + +[2020-08-24 23:32:01,726] There has been a new submission: 'Top 9 Sexiest Motorcycles of 2020', with flair 'Video Critique' +[2020-08-24 23:32:04,507] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-08-24 23:32:08,843] /u/Kwackajack_ had their flair updated +[2020-08-24 23:32:29,086] There has been a new submission: '@bleoff.beats', with flair 'Channel Review' +[2020-08-24 23:32:30,724] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-24 23:32:32,897] /u/bpbeatzz had their flair updated +[2020-08-24 23:32:53,682] There has been a new submission: 'could you guys check it out my new video thanks :D | Any Feedback Would be Appreciated', with flair 'Gaming' +[2020-08-24 23:32:57,244] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 23:32:57,324] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 23:32:58,506] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=pYgPI_xNiaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 23:32:58,997] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMESNuEyJhooE2NqfyV0-XQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 23:33:01,847] /u/civohd123 had their flair updated +[2020-08-24 23:34:54,590] '/u/MrMoo-Youtube' has given '/u/Celtic_Spike' lambda! +[2020-08-24 23:34:58,967] /u/Celtic_Spike had their flair updated +[2020-08-24 23:35:32,495] '/u/TheRealTenpro' has given '/u/Thechomania' lambda! +[2020-08-24 23:35:35,286] /u/Thechomania had their flair updated +[2020-08-24 23:36:54,536] '/u/KFCxLegends' has given '/u/MrMoo-Youtube' lambda! +[2020-08-24 23:36:56,667] /u/MrMoo-Youtube had their flair updated +[2020-08-24 23:38:03,461] '/u/TheRealTenpro' has given '/u/Boing_gaming' lambda! +[2020-08-24 23:38:05,834] /u/Boing_gaming had their flair updated +[2020-08-24 23:38:24,555] '/u/Onen1ck' has given '/u/Boing_gaming' lambda! +[2020-08-24 23:38:26,599] /u/Boing_gaming had their flair updated +[2020-08-24 23:39:29,670] '/u/civohd123' has given '/u/Sinamon123' lambda! +[2020-08-24 23:39:32,172] /u/Sinamon123 had their flair updated +[2020-08-24 23:40:11,558] '/u/jaxtnh' has given '/u/Celtic_Spike' lambda! +[2020-08-24 23:40:14,587] /u/Celtic_Spike had their flair updated +[2020-08-24 23:41:02,889] There has been a new submission: 'Cake Premix || How To Make Cake Premix At Home [19]', with flair 'Vlog' +[2020-08-24 23:41:05,753] /u/rana1973 had their submission removed for insufficient lambda. +[2020-08-24 23:41:08,745] /u/rana1973 had their flair updated +[2020-08-24 23:41:27,262] There has been a new submission: 'I done got hooked on TIKTOK', with flair 'Vlog' +[2020-08-24 23:41:28,930] /u/prince_Gizmo had their submission removed for insufficient lambda. +[2020-08-24 23:41:31,191] /u/prince_Gizmo had their flair updated +[2020-08-24 23:41:51,039] There has been a new submission: 'Please enojoy me and the boys messing around', with flair 'Gaming' +[2020-08-24 23:41:52,997] /u/ACommunistFrog69420 had their submission removed for insufficient lambda. +[2020-08-24 23:41:55,215] /u/ACommunistFrog69420 had their flair updated +[2020-08-24 23:42:16,216] There has been a new submission: 'My GF and I had a lot of fun streaming and playing Fall Guys. And I had a good time editing the video. Check it out and let me know how I can make the video or our streams better.', with flair 'Gaming' +[2020-08-24 23:42:17,856] /u/SirCajuju had their submission removed for insufficient lambda. +[2020-08-24 23:42:19,910] /u/SirCajuju had their flair updated +[2020-08-24 23:45:55,688] There has been a new submission: 'I'd consider this some of my best work- would love to hear what y'all think! (LAMBDA for helpful criticism)', with flair 'Video Critique' +[2020-08-24 23:45:58,747] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-24 23:45:58,910] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-24 23:46:00,362] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oo44vzITeFM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 23:46:00,850] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-24 23:46:03,063] /u/MacAttack163 had their flair updated +[2020-08-24 23:46:22,821] There has been a new submission: 'Made a fun little reddit compilation what do u guys think?', with flair 'Video Critique' +[2020-08-24 23:46:24,379] /u/Fun-Impossible had their submission removed for insufficient lambda. +[2020-08-24 23:46:25,610] /u/Fun-Impossible had their flair updated +[2020-08-24 23:48:33,003] There has been a new submission: 'Any TikTok Fans Here? Can You Help Me Review My Video And Channel?', with flair 'Channel Review' +[2020-08-24 23:48:34,115] /u/weedmemecenter had their submission removed for insufficient lambda. +[2020-08-24 23:48:34,893] /u/weedmemecenter had their flair updated +[2020-08-24 23:50:04,996] There has been a new submission: 'What Do You Think About My Video Is It Catchy Enough?', with flair 'Video Critique' +[2020-08-24 23:50:07,036] /u/weedmemecenter had their submission removed for insufficient lambda. +[2020-08-24 23:50:09,450] /u/weedmemecenter had their flair updated +[2020-08-24 23:52:34,107] '/u/moreganplease' has given '/u/FergHD' lambda! +[2020-08-24 23:52:37,021] /u/FergHD had their flair updated +[2020-08-24 23:53:32,600] '/u/TheRealTenpro' has given '/u/Celtic_Spike' lambda! +[2020-08-24 23:53:35,270] /u/Celtic_Spike had their flair updated +[2020-08-24 23:57:22,016] There has been a new submission: 'My biggest video yet!', with flair 'Gaming' +[2020-08-24 23:57:23,045] /u/KoenigCrew had their submission removed for insufficient lambda. +[2020-08-24 23:57:24,262] /u/KoenigCrew had their flair updated +[2020-08-25 00:00:13,087] There has been a new submission: 'Hey I just made a commentary video,feedback would be appreciated', with flair 'Channel Review' +[2020-08-25 00:00:14,673] /u/SpaceBoy_Visionary had their submission removed for insufficient lambda. +[2020-08-25 00:00:17,007] /u/SpaceBoy_Visionary had their flair updated +[2020-08-25 00:06:09,960] There has been a new submission: 'what exercises do you like to do? would love some feedback on this type of journry videos or things i could do differently.', with flair 'Vlog' +[2020-08-25 00:06:11,490] /u/Non__perfectionn had their submission removed for insufficient lambda. +[2020-08-25 00:06:13,097] /u/Non__perfectionn had their flair updated +[2020-08-25 00:07:58,982] '/u/Krogmo' has given '/u/Sinotek2' lambda! +[2020-08-25 00:08:01,238] /u/Sinotek2 had their flair updated +[2020-08-25 00:11:10,852] '/u/jaxtnh' has given '/u/Fynnbad' lambda! +[2020-08-25 00:11:12,587] /u/Fynnbad had their flair updated +[2020-08-25 00:12:06,226] '/u/Krogmo' has given '/u/PitchBlack4' lambda! +[2020-08-25 00:12:08,300] /u/PitchBlack4 had their flair updated +[2020-08-25 00:13:38,061] '/u/Krogmo' has given '/u/mikeaigars' lambda! +[2020-08-25 00:13:41,021] /u/mikeaigars had their flair updated +[2020-08-25 00:18:11,152] There has been a new submission: 'Fall guys: ultimate knockout but completely rigged and unfair (RAGE)', with flair 'Gaming' +[2020-08-25 00:18:12,902] /u/PlentyLie2731 had their submission removed for insufficient lambda. +[2020-08-25 00:18:14,043] /u/PlentyLie2731 had their flair updated +[2020-08-25 00:20:52,153] There has been a new submission: 'Any Feedback on my voice would be appreciated! I'm trying not to be as monotone', with flair 'Video Critique' +[2020-08-25 00:20:54,320] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 00:20:54,322] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 00:20:55,757] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4pvqM8zl5sg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 00:20:56,410] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 00:20:59,966] /u/Chankyi had their flair updated +[2020-08-25 00:23:46,246] There has been a new submission: 'Those who subscribe to vloggers or vlogger-esque channels - why? What about their videos do you find interesting and what about the actual vlogger keeps you coming back?', with flair 'Discussion' +[2020-08-25 00:23:50,309] /u/PictoChris had their flair updated +[2020-08-25 00:25:08,945] '/u/SnooPineapples5753' has given '/u/dansometv' lambda! +[2020-08-25 00:25:11,323] /u/dansometv had their flair updated +[2020-08-25 00:26:33,865] '/u/MacAttack163' has given '/u/viscara1' lambda! +[2020-08-25 00:26:36,406] /u/viscara1 had their flair updated +[2020-08-25 00:42:55,255] There has been a new submission: 'What's Your Experience With Using Ads To Advertise Your Channel?', with flair 'Discussion' +[2020-08-25 00:43:00,123] /u/Asapps had their flair updated +[2020-08-25 00:47:46,644] +#################### +[Aug 25 2020 00:47:46] RESTARTED +#################### + +[2020-08-25 01:30:00,526] There has been a new submission: 'Don't give up is a very interesting game for anyone looking for games', with flair 'Gaming' +[2020-08-25 01:30:03,741] /u/BuddyPlaysYT had their submission removed for insufficient lambda. +[2020-08-25 01:30:06,316] /u/BuddyPlaysYT had their flair updated +[2020-08-25 01:30:13,044] There has been a new submission: 'How to make the Ultimate Sandwich (REVEALED)', with flair 'Channel Review' +[2020-08-25 01:30:15,586] /u/neckstime had their submission removed for insufficient lambda. +[2020-08-25 01:30:17,933] /u/neckstime had their flair updated +[2020-08-25 01:30:44,855] '/u/MacAttack163' has given '/u/VitalyVlogs' lambda! +[2020-08-25 01:30:47,726] /u/VitalyVlogs had their flair updated +[2020-08-25 01:31:55,590] '/u/jaxtnh' has given '/u/justtopcho' lambda! +[2020-08-25 01:31:58,541] /u/justtopcho had their flair updated +[2020-08-25 01:32:49,366] '/u/jaxtnh' has given '/u/kuluka_man' lambda! +[2020-08-25 01:32:52,732] /u/kuluka_man had their flair updated +[2020-08-25 01:33:44,134] '/u/liftedplane' has given '/u/RsTGEKO' lambda! +[2020-08-25 01:33:46,841] /u/RsTGEKO had their flair updated +[2020-08-25 01:35:10,470] '/u/liftedplane' has given '/u/thatguydutchy' lambda! +[2020-08-25 01:35:12,880] /u/thatguydutchy had their flair updated +[2020-08-25 01:37:00,858] '/u/civohd123' has given '/u/VitalyVlogs' lambda! +[2020-08-25 01:37:03,356] /u/VitalyVlogs had their flair updated +[2020-08-25 01:40:39,520] '/u/TheRealTenpro' has given '/u/MaximumNormal6736' lambda! +[2020-08-25 01:40:42,633] /u/MaximumNormal6736 had their flair updated +[2020-08-25 01:41:19,239] '/u/TheRealTenpro' has given '/u/OGyoureamistake' lambda! +[2020-08-25 01:41:21,905] /u/OGyoureamistake had their flair updated +[2020-08-25 01:41:43,950] '/u/TheRealTenpro' has given '/u/VitalyVlogs' lambda! +[2020-08-25 01:41:46,699] /u/VitalyVlogs had their flair updated +[2020-08-25 01:42:22,318] There has been a new submission: 'Here is my latest YouTube about Mental health with battling Covid.', with flair 'Channel Review' +[2020-08-25 01:42:25,546] /u/Freely_Cherie had their submission removed for insufficient lambda. +[2020-08-25 01:42:28,373] /u/Freely_Cherie had their flair updated +[2020-08-25 01:42:45,108] There has been a new submission: 'Come getaway with us to hunt for some fall decor! Kissimmee Florida!', with flair 'Vlog' +[2020-08-25 01:42:46,706] /u/JandKGetaway had their submission removed for insufficient lambda. +[2020-08-25 01:42:48,681] /u/JandKGetaway had their flair updated +[2020-08-25 01:43:08,063] There has been a new submission: 'MY NEWEST VIDEO', with flair 'Gaming' +[2020-08-25 01:43:09,541] /u/AaronBlade6 had their submission removed for insufficient lambda. +[2020-08-25 01:43:11,423] /u/AaronBlade6 had their flair updated +[2020-08-25 01:43:30,687] There has been a new submission: 'I am officially MONETIZED Today! | Celebrate with me! ;) Tips On How To Increase Watch Time and Get M...', with flair 'Vlog' +[2020-08-25 01:43:33,011] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-08-25 01:43:34,808] /u/jholloway55 had their flair updated +[2020-08-25 01:43:55,677] There has been a new submission: 'destroyed and recked', with flair 'Channel Review' +[2020-08-25 01:43:57,339] /u/PizzaDudeMan1 had their submission removed for insufficient lambda. +[2020-08-25 01:43:59,099] /u/PizzaDudeMan1 had their flair updated +[2020-08-25 01:45:32,140] There has been a new submission: 'Raiding a Military Base in VR', with flair 'Gaming' +[2020-08-25 01:45:33,617] /u/Marhonklet had their submission removed for insufficient lambda. +[2020-08-25 01:45:35,043] /u/Marhonklet had their flair updated +[2020-08-25 01:45:54,842] There has been a new submission: 'New VR NEWS segment (second chnl) Would Love Some FeedBack :)', with flair 'Gaming' +[2020-08-25 01:45:57,544] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 01:45:57,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 01:46:00,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e_t7FNLuvoU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 01:46:00,452] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB_ZBbNgVpL9pIAqdpmSPtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 01:46:02,986] /u/VitalyVlogs had their flair updated +[2020-08-25 01:49:13,830] '/u/Chankyi' has given '/u/W_C_K_D' lambda! +[2020-08-25 01:49:16,165] /u/W_C_K_D had their flair updated +[2020-08-25 01:50:03,040] There has been a new submission: 'fortnite vid', with flair 'Gaming' +[2020-08-25 01:50:04,825] /u/blaize_games had their submission removed for insufficient lambda. +[2020-08-25 01:50:07,311] /u/blaize_games had their flair updated +[2020-08-25 01:50:49,714] '/u/Chankyi' has given '/u/Scabhammer' lambda! +[2020-08-25 01:50:52,745] /u/Scabhammer had their flair updated +[2020-08-25 01:51:45,071] There has been a new submission: 'This is my very first video! It is paintball so not everyone’s cup of tea but I enjoyed watching my self back. I will appreciate your honest opinions!', with flair 'Channel Review' +[2020-08-25 01:51:46,548] /u/RabbitDude23 had their submission removed for insufficient lambda. +[2020-08-25 01:51:48,913] /u/RabbitDude23 had their flair updated +[2020-08-25 01:54:17,832] There has been a new submission: 'All Everything Entertainment', with flair 'Channel Review' +[2020-08-25 01:54:19,585] /u/SnakeEyesdb had their submission removed for insufficient lambda. +[2020-08-25 01:54:21,387] /u/SnakeEyesdb had their flair updated +[2020-08-25 02:07:17,513] '/u/VitalyVlogs' has given '/u/Sub2TheActualShadow' lambda! +[2020-08-25 02:07:19,848] /u/Sub2TheActualShadow had their flair updated +[2020-08-25 02:18:36,497] There has been a new submission: 'Do You Support President Trump? Celebrate our 46th President Today, see video to learn more', with flair 'None' +[2020-08-25 02:18:37,727] /u/AggressiveOven7 had their submission removed for insufficient lambda. +[2020-08-25 02:18:38,711] /u/AggressiveOven7 had their flair updated +[2020-08-25 02:23:14,676] '/u/Chankyi' has given '/u/Sown_Neekays' lambda! +[2020-08-25 02:23:17,505] /u/Sown_Neekays had their flair updated +[2020-08-25 02:29:00,782] There has been a new submission: 'A small collection of halo clips since I started playing on PC, with background music I created', with flair 'Gaming' +[2020-08-25 02:29:01,644] /u/ImElyk had their submission removed for insufficient lambda. +[2020-08-25 02:29:02,424] /u/ImElyk had their flair updated +[2020-08-25 02:36:59,444] '/u/jaxtnh' has given '/u/Prollyfried' lambda! +[2020-08-25 02:37:02,482] /u/Prollyfried had their flair updated +[2020-08-25 02:37:27,733] '/u/Woftoki' has given '/u/TheRealTenpro' lambda! +[2020-08-25 02:37:30,110] /u/TheRealTenpro had their flair updated +[2020-08-25 02:37:50,818] '/u/Woftoki' has given '/u/FergHD' lambda! +[2020-08-25 02:37:53,075] /u/FergHD had their flair updated +[2020-08-25 02:38:13,146] '/u/Woftoki' has given '/u/flippifly' lambda! +[2020-08-25 02:38:15,362] /u/flippifly had their flair updated +[2020-08-25 02:40:02,303] There has been a new submission: '3v3 video on my channel Freemadel any feedback accepted🙏', with flair 'Video Critique' +[2020-08-25 02:40:03,895] /u/freemadel had their submission removed for insufficient lambda. +[2020-08-25 02:40:06,210] /u/freemadel had their flair updated +[2020-08-25 02:42:10,492] '/u/SnooPineapples5753' has given '/u/Sinamon123' lambda! +[2020-08-25 02:42:12,512] /u/Sinamon123 had their flair updated +[2020-08-25 02:42:59,226] '/u/SnooPineapples5753' has given '/u/Jman45062' lambda! +[2020-08-25 02:43:01,906] /u/Jman45062 had their flair updated +[2020-08-25 02:44:00,171] '/u/SnooPineapples5753' has given '/u/MaximumNormal6736' lambda! +[2020-08-25 02:44:02,753] /u/MaximumNormal6736 had their flair updated +[2020-08-25 02:47:46,396] +#################### +[Aug 25 2020 02:47:46] RESTARTED +#################### + +[2020-08-25 03:31:15,669] There has been a new submission: 'I remade the trailer in joker hope you like', with flair 'Video Critique' +[2020-08-25 03:31:18,418] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-08-25 03:31:20,594] /u/Theirishlizard had their flair updated +[2020-08-25 03:31:41,242] There has been a new submission: 'Liminal spaces found in spongebob episodes', with flair 'Video Critique' +[2020-08-25 03:31:43,039] /u/miacdled had their submission removed for insufficient lambda. +[2020-08-25 03:31:45,128] /u/miacdled had their flair updated +[2020-08-25 03:32:04,066] There has been a new submission: 'I made on of the WORLD'S LARGEST STARBURST!!!', with flair 'Vlog' +[2020-08-25 03:32:05,502] /u/GingyNationYT1 had their submission removed for insufficient lambda. +[2020-08-25 03:32:07,592] /u/GingyNationYT1 had their flair updated +[2020-08-25 03:32:27,821] There has been a new submission: 'Petition Shonen Jump to Warn Sexualized Violence?', with flair 'Channel Review' +[2020-08-25 03:32:29,689] /u/Gin-Line had their submission removed for insufficient lambda. +[2020-08-25 03:32:31,688] /u/Gin-Line had their flair updated +[2020-08-25 03:33:41,710] '/u/VitalyVlogs' has given '/u/Illfury' lambda! +[2020-08-25 03:33:44,126] /u/Illfury had their flair updated +[2020-08-25 03:36:06,063] '/u/civohd123' has given '/u/Sown_Neekays' lambda! +[2020-08-25 03:36:08,679] /u/Sown_Neekays had their flair updated +[2020-08-25 03:37:26,851] '/u/Onen1ck' has given '/u/CalculatingCorvid' lambda! +[2020-08-25 03:37:29,052] /u/CalculatingCorvid had their flair updated +[2020-08-25 03:40:07,990] There has been a new submission: 'All Suggestions Welcome for this Video, Giving Lambda to All Good Advice!', with flair 'Video Critique' +[2020-08-25 03:40:11,075] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 03:40:11,114] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 03:40:12,459] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ke_8iCB3b8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 03:40:12,869] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 03:40:16,429] /u/mreverdred01 had their flair updated +[2020-08-25 03:40:36,696] There has been a new submission: 'Could you give me your thoughts about my video? Also my thumbnail? Thank you.', with flair 'Video Critique' +[2020-08-25 03:40:38,871] /u/electronic_person had their submission removed for insufficient lambda. +[2020-08-25 03:40:41,205] /u/electronic_person had their flair updated +[2020-08-25 03:41:02,964] There has been a new submission: 'So I've been using some of your guys' feedback to make my videos better and I just wanted to see if you guys think this videos cool. Sure it's rough around the edges but yeah I've been trying to make them better. Feedback is greatly appreciated.', with flair 'Video Critique' +[2020-08-25 03:41:05,855] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 03:41:05,890] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 03:41:06,727] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iAbMH8KjWDY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 03:41:07,136] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQKdQyOtH5BklXB7kBqSg_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 03:41:10,578] /u/TheBaconRob had their flair updated +[2020-08-25 03:48:13,697] '/u/lvl30internetman' has given '/u/the_real_d247' lambda! +[2020-08-25 03:48:16,038] /u/the_real_d247 had their flair updated +[2020-08-25 03:48:35,780] '/u/lvl30internetman' has given '/u/BigBearBoi00' lambda! +[2020-08-25 03:48:37,481] /u/BigBearBoi00 had their flair updated +[2020-08-25 03:56:51,312] There has been a new submission: 'GETTING MY FIRST TATTOO EVER At 23! *MUST WATCH* | GhettoAmbition', with flair 'Vlog' +[2020-08-25 03:56:52,413] /u/big6iiix had their submission removed for insufficient lambda. +[2020-08-25 03:56:53,772] /u/big6iiix had their flair updated +[2020-08-25 03:57:08,337] '/u/lvl30internetman' has given '/u/TwoLeggedGator' lambda! +[2020-08-25 03:57:10,060] /u/TwoLeggedGator had their flair updated +[2020-08-25 03:59:37,662] There has been a new submission: 'Getting my first win in Hyper Scape!', with flair 'Gaming' +[2020-08-25 03:59:38,975] /u/crazyqanda had their submission removed for insufficient lambda. +[2020-08-25 03:59:39,544] /u/crazyqanda had their flair updated +[2020-08-25 04:02:15,156] '/u/lvl30internetman' has given '/u/FPS-Dad' lambda! +[2020-08-25 04:02:18,071] /u/FPS-Dad had their flair updated +[2020-08-25 04:08:53,819] There has been a new submission: 'Dead by daylight Clips', with flair 'Gaming' +[2020-08-25 04:08:55,574] /u/HoT-DoGsS had their submission removed for insufficient lambda. +[2020-08-25 04:08:56,435] /u/HoT-DoGsS had their flair updated +[2020-08-25 04:13:23,411] There has been a new submission: 'The Sum Sum Podcast - Episode 20 | "Glove And Basketball"', with flair 'Channel Review' +[2020-08-25 04:13:25,126] /u/JamesPonds25 had their submission removed for insufficient lambda. +[2020-08-25 04:13:27,137] /u/JamesPonds25 had their flair updated +[2020-08-25 04:20:55,479] There has been a new submission: 'What is good audience retention?', with flair 'Discussion' +[2020-08-25 04:20:59,568] /u/Davidplaysgames had their flair updated +[2020-08-25 04:45:33,344] '/u/daene17' has given '/u/Jman45062' lambda! +[2020-08-25 04:45:36,249] /u/Jman45062 had their flair updated +[2020-08-25 04:47:09,082] '/u/daene17' has given '/u/Boing_gaming' lambda! +[2020-08-25 04:47:47,934] +#################### +[Aug 25 2020 04:47:47] RESTARTED +#################### + +[2020-08-25 05:18:25,174] There has been a new submission: '『1 hour』No Copyright Best Amazing Music Mix 2020 Vol.7 | Best of Joakim ...', with flair 'Channel Review' +[2020-08-25 05:18:27,214] /u/RJ7187 had their submission removed for insufficient lambda. +[2020-08-25 05:18:27,868] /u/RJ7187 had their flair updated +[2020-08-25 05:18:45,866] '/u/mreverdred01' has given '/u/Tophem' lambda! +[2020-08-25 05:18:47,627] /u/Tophem had their flair updated +[2020-08-25 05:19:21,512] There has been a new submission: 'Psychonauts - Funny Moments Video!', with flair 'Video Critique' +[2020-08-25 05:19:25,301] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 05:19:25,303] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 05:19:26,813] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y9awhAT9cQo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 05:19:27,183] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwhqlsEcHhfOZ8YfrkNEWxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 05:19:28,945] /u/Sinotek2 had their flair updated +[2020-08-25 05:19:45,102] There has been a new submission: 'DEEPCOOL GAMMAXX L120 V2 | Installation and Review', with flair 'Video Critique' +[2020-08-25 05:19:48,124] /u/vinayak_nair had their submission removed for insufficient lambda. +[2020-08-25 05:19:49,516] /u/vinayak_nair had their flair updated +[2020-08-25 05:35:48,593] '/u/MrMoo-Youtube' has given '/u/fluxkat' lambda! +[2020-08-25 05:35:51,423] /u/fluxkat had their flair updated +[2020-08-25 05:36:13,891] '/u/MrMoo-Youtube' has given '/u/Jman45062' lambda! +[2020-08-25 05:36:16,480] /u/Jman45062 had their flair updated +[2020-08-25 05:48:15,303] '/u/Not-Fiction-YouTube' has given '/u/Celtic_Spike' lambda! +[2020-08-25 05:48:17,641] /u/Celtic_Spike had their flair updated +[2020-08-25 05:49:05,117] '/u/Not-Fiction-YouTube' has given '/u/Ki-ke' lambda! +[2020-08-25 05:49:07,325] /u/Ki-ke had their flair updated +[2020-08-25 05:51:31,336] '/u/jaxtnh' has given '/u/Luck3y-P0rk' lambda! +[2020-08-25 05:51:34,324] /u/Luck3y-P0rk had their flair updated +[2020-08-25 05:53:30,999] There has been a new submission: 'sub 4 sub plz :)', with flair 'Vlog' +[2020-08-25 05:53:32,294] /u/energie888 had their submission removed for insufficient lambda. +[2020-08-25 05:53:34,127] /u/energie888 had their flair updated +[2020-08-25 05:54:15,686] There has been a new submission: 'How To Plan Your Week - Plan Your Weekly Schedule For Success', with flair 'Vlog' +[2020-08-25 05:54:16,890] /u/kelldems had their submission removed for insufficient lambda. +[2020-08-25 05:54:18,631] /u/kelldems had their flair updated +[2020-08-25 06:11:54,340] There has been a new submission: 'Best TWS under $15/ ₹1000 | Unboxing | Compared with galaxy buds', with flair 'Video Critique' +[2020-08-25 06:11:56,167] /u/unboxmatrix had their submission removed for insufficient lambda. +[2020-08-25 06:11:58,365] /u/unboxmatrix had their flair updated +[2020-08-25 06:21:37,427] '/u/GoonedHaha' has given '/u/Sown_Neekays' lambda! +[2020-08-25 06:21:39,537] /u/Sown_Neekays had their flair updated +[2020-08-25 06:32:29,821] '/u/ImpatientSquirrel' has given '/u/kuluka_man' lambda! +[2020-08-25 06:32:32,168] /u/kuluka_man had their flair updated +[2020-08-25 06:47:46,680] +#################### +[Aug 25 2020 06:47:46] RESTARTED +#################### + +[2020-08-25 07:15:08,233] There has been a new submission: 'First time doing a road trip cinematic vlog, Houston to Colorado 3000 miles under 7 days. Tried my best to capture this beauty of a place. I hope you guys show some love and give some feedback. Would mean a lot so I can improve :)', with flair 'Vlog' +[2020-08-25 07:15:10,743] /u/ModernNomads22 had their submission removed for insufficient lambda. +[2020-08-25 07:15:12,056] /u/ModernNomads22 had their flair updated +[2020-08-25 07:15:19,002] There has been a new submission: 'Criticism welcome. Starting out new.', with flair 'Vlog' +[2020-08-25 07:15:20,030] /u/MrChronoice had their submission removed for insufficient lambda. +[2020-08-25 07:15:21,399] /u/MrChronoice had their flair updated +[2020-08-25 07:15:43,252] '/u/Not-Fiction-YouTube' has given '/u/ColdHaven' lambda! +[2020-08-25 07:15:45,713] /u/ColdHaven had their flair updated +[2020-08-25 07:16:06,707] '/u/Not-Fiction-YouTube' has given '/u/mads12385' lambda! +[2020-08-25 07:16:09,037] /u/mads12385 had their flair updated +[2020-08-25 07:16:30,017] '/u/Not-Fiction-YouTube' has given '/u/kuluka_man' lambda! +[2020-08-25 07:16:32,392] /u/kuluka_man had their flair updated +[2020-08-25 07:16:53,051] '/u/TheRealTenpro' has given '/u/midnightjenga' lambda! +[2020-08-25 07:16:56,089] /u/midnightjenga had their flair updated +[2020-08-25 07:17:17,135] '/u/TheRealTenpro' has given '/u/JamesBondOO72468' lambda! +[2020-08-25 07:17:19,434] /u/JamesBondOO72468 had their flair updated +[2020-08-25 07:17:40,966] '/u/TheRealTenpro' has given '/u/Arivsa' lambda! +[2020-08-25 07:17:43,019] /u/Arivsa had their flair updated +[2020-08-25 07:21:23,309] '/u/MrMoo-Youtube' has given '/u/PitchBlack4' lambda! +[2020-08-25 07:21:26,097] /u/PitchBlack4 had their flair updated +[2020-08-25 07:22:02,043] There has been a new submission: 'Just started a speedpaint/painting tutorial channel', with flair 'Art' +[2020-08-25 07:22:03,671] /u/S0ft-Boiled-Egg had their submission removed for insufficient lambda. +[2020-08-25 07:22:05,638] /u/S0ft-Boiled-Egg had their flair updated +[2020-08-25 07:22:26,061] There has been a new submission: 'I Got Bullied On R6 Siege | R6 Siege lambda for all', with flair 'Thumbnail Review' +[2020-08-25 07:22:28,975] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 07:22:29,019] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 07:22:30,617] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=te7JV58oC78&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:22:31,111] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:22:34,428] /u/MrMoo-Youtube had their flair updated +[2020-08-25 07:22:52,075] There has been a new submission: 'I make absurdist comedy videos! Here's my latest one. Hope you like it! Any tips? :)', with flair 'Video Critique' +[2020-08-25 07:22:54,121] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 07:22:54,122] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 07:22:55,391] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=o2XJpw6mNSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:22:55,803] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCelrgcutCQeKXHSH4YB8P1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:22:59,044] /u/ricktherronyt had their flair updated +[2020-08-25 07:23:16,874] There has been a new submission: 'GTA 5 Epic Moments Compilation', with flair 'Video Critique' +[2020-08-25 07:23:18,214] /u/Goledlighting had their submission removed for insufficient lambda. +[2020-08-25 07:23:20,022] /u/Goledlighting had their flair updated +[2020-08-25 07:23:38,471] There has been a new submission: 'Pov Photography in Norway! My first video on YouTube. It's kind of a Milestone just to get started. Please let me know what i can do better.', with flair 'Channel Review' +[2020-08-25 07:23:40,269] /u/Teyssere had their submission removed for insufficient lambda. +[2020-08-25 07:23:42,076] /u/Teyssere had their flair updated +[2020-08-25 07:24:01,640] There has been a new submission: 'It took me over a month to edit this video. I'd really appreciate it if you could please give me some constructive criticism. I really wanna improve the quality of my content so please help me by giving feedback :)', with flair 'Video Critique' +[2020-08-25 07:24:03,116] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 07:24:03,117] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 07:24:04,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Fs0oxY7KZgs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:24:04,751] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJgdTa714k1N7akrwmwX4YA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 07:24:07,496] /u/Sub2TheActualShadow had their flair updated +[2020-08-25 08:20:05,709] There has been a new submission: 'This video talks about the steps that helped me start my YouTube Channel. It's a motivational Video. Check it out!', with flair 'Channel Review' +[2020-08-25 08:20:07,215] /u/Theillustrafier had their submission removed for insufficient lambda. +[2020-08-25 08:20:09,515] /u/Theillustrafier had their flair updated +[2020-08-25 08:20:15,222] There has been a new submission: 'Hye i'm locking some YouTubers for helping my videos editing (03171020717 my WhatsApp number (', with flair 'Discussion' +[2020-08-25 08:20:18,499] /u/memeos23 had their flair updated +[2020-08-25 08:20:39,891] '/u/Not-Fiction-YouTube' has given '/u/electronic_person' lambda! +[2020-08-25 08:20:42,204] /u/electronic_person had their flair updated +[2020-08-25 08:30:27,581] There has been a new submission: 'Unlocking the new LMG in Modern Warfare', with flair 'Gaming' +[2020-08-25 08:30:29,044] /u/dafluffyninja13 had their submission removed for insufficient lambda. +[2020-08-25 08:30:31,309] /u/dafluffyninja13 had their flair updated +[2020-08-25 08:39:16,877] '/u/CHINESEPROPOTATO' has given '/u/flippifly' lambda! +[2020-08-25 08:39:17,552] /u/flippifly had their flair updated +[2020-08-25 08:47:22,992] +#################### +[Aug 25 2020 08:47:22] RESTARTED +#################### + +[2020-08-25 09:07:14,022] '/u/Not-Fiction-YouTube' has given '/u/Goledlighting' lambda! +[2020-08-25 09:07:16,769] /u/Goledlighting had their flair updated +[2020-08-25 09:27:19,524] '/u/Sinotek2' has given '/u/Adzic254' lambda! +[2020-08-25 09:27:20,777] /u/Adzic254 had their flair updated +[2020-08-25 09:49:50,080] There has been a new submission: 'Classic SNES Cheats - A new series compiling some classic cheats from yesteryear. This video looks at cheats for games featured on the Switch SNES online services.', with flair 'Gaming' +[2020-08-25 09:49:51,391] /u/GameTropolis had their submission removed for insufficient lambda. +[2020-08-25 09:49:52,170] /u/GameTropolis had their flair updated +[2020-08-25 10:00:06,152] There has been a new submission: 'I’m a photography YouTuber if anyone is interested', with flair 'Vlog' +[2020-08-25 10:00:07,727] /u/DumbPanzyDisks had their submission removed for insufficient lambda. +[2020-08-25 10:00:10,052] /u/DumbPanzyDisks had their flair updated +[2020-08-25 10:04:05,956] There has been a new submission: 'FallGuys Alternative For Android Users', with flair 'Gaming' +[2020-08-25 10:04:07,362] /u/1Meditation had their submission removed for insufficient lambda. +[2020-08-25 10:04:09,203] /u/1Meditation had their flair updated +[2020-08-25 10:08:55,550] There has been a new submission: 'Ghost of Tsushima: Duel Among The Spider Lilies', with flair 'Gaming' +[2020-08-25 10:08:56,302] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-25 10:08:57,107] /u/naruto_naruto_123 had their flair updated +[2020-08-25 10:31:36,548] There has been a new submission: 'We are uncovering Turkey's MUST VISIT places after QUARANTINE!', with flair 'Vlog' +[2020-08-25 10:31:38,050] /u/Travel_Interesante had their submission removed for insufficient lambda. +[2020-08-25 10:31:40,256] /u/Travel_Interesante had their flair updated +[2020-08-25 10:32:00,048] '/u/MrMoo-Youtube' has given '/u/WellNata' lambda! +[2020-08-25 10:32:02,119] /u/WellNata had their flair updated +[2020-08-25 10:32:27,495] There has been a new submission: 'Check out my Satisfactory gameplay series! Feedback is welcome <3', with flair 'Gaming' +[2020-08-25 10:32:29,282] /u/_AlternativeFax_ had their submission removed for insufficient lambda. +[2020-08-25 10:32:31,295] /u/_AlternativeFax_ had their flair updated +[2020-08-25 10:32:45,194] There has been a new submission: 'Using War Veterans Tips of Survival to Win a Game of Warzone (Call of Du...', with flair 'Gaming' +[2020-08-25 10:32:46,789] /u/raj1807 had their submission removed for insufficient lambda. +[2020-08-25 10:32:49,245] /u/raj1807 had their flair updated +[2020-08-25 10:47:23,299] +#################### +[Aug 25 2020 10:47:23] RESTARTED +#################### + +[2020-08-25 11:15:09,385] '/u/TheRealTenpro' has given '/u/Spotcam1' lambda! +[2020-08-25 11:15:10,589] /u/Spotcam1 had their flair updated +[2020-08-25 11:15:17,313] '/u/TheRealTenpro' has given '/u/Sinamon123' lambda! +[2020-08-25 11:15:18,738] /u/Sinamon123 had their flair updated +[2020-08-25 11:15:51,282] '/u/TheRealTenpro' has given '/u/WellNata' lambda! +[2020-08-25 11:15:53,866] /u/WellNata had their flair updated +[2020-08-25 11:16:28,485] '/u/TheRealTenpro' has given '/u/ORDER_66YT' lambda! +[2020-08-25 11:16:30,655] /u/ORDER_66YT had their flair updated +[2020-08-25 11:16:50,309] '/u/liftedplane' has given '/u/Adzic254' lambda! +[2020-08-25 11:16:52,279] /u/Adzic254 had their flair updated +[2020-08-25 11:17:12,782] '/u/kingury7' has given '/u/ricktherronyt' lambda! +[2020-08-25 11:17:15,361] /u/ricktherronyt had their flair updated +[2020-08-25 11:17:50,285] '/u/kingury7' has given '/u/Scabhammer' lambda! +[2020-08-25 11:17:52,292] /u/Scabhammer had their flair updated +[2020-08-25 11:18:12,370] '/u/kingury7' has given '/u/W_C_K_D' lambda! +[2020-08-25 11:18:14,497] /u/W_C_K_D had their flair updated +[2020-08-25 11:18:33,457] '/u/kingury7' has given '/u/flippifly' lambda! +[2020-08-25 11:18:35,470] /u/flippifly had their flair updated +[2020-08-25 11:19:09,348] '/u/kingury7' has given '/u/MrMoo-Youtube' lambda! +[2020-08-25 11:19:11,276] /u/MrMoo-Youtube had their flair updated +[2020-08-25 11:24:50,518] There has been a new submission: 'Fall guys funny fails and wtf moments', with flair 'Gaming' +[2020-08-25 11:24:52,375] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-25 11:24:54,292] /u/namejeff23 had their flair updated +[2020-08-25 11:40:47,385] There has been a new submission: 'THANK YOU GUYS FOR YOUR IDEAS, JUST HIT MY MILESTONE!! 100 SUBSCRIBERS!! //TYRANNOZAROS', with flair 'Discussion' +[2020-08-25 11:40:50,223] /u/tyrannozaros had their flair updated +[2020-08-25 11:45:23,992] There has been a new submission: 'Hoping to get a feedback from you guys. Helping a friend grow his yt channel. NAGOYA JAPAN SKATE CLIPS BEFORE THE PANDEMIC | nep x', with flair 'Video Critique' +[2020-08-25 11:45:25,202] /u/renrenb17 had their submission removed for insufficient lambda. +[2020-08-25 11:45:26,835] /u/renrenb17 had their flair updated +[2020-08-25 11:56:32,363] '/u/siddhant1991' has given '/u/Sunkissed-horizon' lambda! +[2020-08-25 11:56:33,777] /u/Sunkissed-horizon had their flair updated +[2020-08-25 11:57:14,462] There has been a new submission: 'Trending games', with flair 'None' +[2020-08-25 11:57:15,558] /u/IzmeMarc had their submission removed for insufficient lambda. +[2020-08-25 11:57:16,877] /u/IzmeMarc had their flair updated +[2020-08-25 12:09:40,206] There has been a new submission: 'Memes That Will Make You Laugh, go check it or just share it with people who live memes. THANKS!', with flair 'Video Critique' +[2020-08-25 12:09:40,894] /u/DesperateJicama5810 had their submission removed for insufficient lambda. +[2020-08-25 12:09:41,344] /u/DesperateJicama5810 had their flair updated +[2020-08-25 12:15:26,479] '/u/ricktherronyt' has given '/u/keegzilla90' lambda! +[2020-08-25 12:15:28,182] /u/keegzilla90 had their flair updated +[2020-08-25 12:16:12,419] There has been a new submission: 'Adult film star broke her back', with flair 'Video Critique' +[2020-08-25 12:16:14,058] /u/SammyTings had their submission removed for insufficient lambda. +[2020-08-25 12:16:15,782] /u/SammyTings had their flair updated +[2020-08-25 12:19:10,325] There has been a new submission: 'Person Of Interest - Original Live Acoustic (CONSI - still working this ...', with flair 'Video Critique' +[2020-08-25 12:19:11,385] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-25 12:19:12,233] /u/benconsidine had their flair updated +[2020-08-25 12:19:48,985] There has been a new submission: 'NEW VIDEO: I watched Kid Nation when I was a Kid', with flair 'Channel Review' +[2020-08-25 12:19:50,364] /u/JMoo_Moo had their submission removed for insufficient lambda. +[2020-08-25 12:19:50,816] /u/JMoo_Moo had their flair updated +[2020-08-25 12:27:08,385] There has been a new submission: '"Fall Guys, But I'm Slowly Losing My Mind.." is my new video. Feedback would be greatly appreciated!', with flair 'Video Critique' +[2020-08-25 12:27:08,664] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 12:27:08,667] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 12:27:08,759] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ePjO3_nCcTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 12:27:08,871] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvumxdYwkO2-UUBrCMM-r2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 12:27:11,080] /u/Sinamon123 had their flair updated +[2020-08-25 12:39:48,930] There has been a new submission: 'Hii everyone!! This is my first upload 🥰 Sorry for the bad editing & Audio might be abit bad xx (Feel free to let me know on anything I can improve on or just general constructive criticism) Lots of love xx', with flair 'Gaming' +[2020-08-25 12:39:49,540] /u/KumiYummi had their submission removed for insufficient lambda. +[2020-08-25 12:39:50,117] /u/KumiYummi had their flair updated +[2020-08-25 12:47:50,616] +#################### +[Aug 25 2020 12:47:50] RESTARTED +#################### + +[2020-08-25 12:57:34,405] '/u/Not-Fiction-YouTube' has given '/u/Heavy_Rain_' lambda! +[2020-08-25 12:57:35,487] /u/Heavy_Rain_ had their flair updated +[2020-08-25 13:18:22,624] There has been a new submission: 'Watch Dogs Walkthrough Part 1 - 1080p60fps [No Commentary]', with flair 'Gaming' +[2020-08-25 13:18:25,161] /u/TruceAV had their submission removed for insufficient lambda. +[2020-08-25 13:18:25,861] /u/TruceAV had their flair updated +[2020-08-25 13:18:43,358] There has been a new submission: 'could you guys check it out my new video GTA 5 Epic Moments Compilation | Any Feedback Would be Appreciated', with flair 'Video Critique' +[2020-08-25 13:18:46,187] /u/Goledlighting had their submission removed for insufficient lambda. +[2020-08-25 13:18:47,380] /u/Goledlighting had their flair updated +[2020-08-25 13:19:36,236] '/u/MrMoo-Youtube' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-25 13:19:38,123] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-25 13:20:00,104] '/u/MrMoo-Youtube' has given '/u/Dr3dH3d' lambda! +[2020-08-25 13:20:02,911] /u/Dr3dH3d had their flair updated +[2020-08-25 13:20:28,219] '/u/MrMoo-Youtube' has given '/u/whereismael' lambda! +[2020-08-25 13:20:31,170] /u/whereismael had their flair updated +[2020-08-25 13:20:52,684] '/u/MrMoo-Youtube' has given '/u/Sinamon123' lambda! +[2020-08-25 13:20:56,013] /u/Sinamon123 had their flair updated +[2020-08-25 13:21:16,505] '/u/Sinamon123' has given '/u/Blazedaman229' lambda! +[2020-08-25 13:21:19,173] /u/Blazedaman229 had their flair updated +[2020-08-25 13:23:23,818] '/u/kingury7' has given '/u/Heavy_Rain_' lambda! +[2020-08-25 13:23:26,482] /u/Heavy_Rain_ had their flair updated +[2020-08-25 13:23:47,899] '/u/kingury7' has given '/u/whereismael' lambda! +[2020-08-25 13:23:50,310] /u/whereismael had their flair updated +[2020-08-25 13:26:44,619] There has been a new submission: 'Percentage of views coming from subscribers and non-subs?', with flair 'Discussion' +[2020-08-25 13:26:48,151] /u/Trekkie45 had their flair updated +[2020-08-25 13:27:06,473] There has been a new submission: 'Looking for feedback on my news series', with flair 'Video Critique' +[2020-08-25 13:27:09,629] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 13:27:09,632] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 13:27:10,942] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IK7qiq2tpDU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:27:11,433] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChCrG97wze1D-6qMd27wYpQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:27:13,567] /u/Jman45062 had their flair updated +[2020-08-25 13:28:12,753] There has been a new submission: 'Bayern Munich UCL winners 5 years ago', with flair 'Video Critique' +[2020-08-25 13:28:15,660] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 13:28:15,698] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 13:28:16,639] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RwjRzg8neFU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:28:17,257] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:28:19,482] /u/FynnKrauseFootballYT had their flair updated +[2020-08-25 13:33:22,918] There has been a new submission: 'Big Greedent Channel. Fun Gaming and music. Leave a like if you enjoy!', with flair 'Channel Review' +[2020-08-25 13:33:25,416] /u/Much_Pianist_4481 had their submission removed for insufficient lambda. +[2020-08-25 13:33:27,411] /u/Much_Pianist_4481 had their flair updated +[2020-08-25 13:37:39,754] '/u/Jman45062' has given '/u/Spotcam1' lambda! +[2020-08-25 13:37:42,131] /u/Spotcam1 had their flair updated +[2020-08-25 13:46:03,291] There has been a new submission: 'I really gotta know... Did I go too far with this thumbnail?', with flair 'Thumbnail Review' +[2020-08-25 13:46:05,585] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 13:46:05,587] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 13:46:07,220] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cjt697oTI8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:46:07,669] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqar9weaOuFnG2CqbimnQWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:46:10,340] /u/tommygun98 had their flair updated +[2020-08-25 13:46:29,853] There has been a new submission: 'Giving !Lambda to everyone who gives me GOOD advice! Please don’t watch a video for a second and then click off because I will know and you will have wasted ur time.', with flair 'Channel Review' +[2020-08-25 13:46:33,175] /u/Spotcam1 had their flair updated +[2020-08-25 13:57:32,950] There has been a new submission: 'How Much Do Small Channels Make? My 2000 Subscriber Income Revealed!', with flair 'Video Critique' +[2020-08-25 13:57:33,981] /u/ctgvideotutorials had their submission removed for insufficient lambda. +[2020-08-25 13:57:35,358] /u/ctgvideotutorials had their flair updated +[2020-08-25 13:58:00,991] There has been a new submission: 'The Boys Play Warzone Season 5. Any feedback is appreciated', with flair 'Video Critique' +[2020-08-25 13:58:01,963] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 13:58:02,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 13:58:02,896] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uAgbYgHQIYs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:58:03,298] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOliWI-hBF_NqqJ5yVAxSdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 13:58:05,543] /u/Bowerz123 had their flair updated +[2020-08-25 14:11:41,104] There has been a new submission: 'And that is video number 3 out! Driving games have never really been my thing, but this is on another level. Maybe this is your kinda game? Let's find out! (This one hurt to make...)', with flair 'Gaming' +[2020-08-25 14:11:43,054] /u/Play-It-Games had their submission removed for insufficient lambda. +[2020-08-25 14:11:45,265] /u/Play-It-Games had their flair updated +[2020-08-25 14:20:17,309] '/u/Spotcam1' has given '/u/BigBearBoi00' lambda! +[2020-08-25 14:20:20,099] /u/BigBearBoi00 had their flair updated +[2020-08-25 14:22:19,426] There has been a new submission: 'I’ve got the hours for monetization but lacking subscribers. I get about 10-15k views per month', with flair 'Discussion' +[2020-08-25 14:22:21,946] /u/JeffTheITGuyYT had their flair updated +[2020-08-25 14:25:51,047] There has been a new submission: 'Hi YouTubers! Please check out my interview with the legendary Carl Lumbly!', with flair 'Vlog' +[2020-08-25 14:25:52,326] /u/ReelSchool had their submission removed for insufficient lambda. +[2020-08-25 14:25:53,863] /u/ReelSchool had their flair updated +[2020-08-25 14:27:31,670] '/u/kabukidanshi' has given '/u/Sunkissed-horizon' lambda! +[2020-08-25 14:27:32,865] /u/Sunkissed-horizon had their flair updated +[2020-08-25 14:30:20,912] '/u/Spotcam1' has given '/u/aishaakassim' lambda! +[2020-08-25 14:30:23,411] /u/aishaakassim had their flair updated +[2020-08-25 14:31:07,280] There has been a new submission: 'I will make thumbnails for you!', with flair 'Discussion' +[2020-08-25 14:31:11,044] /u/ShikharTrivedi had their flair updated +[2020-08-25 14:41:10,589] /u/Insert-a-reddit-name had their flair updated +[2020-08-25 14:42:13,462] '/u/MacAttack163' has given '/u/Illfury' lambda! +[2020-08-25 14:42:15,581] /u/Illfury had their flair updated +[2020-08-25 14:42:29,074] '/u/MacAttack163' has given '/u/MaximumNormal6736' lambda! +[2020-08-25 14:42:31,131] /u/MaximumNormal6736 had their flair updated +[2020-08-25 14:42:56,539] '/u/MacAttack163' has given '/u/Sorry_Ask' lambda! +[2020-08-25 14:42:58,716] /u/Sorry_Ask had their flair updated +[2020-08-25 14:43:43,065] '/u/MacAttack163' has given '/u/Sown_Neekays' lambda! +[2020-08-25 14:43:45,808] /u/Sown_Neekays had their flair updated +[2020-08-25 14:44:10,365] '/u/MacAttack163' has given '/u/Scabhammer' lambda! +[2020-08-25 14:44:13,275] /u/Scabhammer had their flair updated +[2020-08-25 14:45:06,716] There has been a new submission: 'Battletoads Playthrough Finale', with flair 'Gaming' +[2020-08-25 14:45:08,033] /u/joecobragaming had their submission removed for insufficient lambda. +[2020-08-25 14:45:09,639] /u/joecobragaming had their flair updated +[2020-08-25 14:47:52,039] +#################### +[Aug 25 2020 14:47:52] RESTARTED +#################### + +[2020-08-25 15:26:54,013] There has been a new submission: 'apartment tour - houseplant collection apartment tour 2020 & moving vlog / home decorating 2021', with flair 'Channel Review' +[2020-08-25 15:26:56,517] /u/lo2ttah had their submission removed for insufficient lambda. +[2020-08-25 15:26:57,573] /u/lo2ttah had their flair updated +[2020-08-25 15:27:15,644] There has been a new submission: 'Need feedback on my No Man's Sky video - episode 3 in a series - Gaming / Comedy channel - lambda for useful criticism ofc', with flair 'Video Critique' +[2020-08-25 15:27:18,906] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 15:27:18,909] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 15:27:20,175] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t9R8SeQme0c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:27:20,461] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCdGjMHzfXzn0-06uNMl2Og&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:27:23,202] /u/BigBearBoi00 had their flair updated +[2020-08-25 15:27:41,665] There has been a new submission: 'Can we just appreciate that made this while my parents where asleep!', with flair 'Video Critique' +[2020-08-25 15:27:42,936] /u/_The_king1 had their submission removed for insufficient lambda. +[2020-08-25 15:27:43,832] /u/_The_king1 had their flair updated +[2020-08-25 15:28:02,028] There has been a new submission: 'First video I'm actually proud of!', with flair 'Video Critique' +[2020-08-25 15:28:02,897] /u/gmanx10 had their submission removed for insufficient lambda. +[2020-08-25 15:28:04,042] /u/gmanx10 had their flair updated +[2020-08-25 15:28:19,728] There has been a new submission: 'AlCraft #3 the island', with flair 'Gaming' +[2020-08-25 15:28:20,919] /u/perroman18 had their submission removed for insufficient lambda. +[2020-08-25 15:28:21,699] /u/perroman18 had their flair updated +[2020-08-25 15:28:39,428] There has been a new submission: 'First upload in a while', with flair 'Gaming' +[2020-08-25 15:28:40,654] /u/ChubbyWombat544 had their submission removed for insufficient lambda. +[2020-08-25 15:28:41,348] /u/ChubbyWombat544 had their flair updated +[2020-08-25 15:30:05,865] '/u/siddhant1991' has given '/u/MrMoo-Youtube' lambda! +[2020-08-25 15:30:08,276] /u/MrMoo-Youtube had their flair updated +[2020-08-25 15:31:23,758] '/u/Sub2TheActualShadow' has given '/u/Spotcam1' lambda! +[2020-08-25 15:31:26,507] /u/Spotcam1 had their flair updated +[2020-08-25 15:31:47,825] '/u/Sub2TheActualShadow' has given '/u/fergiboi123' lambda! +[2020-08-25 15:31:50,445] /u/fergiboi123 had their flair updated +[2020-08-25 15:32:12,372] '/u/Sub2TheActualShadow' has given '/u/BraveSirOingo' lambda! +[2020-08-25 15:32:15,161] /u/BraveSirOingo had their flair updated +[2020-08-25 15:32:52,308] '/u/Sub2TheActualShadow' has given '/u/Inspiron1501' lambda! +[2020-08-25 15:32:55,631] /u/Inspiron1501 had their flair updated +[2020-08-25 15:33:48,092] '/u/Sub2TheActualShadow' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-25 15:33:50,727] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-25 15:35:27,324] '/u/Sub2TheActualShadow' has given '/u/Dr3dH3d' lambda! +[2020-08-25 15:35:29,697] /u/Dr3dH3d had their flair updated +[2020-08-25 15:36:06,042] '/u/Sub2TheActualShadow' has given '/u/siddhant1991' lambda! +[2020-08-25 15:36:08,626] /u/siddhant1991 had their flair updated +[2020-08-25 15:36:45,287] '/u/Sub2TheActualShadow' has given '/u/RealMisterecks' lambda! +[2020-08-25 15:36:47,425] /u/RealMisterecks had their flair updated +[2020-08-25 15:39:51,640] There has been a new submission: 'Hi all, please may you have a look at my channel!', with flair 'Channel Review' +[2020-08-25 15:39:57,463] /u/CraigC90 had their flair updated +[2020-08-25 15:40:14,083] There has been a new submission: 'REAL RESULTS of 100 push ups every day for 30 day', with flair 'Video Critique' +[2020-08-25 15:40:15,840] /u/kingsson had their submission removed for insufficient lambda. +[2020-08-25 15:40:18,177] /u/kingsson had their flair updated +[2020-08-25 15:40:37,276] There has been a new submission: 'Looking to Collab 342 subs 18+ only please', with flair 'Collab' +[2020-08-25 15:40:39,895] /u/HastaLaVidaYT had their flair updated +[2020-08-25 15:41:03,006] There has been a new submission: 'Well, This is my 1st Post! Let me Know how This Video Turned Out and How i can Improve the Quality of my Thumbnails, Videos! And make sure to Subscribe because im 1 subscriber away from 25 subscribers!', with flair 'Gaming' +[2020-08-25 15:41:05,329] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 15:41:05,367] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 15:41:06,677] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lAVq1dpFiCE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:41:07,128] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCL0xq0XtA658ppMwRGpnK2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:41:10,365] /u/MaximumNormal6736 had their flair updated +[2020-08-25 15:41:30,808] There has been a new submission: 'Yo, heres my minecraft 50 sub special house tutorial!', with flair 'Gaming' +[2020-08-25 15:41:32,284] /u/F53Y_YT had their submission removed for insufficient lambda. +[2020-08-25 15:41:34,462] /u/F53Y_YT had their flair updated +[2020-08-25 15:41:56,124] There has been a new submission: 'Evening all, or morning depending where you are in the world... whats the best video editing app for android phone?', with flair 'Discussion' +[2020-08-25 15:42:00,872] /u/CraigC90 had their flair updated +[2020-08-25 15:42:18,646] There has been a new submission: 'This is my first style of a gaming video like this where I actually highlight a game (after a few kill highlights of course) I know I need an intro, I just haven't made one yet. I need to know what to change :D', with flair 'Video Critique' +[2020-08-25 15:42:20,929] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 15:42:20,931] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 15:42:23,226] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hOLV_QLSgO4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:42:23,719] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCac-oXZE_SQieWhoFu1JSHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 15:42:26,913] /u/KakashiSensei453 had their flair updated +[2020-08-25 15:45:08,756] There has been a new submission: '♫ Falling - Infraction ft. Aim To Head ♫ | No Copyright Music', with flair 'Gaming' +[2020-08-25 15:45:09,945] /u/Bahadoersingh had their submission removed for insufficient lambda. +[2020-08-25 15:45:11,371] /u/Bahadoersingh had their flair updated +[2020-08-25 15:46:02,879] '/u/Bowerz123' has given '/u/H-Cub3d' lambda! +[2020-08-25 15:46:05,252] /u/H-Cub3d had their flair updated +[2020-08-25 15:53:39,511] '/u/TheRyanThomas' has given '/u/YourSexyCellMate' lambda! +[2020-08-25 15:53:42,219] /u/YourSexyCellMate had their flair updated +[2020-08-25 15:58:45,169] There has been a new submission: 'i feel bad for xbox player on arsenal', with flair 'Gaming' +[2020-08-25 15:58:46,728] /u/linksys199YT had their submission removed for insufficient lambda. +[2020-08-25 15:58:47,634] /u/linksys199YT had their flair updated +[2020-08-25 16:02:41,688] There has been a new submission: 'Good camera recommendations for a review channel?', with flair 'Discussion' +[2020-08-25 16:02:45,820] /u/RealLoki1 had their flair updated +[2020-08-25 16:22:37,251] There has been a new submission: 'Fortnite's Crazed Propaganda Campaign', with flair 'Video Critique' +[2020-08-25 16:22:41,186] /u/SoggyWalnuts_ had their submission removed for insufficient lambda. +[2020-08-25 16:22:43,900] /u/SoggyWalnuts_ had their flair updated +[2020-08-25 16:32:01,679] There has been a new submission: 'Hi! Wanted to share a video I made about checking out a possible secret swimming hole I saw on Google Maps. Would love any feedback you have!', with flair 'Video Critique' +[2020-08-25 16:32:04,447] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 16:32:04,473] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 16:32:05,512] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=j5VwWzcknFM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 16:32:06,003] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMQFUkgaEE68_ujIdW2wAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 16:32:09,281] /u/Scabhammer had their flair updated +[2020-08-25 16:36:10,158] There has been a new submission: 'American cup song harry potter', with flair 'Channel Review' +[2020-08-25 16:36:11,508] /u/CockroachHistorical2 had their submission removed for insufficient lambda. +[2020-08-25 16:36:13,022] /u/CockroachHistorical2 had their flair updated +[2020-08-25 16:41:09,646] There has been a new submission: 'My current ESO Stamina DragonKnight PvP Build and GamePlay enjoy ✌', with flair 'Gaming' +[2020-08-25 16:41:11,195] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-08-25 16:41:13,425] /u/Unfadingsilence had their flair updated +[2020-08-25 16:45:28,923] There has been a new submission: 'Come have fun kicking ass with me on stream! DBFZ', with flair 'Gaming' +[2020-08-25 16:45:32,057] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 16:45:32,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 16:45:33,411] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cLqyuAOwOTk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 16:45:33,861] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtHqIANPfFIzL562zGNURkQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 16:45:36,439] /u/Deecutz had their flair updated +[2020-08-25 16:45:58,302] There has been a new submission: 'YALL GO SUPPORT MY CHANNEL 🥺❤️', with flair 'Channel Review' +[2020-08-25 16:45:59,532] /u/lilbored221 had their submission removed for insufficient lambda. +[2020-08-25 16:46:01,077] /u/lilbored221 had their flair updated +[2020-08-25 16:47:51,766] +#################### +[Aug 25 2020 16:47:51] RESTARTED +#################### + +[2020-08-25 17:34:05,115] There has been a new submission: 'Just made episode 2 on my Uncharted series (not a lets play lol) don’t forget to sub and let me know what you think! Thanks', with flair 'Gaming' +[2020-08-25 17:34:07,404] /u/TrizDaRula had their submission removed for insufficient lambda. +[2020-08-25 17:34:09,007] /u/TrizDaRula had their flair updated +[2020-08-25 17:34:27,019] There has been a new submission: 'What do you prefer a video showing someone speaking in a little window and the thing there reading as the rest of the screen or when it’s like a game as the video with just the voice speaking?', with flair 'Discussion' +[2020-08-25 17:34:29,285] /u/Cloud-surfer69 had their flair updated +[2020-08-25 17:34:49,417] There has been a new submission: 'Stuck with U - Ariana Grande & Justin Bieber | stuck with you cover | pop', with flair 'Channel Review' +[2020-08-25 17:34:50,850] /u/JuliusJeremiah had their submission removed for insufficient lambda. +[2020-08-25 17:34:52,859] /u/JuliusJeremiah had their flair updated +[2020-08-25 17:35:11,649] There has been a new submission: 'Collab annyone(again)', with flair 'Collab' +[2020-08-25 17:35:16,179] /u/NoHMayor had their flair updated +[2020-08-25 17:35:32,855] There has been a new submission: 'Original Super Mario Bros. Lvl 1 And Lvl 2', with flair 'Gaming' +[2020-08-25 17:35:33,965] /u/MARK239075 had their submission removed for insufficient lambda. +[2020-08-25 17:35:35,275] /u/MARK239075 had their flair updated +[2020-08-25 17:35:53,118] There has been a new submission: 'KYOSHO 911 Porche RC (Test Drive)', with flair 'None' +[2020-08-25 17:35:55,124] /u/MARK239075 had their submission removed for insufficient lambda. +[2020-08-25 17:35:56,384] /u/MARK239075 had their flair updated +[2020-08-25 17:36:14,511] There has been a new submission: 'PGA TOUR 2k21 Career Mode Gameplay. Working toward my first 100 subs!', with flair 'Gaming' +[2020-08-25 17:36:15,722] /u/SixpennyC had their submission removed for insufficient lambda. +[2020-08-25 17:36:16,955] /u/SixpennyC had their flair updated +[2020-08-25 17:36:34,810] There has been a new submission: 'Trials Rising gameplay on switch', with flair 'Gaming' +[2020-08-25 17:36:36,485] /u/MARK239075 had their submission removed for insufficient lambda. +[2020-08-25 17:36:37,715] /u/MARK239075 had their flair updated +[2020-08-25 17:40:59,215] '/u/TheRealTenpro' has given '/u/Theillustrafier' lambda! +[2020-08-25 17:41:02,829] /u/Theillustrafier had their flair updated +[2020-08-25 17:41:39,626] '/u/TheRealTenpro' has given '/u/Dr3dH3d' lambda! +[2020-08-25 17:41:42,650] /u/Dr3dH3d had their flair updated +[2020-08-25 17:42:06,865] '/u/TheRealTenpro' has given '/u/xPento' lambda! +[2020-08-25 17:42:09,615] /u/xPento had their flair updated +[2020-08-25 17:42:34,550] '/u/TheRealTenpro' has given '/u/Heavy_Rain_' lambda! +[2020-08-25 17:42:37,124] /u/Heavy_Rain_ had their flair updated +[2020-08-25 17:43:11,443] '/u/TheRealTenpro' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-25 17:43:13,984] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-25 17:43:39,316] /u/WellNata had their flair updated +[2020-08-25 17:49:12,088] '/u/mreverdred01' has given '/u/kingury7' lambda! +[2020-08-25 17:49:14,052] /u/kingury7 had their flair updated +[2020-08-25 17:49:51,342] '/u/Chankyi' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-25 17:49:54,909] /u/BeatsandPiecesYT had their flair updated +[2020-08-25 17:51:43,247] There has been a new submission: 'Looking for feedback for niche gaming channel free lambda for feedback', with flair 'Channel Review' +[2020-08-25 17:51:49,607] /u/AndrewRSTN had their flair updated +[2020-08-25 17:52:08,118] There has been a new submission: 'Second time editing what you think?', with flair 'Video Critique' +[2020-08-25 17:52:10,151] /u/Cloud-surfer69 had their submission removed for insufficient lambda. +[2020-08-25 17:52:12,124] /u/Cloud-surfer69 had their flair updated +[2020-08-25 17:52:32,495] There has been a new submission: 'This video gets a lot of looks. Please give me feedback on what makes this video good or bad', with flair 'Channel Review' +[2020-08-25 17:52:34,626] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-25 17:52:36,580] /u/Vermont1998 had their flair updated +[2020-08-25 17:52:57,628] There has been a new submission: 'Learning how to edit videos and smoke ribs! I'll take any criticism I can get', with flair 'Video Critique' +[2020-08-25 17:52:59,157] /u/Supasauce42 had their submission removed for insufficient lambda. +[2020-08-25 17:53:01,026] /u/Supasauce42 had their flair updated +[2020-08-25 17:53:20,100] There has been a new submission: 'Creepypasta "Dein Kunstwerk" [German/Deutsch]', with flair 'Art' +[2020-08-25 17:53:21,973] /u/TaxKey8405 had their submission removed for insufficient lambda. +[2020-08-25 17:53:24,109] /u/TaxKey8405 had their flair updated +[2020-08-25 17:53:42,870] There has been a new submission: 'A video essay about love stories in fiction! I analyze screenplays and stories from Films, TV Series, and Videogames! Could this work?? Check it out :D', with flair 'Channel Review' +[2020-08-25 17:53:46,000] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 17:53:46,003] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 17:53:47,560] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=J5z89637QaM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 17:53:47,931] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCytsXbwTvdMroN5xvs-u4Ug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 17:53:51,489] /u/whatamI_doinghere00 had their flair updated +[2020-08-25 17:54:09,881] There has been a new submission: 'Sea Of Noobs Part 2 | Sea Of Thieves Funny Moments', with flair 'Gaming' +[2020-08-25 17:54:11,656] /u/The-Arma-Channel had their submission removed for insufficient lambda. +[2020-08-25 17:54:13,359] /u/The-Arma-Channel had their flair updated +[2020-08-25 17:54:32,011] There has been a new submission: 'Man, this youtube thing really is too much work than expected, aint it?', with flair 'Discussion' +[2020-08-25 17:54:34,592] /u/PinoyMythbuster had their flair updated +[2020-08-25 17:54:51,650] There has been a new submission: 'Silence in the Sky . Sounds of the world . Relaxation and meditation deep in your mind', with flair 'Video Critique' +[2020-08-25 17:54:53,924] /u/Drisske had their submission removed for insufficient lambda. +[2020-08-25 17:54:56,174] /u/Drisske had their flair updated +[2020-08-25 17:57:01,217] '/u/ricktherronyt' has given '/u/DennisTheBadBoy' lambda! +[2020-08-25 17:57:03,040] /u/DennisTheBadBoy had their flair updated +[2020-08-25 17:59:14,507] '/u/SnooPineapples5753' has given '/u/Darksideseries' lambda! +[2020-08-25 17:59:16,335] /u/Darksideseries had their flair updated +[2020-08-25 18:00:13,331] There has been a new submission: 'Tips?', with flair 'Channel Review' +[2020-08-25 18:00:15,232] /u/SL4Y-_-SnakeZ had their submission removed for insufficient lambda. +[2020-08-25 18:00:17,569] /u/SL4Y-_-SnakeZ had their flair updated +[2020-08-25 18:00:38,479] There has been a new submission: 'Frank Ocean - Thinkin bout you cover. I started a channel to post covers and originals music looking for critique and tips to grow.', with flair 'Video Critique' +[2020-08-25 18:00:40,353] /u/Wont-Smith had their submission removed for insufficient lambda. +[2020-08-25 18:00:42,811] /u/Wont-Smith had their flair updated +[2020-08-25 18:01:02,532] There has been a new submission: 'What am I doing wrong?', with flair 'Discussion' +[2020-08-25 18:01:07,891] /u/heaxenly had their flair updated +[2020-08-25 18:02:59,806] '/u/Scabhammer' has given '/u/Not-Fiction-YouTube' lambda! +[2020-08-25 18:03:02,543] /u/Not-Fiction-YouTube had their flair updated +[2020-08-25 18:10:11,265] '/u/tommygun98' has given '/u/nnnishal' lambda! +[2020-08-25 18:10:14,058] /u/nnnishal had their flair updated +[2020-08-25 18:13:11,795] '/u/tommygun98' has given '/u/aishaakassim' lambda! +[2020-08-25 18:13:14,486] /u/aishaakassim had their flair updated +[2020-08-25 18:14:40,322] There has been a new submission: 'Stay up to date with the BEST & LATEST Movie/TV show trailers! Help us reach 500 subscribers :)', with flair 'Channel Review' +[2020-08-25 18:14:41,794] /u/EandH_ENT had their submission removed for insufficient lambda. +[2020-08-25 18:14:43,596] /u/EandH_ENT had their flair updated +[2020-08-25 18:29:17,408] '/u/whatamI_doinghere00' has given '/u/-BR25-' lambda! +[2020-08-25 18:29:19,906] /u/-BR25- had their flair updated +[2020-08-25 18:36:12,870] /u/Deecutz had their flair updated +[2020-08-25 18:38:40,205] There has been a new submission: 'Tips on growing a small commentary channel', with flair 'Discussion' +[2020-08-25 18:38:42,399] /u/JacksonTaylor_04 had their flair updated +[2020-08-25 18:41:37,090] '/u/BigBearBoi00' has given '/u/-BR25-' lambda! +[2020-08-25 18:41:39,964] /u/-BR25- had their flair updated +[2020-08-25 18:45:10,344] There has been a new submission: 'How do I get gud', with flair 'Discussion' +[2020-08-25 18:45:12,285] /u/SL4Y-_-SnakeZ had their flair updated +[2020-08-25 18:47:54,856] +#################### +[Aug 25 2020 18:47:54] RESTARTED +#################### + +[2020-08-25 19:31:11,974] There has been a new submission: 'Sorry!', with flair 'Collab' +[2020-08-25 19:31:17,953] /u/NoHMayor had their flair updated +[2020-08-25 19:31:36,453] There has been a new submission: 'I never post on Reddit but lets give it a shot', with flair 'Gaming' +[2020-08-25 19:31:39,308] /u/TherealBlindkitty had their submission removed for insufficient lambda. +[2020-08-25 19:31:41,439] /u/TherealBlindkitty had their flair updated +[2020-08-25 19:32:01,727] There has been a new submission: 'A Repost of my older post check it out please :)', with flair 'Channel Review' +[2020-08-25 19:32:03,319] /u/crowmeragaming had their submission removed for insufficient lambda. +[2020-08-25 19:32:05,456] /u/crowmeragaming had their flair updated +[2020-08-25 19:32:26,020] There has been a new submission: 'New Minecraft SMP - Minetopia!', with flair 'Gaming' +[2020-08-25 19:32:27,934] /u/keras141 had their submission removed for insufficient lambda. +[2020-08-25 19:32:29,996] /u/keras141 had their flair updated +[2020-08-25 19:32:49,899] There has been a new submission: 'FlightReacts FUNNY LAUGH COMPILATION!', with flair 'Thumbnail Review' +[2020-08-25 19:32:51,503] /u/TheGodOfDankness had their submission removed for insufficient lambda. +[2020-08-25 19:32:53,404] /u/TheGodOfDankness had their flair updated +[2020-08-25 19:33:20,154] '/u/jaxtnh' has given '/u/Sinamon123' lambda! +[2020-08-25 19:33:22,564] /u/Sinamon123 had their flair updated +[2020-08-25 19:34:00,717] '/u/jaxtnh' has given '/u/Goledlighting' lambda! +[2020-08-25 19:34:03,148] /u/Goledlighting had their flair updated +[2020-08-25 19:34:25,151] '/u/Scabhammer' has given '/u/Turbotoes' lambda! +[2020-08-25 19:34:27,816] /u/Turbotoes had their flair updated +[2020-08-25 19:34:52,109] '/u/jaxtnh' has given '/u/siddhant1991' lambda! +[2020-08-25 19:34:57,351] /u/siddhant1991 had their flair updated +[2020-08-25 19:42:10,001] '/u/whatamI_doinghere00' has given '/u/medfred3' lambda! +[2020-08-25 19:42:12,747] /u/medfred3 had their flair updated +[2020-08-25 19:43:40,695] '/u/VitalyVlogs' has given '/u/acceptgaming' lambda! +[2020-08-25 19:43:43,356] /u/acceptgaming had their flair updated +[2020-08-25 19:44:02,915] '/u/VitalyVlogs' has given '/u/thatguydutchy' lambda! +[2020-08-25 19:44:05,411] /u/thatguydutchy had their flair updated +[2020-08-25 19:44:26,037] '/u/VitalyVlogs' has given '/u/ameixarocha' lambda! +[2020-08-25 19:44:28,655] /u/ameixarocha had their flair updated +[2020-08-25 19:44:47,947] '/u/VitalyVlogs' has given '/u/RealMisterecks' lambda! +[2020-08-25 19:44:50,487] /u/RealMisterecks had their flair updated +[2020-08-25 19:45:08,576] '/u/phalgunnmaharishi' has given '/u/BeatsandPiecesYT' lambda! +[2020-08-25 19:45:09,969] /u/BeatsandPiecesYT had their flair updated +[2020-08-25 19:49:18,294] '/u/Scabhammer' has given '/u/OMFSquirrel' lambda! +[2020-08-25 19:49:20,379] /u/OMFSquirrel had their flair updated +[2020-08-25 19:49:51,674] '/u/Woftoki' has given '/u/PitchBlack4' lambda! +[2020-08-25 19:49:53,686] /u/PitchBlack4 had their flair updated +[2020-08-25 19:50:12,873] '/u/Woftoki' has given '/u/Adzic254' lambda! +[2020-08-25 19:50:15,746] /u/Adzic254 had their flair updated +[2020-08-25 19:51:08,128] /u/BeatsandPiecesYT had their flair updated +[2020-08-25 19:52:25,956] '/u/Sinamon123' has given '/u/ameixarocha' lambda! +[2020-08-25 19:52:28,742] /u/ameixarocha had their flair updated +[2020-08-25 19:53:03,278] '/u/Sinamon123' has given '/u/dinnergaming' lambda! +[2020-08-25 19:53:05,615] /u/dinnergaming had their flair updated +[2020-08-25 19:53:26,183] '/u/Sinamon123' has given '/u/JadedMangosOfficial' lambda! +[2020-08-25 19:53:28,520] /u/JadedMangosOfficial had their flair updated +[2020-08-25 19:54:02,255] There has been a new submission: 'Here's part 2 to my back to school video! Would love feedback on my information and the video length (I tried to cut out as much as I could without getting rid of any useful information). And before anyone mentions it, this was filmed before I got my new lights. Upcoming videos should look better.', with flair 'Art' +[2020-08-25 19:54:04,422] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 19:54:04,424] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 19:54:05,366] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mKslB-ZEi1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:54:05,858] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:54:08,685] /u/AlsleumMusic had their flair updated +[2020-08-25 19:54:26,589] There has been a new submission: 'Is there a Non english speaking youtuber who changed their language to english and the channel still thrived ?', with flair 'Discussion' +[2020-08-25 19:54:28,391] /u/Zinin2018 had their flair updated +[2020-08-25 19:54:47,014] There has been a new submission: 'Influencer Teaches Me How to be Happy (?) | Lambda for helpful feedback :)', with flair 'Video Critique' +[2020-08-25 19:54:48,037] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 19:54:48,079] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 19:54:48,856] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DWFuGCUhdAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:54:49,271] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRUQtUghDrC6EUYckaKE3mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:54:52,018] /u/midnightjenga had their flair updated +[2020-08-25 19:55:10,361] There has been a new submission: 'Here's part 2 to my back to school video! Would love feedback on my information and the video length (I tried to cut out as much as I could without getting rid of any useful information). And before anyone mentions it, this was filmed before I got my new lights. Upcoming videos should look better.', with flair 'Art' +[2020-08-25 19:55:11,219] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 19:55:11,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 19:55:12,238] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mKslB-ZEi1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:55:12,570] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 19:55:15,070] /u/AlsleumMusic had their flair updated +[2020-08-25 19:55:32,809] There has been a new submission: 'Here's part 2 to my back to school video! Would love feedback on my information and the video length (I tried to cut out as much as I could without getting rid of any useful information). And before anyone mentions it, this was filmed before I got my new lights. Upcoming videos should look better.', with flair 'Art' +[2020-08-25 19:55:34,363] /u/AlsleumMusic had their submission removed for insufficient lambda. +[2020-08-25 19:55:36,459] /u/AlsleumMusic had their flair updated +[2020-08-25 19:55:54,091] There has been a new submission: 'I need more Roblox YouTubers to connect with!!', with flair 'Gaming' +[2020-08-25 19:55:55,322] /u/KendallsPlayland had their submission removed for insufficient lambda. +[2020-08-25 19:55:56,680] /u/KendallsPlayland had their flair updated +[2020-08-25 19:56:14,097] There has been a new submission: 'Playing this DEAD Naruto Game', with flair 'Gaming' +[2020-08-25 19:56:15,776] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-25 19:56:17,581] /u/Silly-Sammy had their flair updated +[2020-08-25 19:56:34,873] There has been a new submission: 'Hello I did a video on acne removal and I will be glad for you to check it and share with me your ideas', with flair 'Video Critique' +[2020-08-25 19:56:35,891] /u/makoma_baki had their submission removed for insufficient lambda. +[2020-08-25 19:56:37,080] /u/makoma_baki had their flair updated +[2020-08-25 19:56:54,091] There has been a new submission: 'So I posted my first video a few days ago. Any input. I think I wrote it to much like a school paper with no hummer to make it entertaining to watch.', with flair 'Video Critique' +[2020-08-25 19:56:55,163] /u/inspectorwho7 had their submission removed for insufficient lambda. +[2020-08-25 19:56:56,349] /u/inspectorwho7 had their flair updated +[2020-08-25 19:57:11,963] There has been a new submission: 'MESSAGE TO BANKSY... رسالة لبانكسي', with flair 'Video Critique' +[2020-08-25 19:57:12,943] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-25 19:57:14,046] /u/Xander2KBarqs123 had their flair updated +[2020-08-25 19:57:27,695] There has been a new submission: 'I want to improve my videos, criticism would be greatly appreciated.', with flair 'Video Critique' +[2020-08-25 19:57:29,459] /u/DaRealjuff had their submission removed for insufficient lambda. +[2020-08-25 19:57:31,100] /u/DaRealjuff had their flair updated +[2020-08-25 20:02:14,107] There has been a new submission: 'THE LAST OF US 2 Walkthrough Gameplay Part 25 - The Coast (The Last Of U...', with flair 'Gaming' +[2020-08-25 20:02:15,578] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-25 20:02:17,546] /u/CecliusPlaysHD had their flair updated +[2020-08-25 20:06:30,332] There has been a new submission: 'Looking for a channel review for my channel - UnboringTV', with flair 'Channel Review' +[2020-08-25 20:06:31,639] /u/laurm84 had their submission removed for insufficient lambda. +[2020-08-25 20:06:32,996] /u/laurm84 had their flair updated +[2020-08-25 20:07:23,952] There has been a new submission: 'I made a comment comeback to my video about kpop stans hope you guys like it tell me if you do or don't.', with flair 'Video Critique' +[2020-08-25 20:07:24,812] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 20:07:24,814] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 20:07:25,834] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0JIp5gChXIk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 20:07:26,326] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGHfWfls4E8lOvACaK0ghwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 20:07:28,782] /u/thatguydutchy had their flair updated +[2020-08-25 20:10:16,924] '/u/Deecutz' has given '/u/ImmerseInNature' lambda! +[2020-08-25 20:10:20,118] /u/ImmerseInNature had their flair updated +[2020-08-25 20:19:28,998] There has been a new submission: 'I just started a YT Channel and I’d love some feedback on my most recent video and my channel layout as a whole, thank you so so much!', with flair 'Channel Review' +[2020-08-25 20:19:29,860] /u/Primary_Customer4695 had their submission removed for insufficient lambda. +[2020-08-25 20:19:30,433] /u/Primary_Customer4695 had their flair updated +[2020-08-25 20:20:33,527] '/u/AndrewRSTN' has given '/u/DennisTheBadBoy' lambda! +[2020-08-25 20:20:36,473] /u/DennisTheBadBoy had their flair updated +[2020-08-25 20:21:00,942] '/u/AndrewRSTN' has given '/u/Boomer_Warfare' lambda! +[2020-08-25 20:21:03,931] /u/Boomer_Warfare had their flair updated +[2020-08-25 20:22:11,182] '/u/AndrewRSTN' has given '/u/medfred3' lambda! +[2020-08-25 20:22:13,846] /u/medfred3 had their flair updated +[2020-08-25 20:22:37,075] '/u/Bowerz123' has given '/u/ShikharTrivedi' lambda! +[2020-08-25 20:22:39,944] /u/ShikharTrivedi had their flair updated +[2020-08-25 20:23:34,459] '/u/Bowerz123' has given '/u/dinnergaming' lambda! +[2020-08-25 20:23:37,282] /u/dinnergaming had their flair updated +[2020-08-25 20:23:56,278] There has been a new submission: '5 minutes Relaxing Stream', with flair 'Art' +[2020-08-25 20:23:57,959] /u/KratomitesBoulderers had their submission removed for insufficient lambda. +[2020-08-25 20:23:59,727] /u/KratomitesBoulderers had their flair updated +[2020-08-25 20:26:07,601] There has been a new submission: 'Tips for audience retention', with flair 'Discussion' +[2020-08-25 20:26:09,573] /u/emyschiffer had their flair updated +[2020-08-25 20:38:52,225] '/u/jaxtnh' has given '/u/Redmond93' lambda! +[2020-08-25 20:38:54,363] /u/Redmond93 had their flair updated +[2020-08-25 20:47:50,976] +#################### +[Aug 25 2020 20:47:50] RESTARTED +#################### + +[2020-08-25 21:30:09,191] There has been a new submission: 'Which tool to use for cutting music? Used built-in Shotcut but result is bad I guess - or? Any tips?', with flair 'Channel Review' +[2020-08-25 21:30:10,814] /u/bustacell had their submission removed for insufficient lambda. +[2020-08-25 21:30:13,182] /u/bustacell had their flair updated +[2020-08-25 21:30:21,681] There has been a new submission: 'Modern Warfare Montage! Any feedback is appreciated. I will be giving lambda to those that help!', with flair 'Video Critique' +[2020-08-25 21:30:22,190] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 21:30:22,204] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 21:30:22,662] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6fDgyUeR2j4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:30:22,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCko1McHl3a5KiJEPCFSzO2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:30:26,346] /u/medfred3 had their flair updated +[2020-08-25 21:30:45,478] There has been a new submission: 'What is your favourite kill?', with flair 'Gaming' +[2020-08-25 21:30:47,275] /u/thejustpure had their submission removed for insufficient lambda. +[2020-08-25 21:30:49,606] /u/thejustpure had their flair updated +[2020-08-25 21:31:08,700] There has been a new submission: 'I decided to cover one of the best music songs ever, Wide Putin song (AKA Song For Denise), I'd love to get some feedback and learn more, thanks for your attention', with flair 'Video Critique' +[2020-08-25 21:31:10,221] /u/Pynote had their submission removed for insufficient lambda. +[2020-08-25 21:31:12,510] /u/Pynote had their flair updated +[2020-08-25 21:31:31,760] There has been a new submission: 'Check out my new trick mehndi design hope you will all like my trick 😊keep supporting me it's mean a lot to me', with flair 'Art' +[2020-08-25 21:31:33,400] /u/Iqra-Entertainment had their submission removed for insufficient lambda. +[2020-08-25 21:31:35,576] /u/Iqra-Entertainment had their flair updated +[2020-08-25 21:31:54,706] There has been a new submission: 'Small, struggling YouTube channel, any good ways for me to fix this.', with flair 'Discussion' +[2020-08-25 21:31:57,086] /u/castledconch had their flair updated +[2020-08-25 21:32:20,899] '/u/MrMoo-Youtube' has given '/u/dinnergaming' lambda! +[2020-08-25 21:32:23,479] /u/dinnergaming had their flair updated +[2020-08-25 21:32:58,511] '/u/VitalyVlogs' has given '/u/OMFSquirrel' lambda! +[2020-08-25 21:33:01,084] /u/OMFSquirrel had their flair updated +[2020-08-25 21:34:33,291] /u/thatguydutchy had their flair updated +[2020-08-25 21:35:20,429] '/u/midnightjenga' has given '/u/tommygun98' lambda! +[2020-08-25 21:35:22,967] /u/tommygun98 had their flair updated +[2020-08-25 21:37:07,812] '/u/medfred3' has given '/u/OMFSquirrel' lambda! +[2020-08-25 21:37:09,978] /u/OMFSquirrel had their flair updated +[2020-08-25 21:39:36,823] There has been a new submission: 'Sleeping Bear Dunes - Dreams Come True', with flair 'Video Critique' +[2020-08-25 21:39:37,686] /u/samaugust101 had their submission removed for insufficient lambda. +[2020-08-25 21:39:38,177] /u/samaugust101 had their flair updated +[2020-08-25 21:39:54,441] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Aug 25 2020)', with flair 'None' +[2020-08-25 21:40:08,812] There has been a new submission: 'Gifting my Girlfriend a gift she's always wanted', with flair 'Video Critique' +[2020-08-25 21:40:10,410] /u/mackenziekillz had their submission removed for insufficient lambda. +[2020-08-25 21:40:12,790] /u/mackenziekillz had their flair updated +[2020-08-25 21:40:32,501] There has been a new submission: 'Lufia 2 Cave to Sundletan', with flair 'Gaming' +[2020-08-25 21:40:34,422] /u/Boojeezy had their submission removed for insufficient lambda. +[2020-08-25 21:40:36,717] /u/Boojeezy had their flair updated +[2020-08-25 21:40:57,629] There has been a new submission: 'Chrono Trigger Back to the middle ages', with flair 'Gaming' +[2020-08-25 21:40:59,395] /u/Boojeezy had their submission removed for insufficient lambda. +[2020-08-25 21:41:01,647] /u/Boojeezy had their flair updated +[2020-08-25 21:42:50,560] '/u/tommygun98' has given '/u/DaRealjuff' lambda! +[2020-08-25 21:42:52,984] /u/DaRealjuff had their flair updated +[2020-08-25 21:43:09,359] '/u/tommygun98' has given '/u/OMFSquirrel' lambda! +[2020-08-25 21:43:11,861] /u/OMFSquirrel had their flair updated +[2020-08-25 21:43:59,433] /u/mackenziekillz had their flair updated +[2020-08-25 21:45:16,231] '/u/Bowerz123' has given '/u/OMFSquirrel' lambda! +[2020-08-25 21:45:17,689] /u/OMFSquirrel had their flair updated +[2020-08-25 21:46:00,239] There has been a new submission: 'Giving LAMBDA for honest feedback / critiques / advice!! (This edit was a bit tricky compared to my others, so I'd love to know what worked / didn't.)', with flair 'Video Critique' +[2020-08-25 21:46:01,260] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 21:46:01,261] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 21:46:02,202] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=udpZYclH7SU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:46:02,730] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiXBpptHdj9Hogdm04g7oqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:46:04,941] /u/thefamousap had their flair updated +[2020-08-25 21:46:25,797] There has been a new submission: 'Let's Play Raft Co op - Episode 3 | Kingslayer (We added a "This Episode" highlight at the start as well as a "Last Episode" recap, as per people's feedback! Feedback is highly welcome!)', with flair 'Gaming' +[2020-08-25 21:46:26,738] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 21:46:26,739] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 21:46:27,644] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K-TO3_09VHE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:46:28,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:46:30,440] /u/OMFSquirrel had their flair updated +[2020-08-25 21:48:28,333] There has been a new submission: '"Who are you, a human, once a mortal, to defy our traditions?" -Khan Maykr (Doom Eternal: Urdak)', with flair 'Gaming' +[2020-08-25 21:48:29,192] /u/LotsOfDads had their submission removed for insufficient lambda. +[2020-08-25 21:48:29,973] /u/LotsOfDads had their flair updated +[2020-08-25 21:53:49,367] There has been a new submission: 'Hi smallYTchannel my content is PUBG game play video need some advice for my Channel', with flair 'Gaming' +[2020-08-25 21:53:50,796] /u/Ruhulaminart had their submission removed for insufficient lambda. +[2020-08-25 21:53:52,597] /u/Ruhulaminart had their flair updated +[2020-08-25 21:54:45,269] There has been a new submission: 'LEARNING MEME SONGS IN 24 HOURS', with flair 'Video Critique' +[2020-08-25 21:54:46,415] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 21:54:46,453] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 21:54:47,274] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mNtUjeA7XmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:54:47,724] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 21:54:50,757] /u/rondislap had their flair updated +[2020-08-25 22:04:52,374] There has been a new submission: 'Modern Warfare Pea Shooter Experience.EXE', with flair 'Gaming' +[2020-08-25 22:04:53,845] /u/Zaldeyy had their submission removed for insufficient lambda. +[2020-08-25 22:04:55,566] /u/Zaldeyy had their flair updated +[2020-08-25 22:13:28,312] There has been a new submission: 'Halloween multi fandom Collab opening soon!', with flair 'Collab' +[2020-08-25 22:13:30,565] /u/TacoMoTheDudeividual had their flair updated +[2020-08-25 22:23:36,387] '/u/Scabhammer' has given '/u/tyler_pucella' lambda! +[2020-08-25 22:23:38,337] /u/tyler_pucella had their flair updated +[2020-08-25 22:23:58,320] '/u/Scabhammer' has given '/u/tommygun98' lambda! +[2020-08-25 22:24:00,141] /u/tommygun98 had their flair updated +[2020-08-25 22:24:32,868] There has been a new submission: 'Joey's comedy tour maybe the laugh you need today', with flair 'Gaming' +[2020-08-25 22:24:34,182] /u/BuddyPlaysYT had their submission removed for insufficient lambda. +[2020-08-25 22:24:35,974] /u/BuddyPlaysYT had their flair updated +[2020-08-25 22:28:36,194] '/u/rondislap' has given '/u/RsTGEKO' lambda! +[2020-08-25 22:28:38,196] /u/RsTGEKO had their flair updated +[2020-08-25 22:28:56,462] There has been a new submission: 'Lost my job in the pandemic so decided to do what I love and make some content with it', with flair 'Video Critique' +[2020-08-25 22:28:58,303] /u/beakerfunk had their submission removed for insufficient lambda. +[2020-08-25 22:28:59,164] /u/beakerfunk had their flair updated +[2020-08-25 22:33:25,353] There has been a new submission: 'Nikacado Avocado AKA THE HUMAN TRASH COMPACTOR (Deep Dive)', with flair 'Video Critique' +[2020-08-25 22:33:26,988] /u/Jersey8291 had their submission removed for insufficient lambda. +[2020-08-25 22:33:28,996] /u/Jersey8291 had their flair updated +[2020-08-25 22:34:36,927] There has been a new submission: 'Episode Six: A Devastating Loss', with flair 'Gaming' +[2020-08-25 22:34:38,278] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-08-25 22:34:40,124] /u/majin_hendrix had their flair updated +[2020-08-25 22:34:58,401] There has been a new submission: 'Need Criticism, will give Lambada', with flair 'Video Critique' +[2020-08-25 22:34:59,388] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-25 22:34:59,389] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-25 22:35:00,446] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8aaUUTixTvY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 22:35:00,857] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT7kWjTZw0eV5tEthqwD0fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-25 22:35:03,394] /u/DaRealjuff had their flair updated +[2020-08-25 22:35:50,747] There has been a new submission: 'Jets and Helicopter low passes - How is the compilation?', with flair 'Video Critique' +[2020-08-25 22:35:52,062] /u/swiftwindwalker had their submission removed for insufficient lambda. +[2020-08-25 22:35:53,577] /u/swiftwindwalker had their flair updated +[2020-08-25 22:40:29,173] There has been a new submission: 'hey guys just released a review on budget gaming keyboard on my yt channel let me know what you think', with flair 'Channel Review' +[2020-08-25 22:40:30,695] /u/mithycalgingy had their submission removed for insufficient lambda. +[2020-08-25 22:40:32,967] /u/mithycalgingy had their flair updated +[2020-08-25 22:41:58,658] There has been a new submission: 'Wanna post highlights from my league games daily :O Fingers crossed for my consistency!', with flair 'Gaming' +[2020-08-25 22:42:00,148] /u/doloresman had their submission removed for insufficient lambda. +[2020-08-25 22:42:02,243] /u/doloresman had their flair updated +[2020-08-25 22:47:45,226] +#################### +[Aug 25 2020 22:47:45] RESTARTED +#################### + +[2020-08-25 23:30:12,155] There has been a new submission: 'pokimane breaks down in this video, hurts my heart to see.', with flair 'Gaming' +[2020-08-25 23:30:13,756] /u/Kinoshuma had their submission removed for insufficient lambda. +[2020-08-25 23:30:16,253] /u/Kinoshuma had their flair updated +[2020-08-25 23:30:33,376] There has been a new submission: 'come check out our videos! we all put a lot of effort into it and would like to rack in some new views for the world to see!!!', with flair 'Gaming' +[2020-08-25 23:30:35,059] /u/Official_RTB had their submission removed for insufficient lambda. +[2020-08-25 23:30:37,436] /u/Official_RTB had their flair updated +[2020-08-25 23:30:57,107] There has been a new submission: 'ASMR | Kickin’ it Old School | e.l.f. 80s VIBES PALETTE 🕶 ASMRsleep #ACMP 🕶AGGRESSIVE TAPPING', with flair 'Video Critique' +[2020-08-25 23:30:58,867] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-08-25 23:31:01,091] /u/tballs2003 had their flair updated +[2020-08-25 23:31:39,800] '/u/thefamousap' has given '/u/RsTGEKO' lambda! +[2020-08-25 23:31:42,387] /u/RsTGEKO had their flair updated +[2020-08-25 23:32:19,214] /u/RsTGEKO had their flair updated +[2020-08-25 23:32:54,034] '/u/thefamousap' has given '/u/DaRealjuff' lambda! +[2020-08-25 23:32:57,111] /u/DaRealjuff had their flair updated +[2020-08-25 23:33:31,996] '/u/thefamousap' has given '/u/xPento' lambda! +[2020-08-25 23:33:35,035] /u/xPento had their flair updated +[2020-08-25 23:34:37,322] '/u/OMFSquirrel' has given '/u/xPento' lambda! +[2020-08-25 23:34:39,903] /u/xPento had their flair updated +[2020-08-25 23:35:12,607] '/u/rondislap' has given '/u/xPento' lambda! +[2020-08-25 23:35:15,023] /u/xPento had their flair updated +[2020-08-25 23:35:33,814] '/u/rondislap' has given '/u/hortingo' lambda! +[2020-08-25 23:35:36,148] /u/hortingo had their flair updated +[2020-08-25 23:36:37,464] '/u/kingury7' has given '/u/Boing_gaming' lambda! +[2020-08-25 23:36:39,799] /u/Boing_gaming had their flair updated +[2020-08-25 23:39:49,215] There has been a new submission: 'Please checkout my YouTube channel: vintageoctober ❤️', with flair 'Vlog' +[2020-08-25 23:39:50,562] /u/vintageoct0ber had their submission removed for insufficient lambda. +[2020-08-25 23:39:51,054] /u/vintageoct0ber had their flair updated +[2020-08-25 23:40:07,668] There has been a new submission: 'Thanks guys for 25 subscribers. Here a new Vid!', with flair 'Gaming' +[2020-08-25 23:40:09,267] /u/Disconnnection had their submission removed for insufficient lambda. +[2020-08-25 23:40:11,720] /u/Disconnnection had their flair updated +[2020-08-25 23:40:31,769] There has been a new submission: 'I reviewed a dish of Eggs & Hotdogs & Garlic....check it out', with flair 'Channel Review' +[2020-08-25 23:40:33,408] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-25 23:40:35,699] /u/Vermont1998 had their flair updated +[2020-08-25 23:40:57,156] There has been a new submission: 'hehehe get Doom Slayer'ed', with flair 'Gaming' +[2020-08-25 23:40:58,875] /u/zidane-yes had their submission removed for insufficient lambda. +[2020-08-25 23:41:01,126] /u/zidane-yes had their flair updated +[2020-08-25 23:42:43,467] There has been a new submission: 'ONE TAPPING KIDS WITH PISTOLS', with flair 'Gaming' +[2020-08-25 23:42:44,827] /u/ismaelguerra101 had their submission removed for insufficient lambda. +[2020-08-25 23:42:46,790] /u/ismaelguerra101 had their flair updated +[2020-08-25 23:44:02,362] There has been a new submission: 'Keep Up The Good Work', with flair 'Discussion' +[2020-08-25 23:44:04,488] /u/UglyyGuy had their flair updated +[2020-08-25 23:48:19,643] There has been a new submission: 'Looking for feedback on my first Minecraft video!', with flair 'Video Critique' +[2020-08-25 23:48:20,752] /u/TannerLe5 had their submission removed for insufficient lambda. +[2020-08-25 23:48:21,615] /u/TannerLe5 had their flair updated +[2020-08-25 23:59:14,538] '/u/thefamousap' has given '/u/dreamkonstantine' lambda! +[2020-08-25 23:59:16,217] /u/dreamkonstantine had their flair updated +[2020-08-26 00:00:10,647] '/u/thefamousap' has given '/u/TheBaconRob' lambda! +[2020-08-26 00:00:12,940] /u/TheBaconRob had their flair updated +[2020-08-26 00:01:22,105] There has been a new submission: 'My cover of "Nutshell" by Alice in Chains', with flair 'Art' +[2020-08-26 00:01:23,623] /u/Drewdoesmusic11 had their submission removed for insufficient lambda. +[2020-08-26 00:01:25,874] /u/Drewdoesmusic11 had their flair updated +[2020-08-26 00:04:06,705] There has been a new submission: 'This is the best build for nba 2k21!!! Come by drop a like, comment and subscribe!', with flair 'Gaming' +[2020-08-26 00:04:08,179] /u/2kgamerr had their submission removed for insufficient lambda. +[2020-08-26 00:04:10,020] /u/2kgamerr had their flair updated +[2020-08-26 00:06:11,673] There has been a new submission: 'CHECK IT OUT', with flair 'Gaming' +[2020-08-26 00:06:12,900] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-26 00:06:14,380] /u/TntThiefGamerYT had their flair updated +[2020-08-26 00:07:03,134] '/u/midnightjenga' has given '/u/DaRealjuff' lambda! +[2020-08-26 00:07:05,385] /u/DaRealjuff had their flair updated +[2020-08-26 00:11:16,247] There has been a new submission: 'rick astley watches shrek', with flair 'Gaming' +[2020-08-26 00:11:17,885] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-08-26 00:11:20,155] /u/SidelingRug2747 had their flair updated +[2020-08-26 00:11:58,903] '/u/rondislap' has given '/u/dreamkonstantine' lambda! +[2020-08-26 00:12:01,151] /u/dreamkonstantine had their flair updated +[2020-08-26 00:18:50,020] There has been a new submission: 'Jordan 3 Retro UNC 2020 Unboxing (Poshkicks) / Jnation', with flair 'Video Critique' +[2020-08-26 00:18:50,923] /u/ItzYeBoiJJ had their submission removed for insufficient lambda. +[2020-08-26 00:18:51,743] /u/ItzYeBoiJJ had their flair updated +[2020-08-26 00:20:09,644] There has been a new submission: 'Mac Miller - “Look At You” ft. Earl Sweatshirt (Billy Hoyle Remix)', with flair 'Art' +[2020-08-26 00:20:11,205] /u/SoulViber had their submission removed for insufficient lambda. +[2020-08-26 00:20:13,584] /u/SoulViber had their flair updated +[2020-08-26 00:21:30,064] '/u/thatguydutchy' has given '/u/RsTGEKO' lambda! +[2020-08-26 00:21:32,858] /u/RsTGEKO had their flair updated +[2020-08-26 00:22:40,755] There has been a new submission: 'I know the ambience niche is saturated but would you guys let me know what you think of my channel?', with flair 'Channel Review' +[2020-08-26 00:22:42,151] /u/superspookyman had their submission removed for insufficient lambda. +[2020-08-26 00:22:44,490] /u/superspookyman had their flair updated +[2020-08-26 00:25:23,731] '/u/thatguydutchy' has given '/u/DaRealjuff' lambda! +[2020-08-26 00:25:25,907] /u/DaRealjuff had their flair updated +[2020-08-26 00:29:46,512] '/u/thatguydutchy' has given '/u/ImmerseInNature' lambda! +[2020-08-26 00:29:48,354] /u/ImmerseInNature had their flair updated +[2020-08-26 00:34:24,753] There has been a new submission: 'I'm a new Youtuber looking for ways to grow my channel (only 16 subs)! I make PUBGM Troll and Music Videos! Any support or feedback is appreciated!', with flair 'Gaming' +[2020-08-26 00:34:26,224] /u/RedditUser1780 had their submission removed for insufficient lambda. +[2020-08-26 00:34:28,031] /u/RedditUser1780 had their flair updated +[2020-08-26 00:36:08,133] There has been a new submission: 'My Honest Opinion on Marvel's Avengers', with flair 'Video Critique' +[2020-08-26 00:36:09,982] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 00:36:10,021] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 00:36:11,942] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=t3ebM2V63NU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 00:36:12,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMwuFrA3ifhAt3RtbYfsRVw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 00:36:14,854] /u/WummytheG had their flair updated +[2020-08-26 00:40:56,965] There has been a new submission: 'Encouragement post!! I've been at this for almost 3 years and JUST crossed 1000 subs. You can do this!!! Keep making your content and the subs will come :)', with flair 'Channel Review' +[2020-08-26 00:40:58,813] /u/jonfosterdrummer had their submission removed for insufficient lambda. +[2020-08-26 00:41:01,565] /u/jonfosterdrummer had their flair updated +[2020-08-26 00:44:46,487] There has been a new submission: 'New to YT and want some advice on where to go from this video ❤️💯', with flair 'Gaming' +[2020-08-26 00:44:47,881] /u/SimplySoper had their submission removed for insufficient lambda. +[2020-08-26 00:44:49,642] /u/SimplySoper had their flair updated +[2020-08-26 00:47:45,191] +#################### +[Aug 26 2020 00:47:45] RESTARTED +#################### + +[2020-08-26 01:29:06,505] There has been a new submission: '"Pointing the Finger- Epic Games"- Constructive feedback would be appreciated. I plan to release more videos in this format, but with more critique and less profanity, just to get my points across.', with flair 'Video Critique' +[2020-08-26 01:29:07,572] /u/JackBoxall1 had their submission removed for insufficient lambda. +[2020-08-26 01:29:08,185] /u/JackBoxall1 had their flair updated +[2020-08-26 01:29:24,899] There has been a new submission: 'THE OFFICE (down south)', with flair 'Channel Review' +[2020-08-26 01:29:25,676] /u/mrhunterlee had their submission removed for insufficient lambda. +[2020-08-26 01:29:26,208] /u/mrhunterlee had their flair updated +[2020-08-26 01:29:43,031] There has been a new submission: 'Ноw tо Opеn a Beеr Bоttle with сhopsticks', with flair 'Video Critique' +[2020-08-26 01:29:45,120] /u/JimSmithFF had their submission removed for insufficient lambda. +[2020-08-26 01:29:45,531] /u/JimSmithFF had their flair updated +[2020-08-26 01:30:01,241] There has been a new submission: 'I've gotten in a little bit of a binder when making my channel and currently thinking of a rebranding', with flair 'Channel Review' +[2020-08-26 01:30:03,032] /u/Redmond93 had their submission removed for insufficient lambda. +[2020-08-26 01:30:06,024] /u/Redmond93 had their flair updated +[2020-08-26 01:30:13,115] There has been a new submission: 'My Best Video', with flair 'Channel Review' +[2020-08-26 01:30:14,736] /u/AaronBlade6 had their submission removed for insufficient lambda. +[2020-08-26 01:30:17,063] /u/AaronBlade6 had their flair updated +[2020-08-26 01:31:10,261] '/u/kabukidanshi' has given '/u/Redmond93' lambda! +[2020-08-26 01:31:13,013] /u/Redmond93 had their flair updated +[2020-08-26 01:31:33,491] '/u/Sub2TheActualShadow' has given '/u/laurm84' lambda! +[2020-08-26 01:31:35,997] /u/laurm84 had their flair updated +[2020-08-26 01:32:40,604] '/u/Sub2TheActualShadow' has given '/u/OMFSquirrel' lambda! +[2020-08-26 01:32:43,311] /u/OMFSquirrel had their flair updated +[2020-08-26 01:33:02,837] '/u/Sub2TheActualShadow' has given '/u/makoma_baki' lambda! +[2020-08-26 01:33:05,131] /u/makoma_baki had their flair updated +[2020-08-26 01:33:54,226] '/u/Sub2TheActualShadow' has given '/u/frankstan33' lambda! +[2020-08-26 01:33:56,895] /u/frankstan33 had their flair updated +[2020-08-26 01:35:28,955] '/u/Sub2TheActualShadow' has given '/u/Haveyouheardthis-' lambda! +[2020-08-26 01:35:31,450] /u/Haveyouheardthis- had their flair updated +[2020-08-26 01:35:50,074] '/u/AlsleumMusic' has given '/u/OMFSquirrel' lambda! +[2020-08-26 01:35:52,331] /u/OMFSquirrel had their flair updated +[2020-08-26 01:36:26,533] '/u/Sub2TheActualShadow' has given '/u/JevGeek55555' lambda! +[2020-08-26 01:36:28,449] /u/JevGeek55555 had their flair updated +[2020-08-26 01:36:49,750] /u/RealMisterecks had their flair updated +[2020-08-26 01:37:22,152] '/u/WummytheG' has given '/u/TheLuiginator' lambda! +[2020-08-26 01:37:24,365] /u/TheLuiginator had their flair updated +[2020-08-26 01:37:42,607] '/u/WummytheG' has given '/u/Djbernie805' lambda! +[2020-08-26 01:37:44,943] /u/Djbernie805 had their flair updated +[2020-08-26 01:38:02,791] '/u/thefamousap' has given '/u/robthirty' lambda! +[2020-08-26 01:38:04,181] /u/robthirty had their flair updated +[2020-08-26 01:43:53,335] There has been a new submission: 'Kittens and Music Streams', with flair 'Channel Review' +[2020-08-26 01:43:54,689] /u/Chill_Catmosphere had their submission removed for insufficient lambda. +[2020-08-26 01:43:56,290] /u/Chill_Catmosphere had their flair updated +[2020-08-26 01:44:14,761] There has been a new submission: 'Who Is Better', with flair 'Discussion' +[2020-08-26 01:44:16,609] /u/AaronBlade6 had their flair updated +[2020-08-26 01:44:36,034] There has been a new submission: 'DOOM but it's SIMP DRAMA | Simp Eternal (2020)', with flair 'Gaming' +[2020-08-26 01:44:37,347] /u/FakeDoorFactory had their submission removed for insufficient lambda. +[2020-08-26 01:44:39,598] /u/FakeDoorFactory had their flair updated +[2020-08-26 01:44:57,587] There has been a new submission: 'Looking for Low paying software job???', with flair 'Video Critique' +[2020-08-26 01:44:59,434] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 01:44:59,554] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 01:45:00,378] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y-XE_wTd-wY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:45:00,831] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIw9p-0zI1rEPEs_SS6fDkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:45:03,443] /u/codephony had their flair updated +[2020-08-26 01:45:09,448] There has been a new submission: 'Could I get advice on my Youtube Channel!', with flair 'Channel Review' +[2020-08-26 01:45:10,517] /u/FakeOtzdarva had their submission removed for insufficient lambda. +[2020-08-26 01:45:11,874] /u/FakeOtzdarva had their flair updated +[2020-08-26 01:45:18,092] There has been a new submission: 'New Female Horror Narrator on YouTube Who Wants Your Feedback and Video Critique!', with flair 'Video Critique' +[2020-08-26 01:45:19,229] /u/TheDarkRealm2020 had their submission removed for insufficient lambda. +[2020-08-26 01:45:20,879] /u/TheDarkRealm2020 had their flair updated +[2020-08-26 01:45:41,694] '/u/codephony' has given '/u/Djbernie805' lambda! +[2020-08-26 01:45:43,869] /u/Djbernie805 had their flair updated +[2020-08-26 01:47:59,634] There has been a new submission: 'Subway surfers', with flair 'None' +[2020-08-26 01:48:00,454] /u/Gretchiecomics had their submission removed for insufficient lambda. +[2020-08-26 01:48:01,317] /u/Gretchiecomics had their flair updated +[2020-08-26 01:50:53,072] There has been a new submission: 'NEW HERE 😊', with flair 'Video Critique' +[2020-08-26 01:50:54,672] /u/Jazminalexis had their submission removed for insufficient lambda. +[2020-08-26 01:50:56,930] /u/Jazminalexis had their flair updated +[2020-08-26 01:52:01,175] '/u/codephony' has given '/u/danifernt' lambda! +[2020-08-26 01:52:03,635] /u/danifernt had their flair updated +[2020-08-26 01:52:23,777] There has been a new submission: '!givelambda for any advice for the video. I give awards and trophys to either comments on the actual video on YT or subscribers', with flair 'Video Critique' +[2020-08-26 01:52:24,717] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 01:52:24,718] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 01:52:25,824] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jzi-PrEdvaM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:52:26,235] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:52:29,184] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-26 01:55:30,920] There has been a new submission: 'Jacob Blake Shooting Explained #JacobBlake #WisconsinProtest #WisconsinR...', with flair 'Video Critique' +[2020-08-26 01:55:32,183] /u/UnCuttCoffee had their submission removed for insufficient lambda. +[2020-08-26 01:55:33,700] /u/UnCuttCoffee had their flair updated +[2020-08-26 01:58:23,522] There has been a new submission: 'I Painted a Doodle Cake On My iPad Pro (Satisfying) Time-lapse! Let me know what you think and I’ll give you some cake... i mean !lambda', with flair 'Video Critique' +[2020-08-26 01:58:24,470] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 01:58:24,589] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 01:58:25,372] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4QE-bzAStxk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:58:25,739] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 01:58:27,585] /u/Djbernie805 had their flair updated +[2020-08-26 02:08:25,578] There has been a new submission: 'Am I making crappy videos?', with flair 'None' +[2020-08-26 02:08:26,598] /u/DizzyMajor5 had their submission removed for insufficient lambda. +[2020-08-26 02:08:27,621] /u/DizzyMajor5 had their flair updated +[2020-08-26 02:11:45,698] There has been a new submission: 'Making the lambda rain', with flair 'Channel Review' +[2020-08-26 02:11:47,278] /u/audreyalllen had their submission removed for insufficient lambda. +[2020-08-26 02:11:49,503] /u/audreyalllen had their flair updated +[2020-08-26 02:12:23,499] There has been a new submission: 'New how to animate series advice', with flair 'Discussion' +[2020-08-26 02:12:25,937] /u/OzyIllustrates had their flair updated +[2020-08-26 02:15:08,676] There has been a new submission: 'Do You Guys Think This is a Perfect Length for a Video? What Things Can I Do to Promote My Content Better?', with flair 'Video Critique' +[2020-08-26 02:15:08,937] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 02:15:08,938] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 02:15:09,059] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tiw4TO7Rkbk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 02:15:09,190] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 02:15:11,456] /u/danifernt had their flair updated +[2020-08-26 02:23:52,659] '/u/WummytheG' has given '/u/FakeOtzdarva' lambda! +[2020-08-26 02:23:55,079] /u/FakeOtzdarva had their flair updated +[2020-08-26 02:26:38,226] There has been a new submission: 'My last video boosted my channel, as I collaborated with another Youtuber with a larger audience. I highly recommend people reach out to these kind of people to help get a leg up. Here's the next video in my series, I focused more on smooth transitions such as at 3:05, 3:42, and audio at 4:44.', with flair 'Gaming' +[2020-08-26 02:26:38,652] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 02:26:38,653] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 02:26:38,972] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DfR5q3QX5QM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 02:26:39,208] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5V18pU-PEVl14LS6oJrogg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 02:26:41,099] /u/El_Matadurr had their flair updated +[2020-08-26 02:26:50,910] There has been a new submission: 'Just Updated my Thumbnails to Follow this Style, What do you Think?', with flair 'Thumbnail Review' +[2020-08-26 02:26:52,133] /u/FitzPenguin had their submission removed for insufficient lambda. +[2020-08-26 02:26:53,492] /u/FitzPenguin had their flair updated +[2020-08-26 02:27:55,135] There has been a new submission: 'Posted a fall guys funny moments video awhile ago, let me know what you think! :)', with flair 'Gaming' +[2020-08-26 02:27:56,090] /u/FaBreezyEzy had their submission removed for insufficient lambda. +[2020-08-26 02:27:57,326] /u/FaBreezyEzy had their flair updated +[2020-08-26 02:28:42,717] There has been a new submission: 'Hey all we are family vloggers, vlogging daily life, pranks, challenges, food and travel. Please check us out and if you like please subscribe if not please leave some feedback.', with flair 'Vlog' +[2020-08-26 02:28:43,617] /u/Exercise-Weak had their submission removed for insufficient lambda. +[2020-08-26 02:28:44,559] /u/Exercise-Weak had their flair updated +[2020-08-26 02:29:09,551] '/u/Chankyi' has given '/u/Redmond93' lambda! +[2020-08-26 02:29:11,806] /u/Redmond93 had their flair updated +[2020-08-26 02:31:52,206] '/u/Sedica_n_Tryna_Play' has given '/u/Bowerz123' lambda! +[2020-08-26 02:31:55,162] /u/Bowerz123 had their flair updated +[2020-08-26 02:42:27,293] There has been a new submission: 'Just hit 1000 Subs, Struggling with the 4000 housr watch time, need advice', with flair 'Channel Review' +[2020-08-26 02:42:28,705] /u/htown_hamza1 had their submission removed for insufficient lambda. +[2020-08-26 02:42:30,784] /u/htown_hamza1 had their flair updated +[2020-08-26 02:47:45,951] +#################### +[Aug 26 2020 02:47:45] RESTARTED +#################### + +[2020-08-26 03:28:24,669] There has been a new submission: 'First highly edited video for youtube! Game: Rogue Company. Length: 2:07 (short and simple) any and all feedback appreciated', with flair 'Gaming' +[2020-08-26 03:28:26,974] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 03:28:27,094] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 03:28:27,955] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0i5eyOEHfSk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 03:28:28,449] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNGg6Nl_gokFRlMFzeem1aQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 03:28:29,894] /u/hortingo had their flair updated +[2020-08-26 03:28:46,235] There has been a new submission: 'How DEEP is the ocean really', with flair 'Video Critique' +[2020-08-26 03:28:46,934] /u/ethan870 had their submission removed for insufficient lambda. +[2020-08-26 03:28:47,672] /u/ethan870 had their flair updated +[2020-08-26 03:29:03,647] There has been a new submission: 'beauty of nepal', with flair 'Art' +[2020-08-26 03:29:04,381] /u/rohan777777777777 had their submission removed for insufficient lambda. +[2020-08-26 03:29:05,039] /u/rohan777777777777 had their flair updated +[2020-08-26 03:29:36,767] '/u/FindAKidneyDonor-Com' has given '/u/audreyalllen' lambda! +[2020-08-26 03:29:38,040] /u/audreyalllen had their flair updated +[2020-08-26 03:30:20,519] '/u/danifernt' has given '/u/FaBreezyEzy' lambda! +[2020-08-26 03:30:22,877] /u/FaBreezyEzy had their flair updated +[2020-08-26 03:31:56,444] '/u/thefamousap' has given '/u/audreyalllen' lambda! +[2020-08-26 03:31:59,395] /u/audreyalllen had their flair updated +[2020-08-26 03:34:43,073] There has been a new submission: 'Going from Business to Automotive, need some advice?', with flair 'Channel Review' +[2020-08-26 03:34:44,219] /u/htown_hamza1 had their submission removed for insufficient lambda. +[2020-08-26 03:34:45,732] /u/htown_hamza1 had their flair updated +[2020-08-26 03:35:03,534] There has been a new submission: 'Gang Beast Funny Moments!!!', with flair 'Gaming' +[2020-08-26 03:35:04,722] /u/jward005 had their submission removed for insufficient lambda. +[2020-08-26 03:35:06,153] /u/jward005 had their flair updated +[2020-08-26 03:35:24,983] There has been a new submission: 'Looking for a post', with flair 'Discussion' +[2020-08-26 03:35:26,544] /u/themillennialmixtape had their flair updated +[2020-08-26 03:35:44,252] There has been a new submission: 'I didn't know where else to show this. Bob's Furniture Dies.', with flair 'Art' +[2020-08-26 03:35:45,483] /u/JamesCreighton had their submission removed for insufficient lambda. +[2020-08-26 03:35:46,794] /u/JamesCreighton had their flair updated +[2020-08-26 03:36:04,253] There has been a new submission: 'Keep Going. It's Worth It.', with flair 'Discussion' +[2020-08-26 03:36:06,503] /u/midnightjenga had their flair updated +[2020-08-26 03:36:23,594] There has been a new submission: 'Portrait Sketch of Margot Robbie - Pencil Sketch No.24 - @DEEPPARMAR', with flair 'Art' +[2020-08-26 03:36:25,114] /u/redditdparmar had their submission removed for insufficient lambda. +[2020-08-26 03:36:26,304] /u/redditdparmar had their flair updated +[2020-08-26 03:36:43,601] There has been a new submission: 'New channel trailer for 2020', with flair 'Gaming' +[2020-08-26 03:36:44,551] /u/DarknightGam1ng had their submission removed for insufficient lambda. +[2020-08-26 03:36:45,815] /u/DarknightGam1ng had their flair updated +[2020-08-26 03:42:23,642] '/u/danifernt' has given '/u/Djbernie805' lambda! +[2020-08-26 03:42:26,309] /u/Djbernie805 had their flair updated +[2020-08-26 03:55:24,415] '/u/El_Matadurr' has given '/u/FakeOtzdarva' lambda! +[2020-08-26 03:55:25,952] /u/FakeOtzdarva had their flair updated +[2020-08-26 03:55:54,798] '/u/El_Matadurr' has given '/u/hortingo' lambda! +[2020-08-26 03:55:56,229] /u/hortingo had their flair updated +[2020-08-26 03:58:13,870] '/u/Sub2TheActualShadow' has given '/u/FakeOtzdarva' lambda! +[2020-08-26 03:58:16,124] /u/FakeOtzdarva had their flair updated +[2020-08-26 04:01:56,865] There has been a new submission: 'I made a dubstep edit of Nikocado Avocado. How well did I do?', with flair 'Video Critique' +[2020-08-26 04:01:58,753] /u/Victoriaaaaaa1 had their submission removed for insufficient lambda. +[2020-08-26 04:02:00,916] /u/Victoriaaaaaa1 had their flair updated +[2020-08-26 04:13:04,236] There has been a new submission: 'I have released my 2000+ instrumental pieces free under creative commons 3.0 by (Free to use in your games, podcasts, movies, videos or what ever. Just credit me Antti Luode) (If you can not, that is fine too.)', with flair 'Art' +[2020-08-26 04:13:05,991] /u/Mrloop had their submission removed for insufficient lambda. +[2020-08-26 04:13:07,972] /u/Mrloop had their flair updated +[2020-08-26 04:47:30,978] +#################### +[Aug 26 2020 04:47:30] RESTARTED +#################### + +[2020-08-26 05:13:38,553] There has been a new submission: 'please dont forget to like and subscribe, leave a comment if you want to be subscribed back', with flair 'Vlog' +[2020-08-26 05:13:40,107] /u/MasterJackmarjun11 had their submission removed for insufficient lambda. +[2020-08-26 05:13:41,787] /u/MasterJackmarjun11 had their flair updated +[2020-08-26 05:15:00,376] '/u/danifernt' has given '/u/Kevinandcat' lambda! +[2020-08-26 05:15:02,262] /u/Kevinandcat had their flair updated +[2020-08-26 05:15:11,137] '/u/danifernt' has given '/u/Mrlee2399' lambda! +[2020-08-26 05:15:12,442] /u/Mrlee2399 had their flair updated +[2020-08-26 05:15:53,348] There has been a new submission: 'I have decided to make a change in my life and start losing weight by playing videogames! for 30 days I will be playing Ringfit Adventures on Nintendo switch and losing the weight! I am on day 6 now!', with flair 'Gaming' +[2020-08-26 05:15:54,822] /u/Kevinandcat had their submission removed for insufficient lambda. +[2020-08-26 05:15:56,709] /u/Kevinandcat had their flair updated +[2020-08-26 05:16:42,821] '/u/yeetbox_' has given '/u/Redmond93' lambda! +[2020-08-26 05:16:44,957] /u/Redmond93 had their flair updated +[2020-08-26 05:27:12,281] '/u/hortingo' has given '/u/MrCarsone' lambda! +[2020-08-26 05:27:13,533] /u/MrCarsone had their flair updated +[2020-08-26 05:39:21,434] There has been a new submission: 'Trolling hacker in Pubg mobile | Ft. Antaryami gaming (6 views)', with flair 'Gaming' +[2020-08-26 05:39:22,333] /u/000Rohit had their submission removed for insufficient lambda. +[2020-08-26 05:39:23,033] /u/000Rohit had their flair updated +[2020-08-26 05:41:24,644] There has been a new submission: 'Skinny VS Slim Fit: Levis 510 VS 511 REVIEW! (The Difference?) (2020)', with flair 'Video Critique' +[2020-08-26 05:41:26,078] /u/StyleWithAltitude had their submission removed for insufficient lambda. +[2020-08-26 05:41:28,261] /u/StyleWithAltitude had their flair updated +[2020-08-26 05:41:43,547] '/u/danifernt' has given '/u/ShikharTrivedi' lambda! +[2020-08-26 05:41:45,769] /u/ShikharTrivedi had their flair updated +[2020-08-26 05:49:26,928] '/u/FynnKrauseFootballYT' has given '/u/siddhant1991' lambda! +[2020-08-26 05:49:28,775] /u/siddhant1991 had their flair updated +[2020-08-26 05:50:05,871] '/u/FynnKrauseFootballYT' has given '/u/nnnishal' lambda! +[2020-08-26 05:50:08,776] /u/nnnishal had their flair updated +[2020-08-26 05:50:29,515] There has been a new submission: 'Top 10 Must Watch Movies of 2020 So Far', with flair 'Video Critique' +[2020-08-26 05:50:31,153] /u/Pirrateking had their submission removed for insufficient lambda. +[2020-08-26 05:50:33,488] /u/Pirrateking had their flair updated +[2020-08-26 05:55:59,071] /u/DaRealjuff had their flair updated +[2020-08-26 05:56:37,458] '/u/tommygun98' has given '/u/MafiasFinestTV' lambda! +[2020-08-26 05:56:38,841] /u/MafiasFinestTV had their flair updated +[2020-08-26 05:57:21,100] There has been a new submission: 'Feedback on my channel?', with flair 'Discussion' +[2020-08-26 05:57:22,528] /u/JackoDH had their flair updated +[2020-08-26 05:57:53,336] '/u/tommygun98' has given '/u/danifernt' lambda! +[2020-08-26 05:57:55,101] /u/danifernt had their flair updated +[2020-08-26 05:58:09,056] There has been a new submission: 'Menstyle/Fashion Feedback Wanted. Would be awesome to meet similar content creators!', with flair 'Discussion' +[2020-08-26 05:58:10,409] /u/StyleWithAltitude had their flair updated +[2020-08-26 06:05:57,615] There has been a new submission: 'Skinny VS Slim Fit: Levis 510 VS 511 REVIEW! (The Difference?) (2020)', with flair 'Video Critique' +[2020-08-26 06:05:58,806] /u/StyleWithAltitude had their submission removed for insufficient lambda. +[2020-08-26 06:06:00,322] /u/StyleWithAltitude had their flair updated +[2020-08-26 06:11:52,933] There has been a new submission: 'Late night dreaming Beat', with flair 'Video Critique' +[2020-08-26 06:11:54,371] /u/spedfastspeed had their submission removed for insufficient lambda. +[2020-08-26 06:11:56,520] /u/spedfastspeed had their flair updated +[2020-08-26 06:28:51,655] There has been a new submission: 'I am in bit of a pickle...', with flair 'Channel Review' +[2020-08-26 06:28:52,800] /u/SplustX had their submission removed for insufficient lambda. +[2020-08-26 06:28:53,657] /u/SplustX had their flair updated +[2020-08-26 06:32:49,742] There has been a new submission: 'So um I'm in a bit of a pickle...', with flair 'Discussion' +[2020-08-26 06:32:52,117] /u/SplustX had their flair updated +[2020-08-26 06:47:46,572] +#################### +[Aug 26 2020 06:47:46] RESTARTED +#################### + +[2020-08-26 07:20:11,558] There has been a new submission: 'Tips or tricks for beginner vlogers', with flair 'Vlog' +[2020-08-26 07:20:13,644] /u/lMrAmazingl had their submission removed for insufficient lambda. +[2020-08-26 07:20:16,178] /u/lMrAmazingl had their flair updated +[2020-08-26 07:20:36,294] There has been a new submission: 'Yo, check out my Call of Duty Movile gameplay because I honestly think I did good l, and of course I love feedback on it and my other videos', with flair 'Gaming' +[2020-08-26 07:20:38,059] /u/ReverseGmc had their submission removed for insufficient lambda. +[2020-08-26 07:20:40,400] /u/ReverseGmc had their flair updated +[2020-08-26 07:21:00,360] There has been a new submission: 'Night Sleep Music Cosmic,Good Night Sleep,Night Time Sleep Music,Night Meditation for Sleep, Float', with flair 'Vlog' +[2020-08-26 07:21:01,876] /u/Music_Soul_Relax had their submission removed for insufficient lambda. +[2020-08-26 07:21:04,127] /u/Music_Soul_Relax had their flair updated +[2020-08-26 07:21:23,254] There has been a new submission: '[Discussion] Tips for sharing videos on social media?', with flair 'Discussion' +[2020-08-26 07:21:25,671] /u/elizahmendoza had their flair updated +[2020-08-26 07:23:29,950] '/u/danifernt' has given '/u/zakp1234' lambda! +[2020-08-26 07:23:32,653] /u/zakp1234 had their flair updated +[2020-08-26 07:25:15,027] There has been a new submission: 'Ghost of Tsushima (PS4 Walkthrough): Okada Farmstead', with flair 'Gaming' +[2020-08-26 07:25:16,866] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-26 07:25:18,304] /u/naruto_naruto_123 had their flair updated +[2020-08-26 07:25:36,159] There has been a new submission: 'New Youtuber On The Grind (First Vlog)! I would appreciate feedback, have a good day :)', with flair 'Vlog' +[2020-08-26 07:25:38,122] /u/Brys0n_U had their submission removed for insufficient lambda. +[2020-08-26 07:25:40,255] /u/Brys0n_U had their flair updated +[2020-08-26 07:28:09,389] '/u/codephony' has given '/u/liftedplane' lambda! +[2020-08-26 07:28:12,055] /u/liftedplane had their flair updated +[2020-08-26 07:30:48,443] There has been a new submission: 'Okada Farmstead', with flair 'Gaming' +[2020-08-26 07:30:50,166] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-26 07:30:52,632] /u/naruto_naruto_123 had their flair updated +[2020-08-26 07:31:56,138] There has been a new submission: 'I did the impossible and got enough lambda currency to post :o. Deciding which video to show you guys literally had me making a poll and getting my followers to vote for the best one. They put this one forward and it would mean the world to me if you checked it out, left feedback or just said hi', with flair 'Gaming' +[2020-08-26 07:31:57,814] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 07:31:57,817] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 07:31:58,962] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=crcuzAQVJjg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 07:31:59,212] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6I1RGJ2YWdmqHpXCDVduIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 07:32:02,532] /u/dinnergaming had their flair updated +[2020-08-26 07:38:43,758] '/u/BigBearBoi00' has given '/u/AfraidRacer' lambda! +[2020-08-26 07:38:45,932] /u/AfraidRacer had their flair updated +[2020-08-26 07:40:36,823] '/u/danifernt' has given '/u/Brys0n_U' lambda! +[2020-08-26 07:40:39,691] /u/Brys0n_U had their flair updated +[2020-08-26 07:44:31,394] There has been a new submission: 'The LOVE for ADS & Sponsored posts featuring - Facebook, Instagram, Youtube', with flair 'Video Critique' +[2020-08-26 07:44:32,984] /u/Durlov_NX had their submission removed for insufficient lambda. +[2020-08-26 07:44:34,790] /u/Durlov_NX had their flair updated +[2020-08-26 07:46:18,465] '/u/danifernt' has given '/u/VitalyVlogs' lambda! +[2020-08-26 07:46:21,128] /u/VitalyVlogs had their flair updated +[2020-08-26 07:47:40,338] There has been a new submission: 'New Youtuber On The Grind (First Vlog)! I would appreciate feedback, have a good day :)', with flair 'Vlog' +[2020-08-26 07:47:42,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 07:47:42,266] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 07:47:43,252] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AmyeT9gXJCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 07:47:43,623] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP2u19tZmZRyTpYX4zVFO0A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 07:47:45,878] /u/Brys0n_U had their flair updated +[2020-08-26 08:02:48,888] '/u/Brys0n_U' has given '/u/RsTGEKO' lambda! +[2020-08-26 08:02:51,517] /u/RsTGEKO had their flair updated +[2020-08-26 08:20:08,721] There has been a new submission: 'Please Help. I've been saving my karma for an important post like this. I will give karma to any helpful advice. Please Watch its really short', with flair 'Video Critique' +[2020-08-26 08:20:09,139] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 08:20:09,165] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 08:20:09,487] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JJwGLqcCocw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 08:20:09,676] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5wU9zJ77xeG1EMhzwKmXWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 08:20:12,606] /u/YTKoffing had their flair updated +[2020-08-26 08:20:53,088] '/u/DaRealjuff' has given '/u/TheBaconRob' lambda! +[2020-08-26 08:20:55,226] /u/TheBaconRob had their flair updated +[2020-08-26 08:21:07,971] '/u/DaRealjuff' has given '/u/TriceratopsJr' lambda! +[2020-08-26 08:21:10,262] /u/TriceratopsJr had their flair updated +[2020-08-26 08:21:25,696] '/u/DaRealjuff' has given '/u/TheLuiginator' lambda! +[2020-08-26 08:21:27,769] /u/TheLuiginator had their flair updated +[2020-08-26 08:22:39,024] There has been a new submission: 'I would appreciate ur feedback :)', with flair 'Gaming' +[2020-08-26 08:22:40,363] /u/NauhomTooWavy had their submission removed for insufficient lambda. +[2020-08-26 08:22:42,304] /u/NauhomTooWavy had their flair updated +[2020-08-26 08:28:59,089] There has been a new submission: 'After all the feedback i got from everyone here i made the following changes to my vlogs style let me know what i did well and what can improve , thank you in advance', with flair 'Video Critique' +[2020-08-26 08:28:59,948] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 08:28:59,949] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 08:29:00,909] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YpBklNbmcS8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 08:29:01,400] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKcYF9K0_yALx39RCYSdDZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 08:29:03,240] /u/whereismael had their flair updated +[2020-08-26 08:35:24,579] There has been a new submission: 'Looking for people to collab and become friends with!', with flair 'Discussion' +[2020-08-26 08:35:26,546] /u/ShikharTrivedi had their flair updated +[2020-08-26 08:47:38,699] +#################### +[Aug 26 2020 08:47:38] RESTARTED +#################### + +[2020-08-26 09:14:49,367] '/u/YTKoffing' has given '/u/whereismael' lambda! +[2020-08-26 09:14:51,783] /u/whereismael had their flair updated +[2020-08-26 09:18:39,826] There has been a new submission: '[Discussion] 👋👋 Hi SmallYT - Our second vlog carpark boxing FIGHT CLUB. How do you think we could improve??', with flair 'Vlog' +[2020-08-26 09:18:40,651] /u/RiceCoconutLife had their submission removed for insufficient lambda. +[2020-08-26 09:18:41,510] /u/RiceCoconutLife had their flair updated +[2020-08-26 09:19:47,000] '/u/Adzic254' has given '/u/SelendineMcHerb' lambda! +[2020-08-26 09:19:49,046] /u/SelendineMcHerb had their flair updated +[2020-08-26 09:20:10,052] '/u/Adzic254' has given '/u/dansometv' lambda! +[2020-08-26 09:20:13,045] /u/dansometv had their flair updated +[2020-08-26 09:20:51,467] '/u/Adzic254' has given '/u/BigBearBoi00' lambda! +[2020-08-26 09:20:54,376] /u/BigBearBoi00 had their flair updated +[2020-08-26 09:21:14,654] There has been a new submission: 'Getting sloppy toppy', with flair 'Video Critique' +[2020-08-26 09:21:16,251] /u/AsapNite had their submission removed for insufficient lambda. +[2020-08-26 09:21:18,469] /u/AsapNite had their flair updated +[2020-08-26 09:27:33,054] There has been a new submission: 'World of Tanks Stream Highlight: More AMX 13 75 fun!', with flair 'Video Critique' +[2020-08-26 09:27:34,036] /u/Keyanu had their submission removed for insufficient lambda. +[2020-08-26 09:27:35,239] /u/Keyanu had their flair updated +[2020-08-26 09:29:23,641] There has been a new submission: 'Guitarist cover of metal song Hypa Hypa by Eskimo Callboy (Twitch Streamer)', with flair 'Video Critique' +[2020-08-26 09:29:24,419] /u/JebusXII had their submission removed for insufficient lambda. +[2020-08-26 09:29:25,038] /u/JebusXII had their flair updated +[2020-08-26 09:44:36,532] '/u/Sinamon123' has given '/u/flippifly' lambda! +[2020-08-26 09:44:39,278] /u/flippifly had their flair updated +[2020-08-26 09:45:01,554] '/u/Sinamon123' has given '/u/TheBaconRob' lambda! +[2020-08-26 09:45:03,889] /u/TheBaconRob had their flair updated +[2020-08-26 09:45:13,937] '/u/Sinamon123' has given '/u/FaBreezyEzy' lambda! +[2020-08-26 09:45:15,600] /u/FaBreezyEzy had their flair updated +[2020-08-26 09:45:25,327] '/u/Sinamon123' has given '/u/MattDelVideos' lambda! +[2020-08-26 09:45:27,005] /u/MattDelVideos had their flair updated +[2020-08-26 10:00:22,931] '/u/ricktherronyt' has given '/u/Redmond93' lambda! +[2020-08-26 10:00:25,207] /u/Redmond93 had their flair updated +[2020-08-26 10:05:00,826] There has been a new submission: 'How To Live After You Die An Interesting Story.', with flair 'Art' +[2020-08-26 10:05:02,191] /u/Walk-In-Voice had their submission removed for insufficient lambda. +[2020-08-26 10:05:03,951] /u/Walk-In-Voice had their flair updated +[2020-08-26 10:05:42,839] '/u/YTKoffing' has given '/u/tommygun98' lambda! +[2020-08-26 10:05:44,302] /u/tommygun98 had their flair updated +[2020-08-26 10:13:19,228] There has been a new submission: 'Doing a thing with music and I don’t have much equipment. What’s some advice on what I can do to help better it all?', with flair 'Channel Review' +[2020-08-26 10:13:20,574] /u/Cabinet_space_wva had their submission removed for insufficient lambda. +[2020-08-26 10:13:22,587] /u/Cabinet_space_wva had their flair updated +[2020-08-26 10:24:13,721] There has been a new submission: 'Reviewed a budget fitness smartwatch, constructive criticism appreciated :)', with flair 'Video Critique' +[2020-08-26 10:24:14,396] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 10:24:14,397] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 10:24:14,705] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xoFYLkNKqc4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 10:24:14,922] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkkDAWGy8judKtf-ivMjbcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 10:24:17,235] /u/nnnishal had their flair updated +[2020-08-26 10:27:15,694] There has been a new submission: 'Entschuldigung: A little German music and animation', with flair 'Video Critique' +[2020-08-26 10:27:15,902] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 10:27:15,903] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 10:27:15,997] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n_xBMuE9oDc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 10:27:16,104] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC004HMaGy4HQIpYQ-HO9K5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 10:27:17,897] /u/LexPlex9000 had their flair updated +[2020-08-26 10:29:40,572] There has been a new submission: 'Any suggestions on how to improve without working mic?', with flair 'Gaming' +[2020-08-26 10:29:41,390] /u/Majin_Betel had their submission removed for insufficient lambda. +[2020-08-26 10:29:42,171] /u/Majin_Betel had their flair updated +[2020-08-26 10:42:30,311] There has been a new submission: 'Do any of you guys have a clear idea about fair use? If yes can you please explain?', with flair 'Discussion' +[2020-08-26 10:42:33,066] /u/daredevil005 had their flair updated +[2020-08-26 10:47:27,034] +#################### +[Aug 26 2020 10:47:27] RESTARTED +#################### + +[2020-08-26 11:14:54,324] There has been a new submission: 'How To Live After You Die An Interesting Real Story by Walk In Voice Leaders League.', with flair 'Art' +[2020-08-26 11:14:55,472] /u/Walk-In-Voice had their submission removed for insufficient lambda. +[2020-08-26 11:14:56,864] /u/Walk-In-Voice had their flair updated +[2020-08-26 11:15:09,872] There has been a new submission: 'Just Ended A Month After Creating My Youtube Channel', with flair 'Gaming' +[2020-08-26 11:15:10,961] /u/DeadABeast had their submission removed for insufficient lambda. +[2020-08-26 11:15:12,268] /u/DeadABeast had their flair updated +[2020-08-26 11:15:17,366] There has been a new submission: 'EASIEST Way To Place VIDEO Inside TEXT in Filmora 9 Tutorial 2020 | Tec...', with flair 'Thumbnail Review' +[2020-08-26 11:15:18,394] /u/Technovicky had their submission removed for insufficient lambda. +[2020-08-26 11:15:19,713] /u/Technovicky had their flair updated +[2020-08-26 11:28:03,446] There has been a new submission: 'Do you like Chicken? Do you like Chips? Then you might like Nashville Hot Chicken Chips', with flair 'Channel Review' +[2020-08-26 11:28:04,427] /u/Vermont1998 had their submission removed for insufficient lambda. +[2020-08-26 11:28:05,481] /u/Vermont1998 had their flair updated +[2020-08-26 11:29:03,728] '/u/nnnishal' has given '/u/IzmeMarc' lambda! +[2020-08-26 11:29:05,895] /u/IzmeMarc had their flair updated +[2020-08-26 11:31:27,911] There has been a new submission: 'Wrong To Change - Original by CONSI', with flair 'Video Critique' +[2020-08-26 11:31:29,549] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-26 11:31:31,805] /u/benconsidine had their flair updated +[2020-08-26 11:35:45,527] '/u/YTKoffing' has given '/u/LexPlex9000' lambda! +[2020-08-26 11:35:47,946] /u/LexPlex9000 had their flair updated +[2020-08-26 11:42:42,309] There has been a new submission: 'Hey Guys Just a Small YouTuber', with flair 'Channel Review' +[2020-08-26 11:42:43,715] /u/YT-AaliyahMarie had their submission removed for insufficient lambda. +[2020-08-26 11:42:45,816] /u/YT-AaliyahMarie had their flair updated +[2020-08-26 11:51:29,494] '/u/LexPlex9000' has given '/u/AfraidRacer' lambda! +[2020-08-26 11:51:32,281] /u/AfraidRacer had their flair updated +[2020-08-26 11:59:55,644] There has been a new submission: 'Breathtaking Hourly Time Lapse of The Moon's Phases in 2020', with flair 'Art' +[2020-08-26 11:59:56,298] /u/DenofBlerds had their submission removed for insufficient lambda. +[2020-08-26 11:59:56,709] /u/DenofBlerds had their flair updated +[2020-08-26 12:01:07,627] There has been a new submission: 'Hi! I tried applying for monetization before but I got rejected. Can you review my video and give me advice on what I can do about it?', with flair 'Video Critique' +[2020-08-26 12:01:09,144] /u/killuatsukki had their submission removed for insufficient lambda. +[2020-08-26 12:01:11,440] /u/killuatsukki had their flair updated +[2020-08-26 12:01:14,017] Retrying due to 500 status: POST https://oauth.reddit.com/api/comment/ +[2020-08-26 12:08:08,275] There has been a new submission: 'I’m just trying to get 1K Dislikes on this Video I made 😂', with flair 'Gaming' +[2020-08-26 12:08:09,215] /u/Raywarriorstar7 had their submission removed for insufficient lambda. +[2020-08-26 12:08:10,242] /u/Raywarriorstar7 had their flair updated +[2020-08-26 12:12:37,217] There has been a new submission: '\(°o°)/', with flair 'Channel Review' +[2020-08-26 12:12:39,058] /u/20_SAVAGE_02 had their submission removed for insufficient lambda. +[2020-08-26 12:12:41,110] /u/20_SAVAGE_02 had their flair updated +[2020-08-26 12:13:32,518] There has been a new submission: 'Decided to do a "higlights" video to add variety, what do you think? Feedback appreciated!', with flair 'Video Critique' +[2020-08-26 12:13:34,075] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 12:13:34,199] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 12:13:35,102] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GNY_M1L8q98&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 12:13:35,432] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaLjS7Gp_lzSzryB9F-Kitg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 12:13:38,507] /u/Rubenazo1999 had their flair updated +[2020-08-26 12:24:56,399] There has been a new submission: 'SADCITYNIGHTSRAYS. - HelloStation! [Teaser]', with flair 'Art' +[2020-08-26 12:24:57,629] /u/sadcitynightsrays had their submission removed for insufficient lambda. +[2020-08-26 12:24:59,351] /u/sadcitynightsrays had their flair updated +[2020-08-26 12:40:51,631] There has been a new submission: 'I love editing and publishing videos just for fun, no desire to grow big but really want to share this one :)', with flair 'Vlog' +[2020-08-26 12:40:53,792] /u/Tinchyschniber had their submission removed for insufficient lambda. +[2020-08-26 12:40:56,080] /u/Tinchyschniber had their flair updated +[2020-08-26 12:47:46,569] +#################### +[Aug 26 2020 12:47:46] RESTARTED +#################### + +[2020-08-26 13:21:09,020] '/u/Rubenazo1999' has given '/u/IzmeMarc' lambda! +[2020-08-26 13:21:11,800] /u/IzmeMarc had their flair updated +[2020-08-26 13:22:02,764] '/u/Boing_gaming' has given '/u/HiddenOddBox' lambda! +[2020-08-26 13:22:05,386] /u/HiddenOddBox had their flair updated +[2020-08-26 13:22:26,570] '/u/Scabhammer' has given '/u/MattDelVideos' lambda! +[2020-08-26 13:22:29,312] /u/MattDelVideos had their flair updated +[2020-08-26 13:24:00,751] There has been a new submission: 'Do Thumbnails Really Matter?', with flair 'Discussion' +[2020-08-26 13:24:02,552] /u/Mackyblack had their flair updated +[2020-08-26 13:24:20,875] There has been a new submission: 'DC Fandome Review', with flair 'None' +[2020-08-26 13:24:22,107] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-08-26 13:24:23,788] /u/Derbyboyuk had their flair updated +[2020-08-26 13:24:42,026] There has been a new submission: 'Cajun fries Tired of the same old boring fries? Try this out and let us know if you loved it', with flair 'Video Critique' +[2020-08-26 13:24:43,496] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 13:24:43,498] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 13:24:44,643] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Wm0ne9u_qEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 13:24:45,055] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsXz2azIvZD-b9EEHysiq1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 13:24:47,347] /u/vaish1601 had their flair updated +[2020-08-26 13:25:04,616] There has been a new submission: 'WHY NO VIEWS (effectively). Bad music, bad visual, bad video name, etc. Any ideas...would be SuPeR!!!', with flair 'Video Critique' +[2020-08-26 13:25:05,721] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 13:25:05,723] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 13:25:06,461] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yuKJvkk5m8E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 13:25:07,072] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu47BpndxDfnwUuSppaOqKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 13:25:09,650] /u/DelogueAcoustic had their flair updated +[2020-08-26 13:25:27,225] There has been a new submission: 'fall guys funny moments', with flair 'Gaming' +[2020-08-26 13:25:28,415] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-26 13:25:29,887] /u/namejeff23 had their flair updated +[2020-08-26 13:25:47,733] There has been a new submission: 'Peach Cobbler / Delicious summer dessert - Junior Chef Kevin', with flair 'Vlog' +[2020-08-26 13:25:48,842] /u/Csabazsi had their submission removed for insufficient lambda. +[2020-08-26 13:25:50,239] /u/Csabazsi had their flair updated +[2020-08-26 13:26:08,624] There has been a new submission: 'makeup tutorial,beautiful makeup tutorials,tips and tricks,beauty and st...', with flair 'Thumbnail Review' +[2020-08-26 13:26:09,692] /u/BANOMAHMOOD had their submission removed for insufficient lambda. +[2020-08-26 13:26:10,964] /u/BANOMAHMOOD had their flair updated +[2020-08-26 13:34:30,250] There has been a new submission: 'this guy is funny', with flair 'Gaming' +[2020-08-26 13:34:31,644] /u/BC_R3C0N had their submission removed for insufficient lambda. +[2020-08-26 13:34:33,405] /u/BC_R3C0N had their flair updated +[2020-08-26 13:37:09,429] There has been a new submission: 'who needs royalty free music for their channel??', with flair 'Collab' +[2020-08-26 13:37:10,954] /u/maxmustprofit had their flair updated +[2020-08-26 13:42:45,515] '/u/LexPlex9000' has given '/u/DelogueAcoustic' lambda! +[2020-08-26 13:42:47,772] /u/DelogueAcoustic had their flair updated +[2020-08-26 13:46:00,766] There has been a new submission: 'Tryna grow could u guys help', with flair 'Channel Review' +[2020-08-26 13:46:02,036] /u/herioonfather had their submission removed for insufficient lambda. +[2020-08-26 13:46:03,554] /u/herioonfather had their flair updated +[2020-08-26 13:47:53,627] '/u/Rubenazo1999' has given '/u/DelogueAcoustic' lambda! +[2020-08-26 13:47:55,760] /u/DelogueAcoustic had their flair updated +[2020-08-26 13:48:14,188] '/u/Rubenazo1999' has given '/u/ShikharTrivedi' lambda! +[2020-08-26 13:48:16,483] /u/ShikharTrivedi had their flair updated +[2020-08-26 13:49:10,102] There has been a new submission: 'Our First Smartphone Giveaway (WW) - Blackview A80pro', with flair 'Meta' +[2020-08-26 13:49:11,204] /u/smartdepotng had their flair updated +[2020-08-26 13:52:26,468] There has been a new submission: 'Interested in big knockers?', with flair 'Gaming' +[2020-08-26 13:52:27,945] /u/Eponemolle had their submission removed for insufficient lambda. +[2020-08-26 13:52:30,035] /u/Eponemolle had their flair updated +[2020-08-26 13:53:39,428] There has been a new submission: 'Hey, check it out my cover version of the song "Blackbird" and tell me if you like or dislike and why so I can make it better.', with flair 'Video Critique' +[2020-08-26 13:53:40,742] /u/juurata had their submission removed for insufficient lambda. +[2020-08-26 13:53:42,589] /u/juurata had their flair updated +[2020-08-26 13:57:09,324] '/u/DelogueAcoustic' has given '/u/LexPlex9000' lambda! +[2020-08-26 13:57:11,128] /u/LexPlex9000 had their flair updated +[2020-08-26 14:01:54,859] There has been a new submission: 'Help needed Caption Card', with flair 'Gaming' +[2020-08-26 14:01:56,419] /u/TheGeekyAndroid had their submission removed for insufficient lambda. +[2020-08-26 14:01:58,597] /u/TheGeekyAndroid had their flair updated +[2020-08-26 14:03:06,528] There has been a new submission: 'This footage is how i began on YouTube, i released it originally in the Alfa Romeo forum, but I had never released it on YouTube, I used that footage edited here, I'd live to hear your thoughts', with flair 'Video Critique' +[2020-08-26 14:03:07,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 14:03:07,756] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 14:03:08,783] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=w7H_ckU8GQ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 14:03:09,115] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYbFcNu4vOzDf8jInvqvagg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 14:03:12,311] /u/Jischasing had their flair updated +[2020-08-26 14:08:47,585] There has been a new submission: 'hello, short joke (2 of them)', with flair 'Video Critique' +[2020-08-26 14:08:48,606] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 14:08:48,608] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 14:08:49,547] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9vTTEHZdjmg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 14:08:49,998] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 14:08:52,207] /u/siddhant1991 had their flair updated +[2020-08-26 14:10:20,437] There has been a new submission: 'Maybe I'm doing something really wrong?', with flair 'Discussion' +[2020-08-26 14:10:23,097] /u/juurata had their flair updated +[2020-08-26 14:12:23,261] There has been a new submission: 'THE OFFICE, BUT MAKE IT AN AWKWARD STUDIO SESSION (all feedback is welcomed)!', with flair 'Video Critique' +[2020-08-26 14:12:24,712] /u/AKONI_xx had their submission removed for insufficient lambda. +[2020-08-26 14:12:26,730] /u/AKONI_xx had their flair updated +[2020-08-26 14:18:00,014] There has been a new submission: 'Losing Views?', with flair 'Discussion' +[2020-08-26 14:18:01,340] /u/AyeeDwaynee had their flair updated +[2020-08-26 14:21:44,289] There has been a new submission: 'Some feedback on this video would be great if possible! I'm working on another one like this and would like to know what I could be doing better.', with flair 'Video Critique' +[2020-08-26 14:21:45,802] /u/TwoSlicesOfBread had their submission removed for insufficient lambda. +[2020-08-26 14:21:48,135] /u/TwoSlicesOfBread had their flair updated +[2020-08-26 14:26:31,756] There has been a new submission: 'Struggling to find a sponsor?', with flair 'Discussion' +[2020-08-26 14:26:33,302] /u/stewmathieson had their flair updated +[2020-08-26 14:31:53,367] There has been a new submission: 'I have 45 subs and need an editor', with flair 'Gaming' +[2020-08-26 14:31:54,964] /u/K1ng-duckeeYT had their submission removed for insufficient lambda. +[2020-08-26 14:31:57,389] /u/K1ng-duckeeYT had their flair updated +[2020-08-26 14:33:11,705] /u/MrCarsone had their flair updated +[2020-08-26 14:34:15,242] '/u/MrCarsone' has given '/u/HiddenOddBox' lambda! +[2020-08-26 14:34:17,911] /u/HiddenOddBox had their flair updated +[2020-08-26 14:41:43,385] There has been a new submission: 'Made a fun short video =D', with flair 'Gaming' +[2020-08-26 14:41:44,886] /u/saltsamuraii had their submission removed for insufficient lambda. +[2020-08-26 14:41:47,515] /u/saltsamuraii had their flair updated +[2020-08-26 14:42:51,061] There has been a new submission: 'New Favorite Case! | Inter-Tech C-303 Mirror', with flair 'Video Critique' +[2020-08-26 14:42:52,500] /u/Crys1289 had their submission removed for insufficient lambda. +[2020-08-26 14:42:54,596] /u/Crys1289 had their flair updated +[2020-08-26 14:45:02,402] There has been a new submission: 'Masala Chicken | मसाला चिकन | Kalpana's Recipes', with flair 'Vlog' +[2020-08-26 14:45:03,633] /u/pankaj0014 had their submission removed for insufficient lambda. +[2020-08-26 14:45:05,391] /u/pankaj0014 had their flair updated +[2020-08-26 14:45:15,871] There has been a new submission: 'Review Lovecraft Country Episode 2 SPOILER ALERT Breakdown Analysis', with flair 'Video Critique' +[2020-08-26 14:45:17,103] /u/legendary69bro had their submission removed for insufficient lambda. +[2020-08-26 14:45:18,627] /u/legendary69bro had their flair updated +[2020-08-26 14:47:46,867] +#################### +[Aug 26 2020 14:47:46] RESTARTED +#################### + +[2020-08-26 15:30:18,801] There has been a new submission: 'Sheepo Review in 500 Words', with flair 'Gaming' +[2020-08-26 15:30:19,228] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:30:19,231] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:30:19,410] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n7P5TYG3_fI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:30:19,527] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:30:22,665] /u/Adzic254 had their flair updated +[2020-08-26 15:30:42,476] There has been a new submission: 'How can I improve my video editing and overall presentation?', with flair 'Vlog' +[2020-08-26 15:30:44,322] /u/brentrunsfast had their submission removed for insufficient lambda. +[2020-08-26 15:30:46,582] /u/brentrunsfast had their flair updated +[2020-08-26 15:31:25,643] '/u/WummytheG' has given '/u/AfraidRacer' lambda! +[2020-08-26 15:31:28,682] /u/AfraidRacer had their flair updated +[2020-08-26 15:33:29,149] '/u/Rubenazo1999' has given '/u/SAMBO7777' lambda! +[2020-08-26 15:33:31,695] /u/SAMBO7777 had their flair updated +[2020-08-26 15:40:05,861] There has been a new submission: 'Well fancy meeting you here! I'm pretty new to making videos, so any feedback I can get I appreciate. I want to learn as much as I can!', with flair 'Video Critique' +[2020-08-26 15:40:08,481] /u/expecto-respecto had their submission removed for insufficient lambda. +[2020-08-26 15:40:10,898] /u/expecto-respecto had their flair updated +[2020-08-26 15:40:31,404] There has been a new submission: 'Please give advice on my videos', with flair 'Channel Review' +[2020-08-26 15:40:33,163] /u/Fortnites2dat had their submission removed for insufficient lambda. +[2020-08-26 15:40:35,507] /u/Fortnites2dat had their flair updated +[2020-08-26 15:40:55,282] There has been a new submission: 'Help', with flair 'Video Critique' +[2020-08-26 15:40:58,403] /u/IzmeMarc had their flair updated +[2020-08-26 15:41:17,344] There has been a new submission: 'Call of Duty Gun Game Tips and Tricks. Feedback please!', with flair 'Video Critique' +[2020-08-26 15:41:18,245] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:41:18,283] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:41:19,024] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HWo-OKyoxRg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:41:19,393] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFudm4O4WsOmkBLUhGrecuQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:41:22,708] /u/Sunkissed-horizon had their flair updated +[2020-08-26 15:41:42,343] There has been a new submission: 'The Batman Trailer Reaction Taz the Yorkie', with flair 'Thumbnail Review' +[2020-08-26 15:41:43,453] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:41:43,491] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:41:44,394] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=EaKyM-AV1c0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:41:44,850] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRq3vOtVhMj-d15vtQXuoDQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:41:48,339] /u/Taz-The-Yorkie had their flair updated +[2020-08-26 15:42:06,924] There has been a new submission: 'Someone gave me a lambda but they misspelled it', with flair 'Discussion' +[2020-08-26 15:42:09,959] /u/Sunkissed-horizon had their flair updated +[2020-08-26 15:42:27,780] There has been a new submission: 'Drawing An Epic Doodle | Vexx Inspired', with flair 'Video Critique' +[2020-08-26 15:42:29,218] /u/cygnetgirl had their submission removed for insufficient lambda. +[2020-08-26 15:42:32,128] /u/cygnetgirl had their flair updated +[2020-08-26 15:42:50,349] There has been a new submission: 'Post Scriptum - New Defending Tactic {Anti Tank gun}', with flair 'Gaming' +[2020-08-26 15:42:51,906] /u/Miha_8 had their submission removed for insufficient lambda. +[2020-08-26 15:42:53,921] /u/Miha_8 had their flair updated +[2020-08-26 15:45:23,225] '/u/Brys0n_U' has given '/u/ShikharTrivedi' lambda! +[2020-08-26 15:45:24,587] /u/ShikharTrivedi had their flair updated +[2020-08-26 15:45:49,201] '/u/Brys0n_U' has given '/u/VitalyVlogs' lambda! +[2020-08-26 15:45:52,237] /u/VitalyVlogs had their flair updated +[2020-08-26 15:46:35,689] There has been a new submission: 'I have been trying to do Mini Documentaries, and have really been enjoying the editing process. I give you : TIGER QUEEN : New Jersey's Tiger Lady', with flair 'Video Critique' +[2020-08-26 15:46:37,327] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:46:37,329] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:46:38,758] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=04fBzZ6oCqM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:46:39,250] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvnlLtKFn3HA1FR7kA67qYQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:46:42,156] /u/RealMisterecks had their flair updated +[2020-08-26 15:46:59,958] There has been a new submission: 'Grand Theft Auto San Andreas: 16 YEARS LATER..', with flair 'Gaming' +[2020-08-26 15:47:01,025] /u/--a-dudee had their submission removed for insufficient lambda. +[2020-08-26 15:47:02,093] /u/--a-dudee had their flair updated +[2020-08-26 15:47:19,509] There has been a new submission: 'Quick showing of my VR Roomscale Set Up. Making a new channel. Any support appreciated!', with flair 'Gaming' +[2020-08-26 15:47:20,486] /u/pbgu1286 had their submission removed for insufficient lambda. +[2020-08-26 15:47:21,473] /u/pbgu1286 had their flair updated +[2020-08-26 15:47:57,029] '/u/Brys0n_U' has given '/u/tommygun98' lambda! +[2020-08-26 15:47:59,166] /u/tommygun98 had their flair updated +[2020-08-26 15:49:29,134] '/u/Brys0n_U' has given '/u/KAPS-In-Paradise' lambda! +[2020-08-26 15:49:31,143] /u/KAPS-In-Paradise had their flair updated +[2020-08-26 15:51:30,746] There has been a new submission: 'Text posts should be disabled', with flair 'Meta' +[2020-08-26 15:51:33,569] /u/PitchBlack4 had their flair updated +[2020-08-26 15:51:53,782] There has been a new submission: 'Moving On Up | R6 Siege lambda for all ❤️', with flair 'Thumbnail Review' +[2020-08-26 15:51:55,012] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:51:55,136] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:51:56,038] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IpKt2Pb_GLk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:51:56,449] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:51:59,820] /u/MrMoo-Youtube had their flair updated +[2020-08-26 15:53:16,848] There has been a new submission: 'Here's a new video of mine! I hope you guys like it! :) Giving lambda to useful advice :D', with flair 'Video Critique' +[2020-08-26 15:53:17,748] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 15:53:17,750] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 15:53:18,774] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CPXclCdx0ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:53:19,184] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 15:53:22,087] /u/ShikharTrivedi had their flair updated +[2020-08-26 15:57:12,125] '/u/Adzic254' has given '/u/TwoSlicesOfBread' lambda! +[2020-08-26 15:57:14,005] /u/TwoSlicesOfBread had their flair updated +[2020-08-26 16:06:46,621] There has been a new submission: 'Soldier - A Valorant Montage', with flair 'Gaming' +[2020-08-26 16:06:47,808] /u/gmacv had their submission removed for insufficient lambda. +[2020-08-26 16:06:49,166] /u/gmacv had their flair updated +[2020-08-26 16:15:11,831] There has been a new submission: 'this is a private link for my next upcoming video, i just want some reviews on the thumbnail and the video itself as its the beginning to my video. (PLEASE, keep this a secret until i actually post the full video as i dont want to spoil it)', with flair 'Thumbnail Review' +[2020-08-26 16:15:13,084] /u/shadossplayz had their submission removed for insufficient lambda. +[2020-08-26 16:15:14,897] /u/shadossplayz had their flair updated +[2020-08-26 16:17:06,303] There has been a new submission: 'chill vibes 🤍📝', with flair 'Art' +[2020-08-26 16:17:07,531] /u/echainz6 had their submission removed for insufficient lambda. +[2020-08-26 16:17:08,882] /u/echainz6 had their flair updated +[2020-08-26 16:18:30,031] '/u/006redditor006' has given '/u/HiddenOddBox' lambda! +[2020-08-26 16:18:32,166] /u/HiddenOddBox had their flair updated +[2020-08-26 16:20:31,866] There has been a new submission: 'This kind of video is a new direction for my channel, would love to hear some critiques — Playing Fall Guys Until I Win | Fall Guys Funny Moments', with flair 'Video Critique' +[2020-08-26 16:20:33,467] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 16:20:33,505] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 16:20:34,287] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E8gD1xh25-s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:20:34,777] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCU57Gd8MDxCb7-dEYAQmSRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:20:38,184] /u/AlphaLoaf had their flair updated +[2020-08-26 16:21:14,490] There has been a new submission: 'Hi guys, I create immersive atmospheres to help people to relax. I know that in today's world there is a lot of stress that impact our lives in a negative way. Any advice on the quality or how to promote it would be appreciated! My video: Old House Ambience On Top Of The Mountain 🔥', with flair 'Video Critique' +[2020-08-26 16:21:15,516] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 16:21:15,517] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 16:21:16,542] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gGpx0hUWzOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:21:16,829] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3dB9dGKr0L25HKO8r6XKkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:21:20,427] /u/ImmerseInNature had their flair updated +[2020-08-26 16:21:43,461] '/u/ShikharTrivedi' has given '/u/MrMoo-Youtube' lambda! +[2020-08-26 16:21:46,415] /u/MrMoo-Youtube had their flair updated +[2020-08-26 16:23:55,716] There has been a new submission: 'Concrete City (Abandoned Buildings) - [24:24]', with flair 'Video Critique' +[2020-08-26 16:23:57,438] /u/MONDOdocs had their submission removed for insufficient lambda. +[2020-08-26 16:23:59,205] /u/MONDOdocs had their flair updated +[2020-08-26 16:28:02,098] There has been a new submission: '[Video] [CONTENT SHARE] HOW TOXIC HAS THE GAMING COMMUNITY BECOME: Judge for yourself - Daily Content, Gaming News/Discussions & Live Streams.. IF YOU ENJOY PLEASE GIVE A THUMBS UP RATING [10 Views]', with flair 'Gaming' +[2020-08-26 16:28:02,510] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 16:28:02,511] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 16:28:02,857] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=A9i-gDoaYtE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:28:03,052] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdYppMNLfU_f8REljKK5vmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:28:04,517] /u/Dr3dH3d had their flair updated +[2020-08-26 16:29:18,858] There has been a new submission: 'I made a video explaining how you can get discord nitro for free', with flair 'Video Critique' +[2020-08-26 16:29:19,925] /u/GunjitPlayz had their submission removed for insufficient lambda. +[2020-08-26 16:29:20,625] /u/GunjitPlayz had their flair updated +[2020-08-26 16:38:43,424] There has been a new submission: 'Lambda for helpful feedback! Spider-Man Combat Guide', with flair 'Video Critique' +[2020-08-26 16:38:44,407] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 16:38:44,530] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 16:38:45,552] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C2IsI6Z-1-o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:38:46,004] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxrjJcYEcUEdoY1nJs75CNw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 16:38:48,910] /u/AfraidRacer had their flair updated +[2020-08-26 16:39:36,098] There has been a new submission: 'Cartoon - I Gave Birth To Twins With Different Skin Colors - AmoMama', with flair 'None' +[2020-08-26 16:39:36,959] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-26 16:39:37,618] /u/IndividualGuide had their flair updated +[2020-08-26 16:41:09,330] '/u/ShikharTrivedi' has given '/u/MrCarsone' lambda! +[2020-08-26 16:41:11,467] /u/MrCarsone had their flair updated +[2020-08-26 16:47:56,454] +#################### +[Aug 26 2020 16:47:56] RESTARTED +#################### + +[2020-08-26 17:29:56,995] There has been a new submission: 'How Did Gravity Fall's First Episode Go? [Gravity Falls Tourist Trapped Review/Reaction] LEGITIMATE FEEDBACK = LAMBDA!', with flair 'Video Critique' +[2020-08-26 17:29:59,006] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 17:29:59,044] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 17:30:00,265] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=twRVF_sGryk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 17:30:00,631] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5w-BlT8AosrcbmEM6h2A2g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 17:30:04,263] /u/The_Suited_Bird had their flair updated +[2020-08-26 17:30:11,421] There has been a new submission: 'RAMPART.EXE', with flair 'Gaming' +[2020-08-26 17:30:13,324] /u/Quakles3d1 had their submission removed for insufficient lambda. +[2020-08-26 17:30:15,681] /u/Quakles3d1 had their flair updated +[2020-08-26 17:30:36,613] There has been a new submission: 'What do you guys think of Friday the 13th? Check out my new video!!', with flair 'Gaming' +[2020-08-26 17:30:38,297] /u/iglitchuk had their submission removed for insufficient lambda. +[2020-08-26 17:30:40,710] /u/iglitchuk had their flair updated +[2020-08-26 17:31:00,139] There has been a new submission: 'I’m not getting views anymore', with flair 'Discussion' +[2020-08-26 17:31:03,452] /u/Davidplaysgames had their flair updated +[2020-08-26 17:31:22,814] There has been a new submission: 'They Think Im Smurfing | R6 Siege lambda for all ❤️', with flair 'Thumbnail Review' +[2020-08-26 17:31:24,009] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 17:31:24,011] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 17:31:24,911] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B0SXJakRQ6Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 17:31:25,363] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 17:31:28,895] /u/MrMoo-Youtube had their flair updated +[2020-08-26 17:34:59,022] '/u/AlphaLoaf' has given '/u/Cyonal' lambda! +[2020-08-26 17:35:01,643] /u/Cyonal had their flair updated +[2020-08-26 17:35:18,883] There has been a new submission: 'Drawing An Epic Doodle | Vexx Inspired', with flair 'Video Critique' +[2020-08-26 17:35:20,442] /u/cygnetgirl had their submission removed for insufficient lambda. +[2020-08-26 17:35:22,330] /u/cygnetgirl had their flair updated +[2020-08-26 17:35:39,676] There has been a new submission: 'Let me know what you think', with flair 'Gaming' +[2020-08-26 17:35:42,010] /u/districkttt had their submission removed for insufficient lambda. +[2020-08-26 17:35:43,362] /u/districkttt had their flair updated +[2020-08-26 17:36:00,872] There has been a new submission: 'Camp Joovee (When there is no boys lockeroom you have to make do)', with flair 'Video Critique' +[2020-08-26 17:36:02,261] /u/WFSTUDIOS had their submission removed for insufficient lambda. +[2020-08-26 17:36:04,185] /u/WFSTUDIOS had their flair updated +[2020-08-26 17:36:21,024] There has been a new submission: 'Hey, everyone! :) Thought I'd share a tip that might be helpful to most of us nowadays! If you watch it, PLEASE I would love to have your feedback about it! Have an awesome day! :D', with flair 'Video Critique' +[2020-08-26 17:36:22,372] /u/priscilaelias had their submission removed for insufficient lambda. +[2020-08-26 17:36:24,181] /u/priscilaelias had their flair updated +[2020-08-26 17:36:41,275] There has been a new submission: 'Please watch! Kid friendly and aimed at kids. If you have a little one, let them watch and give us your feedback. Our channel is small and we would love some new followers to join in with us! Feedback welcome! Thank you as always!', with flair 'Vlog' +[2020-08-26 17:36:42,458] /u/Kyledidntdoit had their submission removed for insufficient lambda. +[2020-08-26 17:36:44,267] /u/Kyledidntdoit had their flair updated +[2020-08-26 17:38:16,460] '/u/MrMoo-Youtube' has given '/u/MrCarsone' lambda! +[2020-08-26 17:38:18,553] /u/MrCarsone had their flair updated +[2020-08-26 17:41:45,651] There has been a new submission: 'Retro Rewind Gamer: Final Fantasy X', with flair 'Gaming' +[2020-08-26 17:41:47,375] /u/Retro-Rewind-Gaming had their submission removed for insufficient lambda. +[2020-08-26 17:41:49,509] /u/Retro-Rewind-Gaming had their flair updated +[2020-08-26 17:44:31,955] '/u/danifernt' has given '/u/usualgamer94' lambda! +[2020-08-26 17:44:33,973] /u/usualgamer94 had their flair updated +[2020-08-26 17:46:12,546] '/u/danifernt' has given '/u/SAMBO7777' lambda! +[2020-08-26 17:46:15,086] /u/SAMBO7777 had their flair updated +[2020-08-26 17:48:04,934] There has been a new submission: 'I beat Dark Souls 3 only using the armour of thorns', with flair 'Gaming' +[2020-08-26 17:48:05,994] /u/JxMxxx had their submission removed for insufficient lambda. +[2020-08-26 17:48:06,935] /u/JxMxxx had their flair updated +[2020-08-26 17:54:36,475] /u/KingDoesThings had their flair updated +[2020-08-26 17:54:38,118] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-26 17:57:07,338] There has been a new submission: 'How's my channel?', with flair 'Channel Review' +[2020-08-26 17:57:08,891] /u/KingDoesThings had their submission removed for insufficient lambda. +[2020-08-26 17:57:10,673] /u/KingDoesThings had their flair updated +[2020-08-26 17:58:58,190] '/u/Adzic254' has given '/u/pyvozaur' lambda! +[2020-08-26 17:59:00,259] /u/pyvozaur had their flair updated +[2020-08-26 18:00:50,285] '/u/districkttt' has given '/u/pyvozaur' lambda! +[2020-08-26 18:00:53,108] /u/pyvozaur had their flair updated +[2020-08-26 18:01:13,553] There has been a new submission: 'Small youtuber minecraft SMP?', with flair 'Discussion' +[2020-08-26 18:01:16,135] /u/Representative_Pop78 had their flair updated +[2020-08-26 18:04:05,137] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 28 - Tomoe', with flair 'Gaming' +[2020-08-26 18:04:06,817] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-26 18:04:08,865] /u/CecliusPlaysHD had their flair updated +[2020-08-26 18:05:06,424] There has been a new submission: 'who is interested in a small youtuber SMP?', with flair 'Discussion' +[2020-08-26 18:05:08,352] /u/GeoffreyTheGoat_ had their flair updated +[2020-08-26 18:12:11,689] There has been a new submission: 'YouTuber pals', with flair 'Collab' +[2020-08-26 18:12:14,162] /u/throwaway92738373 had their flair updated +[2020-08-26 18:13:06,573] '/u/AfraidRacer' has given '/u/Kyledidntdoit' lambda! +[2020-08-26 18:13:08,911] /u/Kyledidntdoit had their flair updated +[2020-08-26 18:13:44,268] There has been a new submission: 'NOT SO EPIC BEVERAGE COMMERCIAL | Barbican Malt Beverage', with flair 'Video Critique' +[2020-08-26 18:13:45,663] /u/iamjoeash had their submission removed for insufficient lambda. +[2020-08-26 18:13:47,507] /u/iamjoeash had their flair updated +[2020-08-26 18:14:40,584] '/u/AfraidRacer' has given '/u/Cyonal' lambda! +[2020-08-26 18:14:43,085] /u/Cyonal had their flair updated +[2020-08-26 18:17:51,704] '/u/AfraidRacer' has given '/u/MrCarsone' lambda! +[2020-08-26 18:17:54,047] /u/MrCarsone had their flair updated +[2020-08-26 18:22:38,404] '/u/MrMoo-Youtube' has given '/u/pyvozaur' lambda! +[2020-08-26 18:22:41,196] /u/pyvozaur had their flair updated +[2020-08-26 18:26:29,288] There has been a new submission: 'Hi, I make gaming vids, guides and reviews. Check me out, and please let me know what I'm doing right or wrong. Thank you.', with flair 'Channel Review' +[2020-08-26 18:26:30,472] /u/diddlydiddlydiddly1 had their submission removed for insufficient lambda. +[2020-08-26 18:26:31,880] /u/diddlydiddlydiddly1 had their flair updated +[2020-08-26 18:27:00,754] There has been a new submission: 'I need Some Help ! And if you can some advice.', with flair 'Discussion' +[2020-08-26 18:27:02,387] /u/kumopixel had their flair updated +[2020-08-26 18:33:19,569] There has been a new submission: 'I made a short 30-second video poking fun at a YT trend. I incorporated a lot of feedback from my last post (upped my thumbnail and audio game). Give me your candid opinions, don't hold back!', with flair 'Video Critique' +[2020-08-26 18:33:20,638] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 18:33:20,676] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 18:33:21,496] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=S6q4gYFpQYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 18:33:21,948] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4zbkailMeIqOF2VNiNKlFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 18:33:24,857] /u/lolaccounting had their flair updated +[2020-08-26 18:37:39,880] '/u/midnightjenga' has given '/u/DelogueAcoustic' lambda! +[2020-08-26 18:37:42,179] /u/DelogueAcoustic had their flair updated +[2020-08-26 18:41:10,691] '/u/siddhant1991' has given '/u/Gran-Noche-Captain' lambda! +[2020-08-26 18:41:14,197] /u/Gran-Noche-Captain had their flair updated +[2020-08-26 18:42:00,405] There has been a new submission: 'VALORANT CRAZY HIGLIGHTs! | Shroud KISSED ME ON THE LIPS!', with flair 'Video Critique' +[2020-08-26 18:42:01,952] /u/dbcooper69Xx had their submission removed for insufficient lambda. +[2020-08-26 18:42:04,068] /u/dbcooper69Xx had their flair updated +[2020-08-26 18:44:18,345] There has been a new submission: 'Matcha Souffle Pancake Recipe (30g Protein) | No Sugar | Healthier Versions Of Foods Ep 11.', with flair 'Video Critique' +[2020-08-26 18:44:19,368] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 18:44:19,370] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 18:44:20,269] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ziFuUnL6jgo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 18:44:20,678] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 18:44:23,502] /u/aspirefitnesswalnut had their flair updated +[2020-08-26 18:47:47,002] +#################### +[Aug 26 2020 18:47:46] RESTARTED +#################### + +[2020-08-26 19:31:55,849] There has been a new submission: 'Nursery Rhymes on YouTube is Nightmare fuel', with flair 'Video Critique' +[2020-08-26 19:31:57,822] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 19:31:57,824] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 19:31:58,645] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2tMDZmymUVo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:31:59,140] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCai1zHJ9mzWbJTAOg9qb05Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:32:02,332] /u/pyvozaur had their flair updated +[2020-08-26 19:32:21,221] There has been a new submission: 'This Mr Beast Copy Is Awful(parody of like cinema sins but not really a parody? Anyway I give lambda for practically anything)', with flair 'Video Critique' +[2020-08-26 19:32:22,082] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 19:32:22,201] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 19:32:23,262] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=obayEkC3Z1Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:32:23,592] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:32:26,617] /u/MrCarsone had their flair updated +[2020-08-26 19:34:14,652] /u/aspirefitnesswalnut had their flair updated +[2020-08-26 19:39:05,582] '/u/Taz-The-Yorkie' has given '/u/mreverdred01' lambda! +[2020-08-26 19:39:07,467] /u/mreverdred01 had their flair updated +[2020-08-26 19:39:51,732] There has been a new submission: 'New YouTube video out now 👇🏽👇🏽👇🏽', with flair 'Video Critique' +[2020-08-26 19:39:52,550] /u/TheBrokiesYT had their submission removed for insufficient lambda. +[2020-08-26 19:39:53,001] /u/TheBrokiesYT had their flair updated +[2020-08-26 19:40:08,740] There has been a new submission: 'How can i find an audience for my videos?', with flair 'Discussion' +[2020-08-26 19:40:11,358] /u/JxMxxx had their flair updated +[2020-08-26 19:40:31,256] There has been a new submission: 'CALL OF DUTY BLACK OPS COLD WAR TRAILER REVEAL EVENT IN WARZONE..... THE BEST YOU WILL EVER SEE', with flair 'Gaming' +[2020-08-26 19:40:32,814] /u/XA1CE had their submission removed for insufficient lambda. +[2020-08-26 19:40:35,147] /u/XA1CE had their flair updated +[2020-08-26 19:40:55,607] There has been a new submission: 'check out my channel', with flair 'Gaming' +[2020-08-26 19:40:57,207] /u/BC_R3C0N had their submission removed for insufficient lambda. +[2020-08-26 19:40:59,467] /u/BC_R3C0N had their flair updated +[2020-08-26 19:41:19,391] There has been a new submission: 'just a humble biscuit review', with flair 'Vlog' +[2020-08-26 19:41:21,029] /u/lenjaminn had their submission removed for insufficient lambda. +[2020-08-26 19:41:23,369] /u/lenjaminn had their flair updated +[2020-08-26 19:41:42,284] There has been a new submission: 'Hi I'm C00Lr!', with flair 'Gaming' +[2020-08-26 19:41:43,804] /u/IamCoolerThanYoux3 had their submission removed for insufficient lambda. +[2020-08-26 19:41:46,022] /u/IamCoolerThanYoux3 had their flair updated +[2020-08-26 19:42:24,211] '/u/Taz-The-Yorkie' has given '/u/MrMoo-Youtube' lambda! +[2020-08-26 19:42:26,837] /u/MrMoo-Youtube had their flair updated +[2020-08-26 19:43:15,806] '/u/lolaccounting' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-26 19:43:18,300] /u/aspirefitnesswalnut had their flair updated +[2020-08-26 19:43:50,174] '/u/MrCarsone' has given '/u/CalbuddyTv' lambda! +[2020-08-26 19:43:52,387] /u/CalbuddyTv had their flair updated +[2020-08-26 19:44:40,366] '/u/lolaccounting' has given '/u/mreverdred01' lambda! +[2020-08-26 19:44:42,697] /u/mreverdred01 had their flair updated +[2020-08-26 19:45:01,664] '/u/MrCarsone' has given '/u/laurm84' lambda! +[2020-08-26 19:45:04,078] /u/laurm84 had their flair updated +[2020-08-26 19:45:09,450] '/u/MrMoo-Youtube' has given '/u/mreverdred01' lambda! +[2020-08-26 19:45:11,216] /u/mreverdred01 had their flair updated +[2020-08-26 19:48:33,850] '/u/Adzic254' has given '/u/KAPS-In-Paradise' lambda! +[2020-08-26 19:48:35,815] /u/KAPS-In-Paradise had their flair updated +[2020-08-26 19:48:53,701] '/u/Adzic254' has given '/u/AndrewRSTN' lambda! +[2020-08-26 19:48:55,909] /u/AndrewRSTN had their flair updated +[2020-08-26 19:49:13,605] '/u/Adzic254' has given '/u/xPento' lambda! +[2020-08-26 19:49:15,743] /u/xPento had their flair updated +[2020-08-26 19:49:32,457] '/u/Adzic254' has given '/u/Dr_Pointless_' lambda! +[2020-08-26 19:49:33,776] /u/Dr_Pointless_ had their flair updated +[2020-08-26 19:50:07,041] '/u/Adzic254' has given '/u/pbgu1286' lambda! +[2020-08-26 19:50:10,028] /u/pbgu1286 had their flair updated +[2020-08-26 19:51:14,699] '/u/Adzic254' has given '/u/mattmulvihill14' lambda! +[2020-08-26 19:51:17,401] /u/mattmulvihill14 had their flair updated +[2020-08-26 19:51:39,405] '/u/Adzic254' has given '/u/Boomer_Warfare' lambda! +[2020-08-26 19:51:42,235] /u/Boomer_Warfare had their flair updated +[2020-08-26 19:52:17,486] '/u/Adzic254' has given '/u/expecto-respecto' lambda! +[2020-08-26 19:52:20,073] /u/expecto-respecto had their flair updated +[2020-08-26 19:52:39,984] There has been a new submission: 'What are karma on reddit...im so lost😂😂', with flair 'Discussion' +[2020-08-26 19:52:42,115] /u/freemadel had their flair updated +[2020-08-26 19:53:01,434] There has been a new submission: 'Inside The Gym no Fragments allowed ! Please give some serious feedback on my new video and I give lambda ! Thanks 🙏', with flair 'Channel Review' +[2020-08-26 19:53:02,454] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 19:53:02,494] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 19:53:03,355] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=exIraGZGyEI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:53:03,809] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChjRQeFny0K_a62GHrHUmfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:53:06,711] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-26 19:53:25,435] There has been a new submission: 'All the feedback you've given me was put into making my latest video. I'd love to get your real feedback, both positive AND negative. Thank you!', with flair 'Video Critique' +[2020-08-26 19:53:26,460] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 19:53:26,462] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 19:53:27,486] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iW1tPGVsTWY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:53:27,858] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6rTt95oNmbTRpp53UoogIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 19:53:31,136] /u/308ar10 had their flair updated +[2020-08-26 19:53:54,354] '/u/Adzic254' has given '/u/rondislap' lambda! +[2020-08-26 19:53:56,978] /u/rondislap had their flair updated +[2020-08-26 19:57:43,076] There has been a new submission: '"how not to play stardew valley" is my first video I've ever posted on my video! I'd love to hear feedback, or what I could improve on for my next videos. I had a lot of fun, so I hope to continue and create more and more content for others to enjoy with me :)', with flair 'Video Critique' +[2020-08-26 19:57:44,016] /u/icantkry had their submission removed for insufficient lambda. +[2020-08-26 19:57:44,958] /u/icantkry had their flair updated +[2020-08-26 19:59:11,200] '/u/MrCarsone' has given '/u/WordHistorian' lambda! +[2020-08-26 19:59:13,946] /u/WordHistorian had their flair updated +[2020-08-26 20:00:16,684] There has been a new submission: 'A friend of mine has suggested that I post my videos to some other websites/subreddits to get some audience traction. I told him that I would when I thought I had a video that was worthy. Would I be right in shooting my shot with this one or am I wasting my time?', with flair 'Video Critique' +[2020-08-26 20:00:17,442] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 20:00:17,456] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 20:00:17,973] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s2VwCWeFbuc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:00:18,218] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHNukHNEbORKHT64BOsv8Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:00:22,191] /u/Boomer_Warfare had their flair updated +[2020-08-26 20:06:35,222] There has been a new submission: 'LivePD is a beautiful mess', with flair 'Video Critique' +[2020-08-26 20:06:36,127] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 20:06:36,165] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 20:06:37,148] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UbeyX8d8ppk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:06:37,519] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCscMzDreUpHuvIFuKYA2YLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:06:39,818] /u/DylanIndeed had their flair updated +[2020-08-26 20:07:01,060] '/u/aspirefitnesswalnut' has given '/u/WordHistorian' lambda! +[2020-08-26 20:07:03,478] /u/WordHistorian had their flair updated +[2020-08-26 20:08:18,214] '/u/FindAKidneyDonor-Com' has given '/u/DelogueAcoustic' lambda! +[2020-08-26 20:08:20,222] /u/DelogueAcoustic had their flair updated +[2020-08-26 20:11:42,990] There has been a new submission: 'Hey There! I just finished my second (real) video about social media subjects! Would really like to get some constructive criticism. Thanks in advance!', with flair 'Video Critique' +[2020-08-26 20:11:44,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 20:11:44,469] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 20:11:45,456] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M4rA81-g5iE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:11:45,781] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ8gzF9eAxcoaVW4Rhcv8xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:11:49,022] /u/aDutchMaker had their flair updated +[2020-08-26 20:12:12,758] '/u/MrCarsone' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-26 20:12:15,502] /u/MyNameIsDracoHi had their flair updated +[2020-08-26 20:14:29,898] There has been a new submission: 'StIll very new to YouTube and would love some feedback on my latest video. iPAD PRO 12.9” UNBOXING 2020 | with apple pencil 2 + airpods pro', with flair 'Video Critique' +[2020-08-26 20:14:31,328] /u/amybales had their submission removed for insufficient lambda. +[2020-08-26 20:14:33,007] /u/amybales had their flair updated +[2020-08-26 20:14:55,583] '/u/Boomer_Warfare' has given '/u/kingury7' lambda! +[2020-08-26 20:14:57,924] /u/kingury7 had their flair updated +[2020-08-26 20:17:29,853] There has been a new submission: 'Music For Introspection', with flair 'Video Critique' +[2020-08-26 20:17:30,960] /u/back_ofthe_beyond had their submission removed for insufficient lambda. +[2020-08-26 20:17:32,070] /u/back_ofthe_beyond had their flair updated +[2020-08-26 20:18:09,103] There has been a new submission: 'New Video! Super grateful for any helpful advice, giving lambda', with flair 'Video Critique' +[2020-08-26 20:18:09,968] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 20:18:09,970] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 20:18:10,869] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xskSLtIz2k4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:18:11,279] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:18:13,281] /u/mreverdred01 had their flair updated +[2020-08-26 20:18:44,980] There has been a new submission: 'Im trying to reach my goal which is 200 subs also any feedback on this video would be greatly appreciated thanks you :D !givelambda if u seem cool xd', with flair 'Gaming' +[2020-08-26 20:18:45,799] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 20:18:45,800] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 20:18:47,072] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=00o60RPfn1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:18:47,363] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMESNuEyJhooE2NqfyV0-XQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 20:18:49,239] /u/civohd123 had their flair updated +[2020-08-26 20:32:28,310] '/u/civohd123' has given '/u/lenjaminn' lambda! +[2020-08-26 20:32:31,059] /u/lenjaminn had their flair updated +[2020-08-26 20:34:04,217] There has been a new submission: 'Chelsea fan channel, feedback on videos would be great', with flair 'Channel Review' +[2020-08-26 20:34:05,646] /u/camswaggyploopypoo had their submission removed for insufficient lambda. +[2020-08-26 20:34:07,402] /u/camswaggyploopypoo had their flair updated +[2020-08-26 20:35:06,869] '/u/308ar10' has given '/u/kingury7' lambda! +[2020-08-26 20:35:09,324] /u/kingury7 had their flair updated +[2020-08-26 20:36:58,075] /u/civohd123 had their flair updated +[2020-08-26 20:37:16,877] '/u/danifernt' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-26 20:37:19,098] /u/MyNameIsDracoHi had their flair updated +[2020-08-26 20:39:56,349] There has been a new submission: 'Second Episode of My Dark Souls "Let's Play"', with flair 'Gaming' +[2020-08-26 20:39:57,088] /u/Ikidamn had their submission removed for insufficient lambda. +[2020-08-26 20:39:57,581] /u/Ikidamn had their flair updated +[2020-08-26 20:42:28,546] /u/MrCarsone had their flair updated +[2020-08-26 20:45:42,581] There has been a new submission: 'My frend is a new youtuber and wants to know tips to make his animation look better can some of you tell me tips I can tell him?', with flair 'Art' +[2020-08-26 20:45:43,770] /u/the_real_Irinel710 had their submission removed for insufficient lambda. +[2020-08-26 20:45:45,289] /u/the_real_Irinel710 had their flair updated +[2020-08-26 20:46:24,114] There has been a new submission: 'The Garage Update | The Mercedes AMG Collection | AMG GTS G63 G500 GLE43...', with flair 'Vlog' +[2020-08-26 20:46:25,467] /u/htown_hamza1 had their submission removed for insufficient lambda. +[2020-08-26 20:46:26,865] /u/htown_hamza1 had their flair updated +[2020-08-26 20:47:47,875] +#################### +[Aug 26 2020 20:47:47] RESTARTED +#################### + +[2020-08-26 21:09:50,517] /u/MrCarsone had their flair updated +[2020-08-26 21:10:09,150] '/u/MrCarsone' has given '/u/flutepixie' lambda! +[2020-08-26 21:10:12,298] /u/flutepixie had their flair updated +[2020-08-26 21:30:22,928] There has been a new submission: 'Human Falls Flat', with flair 'Gaming' +[2020-08-26 21:30:24,896] /u/HYPERrAE_103 had their submission removed for insufficient lambda. +[2020-08-26 21:30:27,314] /u/HYPERrAE_103 had their flair updated +[2020-08-26 21:30:46,203] There has been a new submission: 'Me giving a Mcchicken to the clone I took from Area 51 - Just a day in the life', with flair 'Vlog' +[2020-08-26 21:30:47,797] /u/Final-Requirement560 had their submission removed for insufficient lambda. +[2020-08-26 21:30:50,101] /u/Final-Requirement560 had their flair updated +[2020-08-26 21:31:09,447] There has been a new submission: 'people asked a while back about my experiences with making art on antidepressants, so I made a whole video about it! do enjoy, i'll give lambda pretty liberally <3', with flair 'Art' +[2020-08-26 21:31:11,129] /u/flutepixie had their submission removed for insufficient lambda. +[2020-08-26 21:31:14,003] /u/flutepixie had their flair updated +[2020-08-26 21:31:51,958] '/u/civohd123' has given '/u/cygnetgirl' lambda! +[2020-08-26 21:31:54,661] /u/cygnetgirl had their flair updated +[2020-08-26 21:32:15,142] '/u/Vasilis-Tsaknakis' has given '/u/flutepixie' lambda! +[2020-08-26 21:32:18,139] /u/flutepixie had their flair updated +[2020-08-26 21:32:41,683] '/u/Vasilis-Tsaknakis' has given '/u/lenjaminn' lambda! +[2020-08-26 21:32:45,009] /u/lenjaminn had their flair updated +[2020-08-26 21:33:26,686] '/u/civohd123' has given '/u/WordHistorian' lambda! +[2020-08-26 21:33:29,930] /u/WordHistorian had their flair updated +[2020-08-26 21:36:15,353] '/u/Boomer_Warfare' has given '/u/lenjaminn' lambda! +[2020-08-26 21:36:17,734] /u/lenjaminn had their flair updated +[2020-08-26 21:38:02,267] '/u/flutepixie' has given '/u/funnyascancer' lambda! +[2020-08-26 21:38:04,556] /u/funnyascancer had their flair updated +[2020-08-26 21:40:19,309] '/u/civohd123' has given '/u/BillyGoatLazarus' lambda! +[2020-08-26 21:40:21,969] /u/BillyGoatLazarus had their flair updated +[2020-08-26 21:42:24,264] '/u/Vasilis-Tsaknakis' has given '/u/RdB_123' lambda! +[2020-08-26 21:42:27,127] /u/RdB_123 had their flair updated +[2020-08-26 21:43:01,182] '/u/Vasilis-Tsaknakis' has given '/u/WordHistorian' lambda! +[2020-08-26 21:43:03,601] /u/WordHistorian had their flair updated +[2020-08-26 21:43:23,493] '/u/Vasilis-Tsaknakis' has given '/u/lolaccounting' lambda! +[2020-08-26 21:43:26,325] /u/lolaccounting had their flair updated +[2020-08-26 21:44:12,002] '/u/MrMoo-Youtube' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-26 21:44:14,657] /u/MyNameIsDracoHi had their flair updated +[2020-08-26 21:45:03,028] There has been a new submission: 'Trying to keep it simple and gain more subs.', with flair 'Video Critique' +[2020-08-26 21:45:04,788] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 21:45:04,827] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 21:45:05,819] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cc3kiAzD5fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:45:05,956] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuYC6Rz9ACaooYdHYKflxwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:45:07,830] /u/FinalFanX had their flair updated +[2020-08-26 21:45:15,452] There has been a new submission: 'How to Play Any Version of Rainbow Six Siege in 2020', with flair 'Video Critique' +[2020-08-26 21:45:16,726] /u/Akimbo_YT had their submission removed for insufficient lambda. +[2020-08-26 21:45:18,106] /u/Akimbo_YT had their flair updated +[2020-08-26 21:45:35,966] There has been a new submission: 'I uploaded', with flair 'Gaming' +[2020-08-26 21:45:37,235] /u/Tmonyx had their submission removed for insufficient lambda. +[2020-08-26 21:45:38,588] /u/Tmonyx had their flair updated +[2020-08-26 21:45:56,367] There has been a new submission: 'DREAM 400 IQ PLAYS (trying to grow a new channel)', with flair 'Gaming' +[2020-08-26 21:45:57,557] /u/DangSalty had their submission removed for insufficient lambda. +[2020-08-26 21:45:58,915] /u/DangSalty had their flair updated +[2020-08-26 21:48:30,316] There has been a new submission: 'just an honest biscuit review', with flair 'Vlog' +[2020-08-26 21:48:31,179] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 21:48:31,298] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 21:48:32,285] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_x07l2pOaSE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:48:32,695] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCRhEZKA0sMjyC4gaek_j7_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:48:34,456] /u/lenjaminn had their flair updated +[2020-08-26 21:49:25,608] There has been a new submission: 'people asked a while back about my experiences with making art on antidepressants, so I made a whole video about it! do enjoy, i'll give lambda pretty liberally <3 (sorry for the repost, the bot apparently lagged on giving me lambda??)', with flair 'Art' +[2020-08-26 21:49:26,675] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 21:49:26,677] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 21:49:27,665] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0YpkMpN8i8s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:49:28,236] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu5QDS21HpNiISEoLJrxMFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 21:49:30,043] /u/flutepixie had their flair updated +[2020-08-26 21:56:30,114] There has been a new submission: 'hello, i would like to ask for your opinion regarding my editing skills, how do you perceive my video(s) to be', with flair 'Channel Review' +[2020-08-26 21:56:31,305] /u/senor_muchacho had their submission removed for insufficient lambda. +[2020-08-26 21:56:32,824] /u/senor_muchacho had their flair updated +[2020-08-26 22:01:54,809] There has been a new submission: 'Used the criticism from my last post and put it all into this video. GIVING LAMBDA TO LEGIT CRITICISM (and complements :-) ). Toxic moments in Modern Warfare.', with flair 'Video Critique' +[2020-08-26 22:01:56,118] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 22:01:56,120] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 22:01:57,186] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=i4-PKttQb6U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 22:01:57,516] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvjl41AH4fMvK0cTNQEHyGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 22:02:00,860] /u/cav_1 had their flair updated +[2020-08-26 22:10:54,626] There has been a new submission: 'Hey everyone', with flair 'Channel Review' +[2020-08-26 22:10:56,497] /u/NotUrMumObvioisly had their submission removed for insufficient lambda. +[2020-08-26 22:10:58,830] /u/NotUrMumObvioisly had their flair updated +[2020-08-26 22:14:17,118] There has been a new submission: 'Plz like and sub', with flair 'Video Critique' +[2020-08-26 22:14:18,468] /u/herioonfather had their submission removed for insufficient lambda. +[2020-08-26 22:14:20,315] /u/herioonfather had their flair updated +[2020-08-26 22:14:42,779] '/u/The_Suited_Bird' has given '/u/MrCarsone' lambda! +[2020-08-26 22:14:45,367] /u/MrCarsone had their flair updated +[2020-08-26 22:15:04,753] '/u/mreverdred01' has given '/u/lenjaminn' lambda! +[2020-08-26 22:15:06,804] /u/lenjaminn had their flair updated +[2020-08-26 22:15:15,638] '/u/mreverdred01' has given '/u/WordHistorian' lambda! +[2020-08-26 22:15:17,249] /u/WordHistorian had their flair updated +[2020-08-26 22:15:25,539] '/u/The_Suited_Bird' has given '/u/pyvozaur' lambda! +[2020-08-26 22:15:27,130] /u/pyvozaur had their flair updated +[2020-08-26 22:16:34,691] '/u/The_Suited_Bird' has given '/u/mreverdred01' lambda! +[2020-08-26 22:16:37,072] /u/mreverdred01 had their flair updated +[2020-08-26 22:17:20,354] '/u/The_Suited_Bird' has given '/u/MyNameIsDracoHi' lambda! +[2020-08-26 22:17:22,653] /u/MyNameIsDracoHi had their flair updated +[2020-08-26 22:18:10,473] There has been a new submission: 'Tips On Growing Your Channel', with flair 'Discussion' +[2020-08-26 22:18:11,657] /u/themotivationbug had their flair updated +[2020-08-26 22:21:29,647] '/u/DelogueAcoustic' has given '/u/mreverdred01' lambda! +[2020-08-26 22:21:32,599] /u/mreverdred01 had their flair updated +[2020-08-26 22:24:57,671] There has been a new submission: 'TACTICAL GAMER reacts to CALL OF DUTY: COLD WAR TRAILER! | FIRST IMPRESSIONS & THOUGHTS!', with flair 'Gaming' +[2020-08-26 22:24:59,272] /u/tomhavok had their submission removed for insufficient lambda. +[2020-08-26 22:25:01,076] /u/tomhavok had their flair updated +[2020-08-26 22:25:32,362] There has been a new submission: 'win 1 in #TheYard', with flair 'Gaming' +[2020-08-26 22:25:33,691] /u/cryptofeez had their submission removed for insufficient lambda. +[2020-08-26 22:25:35,330] /u/cryptofeez had their flair updated +[2020-08-26 22:29:36,386] There has been a new submission: 'A smash bros video I made with my friend.', with flair 'Gaming' +[2020-08-26 22:29:37,079] /u/Pigmanlegend2 had their submission removed for insufficient lambda. +[2020-08-26 22:29:37,737] /u/Pigmanlegend2 had their flair updated +[2020-08-26 22:32:43,357] '/u/Boomer_Warfare' has given '/u/cav_1' lambda! +[2020-08-26 22:32:46,104] /u/cav_1 had their flair updated +[2020-08-26 22:33:26,402] '/u/Boomer_Warfare' has given '/u/WordHistorian' lambda! +[2020-08-26 22:33:28,985] /u/WordHistorian had their flair updated +[2020-08-26 22:47:46,755] +#################### +[Aug 26 2020 22:47:46] RESTARTED +#################### + +[2020-08-26 23:28:12,647] There has been a new submission: 'eating dinner after watching The Sopranos', with flair 'Video Critique' +[2020-08-26 23:28:14,653] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 23:28:14,692] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 23:28:15,559] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gIFN3PP7vFM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:28:16,171] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV6RTgPqsx3p8PKc05IjGwQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:28:18,018] /u/bittybirtybunny had their flair updated +[2020-08-26 23:28:34,725] There has been a new submission: 'My FF7 let's play is posted!', with flair 'Gaming' +[2020-08-26 23:28:35,664] /u/cuthbertfontain had their submission removed for insufficient lambda. +[2020-08-26 23:28:36,483] /u/cuthbertfontain had their flair updated +[2020-08-26 23:28:51,467] There has been a new submission: 'I've started doing short essays about video games. Working on developing my voice and perspective but appreciate any and all feedback!', with flair 'Gaming' +[2020-08-26 23:28:52,533] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 23:28:52,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 23:28:53,435] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CNbDYg-pL2o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:28:53,805] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3Y69PB4JgKt3qysgND5ElQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:28:55,687] /u/ItsJoshNess had their flair updated +[2020-08-26 23:29:11,833] There has been a new submission: 'FIZ A MELHOR CLASSE DO [MELHOR PLAYER IFERG] DO COD MOBILE', with flair 'Gaming' +[2020-08-26 23:29:12,895] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-08-26 23:29:13,431] /u/MulberryNo1582 had their flair updated +[2020-08-26 23:29:30,780] There has been a new submission: 'Hi, I'm HollowedVVS and i just got my monthly review back :)', with flair 'Discussion' +[2020-08-26 23:29:32,710] /u/Hollowed-VVS had their flair updated +[2020-08-26 23:30:11,177] /u/cav_1 had their flair updated +[2020-08-26 23:30:20,919] '/u/cav_1' has given '/u/shadowf0x00' lambda! +[2020-08-26 23:30:23,963] /u/shadowf0x00 had their flair updated +[2020-08-26 23:31:01,424] '/u/cav_1' has given '/u/ImBntyHntrBish' lambda! +[2020-08-26 23:31:04,042] /u/ImBntyHntrBish had their flair updated +[2020-08-26 23:33:35,488] '/u/cav_1' has given '/u/cygnetgirl' lambda! +[2020-08-26 23:33:37,987] /u/cygnetgirl had their flair updated +[2020-08-26 23:34:27,333] '/u/cav_1' has given '/u/MrMoo-Youtube' lambda! +[2020-08-26 23:34:29,749] /u/MrMoo-Youtube had their flair updated +[2020-08-26 23:34:49,937] /u/lolaccounting had their flair updated +[2020-08-26 23:35:09,378] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-26 23:35:29,370] /u/The_Suited_Bird had their flair updated +[2020-08-26 23:35:48,790] '/u/FindAKidneyDonor-Com' has given '/u/Gran-Noche-Captain' lambda! +[2020-08-26 23:35:50,841] /u/Gran-Noche-Captain had their flair updated +[2020-08-26 23:36:09,467] '/u/FinalFanX' has given '/u/Davidplaysgames' lambda! +[2020-08-26 23:36:11,638] /u/Davidplaysgames had their flair updated +[2020-08-26 23:38:13,171] '/u/lolaccounting' has given '/u/PitchBlack4' lambda! +[2020-08-26 23:38:15,138] /u/PitchBlack4 had their flair updated +[2020-08-26 23:39:32,683] '/u/Taz-The-Yorkie' has given '/u/RdB_123' lambda! +[2020-08-26 23:39:35,430] /u/RdB_123 had their flair updated +[2020-08-26 23:40:15,449] '/u/lolaccounting' has given '/u/cygnetgirl' lambda! +[2020-08-26 23:40:18,315] /u/cygnetgirl had their flair updated +[2020-08-26 23:40:39,808] '/u/Sub2TheActualShadow' has given '/u/KAPS-In-Paradise' lambda! +[2020-08-26 23:40:42,675] /u/KAPS-In-Paradise had their flair updated +[2020-08-26 23:43:54,743] There has been a new submission: 'Where have these sub for sub channels coming from?', with flair 'Discussion' +[2020-08-26 23:43:57,327] /u/Davidplaysgames had their flair updated +[2020-08-26 23:44:15,268] There has been a new submission: 'Gaming Channel Review', with flair 'Channel Review' +[2020-08-26 23:44:16,577] /u/AggravatingCount4 had their submission removed for insufficient lambda. +[2020-08-26 23:44:18,175] /u/AggravatingCount4 had their flair updated +[2020-08-26 23:44:36,629] There has been a new submission: 'What’s everyone’s preferred thumbnail software?', with flair 'Discussion' +[2020-08-26 23:44:39,046] /u/TheGamingDecorator had their flair updated +[2020-08-26 23:44:56,701] There has been a new submission: 'Literally every game of Fall Guys', with flair 'Gaming' +[2020-08-26 23:44:57,894] /u/Freezetyle had their submission removed for insufficient lambda. +[2020-08-26 23:44:59,413] /u/Freezetyle had their flair updated +[2020-08-26 23:45:07,180] There has been a new submission: 'Answered some Top Searched Google Questions on my country Trinidad & Tobago while hiking Mt.Tabor. Open for reviews.', with flair 'Video Critique' +[2020-08-26 23:45:07,418] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 23:45:07,419] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 23:45:07,568] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7EkoTC5X1u4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:45:07,685] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPDW4UUvWp9Pb9gl_hKdirQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:45:09,600] /u/KAPS-In-Paradise had their flair updated +[2020-08-26 23:45:15,200] There has been a new submission: 'Any advice for how I can make these videos more engaging/get more people to get past the Thumbnail? I would love to hear your input, fellow newTubers', with flair 'Video Critique' +[2020-08-26 23:45:16,315] /u/maxbrickman had their submission removed for insufficient lambda. +[2020-08-26 23:45:17,706] /u/maxbrickman had their flair updated +[2020-08-26 23:45:35,932] There has been a new submission: 'How can I make my channel vlogs' edits more entertaining? (Giving lambda to real critiques)', with flair 'Channel Review' +[2020-08-26 23:45:37,122] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-26 23:45:37,124] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-26 23:45:37,985] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jeoDVPuP-60&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:45:38,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGKV7qWRTKZMGPTiD0eunmQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-26 23:45:40,731] /u/aishaakassim had their flair updated +[2020-08-26 23:45:58,463] There has been a new submission: 'lightningNA | Fortnite Highlights #2 | Never Change 🥀', with flair 'Gaming' +[2020-08-26 23:45:59,534] /u/lightningNA_YT had their submission removed for insufficient lambda. +[2020-08-26 23:46:01,040] /u/lightningNA_YT had their flair updated +[2020-08-26 23:46:18,941] There has been a new submission: 'CHECK IT OUR', with flair 'Gaming' +[2020-08-26 23:46:20,010] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-26 23:46:21,283] /u/TntThiefGamerYT had their flair updated +[2020-08-26 23:46:39,657] There has been a new submission: 'Looking for genuine people', with flair 'Collab' +[2020-08-26 23:46:41,253] /u/ShadyMyG had their flair updated +[2020-08-26 23:47:16,569] '/u/Dr3dH3d' has given '/u/MrMoo-Youtube' lambda! +[2020-08-26 23:47:18,781] /u/MrMoo-Youtube had their flair updated +[2020-08-26 23:48:22,507] '/u/Dr3dH3d' has given '/u/xPento' lambda! +[2020-08-26 23:48:24,682] /u/xPento had their flair updated +[2020-08-26 23:51:11,700] '/u/flutepixie' has given '/u/ImBntyHntrBish' lambda! +[2020-08-26 23:51:14,688] /u/ImBntyHntrBish had their flair updated +[2020-08-26 23:53:17,364] '/u/FinalFanX' has given '/u/Elgondir' lambda! +[2020-08-26 23:53:19,577] /u/Elgondir had their flair updated +[2020-08-26 23:56:46,562] There has been a new submission: 'Hi! Had a question about monetization.', with flair 'Discussion' +[2020-08-26 23:56:48,974] /u/thevinamazing had their flair updated +[2020-08-26 23:57:05,906] There has been a new submission: 'My younger brother's YT channel', with flair 'Gaming' +[2020-08-26 23:57:07,256] /u/oopsalternateistaken had their submission removed for insufficient lambda. +[2020-08-26 23:57:08,278] /u/oopsalternateistaken had their flair updated +[2020-08-26 23:59:16,795] '/u/cav_1' has given '/u/infinitegfuelshakers' lambda! +[2020-08-26 23:59:19,043] /u/infinitegfuelshakers had their flair updated +[2020-08-27 00:08:40,947] '/u/ItsJoshNess' has given '/u/ShadyMyG' lambda! +[2020-08-27 00:08:42,465] /u/ShadyMyG had their flair updated +[2020-08-27 00:10:07,171] There has been a new submission: 'Aerial (drone) view of 6 statues one should visit', with flair 'Video Critique' +[2020-08-27 00:10:08,887] /u/swiftwindwalker had their submission removed for insufficient lambda. +[2020-08-27 00:10:11,382] /u/swiftwindwalker had their flair updated +[2020-08-27 00:14:23,773] There has been a new submission: 'I'm getting hate comments from people (or bots) and their account was made only 1 MINUTE before their comment, wouldn't YouTube think this is spam?', with flair 'Discussion' +[2020-08-27 00:14:26,605] /u/-JRWL had their flair updated +[2020-08-27 00:15:38,031] '/u/cav_1' has given '/u/ShadyMyG' lambda! +[2020-08-27 00:15:40,571] /u/ShadyMyG had their flair updated +[2020-08-27 00:21:47,298] '/u/civohd123' has given '/u/MrMoo-Youtube' lambda! +[2020-08-27 00:21:50,043] /u/MrMoo-Youtube had their flair updated +[2020-08-27 00:28:07,634] '/u/ItsJoshNess' has given '/u/VitalyVlogs' lambda! +[2020-08-27 00:28:08,811] /u/VitalyVlogs had their flair updated +[2020-08-27 00:30:06,737] There has been a new submission: 'How Does This Video Look?', with flair 'Channel Review' +[2020-08-27 00:30:06,969] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 00:30:06,970] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 00:30:07,116] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=u-9C6sa0xsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 00:30:07,296] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6h8cQp0ZBUGyr_1ca4c1dw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 00:30:10,504] /u/FakeOtzdarva had their flair updated +[2020-08-27 00:32:29,658] '/u/El_Matadurr' has given '/u/xPento' lambda! +[2020-08-27 00:32:32,198] /u/xPento had their flair updated +[2020-08-27 00:36:43,882] There has been a new submission: 'Bo3 ZOMBIES TOURNAMENT!? Just spreading this around', with flair 'Gaming' +[2020-08-27 00:36:45,192] /u/ItzActuallyWubDub had their submission removed for insufficient lambda. +[2020-08-27 00:36:46,622] /u/ItzActuallyWubDub had their flair updated +[2020-08-27 00:38:49,131] There has been a new submission: 'You Have Been Distracted', with flair 'Channel Review' +[2020-08-27 00:38:50,279] /u/ninjasnowboard had their submission removed for insufficient lambda. +[2020-08-27 00:38:51,516] /u/ninjasnowboard had their flair updated +[2020-08-27 00:39:47,149] There has been a new submission: 'Call of Duty Black Ops Cold War Game Reveal', with flair 'Gaming' +[2020-08-27 00:39:47,802] /u/allmoneyin3755 had their submission removed for insufficient lambda. +[2020-08-27 00:39:48,298] /u/allmoneyin3755 had their flair updated +[2020-08-27 00:47:47,003] +#################### +[Aug 27 2020 00:47:46] RESTARTED +#################### + +[2020-08-27 01:30:08,671] There has been a new submission: 'Epic Funny Haha CSGO Moments', with flair 'Gaming' +[2020-08-27 01:30:10,278] /u/Aerrowhead had their submission removed for insufficient lambda. +[2020-08-27 01:30:12,764] /u/Aerrowhead had their flair updated +[2020-08-27 01:30:22,183] There has been a new submission: 'Drawing An Epic Doodle | Vexx Inspired', with flair 'Video Critique' +[2020-08-27 01:30:24,109] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 01:30:24,111] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 01:30:25,177] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oVLFhp3tpGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 01:30:25,709] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJUxLB7hJHQ0eKHqUh1UrZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 01:30:29,240] /u/cygnetgirl had their flair updated +[2020-08-27 01:31:07,617] '/u/The_Suited_Bird' has given '/u/MrMoo-Youtube' lambda! +[2020-08-27 01:31:10,649] /u/MrMoo-Youtube had their flair updated +[2020-08-27 01:31:47,141] '/u/The_Suited_Bird' has given '/u/cygnetgirl' lambda! +[2020-08-27 01:31:49,638] /u/cygnetgirl had their flair updated +[2020-08-27 01:33:08,273] '/u/flutepixie' has given '/u/Jayotic44' lambda! +[2020-08-27 01:33:10,737] /u/Jayotic44 had their flair updated +[2020-08-27 01:33:30,882] '/u/FakeOtzdarva' has given '/u/Jayotic44' lambda! +[2020-08-27 01:33:33,424] /u/Jayotic44 had their flair updated +[2020-08-27 01:33:53,102] '/u/Boomer_Warfare' has given '/u/Fish-the-banana' lambda! +[2020-08-27 01:33:55,233] /u/Fish-the-banana had their flair updated +[2020-08-27 01:39:11,417] '/u/cav_1' has given '/u/StrixUK' lambda! +[2020-08-27 01:39:12,773] /u/StrixUK had their flair updated +[2020-08-27 01:46:42,159] '/u/FindAKidneyDonor-Com' has given '/u/electronic_person' lambda! +[2020-08-27 01:46:44,583] /u/electronic_person had their flair updated +[2020-08-27 02:02:52,016] There has been a new submission: 'Go sub to my freind', with flair 'Discussion' +[2020-08-27 02:02:54,347] /u/lilmexican6000 had their flair updated +[2020-08-27 02:06:58,590] There has been a new submission: 'Hey Guys! I have made a new video with my first voiceover. Do tell me what you think about it. Its really my first try and I think its not up to par 😅 . Your feedback is highly welcomed and Do tell me what I need to improve taking this video as an example.', with flair 'Video Critique' +[2020-08-27 02:06:59,695] /u/S_45 had their submission removed for insufficient lambda. +[2020-08-27 02:07:01,067] /u/S_45 had their flair updated +[2020-08-27 02:10:18,719] There has been a new submission: 'Hey guy my channel is comedt gaming about tank and meme please check it out!!', with flair 'Gaming' +[2020-08-27 02:10:20,734] /u/t49derpgun had their submission removed for insufficient lambda. +[2020-08-27 02:10:23,027] /u/t49derpgun had their flair updated +[2020-08-27 02:21:41,249] There has been a new submission: 'Hi Guys! Asking for help on my First voice over video. It was my first time with this Experiment 😅', with flair 'Discussion' +[2020-08-27 02:21:43,952] /u/S_45 had their flair updated +[2020-08-27 02:30:09,614] '/u/hortingo' has given '/u/titomakanijr' lambda! +[2020-08-27 02:30:11,898] /u/titomakanijr had their flair updated +[2020-08-27 02:38:33,284] '/u/vaish1601' has given '/u/flutepixie' lambda! +[2020-08-27 02:38:34,391] /u/flutepixie had their flair updated +[2020-08-27 02:44:38,833] There has been a new submission: 'Working on balancing live footage with gameplay, I'd love to hear your thoughts!', with flair 'Video Critique' +[2020-08-27 02:44:40,102] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 02:44:40,103] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 02:44:41,043] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P0uHZ4hUoqY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 02:44:41,494] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvoqvBGrypB7cYhGFBROz6A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 02:44:44,781] /u/BraveSirOingo had their flair updated +[2020-08-27 02:47:48,427] +#################### +[Aug 27 2020 02:47:48] RESTARTED +#################### + +[2020-08-27 03:28:44,434] There has been a new submission: 'DJ ARC - HOPE [ Official Music Video ]', with flair 'Video Critique' +[2020-08-27 03:28:45,418] /u/arc-musical had their submission removed for insufficient lambda. +[2020-08-27 03:28:46,076] /u/arc-musical had their flair updated +[2020-08-27 03:29:04,506] There has been a new submission: 'My YouTube goes by the name of DayNotAverage! On that channel I do gaming videos and some reactions as well! I don’t not have a setup yet but the vids are still high quality! Go check out my current video and subscribe while your at it.', with flair 'Channel Review' +[2020-08-27 03:29:05,324] /u/DayNotAverage had their submission removed for insufficient lambda. +[2020-08-27 03:29:05,937] /u/DayNotAverage had their flair updated +[2020-08-27 03:29:44,056] '/u/cav_1' has given '/u/noot_noodles' lambda! +[2020-08-27 03:29:46,240] /u/noot_noodles had their flair updated +[2020-08-27 03:30:06,930] '/u/FakeOtzdarva' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-27 03:30:09,309] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-27 03:30:18,350] '/u/lolaccounting' has given '/u/Adam-Venture' lambda! +[2020-08-27 03:30:20,726] /u/Adam-Venture had their flair updated +[2020-08-27 03:33:37,925] '/u/ShikharTrivedi' has given '/u/usualgamer94' lambda! +[2020-08-27 03:33:40,582] /u/usualgamer94 had their flair updated +[2020-08-27 03:34:19,968] '/u/ShikharTrivedi' has given '/u/TheJustindsd' lambda! +[2020-08-27 03:34:22,586] /u/TheJustindsd had their flair updated +[2020-08-27 03:35:01,184] '/u/AlphaLoaf' has given '/u/MrMoo-Youtube' lambda! +[2020-08-27 03:35:03,467] /u/MrMoo-Youtube had their flair updated +[2020-08-27 03:37:59,203] There has been a new submission: 'Yo Boys And Girls If You Like Well Edited Funny Gaming Content Your In Luck Head Over And Watch My Newest Video With My Homie And Leave A Like!! It Took 12 Hours To Edit So Pls Like It Up!!!!!!', with flair 'Video Critique' +[2020-08-27 03:38:00,031] /u/OhItsZebby0 had their submission removed for insufficient lambda. +[2020-08-27 03:38:00,826] /u/OhItsZebby0 had their flair updated +[2020-08-27 03:38:20,384] There has been a new submission: 'Hope you like it', with flair 'Gaming' +[2020-08-27 03:38:21,206] /u/sex2478 had their submission removed for insufficient lambda. +[2020-08-27 03:38:21,987] /u/sex2478 had their flair updated +[2020-08-27 03:38:41,780] There has been a new submission: 'The Weeknd what you need cover', with flair 'Video Critique' +[2020-08-27 03:38:42,639] /u/Wildtabacco had their submission removed for insufficient lambda. +[2020-08-27 03:38:43,334] /u/Wildtabacco had their flair updated +[2020-08-27 03:39:02,400] There has been a new submission: 'Hi, I made this video and is hoping if you would review it and if there is anything wrong with the editing and audio etc.', with flair 'Video Critique' +[2020-08-27 03:39:03,874] /u/M_BARUAH7777 had their submission removed for insufficient lambda. +[2020-08-27 03:39:04,528] /u/M_BARUAH7777 had their flair updated +[2020-08-27 03:41:56,077] '/u/bittybirtybunny' has given '/u/Jayotic44' lambda! +[2020-08-27 03:41:59,441] /u/Jayotic44 had their flair updated +[2020-08-27 03:45:12,229] '/u/bittybirtybunny' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-27 03:45:13,615] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-27 03:55:28,999] There has been a new submission: 'Hi everyone! I just started my channel today and after about four hours of editing, this is what I have to show for it. What do you guys think? :)', with flair 'Gaming' +[2020-08-27 03:55:30,146] /u/nathanhoj had their submission removed for insufficient lambda. +[2020-08-27 03:55:31,909] /u/nathanhoj had their flair updated +[2020-08-27 04:04:07,600] There has been a new submission: '"STAY GOLD" R3X Vintage | Sony a6300 + Sigma 18-35mm promo video. Feedback welcomed', with flair 'Video Critique' +[2020-08-27 04:04:09,031] /u/myboybluu had their submission removed for insufficient lambda. +[2020-08-27 04:04:11,162] /u/myboybluu had their flair updated +[2020-08-27 04:13:21,470] There has been a new submission: 'Scared to be banned', with flair 'Gaming' +[2020-08-27 04:13:22,800] /u/drishjotarora21 had their submission removed for insufficient lambda. +[2020-08-27 04:13:24,723] /u/drishjotarora21 had their flair updated +[2020-08-27 04:18:01,459] There has been a new submission: 'DONT CLICK THIS', with flair 'Gaming' +[2020-08-27 04:18:02,400] /u/BC_R3C0N had their submission removed for insufficient lambda. +[2020-08-27 04:18:03,467] /u/BC_R3C0N had their flair updated +[2020-08-27 04:24:56,018] There has been a new submission: 'Would love feedback on my most recent Ghost Of Tsushima Cinematic: Is the editing good, is lighting good, how is the audio quality?', with flair 'Video Critique' +[2020-08-27 04:24:59,536] /u/Davidplaysgames had their flair updated +[2020-08-27 04:30:07,636] There has been a new submission: 'GUESS THAT RAPPER BY OUTFIT CHALLENGE!! 😵', with flair 'Video Critique' +[2020-08-27 04:30:09,230] /u/mixhael11 had their submission removed for insufficient lambda. +[2020-08-27 04:30:11,547] /u/mixhael11 had their flair updated +[2020-08-27 04:39:45,248] '/u/Vasilis-Tsaknakis' has given '/u/Gran-Noche-Captain' lambda! +[2020-08-27 04:39:46,096] /u/Gran-Noche-Captain had their flair updated +[2020-08-27 04:40:24,903] '/u/Vasilis-Tsaknakis' has given '/u/cygnetgirl' lambda! +[2020-08-27 04:40:27,235] /u/cygnetgirl had their flair updated +[2020-08-27 04:41:30,713] '/u/Vasilis-Tsaknakis' has given '/u/Elgondir' lambda! +[2020-08-27 04:41:32,902] /u/Elgondir had their flair updated +[2020-08-27 04:42:34,606] '/u/Vasilis-Tsaknakis' has given '/u/PitchBlack4' lambda! +[2020-08-27 04:42:36,658] /u/PitchBlack4 had their flair updated +[2020-08-27 04:43:21,210] There has been a new submission: 'Surprising Strangers with Flowers Dressed as a T-Rex! Just for fun and kindness :)', with flair 'Vlog' +[2020-08-27 04:43:22,606] /u/megansnedden had their submission removed for insufficient lambda. +[2020-08-27 04:43:24,566] /u/megansnedden had their flair updated +[2020-08-27 04:43:52,063] There has been a new submission: 'Earn $2 Every Minute On Autopalot With Few Clicks', with flair 'Vlog' +[2020-08-27 04:43:53,535] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-27 04:43:55,664] /u/HeavyAction had their flair updated +[2020-08-27 04:45:06,275] '/u/bittybirtybunny' has given '/u/DennisTheBadBoy' lambda! +[2020-08-27 04:45:07,913] /u/DennisTheBadBoy had their flair updated +[2020-08-27 04:46:31,393] '/u/bittybirtybunny' has given '/u/shadowf0x00' lambda! +[2020-08-27 04:46:33,889] /u/shadowf0x00 had their flair updated +[2020-08-27 04:47:57,455] +#################### +[Aug 27 2020 04:47:57] RESTARTED +#################### + +[2020-08-27 05:30:11,698] There has been a new submission: 'Sarcasm 100% in PUBG Mobile', with flair 'Gaming' +[2020-08-27 05:30:13,317] /u/RedditUser1780 had their submission removed for insufficient lambda. +[2020-08-27 05:30:15,673] /u/RedditUser1780 had their flair updated +[2020-08-27 05:30:33,638] There has been a new submission: 'Spongebob - Dank and Juicy | Gag Nation', with flair 'Channel Review' +[2020-08-27 05:30:35,235] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-27 05:30:38,099] /u/frogs4life69 had their flair updated +[2020-08-27 05:31:32,207] '/u/siddhant1991' has given '/u/Elgondir' lambda! +[2020-08-27 05:31:34,792] /u/Elgondir had their flair updated +[2020-08-27 05:31:55,899] '/u/cygnetgirl' has given '/u/Snoopyolive' lambda! +[2020-08-27 05:31:58,480] /u/Snoopyolive had their flair updated +[2020-08-27 05:32:48,169] '/u/ItsJoshNess' has given '/u/PurpleFisty' lambda! +[2020-08-27 05:32:51,079] /u/PurpleFisty had their flair updated +[2020-08-27 05:36:32,996] There has been a new submission: 'Watch my new Video!', with flair 'Gaming' +[2020-08-27 05:36:34,017] /u/imnoopyt had their submission removed for insufficient lambda. +[2020-08-27 05:36:35,201] /u/imnoopyt had their flair updated +[2020-08-27 06:16:18,291] '/u/ShikharTrivedi' has given '/u/RdB_123' lambda! +[2020-08-27 06:16:20,633] /u/RdB_123 had their flair updated +[2020-08-27 06:24:20,928] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-27 06:28:10,687] There has been a new submission: 'Ghost of Tsushima Silent kills: Hissing Creek Crossing', with flair 'Gaming' +[2020-08-27 06:28:11,585] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-27 06:28:12,667] /u/naruto_naruto_123 had their flair updated +[2020-08-27 06:28:40,234] '/u/pyvozaur' has given '/u/WordHistorian' lambda! +[2020-08-27 06:28:41,182] /u/WordHistorian had their flair updated +[2020-08-27 06:29:58,167] '/u/pyvozaur' has given '/u/RdB_123' lambda! +[2020-08-27 06:30:00,151] /u/RdB_123 had their flair updated +[2020-08-27 06:31:08,072] '/u/pyvozaur' has given '/u/Davidplaysgames' lambda! +[2020-08-27 06:31:10,814] /u/Davidplaysgames had their flair updated +[2020-08-27 06:31:50,512] There has been a new submission: 'Hissing Creek Crossing', with flair 'Channel Review' +[2020-08-27 06:31:52,103] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-27 06:31:54,281] /u/naruto_naruto_123 had their flair updated +[2020-08-27 06:46:04,298] '/u/Sunkissed-horizon' has given '/u/usualgamer94' lambda! +[2020-08-27 06:46:06,752] /u/usualgamer94 had their flair updated +[2020-08-27 06:46:47,099] '/u/GoonedHaha' has given '/u/WordHistorian' lambda! +[2020-08-27 06:46:49,306] /u/WordHistorian had their flair updated +[2020-08-27 06:47:49,280] +#################### +[Aug 27 2020 06:47:49] RESTARTED +#################### + +[2020-08-27 07:22:02,034] There has been a new submission: 'MY YOUTUBE CHANNEL', with flair 'Channel Review' +[2020-08-27 07:22:05,021] /u/RawadVlogs_yt had their submission removed for insufficient lambda. +[2020-08-27 07:22:07,025] /u/RawadVlogs_yt had their flair updated +[2020-08-27 07:24:53,868] There has been a new submission: 'Reaction To NEW FORTNITE SEASON! would appreciate if u could check it out!', with flair 'Video Critique' +[2020-08-27 07:24:55,055] /u/Harsh_Hira had their submission removed for insufficient lambda. +[2020-08-27 07:24:56,488] /u/Harsh_Hira had their flair updated +[2020-08-27 07:25:15,153] There has been a new submission: 'How do u feel about short vids?', with flair 'Video Critique' +[2020-08-27 07:25:16,462] /u/zakp1234 had their submission removed for insufficient lambda. +[2020-08-27 07:25:18,593] /u/zakp1234 had their flair updated +[2020-08-27 07:25:36,623] There has been a new submission: 'A Good World - Delilah Is Free Teaser', with flair 'Video Critique' +[2020-08-27 07:25:37,652] /u/kokopoplol had their submission removed for insufficient lambda. +[2020-08-27 07:25:38,970] /u/kokopoplol had their flair updated +[2020-08-27 07:26:47,732] There has been a new submission: 'FIRST LISTEN TO DUTCH RAP | HYENA, QLAS, BLACKA, AND DV | HOLLAND LIT AF', with flair 'Channel Review' +[2020-08-27 07:26:48,677] /u/Chicagofanboyee had their submission removed for insufficient lambda. +[2020-08-27 07:26:49,787] /u/Chicagofanboyee had their flair updated +[2020-08-27 07:39:04,247] There has been a new submission: 'Hey yt, Would love if you check out my growing channel and advise accordingly kindly', with flair 'Channel Review' +[2020-08-27 07:39:05,185] /u/Understanding_Then had their submission removed for insufficient lambda. +[2020-08-27 07:39:06,005] /u/Understanding_Then had their flair updated +[2020-08-27 07:48:18,349] There has been a new submission: 'I can't quite understand the rules of posting on here,Kindly assist', with flair 'Discussion' +[2020-08-27 07:48:19,779] /u/Understanding_Then had their flair updated +[2020-08-27 07:55:29,403] There has been a new submission: 'What's a free tool/website to find good tags for my videos ?', with flair 'Discussion' +[2020-08-27 07:55:31,466] /u/nvrmind_flame-yt had their flair updated +[2020-08-27 08:20:07,372] There has been a new submission: '2021 CBR600RR Vs ZX-6R - Middleweight Supersports Showdown', with flair 'Video Critique' +[2020-08-27 08:20:09,139] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-08-27 08:20:11,447] /u/Kwackajack_ had their flair updated +[2020-08-27 08:22:05,018] There has been a new submission: 'Just want people to rate this video that I made with a couple of friends talking about the next gen consoles', with flair 'Video Critique' +[2020-08-27 08:22:06,847] /u/GrapeheadYT had their submission removed for insufficient lambda. +[2020-08-27 08:22:08,965] /u/GrapeheadYT had their flair updated +[2020-08-27 08:24:36,667] There has been a new submission: 'Very funny haha game clips. By far the best editing I’ve done', with flair 'Gaming' +[2020-08-27 08:24:38,348] /u/Kprince0720 had their submission removed for insufficient lambda. +[2020-08-27 08:24:40,161] /u/Kprince0720 had their flair updated +[2020-08-27 08:42:37,484] There has been a new submission: 'Minecraft Video | I would like to know about what you think about the way I add captions and transitions. I don't use an intro, but I do have a 30sec outro, which isn't that boring. Please feel free to roast me in the comments and also tell me how I can improve....', with flair 'Video Critique' +[2020-08-27 08:42:38,139] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 08:42:38,141] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 08:42:38,252] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1AD87pyYY-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 08:42:38,365] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGHywYqA8lA8QLd5wNcaovQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 08:42:41,228] /u/nvrmind_flame-yt had their flair updated +[2020-08-27 08:47:30,526] +#################### +[Aug 27 2020 08:47:30] RESTARTED +#################### + +[2020-08-27 09:08:53,923] '/u/Vasilis-Tsaknakis' has given '/u/kabukidanshi' lambda! +[2020-08-27 09:08:55,846] /u/kabukidanshi had their flair updated +[2020-08-27 09:09:11,280] There has been a new submission: 'Gunna x Lil Baby Type Beat 2020 - "URUS" | Guitar/Rap Instrumental', with flair 'Channel Review' +[2020-08-27 09:09:12,055] /u/prodbk_ had their submission removed for insufficient lambda. +[2020-08-27 09:09:12,551] /u/prodbk_ had their flair updated +[2020-08-27 09:13:21,842] There has been a new submission: 'Can we get more views on this video?', with flair 'Channel Review' +[2020-08-27 09:13:23,527] /u/carstuff44 had their submission removed for insufficient lambda. +[2020-08-27 09:13:25,510] /u/carstuff44 had their flair updated +[2020-08-27 09:20:12,863] There has been a new submission: 'Is goal line technology broken on Fifa 20 ?!?! (FUT champs highlights)', with flair 'Gaming' +[2020-08-27 09:20:14,412] /u/Low-Delay-8872 had their submission removed for insufficient lambda. +[2020-08-27 09:20:16,698] /u/Low-Delay-8872 had their flair updated +[2020-08-27 09:27:12,612] There has been a new submission: 'Watch my new video', with flair 'Gaming' +[2020-08-27 09:27:13,685] /u/yagiztankut had their submission removed for insufficient lambda. +[2020-08-27 09:27:15,025] /u/yagiztankut had their flair updated +[2020-08-27 09:35:32,152] There has been a new submission: 'Jiyein Kyun - Papon | I recently covered a Hindi song from Bollywood | Check if you're into Indian Music or simply a music enthusiast. Hope you like it.', with flair 'Video Critique' +[2020-08-27 09:35:33,545] /u/wheretheavocadoz9_ had their submission removed for insufficient lambda. +[2020-08-27 09:35:35,965] /u/wheretheavocadoz9_ had their flair updated +[2020-08-27 10:12:35,556] There has been a new submission: 'Is there a subreddit where you can compare thumbnails to see what people think is better?', with flair 'Discussion' +[2020-08-27 10:12:38,186] /u/PineapplePizzaGaming had their flair updated +[2020-08-27 10:17:51,240] '/u/kingury7' has given '/u/usualgamer94' lambda! +[2020-08-27 10:17:52,489] /u/usualgamer94 had their flair updated +[2020-08-27 10:33:36,279] There has been a new submission: 'Let's Play Albion Online Gameplay 3 - New Adventures Await in Albion Online (We are Independent now)', with flair 'Gaming' +[2020-08-27 10:33:37,605] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-08-27 10:33:39,547] /u/omeshhedaoo had their flair updated +[2020-08-27 10:38:23,724] There has been a new submission: 'Hey guys, I'm low on support but if you can help me it will be a big help..', with flair 'Channel Review' +[2020-08-27 10:38:24,584] /u/Vasant_Mogia had their submission removed for insufficient lambda. +[2020-08-27 10:38:25,589] /u/Vasant_Mogia had their flair updated +[2020-08-27 10:42:23,901] '/u/nvrmind_flame-yt' has given '/u/kingury7' lambda! +[2020-08-27 10:42:25,983] /u/kingury7 had their flair updated +[2020-08-27 10:47:30,373] +#################### +[Aug 27 2020 10:47:30] RESTARTED +#################### + +[2020-08-27 11:11:32,762] There has been a new submission: 'Me and some friends opened 99 Spirit Blossom Orbs in League of Legend. Giving out Lambda to everyone who has constructive feedback!', with flair 'Video Critique' +[2020-08-27 11:11:34,730] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 11:11:34,733] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 11:11:35,961] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fRXR4H7UgG0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 11:11:36,373] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuyDoQ-8qnsR1F2zlsavAzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 11:11:39,451] /u/xPento had their flair updated +[2020-08-27 11:11:58,636] There has been a new submission: 'I lost a lot of friends because of this... [Minecraft Clips]', with flair 'Gaming' +[2020-08-27 11:11:59,993] /u/Finatic_YT had their submission removed for insufficient lambda. +[2020-08-27 11:12:02,107] /u/Finatic_YT had their flair updated +[2020-08-27 11:37:08,234] '/u/Davidplaysgames' has given '/u/TriceratopsJr' lambda! +[2020-08-27 11:37:10,493] /u/TriceratopsJr had their flair updated +[2020-08-27 11:44:09,550] There has been a new submission: 'don't click this', with flair 'Gaming' +[2020-08-27 11:44:11,268] /u/BC_R3C0N had their submission removed for insufficient lambda. +[2020-08-27 11:44:13,199] /u/BC_R3C0N had their flair updated +[2020-08-27 11:52:52,848] There has been a new submission: 'Earn $997 Recurring Monthly With This Simple Strategy Make Money Online', with flair 'Channel Review' +[2020-08-27 11:52:54,291] /u/HeavyAction had their submission removed for insufficient lambda. +[2020-08-27 11:52:56,314] /u/HeavyAction had their flair updated +[2020-08-27 12:23:41,196] '/u/whereismael' has given '/u/Sinamon123' lambda! +[2020-08-27 12:23:43,187] /u/Sinamon123 had their flair updated +[2020-08-27 12:24:36,723] There has been a new submission: 'The Break Up Tutorials - How to erase a moving object from your video in Premiere Pro (comedy - 2 mins)', with flair 'Video Critique' +[2020-08-27 12:24:38,020] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-08-27 12:24:40,240] /u/SimonCaine had their flair updated +[2020-08-27 12:24:53,925] '/u/nvrmind_flame-yt' has given '/u/BreadZeppelinYT' lambda! +[2020-08-27 12:24:55,946] /u/BreadZeppelinYT had their flair updated +[2020-08-27 12:43:29,611] There has been a new submission: 'Hello boys and grils. Everything is awsome. What to change?', with flair 'Gaming' +[2020-08-27 12:43:31,308] /u/Truejonet had their submission removed for insufficient lambda. +[2020-08-27 12:43:33,318] /u/Truejonet had their flair updated +[2020-08-27 12:47:33,849] +#################### +[Aug 27 2020 12:47:33] RESTARTED +#################### + +[2020-08-27 13:05:44,785] '/u/MrMoo-Youtube' has given '/u/Blazedaman229' lambda! +[2020-08-27 13:05:47,322] /u/Blazedaman229 had their flair updated +[2020-08-27 13:07:30,331] There has been a new submission: 'Protect Earth', with flair 'Video Critique' +[2020-08-27 13:07:31,276] /u/Opentoimagination had their submission removed for insufficient lambda. +[2020-08-27 13:07:32,218] /u/Opentoimagination had their flair updated +[2020-08-27 13:07:49,254] There has been a new submission: 'Blind Parkour Challenge - Looking for feedback from different perspectives!', with flair 'Video Critique' +[2020-08-27 13:07:51,021] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 13:07:51,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 13:07:52,161] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=siAuB8YaIiw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:07:52,491] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChg-eI7hItN0tKeBVauQX1Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:07:54,498] /u/Jaydiiin had their flair updated +[2020-08-27 13:09:11,694] There has been a new submission: 'Can you lot get me to 10 subs please im on 7 atm', with flair 'Gaming' +[2020-08-27 13:09:12,433] /u/idekanyone had their submission removed for insufficient lambda. +[2020-08-27 13:09:13,046] /u/idekanyone had their flair updated +[2020-08-27 13:14:06,007] There has been a new submission: 'Video Review - Tips, Critiques, Criticisms all welcome', with flair 'Video Critique' +[2020-08-27 13:14:06,989] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 13:14:06,990] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 13:14:08,055] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZeNmTrz04kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:14:08,546] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKIPg17Qmt5khIklyOl48jA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:14:11,372] /u/MetaBreaker25 had their flair updated +[2020-08-27 13:14:35,990] '/u/Jaydiiin' has given '/u/aDutchMaker' lambda! +[2020-08-27 13:14:38,490] /u/aDutchMaker had their flair updated +[2020-08-27 13:14:55,950] There has been a new submission: 'Gaming Funny Moments (Modern Warfare) I would like to know what i can improve on and see what types of memey stuff i can add. I paid for epidemic music so i get lots of good music. Let me know what you think.', with flair 'Gaming' +[2020-08-27 13:14:57,214] /u/CaptainApolix had their submission removed for insufficient lambda. +[2020-08-27 13:14:59,056] /u/CaptainApolix had their flair updated +[2020-08-27 13:17:05,382] There has been a new submission: 'Edited videos vs streams', with flair 'Discussion' +[2020-08-27 13:17:06,860] /u/Sink_Plays_MINECRAFT had their flair updated +[2020-08-27 13:27:37,297] '/u/civohd123' has given '/u/kabukidanshi' lambda! +[2020-08-27 13:27:38,522] /u/kabukidanshi had their flair updated +[2020-08-27 13:31:16,087] There has been a new submission: 'I'm doing videos like combining all game trailers & cinematics. Is this a good niche or what do you guys think? Maybe next time i'll add some commentary in it.', with flair 'Video Critique' +[2020-08-27 13:31:17,651] /u/ESTeaDY1968 had their submission removed for insufficient lambda. +[2020-08-27 13:31:20,440] /u/ESTeaDY1968 had their flair updated +[2020-08-27 13:31:44,046] '/u/Jaydiiin' has given '/u/LindsayTLadyEngineer' lambda! +[2020-08-27 13:31:46,716] /u/LindsayTLadyEngineer had their flair updated +[2020-08-27 13:34:59,226] '/u/Jaydiiin' has given '/u/kingury7' lambda! +[2020-08-27 13:35:01,708] /u/kingury7 had their flair updated +[2020-08-27 13:35:20,630] There has been a new submission: 'COMO 1000 HORAS JOGANDO DE JETT SE PARECEM!! - Valorant Melhores Momento...', with flair 'Gaming' +[2020-08-27 13:35:22,024] /u/LookDaPlay had their submission removed for insufficient lambda. +[2020-08-27 13:35:23,622] /u/LookDaPlay had their flair updated +[2020-08-27 13:37:03,255] There has been a new submission: 'EXTREME GHOST PEPPER CHALLENGE GONE EXTREMELY WRONG *Must see* Could you guys check out this video and let me know how I can make the channel better⬇️', with flair 'Video Critique' +[2020-08-27 13:37:04,440] /u/RipNo4431 had their submission removed for insufficient lambda. +[2020-08-27 13:37:05,629] /u/RipNo4431 had their flair updated +[2020-08-27 13:37:57,580] '/u/nvrmind_flame-yt' has given '/u/aDutchMaker' lambda! +[2020-08-27 13:37:59,917] /u/aDutchMaker had their flair updated +[2020-08-27 13:38:33,562] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-27 13:39:59,291] There has been a new submission: 'What do you think of my video? Amateur filmmaker trying to make it somehow', with flair 'Video Critique' +[2020-08-27 13:40:00,386] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 13:40:00,387] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 13:40:01,500] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZaMfm260Pls&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:40:01,824] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVMShUobgFOycieIUUxk3-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:40:05,552] /u/kingury7 had their flair updated +[2020-08-27 13:46:31,575] There has been a new submission: '"Fall Guys, But I Finally Win" is my newest video. I have applied a few tips that was given to me from the post before and would like some feedback (if possible) for this one. Thank you :D', with flair 'Video Critique' +[2020-08-27 13:46:32,557] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 13:46:32,558] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 13:46:33,462] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2wA9ELW9qEU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:46:33,873] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvumxdYwkO2-UUBrCMM-r2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:46:36,541] /u/Sinamon123 had their flair updated +[2020-08-27 13:53:17,398] There has been a new submission: 'Hey!', with flair 'Vlog' +[2020-08-27 13:53:18,832] /u/dillsnl had their submission removed for insufficient lambda. +[2020-08-27 13:53:20,843] /u/dillsnl had their flair updated +[2020-08-27 13:58:32,698] There has been a new submission: 'Some chill memes from reddit for your enjoyment, if you like what you see please consider subscribing', with flair 'Vlog' +[2020-08-27 13:58:33,094] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 13:58:33,116] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 13:58:33,445] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y0HK4JNZTdI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:58:33,652] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5jRWKZcYSC_PRr4JvQnYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 13:58:35,218] /u/usualgamer94 had their flair updated +[2020-08-27 14:01:27,926] There has been a new submission: 'Time-Lapse?', with flair 'Discussion' +[2020-08-27 14:01:30,423] /u/Homesteadfresh had their flair updated +[2020-08-27 14:01:52,661] There has been a new submission: 'The Most TOXIC Fall Guys Player! (Fall Guys) - As always I’m looking to improve, please if you could watch this video and give me some feedback! Also drop some links for when I’m bored :)', with flair 'Video Critique' +[2020-08-27 14:01:53,610] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 14:01:53,729] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 14:01:54,591] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ztx7fmK0GFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 14:01:55,041] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3aNUew_WNa0DaGEHzIMI3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 14:01:58,647] /u/Mrlee2399 had their flair updated +[2020-08-27 14:02:17,657] There has been a new submission: 'We found Camp Hero! My first Vlog tested out an old powershot 100 HS I bought on ebay, not happy with the quality. Check it out!', with flair 'Vlog' +[2020-08-27 14:02:20,121] /u/1UPWillZ had their submission removed for insufficient lambda. +[2020-08-27 14:02:22,536] /u/1UPWillZ had their flair updated +[2020-08-27 14:03:01,320] '/u/FakeOtzdarva' has given '/u/TriceratopsJr' lambda! +[2020-08-27 14:03:03,820] /u/TriceratopsJr had their flair updated +[2020-08-27 14:03:22,996] '/u/FakeOtzdarva' has given '/u/Kprince0720' lambda! +[2020-08-27 14:03:25,534] /u/Kprince0720 had their flair updated +[2020-08-27 14:04:15,882] '/u/Sinamon123' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-27 14:04:18,591] /u/nvrmind_flame-yt had their flair updated +[2020-08-27 14:05:37,338] There has been a new submission: 'Grounded Let's Play - We are continuously making editing changes based on the feedback that has been given to us on this subreddit. Added laggy footage apology at the beginning, an added highlight from the episode to draw in your attention & a recap of the previous ep. Feedback is much appreciated.', with flair 'Gaming' +[2020-08-27 14:05:38,651] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 14:05:38,653] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 14:05:39,713] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dFsiebbH16Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 14:05:40,124] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 14:05:42,624] /u/OMFSquirrel had their flair updated +[2020-08-27 14:08:59,829] '/u/Jaydiiin' has given '/u/RodrasBurton' lambda! +[2020-08-27 14:09:01,791] /u/RodrasBurton had their flair updated +[2020-08-27 14:12:35,221] '/u/kingury7' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-27 14:12:37,266] /u/nvrmind_flame-yt had their flair updated +[2020-08-27 14:14:09,271] There has been a new submission: 'LIKE COMMENT SUBSCRIBE FOR LIKE COMMENT SUBSCRIBE BACK', with flair 'Gaming' +[2020-08-27 14:14:11,076] /u/TntThiefGamerYT had their submission removed for insufficient lambda. +[2020-08-27 14:14:12,918] /u/TntThiefGamerYT had their flair updated +[2020-08-27 14:15:19,123] '/u/kingury7' has given '/u/pokienguyen' lambda! +[2020-08-27 14:15:20,874] /u/pokienguyen had their flair updated +[2020-08-27 14:20:26,147] '/u/BraveSirOingo' has given '/u/TriceratopsJr' lambda! +[2020-08-27 14:20:29,222] /u/TriceratopsJr had their flair updated +[2020-08-27 14:21:10,548] '/u/BraveSirOingo' has given '/u/aDutchMaker' lambda! +[2020-08-27 14:21:13,331] /u/aDutchMaker had their flair updated +[2020-08-27 14:21:34,133] There has been a new submission: 'يوتيوبر المستقبل قوانين النجاح الخطيرة لقناتك على اليوتيوب', with flair 'Channel Review' +[2020-08-27 14:21:35,776] /u/Psychological-Job133 had their submission removed for insufficient lambda. +[2020-08-27 14:21:37,948] /u/Psychological-Job133 had their flair updated +[2020-08-27 14:23:16,046] '/u/BraveSirOingo' has given '/u/bigni44a' lambda! +[2020-08-27 14:23:18,510] /u/bigni44a had their flair updated +[2020-08-27 14:23:38,400] There has been a new submission: 'Hello guys, thank you for having me. So I have posted part 2 of my walkthrough of DLC Subject 2923. I am no pro or a good streamer but I am fulfilling my hobby of posting gameplay videos. I would appreciate it so much if you would just check it out and criticise me so that I can improve. Thank you', with flair 'Gaming' +[2020-08-27 14:23:39,876] /u/Sexkter had their submission removed for insufficient lambda. +[2020-08-27 14:23:41,764] /u/Sexkter had their flair updated +[2020-08-27 14:25:21,200] '/u/BraveSirOingo' has given '/u/kabukidanshi' lambda! +[2020-08-27 14:25:23,123] /u/kabukidanshi had their flair updated +[2020-08-27 14:35:24,022] There has been a new submission: 'Self Taught Artist 2 Year Art Progress | Procreate I tried a New Editing style please give me some feedback of what you think?', with flair 'Video Critique' +[2020-08-27 14:35:25,493] /u/itzMumu had their submission removed for insufficient lambda. +[2020-08-27 14:35:27,177] /u/itzMumu had their flair updated +[2020-08-27 14:38:03,989] '/u/Jaydiiin' has given '/u/whereismael' lambda! +[2020-08-27 14:38:06,404] /u/whereismael had their flair updated +[2020-08-27 14:39:37,793] There has been a new submission: 'Looking for constructive criticism for my cod gaming channel, only OG content!', with flair 'Video Critique' +[2020-08-27 14:39:38,493] /u/tyrannozaros had their submission removed for insufficient lambda. +[2020-08-27 14:39:39,111] /u/tyrannozaros had their flair updated +[2020-08-27 14:41:24,280] '/u/FlightoftheMelons' has given '/u/justYujiYT' lambda! +[2020-08-27 14:41:26,648] /u/justYujiYT had their flair updated +[2020-08-27 14:47:48,437] +#################### +[Aug 27 2020 14:47:48] RESTARTED +#################### + +[2020-08-27 15:25:28,346] There has been a new submission: 'My First Twitch Trailer: Welcome to EELville!', with flair 'Video Critique' +[2020-08-27 15:25:29,943] /u/EELATEEZ had their submission removed for insufficient lambda. +[2020-08-27 15:25:31,376] /u/EELATEEZ had their flair updated +[2020-08-27 15:25:48,999] There has been a new submission: 'I tried out a recent gaming trend and this is the result! I’d love to hear some feedback, constructive criticism is always welcome! If I Get Hit with Fire, the Video Ends (SSBU)', with flair 'Video Critique' +[2020-08-27 15:25:50,760] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 15:25:50,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 15:25:51,822] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Cr6nRBXy5LE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 15:25:52,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqk-fFXEvT-1BrwP4VPx5rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 15:25:54,529] /u/Jayotic44 had their flair updated +[2020-08-27 15:26:29,297] '/u/FlightoftheMelons' has given '/u/None' lambda! +[2020-08-27 15:26:31,471] /u/None had their flair updated +[2020-08-27 15:26:50,048] '/u/Jaydiiin' has given '/u/PitchBlack4' lambda! +[2020-08-27 15:26:52,423] /u/PitchBlack4 had their flair updated +[2020-08-27 15:27:53,992] '/u/FlightoftheMelons' has given '/u/None' lambda! +[2020-08-27 15:27:56,113] /u/None had their flair updated +[2020-08-27 15:29:09,708] '/u/moreganplease' has given '/u/Redmond93' lambda! +[2020-08-27 15:29:11,763] /u/Redmond93 had their flair updated +[2020-08-27 15:30:16,928] There has been a new submission: 'Dropped a new video seems to be doing OK but how do I get more Subs I have added a Sub button on my vid WDYT?', with flair 'Channel Review' +[2020-08-27 15:30:18,491] /u/noirbritannia had their submission removed for insufficient lambda. +[2020-08-27 15:30:20,810] /u/noirbritannia had their flair updated +[2020-08-27 15:30:40,597] There has been a new submission: '!givelambda's for useful critiques on a new video i editted 👽👍 Commentating over some interesting videos on the internet.', with flair 'Video Critique' +[2020-08-27 15:30:41,700] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 15:30:41,701] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 15:30:42,680] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=289hOCHuZUM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 15:30:43,212] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC83SortMUxP1ZKeE-W5BTaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 15:30:46,449] /u/FlightoftheMelons had their flair updated +[2020-08-27 15:31:06,054] There has been a new submission: 'Looking for an editor!', with flair 'Collab' +[2020-08-27 15:31:08,555] /u/GunstoneGale had their flair updated +[2020-08-27 15:31:29,010] There has been a new submission: 'Please watch', with flair 'Gaming' +[2020-08-27 15:31:30,651] /u/lezarshock had their submission removed for insufficient lambda. +[2020-08-27 15:31:32,822] /u/lezarshock had their flair updated +[2020-08-27 15:31:52,437] There has been a new submission: 'Mr.bean Theme song remix and I'f you like please support me', with flair 'None' +[2020-08-27 15:31:54,520] /u/TrapZoning had their submission removed for insufficient lambda. +[2020-08-27 15:31:56,730] /u/TrapZoning had their flair updated +[2020-08-27 15:46:14,422] There has been a new submission: 'This game crushed my ego', with flair 'Gaming' +[2020-08-27 15:46:15,578] /u/gezelex had their submission removed for insufficient lambda. +[2020-08-27 15:46:17,051] /u/gezelex had their flair updated +[2020-08-27 16:02:15,647] There has been a new submission: 'Original song (Freedom) by my brother and I (Elgo & The Dead Bull). All feedback is welcome', with flair 'Video Critique' +[2020-08-27 16:02:16,958] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 16:02:16,960] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 16:02:17,905] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HvuFYdFLEDs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:02:18,275] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3aIEGxyBwFV1S_Hp91I__Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:02:21,312] /u/Elgondir had their flair updated +[2020-08-27 16:11:36,794] There has been a new submission: 'Channel review and critique needed. I’m having a hard time finding a niche. 🤔 Also, subscribe if you’d like x', with flair 'Channel Review' +[2020-08-27 16:11:39,077] /u/TommyLegs18 had their submission removed for insufficient lambda. +[2020-08-27 16:11:41,288] /u/TommyLegs18 had their flair updated +[2020-08-27 16:13:42,737] There has been a new submission: 'Keto Diet For Beginners', with flair 'None' +[2020-08-27 16:13:44,256] /u/Messy5 had their submission removed for insufficient lambda. +[2020-08-27 16:13:46,266] /u/Messy5 had their flair updated +[2020-08-27 16:16:44,687] '/u/OMFSquirrel' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-27 16:16:47,024] /u/aspirefitnesswalnut had their flair updated +[2020-08-27 16:22:19,691] There has been a new submission: 'This is my first proper ranking video, so please tell me what I need to work on. Thank you.', with flair 'Video Critique' +[2020-08-27 16:22:20,878] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 16:22:20,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 16:22:21,982] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KG_a-p_wPgU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:22:22,391] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDKKjVK_yxe4Iux7hLKUwcA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:22:25,716] /u/-BR25- had their flair updated +[2020-08-27 16:22:50,047] '/u/Jaydiiin' has given '/u/ShikharTrivedi' lambda! +[2020-08-27 16:22:53,038] /u/ShikharTrivedi had their flair updated +[2020-08-27 16:23:20,935] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 29 - Heart Of The Jito', with flair 'Gaming' +[2020-08-27 16:23:22,369] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-27 16:23:24,312] /u/CecliusPlaysHD had their flair updated +[2020-08-27 16:24:18,466] There has been a new submission: 'Video took HOURS to edit, !givelambda for critical/constructive feedback! (I strive for minimal cuts/edits)', with flair 'Video Critique' +[2020-08-27 16:24:19,200] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 16:24:19,201] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 16:24:19,872] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YzdfbppNHTI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:24:20,243] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCPRGgzNXTxznXoemhbgZTuA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 16:24:22,862] /u/baechanka had their flair updated +[2020-08-27 16:29:17,796] There has been a new submission: 'I put a bit more time into this, hope yall enjoy!', with flair 'Video Critique' +[2020-08-27 16:29:19,105] /u/georgech900 had their submission removed for insufficient lambda. +[2020-08-27 16:29:20,460] /u/georgech900 had their flair updated +[2020-08-27 16:30:10,590] '/u/-BR25-' has given '/u/bigni44a' lambda! +[2020-08-27 16:30:13,074] /u/bigni44a had their flair updated +[2020-08-27 16:33:20,869] '/u/cav_1' has given '/u/Kprince0720' lambda! +[2020-08-27 16:33:24,029] /u/Kprince0720 had their flair updated +[2020-08-27 16:34:07,401] '/u/cav_1' has given '/u/Finatic_YT' lambda! +[2020-08-27 16:34:09,611] /u/Finatic_YT had their flair updated +[2020-08-27 16:47:50,231] +#################### +[Aug 27 2020 16:47:50] RESTARTED +#################### + +[2020-08-27 17:21:27,130] There has been a new submission: ''FREE' Tay K x Playboi Carti Type Beat 2020 - Beretta', with flair 'Video Critique' +[2020-08-27 17:21:28,978] /u/bpbeatzz had their submission removed for insufficient lambda. +[2020-08-27 17:21:31,110] /u/bpbeatzz had their flair updated +[2020-08-27 17:21:50,342] There has been a new submission: 'What do you think of my first video? It's in hindi. Technical related suggestion or something else', with flair 'Video Critique' +[2020-08-27 17:21:51,859] /u/blizzardmd had their submission removed for insufficient lambda. +[2020-08-27 17:21:53,948] /u/blizzardmd had their flair updated +[2020-08-27 17:22:13,637] There has been a new submission: 'I made an animated skit and thought I might put it here to get some general feedback', with flair 'Channel Review' +[2020-08-27 17:22:15,233] /u/tomtozoid had their submission removed for insufficient lambda. +[2020-08-27 17:22:17,238] /u/tomtozoid had their flair updated +[2020-08-27 17:23:07,634] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-08-27 17:23:10,334] '/u/-BR25-' has given '/u/Jimminycrickets411' lambda! +[2020-08-27 17:23:12,838] /u/Jimminycrickets411 had their flair updated +[2020-08-27 17:24:30,331] '/u/kingury7' has given '/u/aWiseRaisin' lambda! +[2020-08-27 17:24:32,671] /u/aWiseRaisin had their flair updated +[2020-08-27 17:24:53,565] '/u/kingury7' has given '/u/MrMoo-Youtube' lambda! +[2020-08-27 17:24:55,820] /u/MrMoo-Youtube had their flair updated +[2020-08-27 17:25:15,487] '/u/kingury7' has given '/u/PitchBlack4' lambda! +[2020-08-27 17:25:17,865] /u/PitchBlack4 had their flair updated +[2020-08-27 17:25:38,054] '/u/ItsJoshNess' has given '/u/ImpatientSquirrel' lambda! +[2020-08-27 17:25:40,343] /u/ImpatientSquirrel had their flair updated +[2020-08-27 17:26:13,134] '/u/kingury7' has given '/u/RodrasBurton' lambda! +[2020-08-27 17:26:15,710] /u/RodrasBurton had their flair updated +[2020-08-27 17:26:35,013] '/u/kingury7' has given '/u/ESTeaDY1968' lambda! +[2020-08-27 17:26:37,230] /u/ESTeaDY1968 had their flair updated +[2020-08-27 17:27:10,989] '/u/kingury7' has given '/u/tech_is_amaze' lambda! +[2020-08-27 17:27:13,198] /u/tech_is_amaze had their flair updated +[2020-08-27 17:27:31,829] '/u/ItsJoshNess' has given '/u/whatamI_doinghere00' lambda! +[2020-08-27 17:27:34,164] /u/whatamI_doinghere00 had their flair updated +[2020-08-27 17:27:52,577] '/u/ItsJoshNess' has given '/u/Dr3dH3d' lambda! +[2020-08-27 17:27:54,709] /u/Dr3dH3d had their flair updated +[2020-08-27 17:28:12,298] '/u/kingury7' has given '/u/Lucky_Opportunity557' lambda! +[2020-08-27 17:28:13,816] /u/Lucky_Opportunity557 had their flair updated +[2020-08-27 17:28:45,636] '/u/ItsJoshNess' has given '/u/alejandroq97' lambda! +[2020-08-27 17:28:47,110] /u/alejandroq97 had their flair updated +[2020-08-27 17:29:03,462] '/u/kingury7' has given '/u/Elgondir' lambda! +[2020-08-27 17:29:05,670] /u/Elgondir had their flair updated +[2020-08-27 17:29:23,404] '/u/ItsJoshNess' has given '/u/LindsayTLadyEngineer' lambda! +[2020-08-27 17:29:25,366] /u/LindsayTLadyEngineer had their flair updated +[2020-08-27 17:29:42,233] '/u/ItsJoshNess' has given '/u/whereismael' lambda! +[2020-08-27 17:29:44,116] /u/whereismael had their flair updated +[2020-08-27 17:30:04,494] '/u/kingury7' has given '/u/Mister_Man_Guy' lambda! +[2020-08-27 17:30:07,320] /u/Mister_Man_Guy had their flair updated +[2020-08-27 17:30:15,373] '/u/kingury7' has given '/u/WubbzyHeat' lambda! +[2020-08-27 17:30:17,587] /u/WubbzyHeat had their flair updated +[2020-08-27 17:30:33,795] '/u/kingury7' has given '/u/Sexkter' lambda! +[2020-08-27 17:30:36,665] /u/Sexkter had their flair updated +[2020-08-27 17:30:58,886] '/u/ItsJoshNess' has given '/u/SlybootsYoutube' lambda! +[2020-08-27 17:31:01,759] /u/SlybootsYoutube had their flair updated +[2020-08-27 17:31:50,373] '/u/ItsJoshNess' has given '/u/kingury7' lambda! +[2020-08-27 17:31:53,201] /u/kingury7 had their flair updated +[2020-08-27 17:39:12,309] '/u/Elgondir' has given '/u/Jimminycrickets411' lambda! +[2020-08-27 17:39:14,111] /u/Jimminycrickets411 had their flair updated +[2020-08-27 17:39:46,016] There has been a new submission: 'Learn with me- COOKING', with flair 'Vlog' +[2020-08-27 17:39:47,322] /u/janellerad had their submission removed for insufficient lambda. +[2020-08-27 17:39:48,224] /u/janellerad had their flair updated +[2020-08-27 17:40:04,407] There has been a new submission: 'Help my friend reach 10,000 views on this video!', with flair 'Channel Review' +[2020-08-27 17:40:06,696] /u/zambiprincesskeeny had their submission removed for insufficient lambda. +[2020-08-27 17:40:12,827] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/api/flairlist/ +[2020-08-27 17:40:21,420] /u/zambiprincesskeeny had their flair updated +[2020-08-27 17:40:27,804] Retrying due to 503 status: POST https://oauth.reddit.com/r/SmallYTChannel/api/flair/ +[2020-08-27 17:40:48,507] There has been a new submission: 'Thai Style Meal Prep | Ground Turkey Larb | Healthy Asian Meal Prep Ep 4.', with flair 'Video Critique' +[2020-08-27 17:40:50,553] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 17:40:50,554] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 17:40:51,740] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eexlQkckvwc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 17:40:52,107] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 17:40:55,504] /u/aspirefitnesswalnut had their flair updated +[2020-08-27 17:41:14,855] There has been a new submission: 'Hey guys I love doing those ''portrayed by spongebob'' videos on Youtube. I decided I wanted to make another video with the similar concept, but this time portraying what its like to work at the EllenDeGeneres show according to the recent allegations. Id love to hear what you have to say.', with flair 'Video Critique' +[2020-08-27 17:41:16,534] /u/CockandBallTorturexO had their submission removed for insufficient lambda. +[2020-08-27 17:41:18,704] /u/CockandBallTorturexO had their flair updated +[2020-08-27 17:41:38,463] There has been a new submission: 'New video about Madagascar for GameCube. I took all the recommendations from my last video and tried to put them in this one. Let me know what you think!', with flair 'Video Critique' +[2020-08-27 17:41:39,488] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 17:41:39,607] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 17:41:40,507] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=atuP4v1dsPQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 17:41:40,923] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 17:41:44,452] /u/TriceratopsJr had their flair updated +[2020-08-27 17:42:03,485] There has been a new submission: 'I'm looking for collab with anyone who thinks our topics could be mutually beneficial. Check out my profile, there you find my current topics.', with flair 'Collab' +[2020-08-27 17:42:06,675] /u/SainRainbowtwigs had their flair updated +[2020-08-27 17:42:25,298] There has been a new submission: 'What do you think of my video? (Looking for critique!)', with flair 'Video Critique' +[2020-08-27 17:42:27,181] /u/janellerad had their submission removed for insufficient lambda. +[2020-08-27 17:42:29,229] /u/janellerad had their flair updated +[2020-08-27 17:42:48,821] There has been a new submission: 'Fall Guys Inspired Roblox Game.', with flair 'Gaming' +[2020-08-27 17:42:50,257] /u/Gingersnapyt had their submission removed for insufficient lambda. +[2020-08-27 17:42:52,387] /u/Gingersnapyt had their flair updated +[2020-08-27 17:43:10,914] There has been a new submission: 'FULL ON BOT TEAM WITH 1 HACKER VS ANOTHER TEAM CSGO OVERWATCH GIVEAW...', with flair 'Gaming' +[2020-08-27 17:43:12,637] /u/SHADIZ4 had their submission removed for insufficient lambda. +[2020-08-27 17:43:14,561] /u/SHADIZ4 had their flair updated +[2020-08-27 17:43:30,435] There has been a new submission: 'Shooting love fist fuel all around!', with flair 'Gaming' +[2020-08-27 17:43:31,744] /u/DeanoFx had their submission removed for insufficient lambda. +[2020-08-27 17:43:33,590] /u/DeanoFx had their flair updated +[2020-08-27 17:43:53,137] There has been a new submission: 'Thank you for your support, And here's the vid', with flair 'Gaming' +[2020-08-27 17:43:54,525] /u/ADHDequan had their submission removed for insufficient lambda. +[2020-08-27 17:43:56,320] /u/ADHDequan had their flair updated +[2020-08-27 17:44:15,376] There has been a new submission: 'Please review my Battlefront II Funny Moments Vid. Beginner youtuber', with flair 'Video Critique' +[2020-08-27 17:44:16,691] /u/LionOmega3 had their submission removed for insufficient lambda. +[2020-08-27 17:44:18,452] /u/LionOmega3 had their flair updated +[2020-08-27 17:44:36,695] There has been a new submission: 'Police Chase in the Snow', with flair 'Channel Review' +[2020-08-27 17:44:38,380] /u/jersey2021 had their submission removed for insufficient lambda. +[2020-08-27 17:44:40,060] /u/jersey2021 had their flair updated +[2020-08-27 17:44:58,486] There has been a new submission: '"Dont knock it till you try it"', with flair 'Video Critique' +[2020-08-27 17:44:59,633] /u/im_new_reddit had their submission removed for insufficient lambda. +[2020-08-27 17:45:01,662] /u/im_new_reddit had their flair updated +[2020-08-27 17:45:13,087] '/u/Sinamon123' has given '/u/the-mango-slice' lambda! +[2020-08-27 17:45:14,661] /u/the-mango-slice had their flair updated +[2020-08-27 17:45:25,823] '/u/Sinamon123' has given '/u/PitchBlack4' lambda! +[2020-08-27 17:45:28,191] /u/PitchBlack4 had their flair updated +[2020-08-27 17:46:01,856] '/u/Sinamon123' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-27 17:46:04,186] /u/aspirefitnesswalnut had their flair updated +[2020-08-27 17:50:28,546] '/u/ItsJoshNess' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-27 17:50:31,372] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-27 17:50:52,966] '/u/ItsJoshNess' has given '/u/SnooPineapples5753' lambda! +[2020-08-27 17:50:55,754] /u/SnooPineapples5753 had their flair updated +[2020-08-27 17:52:21,527] There has been a new submission: 'Creepypasta "Die Dunkelheit" [German/Deutsch]', with flair 'Channel Review' +[2020-08-27 17:52:23,206] /u/TaxKey8405 had their submission removed for insufficient lambda. +[2020-08-27 17:52:25,215] /u/TaxKey8405 had their flair updated +[2020-08-27 17:59:49,144] '/u/Sinamon123' has given '/u/hiscursedness' lambda! +[2020-08-27 17:59:50,540] /u/hiscursedness had their flair updated +[2020-08-27 18:00:54,455] There has been a new submission: 'Collab: Educational/History/Geography videos(I can make maps for you)', with flair 'Collab' +[2020-08-27 18:00:57,808] /u/5thacex had their flair updated +[2020-08-27 18:04:46,179] There has been a new submission: 'Short 3 min video, appreciate any feedback', with flair 'Video Critique' +[2020-08-27 18:04:47,082] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 18:04:47,205] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 18:04:47,902] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iw2gs4vzt_k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 18:04:48,356] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 18:04:50,935] /u/WordHistorian had their flair updated +[2020-08-27 18:07:19,711] There has been a new submission: 'Reached 50 subs!', with flair 'Discussion' +[2020-08-27 18:07:22,121] /u/daredevil005 had their flair updated +[2020-08-27 18:10:22,393] '/u/TriceratopsJr' has given '/u/YTKoffing' lambda! +[2020-08-27 18:10:25,338] /u/YTKoffing had their flair updated +[2020-08-27 18:11:16,604] There has been a new submission: 'Go check out my new video: HUGE SHEIN TRY ON HAUL 2020 | SKINNY GIRL EDITION!!! // ANY FEEDBACK IS APPRECIATED 💗', with flair 'Video Critique' +[2020-08-27 18:11:18,116] /u/totallychelly had their submission removed for insufficient lambda. +[2020-08-27 18:11:20,250] /u/totallychelly had their flair updated +[2020-08-27 18:12:19,158] There has been a new submission: 'Iconic Brooklyn 99 scene recreation on the Sims 4', with flair 'Gaming' +[2020-08-27 18:12:20,715] /u/lordofthegap had their submission removed for insufficient lambda. +[2020-08-27 18:12:22,735] /u/lordofthegap had their flair updated +[2020-08-27 18:17:49,339] There has been a new submission: 'Hi me and my girl just started on YouTube last month and we already have 300 plus subscribers we just wanted to get feedback on how we can get better', with flair 'Channel Review' +[2020-08-27 18:17:50,280] /u/RipNo4431 had their submission removed for insufficient lambda. +[2020-08-27 18:17:51,389] /u/RipNo4431 had their flair updated +[2020-08-27 18:18:28,129] There has been a new submission: 'me soloing gameplay apexs', with flair 'Gaming' +[2020-08-27 18:18:29,034] /u/maxgladiusreal had their submission removed for insufficient lambda. +[2020-08-27 18:18:30,016] /u/maxgladiusreal had their flair updated +[2020-08-27 18:31:58,946] There has been a new submission: '3 Years In The Making', with flair 'Discussion' +[2020-08-27 18:32:01,285] /u/JmanGamer1327 had their flair updated +[2020-08-27 18:37:01,254] There has been a new submission: 'I’ve been at <400 subs for a long time, so I made a video I think could go viral. What for you think?', with flair 'Video Critique' +[2020-08-27 18:37:02,481] /u/av_dude had their submission removed for insufficient lambda. +[2020-08-27 18:37:03,751] /u/av_dude had their flair updated +[2020-08-27 18:40:59,948] '/u/xPento' has given '/u/kingury7' lambda! +[2020-08-27 18:41:02,623] /u/kingury7 had their flair updated +[2020-08-27 18:41:31,125] '/u/Jayotic44' has given '/u/Jimminycrickets411' lambda! +[2020-08-27 18:41:33,246] /u/Jimminycrickets411 had their flair updated +[2020-08-27 18:41:53,108] '/u/xPento' has given '/u/devonhuge' lambda! +[2020-08-27 18:41:55,351] /u/devonhuge had their flair updated +[2020-08-27 18:42:10,910] '/u/-BR25-' has given '/u/FacemanGaming25' lambda! +[2020-08-27 18:42:13,115] /u/FacemanGaming25 had their flair updated +[2020-08-27 18:42:44,283] '/u/Jayotic44' has given '/u/bigni44a' lambda! +[2020-08-27 18:42:46,397] /u/bigni44a had their flair updated +[2020-08-27 18:44:00,523] '/u/-BR25-' has given '/u/Important-Context-79' lambda! +[2020-08-27 18:44:03,067] /u/Important-Context-79 had their flair updated +[2020-08-27 18:44:26,061] '/u/Jayotic44' has given '/u/YTKoffing' lambda! +[2020-08-27 18:44:28,443] /u/YTKoffing had their flair updated +[2020-08-27 18:47:49,107] +#################### +[Aug 27 2020 18:47:49] RESTARTED +#################### + +[2020-08-27 19:30:17,804] There has been a new submission: 'One day i will win on this game, trust me. Watch the video you'll get a laugh, especially the intro! Thanks.', with flair 'Gaming' +[2020-08-27 19:30:19,897] /u/Karlthehyper had their submission removed for insufficient lambda. +[2020-08-27 19:30:22,225] /u/Karlthehyper had their flair updated +[2020-08-27 19:30:42,163] There has been a new submission: 'I’ve been at <400 subs for a while so I made a video I think can go viral. What are your thoughts?', with flair 'Video Critique' +[2020-08-27 19:30:43,841] /u/av_dude had their submission removed for insufficient lambda. +[2020-08-27 19:30:46,176] /u/av_dude had their flair updated +[2020-08-27 19:31:39,477] '/u/Sinamon123' has given '/u/humantheguy' lambda! +[2020-08-27 19:31:42,347] /u/humantheguy had their flair updated +[2020-08-27 19:32:03,376] '/u/Sinamon123' has given '/u/PIXELPIGYT' lambda! +[2020-08-27 19:32:06,362] /u/PIXELPIGYT had their flair updated +[2020-08-27 19:34:08,428] '/u/aspirefitnesswalnut' has given '/u/Important-Context-79' lambda! +[2020-08-27 19:34:11,043] /u/Important-Context-79 had their flair updated +[2020-08-27 19:34:30,700] '/u/kingury7' has given '/u/SP_music' lambda! +[2020-08-27 19:34:32,619] /u/SP_music had their flair updated +[2020-08-27 19:34:52,005] '/u/aspirefitnesswalnut' has given '/u/SainRainbowtwigs' lambda! +[2020-08-27 19:34:54,305] /u/SainRainbowtwigs had their flair updated +[2020-08-27 19:35:13,993] '/u/kingury7' has given '/u/MafiasFinestTV' lambda! +[2020-08-27 19:35:16,528] /u/MafiasFinestTV had their flair updated +[2020-08-27 19:35:35,547] '/u/aspirefitnesswalnut' has given '/u/Jimminycrickets411' lambda! +[2020-08-27 19:35:37,633] /u/Jimminycrickets411 had their flair updated +[2020-08-27 19:35:56,543] '/u/aishaakassim' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-27 19:35:59,036] /u/Wise_Donkey_1504 had their flair updated +[2020-08-27 19:36:18,704] '/u/kingury7' has given '/u/PandaTimeShow' lambda! +[2020-08-27 19:36:20,835] /u/PandaTimeShow had their flair updated +[2020-08-27 19:36:53,644] '/u/aishaakassim' has given '/u/ShadyMyG' lambda! +[2020-08-27 19:36:55,902] /u/ShadyMyG had their flair updated +[2020-08-27 19:37:13,932] '/u/aishaakassim' has given '/u/CopperPanMan' lambda! +[2020-08-27 19:37:16,310] /u/CopperPanMan had their flair updated +[2020-08-27 19:37:35,273] '/u/kingury7' has given '/u/dachmo' lambda! +[2020-08-27 19:37:37,528] /u/dachmo had their flair updated +[2020-08-27 19:37:56,602] '/u/aishaakassim' has given '/u/visibly_hangry' lambda! +[2020-08-27 19:37:58,651] /u/visibly_hangry had their flair updated +[2020-08-27 19:38:16,973] '/u/kingury7' has given '/u/FacemanGaming25' lambda! +[2020-08-27 19:38:18,904] /u/FacemanGaming25 had their flair updated +[2020-08-27 19:38:51,600] '/u/aishaakassim' has given '/u/Clickdummy' lambda! +[2020-08-27 19:38:53,525] /u/Clickdummy had their flair updated +[2020-08-27 19:39:11,999] '/u/kingury7' has given '/u/humantheguy' lambda! +[2020-08-27 19:39:13,928] /u/humantheguy had their flair updated +[2020-08-27 19:39:31,850] '/u/kingury7' has given '/u/WrenchMonger' lambda! +[2020-08-27 19:39:33,285] /u/WrenchMonger had their flair updated +[2020-08-27 19:39:51,499] '/u/kingury7' has given '/u/jersey2021' lambda! +[2020-08-27 19:39:52,894] /u/jersey2021 had their flair updated +[2020-08-27 19:40:13,038] '/u/kingury7' has given '/u/BattleCatPrintShop' lambda! +[2020-08-27 19:40:16,073] /u/BattleCatPrintShop had their flair updated +[2020-08-27 19:40:38,489] '/u/kingury7' has given '/u/lolaccounting' lambda! +[2020-08-27 19:40:41,403] /u/lolaccounting had their flair updated +[2020-08-27 19:41:03,310] '/u/kingury7' has given '/u/siddhant1991' lambda! +[2020-08-27 19:41:06,298] /u/siddhant1991 had their flair updated +[2020-08-27 19:41:28,209] '/u/Taz-The-Yorkie' has given '/u/Elgondir' lambda! +[2020-08-27 19:41:31,238] /u/Elgondir had their flair updated +[2020-08-27 19:41:52,668] '/u/Taz-The-Yorkie' has given '/u/civohd123' lambda! +[2020-08-27 19:41:55,334] /u/civohd123 had their flair updated +[2020-08-27 19:42:31,262] '/u/kingury7' has given '/u/HappyGoLondons' lambda! +[2020-08-27 19:42:33,678] /u/HappyGoLondons had their flair updated +[2020-08-27 19:42:54,191] '/u/Taz-The-Yorkie' has given '/u/whereismael' lambda! +[2020-08-27 19:42:56,737] /u/whereismael had their flair updated +[2020-08-27 19:43:32,476] '/u/kingury7' has given '/u/cjf5414' lambda! +[2020-08-27 19:43:34,894] /u/cjf5414 had their flair updated +[2020-08-27 19:50:31,328] There has been a new submission: 'Amazing Gaming Video ♥️', with flair 'Gaming' +[2020-08-27 19:50:33,048] /u/imnoopyt had their submission removed for insufficient lambda. +[2020-08-27 19:50:35,380] /u/imnoopyt had their flair updated +[2020-08-27 19:50:55,144] There has been a new submission: 'Trying to bring a good laugh before starting a workout with EDM music and baby voice quotes for positive motivation. Anyone like the concept?', with flair 'Video Critique' +[2020-08-27 19:50:56,866] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 19:50:56,989] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 19:50:57,852] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CEkLdGR4-GI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 19:50:58,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCD1ZIFSULqENNrzw6qsIvmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 19:51:01,526] /u/RodrasBurton had their flair updated +[2020-08-27 19:51:20,868] There has been a new submission: 'Leafy's Termination and what it means for Youtube.', with flair 'Video Critique' +[2020-08-27 19:51:21,689] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 19:51:21,691] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 19:51:22,549] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MP47uE_1pmI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 19:51:22,919] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7ZxiGWEgAPktIBKdujq1KQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 19:51:24,974] /u/bigni44a had their flair updated +[2020-08-27 19:51:44,146] There has been a new submission: 'NYC gyms reopening Monday August 24 2020 | Guide on avoiding injury at the gym | Elite Healers', with flair 'Vlog' +[2020-08-27 19:51:45,664] /u/OdinAtomic had their submission removed for insufficient lambda. +[2020-08-27 19:51:47,836] /u/OdinAtomic had their flair updated +[2020-08-27 19:52:07,986] There has been a new submission: 'Deep Tissue Timelapse Promo | Elite Healers Massage Therapy NYC | Deep Tissue Therapy', with flair 'Vlog' +[2020-08-27 19:52:09,418] /u/OdinAtomic had their submission removed for insufficient lambda. +[2020-08-27 19:52:11,509] /u/OdinAtomic had their flair updated +[2020-08-27 19:52:30,525] There has been a new submission: 'Three Techniques to Reduce Lower Back Pain | Self Care Tips | Elite Healers Massage Therapy NYC', with flair 'Vlog' +[2020-08-27 19:52:32,124] /u/OdinAtomic had their submission removed for insufficient lambda. +[2020-08-27 19:52:34,212] /u/OdinAtomic had their flair updated +[2020-08-27 19:52:53,062] There has been a new submission: 'How To Foam Roll Your Glutes | Foam Rolling For Glute Max Muscle | Elite Healers Massage Therapy NYC', with flair 'Vlog' +[2020-08-27 19:52:54,538] /u/OdinAtomic had their submission removed for insufficient lambda. +[2020-08-27 19:52:56,468] /u/OdinAtomic had their flair updated +[2020-08-27 19:53:15,141] There has been a new submission: 'The Difference in Soreness and Overtraining | Elite Healers Massage Therapy NYC', with flair 'Vlog' +[2020-08-27 19:53:16,825] /u/OdinAtomic had their submission removed for insufficient lambda. +[2020-08-27 19:53:18,750] /u/OdinAtomic had their flair updated +[2020-08-27 19:53:37,586] There has been a new submission: 'Hey, Fysi here. Episode 2 of my Stardew Valley Let's Play is out! I would love to hear what you think of my editing, feedback on content, etc... :) Any and ALL critiques appreciated as it is my second video ever posted. Thank you!', with flair 'Video Critique' +[2020-08-27 19:53:39,189] /u/icantkry had their submission removed for insufficient lambda. +[2020-08-27 19:53:41,031] /u/icantkry had their flair updated +[2020-08-27 19:53:59,886] There has been a new submission: 'Just started a brand new Pokemon Journey with a Nuzlocke!!! First time so tell me what you think!!!', with flair 'Video Critique' +[2020-08-27 19:54:01,314] /u/KoenigCrew had their submission removed for insufficient lambda. +[2020-08-27 19:54:03,075] /u/KoenigCrew had their flair updated +[2020-08-27 19:54:54,044] '/u/bigni44a' has given '/u/PIXELPIGYT' lambda! +[2020-08-27 19:54:56,418] /u/PIXELPIGYT had their flair updated +[2020-08-27 19:55:15,409] '/u/Jischasing' has given '/u/mikedubluv' lambda! +[2020-08-27 19:55:17,982] /u/mikedubluv had their flair updated +[2020-08-27 19:59:38,460] There has been a new submission: 'Suggestion for a Tech YT Channel ?', with flair 'Discussion' +[2020-08-27 19:59:39,201] /u/br1k_YT had their flair updated +[2020-08-27 19:59:55,491] There has been a new submission: 'Rickrolling myself', with flair 'Art' +[2020-08-27 19:59:56,149] /u/TheRainyReason had their submission removed for insufficient lambda. +[2020-08-27 19:59:56,679] /u/TheRainyReason had their flair updated +[2020-08-27 20:06:27,762] There has been a new submission: 'IT'S RAINING L's, HALLELUJAH| Fall Guys: Season 1', with flair 'Gaming' +[2020-08-27 20:06:29,070] /u/shathewiz had their submission removed for insufficient lambda. +[2020-08-27 20:06:30,590] /u/shathewiz had their flair updated +[2020-08-27 20:08:14,996] There has been a new submission: 'Playing Human Falls Flat pls tell me what you think', with flair 'Video Critique' +[2020-08-27 20:08:15,978] /u/HYPERrAE_103 had their submission removed for insufficient lambda. +[2020-08-27 20:08:17,167] /u/HYPERrAE_103 had their flair updated +[2020-08-27 20:10:40,840] There has been a new submission: 'Hey soon I hope to be a gaming YouTuber, when get a computer I haven't posted anything yet but yea', with flair 'Channel Review' +[2020-08-27 20:10:42,393] /u/Abaddon_Morningstar had their submission removed for insufficient lambda. +[2020-08-27 20:10:44,725] /u/Abaddon_Morningstar had their flair updated +[2020-08-27 20:24:26,365] There has been a new submission: 'Partially Scrapping Computers And Testing Out 15 Apple Mac Pro's While Shipping Ewaste At My Center', with flair 'Vlog' +[2020-08-27 20:24:27,760] /u/aramjoseph had their submission removed for insufficient lambda. +[2020-08-27 20:24:30,140] /u/aramjoseph had their flair updated +[2020-08-27 20:26:48,185] '/u/bittybirtybunny' has given '/u/RodrasBurton' lambda! +[2020-08-27 20:26:49,484] /u/RodrasBurton had their flair updated +[2020-08-27 20:27:12,707] '/u/bittybirtybunny' has given '/u/pokienguyen' lambda! +[2020-08-27 20:27:13,979] /u/pokienguyen had their flair updated +[2020-08-27 20:28:01,360] There has been a new submission: 'The Batman Trailer Review', with flair 'None' +[2020-08-27 20:28:02,270] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-08-27 20:28:03,265] /u/Derbyboyuk had their flair updated +[2020-08-27 20:34:49,215] /u/bigni44a had their flair updated +[2020-08-27 20:35:25,254] There has been a new submission: 'Taking Over Outposts is EASY || Far Cry 5', with flair 'Gaming' +[2020-08-27 20:35:26,160] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 20:35:26,279] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 20:35:27,179] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ly9F96Utdvg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 20:35:27,592] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5wUleilUwNtjnO582nEQUw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 20:35:30,378] /u/Hollowed-VVS had their flair updated +[2020-08-27 20:36:06,601] '/u/bigni44a' has given '/u/denandmugMAKES' lambda! +[2020-08-27 20:36:08,849] /u/denandmugMAKES had their flair updated +[2020-08-27 20:39:12,950] There has been a new submission: 'What do you guys think of my video? I am trying to help high school and college students with hard tasks, while making them laugh and I think this is a good example of my work.', with flair 'Video Critique' +[2020-08-27 20:39:13,895] /u/The_Clever_Professor had their submission removed for insufficient lambda. +[2020-08-27 20:39:14,631] /u/The_Clever_Professor had their flair updated +[2020-08-27 20:40:02,235] There has been a new submission: 'TOP 10 FORZA HORIZON DRIVERS 😂', with flair 'Gaming' +[2020-08-27 20:40:03,955] /u/IvanovichCYKA had their submission removed for insufficient lambda. +[2020-08-27 20:40:06,366] /u/IvanovichCYKA had their flair updated +[2020-08-27 20:41:01,195] There has been a new submission: 'What do you think of my youtube video? I worked on this video for over 3 hours. Do you think is it good, or does it needs some improvements?', with flair 'Video Critique' +[2020-08-27 20:41:02,751] /u/Blytical had their submission removed for insufficient lambda. +[2020-08-27 20:41:05,002] /u/Blytical had their flair updated +[2020-08-27 20:41:44,238] There has been a new submission: 'SLIME FOR DAYSSS! - Pigments, Kinetic Sand, Shaving Foam, Soft Clay, Magnets! This week we had a go at making different slime! Would appreciate any feedback, will give lambda!', with flair 'Video Critique' +[2020-08-27 20:41:44,898] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 20:41:44,976] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 20:41:45,634] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iK9c1PO2HrU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 20:41:45,966] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSybJaeE82Lr1GatWbclWRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 20:41:48,968] /u/denandmugMAKES had their flair updated +[2020-08-27 20:47:49,480] +#################### +[Aug 27 2020 20:47:49] RESTARTED +#################### + +[2020-08-27 21:30:19,986] There has been a new submission: 'Minecraft Vs Zoidberg! (Left 4 Dead 2 Funny Moments, Mods, And Fails!)', with flair 'Gaming' +[2020-08-27 21:30:21,905] /u/AltrossGamez had their submission removed for insufficient lambda. +[2020-08-27 21:30:24,187] /u/AltrossGamez had their flair updated +[2020-08-27 21:30:45,352] There has been a new submission: 'Check out my latest - LF some feedback', with flair 'Video Critique' +[2020-08-27 21:30:46,948] /u/Jozbo had their submission removed for insufficient lambda. +[2020-08-27 21:30:49,240] /u/Jozbo had their flair updated +[2020-08-27 21:31:08,753] There has been a new submission: 'Grounded gameplay with some fun commentary', with flair 'Video Critique' +[2020-08-27 21:31:10,474] /u/OutaNoWhereYT had their submission removed for insufficient lambda. +[2020-08-27 21:31:12,720] /u/OutaNoWhereYT had their flair updated +[2020-08-27 21:31:32,460] There has been a new submission: 'Scratch Paper Animation // "The CatAstrophe or La chaRade"', with flair 'Video Critique' +[2020-08-27 21:31:34,022] /u/shawy-animation had their submission removed for insufficient lambda. +[2020-08-27 21:31:36,200] /u/shawy-animation had their flair updated +[2020-08-27 21:31:55,496] There has been a new submission: 'Honest Criticism only!', with flair 'Channel Review' +[2020-08-27 21:31:56,968] /u/Ottomaticx had their submission removed for insufficient lambda. +[2020-08-27 21:31:59,062] /u/Ottomaticx had their flair updated +[2020-08-27 21:32:37,416] '/u/Elgondir' has given '/u/justYujiYT' lambda! +[2020-08-27 21:32:40,064] /u/justYujiYT had their flair updated +[2020-08-27 21:33:29,936] '/u/Bowerz123' has given '/u/FaBreezyEzy' lambda! +[2020-08-27 21:33:32,517] /u/FaBreezyEzy had their flair updated +[2020-08-27 21:34:52,286] '/u/kingury7' has given '/u/KimDDD' lambda! +[2020-08-27 21:34:54,622] /u/KimDDD had their flair updated +[2020-08-27 21:37:37,118] '/u/TriceratopsJr' has given '/u/humantheguy' lambda! +[2020-08-27 21:37:39,086] /u/humantheguy had their flair updated +[2020-08-27 21:37:58,105] '/u/TriceratopsJr' has given '/u/justYujiYT' lambda! +[2020-08-27 21:38:00,304] /u/justYujiYT had their flair updated +[2020-08-27 21:41:26,965] There has been a new submission: 'I’ve been gaming for years and I still haven’t got noticed.', with flair 'Gaming' +[2020-08-27 21:41:28,607] /u/shadossplayz had their submission removed for insufficient lambda. +[2020-08-27 21:41:31,228] /u/shadossplayz had their flair updated +[2020-08-27 21:41:51,140] There has been a new submission: 'Gym Stereotypes Be Like...💪🏽! Feedback is always appreciated! Would like to know how to improve!', with flair 'Video Critique' +[2020-08-27 21:41:52,655] /u/RichiRamlal had their submission removed for insufficient lambda. +[2020-08-27 21:41:54,706] /u/RichiRamlal had their flair updated +[2020-08-27 21:42:13,763] There has been a new submission: 'Kyle Baldridge', with flair 'Channel Review' +[2020-08-27 21:42:15,274] /u/Grim_Artist had their submission removed for insufficient lambda. +[2020-08-27 21:42:17,282] /u/Grim_Artist had their flair updated +[2020-08-27 21:50:17,902] '/u/kingury7' has given '/u/RichiRamlal' lambda! +[2020-08-27 21:50:20,526] /u/RichiRamlal had their flair updated +[2020-08-27 21:54:22,656] There has been a new submission: 'Commentary Video About Some "Interesting" Videos 👽 Giving Lambda's for useful critiques! 💜 Trying to get better, heh... Thanks', with flair 'Video Critique' +[2020-08-27 21:54:24,498] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 21:54:24,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 21:54:25,600] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=289hOCHuZUM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 21:54:25,972] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC83SortMUxP1ZKeE-W5BTaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 21:54:28,712] /u/justYujiYT had their flair updated +[2020-08-27 22:04:09,819] There has been a new submission: 'MEMEULOUS (YT WITH 3 MIL SUBS) REACTED TO ME!!', with flair 'Video Critique' +[2020-08-27 22:04:11,210] /u/Harsh_Hira had their submission removed for insufficient lambda. +[2020-08-27 22:04:13,057] /u/Harsh_Hira had their flair updated +[2020-08-27 22:08:24,291] There has been a new submission: 'I've started doing some let's plays and if you'd be kind enough to provide feedback, I'd be very grateful :)', with flair 'Video Critique' +[2020-08-27 22:08:25,150] /u/Scruffaduff had their submission removed for insufficient lambda. +[2020-08-27 22:08:26,092] /u/Scruffaduff had their flair updated +[2020-08-27 22:18:25,351] There has been a new submission: 'Why Italy needs tourism to survive the aftermath of COVID-19', with flair 'Vlog' +[2020-08-27 22:18:26,451] /u/andymburgess had their submission removed for insufficient lambda. +[2020-08-27 22:18:27,397] /u/andymburgess had their flair updated +[2020-08-27 22:21:45,580] '/u/Elgondir' has given '/u/RichiRamlal' lambda! +[2020-08-27 22:21:48,324] /u/RichiRamlal had their flair updated +[2020-08-27 22:25:26,191] '/u/RodrasBurton' has given '/u/denandmugMAKES' lambda! +[2020-08-27 22:25:27,779] /u/denandmugMAKES had their flair updated +[2020-08-27 22:28:28,748] /u/denandmugMAKES had their flair updated +[2020-08-27 22:41:51,266] '/u/-BR25-' has given '/u/justYujiYT' lambda! +[2020-08-27 22:41:53,390] /u/justYujiYT had their flair updated +[2020-08-27 22:47:49,726] +#################### +[Aug 27 2020 22:47:49] RESTARTED +#################### + +[2020-08-27 22:58:01,047] '/u/justYujiYT' has given '/u/bigblindbear' lambda! +[2020-08-27 22:58:02,022] /u/bigblindbear had their flair updated +[2020-08-27 23:19:58,404] '/u/xPento' has given '/u/justYujiYT' lambda! +[2020-08-27 23:20:00,317] /u/justYujiYT had their flair updated +[2020-08-27 23:21:18,013] '/u/WordHistorian' has given '/u/Important-Context-79' lambda! +[2020-08-27 23:21:20,919] /u/Important-Context-79 had their flair updated +[2020-08-27 23:21:55,516] '/u/WordHistorian' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-27 23:21:58,263] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-27 23:22:18,309] '/u/WordHistorian' has given '/u/PIXELPIGYT' lambda! +[2020-08-27 23:22:21,022] /u/PIXELPIGYT had their flair updated +[2020-08-27 23:22:40,827] '/u/WordHistorian' has given '/u/Subject_To_Flashback' lambda! +[2020-08-27 23:22:43,247] /u/Subject_To_Flashback had their flair updated +[2020-08-27 23:23:03,352] '/u/WordHistorian' has given '/u/DanDaoYT' lambda! +[2020-08-27 23:23:05,891] /u/DanDaoYT had their flair updated +[2020-08-27 23:23:26,080] '/u/WordHistorian' has given '/u/RichiRamlal' lambda! +[2020-08-27 23:23:28,705] /u/RichiRamlal had their flair updated +[2020-08-27 23:24:31,892] '/u/Mrlee2399' has given '/u/ShikharTrivedi' lambda! +[2020-08-27 23:24:34,391] /u/ShikharTrivedi had their flair updated +[2020-08-27 23:24:53,280] '/u/flutepixie' has given '/u/laurm84' lambda! +[2020-08-27 23:24:55,451] /u/laurm84 had their flair updated +[2020-08-27 23:25:14,559] '/u/flutepixie' has given '/u/Gran-Noche-Captain' lambda! +[2020-08-27 23:25:16,939] /u/Gran-Noche-Captain had their flair updated +[2020-08-27 23:25:34,315] There has been a new submission: 'Karnage Chronicles: VR Let's play', with flair 'Gaming' +[2020-08-27 23:25:35,954] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 23:25:35,992] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 23:25:37,140] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cWpvZWywyYs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:25:37,592] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8d1TGVregbQxHQqORKiQdg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:25:39,843] /u/Celtic_Spike had their flair updated +[2020-08-27 23:25:57,606] There has been a new submission: 'Please help me grow my channel', with flair 'Vlog' +[2020-08-27 23:25:58,796] /u/renrenb17 had their submission removed for insufficient lambda. +[2020-08-27 23:26:00,144] /u/renrenb17 had their flair updated +[2020-08-27 23:26:18,052] There has been a new submission: 'I just started making fishing videos this was my first, help me what can make it better?', with flair 'Video Critique' +[2020-08-27 23:26:19,198] /u/MemeeDudee had their submission removed for insufficient lambda. +[2020-08-27 23:26:20,468] /u/MemeeDudee had their flair updated +[2020-08-27 23:26:38,294] There has been a new submission: 'Hey I made a QnA video please go and check it out and come back to me with feedback', with flair 'Video Critique' +[2020-08-27 23:26:39,525] /u/SpaceBoy_Visionary had their submission removed for insufficient lambda. +[2020-08-27 23:26:40,760] /u/SpaceBoy_Visionary had their flair updated +[2020-08-27 23:28:41,996] '/u/RodrasBurton' has given '/u/m1nionl' lambda! +[2020-08-27 23:28:44,125] /u/m1nionl had their flair updated +[2020-08-27 23:29:29,489] '/u/Mrlee2399' has given '/u/Gingersnapyt' lambda! +[2020-08-27 23:29:30,808] /u/Gingersnapyt had their flair updated +[2020-08-27 23:30:39,266] '/u/Mrlee2399' has given '/u/FacemanGaming25' lambda! +[2020-08-27 23:30:42,055] /u/FacemanGaming25 had their flair updated +[2020-08-27 23:33:31,413] There has been a new submission: 'Is YouTube more likely to recommend your content if...?', with flair 'Discussion' +[2020-08-27 23:33:33,510] /u/NG91Films had their flair updated +[2020-08-27 23:47:46,871] There has been a new submission: 'Motivational videos for entrepreneurs', with flair 'Video Critique' +[2020-08-27 23:47:48,759] /u/angata500 had their submission removed for insufficient lambda. +[2020-08-27 23:47:49,951] /u/angata500 had their flair updated +[2020-08-27 23:55:18,674] There has been a new submission: 'looking for good feedaback. will give lamba for good suggustions.', with flair 'Video Critique' +[2020-08-27 23:55:19,340] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 23:55:19,341] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 23:55:19,428] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zkkkdllsWh0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:55:19,548] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCiVHDWokQPNK96rRHiogsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:55:22,269] /u/fluxkat had their flair updated +[2020-08-27 23:55:38,613] There has been a new submission: 'Gym Stereotypes Be Like...💪🏽! Looking for any type of feedback, honesty appropriate!', with flair 'Video Critique' +[2020-08-27 23:55:39,350] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-27 23:55:39,351] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-27 23:55:40,004] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b0xJDLNQBlw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:55:40,371] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCck7E_-O9xO60VH6cCZNiAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-27 23:55:42,534] /u/RichiRamlal had their flair updated +[2020-08-28 00:00:09,576] There has been a new submission: 'Boy Talk #9 would love some feedback on this new show', with flair 'Channel Review' +[2020-08-28 00:00:11,171] /u/breinholt15 had their submission removed for insufficient lambda. +[2020-08-28 00:00:13,473] /u/breinholt15 had their flair updated +[2020-08-28 00:00:28,011] There has been a new submission: 'I need your opinions', with flair 'Video Critique' +[2020-08-28 00:00:29,785] /u/makoma_baki had their submission removed for insufficient lambda. +[2020-08-28 00:00:32,180] /u/makoma_baki had their flair updated +[2020-08-28 00:30:54,730] There has been a new submission: 'UFC 4 Career Mode EP 3 - Moving Up The Ranks! The EA Sports UFC 4', with flair 'Video Critique' +[2020-08-28 00:30:56,290] /u/Absurdyt had their submission removed for insufficient lambda. +[2020-08-28 00:30:59,452] /u/Absurdyt had their flair updated +[2020-08-28 00:31:39,932] There has been a new submission: 'I made a Legend Of Zelda: Minish Cap Video. I tried to apply the feedback you guys gave me last time and would really appreciate more.', with flair 'Gaming' +[2020-08-28 00:31:40,915] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 00:31:41,001] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 00:31:41,773] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lssKcEP7jqU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 00:31:42,262] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2JftNuEpoPSPkMbZIU-XUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 00:31:45,545] /u/Not_A_Doct0r had their flair updated +[2020-08-28 00:39:18,996] There has been a new submission: 'FIFA 20 - Pro Clubs Twitch Highlights #1 | Getting Our 30th DIVISON ONE Title!', with flair 'Gaming' +[2020-08-28 00:39:19,894] /u/DatProClubber had their submission removed for insufficient lambda. +[2020-08-28 00:39:20,554] /u/DatProClubber had their flair updated +[2020-08-28 00:39:42,149] '/u/RichiRamlal' has given '/u/OccupiedGarrett' lambda! +[2020-08-28 00:39:43,507] /u/OccupiedGarrett had their flair updated +[2020-08-28 00:41:36,485] '/u/RichiRamlal' has given '/u/Absurdyt' lambda! +[2020-08-28 00:41:38,676] /u/Absurdyt had their flair updated +[2020-08-28 00:42:12,559] There has been a new submission: '10000 subscribers in 2020', with flair 'Vlog' +[2020-08-28 00:42:14,430] /u/AthrunSykes had their submission removed for insufficient lambda. +[2020-08-28 00:42:16,552] /u/AthrunSykes had their flair updated +[2020-08-28 00:47:50,458] +#################### +[Aug 28 2020 00:47:50] RESTARTED +#################### + +[2020-08-28 01:17:22,883] '/u/RichiRamlal' has given '/u/AthrunSykes' lambda! +[2020-08-28 01:17:25,099] /u/AthrunSykes had their flair updated +[2020-08-28 01:18:13,091] /u/Important-Context-79 had their flair updated +[2020-08-28 01:18:44,720] '/u/Not_A_Doct0r' has given '/u/AthrunSykes' lambda! +[2020-08-28 01:18:46,762] /u/AthrunSykes had their flair updated +[2020-08-28 01:20:47,676] /u/AthrunSykes had their flair updated +[2020-08-28 01:22:20,024] '/u/BraveSirOingo' has given '/u/shadowf0x00' lambda! +[2020-08-28 01:22:22,935] /u/shadowf0x00 had their flair updated +[2020-08-28 01:22:41,064] There has been a new submission: 'hey guys! i'm very new but it would mean a lot to me if you'd check out my videos, here's a sample! :)))) xoxo', with flair 'Art' +[2020-08-28 01:22:42,581] /u/withoutmusic_ had their submission removed for insufficient lambda. +[2020-08-28 01:22:44,504] /u/withoutmusic_ had their flair updated +[2020-08-28 01:23:04,879] There has been a new submission: '10 000 Subscribers in 2020', with flair 'Vlog' +[2020-08-28 01:23:06,349] /u/AthrunSykes had their submission removed for insufficient lambda. +[2020-08-28 01:23:08,774] /u/AthrunSykes had their flair updated +[2020-08-28 01:23:27,000] There has been a new submission: 'Check out my new video!', with flair 'Gaming' +[2020-08-28 01:23:28,397] /u/LikKuiD_YT had their submission removed for insufficient lambda. +[2020-08-28 01:23:30,246] /u/LikKuiD_YT had their flair updated +[2020-08-28 01:23:48,966] There has been a new submission: 'Made my first gameplay sorta commentary and would like some feedback (The Thumbnail Ain't Special I Know That)', with flair 'Video Critique' +[2020-08-28 01:23:50,603] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 01:23:50,605] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 01:23:51,705] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2pUjhwz7a-A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 01:23:52,036] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQKdQyOtH5BklXB7kBqSg_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 01:23:54,739] /u/TheBaconRob had their flair updated +[2020-08-28 01:24:13,378] There has been a new submission: 'this youtuber uploads twice a week , and is super under rated!', with flair 'Gaming' +[2020-08-28 01:24:14,642] /u/Rolo_797 had their submission removed for insufficient lambda. +[2020-08-28 01:24:16,322] /u/Rolo_797 had their flair updated +[2020-08-28 01:26:45,506] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-28 01:27:18,106] There has been a new submission: 'Yo guys check out my channel only 6 away from 180 subs!', with flair 'Gaming' +[2020-08-28 01:27:20,115] /u/DeathDog15 had their submission removed for insufficient lambda. +[2020-08-28 01:27:21,101] /u/DeathDog15 had their flair updated +[2020-08-28 01:28:00,764] There has been a new submission: 'My friends and I started a YouTube channel. Here is our session of Fall Guys! Feedback is appreciated!', with flair 'Gaming' +[2020-08-28 01:28:01,747] /u/KevinSpicyy had their submission removed for insufficient lambda. +[2020-08-28 01:28:02,607] /u/KevinSpicyy had their flair updated +[2020-08-28 01:37:22,122] There has been a new submission: 'Help us reach 500 subs WE EXPLORED ONE OF THE OLDEST FACTORIES IN THE USA!!', with flair 'Vlog' +[2020-08-28 01:37:23,264] /u/Rockcity_ had their submission removed for insufficient lambda. +[2020-08-28 01:37:24,540] /u/Rockcity_ had their flair updated +[2020-08-28 01:42:36,523] There has been a new submission: 'Hi! I used some of the suggestions i got here for my last video. What do you think?', with flair 'Video Critique' +[2020-08-28 01:42:36,940] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 01:42:36,966] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 01:42:37,232] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Jftet0DstvI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 01:42:37,460] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmv4wSp1_1eVN9aBCV544bg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 01:42:40,064] /u/kabukidanshi had their flair updated +[2020-08-28 01:44:56,858] There has been a new submission: 'Hello!', with flair 'Channel Review' +[2020-08-28 01:44:58,246] /u/Individual_Rub_9472 had their submission removed for insufficient lambda. +[2020-08-28 01:44:59,931] /u/Individual_Rub_9472 had their flair updated +[2020-08-28 01:49:53,776] There has been a new submission: 'I just need some help understand this real quick', with flair 'Discussion' +[2020-08-28 01:49:55,707] /u/shadossplayz had their flair updated +[2020-08-28 02:05:06,342] '/u/bittybirtybunny' has given '/u/justYujiYT' lambda! +[2020-08-28 02:05:08,960] /u/justYujiYT had their flair updated +[2020-08-28 02:09:41,607] '/u/Not_A_Doct0r' has given '/u/GrumpyBottom_YT' lambda! +[2020-08-28 02:09:42,502] /u/GrumpyBottom_YT had their flair updated +[2020-08-28 02:16:45,730] There has been a new submission: 'Learning Pc Rainbow Six Siege', with flair 'Gaming' +[2020-08-28 02:16:47,163] /u/Constipated-Potato had their submission removed for insufficient lambda. +[2020-08-28 02:16:48,559] /u/Constipated-Potato had their flair updated +[2020-08-28 02:30:00,431] '/u/justYujiYT' has given '/u/Absurdyt' lambda! +[2020-08-28 02:30:03,314] /u/Absurdyt had their flair updated +[2020-08-28 02:30:24,899] There has been a new submission: 'Long time no post! I am trying a new editing style and would love to hear some feedback as to how the video is and what i can do to improve, all criticism/feedback welcome!!', with flair 'Gaming' +[2020-08-28 02:30:25,256] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 02:30:25,257] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 02:30:25,596] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=z_Cb_A8A5ig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 02:30:25,735] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChmBTx4SXCWgp0YNe_9Cc4g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 02:30:28,778] /u/MaxTheRockerv1 had their flair updated +[2020-08-28 02:33:25,835] There has been a new submission: 'The DUMBEST IMPOSTOR In Among Us History! [Among Us #1]', with flair 'Gaming' +[2020-08-28 02:33:28,253] /u/onail had their submission removed for insufficient lambda. +[2020-08-28 02:33:30,139] /u/onail had their flair updated +[2020-08-28 02:37:14,246] '/u/TheBaconRob' has given '/u/withoutmusic_' lambda! +[2020-08-28 02:37:15,673] /u/withoutmusic_ had their flair updated +[2020-08-28 02:42:43,621] There has been a new submission: 'How to stay/sound energized when recording?', with flair 'Discussion' +[2020-08-28 02:42:46,199] /u/PictoChris had their flair updated +[2020-08-28 02:44:35,454] There has been a new submission: 'DIY adjustable art easel', with flair 'Vlog' +[2020-08-28 02:44:36,804] /u/joshuadualan had their submission removed for insufficient lambda. +[2020-08-28 02:44:38,698] /u/joshuadualan had their flair updated +[2020-08-28 02:47:50,828] +#################### +[Aug 28 2020 02:47:50] RESTARTED +#################### + +[2020-08-28 03:18:01,898] There has been a new submission: 'r/DadJokes - Dank and Juicy | Gag Nation', with flair 'Channel Review' +[2020-08-28 03:18:03,699] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-28 03:18:05,095] /u/frogs4life69 had their flair updated +[2020-08-28 03:18:21,534] There has been a new submission: 'The BLUE DOT made me have AIMBOT on Modern Warfare... (SoaR DEPV was RIGHT!!) #Synergize #SynergyRC', with flair 'Gaming' +[2020-08-28 03:18:25,298] /u/mane_10911 had their submission removed for insufficient lambda. +[2020-08-28 03:18:25,998] /u/mane_10911 had their flair updated +[2020-08-28 03:18:42,472] There has been a new submission: 'Any one ever get Apex Rage? Got any tips on how to grow?', with flair 'Channel Review' +[2020-08-28 03:18:43,337] /u/ShadowRedgrave had their submission removed for insufficient lambda. +[2020-08-28 03:18:44,157] /u/ShadowRedgrave had their flair updated +[2020-08-28 03:19:02,889] '/u/nvrmind_flame-yt' has given '/u/ItzRusty' lambda! +[2020-08-28 03:19:04,935] /u/ItzRusty had their flair updated +[2020-08-28 03:19:22,137] '/u/nvrmind_flame-yt' has given '/u/justYujiYT' lambda! +[2020-08-28 03:19:24,152] /u/justYujiYT had their flair updated +[2020-08-28 03:19:56,172] '/u/RichiRamlal' has given '/u/siddhant1991' lambda! +[2020-08-28 03:19:58,226] /u/siddhant1991 had their flair updated +[2020-08-28 03:22:13,444] There has been a new submission: 'WATCH PUT FOR ALICE META GAMEPLAY!', with flair 'Gaming' +[2020-08-28 03:22:15,002] /u/Neko_Nekumi had their submission removed for insufficient lambda. +[2020-08-28 03:22:16,971] /u/Neko_Nekumi had their flair updated +[2020-08-28 03:22:36,068] There has been a new submission: 'Finding what’s inside my tic tac toy n moj moj packets. Chk this out! Please support , thanks!', with flair 'Video Critique' +[2020-08-28 03:22:37,500] /u/Snoopyolive had their submission removed for insufficient lambda. +[2020-08-28 03:22:40,292] /u/Snoopyolive had their flair updated +[2020-08-28 03:22:58,500] There has been a new submission: 'Feedback on my most recent Valorant moments vid', with flair 'None' +[2020-08-28 03:22:59,897] /u/Hydrocious had their submission removed for insufficient lambda. +[2020-08-28 03:23:01,742] /u/Hydrocious had their flair updated +[2020-08-28 03:27:19,269] There has been a new submission: 'My wedding cruise!!', with flair 'Channel Review' +[2020-08-28 03:27:20,175] /u/Gelow2020 had their submission removed for insufficient lambda. +[2020-08-28 03:27:21,199] /u/Gelow2020 had their flair updated +[2020-08-28 03:31:39,265] '/u/RichiRamlal' has given '/u/mbradon' lambda! +[2020-08-28 03:31:41,883] /u/mbradon had their flair updated +[2020-08-28 03:32:33,055] '/u/fluxkat' has given '/u/mbradon' lambda! +[2020-08-28 03:32:35,767] /u/mbradon had their flair updated +[2020-08-28 03:33:19,715] There has been a new submission: 'Vanoss.exe', with flair 'Gaming' +[2020-08-28 03:33:21,067] /u/SgOgZ had their submission removed for insufficient lambda. +[2020-08-28 03:33:22,995] /u/SgOgZ had their flair updated +[2020-08-28 03:44:26,775] There has been a new submission: 'Not the normal kind of gaming, I edit my videos quite a bit, I hope they are funny instead of long and boring. It's only about 3 minutes so do check out.', with flair 'Gaming' +[2020-08-28 03:44:28,209] /u/BiggityWapBap had their submission removed for insufficient lambda. +[2020-08-28 03:44:30,350] /u/BiggityWapBap had their flair updated +[2020-08-28 03:52:05,265] There has been a new submission: 'This is a video I made a while ago any tips or feedback on what to improve?', with flair 'Video Critique' +[2020-08-28 03:52:06,901] /u/throwaway627336282 had their submission removed for insufficient lambda. +[2020-08-28 03:52:09,079] /u/throwaway627336282 had their flair updated +[2020-08-28 03:58:40,579] There has been a new submission: 'Tried something new on my channel. I need an honest review from people who dont know me personally, so that the review is unbiased.', with flair 'Video Critique' +[2020-08-28 03:58:41,416] /u/Scooby_nooby had their submission removed for insufficient lambda. +[2020-08-28 03:58:42,231] /u/Scooby_nooby had their flair updated +[2020-08-28 03:59:47,334] '/u/RichiRamlal' has given '/u/Walk-In-Voice' lambda! +[2020-08-28 03:59:48,446] /u/Walk-In-Voice had their flair updated +[2020-08-28 04:05:08,441] There has been a new submission: 'Me and the Boys (A Story About Guys Being Dudes) Tell me if you like it', with flair 'Vlog' +[2020-08-28 04:05:09,793] /u/SlowBroganYT had their submission removed for insufficient lambda. +[2020-08-28 04:05:11,636] /u/SlowBroganYT had their flair updated +[2020-08-28 04:15:21,227] There has been a new submission: 'First time unboxing, would appreciate some feedback 😊FIIL T1XS Unboxing and Review (English) | New $50 TWS Budget King? | TWS Earbuds under P3000', with flair 'Video Critique' +[2020-08-28 04:15:21,573] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 04:15:21,583] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 04:15:21,737] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QW85eHEsYnw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 04:15:21,881] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHC16TvbNa_kDJkh54HNTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 04:15:24,052] /u/MajinBoom11 had their flair updated +[2020-08-28 04:25:40,793] '/u/RichiRamlal' has given '/u/Scooby_nooby' lambda! +[2020-08-28 04:25:42,390] /u/Scooby_nooby had their flair updated +[2020-08-28 04:47:50,714] +#################### +[Aug 28 2020 04:47:50] RESTARTED +#################### + +[2020-08-28 05:15:20,043] There has been a new submission: 'Starring over....?', with flair 'Discussion' +[2020-08-28 05:15:21,965] /u/br1k_YT had their flair updated +[2020-08-28 05:15:40,650] There has been a new submission: 'What is happening?', with flair 'Discussion' +[2020-08-28 05:15:43,115] /u/MaximumNormal6736 had their flair updated +[2020-08-28 05:16:00,213] There has been a new submission: 'I finished Super Mario 64. Let me know what you think. Critique me.', with flair 'Video Critique' +[2020-08-28 05:16:01,648] /u/bashi3 had their submission removed for insufficient lambda. +[2020-08-28 05:16:03,490] /u/bashi3 had their flair updated +[2020-08-28 05:18:33,978] There has been a new submission: 'GTA ONLINE SUMMER UPDATE IS AIGHT', with flair 'Video Critique' +[2020-08-28 05:18:34,956] /u/GGTanishk had their submission removed for insufficient lambda. +[2020-08-28 05:18:35,651] /u/GGTanishk had their flair updated +[2020-08-28 05:24:38,073] There has been a new submission: 'Vr collaboration.', with flair 'Collab' +[2020-08-28 05:24:40,699] /u/RsTGEKO had their flair updated +[2020-08-28 05:30:54,361] There has been a new submission: 'Are 12 year old gives us a list of why he is happy we are still married', with flair 'Vlog' +[2020-08-28 05:30:56,002] /u/MrDarrenCarter had their submission removed for insufficient lambda. +[2020-08-28 05:30:58,262] /u/MrDarrenCarter had their flair updated +[2020-08-28 05:34:15,034] /u/Sinamon123 had their flair updated +[2020-08-28 05:37:13,891] /u/fluxkat had their flair updated +[2020-08-28 05:40:47,793] /u/justYujiYT had their flair updated +[2020-08-28 05:41:06,403] There has been a new submission: 'Making People's Day on Omegle During Pandemic | InternationalBro', with flair 'Video Critique' +[2020-08-28 05:41:07,999] /u/InternationalBro1 had their submission removed for insufficient lambda. +[2020-08-28 05:41:10,263] /u/InternationalBro1 had their flair updated +[2020-08-28 05:42:44,486] /u/denandmugMAKES had their flair updated +[2020-08-28 05:51:00,544] There has been a new submission: 'I decided to revisit an old game I never finished for YouTube, enjoy!', with flair 'Gaming' +[2020-08-28 05:51:02,301] /u/SQABO had their submission removed for insufficient lambda. +[2020-08-28 05:51:04,552] /u/SQABO had their flair updated +[2020-08-28 05:53:11,332] There has been a new submission: 'I'm doing Videos like Combining All the Game & Cinematic Trailers Together. Is this a good niche? And is it good if i add some voiceover or commentary next time? Any kind of feedback would be appreciated.', with flair 'Video Critique' +[2020-08-28 05:53:13,138] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 05:53:13,177] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 05:53:14,079] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bcYGeCtHcJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 05:53:14,491] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB5U20eEWtf9p6MGntcDx1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 05:53:17,447] /u/ESTeaDY1968 had their flair updated +[2020-08-28 05:59:55,921] There has been a new submission: 'What do you think about a channel that contains videos in two languages?', with flair 'Discussion' +[2020-08-28 05:59:57,968] /u/Peesukarhuu had their flair updated +[2020-08-28 06:00:57,121] '/u/aspirefitnesswalnut' has given '/u/m1nionl' lambda! +[2020-08-28 06:00:59,956] /u/m1nionl had their flair updated +[2020-08-28 06:02:40,592] There has been a new submission: 'Upcoming Gaming YouTuber (hopefully) Here’s my newest Madden YouTube series! Hope to add on the account later and go to different games!', with flair 'Gaming' +[2020-08-28 06:02:42,144] /u/boltblazer17 had their submission removed for insufficient lambda. +[2020-08-28 06:02:44,194] /u/boltblazer17 had their flair updated +[2020-08-28 06:06:52,643] '/u/Adzic254' has given '/u/ESTeaDY1968' lambda! +[2020-08-28 06:06:55,147] /u/ESTeaDY1968 had their flair updated +[2020-08-28 06:07:16,446] '/u/Adzic254' has given '/u/RodrasBurton' lambda! +[2020-08-28 06:07:18,898] /u/RodrasBurton had their flair updated +[2020-08-28 06:09:07,110] '/u/Adzic254' has given '/u/Elgondir' lambda! +[2020-08-28 06:09:09,327] /u/Elgondir had their flair updated +[2020-08-28 06:09:29,224] '/u/Adzic254' has given '/u/Vasilis-Tsaknakis' lambda! +[2020-08-28 06:09:31,272] /u/Vasilis-Tsaknakis had their flair updated +[2020-08-28 06:12:19,869] There has been a new submission: 'THIS WILL MAKE YOU QUESTION CORONA VIRUS', with flair 'Channel Review' +[2020-08-28 06:12:21,696] /u/nationhiphop had their submission removed for insufficient lambda. +[2020-08-28 06:12:23,791] /u/nationhiphop had their flair updated +[2020-08-28 06:19:31,169] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-28 06:20:40,203] There has been a new submission: 'What do you think of my newest? This is the second part of my most succesful video and this part is even better. Lambda for helpful critique', with flair 'Gaming' +[2020-08-28 06:20:41,064] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 06:20:41,066] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 06:20:42,045] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-NKLSnu6Ubk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 06:20:42,456] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCatzY1Rl9F3Jz48Ip2AZ0PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 06:20:46,062] /u/FacemanGaming25 had their flair updated +[2020-08-28 06:23:30,616] '/u/MajinBoom11' has given '/u/m1nionl' lambda! +[2020-08-28 06:23:33,117] /u/m1nionl had their flair updated +[2020-08-28 06:24:29,983] '/u/MajinBoom11' has given '/u/mbradon' lambda! +[2020-08-28 06:24:32,891] /u/mbradon had their flair updated +[2020-08-28 06:25:19,379] There has been a new submission: 'LIL JOKER yall sub🥺❤️', with flair 'Channel Review' +[2020-08-28 06:25:20,686] /u/lilbored221 had their submission removed for insufficient lambda. +[2020-08-28 06:25:22,224] /u/lilbored221 had their flair updated +[2020-08-28 06:27:33,586] '/u/ESTeaDY1968' has given '/u/WordHistorian' lambda! +[2020-08-28 06:27:34,784] /u/WordHistorian had their flair updated +[2020-08-28 06:38:19,967] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-28 06:41:59,415] There has been a new submission: 'Ghost of Tsushima - Charm of RYUUJIN (Hazy Cliff Shrine)', with flair 'Gaming' +[2020-08-28 06:42:00,850] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-28 06:42:02,942] /u/naruto_naruto_123 had their flair updated +[2020-08-28 06:43:11,423] There has been a new submission: 'Ghost of Tsushima - Charm of RYUUJIN (Hazy Cliff Shrine)', with flair 'Gaming' +[2020-08-28 06:43:12,744] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-28 06:43:14,665] /u/naruto_naruto_123 had their flair updated +[2020-08-28 06:47:21,397] '/u/Not_A_Doct0r' has given '/u/WordHistorian' lambda! +[2020-08-28 06:47:51,522] +#################### +[Aug 28 2020 06:47:51] RESTARTED +#################### + +[2020-08-28 07:30:12,234] '/u/MaxTheRockerv1' has given '/u/WordHistorian' lambda! +[2020-08-28 07:30:14,520] /u/WordHistorian had their flair updated +[2020-08-28 07:30:28,467] '/u/MaxTheRockerv1' has given '/u/CamDC123' lambda! +[2020-08-28 07:30:31,339] /u/CamDC123 had their flair updated +[2020-08-28 07:37:27,635] There has been a new submission: 'Help me improve! Giving lambda to helpful tips and suggestions! :)', with flair 'Video Critique' +[2020-08-28 07:37:29,395] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 07:37:29,433] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 07:37:30,215] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rS8AuLcEw-8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 07:37:30,583] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCM82F_PrrBpeCN8tQEW7AHA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 07:37:32,917] /u/mbradon had their flair updated +[2020-08-28 07:44:40,819] There has been a new submission: 'A new game from the creators of Life is Strange. Would love to get feedback on the video. I've been making let's plays for a couple of months now and I'm always striving for improvements.', with flair 'Video Critique' +[2020-08-28 07:44:42,293] /u/DiGeDiGames had their submission removed for insufficient lambda. +[2020-08-28 07:44:44,134] /u/DiGeDiGames had their flair updated +[2020-08-28 07:48:06,731] '/u/MajinBoom11' has given '/u/WordHistorian' lambda! +[2020-08-28 07:48:08,903] /u/WordHistorian had their flair updated +[2020-08-28 07:49:43,427] '/u/MajinBoom11' has given '/u/imdumbtho' lambda! +[2020-08-28 07:49:44,738] /u/imdumbtho had their flair updated +[2020-08-28 07:51:49,383] '/u/ESTeaDY1968' has given '/u/SinSpreader88' lambda! +[2020-08-28 07:51:52,502] /u/SinSpreader88 had their flair updated +[2020-08-28 07:53:59,419] '/u/MajinBoom11' has given '/u/alejandroq97' lambda! +[2020-08-28 07:54:02,164] /u/alejandroq97 had their flair updated +[2020-08-28 07:58:53,271] There has been a new submission: 'New video online. If you like this video. Subscribe my youtube channel thanks', with flair 'Channel Review' +[2020-08-28 07:58:54,580] /u/AllRankingData had their submission removed for insufficient lambda. +[2020-08-28 07:58:55,440] /u/AllRankingData had their flair updated +[2020-08-28 08:00:24,565] There has been a new submission: 'Got a clip of a different type of content, apparently motivational. More like this? Above gaming?', with flair 'Video Critique' +[2020-08-28 08:00:26,377] /u/Sink_Plays_MINECRAFT had their submission removed for insufficient lambda. +[2020-08-28 08:00:28,672] /u/Sink_Plays_MINECRAFT had their flair updated +[2020-08-28 08:20:13,811] There has been a new submission: 'Is this any good? So I got an idea today from someone. So I learned a new skill and launched a new channel. Need to find new interesting datasets though.', with flair 'Video Critique' +[2020-08-28 08:20:15,410] /u/freakin_sweet had their submission removed for insufficient lambda. +[2020-08-28 08:20:18,156] /u/freakin_sweet had their flair updated +[2020-08-28 08:20:37,280] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: POST https://oauth.reddit.com/api/comment/ +[2020-08-28 08:20:51,074] There has been a new submission: 'PURE FIRE!! | K/DA - THE BADDEST (LIVE REACTION!)', with flair 'Vlog' +[2020-08-28 08:20:52,600] /u/Sugarcatplays had their submission removed for insufficient lambda. +[2020-08-28 08:20:54,817] /u/Sugarcatplays had their flair updated +[2020-08-28 08:21:14,576] '/u/FacemanGaming25' has given '/u/WordHistorian' lambda! +[2020-08-28 08:21:16,790] /u/WordHistorian had their flair updated +[2020-08-28 08:21:32,814] '/u/FacemanGaming25' has given '/u/Wise_Donkey_1504' lambda! +[2020-08-28 08:21:35,306] /u/Wise_Donkey_1504 had their flair updated +[2020-08-28 08:21:50,994] '/u/FacemanGaming25' has given '/u/imdumbtho' lambda! +[2020-08-28 08:21:52,723] /u/imdumbtho had their flair updated +[2020-08-28 08:22:15,191] '/u/LexPlex9000' has given '/u/pigliah' lambda! +[2020-08-28 08:22:17,167] /u/pigliah had their flair updated +[2020-08-28 08:23:12,829] There has been a new submission: 'And... we're live!', with flair 'Channel Review' +[2020-08-28 08:23:14,266] /u/fiwithme had their submission removed for insufficient lambda. +[2020-08-28 08:23:16,074] /u/fiwithme had their flair updated +[2020-08-28 08:40:43,906] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-28 08:44:46,491] There has been a new submission: 'Please leave a like', with flair 'Gaming' +[2020-08-28 08:44:47,801] /u/EpicNicko had their submission removed for insufficient lambda. +[2020-08-28 08:44:49,602] /u/EpicNicko had their flair updated +[2020-08-28 08:47:51,837] +#################### +[Aug 28 2020 08:47:51] RESTARTED +#################### + +[2020-08-28 09:15:07,831] There has been a new submission: 'Feedback PLEASE ! Couple channel', with flair 'Video Critique' +[2020-08-28 09:15:09,323] /u/TheRealSanchezFamily had their submission removed for insufficient lambda. +[2020-08-28 09:15:10,638] /u/TheRealSanchezFamily had their flair updated +[2020-08-28 09:15:26,607] '/u/mbradon' has given '/u/PitchBlack4' lambda! +[2020-08-28 09:15:29,191] /u/PitchBlack4 had their flair updated +[2020-08-28 09:16:16,891] '/u/mbradon' has given '/u/CockandBallTorturexO' lambda! +[2020-08-28 09:16:18,652] /u/CockandBallTorturexO had their flair updated +[2020-08-28 09:16:51,057] '/u/mbradon' has given '/u/AaruCreates' lambda! +[2020-08-28 09:16:53,303] /u/AaruCreates had their flair updated +[2020-08-28 09:17:25,052] '/u/mbradon' has given '/u/GreatMindsInfo' lambda! +[2020-08-28 09:17:26,654] /u/GreatMindsInfo had their flair updated +[2020-08-28 09:17:58,459] '/u/mbradon' has given '/u/progsNyx' lambda! +[2020-08-28 09:18:00,512] /u/progsNyx had their flair updated +[2020-08-28 09:20:15,614] There has been a new submission: 'MrBeast Motivation from Zero to 40 Million Subscribers, lets get him to 100 Million', with flair 'Video Critique' +[2020-08-28 09:20:17,865] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 09:20:17,989] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 09:20:18,846] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jv38AdyUPkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 09:20:19,257] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4p4Im4NPRDgVcmWWVtAcxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 09:20:22,457] /u/Wise_Donkey_1504 had their flair updated +[2020-08-28 09:22:21,761] There has been a new submission: 'MAXEMUS & CO', with flair 'Video Critique' +[2020-08-28 09:22:23,272] /u/Maxemus_Gibson had their submission removed for insufficient lambda. +[2020-08-28 09:22:25,321] /u/Maxemus_Gibson had their flair updated +[2020-08-28 09:28:46,595] There has been a new submission: 'Looking for a channel review for my channel - UnboringTV', with flair 'Channel Review' +[2020-08-28 09:28:48,395] /u/laurm84 had their flair updated +[2020-08-28 09:31:10,138] '/u/Celtic_Spike' has given '/u/OccupiedGarrett' lambda! +[2020-08-28 09:31:12,630] /u/OccupiedGarrett had their flair updated +[2020-08-28 09:50:15,888] '/u/Wise_Donkey_1504' has given '/u/H-Cub3d' lambda! +[2020-08-28 09:50:18,754] /u/H-Cub3d had their flair updated +[2020-08-28 10:24:12,103] There has been a new submission: 'Am I too annoying? How is the video? Please give me feedback 👍👎| SURVIVOR - VOTED OFF NOOBS - Roblox', with flair 'Video Critique' +[2020-08-28 10:24:13,617] /u/TechlingYT had their submission removed for insufficient lambda. +[2020-08-28 10:24:15,551] /u/TechlingYT had their flair updated +[2020-08-28 10:47:32,681] +#################### +[Aug 28 2020 10:47:32] RESTARTED +#################### + +[2020-08-28 11:08:08,415] There has been a new submission: 'We Are Fury - Fade Away (Cover)', with flair 'Video Critique' +[2020-08-28 11:08:10,305] /u/NathanHasAYoutube had their submission removed for insufficient lambda. +[2020-08-28 11:08:11,080] /u/NathanHasAYoutube had their flair updated +[2020-08-28 11:08:58,834] '/u/kingury7' has given '/u/SomebodySeriousReal' lambda! +[2020-08-28 11:09:00,554] /u/SomebodySeriousReal had their flair updated +[2020-08-28 11:09:18,909] '/u/kingury7' has given '/u/Fineset' lambda! +[2020-08-28 11:09:20,795] /u/Fineset had their flair updated +[2020-08-28 11:09:53,642] '/u/kingury7' has given '/u/Partylurker123' lambda! +[2020-08-28 11:09:54,672] /u/Partylurker123 had their flair updated +[2020-08-28 11:10:15,255] '/u/kingury7' has given '/u/throwaway627336282' lambda! +[2020-08-28 11:10:17,632] /u/throwaway627336282 had their flair updated +[2020-08-28 11:10:51,831] There has been a new submission: 'Come check out PAN Productions! Consistently streaming and fairly consistent videos! We also love feedback on what we are doing right and wrong!', with flair 'Channel Review' +[2020-08-28 11:10:53,758] /u/ItzSwoopy had their submission removed for insufficient lambda. +[2020-08-28 11:10:56,015] /u/ItzSwoopy had their flair updated +[2020-08-28 11:11:21,371] '/u/kingury7' has given '/u/mbradon' lambda! +[2020-08-28 11:11:24,203] /u/mbradon had their flair updated +[2020-08-28 11:12:01,543] '/u/kingury7' has given '/u/shadossplayz' lambda! +[2020-08-28 11:12:04,411] /u/shadossplayz had their flair updated +[2020-08-28 11:12:39,197] '/u/kingury7' has given '/u/ForeverStrong15' lambda! +[2020-08-28 11:12:41,206] /u/ForeverStrong15 had their flair updated +[2020-08-28 11:13:16,742] '/u/kingury7' has given '/u/TheArchfiendGuy' lambda! +[2020-08-28 11:13:18,588] /u/TheArchfiendGuy had their flair updated +[2020-08-28 11:14:36,473] There has been a new submission: '[Video Critique] Squidward finds a glizzy meme', with flair 'Video Critique' +[2020-08-28 11:14:37,783] /u/EddiePostedThat had their submission removed for insufficient lambda. +[2020-08-28 11:14:39,388] /u/EddiePostedThat had their flair updated +[2020-08-28 11:15:31,810] There has been a new submission: 'I will take lease any feedback on my tutorial structure and other general stuff for the video. If you play Minecraft let me know if this would be useful for you! (Only been on YT about a month, still at only 10 subs)', with flair 'Video Critique' +[2020-08-28 11:15:33,492] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 11:15:33,611] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 11:15:34,437] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0TTwrSxei6c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 11:15:34,806] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoqONLV3SIyTEtSlc1H9EHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 11:15:37,267] /u/humantheguy had their flair updated +[2020-08-28 11:31:50,331] '/u/RichiRamlal' has given '/u/CamDC123' lambda! +[2020-08-28 11:31:53,197] /u/CamDC123 had their flair updated +[2020-08-28 11:32:38,480] '/u/RichiRamlal' has given '/u/lolaccounting' lambda! +[2020-08-28 11:32:41,391] /u/lolaccounting had their flair updated +[2020-08-28 11:33:25,523] '/u/RichiRamlal' has given '/u/xPento' lambda! +[2020-08-28 11:33:28,068] /u/xPento had their flair updated +[2020-08-28 11:34:23,840] '/u/RichiRamlal' has given '/u/cooldude1681' lambda! +[2020-08-28 11:34:26,501] /u/cooldude1681 had their flair updated +[2020-08-28 11:34:49,660] '/u/RichiRamlal' has given '/u/SnooPineapples5753' lambda! +[2020-08-28 11:34:52,160] /u/SnooPineapples5753 had their flair updated +[2020-08-28 11:35:46,842] '/u/RichiRamlal' has given '/u/SomebodySeriousReal' lambda! +[2020-08-28 11:35:49,382] /u/SomebodySeriousReal had their flair updated +[2020-08-28 11:37:08,694] '/u/RichiRamlal' has given '/u/pretendyourespecial' lambda! +[2020-08-28 11:37:10,703] /u/pretendyourespecial had their flair updated +[2020-08-28 11:53:32,833] '/u/Jaydiiin' has given '/u/YTKoffing' lambda! +[2020-08-28 11:53:34,728] /u/YTKoffing had their flair updated +[2020-08-28 11:54:16,426] '/u/Jaydiiin' has given '/u/FacemanGaming25' lambda! +[2020-08-28 11:54:18,149] /u/FacemanGaming25 had their flair updated +[2020-08-28 11:54:47,716] '/u/Jaydiiin' has given '/u/siddhant1991' lambda! +[2020-08-28 11:54:49,342] /u/siddhant1991 had their flair updated +[2020-08-28 11:55:05,120] '/u/Jaydiiin' has given '/u/AltrossGamez' lambda! +[2020-08-28 11:55:06,726] /u/AltrossGamez had their flair updated +[2020-08-28 11:56:28,062] '/u/Jaydiiin' has given '/u/RichiRamlal' lambda! +[2020-08-28 11:56:29,502] /u/RichiRamlal had their flair updated +[2020-08-28 11:57:41,144] '/u/Jaydiiin' has given '/u/mbradon' lambda! +[2020-08-28 11:57:42,385] /u/mbradon had their flair updated +[2020-08-28 12:01:03,138] '/u/ESTeaDY1968' has given '/u/kingury7' lambda! +[2020-08-28 12:01:05,882] /u/kingury7 had their flair updated +[2020-08-28 12:02:42,388] There has been a new submission: 'I would love your opinion on my creative project. I do gaming videos but try my best to be unique. I’ll reward good advice with lambda!', with flair 'Video Critique' +[2020-08-28 12:02:43,496] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 12:02:43,498] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 12:02:44,439] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CN0VKvHzT9o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:02:44,850] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLJQ21IrndLfYDt_-Fi2NAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:02:48,172] /u/GrumpyBottom_YT had their flair updated +[2020-08-28 12:04:16,248] '/u/Elgondir' has given '/u/AaruCreates' lambda! +[2020-08-28 12:04:18,999] /u/AaruCreates had their flair updated +[2020-08-28 12:12:51,298] There has been a new submission: 'I dropped my first Lofi EP! ❤️📝🤍', with flair 'Art' +[2020-08-28 12:12:53,160] /u/echainz6 had their submission removed for insufficient lambda. +[2020-08-28 12:12:55,175] /u/echainz6 had their flair updated +[2020-08-28 12:19:48,197] There has been a new submission: 'Increase your income by AT LEAST $25,000 renting Real Estate', with flair 'Channel Review' +[2020-08-28 12:19:48,931] /u/Itz_Damo had their submission removed for insufficient lambda. +[2020-08-28 12:19:49,712] /u/Itz_Damo had their flair updated +[2020-08-28 12:30:16,607] There has been a new submission: 'Made this awesome video, i would just like some feedback on it if that’s ok', with flair 'Video Critique' +[2020-08-28 12:30:16,885] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 12:30:16,886] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 12:30:17,050] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G761YQ0ovM0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:30:17,180] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:30:20,403] /u/shadossplayz had their flair updated +[2020-08-28 12:32:31,255] There has been a new submission: 'The Lak District', with flair 'Vlog' +[2020-08-28 12:32:33,014] /u/JourneyVerse had their submission removed for insufficient lambda. +[2020-08-28 12:32:35,106] /u/JourneyVerse had their flair updated +[2020-08-28 12:34:00,198] There has been a new submission: 'Raw Vlog. Mic missing but I have another type of dilevery. I want to know if you enjoyed the content.', with flair 'Video Critique' +[2020-08-28 12:34:01,307] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 12:34:01,430] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 12:34:02,292] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fnQ0rDREqMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:34:02,616] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 12:34:05,441] /u/siddhant1991 had their flair updated +[2020-08-28 12:34:49,722] There has been a new submission: 'The Lake District', with flair 'Vlog' +[2020-08-28 12:34:50,745] /u/JourneyVerse had their submission removed for insufficient lambda. +[2020-08-28 12:34:52,425] /u/JourneyVerse had their flair updated +[2020-08-28 12:35:30,593] There has been a new submission: 'The Lake District', with flair 'Vlog' +[2020-08-28 12:35:31,783] /u/JourneyVerse had their submission removed for insufficient lambda. +[2020-08-28 12:35:33,341] /u/JourneyVerse had their flair updated +[2020-08-28 12:38:38,003] There has been a new submission: 'Beginning to upload again', with flair 'Meta' +[2020-08-28 12:38:39,152] /u/ChubbyWombat544 had their flair updated +[2020-08-28 12:39:36,251] There has been a new submission: 'HELP me to Grow and review my channel', with flair 'Channel Review' +[2020-08-28 12:39:36,888] /u/EmachoNacho had their submission removed for insufficient lambda. +[2020-08-28 12:39:37,352] /u/EmachoNacho had their flair updated +[2020-08-28 12:41:00,047] '/u/bigni44a' has given '/u/imdumbtho' lambda! +[2020-08-28 12:41:02,260] /u/imdumbtho had their flair updated +[2020-08-28 12:43:02,363] There has been a new submission: 'A Fragmovie I edited - Helpfull critique will be rewarded with lambda :)', with flair 'Video Critique' +[2020-08-28 12:43:04,928] /u/flippifly had their flair updated +[2020-08-28 12:46:45,897] '/u/laurm84' has given '/u/Important-Context-79' lambda! +[2020-08-28 12:46:48,143] /u/Important-Context-79 had their flair updated +[2020-08-28 12:47:49,941] +#################### +[Aug 28 2020 12:47:49] RESTARTED +#################### + +[2020-08-28 13:00:13,286] '/u/humantheguy' has given '/u/Rubenazo1999' lambda! +[2020-08-28 13:00:15,628] /u/Rubenazo1999 had their flair updated +[2020-08-28 13:22:10,216] There has been a new submission: 'Is 20 minute long videos bad?', with flair 'Discussion' +[2020-08-28 13:22:13,504] /u/shadossplayz had their flair updated +[2020-08-28 13:22:31,733] There has been a new submission: 'I now this is my own YouTube but I actually put time in this video just want more people to enjoy it. :)', with flair 'Gaming' +[2020-08-28 13:22:33,204] /u/faxRonin had their submission removed for insufficient lambda. +[2020-08-28 13:22:35,132] /u/faxRonin had their flair updated +[2020-08-28 13:22:55,147] There has been a new submission: 'My First Q&A Video | Who Am I | Know Me More | English Subtitle | Shobi Shobu |', with flair 'Vlog' +[2020-08-28 13:22:56,786] /u/shobi_shobu had their submission removed for insufficient lambda. +[2020-08-28 13:22:58,633] /u/shobi_shobu had their flair updated +[2020-08-28 13:23:35,971] '/u/MajinBoom11' has given '/u/SomebodySeriousReal' lambda! +[2020-08-28 13:23:38,392] /u/SomebodySeriousReal had their flair updated +[2020-08-28 13:23:58,966] '/u/MajinBoom11' has given '/u/tech_is_amaze' lambda! +[2020-08-28 13:24:01,462] /u/tech_is_amaze had their flair updated +[2020-08-28 13:25:32,308] '/u/siddhant1991' has given '/u/SomebodySeriousReal' lambda! +[2020-08-28 13:25:34,522] /u/SomebodySeriousReal had their flair updated +[2020-08-28 13:26:22,139] '/u/denandmugMAKES' has given '/u/shadossplayz' lambda! +[2020-08-28 13:26:24,558] /u/shadossplayz had their flair updated +[2020-08-28 13:26:43,056] '/u/denandmugMAKES' has given '/u/m1nionl' lambda! +[2020-08-28 13:26:45,519] /u/m1nionl had their flair updated +[2020-08-28 13:27:04,102] '/u/denandmugMAKES' has given '/u/Important-Context-79' lambda! +[2020-08-28 13:27:06,233] /u/Important-Context-79 had their flair updated +[2020-08-28 13:27:39,421] '/u/denandmugMAKES' has given '/u/cygnetgirl' lambda! +[2020-08-28 13:27:41,965] /u/cygnetgirl had their flair updated +[2020-08-28 13:27:59,948] '/u/denandmugMAKES' has given '/u/YaBoiCorrupt' lambda! +[2020-08-28 13:28:02,024] /u/YaBoiCorrupt had their flair updated +[2020-08-28 13:30:16,585] There has been a new submission: 'I made an entertaining clothing haul video. I hope you give it a watch. Your views are welcomed :) lambda will be given as always for honest feedback.', with flair 'Video Critique' +[2020-08-28 13:30:17,147] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 13:30:17,149] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 13:30:17,370] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rmjxzuunQco&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:30:17,539] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCO1fhwIGyQo-PYKDzXsu5Aw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:30:20,372] /u/AaruCreates had their flair updated +[2020-08-28 13:30:40,494] There has been a new submission: 'I reach 60 subs and 7000 views after quitting', with flair 'Discussion' +[2020-08-28 13:30:43,443] /u/scarofishbal had their flair updated +[2020-08-28 13:31:03,221] There has been a new submission: 'Using keywords', with flair 'Discussion' +[2020-08-28 13:31:05,843] /u/lunarknight11295 had their flair updated +[2020-08-28 13:31:25,300] There has been a new submission: 'The REAL Reason Leafy Got Banned (clickbait) - Honestly just a pretty crazy situation altogether, Definitely won’t have an upload like this for a while but let me know what you think!', with flair 'Video Critique' +[2020-08-28 13:31:26,321] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 13:31:26,359] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 13:31:27,140] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nHYu3ZsCuUY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:31:27,669] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCca8UioSyOiQqYh8RfeMB3w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:31:30,706] /u/OccupiedGarrett had their flair updated +[2020-08-28 13:31:49,898] There has been a new submission: 'Cammed camaro & CTSV build!', with flair 'Channel Review' +[2020-08-28 13:31:51,706] /u/AmandaRaeJean had their submission removed for insufficient lambda. +[2020-08-28 13:31:53,914] /u/AmandaRaeJean had their flair updated +[2020-08-28 13:32:13,345] There has been a new submission: 'To anyone who plays minecraft', with flair 'Gaming' +[2020-08-28 13:32:15,313] /u/BilalAh07 had their submission removed for insufficient lambda. +[2020-08-28 13:32:17,398] /u/BilalAh07 had their flair updated +[2020-08-28 13:46:01,689] '/u/flippifly' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-28 13:46:04,100] /u/nvrmind_flame-yt had their flair updated +[2020-08-28 13:47:05,301] There has been a new submission: 'Hey everyone, I posted last week, and most people seemed to have liked my video, where the only big complaint was the thumbnail. Well I would once again love to hear your opinion on my video :)', with flair 'Video Critique' +[2020-08-28 13:47:06,402] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 13:47:06,404] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 13:47:07,468] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MYDXzvLZ5F8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:47:07,920] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDbuM9oq9HSGLfuRXQYn1Eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 13:47:10,341] /u/TheDuckCat47 had their flair updated +[2020-08-28 13:49:51,473] '/u/mbradon' has given '/u/Important-Context-79' lambda! +[2020-08-28 13:49:53,235] /u/Important-Context-79 had their flair updated +[2020-08-28 13:51:16,856] '/u/mbradon' has given '/u/SomebodySeriousReal' lambda! +[2020-08-28 13:51:19,767] /u/SomebodySeriousReal had their flair updated +[2020-08-28 13:52:40,435] '/u/mbradon' has given '/u/Kaelestius' lambda! +[2020-08-28 13:52:42,899] /u/Kaelestius had their flair updated +[2020-08-28 13:54:00,988] There has been a new submission: 'I just uploaded my first YouTube video.', with flair 'Gaming' +[2020-08-28 13:54:02,338] /u/oLeeroy had their submission removed for insufficient lambda. +[2020-08-28 13:54:04,139] /u/oLeeroy had their flair updated +[2020-08-28 13:54:28,173] '/u/mbradon' has given '/u/whatamI_doinghere00' lambda! +[2020-08-28 13:54:30,630] /u/whatamI_doinghere00 had their flair updated +[2020-08-28 13:55:23,768] '/u/mbradon' has given '/u/whereismael' lambda! +[2020-08-28 13:55:26,186] /u/whereismael had their flair updated +[2020-08-28 13:55:47,923] '/u/mbradon' has given '/u/SnooPineapples5753' lambda! +[2020-08-28 13:55:50,256] /u/SnooPineapples5753 had their flair updated +[2020-08-28 13:56:51,076] '/u/mbradon' has given '/u/RealMisterecks' lambda! +[2020-08-28 13:56:52,881] /u/RealMisterecks had their flair updated +[2020-08-28 14:00:20,851] There has been a new submission: 'Does it Switch? The Witcher 3 Complete Edition Review. My first attempt at a typical review style format with a bit of a twist. Feedback really appreciated, particularly for audio and editing!', with flair 'Video Critique' +[2020-08-28 14:00:21,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 14:00:21,202] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 14:00:21,407] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3giJMPmJTO8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 14:00:21,869] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6aQEF78lWr-b2TKL0y_asA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 14:00:25,391] /u/CamDC123 had their flair updated +[2020-08-28 14:00:47,130] There has been a new submission: 'Teasing master Takagi san is underrated', with flair 'Video Critique' +[2020-08-28 14:00:48,888] /u/Animefananimefan had their submission removed for insufficient lambda. +[2020-08-28 14:00:51,220] /u/Animefananimefan had their flair updated +[2020-08-28 14:01:10,493] There has been a new submission: 'New Video', with flair 'Gaming' +[2020-08-28 14:01:13,235] /u/ThatIrishGuy2201 had their submission removed for insufficient lambda. +[2020-08-28 14:01:15,492] /u/ThatIrishGuy2201 had their flair updated +[2020-08-28 14:04:07,283] There has been a new submission: 'Brawlhalla Gameplay', with flair 'Video Critique' +[2020-08-28 14:04:08,632] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-28 14:04:10,514] /u/namejeff23 had their flair updated +[2020-08-28 14:04:52,115] There has been a new submission: 'Brawlhalla Gameplay', with flair 'Video Critique' +[2020-08-28 14:04:53,346] /u/namejeff23 had their submission removed for insufficient lambda. +[2020-08-28 14:04:55,025] /u/namejeff23 had their flair updated +[2020-08-28 14:06:41,507] There has been a new submission: 'https://youtu.be/2D_IeDWYWb0', with flair 'Gaming' +[2020-08-28 14:06:42,815] /u/Anirudh_pro had their submission removed for insufficient lambda. +[2020-08-28 14:06:44,294] /u/Anirudh_pro had their flair updated +[2020-08-28 14:07:26,972] There has been a new submission: 'This is a facecam That haven't done in a while. I hope you enjoy it! If you have any feedback, that would be appreciated!', with flair 'Gaming' +[2020-08-28 14:07:27,872] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 14:07:27,874] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 14:07:29,839] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7wIC2EhHC-M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 14:07:30,330] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNpwz3VgVbqKixF-a8nikng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 14:07:32,457] /u/HumperTrooper15 had their flair updated +[2020-08-28 14:07:51,647] There has been a new submission: 'Hello 👋🏽 I’m new to the group. Here’s my video on finding the best outfits on a budget at Walmart 🔥', with flair 'Vlog' +[2020-08-28 14:07:52,630] /u/SavageEmpire513 had their submission removed for insufficient lambda. +[2020-08-28 14:07:53,658] /u/SavageEmpire513 had their flair updated +[2020-08-28 14:18:45,426] '/u/mbradon' has given '/u/ForeverStrong15' lambda! +[2020-08-28 14:18:47,925] /u/ForeverStrong15 had their flair updated +[2020-08-28 14:18:48,862] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-28 14:22:09,592] There has been a new submission: 'Could I improve anything in this video? Like sound or quality etc. I Made up My Own Dance Choreography to BTS (방탄소년단) 'Dynamite' (Dance Cover)', with flair 'Video Critique' +[2020-08-28 14:22:11,190] /u/ElizabethOjukwu had their submission removed for insufficient lambda. +[2020-08-28 14:22:13,366] /u/ElizabethOjukwu had their flair updated +[2020-08-28 14:23:14,997] There has been a new submission: 'Lemaitre - Closer (feat. Jennie A.) I'f you like the music please support me', with flair 'None' +[2020-08-28 14:23:16,559] /u/TrapZoning had their submission removed for insufficient lambda. +[2020-08-28 14:23:18,610] /u/TrapZoning had their flair updated +[2020-08-28 14:25:22,096] '/u/flippifly' has given '/u/humantheguy' lambda! +[2020-08-28 14:25:24,514] /u/humantheguy had their flair updated +[2020-08-28 14:26:53,331] '/u/flippifly' has given '/u/Blazedaman229' lambda! +[2020-08-28 14:26:56,041] /u/Blazedaman229 had their flair updated +[2020-08-28 14:28:00,524] There has been a new submission: 'How To Record Pc Screen/ Screen Recorder For PC /SCREEN REC DOWNLOAD/स्...', with flair 'Video Critique' +[2020-08-28 14:28:01,383] /u/technologyman22 had their submission removed for insufficient lambda. +[2020-08-28 14:28:02,406] /u/technologyman22 had their flair updated +[2020-08-28 14:30:57,841] '/u/fluxkat' has given '/u/cygnetgirl' lambda! +[2020-08-28 14:31:00,692] /u/cygnetgirl had their flair updated +[2020-08-28 14:38:04,236] /u/mbradon had their flair updated +[2020-08-28 14:39:44,425] /u/ForeverStrong15 had their flair updated +[2020-08-28 14:41:38,561] '/u/RichiRamlal' has given '/u/ForeverStrong15' lambda! +[2020-08-28 14:41:41,324] /u/ForeverStrong15 had their flair updated +[2020-08-28 14:46:46,929] There has been a new submission: 'how waiters refill your water', with flair 'Thumbnail Review' +[2020-08-28 14:46:48,037] /u/GRsam3 had their submission removed for insufficient lambda. +[2020-08-28 14:46:49,307] /u/GRsam3 had their flair updated +[2020-08-28 14:47:52,562] +#################### +[Aug 28 2020 14:47:52] RESTARTED +#################### + +[2020-08-28 15:30:19,423] There has been a new submission: 'Let's talk about Kamen Rider | I summarize it for you', with flair 'Video Critique' +[2020-08-28 15:30:21,444] /u/DiscoCassette had their submission removed for insufficient lambda. +[2020-08-28 15:30:24,064] /u/DiscoCassette had their flair updated +[2020-08-28 15:30:44,714] There has been a new submission: 'I did a new challenge! I hope you guys like this! Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-08-28 15:30:46,402] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 15:30:46,522] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 15:30:47,470] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Va-UK-phycw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:30:48,082] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:30:51,445] /u/ShikharTrivedi had their flair updated +[2020-08-28 15:31:10,776] There has been a new submission: 'Capitao Is A God | R6 Siege lambda for all', with flair 'Thumbnail Review' +[2020-08-28 15:31:11,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 15:31:11,919] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 15:31:12,657] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mu_3DZoJrNM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:31:13,105] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:31:16,461] /u/MrMoo-Youtube had their flair updated +[2020-08-28 15:31:34,989] There has been a new submission: 'Skrillex make it bun dem pubg remix.hope y'all support me', with flair 'Gaming' +[2020-08-28 15:31:36,628] /u/tanjim67 had their submission removed for insufficient lambda. +[2020-08-28 15:31:38,842] /u/tanjim67 had their flair updated +[2020-08-28 15:34:43,049] '/u/TheDuckCat47' has given '/u/WarangalAbbayi' lambda! +[2020-08-28 15:34:45,592] /u/WarangalAbbayi had their flair updated +[2020-08-28 15:35:04,790] '/u/MajinBoom11' has given '/u/WarangalAbbayi' lambda! +[2020-08-28 15:35:06,961] /u/WarangalAbbayi had their flair updated +[2020-08-28 15:35:26,173] '/u/AaruCreates' has given '/u/WarangalAbbayi' lambda! +[2020-08-28 15:35:28,631] /u/WarangalAbbayi had their flair updated +[2020-08-28 15:36:15,849] '/u/flippifly' has given '/u/GamingHarryYT' lambda! +[2020-08-28 15:36:17,770] /u/GamingHarryYT had their flair updated +[2020-08-28 15:37:07,279] '/u/KAPS-In-Paradise' has given '/u/siddhant1991' lambda! +[2020-08-28 15:37:09,408] /u/siddhant1991 had their flair updated +[2020-08-28 15:37:27,028] '/u/KAPS-In-Paradise' has given '/u/GameTropolis' lambda! +[2020-08-28 15:37:28,626] /u/GameTropolis had their flair updated +[2020-08-28 15:38:01,291] '/u/KAPS-In-Paradise' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-08-28 15:38:03,133] /u/FindAKidneyDonor-Com had their flair updated +[2020-08-28 15:39:33,860] '/u/RichiRamlal' has given '/u/Hamlet_71' lambda! +[2020-08-28 15:39:35,911] /u/Hamlet_71 had their flair updated +[2020-08-28 15:43:31,464] There has been a new submission: 'This was a big video for me to make it’s how I feels about my ex I was scared to make it but I needed the creative outlet I hope you like.', with flair 'Art' +[2020-08-28 15:43:32,854] /u/theaden01 had their submission removed for insufficient lambda. +[2020-08-28 15:43:34,534] /u/theaden01 had their flair updated +[2020-08-28 15:43:53,066] There has been a new submission: '"The Truth Behind One Of The Internet's Most Cursed Pictures" - first upload since taking my videos seriously, mic quality is awful, i know, have already ordered a better one', with flair 'Video Critique' +[2020-08-28 15:43:54,419] /u/cinn-e-mon had their submission removed for insufficient lambda. +[2020-08-28 15:43:56,145] /u/cinn-e-mon had their flair updated +[2020-08-28 15:44:14,336] There has been a new submission: 'You have no niche, and you’re failing.', with flair 'Discussion' +[2020-08-28 15:44:16,955] /u/EverydayCodeNet had their flair updated +[2020-08-28 15:45:04,494] There has been a new submission: 'Crimson Skies: High Road to Revenge- A Forgotten Xbox Gem. I tried to make this review somewhat like an old xplay review mixed with my own unique touch. Please tell me how I did.', with flair 'Video Critique' +[2020-08-28 15:45:05,639] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 15:45:05,763] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 15:45:06,711] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=goEwNTh8XMY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:45:06,841] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHA9yKTQZPTwC4ZasUrdByQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:45:08,871] /u/Jimminycrickets411 had their flair updated +[2020-08-28 15:55:22,580] '/u/TheBaconRob' has given '/u/WordHistorian' lambda! +[2020-08-28 15:55:24,953] /u/WordHistorian had their flair updated +[2020-08-28 15:55:47,468] There has been a new submission: 'My first YouTube Video: The Story of Ludwig. I would love any feedback you could give me. Especially about the subtitels I made, are they to penetrating or just fine?', with flair 'Video Critique' +[2020-08-28 15:55:48,534] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 15:55:48,535] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 15:55:49,596] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6uzZu6CfgnM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:55:50,007] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZXbBmOSyHESm5CEht8q8ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 15:55:52,630] /u/Ashty1337 had their flair updated +[2020-08-28 16:07:34,508] There has been a new submission: 'DROPPING RANKED NUKE USING HG40', with flair 'Gaming' +[2020-08-28 16:07:35,698] /u/mayankaswal899 had their submission removed for insufficient lambda. +[2020-08-28 16:07:36,889] /u/mayankaswal899 had their flair updated +[2020-08-28 16:12:47,551] There has been a new submission: 'risk of rain 2 pulled me from a burning building and saved my life and now here we are', with flair 'Gaming' +[2020-08-28 16:12:49,286] /u/Shyntos had their submission removed for insufficient lambda. +[2020-08-28 16:12:51,271] /u/Shyntos had their flair updated +[2020-08-28 16:13:06,293] '/u/AaruCreates' has given '/u/thecookietrain' lambda! +[2020-08-28 16:13:08,477] /u/thecookietrain had their flair updated +[2020-08-28 16:13:35,686] '/u/Jimminycrickets411' has given '/u/SelendineMcHerb' lambda! +[2020-08-28 16:13:37,854] /u/SelendineMcHerb had their flair updated +[2020-08-28 16:13:51,908] There has been a new submission: 'ORGANIZING my desk area at 1 AM + aesthetic DESK TOUR 2020 *therapeutic + satisfying* I’m new to youtube, would appreciate some honest feedbacks so that I can improve 😊', with flair 'Video Critique' +[2020-08-28 16:13:53,241] /u/mutedmotormouth had their submission removed for insufficient lambda. +[2020-08-28 16:13:55,283] /u/mutedmotormouth had their flair updated +[2020-08-28 16:16:12,544] '/u/ShikharTrivedi' has given '/u/CockandBallTorturexO' lambda! +[2020-08-28 16:16:14,876] /u/CockandBallTorturexO had their flair updated +[2020-08-28 16:23:54,919] There has been a new submission: 'Today we kick off my review series on the franchise that broke me. Michael Bay’s Transformers. Starting from the beginning. What Even Was Transformers? (2007)', with flair 'Vlog' +[2020-08-28 16:23:56,475] /u/ImMattH had their submission removed for insufficient lambda. +[2020-08-28 16:23:58,323] /u/ImMattH had their flair updated +[2020-08-28 16:25:06,296] There has been a new submission: 'Revive me SAGE.exe #comeback , need your support by telling me improving areas , and subbing my channel if u like it . Thankyou', with flair 'Video Critique' +[2020-08-28 16:25:07,201] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 16:25:07,320] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 16:25:08,300] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AYHgi3TNnto&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 16:25:08,631] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqcmoeCOzml-OZrHz0UzhEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 16:25:11,579] /u/SnooPineapples5753 had their flair updated +[2020-08-28 16:28:57,638] There has been a new submission: 'Maxemus & Co 💯🤜🏼', with flair 'Vlog' +[2020-08-28 16:28:58,618] /u/Maxemus_Gibson had their submission removed for insufficient lambda. +[2020-08-28 16:28:59,480] /u/Maxemus_Gibson had their flair updated +[2020-08-28 16:43:29,112] '/u/Jimminycrickets411' has given '/u/WubbzyHeat' lambda! +[2020-08-28 16:43:31,107] /u/WubbzyHeat had their flair updated +[2020-08-28 16:47:52,614] +#################### +[Aug 28 2020 16:47:52] RESTARTED +#################### + +[2020-08-28 17:25:57,562] There has been a new submission: 'BASS BOOSTED INVINCIBLE [DEAF KEV - NoCopyrightSounds]', with flair 'Art' +[2020-08-28 17:25:58,954] /u/TaxKey8405 had their submission removed for insufficient lambda. +[2020-08-28 17:26:00,136] /u/TaxKey8405 had their flair updated +[2020-08-28 17:26:18,289] There has been a new submission: 'If you want to know what it takes to camp in the backcountry, and what you get out of it, check this video! Looking to keep the videos engaging while lengthening them. How am I doing?', with flair 'Video Critique' +[2020-08-28 17:26:20,016] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 17:26:20,136] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 17:26:21,158] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jfYTeVGnuRc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:26:21,570] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQCzbhLBCjxuCi3baRRQUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:26:23,706] /u/brovalley had their flair updated +[2020-08-28 17:26:42,020] There has been a new submission: 'Fall guys moments that was edited using my last brain cell (funny/rage moments)', with flair 'Gaming' +[2020-08-28 17:26:43,166] /u/PlentyLie2731 had their submission removed for insufficient lambda. +[2020-08-28 17:26:44,274] /u/PlentyLie2731 had their flair updated +[2020-08-28 17:29:56,361] '/u/ShikharTrivedi' has given '/u/where_the_hecc_i_am' lambda! +[2020-08-28 17:29:58,201] /u/where_the_hecc_i_am had their flair updated +[2020-08-28 17:30:42,996] There has been a new submission: 'Hi! First video that I manage to post here with the new mic, I would like feedback on everything, and of course on the voice. I'll give lambda to only useful suggestions :) - (I drew the characters in the thumbnail)', with flair 'Gaming' +[2020-08-28 17:30:44,107] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 17:30:44,144] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 17:30:45,375] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4WdqBSr7wr4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:30:45,868] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChZ0CCynQJ1sgd14Y03PRCg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:30:50,825] /u/HiddenOddBox had their flair updated +[2020-08-28 17:31:14,291] There has been a new submission: 'My buddy and I decided to play as many of the Covid-19 themed games we could find on steam. I'm still feeling like maybe it's a bit unsavory, but life's about risks right? I'd love to know what you guys think!', with flair 'Gaming' +[2020-08-28 17:31:17,077] /u/HotBeefy69 had their submission removed for insufficient lambda. +[2020-08-28 17:31:19,249] /u/HotBeefy69 had their flair updated +[2020-08-28 17:31:43,837] There has been a new submission: 'How Kids are TRYING to Make Money off Fortnite!', with flair 'Channel Review' +[2020-08-28 17:31:45,356] /u/Light_Phone had their submission removed for insufficient lambda. +[2020-08-28 17:31:47,447] /u/Light_Phone had their flair updated +[2020-08-28 17:32:12,330] There has been a new submission: '2.7k/4k videos not being encoded with VP9?', with flair 'Discussion' +[2020-08-28 17:32:14,832] /u/GenericRandomUser99 had their flair updated +[2020-08-28 17:32:38,975] There has been a new submission: '[MUSIC] Original Indie/Bedroom Pop for fans of mxmtoon, Maisie Peters', with flair 'Art' +[2020-08-28 17:32:40,534] /u/sejalshahmusic had their submission removed for insufficient lambda. +[2020-08-28 17:32:43,732] /u/sejalshahmusic had their flair updated +[2020-08-28 17:36:55,464] There has been a new submission: 'COD: Warzone Buffoonery Episode 1', with flair 'Gaming' +[2020-08-28 17:36:56,491] /u/Adorable_Bell2479 had their submission removed for insufficient lambda. +[2020-08-28 17:36:57,681] /u/Adorable_Bell2479 had their flair updated +[2020-08-28 17:38:08,742] /u/Crunchymemes_v1 had their flair updated +[2020-08-28 17:42:40,095] /u/CockandBallTorturexO had their flair updated +[2020-08-28 17:43:17,858] There has been a new submission: 'YourMovieSucks exposed???', with flair 'Video Critique' +[2020-08-28 17:43:19,249] /u/Mikey_R_03 had their submission removed for insufficient lambda. +[2020-08-28 17:43:21,909] /u/Mikey_R_03 had their flair updated +[2020-08-28 17:49:06,434] There has been a new submission: 'No Man's Sky: 100 Subscriber Special', with flair 'Gaming' +[2020-08-28 17:49:07,213] /u/Skimble-Skamble97 had their submission removed for insufficient lambda. +[2020-08-28 17:49:07,908] /u/Skimble-Skamble97 had their flair updated +[2020-08-28 17:53:21,386] There has been a new submission: 'Ghost of Tsushima's Storytelling Excellence - And How It Values Tradition / My second video. I am planning on doing more video game and video game story analysis so any feedback is appreciated. I am aware of the missing background music and it was a result of some miscommunication.', with flair 'Video Critique' +[2020-08-28 17:53:22,536] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 17:53:22,538] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 17:53:23,562] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GoT3S-9bzwU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:53:24,016] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuNwlBykm2a4OlmS4ZuTh4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 17:53:27,207] /u/Callu23 had their flair updated +[2020-08-28 17:58:10,562] '/u/OccupiedGarrett' has given '/u/thecookietrain' lambda! +[2020-08-28 17:58:11,679] /u/thecookietrain had their flair updated +[2020-08-28 17:58:40,241] '/u/OccupiedGarrett' has given '/u/brovalley' lambda! +[2020-08-28 17:58:41,286] /u/brovalley had their flair updated +[2020-08-28 18:01:30,999] '/u/Jimminycrickets411' has given '/u/lolaccounting' lambda! +[2020-08-28 18:01:33,869] /u/lolaccounting had their flair updated +[2020-08-28 18:01:58,192] '/u/OccupiedGarrett' has given '/u/Hamlet_71' lambda! +[2020-08-28 18:02:00,801] /u/Hamlet_71 had their flair updated +[2020-08-28 18:05:24,316] There has been a new submission: 'So I got good feedback last time on the video and decided to keep the REIMAGINATION as last time. All feedback and comments are GREATLY appreciated! Took a while to edit lol', with flair 'Gaming' +[2020-08-28 18:05:25,217] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 18:05:25,219] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 18:05:26,164] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1vm3cKkNL74&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 18:05:26,534] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbSF84hY6vQEVMH25vTg_kA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 18:05:29,072] /u/Hamlet_71 had their flair updated +[2020-08-28 18:06:06,581] '/u/Jimminycrickets411' has given '/u/ShikharTrivedi' lambda! +[2020-08-28 18:06:09,118] /u/ShikharTrivedi had their flair updated +[2020-08-28 18:06:27,850] There has been a new submission: 'Black Ops 10 Years Later', with flair 'Gaming' +[2020-08-28 18:06:29,118] /u/HugoOnReddit7 had their submission removed for insufficient lambda. +[2020-08-28 18:06:30,476] /u/HugoOnReddit7 had their flair updated +[2020-08-28 18:07:21,429] '/u/TheDuckCat47' has given '/u/where_the_hecc_i_am' lambda! +[2020-08-28 18:07:23,602] /u/where_the_hecc_i_am had their flair updated +[2020-08-28 18:10:23,349] '/u/RichiRamlal' has given '/u/whereismael' lambda! +[2020-08-28 18:10:26,463] /u/whereismael had their flair updated +[2020-08-28 18:12:33,706] '/u/MrMoo-Youtube' has given '/u/lolaccounting' lambda! +[2020-08-28 18:12:35,994] /u/lolaccounting had their flair updated +[2020-08-28 18:13:32,602] '/u/MrMoo-Youtube' has given '/u/YaBoiCorrupt' lambda! +[2020-08-28 18:13:34,647] /u/YaBoiCorrupt had their flair updated +[2020-08-28 18:22:04,284] '/u/Callu23' has given '/u/lolaccounting' lambda! +[2020-08-28 18:22:07,109] /u/lolaccounting had their flair updated +[2020-08-28 18:22:27,261] There has been a new submission: 'Trying Sonic for the first time! New video is up🚨 please show some love & support it would be extremely appreciated ❤️🙏🏾 go like, comment, share & subscribe 😊 On the road to 200 subs!!!', with flair 'Channel Review' +[2020-08-28 18:22:28,851] /u/Yasieg24 had their submission removed for insufficient lambda. +[2020-08-28 18:22:30,985] /u/Yasieg24 had their flair updated +[2020-08-28 18:31:14,173] '/u/Callu23' has given '/u/ShikharTrivedi' lambda! +[2020-08-28 18:31:16,920] /u/ShikharTrivedi had their flair updated +[2020-08-28 18:34:50,482] '/u/Jayotic44' has given '/u/YaBoiCorrupt' lambda! +[2020-08-28 18:34:52,655] /u/YaBoiCorrupt had their flair updated +[2020-08-28 18:40:25,770] There has been a new submission: 'new to making content', with flair 'Discussion' +[2020-08-28 18:40:28,467] /u/homosexpian had their flair updated +[2020-08-28 18:42:05,316] There has been a new submission: 'THE FUTURE OF HELL LET LOOSE! New VEHICLES, FLAMETHROWERS & SATCHELS', with flair 'Gaming' +[2020-08-28 18:42:06,817] /u/tomhavok had their submission removed for insufficient lambda. +[2020-08-28 18:42:08,896] /u/tomhavok had their flair updated +[2020-08-28 18:43:07,978] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 30 - This Threefold World', with flair 'Gaming' +[2020-08-28 18:43:09,336] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-28 18:43:11,244] /u/CecliusPlaysHD had their flair updated +[2020-08-28 18:44:49,940] '/u/mbradon' has given '/u/alejandroq97' lambda! +[2020-08-28 18:44:52,483] /u/alejandroq97 had their flair updated +[2020-08-28 18:47:07,252] '/u/mbradon' has given '/u/brovalley' lambda! +[2020-08-28 18:47:09,510] /u/brovalley had their flair updated +[2020-08-28 18:47:53,583] +#################### +[Aug 28 2020 18:47:53] RESTARTED +#################### + +[2020-08-28 19:30:11,577] There has been a new submission: 'HOTBOIIFeat.LilBaby"Don'tNeedTime(Remix)"(OfficialVideo)*REACTION*🔥 I did an reaction to this new song I’m willing to hear all feedback on what i should work on commentary wise. Also If u guys liked the thumbnail let me know!', with flair 'Channel Review' +[2020-08-28 19:30:13,250] /u/FtbEnt had their submission removed for insufficient lambda. +[2020-08-28 19:30:15,542] /u/FtbEnt had their flair updated +[2020-08-28 19:30:29,923] There has been a new submission: 'I Will Change The Cloud Gaming Space...Forever... Any thoughts on the delivery of this message. I wanted it to be genuine.', with flair 'Video Critique' +[2020-08-28 19:30:31,401] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 19:30:31,403] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 19:30:32,544] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dLe47rNcDls&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 19:30:32,915] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 19:30:36,400] /u/MafiasFinestTV had their flair updated +[2020-08-28 19:30:55,774] There has been a new submission: 'PlayingSomethin' !!!!', with flair 'Gaming' +[2020-08-28 19:30:57,291] /u/Aj53c had their submission removed for insufficient lambda. +[2020-08-28 19:30:59,543] /u/Aj53c had their flair updated +[2020-08-28 19:31:19,038] There has been a new submission: 'hahaha 🤣🤣🤣', with flair 'Gaming' +[2020-08-28 19:31:20,879] /u/FarihaYasmin had their submission removed for insufficient lambda. +[2020-08-28 19:31:23,136] /u/FarihaYasmin had their flair updated +[2020-08-28 19:31:43,066] There has been a new submission: 'Can someone tell me a game I should get which has a really high YouTube fanbase', with flair 'Discussion' +[2020-08-28 19:31:45,527] /u/krayboyj had their flair updated +[2020-08-28 19:34:20,779] '/u/Hamlet_71' has given '/u/Paul_francis' lambda! +[2020-08-28 19:34:23,312] /u/Paul_francis had their flair updated +[2020-08-28 19:35:59,639] There has been a new submission: 'Hommer is in the hospital in roblox piggysons', with flair 'Gaming' +[2020-08-28 19:36:01,217] /u/Gingersnapyt had their submission removed for insufficient lambda. +[2020-08-28 19:36:03,302] /u/Gingersnapyt had their flair updated +[2020-08-28 19:36:25,885] There has been a new submission: 'Dealing With Heartbreak', with flair 'Video Critique' +[2020-08-28 19:36:26,994] /u/unhappyplum38 had their submission removed for insufficient lambda. +[2020-08-28 19:36:28,386] /u/unhappyplum38 had their flair updated +[2020-08-28 19:36:50,232] There has been a new submission: 'Rocket League I Won please rate it and consider subscribing', with flair 'Gaming' +[2020-08-28 19:36:51,661] /u/HunterGamz had their submission removed for insufficient lambda. +[2020-08-28 19:36:52,770] /u/HunterGamz had their flair updated +[2020-08-28 19:37:14,686] There has been a new submission: 'Here’s the first video on my 18+ Comedy Gaming Channel! This video took me 3 days to edit so please go like!', with flair 'Gaming' +[2020-08-28 19:37:16,244] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 19:37:16,282] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 19:37:18,042] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QAqOVWz8Ne8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 19:37:18,656] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWh4O7sgelI8VLrV7Z7B7Lw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 19:37:20,993] /u/YaBoiCorrupt had their flair updated +[2020-08-28 19:37:45,015] There has been a new submission: 'I made a version(PLAYING AND MIXING ALL THE INSTRUMENTS) of MY BODY IS A CAGE by ARCADE FIRE please be honest about it', with flair 'Art' +[2020-08-28 19:37:46,203] /u/oShirOo had their submission removed for insufficient lambda. +[2020-08-28 19:37:47,231] /u/oShirOo had their flair updated +[2020-08-28 19:38:10,192] There has been a new submission: '3 Scary Videos To Keep You Up All Day', with flair 'Vlog' +[2020-08-28 19:38:11,178] /u/TheUnsaidSong had their submission removed for insufficient lambda. +[2020-08-28 19:38:12,039] /u/TheUnsaidSong had their flair updated +[2020-08-28 19:56:30,606] There has been a new submission: 'Im starting to do mixtape/album reviews for upcoming rappers. If you can give me feedback on what would make my videos better please let me know', with flair 'Video Critique' +[2020-08-28 19:56:32,113] /u/ColoradoHipHopAddict had their submission removed for insufficient lambda. +[2020-08-28 19:56:33,556] /u/ColoradoHipHopAddict had their flair updated +[2020-08-28 19:59:50,238] There has been a new submission: 'Hello everyone, do you use clips in your videos and if so how do you find them ?? I thought this would be easy since I see so many videos with them but I'm coming up short...', with flair 'Discussion' +[2020-08-28 19:59:54,756] /u/ooakrei had their flair updated +[2020-08-28 20:02:29,169] There has been a new submission: 'Cooking Ranch Ramen with the Boys | Garuka', with flair 'Channel Review' +[2020-08-28 20:02:30,687] /u/Herbaberbaderb had their submission removed for insufficient lambda. +[2020-08-28 20:02:32,776] /u/Herbaberbaderb had their flair updated +[2020-08-28 20:03:35,209] '/u/MrMoo-Youtube' has given '/u/ShikharTrivedi' lambda! +[2020-08-28 20:03:37,710] /u/ShikharTrivedi had their flair updated +[2020-08-28 20:04:04,831] '/u/flippifly' has given '/u/ForeverStrong15' lambda! +[2020-08-28 20:04:07,451] /u/ForeverStrong15 had their flair updated +[2020-08-28 20:04:40,671] There has been a new submission: 'I make gamer game videos of videos about games', with flair 'Gaming' +[2020-08-28 20:04:42,021] /u/WanupDeShroom had their submission removed for insufficient lambda. +[2020-08-28 20:04:43,703] /u/WanupDeShroom had their flair updated +[2020-08-28 20:05:19,590] '/u/flippifly' has given '/u/CockandBallTorturexO' lambda! +[2020-08-28 20:05:22,175] /u/CockandBallTorturexO had their flair updated +[2020-08-28 20:07:06,781] '/u/flippifly' has given '/u/alejandroq97' lambda! +[2020-08-28 20:07:09,442] /u/alejandroq97 had their flair updated +[2020-08-28 20:28:41,659] There has been a new submission: 'Quick Nuke on GroundWar new Map (Modern Warfare Warzone)', with flair 'Gaming' +[2020-08-28 20:28:42,495] /u/EoFBelmonT had their submission removed for insufficient lambda. +[2020-08-28 20:28:43,377] /u/EoFBelmonT had their flair updated +[2020-08-28 20:30:07,548] There has been a new submission: 'How I Met The Boys | R6 Siege lambda for all', with flair 'Thumbnail Review' +[2020-08-28 20:30:07,801] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 20:30:07,802] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 20:30:07,931] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=__BH0M4ALYs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 20:30:08,061] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 20:30:11,348] /u/MrMoo-Youtube had their flair updated +[2020-08-28 20:41:37,049] There has been a new submission: 'Being the disappointment in life and to my friends!! |', with flair 'Gaming' +[2020-08-28 20:41:39,060] /u/ziartza had their submission removed for insufficient lambda. +[2020-08-28 20:41:41,295] /u/ziartza had their flair updated +[2020-08-28 20:43:51,871] There has been a new submission: 'I'm an acquired duck i don't know I to put myself out there so screw it, I started an animation channel in the hope of having a 10 day limit upload schedule for this channel atm im digitally hand drawing but ill soon learn moho to release video faster if you would mind checking me out that will help', with flair 'Video Critique' +[2020-08-28 20:43:53,790] /u/Jaytivity had their submission removed for insufficient lambda. +[2020-08-28 20:43:56,093] /u/Jaytivity had their flair updated +[2020-08-28 20:45:06,768] '/u/OccupiedGarrett' has given '/u/rondislap' lambda! +[2020-08-28 20:45:08,498] /u/rondislap had their flair updated +[2020-08-28 20:46:30,039] '/u/OccupiedGarrett' has given '/u/Monkey_Adventures' lambda! +[2020-08-28 20:46:32,826] /u/Monkey_Adventures had their flair updated +[2020-08-28 20:47:54,128] +#################### +[Aug 28 2020 20:47:54] RESTARTED +#################### + +[2020-08-28 21:23:35,154] There has been a new submission: 'Streaming today and im with the boyz. Come and experience the ride with us!', with flair 'Gaming' +[2020-08-28 21:23:36,755] /u/M_u_t_e_ had their submission removed for insufficient lambda. +[2020-08-28 21:23:38,477] /u/M_u_t_e_ had their flair updated +[2020-08-28 21:23:56,895] There has been a new submission: 'The Craziest Gmod Experience', with flair 'Gaming' +[2020-08-28 21:23:58,205] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-08-28 21:24:00,265] /u/Silly-Sammy had their flair updated +[2020-08-28 21:24:18,457] There has been a new submission: 'Hey Guys can you do me a HUUUGGGEEEE favor a watch my video and let me know what you think. Also if there is anything I can help you with please let me know', with flair 'Video Critique' +[2020-08-28 21:24:21,661] /u/WarangalAbbayi had their flair updated +[2020-08-28 21:24:41,159] There has been a new submission: 'WILD WEST EPIC INDIAN BOSS FIGHT, SO THE WILD WEST IS EPIC', with flair 'Gaming' +[2020-08-28 21:24:42,468] /u/FishladYT had their submission removed for insufficient lambda. +[2020-08-28 21:24:44,113] /u/FishladYT had their flair updated +[2020-08-28 21:27:57,945] There has been a new submission: 'New video! Looking for valid points and will give lambda!', with flair 'Video Critique' +[2020-08-28 21:27:59,136] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 21:27:59,256] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 21:28:00,201] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aMwhTsSbuPE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 21:28:00,652] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQTIqlWqWES_l-vXPToGwMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 21:28:02,654] /u/PIXELPIGYT had their flair updated +[2020-08-28 21:28:19,251] There has been a new submission: 'TUTORIAL ON ROAD COURSE RACING | NASCAR Heat 5 Career Mode | Race #35 | ...', with flair 'Gaming' +[2020-08-28 21:28:20,072] /u/Bigmac81 had their submission removed for insufficient lambda. +[2020-08-28 21:28:20,849] /u/Bigmac81 had their flair updated +[2020-08-28 21:28:37,501] There has been a new submission: 'I thought my anxiety towards this game would have improved after a 6month+ break....nope.', with flair 'Gaming' +[2020-08-28 21:28:38,445] /u/DAR0ME had their submission removed for insufficient lambda. +[2020-08-28 21:28:39,140] /u/DAR0ME had their flair updated +[2020-08-28 21:32:39,727] '/u/MrMoo-Youtube' has given '/u/HappyPantzInc' lambda! +[2020-08-28 21:32:42,555] /u/HappyPantzInc had their flair updated +[2020-08-28 21:33:02,908] There has been a new submission: 'Starting a channel so how do I find my target audience?', with flair 'Discussion' +[2020-08-28 21:33:05,118] /u/Jaytivity had their flair updated +[2020-08-28 21:36:16,515] There has been a new submission: 'Just any other day on the big pond prior to a storm rolling in.', with flair 'Vlog' +[2020-08-28 21:36:17,698] /u/Dub180 had their submission removed for insufficient lambda. +[2020-08-28 21:36:19,132] /u/Dub180 had their flair updated +[2020-08-28 21:38:31,688] There has been a new submission: 'Check out my new video and give me your thoughts!', with flair 'Video Critique' +[2020-08-28 21:38:33,655] /u/cameron4818 had their submission removed for insufficient lambda. +[2020-08-28 21:38:34,516] /u/cameron4818 had their flair updated +[2020-08-28 21:42:52,788] '/u/kingury7' has given '/u/PrimeEXE' lambda! +[2020-08-28 21:42:55,538] /u/PrimeEXE had their flair updated +[2020-08-28 21:43:19,777] '/u/kingury7' has given '/u/Geruss1' lambda! +[2020-08-28 21:43:21,740] /u/Geruss1 had their flair updated +[2020-08-28 21:44:35,681] There has been a new submission: 'Just posted a new Halo Reach campaign lets play. Trying to decide what to do about the cutscenes, cause I want the story to come through, but also they eat up a bunch of time. Lambda for feedback!', with flair 'Video Critique' +[2020-08-28 21:44:36,749] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 21:44:36,750] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 21:44:37,692] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=o537jg9zgBM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 21:44:38,107] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 21:44:41,016] /u/HappyPantzInc had their flair updated +[2020-08-28 21:46:52,381] There has been a new submission: 'How I save 60% of my income :)', with flair 'Vlog' +[2020-08-28 21:46:53,488] /u/tellmewhy99 had their submission removed for insufficient lambda. +[2020-08-28 21:46:54,878] /u/tellmewhy99 had their flair updated +[2020-08-28 21:50:27,628] '/u/brovalley' has given '/u/shadossplayz' lambda! +[2020-08-28 21:50:30,418] /u/shadossplayz had their flair updated +[2020-08-28 21:54:44,045] '/u/HappyPantzInc' has given '/u/jamaicanrussian' lambda! +[2020-08-28 21:54:46,836] /u/jamaicanrussian had their flair updated +[2020-08-28 21:55:54,047] '/u/YaBoiCorrupt' has given '/u/HappyPantzInc' lambda! +[2020-08-28 21:55:56,663] /u/HappyPantzInc had their flair updated +[2020-08-28 21:59:38,247] There has been a new submission: 'I'm quick and you're dead, haha...', with flair 'Gaming' +[2020-08-28 21:59:39,434] /u/kaziedrak had their submission removed for insufficient lambda. +[2020-08-28 21:59:40,011] /u/kaziedrak had their flair updated +[2020-08-28 22:03:55,891] There has been a new submission: 'This is the 10th video in my Halo MCC series and I'm very proud of it! Of course always to improve and would love feedback. Especially on the intro since it's my first time actually making an intro like this. Lambda for constructive thoughts and Watching the whole thing is appreciated!!', with flair 'Video Critique' +[2020-08-28 22:03:56,872] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 22:03:56,873] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 22:03:57,978] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AIoNa7XAHn4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:03:58,269] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:04:01,405] /u/Brandonator247 had their flair updated +[2020-08-28 22:05:08,510] '/u/HappyPantzInc' has given '/u/AthrunSykes' lambda! +[2020-08-28 22:05:10,842] /u/AthrunSykes had their flair updated +[2020-08-28 22:05:49,566] '/u/HappyPantzInc' has given '/u/Boing_gaming' lambda! +[2020-08-28 22:05:52,025] /u/Boing_gaming had their flair updated +[2020-08-28 22:11:34,485] '/u/MrMoo-Youtube' has given '/u/AthrunSykes' lambda! +[2020-08-28 22:11:36,618] /u/AthrunSykes had their flair updated +[2020-08-28 22:11:54,053] There has been a new submission: 'Merrowman looking for feedback', with flair 'None' +[2020-08-28 22:11:55,547] /u/Anthony1136 had their submission removed for insufficient lambda. +[2020-08-28 22:11:57,967] /u/Anthony1136 had their flair updated +[2020-08-28 22:18:57,509] '/u/PIXELPIGYT' has given '/u/AthrunSykes' lambda! +[2020-08-28 22:18:59,596] /u/AthrunSykes had their flair updated +[2020-08-28 22:19:35,793] '/u/PIXELPIGYT' has given '/u/Boing_gaming' lambda! +[2020-08-28 22:19:37,594] /u/Boing_gaming had their flair updated +[2020-08-28 22:20:22,394] '/u/PIXELPIGYT' has given '/u/MrMoo-Youtube' lambda! +[2020-08-28 22:20:25,346] /u/MrMoo-Youtube had their flair updated +[2020-08-28 22:21:39,545] There has been a new submission: '10 000 Subscribers in 2020. Check out our video and our riley reid video as well. our toronto ons. we want your opinions.', with flair 'Vlog' +[2020-08-28 22:21:40,529] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 22:21:40,652] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 22:21:41,513] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Osv1tKYX0AQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:21:41,924] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCLzHf0KheOvxt1iBJalwvQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:21:45,328] /u/AthrunSykes had their flair updated +[2020-08-28 22:22:24,938] There has been a new submission: 'Need Feedback. What you guys think of my first video?', with flair 'Gaming' +[2020-08-28 22:22:26,368] /u/VickyV-_- had their submission removed for insufficient lambda. +[2020-08-28 22:22:28,740] /u/VickyV-_- had their flair updated +[2020-08-28 22:23:07,974] '/u/HappyPantzInc' has given '/u/MrMoo-Youtube' lambda! +[2020-08-28 22:23:10,435] /u/MrMoo-Youtube had their flair updated +[2020-08-28 22:23:30,235] There has been a new submission: 'Still new to video editing and would love some feedback! Will give lambda for editing tips', with flair 'Video Critique' +[2020-08-28 22:23:31,138] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 22:23:31,176] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 22:23:32,082] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MpIeeOxVdt8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:23:32,414] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiLj-9triBEfEO9lpsWPWTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 22:23:35,202] /u/mskibs had their flair updated +[2020-08-28 22:25:39,438] There has been a new submission: 'Hi, I'm a musician covering the best video game soundtracks. In July one game developer even stumbled upon my cover of their title theme and shared it via their social media and I'd love to hear some feedback.', with flair 'Channel Review' +[2020-08-28 22:25:40,629] /u/BadHairlineYT had their submission removed for insufficient lambda. +[2020-08-28 22:25:42,106] /u/BadHairlineYT had their flair updated +[2020-08-28 22:36:50,035] '/u/Hamlet_71' has given '/u/shadossplayz' lambda! +[2020-08-28 22:36:52,413] /u/shadossplayz had their flair updated +[2020-08-28 22:39:16,678] '/u/mskibs' has given '/u/WordHistorian' lambda! +[2020-08-28 22:39:18,686] /u/WordHistorian had their flair updated +[2020-08-28 22:46:22,479] '/u/mskibs' has given '/u/ocuozcanocu' lambda! +[2020-08-28 22:46:24,572] /u/ocuozcanocu had their flair updated +[2020-08-28 22:47:53,064] +#################### +[Aug 28 2020 22:47:53] RESTARTED +#################### + +[2020-08-28 23:29:54,122] '/u/GrumpyBottom_YT' has given '/u/Not_A_Doct0r' lambda! +[2020-08-28 23:29:55,882] /u/Not_A_Doct0r had their flair updated +[2020-08-28 23:30:12,081] '/u/GrumpyBottom_YT' has given '/u/DebuffonDemand' lambda! +[2020-08-28 23:30:14,563] /u/DebuffonDemand had their flair updated +[2020-08-28 23:31:50,999] '/u/mbradon' has given '/u/Doesntpayfullprice' lambda! +[2020-08-28 23:31:53,779] /u/Doesntpayfullprice had their flair updated +[2020-08-28 23:32:28,319] '/u/MafiasFinestTV' has given '/u/WordHistorian' lambda! +[2020-08-28 23:32:31,069] /u/WordHistorian had their flair updated +[2020-08-28 23:35:26,898] There has been a new submission: 'Need pc gaming youtubers', with flair 'Collab' +[2020-08-28 23:35:29,395] /u/Aiderraider had their flair updated +[2020-08-28 23:35:46,382] There has been a new submission: 'This is my channel trailer, I am an aspiring film editor with dreams of being behind the camera in a huge organisation. Being the one who is editing crazy shots. In this video I show you just a few of my talents and what I’ll be doing in this channel I’ve got. Hope you enjoy', with flair 'Video Critique' +[2020-08-28 23:35:47,902] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 23:35:47,941] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 23:35:48,968] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SWtOe-olKo0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:35:49,340] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNNzjaivytfPXs2z4E1iLMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:35:51,590] /u/shadossplayz had their flair updated +[2020-08-28 23:36:08,490] There has been a new submission: 'WEEKLY ALDI HAUL+ WEEKEND FAMILY VLOG', with flair 'Vlog' +[2020-08-28 23:36:09,557] /u/jaylina2023 had their submission removed for insufficient lambda. +[2020-08-28 23:36:10,912] /u/jaylina2023 had their flair updated +[2020-08-28 23:36:29,304] There has been a new submission: 'I changed the thumbnail to prevent any confusion this time around. Any feedback is appreciated [4:01]', with flair 'Video Critique' +[2020-08-28 23:36:30,284] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 23:36:30,286] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 23:36:31,264] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E-y5yl0gE2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:36:31,595] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:36:33,720] /u/WordHistorian had their flair updated +[2020-08-28 23:38:21,364] '/u/Brandonator247' has given '/u/WordHistorian' lambda! +[2020-08-28 23:38:23,580] /u/WordHistorian had their flair updated +[2020-08-28 23:39:39,878] '/u/Brandonator247' has given '/u/ocuozcanocu' lambda! +[2020-08-28 23:39:41,723] /u/ocuozcanocu had their flair updated +[2020-08-28 23:39:58,896] /u/shadossplayz had their flair updated +[2020-08-28 23:42:05,983] '/u/YaBoiCorrupt' has given '/u/ocuozcanocu' lambda! +[2020-08-28 23:42:08,858] /u/ocuozcanocu had their flair updated +[2020-08-28 23:42:28,642] There has been a new submission: 'So... I tried a change of pace on editing.', with flair 'Video Critique' +[2020-08-28 23:42:30,032] /u/ActionTalksLoudly had their submission removed for insufficient lambda. +[2020-08-28 23:42:32,200] /u/ActionTalksLoudly had their flair updated +[2020-08-28 23:46:48,930] There has been a new submission: 'I have been traveling around the world for the last 11 years and I have been to 80 different countries so far. Recently I decided to share my passion on youtube and started creating travel videos. Below is the most recent video about my best travel experiences in India. All support is appreciated :)', with flair 'Video Critique' +[2020-08-28 23:46:49,877] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 23:46:49,879] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 23:46:50,939] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=toxD5uoUHH0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:46:51,351] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEStsp9ZSyzmqumTPgeXFLQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:46:53,520] /u/ocuozcanocu had their flair updated +[2020-08-28 23:52:01,077] There has been a new submission: 'YOU GET WHAT YOU DESERVE - Funny Videos // Newest video, think it's the best one so far, as always feedback is much appreciated & rewarded with !givelambda', with flair 'Video Critique' +[2020-08-28 23:52:02,386] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-28 23:52:02,387] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-28 23:52:03,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rJAjzz82hv8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:52:03,741] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWcvOypZ9FJxsfUPXG8m6EQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-28 23:52:07,014] /u/DTV998 had their flair updated +[2020-08-29 00:02:33,523] '/u/MrMoo-Youtube' has given '/u/ocuozcanocu' lambda! +[2020-08-29 00:02:36,107] /u/ocuozcanocu had their flair updated +[2020-08-29 00:04:00,336] There has been a new submission: 'Carrying The Boys To Plat R6 Siege lambda for all', with flair 'Thumbnail Review' +[2020-08-29 00:04:01,355] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 00:04:01,357] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 00:04:02,294] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l7e6m7QdYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 00:04:02,665] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 00:04:05,571] /u/MrMoo-Youtube had their flair updated +[2020-08-29 00:06:57,071] There has been a new submission: 'YouTube and the algorithm discussion. Look at your "Home" page for clues', with flair 'Discussion' +[2020-08-29 00:06:58,794] /u/lowBudgetFilmMaker had their flair updated +[2020-08-29 00:07:48,151] There has been a new submission: 'Never Again 🤦🏽♂️[ Escape The Ayuwoki] pt 2', with flair 'Gaming' +[2020-08-29 00:07:49,093] /u/bsteezy- had their submission removed for insufficient lambda. +[2020-08-29 00:07:50,202] /u/bsteezy- had their flair updated +[2020-08-29 00:10:29,508] There has been a new submission: 'The Ethics of Cliche- my third YouTube video- I would appreciate some feedback.', with flair 'Video Critique' +[2020-08-29 00:10:31,145] /u/Fish_Owl had their submission removed for insufficient lambda. +[2020-08-29 00:10:33,478] /u/Fish_Owl had their flair updated +[2020-08-29 00:19:36,692] There has been a new submission: 'Lil Uzi Vert x Playboi Cart [Edit]', with flair 'Video Critique' +[2020-08-29 00:19:37,389] /u/N4rcolepticDuck had their submission removed for insufficient lambda. +[2020-08-29 00:19:38,043] /u/N4rcolepticDuck had their flair updated +[2020-08-29 00:26:54,157] There has been a new submission: 'My Latest Video! Trying to get as much feedback as possible, so i can improve for future videos', with flair 'Video Critique' +[2020-08-29 00:26:55,195] /u/JamesGotSkills had their submission removed for insufficient lambda. +[2020-08-29 00:26:56,541] /u/JamesGotSkills had their flair updated +[2020-08-29 00:37:20,695] '/u/HappyPantzInc' has given '/u/Brandonator247' lambda! +[2020-08-29 00:37:23,194] /u/Brandonator247 had their flair updated +[2020-08-29 00:40:19,368] There has been a new submission: 'This audiobook really helped me learn how to properly build my YouTube channel and my other social media accounts!', with flair 'Discussion' +[2020-08-29 00:40:22,384] /u/BewareTheScare had their flair updated +[2020-08-29 00:47:53,058] +#################### +[Aug 29 2020 00:47:53] RESTARTED +#################### + +[2020-08-29 01:25:00,359] There has been a new submission: 'Drawing An Epic Doodle | Vexx Inspired', with flair 'Video Critique' +[2020-08-29 01:25:02,649] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 01:25:02,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 01:25:03,714] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oVLFhp3tpGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 01:25:04,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJUxLB7hJHQ0eKHqUh1UrZg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 01:25:06,540] /u/cygnetgirl had their flair updated +[2020-08-29 01:46:27,829] There has been a new submission: 'It's my first YouTube vid and I recreate Kpop Idol Photos lol', with flair 'Video Critique' +[2020-08-29 01:46:28,976] /u/chibiabbis had their submission removed for insufficient lambda. +[2020-08-29 01:46:30,777] /u/chibiabbis had their flair updated +[2020-08-29 01:51:03,279] There has been a new submission: 'I uploaded my first YT vid today (Recreating Kpop Photos). This video took a really long time to edit and I don't have lots of good equipment. Pls give me some pointers if you have any! Thank you!!', with flair 'Video Critique' +[2020-08-29 01:51:04,796] /u/chibiabbis had their submission removed for insufficient lambda. +[2020-08-29 01:51:07,001] /u/chibiabbis had their flair updated +[2020-08-29 01:58:24,328] There has been a new submission: 'NBA 2K21 Kyrie Irving Build - 55+ BADGE UPGRADES / UNGUARDABLE!!', with flair 'Gaming' +[2020-08-29 01:58:25,242] /u/xIzayah had their submission removed for insufficient lambda. +[2020-08-29 01:58:26,211] /u/xIzayah had their flair updated +[2020-08-29 02:03:00,459] There has been a new submission: 'NBA 2K21 JAMES HARDEN BUILD - 50+ BADGE UPGRADES / ABSOLUTE DEMI-GOD!', with flair 'Gaming' +[2020-08-29 02:03:01,894] /u/xIzayah had their submission removed for insufficient lambda. +[2020-08-29 02:03:03,938] /u/xIzayah had their flair updated +[2020-08-29 02:04:23,499] There has been a new submission: 'Please sub', with flair 'Channel Review' +[2020-08-29 02:04:24,810] /u/KingNoss- had their submission removed for insufficient lambda. +[2020-08-29 02:04:26,617] /u/KingNoss- had their flair updated +[2020-08-29 02:11:11,338] '/u/WordHistorian' has given '/u/Fish_Owl' lambda! +[2020-08-29 02:11:13,725] /u/Fish_Owl had their flair updated +[2020-08-29 02:13:11,661] '/u/WordHistorian' has given '/u/Mustardcloud' lambda! +[2020-08-29 02:13:13,770] /u/Mustardcloud had their flair updated +[2020-08-29 02:13:50,300] '/u/WordHistorian' has given '/u/ocuozcanocu' lambda! +[2020-08-29 02:13:52,131] /u/ocuozcanocu had their flair updated +[2020-08-29 02:16:00,753] '/u/PIXELPIGYT' has given '/u/Brandonator247' lambda! +[2020-08-29 02:16:03,041] /u/Brandonator247 had their flair updated +[2020-08-29 02:17:06,163] '/u/PIXELPIGYT' has given '/u/Mustardcloud' lambda! +[2020-08-29 02:17:08,297] /u/Mustardcloud had their flair updated +[2020-08-29 02:18:40,538] '/u/PIXELPIGYT' has given '/u/ocuozcanocu' lambda! +[2020-08-29 02:18:42,584] /u/ocuozcanocu had their flair updated +[2020-08-29 02:28:37,949] There has been a new submission: 'Superman : Man of Tomorrow Review', with flair 'Video Critique' +[2020-08-29 02:28:38,802] /u/Kekkersboy had their submission removed for insufficient lambda. +[2020-08-29 02:28:39,967] /u/Kekkersboy had their flair updated +[2020-08-29 02:29:32,503] There has been a new submission: 'The latest installment of our Bikini Try On Haul playlist! Candis did a great job!', with flair 'Vlog' +[2020-08-29 02:29:33,819] /u/DealsOnTAP had their submission removed for insufficient lambda. +[2020-08-29 02:29:35,171] /u/DealsOnTAP had their flair updated +[2020-08-29 02:32:45,069] There has been a new submission: 'Too narrow of a focus?', with flair 'Discussion' +[2020-08-29 02:32:47,447] /u/Ohio-Pizza-Party had their flair updated +[2020-08-29 02:33:30,650] There has been a new submission: 'How do I balance every day life and YouTube?', with flair 'Discussion' +[2020-08-29 02:33:33,638] /u/Davidplaysgames had their flair updated +[2020-08-29 02:41:09,560] There has been a new submission: 'Creator-only Minecraft Server', with flair 'Gaming' +[2020-08-29 02:41:11,598] /u/SoBaitFamInit had their submission removed for insufficient lambda. +[2020-08-29 02:41:13,813] /u/SoBaitFamInit had their flair updated +[2020-08-29 02:47:13,330] There has been a new submission: 'Memes that will make 2020 better - Dank and Juicy | Gag Nation', with flair 'Channel Review' +[2020-08-29 02:47:15,176] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-29 02:47:17,025] /u/frogs4life69 had their flair updated +[2020-08-29 02:48:01,337] +#################### +[Aug 29 2020 02:48:01] RESTARTED +#################### + +[2020-08-29 03:28:00,326] There has been a new submission: 'We Met The Most Dripped Out Man Alive!😱', with flair 'Vlog' +[2020-08-29 03:28:01,552] /u/SavingsSympathy1175 had their submission removed for insufficient lambda. +[2020-08-29 03:28:02,331] /u/SavingsSympathy1175 had their flair updated +[2020-08-29 03:28:18,814] There has been a new submission: 'New Minecraft Server', with flair 'Collab' +[2020-08-29 03:28:19,923] /u/ImAHumanBeing12 had their flair updated +[2020-08-29 03:28:37,372] There has been a new submission: 'New Minecraft SMP for small YouTubers', with flair 'Gaming' +[2020-08-29 03:28:38,479] /u/JKLOL2157 had their submission removed for insufficient lambda. +[2020-08-29 03:28:39,788] /u/JKLOL2157 had their flair updated +[2020-08-29 03:28:56,151] There has been a new submission: '7 Proven Ways to Earn from Amazon | Zero Investment', with flair 'Vlog' +[2020-08-29 03:28:56,809] /u/1Meditation had their submission removed for insufficient lambda. +[2020-08-29 03:28:57,423] /u/1Meditation had their flair updated +[2020-08-29 03:30:21,829] There has been a new submission: 'Trying out something new. Travel channel, scenic driving.. SEE!!!', with flair 'Channel Review' +[2020-08-29 03:30:23,543] /u/muelabravatv had their submission removed for insufficient lambda. +[2020-08-29 03:30:25,876] /u/muelabravatv had their flair updated +[2020-08-29 03:30:45,823] There has been a new submission: 'What am I missing? I think my content is good and thumbnail looks solid. Good watch hours but very few subscribers. Is my presentation not good? The topic not so good? B-rolls? Do I need to promote it? My niche is personal development. Any feedback is appreciated. I will read every comment.', with flair 'Video Critique' +[2020-08-29 03:30:47,341] /u/ValentinaBrega had their submission removed for insufficient lambda. +[2020-08-29 03:30:50,003] /u/ValentinaBrega had their flair updated +[2020-08-29 03:32:14,417] There has been a new submission: 'I make meme channels and was wondering what I can do to my thumbnails to be more unique?', with flair 'Thumbnail Review' +[2020-08-29 03:32:15,848] /u/ronanduke15 had their submission removed for insufficient lambda. +[2020-08-29 03:32:17,851] /u/ronanduke15 had their flair updated +[2020-08-29 03:33:31,352] There has been a new submission: 'Channel review of people with the same name as me. ended up being fairly interesting.', with flair 'Channel Review' +[2020-08-29 03:33:33,030] /u/---OWO-- had their submission removed for insufficient lambda. +[2020-08-29 03:33:34,834] /u/---OWO-- had their flair updated +[2020-08-29 03:37:09,629] There has been a new submission: 'My channel has just hit 100 subs!', with flair 'Discussion' +[2020-08-29 03:37:11,147] /u/MonsterProML had their flair updated +[2020-08-29 03:44:20,962] '/u/Ashty1337' has given '/u/TheBaconRob' lambda! +[2020-08-29 03:44:23,666] /u/TheBaconRob had their flair updated +[2020-08-29 03:57:13,373] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-29 04:01:03,879] '/u/PIXELPIGYT' has given '/u/---OWO--' lambda! +[2020-08-29 04:01:06,661] /u/---OWO-- had their flair updated +[2020-08-29 04:01:26,586] There has been a new submission: 'Would love honest an honest critique and maybe some positive stuff!?', with flair 'Video Critique' +[2020-08-29 04:01:28,592] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 04:01:28,594] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 04:01:29,741] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KJqLtjfz7sY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 04:01:30,073] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtwjO6zhVLkrzYQGzgYEEQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 04:01:33,682] /u/ShadyMyG had their flair updated +[2020-08-29 04:24:11,234] There has been a new submission: 'Fall guys rage montage', with flair 'Gaming' +[2020-08-29 04:24:12,505] /u/rango5653 had their submission removed for insufficient lambda. +[2020-08-29 04:24:14,361] /u/rango5653 had their flair updated +[2020-08-29 04:40:57,589] '/u/ShadyMyG' has given '/u/TheBaconRob' lambda! +[2020-08-29 04:40:59,809] /u/TheBaconRob had their flair updated +[2020-08-29 04:41:05,863] There has been a new submission: 'check us out', with flair 'Video Critique' +[2020-08-29 04:41:07,947] /u/HappyTBagTwitch had their submission removed for insufficient lambda. +[2020-08-29 04:41:10,221] /u/HappyTBagTwitch had their flair updated +[2020-08-29 04:44:22,480] There has been a new submission: 'My Halo Death Montage', with flair 'Gaming' +[2020-08-29 04:44:24,034] /u/EchoSD had their submission removed for insufficient lambda. +[2020-08-29 04:44:25,925] /u/EchoSD had their flair updated +[2020-08-29 04:46:04,809] There has been a new submission: 'Season 4ortnite', with flair 'Gaming' +[2020-08-29 04:46:07,342] /u/RealBeann had their submission removed for insufficient lambda. +[2020-08-29 04:46:08,987] /u/RealBeann had their flair updated +[2020-08-29 04:47:54,155] +#################### +[Aug 29 2020 04:47:54] RESTARTED +#################### + +[2020-08-29 05:21:37,717] '/u/ShadyMyG' has given '/u/Djbernie805' lambda! +[2020-08-29 05:21:41,039] /u/Djbernie805 had their flair updated +[2020-08-29 05:22:01,613] '/u/cygnetgirl' has given '/u/rondislap' lambda! +[2020-08-29 05:22:04,026] /u/rondislap had their flair updated +[2020-08-29 05:22:24,367] '/u/cygnetgirl' has given '/u/Djbernie805' lambda! +[2020-08-29 05:22:27,075] /u/Djbernie805 had their flair updated +[2020-08-29 05:24:13,023] '/u/Hamlet_71' has given '/u/Brandonator247' lambda! +[2020-08-29 05:24:15,527] /u/Brandonator247 had their flair updated +[2020-08-29 05:25:03,523] '/u/WordHistorian' has given '/u/Djbernie805' lambda! +[2020-08-29 05:25:05,692] /u/Djbernie805 had their flair updated +[2020-08-29 05:25:22,596] There has been a new submission: 'Something's Off... | Perfect Vermin', with flair 'Gaming' +[2020-08-29 05:25:23,704] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-08-29 05:25:25,098] /u/SlaughterV2 had their flair updated +[2020-08-29 05:25:43,346] There has been a new submission: 'SKATING BIG GAP IN SKATER XL!!!', with flair 'Gaming' +[2020-08-29 05:25:44,493] /u/thelostandconfusedba had their submission removed for insufficient lambda. +[2020-08-29 05:25:45,846] /u/thelostandconfusedba had their flair updated +[2020-08-29 05:26:03,525] There has been a new submission: 'I made a different type of video than what im used to, inspired by someone else on this subreddit (Adzi Gaming) Good critique gets lambda', with flair 'Video Critique' +[2020-08-29 05:26:05,164] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 05:26:05,203] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 05:26:06,063] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sKfAjD_v9NY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:26:06,515] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:26:08,890] /u/rondislap had their flair updated +[2020-08-29 05:31:03,224] There has been a new submission: 'Only for beat makers: submissions are open, get your track featured on Grunt Wave! I hope this helps!', with flair 'Collab' +[2020-08-29 05:31:06,293] /u/WildGruntUTD had their flair updated +[2020-08-29 05:31:28,238] There has been a new submission: 'I just made my first video. I would apreciate it if you check it out. Thanks https://www.youtube.com/watch?v=atWKgHoSbr8', with flair 'Gaming' +[2020-08-29 05:31:30,944] /u/MesoesIsMe had their submission removed for insufficient lambda. +[2020-08-29 05:31:33,202] /u/MesoesIsMe had their flair updated +[2020-08-29 05:35:14,474] '/u/rondislap' has given '/u/TheBaconRob' lambda! +[2020-08-29 05:35:17,014] /u/TheBaconRob had their flair updated +[2020-08-29 05:38:02,219] There has been a new submission: 'So I'm trying to d a newer type of style for my viewers with sorta like short-ish funny irl videos and would like some critique as I get adjusted into this new form of content. Gracias', with flair 'Video Critique' +[2020-08-29 05:38:03,159] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 05:38:03,161] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 05:38:04,105] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FkgpP6EAJ08&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:38:04,515] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQKdQyOtH5BklXB7kBqSg_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:38:06,517] /u/TheBaconRob had their flair updated +[2020-08-29 05:38:39,650] There has been a new submission: 'If you laugh can I get a sub, I've been trying to become something but its hard. My old account didn't do too good, i just made a new one this week for memes and idk. Slowly going i guess, idk if ill get hate for promoting but I hope you guys laugh at least.', with flair 'Video Critique' +[2020-08-29 05:38:40,512] /u/gabec181 had their submission removed for insufficient lambda. +[2020-08-29 05:38:41,373] /u/gabec181 had their flair updated +[2020-08-29 05:48:13,047] '/u/rondislap' has given '/u/YAONINE' lambda! +[2020-08-29 05:48:14,691] /u/YAONINE had their flair updated +[2020-08-29 05:52:16,987] '/u/TheBaconRob' has given '/u/WordHistorian' lambda! +[2020-08-29 05:52:19,414] /u/WordHistorian had their flair updated +[2020-08-29 05:53:15,949] '/u/TheBaconRob' has given '/u/---OWO--' lambda! +[2020-08-29 05:53:18,778] /u/---OWO-- had their flair updated +[2020-08-29 05:56:12,451] There has been a new submission: 'Hey guys I love doing those ''portrayed by '' videos on Youtube. I decided I wanted to make another video with the similar concept, but this time portraying what its like to work at the EllenDeGeneres show according to the recent allegations. Idk hopefully it makes you at least chuckle:)', with flair 'Video Critique' +[2020-08-29 05:56:12,862] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 05:56:12,864] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 05:56:13,190] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L8Zgv5ZDsgI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:56:13,401] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzBw_g4FTHqJTh4PpQHD4Zg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 05:56:16,057] /u/CockandBallTorturexO had their flair updated +[2020-08-29 05:58:50,954] There has been a new submission: 'Carryminati life story|motivation for 0 to 24 M subs', with flair 'Discussion' +[2020-08-29 05:58:51,917] /u/Cool-Smash had their flair updated +[2020-08-29 06:07:12,590] There has been a new submission: 'Hoping you guys check my channel out!', with flair 'Gaming' +[2020-08-29 06:07:13,859] /u/ComplexIce8 had their submission removed for insufficient lambda. +[2020-08-29 06:07:15,211] /u/ComplexIce8 had their flair updated +[2020-08-29 06:18:45,991] '/u/Brandonator247' has given '/u/TheBaconRob' lambda! +[2020-08-29 06:18:48,161] /u/TheBaconRob had their flair updated +[2020-08-29 06:22:13,024] There has been a new submission: 'Mango + Strawberry = NAARI NAARI', with flair 'Channel Review' +[2020-08-29 06:22:14,429] /u/SahasTV had their submission removed for insufficient lambda. +[2020-08-29 06:22:16,508] /u/SahasTV had their flair updated +[2020-08-29 06:23:54,558] There has been a new submission: 'Battle Pass Chapter 2 Season 4', with flair 'Gaming' +[2020-08-29 06:23:55,828] /u/4thKnightwiz5611 had their submission removed for insufficient lambda. +[2020-08-29 06:23:57,698] /u/4thKnightwiz5611 had their flair updated +[2020-08-29 06:38:57,817] There has been a new submission: 'Join me on my journey to become the Aatrox god! We will make Aatrox great again.', with flair 'Gaming' +[2020-08-29 06:38:58,577] /u/IAmHappyHaHa had their submission removed for insufficient lambda. +[2020-08-29 06:38:59,404] /u/IAmHappyHaHa had their flair updated +[2020-08-29 06:40:56,027] There has been a new submission: 'Terror of Otsuna', with flair 'Gaming' +[2020-08-29 06:40:58,026] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-29 06:41:00,246] /u/naruto_naruto_123 had their flair updated +[2020-08-29 06:41:28,106] There has been a new submission: 'Ghost of Tsushima - The Terror of Otsuna', with flair 'Gaming' +[2020-08-29 06:41:30,043] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-29 06:41:32,220] /u/naruto_naruto_123 had their flair updated +[2020-08-29 06:41:42,352] '/u/ShadyMyG' has given '/u/LinkkuLegend' lambda! +[2020-08-29 06:41:44,517] /u/LinkkuLegend had their flair updated +[2020-08-29 06:47:18,128] '/u/rondislap' has given '/u/MaskedGamerNL' lambda! +[2020-08-29 06:47:19,971] /u/MaskedGamerNL had their flair updated +[2020-08-29 06:47:54,829] +#################### +[Aug 29 2020 06:47:54] RESTARTED +#################### + +[2020-08-29 07:18:04,059] There has been a new submission: 'Sniping Montage', with flair 'Gaming' +[2020-08-29 07:18:05,369] /u/thelostandconfusedba had their submission removed for insufficient lambda. +[2020-08-29 07:18:06,144] /u/thelostandconfusedba had their flair updated +[2020-08-29 07:18:22,996] There has been a new submission: 'Stirling Model Airplane Engine', with flair 'Art' +[2020-08-29 07:18:23,776] /u/Amazingvideos24 had their submission removed for insufficient lambda. +[2020-08-29 07:18:24,597] /u/Amazingvideos24 had their flair updated +[2020-08-29 07:19:56,391] '/u/AaruCreates' has given '/u/mutedmotormouth' lambda! +[2020-08-29 07:19:57,415] /u/mutedmotormouth had their flair updated +[2020-08-29 07:20:16,426] '/u/AaruCreates' has given '/u/Doesntpayfullprice' lambda! +[2020-08-29 07:20:19,332] /u/Doesntpayfullprice had their flair updated +[2020-08-29 07:26:27,783] '/u/bigni44a' has given '/u/WordHistorian' lambda! +[2020-08-29 07:26:30,448] /u/WordHistorian had their flair updated +[2020-08-29 07:26:49,496] There has been a new submission: 'Sushant Singh Rajput Death Case | Rhea Chakraborty claims Sushant's mother', with flair 'Channel Review' +[2020-08-29 07:26:50,643] /u/moon0995 had their submission removed for insufficient lambda. +[2020-08-29 07:26:51,915] /u/moon0995 had their flair updated +[2020-08-29 07:47:17,056] There has been a new submission: 'First time post in THIS subreddit, hope someone will check this out lol', with flair 'Art' +[2020-08-29 07:47:18,490] /u/The-Sanity had their submission removed for insufficient lambda. +[2020-08-29 07:47:20,333] /u/The-Sanity had their flair updated +[2020-08-29 07:49:23,916] There has been a new submission: 'How to get more hours', with flair 'Channel Review' +[2020-08-29 07:49:24,614] /u/Lahssan87 had their submission removed for insufficient lambda. +[2020-08-29 07:49:25,350] /u/Lahssan87 had their flair updated +[2020-08-29 08:02:47,254] There has been a new submission: 'How to fix and rebuild FC Barcelona?', with flair 'Video Critique' +[2020-08-29 08:02:48,894] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 08:02:49,015] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 08:02:50,084] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=o13ItbIanms&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 08:02:50,453] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 08:02:53,486] /u/FynnKrauseFootballYT had their flair updated +[2020-08-29 08:27:59,424] /u/MonsterProML had their flair updated +[2020-08-29 08:28:00,615] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-29 08:46:52,358] There has been a new submission: 'Staying focused?', with flair 'Discussion' +[2020-08-29 08:46:54,133] /u/RhysTheTrailblazer had their flair updated +[2020-08-29 08:47:35,327] +#################### +[Aug 29 2020 08:47:35] RESTARTED +#################### + +[2020-08-29 09:06:22,669] There has been a new submission: 'Looking for feedback on My Honest Paperlike 2 User Review for the 2020 iPad Pro. Lambda for your time :)', with flair 'Video Critique' +[2020-08-29 09:06:24,146] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 09:06:24,148] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 09:06:25,209] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L5ODLLrE9Yc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 09:06:25,620] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 09:06:27,746] /u/Djbernie805 had their flair updated +[2020-08-29 09:06:44,559] There has been a new submission: 'Any CoD fans looking for some Saturday fun?', with flair 'Gaming' +[2020-08-29 09:06:45,830] /u/tyrannozaros had their submission removed for insufficient lambda. +[2020-08-29 09:06:46,979] /u/tyrannozaros had their flair updated +[2020-08-29 09:07:50,356] There has been a new submission: 'Proud of this video, tried some new things, happy with the result! Hope you all like it, would love some feedback!', with flair 'Video Critique' +[2020-08-29 09:07:51,339] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 09:07:51,340] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 09:07:52,320] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jzkrwH3BA_8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 09:07:52,691] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 09:07:54,778] /u/dansometv had their flair updated +[2020-08-29 09:15:23,546] There has been a new submission: 'I just started using Adobe Premier Pro and uploading videos to my channel recently. What do you guys think about this type of video with a video game photo mode but with cool music using Cinepack animations? I'm currently using beats that the artist says are free.', with flair 'Video Critique' +[2020-08-29 09:15:24,777] /u/SamuraiLoveandJoy had their submission removed for insufficient lambda. +[2020-08-29 09:15:26,457] /u/SamuraiLoveandJoy had their flair updated +[2020-08-29 09:23:40,351] /u/TheBaconRob had their flair updated +[2020-08-29 09:30:01,907] '/u/SnooPineapples5753' has given '/u/rondislap' lambda! +[2020-08-29 09:30:04,564] /u/rondislap had their flair updated +[2020-08-29 09:31:41,599] There has been a new submission: 'Best starter killer-Dead by daylight', with flair 'Gaming' +[2020-08-29 09:31:43,205] /u/AllAlf had their submission removed for insufficient lambda. +[2020-08-29 09:31:45,463] /u/AllAlf had their flair updated +[2020-08-29 09:32:38,917] There has been a new submission: 'IM BEEN CANCELLED! is what I would say if I was been cancelled. New to vlogging, any feedback would be appreciated!', with flair 'Vlog' +[2020-08-29 09:32:40,554] /u/Cloud-surfer69 had their submission removed for insufficient lambda. +[2020-08-29 09:32:42,805] /u/Cloud-surfer69 had their flair updated +[2020-08-29 09:58:30,511] '/u/Brandonator247' has given '/u/tyrannozaros' lambda! +[2020-08-29 09:58:31,465] /u/tyrannozaros had their flair updated +[2020-08-29 10:03:43,353] There has been a new submission: 'TheOneHandGamer SUBSCRIBE!', with flair 'Gaming' +[2020-08-29 10:03:44,952] /u/TheOneHandGamer had their submission removed for insufficient lambda. +[2020-08-29 10:03:47,004] /u/TheOneHandGamer had their flair updated +[2020-08-29 10:07:20,299] '/u/ocuozcanocu' has given '/u/WordHistorian' lambda! +[2020-08-29 10:07:21,929] /u/WordHistorian had their flair updated +[2020-08-29 10:09:20,599] '/u/ocuozcanocu' has given '/u/---OWO--' lambda! +[2020-08-29 10:09:21,546] /u/---OWO-- had their flair updated +[2020-08-29 10:10:24,421] There has been a new submission: 'Please help my Friend's new channel: Dark Reality!', with flair 'Channel Review' +[2020-08-29 10:10:26,409] /u/XChainedUpX had their submission removed for insufficient lambda. +[2020-08-29 10:10:28,673] /u/XChainedUpX had their flair updated +[2020-08-29 10:11:36,546] There has been a new submission: 'My new comedy skit, based on annoying YouTube ads. It's not great, but it's probably better than my previous ones.', with flair 'Video Critique' +[2020-08-29 10:11:37,187] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 10:11:37,189] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 10:11:37,294] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6Bw2WWNTsBI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 10:11:37,405] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9LmsTxmgEeVvBQSpRIZggA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 10:11:40,531] /u/jamaicanrussian had their flair updated +[2020-08-29 10:34:44,527] There has been a new submission: 'What video editing app do you use on IOS device? TIA', with flair 'Discussion' +[2020-08-29 10:34:46,519] /u/renrenb17 had their flair updated +[2020-08-29 10:39:21,478] There has been a new submission: 'Cartoon - She Broke Up With Her Invalid Husband And Wasn't Ashamed Of It - AmoMama', with flair 'None' +[2020-08-29 10:39:22,242] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-29 10:39:22,938] /u/IndividualGuide had their flair updated +[2020-08-29 10:47:34,588] +#################### +[Aug 29 2020 10:47:34] RESTARTED +#################### + +[2020-08-29 11:07:32,722] There has been a new submission: 'built diff - PUGSTAR MONTAGE', with flair 'Gaming' +[2020-08-29 11:07:33,667] /u/pugstarr had their submission removed for insufficient lambda. +[2020-08-29 11:07:34,489] /u/pugstarr had their flair updated +[2020-08-29 11:07:51,264] There has been a new submission: 'Guys Go sub to My Youtube Channel And Give Me Some Feedback!!!', with flair 'Gaming' +[2020-08-29 11:07:52,204] /u/itzyaboi_11111 had their submission removed for insufficient lambda. +[2020-08-29 11:07:53,025] /u/itzyaboi_11111 had their flair updated +[2020-08-29 11:13:11,679] There has been a new submission: 'An edgy game review ( also my first yt video )', with flair 'Gaming' +[2020-08-29 11:13:13,030] /u/Noxidy had their submission removed for insufficient lambda. +[2020-08-29 11:13:15,038] /u/Noxidy had their flair updated +[2020-08-29 11:14:44,467] There has been a new submission: 'Sacred Water', with flair 'Art' +[2020-08-29 11:14:45,736] /u/Lunatekcc had their submission removed for insufficient lambda. +[2020-08-29 11:14:47,497] /u/Lunatekcc had their flair updated +[2020-08-29 11:34:25,066] There has been a new submission: 'Hey, I’ve changed up my editing style. Anyone willing to have a watch and give some feedback? Thanks I’m advance! 😁', with flair 'Video Critique' +[2020-08-29 11:34:26,502] /u/getgoodscrubyt had their submission removed for insufficient lambda. +[2020-08-29 11:34:28,390] /u/getgoodscrubyt had their flair updated +[2020-08-29 11:35:36,937] '/u/jamaicanrussian' has given '/u/Important-Context-79' lambda! +[2020-08-29 11:35:39,682] /u/Important-Context-79 had their flair updated +[2020-08-29 11:36:17,304] '/u/jamaicanrussian' has given '/u/jackgo14' lambda! +[2020-08-29 11:36:19,843] /u/jackgo14 had their flair updated +[2020-08-29 11:37:03,334] '/u/jamaicanrussian' has given '/u/guyFCR' lambda! +[2020-08-29 11:37:05,462] /u/guyFCR had their flair updated +[2020-08-29 11:40:29,647] There has been a new submission: 'Anniversary Dinner at the Same Place We Got Married!', with flair 'Vlog' +[2020-08-29 11:40:31,324] /u/TheFriendlyTourists had their submission removed for insufficient lambda. +[2020-08-29 11:40:33,697] /u/TheFriendlyTourists had their flair updated +[2020-08-29 11:44:42,087] '/u/MrMoo-Youtube' has given '/u/Fish_Owl' lambda! +[2020-08-29 11:44:44,663] /u/Fish_Owl had their flair updated +[2020-08-29 11:45:07,106] '/u/MrMoo-Youtube' has given '/u/rondislap' lambda! +[2020-08-29 11:45:09,442] /u/rondislap had their flair updated +[2020-08-29 11:45:23,075] '/u/MrMoo-Youtube' has given '/u/TheBaconRob' lambda! +[2020-08-29 11:45:24,671] /u/TheBaconRob had their flair updated +[2020-08-29 11:46:07,173] '/u/MrMoo-Youtube' has given '/u/Brandonator247' lambda! +[2020-08-29 11:46:09,425] /u/Brandonator247 had their flair updated +[2020-08-29 11:46:32,158] '/u/MrMoo-Youtube' has given '/u/---OWO--' lambda! +[2020-08-29 11:46:34,694] /u/---OWO-- had their flair updated +[2020-08-29 11:47:10,854] '/u/MrMoo-Youtube' has given '/u/Brage2004Norway' lambda! +[2020-08-29 11:47:13,270] /u/Brage2004Norway had their flair updated +[2020-08-29 11:47:31,790] '/u/Djbernie805' has given '/u/Noxidy' lambda! +[2020-08-29 11:47:33,510] /u/Noxidy had their flair updated +[2020-08-29 11:48:05,989] There has been a new submission: 'First video for my Youtube channel. Animated historical content on black history. All feedback and comments are appreciated! https://www.youtube.com/watch?v=Tb64uZb59sw', with flair 'Video Critique' +[2020-08-29 11:48:06,686] /u/jesseyc03 had their submission removed for insufficient lambda. +[2020-08-29 11:48:07,788] /u/jesseyc03 had their flair updated +[2020-08-29 11:55:30,967] '/u/DTV998' has given '/u/Snoopyolive' lambda! +[2020-08-29 11:55:32,584] /u/Snoopyolive had their flair updated +[2020-08-29 11:57:24,983] There has been a new submission: 'I make Nature and Music videos from Costa Rica, please subscribe to my Channel, I will release a video about Costa Rica Protected Areas this week', with flair 'Channel Review' +[2020-08-29 11:57:26,015] /u/fguerrerou had their submission removed for insufficient lambda. +[2020-08-29 11:57:27,219] /u/fguerrerou had their flair updated +[2020-08-29 11:58:01,453] '/u/DTV998' has given '/u/WordHistorian' lambda! +[2020-08-29 11:58:02,573] /u/WordHistorian had their flair updated +[2020-08-29 11:59:42,770] '/u/DTV998' has given '/u/TheBaconRob' lambda! +[2020-08-29 11:59:44,940] /u/TheBaconRob had their flair updated +[2020-08-29 12:01:04,047] '/u/DTV998' has given '/u/SpudnickShaggy' lambda! +[2020-08-29 12:01:06,955] /u/SpudnickShaggy had their flair updated +[2020-08-29 12:01:31,143] '/u/DTV998' has given '/u/Fish_Owl' lambda! +[2020-08-29 12:01:33,930] /u/Fish_Owl had their flair updated +[2020-08-29 12:01:53,542] There has been a new submission: '🔥 ...يا سلام... لوحة من الزمن الجميل يعرفها الجيل الجديد 🔥', with flair 'Video Critique' +[2020-08-29 12:01:55,021] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-08-29 12:01:57,193] /u/Xander2KBarqs123 had their flair updated +[2020-08-29 12:03:12,495] There has been a new submission: 'I got fired for making this video, I still think it’s funny though 😂', with flair 'Vlog' +[2020-08-29 12:03:14,374] /u/dawsxnroberts had their submission removed for insufficient lambda. +[2020-08-29 12:03:16,296] /u/dawsxnroberts had their flair updated +[2020-08-29 12:22:38,000] There has been a new submission: 'Hey everyone, if you guys dont mind, can you check out my channel and also my stream im doing rn on fall guys, thank you all :)', with flair 'Gaming' +[2020-08-29 12:22:41,410] /u/SketchyLeaf21 had their submission removed for insufficient lambda. +[2020-08-29 12:22:43,506] /u/SketchyLeaf21 had their flair updated +[2020-08-29 12:33:50,064] There has been a new submission: 'A 10 Year Old Camcorder in 2020 (looking for feedback as I don’t get much)', with flair 'Video Critique' +[2020-08-29 12:33:51,411] /u/_CandleBoy_ had their submission removed for insufficient lambda. +[2020-08-29 12:33:53,378] /u/_CandleBoy_ had their flair updated +[2020-08-29 12:37:00,065] There has been a new submission: 'I’m stuck on how else I can advertise my channel.', with flair 'Gaming' +[2020-08-29 12:37:01,567] /u/JazzaSings had their submission removed for insufficient lambda. +[2020-08-29 12:37:02,863] /u/JazzaSings had their flair updated +[2020-08-29 12:38:46,010] There has been a new submission: 'I took advice from several posts in this thread and I’m finally ready to share my work for some honest feedback.', with flair 'Video Critique' +[2020-08-29 12:38:47,434] /u/bubby_balboa had their submission removed for insufficient lambda. +[2020-08-29 12:38:48,293] /u/bubby_balboa had their flair updated +[2020-08-29 12:41:26,403] There has been a new submission: 'Slowly losing my sanity in Fall Guys', with flair 'Gaming' +[2020-08-29 12:41:29,638] /u/DeadPandyY had their submission removed for insufficient lambda. +[2020-08-29 12:41:31,811] /u/DeadPandyY had their flair updated +[2020-08-29 12:41:58,071] There has been a new submission: 'Become a better rider! Intermediate level riding tips to help take you from begginer to expert on your EUC!!', with flair 'None' +[2020-08-29 12:41:59,940] /u/jwd2213 had their submission removed for insufficient lambda. +[2020-08-29 12:42:02,114] /u/jwd2213 had their flair updated +[2020-08-29 12:47:53,210] +#################### +[Aug 29 2020 12:47:53] RESTARTED +#################### + +[2020-08-29 13:21:10,010] There has been a new submission: '9 Common Reasons Why People Stay Broke (Must Watch)', with flair 'Vlog' +[2020-08-29 13:21:12,017] /u/GreatMindsInfo had their submission removed for insufficient lambda. +[2020-08-29 13:21:14,847] /u/GreatMindsInfo had their flair updated +[2020-08-29 13:23:34,569] There has been a new submission: 'Do you like astrology? I've made this video about all zodiacal signs constellation! You can see information of constellations based on observation and things about stars. If would like to find out more follow me on this path :)', with flair 'Channel Review' +[2020-08-29 13:23:35,843] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-08-29 13:23:38,096] /u/adyx1997 had their flair updated +[2020-08-29 13:40:09,879] There has been a new submission: 'Did a challenge recently :) Giving lambda to useful advice :D', with flair 'Video Critique' +[2020-08-29 13:40:12,007] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 13:40:12,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 13:40:13,155] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Va-UK-phycw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 13:40:13,566] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 13:40:17,822] /u/ShikharTrivedi had their flair updated +[2020-08-29 13:48:39,099] '/u/MrMoo-Youtube' has given '/u/GreatMindsInfo' lambda! +[2020-08-29 13:48:41,315] /u/GreatMindsInfo had their flair updated +[2020-08-29 13:49:31,200] There has been a new submission: 'New single!', with flair 'Art' +[2020-08-29 13:49:32,018] /u/2lazy2Sleep had their submission removed for insufficient lambda. +[2020-08-29 13:49:32,631] /u/2lazy2Sleep had their flair updated +[2020-08-29 13:54:29,149] '/u/cav_1' has given '/u/tyrannozaros' lambda! +[2020-08-29 13:54:31,776] /u/tyrannozaros had their flair updated +[2020-08-29 13:56:42,396] There has been a new submission: 'What is going on with Mr Bean', with flair 'Video Critique' +[2020-08-29 13:56:43,835] /u/morgz-mums-lover had their submission removed for insufficient lambda. +[2020-08-29 13:56:45,225] /u/morgz-mums-lover had their flair updated +[2020-08-29 13:58:19,543] There has been a new submission: 'Drunk driver', with flair 'Video Critique' +[2020-08-29 13:58:20,359] /u/rini2020 had their submission removed for insufficient lambda. +[2020-08-29 13:58:21,301] /u/rini2020 had their flair updated +[2020-08-29 14:15:12,412] There has been a new submission: 'I need advice', with flair 'Gaming' +[2020-08-29 14:15:13,950] /u/YeFernoYT had their submission removed for insufficient lambda. +[2020-08-29 14:15:15,616] /u/YeFernoYT had their flair updated +[2020-08-29 14:31:29,573] '/u/ShikharTrivedi' has given '/u/guyFCR' lambda! +[2020-08-29 14:31:32,200] /u/guyFCR had their flair updated +[2020-08-29 14:38:24,241] There has been a new submission: 'I started a youtube channel and played some hypixel minecraft, go check it out!', with flair 'Gaming' +[2020-08-29 14:38:25,222] /u/Otter_Guy11 had their submission removed for insufficient lambda. +[2020-08-29 14:38:26,168] /u/Otter_Guy11 had their flair updated +[2020-08-29 14:40:32,396] There has been a new submission: 'Made this video of my vacation in greece. What do you think?', with flair 'Video Critique' +[2020-08-29 14:40:33,175] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 14:40:33,177] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 14:40:33,803] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GTd8M91gpDc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 14:40:34,094] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVMShUobgFOycieIUUxk3-Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 14:40:37,212] /u/kingury7 had their flair updated +[2020-08-29 14:41:06,696] There has been a new submission: 'just hit 200 subs! 🥳', with flair 'Discussion' +[2020-08-29 14:41:09,323] /u/totheworld123 had their flair updated +[2020-08-29 14:42:45,215] '/u/AthrunSykes' has given '/u/WordHistorian' lambda! +[2020-08-29 14:42:47,191] /u/WordHistorian had their flair updated +[2020-08-29 14:43:20,399] '/u/AthrunSykes' has given '/u/ocuozcanocu' lambda! +[2020-08-29 14:43:22,331] /u/ocuozcanocu had their flair updated +[2020-08-29 14:43:46,307] '/u/AthrunSykes' has given '/u/Brandonator247' lambda! +[2020-08-29 14:43:48,094] /u/Brandonator247 had their flair updated +[2020-08-29 14:45:07,162] There has been a new submission: 'Fun story', with flair 'None' +[2020-08-29 14:45:08,432] /u/placeperfect had their submission removed for insufficient lambda. +[2020-08-29 14:45:10,597] /u/placeperfect had their flair updated +[2020-08-29 14:47:54,416] +#################### +[Aug 29 2020 14:47:54] RESTARTED +#################### + +[2020-08-29 15:30:10,496] There has been a new submission: 'New upload today I would appreciate any feedback', with flair 'Video Critique' +[2020-08-29 15:30:12,144] /u/Cade5455 had their submission removed for insufficient lambda. +[2020-08-29 15:30:14,464] /u/Cade5455 had their flair updated +[2020-08-29 15:30:24,188] There has been a new submission: 'THIS GOOSE NEEDS TO BE STOPPED ! -The Untitled Goose Game -', with flair 'Video Critique' +[2020-08-29 15:30:25,753] /u/AsunderSage672 had their submission removed for insufficient lambda. +[2020-08-29 15:30:28,623] /u/AsunderSage672 had their flair updated +[2020-08-29 15:30:48,921] There has been a new submission: 'Modern warfare exe. (TROLLING, MAKING PEOPLE RAGE & FAILS) let me know what you guys think!! :)', with flair 'Gaming' +[2020-08-29 15:30:50,560] /u/xPixelMist had their submission removed for insufficient lambda. +[2020-08-29 15:30:52,932] /u/xPixelMist had their flair updated +[2020-08-29 15:32:00,686] '/u/jamaicanrussian' has given '/u/siddhant1991' lambda! +[2020-08-29 15:32:03,347] /u/siddhant1991 had their flair updated +[2020-08-29 15:33:07,864] '/u/Bowerz123' has given '/u/tyrannozaros' lambda! +[2020-08-29 15:33:10,490] /u/tyrannozaros had their flair updated +[2020-08-29 15:34:43,999] '/u/brovalley' has given '/u/Turbotoes' lambda! +[2020-08-29 15:34:46,624] /u/Turbotoes had their flair updated +[2020-08-29 15:35:19,674] '/u/YaGuyAlex_yt' has given '/u/PitchBlack4' lambda! +[2020-08-29 15:35:22,051] /u/PitchBlack4 had their flair updated +[2020-08-29 15:35:55,851] '/u/YaGuyAlex_yt' has given '/u/pyvozaur' lambda! +[2020-08-29 15:35:58,227] /u/pyvozaur had their flair updated +[2020-08-29 15:38:56,282] There has been a new submission: 'How new video games are made (pt. 2) Would love any sort of positive and negative feedback, please don't hold back!', with flair 'Video Critique' +[2020-08-29 15:38:58,167] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 15:38:58,170] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 15:38:59,236] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aH1aLefSuHk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:38:59,566] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCADRquo0N_Pj9K6lk-Y3HSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:39:01,072] /u/YaGuyAlex_yt had their flair updated +[2020-08-29 15:39:17,440] There has been a new submission: 'Dad Is Phat 100 Subscribers finally!!! Yes!', with flair 'Vlog' +[2020-08-29 15:39:18,220] /u/dadisphat had their submission removed for insufficient lambda. +[2020-08-29 15:39:18,838] /u/dadisphat had their flair updated +[2020-08-29 15:39:35,286] There has been a new submission: 'Hey guys, i made a new tech guide and i'd love to know your thoughts on it and how i could improve :)', with flair 'Video Critique' +[2020-08-29 15:39:36,266] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 15:39:36,267] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 15:39:37,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oN8CnT8pFrM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:39:37,576] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClRY36WU-2rUAsvntpRHxhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:39:39,376] /u/tech_is_amaze had their flair updated +[2020-08-29 15:39:56,682] There has been a new submission: 'Peter Jackson's King Kong, falshback commentary gameplay in 2020', with flair 'Gaming' +[2020-08-29 15:39:57,380] /u/Tynkas_Gaming had their submission removed for insufficient lambda. +[2020-08-29 15:39:57,831] /u/Tynkas_Gaming had their flair updated +[2020-08-29 15:40:15,521] There has been a new submission: 'Hey guys I made my first AMV!', with flair 'Video Critique' +[2020-08-29 15:40:18,181] /u/Storey_BTW had their submission removed for insufficient lambda. +[2020-08-29 15:40:20,479] /u/Storey_BTW had their flair updated +[2020-08-29 15:40:40,152] There has been a new submission: 'A guy with 1m+ subs commented on my yt channel', with flair 'Channel Review' +[2020-08-29 15:40:41,954] /u/abdulakhunz had their submission removed for insufficient lambda. +[2020-08-29 15:40:44,373] /u/abdulakhunz had their flair updated +[2020-08-29 15:41:04,484] There has been a new submission: 'The Memeturion Experience', with flair 'Video Critique' +[2020-08-29 15:41:05,384] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 15:41:05,385] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 15:41:06,286] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8k82qzXN-UM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:41:06,735] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_aJPdWraNq0gg9Z_GOLltA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:41:10,212] /u/Manutd6 had their flair updated +[2020-08-29 15:41:29,554] There has been a new submission: 'Tried to add a bit more humor than usual, what do you think? Feedback appreciated!', with flair 'Video Critique' +[2020-08-29 15:41:30,657] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 15:41:30,780] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 15:41:31,681] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x04CBrNM6PA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:41:32,091] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaLjS7Gp_lzSzryB9F-Kitg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 15:41:35,527] /u/Rubenazo1999 had their flair updated +[2020-08-29 15:47:52,598] '/u/rondislap' has given '/u/siddhant1991' lambda! +[2020-08-29 15:47:55,304] /u/siddhant1991 had their flair updated +[2020-08-29 15:48:55,752] '/u/rondislap' has given '/u/FA_BreezyYT' lambda! +[2020-08-29 15:48:57,148] /u/FA_BreezyYT had their flair updated +[2020-08-29 15:49:16,725] '/u/rondislap' has given '/u/Brage2004Norway' lambda! +[2020-08-29 15:49:18,691] /u/Brage2004Norway had their flair updated +[2020-08-29 15:50:11,373] '/u/rondislap' has given '/u/jackgo14' lambda! +[2020-08-29 15:50:14,244] /u/jackgo14 had their flair updated +[2020-08-29 15:50:38,578] '/u/rondislap' has given '/u/Noxidy' lambda! +[2020-08-29 15:50:41,687] /u/Noxidy had their flair updated +[2020-08-29 16:01:54,581] There has been a new submission: 'I made a funny hope yall like it', with flair 'Gaming' +[2020-08-29 16:01:56,464] /u/Waether_is_good had their submission removed for insufficient lambda. +[2020-08-29 16:01:58,639] /u/Waether_is_good had their flair updated +[2020-08-29 16:05:49,887] There has been a new submission: 'Call OOF Duty', with flair 'Gaming' +[2020-08-29 16:05:51,072] /u/ButtRflySquashR had their submission removed for insufficient lambda. +[2020-08-29 16:05:52,677] /u/ButtRflySquashR had their flair updated +[2020-08-29 16:07:18,027] There has been a new submission: 'Well some joke Recitation', with flair 'Vlog' +[2020-08-29 16:07:19,052] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 16:07:19,090] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 16:07:19,870] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OIjGmCc3zqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:07:20,155] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:07:22,285] /u/siddhant1991 had their flair updated +[2020-08-29 16:12:55,438] There has been a new submission: 'heyy guys, i made a photoshop meme edit of Arnold Schwarzenegger :) maybe you like it. Just found this subreddit. Does anyone have feedback about my channel. im really trying to grow. thanks for the effort :)', with flair 'Channel Review' +[2020-08-29 16:12:57,122] /u/The-Dutchling had their submission removed for insufficient lambda. +[2020-08-29 16:12:59,080] /u/The-Dutchling had their flair updated +[2020-08-29 16:17:04,958] There has been a new submission: 'I have been trying to make my edits more funny and have less dead space in videos, would appreciate if any one could give feedback on whether the video keeps you watching or gets boring at any point', with flair 'Video Critique' +[2020-08-29 16:17:06,515] /u/Ultratronicman had their submission removed for insufficient lambda. +[2020-08-29 16:17:08,638] /u/Ultratronicman had their flair updated +[2020-08-29 16:32:47,395] There has been a new submission: 'Asking strangers random questions | London Night Out EP.2 , What do you guys think do you like this video format? I had to remove someone from the whole video after she requested it even though she knew it was going on YouTube. Lesson learned will make sure they always 100% want to be on Cam.', with flair 'Channel Review' +[2020-08-29 16:32:49,357] /u/vommir had their submission removed for insufficient lambda. +[2020-08-29 16:32:51,735] /u/vommir had their flair updated +[2020-08-29 16:33:16,972] There has been a new submission: 'Becoming the Ultimate Karen', with flair 'Video Critique' +[2020-08-29 16:33:17,874] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 16:33:17,916] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 16:33:18,697] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IwPw-mT2scU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:33:19,108] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCai1zHJ9mzWbJTAOg9qb05Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:33:22,506] /u/pyvozaur had their flair updated +[2020-08-29 16:33:41,665] There has been a new submission: '23 BOMB WITH WRAITH IN SEASON 6 ON Apex Legends', with flair 'Gaming' +[2020-08-29 16:33:43,134] /u/Daxton-ZX had their submission removed for insufficient lambda. +[2020-08-29 16:33:45,062] /u/Daxton-ZX had their flair updated +[2020-08-29 16:36:10,459] '/u/ShikharTrivedi' has given '/u/Sonicsaber25' lambda! +[2020-08-29 16:36:12,875] /u/Sonicsaber25 had their flair updated +[2020-08-29 16:36:33,666] '/u/ShikharTrivedi' has given '/u/YTPolisher' lambda! +[2020-08-29 16:36:35,919] /u/YTPolisher had their flair updated +[2020-08-29 16:39:49,034] There has been a new submission: '6 AM Morning Routine - Productive First Day of University! Please give me any feedback after watching the full video! I would love any insights, will be rewarding for proper advice!', with flair 'Video Critique' +[2020-08-29 16:39:49,892] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 16:39:49,893] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 16:39:50,591] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=h4d6uYjK6J8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:39:50,996] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg2cNzUEhfS3wIgY04-rCow&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 16:39:52,488] /u/m1nionl had their flair updated +[2020-08-29 16:45:22,435] There has been a new submission: 'Hello!', with flair 'Channel Review' +[2020-08-29 16:45:23,596] /u/Christmas_Tree123456 had their submission removed for insufficient lambda. +[2020-08-29 16:45:25,310] /u/Christmas_Tree123456 had their flair updated +[2020-08-29 16:46:18,458] '/u/flippifly' has given '/u/WordHistorian' lambda! +[2020-08-29 16:46:20,872] /u/WordHistorian had their flair updated +[2020-08-29 16:47:55,230] +#################### +[Aug 29 2020 16:47:55] RESTARTED +#################### + +[2020-08-29 17:30:09,244] There has been a new submission: 'Hello!', with flair 'Channel Review' +[2020-08-29 17:30:11,331] /u/Christmas_Tree123456 had their submission removed for insufficient lambda. +[2020-08-29 17:30:13,701] /u/Christmas_Tree123456 had their flair updated +[2020-08-29 17:30:34,837] There has been a new submission: 'Never promote your video right after posting', with flair 'Discussion' +[2020-08-29 17:30:37,990] /u/PonjiNinja had their flair updated +[2020-08-29 17:30:57,200] There has been a new submission: 'Latest upload - some moments captured from our wildcamping trip in British Columbia back in July. Hope you enjoy!', with flair 'Vlog' +[2020-08-29 17:30:59,168] /u/adagiomoments had their submission removed for insufficient lambda. +[2020-08-29 17:31:01,423] /u/adagiomoments had their flair updated +[2020-08-29 17:31:21,154] There has been a new submission: 'I found a cool art channel', with flair 'Channel Review' +[2020-08-29 17:31:22,916] /u/Raptor1256 had their submission removed for insufficient lambda. +[2020-08-29 17:31:25,168] /u/Raptor1256 had their flair updated +[2020-08-29 17:31:44,591] There has been a new submission: 'Please sub', with flair 'Gaming' +[2020-08-29 17:31:46,150] /u/KingNoss- had their submission removed for insufficient lambda. +[2020-08-29 17:31:48,449] /u/KingNoss- had their flair updated +[2020-08-29 17:32:08,548] There has been a new submission: 'Help needed guys! This video has got 10x more views than most of my other videos, I just can’t seem to match it. Feedback please!', with flair 'Video Critique' +[2020-08-29 17:32:10,105] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 17:32:10,107] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 17:32:11,376] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_l6S8hRlZhI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 17:32:11,907] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC115Kup0Xqqvc57hlqsd1Hg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 17:32:15,016] /u/tyrannozaros had their flair updated +[2020-08-29 17:32:33,635] There has been a new submission: 'Hydrodipping my airforce ones', with flair 'Vlog' +[2020-08-29 17:32:35,026] /u/FlexwithDrez had their submission removed for insufficient lambda. +[2020-08-29 17:32:37,774] /u/FlexwithDrez had their flair updated +[2020-08-29 17:32:56,355] There has been a new submission: 'Just started my channel where I bag on trucks in the mountains. I just want to make people laugh.', with flair 'Vlog' +[2020-08-29 17:32:57,911] /u/slashpow had their submission removed for insufficient lambda. +[2020-08-29 17:32:59,840] /u/slashpow had their flair updated +[2020-08-29 17:34:05,733] '/u/cygnetgirl' has given '/u/housecatyeh' lambda! +[2020-08-29 17:34:07,984] /u/housecatyeh had their flair updated +[2020-08-29 17:34:27,720] '/u/cygnetgirl' has given '/u/guyFCR' lambda! +[2020-08-29 17:34:30,380] /u/guyFCR had their flair updated +[2020-08-29 17:34:50,108] '/u/cygnetgirl' has given '/u/jackgo14' lambda! +[2020-08-29 17:34:52,445] /u/jackgo14 had their flair updated +[2020-08-29 17:35:26,154] '/u/TheBaconRob' has given '/u/housecatyeh' lambda! +[2020-08-29 17:35:28,531] /u/housecatyeh had their flair updated +[2020-08-29 17:35:48,289] '/u/jamaicanrussian' has given '/u/YTPolisher' lambda! +[2020-08-29 17:35:50,708] /u/YTPolisher had their flair updated +[2020-08-29 17:36:09,978] '/u/TheBaconRob' has given '/u/Brage2004Norway' lambda! +[2020-08-29 17:36:12,149] /u/Brage2004Norway had their flair updated +[2020-08-29 17:36:30,984] '/u/TheBaconRob' has given '/u/jackgo14' lambda! +[2020-08-29 17:36:33,235] /u/jackgo14 had their flair updated +[2020-08-29 17:36:51,643] '/u/TheBaconRob' has given '/u/TomSense' lambda! +[2020-08-29 17:36:54,141] /u/TomSense had their flair updated +[2020-08-29 17:37:14,235] '/u/TheBaconRob' has given '/u/siddhant1991' lambda! +[2020-08-29 17:37:16,206] /u/siddhant1991 had their flair updated +[2020-08-29 17:39:17,079] '/u/WordHistorian' has given '/u/PitchBlack4' lambda! +[2020-08-29 17:39:18,920] /u/PitchBlack4 had their flair updated +[2020-08-29 17:43:17,511] '/u/kingury7' has given '/u/engamingchannel' lambda! +[2020-08-29 17:43:20,223] /u/engamingchannel had their flair updated +[2020-08-29 17:45:49,020] '/u/Rubenazo1999' has given '/u/shadossplayz' lambda! +[2020-08-29 17:45:51,518] /u/shadossplayz had their flair updated +[2020-08-29 17:46:38,347] There has been a new submission: 'Our Final Fantasy 7 remake videos are not getting the views we hoped. Any suggestions or notes would help!', with flair 'Video Critique' +[2020-08-29 17:46:39,373] /u/sgtmajormanatee had their submission removed for insufficient lambda. +[2020-08-29 17:46:40,479] /u/sgtmajormanatee had their flair updated +[2020-08-29 17:46:57,639] There has been a new submission: 'New Video: i edited another looney tunes episode cause the other one worked out', with flair 'Video Critique' +[2020-08-29 17:46:58,664] /u/eschizzlemynizzle had their submission removed for insufficient lambda. +[2020-08-29 17:46:59,687] /u/eschizzlemynizzle had their flair updated +[2020-08-29 17:47:17,471] There has been a new submission: 'Illegal Warzone Moments', with flair 'Gaming' +[2020-08-29 17:47:18,909] /u/BoiMcSaucin had their submission removed for insufficient lambda. +[2020-08-29 17:47:20,630] /u/BoiMcSaucin had their flair updated +[2020-08-29 17:47:37,573] There has been a new submission: 'Worked very hard on all the videos, watch only if you like fortnite, please leave feedback', with flair 'Channel Review' +[2020-08-29 17:47:38,597] /u/arnav1628 had their submission removed for insufficient lambda. +[2020-08-29 17:47:39,540] /u/arnav1628 had their flair updated +[2020-08-29 17:47:56,829] There has been a new submission: 'I wanna improve my channel. Sub4Sub(pls watch at least 2 min before subbing, I will reply the same in 12 hours.', with flair 'Channel Review' +[2020-08-29 17:47:58,549] /u/--s-r-2009 had their submission removed for insufficient lambda. +[2020-08-29 17:47:59,699] /u/--s-r-2009 had their flair updated +[2020-08-29 17:48:16,810] There has been a new submission: 'Where to type !my lamba?', with flair 'Discussion' +[2020-08-29 17:48:17,913] /u/t49derpgun had their flair updated +[2020-08-29 17:48:35,042] There has been a new submission: 'This was awesome!', with flair 'Vlog' +[2020-08-29 17:48:36,600] /u/DrivenDeepYT had their submission removed for insufficient lambda. +[2020-08-29 17:48:38,119] /u/DrivenDeepYT had their flair updated +[2020-08-29 17:50:55,704] '/u/mbradon' has given '/u/justtopcho' lambda! +[2020-08-29 17:50:58,619] /u/justtopcho had their flair updated +[2020-08-29 17:51:49,274] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 31 - The Undying Flame', with flair 'Gaming' +[2020-08-29 17:51:50,672] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-29 17:51:52,768] /u/CecliusPlaysHD had their flair updated +[2020-08-29 17:52:11,768] There has been a new submission: 'Intense Bedwars Battles | Episode 3. All feedback gets sweet, sweet lambda points', with flair 'Video Critique' +[2020-08-29 17:52:12,872] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 17:52:12,874] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 17:52:14,794] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-DHRRu5NYQQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 17:52:15,243] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6Nl_bD0FBrokmgFT8CjUDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 17:52:18,929] /u/Brage2004Norway had their flair updated +[2020-08-29 17:52:42,054] '/u/ShadyMyG' has given '/u/housecatyeh' lambda! +[2020-08-29 17:52:44,639] /u/housecatyeh had their flair updated +[2020-08-29 18:02:06,644] There has been a new submission: 'Been making videos for 4 years, and I'd love to hear what yall' think about this one! Lambda for anyone that watches all the way and gives useful advice 💙💙', with flair 'Video Critique' +[2020-08-29 18:02:07,543] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:02:07,545] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:02:08,524] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WZ9Ja4Bcb2Y&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:02:08,855] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIfdmqHVVdpts2buEVXyGtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:02:12,090] /u/jackgo14 had their flair updated +[2020-08-29 18:05:50,434] '/u/Brage2004Norway' has given '/u/Brys0n_U' lambda! +[2020-08-29 18:05:53,672] /u/Brys0n_U had their flair updated +[2020-08-29 18:07:43,568] '/u/ShikharTrivedi' has given '/u/midnightjenga' lambda! +[2020-08-29 18:07:46,106] /u/midnightjenga had their flair updated +[2020-08-29 18:09:29,042] There has been a new submission: 'I recently switched the content on my channel to machinimas. I made a machinima of beauty and the beast and would like some feedback since i work over a month on one video. Thanks for your time', with flair 'Channel Review' +[2020-08-29 18:09:30,516] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:09:30,554] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:09:32,232] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wRzbEv0QAJs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:09:32,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpwFlND3huH3XRFRrrr6iGQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:09:34,362] /u/housecatyeh had their flair updated +[2020-08-29 18:17:11,534] There has been a new submission: 'Create my first sci-fi short with after effect.', with flair 'Art' +[2020-08-29 18:17:12,720] /u/toolinbag had their submission removed for insufficient lambda. +[2020-08-29 18:17:14,032] /u/toolinbag had their flair updated +[2020-08-29 18:20:12,070] '/u/mskibs' has given '/u/---OWO--' lambda! +[2020-08-29 18:20:15,019] /u/---OWO-- had their flair updated +[2020-08-29 18:20:40,780] '/u/mskibs' has given '/u/Jman45062' lambda! +[2020-08-29 18:20:43,855] /u/Jman45062 had their flair updated +[2020-08-29 18:21:55,985] '/u/mskibs' has given '/u/Brandonator247' lambda! +[2020-08-29 18:21:58,736] /u/Brandonator247 had their flair updated +[2020-08-29 18:22:18,625] There has been a new submission: 'I've made a third YTP of an old Top Gear and I think it's the best so far. Every useful feedback will be rewarded with Lambda!', with flair 'Video Critique' +[2020-08-29 18:22:19,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:22:19,652] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:22:20,681] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3qc-drcweQ0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:22:21,132] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxxjBl9XVB-ssPhNovJZe0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:22:24,123] /u/YTPolisher had their flair updated +[2020-08-29 18:24:12,776] There has been a new submission: 'Seeking feedback, happy with the result of this one! Love you all!', with flair 'Video Critique' +[2020-08-29 18:24:13,888] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:24:14,007] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:24:15,856] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jzkrwH3BA_8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:24:16,311] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:24:19,058] /u/dansometv had their flair updated +[2020-08-29 18:26:16,452] '/u/kingury7' has given '/u/intrepidgrlventure' lambda! +[2020-08-29 18:26:18,990] /u/intrepidgrlventure had their flair updated +[2020-08-29 18:27:39,978] '/u/kingury7' has given '/u/GoonedHaha' lambda! +[2020-08-29 18:27:41,739] /u/GoonedHaha had their flair updated +[2020-08-29 18:28:11,882] '/u/Brandonator247' has given '/u/PitchBlack4' lambda! +[2020-08-29 18:28:13,486] /u/PitchBlack4 had their flair updated +[2020-08-29 18:28:26,569] '/u/jackgo14' has given '/u/Monkey_Adventures' lambda! +[2020-08-29 18:28:28,345] /u/Monkey_Adventures had their flair updated +[2020-08-29 18:29:48,635] '/u/kingury7' has given '/u/acexsd1' lambda! +[2020-08-29 18:29:50,600] /u/acexsd1 had their flair updated +[2020-08-29 18:30:14,328] '/u/kingury7' has given '/u/Jarickho' lambda! +[2020-08-29 18:30:16,921] /u/Jarickho had their flair updated +[2020-08-29 18:33:04,489] There has been a new submission: 'What should I do?', with flair 'Discussion' +[2020-08-29 18:33:06,658] /u/theskillismad had their flair updated +[2020-08-29 18:35:45,393] There has been a new submission: 'Fan Art w/games review and commentary remain the formula. BUT...I'm trying out a new quick INTRO to hopefully improve retention. Let me know if it works. All replies are rewarded as usual. :)', with flair 'Art' +[2020-08-29 18:35:46,380] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:35:46,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:35:47,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tPhePd-zUOw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:35:47,776] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCp-epzKsyGdKdecx9XoSU6Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:35:50,275] /u/ekaaaans had their flair updated +[2020-08-29 18:36:40,690] There has been a new submission: 'How do I grow my channel?', with flair 'Discussion' +[2020-08-29 18:36:42,373] /u/averageteenindian had their flair updated +[2020-08-29 18:38:01,485] '/u/tyrannozaros' has given '/u/acexsd1' lambda! +[2020-08-29 18:38:03,654] /u/acexsd1 had their flair updated +[2020-08-29 18:39:11,333] '/u/dansometv' has given '/u/Noxidy' lambda! +[2020-08-29 18:39:13,262] /u/Noxidy had their flair updated +[2020-08-29 18:39:30,755] '/u/tyrannozaros' has given '/u/Brys0n_U' lambda! +[2020-08-29 18:39:32,843] /u/Brys0n_U had their flair updated +[2020-08-29 18:41:00,028] '/u/Brage2004Norway' has given '/u/Monkey_Adventures' lambda! +[2020-08-29 18:41:02,743] /u/Monkey_Adventures had their flair updated +[2020-08-29 18:41:23,252] There has been a new submission: 'Looking for any and all feedback you have for this Silent Hill video! I'm trying to do a little better each time (that's the goal, right?)', with flair 'Video Critique' +[2020-08-29 18:41:24,397] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:41:24,399] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:41:25,382] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=q_Hylhwbz2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:41:25,912] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAf1wtwc4nPRBFAos2Gf9xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:41:29,229] /u/TheLuiginator had their flair updated +[2020-08-29 18:42:19,537] There has been a new submission: 'My degenerate take on Helltaker ( also my first YT video )', with flair 'Gaming' +[2020-08-29 18:42:20,559] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:42:20,561] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:42:21,746] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zVP0Vusdh3c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:42:22,036] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLC4u_WpEozXxY2-nuQUI2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:42:25,227] /u/Noxidy had their flair updated +[2020-08-29 18:43:25,305] There has been a new submission: 'These MMA talk shows are starting to sound the same. Anybody actually watch these? If so, let me know how accurate I got it.', with flair 'Video Critique' +[2020-08-29 18:43:26,000] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 18:43:26,079] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 18:43:26,625] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NlaDcVA8xWE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:43:26,898] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsIMostvKt7NYRo8c_QL77g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 18:43:29,686] /u/Monkey_Adventures had their flair updated +[2020-08-29 18:44:03,833] There has been a new submission: 'Simply Soper, go tell me what you think of the videos and where I can improve 🥺 thanks', with flair 'Channel Review' +[2020-08-29 18:44:05,142] /u/SimplySoper had their submission removed for insufficient lambda. +[2020-08-29 18:44:06,914] /u/SimplySoper had their flair updated +[2020-08-29 18:47:55,545] +#################### +[Aug 29 2020 18:47:55] RESTARTED +#################### + +[2020-08-29 19:38:01,280] '/u/dansometv' has given '/u/Doesntpayfullprice' lambda! +[2020-08-29 19:38:03,286] /u/Doesntpayfullprice had their flair updated +[2020-08-29 19:41:29,064] '/u/dansometv' has given '/u/TheHolyCowYT' lambda! +[2020-08-29 19:41:31,644] /u/TheHolyCowYT had their flair updated +[2020-08-29 19:41:53,185] '/u/m1nionl' has given '/u/Brys0n_U' lambda! +[2020-08-29 19:41:55,764] /u/Brys0n_U had their flair updated +[2020-08-29 19:45:08,462] '/u/jackgo14' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:45:09,802] /u/disloyalclothYT had their flair updated +[2020-08-29 19:45:17,085] '/u/YTPolisher' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:45:18,471] /u/disloyalclothYT had their flair updated +[2020-08-29 19:45:38,560] '/u/Rubenazo1999' has given '/u/Kaidentheperson' lambda! +[2020-08-29 19:45:41,218] /u/Kaidentheperson had their flair updated +[2020-08-29 19:46:01,698] '/u/Rubenazo1999' has given '/u/Noxidy' lambda! +[2020-08-29 19:46:04,072] /u/Noxidy had their flair updated +[2020-08-29 19:46:23,524] '/u/Rubenazo1999' has given '/u/Brys0n_U' lambda! +[2020-08-29 19:46:25,813] /u/Brys0n_U had their flair updated +[2020-08-29 19:47:48,044] '/u/housecatyeh' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:47:50,216] /u/disloyalclothYT had their flair updated +[2020-08-29 19:48:09,827] '/u/Noxidy' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:48:11,753] /u/disloyalclothYT had their flair updated +[2020-08-29 19:48:28,878] There has been a new submission: 'I made a channel review video about my "copycats" (people with the same name)', with flair 'Video Critique' +[2020-08-29 19:48:31,823] /u/---OWO-- had their flair updated +[2020-08-29 19:48:49,440] There has been a new submission: 'This video Will Take You Back to Copper', with flair 'Gaming' +[2020-08-29 19:48:50,261] /u/MaxPriceless had their submission removed for insufficient lambda. +[2020-08-29 19:48:51,249] /u/MaxPriceless had their flair updated +[2020-08-29 19:49:08,528] There has been a new submission: 'Would love feedback on this (lambda for REAL feedback)', with flair 'Video Critique' +[2020-08-29 19:49:09,756] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 19:49:09,758] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 19:49:10,902] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=C6gxe2oQPdg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 19:49:11,353] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 19:49:12,873] /u/disloyalclothYT had their flair updated +[2020-08-29 19:49:30,092] There has been a new submission: 'Fall Guys Episode 2 [Friends Edition]', with flair 'Gaming' +[2020-08-29 19:49:30,789] /u/Brokem13 had their submission removed for insufficient lambda. +[2020-08-29 19:49:31,322] /u/Brokem13 had their flair updated +[2020-08-29 19:49:48,221] There has been a new submission: 'MASHED UP CRAB BABIES WITH A SIDE OF BRUHHH!', with flair 'Video Critique' +[2020-08-29 19:49:49,530] /u/qmh111 had their submission removed for insufficient lambda. +[2020-08-29 19:49:50,715] /u/qmh111 had their flair updated +[2020-08-29 19:50:42,707] '/u/Monkey_Adventures' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:50:45,460] /u/disloyalclothYT had their flair updated +[2020-08-29 19:51:22,231] '/u/Monkey_Adventures' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-29 19:51:24,933] /u/HookedOnAFeeling360 had their flair updated +[2020-08-29 19:54:06,047] '/u/dansometv' has given '/u/disloyalclothYT' lambda! +[2020-08-29 19:54:08,831] /u/disloyalclothYT had their flair updated +[2020-08-29 19:59:23,553] There has been a new submission: 'Best of Karen Reaction - TikTok Edition', with flair 'Video Critique' +[2020-08-29 19:59:24,249] /u/AshBW had their submission removed for insufficient lambda. +[2020-08-29 19:59:24,784] /u/AshBW had their flair updated +[2020-08-29 19:59:41,024] There has been a new submission: 'New Street Food Youtube Channel!', with flair 'Channel Review' +[2020-08-29 19:59:41,635] /u/Alternative_Most had their submission removed for insufficient lambda. +[2020-08-29 19:59:42,091] /u/Alternative_Most had their flair updated +[2020-08-29 20:00:56,835] There has been a new submission: 'Your brain on dopamine.', with flair 'Video Critique' +[2020-08-29 20:00:58,474] /u/booleyan had their submission removed for insufficient lambda. +[2020-08-29 20:01:00,783] /u/booleyan had their flair updated +[2020-08-29 20:09:52,328] There has been a new submission: 'Episode 3 of my madden franchise', with flair 'Video Critique' +[2020-08-29 20:09:53,145] /u/Basic_Web6700 had their submission removed for insufficient lambda. +[2020-08-29 20:09:53,718] /u/Basic_Web6700 had their flair updated +[2020-08-29 20:21:44,889] There has been a new submission: 'hey umm i make short vids of me and my friends playing video games and i just thought itd be neat to share with some other people, also you should check out (Hincident) and (Pop Silver), theyre people i know.', with flair 'Gaming' +[2020-08-29 20:21:46,531] /u/S00MU had their submission removed for insufficient lambda. +[2020-08-29 20:21:48,703] /u/S00MU had their flair updated +[2020-08-29 20:32:32,173] '/u/Noxidy' has given '/u/ShadyMyG' lambda! +[2020-08-29 20:32:34,880] /u/ShadyMyG had their flair updated +[2020-08-29 20:33:58,048] There has been a new submission: 'Some hypixel gameplay hope u enjoy', with flair 'Gaming' +[2020-08-29 20:33:59,477] /u/iiLunaa had their submission removed for insufficient lambda. +[2020-08-29 20:34:01,323] /u/iiLunaa had their flair updated +[2020-08-29 20:41:51,860] '/u/dansometv' has given '/u/ShadyMyG' lambda! +[2020-08-29 20:41:53,911] /u/ShadyMyG had their flair updated +[2020-08-29 20:47:55,665] +#################### +[Aug 29 2020 20:47:55] RESTARTED +#################### + +[2020-08-29 21:24:39,815] There has been a new submission: 'Recently got 250 views!', with flair 'Gaming' +[2020-08-29 21:24:42,353] /u/Skrrattaa had their submission removed for insufficient lambda. +[2020-08-29 21:24:43,994] /u/Skrrattaa had their flair updated +[2020-08-29 21:25:01,581] There has been a new submission: 'Are youtube viewers dumb?', with flair 'Discussion' +[2020-08-29 21:25:03,877] /u/justforkiss had their flair updated +[2020-08-29 21:25:21,284] There has been a new submission: 'Would love some honest criticism', with flair 'Video Critique' +[2020-08-29 21:25:22,506] /u/Pirrateking had their submission removed for insufficient lambda. +[2020-08-29 21:25:23,857] /u/Pirrateking had their flair updated +[2020-08-29 21:25:58,676] '/u/Monkey_Adventures' has given '/u/The_Voidless' lambda! +[2020-08-29 21:26:00,683] /u/The_Voidless had their flair updated +[2020-08-29 21:28:14,385] '/u/ekaaaans' has given '/u/ShadyMyG' lambda! +[2020-08-29 21:28:16,644] /u/ShadyMyG had their flair updated +[2020-08-29 21:28:34,064] '/u/ekaaaans' has given '/u/disloyalclothYT' lambda! +[2020-08-29 21:28:36,032] /u/disloyalclothYT had their flair updated +[2020-08-29 21:29:21,371] '/u/pyvozaur' has given '/u/Noxidy' lambda! +[2020-08-29 21:29:23,324] /u/Noxidy had their flair updated +[2020-08-29 21:29:39,449] '/u/pyvozaur' has given '/u/Brys0n_U' lambda! +[2020-08-29 21:29:41,125] /u/Brys0n_U had their flair updated +[2020-08-29 21:30:11,871] '/u/pyvozaur' has given '/u/acexsd1' lambda! +[2020-08-29 21:30:14,442] /u/acexsd1 had their flair updated +[2020-08-29 21:30:42,666] '/u/Brage2004Norway' has given '/u/DoktorSkipper' lambda! +[2020-08-29 21:30:45,856] /u/DoktorSkipper had their flair updated +[2020-08-29 21:31:21,051] '/u/pyvozaur' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-29 21:31:23,791] /u/HookedOnAFeeling360 had their flair updated +[2020-08-29 21:31:44,747] '/u/ekaaaans' has given '/u/DoktorSkipper' lambda! +[2020-08-29 21:31:47,702] /u/DoktorSkipper had their flair updated +[2020-08-29 21:32:07,760] '/u/pyvozaur' has given '/u/disloyalclothYT' lambda! +[2020-08-29 21:32:10,507] /u/disloyalclothYT had their flair updated +[2020-08-29 21:33:29,230] '/u/rondislap' has given '/u/DoktorSkipper' lambda! +[2020-08-29 21:33:31,814] /u/DoktorSkipper had their flair updated +[2020-08-29 21:38:10,973] There has been a new submission: 'Promoting a video through Adsense?', with flair 'Discussion' +[2020-08-29 21:38:13,146] /u/Brandonator247 had their flair updated +[2020-08-29 21:38:29,627] There has been a new submission: 'New to this sub! Looking for feedback on my vids. Let me know what you think!', with flair 'Gaming' +[2020-08-29 21:38:30,853] /u/DimmIsDry had their submission removed for insufficient lambda. +[2020-08-29 21:38:31,593] /u/DimmIsDry had their flair updated +[2020-08-29 21:45:58,076] There has been a new submission: 'Advice', with flair 'None' +[2020-08-29 21:45:59,386] /u/sentineldota2 had their submission removed for insufficient lambda. +[2020-08-29 21:46:01,181] /u/sentineldota2 had their flair updated +[2020-08-29 21:46:40,680] There has been a new submission: 'Made a comedic tutorial video for this new fps game. Lemme know what you think!', with flair 'Gaming' +[2020-08-29 21:46:42,723] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 21:46:42,761] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 21:46:43,668] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cTBqn6CZZUA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 21:46:44,034] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3KHLCqC1WbcSLp48E2HuGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 21:46:46,490] /u/HookedOnAFeeling360 had their flair updated +[2020-08-29 21:59:59,739] '/u/housecatyeh' has given '/u/DoktorSkipper' lambda! +[2020-08-29 22:00:02,423] /u/DoktorSkipper had their flair updated +[2020-08-29 22:05:53,353] '/u/TheLuiginator' has given '/u/ShadyMyG' lambda! +[2020-08-29 22:05:55,723] /u/ShadyMyG had their flair updated +[2020-08-29 22:06:40,906] '/u/TheLuiginator' has given '/u/disloyalclothYT' lambda! +[2020-08-29 22:06:43,487] /u/disloyalclothYT had their flair updated +[2020-08-29 22:07:36,069] '/u/TheLuiginator' has given '/u/HookedOnAFeeling360' lambda! +[2020-08-29 22:07:38,204] /u/HookedOnAFeeling360 had their flair updated +[2020-08-29 22:08:33,701] There has been a new submission: 'Need some Tips!', with flair 'Channel Review' +[2020-08-29 22:08:34,516] /u/DimmIsDry had their submission removed for insufficient lambda. +[2020-08-29 22:08:35,420] /u/DimmIsDry had their flair updated +[2020-08-29 22:19:11,114] There has been a new submission: 'My first YouTube mini-doc! I'm shooting for top quality, so constructive criticism is extremely helpful.', with flair 'Video Critique' +[2020-08-29 22:19:12,711] /u/CheapChopsticks had their submission removed for insufficient lambda. +[2020-08-29 22:19:14,146] /u/CheapChopsticks had their flair updated +[2020-08-29 22:21:10,296] There has been a new submission: 'Been experimenting with streams recently. You can skip through if you want to.', with flair 'Video Critique' +[2020-08-29 22:21:11,855] /u/kdrawdraw had their submission removed for insufficient lambda. +[2020-08-29 22:21:14,107] /u/kdrawdraw had their flair updated +[2020-08-29 22:32:01,494] There has been a new submission: 'New video 🔥 show some love guys', with flair 'Channel Review' +[2020-08-29 22:32:03,249] /u/levilevilevi552 had their submission removed for insufficient lambda. +[2020-08-29 22:32:05,379] /u/levilevilevi552 had their flair updated +[2020-08-29 22:38:39,806] There has been a new submission: 'This took a while to get right', with flair 'Video Critique' +[2020-08-29 22:38:40,606] /u/flap_jack22 had their submission removed for insufficient lambda. +[2020-08-29 22:38:41,456] /u/flap_jack22 had their flair updated +[2020-08-29 22:39:10,182] /u/PonjiNinja had their flair updated +[2020-08-29 22:42:59,235] '/u/YaGuyAlex_yt' has given '/u/YTKoffing' lambda! +[2020-08-29 22:43:01,258] /u/YTKoffing had their flair updated +[2020-08-29 22:45:04,143] There has been a new submission: 'I don’t know why but I’m so happy man!', with flair 'Discussion' +[2020-08-29 22:45:06,388] /u/shadossplayz had their flair updated +[2020-08-29 22:47:55,527] +#################### +[Aug 29 2020 22:47:55] RESTARTED +#################### + +[2020-08-29 23:21:05,504] There has been a new submission: 'This is my channel. Lambda for helpful tips and criticism', with flair 'Channel Review' +[2020-08-29 23:21:10,661] /u/Jman45062 had their flair updated +[2020-08-29 23:21:33,949] There has been a new submission: 'Up-and-Coming roblox youtuber, check me out', with flair 'Gaming' +[2020-08-29 23:21:35,421] /u/Disconnnection had their submission removed for insufficient lambda. +[2020-08-29 23:21:37,670] /u/Disconnnection had their flair updated +[2020-08-29 23:22:03,973] There has been a new submission: 'Motion Blur in Resolve 16 cool video effect', with flair 'Video Critique' +[2020-08-29 23:22:05,569] /u/ChraibiAdam had their submission removed for insufficient lambda. +[2020-08-29 23:22:08,390] /u/ChraibiAdam had their flair updated +[2020-08-29 23:22:30,950] There has been a new submission: 'Looking for some honest critique and if you like the video maybe some positive things as well! Trying my best to keep improving..! Giving Lambda for honest comments.', with flair 'Video Critique' +[2020-08-29 23:22:32,466] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 23:22:32,469] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 23:22:33,406] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4aqUh2N94qs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 23:22:33,898] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtwjO6zhVLkrzYQGzgYEEQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 23:22:37,167] /u/ShadyMyG had their flair updated +[2020-08-29 23:24:28,069] '/u/---OWO--' has given '/u/ShadyMyG' lambda! +[2020-08-29 23:24:30,570] /u/ShadyMyG had their flair updated +[2020-08-29 23:25:46,934] '/u/---OWO--' has given '/u/booleyan' lambda! +[2020-08-29 23:25:48,855] /u/booleyan had their flair updated +[2020-08-29 23:26:20,228] There has been a new submission: 'YouTube streaming', with flair 'Discussion' +[2020-08-29 23:26:21,579] /u/MaD-JoKeZzz had their flair updated +[2020-08-29 23:26:39,142] There has been a new submission: 'First video on a group channel with my friends', with flair 'Gaming' +[2020-08-29 23:26:40,659] /u/MarcJR04 had their submission removed for insufficient lambda. +[2020-08-29 23:26:41,888] /u/MarcJR04 had their flair updated +[2020-08-29 23:28:28,476] '/u/---OWO--' has given '/u/WordHistorian' lambda! +[2020-08-29 23:28:30,569] /u/WordHistorian had their flair updated +[2020-08-29 23:31:01,785] There has been a new submission: 'Looking for Local Vloggers in Houston', with flair 'Vlog' +[2020-08-29 23:31:03,265] /u/htown_hamza1 had their submission removed for insufficient lambda. +[2020-08-29 23:31:05,513] /u/htown_hamza1 had their flair updated +[2020-08-29 23:32:11,240] There has been a new submission: 'I've started a new series and tried my all with editing, please any advice to improve it would be appreciated!', with flair 'Video Critique' +[2020-08-29 23:32:12,020] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-29 23:32:12,021] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-29 23:32:13,041] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gWmz6x-Y6ps&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 23:32:13,416] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUiqFil2l771V6krGSsmlRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-29 23:32:16,480] /u/ArtyDoubloon had their flair updated +[2020-08-29 23:42:53,846] There has been a new submission: 'I'm looking for Spanish speakers to review my videos... I'm shooting in the dark here! If you speak Spanish and the topic's interesting to you, I hope you enjoy it :) Let me know your thoughts', with flair 'Channel Review' +[2020-08-29 23:42:55,276] /u/AlexJobs95 had their submission removed for insufficient lambda. +[2020-08-29 23:42:57,371] /u/AlexJobs95 had their flair updated +[2020-08-30 00:05:40,603] There has been a new submission: 'Greatest Cyber Attack Comeback EVER😨 Was Down 0-4!!!', with flair 'Gaming' +[2020-08-30 00:05:42,363] /u/Svage-SZN had their submission removed for insufficient lambda. +[2020-08-30 00:05:44,132] /u/Svage-SZN had their flair updated +[2020-08-30 00:26:15,410] There has been a new submission: 'Go watch Titanfrostxx on twitch', with flair 'Channel Review' +[2020-08-30 00:26:16,615] /u/lilmexican6000 had their submission removed for insufficient lambda. +[2020-08-30 00:26:18,160] /u/lilmexican6000 had their flair updated +[2020-08-30 00:33:32,527] '/u/rondislap' has given '/u/YTKoffing' lambda! +[2020-08-30 00:33:35,513] /u/YTKoffing had their flair updated +[2020-08-30 00:33:58,197] '/u/ShadyMyG' has given '/u/TheMichaelRamey' lambda! +[2020-08-30 00:34:01,202] /u/TheMichaelRamey had their flair updated +[2020-08-30 00:47:55,799] +#################### +[Aug 30 2020 00:47:55] RESTARTED +#################### + +[2020-08-30 01:17:33,327] '/u/HookedOnAFeeling360' has given '/u/DimmIsDry' lambda! +[2020-08-30 01:17:34,600] /u/DimmIsDry had their flair updated +[2020-08-30 01:19:18,359] '/u/MrMoo-Youtube' has given '/u/ItsDavidz' lambda! +[2020-08-30 01:19:19,915] /u/ItsDavidz had their flair updated +[2020-08-30 01:26:49,410] There has been a new submission: '5 Hours of Relaxing 🐦 Sounds in the Forest with River Sounds', with flair 'Thumbnail Review' +[2020-08-30 01:26:50,391] /u/icharis1008 had their submission removed for insufficient lambda. +[2020-08-30 01:26:51,574] /u/icharis1008 had their flair updated +[2020-08-30 01:27:14,343] There has been a new submission: 'Bella Thorne Scammed over $2 million from people', with flair 'Gaming' +[2020-08-30 01:27:15,363] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-08-30 01:27:16,304] /u/Str8Villains had their flair updated +[2020-08-30 01:27:38,431] There has been a new submission: 'I made a new YouTube channel. I don’t have any content yet but I will soon. Please subscribe to help me out:)', with flair 'Gaming' +[2020-08-30 01:27:39,251] /u/Chez-Cat-yt had their submission removed for insufficient lambda. +[2020-08-30 01:27:40,193] /u/Chez-Cat-yt had their flair updated +[2020-08-30 01:30:12,174] '/u/ShadyMyG' has given '/u/ItsDavidz' lambda! +[2020-08-30 01:30:14,549] /u/ItsDavidz had their flair updated +[2020-08-30 01:33:14,178] There has been a new submission: 'My mp4 files are gobbling up my terabytes like it's nothing.', with flair 'Meta' +[2020-08-30 01:33:17,163] /u/LMAOyeetzedong had their flair updated +[2020-08-30 01:36:15,328] There has been a new submission: '8mm', with flair 'Video Critique' +[2020-08-30 01:36:16,889] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-08-30 01:36:18,450] /u/princeevil666_ had their flair updated +[2020-08-30 01:51:22,191] There has been a new submission: 'Minecraft with VTuber!', with flair 'Gaming' +[2020-08-30 01:51:23,747] /u/Pixelghost84 had their submission removed for insufficient lambda. +[2020-08-30 01:51:25,998] /u/Pixelghost84 had their flair updated +[2020-08-30 01:52:10,467] There has been a new submission: 'Pubg mobile gun game', with flair 'Gaming' +[2020-08-30 01:52:12,276] /u/AnyonePro07 had their submission removed for insufficient lambda. +[2020-08-30 01:52:14,369] /u/AnyonePro07 had their flair updated +[2020-08-30 02:03:01,793] There has been a new submission: 'Hey, guys can you check out my channel. I post gameplay and I've started doing skits, here's my two skit videos so far', with flair 'Gaming' +[2020-08-30 02:03:03,267] /u/Arikaya_Shiro81809 had their submission removed for insufficient lambda. +[2020-08-30 02:03:05,517] /u/Arikaya_Shiro81809 had their flair updated +[2020-08-30 02:03:44,967] There has been a new submission: 'New to YT and would really love any constructive criticism or comments. Any feedback will be greatly appreciated. My content is mainly on NBA 2K MyTeam.', with flair 'Gaming' +[2020-08-30 02:03:46,360] /u/chaineseguy had their submission removed for insufficient lambda. +[2020-08-30 02:03:48,289] /u/chaineseguy had their flair updated +[2020-08-30 02:04:47,089] There has been a new submission: 'Attack of The Babies! | Pacify - Part 1', with flair 'Gaming' +[2020-08-30 02:04:48,652] /u/insanekrazy09 had their submission removed for insufficient lambda. +[2020-08-30 02:04:50,460] /u/insanekrazy09 had their flair updated +[2020-08-30 02:31:43,632] There has been a new submission: 'Am I getting too little views for my sub count', with flair 'Discussion' +[2020-08-30 02:31:47,287] /u/ItsDavidz had their flair updated +[2020-08-30 02:37:09,640] There has been a new submission: 'Glass Half Empty| LoFi Beat 2020', with flair 'Art' +[2020-08-30 02:37:11,888] /u/personlady213 had their submission removed for insufficient lambda. +[2020-08-30 02:37:13,282] /u/personlady213 had their flair updated +[2020-08-30 02:40:10,701] '/u/dansometv' has given '/u/YTKoffing' lambda! +[2020-08-30 02:40:13,732] /u/YTKoffing had their flair updated +[2020-08-30 02:47:55,194] +#################### +[Aug 30 2020 02:47:55] RESTARTED +#################### + +[2020-08-30 03:26:42,725] There has been a new submission: '4k Video Processing', with flair 'Discussion' +[2020-08-30 03:26:44,366] /u/swankyflex had their flair updated +[2020-08-30 03:30:07,519] There has been a new submission: 'feedback on the story telling and what i can improve on', with flair 'Video Critique' +[2020-08-30 03:30:08,184] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 03:30:08,186] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 03:30:08,332] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RjY2wOKzjBI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:08,476] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKcYF9K0_yALx39RCYSdDZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:11,817] /u/whereismael had their flair updated +[2020-08-30 03:30:20,541] There has been a new submission: 'so my friends started uploading 2 months ago and with your help and feedback she is now 10 videos in and consistent , ( thank you to all your feedback ) would love to get feedback on her 10th video and what she's doing great and what she need to improve (thank you to this sub reddit and everyone', with flair 'Video Critique' +[2020-08-30 03:30:21,008] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 03:30:21,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 03:30:21,422] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hJvbgcJlRfk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:21,577] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfcABogGPEUwRqmR8jwSb9g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:25,049] /u/whereismael had their flair updated +[2020-08-30 03:30:44,607] There has been a new submission: 'Lambda for all sincere feedback! Appreciate your review. Thank you.', with flair 'Video Critique' +[2020-08-30 03:30:45,507] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 03:30:45,509] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 03:30:46,447] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OP1-ifseM7M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:46,858] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC02bp1qiDeT3QFJYfgXvcEA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:30:50,173] /u/IWI-Team had their flair updated +[2020-08-30 03:31:09,408] There has been a new submission: 'My first explanation and comment video', with flair 'Gaming' +[2020-08-30 03:31:10,962] /u/dany_goku had their submission removed for insufficient lambda. +[2020-08-30 03:31:13,742] /u/dany_goku had their flair updated +[2020-08-30 03:31:32,889] There has been a new submission: 'I STARTED A PODCAST!', with flair 'Video Critique' +[2020-08-30 03:31:34,401] /u/GGTanishk had their submission removed for insufficient lambda. +[2020-08-30 03:31:36,572] /u/GGTanishk had their flair updated +[2020-08-30 03:31:55,980] There has been a new submission: 'Here’a the first of my upcoming weekly videos! Any and all advice is appreciated', with flair 'Video Critique' +[2020-08-30 03:31:57,539] /u/LastCryForHelp had their submission removed for insufficient lambda. +[2020-08-30 03:31:59,669] /u/LastCryForHelp had their flair updated +[2020-08-30 03:32:19,557] There has been a new submission: 'A Look Back at Over The Garden Wall: I made a video analysis of an old Cartoon Network show. Any feedback would be appreciated! I want to improve and learn so anything helps. Thank you :)', with flair 'Video Critique' +[2020-08-30 03:32:20,700] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 03:32:20,702] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 03:32:21,601] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9k0sWYCgGo0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:32:22,091] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1UbX6IQrZfL42v1YqN_qsw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 03:32:25,040] /u/DoktorSkipper had their flair updated +[2020-08-30 03:48:45,824] There has been a new submission: '23 kills wraith Apex Legends -season 6', with flair 'Gaming' +[2020-08-30 03:48:46,768] /u/Daxton-ZX had their submission removed for insufficient lambda. +[2020-08-30 03:48:47,710] /u/Daxton-ZX had their flair updated +[2020-08-30 03:50:15,791] There has been a new submission: 'Hey Please Check Out Our Latest Video And Leave Feedback! We also upload Rainbow Six Siege COD and More! You can check out our website for more info https://siteid-654079.onuniverse.com/', with flair 'Gaming' +[2020-08-30 03:50:17,428] /u/tcmj22 had their submission removed for insufficient lambda. +[2020-08-30 03:50:19,762] /u/tcmj22 had their flair updated +[2020-08-30 03:56:18,959] '/u/IWI-Team' has given '/u/WordHistorian' lambda! +[2020-08-30 03:56:20,890] /u/WordHistorian had their flair updated +[2020-08-30 03:58:21,418] '/u/DoktorSkipper' has given '/u/WordHistorian' lambda! +[2020-08-30 03:58:22,536] /u/WordHistorian had their flair updated +[2020-08-30 04:26:55,249] There has been a new submission: 'Took on a bunch of advice from my last post here, hopefully there is improvement. Part 2 of my Destiny 2 - Pit of Heresy series. Any advice will be hugely appreciated.', with flair 'Video Critique' +[2020-08-30 04:26:55,499] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 04:26:55,500] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 04:26:55,608] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wLAk3oIxI0w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 04:26:55,716] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_L-516g-BKUWXqiMSR_-iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 04:26:57,613] /u/Kamino_Prime had their flair updated +[2020-08-30 04:33:12,288] '/u/ShadyMyG' has given '/u/WordHistorian' lambda! +[2020-08-30 04:33:14,908] /u/WordHistorian had their flair updated +[2020-08-30 04:47:55,651] +#################### +[Aug 30 2020 04:47:55] RESTARTED +#################### + +[2020-08-30 05:20:45,260] '/u/YTPolisher' has given '/u/vision96' lambda! +[2020-08-30 05:20:48,041] /u/vision96 had their flair updated +[2020-08-30 05:21:52,103] There has been a new submission: 'Codmobile: First knife only win in br?', with flair 'Gaming' +[2020-08-30 05:21:53,625] /u/WeeNatty had their submission removed for insufficient lambda. +[2020-08-30 05:21:55,715] /u/WeeNatty had their flair updated +[2020-08-30 05:31:13,780] '/u/jackgo14' has given '/u/CheapChopsticks' lambda! +[2020-08-30 05:31:17,062] /u/CheapChopsticks had their flair updated +[2020-08-30 06:00:07,624] There has been a new submission: 'Made my first Youtube video, would appreciate feedback', with flair 'Gaming' +[2020-08-30 06:00:09,187] /u/JonesJutsu had their submission removed for insufficient lambda. +[2020-08-30 06:00:11,484] /u/JonesJutsu had their flair updated +[2020-08-30 06:06:33,873] There has been a new submission: 'Second Fall Guys Video. Would be cool if you could check it out and give some tips.', with flair 'Gaming' +[2020-08-30 06:06:35,020] /u/FireChaosLP had their submission removed for insufficient lambda. +[2020-08-30 06:06:36,614] /u/FireChaosLP had their flair updated +[2020-08-30 06:21:03,137] There has been a new submission: 'The last video I uploaded got a lot of bots in the comments. Is this a good or bad sign?', with flair 'Discussion' +[2020-08-30 06:21:05,713] /u/FrayngPan had their flair updated +[2020-08-30 06:23:52,880] There has been a new submission: 'Nattou and the Sake Seller', with flair 'Gaming' +[2020-08-30 06:23:54,256] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-30 06:23:56,087] /u/naruto_naruto_123 had their flair updated +[2020-08-30 06:31:47,095] '/u/cygnetgirl' has given '/u/whenravenchats' lambda! +[2020-08-30 06:31:49,794] /u/whenravenchats had their flair updated +[2020-08-30 06:39:54,342] There has been a new submission: 'With all the new DC trailers which are seemingly amazing, here's a video on why it could be a Return ticker for DC. Could someone review my video', with flair 'Channel Review' +[2020-08-30 06:39:54,878] /u/the_prfctnst02 had their submission removed for insufficient lambda. +[2020-08-30 06:39:55,248] /u/the_prfctnst02 had their flair updated +[2020-08-30 06:46:54,288] There has been a new submission: 'My first YouTube mini-doc! I'm aiming for top quality with my channel, so constructive criticism is extremely helpful', with flair 'Video Critique' +[2020-08-30 06:46:56,176] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 06:46:56,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 06:46:57,034] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SgDc2PAVKZs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 06:46:57,406] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCq4kwKteAhKjKFzvmPJIGaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 06:47:00,110] /u/CheapChopsticks had their flair updated +[2020-08-30 06:47:56,794] +#################### +[Aug 30 2020 06:47:56] RESTARTED +#################### + +[2020-08-30 07:22:22,350] '/u/pyvozaur' has given '/u/Mustardcloud' lambda! +[2020-08-30 07:22:25,059] /u/Mustardcloud had their flair updated +[2020-08-30 07:22:56,887] There has been a new submission: 'I want heavy criticism on this video. I already know the thumbnail, editing, and my mic are bad which I’m currently working my hardest on.', with flair 'Video Critique' +[2020-08-30 07:22:58,650] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 07:22:58,770] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 07:22:59,596] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bADHtfZuTvc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 07:22:59,961] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOq7LAKhaPfaBvEAbPZJbpQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 07:23:02,916] /u/imdumbtho had their flair updated +[2020-08-30 07:23:20,986] There has been a new submission: 'My new video is out 👇👇👇', with flair 'Gaming' +[2020-08-30 07:23:22,467] /u/daxx17 had their submission removed for insufficient lambda. +[2020-08-30 07:23:24,188] /u/daxx17 had their flair updated +[2020-08-30 07:29:21,569] There has been a new submission: 'UFC 3 QUICK FIGHTS be like...(WATCH TILL THE END!)', with flair 'Gaming' +[2020-08-30 07:29:22,235] /u/EduskiiBebero had their submission removed for insufficient lambda. +[2020-08-30 07:29:22,889] /u/EduskiiBebero had their flair updated +[2020-08-30 07:49:35,929] There has been a new submission: 'Best interesting facts about space|cool smash', with flair 'Discussion' +[2020-08-30 07:49:36,750] /u/Cool-Smash had their flair updated +[2020-08-30 08:20:07,695] There has been a new submission: 'i made a weird video what do you guys think about this', with flair 'Video Critique' +[2020-08-30 08:20:09,348] /u/yesoops had their submission removed for insufficient lambda. +[2020-08-30 08:20:11,694] /u/yesoops had their flair updated +[2020-08-30 08:20:23,193] '/u/WordHistorian' has given '/u/Adzic254' lambda! +[2020-08-30 08:20:25,466] /u/Adzic254 had their flair updated +[2020-08-30 08:20:27,626] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: POST https://oauth.reddit.com/api/comment/ +[2020-08-30 08:24:41,892] There has been a new submission: 'Made a short cinematic video about some cool waterfalls in France, feedback appreciated!', with flair 'Video Critique' +[2020-08-30 08:24:44,034] /u/Turbotoes had their flair updated +[2020-08-30 08:28:35,462] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 08:47:18,355] '/u/dansometv' has given '/u/Adzic254' lambda! +[2020-08-30 08:47:20,564] /u/Adzic254 had their flair updated +[2020-08-30 08:47:56,238] +#################### +[Aug 30 2020 08:47:56] RESTARTED +#################### + +[2020-08-30 08:56:09,058] '/u/Turbotoes' has given '/u/LastCryForHelp' lambda! +[2020-08-30 08:56:10,361] /u/LastCryForHelp had their flair updated +[2020-08-30 09:13:36,815] '/u/Turbotoes' has given '/u/FlexwithDrez' lambda! +[2020-08-30 09:13:39,481] /u/FlexwithDrez had their flair updated +[2020-08-30 09:13:58,085] '/u/Turbotoes' has given '/u/Rennesilva' lambda! +[2020-08-30 09:14:00,174] /u/Rennesilva had their flair updated +[2020-08-30 09:14:19,154] '/u/HiddenOddBox' has given '/u/Adzic254' lambda! +[2020-08-30 09:14:21,452] /u/Adzic254 had their flair updated +[2020-08-30 09:15:13,359] '/u/imdumbtho' has given '/u/FlexwithDrez' lambda! +[2020-08-30 09:15:14,689] /u/FlexwithDrez had their flair updated +[2020-08-30 09:16:24,877] There has been a new submission: 'I believe I produce quality content. Why my channel has no views 😭😭😭', with flair 'Channel Review' +[2020-08-30 09:16:25,937] /u/Arul_R had their submission removed for insufficient lambda. +[2020-08-30 09:16:27,125] /u/Arul_R had their flair updated +[2020-08-30 09:16:45,179] There has been a new submission: 'Hey guys! I make instrumentals of worship songs and some love songs. Would appreciate some feedback and points of improvement for my channel. Thanks!', with flair 'Channel Review' +[2020-08-30 09:16:47,102] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 09:16:47,144] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 09:16:48,167] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=v6uhn-kJfZQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 09:16:48,498] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCAtGRKmE8cYHCZebkB2DR-A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 09:16:50,749] /u/gunpla-daddy had their flair updated +[2020-08-30 09:19:05,703] '/u/Turbotoes' has given '/u/engamingchannel' lambda! +[2020-08-30 09:19:07,872] /u/engamingchannel had their flair updated +[2020-08-30 09:25:51,954] '/u/gunpla-daddy' has given '/u/bigblindbear' lambda! +[2020-08-30 09:25:54,541] /u/bigblindbear had their flair updated +[2020-08-30 09:41:00,045] There has been a new submission: 'Channel review! Check out my stuff, any feedback would be insanely appreciated! Maybe watch a couple recent vids and take a look at my thumbnails, banner, avatar, etc.', with flair 'Channel Review' +[2020-08-30 09:41:03,357] /u/dansometv had their flair updated +[2020-08-30 09:44:11,809] There has been a new submission: 'Cliff Robinson, former NBA All-Star, dies at 53', with flair 'Gaming' +[2020-08-30 09:44:13,114] /u/artz1977m had their submission removed for insufficient lambda. +[2020-08-30 09:44:14,950] /u/artz1977m had their flair updated +[2020-08-30 09:53:07,836] There has been a new submission: '😁bass boosted version', with flair 'Video Critique' +[2020-08-30 09:53:09,595] /u/RachitKatiyar had their submission removed for insufficient lambda. +[2020-08-30 09:53:11,599] /u/RachitKatiyar had their flair updated +[2020-08-30 09:54:18,834] '/u/pyvozaur' has given '/u/tktylerkong' lambda! +[2020-08-30 09:54:21,373] /u/tktylerkong had their flair updated +[2020-08-30 09:57:50,396] There has been a new submission: 'Ay'Up Reddit', with flair 'Vlog' +[2020-08-30 09:57:52,483] /u/ConvoShed had their submission removed for insufficient lambda. +[2020-08-30 09:57:53,555] /u/ConvoShed had their flair updated +[2020-08-30 10:00:04,335] There has been a new submission: 'Wireless Gaming Desk Light| DIY satisfying', with flair 'Art' +[2020-08-30 10:00:06,050] /u/Amazingvideos24 had their submission removed for insufficient lambda. +[2020-08-30 10:00:08,414] /u/Amazingvideos24 had their flair updated +[2020-08-30 10:14:27,818] There has been a new submission: 'Hydrodipping my airforce ones! Feel like my videos are improving because of you guys and all the feedback you provide! Any feedback to help me improve would be greatly appreciated!', with flair 'Video Critique' +[2020-08-30 10:14:28,282] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 10:14:28,284] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 10:14:28,375] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZqxNyQUqm1k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 10:14:28,492] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmkKEYG2OqzgYQVvElZb9Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 10:14:31,040] /u/FlexwithDrez had their flair updated +[2020-08-30 10:34:49,086] There has been a new submission: 'PREMIERING! Come say Hi! What do you think about it?', with flair 'Video Critique' +[2020-08-30 10:34:50,386] /u/CameraPlanetOfficial had their submission removed for insufficient lambda. +[2020-08-30 10:34:52,151] /u/CameraPlanetOfficial had their flair updated +[2020-08-30 10:36:32,848] There has been a new submission: 'Steveonnie speedpaint', with flair 'Art' +[2020-08-30 10:36:33,929] /u/Terryficanim8s had their submission removed for insufficient lambda. +[2020-08-30 10:36:35,365] /u/Terryficanim8s had their flair updated +[2020-08-30 10:47:07,528] '/u/gunpla-daddy' has given '/u/FlexwithDrez' lambda! +[2020-08-30 10:47:10,024] /u/FlexwithDrez had their flair updated +[2020-08-30 10:47:55,813] +#################### +[Aug 30 2020 10:47:55] RESTARTED +#################### + +[2020-08-30 11:14:08,171] There has been a new submission: 'i hope you like my first animation of mario bros', with flair 'Channel Review' +[2020-08-30 11:14:09,688] /u/8bit-anim had their submission removed for insufficient lambda. +[2020-08-30 11:14:11,246] /u/8bit-anim had their flair updated +[2020-08-30 11:14:29,195] There has been a new submission: 'Still travelling & living Life...Flying over Malta and a relaxing sunset at Gzira. As always constructive criticism from those who actually watched the video is always much appreciated. Hope you enjoy!', with flair 'Video Critique' +[2020-08-30 11:14:31,329] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 11:14:31,366] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 11:14:32,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GDkHELyenjU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 11:14:32,880] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYStwFY0lQTF8Gt2r1UFdZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 11:14:35,410] /u/intrepidgrlventure had their flair updated +[2020-08-30 11:15:15,241] '/u/kingury7' has given '/u/Weeqat' lambda! +[2020-08-30 11:15:16,534] /u/Weeqat had their flair updated +[2020-08-30 11:15:24,195] '/u/kingury7' has given '/u/Myth1970' lambda! +[2020-08-30 11:15:26,037] /u/Myth1970 had their flair updated +[2020-08-30 11:15:44,476] '/u/kingury7' has given '/u/Arikaya_Shiro81809' lambda! +[2020-08-30 11:15:46,363] /u/Arikaya_Shiro81809 had their flair updated +[2020-08-30 11:17:00,346] There has been a new submission: 'Want You To Stay - Original (Acoustic version by CONSI', with flair 'Video Critique' +[2020-08-30 11:17:01,245] /u/benconsidine had their submission removed for insufficient lambda. +[2020-08-30 11:17:02,268] /u/benconsidine had their flair updated +[2020-08-30 11:17:19,269] There has been a new submission: 'My video explaining the political parties in Czech Republic. Thanks to your advice, I've attempted to make it longer than my other videos. Tell me what you think about the video. Thanks a ton!', with flair 'Video Critique' +[2020-08-30 11:17:20,211] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 11:17:20,213] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 11:17:21,277] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BtZDLssjXWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 11:17:21,609] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgdzG_8eit7pSy0PFkBOdCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 11:17:23,656] /u/bigblindbear had their flair updated +[2020-08-30 11:17:40,271] There has been a new submission: 'Clutched a 1 v 3 situation . Best way to win is to take down your enemy by surprise when they underestimate you . Check out my latest video', with flair 'Video Critique' +[2020-08-30 11:17:41,249] /u/Lanc3lot_ had their submission removed for insufficient lambda. +[2020-08-30 11:17:42,191] /u/Lanc3lot_ had their flair updated +[2020-08-30 11:20:50,919] '/u/intrepidgrlventure' has given '/u/bigblindbear' lambda! +[2020-08-30 11:20:53,787] /u/bigblindbear had their flair updated +[2020-08-30 12:01:34,918] '/u/jamaicanrussian' has given '/u/ItsDavidz' lambda! +[2020-08-30 12:01:37,618] /u/ItsDavidz had their flair updated +[2020-08-30 12:15:54,921] There has been a new submission: 'I want your opinions on thr good thing I should keep doing, and thr bas thing I should not do. From thumbnails to edits, anything helps!', with flair 'Video Critique' +[2020-08-30 12:15:55,987] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 12:15:55,989] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 12:15:56,801] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4JPF8KDHmLI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 12:15:57,339] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg4Wphp70BGh9WUaleG2rSg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 12:16:00,164] /u/ItsDavidz had their flair updated +[2020-08-30 12:16:52,801] '/u/IWI-Team' has given '/u/Scooby_nooby' lambda! +[2020-08-30 12:16:55,220] /u/Scooby_nooby had their flair updated +[2020-08-30 12:29:23,719] '/u/ItsDavidz' has given '/u/MrCarsone' lambda! +[2020-08-30 12:29:24,379] /u/MrCarsone had their flair updated +[2020-08-30 12:30:28,511] There has been a new submission: 'Hiya, I'd love feedback on my editing since I consider this my best video- what is good and what needs could be improved in future, stuff like that. Thanks!', with flair 'Video Critique' +[2020-08-30 12:30:30,051] /u/Crowthandelus had their submission removed for insufficient lambda. +[2020-08-30 12:30:32,356] /u/Crowthandelus had their flair updated +[2020-08-30 12:36:22,312] '/u/Turbotoes' has given '/u/intrepidgrlventure' lambda! +[2020-08-30 12:36:23,775] /u/intrepidgrlventure had their flair updated +[2020-08-30 12:44:22,741] '/u/Turbotoes' has given '/u/daddyisagamer' lambda! +[2020-08-30 12:44:24,541] /u/daddyisagamer had their flair updated +[2020-08-30 12:47:56,582] +#################### +[Aug 30 2020 12:47:56] RESTARTED +#################### + +[2020-08-30 13:13:30,899] There has been a new submission: 'Is there an optimum way to title videos?', with flair 'Discussion' +[2020-08-30 13:13:33,229] /u/Crowthandelus had their flair updated +[2020-08-30 13:13:51,446] There has been a new submission: 'Little Miss Muffets Cooking Videos and Drink Reviews', with flair 'Channel Review' +[2020-08-30 13:13:52,842] /u/EliaZ94 had their submission removed for insufficient lambda. +[2020-08-30 13:13:54,523] /u/EliaZ94 had their flair updated +[2020-08-30 13:14:16,320] '/u/ItsDavidz' has given '/u/Ashty1337' lambda! +[2020-08-30 13:14:18,734] /u/Ashty1337 had their flair updated +[2020-08-30 13:14:38,125] '/u/ItsDavidz' has given '/u/BreadZeppelinYT' lambda! +[2020-08-30 13:14:40,336] /u/BreadZeppelinYT had their flair updated +[2020-08-30 13:14:58,271] '/u/ItsDavidz' has given '/u/Prouten' lambda! +[2020-08-30 13:15:00,181] /u/Prouten had their flair updated +[2020-08-30 13:16:55,122] There has been a new submission: 'Tesla Model S Review: Full Tech Guide', with flair 'Video Critique' +[2020-08-30 13:16:56,189] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-08-30 13:16:57,294] /u/Spinstorm had their flair updated +[2020-08-30 13:17:14,707] There has been a new submission: 'I made a short film for a school project, please give it a watch', with flair 'Art' +[2020-08-30 13:17:15,646] /u/BradPearce had their submission removed for insufficient lambda. +[2020-08-30 13:17:16,668] /u/BradPearce had their flair updated +[2020-08-30 13:18:06,226] There has been a new submission: 'Hi guys ! I make Royalty-Free Music and here's my latest track : it's an upbeat retro gaming rock track, and it's totally free to download and to use, even in commercial projects ! I'd love to hear what you thinkg about it :)', with flair 'Video Critique' +[2020-08-30 13:18:08,228] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 13:18:08,352] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 13:18:09,214] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=waaxFLLnRXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 13:18:09,537] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmjpnzGxSBgjwe1Aij7FfMw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 13:18:11,543] /u/guyFCR had their flair updated +[2020-08-30 13:37:36,715] '/u/HumperTrooper15' has given '/u/BillyGoatLazarus' lambda! +[2020-08-30 13:37:38,722] /u/BillyGoatLazarus had their flair updated +[2020-08-30 13:46:14,487] There has been a new submission: 'Hindenburg Airship Disaster in Color, May 1937 [AI colorized, Upscaled, 60fps]', with flair 'Channel Review' +[2020-08-30 13:46:15,717] /u/Evening_Sale had their submission removed for insufficient lambda. +[2020-08-30 13:46:17,235] /u/Evening_Sale had their flair updated +[2020-08-30 13:46:58,438] '/u/IWI-Team' has given '/u/BillyGoatLazarus' lambda! +[2020-08-30 13:47:00,725] /u/BillyGoatLazarus had their flair updated +[2020-08-30 13:47:16,701] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-30 13:47:22,235] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-08-30 13:47:30,723] {ERROR} received 503 HTTP response +[2020-08-30 13:47:35,932] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:47:41,339] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:48:07,398] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:48:42,031] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:48:49,116] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:49:03,402] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:49:09,546] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-30 13:49:18,145] {ERROR} received 503 HTTP response +[2020-08-30 14:48:14,865] +#################### +[Aug 30 2020 14:48:14] RESTARTED +#################### + +[2020-08-30 15:09:45,531] /u/booleyan had their flair updated +[2020-08-30 15:30:20,233] There has been a new submission: 'Made a video about DC’s decision to change course and what their current movie slate means for the future.', with flair 'Video Critique' +[2020-08-30 15:30:21,943] /u/Hawkilles had their submission removed for insufficient lambda. +[2020-08-30 15:30:24,311] /u/Hawkilles had their flair updated +[2020-08-30 15:30:45,057] There has been a new submission: 'After 5 years of hard work. I’m finally getting close to 2k subscribers. If you like my content, could you help out and give me a subscribe?! Thanks! Also leave your YouTube page in the comments and I’ll check it out!', with flair 'Channel Review' +[2020-08-30 15:30:46,936] /u/nickc27584 had their submission removed for insufficient lambda. +[2020-08-30 15:30:49,227] /u/nickc27584 had their flair updated +[2020-08-30 15:31:08,749] There has been a new submission: 'Audio story channel, interesting enough?', with flair 'Channel Review' +[2020-08-30 15:31:10,467] /u/Dexscene had their submission removed for insufficient lambda. +[2020-08-30 15:31:12,804] /u/Dexscene had their flair updated +[2020-08-30 15:31:32,835] There has been a new submission: 'Hey guys! We've just uploaded a CSGO video on our channel with some Stupid, Funny Moments and Clutches and other stuff! Do let me know what I could've done differently and provide any sort of feedback. Will give lambda for any valid criticism and helpful views on the video!', with flair 'Video Critique' +[2020-08-30 15:31:34,679] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 15:31:34,717] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 15:31:35,783] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x6rKQIytvQ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:31:36,153] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9cAEVgy4k9grjn5XWe2TZw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:31:39,504] /u/lalith19 had their flair updated +[2020-08-30 15:31:59,104] There has been a new submission: 'I'd like to help the people who have problems with creating thumbnails. Send me your video and I'll try my best to make an eye-catching thumbnail for it! You don't have to use it, if you don't like it, it's just a little help.', with flair 'Discussion' +[2020-08-30 15:32:02,162] /u/acstomi0212 had their flair updated +[2020-08-30 15:32:20,293] There has been a new submission: 'Can i get some constructive criticism on my latest YouTube video?', with flair 'Video Critique' +[2020-08-30 15:32:22,091] /u/toshmabals had their submission removed for insufficient lambda. +[2020-08-30 15:32:24,180] /u/toshmabals had their flair updated +[2020-08-30 15:32:43,746] There has been a new submission: 'İngilizce Metin Okuması: Kelime ve Dilbilgisi Açıklamalı', with flair 'Video Critique' +[2020-08-30 15:32:45,342] /u/muverrihcelebi had their submission removed for insufficient lambda. +[2020-08-30 15:32:47,964] /u/muverrihcelebi had their flair updated +[2020-08-30 15:33:06,214] There has been a new submission: 'Just uploaded my newest video about how we are taught different continental models depending on our country of origin. I liked it in the end, but I didn't loved it if I compare it to my other videos, so please tell me anything I can improve on!', with flair 'Video Critique' +[2020-08-30 15:33:07,443] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 15:33:07,562] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 15:33:08,542] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8shHuch2us8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:33:08,953] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCizSufWsk_G5aLe6ixfZCFg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:33:11,823] /u/Unraveled_YT had their flair updated +[2020-08-30 15:33:48,676] '/u/lalith19' has given '/u/russianfortobias' lambda! +[2020-08-30 15:33:51,500] /u/russianfortobias had their flair updated +[2020-08-30 15:34:25,439] '/u/lalith19' has given '/u/M1CK3Y-YouTube' lambda! +[2020-08-30 15:34:28,014] /u/M1CK3Y-YouTube had their flair updated +[2020-08-30 15:35:03,346] '/u/rondislap' has given '/u/Adzic254' lambda! +[2020-08-30 15:35:05,799] /u/Adzic254 had their flair updated +[2020-08-30 15:37:06,797] '/u/IWI-Team' has given '/u/russianfortobias' lambda! +[2020-08-30 15:37:09,010] /u/russianfortobias had their flair updated +[2020-08-30 15:41:03,541] There has been a new submission: 'How Is Bedrock BedWars So Hard', with flair 'Gaming' +[2020-08-30 15:41:05,339] /u/YeFernoYT had their submission removed for insufficient lambda. +[2020-08-30 15:41:07,508] /u/YeFernoYT had their flair updated +[2020-08-30 15:41:26,872] There has been a new submission: 'Which one is right? VidIQ or Studio?', with flair 'Discussion' +[2020-08-30 15:41:29,245] /u/The_Godfather69 had their flair updated +[2020-08-30 15:41:48,530] There has been a new submission: 'Go follow Titanfrostxx on twitch', with flair 'Discussion' +[2020-08-30 15:41:50,905] /u/lilmexican6000 had their flair updated +[2020-08-30 15:42:11,018] There has been a new submission: 'Mysterious', with flair 'Channel Review' +[2020-08-30 15:42:12,450] /u/Classic_emmex had their submission removed for insufficient lambda. +[2020-08-30 15:42:14,459] /u/Classic_emmex had their flair updated +[2020-08-30 15:42:33,495] There has been a new submission: 'Hi so I uploaded this a while back in my channel but never posted it here.lemme know what yall think about this. Thanks in advance', with flair 'Gaming' +[2020-08-30 15:42:34,479] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 15:42:34,480] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 15:42:35,504] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=roU_admfb_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:42:35,836] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu2jxGuxFt4ZNcKGdnR13dg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 15:42:38,832] /u/justthefamilyguy had their flair updated +[2020-08-30 15:42:59,717] There has been a new submission: 'please give adivse ...is the avatar eye catching?, its position on the screen okay?... its gameplay of deep rock galatic and the avatar reacts of whats going ... any criticism is welcome on this channel', with flair 'Gaming' +[2020-08-30 15:43:02,303] /u/Fullmoontobi1 had their submission removed for insufficient lambda. +[2020-08-30 15:43:04,265] /u/Fullmoontobi1 had their flair updated +[2020-08-30 15:44:38,982] '/u/Turbotoes' has given '/u/fiwithme' lambda! +[2020-08-30 15:44:40,951] /u/fiwithme had their flair updated +[2020-08-30 15:45:13,258] '/u/lalith19' has given '/u/CockandBallTorturexO' lambda! +[2020-08-30 15:45:14,665] /u/CockandBallTorturexO had their flair updated +[2020-08-30 15:45:39,336] '/u/lalith19' has given '/u/fiwithme' lambda! +[2020-08-30 15:45:41,636] /u/fiwithme had their flair updated +[2020-08-30 16:01:23,347] There has been a new submission: 'netflix avatar live action vs. avatar fans - trying to amp up video quality. igivelambda to all helpful advice :)', with flair 'Video Critique' +[2020-08-30 16:01:24,376] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 16:01:24,377] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 16:01:25,401] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x3PQmwInmB0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:01:25,693] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:01:29,259] /u/Redmond93 had their flair updated +[2020-08-30 16:02:05,298] There has been a new submission: 'The Rise of Double A Video Games', with flair 'Gaming' +[2020-08-30 16:02:06,601] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 16:02:06,602] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 16:02:07,381] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0LwcqtgKd44&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:02:07,750] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNEUeYmrOIVwh_vSxOPeeAg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:02:10,787] /u/Adzic254 had their flair updated +[2020-08-30 16:05:13,655] There has been a new submission: 'On my Way to 100 Subs ! Neeed your help guys <3', with flair 'Gaming' +[2020-08-30 16:05:15,174] /u/SaiTej99 had their submission removed for insufficient lambda. +[2020-08-30 16:05:16,852] /u/SaiTej99 had their flair updated +[2020-08-30 16:06:13,284] There has been a new submission: 'Blue.mp4', with flair 'Art' +[2020-08-30 16:06:14,553] /u/Emendocraft had their submission removed for insufficient lambda. +[2020-08-30 16:06:15,991] /u/Emendocraft had their flair updated +[2020-08-30 16:11:03,865] There has been a new submission: 'Please Please Please Help me get 1k subs so that I can monetize my channel! I know I'm not close but help me get it!', with flair 'Channel Review' +[2020-08-30 16:11:05,829] /u/unfinished-Sentenc- had their submission removed for insufficient lambda. +[2020-08-30 16:11:08,125] /u/unfinished-Sentenc- had their flair updated +[2020-08-30 16:13:01,892] There has been a new submission: '[TF2] A Classic Adventure', with flair 'Gaming' +[2020-08-30 16:13:03,378] /u/StainlessPot16 had their submission removed for insufficient lambda. +[2020-08-30 16:13:05,386] /u/StainlessPot16 had their flair updated +[2020-08-30 16:13:35,917] There has been a new submission: 'Building A Mansion In Minecraft | Minecraft Timelapse', with flair 'Video Critique' +[2020-08-30 16:13:36,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 16:13:36,616] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 16:13:37,350] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JazH8u6SR5I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:13:37,715] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkbWz2954mqCog2PLt61ckw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 16:13:41,337] /u/Ja_2020_104 had their flair updated +[2020-08-30 16:13:57,981] There has been a new submission: 'Building A Mansion In Minecraft | Minecraft Timelapse', with flair 'Video Critique' +[2020-08-30 16:13:59,303] /u/Ja_2020_104 had their submission removed for insufficient lambda. +[2020-08-30 16:14:01,530] /u/Ja_2020_104 had their flair updated +[2020-08-30 16:14:15,123] There has been a new submission: 'Building A Mansion In Minecraft | Minecraft Timelapse', with flair 'Video Critique' +[2020-08-30 16:14:16,593] /u/Ja_2020_104 had their submission removed for insufficient lambda. +[2020-08-30 16:14:19,047] /u/Ja_2020_104 had their flair updated +[2020-08-30 16:21:05,171] There has been a new submission: 'hello everyone, im really sad', with flair 'Discussion' +[2020-08-30 16:21:08,280] /u/Ja_2020_104 had their flair updated +[2020-08-30 16:27:24,503] There has been a new submission: 'Please Please Please Help me get 1k subs so that I can monetize my channel! I know I'm not close but help me get it!', with flair 'Discussion' +[2020-08-30 16:27:25,895] /u/unfinished-Sentenc- had their flair updated +[2020-08-30 16:27:58,726] There has been a new submission: 'Yo my second edit ty for yoir time', with flair 'None' +[2020-08-30 16:27:59,994] /u/glitchlesthafoxxx had their submission removed for insufficient lambda. +[2020-08-30 16:28:01,045] /u/glitchlesthafoxxx had their flair updated +[2020-08-30 16:28:36,305] There has been a new submission: 'Black Clover 262 Manga Chapter Review', with flair 'Channel Review' +[2020-08-30 16:28:37,168] /u/Khan_CCR had their submission removed for insufficient lambda. +[2020-08-30 16:28:38,069] /u/Khan_CCR had their flair updated +[2020-08-30 16:42:25,626] There has been a new submission: 'WOULD APPRECIATE IF YOU CHECKED OUT THIS CHANNEL! Uwu ^_^', with flair 'Gaming' +[2020-08-30 16:42:27,035] /u/Plolkay had their submission removed for insufficient lambda. +[2020-08-30 16:42:29,108] /u/Plolkay had their flair updated +[2020-08-30 16:47:58,188] +#################### +[Aug 30 2020 16:47:58] RESTARTED +#################### + +[2020-08-30 17:30:19,748] There has been a new submission: 'Can somebody tell me what i can do better', with flair 'Video Critique' +[2020-08-30 17:30:21,635] /u/SoshiProductions had their submission removed for insufficient lambda. +[2020-08-30 17:30:24,346] /u/SoshiProductions had their flair updated +[2020-08-30 17:30:44,359] There has been a new submission: 'After how many videos did you people reach your subscriber milestones?', with flair 'Discussion' +[2020-08-30 17:30:47,025] /u/neo_one_one had their flair updated +[2020-08-30 17:31:06,677] There has been a new submission: 'A friends rap about racial inequality in America. Please give it a listen', with flair 'Video Critique' +[2020-08-30 17:31:08,314] /u/PumperDumper69 had their submission removed for insufficient lambda. +[2020-08-30 17:31:10,569] /u/PumperDumper69 had their flair updated +[2020-08-30 17:31:30,713] There has been a new submission: 'RUSSELMANIA. Looking for honest feedback and critique - what's working and what's not working? Man, pumping out a video every week really forces you to be OK with mistakes, huh? Thanks in advance everyone!', with flair 'Video Critique' +[2020-08-30 17:31:32,472] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 17:31:32,475] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 17:31:33,615] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O33SF2di5Bw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 17:31:33,946] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 17:31:36,983] /u/DennisTheBadBoy had their flair updated +[2020-08-30 17:32:58,481] '/u/guyFCR' has given '/u/fiwithme' lambda! +[2020-08-30 17:33:01,052] /u/fiwithme had their flair updated +[2020-08-30 17:33:36,051] '/u/Jman45062' has given '/u/ItsDavidz' lambda! +[2020-08-30 17:33:38,631] /u/ItsDavidz had their flair updated +[2020-08-30 17:36:36,707] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/api/info/ +[2020-08-30 17:36:39,534] '/u/DennisTheBadBoy' has given '/u/catlessdog' lambda! +[2020-08-30 17:36:41,665] /u/catlessdog had their flair updated +[2020-08-30 17:37:00,075] '/u/guyFCR' has given '/u/Cap_America_AC' lambda! +[2020-08-30 17:37:02,119] /u/Cap_America_AC had their flair updated +[2020-08-30 17:37:35,567] '/u/CheapChopsticks' has given '/u/bigblindbear' lambda! +[2020-08-30 17:37:37,866] /u/bigblindbear had their flair updated +[2020-08-30 17:37:57,125] /u/bigblindbear had their flair updated +[2020-08-30 17:37:57,825] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-08-30 17:38:56,120] There has been a new submission: 'I do videos on gaming, anime, music, anything really and I'd love to build a community. So :) and I spend a lot of time editing and making them as entertaining as possible.', with flair 'Gaming' +[2020-08-30 17:38:57,019] /u/theoddissi had their submission removed for insufficient lambda. +[2020-08-30 17:38:57,756] /u/theoddissi had their flair updated +[2020-08-30 17:39:16,617] There has been a new submission: 'My channel!!', with flair 'Channel Review' +[2020-08-30 17:39:17,724] /u/Gelow2020 had their submission removed for insufficient lambda. +[2020-08-30 17:39:18,338] /u/Gelow2020 had their flair updated +[2020-08-30 17:39:34,975] There has been a new submission: 'Title advice for a Minecraft video', with flair 'Discussion' +[2020-08-30 17:39:35,675] /u/luistheperson had their flair updated +[2020-08-30 17:39:51,717] There has been a new submission: 'Here’s my recent video I hope to do more with my better camera but let me know what you think. I’m considering getting another light to be on my face', with flair 'Video Critique' +[2020-08-30 17:39:52,495] /u/Willakimboo had their submission removed for insufficient lambda. +[2020-08-30 17:39:52,945] /u/Willakimboo had their flair updated +[2020-08-30 17:40:09,095] There has been a new submission: 'This is my newest video, I would enjoy if you where to check it out and give some feedback cause I’m trying to grow! Thanks!', with flair 'Gaming' +[2020-08-30 17:40:10,774] /u/kvsh1 had their submission removed for insufficient lambda. +[2020-08-30 17:40:13,194] /u/kvsh1 had their flair updated +[2020-08-30 17:40:33,404] There has been a new submission: '1500 km on a Pit Bike to the sea (full trip pt 1)', with flair 'Video Critique' +[2020-08-30 17:40:35,122] /u/007figle had their submission removed for insufficient lambda. +[2020-08-30 17:40:37,499] /u/007figle had their flair updated +[2020-08-30 17:40:57,269] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 32 - Eternal Blue Sky (Khotu...', with flair 'Gaming' +[2020-08-30 17:40:59,067] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-30 17:41:01,424] /u/CecliusPlaysHD had their flair updated +[2020-08-30 17:41:21,242] There has been a new submission: 'Dayisthename', with flair 'Channel Review' +[2020-08-30 17:41:22,800] /u/DayNotAverage had their submission removed for insufficient lambda. +[2020-08-30 17:41:25,012] /u/DayNotAverage had their flair updated +[2020-08-30 17:41:44,832] There has been a new submission: '3 cars sing Moonlight Sonata in GTA San Andreas', with flair 'Gaming' +[2020-08-30 17:41:46,426] /u/Hank_Montgomery had their submission removed for insufficient lambda. +[2020-08-30 17:41:48,641] /u/Hank_Montgomery had their flair updated +[2020-08-30 17:42:41,310] '/u/CheapChopsticks' has given '/u/formulaanything' lambda! +[2020-08-30 17:42:44,305] /u/formulaanything had their flair updated +[2020-08-30 17:45:59,658] There has been a new submission: 'Cutting My Hair And Changing Colors! | Ft Katie | Vlog #4', with flair 'Vlog' +[2020-08-30 17:46:00,677] /u/Terasadon had their submission removed for insufficient lambda. +[2020-08-30 17:46:01,947] /u/Terasadon had their flair updated +[2020-08-30 17:46:19,748] There has been a new submission: 'Tech related video channel. Let me know whether content is good.', with flair 'Channel Review' +[2020-08-30 17:46:20,935] /u/Jass_deen had their submission removed for insufficient lambda. +[2020-08-30 17:46:22,124] /u/Jass_deen had their flair updated +[2020-08-30 17:47:12,080] There has been a new submission: 'India on A GoPro. A Trilogy series.', with flair 'Art' +[2020-08-30 17:47:13,145] /u/VivaSiolim had their submission removed for insufficient lambda. +[2020-08-30 17:47:14,254] /u/VivaSiolim had their flair updated +[2020-08-30 17:54:29,129] There has been a new submission: 'My personal meme compilation channel', with flair 'Video Critique' +[2020-08-30 17:54:30,484] /u/Medniya92 had their submission removed for insufficient lambda. +[2020-08-30 17:54:32,246] /u/Medniya92 had their flair updated +[2020-08-30 18:03:27,013] '/u/DoktorSkipper' has given '/u/midnightjenga' lambda! +[2020-08-30 18:03:29,718] /u/midnightjenga had their flair updated +[2020-08-30 18:06:50,747] There has been a new submission: 'Please check out my latest video would love any feedback you have. I stayed at the hotel where I got married and it was a big disappointment... Thankyou all 💜', with flair 'Vlog' +[2020-08-30 18:06:51,851] /u/StephanieArmitage had their submission removed for insufficient lambda. +[2020-08-30 18:06:53,041] /u/StephanieArmitage had their flair updated +[2020-08-30 18:09:23,550] There has been a new submission: '3 Best Altcoins', with flair 'Channel Review' +[2020-08-30 18:09:24,367] /u/mahfu_z had their submission removed for insufficient lambda. +[2020-08-30 18:09:25,066] /u/mahfu_z had their flair updated +[2020-08-30 18:09:46,092] There has been a new submission: 'A bit of an odd feed back request! - but thank you if you take the time to do it!', with flair 'Video Critique' +[2020-08-30 18:09:48,144] /u/SuperSymo_ had their flair updated +[2020-08-30 18:11:37,163] '/u/lalith19' has given '/u/Ashty1337' lambda! +[2020-08-30 18:11:39,958] /u/Ashty1337 had their flair updated +[2020-08-30 18:18:53,571] There has been a new submission: 'From Immigrant to Multi Millionaire in 6 Years | The Key To Success | Hamza_Ali', with flair 'Vlog' +[2020-08-30 18:18:54,637] /u/htown_hamza1 had their submission removed for insufficient lambda. +[2020-08-30 18:18:55,458] /u/htown_hamza1 had their flair updated +[2020-08-30 18:19:36,067] There has been a new submission: 'Vacation [ Video ] check out my music channel if you want(;', with flair 'Art' +[2020-08-30 18:19:36,846] /u/chrizuz had their submission removed for insufficient lambda. +[2020-08-30 18:19:37,420] /u/chrizuz had their flair updated +[2020-08-30 18:21:28,643] '/u/intrepidgrlventure' has given '/u/ItsDavidz' lambda! +[2020-08-30 18:21:31,511] /u/ItsDavidz had their flair updated +[2020-08-30 18:29:40,545] There has been a new submission: 'Bon Iver - 33 "GOD" Drum Cover', with flair 'Video Critique' +[2020-08-30 18:29:41,403] /u/AlexBastosDrummer had their submission removed for insufficient lambda. +[2020-08-30 18:29:41,940] /u/AlexBastosDrummer had their flair updated +[2020-08-30 18:32:58,721] '/u/DennisTheBadBoy' has given '/u/Medniya92' lambda! +[2020-08-30 18:33:01,140] /u/Medniya92 had their flair updated +[2020-08-30 18:33:41,299] There has been a new submission: 'yo', with flair 'Gaming' +[2020-08-30 18:33:43,840] /u/KlenUrMum had their submission removed for insufficient lambda. +[2020-08-30 18:33:45,771] /u/KlenUrMum had their flair updated +[2020-08-30 18:37:29,173] There has been a new submission: 'If anyone is interested in a Cod Funny Moments channel, I'm your guy. Check it out and hopefully I can get a couple laughs or chuckles out of you.', with flair 'Gaming' +[2020-08-30 18:37:30,079] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 18:37:30,081] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 18:37:31,100] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=q2th4m72zNE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 18:37:31,471] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChxm_IYaAsbwOD5cQlHtlIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 18:37:33,727] /u/WubbzyHeat had their flair updated +[2020-08-30 18:44:40,700] There has been a new submission: 'Gonna give lambda to even slightly helpful comment, but please be honest [VideoCritique]', with flair 'Video Critique' +[2020-08-30 18:44:43,534] /u/SomebodySeriousReal had their flair updated +[2020-08-30 18:45:12,314] '/u/dansometv' has given '/u/tktylerkong' lambda! +[2020-08-30 18:45:13,964] /u/tktylerkong had their flair updated +[2020-08-30 18:45:25,748] '/u/dansometv' has given '/u/fiwithme' lambda! +[2020-08-30 18:45:27,399] /u/fiwithme had their flair updated +[2020-08-30 18:45:49,556] There has been a new submission: 'Had an amazing time last night on my NB', with flair 'Gaming' +[2020-08-30 18:45:50,992] /u/Unfadingsilence had their submission removed for insufficient lambda. +[2020-08-30 18:45:52,677] /u/Unfadingsilence had their flair updated +[2020-08-30 18:46:30,193] '/u/dansometv' has given '/u/Prouten' lambda! +[2020-08-30 18:46:32,618] /u/Prouten had their flair updated +[2020-08-30 18:47:06,450] There has been a new submission: 'Developing Trust Issues in Among Us(this is a collab video I did and it was super fun to record. Hope you like it and I will give lambda in most scenarios.(and by most I mean almost every comment)', with flair 'Video Critique' +[2020-08-30 18:47:07,354] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 18:47:07,392] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 18:47:08,460] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Mv-xHzpg2V4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 18:47:08,873] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJiVtFar2gl2Nw8dkDsvLyA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 18:47:11,001] /u/MrCarsone had their flair updated +[2020-08-30 18:47:28,507] There has been a new submission: 'Hey guys just started a singing channel, was part of an a cappella group in college. This is my cover of Whole New World from Aladdin. Open to suggestions!', with flair 'Video Critique' +[2020-08-30 18:47:29,658] /u/CenturusLoL had their submission removed for insufficient lambda. +[2020-08-30 18:47:57,274] +#################### +[Aug 30 2020 18:47:57] RESTARTED +#################### + +[2020-08-30 19:30:39,706] There has been a new submission: 'TENET Movie Review', with flair 'None' +[2020-08-30 19:30:41,675] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-08-30 19:30:43,935] /u/Derbyboyuk had their flair updated +[2020-08-30 19:31:03,279] There has been a new submission: 'Starting to upload again, feedback will be appreciated', with flair 'Channel Review' +[2020-08-30 19:31:04,916] /u/xNemz had their submission removed for insufficient lambda. +[2020-08-30 19:31:07,126] /u/xNemz had their flair updated +[2020-08-30 19:31:26,536] There has been a new submission: 'Purposely Mispronouncing Fast Food Menu Items In The Drive Thru', with flair 'Video Critique' +[2020-08-30 19:31:28,378] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 19:31:28,417] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 19:31:29,197] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=IkB2GWj5zjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:31:29,603] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEEcOReCFj_xJjXLjgiqXZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:31:33,079] /u/tktylerkong had their flair updated +[2020-08-30 19:31:52,242] There has been a new submission: 'ROXANNE Fortnite Montage', with flair 'Channel Review' +[2020-08-30 19:31:53,678] /u/Interesting-Tip-9603 had their submission removed for insufficient lambda. +[2020-08-30 19:31:55,851] /u/Interesting-Tip-9603 had their flair updated +[2020-08-30 19:32:15,331] There has been a new submission: 'World Class Detectives Arrest The Wrong Guy 🕵️♂️ I tried out something new with the on-screen subtitles, All kinds of feedback/critisism or suggestions appreciated & VERY needed 💗', with flair 'Video Critique' +[2020-08-30 19:32:16,316] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 19:32:16,318] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 19:32:17,137] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s6oaktdimPY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:32:17,506] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:32:20,862] /u/qzeqYT had their flair updated +[2020-08-30 19:34:10,464] '/u/SomebodySeriousReal' has given '/u/Medniya92' lambda! +[2020-08-30 19:34:13,045] /u/Medniya92 had their flair updated +[2020-08-30 19:35:57,988] '/u/kingury7' has given '/u/CenturusLoL' lambda! +[2020-08-30 19:35:59,588] /u/CenturusLoL had their flair updated +[2020-08-30 19:37:56,437] There has been a new submission: '[LAMBDA for GENUINE feedback] A Fall Guys video, but there is lore and the winner becomes GOD! 🙏🙏🙏', with flair 'Video Critique' +[2020-08-30 19:37:57,465] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 19:37:57,466] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 19:37:58,365] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lZcqA0rgAeg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:37:58,730] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCG7UNFkem9BB5rSRGY2B4Sw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 19:38:00,565] /u/YourSexyCellMate had their flair updated +[2020-08-30 19:38:17,083] There has been a new submission: 'I Need Feedback Plz', with flair 'Channel Review' +[2020-08-30 19:38:17,982] /u/yepthatisaepicgamer had their submission removed for insufficient lambda. +[2020-08-30 19:38:18,761] /u/yepthatisaepicgamer had their flair updated +[2020-08-30 19:38:35,566] There has been a new submission: '[LAMBDA for GENUINE feedback] A Fall Guys video, but there is lore and the winner becomes GOD! 🙏🙏🙏', with flair 'Video Critique' +[2020-08-30 19:38:36,875] /u/YourSexyCellMate had their submission removed for insufficient lambda. +[2020-08-30 19:38:38,108] /u/YourSexyCellMate had their flair updated +[2020-08-30 19:38:54,450] There has been a new submission: '[LAMBDA for GENUINE feedback] A Fall Guys video, but there is lore and the winner becomes GOD! 🙏🙏🙏', with flair 'Video Critique' +[2020-08-30 19:38:55,838] /u/YourSexyCellMate had their submission removed for insufficient lambda. +[2020-08-30 19:38:57,110] /u/YourSexyCellMate had their flair updated +[2020-08-30 19:39:13,568] There has been a new submission: '[LAMBDA for GENUINE feedback] A Fall Guys video, but there is lore and the winner becomes GOD! 🙏🙏🙏', with flair 'Video Critique' +[2020-08-30 19:39:14,960] /u/YourSexyCellMate had their submission removed for insufficient lambda. +[2020-08-30 19:39:16,107] /u/YourSexyCellMate had their flair updated +[2020-08-30 19:39:33,427] There has been a new submission: '[LAMBDA for GENUINE feedback] A Fall Guys video, but there is lore and the winner becomes GOD! 🙏🙏🙏', with flair 'Video Critique' +[2020-08-30 19:39:34,943] /u/YourSexyCellMate had their submission removed for insufficient lambda. +[2020-08-30 19:39:36,255] /u/YourSexyCellMate had their flair updated +[2020-08-30 19:39:53,082] There has been a new submission: 'Shahi Haryali mutton😋', with flair 'None' +[2020-08-30 19:39:53,902] /u/Cookwithnasima had their submission removed for insufficient lambda. +[2020-08-30 19:39:54,398] /u/Cookwithnasima had their flair updated +[2020-08-30 19:40:11,840] There has been a new submission: 'I made a video with little to no effort and now its my most viewed video', with flair 'Discussion' +[2020-08-30 19:40:15,366] /u/MetaBreaker25 had their flair updated +[2020-08-30 19:51:32,905] There has been a new submission: 'Minecraft: Race to The EnderDragon Part 1!!!', with flair 'Gaming' +[2020-08-30 19:51:34,589] /u/NITROLYFUN had their submission removed for insufficient lambda. +[2020-08-30 19:51:36,848] /u/NITROLYFUN had their flair updated +[2020-08-30 19:52:30,121] There has been a new submission: 'New to both making videos and editing', with flair 'Video Critique' +[2020-08-30 19:52:31,677] /u/clouded0901 had their submission removed for insufficient lambda. +[2020-08-30 19:52:33,768] /u/clouded0901 had their flair updated +[2020-08-30 19:56:20,275] '/u/SomebodySeriousReal' has given '/u/EliaZ94' lambda! +[2020-08-30 19:56:22,286] /u/EliaZ94 had their flair updated +[2020-08-30 19:58:28,989] There has been a new submission: 'Appreciate any feedback, good or bad!', with flair 'Video Critique' +[2020-08-30 19:58:30,305] /u/Vhalkarna had their submission removed for insufficient lambda. +[2020-08-30 19:58:31,152] /u/Vhalkarna had their flair updated +[2020-08-30 19:59:09,472] There has been a new submission: '“ME AND THE BOYS FIND A WENDY’S IN WARZONE?!” - Call of Duty Warzone w/ The Homies', with flair 'Gaming' +[2020-08-30 19:59:10,293] /u/jtm_121212 had their submission removed for insufficient lambda. +[2020-08-30 19:59:11,033] /u/jtm_121212 had their flair updated +[2020-08-30 20:01:59,754] There has been a new submission: '1.16 is CHAOS(Any thoughts :D Giving Lambda to helpful feedback <3)', with flair 'Gaming' +[2020-08-30 20:02:00,591] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 20:02:00,593] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 20:02:01,692] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0z0_iBHwXZI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:02:02,064] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTB87eMCM5iDeoIDMMYZMhg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:02:05,458] /u/MyNameIsDracoHi had their flair updated +[2020-08-30 20:03:14,705] '/u/SomebodySeriousReal' has given '/u/LastCryForHelp' lambda! +[2020-08-30 20:03:17,327] /u/LastCryForHelp had their flair updated +[2020-08-30 20:07:00,587] There has been a new submission: 'Creating a Dropshipping store and getting Sales in 24 hours - Would love Feedback Guys? First ever video', with flair 'Channel Review' +[2020-08-30 20:07:01,736] /u/KrystenVarano had their submission removed for insufficient lambda. +[2020-08-30 20:07:03,291] /u/KrystenVarano had their flair updated +[2020-08-30 20:09:04,111] '/u/qzeqYT' has given '/u/EliaZ94' lambda! +[2020-08-30 20:09:06,114] /u/EliaZ94 had their flair updated +[2020-08-30 20:10:06,324] '/u/YourSexyCellMate' has given '/u/EliaZ94' lambda! +[2020-08-30 20:10:09,148] /u/EliaZ94 had their flair updated +[2020-08-30 20:12:59,406] '/u/WubbzyHeat' has given '/u/LastCryForHelp' lambda! +[2020-08-30 20:13:02,154] /u/LastCryForHelp had their flair updated +[2020-08-30 20:20:10,148] '/u/guyFCR' has given '/u/the_real_d247' lambda! +[2020-08-30 20:20:13,014] /u/the_real_d247 had their flair updated +[2020-08-30 20:24:59,625] '/u/MrCarsone' has given '/u/catlessdog' lambda! +[2020-08-30 20:25:02,114] /u/catlessdog had their flair updated +[2020-08-30 20:25:44,531] There has been a new submission: 'Little Miss Muffet's Youtube Channel', with flair 'Channel Review' +[2020-08-30 20:25:47,190] /u/EliaZ94 had their flair updated +[2020-08-30 20:27:52,182] '/u/WubbzyHeat' has given '/u/catlessdog' lambda! +[2020-08-30 20:27:53,285] /u/catlessdog had their flair updated +[2020-08-30 20:29:15,539] '/u/brovalley' has given '/u/Doesntpayfullprice' lambda! +[2020-08-30 20:29:16,466] /u/Doesntpayfullprice had their flair updated +[2020-08-30 20:34:19,768] There has been a new submission: 'How do you grow a youtube channel with 13 subs?', with flair 'Discussion' +[2020-08-30 20:34:22,225] /u/LavaMgamer had their flair updated +[2020-08-30 20:34:45,796] '/u/MrMoo-Youtube' has given '/u/BillyGoatLazarus' lambda! +[2020-08-30 20:34:48,460] /u/BillyGoatLazarus had their flair updated +[2020-08-30 20:40:07,074] There has been a new submission: 'Finally tried making a Review Video. Any type of feedback and suggestion is welcome.', with flair 'Video Critique' +[2020-08-30 20:40:08,262] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 20:40:08,263] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 20:40:09,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dSDnaz9M5so&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:40:09,448] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:40:13,333] /u/playerinfinity707 had their flair updated +[2020-08-30 20:41:57,386] '/u/WubbzyHeat' has given '/u/CenturusLoL' lambda! +[2020-08-30 20:41:59,440] /u/CenturusLoL had their flair updated +[2020-08-30 20:43:25,650] There has been a new submission: 'Rainbow Six Siege toxic moments that make me barf (giving lambda for feedback :D)', with flair 'Gaming' +[2020-08-30 20:43:26,351] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 20:43:26,352] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 20:43:27,026] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=08iq8IItIr0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:43:27,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1213h3R0RKxxtq9u8THYWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 20:43:31,036] /u/FaBreezyEzy had their flair updated +[2020-08-30 20:44:01,526] There has been a new submission: 'How can I make your day amazing ?', with flair 'Video Critique' +[2020-08-30 20:44:02,811] /u/NatureFrequencies had their submission removed for insufficient lambda. +[2020-08-30 20:44:04,641] /u/NatureFrequencies had their flair updated +[2020-08-30 20:46:09,430] /u/MrKathooloo had their flair updated +[2020-08-30 20:47:58,243] +#################### +[Aug 30 2020 20:47:58] RESTARTED +#################### + +[2020-08-30 21:30:10,868] There has been a new submission: 'Deity D4 duo mic : the almost perfect mic for Youtubers? Tested with iPhone 11!', with flair 'Vlog' +[2020-08-30 21:30:12,637] /u/Moonkill1023 had their submission removed for insufficient lambda. +[2020-08-30 21:30:15,025] /u/Moonkill1023 had their flair updated +[2020-08-30 21:30:24,210] There has been a new submission: 'YO ILL GIVE YOU LAMBDA | Let me know how to improve and subscribe if you want to :)', with flair 'Video Critique' +[2020-08-30 21:30:25,891] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 21:30:25,930] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 21:30:27,039] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4EbtWWAqBDA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 21:30:27,405] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxdxZVYJx4DG5MS8S7c-Kxw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 21:30:30,968] /u/catlessdog had their flair updated +[2020-08-30 21:30:50,150] There has been a new submission: 'Hehe', with flair 'Channel Review' +[2020-08-30 21:30:51,749] /u/BlueTurtleYT had their submission removed for insufficient lambda. +[2020-08-30 21:30:54,210] /u/BlueTurtleYT had their flair updated +[2020-08-30 21:31:14,470] There has been a new submission: 'Never Change🥀(Fortnite Montage)', with flair 'Gaming' +[2020-08-30 21:31:16,149] /u/CloveraysFortnite had their submission removed for insufficient lambda. +[2020-08-30 21:31:18,406] /u/CloveraysFortnite had their flair updated +[2020-08-30 21:31:37,814] There has been a new submission: 'FALL GUYS BUT IT'S THE 80s [feedback por favor]', with flair 'Gaming' +[2020-08-30 21:31:39,535] /u/ameixarocha had their submission removed for insufficient lambda. +[2020-08-30 21:31:42,767] /u/ameixarocha had their flair updated +[2020-08-30 21:32:01,482] There has been a new submission: 'I made a video about movies. I would really like to see your feedback', with flair 'Channel Review' +[2020-08-30 21:32:03,037] /u/reversezoom16 had their submission removed for insufficient lambda. +[2020-08-30 21:32:05,121] /u/reversezoom16 had their flair updated +[2020-08-30 21:32:24,529] There has been a new submission: 'Giving λ for helpful feedback on this anti-comedic and uncomfortable video I made', with flair 'Video Critique' +[2020-08-30 21:32:27,444] /u/LastCryForHelp had their flair updated +[2020-08-30 21:32:50,645] '/u/SomebodySeriousReal' has given '/u/CenturusLoL' lambda! +[2020-08-30 21:32:53,219] /u/CenturusLoL had their flair updated +[2020-08-30 21:34:55,968] '/u/Turbotoes' has given '/u/SomebodySeriousReal' lambda! +[2020-08-30 21:34:58,342] /u/SomebodySeriousReal had their flair updated +[2020-08-30 21:36:44,729] '/u/tktylerkong' has given '/u/EliaZ94' lambda! +[2020-08-30 21:36:47,145] /u/EliaZ94 had their flair updated +[2020-08-30 21:38:47,540] There has been a new submission: 'Here is one of my newest videos, it's just a drawing timelapse thing.', with flair 'Video Critique' +[2020-08-30 21:38:48,479] /u/kongzilla62yt had their submission removed for insufficient lambda. +[2020-08-30 21:38:49,173] /u/kongzilla62yt had their flair updated +[2020-08-30 21:39:06,152] There has been a new submission: 'GTA V - Im Such a Noob', with flair 'Gaming' +[2020-08-30 21:39:07,335] /u/life_is_somewhat_fun had their submission removed for insufficient lambda. +[2020-08-30 21:39:07,993] /u/life_is_somewhat_fun had their flair updated +[2020-08-30 21:39:24,625] There has been a new submission: 'My Very New and unsuccessful channel', with flair 'Channel Review' +[2020-08-30 21:39:25,687] /u/No_Name_Error111 had their submission removed for insufficient lambda. +[2020-08-30 21:39:26,220] /u/No_Name_Error111 had their flair updated +[2020-08-30 21:39:43,332] There has been a new submission: 'Girls Like to Fish too', with flair 'Channel Review' +[2020-08-30 21:39:44,151] /u/ogdresta had their submission removed for insufficient lambda. +[2020-08-30 21:39:44,647] /u/ogdresta had their flair updated +[2020-08-30 21:47:59,213] There has been a new submission: 'This was a fun one to make, would love your feedback. Thanks for watching!', with flair 'Video Critique' +[2020-08-30 21:48:00,925] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 21:48:00,927] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 21:48:01,945] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O-Dj8X_AfJs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 21:48:02,276] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnem30HXhkyJZ3eX6jajV6g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 21:48:04,485] /u/Doesntpayfullprice had their flair updated +[2020-08-30 21:52:13,108] There has been a new submission: 'Bedwars but we just can’t win', with flair 'Gaming' +[2020-08-30 21:52:14,701] /u/SloyoSussex had their submission removed for insufficient lambda. +[2020-08-30 21:52:17,481] /u/SloyoSussex had their flair updated +[2020-08-30 21:54:54,733] '/u/catlessdog' has given '/u/LastCryForHelp' lambda! +[2020-08-30 21:54:57,280] /u/LastCryForHelp had their flair updated +[2020-08-30 21:55:17,136] There has been a new submission: 'I have 470 subscribers but average 60-80 views and 5-10 likes per video is that good?', with flair 'Discussion' +[2020-08-30 21:55:19,392] /u/FaBreezyEzy had their flair updated +[2020-08-30 21:56:40,257] There has been a new submission: 'Please help', with flair 'Channel Review' +[2020-08-30 21:56:41,445] /u/Evanzy86 had their submission removed for insufficient lambda. +[2020-08-30 21:56:42,761] /u/Evanzy86 had their flair updated +[2020-08-30 21:57:01,589] '/u/FaBreezyEzy' has given '/u/CedricHD' lambda! +[2020-08-30 21:57:03,430] /u/CedricHD had their flair updated +[2020-08-30 22:01:54,028] '/u/catlessdog' has given '/u/SloyoSussex' lambda! +[2020-08-30 22:01:57,660] /u/SloyoSussex had their flair updated +[2020-08-30 22:08:23,050] There has been a new submission: 'Hey guys just started a singing channel, was part of an a cappella group in college. This is my cover of Whole New World from Aladdin. Open to suggestions and if you enjoy the video please like and subscribe!', with flair 'Video Critique' +[2020-08-30 22:08:24,357] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 22:08:24,359] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 22:08:25,459] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tcYFkUcjFx8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 22:08:25,831] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9jMmn1OVsrHIFLWm1K1czg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 22:08:27,918] /u/CenturusLoL had their flair updated +[2020-08-30 22:08:54,533] There has been a new submission: 'My friend makes incredible short animations and I write scores for them. We'd love for people to see and let us know what you think!', with flair 'Art' +[2020-08-30 22:08:55,272] /u/RobertGMatheson had their submission removed for insufficient lambda. +[2020-08-30 22:08:56,012] /u/RobertGMatheson had their flair updated +[2020-08-30 22:32:01,339] '/u/qzeqYT' has given '/u/AsunderSage672' lambda! +[2020-08-30 22:32:04,162] /u/AsunderSage672 had their flair updated +[2020-08-30 22:46:48,610] There has been a new submission: 'Could use some feedback on this video! The more constructive, the better! Giving Lambda for useful critiques!~', with flair 'Video Critique' +[2020-08-30 22:46:49,471] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 22:46:49,472] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 22:46:50,495] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eNKTO0ay7FE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 22:46:50,785] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgLqtful06fq51BLsE2ga1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 22:46:53,357] /u/justYujiYT had their flair updated +[2020-08-30 22:47:58,286] +#################### +[Aug 30 2020 22:47:58] RESTARTED +#################### + +[2020-08-30 23:20:30,302] '/u/WubbzyHeat' has given '/u/AsunderSage672' lambda! +[2020-08-30 23:20:32,929] /u/AsunderSage672 had their flair updated +[2020-08-30 23:21:19,628] There has been a new submission: 'Land in places land should not be (last part of a series)', with flair 'Video Critique' +[2020-08-30 23:21:21,555] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-30 23:21:21,593] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-30 23:21:22,736] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MQvAu9Rkp1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 23:21:23,027] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ddeC9AfCqC8n3rDQyC3yw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-30 23:21:26,217] /u/Mustardcloud had their flair updated +[2020-08-30 23:32:59,885] There has been a new submission: 'Hey guys, come check out my YouTube video, any feedback would be appreciated, thankyou!', with flair 'Gaming' +[2020-08-30 23:33:01,423] /u/QuasarABZ had their submission removed for insufficient lambda. +[2020-08-30 23:33:03,472] /u/QuasarABZ had their flair updated +[2020-08-30 23:43:49,323] '/u/CenturusLoL' has given '/u/-BR25-' lambda! +[2020-08-30 23:43:51,226] /u/-BR25- had their flair updated +[2020-08-30 23:44:06,021] There has been a new submission: 'The Franklin Expedition', with flair 'Art' +[2020-08-30 23:44:07,415] /u/MysteryArchives had their submission removed for insufficient lambda. +[2020-08-30 23:44:09,391] /u/MysteryArchives had their flair updated +[2020-08-30 23:59:06,959] There has been a new submission: 'Playing Pavlov VR with Moses - Funny VR Moments', with flair 'Gaming' +[2020-08-30 23:59:08,649] /u/ROCKdaBOATgaming had their submission removed for insufficient lambda. +[2020-08-30 23:59:09,385] /u/ROCKdaBOATgaming had their flair updated +[2020-08-31 00:00:24,168] There has been a new submission: 'Minecraft hardcore mode!', with flair 'Gaming' +[2020-08-31 00:00:25,724] /u/TeamChromeZero had their submission removed for insufficient lambda. +[2020-08-31 00:00:28,013] /u/TeamChromeZero had their flair updated +[2020-08-31 00:05:58,502] There has been a new submission: 'Hello I would really appreciate some feedback, this is only my fourth video so far so any input is welcome (thumbnail, video content, facecam) it’ll all be used and accounted to growing my channel!', with flair 'Video Critique' +[2020-08-31 00:06:00,212] /u/AntiOriginalUsername had their submission removed for insufficient lambda. +[2020-08-31 00:06:02,425] /u/AntiOriginalUsername had their flair updated +[2020-08-31 00:06:54,809] There has been a new submission: 'NEW VIDEO!!', with flair 'Gaming' +[2020-08-31 00:06:56,238] /u/oLeeroy had their submission removed for insufficient lambda. +[2020-08-31 00:06:57,630] /u/oLeeroy had their flair updated +[2020-08-31 00:08:55,802] There has been a new submission: 'Another short 30s video from me, I drove myself crazy fixing the audio levels on this one so please point out any inconsistencies you hear. As always candid feedback appreciated, lay the good and the bad on me!', with flair 'Video Critique' +[2020-08-31 00:08:56,704] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 00:08:56,705] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 00:08:57,604] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ngRVnXmXAKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 00:08:58,136] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4zbkailMeIqOF2VNiNKlFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 00:09:00,358] /u/lolaccounting had their flair updated +[2020-08-31 00:10:04,467] There has been a new submission: 'Made my first car cinematic video! Feedback appreciated.', with flair 'Video Critique' +[2020-08-31 00:10:06,434] /u/CONSTANTIN_images had their submission removed for insufficient lambda. +[2020-08-31 00:10:08,903] /u/CONSTANTIN_images had their flair updated +[2020-08-31 00:18:13,146] There has been a new submission: 'Hey guys checkout my latest...Need your thoughts', with flair 'None' +[2020-08-31 00:18:14,502] /u/Snoo-914 had their submission removed for insufficient lambda. +[2020-08-31 00:18:16,226] /u/Snoo-914 had their flair updated +[2020-08-31 00:23:37,990] '/u/qzeqYT' has given '/u/thetuber03' lambda! +[2020-08-31 00:23:40,327] /u/thetuber03 had their flair updated +[2020-08-31 00:29:50,986] There has been a new submission: 'any feedback?', with flair 'Channel Review' +[2020-08-31 00:29:51,718] /u/RepairedLamp178 had their submission removed for insufficient lambda. +[2020-08-31 00:29:52,173] /u/RepairedLamp178 had their flair updated +[2020-08-31 00:45:51,877] There has been a new submission: '*NEW* FallGuys CRAZY Glitches and WTF Moments #4', with flair 'Gaming' +[2020-08-31 00:45:53,194] /u/big-daddy-shrek606 had their submission removed for insufficient lambda. +[2020-08-31 00:45:54,877] /u/big-daddy-shrek606 had their flair updated +[2020-08-31 00:47:58,032] +#################### +[Aug 31 2020 00:47:58] RESTARTED +#################### + +[2020-08-31 01:21:24,928] There has been a new submission: 'If you guys enjoy watching Call Of Duty gameplay give my channel a try! If you happen to enjoy the content maybe you’d like to support the rest of my journey. I’m happy at how much I’ve grown these past few weeks! 💙 I’m gonna keep grinding until my dream’s a reality! 💪🏻 YT link in comments below', with flair 'Gaming' +[2020-08-31 01:21:26,690] /u/ted_playsTTV had their submission removed for insufficient lambda. +[2020-08-31 01:21:28,783] /u/ted_playsTTV had their flair updated +[2020-08-31 01:21:48,590] There has been a new submission: 'If you guys enjoy watching Call of duty videos give my channel a try! If you happen to enjoy maybe you’d like to support the rest of my journey ! 💪🏻', with flair 'Gaming' +[2020-08-31 01:21:50,233] /u/ted_playsTTV had their submission removed for insufficient lambda. +[2020-08-31 01:21:52,365] /u/ted_playsTTV had their flair updated +[2020-08-31 01:22:11,984] There has been a new submission: 'Starting Medical School during COVID (M1 Year)', with flair 'Vlog' +[2020-08-31 01:22:13,420] /u/gsyu98 had their submission removed for insufficient lambda. +[2020-08-31 01:22:15,509] /u/gsyu98 had their flair updated +[2020-08-31 01:25:09,055] There has been a new submission: 'I WIN IN FALL GUYS THE VIDEO ENDS! - Fall Guys Ultimate Knockout', with flair 'Gaming' +[2020-08-31 01:25:10,163] /u/Gar445045 had their submission removed for insufficient lambda. +[2020-08-31 01:25:11,635] /u/Gar445045 had their flair updated +[2020-08-31 01:25:29,608] There has been a new submission: 'Tell me what you think', with flair 'Gaming' +[2020-08-31 01:25:30,748] /u/yeetgamr had their submission removed for insufficient lambda. +[2020-08-31 01:25:32,099] /u/yeetgamr had their flair updated +[2020-08-31 01:28:49,664] '/u/justYujiYT' has given '/u/CockandBallTorturexO' lambda! +[2020-08-31 01:28:51,519] /u/CockandBallTorturexO had their flair updated +[2020-08-31 02:05:26,382] There has been a new submission: 'TikTok Ban Prompts New "Get A Real Job" Challenge', with flair 'Channel Review' +[2020-08-31 02:05:27,652] /u/dianexoxo44 had their submission removed for insufficient lambda. +[2020-08-31 02:05:29,311] /u/dianexoxo44 had their flair updated +[2020-08-31 02:14:52,468] There has been a new submission: 'New Video! (Roblox)', with flair 'Gaming' +[2020-08-31 02:14:53,716] /u/TypicalHam had their submission removed for insufficient lambda. +[2020-08-31 02:14:55,457] /u/TypicalHam had their flair updated +[2020-08-31 02:29:11,397] There has been a new submission: 'Check out my first YouTube video! This first vid had a whole lot of trash talk and is the prelude to my franchise series coming up in the future! Hope y’all enjoy! WELCOME TO THE CHANNEL - GOT REAL NEGATIVE WITH @nellygotdajuice | Madden 21', with flair 'Gaming' +[2020-08-31 02:29:12,157] /u/Many_Marionberry453 had their submission removed for insufficient lambda. +[2020-08-31 02:29:12,903] /u/Many_Marionberry453 had their flair updated +[2020-08-31 02:31:50,415] There has been a new submission: 'mouse & keyboard sounds (Hypixel Skywars)-V2', with flair 'Video Critique' +[2020-08-31 02:31:52,256] /u/silenus47 had their submission removed for insufficient lambda. +[2020-08-31 02:31:54,427] /u/silenus47 had their flair updated +[2020-08-31 02:34:05,021] There has been a new submission: 'PEOPLE DYING ON THE INSIDE #2', with flair 'Video Critique' +[2020-08-31 02:34:06,288] /u/frogs4life69 had their submission removed for insufficient lambda. +[2020-08-31 02:34:08,289] /u/frogs4life69 had their flair updated +[2020-08-31 02:40:11,163] There has been a new submission: 'Looking for a Collab', with flair 'Collab' +[2020-08-31 02:40:14,222] /u/OracleGamingYT had their flair updated +[2020-08-31 02:47:27,509] There has been a new submission: 'Gm Mode and Hilarious Cutscene to 😂', with flair 'Gaming' +[2020-08-31 02:47:28,691] /u/LucasKingYT had their submission removed for insufficient lambda. +[2020-08-31 02:47:30,048] /u/LucasKingYT had their flair updated +[2020-08-31 02:47:45,939] +#################### +[Aug 31 2020 02:47:45] RESTARTED +#################### + +[2020-08-31 03:13:09,178] There has been a new submission: 'Basically brand new and I'm trying out a new editing style - critiques?', with flair 'Gaming' +[2020-08-31 03:13:10,614] /u/Like20MinutesAgo had their submission removed for insufficient lambda. +[2020-08-31 03:13:12,375] /u/Like20MinutesAgo had their flair updated +[2020-08-31 03:13:35,977] There has been a new submission: 'Do people still make channel trailers?', with flair 'Discussion' +[2020-08-31 03:13:39,222] /u/Davidplaysgames had their flair updated +[2020-08-31 03:14:02,022] There has been a new submission: 'hi everyone, can someone give their opinions on my video?', with flair 'Channel Review' +[2020-08-31 03:14:03,494] /u/Jrhao27 had their submission removed for insufficient lambda. +[2020-08-31 03:14:05,133] /u/Jrhao27 had their flair updated +[2020-08-31 03:17:41,135] There has been a new submission: 'I recently changed content from "what my channel was discovered for" to content more in the direction of the kind of content I want to create but am seeing no growth. I even lose subs every upload I gain back in the coming days but is extremly dishearting any feed back or anyone experience this?', with flair 'Video Critique' +[2020-08-31 03:17:42,327] /u/R9beats had their submission removed for insufficient lambda. +[2020-08-31 03:17:43,312] /u/R9beats had their flair updated +[2020-08-31 03:26:02,208] '/u/MaxTheRockerv1' has given '/u/ItsDavidz' lambda! +[2020-08-31 03:26:04,503] /u/ItsDavidz had their flair updated +[2020-08-31 03:27:35,334] There has been a new submission: 'KirbY sUcks funny montage by me hope you like it', with flair 'Gaming' +[2020-08-31 03:27:36,365] /u/A-little-squidish had their submission removed for insufficient lambda. +[2020-08-31 03:27:37,575] /u/A-little-squidish had their flair updated +[2020-08-31 03:32:51,611] '/u/WubbzyHeat' has given '/u/TheRealTenpro' lambda! +[2020-08-31 03:32:54,324] /u/TheRealTenpro had their flair updated +[2020-08-31 03:43:02,204] There has been a new submission: 'There are way too many fake people here', with flair 'Discussion' +[2020-08-31 03:43:04,562] /u/shadossplayz had their flair updated +[2020-08-31 03:43:35,841] There has been a new submission: 'More improvements overall, including some ridiculous time consuming subtitles. Your feedback matters and will propel me to greatness, I can feel it! lol. Git you sum lambda for actual feedback. Thanks folks!', with flair 'Video Critique' +[2020-08-31 03:43:36,583] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 03:43:36,585] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 03:43:36,932] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=iPF91CTwDI8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 03:43:37,106] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrh3lr7oqi0-alR_41qu1KA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 03:43:39,820] /u/Illfury had their flair updated +[2020-08-31 04:00:18,291] '/u/FaBreezyEzy' has given '/u/TheRealTenpro' lambda! +[2020-08-31 04:00:20,580] /u/TheRealTenpro had their flair updated +[2020-08-31 04:03:46,346] '/u/YourSexyCellMate' has given '/u/TheRealTenpro' lambda! +[2020-08-31 04:03:48,844] /u/TheRealTenpro had their flair updated +[2020-08-31 04:04:29,264] /u/shadossplayz had their flair updated +[2020-08-31 04:13:28,447] There has been a new submission: 'My new video what do you guys think as mentiond i added subtitles hope you guys enjoy.', with flair 'Gaming' +[2020-08-31 04:13:29,008] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 04:13:29,010] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 04:13:29,101] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kuBT2j5q_a4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 04:13:29,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzbZALVi94q9nAPBpjEmchQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 04:13:32,037] /u/RsTGEKO had their flair updated +[2020-08-31 04:22:59,580] There has been a new submission: 'Welcome to my Youtube Channel~', with flair 'Vlog' +[2020-08-31 04:23:02,005] /u/ambangtan had their submission removed for insufficient lambda. +[2020-08-31 04:23:04,033] /u/ambangtan had their flair updated +[2020-08-31 04:27:41,049] There has been a new submission: 'Storytelling in Apex Legends (I know the audio needs work) thanks for helping everybody', with flair 'Gaming' +[2020-08-31 04:27:41,250] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 04:27:41,252] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 04:27:41,348] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mSc1ZEQDKXA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 04:27:41,462] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJ60zm-_DhRPQ4dlxvJ3ZbA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 04:27:43,118] /u/TheRealTenpro had their flair updated +[2020-08-31 04:31:40,566] There has been a new submission: 'How we decided to send our first video [900 views]', with flair 'Vlog' +[2020-08-31 04:31:42,532] /u/SpicyMeme1997 had their submission removed for insufficient lambda. +[2020-08-31 04:31:44,993] /u/SpicyMeme1997 had their flair updated +[2020-08-31 04:34:23,459] '/u/disloyalclothYT' has given '/u/ShadyMyG' lambda! +[2020-08-31 04:34:26,206] /u/ShadyMyG had their flair updated +[2020-08-31 04:47:57,730] +#################### +[Aug 31 2020 04:47:57] RESTARTED +#################### + +[2020-08-31 05:12:30,765] There has been a new submission: 'Best amazing facts #2|Cool smash', with flair 'Discussion' +[2020-08-31 05:12:33,338] /u/Cool-Smash had their flair updated +[2020-08-31 05:12:52,967] There has been a new submission: 'Need some editing advice! 😅', with flair 'Video Critique' +[2020-08-31 05:12:55,427] /u/VortexHowl had their submission removed for insufficient lambda. +[2020-08-31 05:12:57,274] /u/VortexHowl had their flair updated +[2020-08-31 05:15:11,139] There has been a new submission: 'This Sleep Paralysis Videogame is Based on TRUE EVENTS (?) | FREE RANDOM GAMES', with flair 'Gaming' +[2020-08-31 05:15:12,141] /u/onail had their submission removed for insufficient lambda. +[2020-08-31 05:15:13,459] /u/onail had their flair updated +[2020-08-31 05:15:21,288] There has been a new submission: '2020 Please Stop (Made vid while bored)', with flair 'Art' +[2020-08-31 05:15:22,356] /u/NegligentNincompoop had their submission removed for insufficient lambda. +[2020-08-31 05:15:23,708] /u/NegligentNincompoop had their flair updated +[2020-08-31 05:17:40,703] There has been a new submission: 'Looking forward to getting reviews on the captions and transitions. Please do rate my outro on a scale of 10...', with flair 'Video Critique' +[2020-08-31 05:17:42,996] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 05:17:43,162] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 05:17:44,434] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=67ATJsGqFRU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 05:17:44,930] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCGHywYqA8lA8QLd5wNcaovQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 05:17:47,059] /u/nvrmind_flame-yt had their flair updated +[2020-08-31 05:18:45,728] There has been a new submission: 'Fitz Style Video', with flair 'Gaming' +[2020-08-31 05:18:46,627] /u/BRUHOCLOCK had their submission removed for insufficient lambda. +[2020-08-31 05:18:47,286] /u/BRUHOCLOCK had their flair updated +[2020-08-31 05:19:46,938] There has been a new submission: 'New around here asking for advice on my gaming content any advice is appreciated', with flair 'Gaming' +[2020-08-31 05:19:47,595] /u/cardboardtankgaming had their submission removed for insufficient lambda. +[2020-08-31 05:19:48,007] /u/cardboardtankgaming had their flair updated +[2020-08-31 05:24:53,816] '/u/SomebodySeriousReal' has given '/u/CedricHD' lambda! +[2020-08-31 05:24:56,320] /u/CedricHD had their flair updated +[2020-08-31 05:27:51,957] '/u/SomebodySeriousReal' has given '/u/ItsDavidz' lambda! +[2020-08-31 05:27:54,135] /u/ItsDavidz had their flair updated +[2020-08-31 05:35:23,383] '/u/lolaccounting' has given '/u/minecraft-god69_420' lambda! +[2020-08-31 05:35:25,522] /u/minecraft-god69_420 had their flair updated +[2020-08-31 06:02:33,890] '/u/SomebodySeriousReal' has given '/u/minecraft-god69_420' lambda! +[2020-08-31 06:02:36,765] /u/minecraft-god69_420 had their flair updated +[2020-08-31 06:03:29,539] There has been a new submission: 'CODM yotuber here :D I just made new video today so any suggestions or thoughts for my content improvement will be appreciated. Give !lambda for any comments :)', with flair 'Gaming' +[2020-08-31 06:03:30,322] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 06:03:30,360] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 06:03:31,429] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K7KgkLDKkEM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 06:03:31,800] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKZOdkM0rnp1sbl09zItDIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 06:03:34,634] /u/kdzplays had their flair updated +[2020-08-31 06:05:38,441] '/u/qzeqYT' has given '/u/Noxidy' lambda! +[2020-08-31 06:05:40,737] /u/Noxidy had their flair updated +[2020-08-31 06:14:06,294] '/u/guyFCR' has given '/u/AsunderSage672' lambda! +[2020-08-31 06:14:08,150] /u/AsunderSage672 had their flair updated +[2020-08-31 06:14:19,411] There has been a new submission: 'Ghost of Tsushima - The Walls of Yarikawa', with flair 'Channel Review' +[2020-08-31 06:14:21,052] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-08-31 06:14:23,039] /u/naruto_naruto_123 had their flair updated +[2020-08-31 06:14:50,275] '/u/guyFCR' has given '/u/AntiOriginalUsername' lambda! +[2020-08-31 06:14:52,651] /u/AntiOriginalUsername had their flair updated +[2020-08-31 06:27:45,225] There has been a new submission: 'AFGHANISTAN || Know the country || Country #1', with flair 'Vlog' +[2020-08-31 06:27:46,173] /u/sarva-gyani had their submission removed for insufficient lambda. +[2020-08-31 06:27:47,359] /u/sarva-gyani had their flair updated +[2020-08-31 06:47:59,061] +#################### +[Aug 31 2020 06:47:59] RESTARTED +#################### + +[2020-08-31 07:18:15,820] There has been a new submission: 'My Attempt at diamond casino heist', with flair 'Gaming' +[2020-08-31 07:18:16,636] /u/Rockerxx4 had their submission removed for insufficient lambda. +[2020-08-31 07:18:17,416] /u/Rockerxx4 had their flair updated +[2020-08-31 07:29:42,937] There has been a new submission: 'Minecraft Misadventure', with flair 'Gaming' +[2020-08-31 07:29:43,636] /u/maybefromyt had their submission removed for insufficient lambda. +[2020-08-31 07:29:44,210] /u/maybefromyt had their flair updated +[2020-08-31 07:35:11,896] '/u/nvrmind_flame-yt' has given '/u/TriceratopsJr' lambda! +[2020-08-31 07:35:14,270] /u/TriceratopsJr had their flair updated +[2020-08-31 07:56:19,671] There has been a new submission: 'Amanda Berg / homemade ice cream', with flair 'Channel Review' +[2020-08-31 07:56:20,850] /u/Amandab626 had their submission removed for insufficient lambda. +[2020-08-31 07:56:22,393] /u/Amandab626 had their flair updated +[2020-08-31 08:02:01,427] There has been a new submission: 'Playing Indian Raga on Harmonica', with flair 'Art' +[2020-08-31 08:02:03,023] /u/palash90 had their submission removed for insufficient lambda. +[2020-08-31 08:02:05,232] /u/palash90 had their flair updated +[2020-08-31 08:03:38,665] There has been a new submission: 'DIY Giant S'mores stuffed Chocolate Chip Cookies || THE IceCreamQueen', with flair 'Video Critique' +[2020-08-31 08:03:40,101] /u/Amandab626 had their submission removed for insufficient lambda. +[2020-08-31 08:03:42,029] /u/Amandab626 had their flair updated +[2020-08-31 08:20:20,334] '/u/Wise_Donkey_1504' has given '/u/thecookietrain' lambda! +[2020-08-31 08:20:22,662] /u/thecookietrain had their flair updated +[2020-08-31 08:21:32,776] '/u/Wise_Donkey_1504' has given '/u/kingury7' lambda! +[2020-08-31 08:21:34,976] /u/kingury7 had their flair updated +[2020-08-31 08:30:40,959] '/u/razerfire' has given '/u/SpiderGwebPlays' lambda! +[2020-08-31 08:30:43,212] /u/SpiderGwebPlays had their flair updated +[2020-08-31 08:31:46,263] '/u/razerfire' has given '/u/lucidrop' lambda! +[2020-08-31 08:31:48,890] /u/lucidrop had their flair updated +[2020-08-31 08:36:13,845] There has been a new submission: 'Copyright © is Real .Make your own green screens with subscribe buttons and social media pop ups', with flair 'Video Critique' +[2020-08-31 08:36:15,303] /u/hustlingyoutuber had their submission removed for insufficient lambda. +[2020-08-31 08:36:16,789] /u/hustlingyoutuber had their flair updated +[2020-08-31 08:43:25,955] There has been a new submission: 'Found this really new channel, high grade editing as well.', with flair 'Channel Review' +[2020-08-31 08:43:27,646] /u/Oswald_Shoe had their submission removed for insufficient lambda. +[2020-08-31 08:43:29,600] /u/Oswald_Shoe had their flair updated +[2020-08-31 08:47:55,588] +#################### +[Aug 31 2020 08:47:55] RESTARTED +#################### + +[2020-08-31 09:13:29,029] '/u/guyFCR' has given '/u/PitchBlack4' lambda! +[2020-08-31 09:13:31,812] /u/PitchBlack4 had their flair updated +[2020-08-31 09:13:49,539] There has been a new submission: 'I need some feedback. I’m willing to give some feedback on your video if you can give me an improvement on mine. This is probably my favourite video I’ve made yet but it’s not getting its normal amount of traction', with flair 'Video Critique' +[2020-08-31 09:13:50,894] /u/CRB776 had their submission removed for insufficient lambda. +[2020-08-31 09:13:53,026] /u/CRB776 had their flair updated +[2020-08-31 09:16:03,175] There has been a new submission: 'The United Nations Super Human Council - Audio reading of r/worldbuilding story. What do you guys think and is there anything I could change/add?', with flair 'Channel Review' +[2020-08-31 09:16:04,936] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 09:16:04,938] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 09:16:06,080] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZGUkblP5qlE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 09:16:06,449] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcKxdFYAg-Rtw8MsulCEHwg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 09:16:08,785] /u/PitchBlack4 had their flair updated +[2020-08-31 09:16:47,479] There has been a new submission: 'Send me your videos! I’ll try to give some feedback', with flair 'Video Critique' +[2020-08-31 09:16:48,834] /u/CRB776 had their submission removed for insufficient lambda. +[2020-08-31 09:16:50,600] /u/CRB776 had their flair updated +[2020-08-31 09:21:08,996] There has been a new submission: 'Send me your videos!', with flair 'Discussion' +[2020-08-31 09:21:11,987] /u/CRB776 had their flair updated +[2020-08-31 09:25:26,434] There has been a new submission: 'Help?', with flair 'Discussion' +[2020-08-31 09:25:28,695] /u/theskillismad had their flair updated +[2020-08-31 09:38:07,741] There has been a new submission: 'What's the medium CTR for a channel's start', with flair 'Discussion' +[2020-08-31 09:38:09,053] /u/br1k_YT had their flair updated +[2020-08-31 09:38:29,695] '/u/SomebodySeriousReal' has given '/u/CRB776' lambda! +[2020-08-31 09:38:32,071] /u/CRB776 had their flair updated +[2020-08-31 09:48:22,734] '/u/guyFCR' has given '/u/CRB776' lambda! +[2020-08-31 09:48:24,830] /u/CRB776 had their flair updated +[2020-08-31 09:49:27,508] There has been a new submission: 'Got an AWESOME Samsung Curved Monitor on a Budget! - Mind Reviewing my Channel?', with flair 'Channel Review' +[2020-08-31 09:49:28,409] /u/Snoo-32401 had their submission removed for insufficient lambda. +[2020-08-31 09:49:29,069] /u/Snoo-32401 had their flair updated +[2020-08-31 09:50:26,004] '/u/PitchBlack4' has given '/u/tasbiq' lambda! +[2020-08-31 09:50:28,796] /u/tasbiq had their flair updated +[2020-08-31 09:53:58,901] There has been a new submission: 'If your in to video games, here's a thing I did', with flair 'Gaming' +[2020-08-31 09:54:00,257] /u/Ya-boi-Benaboy had their submission removed for insufficient lambda. +[2020-08-31 09:54:02,103] /u/Ya-boi-Benaboy had their flair updated +[2020-08-31 09:57:20,350] There has been a new submission: 'Band Geeks (OC's Animatic/Animation) (PART 1)', with flair 'Art' +[2020-08-31 09:57:21,279] /u/ThatTr1F0rceGuy had their submission removed for insufficient lambda. +[2020-08-31 09:57:22,514] /u/ThatTr1F0rceGuy had their flair updated +[2020-08-31 10:07:19,537] There has been a new submission: 'Hi! 15 year old Artist & YouTuber here.', with flair 'Channel Review' +[2020-08-31 10:07:20,684] /u/HammadNS had their submission removed for insufficient lambda. +[2020-08-31 10:07:21,995] /u/HammadNS had their flair updated +[2020-08-31 10:08:26,273] '/u/RsTGEKO' has given '/u/tasbiq' lambda! +[2020-08-31 10:08:28,284] /u/tasbiq had their flair updated +[2020-08-31 10:10:21,067] '/u/justYujiYT' has given '/u/Callu23' lambda! +[2020-08-31 10:10:23,203] /u/Callu23 had their flair updated +[2020-08-31 10:10:56,096] '/u/RsTGEKO' has given '/u/TriceratopsJr' lambda! +[2020-08-31 10:10:58,290] /u/TriceratopsJr had their flair updated +[2020-08-31 10:41:32,370] There has been a new submission: 'Nature photography in Norway', with flair 'Video Critique' +[2020-08-31 10:41:34,284] /u/Teyssere had their submission removed for insufficient lambda. +[2020-08-31 10:41:36,466] /u/Teyssere had their flair updated +[2020-08-31 10:43:29,394] '/u/PitchBlack4' has given '/u/Callu23' lambda! +[2020-08-31 10:43:31,349] /u/Callu23 had their flair updated +[2020-08-31 10:47:58,887] +#################### +[Aug 31 2020 10:47:58] RESTARTED +#################### + +[2020-08-31 11:17:57,617] '/u/Brage2004Norway' has given '/u/MoistEgg123' lambda! +[2020-08-31 11:18:00,156] /u/MoistEgg123 had their flair updated +[2020-08-31 11:20:13,349] There has been a new submission: 'I made a video essay on why you should watch black clover. I don't even need you guys to review my video, just skip it and go watch black clover!', with flair 'Video Critique' +[2020-08-31 11:20:14,993] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 11:20:15,032] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 11:20:15,977] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ybZEGLNPJWw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 11:20:16,389] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qBsVbZVaEC2hmzd4MSOTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 11:20:19,914] /u/thedrq had their flair updated +[2020-08-31 11:20:38,650] There has been a new submission: 'Star Wars MV (Teaser)', with flair 'Art' +[2020-08-31 11:20:40,254] /u/PatShively had their submission removed for insufficient lambda. +[2020-08-31 11:20:42,755] /u/PatShively had their flair updated +[2020-08-31 11:21:02,735] There has been a new submission: 'Hello guys i need help to reach 100 subscribe please help me reach it thanks you', with flair 'Channel Review' +[2020-08-31 11:21:04,613] /u/COD-MED7 had their submission removed for insufficient lambda. +[2020-08-31 11:21:06,908] /u/COD-MED7 had their flair updated +[2020-08-31 11:26:03,729] There has been a new submission: 'So I Made A Robbie Rotten Tribute Video... Feedback? (Hearthstone)', with flair 'Gaming' +[2020-08-31 11:26:04,793] /u/Rhysisaboy had their submission removed for insufficient lambda. +[2020-08-31 11:26:06,183] /u/Rhysisaboy had their flair updated +[2020-08-31 11:27:27,276] There has been a new submission: 'Is my name unique enough?', with flair 'Discussion' +[2020-08-31 11:27:28,795] /u/RadoGaming7 had their flair updated +[2020-08-31 11:38:38,964] There has been a new submission: 'How It Feels to Play Among Us - video took a week of editing to make. Would appreciate the watch and any feedback on the video or thumbnail.', with flair 'Video Critique' +[2020-08-31 11:38:40,240] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 11:38:40,241] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 11:38:41,025] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6j-ENYnAI24&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 11:38:41,475] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFVsXlzeHv1FEZYmELuv-3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 11:38:43,316] /u/ECXL had their flair updated +[2020-08-31 11:49:24,708] '/u/thedrq' has given '/u/Rhysisaboy' lambda! +[2020-08-31 11:49:26,064] /u/Rhysisaboy had their flair updated +[2020-08-31 11:59:10,454] '/u/Illfury' has given '/u/Rhysisaboy' lambda! +[2020-08-31 11:59:11,212] /u/Rhysisaboy had their flair updated +[2020-08-31 11:59:44,731] '/u/Illfury' has given '/u/OmniMachine' lambda! +[2020-08-31 11:59:45,385] /u/OmniMachine had their flair updated +[2020-08-31 12:00:09,096] There has been a new submission: 'It's been a few months since I asked for feedback and I'm back asking for any and all feedback on my latest video...', with flair 'Video Critique' +[2020-08-31 12:00:09,349] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 12:00:09,350] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 12:00:09,484] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5OhwbuROL3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 12:00:09,588] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClWiVaWJQ2wCrG136eAz7Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 12:00:12,892] /u/Vietnam_Cookin had their flair updated +[2020-08-31 12:06:27,955] There has been a new submission: 'The Least Helpful Metric: “Average Watch Time”', with flair 'Discussion' +[2020-08-31 12:06:30,457] /u/lieutenatdan had their flair updated +[2020-08-31 12:12:55,608] '/u/Redmond93' has given '/u/fiwithme' lambda! +[2020-08-31 12:12:57,682] /u/fiwithme had their flair updated +[2020-08-31 12:14:16,053] '/u/Redmond93' has given '/u/catlessdog' lambda! +[2020-08-31 12:14:17,903] /u/catlessdog had their flair updated +[2020-08-31 12:17:48,231] '/u/Vietnam_Cookin' has given '/u/Illfury' lambda! +[2020-08-31 12:17:50,532] /u/Illfury had their flair updated +[2020-08-31 12:19:02,063] '/u/Redmond93' has given '/u/Cap_America_AC' lambda! +[2020-08-31 12:19:04,032] /u/Cap_America_AC had their flair updated +[2020-08-31 12:25:43,886] There has been a new submission: 'CREATING MY ULTIMATE PIMP DEN (New Series) hey guys I tried hard with the editing on this video and I would really appreciate some feedback on it, I’ll be reward the best feedback :) Thanks guys!', with flair 'Video Critique' +[2020-08-31 12:25:44,275] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 12:25:44,277] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 12:25:44,388] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QWigF1VHYxA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 12:25:44,506] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgeKJD8VvXb25l96fRlG9vg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 12:25:46,670] /u/russianfortobias had their flair updated +[2020-08-31 12:30:06,499] There has been a new submission: 'Monetized Your YouTube Videos Easiest Way', with flair 'Vlog' +[2020-08-31 12:30:08,238] /u/xtianbalagtas had their submission removed for insufficient lambda. +[2020-08-31 12:30:10,620] /u/xtianbalagtas had their flair updated +[2020-08-31 12:31:25,291] '/u/ECXL' has given '/u/Illfury' lambda! +[2020-08-31 12:31:28,127] /u/Illfury had their flair updated +[2020-08-31 12:32:55,291] There has been a new submission: 'Maldives in 4k, Indian Ocean beauty islands aerial footage', with flair 'Art' +[2020-08-31 12:32:56,811] /u/Planet-com had their submission removed for insufficient lambda. +[2020-08-31 12:32:58,786] /u/Planet-com had their flair updated +[2020-08-31 12:35:22,587] '/u/thedrq' has given '/u/Illfury' lambda! +[2020-08-31 12:35:24,925] /u/Illfury had their flair updated +[2020-08-31 12:39:13,378] There has been a new submission: 'I WILL NEVER REPORT A CRIME AGAIN! EXPOSING CROOKED COPS AND CANADA'S UNETHICAL HEALTHCARE PRACTICES (Please Share This, This Is Pure Evil, I've Done Nothing To Be Treated Like An Animal!)', with flair 'Video Critique' +[2020-08-31 12:39:14,220] /u/Chadhopkins223 had their submission removed for insufficient lambda. +[2020-08-31 12:39:14,888] /u/Chadhopkins223 had their flair updated +[2020-08-31 12:40:46,379] '/u/ECXL' has given '/u/SelendineMcHerb' lambda! +[2020-08-31 12:40:48,654] /u/SelendineMcHerb had their flair updated +[2020-08-31 12:42:07,352] There has been a new submission: 'How does going to the next level work?', with flair 'Discussion' +[2020-08-31 12:42:10,075] /u/siddhant1991 had their flair updated +[2020-08-31 12:42:18,597] There has been a new submission: 'These are the new codes for clicking champions! I hope you guys go check it out they are very OP.', with flair 'Gaming' +[2020-08-31 12:42:20,479] /u/Firewingsmasher had their submission removed for insufficient lambda. +[2020-08-31 12:42:22,572] /u/Firewingsmasher had their flair updated +[2020-08-31 12:43:00,791] There has been a new submission: '50 BPM Heartbeat meditation. Hope this helps you self meditate. It is prefect for beginners to begin meditation.', with flair 'None' +[2020-08-31 12:43:02,550] /u/Music_me_101 had their submission removed for insufficient lambda. +[2020-08-31 12:43:04,595] /u/Music_me_101 had their flair updated +[2020-08-31 12:47:58,636] +#################### +[Aug 31 2020 12:47:58] RESTARTED +#################### + +[2020-08-31 13:22:37,802] There has been a new submission: 'Do you have a Facebook page dedicated to your YouTube / Instagram?', with flair 'Discussion' +[2020-08-31 13:22:40,798] /u/Pestarklo had their flair updated +[2020-08-31 13:23:03,577] '/u/CenturusLoL' has given '/u/gunpla-daddy' lambda! +[2020-08-31 13:23:06,161] /u/gunpla-daddy had their flair updated +[2020-08-31 13:23:25,800] '/u/CenturusLoL' has given '/u/Callu23' lambda! +[2020-08-31 13:23:28,262] /u/Callu23 had their flair updated +[2020-08-31 13:24:44,587] '/u/kdzplays' has given '/u/TriceratopsJr' lambda! +[2020-08-31 13:24:47,051] /u/TriceratopsJr had their flair updated +[2020-08-31 13:25:46,509] '/u/qzeqYT' has given '/u/Rhysisaboy' lambda! +[2020-08-31 13:25:48,933] /u/Rhysisaboy had their flair updated +[2020-08-31 13:26:34,650] There has been a new submission: 'I'm sorry', with flair 'Video Critique' +[2020-08-31 13:26:35,715] /u/JadenWorthy had their submission removed for insufficient lambda. +[2020-08-31 13:26:36,859] /u/JadenWorthy had their flair updated +[2020-08-31 13:26:54,262] There has been a new submission: 'Super spectacular dog special manuevres by Poodle!!', with flair 'Vlog' +[2020-08-31 13:26:55,330] /u/LWslipmat2020 had their submission removed for insufficient lambda. +[2020-08-31 13:26:56,481] /u/LWslipmat2020 had their flair updated +[2020-08-31 13:27:13,649] There has been a new submission: 'My first Youtube video! I‘m making story videos with some voice actors please check it out', with flair 'Channel Review' +[2020-08-31 13:27:15,283] /u/sethlycoris had their submission removed for insufficient lambda. +[2020-08-31 13:27:16,430] /u/sethlycoris had their flair updated +[2020-08-31 13:27:33,613] There has been a new submission: 'Peppa Pig School Bus Trip', with flair 'Video Critique' +[2020-08-31 13:27:34,644] /u/familystorytime had their submission removed for insufficient lambda. +[2020-08-31 13:27:35,714] /u/familystorytime had their flair updated +[2020-08-31 13:28:37,892] '/u/kdzplays' has given '/u/Callu23' lambda! +[2020-08-31 13:28:39,947] /u/Callu23 had their flair updated +[2020-08-31 13:30:20,871] There has been a new submission: 'Is it normal for videos to jump from 0% to 100% processing?', with flair 'Discussion' +[2020-08-31 13:30:23,999] /u/NationalTeamFootball had their flair updated +[2020-08-31 13:30:42,991] There has been a new submission: 'So I Made A Robbie Rotten Tribute Video... Feedback? (Hearthstone)', with flair 'Gaming' +[2020-08-31 13:30:44,673] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 13:30:44,711] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 13:30:45,781] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aSX0hmqYps0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 13:30:46,152] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChEhWX89J1ydzaip0OIJk9w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 13:30:49,356] /u/Rhysisaboy had their flair updated +[2020-08-31 13:32:13,229] '/u/kdzplays' has given '/u/Cap_America_AC' lambda! +[2020-08-31 13:32:15,770] /u/Cap_America_AC had their flair updated +[2020-08-31 13:36:00,707] '/u/kdzplays' has given '/u/Rhysisaboy' lambda! +[2020-08-31 13:36:03,162] /u/Rhysisaboy had their flair updated +[2020-08-31 13:45:06,864] There has been a new submission: '[Video FD] Heard some conflicting info on calcium intake', with flair 'Channel Review' +[2020-08-31 13:45:08,170] /u/nurturedbynature1 had their submission removed for insufficient lambda. +[2020-08-31 13:45:09,796] /u/nurturedbynature1 had their flair updated +[2020-08-31 13:46:19,774] There has been a new submission: 'A 2D Animated music video about a demonic transformation. I tried some professional animation tactics this time- how did i do?', with flair 'Video Critique' +[2020-08-31 13:46:21,001] /u/OneHaZey_Eyed had their submission removed for insufficient lambda. +[2020-08-31 13:46:22,518] /u/OneHaZey_Eyed had their flair updated +[2020-08-31 14:07:58,432] There has been a new submission: 'After 3 videos and quite a bit feedback I changed a lot, giving out lambda to people who give good feedback!', with flair 'Video Critique' +[2020-08-31 14:07:59,331] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 14:07:59,332] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 14:08:00,359] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yv8M7vRXijE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 14:08:00,690] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuyDoQ-8qnsR1F2zlsavAzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 14:08:02,858] /u/xPento had their flair updated +[2020-08-31 14:10:10,143] '/u/Rhysisaboy' has given '/u/tasbiq' lambda! +[2020-08-31 14:10:13,088] /u/tasbiq had their flair updated +[2020-08-31 14:12:22,112] There has been a new submission: 'People who repeat what you said to annoy you. Its quite dark. Would appreciate if you leave a comment. Share??', with flair 'Channel Review' +[2020-08-31 14:12:23,569] /u/itsharshdwivedi had their submission removed for insufficient lambda. +[2020-08-31 14:12:25,603] /u/itsharshdwivedi had their flair updated +[2020-08-31 14:13:47,783] There has been a new submission: 'My first video is about how pepsi's marketing disaster killed 5 people. Please give feedback.', with flair 'Video Critique' +[2020-08-31 14:13:48,217] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 14:13:48,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 14:13:48,550] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uWvTfXWXd8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 14:13:48,781] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV6hQk6WuKbFo-T9YnzYF3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 14:13:51,167] /u/tasbiq had their flair updated +[2020-08-31 14:22:47,283] '/u/Brage2004Norway' has given '/u/ameixarocha' lambda! +[2020-08-31 14:22:50,067] /u/ameixarocha had their flair updated +[2020-08-31 14:26:05,207] There has been a new submission: 'Please let me know what you think of my newest video. Thanks!', with flair 'Video Critique' +[2020-08-31 14:26:06,320] /u/taddsonreddit had their submission removed for insufficient lambda. +[2020-08-31 14:26:07,716] /u/taddsonreddit had their flair updated +[2020-08-31 14:29:52,181] '/u/jackgo14' has given '/u/ameixarocha' lambda! +[2020-08-31 14:29:53,308] /u/ameixarocha had their flair updated +[2020-08-31 14:30:10,587] There has been a new submission: 'Taking a Look at the Crash Bandicoot N. Sane Trilogy', with flair 'Gaming' +[2020-08-31 14:30:12,158] /u/kaons- had their submission removed for insufficient lambda. +[2020-08-31 14:30:14,515] /u/kaons- had their flair updated +[2020-08-31 14:35:09,844] {ERROR} Unexpected status code: 301 +[2020-08-31 14:47:02,550] '/u/tasbiq' has given '/u/kaons-' lambda! +[2020-08-31 14:47:04,927] /u/kaons- had their flair updated +[2020-08-31 14:48:01,105] +#################### +[Aug 31 2020 14:48:01] RESTARTED +#################### + +[2020-08-31 15:24:23,953] There has been a new submission: 'help a smol boi grow', with flair 'Gaming' +[2020-08-31 15:24:25,919] /u/ADHDequan had their submission removed for insufficient lambda. +[2020-08-31 15:24:27,432] /u/ADHDequan had their flair updated +[2020-08-31 15:24:45,586] There has been a new submission: 'I was not approved last time for monetization. Can you check this video if I will be approved on my next application?', with flair 'Video Critique' +[2020-08-31 15:24:46,732] /u/killuatsukki had their submission removed for insufficient lambda. +[2020-08-31 15:24:48,290] /u/killuatsukki had their flair updated +[2020-08-31 15:25:08,139] There has been a new submission: 'Playing Fall Guys is hard enough on its own - here's what happens when you've got an IRL debuff to work with!', with flair 'Gaming' +[2020-08-31 15:25:09,693] /u/IvonaNikolic had their submission removed for insufficient lambda. +[2020-08-31 15:25:11,290] {ERROR} received 200 HTTP response +[2020-08-31 15:25:42,543] '/u/tasbiq' has given '/u/ASMRwithRococo' lambda! +[2020-08-31 15:25:44,265] /u/ASMRwithRococo had their flair updated +[2020-08-31 15:26:17,450] '/u/Rhysisaboy' has given '/u/ShikharTrivedi' lambda! +[2020-08-31 15:26:19,701] /u/ShikharTrivedi had their flair updated +[2020-08-31 15:26:53,205] '/u/tasbiq' has given '/u/liluzisquirt_' lambda! +[2020-08-31 15:26:55,546] /u/liluzisquirt_ had their flair updated +[2020-08-31 15:28:26,143] '/u/ECXL' has given '/u/ShikharTrivedi' lambda! +[2020-08-31 15:28:28,520] /u/ShikharTrivedi had their flair updated +[2020-08-31 15:30:07,875] There has been a new submission: 'So, I did another Harry Potter RP video, but I tried a few things out, and ended up making one of my best videos yet. Let me know what you think!', with flair 'Video Critique' +[2020-08-31 15:30:08,181] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 15:30:08,183] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 15:30:08,308] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gpKtSBUOVFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 15:30:08,422] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP5bsxJ8vBOS1Hi2RH2r1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 15:30:11,672] /u/TheJustindsd had their flair updated +[2020-08-31 15:30:21,263] There has been a new submission: 'Valorant Challenge Accepted', with flair 'Gaming' +[2020-08-31 15:30:23,171] /u/Neo-Hooper had their submission removed for insufficient lambda. +[2020-08-31 15:30:25,509] /u/Neo-Hooper had their flair updated +[2020-08-31 15:30:45,218] There has been a new submission: 'For all my footballers out there, I make documentaries and motivational videos, all feedback is appreciated :)', with flair 'Video Critique' +[2020-08-31 15:30:46,324] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 15:30:46,326] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 15:30:47,472] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Nuv0yu7RdQ8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 15:30:51,081] /u/liluzisquirt_ had their flair updated +[2020-08-31 15:31:10,653] There has been a new submission: 'This is my hardest video that I've ever made. I hope you guys enjoy it and if you do, I genuinely appreciate a like or even a sub :D', with flair 'Gaming' +[2020-08-31 15:31:12,256] /u/Sniper_008 had their submission removed for insufficient lambda. +[2020-08-31 15:31:14,594] /u/Sniper_008 had their flair updated +[2020-08-31 15:34:28,460] '/u/ECXL' has given '/u/potato74040' lambda! +[2020-08-31 15:34:30,832] /u/potato74040 had their flair updated +[2020-08-31 15:35:15,878] There has been a new submission: 'My friends started a new channel, here's a Brandy Melville clothing haul they did! It would be great if you guys could support and provide any advice. I want to help them grow because they really love making videos. Thankyou!', with flair 'Video Critique' +[2020-08-31 15:35:18,874] /u/Masteroneegai had their submission removed for insufficient lambda. +[2020-08-31 15:35:20,350] /u/Masteroneegai had their flair updated +[2020-08-31 15:35:43,171] There has been a new submission: 'This is my first video on this game and I would love feedback on it!', with flair 'Video Critique' +[2020-08-31 15:35:46,536] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 15:35:46,537] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 15:35:48,223] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nFKhvyUxoFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 15:35:48,593] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnTvAv0MxAqGnovsT9S5VHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 15:35:51,668] /u/disloyalclothYT had their flair updated +[2020-08-31 15:36:15,490] There has been a new submission: 'I just made it to 20 subscribers! I hope you enjoy it!', with flair 'Gaming' +[2020-08-31 15:36:16,638] /u/Superslime_V had their submission removed for insufficient lambda. +[2020-08-31 15:36:17,909] /u/Superslime_V had their flair updated +[2020-08-31 15:36:40,355] There has been a new submission: 'Chicago in 4k, time-lapse, drone footage', with flair 'Channel Review' +[2020-08-31 15:36:41,542] /u/Planet-com had their submission removed for insufficient lambda. +[2020-08-31 15:36:42,732] /u/Planet-com had their flair updated +[2020-08-31 15:39:42,329] '/u/tasbiq' has given '/u/Crunchymemes_v1' lambda! +[2020-08-31 15:39:43,479] /u/Crunchymemes_v1 had their flair updated +[2020-08-31 15:40:46,897] '/u/lolaccounting' has given '/u/PitchBlack4' lambda! +[2020-08-31 15:40:49,726] /u/PitchBlack4 had their flair updated +[2020-08-31 15:41:25,123] There has been a new submission: 'Dyam Drops wants to fight Shaq?', with flair 'Video Critique' +[2020-08-31 15:41:26,682] /u/mcster21 had their submission removed for insufficient lambda. +[2020-08-31 15:41:29,520] /u/mcster21 had their flair updated +[2020-08-31 15:43:07,072] '/u/lolaccounting' has given '/u/Callu23' lambda! +[2020-08-31 15:43:09,818] /u/Callu23 had their flair updated +[2020-08-31 15:44:59,530] '/u/disloyalclothYT' has given '/u/liluzisquirt_' lambda! +[2020-08-31 15:45:01,611] /u/liluzisquirt_ had their flair updated +[2020-08-31 15:45:14,348] '/u/lolaccounting' has given '/u/tasbiq' lambda! +[2020-08-31 15:45:15,686] /u/tasbiq had their flair updated +[2020-08-31 15:45:25,251] '/u/lolaccounting' has given '/u/ameixarocha' lambda! +[2020-08-31 15:45:27,916] /u/ameixarocha had their flair updated +[2020-08-31 15:48:10,271] '/u/lolaccounting' has given '/u/kaons-' lambda! +[2020-08-31 15:48:12,603] /u/kaons- had their flair updated +[2020-08-31 15:49:06,021] '/u/MrCarsone' has given '/u/ameixarocha' lambda! +[2020-08-31 15:49:08,150] /u/ameixarocha had their flair updated +[2020-08-31 15:49:55,275] '/u/guyFCR' has given '/u/potato74040' lambda! +[2020-08-31 15:49:57,040] /u/potato74040 had their flair updated +[2020-08-31 15:57:48,492] There has been a new submission: 'Playing One Punch Man: A hero nobody knows', with flair 'Gaming' +[2020-08-31 15:57:49,635] /u/AMHD_420 had their submission removed for insufficient lambda. +[2020-08-31 15:57:50,819] /u/AMHD_420 had their flair updated +[2020-08-31 15:58:12,340] There has been a new submission: 'Hey so my friends and I just made a Minecraft YT channel not to long ago. This is our most recent video, can I get feedback on how we can be better/more entertaining?', with flair 'Gaming' +[2020-08-31 15:58:13,485] /u/Alexander7537 had their submission removed for insufficient lambda. +[2020-08-31 15:58:14,512] /u/Alexander7537 had their flair updated +[2020-08-31 16:01:59,576] There has been a new submission: 'Amazon echo | Special Unboxing | Alexa X Rashi | Rasoode me kaun tha?', with flair 'Video Critique' +[2020-08-31 16:02:01,159] /u/unboxmatrix had their submission removed for insufficient lambda. +[2020-08-31 16:02:03,370] /u/unboxmatrix had their flair updated +[2020-08-31 16:05:17,083] There has been a new submission: 'I started making videos about forgotten films and under-appreciated creatives like Richard Curtis, as always feedback (constructive or not) is always appreciated', with flair 'Video Critique' +[2020-08-31 16:05:18,352] /u/Napman69 had their submission removed for insufficient lambda. +[2020-08-31 16:05:20,077] /u/Napman69 had their flair updated +[2020-08-31 16:13:41,038] There has been a new submission: 'I made a video on why I started my OF Acc and it needs more views bc the algorithm blows. If you or someone you know is interested in starting an OF, please share this link with them 👍🏽🙏🏽💗', with flair 'Vlog' +[2020-08-31 16:13:42,533] /u/Latinavudu had their submission removed for insufficient lambda. +[2020-08-31 16:13:44,411] /u/Latinavudu had their flair updated +[2020-08-31 16:16:46,509] There has been a new submission: 'For any footballers, please let me know what you think.. I want to make documentaries and motivational videos in my future', with flair 'Video Critique' +[2020-08-31 16:16:47,737] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 16:16:47,738] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 16:16:48,677] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cw4D2ZHiSlY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 16:16:49,254] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCexSSUVJGqeE2cSwoJuSHyQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 16:16:51,994] /u/liluzisquirt_ had their flair updated +[2020-08-31 16:20:27,828] '/u/tasbiq' has given '/u/Napman69' lambda! +[2020-08-31 16:20:30,743] /u/Napman69 had their flair updated +[2020-08-31 16:21:32,425] '/u/disloyalclothYT' has given '/u/South-Amareca' lambda! +[2020-08-31 16:21:35,292] /u/South-Amareca had their flair updated +[2020-08-31 16:23:18,243] '/u/tasbiq' has given '/u/South-Amareca' lambda! +[2020-08-31 16:23:20,907] /u/South-Amareca had their flair updated +[2020-08-31 16:24:42,564] '/u/tasbiq' has given '/u/Medniya92' lambda! +[2020-08-31 16:24:44,984] /u/Medniya92 had their flair updated +[2020-08-31 16:28:01,209] '/u/tasbiq' has given '/u/playerinfinity707' lambda! +[2020-08-31 16:28:02,439] /u/playerinfinity707 had their flair updated +[2020-08-31 16:30:24,045] '/u/tasbiq' has given '/u/ShikharTrivedi' lambda! +[2020-08-31 16:30:26,380] /u/ShikharTrivedi had their flair updated +[2020-08-31 16:31:22,322] There has been a new submission: 'The Bunsen burner in detail [Science skills series]', with flair 'Video Critique' +[2020-08-31 16:31:24,002] /u/Mr_Smith_online had their submission removed for insufficient lambda. +[2020-08-31 16:31:26,796] /u/Mr_Smith_online had their flair updated +[2020-08-31 16:33:48,792] There has been a new submission: 'The twist of this drama short film will surprise you... well, I hope, any opinion?', with flair 'Video Critique' +[2020-08-31 16:33:50,472] /u/ilannj had their submission removed for insufficient lambda. +[2020-08-31 16:33:52,320] /u/ilannj had their flair updated +[2020-08-31 16:46:28,155] There has been a new submission: 'Please give me some honest feedback. What is good, what is less good. Remember honesty pays. As all feedback considered.', with flair 'Video Critique' +[2020-08-31 16:46:29,752] /u/MrBrianWeldon had their submission removed for insufficient lambda. +[2020-08-31 16:46:31,151] /u/MrBrianWeldon had their flair updated +[2020-08-31 16:48:00,731] +#################### +[Aug 31 2020 16:48:00] RESTARTED +#################### + +[2020-08-31 17:29:27,610] There has been a new submission: 'Gathering your feedback as insights for all gaming youtubers', with flair 'Discussion' +[2020-08-31 17:29:28,796] /u/escape_gamer003 had their flair updated +[2020-08-31 17:29:45,008] There has been a new submission: 'Black ops Cold War *WARZONE* Reveal Event!!!', with flair 'Gaming' +[2020-08-31 17:29:45,871] /u/SpazKrypto had their submission removed for insufficient lambda. +[2020-08-31 17:29:46,324] /u/SpazKrypto had their flair updated +[2020-08-31 17:30:02,527] There has been a new submission: 'How to survive highschool', with flair 'Video Critique' +[2020-08-31 17:30:04,434] /u/dizzy1k had their submission removed for insufficient lambda. +[2020-08-31 17:30:06,927] /u/dizzy1k had their flair updated +[2020-08-31 17:30:24,148] '/u/tasbiq' has given '/u/MrBrianWeldon' lambda! +[2020-08-31 17:30:27,145] /u/MrBrianWeldon had their flair updated +[2020-08-31 17:30:49,037] '/u/Doesntpayfullprice' has given '/u/MoistEgg123' lambda! +[2020-08-31 17:30:51,910] /u/MoistEgg123 had their flair updated +[2020-08-31 17:31:12,791] '/u/Doesntpayfullprice' has given '/u/nvrmind_flame-yt' lambda! +[2020-08-31 17:31:15,497] /u/nvrmind_flame-yt had their flair updated +[2020-08-31 17:31:51,076] '/u/Doesntpayfullprice' has given '/u/AntiOriginalUsername' lambda! +[2020-08-31 17:31:53,864] /u/AntiOriginalUsername had their flair updated +[2020-08-31 17:38:45,434] There has been a new submission: 'Chadwick Boseman - REDEFINE YOUR PURPOSE - Motivational Video', with flair 'Video Critique' +[2020-08-31 17:38:46,212] /u/KevinTex19 had their submission removed for insufficient lambda. +[2020-08-31 17:38:46,911] /u/KevinTex19 had their flair updated +[2020-08-31 17:39:03,982] There has been a new submission: 'Just released a new song if you are into chill electronic driven songs it is definitely something for you ;)', with flair 'Art' +[2020-08-31 17:39:04,719] /u/officialEagex had their submission removed for insufficient lambda. +[2020-08-31 17:39:05,333] /u/officialEagex had their flair updated +[2020-08-31 17:39:21,970] There has been a new submission: 'Samurai Jack Battle Through Time!', with flair 'Gaming' +[2020-08-31 17:39:22,704] /u/shadowsuprising had their submission removed for insufficient lambda. +[2020-08-31 17:39:23,362] /u/shadowsuprising had their flair updated +[2020-08-31 17:39:39,269] There has been a new submission: 'The idea for this video popped into my mind late at night. I realised no one has made a video like this so I took the chance. I hope you guys like it! Giving lambda to useful advice!', with flair 'Video Critique' +[2020-08-31 17:39:41,067] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 17:39:41,070] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 17:39:42,130] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JvQ18iYLjFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 17:39:42,502] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 17:39:44,018] /u/ShikharTrivedi had their flair updated +[2020-08-31 17:40:01,140] There has been a new submission: 'This is a spicy Pakistani food 🍲', with flair 'Channel Review' +[2020-08-31 17:40:02,857] /u/Dynomike54 had their submission removed for insufficient lambda. +[2020-08-31 17:40:05,270] /u/Dynomike54 had their flair updated +[2020-08-31 17:40:26,320] There has been a new submission: 'Currently at 37! What can i do?? Mainly music covers 🙏🙏', with flair 'Channel Review' +[2020-08-31 17:40:28,000] /u/HippieWithAShot had their submission removed for insufficient lambda. +[2020-08-31 17:40:30,398] /u/HippieWithAShot had their flair updated +[2020-08-31 17:41:38,169] '/u/xPento' has given '/u/CockandBallTorturexO' lambda! +[2020-08-31 17:41:40,715] /u/CockandBallTorturexO had their flair updated +[2020-08-31 17:43:42,304] '/u/tasbiq' has given '/u/TheMagicTurtle1' lambda! +[2020-08-31 17:43:45,220] /u/TheMagicTurtle1 had their flair updated +[2020-08-31 17:44:29,748] '/u/ShikharTrivedi' has given '/u/Seankichu' lambda! +[2020-08-31 17:44:33,068] /u/Seankichu had their flair updated +[2020-08-31 17:45:10,408] '/u/ShikharTrivedi' has given '/u/RealGalaxyRider' lambda! +[2020-08-31 17:45:11,919] /u/RealGalaxyRider had their flair updated +[2020-08-31 17:45:23,162] '/u/xPento' has given '/u/potato74040' lambda! +[2020-08-31 17:45:25,781] /u/potato74040 had their flair updated +[2020-08-31 17:46:00,526] There has been a new submission: 'Cartoon - My Husband is a Cheater! What Should I Do? - AmoMama', with flair 'None' +[2020-08-31 17:46:01,880] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-08-31 17:46:03,150] /u/IndividualGuide had their flair updated +[2020-08-31 17:49:10,867] '/u/Illfury' has given '/u/RealGalaxyRider' lambda! +[2020-08-31 17:49:12,830] /u/RealGalaxyRider had their flair updated +[2020-08-31 17:49:45,771] There has been a new submission: 'TOP MEMES COMPILATION', with flair 'Video Critique' +[2020-08-31 17:49:47,083] /u/ronanduke15 had their submission removed for insufficient lambda. +[2020-08-31 17:49:47,535] /u/ronanduke15 had their flair updated +[2020-08-31 17:50:03,466] There has been a new submission: 'Experimenting with this Trailer Reaction Parody series - Brought it back just in time for The Batman', with flair 'Video Critique' +[2020-08-31 17:50:04,574] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 17:50:04,576] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 17:50:05,509] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fYtoLpsEEFQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 17:50:05,925] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC1ljqVFqGZeU14k2ajbc9ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 17:50:09,731] /u/Seankichu had their flair updated +[2020-08-31 17:51:02,347] '/u/Illfury' has given '/u/Inspiron1501' lambda! +[2020-08-31 17:51:05,007] /u/Inspiron1501 had their flair updated +[2020-08-31 17:52:11,673] '/u/ShikharTrivedi' has given '/u/Scabhammer' lambda! +[2020-08-31 17:52:14,417] /u/Scabhammer had their flair updated +[2020-08-31 17:53:01,959] '/u/ShikharTrivedi' has given '/u/CockandBallTorturexO' lambda! +[2020-08-31 17:53:04,662] /u/CockandBallTorturexO had their flair updated +[2020-08-31 17:56:40,642] '/u/CenturusLoL' has given '/u/HippieWithAShot' lambda! +[2020-08-31 17:56:42,404] /u/HippieWithAShot had their flair updated +[2020-08-31 17:57:45,954] There has been a new submission: 'Playthrough part 3', with flair 'Gaming' +[2020-08-31 17:57:47,058] /u/KingNoss- had their submission removed for insufficient lambda. +[2020-08-31 17:57:48,082] /u/KingNoss- had their flair updated +[2020-08-31 17:58:31,608] There has been a new submission: 'What is up id love feedback on how to do better', with flair 'Video Critique' +[2020-08-31 17:58:32,675] /u/demikunthegreat had their submission removed for insufficient lambda. +[2020-08-31 17:58:33,576] /u/demikunthegreat had their flair updated +[2020-08-31 18:01:34,101] There has been a new submission: 'Northern lights... Have a look. Have a good day 🌞', with flair 'Art' +[2020-08-31 18:01:35,784] /u/ARTCRAFTFUN had their submission removed for insufficient lambda. +[2020-08-31 18:01:38,042] /u/ARTCRAFTFUN had their flair updated +[2020-08-31 18:02:19,299] There has been a new submission: 'Nearing 900 subs! Made a video going over the Crash Bandicoot N. Sane Trilogy. Feedback appreciated and will give lambda :)', with flair 'Gaming' +[2020-08-31 18:02:20,445] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 18:02:20,446] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 18:02:21,346] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-MMx_lw5LRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 18:02:21,832] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrJiLdT5Zh9d2erCt0PbdAQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 18:02:25,926] /u/kaons- had their flair updated +[2020-08-31 18:06:05,988] There has been a new submission: 'Got some skill on lucioball this year and decided I was gonna edit my 7 hours of content into a short montage. Enjoy, lmk', with flair 'Gaming' +[2020-08-31 18:06:07,262] /u/lotusbutreddit had their submission removed for insufficient lambda. +[2020-08-31 18:06:08,781] /u/lotusbutreddit had their flair updated +[2020-08-31 18:06:31,224] '/u/TheJustindsd' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-31 18:06:33,601] /u/aspirefitnesswalnut had their flair updated +[2020-08-31 18:08:35,181] {ERROR} Unexpected status code: 301 +[2020-08-31 18:20:20,975] '/u/thedrq' has given '/u/aspirefitnesswalnut' lambda! +[2020-08-31 18:20:23,724] /u/aspirefitnesswalnut had their flair updated +[2020-08-31 18:27:47,566] '/u/ShikharTrivedi' has given '/u/AceFilms44' lambda! +[2020-08-31 18:27:48,788] /u/AceFilms44 had their flair updated +[2020-08-31 18:30:50,858] '/u/RealGalaxyRider' has given '/u/CockandBallTorturexO' lambda! +[2020-08-31 18:30:54,010] /u/CockandBallTorturexO had their flair updated +[2020-08-31 18:40:33,424] '/u/ShikharTrivedi' has given '/u/lolaccounting' lambda! +[2020-08-31 18:40:36,535] /u/lolaccounting had their flair updated +[2020-08-31 18:48:00,236] +#################### +[Aug 31 2020 18:48:00] RESTARTED +#################### + +[2020-08-31 19:23:05,269] There has been a new submission: 'Oreo Or Death Challenge! Would love to see you guys critique this one. There are a few things that I’d like cleaning up and I’ll give lambda for good honest feedback. Made with iMovie cause I’m poor.', with flair 'Video Critique' +[2020-08-31 19:23:07,478] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:23:07,602] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:23:08,540] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7geYsLJiKdI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:23:08,912] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:23:11,860] /u/RealGalaxyRider had their flair updated +[2020-08-31 19:23:29,557] There has been a new submission: 'Hi so I saw there is a lot of youtube channels that make this reddit stories but I found that people complain about the very robotic voice so I did one too but with more human voice , what do you think I just uploaded just testing for now', with flair 'Channel Review' +[2020-08-31 19:23:30,995] /u/nich112 had their submission removed for insufficient lambda. +[2020-08-31 19:23:32,763] /u/nich112 had their flair updated +[2020-08-31 19:23:51,547] There has been a new submission: 'A very short fall guys funny moments montage (would really appreciate some feedback on how to improve in future videos)', with flair 'Gaming' +[2020-08-31 19:23:53,840] /u/JadedMangosOfficial had their submission removed for insufficient lambda. +[2020-08-31 19:23:56,260] /u/JadedMangosOfficial had their flair updated +[2020-08-31 19:24:14,787] There has been a new submission: 'FALL GUYS BUT IT'S THE 80S [fee-fee-feedback for that L]', with flair 'Gaming' +[2020-08-31 19:24:15,688] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:24:15,690] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:24:16,756] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nh2Mxqzxzms&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:24:17,166] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:24:19,872] /u/ameixarocha had their flair updated +[2020-08-31 19:24:37,458] There has been a new submission: 'Hi everyone I am trying to get to 200 subs and I am 140 so I was wondering if u could help me out', with flair 'Gaming' +[2020-08-31 19:24:38,687] /u/frazzels11 had their submission removed for insufficient lambda. +[2020-08-31 19:24:40,286] /u/frazzels11 had their flair updated +[2020-08-31 19:24:58,349] There has been a new submission: 'Would love feedback on our review on these LED strips! We try to do unique product reviews and will post more in the future.', with flair 'Video Critique' +[2020-08-31 19:24:59,661] /u/NLGGHZ had their submission removed for insufficient lambda. +[2020-08-31 19:25:01,172] /u/NLGGHZ had their flair updated +[2020-08-31 19:25:19,005] There has been a new submission: 'Trying to improve with each video, I feel like I finally found my groove with this one! Would love to hear your feedback on how I can continue to improve, thanks! Giving lambda for feedback', with flair 'Video Critique' +[2020-08-31 19:25:19,911] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:25:20,030] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:25:20,770] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3TdorvVStSM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:25:21,267] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYf_Ndl0p8S8FsPrV_TgFtg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:25:23,727] /u/Onen1ck had their flair updated +[2020-08-31 19:25:41,288] There has been a new submission: 'Pope Francis Threatens Little Boy (for shits and giggles so dont be offended. hope it at least made you smile)', with flair 'Video Critique' +[2020-08-31 19:25:42,396] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:25:42,397] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:25:43,456] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=YFmcCNrskek&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:25:43,787] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzBw_g4FTHqJTh4PpQHD4Zg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:25:46,203] /u/CockandBallTorturexO had their flair updated +[2020-08-31 19:26:04,856] There has been a new submission: 'What can i improve on in this video? As it flopped unlike my first video', with flair 'Video Critique' +[2020-08-31 19:26:06,044] /u/idunop had their submission removed for insufficient lambda. +[2020-08-31 19:26:07,354] /u/idunop had their flair updated +[2020-08-31 19:26:24,986] There has been a new submission: 'I Give Up - Hows the thumbnail/editing?', with flair 'Gaming' +[2020-08-31 19:26:26,173] /u/HeyB_YT had their submission removed for insufficient lambda. +[2020-08-31 19:26:27,323] /u/HeyB_YT had their flair updated +[2020-08-31 19:27:44,778] '/u/ShikharTrivedi' has given '/u/ElegantMemes' lambda! +[2020-08-31 19:27:46,464] /u/ElegantMemes had their flair updated +[2020-08-31 19:30:02,742] /u/ElegantMemes had their flair updated +[2020-08-31 19:30:13,885] '/u/Onen1ck' has given '/u/HippieWithAShot' lambda! +[2020-08-31 19:30:16,155] /u/HippieWithAShot had their flair updated +[2020-08-31 19:30:43,145] '/u/liluzisquirt_' has given '/u/Inspiron1501' lambda! +[2020-08-31 19:30:45,975] /u/Inspiron1501 had their flair updated +[2020-08-31 19:31:07,151] '/u/liluzisquirt_' has given '/u/Napman69' lambda! +[2020-08-31 19:31:09,824] /u/Napman69 had their flair updated +[2020-08-31 19:31:45,235] '/u/liluzisquirt_' has given '/u/South-Amareca' lambda! +[2020-08-31 19:31:47,939] /u/South-Amareca had their flair updated +[2020-08-31 19:32:51,955] '/u/TheRealTenpro' has given '/u/Callu23' lambda! +[2020-08-31 19:32:54,581] /u/Callu23 had their flair updated +[2020-08-31 19:39:01,296] There has been a new submission: 'New type of video today. Filmed my first Mukbang/Food Challenge. Any critiques would be much appreciated. Lambdas given for all critiques!', with flair 'Video Critique' +[2020-08-31 19:39:02,276] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:39:02,277] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:39:03,217] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x4BdJQ_3hnE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:39:03,627] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7p99VD5VwkOcRhMLz4-ew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:39:05,264] /u/aspirefitnesswalnut had their flair updated +[2020-08-31 19:39:24,268] There has been a new submission: '[Feedback] Pre-Workout Drink: A Great Guide', with flair 'Vlog' +[2020-08-31 19:39:25,953] /u/permissible_poetry_ had their submission removed for insufficient lambda. +[2020-08-31 19:39:26,487] /u/permissible_poetry_ had their flair updated +[2020-08-31 19:39:42,437] There has been a new submission: 'Why you should hate Grandpa Joe', with flair 'Video Critique' +[2020-08-31 19:39:43,254] /u/Richeefer had their submission removed for insufficient lambda. +[2020-08-31 19:39:43,705] /u/Richeefer had their flair updated +[2020-08-31 19:40:00,581] There has been a new submission: 'This is an animation? Criticism needed', with flair 'Video Critique' +[2020-08-31 19:40:02,254] /u/bishboshTV had their submission removed for insufficient lambda. +[2020-08-31 19:40:04,671] /u/bishboshTV had their flair updated +[2020-08-31 19:40:24,628] There has been a new submission: 'Hey! I just launched a video about Sarazanmai a anime that i really love, it would be cool of y'all watched it!', with flair 'Video Critique' +[2020-08-31 19:40:26,430] /u/BileKudi had their submission removed for insufficient lambda. +[2020-08-31 19:40:28,766] /u/BileKudi had their flair updated +[2020-08-31 19:41:51,224] '/u/Illfury' has given '/u/usualgamer94' lambda! +[2020-08-31 19:41:54,298] /u/usualgamer94 had their flair updated +[2020-08-31 19:43:42,044] '/u/Rhysisaboy' has given '/u/usualgamer94' lambda! +[2020-08-31 19:43:44,795] /u/usualgamer94 had their flair updated +[2020-08-31 19:45:01,342] There has been a new submission: 'Getting Fortnite Battle Royal Chicken Dinners in Fall Guys.', with flair 'Gaming' +[2020-08-31 19:45:02,707] /u/SoulsterK had their submission removed for insufficient lambda. +[2020-08-31 19:45:04,317] /u/SoulsterK had their flair updated +[2020-08-31 19:45:12,949] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-08-31 19:47:16,323] There has been a new submission: 'Timeline of the most popular accounts on tiktok. Enjoy!!!', with flair 'Channel Review' +[2020-08-31 19:47:17,269] /u/Sad_Abbreviations55 had their submission removed for insufficient lambda. +[2020-08-31 19:47:18,297] /u/Sad_Abbreviations55 had their flair updated +[2020-08-31 19:47:54,102] There has been a new submission: 'Have been applying all of the techniques you are saying and upping everything I can. Highest view count I have had yet. Not much but it is honest work haha, thank you guys so much!', with flair 'Video Critique' +[2020-08-31 19:47:55,911] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 19:47:55,912] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 19:47:56,893] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BiYa4oQDgfY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:47:57,304] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 19:47:59,277] /u/Inspiron1501 had their flair updated +[2020-08-31 19:49:04,733] There has been a new submission: 'Please Review my Guitar Lessons Video and Channel! Thank you in advance :)', with flair 'Video Critique' +[2020-08-31 19:49:05,549] /u/jnuke17 had their submission removed for insufficient lambda. +[2020-08-31 19:49:06,244] /u/jnuke17 had their flair updated +[2020-08-31 20:00:10,537] '/u/aspirefitnesswalnut' has given '/u/Mr_Smith_online' lambda! +[2020-08-31 20:00:12,864] /u/Mr_Smith_online had their flair updated +[2020-08-31 20:01:15,099] There has been a new submission: 'The Bunsen burner in detail [Science skills series]', with flair 'Video Critique' +[2020-08-31 20:01:16,244] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 20:01:16,286] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 20:01:17,068] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=elIMctwybt4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:01:17,476] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClLztdRa0gheE9fA9fpmwMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:01:20,952] /u/Mr_Smith_online had their flair updated +[2020-08-31 20:04:28,991] There has been a new submission: 'Does and don’t s of being a youtuber', with flair 'Discussion' +[2020-08-31 20:04:30,923] /u/bishboshTV had their flair updated +[2020-08-31 20:05:20,785] There has been a new submission: '[Feedback] Pre-Workout Drink: A Great Guide', with flair 'Vlog' +[2020-08-31 20:05:21,934] /u/permissible_poetry_ had their submission removed for insufficient lambda. +[2020-08-31 20:05:23,413] /u/permissible_poetry_ had their flair updated +[2020-08-31 20:07:46,425] There has been a new submission: 'hope you're having a nice day :)', with flair 'Art' +[2020-08-31 20:07:47,243] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 20:07:47,244] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 20:07:48,109] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lJG8mFvcomc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:07:48,639] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5jRWKZcYSC_PRr4JvQnYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:07:50,653] /u/usualgamer94 had their flair updated +[2020-08-31 20:14:40,749] '/u/aspirefitnesswalnut' has given '/u/BiggityWapBap' lambda! +[2020-08-31 20:14:42,672] /u/BiggityWapBap had their flair updated +[2020-08-31 20:16:18,741] '/u/lolaccounting' has given '/u/FergHD' lambda! +[2020-08-31 20:16:21,248] /u/FergHD had their flair updated +[2020-08-31 20:17:00,833] There has been a new submission: 'Hey Guys. I created an account where I compiled daily news about football. If you want to be informed about the news, I am waiting for your subscriptions <3', with flair 'Channel Review' +[2020-08-31 20:17:01,937] /u/belmurka had their submission removed for insufficient lambda. +[2020-08-31 20:17:03,292] /u/belmurka had their flair updated +[2020-08-31 20:17:25,072] '/u/xPento' has given '/u/Inspiron1501' lambda! +[2020-08-31 20:17:27,281] /u/Inspiron1501 had their flair updated +[2020-08-31 20:17:47,124] '/u/xPento' has given '/u/forkemphasis' lambda! +[2020-08-31 20:17:48,847] /u/forkemphasis had their flair updated +[2020-08-31 20:18:38,328] '/u/xPento' has given '/u/usualgamer94' lambda! +[2020-08-31 20:18:40,409] /u/usualgamer94 had their flair updated +[2020-08-31 20:19:13,206] '/u/xPento' has given '/u/liluzisquirt_' lambda! +[2020-08-31 20:19:14,967] /u/liluzisquirt_ had their flair updated +[2020-08-31 20:19:49,362] '/u/xPento' has given '/u/Fireman523567' lambda! +[2020-08-31 20:19:51,202] /u/Fireman523567 had their flair updated +[2020-08-31 20:20:08,357] There has been a new submission: 'Call of Duty Black Ops Cold War - Digital Edition Trailer', with flair 'Gaming' +[2020-08-31 20:20:10,073] /u/FawadA_ had their submission removed for insufficient lambda. +[2020-08-31 20:20:13,101] /u/FawadA_ had their flair updated +[2020-08-31 20:21:36,474] There has been a new submission: 'I tried something different in this video idk if it worked im trying to boost up my watch time', with flair 'Gaming' +[2020-08-31 20:21:37,504] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 20:21:37,623] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 20:21:38,566] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=lCk7xjp5Ctc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:21:39,220] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCle6Qdfsi8g4X9Ut2RnGnGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 20:21:42,332] /u/FergHD had their flair updated +[2020-08-31 20:28:32,241] There has been a new submission: 'Hey guys, I'd like your feedback on my first whiteboard video! I worked super hard on it and I want to know your thoughts on the voiceover and the whiteboard drawings themselves!', with flair 'Video Critique' +[2020-08-31 20:28:33,147] /u/ayeitspablo had their submission removed for insufficient lambda. +[2020-08-31 20:28:34,090] /u/ayeitspablo had their flair updated +[2020-08-31 20:29:08,149] There has been a new submission: 'Aye Dino Guy just uploaded another Chill Vibes videos be sure to check it out! I wonder if Weed Guy knows anyone who can get their hands on a 1990s pager?', with flair 'Video Critique' +[2020-08-31 20:29:08,903] /u/TheLukieDookieShow had their submission removed for insufficient lambda. +[2020-08-31 20:29:09,642] /u/TheLukieDookieShow had their flair updated +[2020-08-31 20:33:48,932] '/u/Onen1ck' has given '/u/BiggityWapBap' lambda! +[2020-08-31 20:33:51,519] /u/BiggityWapBap had their flair updated +[2020-08-31 20:35:49,699] '/u/Onen1ck' has given '/u/WubbzyHeat' lambda! +[2020-08-31 20:35:52,442] /u/WubbzyHeat had their flair updated +[2020-08-31 20:41:21,965] There has been a new submission: 'This 33 YEAR OLD ENGINE is coming BACK to LIFE! - 1984 GMC SIERRA SQUARE BODY BUILD', with flair 'Vlog' +[2020-08-31 20:41:23,524] /u/tylereed had their submission removed for insufficient lambda. +[2020-08-31 20:41:25,783] /u/tylereed had their flair updated +[2020-08-31 20:48:10,478] +#################### +[Aug 31 2020 20:48:10] RESTARTED +#################### + +[2020-08-31 21:09:20,617] '/u/RealGalaxyRider' has given '/u/BiggityWapBap' lambda! +[2020-08-31 21:09:22,498] /u/BiggityWapBap had their flair updated +[2020-08-31 21:30:09,416] There has been a new submission: '[Feedback] Calcium Supplements: What You Should Know', with flair 'Vlog' +[2020-08-31 21:30:11,044] /u/permissible_poetry_ had their submission removed for insufficient lambda. +[2020-08-31 21:30:13,638] /u/permissible_poetry_ had their flair updated +[2020-08-31 21:30:24,638] There has been a new submission: 'First time posting here, let me know what you guys think!', with flair 'Gaming' +[2020-08-31 21:30:26,405] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 21:30:26,444] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 21:30:27,386] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=kpcUwJiYukA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:30:27,801] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2pUeUw0v-mhpnANdYfcGLA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:30:31,243] /u/AdvisedCelery had their flair updated +[2020-08-31 21:30:50,581] There has been a new submission: 'GHOST OF TSUSHIMA Walkthrough Gameplay Part 33 - The Tale Of Lord Shimur...', with flair 'Gaming' +[2020-08-31 21:30:52,219] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-08-31 21:30:54,636] /u/CecliusPlaysHD had their flair updated +[2020-08-31 21:31:14,796] There has been a new submission: 'SEASON 4 IS EPIC!!', with flair 'Gaming' +[2020-08-31 21:31:16,356] /u/OZone7D had their submission removed for insufficient lambda. +[2020-08-31 21:31:18,615] /u/OZone7D had their flair updated +[2020-08-31 21:31:38,222] There has been a new submission: 'Uploading after long pause and recommendations', with flair 'Discussion' +[2020-08-31 21:31:40,649] /u/GudleifrOne had their flair updated +[2020-08-31 21:32:18,393] '/u/RealGalaxyRider' has given '/u/ayeitspablo' lambda! +[2020-08-31 21:32:20,773] /u/ayeitspablo had their flair updated +[2020-08-31 21:33:54,383] '/u/Onen1ck' has given '/u/ayeitspablo' lambda! +[2020-08-31 21:33:56,972] /u/ayeitspablo had their flair updated +[2020-08-31 21:34:45,421] '/u/Onen1ck' has given '/u/Djbernie805' lambda! +[2020-08-31 21:34:47,839] /u/Djbernie805 had their flair updated +[2020-08-31 21:35:35,660] '/u/TheJustindsd' has given '/u/Fireman523567' lambda! +[2020-08-31 21:35:38,045] /u/Fireman523567 had their flair updated +[2020-08-31 21:35:56,087] '/u/Onen1ck' has given '/u/MysticMarzan' lambda! +[2020-08-31 21:35:58,100] /u/MysticMarzan had their flair updated +[2020-08-31 21:36:30,916] '/u/RealGalaxyRider' has given '/u/asmordious' lambda! +[2020-08-31 21:36:32,550] /u/asmordious had their flair updated +[2020-08-31 21:36:50,956] '/u/tktylerkong' has given '/u/HippieWithAShot' lambda! +[2020-08-31 21:36:53,286] /u/HippieWithAShot had their flair updated +[2020-08-31 21:37:40,145] '/u/FergHD' has given '/u/Teyssere' lambda! +[2020-08-31 21:37:41,745] /u/Teyssere had their flair updated +[2020-08-31 21:38:14,831] '/u/kaons-' has given '/u/Fireman523567' lambda! +[2020-08-31 21:38:17,045] /u/Fireman523567 had their flair updated +[2020-08-31 21:39:03,399] '/u/kaons-' has given '/u/bunnyofthesea' lambda! +[2020-08-31 21:39:05,360] /u/bunnyofthesea had their flair updated +[2020-08-31 21:39:22,692] '/u/kaons-' has given '/u/HippieWithAShot' lambda! +[2020-08-31 21:39:24,904] /u/HippieWithAShot had their flair updated +[2020-08-31 21:42:21,349] There has been a new submission: '"WILL YOU MARRY ME?" | YUBO APP *EMOTIONAL* (USEFUL feedback/opinions= LAMBDA)', with flair 'Video Critique' +[2020-08-31 21:42:22,294] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 21:42:22,295] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 21:42:23,069] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bgICZjmV-dY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:42:23,485] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5xrccwZYH2UGoXsTRHWBkw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:42:26,555] /u/South-Amareca had their flair updated +[2020-08-31 21:42:45,360] There has been a new submission: 'Minecraft but i have 15 min to beat the game', with flair 'Gaming' +[2020-08-31 21:42:47,126] /u/KRGEZYTTTT had their submission removed for insufficient lambda. +[2020-08-31 21:42:48,975] /u/KRGEZYTTTT had their flair updated +[2020-08-31 21:43:07,962] There has been a new submission: 'Just start an automotive channel with my friend, tell me what you think', with flair 'Video Critique' +[2020-08-31 21:43:09,395] /u/alexhud12 had their submission removed for insufficient lambda. +[2020-08-31 21:43:11,241] /u/alexhud12 had their flair updated +[2020-08-31 21:43:30,458] There has been a new submission: 'VR NEWS (Feedback Appreciated)', with flair 'Gaming' +[2020-08-31 21:43:31,567] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 21:43:31,569] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 21:43:32,593] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0GhvhrjORJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:43:33,005] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB_ZBbNgVpL9pIAqdpmSPtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:43:35,792] /u/VitalyVlogs had their flair updated +[2020-08-31 21:43:54,973] There has been a new submission: '[OC] Ranking The Harry Potter Movies Once and For All [27:32] .... Would love to know what you guys think!', with flair 'Video Critique' +[2020-08-31 21:43:56,201] /u/bubbo123 had their submission removed for insufficient lambda. +[2020-08-31 21:43:57,882] /u/bubbo123 had their flair updated +[2020-08-31 21:47:17,249] '/u/Onen1ck' has given '/u/dany_goku' lambda! +[2020-08-31 21:47:22,169] /u/dany_goku had their flair updated +[2020-08-31 21:47:54,470] There has been a new submission: 'ModernWarfareKar98K.exe', with flair 'Video Critique' +[2020-08-31 21:47:55,741] /u/MediocreManYT had their submission removed for insufficient lambda. +[2020-08-31 21:47:56,607] /u/MediocreManYT had their flair updated +[2020-08-31 21:53:32,668] There has been a new submission: 'Hey fellas! I wanted to share the latest video on my channel here. I spent quite a lot of time on it so if you have any feedback at all that'd be awesome. It's about Halo and it's super short so if you have just a couple of minutes feel free to give it a watch. I'll be giving lambda for feedback:)', with flair 'Video Critique' +[2020-08-31 21:53:33,530] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 21:53:33,649] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 21:53:34,511] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4EiJ1NQoJFM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:53:35,088] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuxXHTMY8T0pVntonKRW_EA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 21:53:38,085] /u/Fireman523567 had their flair updated +[2020-08-31 22:07:09,851] There has been a new submission: 'My Gaming Journal | Ghost of Tsushima', with flair 'Video Critique' +[2020-08-31 22:07:10,958] /u/CineGames had their submission removed for insufficient lambda. +[2020-08-31 22:07:12,270] /u/CineGames had their flair updated +[2020-08-31 22:07:53,236] There has been a new submission: 'my newest csgo montage/edit', with flair 'Video Critique' +[2020-08-31 22:07:55,368] /u/Zacmrd had their flair updated +[2020-08-31 22:10:33,098] '/u/Onen1ck' has given '/u/pawndaunt' lambda! +[2020-08-31 22:10:36,042] /u/pawndaunt had their flair updated +[2020-08-31 22:11:29,636] There has been a new submission: 'My First Video!', with flair 'Video Critique' +[2020-08-31 22:11:31,520] /u/ChingBoyJackson had their submission removed for insufficient lambda. +[2020-08-31 22:11:33,690] /u/ChingBoyJackson had their flair updated +[2020-08-31 22:13:15,286] There has been a new submission: 'I want to improve. Looking for some real feedback, don't hold back, I can handle it.', with flair 'Video Critique' +[2020-08-31 22:13:16,227] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 22:13:16,265] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 22:13:17,247] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7_5nBvKexeY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:13:17,618] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcwC5c38QFRkuBWy1w6XoRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:13:20,483] /u/Important-Context-79 had their flair updated +[2020-08-31 22:18:02,505] There has been a new submission: 'Does anyone else get annoyed by 32 minute unedited videos? It seems like the most kind of content that gets self promoted', with flair 'Discussion' +[2020-08-31 22:18:05,082] /u/BiggityWapBap had their flair updated +[2020-08-31 22:23:17,982] There has been a new submission: 'Does anyone mind giving a little feedback on this video. It’s the first one posted... it’s a “newscast” in Columbia sc. lmk!', with flair 'Video Critique' +[2020-08-31 22:23:19,747] /u/d-list-kram had their submission removed for insufficient lambda. +[2020-08-31 22:23:21,675] /u/d-list-kram had their flair updated +[2020-08-31 22:24:45,319] '/u/FergHD' has given '/u/dany_goku' lambda! +[2020-08-31 22:24:47,740] /u/dany_goku had their flair updated +[2020-08-31 22:26:36,755] There has been a new submission: 'Sitting at 39! What can I do?? Critiscm appreciated! Aiming for high production value for live music covers', with flair 'Channel Review' +[2020-08-31 22:26:39,091] /u/HippieWithAShot had their flair updated +[2020-08-31 22:28:55,138] '/u/tktylerkong' has given '/u/-BR25-' lambda! +[2020-08-31 22:28:56,763] /u/-BR25- had their flair updated +[2020-08-31 22:30:14,921] '/u/Important-Context-79' has given '/u/d-list-kram' lambda! +[2020-08-31 22:30:17,292] /u/d-list-kram had their flair updated +[2020-08-31 22:31:59,111] '/u/Important-Context-79' has given '/u/BiggityWapBap' lambda! +[2020-08-31 22:32:01,884] /u/BiggityWapBap had their flair updated +[2020-08-31 22:34:40,424] '/u/HippieWithAShot' has given '/u/-Vertex-' lambda! +[2020-08-31 22:34:42,514] /u/-Vertex- had their flair updated +[2020-08-31 22:36:07,454] '/u/Fireman523567' has given '/u/-Vertex-' lambda! +[2020-08-31 22:36:09,670] /u/-Vertex- had their flair updated +[2020-08-31 22:36:28,394] '/u/VitalyVlogs' has given '/u/d-list-kram' lambda! +[2020-08-31 22:36:30,815] /u/d-list-kram had their flair updated +[2020-08-31 22:36:51,155] '/u/Fireman523567' has given '/u/Scabhammer' lambda! +[2020-08-31 22:36:53,735] /u/Scabhammer had their flair updated +[2020-08-31 22:41:09,899] '/u/Onen1ck' has given '/u/d-list-kram' lambda! +[2020-08-31 22:41:12,846] /u/d-list-kram had their flair updated +[2020-08-31 22:44:39,863] There has been a new submission: 'The newest video in my series on looking for the biggest trees in the US! Always appreciate any feedback you might have!', with flair 'Video Critique' +[2020-08-31 22:44:40,766] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 22:44:40,768] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 22:44:41,425] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fZME0TE314o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:44:41,755] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUMQFUkgaEE68_ujIdW2wAw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:44:44,446] /u/Scabhammer had their flair updated +[2020-08-31 22:45:46,076] There has been a new submission: 'Hey everyone. I would really love some feedback on my video... it’s the first one ever posted... it’s a “newscast” based out of Columbia, sc. thank you.', with flair 'Video Critique' +[2020-08-31 22:45:47,182] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 22:45:47,183] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 22:45:48,244] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8ByHgMgI74o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:45:48,615] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCq6Pk8_g-txI4_9n-hfeH_w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 22:45:51,160] /u/d-list-kram had their flair updated +[2020-08-31 22:46:29,728] '/u/xPento' has given '/u/ayeitspablo' lambda! +[2020-08-31 22:46:32,073] /u/ayeitspablo had their flair updated +[2020-08-31 22:48:02,354] +#################### +[Aug 31 2020 22:48:02] RESTARTED +#################### + +[2020-08-31 23:30:24,856] There has been a new submission: '[4:03] Here for any feedback please!', with flair 'Video Critique' +[2020-08-31 23:30:27,281] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 23:30:27,319] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 23:30:28,061] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8fZ32nSScfQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 23:30:28,511] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 23:30:31,875] /u/WordHistorian had their flair updated +[2020-08-31 23:30:52,903] There has been a new submission: 'need advice o critic .. on my avatar i created and what more i can do in my gameplays videos ... you dont have to see the whole video ... just browse threw it ... the face changes ... thank you', with flair 'Gaming' +[2020-08-31 23:30:54,669] /u/Fullmoontobi1 had their submission removed for insufficient lambda. +[2020-08-31 23:30:56,969] /u/Fullmoontobi1 had their flair updated +[2020-08-31 23:31:16,871] There has been a new submission: 'Modern Warfare Trash Talking A Team of Salty Bots', with flair 'Gaming' +[2020-08-31 23:31:18,428] /u/sfcen had their submission removed for insufficient lambda. +[2020-08-31 23:31:20,644] /u/sfcen had their flair updated +[2020-08-31 23:31:59,303] '/u/South-Amareca' has given '/u/BiggityWapBap' lambda! +[2020-08-31 23:32:02,105] /u/BiggityWapBap had their flair updated +[2020-08-31 23:36:28,811] '/u/MyNameIsDracoHi' has given '/u/BobFiggins' lambda! +[2020-08-31 23:36:30,444] /u/BobFiggins had their flair updated +[2020-08-31 23:37:46,865] '/u/Onen1ck' has given '/u/-Vertex-' lambda! +[2020-08-31 23:37:49,442] /u/-Vertex- had their flair updated +[2020-08-31 23:40:46,267] There has been a new submission: 'Channel Scouts (New Series)', with flair 'Collab' +[2020-08-31 23:40:49,470] /u/YTKoffing had their flair updated +[2020-08-31 23:41:08,248] There has been a new submission: 'GIRLFRIEND GETS TOOTH PULLS OUT AND RAGES OUT', with flair 'Art' +[2020-08-31 23:41:09,933] /u/mackenziekillz had their submission removed for insufficient lambda. +[2020-08-31 23:41:12,104] /u/mackenziekillz had their flair updated +[2020-08-31 23:41:31,817] There has been a new submission: 'reuben', with flair 'Video Critique' +[2020-08-31 23:41:33,290] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-08-31 23:41:35,461] /u/princeevil666_ had their flair updated +[2020-08-31 23:45:02,436] '/u/Scabhammer' has given '/u/WordHistorian' lambda! +[2020-08-31 23:45:04,686] /u/WordHistorian had their flair updated +[2020-08-31 23:45:47,010] '/u/Scabhammer' has given '/u/-Vertex-' lambda! +[2020-08-31 23:45:49,593] /u/-Vertex- had their flair updated +[2020-08-31 23:49:05,500] There has been a new submission: '[5:55] Is the Xbox Series S/X Doomed to Fail?', with flair 'Gaming' +[2020-08-31 23:49:06,601] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-08-31 23:49:06,603] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-08-31 23:49:07,623] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=go-D-bruqHk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 23:49:08,159] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCr6-qqvhFLZnTUmZ73LdFGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-08-31 23:49:09,999] /u/-Vertex- had their flair updated +[2020-08-31 23:50:04,648] There has been a new submission: 'Hey guys, I'd like some feedback on my first whiteboard video!', with flair 'Video Critique' +[2020-08-31 23:50:08,005] /u/ayeitspablo had their flair updated +[2020-08-31 23:52:20,617] There has been a new submission: 'Hey guys, I'd like some feedback on my first whiteboard video!', with flair 'Video Critique' +[2020-08-31 23:52:22,376] /u/ayeitspablo had their submission removed for insufficient lambda. +[2020-08-31 23:52:25,250] /u/ayeitspablo had their flair updated +[2020-08-31 23:58:04,631] '/u/Onen1ck' has given '/u/Lukegreen3703' lambda! +[2020-08-31 23:58:06,804] /u/Lukegreen3703 had their flair updated +[2020-09-01 00:01:25,607] There has been a new submission: 'How can I start a channel that isn't limited to one specific genre/topic?', with flair 'Discussion' +[2020-09-01 00:01:28,108] /u/ChingBoyJackson had their flair updated +[2020-09-01 00:08:47,214] There has been a new submission: 'Hey I just want some tips to get more suscribers', with flair 'Collab' +[2020-09-01 00:08:48,322] /u/JLMJ10 had their flair updated +[2020-09-01 00:12:34,871] '/u/South-Amareca' has given '/u/ayeitspablo' lambda! +[2020-09-01 00:12:37,083] /u/ayeitspablo had their flair updated +[2020-09-01 00:23:56,144] '/u/Cap_America_AC' has given '/u/brandondunbar' lambda! +[2020-09-01 00:23:58,611] /u/brandondunbar had their flair updated +[2020-09-01 00:24:40,953] '/u/Cap_America_AC' has given '/u/Redmond93' lambda! +[2020-09-01 00:24:43,409] /u/Redmond93 had their flair updated +[2020-09-01 00:25:16,174] '/u/Cap_America_AC' has given '/u/electronic_person' lambda! +[2020-09-01 00:25:18,379] /u/electronic_person had their flair updated +[2020-09-01 00:27:22,489] '/u/Scabhammer' has given '/u/ayeitspablo' lambda! +[2020-09-01 00:27:23,698] /u/ayeitspablo had their flair updated +[2020-09-01 00:30:11,765] There has been a new submission: 'Think Like a Woman. Out at 6pm today. Trying to grow some subscribers before then, please subscribe 🥺♥️', with flair 'Channel Review' +[2020-09-01 00:30:13,669] /u/isabellatheresa had their submission removed for insufficient lambda. +[2020-09-01 00:30:16,023] /u/isabellatheresa had their flair updated +[2020-09-01 00:32:10,025] There has been a new submission: 'Just uploaded my first video on my new channel! Hope you all like it!', with flair 'Video Critique' +[2020-09-01 00:32:11,543] /u/Glitchy_BitBoi had their submission removed for insufficient lambda. +[2020-09-01 00:32:13,714] /u/Glitchy_BitBoi had their flair updated +[2020-09-01 00:38:59,420] There has been a new submission: 'I need to get a hobby', with flair 'Vlog' +[2020-09-01 00:39:00,159] /u/prince_Gizmo had their submission removed for insufficient lambda. +[2020-09-01 00:39:01,024] /u/prince_Gizmo had their flair updated +[2020-09-01 00:41:30,862] '/u/Fireman523567' has given '/u/WordHistorian' lambda! +[2020-09-01 00:41:33,032] /u/WordHistorian had their flair updated +[2020-09-01 00:42:08,914] '/u/Fireman523567' has given '/u/ayeitspablo' lambda! +[2020-09-01 00:42:11,285] /u/ayeitspablo had their flair updated +[2020-09-01 00:45:08,753] There has been a new submission: 'Hey guys, I'd like some feedback on my first whiteboard video!', with flair 'Video Critique' +[2020-09-01 00:45:10,637] /u/ayeitspablo had their flair updated +[2020-09-01 00:48:00,440] +#################### +[Sep 01 2020 00:48:00] RESTARTED +#################### + +[2020-09-01 01:25:13,070] There has been a new submission: 'I spent a month working on this video essay. Can y’all tell me what you think?', with flair 'Video Critique' +[2020-09-01 01:25:14,628] /u/GUSDABUS_YT had their submission removed for insufficient lambda. +[2020-09-01 01:25:15,985] /u/GUSDABUS_YT had their flair updated +[2020-09-01 01:25:33,830] There has been a new submission: 'Ranking The Harry Potter Movies Once and For All [27:32] ...Would love to know what you guys think!', with flair 'Video Critique' +[2020-09-01 01:25:35,016] /u/spragoy1232 had their submission removed for insufficient lambda. +[2020-09-01 01:25:36,408] /u/spragoy1232 had their flair updated +[2020-09-01 01:25:54,157] There has been a new submission: 'Dear Elon (Parody Of Eminem's Stan)', with flair 'Video Critique' +[2020-09-01 01:25:55,469] /u/MoneyMikeInvesting had their submission removed for insufficient lambda. +[2020-09-01 01:25:56,705] /u/MoneyMikeInvesting had their flair updated +[2020-09-01 01:26:32,057] '/u/ayeitspablo' has given '/u/FindYourVoicePodcast' lambda! +[2020-09-01 01:26:33,864] /u/FindYourVoicePodcast had their flair updated +[2020-09-01 01:29:31,800] There has been a new submission: 'Zelda Quotes Dante - Character voice with Audacity and ClownFish', with flair 'Video Critique' +[2020-09-01 01:29:33,150] /u/OzyIllustrates had their submission removed for insufficient lambda. +[2020-09-01 01:29:34,339] /u/OzyIllustrates had their flair updated +[2020-09-01 01:40:20,582] There has been a new submission: 'Thor first appearance', with flair 'Gaming' +[2020-09-01 01:40:22,261] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-09-01 01:40:24,598] /u/Theirishlizard had their flair updated +[2020-09-01 01:51:00,984] There has been a new submission: 'Among us (FILIPINO)', with flair 'Channel Review' +[2020-09-01 01:51:03,687] /u/lechokkeee had their submission removed for insufficient lambda. +[2020-09-01 01:51:05,937] /u/lechokkeee had their flair updated +[2020-09-01 01:52:09,292] '/u/TheJustindsd' has given '/u/WordHistorian' lambda! +[2020-09-01 01:52:12,033] /u/WordHistorian had their flair updated +[2020-09-01 01:55:32,395] There has been a new submission: 'I hope you guys enjoyed it! Any feedback good or bad is welcome!', with flair 'Video Critique' +[2020-09-01 01:55:33,625] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 01:55:33,705] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 01:55:34,286] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=F-Zp9x15FZc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 01:55:34,610] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-cDLB3nt_ed-QfGVqHTrKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 01:55:37,070] /u/MoistEgg123 had their flair updated +[2020-09-01 01:57:20,121] There has been a new submission: 'Hey guys! I’ve been uploading videos daily throughout the summer and I put a lot of time into making good quality content, but I’ve only gained 7 subscribers. It’s getting really defeating, I’m going to keep grinding, but it would mean the world to me if you would check out my channel. THANKS!', with flair 'None' +[2020-09-01 01:57:21,071] /u/EdictzTV had their submission removed for insufficient lambda. +[2020-09-01 01:57:22,270] /u/EdictzTV had their flair updated +[2020-09-01 02:02:03,963] '/u/Onen1ck' has given '/u/lechokkeee' lambda! +[2020-09-01 02:02:06,665] /u/lechokkeee had their flair updated +[2020-09-01 02:14:07,154] '/u/WordHistorian' has given '/u/ayeitspablo' lambda! +[2020-09-01 02:14:08,917] /u/ayeitspablo had their flair updated +[2020-09-01 02:20:17,541] '/u/Illfury' has given '/u/dinnergaming' lambda! +[2020-09-01 02:20:20,688] /u/dinnergaming had their flair updated +[2020-09-01 02:30:29,916] There has been a new submission: 'Im looking for feedback on everything, The content, The thumbnail, The channel art. Thanks in advance for any help!', with flair 'Video Critique' +[2020-09-01 02:30:31,481] /u/Vonnnnnn had their submission removed for insufficient lambda. +[2020-09-01 02:30:33,767] /u/Vonnnnnn had their flair updated +[2020-09-01 02:39:39,994] '/u/dinnergaming' has given '/u/MaximumNormal6736' lambda! +[2020-09-01 02:39:40,831] /u/MaximumNormal6736 had their flair updated +[2020-09-01 02:48:01,771] +#################### +[Sep 01 2020 02:48:01] RESTARTED +#################### + +[2020-09-01 03:17:07,480] There has been a new submission: 'Street Fighter V: Road To Gold Vol 4', with flair 'Gaming' +[2020-09-01 03:17:08,919] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-09-01 03:17:09,942] /u/majin_hendrix had their flair updated +[2020-09-01 03:17:30,487] '/u/Onen1ck' has given '/u/sgtmajormanatee' lambda! +[2020-09-01 03:17:32,045] /u/sgtmajormanatee had their flair updated +[2020-09-01 03:19:01,762] '/u/Onen1ck' has given '/u/mreverdred01' lambda! +[2020-09-01 03:19:03,521] /u/mreverdred01 had their flair updated +[2020-09-01 03:19:35,356] '/u/ShikharTrivedi' has given '/u/ayeitspablo' lambda! +[2020-09-01 03:19:37,491] /u/ayeitspablo had their flair updated +[2020-09-01 03:21:22,248] There has been a new submission: 'How BAD is my first video? Any feedback would be appreciated!', with flair 'Video Critique' +[2020-09-01 03:21:23,765] /u/Razzed311 had their submission removed for insufficient lambda. +[2020-09-01 03:21:25,902] /u/Razzed311 had their flair updated +[2020-09-01 03:21:45,029] There has been a new submission: '[Discussion] Hello Everyone I’m new to this Sub....Would anyone be willing to critique my channel and give me some raw feedback?', with flair 'Discussion' +[2020-09-01 03:21:47,487] /u/fallout76legendary had their flair updated +[2020-09-01 03:22:11,401] '/u/ShikharTrivedi' has given '/u/the_real_d247' lambda! +[2020-09-01 03:22:14,060] /u/the_real_d247 had their flair updated +[2020-09-01 03:22:34,380] '/u/ShikharTrivedi' has given '/u/ThatLadMul' lambda! +[2020-09-01 03:22:36,672] /u/ThatLadMul had their flair updated +[2020-09-01 03:22:57,127] '/u/ShikharTrivedi' has given '/u/WordHistorian' lambda! +[2020-09-01 03:22:59,592] /u/WordHistorian had their flair updated +[2020-09-01 03:24:34,621] '/u/AdvisedCelery' has given '/u/Scabhammer' lambda! +[2020-09-01 03:24:37,287] /u/Scabhammer had their flair updated +[2020-09-01 03:24:55,945] '/u/MoistEgg123' has given '/u/dinnergaming' lambda! +[2020-09-01 03:24:58,821] /u/dinnergaming had their flair updated +[2020-09-01 03:25:20,277] '/u/AdvisedCelery' has given '/u/-Vertex-' lambda! +[2020-09-01 03:25:22,619] /u/-Vertex- had their flair updated +[2020-09-01 03:26:26,684] '/u/tasbiq' has given '/u/Baba69_' lambda! +[2020-09-01 03:26:28,449] /u/Baba69_ had their flair updated +[2020-09-01 03:27:15,629] '/u/tasbiq' has given '/u/Xiffo_' lambda! +[2020-09-01 03:27:17,147] /u/Xiffo_ had their flair updated +[2020-09-01 03:27:40,965] '/u/AdvisedCelery' has given '/u/WordHistorian' lambda! +[2020-09-01 03:27:43,054] /u/WordHistorian had their flair updated +[2020-09-01 03:28:17,695] '/u/tasbiq' has given '/u/ayeitspablo' lambda! +[2020-09-01 03:28:19,914] /u/ayeitspablo had their flair updated +[2020-09-01 03:28:55,195] '/u/tasbiq' has given '/u/svavocet' lambda! +[2020-09-01 03:28:57,164] /u/svavocet had their flair updated +[2020-09-01 03:32:55,964] '/u/RealGalaxyRider' has given '/u/lechokkeee' lambda! +[2020-09-01 03:32:58,995] /u/lechokkeee had their flair updated +[2020-09-01 03:33:39,940] '/u/RealGalaxyRider' has given '/u/dinnergaming' lambda! +[2020-09-01 03:33:42,760] /u/dinnergaming had their flair updated +[2020-09-01 03:38:52,511] There has been a new submission: 'How is this video? It's not very long which I'm fine with, and editing is a bit off some points, but I would love some criticism. I will give out lamba to helpful comments :D', with flair 'Video Critique' +[2020-09-01 03:38:55,463] /u/BiggityWapBap had their flair updated +[2020-09-01 03:39:42,554] There has been a new submission: 'Took some advice from the last time I posted here and hopping I’ve improved, would love to hear from you all - ‘I Bought a Submarine with YouTube Money’', with flair 'Video Critique' +[2020-09-01 03:39:43,541] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 03:39:43,580] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 03:39:44,440] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=AJlBsDKUhF4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 03:39:44,890] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6I1RGJ2YWdmqHpXCDVduIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 03:39:46,568] /u/dinnergaming had their flair updated +[2020-09-01 03:41:06,651] There has been a new submission: 'Nightbot Lurk Command (With Usernames) | 2020', with flair 'Channel Review' +[2020-09-01 03:41:08,208] /u/CalmCoolSavage had their submission removed for insufficient lambda. +[2020-09-01 03:41:11,041] /u/CalmCoolSavage had their flair updated +[2020-09-01 03:56:04,011] There has been a new submission: 'A little bit of hope in case you feel lost.', with flair 'Discussion' +[2020-09-01 03:56:06,182] /u/shadossplayz had their flair updated +[2020-09-01 03:56:22,015] There has been a new submission: 'My chest', with flair 'Gaming' +[2020-09-01 03:56:23,879] /u/type2show had their submission removed for insufficient lambda. +[2020-09-01 03:56:25,722] /u/type2show had their flair updated +[2020-09-01 04:19:17,622] There has been a new submission: 'I’m doing a giveaway at 100 subs and I need some support', with flair 'Gaming' +[2020-09-01 04:19:18,565] /u/jerbear1950 had their submission removed for insufficient lambda. +[2020-09-01 04:19:19,465] /u/jerbear1950 had their flair updated +[2020-09-01 04:27:09,295] There has been a new submission: 'Newtuber, please check me out, leave a like, comment, subscribe. Feedback welcomed.', with flair 'Channel Review' +[2020-09-01 04:27:10,334] /u/Rooter1988 had their submission removed for insufficient lambda. +[2020-09-01 04:27:11,651] /u/Rooter1988 had their flair updated +[2020-09-01 04:48:02,345] +#################### +[Sep 01 2020 04:48:02] RESTARTED +#################### + +[2020-09-01 05:13:00,683] There has been a new submission: 'Chill Music Channel! Please come visit!! :)', with flair 'Art' +[2020-09-01 05:13:02,729] /u/eddieha1 had their submission removed for insufficient lambda. +[2020-09-01 05:13:04,695] /u/eddieha1 had their flair updated +[2020-09-01 05:13:23,489] There has been a new submission: 'Almost to 100 Subscribers that you guys for all the support! Help me out by leaving a like or a sub if you like the content!', with flair 'Gaming' +[2020-09-01 05:13:24,878] /u/ZU1D3MA had their submission removed for insufficient lambda. +[2020-09-01 05:13:26,598] /u/ZU1D3MA had their flair updated +[2020-09-01 05:14:03,692] '/u/Seankichu' has given '/u/aspirefitnesswalnut' lambda! +[2020-09-01 05:14:06,228] /u/aspirefitnesswalnut had their flair updated +[2020-09-01 05:14:26,062] '/u/Seankichu' has given '/u/Teyssere' lambda! +[2020-09-01 05:14:28,405] /u/Teyssere had their flair updated +[2020-09-01 05:15:13,180] There has been a new submission: 'I would appreciate if you would subscribe to my YouTube channel for content about Persona and Shin megami tensei if your Interested', with flair 'Gaming' +[2020-09-01 05:15:14,272] /u/DEMILINKX had their submission removed for insufficient lambda. +[2020-09-01 05:15:15,626] /u/DEMILINKX had their flair updated +[2020-09-01 05:16:25,851] '/u/Seankichu' has given '/u/WordHistorian' lambda! +[2020-09-01 05:16:28,183] /u/WordHistorian had their flair updated +[2020-09-01 05:18:34,742] There has been a new submission: 'I have a small YouTube channel I create war thunder and rust videos primarily I hope u guys can cheaply it out', with flair 'Gaming' +[2020-09-01 05:18:35,681] /u/Alphapegusus52 had their submission removed for insufficient lambda. +[2020-09-01 05:18:36,747] /u/Alphapegusus52 had their flair updated +[2020-09-01 05:25:38,622] There has been a new submission: 'how a csgo player play hitman first time editing really appreciate if anyone could like', with flair 'Gaming' +[2020-09-01 05:25:40,264] /u/AutumnAnten had their submission removed for insufficient lambda. +[2020-09-01 05:25:42,028] /u/AutumnAnten had their flair updated +[2020-09-01 05:29:46,452] There has been a new submission: 'CBI', with flair 'Gaming' +[2020-09-01 05:29:47,497] /u/-Cadopotato- had their submission removed for insufficient lambda. +[2020-09-01 05:29:47,923] /u/-Cadopotato- had their flair updated +[2020-09-01 05:30:09,179] There has been a new submission: 'We got trolled by a "NOOB" in Fortnite', with flair 'Gaming' +[2020-09-01 05:30:10,710] /u/TTVDudeplayze had their submission removed for insufficient lambda. +[2020-09-01 05:30:13,005] /u/TTVDudeplayze had their flair updated +[2020-09-01 05:32:36,032] There has been a new submission: 'Ghost of Tsushima - Duel Of Crashing Waves', with flair 'Gaming' +[2020-09-01 05:32:37,587] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-01 05:32:39,635] /u/naruto_naruto_123 had their flair updated +[2020-09-01 05:35:27,277] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-09-01 05:37:57,710] There has been a new submission: 'Battletoads Playthrough Part 3 Rise of the Dark Queen', with flair 'Gaming' +[2020-09-01 05:37:59,516] /u/UltravioletRooster had their submission removed for insufficient lambda. +[2020-09-01 05:38:00,585] /u/UltravioletRooster had their flair updated +[2020-09-01 05:44:24,468] There has been a new submission: '4.8k views in 1 week! Not bad for my first real video.', with flair 'Channel Review' +[2020-09-01 05:44:25,720] /u/Daffy182 had their submission removed for insufficient lambda. +[2020-09-01 05:44:27,489] /u/Daffy182 had their flair updated +[2020-09-01 05:45:04,835] '/u/MoistEgg123' has given '/u/RedBarnHoneyBees' lambda! +[2020-09-01 05:45:07,208] /u/RedBarnHoneyBees had their flair updated +[2020-09-01 05:46:56,018] '/u/MoistEgg123' has given '/u/AutumnAnten' lambda! +[2020-09-01 05:46:57,902] /u/AutumnAnten had their flair updated +[2020-09-01 06:04:18,405] '/u/WordHistorian' has given '/u/DennisTheBadBoy' lambda! +[2020-09-01 06:04:21,645] /u/DennisTheBadBoy had their flair updated +[2020-09-01 06:04:48,043] '/u/WordHistorian' has given '/u/soupgeorge' lambda! +[2020-09-01 06:04:50,294] /u/soupgeorge had their flair updated +[2020-09-01 06:12:36,243] '/u/guyFCR' has given '/u/danifernt' lambda! +[2020-09-01 06:12:39,189] /u/danifernt had their flair updated +[2020-09-01 06:13:56,687] There has been a new submission: 'Among Us in a nutshell', with flair 'Gaming' +[2020-09-01 06:13:57,982] /u/Lilramenbowl had their submission removed for insufficient lambda. +[2020-09-01 06:13:59,835] /u/Lilramenbowl had their flair updated +[2020-09-01 06:14:33,002] There has been a new submission: 'rick astley goes to mexico', with flair 'Gaming' +[2020-09-01 06:14:34,504] /u/SidelingRug2747 had their submission removed for insufficient lambda. +[2020-09-01 06:14:36,174] /u/SidelingRug2747 had their flair updated +[2020-09-01 06:15:03,590] There has been a new submission: 'I need some critical feedback from someone with experience👁👁', with flair 'Video Critique' +[2020-09-01 06:15:04,818] /u/CargoGoop had their submission removed for insufficient lambda. +[2020-09-01 06:15:06,490] /u/CargoGoop had their flair updated +[2020-09-01 06:22:37,828] There has been a new submission: 'Bite-sized Horror (30sec) - The Horrors of Dating', with flair 'Art' +[2020-09-01 06:22:39,344] /u/tomburgessfilm had their submission removed for insufficient lambda. +[2020-09-01 06:22:41,599] /u/tomburgessfilm had their flair updated +[2020-09-01 06:23:35,854] There has been a new submission: 'A question about old YouTube intros', with flair 'Discussion' +[2020-09-01 06:23:38,228] /u/CrackerBackerSnacker had their flair updated +[2020-09-01 06:29:49,811] '/u/xPento' has given '/u/Spookerstar' lambda! +[2020-09-01 06:29:50,495] /u/Spookerstar had their flair updated +[2020-09-01 06:36:14,398] There has been a new submission: 'My Birthday ride and first long ride using the Kymco Xtown 300i', with flair 'Vlog' +[2020-09-01 06:36:15,591] /u/AllanAnovaWD had their submission removed for insufficient lambda. +[2020-09-01 06:36:17,109] /u/AllanAnovaWD had their flair updated +[2020-09-01 06:48:01,269] +#################### +[Sep 01 2020 06:48:01] RESTARTED +#################### + +[2020-09-01 07:29:37,604] '/u/ECXL' has given '/u/dany_goku' lambda! +[2020-09-01 07:29:39,529] /u/dany_goku had their flair updated +[2020-09-01 07:30:12,223] There has been a new submission: 'Please help me improve my content.I'm new into youtube.your honest opinions will help me improve.Hope y'all watch it and comment how it was.', with flair 'Gaming' +[2020-09-01 07:30:14,046] /u/tanjim67 had their submission removed for insufficient lambda. +[2020-09-01 07:30:16,341] /u/tanjim67 had their flair updated +[2020-09-01 07:30:25,606] There has been a new submission: 'My first film and edit ever! (What do you think?!)', with flair 'None' +[2020-09-01 07:30:27,451] /u/Sensitive-Ad-2796 had their submission removed for insufficient lambda. +[2020-09-01 07:30:29,827] /u/Sensitive-Ad-2796 had their flair updated +[2020-09-01 07:30:51,026] There has been a new submission: 'Alla scoperta di Betlemme / Discover Bethlehem a Tour (in ITALIAN!)', with flair 'Video Critique' +[2020-09-01 07:30:52,666] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-09-01 07:30:54,960] /u/Xander2KBarqs123 had their flair updated +[2020-09-01 07:36:58,770] There has been a new submission: 'My First Video!!! Very excited. Any suggestions good or bad is appreciated.', with flair 'Video Critique' +[2020-09-01 07:36:59,957] /u/blizzardmd had their submission removed for insufficient lambda. +[2020-09-01 07:37:01,260] /u/blizzardmd had their flair updated +[2020-09-01 07:47:03,873] There has been a new submission: 'I only have three videos up and this is the one I feel most confident in sharing, what do you think?', with flair 'Video Critique' +[2020-09-01 07:47:05,014] /u/Lord_Peenous had their submission removed for insufficient lambda. +[2020-09-01 07:47:06,450] /u/Lord_Peenous had their flair updated +[2020-09-01 07:56:57,883] /u/alish7F had their flair updated +[2020-09-01 07:56:59,327] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-09-01 08:21:50,208] There has been a new submission: 'Can someone give me feedback? This was probably my favourite video I’ve made but I don’t think others like it as much. Thanks yall', with flair 'Video Critique' +[2020-09-01 08:21:51,521] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 08:21:51,601] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 08:21:52,459] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=bwB-sLUG4xQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 08:21:52,830] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCedLMRCzYyYJOyrBdgDFuwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 08:21:55,818] /u/CRB776 had their flair updated +[2020-09-01 08:25:54,374] '/u/Inspiron1501' has given '/u/WordHistorian' lambda! +[2020-09-01 08:25:55,887] /u/WordHistorian had their flair updated +[2020-09-01 08:30:36,372] There has been a new submission: 'Do you have problems with making thumbnails? I'd like to help some small youtubers and make thumbnails for their videos! I'll try my best to make a nice, eye-catching thumbnail! You don't have to use it, if you don't like it, it's just a little help.', with flair 'Collab' +[2020-09-01 08:30:38,885] /u/acstomi0212 had their flair updated +[2020-09-01 08:32:03,603] There has been a new submission: 'The NYC facts', with flair 'Channel Review' +[2020-09-01 08:32:05,154] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-01 08:32:07,328] /u/Planet-com had their flair updated +[2020-09-01 08:34:06,619] There has been a new submission: 'Feedback please! I love you all very much, thanks in advance!', with flair 'Video Critique' +[2020-09-01 08:34:07,725] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 08:34:07,844] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 08:34:08,748] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mUB1llqY4Is&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 08:34:09,160] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 08:34:12,109] /u/dansometv had their flair updated +[2020-09-01 08:45:09,535] '/u/-Vertex-' has given '/u/razerfire' lambda! +[2020-09-01 08:45:11,547] /u/razerfire had their flair updated +[2020-09-01 08:48:02,228] +#################### +[Sep 01 2020 08:48:02] RESTARTED +#################### + +[2020-09-01 09:15:12,776] There has been a new submission: 'Been loving this YT journey so far! Brand new FIFA 20 Modded Career Mode episode! Any feedback would be great!', with flair 'Gaming' +[2020-09-01 09:15:14,004] /u/HugoOnReddit7 had their submission removed for insufficient lambda. +[2020-09-01 09:15:15,282] /u/HugoOnReddit7 had their flair updated +[2020-09-01 09:17:03,916] There has been a new submission: 'I've been doing this 2 weeks & I have 38 subscribers and nearly 1000 views..', with flair 'Channel Review' +[2020-09-01 09:17:04,856] /u/StephanieArmitage had their submission removed for insufficient lambda. +[2020-09-01 09:17:05,842] /u/StephanieArmitage had their flair updated +[2020-09-01 09:22:15,257] There has been a new submission: 'My first video! Any feedback is welcome', with flair 'Gaming' +[2020-09-01 09:22:16,775] /u/Jake_2395 had their submission removed for insufficient lambda. +[2020-09-01 09:22:19,236] /u/Jake_2395 had their flair updated +[2020-09-01 09:28:35,879] There has been a new submission: 'Struggling to gain views and subs', with flair 'Channel Review' +[2020-09-01 09:28:36,784] /u/Keyanu had their submission removed for insufficient lambda. +[2020-09-01 09:28:37,703] /u/Keyanu had their flair updated +[2020-09-01 09:40:30,941] There has been a new submission: 'how a csgo player play hitman first time editing this kind of video really appreciate if like my video', with flair 'Gaming' +[2020-09-01 09:40:32,620] /u/AutumnAnten had their submission removed for insufficient lambda. +[2020-09-01 09:40:35,571] /u/AutumnAnten had their flair updated +[2020-09-01 10:15:41,939] There has been a new submission: 'Check out the trailer for my channel! New kind of FPS gamer is coming, the SLAVIC gamer.', with flair 'Gaming' +[2020-09-01 10:15:43,095] /u/TheSlavicGhost had their submission removed for insufficient lambda. +[2020-09-01 10:15:44,734] /u/TheSlavicGhost had their flair updated +[2020-09-01 10:18:20,602] There has been a new submission: 'Check out the trailer for my channel! Introduction video coming September 8 and after that i'm posting 5 times a week! Some of upcoming shows are: Retro Slav, Slavic CCTV and Warzone Stories! I'm serious about this so be one of the first to join the Guerilla, millions soon to follow.', with flair 'Gaming' +[2020-09-01 10:18:21,504] /u/TheSlavicGhost had their submission removed for insufficient lambda. +[2020-09-01 10:18:22,694] /u/TheSlavicGhost had their flair updated +[2020-09-01 10:20:44,664] There has been a new submission: 'Testing Aliexpress Make Up!! *IS IT A SCAM*', with flair 'Vlog' +[2020-09-01 10:20:46,221] /u/benzie-likes-tuna had their submission removed for insufficient lambda. +[2020-09-01 10:20:48,559] /u/benzie-likes-tuna had their flair updated +[2020-09-01 10:21:27,583] There has been a new submission: 'Hello fellow community! I'm new to this whole youtube thing and decided to give it a red hot go! if you have any feedback that would be greatly appreciated! I had a lot of fun making this! :)', with flair 'Video Critique' +[2020-09-01 10:21:29,063] /u/NicolaOFarrell had their submission removed for insufficient lambda. +[2020-09-01 10:21:31,192] /u/NicolaOFarrell had their flair updated +[2020-09-01 10:25:45,024] There has been a new submission: 'Introduction video coming September 8 and after that i'm posting 5 times a week! Some of upcoming shows are: Retro Slav, Slavic CCTV and Warzone Stories! I'm serious about this so be one of the first to join the Guerilla, millions soon to follow.', with flair 'Gaming' +[2020-09-01 10:25:46,288] /u/TheSlavicGhost had their submission removed for insufficient lambda. +[2020-09-01 10:25:48,035] /u/TheSlavicGhost had their flair updated +[2020-09-01 10:29:44,494] '/u/dansometv' has given '/u/lalith19' lambda! +[2020-09-01 10:29:45,399] /u/lalith19 had their flair updated +[2020-09-01 10:48:01,861] +#################### +[Sep 01 2020 10:48:01] RESTARTED +#################### + +[2020-09-01 11:16:05,884] There has been a new submission: 'A Trip to Llandudno', with flair 'Vlog' +[2020-09-01 11:16:08,050] /u/Ledoxsey14 had their submission removed for insufficient lambda. +[2020-09-01 11:16:09,239] /u/Ledoxsey14 had their flair updated +[2020-09-01 11:17:42,590] There has been a new submission: 'HOW TO CREATE YOUTUBE OUTRO | EDIT END SCREEN YOUTUBE STUDIO', with flair 'Channel Review' +[2020-09-01 11:17:43,822] /u/ithinkinfluencers had their submission removed for insufficient lambda. +[2020-09-01 11:17:44,681] /u/ithinkinfluencers had their flair updated +[2020-09-01 11:25:30,537] Starting every day program... +[2020-09-01 11:25:30,538] Updating database statistics... +[2020-09-01 11:25:31,441] Posting and updating wiki... +[2020-09-01 11:26:04,562] Formatting leaderboard... +[2020-09-01 11:26:05,459] Updating sidebar... +[2020-09-01 11:26:07,012] Updated in new reddit... +[2020-09-01 11:26:10,174] Updated in old reddit... +[2020-09-01 11:26:10,175] Completed. +[2020-09-01 11:27:11,570] '/u/South-Amareca' has given '/u/alish7F' lambda! +[2020-09-01 11:27:13,328] /u/alish7F had their flair updated +[2020-09-01 11:29:18,654] There has been a new submission: 'AI Plays the Chrome Dino Game', with flair 'Channel Review' +[2020-09-01 11:29:19,472] /u/KillaCam2966 had their submission removed for insufficient lambda. +[2020-09-01 11:29:20,131] /u/KillaCam2966 had their flair updated +[2020-09-01 11:58:12,915] '/u/nvrmind_flame-yt' has given '/u/Ja_2020_104' lambda! +[2020-09-01 11:58:14,049] /u/Ja_2020_104 had their flair updated +[2020-09-01 12:05:59,438] '/u/tasbiq' has given '/u/pianobars' lambda! +[2020-09-01 12:06:01,732] /u/pianobars had their flair updated +[2020-09-01 12:08:26,026] There has been a new submission: 'Ollie Craig - Snapper 'Catch n Cook' Spearfishing NZ, help the brother grow his channel!', with flair 'Vlog' +[2020-09-01 12:08:26,972] /u/Tandarra__ had their submission removed for insufficient lambda. +[2020-09-01 12:08:27,916] /u/Tandarra__ had their flair updated +[2020-09-01 12:10:23,761] There has been a new submission: 'Thx a lot! Help me reach 200 subscribers next!', with flair 'Discussion' +[2020-09-01 12:10:26,753] /u/unfinished-Sentenc- had their flair updated +[2020-09-01 12:16:25,736] There has been a new submission: 'I reviewed the entire SUPERHOT Series. Let me know what you think!', with flair 'Video Critique' +[2020-09-01 12:16:31,844] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 12:16:31,927] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 12:16:33,940] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3VR12a62yPw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 12:16:34,719] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3A_R4X1e_ifyhV1YWCGMRw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 12:16:38,776] /u/titomakanijr had their flair updated +[2020-09-01 12:24:44,879] There has been a new submission: 'Opening A Mimikyu Promo Box', with flair 'Video Critique' +[2020-09-01 12:24:47,292] /u/brianthescarylion94 had their submission removed for insufficient lambda. +[2020-09-01 12:24:49,094] /u/brianthescarylion94 had their flair updated +[2020-09-01 12:34:20,872] '/u/titomakanijr' has given '/u/eddieha1' lambda! +[2020-09-01 12:34:23,245] /u/eddieha1 had their flair updated +[2020-09-01 12:36:44,905] There has been a new submission: 'Breathtaking Hourly Time Lapse of The Moon's Phases in 2020', with flair 'Art' +[2020-09-01 12:36:47,209] /u/DenofBlerds had their submission removed for insufficient lambda. +[2020-09-01 12:36:48,607] /u/DenofBlerds had their flair updated +[2020-09-01 12:42:41,711] '/u/Scabhammer' has given '/u/mreverdred01' lambda! +[2020-09-01 12:42:43,763] /u/mreverdred01 had their flair updated +[2020-09-01 12:46:45,528] '/u/Scabhammer' has given '/u/eddieha1' lambda! +[2020-09-01 12:46:47,986] /u/eddieha1 had their flair updated +[2020-09-01 12:48:11,138] +#################### +[Sep 01 2020 12:48:11] RESTARTED +#################### + +[2020-09-01 13:22:52,044] There has been a new submission: 'Looking for *genuine feedback* on my latest video about The Alt-Right Pipeline!', with flair 'Video Critique' +[2020-09-01 13:22:55,447] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 13:22:55,450] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 13:22:56,680] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qFxychju1NA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 13:22:57,129] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_YKdWPllE1USd-A2IM1cWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 13:23:00,046] /u/erinisaax had their flair updated +[2020-09-01 13:25:57,277] '/u/ayeitspablo' has given '/u/eddieha1' lambda! +[2020-09-01 13:26:00,214] /u/eddieha1 had their flair updated +[2020-09-01 13:27:44,580] There has been a new submission: 'My first youtube video, Warzone fail and funny moments. I hope you lot enjoy, but any feedback is appreciated, its my first time editing a video this much to get it how i like it.', with flair 'Gaming' +[2020-09-01 13:27:45,808] /u/MYH_Manic had their submission removed for insufficient lambda. +[2020-09-01 13:27:46,757] /u/MYH_Manic had their flair updated +[2020-09-01 13:28:10,262] There has been a new submission: 'I wane beat minecraft, anyone wants yo help???', with flair 'Collab' +[2020-09-01 13:28:14,889] /u/NoHMayor had their flair updated +[2020-09-01 13:28:36,906] There has been a new submission: 'R.I.P. BRUEN! GONE, BUT NOT FORGOTTEN 😭 (BRUEN WARZONE MONTAGE)', with flair 'Gaming' +[2020-09-01 13:28:37,970] /u/KulsOnline had their submission removed for insufficient lambda. +[2020-09-01 13:28:38,630] /u/KulsOnline had their flair updated +[2020-09-01 13:29:18,551] '/u/MoistEgg123' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 13:29:21,126] /u/Wombat_Assassin had their flair updated +[2020-09-01 13:37:36,992] '/u/usualgamer94' has given '/u/ThatLadMul' lambda! +[2020-09-01 13:37:39,244] /u/ThatLadMul had their flair updated +[2020-09-01 13:38:50,549] '/u/usualgamer94' has given '/u/BiggityWapBap' lambda! +[2020-09-01 13:38:52,807] /u/BiggityWapBap had their flair updated +[2020-09-01 13:39:49,983] '/u/usualgamer94' has given '/u/the_real_d247' lambda! +[2020-09-01 13:39:51,624] /u/the_real_d247 had their flair updated +[2020-09-01 13:44:02,942] '/u/ameixarocha' has given '/u/KillaCam2966' lambda! +[2020-09-01 13:44:05,453] /u/KillaCam2966 had their flair updated +[2020-09-01 13:44:54,342] There has been a new submission: 'Lose A FIGHT In Front Of Your SIGNIFICANT OTHER VS Your CHILD?? | GamerLaffs WYR Ep.3', with flair 'Gaming' +[2020-09-01 13:44:55,672] /u/SunOfWill had their submission removed for insufficient lambda. +[2020-09-01 13:44:57,338] /u/SunOfWill had their flair updated +[2020-09-01 13:45:12,317] '/u/ameixarocha' has given '/u/CRB776' lambda! +[2020-09-01 13:45:13,849] /u/CRB776 had their flair updated +[2020-09-01 13:46:22,288] '/u/ameixarocha' has given '/u/AutumnAnten' lambda! +[2020-09-01 13:46:24,747] /u/AutumnAnten had their flair updated +[2020-09-01 13:48:14,754] '/u/ameixarocha' has given '/u/Lukegreen3703' lambda! +[2020-09-01 13:48:17,030] /u/Lukegreen3703 had their flair updated +[2020-09-01 13:48:37,582] There has been a new submission: 'Getting stoned on Omegle!!', with flair 'Vlog' +[2020-09-01 13:48:38,486] /u/kingbenmaxx had their submission removed for insufficient lambda. +[2020-09-01 13:48:39,349] /u/kingbenmaxx had their flair updated +[2020-09-01 13:49:36,702] '/u/ameixarocha' has given '/u/Kaidentheperson' lambda! +[2020-09-01 13:49:38,714] /u/Kaidentheperson had their flair updated +[2020-09-01 13:50:37,145] '/u/ameixarocha' has given '/u/ThatLadMul' lambda! +[2020-09-01 13:50:39,886] /u/ThatLadMul had their flair updated +[2020-09-01 13:51:03,572] '/u/kdzplays' has given '/u/kaons-' lambda! +[2020-09-01 13:51:06,353] /u/kaons- had their flair updated +[2020-09-01 13:52:31,324] There has been a new submission: 'My Channel Trailer :)', with flair 'Video Critique' +[2020-09-01 13:52:32,972] /u/JMoo_Moo had their submission removed for insufficient lambda. +[2020-09-01 13:52:35,063] /u/JMoo_Moo had their flair updated +[2020-09-01 13:53:19,921] '/u/ameixarocha' has given '/u/Scabhammer' lambda! +[2020-09-01 13:53:22,259] /u/Scabhammer had their flair updated +[2020-09-01 13:56:45,691] There has been a new submission: 'Just uploaded my first video and would like some feedback', with flair 'Gaming' +[2020-09-01 13:56:46,798] /u/tmsmith2206 had their submission removed for insufficient lambda. +[2020-09-01 13:56:48,029] /u/tmsmith2206 had their flair updated +[2020-09-01 14:00:41,736] There has been a new submission: 'Started making YouTube videos about a month ago. Just looking for some feedback if you have the time. Thanks!', with flair 'Video Critique' +[2020-09-01 14:00:43,822] /u/BigDaddyAck had their submission removed for insufficient lambda. +[2020-09-01 14:00:46,165] /u/BigDaddyAck had their flair updated +[2020-09-01 14:05:18,692] There has been a new submission: 'Salmase Flashea "5 ideas de eventos para Fall Guys"', with flair 'Gaming' +[2020-09-01 14:05:20,088] /u/salmase had their submission removed for insufficient lambda. +[2020-09-01 14:05:21,675] /u/salmase had their flair updated +[2020-09-01 14:13:04,247] There has been a new submission: 'is it worth it to upload often so maybe the youtube algorithm kicks in?', with flair 'Discussion' +[2020-09-01 14:13:06,719] /u/GoonedHaha had their flair updated +[2020-09-01 14:14:49,079] There has been a new submission: 'My first rainbow six youtube video', with flair 'Video Critique' +[2020-09-01 14:14:49,564] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 14:14:49,566] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 14:14:49,873] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zauT3B1Kndo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 14:14:50,072] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCybueHyckzRVRERPdIwUUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 14:14:52,284] /u/ThatLadMul had their flair updated +[2020-09-01 14:16:16,309] There has been a new submission: 'Hello everyone! I and my girlfriend did a try not to laugh challenge video, i would like to hear your thoughts about it, i might have messed up the video a bit but it's room for improvement. If you find it interesting and worth watching. Leave a comment maybe a thumbs up or a share. thanks 😊', with flair 'Channel Review' +[2020-09-01 14:16:17,498] /u/Lazy_Rubi had their submission removed for insufficient lambda. +[2020-09-01 14:16:18,897] /u/Lazy_Rubi had their flair updated +[2020-09-01 14:18:32,396] There has been a new submission: 'Cinematic Portrait Video', with flair 'Video Critique' +[2020-09-01 14:18:33,746] /u/brmgx had their submission removed for insufficient lambda. +[2020-09-01 14:18:34,607] /u/brmgx had their flair updated +[2020-09-01 14:18:59,760] There has been a new submission: 'Funny Moments R6 #3', with flair 'Gaming' +[2020-09-01 14:19:01,491] /u/GMN_NIK had their submission removed for insufficient lambda. +[2020-09-01 14:19:02,309] /u/GMN_NIK had their flair updated +[2020-09-01 14:28:44,877] There has been a new submission: 'Input on me and my friend’s youtube channel!', with flair 'Channel Review' +[2020-09-01 14:28:46,187] /u/west1996 had their submission removed for insufficient lambda. +[2020-09-01 14:28:47,077] /u/west1996 had their flair updated +[2020-09-01 14:31:46,370] There has been a new submission: 'CBI', with flair 'Video Critique' +[2020-09-01 14:31:48,106] /u/-Cadopotato- had their submission removed for insufficient lambda. +[2020-09-01 14:31:50,238] /u/-Cadopotato- had their flair updated +[2020-09-01 14:36:40,556] '/u/dinnergaming' has given '/u/usualgamer94' lambda! +[2020-09-01 14:36:43,259] /u/usualgamer94 had their flair updated +[2020-09-01 14:38:26,152] '/u/dinnergaming' has given '/u/itsbootstrap' lambda! +[2020-09-01 14:38:28,411] /u/itsbootstrap had their flair updated +[2020-09-01 14:38:49,620] '/u/Onen1ck' has given '/u/AutumnAnten' lambda! +[2020-09-01 14:38:51,797] /u/AutumnAnten had their flair updated +[2020-09-01 14:39:29,233] '/u/Onen1ck' has given '/u/rushabh2005' lambda! +[2020-09-01 14:39:31,567] /u/rushabh2005 had their flair updated +[2020-09-01 14:40:45,705] '/u/Onen1ck' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 14:40:48,655] /u/Wombat_Assassin had their flair updated +[2020-09-01 14:41:58,216] '/u/Onen1ck' has given '/u/eddieha1' lambda! +[2020-09-01 14:42:00,978] /u/eddieha1 had their flair updated +[2020-09-01 14:42:24,665] There has been a new submission: 'My First Explanation Video', with flair 'Gaming' +[2020-09-01 14:42:28,403] /u/dany_goku had their flair updated +[2020-09-01 14:45:37,503] There has been a new submission: 'Cosas que AHcen los musicos y nadie dice', with flair 'Vlog' +[2020-09-01 14:45:39,427] /u/DiscoCassette had their submission removed for insufficient lambda. +[2020-09-01 14:45:40,859] /u/DiscoCassette had their flair updated +[2020-09-01 14:48:12,691] +#################### +[Sep 01 2020 14:48:12] RESTARTED +#################### + +[2020-09-01 15:34:01,818] There has been a new submission: 'Should I switch my Content?', with flair 'Discussion' +[2020-09-01 15:34:05,583] /u/MaximumNormal6736 had their flair updated +[2020-09-01 15:34:23,522] There has been a new submission: 'My First Vlog! Any advice or feedback appreciated. I used filmora wondershare for editing.', with flair 'Vlog' +[2020-09-01 15:34:24,998] /u/redditbelc had their submission removed for insufficient lambda. +[2020-09-01 15:34:26,591] /u/redditbelc had their flair updated +[2020-09-01 15:34:45,775] There has been a new submission: 'Different Content', with flair 'Discussion' +[2020-09-01 15:34:47,657] /u/HYPERrAE_103 had their flair updated +[2020-09-01 15:35:05,338] There has been a new submission: 'Hey guys please go check out my channel I post pokemon (usually randomized) nuzlockes pretty regularly with this recent one having a twist', with flair 'Gaming' +[2020-09-01 15:35:07,501] /u/dremu3612 had their submission removed for insufficient lambda. +[2020-09-01 15:35:08,939] /u/dremu3612 had their flair updated +[2020-09-01 15:35:35,571] '/u/titomakanijr' has given '/u/BigDaddyAck' lambda! +[2020-09-01 15:35:37,740] /u/BigDaddyAck had their flair updated +[2020-09-01 15:36:10,794] '/u/RealGalaxyRider' has given '/u/BewareTheScare' lambda! +[2020-09-01 15:36:13,332] /u/BewareTheScare had their flair updated +[2020-09-01 15:36:33,317] '/u/dansometv' has given '/u/itsbootstrap' lambda! +[2020-09-01 15:36:36,099] /u/itsbootstrap had their flair updated +[2020-09-01 15:36:54,532] '/u/dansometv' has given '/u/pianobars' lambda! +[2020-09-01 15:36:57,036] /u/pianobars had their flair updated +[2020-09-01 15:38:01,235] '/u/dinnergaming' has given '/u/ADHDequan' lambda! +[2020-09-01 15:38:02,627] /u/ADHDequan had their flair updated +[2020-09-01 15:38:20,895] '/u/ThatLadMul' has given '/u/wilvanpkro' lambda! +[2020-09-01 15:38:23,108] /u/wilvanpkro had their flair updated +[2020-09-01 15:38:41,191] '/u/ThatLadMul' has given '/u/eddieha1' lambda! +[2020-09-01 15:38:43,320] /u/eddieha1 had their flair updated +[2020-09-01 15:41:02,601] '/u/erinisaax' has given '/u/eddieha1' lambda! +[2020-09-01 15:41:05,546] /u/eddieha1 had their flair updated +[2020-09-01 15:41:42,624] '/u/Inspiron1501' has given '/u/BewareTheScare' lambda! +[2020-09-01 15:41:45,339] /u/BewareTheScare had their flair updated +[2020-09-01 15:42:21,215] '/u/titomakanijr' has given '/u/JustinInTheHall' lambda! +[2020-09-01 15:42:24,166] /u/JustinInTheHall had their flair updated +[2020-09-01 15:43:00,496] '/u/titomakanijr' has given '/u/aDutchMaker' lambda! +[2020-09-01 15:43:03,364] /u/aDutchMaker had their flair updated +[2020-09-01 15:43:38,122] '/u/dinnergaming' has given '/u/JustinInTheHall' lambda! +[2020-09-01 15:43:40,783] /u/JustinInTheHall had their flair updated +[2020-09-01 15:47:12,748] '/u/dansometv' has given '/u/JustinInTheHall' lambda! +[2020-09-01 15:47:14,919] /u/JustinInTheHall had their flair updated +[2020-09-01 15:50:18,415] There has been a new submission: 'how a csgo player play hitman first time editing this kind of video really appreciate if anyone could like and give some feedbacks', with flair 'Gaming' +[2020-09-01 15:50:19,115] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 15:50:19,118] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 15:50:19,484] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n33ps4IHnsE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:50:19,657] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJaMqlHXGI-VhrRQZch-HMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:50:22,915] /u/AutumnAnten had their flair updated +[2020-09-01 15:50:42,748] There has been a new submission: 'I started a youtube channel where I share meme compilations. Just to share some laughs.', with flair 'Channel Review' +[2020-09-01 15:50:44,555] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 15:50:44,556] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 15:50:45,657] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZvTXkaV2bXs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:50:46,068] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCArlq-oX42ZLbt2G2KqnjIA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:50:49,345] /u/Medniya92 had their flair updated +[2020-09-01 15:51:08,325] There has been a new submission: 'Hello everyone! I and my girlfriend did a try not to laugh challenge video, i would like to hear your thoughts about it, i might have messed up the video a bit but it's room for improvement. If you find it interesting and worth watching. Leave a comment maybe a thumbs up or a share. thanks 😊', with flair 'Channel Review' +[2020-09-01 15:51:10,090] /u/Rubi_N_Becca had their submission removed for insufficient lambda. +[2020-09-01 15:51:12,624] /u/Rubi_N_Becca had their flair updated +[2020-09-01 15:51:32,855] There has been a new submission: 'Arthur's Night To Day All-In Poker Game', with flair 'Gaming' +[2020-09-01 15:51:34,041] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 15:51:34,043] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 15:51:35,315] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sWblP45FNvg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:51:36,054] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:51:39,280] /u/the_real_d247 had their flair updated +[2020-09-01 15:52:48,116] '/u/dany_goku' has given '/u/BigDaddyAck' lambda! +[2020-09-01 15:52:50,938] /u/BigDaddyAck had their flair updated +[2020-09-01 15:54:37,137] There has been a new submission: 'How i plan to reach 1000 subs by Christmas', with flair 'Vlog' +[2020-09-01 15:54:38,405] /u/chrisontour84 had their submission removed for insufficient lambda. +[2020-09-01 15:54:40,124] /u/chrisontour84 had their flair updated +[2020-09-01 15:54:58,949] There has been a new submission: 'OnePlus 8 Pro Unboxing (ASMR)', with flair 'Thumbnail Review' +[2020-09-01 15:55:00,420] /u/ScuappysDroneVideos had their submission removed for insufficient lambda. +[2020-09-01 15:55:01,934] /u/ScuappysDroneVideos had their flair updated +[2020-09-01 15:55:22,985] There has been a new submission: 'Learning to Fly in VR!', with flair 'Gaming' +[2020-09-01 15:55:25,115] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 15:55:25,157] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 15:55:26,469] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XcZtULdtadI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:55:26,921] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmTyMJec_n9RJJRDQENEMzw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:55:30,367] /u/JustinInTheHall had their flair updated +[2020-09-01 15:58:19,976] There has been a new submission: 'I played 5 Hentai Games on Steam (everything is SFW and censored)', with flair 'Video Critique' +[2020-09-01 15:58:22,071] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 15:58:22,073] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 15:58:23,624] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fPkF6cb8-lI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:58:23,955] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZXbBmOSyHESm5CEht8q8ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 15:58:25,680] /u/Ashty1337 had their flair updated +[2020-09-01 16:01:42,464] There has been a new submission: 'Anyone using MAGIX video deluxe to edit videos?', with flair 'Discussion' +[2020-09-01 16:01:44,999] /u/chrisontour84 had their flair updated +[2020-09-01 16:04:14,099] There has been a new submission: 'August was good to me in terms of streaming - so much so that I was inspired to kick off a new series of monthly Twitch highlights. A lot of love went into this, and feedback of any kind is greatly appreciated!', with flair 'Video Critique' +[2020-09-01 16:04:15,619] /u/HairyKnees had their submission removed for insufficient lambda. +[2020-09-01 16:04:17,423] /u/HairyKnees had their flair updated +[2020-09-01 16:10:35,243] '/u/JustinInTheHall' has given '/u/NLGGHZ' lambda! +[2020-09-01 16:10:38,808] /u/NLGGHZ had their flair updated +[2020-09-01 16:12:32,109] There has been a new submission: 'Talking with Shia LaBeouf', with flair 'Video Critique' +[2020-09-01 16:12:33,710] /u/tonguefungus3 had their submission removed for insufficient lambda. +[2020-09-01 16:12:35,885] /u/tonguefungus3 had their flair updated +[2020-09-01 16:13:00,107] '/u/Ashty1337' has given '/u/HairyKnees' lambda! +[2020-09-01 16:13:02,931] /u/HairyKnees had their flair updated +[2020-09-01 16:14:10,548] '/u/lolaccounting' has given '/u/DennisTheBadBoy' lambda! +[2020-09-01 16:14:12,553] /u/DennisTheBadBoy had their flair updated +[2020-09-01 16:16:48,447] '/u/Ashty1337' has given '/u/NLGGHZ' lambda! +[2020-09-01 16:16:51,236] /u/NLGGHZ had their flair updated +[2020-09-01 16:17:28,979] '/u/ThatLadMul' has given '/u/NLGGHZ' lambda! +[2020-09-01 16:17:30,949] /u/NLGGHZ had their flair updated +[2020-09-01 16:18:37,578] There has been a new submission: 'I researched David Blaine's best tricks and how he does them... including regurgitating frogs and his breath hold! Let me know what you think!', with flair 'Video Critique' +[2020-09-01 16:18:39,465] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 16:18:39,503] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 16:18:41,015] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b9aaX4xMMi4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 16:18:41,386] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCntaV4FO5-hTTBVTMK6L2wg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 16:18:43,308] /u/itsbootstrap had their flair updated +[2020-09-01 16:19:03,055] '/u/dany_goku' has given '/u/rushabh2005' lambda! +[2020-09-01 16:19:05,186] /u/rushabh2005 had their flair updated +[2020-09-01 16:19:22,713] '/u/titomakanijr' has given '/u/nalyD_is_Cool' lambda! +[2020-09-01 16:19:24,967] /u/nalyD_is_Cool had their flair updated +[2020-09-01 16:22:07,190] '/u/erinisaax' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 16:22:09,853] /u/Wombat_Assassin had their flair updated +[2020-09-01 16:22:34,157] '/u/titomakanijr' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 16:22:36,784] /u/Wombat_Assassin had their flair updated +[2020-09-01 16:27:31,372] There has been a new submission: '"How To Make a Sandwich" - a surreal/experimental short film I made, all feedback is welcome!', with flair 'Video Critique' +[2020-09-01 16:27:32,398] /u/TheYXZShow had their submission removed for insufficient lambda. +[2020-09-01 16:27:33,459] /u/TheYXZShow had their flair updated +[2020-09-01 16:28:16,282] '/u/Zacmrd' has given '/u/eddieha1' lambda! +[2020-09-01 16:28:18,622] /u/eddieha1 had their flair updated +[2020-09-01 16:29:45,042] '/u/Zacmrd' has given '/u/BiggityWapBap' lambda! +[2020-09-01 16:29:46,971] /u/BiggityWapBap had their flair updated +[2020-09-01 16:31:18,747] '/u/titomakanijr' has given '/u/erinisaax' lambda! +[2020-09-01 16:31:21,908] /u/erinisaax had their flair updated +[2020-09-01 16:32:01,025] '/u/Zacmrd' has given '/u/BewareTheScare' lambda! +[2020-09-01 16:32:04,133] /u/BewareTheScare had their flair updated +[2020-09-01 16:35:31,443] There has been a new submission: 'How to properly title your videos', with flair 'Discussion' +[2020-09-01 16:35:34,424] /u/ItsDavidz had their flair updated +[2020-09-01 16:37:48,846] /u/Wrightwaygaming had their flair updated +[2020-09-01 16:44:11,176] '/u/Fireman523567' has given '/u/kdzplays' lambda! +[2020-09-01 16:44:13,796] /u/kdzplays had their flair updated +[2020-09-01 16:48:12,633] +#################### +[Sep 01 2020 16:48:12] RESTARTED +#################### + +[2020-09-01 17:32:40,165] There has been a new submission: 'MY TEAMMATES ARE LIERS!!!! Call of Duty WarZone Gameplay', with flair 'Gaming' +[2020-09-01 17:32:42,661] /u/Kool_newt had their submission removed for insufficient lambda. +[2020-09-01 17:32:44,589] /u/Kool_newt had their flair updated +[2020-09-01 17:33:06,320] There has been a new submission: 'I tried something different in this video and didn't get the views I expected compared to my other videos. Could really use some honest and constructive feedback! Useful feedback will be rewarded with Lambda :)!', with flair 'Video Critique' +[2020-09-01 17:33:09,107] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 17:33:09,228] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 17:33:10,502] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=UQlladyOgnA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 17:33:10,913] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCihH0xqTdL2vYdi6AtqCblA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 17:33:13,895] /u/ForeverStrong15 had their flair updated +[2020-09-01 17:33:32,411] There has been a new submission: 'Don't watch if you get easily offended', with flair 'Gaming' +[2020-09-01 17:33:33,722] /u/sedsedw had their submission removed for insufficient lambda. +[2020-09-01 17:33:35,522] /u/sedsedw had their flair updated +[2020-09-01 17:33:55,679] There has been a new submission: 'All feedback (positive and negative) highly appreciated! We're 4 episodes into our Raft series and would love to know how you guys think we're doing ^^', with flair 'Gaming' +[2020-09-01 17:33:57,893] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 17:33:57,935] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 17:33:58,673] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=noP01nZhHac&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 17:33:59,209] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 17:34:02,398] /u/Wombat_Assassin had their flair updated +[2020-09-01 17:35:59,720] '/u/titomakanijr' has given '/u/YourAStupidNoob' lambda! +[2020-09-01 17:36:01,442] /u/YourAStupidNoob had their flair updated +[2020-09-01 17:39:20,840] '/u/Important-Context-79' has given '/u/Fullmoontobi1' lambda! +[2020-09-01 17:39:22,521] /u/Fullmoontobi1 had their flair updated +[2020-09-01 17:39:41,004] '/u/Important-Context-79' has given '/u/Lukegreen3703' lambda! +[2020-09-01 17:39:43,007] /u/Lukegreen3703 had their flair updated +[2020-09-01 17:40:20,598] '/u/Important-Context-79' has given '/u/ayeitspablo' lambda! +[2020-09-01 17:40:23,502] /u/ayeitspablo had their flair updated +[2020-09-01 17:41:01,367] '/u/Important-Context-79' has given '/u/lolaccounting' lambda! +[2020-09-01 17:41:04,353] /u/lolaccounting had their flair updated +[2020-09-01 17:41:27,295] '/u/Important-Context-79' has given '/u/DennisTheBadBoy' lambda! +[2020-09-01 17:41:30,116] /u/DennisTheBadBoy had their flair updated +[2020-09-01 17:42:06,598] '/u/Important-Context-79' has given '/u/eddieha1' lambda! +[2020-09-01 17:42:09,584] /u/eddieha1 had their flair updated +[2020-09-01 17:43:18,556] '/u/ForeverStrong15' has given '/u/eddieha1' lambda! +[2020-09-01 17:43:21,254] /u/eddieha1 had their flair updated +[2020-09-01 17:44:38,627] There has been a new submission: 'The Case of Kyle Rittenhouse (third video so far)', with flair 'Vlog' +[2020-09-01 17:44:40,101] /u/PsychRift had their submission removed for insufficient lambda. +[2020-09-01 17:44:41,700] /u/PsychRift had their flair updated +[2020-09-01 17:45:01,007] There has been a new submission: 'The 1960s movie- Lolita makes cuties look look fine! Feedback appreciated', with flair 'Video Critique' +[2020-09-01 17:45:02,628] /u/Cloud-surfer69 had their submission removed for insufficient lambda. +[2020-09-01 17:45:04,506] /u/Cloud-surfer69 had their flair updated +[2020-09-01 17:47:24,087] '/u/Medniya92' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 17:47:26,175] /u/Wombat_Assassin had their flair updated +[2020-09-01 17:48:00,518] There has been a new submission: 'Subway Surfers gameplay walkthrough part #3 #subwaysurfers - Unlocking Mei - Bali Surfer event', with flair 'Gaming' +[2020-09-01 17:48:01,692] /u/aleodor13 had their submission removed for insufficient lambda. +[2020-09-01 17:48:02,552] /u/aleodor13 had their flair updated +[2020-09-01 17:48:20,839] There has been a new submission: 'Run Fat Man Run Feat. Drake (Yard Mixtape Vol. 1)', with flair 'Gaming' +[2020-09-01 17:48:22,394] /u/cryptofeez had their submission removed for insufficient lambda. +[2020-09-01 17:48:23,174] /u/cryptofeez had their flair updated +[2020-09-01 17:48:40,624] There has been a new submission: 'Reviewed Razer Blackwidow Orange Switch', with flair 'Gaming' +[2020-09-01 17:48:41,362] /u/crypto_chan had their submission removed for insufficient lambda. +[2020-09-01 17:48:42,305] /u/crypto_chan had their flair updated +[2020-09-01 17:49:02,679] '/u/Medniya92' has given '/u/ThatLadMul' lambda! +[2020-09-01 17:49:05,496] /u/ThatLadMul had their flair updated +[2020-09-01 17:49:38,884] '/u/Medniya92' has given '/u/NLGGHZ' lambda! +[2020-09-01 17:49:40,857] /u/NLGGHZ had their flair updated +[2020-09-01 17:55:14,023] There has been a new submission: 'Minecraft Bedrock Zoo Update Ep50', with flair 'Gaming' +[2020-09-01 17:55:15,694] /u/SpunkieMunkie99 had their submission removed for insufficient lambda. +[2020-09-01 17:55:17,540] /u/SpunkieMunkie99 had their flair updated +[2020-09-01 17:59:46,484] There has been a new submission: 'Ex Series - New Age', with flair 'Gaming' +[2020-09-01 17:59:47,915] /u/Ex_Series had their submission removed for insufficient lambda. +[2020-09-01 17:59:48,367] /u/Ex_Series had their flair updated +[2020-09-01 18:02:28,759] There has been a new submission: 'Comments are hard to come by? Leave some positive feedback and I'll return the favor!', with flair 'Channel Review' +[2020-09-01 18:02:30,556] /u/AmandaRaeJean had their submission removed for insufficient lambda. +[2020-09-01 18:02:32,646] /u/AmandaRaeJean had their flair updated +[2020-09-01 18:07:49,733] There has been a new submission: 'I want your opinions on the good thing I should keep doing, and the bad thing I should not do. From thumbnails to edits, anything helps!', with flair 'Video Critique' +[2020-09-01 18:07:52,267] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 18:07:52,269] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 18:07:53,865] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8fAyCAtMjQQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 18:07:54,277] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg4Wphp70BGh9WUaleG2rSg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 18:07:56,448] /u/ItsDavidz had their flair updated +[2020-09-01 18:15:09,064] There has been a new submission: 'GUYS, I just uploaded a video and wanted some honest feedback on it, maybe even a sub, thanks', with flair 'Video Critique' +[2020-09-01 18:15:10,593] /u/ricos_yt had their submission removed for insufficient lambda. +[2020-09-01 18:15:12,370] /u/ricos_yt had their flair updated +[2020-09-01 18:21:42,547] '/u/Ashty1337' has given '/u/soupgeorge' lambda! +[2020-09-01 18:21:45,465] /u/soupgeorge had their flair updated +[2020-09-01 18:23:39,328] There has been a new submission: 'Hosting a giveaway with no social media presence/no sub count?', with flair 'Meta' +[2020-09-01 18:23:42,983] /u/baechanka had their flair updated +[2020-09-01 18:33:57,094] There has been a new submission: 'First Minecraft Video :D', with flair 'Gaming' +[2020-09-01 18:33:58,691] /u/Wirlort had their submission removed for insufficient lambda. +[2020-09-01 18:34:00,673] /u/Wirlort had their flair updated +[2020-09-01 18:35:11,696] '/u/ItsDavidz' has given '/u/erinisaax' lambda! +[2020-09-01 18:35:14,313] /u/erinisaax had their flair updated +[2020-09-01 18:35:54,042] '/u/ItsDavidz' has given '/u/MrMoo-Youtube' lambda! +[2020-09-01 18:35:56,461] /u/MrMoo-Youtube had their flair updated +[2020-09-01 18:39:25,162] '/u/Ashty1337' has given '/u/dansometv' lambda! +[2020-09-01 18:39:26,553] /u/dansometv had their flair updated +[2020-09-01 18:43:00,301] There has been a new submission: 'Daylight robbery', with flair 'Channel Review' +[2020-09-01 18:43:01,906] /u/jersey2021 had their submission removed for insufficient lambda. +[2020-09-01 18:43:04,598] /u/jersey2021 had their flair updated +[2020-09-01 18:44:54,307] '/u/Doesntpayfullprice' has given '/u/DennisTheBadBoy' lambda! +[2020-09-01 18:44:56,803] /u/DennisTheBadBoy had their flair updated +[2020-09-01 18:46:20,762] '/u/ShikharTrivedi' has given '/u/kdzplays' lambda! +[2020-09-01 18:46:23,024] /u/kdzplays had their flair updated +[2020-09-01 18:48:15,881] +#################### +[Sep 01 2020 18:48:15] RESTARTED +#################### + +[2020-09-01 19:32:32,224] There has been a new submission: 'This is my most viewed video and I’m trying to figure out what I did in it to make more people watch it. I’d really appreciate if people could watch and tell me what they enjoy so I can try to make sure I’m keeping the good parts in my vids. Thanks, and I am giving out lambda', with flair 'Video Critique' +[2020-09-01 19:32:37,264] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 19:32:37,303] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 19:32:38,618] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9Ug_Vqn_oCc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:32:38,985] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCynacxmqxV9tIlunLOo12DA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:32:41,772] /u/thecounselor6 had their flair updated +[2020-09-01 19:33:06,622] There has been a new submission: 'My friend created a hip-hop parody of Dragon Tails... hope you like it!', with flair 'Art' +[2020-09-01 19:33:08,588] /u/mrshmallow had their submission removed for insufficient lambda. +[2020-09-01 19:33:10,511] /u/mrshmallow had their flair updated +[2020-09-01 19:33:35,025] There has been a new submission: 'Giving Lambda for critique on video "DON'T Buy Coinbase Stock!" [Voice, Capture of attention, Overall presentation] THANKS!', with flair 'Video Critique' +[2020-09-01 19:33:39,084] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 19:33:39,086] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 19:33:40,520] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LhCukx6niN4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:33:40,931] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNPXzgSttlWVUC-dFltHMbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:33:43,915] /u/WillWestInvest had their flair updated +[2020-09-01 19:34:07,812] There has been a new submission: 'Looking for a video editor!', with flair 'Collab' +[2020-09-01 19:34:10,105] /u/GunstoneGale had their flair updated +[2020-09-01 19:34:33,971] There has been a new submission: 'Why Aren’t I Seeing Ads On My Videos?', with flair 'Discussion' +[2020-09-01 19:34:37,977] /u/StealthyTanto had their flair updated +[2020-09-01 19:34:56,860] There has been a new submission: 'BOHO-FASHION TREND 2020 | 10 STYLINGS-TRICKS UND OUTFIT-IDEEN | HIPPI-S...', with flair 'Vlog' +[2020-09-01 19:34:58,168] /u/10243erika had their submission removed for insufficient lambda. +[2020-09-01 19:34:59,646] /u/10243erika had their flair updated +[2020-09-01 19:35:20,712] There has been a new submission: 'Trying to grow my channel where I post game design related updates', with flair 'Gaming' +[2020-09-01 19:35:22,352] /u/SpamBuckett6 had their submission removed for insufficient lambda. +[2020-09-01 19:35:23,867] /u/SpamBuckett6 had their flair updated +[2020-09-01 19:35:49,407] There has been a new submission: 'Trying to balance focused audience (jojo) and broad audience (fight scenes in general) — how did I do?', with flair 'Video Critique' +[2020-09-01 19:35:51,376] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 19:35:51,499] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 19:35:52,771] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yaOJq590Qfg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:35:53,222] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC154AS5fuqqRS9MbmE85gXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:35:55,606] /u/pianobars had their flair updated +[2020-09-01 19:36:13,283] There has been a new submission: 'Rainbow Six Siege Video We Made (Funny Moments). Put a lot of work into it please give us some feedback and we will give you lambda!', with flair 'Video Critique' +[2020-09-01 19:36:15,296] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 19:36:15,416] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 19:36:16,440] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rn_xxBIWOoY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:36:16,896] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHFWi2GE4gdJ6LPDja1aYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 19:36:19,312] /u/Lukegreen3703 had their flair updated +[2020-09-01 19:37:12,674] '/u/Wombat_Assassin' has given '/u/eddieha1' lambda! +[2020-09-01 19:37:15,255] /u/eddieha1 had their flair updated +[2020-09-01 19:38:04,850] '/u/titomakanijr' has given '/u/HetRedditKlunsje' lambda! +[2020-09-01 19:38:07,267] /u/HetRedditKlunsje had their flair updated +[2020-09-01 19:39:13,910] /u/CRB776 had their flair updated +[2020-09-01 19:45:14,034] '/u/CRB776' has given '/u/dansometv' lambda! +[2020-09-01 19:45:15,101] /u/dansometv had their flair updated +[2020-09-01 19:45:39,319] '/u/CRB776' has given '/u/nalyD_is_Cool' lambda! +[2020-09-01 19:45:41,909] /u/nalyD_is_Cool had their flair updated +[2020-09-01 19:47:28,375] There has been a new submission: 'Garry's Mod 2v2 NUKE BATTLE', with flair 'Gaming' +[2020-09-01 19:47:31,605] /u/Silly-Sammy had their submission removed for insufficient lambda. +[2020-09-01 19:47:33,149] /u/Silly-Sammy had their flair updated +[2020-09-01 19:47:51,074] There has been a new submission: 'A NEW CHALLENGE! | Pokemon KEEPERLOCKE | EP01', with flair 'Gaming' +[2020-09-01 19:47:52,452] /u/BroScoutsPlay had their submission removed for insufficient lambda. +[2020-09-01 19:47:53,329] /u/BroScoutsPlay had their flair updated +[2020-09-01 19:48:11,567] There has been a new submission: 'We created a channel for skits and just uploaded our first video! Feedback appreciated :)', with flair 'Video Critique' +[2020-09-01 19:48:16,157] /u/Staticflam had their submission removed for insufficient lambda. +[2020-09-01 19:48:17,548] /u/Staticflam had their flair updated +[2020-09-01 19:48:34,721] There has been a new submission: 'Give me feedback on my Video Style (Top 5 Reasons to play Video Games)', with flair 'Video Critique' +[2020-09-01 19:48:36,064] /u/Alphoni29 had their submission removed for insufficient lambda. +[2020-09-01 19:48:36,836] /u/Alphoni29 had their flair updated +[2020-09-01 19:48:55,983] There has been a new submission: 'I'm challenging myself with 100 videos, any thoughts?', with flair 'Gaming' +[2020-09-01 19:48:57,086] /u/manuayala had their submission removed for insufficient lambda. +[2020-09-01 19:48:57,700] /u/manuayala had their flair updated +[2020-09-01 19:49:15,549] There has been a new submission: 'My first Fall Guys win :)', with flair 'Gaming' +[2020-09-01 19:49:16,614] /u/ScantHarmony7533 had their submission removed for insufficient lambda. +[2020-09-01 19:49:17,147] /u/ScantHarmony7533 had their flair updated +[2020-09-01 19:49:35,263] There has been a new submission: 'Heres my montage over spend alot of time working on it hopefully its good some advice would be amazing', with flair 'Video Critique' +[2020-09-01 19:49:36,535] /u/Sub2Fathex had their submission removed for insufficient lambda. +[2020-09-01 19:49:37,112] /u/Sub2Fathex had their flair updated +[2020-09-01 19:49:56,717] There has been a new submission: 'Aerial Footage of Switzerland, Switzerland in 4k', with flair 'Channel Review' +[2020-09-01 19:49:57,778] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-01 19:49:58,349] /u/Planet-com had their flair updated +[2020-09-01 19:50:16,319] There has been a new submission: 'Holy sweet mama I am proud of myself', with flair 'Meta' +[2020-09-01 19:50:22,464] /u/expecto-respecto had their flair updated +[2020-09-01 19:52:07,538] '/u/thecounselor6' has given '/u/JanosLW' lambda! +[2020-09-01 19:52:10,081] /u/JanosLW had their flair updated +[2020-09-01 19:56:00,578] There has been a new submission: 'Hollywood Studio : March of the First Order. If you like please like, subscribe and comments. Will get back to you.', with flair 'Thumbnail Review' +[2020-09-01 19:56:01,763] /u/jabed70 had their submission removed for insufficient lambda. +[2020-09-01 19:56:03,114] /u/jabed70 had their flair updated +[2020-09-01 19:58:27,074] '/u/Lukegreen3703' has given '/u/eddieha1' lambda! +[2020-09-01 19:58:29,332] /u/eddieha1 had their flair updated +[2020-09-01 20:00:05,926] '/u/South-Amareca' has given '/u/soupgeorge' lambda! +[2020-09-01 20:00:08,083] /u/soupgeorge had their flair updated +[2020-09-01 20:01:04,891] There has been a new submission: 'The Riddle You Missed in The Batman Trailer. I had to really time crunch on this one and i still missed my upload day. (whoops) Hope you guys like it. Would love some critiques good or bad!', with flair 'Video Critique' +[2020-09-01 20:01:07,991] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 20:01:07,993] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 20:01:08,938] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=q3Pfnru5FOY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:01:09,308] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:01:12,545] /u/TeamRemavi had their flair updated +[2020-09-01 20:02:03,382] '/u/Ashty1337' has given '/u/Vonnnnnn' lambda! +[2020-09-01 20:02:06,288] /u/Vonnnnnn had their flair updated +[2020-09-01 20:04:32,689] '/u/pianobars' has given '/u/eddieha1' lambda! +[2020-09-01 20:04:35,148] /u/eddieha1 had their flair updated +[2020-09-01 20:04:58,587] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 1 - Prologue (Full Game)', with flair 'Gaming' +[2020-09-01 20:04:59,893] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-01 20:05:01,483] /u/CecliusPlaysHD had their flair updated +[2020-09-01 20:10:06,847] '/u/Ashty1337' has given '/u/AntiOriginalUsername' lambda! +[2020-09-01 20:10:09,751] /u/AntiOriginalUsername had their flair updated +[2020-09-01 20:10:34,785] '/u/thecounselor6' has given '/u/Plan_in_Progress' lambda! +[2020-09-01 20:10:38,064] /u/Plan_in_Progress had their flair updated +[2020-09-01 20:11:35,079] '/u/usualgamer94' has given '/u/NLGGHZ' lambda! +[2020-09-01 20:11:38,432] /u/NLGGHZ had their flair updated +[2020-09-01 20:12:01,091] There has been a new submission: 'The 3 BEST Upcoming Horror Games of September 2020', with flair 'Gaming' +[2020-09-01 20:12:03,217] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-09-01 20:12:05,307] /u/shaunoxley had their flair updated +[2020-09-01 20:13:30,040] There has been a new submission: 'A-Day | Marvel Avengers Playthrough Part 1', with flair 'Gaming' +[2020-09-01 20:13:31,639] /u/MCD_SMOKE had their submission removed for insufficient lambda. +[2020-09-01 20:13:33,527] /u/MCD_SMOKE had their flair updated +[2020-09-01 20:13:53,649] There has been a new submission: 'Check out the new video ! Go subscribe , Like share and comment', with flair 'Vlog' +[2020-09-01 20:13:55,285] /u/Mojica_vlogs had their submission removed for insufficient lambda. +[2020-09-01 20:13:56,881] /u/Mojica_vlogs had their flair updated +[2020-09-01 20:15:08,406] '/u/thecounselor6' has given '/u/eddieha1' lambda! +[2020-09-01 20:15:09,793] /u/eddieha1 had their flair updated +[2020-09-01 20:24:24,053] There has been a new submission: 'Would love some feedback on our review on these LED strips! We try to do unique comedy-focused product reviews and will post more in the future.', with flair 'Video Critique' +[2020-09-01 20:24:26,310] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 20:24:26,348] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 20:24:27,334] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JdcHgAhNipo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:24:27,788] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWStUZscF-H_t2ua0JEUm2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:24:30,616] /u/NLGGHZ had their flair updated +[2020-09-01 20:25:23,352] There has been a new submission: 'Fall Guys... sucks', with flair 'Gaming' +[2020-09-01 20:25:24,690] /u/M1TM3J had their submission removed for insufficient lambda. +[2020-09-01 20:25:26,286] /u/M1TM3J had their flair updated +[2020-09-01 20:26:30,838] There has been a new submission: 'Been working on this for months, it's my best video so far but I still know I can improve. Where should I be looking?', with flair 'Channel Review' +[2020-09-01 20:26:32,843] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 20:26:32,844] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 20:26:34,232] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B-fKHIiw0fA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:26:34,644] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSg6JKem2ut-FUygHyEbYNQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 20:26:36,897] /u/OKSharky had their flair updated +[2020-09-01 20:33:52,592] There has been a new submission: 'I’ve recently start a YT channel posting games like Minecraft. Let me know your thoughts on how I can improve.', with flair 'Channel Review' +[2020-09-01 20:33:54,230] /u/NewYorker98 had their submission removed for insufficient lambda. +[2020-09-01 20:33:56,153] /u/NewYorker98 had their flair updated +[2020-09-01 20:34:34,933] There has been a new submission: 'Hey guys, i'm new/small youtuber and just wanted to show my video you are free to comment and also if you enjoyed the video you can like it or share <3', with flair 'Channel Review' +[2020-09-01 20:34:36,491] /u/iimedualsii had their submission removed for insufficient lambda. +[2020-09-01 20:34:38,332] /u/iimedualsii had their flair updated +[2020-09-01 20:35:02,510] There has been a new submission: 'cover songs, beaten classics, copyright policies?', with flair 'Discussion' +[2020-09-01 20:35:04,635] /u/babanaforscalebot had their flair updated +[2020-09-01 20:37:44,501] There has been a new submission: 'Fall Guys Review | A Very Beany Hit', with flair 'Channel Review' +[2020-09-01 20:37:46,104] /u/Sparkstorm1000 had their submission removed for insufficient lambda. +[2020-09-01 20:37:47,287] /u/Sparkstorm1000 had their flair updated +[2020-09-01 20:39:26,884] There has been a new submission: 'If I have a YouTube Video that shines light on the struggles of beginning broadcasters. I would love to know your thoughts!', with flair 'Video Critique' +[2020-09-01 20:39:28,569] /u/BettyShow had their submission removed for insufficient lambda. +[2020-09-01 20:39:29,391] /u/BettyShow had their flair updated +[2020-09-01 20:41:24,960] '/u/NLGGHZ' has given '/u/eddieha1' lambda! +[2020-09-01 20:41:28,149] /u/eddieha1 had their flair updated +[2020-09-01 20:43:05,016] There has been a new submission: 'What is too much?', with flair 'Channel Review' +[2020-09-01 20:43:06,610] /u/Datsunami_YT had their submission removed for insufficient lambda. +[2020-09-01 20:43:08,655] /u/Datsunami_YT had their flair updated +[2020-09-01 20:48:15,839] +#################### +[Sep 01 2020 20:48:15] RESTARTED +#################### + +[2020-09-01 21:32:15,295] There has been a new submission: 'Korean Chocolate Stick Cookies Unboxing | ASMR | No Talking', with flair 'Video Critique' +[2020-09-01 21:32:19,320] /u/SimplySuey had their submission removed for insufficient lambda. +[2020-09-01 21:32:21,867] /u/SimplySuey had their flair updated +[2020-09-01 21:32:40,678] There has been a new submission: 'Fiverr made our Youtube Channel. This is our first video! Any feedback is appreciated!', with flair 'Video Critique' +[2020-09-01 21:32:43,215] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 21:32:43,218] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 21:32:44,441] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aspuy1xDEL0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:32:44,932] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV9wp-B4FVsdwT1KmbaODHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:32:47,920] /u/soupgeorge had their flair updated +[2020-09-01 21:33:07,052] There has been a new submission: 'Two boys and their pet duck (Phineas and Ferb Parody) - Our first animation', with flair 'Art' +[2020-09-01 21:33:08,910] /u/therealgbfan had their submission removed for insufficient lambda. +[2020-09-01 21:33:10,793] /u/therealgbfan had their flair updated +[2020-09-01 21:33:31,285] There has been a new submission: 'Hi, I give lambda if you comment! I am looking for advice about my channel and my video: Narration, Pacing, Voice over etc. Thank you!', with flair 'Channel Review' +[2020-09-01 21:33:33,578] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 21:33:33,616] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 21:33:34,757] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=am6yDQNU0ks&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:33:35,044] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCppTVcw_IhfL6ygPoBuC9lg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:33:37,916] /u/electronic_person had their flair updated +[2020-09-01 21:33:57,857] There has been a new submission: 'The Only Indie Game Release In 2020 || Night Call', with flair 'Gaming' +[2020-09-01 21:34:00,110] /u/Hollowed-VVS had their submission removed for insufficient lambda. +[2020-09-01 21:34:02,324] /u/Hollowed-VVS had their flair updated +[2020-09-01 21:34:21,623] There has been a new submission: 'Hello Friends! Fellow small creator here, looking for some genuine feedback on how to improve videos. So far this is only my fourth so I’m still learning but input on everything is appreciated! (Facecam, Thumbnail, content, recording)', with flair 'Video Critique' +[2020-09-01 21:34:23,738] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-01 21:34:23,775] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-01 21:34:24,967] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y6r-7y1Z8W0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:34:25,581] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZ2Q8Grid6l66Iz5YsDqhug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-01 21:34:28,413] /u/AntiOriginalUsername had their flair updated +[2020-09-01 21:36:06,499] '/u/thecounselor6' has given '/u/HotBeefy69' lambda! +[2020-09-01 21:36:08,798] /u/HotBeefy69 had their flair updated +[2020-09-01 21:37:32,153] '/u/thecounselor6' has given '/u/Lukegreen3703' lambda! +[2020-09-01 21:37:34,571] /u/Lukegreen3703 had their flair updated +[2020-09-01 21:37:56,903] '/u/Ashty1337' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 21:37:58,952] /u/Wombat_Assassin had their flair updated +[2020-09-01 21:38:49,042] '/u/Scabhammer' has given '/u/erinisaax' lambda! +[2020-09-01 21:38:51,088] /u/erinisaax had their flair updated +[2020-09-01 21:41:29,116] There has been a new submission: 'Wanna Watch A Small Dope Channel?', with flair 'Gaming' +[2020-09-01 21:41:30,673] /u/TheRealTruC had their submission removed for insufficient lambda. +[2020-09-01 21:41:32,759] /u/TheRealTruC had their flair updated +[2020-09-01 21:41:52,727] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Sep 01 2020)', with flair 'None' +[2020-09-01 21:42:07,053] There has been a new submission: 'Spent a couple hours on editing this video, but some work into the thumbnail too. Please spare some time :)', with flair 'Gaming' +[2020-09-01 21:42:09,668] /u/MxsAlt had their submission removed for insufficient lambda. +[2020-09-01 21:42:11,632] /u/MxsAlt had their flair updated +[2020-09-01 21:42:31,735] There has been a new submission: 'We found a Secret Waterfall out of nowhere!!', with flair 'Vlog' +[2020-09-01 21:42:33,332] /u/wander_af had their submission removed for insufficient lambda. +[2020-09-01 21:42:35,260] /u/wander_af had their flair updated +[2020-09-01 21:42:57,794] There has been a new submission: 'Here's Part 1 of My Blind Paper Mario Origami King Playthrough. Tell me what you think?', with flair 'Gaming' +[2020-09-01 21:42:59,272] /u/TophertheDopher64 had their submission removed for insufficient lambda. +[2020-09-01 21:43:01,223] /u/TophertheDopher64 had their flair updated +[2020-09-01 21:44:54,180] '/u/ItsDavidz' has given '/u/eddieha1' lambda! +[2020-09-01 21:44:57,248] /u/eddieha1 had their flair updated +[2020-09-01 21:45:12,257] '/u/thecounselor6' has given '/u/Wombat_Assassin' lambda! +[2020-09-01 21:45:13,738] /u/Wombat_Assassin had their flair updated +[2020-09-01 21:51:34,735] There has been a new submission: 'Hey i'm new youtuber, watch this video and review it you are free to comment here and also you you enjoyed it please subscribe and like video', with flair 'Channel Review' +[2020-09-01 21:51:36,462] /u/iimedualsii had their submission removed for insufficient lambda. +[2020-09-01 21:51:38,677] /u/iimedualsii had their flair updated +[2020-09-01 21:52:20,772] There has been a new submission: 'Eva Andressa treino 2020', with flair 'Video Critique' +[2020-09-01 21:52:22,410] /u/IndividualMedium4 had their submission removed for insufficient lambda. +[2020-09-01 21:52:24,502] /u/IndividualMedium4 had their flair updated +[2020-09-01 22:01:29,891] '/u/AntiOriginalUsername' has given '/u/RsTGEKO' lambda! +[2020-09-01 22:01:32,525] /u/RsTGEKO had their flair updated +[2020-09-01 22:02:11,959] There has been a new submission: 'How do you edit lets plays?', with flair 'Discussion' +[2020-09-01 22:02:14,416] /u/pinktarts had their flair updated +[2020-09-01 22:03:54,496] '/u/thecounselor6' has given '/u/PIXELPIGYT' lambda! +[2020-09-01 22:03:57,414] /u/PIXELPIGYT had their flair updated +[2020-09-01 22:05:38,593] There has been a new submission: 'Hi! I make mario plush videos if anyone is intrested!', with flair 'Gaming' +[2020-09-01 22:05:40,071] /u/PotatoWithDepresion had their submission removed for insufficient lambda. +[2020-09-01 22:05:41,589] /u/PotatoWithDepresion had their flair updated +[2020-09-01 22:07:07,316] There has been a new submission: 'Girls with muscle Celia Gabbiani', with flair 'Video Critique' +[2020-09-01 22:07:08,462] /u/IndividualMedium4 had their submission removed for insufficient lambda. +[2020-09-01 22:07:09,687] /u/IndividualMedium4 had their flair updated +[2020-09-01 22:16:11,879] There has been a new submission: 'Any tips for talking to a camera?', with flair 'Vlog' +[2020-09-01 22:16:13,644] /u/brianprh had their submission removed for insufficient lambda. +[2020-09-01 22:16:15,902] /u/brianprh had their flair updated +[2020-09-01 22:16:54,290] There has been a new submission: 'I Mashed SWEET DREAMS Into The BLACK OPS COLD WAR Trailer! (Road To 100 Subscribers)!', with flair 'Gaming' +[2020-09-01 22:16:55,478] /u/TheGrimReaperki had their submission removed for insufficient lambda. +[2020-09-01 22:16:56,916] /u/TheGrimReaperki had their flair updated +[2020-09-01 22:18:28,001] There has been a new submission: 'Minecraft Kingdoms e1: Let the adventure begin', with flair 'Gaming' +[2020-09-01 22:18:29,108] /u/Kennedy_KD had their submission removed for insufficient lambda. +[2020-09-01 22:18:30,215] /u/Kennedy_KD had their flair updated +[2020-09-01 22:19:13,771] '/u/kaons-' has given '/u/dany_goku' lambda! +[2020-09-01 22:19:15,448] /u/dany_goku had their flair updated +[2020-09-01 22:19:50,775] '/u/kaons-' has given '/u/Vonnnnnn' lambda! +[2020-09-01 22:19:52,578] /u/Vonnnnnn had their flair updated +[2020-09-01 22:23:37,120] There has been a new submission: 'Girls with muscle Celia Gabbiani', with flair 'Video Critique' +[2020-09-01 22:23:39,049] /u/wordgeist had their submission removed for insufficient lambda. +[2020-09-01 22:23:41,023] /u/wordgeist had their flair updated +[2020-09-01 22:24:56,723] '/u/Lukegreen3703' has given '/u/PIXELPIGYT' lambda! +[2020-09-01 22:24:59,460] /u/PIXELPIGYT had their flair updated +[2020-09-01 22:29:34,495] '/u/thecounselor6' has given '/u/PurpleFisty' lambda! +[2020-09-01 22:29:36,583] /u/PurpleFisty had their flair updated +[2020-09-01 22:43:08,099] There has been a new submission: 'Need some caramel Popcorn? Let me know what you all think about it?', with flair 'Channel Review' +[2020-09-01 22:43:09,647] /u/LazyLavy had their submission removed for insufficient lambda. +[2020-09-01 22:43:11,703] /u/LazyLavy had their flair updated +[2020-09-01 22:48:15,502] +#################### +[Sep 01 2020 22:48:15] RESTARTED +#################### + +[2020-09-01 23:34:03,054] '/u/MoistEgg123' has given '/u/playerinfinity707' lambda! +[2020-09-01 23:34:05,425] /u/playerinfinity707 had their flair updated +[2020-09-01 23:34:26,422] '/u/titomakanijr' has given '/u/MysticMarzan' lambda! +[2020-09-01 23:34:29,041] /u/MysticMarzan had their flair updated +[2020-09-01 23:35:04,585] '/u/titomakanijr' has given '/u/allanenraged13' lambda! +[2020-09-01 23:35:06,404] /u/allanenraged13 had their flair updated +[2020-09-01 23:35:49,933] There has been a new submission: 'I recently made a comeback video for youtube and I want to know what you guys think. What can I improve on?', with flair 'Video Critique' +[2020-09-01 23:35:51,203] /u/Dats_Omar1 had their submission removed for insufficient lambda. +[2020-09-01 23:35:52,519] /u/Dats_Omar1 had their flair updated +[2020-09-01 23:36:12,226] There has been a new submission: 'Best promotion advice you can give?', with flair 'Discussion' +[2020-09-01 23:36:16,249] /u/mrfatpepper had their flair updated +[2020-09-01 23:36:33,763] There has been a new submission: 'Hi everyone, could you all show some support and check out my channel along with my new video, I really appreciate it. 🙏🏻', with flair 'Gaming' +[2020-09-01 23:36:34,909] /u/iglitchuk had their submission removed for insufficient lambda. +[2020-09-01 23:36:36,038] /u/iglitchuk had their flair updated +[2020-09-01 23:36:53,917] There has been a new submission: 'Netflix is baiting pedophiles: "Cuties Trailer"', with flair 'Video Critique' +[2020-09-01 23:36:55,145] /u/Mambatony had their submission removed for insufficient lambda. +[2020-09-01 23:36:56,215] /u/Mambatony had their flair updated +[2020-09-01 23:37:14,650] There has been a new submission: 'Let's Get It Mannn (Avengers Part 1)', with flair 'Gaming' +[2020-09-01 23:37:15,716] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-09-01 23:37:16,740] /u/majin_hendrix had their flair updated +[2020-09-01 23:37:33,948] There has been a new submission: 'Pimp my liver episode 1. Drunk people try to talk politics. Critics welcome', with flair 'Channel Review' +[2020-09-01 23:37:35,507] /u/PappyLongNutz had their submission removed for insufficient lambda. +[2020-09-01 23:37:36,450] /u/PappyLongNutz had their flair updated +[2020-09-01 23:43:10,742] There has been a new submission: 'HELL INNA CELL (TRIPLE THREAT) [SAMURAI JACK BATTLE THROUGH TIME] [#2] underrated youtuber', with flair 'Gaming' +[2020-09-01 23:43:12,426] /u/hitmanpk had their submission removed for insufficient lambda. +[2020-09-01 23:43:14,482] /u/hitmanpk had their flair updated +[2020-09-01 23:43:39,418] '/u/WordHistorian' has given '/u/inspectorwho7' lambda! +[2020-09-01 23:43:42,975] /u/inspectorwho7 had their flair updated +[2020-09-01 23:44:38,994] '/u/WordHistorian' has given '/u/AutumnAnten' lambda! +[2020-09-01 23:44:41,574] /u/AutumnAnten had their flair updated +[2020-09-01 23:56:05,557] '/u/AntiOriginalUsername' has given '/u/Snoo-914' lambda! +[2020-09-01 23:56:07,972] /u/Snoo-914 had their flair updated +[2020-09-01 23:57:49,403] '/u/AutumnAnten' has given '/u/rushabh2005' lambda! +[2020-09-01 23:57:51,573] /u/rushabh2005 had their flair updated +[2020-09-01 23:59:28,454] '/u/AutumnAnten' has given '/u/dansometv' lambda! +[2020-09-01 23:59:29,381] /u/dansometv had their flair updated +[2020-09-01 23:59:54,431] There has been a new submission: 'Check me out', with flair 'Channel Review' +[2020-09-01 23:59:55,336] /u/GLOBOyTruejeans had their submission removed for insufficient lambda. +[2020-09-01 23:59:55,788] /u/GLOBOyTruejeans had their flair updated +[2020-09-02 00:00:09,807] '/u/AutumnAnten' has given '/u/Lukegreen3703' lambda! +[2020-09-02 00:00:11,962] /u/Lukegreen3703 had their flair updated +[2020-09-02 00:02:07,113] '/u/AutumnAnten' has given '/u/PIXELPIGYT' lambda! +[2020-09-02 00:02:09,907] /u/PIXELPIGYT had their flair updated +[2020-09-02 00:02:54,364] '/u/-Vertex-' has given '/u/eddieha1' lambda! +[2020-09-02 00:02:57,438] /u/eddieha1 had their flair updated +[2020-09-02 00:11:57,989] There has been a new submission: 'Rainbow Six Siege Video We Made (Funny Moments). Put a lot of work into it please give us some feedback and we will give you lambda!', with flair 'Video Critique' +[2020-09-02 00:12:03,509] /u/Lukegreen3703 had their flair updated +[2020-09-02 00:12:26,052] There has been a new submission: '"This video is unavailable on this device." My Youtube Video Is Broken?', with flair 'Discussion' +[2020-09-02 00:12:29,583] /u/NLGGHZ had their flair updated +[2020-09-02 00:13:40,169] There has been a new submission: 'Any youtubers from South Carolina?', with flair 'Discussion' +[2020-09-02 00:13:42,798] /u/Crunchymemes_v1 had their flair updated +[2020-09-02 00:16:22,936] There has been a new submission: 'Shooting Range How to get Gold Tutorial! (Games of Summer) Modern Warfare!', with flair 'Gaming' +[2020-09-02 00:16:24,210] /u/jerbear1950 had their submission removed for insufficient lambda. +[2020-09-02 00:16:25,651] /u/jerbear1950 had their flair updated +[2020-09-02 00:40:10,095] There has been a new submission: 'indian tutorial', with flair 'Gaming' +[2020-09-02 00:40:11,891] /u/Vicondra had their submission removed for insufficient lambda. +[2020-09-02 00:40:14,235] /u/Vicondra had their flair updated +[2020-09-02 00:43:52,263] '/u/AntiOriginalUsername' has given '/u/_NGaming_' lambda! +[2020-09-02 00:43:54,041] /u/_NGaming_ had their flair updated +[2020-09-02 00:47:57,681] +#################### +[Sep 02 2020 00:47:57] RESTARTED +#################### + +[2020-09-02 01:08:15,338] There has been a new submission: 'Critiques?', with flair 'Channel Review' +[2020-09-02 01:08:16,568] /u/The_SoulboundSwordYT had their submission removed for insufficient lambda. +[2020-09-02 01:08:17,387] /u/The_SoulboundSwordYT had their flair updated +[2020-09-02 01:08:28,855] There has been a new submission: 'Heavily Edited and Opened 5 Animal Crossing Toys and Tried to be funny in the process. Enjoy :)', with flair 'Gaming' +[2020-09-02 01:08:29,675] /u/boompaisland had their submission removed for insufficient lambda. +[2020-09-02 01:08:30,334] /u/boompaisland had their flair updated +[2020-09-02 01:08:54,507] '/u/Lukegreen3703' has given '/u/WordHistorian' lambda! +[2020-09-02 01:08:55,899] /u/WordHistorian had their flair updated +[2020-09-02 01:09:10,087] /u/WordHistorian had their flair updated +[2020-09-02 01:11:20,308] There has been a new submission: 'Raymond Rivers- Hey guys feel free to subscribe to my friends channel he makes music and only has 35 subs atm.', with flair 'Art' +[2020-09-02 01:11:21,785] /u/Mikechang121 had their submission removed for insufficient lambda. +[2020-09-02 01:11:24,000] /u/Mikechang121 had their flair updated +[2020-09-02 01:11:38,645] There has been a new submission: 'I've been practicing my editing and want some feedback on the pacing and editing.', with flair 'Video Critique' +[2020-09-02 01:11:40,122] /u/rociscool_ had their submission removed for insufficient lambda. +[2020-09-02 01:11:42,615] /u/rociscool_ had their flair updated +[2020-09-02 01:12:20,190] There has been a new submission: 'NH Show Ep. 4', with flair 'Channel Review' +[2020-09-02 01:12:21,667] /u/BeerCityPaladin had their submission removed for insufficient lambda. +[2020-09-02 01:12:23,967] /u/BeerCityPaladin had their flair updated +[2020-09-02 01:12:52,597] There has been a new submission: 'That Movie Show: Arnold August - Total Recall (1990)', with flair 'Video Critique' +[2020-09-02 01:12:54,027] /u/mikewendt had their submission removed for insufficient lambda. +[2020-09-02 01:12:55,955] /u/mikewendt had their flair updated +[2020-09-02 01:13:38,570] '/u/AntiOriginalUsername' has given '/u/LordNearquad' lambda! +[2020-09-02 01:13:40,784] /u/LordNearquad had their flair updated +[2020-09-02 01:15:09,182] '/u/ThatLadMul' has given '/u/DanThePanda-YT' lambda! +[2020-09-02 01:15:10,670] /u/DanThePanda-YT had their flair updated +[2020-09-02 01:15:30,362] There has been a new submission: 'Lambda for feedback or answering some of the following questions. Is the intro to long? Is the thumbnail/title interesting? What did I do good and what did I not? What would you do differently?', with flair 'Video Critique' +[2020-09-02 01:15:31,509] /u/ProZacLIVE had their submission removed for insufficient lambda. +[2020-09-02 01:15:33,529] /u/ProZacLIVE had their flair updated +[2020-09-02 01:17:33,083] There has been a new submission: 'Lambda for feedback or answering some of the following questions. Is the intro to long? Is the thumbnail/title interesting? What did I do good and what did I not? What would you do differently?', with flair 'Video Critique' +[2020-09-02 01:17:34,434] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 01:17:34,514] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 01:17:35,294] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=y6dprTwr_WI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 01:17:35,619] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcrMhTmqnnmYzFvQwWVUgzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 01:17:37,624] /u/SpudnickShaggy had their flair updated +[2020-09-02 01:20:06,277] '/u/soupgeorge' has given '/u/WordHistorian' lambda! +[2020-09-02 01:20:08,693] /u/WordHistorian had their flair updated +[2020-09-02 01:22:42,622] '/u/rociscool_' has given '/u/LordNearquad' lambda! +[2020-09-02 01:22:45,000] /u/LordNearquad had their flair updated +[2020-09-02 01:25:10,826] There has been a new submission: 'This is the best luck I've had in a while!!!! Pokemon X randomizer nuzlo...', with flair 'Gaming' +[2020-09-02 01:25:12,327] /u/dremu3612 had their submission removed for insufficient lambda. +[2020-09-02 01:25:13,917] /u/dremu3612 had their flair updated +[2020-09-02 01:30:26,687] There has been a new submission: 'Was going to wait for Cold War to get back into YouTube, but I thought why wait?!', with flair 'Gaming' +[2020-09-02 01:30:29,641] /u/FYIx-iDontTry had their submission removed for insufficient lambda. +[2020-09-02 01:30:31,933] /u/FYIx-iDontTry had their flair updated +[2020-09-02 01:31:13,553] There has been a new submission: 'I made my first short film and am looking for any tips to expand my channel and improve my videos. Thank You', with flair 'None' +[2020-09-02 01:31:15,059] /u/JarJarBeatU had their submission removed for insufficient lambda. +[2020-09-02 01:31:17,291] /u/JarJarBeatU had their flair updated +[2020-09-02 01:39:36,922] There has been a new submission: 'My friend is looking for feedback on a rust gaming video he just posted. I'm trying to get him help to grow I believe he is able to grow a channel and become successful he just needs some pointers. Any feedback is appreciated thank you.', with flair 'Gaming' +[2020-09-02 01:39:37,686] /u/Fallaurac had their submission removed for insufficient lambda. +[2020-09-02 01:39:38,219] /u/Fallaurac had their flair updated +[2020-09-02 01:56:57,174] There has been a new submission: 'Got a question about the direction of my channel', with flair 'Discussion' +[2020-09-02 01:56:58,835] /u/StrataCasteRYT had their flair updated +[2020-09-02 02:03:16,783] There has been a new submission: 'New Female YouTube Narrator. Do you like Horror Stories? Feedback is greatly appreciated :)', with flair 'Video Critique' +[2020-09-02 02:03:18,584] /u/TheDarkRealm2020 had their submission removed for insufficient lambda. +[2020-09-02 02:03:20,555] /u/TheDarkRealm2020 had their flair updated +[2020-09-02 02:04:55,896] There has been a new submission: 'Looking for feedback and critique', with flair 'Video Critique' +[2020-09-02 02:04:57,533] /u/earforme had their submission removed for insufficient lambda. +[2020-09-02 02:04:59,293] /u/earforme had their flair updated +[2020-09-02 02:05:29,409] There has been a new submission: 'GRWM VIDEO CAN I HAVE SOME FEEDBACK 🤗🤗💜', with flair 'Video Critique' +[2020-09-02 02:05:30,918] /u/Ladieejaiee had their submission removed for insufficient lambda. +[2020-09-02 02:05:32,596] /u/Ladieejaiee had their flair updated +[2020-09-02 02:06:16,075] There has been a new submission: 'Pavlov but more british!', with flair 'Gaming' +[2020-09-02 02:06:17,459] /u/Pixelghost84 had their submission removed for insufficient lambda. +[2020-09-02 02:06:19,093] /u/Pixelghost84 had their flair updated +[2020-09-02 02:09:58,053] '/u/Lukegreen3703' has given '/u/Blitzzman101' lambda! +[2020-09-02 02:09:58,438] /u/Blitzzman101 had their flair updated +[2020-09-02 02:13:49,256] '/u/SpudnickShaggy' has given '/u/Slayhole' lambda! +[2020-09-02 02:13:51,188] /u/Slayhole had their flair updated +[2020-09-02 02:19:12,004] There has been a new submission: 'TRANSFORMEI A PHARO ELA FICOU INSANA COD MOBILE', with flair 'Gaming' +[2020-09-02 02:19:13,954] /u/MulberryNo1582 had their submission removed for insufficient lambda. +[2020-09-02 02:19:15,001] /u/MulberryNo1582 had their flair updated +[2020-09-02 02:23:03,192] '/u/SpudnickShaggy' has given '/u/LordNearquad' lambda! +[2020-09-02 02:23:05,191] /u/LordNearquad had their flair updated +[2020-09-02 02:23:17,806] '/u/thecounselor6' has given '/u/smirkbison' lambda! +[2020-09-02 02:23:19,772] /u/smirkbison had their flair updated +[2020-09-02 02:24:11,351] /u/SpudnickShaggy had their flair updated +[2020-09-02 02:28:36,412] '/u/soupgeorge' has given '/u/HumbelGeniusYT' lambda! +[2020-09-02 02:28:37,391] /u/HumbelGeniusYT had their flair updated +[2020-09-02 02:34:41,583] '/u/SpudnickShaggy' has given '/u/soupgeorge' lambda! +[2020-09-02 02:34:43,357] /u/soupgeorge had their flair updated +[2020-09-02 02:36:20,430] '/u/SpudnickShaggy' has given '/u/harribobz' lambda! +[2020-09-02 02:36:21,944] /u/harribobz had their flair updated +[2020-09-02 02:36:48,731] There has been a new submission: 'Hey y'all! Just thought I'd post my most recent video here - it's all in good fun, not trying to actually crucify anyone for this haha. Would love some feedback from you guys!', with flair 'Video Critique' +[2020-09-02 02:36:48,993] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 02:36:48,995] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 02:36:49,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mn0xeH21S-M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 02:36:49,207] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCALax7gHEh23k15_N6b6SNg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 02:36:51,177] /u/LordNearquad had their flair updated +[2020-09-02 02:37:44,771] '/u/thecounselor6' has given '/u/BewareTheScare' lambda! +[2020-09-02 02:37:46,012] /u/BewareTheScare had their flair updated +[2020-09-02 02:39:52,527] '/u/AntiOriginalUsername' has given '/u/BettyShow' lambda! +[2020-09-02 02:39:52,980] /u/BettyShow had their flair updated +[2020-09-02 02:41:54,177] '/u/SpudnickShaggy' has given '/u/The_SoulboundSwordYT' lambda! +[2020-09-02 02:41:56,334] /u/The_SoulboundSwordYT had their flair updated +[2020-09-02 02:42:31,168] '/u/SpudnickShaggy' has given '/u/eddieha1' lambda! +[2020-09-02 02:42:33,263] /u/eddieha1 had their flair updated +[2020-09-02 02:44:55,992] There has been a new submission: 'MEETING THE ACE FAMILY FOR THE FIRST TIME WHILE HAVING A PHOTOSHOOT!!! | Joshua Ayala', with flair 'Vlog' +[2020-09-02 02:44:57,795] /u/Joshuaaayalaa had their submission removed for insufficient lambda. +[2020-09-02 02:44:59,544] /u/Joshuaaayalaa had their flair updated +[2020-09-02 02:45:57,604] There has been a new submission: 'Just tried to do some solid story telling with this one. What are your suggestions? Waiting for new camera so shot and edited on my phone.', with flair 'Video Critique' +[2020-09-02 02:45:58,803] /u/BeautyBoas had their submission removed for insufficient lambda. +[2020-09-02 02:46:00,391] /u/BeautyBoas had their flair updated +[2020-09-02 02:46:35,428] There has been a new submission: 'Amazon Echo Input portable review', with flair 'Channel Review' +[2020-09-02 02:46:36,726] /u/vinayak_nair had their submission removed for insufficient lambda. +[2020-09-02 02:46:38,219] /u/vinayak_nair had their flair updated +[2020-09-02 02:47:40,362] +#################### +[Sep 02 2020 02:47:40] RESTARTED +#################### + +[2020-09-02 02:49:14,362] There has been a new submission: 'New video I made about my new Minecraft server. Will give lambda for valid points!', with flair 'Video Critique' +[2020-09-02 02:49:14,590] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 02:49:14,593] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 02:49:14,693] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=czzbvZtpeeU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 02:49:14,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQTIqlWqWES_l-vXPToGwMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 02:49:15,847] /u/PIXELPIGYT had their flair updated +[2020-09-02 02:49:19,930] '/u/Lukegreen3703' has given '/u/BettyShow' lambda! +[2020-09-02 02:49:20,841] /u/BettyShow had their flair updated +[2020-09-02 02:49:23,585] There has been a new submission: 'fnaf video', with flair 'Gaming' +[2020-09-02 02:49:24,612] /u/b0uise had their submission removed for insufficient lambda. +[2020-09-02 02:49:25,193] /u/b0uise had their flair updated +[2020-09-02 03:01:22,418] '/u/SpudnickShaggy' has given '/u/BettyShow' lambda! +[2020-09-02 03:01:24,592] /u/BettyShow had their flair updated +[2020-09-02 03:05:14,622] '/u/Lukegreen3703' has given '/u/The_SoulboundSwordYT' lambda! +[2020-09-02 03:05:16,326] /u/The_SoulboundSwordYT had their flair updated +[2020-09-02 03:05:21,547] There has been a new submission: 'If you have ever thought about streaming, I guarantee you have never heard these tips to get you started. Im new to this forum and im very excited to introduce you to a different way of taking your first steps as a streamer! I would love to know your thoughts, and yes I will give Lambda...', with flair 'Channel Review' +[2020-09-02 03:05:21,939] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 03:05:21,940] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 03:05:22,039] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=naD37qd5UOM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 03:05:22,209] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmr9nlW09UhNjgieP0_0gbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 03:05:24,520] /u/BettyShow had their flair updated +[2020-09-02 03:05:45,676] There has been a new submission: 'Hey guys! So, I made a funny montage of bully scholarship in the ps4 share factory. Let me know if you guys find it funny. I will also throw out lambdas to all for commenting. (did not have a microphone to do commentary but I will do next time!)', with flair 'Gaming' +[2020-09-02 03:05:47,673] /u/smirkbison had their flair updated +[2020-09-02 03:06:37,911] '/u/SpudnickShaggy' has given '/u/Ottolotl' lambda! +[2020-09-02 03:06:39,445] /u/Ottolotl had their flair updated +[2020-09-02 03:15:08,781] /u/HumbelGeniusYT had their flair updated +[2020-09-02 03:18:57,796] '/u/LordNearquad' has given '/u/ShikharTrivedi' lambda! +[2020-09-02 03:18:58,627] /u/ShikharTrivedi had their flair updated +[2020-09-02 03:19:02,177] There has been a new submission: '7 MUST HAVE Best Class Setups in Modern Warfare and Warzone!!', with flair 'Gaming' +[2020-09-02 03:19:02,948] /u/BattleRoyaleMode had their submission removed for insufficient lambda. +[2020-09-02 03:19:03,733] /u/BattleRoyaleMode had their flair updated +[2020-09-02 03:31:47,339] '/u/BettyShow' has given '/u/ShikharTrivedi' lambda! +[2020-09-02 03:31:49,482] /u/ShikharTrivedi had their flair updated +[2020-09-02 03:43:54,824] '/u/Ashty1337' has given '/u/HotBeefy69' lambda! +[2020-09-02 03:43:56,702] /u/HotBeefy69 had their flair updated +[2020-09-02 03:44:14,996] There has been a new submission: 'You'll get lambda eitherways so please give me a genuine review or just ask for it', with flair 'Video Critique' +[2020-09-02 03:44:15,464] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 03:44:15,466] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 03:44:15,564] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7LPQMrEN1R0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 03:44:15,681] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB4Tqcos8Yu10Wb4E1VSBzA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 03:44:18,325] /u/CurrentOfficial had their flair updated +[2020-09-02 03:48:56,802] There has been a new submission: 'Need feedback on what can make me grow please. I will sub for sub .', with flair 'Channel Review' +[2020-09-02 03:48:57,884] /u/heyahaytham had their submission removed for insufficient lambda. +[2020-09-02 03:48:58,738] /u/heyahaytham had their flair updated +[2020-09-02 03:56:22,187] There has been a new submission: 'TYPES OF SNEEZES! SUNSKRITI SINGH - This is my most viewed video, over 3k views. I normally get around 200 views.. I would really appreciate if someone could tell me which parts of the video they liked so that I can incorporate it in my future videos too!', with flair 'Video Critique' +[2020-09-02 03:56:23,471] /u/Embroiderybysanz had their submission removed for insufficient lambda. +[2020-09-02 03:56:24,950] /u/Embroiderybysanz had their flair updated +[2020-09-02 04:09:26,589] '/u/CurrentOfficial' has given '/u/Epazocoatl' lambda! +[2020-09-02 04:09:27,243] /u/Epazocoatl had their flair updated +[2020-09-02 04:14:13,074] There has been a new submission: 'I need help with getting my channel alive', with flair 'Channel Review' +[2020-09-02 04:14:14,799] /u/CargoGoop had their submission removed for insufficient lambda. +[2020-09-02 04:14:16,633] /u/CargoGoop had their flair updated +[2020-09-02 04:14:21,522] There has been a new submission: 'Please Help', with flair 'Discussion' +[2020-09-02 04:14:23,834] /u/jakkerman1995 had their flair updated +[2020-09-02 04:32:48,412] There has been a new submission: 'This Dude Slaughter 7 Crewmates in UNDER 3 MINUTES! [Among Us #2]', with flair 'Gaming' +[2020-09-02 04:32:50,599] /u/onail had their submission removed for insufficient lambda. +[2020-09-02 04:32:52,615] /u/onail had their flair updated +[2020-09-02 04:35:22,445] There has been a new submission: 'Episode 2 | The Last Of Us Part II | Lost Together | Lets Play', with flair 'Video Critique' +[2020-09-02 04:35:23,889] /u/bnanaposting had their submission removed for insufficient lambda. +[2020-09-02 04:35:25,581] /u/bnanaposting had their flair updated +[2020-09-02 04:38:27,666] '/u/LordNearquad' has given '/u/HomekatProductions' lambda! +[2020-09-02 04:38:28,678] /u/HomekatProductions had their flair updated +[2020-09-02 04:40:11,350] There has been a new submission: 'how to make non-voiceover gameplays entertaining?', with flair 'Gaming' +[2020-09-02 04:40:13,419] /u/ezjei had their submission removed for insufficient lambda. +[2020-09-02 04:40:15,743] /u/ezjei had their flair updated +[2020-09-02 04:45:16,722] There has been a new submission: 'Followed some feeback on my montages. any farther tweaks? Tried doing my own thumbnail', with flair 'Gaming' +[2020-09-02 04:45:17,161] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 04:45:17,163] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 04:45:17,249] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=fGKrzSEjKcI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 04:45:17,358] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCX7WPI9deCWWjIu8f_6gNnw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 04:45:19,795] /u/MacSiderman had their flair updated +[2020-09-02 04:47:40,407] +#################### +[Sep 02 2020 04:47:40] RESTARTED +#################### + +[2020-09-02 05:06:18,069] '/u/CurrentOfficial' has given '/u/soupgeorge' lambda! +[2020-09-02 05:06:19,584] /u/soupgeorge had their flair updated +[2020-09-02 05:06:58,861] '/u/CurrentOfficial' has given '/u/HappyPantzInc' lambda! +[2020-09-02 05:07:00,249] /u/HappyPantzInc had their flair updated +[2020-09-02 05:07:25,839] '/u/CurrentOfficial' has given '/u/HomekatProductions' lambda! +[2020-09-02 05:07:27,147] /u/HomekatProductions had their flair updated +[2020-09-02 05:07:43,874] There has been a new submission: 'Subscribe to my YouTube Chanel if you are INTERESTED IN SKATE PROGRESSION VIDS', with flair 'Channel Review' +[2020-09-02 05:07:45,043] /u/Rno_skating_yt had their submission removed for insufficient lambda. +[2020-09-02 05:07:46,296] /u/Rno_skating_yt had their flair updated +[2020-09-02 05:15:46,400] There has been a new submission: 'Looking to improve my quick tutorial style! How to Draw Glitch Effect Like a Pro - Sponge Bob Crabby Patty Glitch Drawing. Lambda for your feedback!', with flair 'Video Critique' +[2020-09-02 05:15:46,787] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 05:15:46,789] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 05:15:46,880] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=MDY4QlwnsW8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 05:15:46,984] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCw5fwy6c9Oyd2ffFIlGHdng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 05:15:49,271] /u/Djbernie805 had their flair updated +[2020-09-02 05:23:13,002] '/u/MacSiderman' has given '/u/vobris' lambda! +[2020-09-02 05:23:14,979] /u/vobris had their flair updated +[2020-09-02 05:32:18,960] There has been a new submission: 'Its always a hit or miss with animation videos but I continue to try, any suggestions on what kind of animations might gain more attention?', with flair 'Video Critique' +[2020-09-02 05:32:20,961] /u/ShadeyTK had their submission removed for insufficient lambda. +[2020-09-02 05:32:23,042] /u/ShadeyTK had their flair updated +[2020-09-02 05:32:57,412] There has been a new submission: 'Summer Vlog: hello and good evening I’m seeking feedback on my latest video, what things can I improve on?', with flair 'Video Critique' +[2020-09-02 05:32:59,210] /u/itsfakelove had their submission removed for insufficient lambda. +[2020-09-02 05:33:01,226] /u/itsfakelove had their flair updated +[2020-09-02 05:33:42,822] '/u/LordNearquad' has given '/u/soupgeorge' lambda! +[2020-09-02 05:33:44,742] /u/soupgeorge had their flair updated +[2020-09-02 05:43:16,765] There has been a new submission: 'Speed of Summer: check me out if you like existentialism with a smattering of humor that draws optimistic conclusions. Thanks for your consideration!', with flair 'Vlog' +[2020-09-02 05:43:18,496] /u/max_xedout had their submission removed for insufficient lambda. +[2020-09-02 05:43:20,470] /u/max_xedout had their flair updated +[2020-09-02 05:54:38,763] There has been a new submission: 'Ghost of Tsushima (Perfect Dual) No Damage', with flair 'Gaming' +[2020-09-02 05:54:40,644] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-02 05:54:42,428] /u/naruto_naruto_123 had their flair updated +[2020-09-02 05:55:43,774] There has been a new submission: 'Ghost of Tsushima - Duel Under Falling Water (Perfect Dual) No Damage', with flair 'Gaming' +[2020-09-02 05:55:45,162] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-02 05:55:46,783] /u/naruto_naruto_123 had their flair updated +[2020-09-02 06:01:40,598] There has been a new submission: 'Dauntless Gameplay Part 12: Black Panther Crushes in Umbral Escalation (Tribute to Chadwick Boseman)', with flair 'Gaming' +[2020-09-02 06:01:42,567] /u/omeshhedaoo had their submission removed for insufficient lambda. +[2020-09-02 06:01:44,721] /u/omeshhedaoo had their flair updated +[2020-09-02 06:09:53,496] There has been a new submission: 'Martial Art Movie Collection', with flair 'Video Critique' +[2020-09-02 06:09:54,090] /u/movienationyt had their submission removed for insufficient lambda. +[2020-09-02 06:09:54,462] /u/movienationyt had their flair updated +[2020-09-02 06:15:21,245] '/u/titomakanijr' has given '/u/BettyShow' lambda! +[2020-09-02 06:15:22,966] /u/BettyShow had their flair updated +[2020-09-02 06:21:34,714] '/u/titomakanijr' has given '/u/_NGaming_' lambda! +[2020-09-02 06:21:36,862] /u/_NGaming_ had their flair updated +[2020-09-02 06:25:06,959] '/u/Djbernie805' has given '/u/NLGGHZ' lambda! +[2020-09-02 06:25:08,693] /u/NLGGHZ had their flair updated +[2020-09-02 06:37:28,558] There has been a new submission: 'Thrawn's Revenge: New Republic (Season 4) Ep 20 - Battle for Terephon', with flair 'Gaming' +[2020-09-02 06:37:29,598] /u/BlaanSarge had their submission removed for insufficient lambda. +[2020-09-02 06:37:30,924] /u/BlaanSarge had their flair updated +[2020-09-02 06:47:40,350] +#################### +[Sep 02 2020 06:47:40] RESTARTED +#################### + +[2020-09-02 06:52:34,604] '/u/OKSharky' has given '/u/ShikharTrivedi' lambda! +[2020-09-02 06:52:36,702] /u/ShikharTrivedi had their flair updated +[2020-09-02 06:56:30,735] There has been a new submission: 'I would appreciate some feedback / support. I am trying to gain subscribers but I seem to be stuck on 50!', with flair 'Video Critique' +[2020-09-02 06:56:32,003] /u/RawadVlogs_yt had their submission removed for insufficient lambda. +[2020-09-02 06:56:33,533] /u/RawadVlogs_yt had their flair updated +[2020-09-02 07:08:50,854] '/u/tasbiq' has given '/u/Not-Fiction-YouTube' lambda! +[2020-09-02 07:08:51,748] /u/Not-Fiction-YouTube had their flair updated +[2020-09-02 07:19:53,475] There has been a new submission: 'SUB4SUB!', with flair 'Thumbnail Review' +[2020-09-02 07:19:54,031] /u/Reasonable_Dare_1058 had their submission removed for insufficient lambda. +[2020-09-02 07:19:54,435] /u/Reasonable_Dare_1058 had their flair updated +[2020-09-02 07:29:18,702] There has been a new submission: 'I just started putting more effort in my videos, I would appreciate if you would rate my video quality!', with flair 'Gaming' +[2020-09-02 07:29:19,454] /u/SosoThe69 had their submission removed for insufficient lambda. +[2020-09-02 07:29:20,123] /u/SosoThe69 had their flair updated +[2020-09-02 07:36:40,046] There has been a new submission: 'Any feedback on my latest video would be much appreciated. Hope you enjoy!', with flair 'Video Critique' +[2020-09-02 07:36:41,531] /u/strattonjj had their submission removed for insufficient lambda. +[2020-09-02 07:36:42,989] /u/strattonjj had their flair updated +[2020-09-02 07:40:50,212] '/u/WillWestInvest' has given '/u/eddieha1' lambda! +[2020-09-02 07:40:52,432] /u/eddieha1 had their flair updated +[2020-09-02 07:48:05,141] There has been a new submission: 'Road to 100 !!', with flair 'Gaming' +[2020-09-02 07:48:06,160] /u/0hw0wryanwtf had their submission removed for insufficient lambda. +[2020-09-02 07:48:07,301] /u/0hw0wryanwtf had their flair updated +[2020-09-02 08:24:33,436] There has been a new submission: 'Would anyone mind telling me if this video retains attention or not? And also what is your opinion as someone not in the niche?', with flair 'Video Critique' +[2020-09-02 08:24:33,997] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 08:24:34,000] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 08:24:34,106] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0oxgyCob2p4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 08:24:34,213] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6ay9DSXBratXVK9TmOO9bA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 08:24:36,729] /u/playerinfinity707 had their flair updated +[2020-09-02 08:31:26,459] There has been a new submission: 'Small montage - Fight It Back', with flair 'Gaming' +[2020-09-02 08:31:28,515] /u/Wise_Zookeepergame_9 had their submission removed for insufficient lambda. +[2020-09-02 08:31:30,677] /u/Wise_Zookeepergame_9 had their flair updated +[2020-09-02 08:44:58,640] There has been a new submission: 'Hey yall. I make video essays on video games. If that's your sort of thing or you just like talking games maybe check out my latest video?', with flair 'Gaming' +[2020-09-02 08:45:00,210] /u/Dayslate had their submission removed for insufficient lambda. +[2020-09-02 08:45:01,936] /u/Dayslate had their flair updated +[2020-09-02 08:47:40,670] +#################### +[Sep 02 2020 08:47:40] RESTARTED +#################### + +[2020-09-02 08:49:14,565] There has been a new submission: '🔥 7 most anticipated games to play in 2021 🔥', with flair 'Video Critique' +[2020-09-02 08:49:15,285] /u/Xander2KBarqs123 had their submission removed for insufficient lambda. +[2020-09-02 08:49:15,922] /u/Xander2KBarqs123 had their flair updated +[2020-09-02 08:54:14,714] There has been a new submission: 'How long did you take you to reach 1000 subs?', with flair 'Discussion' +[2020-09-02 08:54:17,014] /u/chrisontour84 had their flair updated +[2020-09-02 09:06:26,250] There has been a new submission: 'Hello guys! I'm from Russia but living in China. I just started to create videos about my life in China. Hope you'll like it 💙', with flair 'Vlog' +[2020-09-02 09:06:27,785] /u/wellceekiun had their submission removed for insufficient lambda. +[2020-09-02 09:06:29,300] /u/wellceekiun had their flair updated +[2020-09-02 09:16:38,235] There has been a new submission: 'Hello my friend, you are my friend! This is my YouTube channel presentation,give it a try and if you like the subjects be ready for them. Follow me on this path :)', with flair 'Channel Review' +[2020-09-02 09:16:39,513] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-09-02 09:16:40,973] /u/adyx1997 had their flair updated +[2020-09-02 09:22:35,490] There has been a new submission: 'my most viewed gmv', with flair 'Gaming' +[2020-09-02 09:22:37,344] /u/Aztharo had their submission removed for insufficient lambda. +[2020-09-02 09:22:39,378] /u/Aztharo had their flair updated +[2020-09-02 09:25:39,772] There has been a new submission: 'Hey Everyone! Im Zack from Australia. I’m in my first week of Youtube, I would really appreciate some feedback if possible? I’m excited to connect and grow with other channels!! I look forward to meeting you :)', with flair 'Channel Review' +[2020-09-02 09:25:41,132] /u/plantedbeats had their submission removed for insufficient lambda. +[2020-09-02 09:25:42,763] /u/plantedbeats had their flair updated +[2020-09-02 09:27:54,854] '/u/erinisaax' has given '/u/_catgotmytongue' lambda! +[2020-09-02 09:27:56,049] /u/_catgotmytongue had their flair updated +[2020-09-02 09:41:29,794] There has been a new submission: 'Normal PUBG gameplay video||17 kills', with flair 'Video Critique' +[2020-09-02 09:41:31,770] /u/Ruhulaminart had their submission removed for insufficient lambda. +[2020-09-02 09:41:33,924] /u/Ruhulaminart had their flair updated +[2020-09-02 09:48:02,372] There has been a new submission: 'Help: Making 1 channel vs separating it to 2 channels?', with flair 'Discussion' +[2020-09-02 09:48:03,655] /u/gleb_sz had their flair updated +[2020-09-02 09:56:34,010] '/u/MrMoo-Youtube' has given '/u/SteadyRollins' lambda! +[2020-09-02 09:56:35,472] /u/SteadyRollins had their flair updated +[2020-09-02 10:20:21,723] '/u/WillWestInvest' has given '/u/HomekatProductions' lambda! +[2020-09-02 10:20:24,026] /u/HomekatProductions had their flair updated +[2020-09-02 10:26:55,156] There has been a new submission: 'My fiends and I made this review on these LED strips! We try to do unique comedy-focused product reviews and would love some feedback on our latest video.', with flair 'Video Critique' +[2020-09-02 10:26:55,436] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 10:26:55,438] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 10:26:55,555] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JdcHgAhNipo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 10:26:55,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWStUZscF-H_t2ua0JEUm2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 10:26:57,594] /u/NLGGHZ had their flair updated +[2020-09-02 10:46:17,729] There has been a new submission: 'Hi, I make longform content about video games, movies, and Anime. I also have some gameplay stuff and top 10s if you're into that. I'd appreciate it if you would like/dislike and comment on my videos.', with flair 'Gaming' +[2020-09-02 10:46:18,909] /u/Bebbelbxl had their submission removed for insufficient lambda. +[2020-09-02 10:46:20,409] /u/Bebbelbxl had their flair updated +[2020-09-02 10:47:40,833] +#################### +[Sep 02 2020 10:47:40] RESTARTED +#################### + +[2020-09-02 10:54:46,243] There has been a new submission: 'Guys pls help me grow', with flair 'Gaming' +[2020-09-02 10:54:48,022] /u/coolbossrocks had their submission removed for insufficient lambda. +[2020-09-02 10:54:49,804] /u/coolbossrocks had their flair updated +[2020-09-02 10:56:18,974] There has been a new submission: 'Hey let me know ur genuine reviews on this video,like what things to be changed or anything. I'd really appreciate it .', with flair 'Video Critique' +[2020-09-02 10:56:20,286] /u/asthagaur had their submission removed for insufficient lambda. +[2020-09-02 10:56:21,776] /u/asthagaur had their flair updated +[2020-09-02 11:07:58,090] There has been a new submission: 'Walkthrough of FORTNITE Death Run World created by 'nvkenworth'', with flair 'Gaming' +[2020-09-02 11:08:00,298] /u/theRagePrince had their submission removed for insufficient lambda. +[2020-09-02 11:08:01,410] /u/theRagePrince had their flair updated +[2020-09-02 11:20:39,539] There has been a new submission: 'Fortnite Season4.exe', with flair 'Gaming' +[2020-09-02 11:20:41,604] /u/Lilsparky2565 had their submission removed for insufficient lambda. +[2020-09-02 11:20:43,869] /u/Lilsparky2565 had their flair updated +[2020-09-02 11:21:58,700] There has been a new submission: 'Any feedback would help me out', with flair 'Gaming' +[2020-09-02 11:22:00,701] /u/missioncone had their submission removed for insufficient lambda. +[2020-09-02 11:22:02,876] /u/missioncone had their flair updated +[2020-09-02 11:26:08,324] There has been a new submission: 'Hey guys check out my new video where my brother tries fall guys because he says its too easy and he is just awful haha if you're new don't forget to subscribe like and comment🙏🔥', with flair 'Gaming' +[2020-09-02 11:26:09,641] /u/princegaming19 had their submission removed for insufficient lambda. +[2020-09-02 11:26:10,252] Starting every day program... +[2020-09-02 11:26:10,252] Updating database statistics... +[2020-09-02 11:26:10,278] Posting and updating wiki... +[2020-09-02 11:26:11,230] /u/princegaming19 had their flair updated +[2020-09-02 11:26:58,104] Formatting leaderboard... +[2020-09-02 11:26:58,127] Updating sidebar... +[2020-09-02 11:26:59,463] Updated in new reddit... +[2020-09-02 11:27:02,295] Updated in old reddit... +[2020-09-02 11:27:02,295] Completed. +[2020-09-02 11:36:17,200] There has been a new submission: 'Looking for feedback 😊Bring Sally Up PUSH UP CHALLENGE with Friends | Quarantine Edition (2020)', with flair 'Video Critique' +[2020-09-02 11:36:17,530] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 11:36:17,531] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 11:36:17,629] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=orNJbOPXuIg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 11:36:17,759] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHC16TvbNa_kDJkh54HNTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 11:36:19,805] /u/MajinBoom11 had their flair updated +[2020-09-02 11:46:19,016] There has been a new submission: 'Do you people look at YouTube stuido's analytics?', with flair 'Discussion' +[2020-09-02 11:46:20,744] /u/neo_one_one had their flair updated +[2020-09-02 11:48:21,700] '/u/Medniya92' has given '/u/WordHistorian' lambda! +[2020-09-02 11:48:22,685] /u/WordHistorian had their flair updated +[2020-09-02 11:52:32,838] There has been a new submission: 'Hey everyone I am trying to get to 200 Subs I am at 140 and would love it if u could check it out the name is starkicus and here is the https://youtu.be/bCqB1yE9Rao', with flair 'Channel Review' +[2020-09-02 11:52:34,744] /u/frazzels11 had their submission removed for insufficient lambda. +[2020-09-02 11:52:36,803] /u/frazzels11 had their flair updated +[2020-09-02 12:00:20,051] There has been a new submission: 'Is this good sign for channek growth?', with flair 'Discussion' +[2020-09-02 12:00:22,972] /u/Cutedogs_ had their flair updated +[2020-09-02 12:01:51,171] There has been a new submission: 'If anyone has a chance, some feedback on my new video would be really appreciated! Thank you ☺️ PLAN WITH ME | SEPTEMBER 2020 | KOI FISH | GWENI TAMARA', with flair 'Video Critique' +[2020-09-02 12:01:53,144] /u/gweni_orchard had their submission removed for insufficient lambda. +[2020-09-02 12:01:55,314] /u/gweni_orchard had their flair updated +[2020-09-02 12:27:46,804] There has been a new submission: 'Help', with flair 'Discussion' +[2020-09-02 12:27:48,198] /u/OldStrawberryandpot had their flair updated +[2020-09-02 12:28:32,173] There has been a new submission: 'So i wanna start a commentary channel. what do you think of my first vid?', with flair 'Video Critique' +[2020-09-02 12:28:33,801] /u/XottBoi had their submission removed for insufficient lambda. +[2020-09-02 12:28:34,816] /u/XottBoi had their flair updated +[2020-09-02 12:29:06,083] '/u/MacSiderman' has given '/u/lolaccounting' lambda! +[2020-09-02 12:29:06,832] /u/lolaccounting had their flair updated +[2020-09-02 12:30:44,209] There has been a new submission: 'New LoR player saying hi! Here's the stream vod of my first perfect Expedition run! I'm so proud. :D What do you think makes the best addition in this deck?', with flair 'Gaming' +[2020-09-02 12:30:46,955] /u/IvonaNikolic had their submission removed for insufficient lambda. +[2020-09-02 12:30:49,198] /u/IvonaNikolic had their flair updated +[2020-09-02 12:31:01,675] There has been a new submission: 'Quarantine Lifestyle:Doomer vs Bloomer', with flair 'Video Critique' +[2020-09-02 12:31:03,185] /u/FarBeyondFitness had their submission removed for insufficient lambda. +[2020-09-02 12:31:05,417] /u/FarBeyondFitness had their flair updated +[2020-09-02 12:34:09,102] '/u/MacSiderman' has given '/u/Vonnnnnn' lambda! +[2020-09-02 12:34:10,959] /u/Vonnnnnn had their flair updated +[2020-09-02 12:47:40,474] +#################### +[Sep 02 2020 12:47:40] RESTARTED +#################### + +[2020-09-02 12:54:37,528] There has been a new submission: 'Hello all, myself dj and this is my band The Fortune. We did this hindi tamil malayalam rap song on covid pandemic and a trippy music video. Would we awesome if you guys can give some love/feedback.', with flair 'Video Critique' +[2020-09-02 12:54:39,095] /u/thesillymedico had their submission removed for insufficient lambda. +[2020-09-02 12:54:40,887] /u/thesillymedico had their flair updated +[2020-09-02 13:01:18,915] '/u/MajinBoom11' has given '/u/_eyogg_' lambda! +[2020-09-02 13:01:21,139] /u/_eyogg_ had their flair updated +[2020-09-02 13:01:55,588] '/u/MajinBoom11' has given '/u/vaish1601' lambda! +[2020-09-02 13:01:57,749] /u/vaish1601 had their flair updated +[2020-09-02 13:02:47,440] There has been a new submission: 'Here's my latest review for New Mutants (with a little skit at the beginning) Lambda for good feedback 😊', with flair 'Video Critique' +[2020-09-02 13:02:48,058] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 13:02:48,059] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 13:02:48,151] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n1nydb5n5S8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 13:02:48,258] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5r7Yp8TjcKFxZQQKRtXo8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 13:02:51,158] /u/Cap_America_AC had their flair updated +[2020-09-02 13:33:13,500] There has been a new submission: 'Hello guys I am new to this community and to YouTube and would really appreciate it if you could subscribe to my channel', with flair 'Gaming' +[2020-09-02 13:33:15,301] /u/Newrivaan_YT had their submission removed for insufficient lambda. +[2020-09-02 13:33:17,273] /u/Newrivaan_YT had their flair updated +[2020-09-02 13:33:42,137] There has been a new submission: '2020 got you down?', with flair 'Channel Review' +[2020-09-02 13:33:43,845] /u/AceOfBrains had their submission removed for insufficient lambda. +[2020-09-02 13:33:45,767] /u/AceOfBrains had their flair updated +[2020-09-02 13:36:04,354] '/u/NLGGHZ' has given '/u/TRIO-Stories' lambda! +[2020-09-02 13:36:05,898] /u/TRIO-Stories had their flair updated +[2020-09-02 13:36:28,430] '/u/NLGGHZ' has given '/u/vaish1601' lambda! +[2020-09-02 13:36:30,000] /u/vaish1601 had their flair updated +[2020-09-02 13:36:54,660] '/u/MajinBoom11' has given '/u/inspectorwho7' lambda! +[2020-09-02 13:36:56,072] /u/inspectorwho7 had their flair updated +[2020-09-02 13:43:43,532] '/u/playerinfinity707' has given '/u/MrMoo-Youtube' lambda! +[2020-09-02 13:43:45,449] /u/MrMoo-Youtube had their flair updated +[2020-09-02 13:46:13,636] '/u/playerinfinity707' has given '/u/Dayslate' lambda! +[2020-09-02 13:46:15,181] /u/Dayslate had their flair updated +[2020-09-02 13:47:04,890] '/u/MajinBoom11' has given '/u/W_C_K_D' lambda! +[2020-09-02 13:47:06,247] /u/W_C_K_D had their flair updated +[2020-09-02 13:48:21,503] There has been a new submission: 'This is a Discord talent show I made a couple of weeks ago. Let me know what I should fix for the next one. :)', with flair 'Video Critique' +[2020-09-02 13:48:21,743] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 13:48:21,744] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 13:48:21,867] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CoPa0oYwx1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 13:48:22,003] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVaPAXfSHj3qWRncxkkIq_A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 13:48:23,424] /u/HomekatProductions had their flair updated +[2020-09-02 14:32:33,824] '/u/LordNearquad' has given '/u/_eyogg_' lambda! +[2020-09-02 14:32:35,879] /u/_eyogg_ had their flair updated +[2020-09-02 14:39:17,704] '/u/playerinfinity707' has given '/u/ethnictourettes' lambda! +[2020-09-02 14:39:18,513] /u/ethnictourettes had their flair updated +[2020-09-02 14:45:29,626] There has been a new submission: 'can u guys tell me if im doing good', with flair 'Video Critique' +[2020-09-02 14:45:31,140] /u/craziestgecko had their submission removed for insufficient lambda. +[2020-09-02 14:45:32,763] /u/craziestgecko had their flair updated +[2020-09-02 14:47:40,681] +#################### +[Sep 02 2020 14:47:40] RESTARTED +#################### + +[2020-09-02 14:52:29,700] '/u/BettyShow' has given '/u/WillWestInvest' lambda! +[2020-09-02 14:52:31,763] /u/WillWestInvest had their flair updated +[2020-09-02 14:52:37,714] There has been a new submission: 'SUFRIMIENTO (MENOL) 9/2020', with flair 'Video Critique' +[2020-09-02 14:52:39,623] /u/Mysterious_Carrot_57 had their submission removed for insufficient lambda. +[2020-09-02 14:52:41,750] /u/Mysterious_Carrot_57 had their flair updated +[2020-09-02 14:54:42,101] '/u/dansometv' has given '/u/BettyShow' lambda! +[2020-09-02 14:54:43,902] /u/BettyShow had their flair updated +[2020-09-02 14:56:08,584] '/u/dansometv' has given '/u/WordHistorian' lambda! +[2020-09-02 14:56:10,130] /u/WordHistorian had their flair updated +[2020-09-02 15:05:01,242] '/u/CurrentOfficial' has given '/u/ImAnOffendedJew' lambda! +[2020-09-02 15:05:02,961] /u/ImAnOffendedJew had their flair updated +[2020-09-02 15:05:30,686] '/u/CurrentOfficial' has given '/u/Fullmoontobi1' lambda! +[2020-09-02 15:05:32,390] /u/Fullmoontobi1 had their flair updated +[2020-09-02 15:07:38,565] There has been a new submission: 'id like to grow my youtube channel and i really enjoy making videos with my friends I've done it for a while but Id really enjoy it more if i had people to interact with as in viewers', with flair 'Vlog' +[2020-09-02 15:07:39,667] /u/optulentvevil had their submission removed for insufficient lambda. +[2020-09-02 15:07:40,885] /u/optulentvevil had their flair updated +[2020-09-02 15:11:26,491] There has been a new submission: 'i really enjoy making vids with my friends and id really like It to grow if this is not ut type of video or u didn't find it funny i have other stuff too if u try those id be very happy', with flair 'Vlog' +[2020-09-02 15:11:28,456] /u/optulentvevil had their submission removed for insufficient lambda. +[2020-09-02 15:11:30,695] /u/optulentvevil had their flair updated +[2020-09-02 15:15:41,577] There has been a new submission: 'made a cooking show with my friends and it was a disaster id be happy if you guys gave it a watch', with flair 'Vlog' +[2020-09-02 15:15:43,007] /u/optulentvevil had their submission removed for insufficient lambda. +[2020-09-02 15:15:44,658] /u/optulentvevil had their flair updated +[2020-09-02 15:16:12,008] There has been a new submission: 'Cougar Aqua 120 RGB | Watercooling Review', with flair 'Video Critique' +[2020-09-02 15:16:13,312] /u/Crys1289 had their submission removed for insufficient lambda. +[2020-09-02 15:16:14,864] /u/Crys1289 had their flair updated +[2020-09-02 15:27:28,976] There has been a new submission: 'Small Niche Discord for Content Creators to support each other', with flair 'Collab' +[2020-09-02 15:27:30,944] /u/Ashty1337 had their flair updated +[2020-09-02 15:28:21,640] There has been a new submission: 'Self Promoting', with flair 'Discussion' +[2020-09-02 15:28:23,178] /u/FEEDALLIGATORS had their flair updated +[2020-09-02 15:32:09,342] There has been a new submission: 'How To Add A Rainbow To Your Crappy Wedding Day Footage in Premiere Pro (comedy - 2 mins) would love some constructive feedback. :)', with flair 'Video Critique' +[2020-09-02 15:32:11,570] /u/SimonCaine had their submission removed for insufficient lambda. +[2020-09-02 15:32:13,653] /u/SimonCaine had their flair updated +[2020-09-02 15:32:55,595] There has been a new submission: 'Hey guys just wanted to post my most recent vid. Feel free to watch and explore the channel.', with flair 'Gaming' +[2020-09-02 15:32:57,388] /u/DMAINEVENT95 had their submission removed for insufficient lambda. +[2020-09-02 15:32:59,568] /u/DMAINEVENT95 had their flair updated +[2020-09-02 15:35:41,911] '/u/titomakanijr' has given '/u/CamDC123' lambda! +[2020-09-02 15:35:43,648] /u/CamDC123 had their flair updated +[2020-09-02 15:39:37,160] '/u/ameixarocha' has given '/u/BigBearBoi00' lambda! +[2020-09-02 15:39:37,660] /u/BigBearBoi00 had their flair updated +[2020-09-02 15:39:42,896] '/u/MajinBoom11' has given '/u/shadossplayz' lambda! +[2020-09-02 15:39:43,629] /u/shadossplayz had their flair updated +[2020-09-02 16:02:14,069] There has been a new submission: '2020 MEGA TIN OPENING!!! (THE TIN OF LOST MEMORIES HAS BROUGHT ME BACK TO THE TCG!!)[Yu-Gi-Oh!][TCG]', with flair 'Vlog' +[2020-09-02 16:02:15,978] /u/DarkSpyroPlays had their submission removed for insufficient lambda. +[2020-09-02 16:02:18,063] /u/DarkSpyroPlays had their flair updated +[2020-09-02 16:03:03,204] '/u/ForeverStrong15' has given '/u/-Lipo-' lambda! +[2020-09-02 16:03:05,222] /u/-Lipo- had their flair updated +[2020-09-02 16:03:46,045] '/u/ForeverStrong15' has given '/u/midnightjenga' lambda! +[2020-09-02 16:03:47,975] /u/midnightjenga had their flair updated +[2020-09-02 16:05:04,696] '/u/ForeverStrong15' has given '/u/MrMoo-Youtube' lambda! +[2020-09-02 16:05:06,451] /u/MrMoo-Youtube had their flair updated +[2020-09-02 16:09:00,390] There has been a new submission: 'Thanks for the support to my last video! I recently started an educational channel and this is my 4th video. Any advice would be appreciated. Will give out lambda :)', with flair 'Video Critique' +[2020-09-02 16:09:00,616] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 16:09:00,619] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 16:09:00,718] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4viR6PcQboU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 16:09:00,839] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQpwpXwXR4cdIypL5uL--7g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 16:09:02,031] /u/_eyogg_ had their flair updated +[2020-09-02 16:13:35,806] There has been a new submission: 'THE NEW LEMON GANG', with flair 'Gaming' +[2020-09-02 16:13:37,851] /u/f4quan had their submission removed for insufficient lambda. +[2020-09-02 16:13:39,798] /u/f4quan had their flair updated +[2020-09-02 16:15:36,086] There has been a new submission: 'Mean Comments That Will Make Anyone Cry... Of Laughter', with flair 'Video Critique' +[2020-09-02 16:15:36,478] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 16:15:36,480] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 16:15:36,587] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T0CAbMsvGTU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 16:15:36,701] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC42HJcMy9kJOQmsyLn6DpjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 16:15:39,087] /u/NarivaTV had their flair updated +[2020-09-02 16:16:52,495] There has been a new submission: 'Does views matter or is it watch time?', with flair 'Discussion' +[2020-09-02 16:16:54,216] /u/shadossplayz had their flair updated +[2020-09-02 16:18:10,953] There has been a new submission: 'Hi guys. Help my channel grow. Channel about military archeology of the Second World War on the territory of the Leningrad Front. Many videos have English subtitles. Thanks for the help.', with flair 'Video Critique' +[2020-09-02 16:18:11,967] /u/Vitalikaranevich had their submission removed for insufficient lambda. +[2020-09-02 16:18:13,045] /u/Vitalikaranevich had their flair updated +[2020-09-02 16:28:33,313] There has been a new submission: 'AMC TC Mod Showcasing - Duke is Dead?!', with flair 'Gaming' +[2020-09-02 16:28:34,241] /u/XtnRR504 had their submission removed for insufficient lambda. +[2020-09-02 16:28:35,194] /u/XtnRR504 had their flair updated +[2020-09-02 16:31:13,535] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda! +[2020-09-02 16:31:15,799] /u/MafiasFinestTV had their flair updated +[2020-09-02 16:36:54,482] '/u/PIXELPIGYT' has given '/u/ForeverStrong15' lambda! +[2020-09-02 16:36:55,861] /u/ForeverStrong15 had their flair updated +[2020-09-02 16:38:25,604] There has been a new submission: 'Please help me out. Road to 1k', with flair 'Channel Review' +[2020-09-02 16:38:27,172] /u/MikeySpikeyYT had their submission removed for insufficient lambda. +[2020-09-02 16:38:28,159] /u/MikeySpikeyYT had their flair updated +[2020-09-02 16:39:07,541] There has been a new submission: 'Cartoon - Wife Took Revenge On Her Cheating Husband On His Birthday - AmoMama', with flair 'None' +[2020-09-02 16:39:08,470] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-09-02 16:39:09,244] /u/IndividualGuide had their flair updated +[2020-09-02 16:41:18,133] There has been a new submission: 'I need an editing software because mine takes way to long recently', with flair 'Discussion' +[2020-09-02 16:41:20,983] /u/AngelCraftReddit had their flair updated +[2020-09-02 16:46:02,458] There has been a new submission: 'Exploring Lake George and Kayaking on the Lake!! Amazing 4K Drone Video!!', with flair 'Vlog' +[2020-09-02 16:46:04,739] /u/darbeshan had their submission removed for insufficient lambda. +[2020-09-02 16:46:06,518] /u/darbeshan had their flair updated +[2020-09-02 16:46:16,530] There has been a new submission: 'Brought the CWO in 🐮🎶', with flair 'Art' +[2020-09-02 16:46:17,785] /u/echainz6 had their submission removed for insufficient lambda. +[2020-09-02 16:46:19,513] /u/echainz6 had their flair updated +[2020-09-02 16:47:20,482] There has been a new submission: 'Just starting out, made a video on Paper Mario. Would love feedback and critique :)', with flair 'Video Critique' +[2020-09-02 16:47:21,632] /u/grimsocket had their submission removed for insufficient lambda. +[2020-09-02 16:47:23,470] /u/grimsocket had their flair updated +[2020-09-02 16:47:41,140] +#################### +[Sep 02 2020 16:47:41] RESTARTED +#################### + +[2020-09-02 16:49:39,658] There has been a new submission: 'The Virgin Shoes', with flair 'Art' +[2020-09-02 16:49:40,307] /u/Kyl0rd2003 had their submission removed for insufficient lambda. +[2020-09-02 16:49:40,773] /u/Kyl0rd2003 had their flair updated +[2020-09-02 16:50:53,100] There has been a new submission: 'Can anyone please give me feedback on my first YouTube trailer', with flair 'Gaming' +[2020-09-02 16:50:55,133] /u/Trio_Knight18 had their submission removed for insufficient lambda. +[2020-09-02 16:50:57,660] /u/Trio_Knight18 had their flair updated +[2020-09-02 16:51:45,653] '/u/Ashty1337' has given '/u/XtnRR504' lambda! +[2020-09-02 16:51:47,809] /u/XtnRR504 had their flair updated +[2020-09-02 16:55:21,903] There has been a new submission: 'If yall like to help and like it thnx', with flair 'None' +[2020-09-02 16:55:23,484] /u/BABYW99 had their submission removed for insufficient lambda. +[2020-09-02 16:55:25,131] /u/BABYW99 had their flair updated +[2020-09-02 16:59:19,269] '/u/playerinfinity707' has given '/u/WordHistorian' lambda! +[2020-09-02 16:59:19,956] /u/WordHistorian had their flair updated +[2020-09-02 17:03:41,126] '/u/CurrentOfficial' has given '/u/ForeverStrong15' lambda! +[2020-09-02 17:03:43,043] /u/ForeverStrong15 had their flair updated +[2020-09-02 17:05:36,611] '/u/CurrentOfficial' has given '/u/WordHistorian' lambda! +[2020-09-02 17:05:38,393] /u/WordHistorian had their flair updated +[2020-09-02 17:06:45,675] There has been a new submission: 'So I made a motivational post here recently and decided to make a video about it too :). Giving lambda to useful advice :D', with flair 'Video Critique' +[2020-09-02 17:06:45,967] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 17:06:45,970] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 17:06:46,076] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=G_RjZ4lyqaA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:06:46,190] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:06:48,200] /u/ShikharTrivedi had their flair updated +[2020-09-02 17:08:25,443] There has been a new submission: 'SUPPORT FOR SUPPORT !!', with flair 'Channel Review' +[2020-09-02 17:08:26,358] /u/GOLDxHATxPRODUCTIONS had their submission removed for insufficient lambda. +[2020-09-02 17:08:27,388] /u/GOLDxHATxPRODUCTIONS had their flair updated +[2020-09-02 17:10:51,845] There has been a new submission: 'Would like to know your opinions on my channel.', with flair 'Channel Review' +[2020-09-02 17:10:54,064] /u/Omar_Walid6 had their submission removed for insufficient lambda. +[2020-09-02 17:10:56,390] /u/Omar_Walid6 had their flair updated +[2020-09-02 17:12:15,879] '/u/PIXELPIGYT' has given '/u/Fullmoontobi1' lambda! +[2020-09-02 17:12:17,999] /u/Fullmoontobi1 had their flair updated +[2020-09-02 17:19:17,219] There has been a new submission: 'sub 4 sub', with flair 'Gaming' +[2020-09-02 17:19:18,019] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-09-02 17:19:18,708] /u/Stickbot04 had their flair updated +[2020-09-02 17:24:07,945] There has been a new submission: 'New 20s video about sneezing. As always give me your candid feedback!', with flair 'Video Critique' +[2020-09-02 17:24:08,423] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 17:24:08,424] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 17:24:08,516] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZGujz4PdS-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:24:08,652] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4zbkailMeIqOF2VNiNKlFw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:24:11,253] /u/lolaccounting had their flair updated +[2020-09-02 17:26:12,432] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-02 17:26:53,060] '/u/MajinBoom11' has given '/u/WordHistorian' lambda! +[2020-09-02 17:26:54,412] /u/WordHistorian had their flair updated +[2020-09-02 17:28:52,096] There has been a new submission: 'I do heavily edited subtitles for videos like the one seen here. Do you think they add to the quality or are the hours editing them not worth it?', with flair 'Gaming' +[2020-09-02 17:28:52,918] /u/Taizzzzzed had their submission removed for insufficient lambda. +[2020-09-02 17:28:53,769] /u/Taizzzzzed had their flair updated +[2020-09-02 17:29:00,064] '/u/Djbernie805' has given '/u/_eyogg_' lambda! +[2020-09-02 17:29:00,853] /u/_eyogg_ had their flair updated +[2020-09-02 17:31:24,628] '/u/Djbernie805' has given '/u/WordHistorian' lambda! +[2020-09-02 17:31:26,771] /u/WordHistorian had their flair updated +[2020-09-02 17:32:14,225] '/u/Djbernie805' has given '/u/ForeverStrong15' lambda! +[2020-09-02 17:32:16,323] /u/ForeverStrong15 had their flair updated +[2020-09-02 17:32:22,462] There has been a new submission: 'We are a new comedy channel, looking for some honest reviews. Let us know how we could improve.', with flair 'Channel Review' +[2020-09-02 17:32:24,339] /u/Huffmagic had their submission removed for insufficient lambda. +[2020-09-02 17:32:26,505] /u/Huffmagic had their flair updated +[2020-09-02 17:33:31,464] '/u/thecounselor6' has given '/u/siddhant1991' lambda! +[2020-09-02 17:33:33,466] /u/siddhant1991 had their flair updated +[2020-09-02 17:35:02,621] There has been a new submission: '(DBFZ) Videl and The Gods Among Us!!!! ft. A man with a SEXY ASS VOICE', with flair 'Gaming' +[2020-09-02 17:35:03,078] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 17:35:03,079] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 17:35:03,187] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GD4w4xBpylI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:35:03,312] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtHqIANPfFIzL562zGNURkQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 17:35:05,792] /u/Deecutz had their flair updated +[2020-09-02 17:35:21,718] There has been a new submission: 'Here’s a meme edit I made! Took a while but it was SUPER fun to make, hope you enjoy (LOUD SOUND WARNING)', with flair 'Gaming' +[2020-09-02 17:35:23,331] /u/Cryptik101 had their submission removed for insufficient lambda. +[2020-09-02 17:35:25,051] /u/Cryptik101 had their flair updated +[2020-09-02 17:35:33,448] '/u/thecounselor6' has given '/u/UhPerson' lambda! +[2020-09-02 17:35:35,206] /u/UhPerson had their flair updated +[2020-09-02 17:35:49,292] '/u/NarivaTV' has given '/u/WordHistorian' lambda! +[2020-09-02 17:35:50,953] /u/WordHistorian had their flair updated +[2020-09-02 17:37:30,927] There has been a new submission: 'MY EVERYDAY MAKEUP ROUTINE 2020 | BROWN SKIN FRIENDLY | HOW TO DO SIMPLE MAKEUP', with flair 'Video Critique' +[2020-09-02 17:37:32,979] /u/totallychelly had their submission removed for insufficient lambda. +[2020-09-02 17:37:34,362] /u/totallychelly had their flair updated +[2020-09-02 17:38:37,051] '/u/thecounselor6' has given '/u/Dayslate' lambda! +[2020-09-02 17:38:38,064] /u/Dayslate had their flair updated +[2020-09-02 17:39:27,544] '/u/thecounselor6' has given '/u/nixaryt' lambda! +[2020-09-02 17:39:28,255] /u/nixaryt had their flair updated +[2020-09-02 17:39:47,853] '/u/CurrentOfficial' has given '/u/XtnRR504' lambda! +[2020-09-02 17:39:48,347] /u/XtnRR504 had their flair updated +[2020-09-02 17:40:51,130] '/u/TeamRemavi' has given '/u/WordHistorian' lambda! +[2020-09-02 17:40:53,382] /u/WordHistorian had their flair updated +[2020-09-02 17:41:07,786] '/u/thecounselor6' has given '/u/ethnictourettes' lambda! +[2020-09-02 17:41:10,011] /u/ethnictourettes had their flair updated +[2020-09-02 17:41:38,099] '/u/TeamRemavi' has given '/u/HumbelGeniusYT' lambda! +[2020-09-02 17:41:40,331] /u/HumbelGeniusYT had their flair updated +[2020-09-02 17:41:47,701] '/u/thecounselor6' has given '/u/shadossplayz' lambda! +[2020-09-02 17:41:50,154] /u/shadossplayz had their flair updated +[2020-09-02 17:42:10,328] There has been a new submission: 'Like really 😂, should i keep this as thumbnail, or is there need to change it?', with flair 'Thumbnail Review' +[2020-09-02 17:42:12,372] /u/wander_af had their submission removed for insufficient lambda. +[2020-09-02 17:42:14,518] /u/wander_af had their flair updated +[2020-09-02 17:45:52,297] '/u/thecounselor6' has given '/u/ForeverStrong15' lambda! +[2020-09-02 17:45:53,943] /u/ForeverStrong15 had their flair updated +[2020-09-02 17:48:46,600] '/u/thecounselor6' has given '/u/XtnRR504' lambda! +[2020-09-02 17:48:47,514] /u/XtnRR504 had their flair updated +[2020-09-02 17:49:57,303] '/u/thecounselor6' has given '/u/Cryptik101' lambda! +[2020-09-02 17:49:57,691] /u/Cryptik101 had their flair updated +[2020-09-02 17:56:34,517] '/u/playerinfinity707' has given '/u/XtnRR504' lambda! +[2020-09-02 17:56:35,966] /u/XtnRR504 had their flair updated +[2020-09-02 17:58:52,271] '/u/lolaccounting' has given '/u/-BR25-' lambda! +[2020-09-02 17:58:53,141] /u/-BR25- had their flair updated +[2020-09-02 17:58:56,734] There has been a new submission: 'First Time in a Blue Trail // Mountain Biking in NYC // Cunningham Park', with flair 'Vlog' +[2020-09-02 17:58:57,676] /u/mjhossain had their submission removed for insufficient lambda. +[2020-09-02 17:58:58,511] /u/mjhossain had their flair updated +[2020-09-02 18:07:18,695] '/u/Djbernie805' has given '/u/vaish1601' lambda! +[2020-09-02 18:07:20,041] /u/vaish1601 had their flair updated +[2020-09-02 18:09:22,329] '/u/Unraveled_YT' has given '/u/fiwithme' lambda! +[2020-09-02 18:09:22,969] /u/fiwithme had their flair updated +[2020-09-02 18:09:52,387] There has been a new submission: 'CHICKEN TACOS🌮🌮🌮🌮 Do watch and give valuable feedbacks. And if you liked the video, do try it at home, though it isnt authentic mexican tacos', with flair 'Video Critique' +[2020-09-02 18:09:52,603] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 18:09:52,604] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 18:09:52,706] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aRLKUl8jBrk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:09:52,839] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsXz2azIvZD-b9EEHysiq1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:09:53,588] /u/vaish1601 had their flair updated +[2020-09-02 18:10:17,598] '/u/Unraveled_YT' has given '/u/CheapChopsticks' lambda! +[2020-09-02 18:10:19,894] /u/CheapChopsticks had their flair updated +[2020-09-02 18:10:37,230] There has been a new submission: 'Video Editor/Graphics Designer', with flair 'Gaming' +[2020-09-02 18:10:39,306] /u/Soluded had their submission removed for insufficient lambda. +[2020-09-02 18:10:41,584] /u/Soluded had their flair updated +[2020-09-02 18:11:01,902] '/u/Unraveled_YT' has given '/u/brovalley' lambda! +[2020-09-02 18:11:04,139] /u/brovalley had their flair updated +[2020-09-02 18:14:14,517] '/u/Unraveled_YT' has given '/u/jssollace' lambda! +[2020-09-02 18:14:16,431] /u/jssollace had their flair updated +[2020-09-02 18:17:25,288] '/u/Cap_America_AC' has given '/u/inspectorwho7' lambda! +[2020-09-02 18:17:26,686] /u/inspectorwho7 had their flair updated +[2020-09-02 18:18:06,857] '/u/Cap_America_AC' has given '/u/The_SoulboundSwordYT' lambda! +[2020-09-02 18:18:08,026] /u/The_SoulboundSwordYT had their flair updated +[2020-09-02 18:19:26,574] '/u/ShikharTrivedi' has given '/u/kevinlevinseven' lambda! +[2020-09-02 18:19:27,493] /u/kevinlevinseven had their flair updated +[2020-09-02 18:20:17,337] '/u/Cap_America_AC' has given '/u/Taz-The-Yorkie' lambda! +[2020-09-02 18:20:19,643] /u/Taz-The-Yorkie had their flair updated +[2020-09-02 18:20:57,298] There has been a new submission: 'Tour Of Los Angeles, Ten Amazing Facts You Must Know Before Going To "LA"', with flair 'Channel Review' +[2020-09-02 18:20:59,328] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-02 18:21:01,719] /u/Planet-com had their flair updated +[2020-09-02 18:21:24,863] '/u/Cap_America_AC' has given '/u/HyperionFM' lambda! +[2020-09-02 18:21:27,088] /u/HyperionFM had their flair updated +[2020-09-02 18:22:10,022] '/u/Cap_America_AC' has given '/u/HumbelGeniusYT' lambda! +[2020-09-02 18:22:12,166] /u/HumbelGeniusYT had their flair updated +[2020-09-02 18:22:31,745] There has been a new submission: 'I got recognized?', with flair 'Discussion' +[2020-09-02 18:22:34,824] /u/SomebodySeriousReal had their flair updated +[2020-09-02 18:24:29,502] There has been a new submission: 'The BEST Pew Pews in Rainbow Six Siege, my newest video is up just up honest opinions and feedback would be greatly appreciated', with flair 'Video Critique' +[2020-09-02 18:24:29,993] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 18:24:29,995] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 18:24:30,088] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sG4st7Abbw0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:24:30,194] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvPfyx0hIOeIT1aYBeXSHww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:24:32,839] /u/WellNata had their flair updated +[2020-09-02 18:24:41,848] '/u/Cap_America_AC' has given '/u/sirtimothy3' lambda! +[2020-09-02 18:24:43,671] /u/sirtimothy3 had their flair updated +[2020-09-02 18:26:23,604] There has been a new submission: 'AMC TC Mod Showcasing - Duke is Dead?! I know the audio is low, didn't do enough testing beyond headphones... getting started here. Just seeing if this video actually peaks peoples interest in the mod. I kinda know what would make things better, but just doing what I can right now.', with flair 'Gaming' +[2020-09-02 18:26:23,984] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 18:26:23,986] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 18:26:24,087] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WfTMjD1uqHo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:26:24,201] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC36Mq3fb-06AHoG4RTSV4iA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:26:26,352] /u/XtnRR504 had their flair updated +[2020-09-02 18:26:33,933] '/u/Cap_America_AC' has given '/u/ForeverStrong15' lambda! +[2020-09-02 18:26:35,450] /u/ForeverStrong15 had their flair updated +[2020-09-02 18:27:02,852] '/u/lolaccounting' has given '/u/finbud117' lambda! +[2020-09-02 18:27:04,289] /u/finbud117 had their flair updated +[2020-09-02 18:28:12,651] '/u/Cap_America_AC' has given '/u/MafiasFinestTV' lambda! +[2020-09-02 18:28:13,797] /u/MafiasFinestTV had their flair updated +[2020-09-02 18:28:35,316] There has been a new submission: 'Anllela Sagra Workout | Girls with muscle', with flair 'Video Critique' +[2020-09-02 18:28:36,236] /u/wordgeist had their submission removed for insufficient lambda. +[2020-09-02 18:28:37,276] /u/wordgeist had their flair updated +[2020-09-02 18:29:09,935] There has been a new submission: 'How can I improve my small channel?', with flair 'Channel Review' +[2020-09-02 18:29:10,740] /u/Band_0_War had their submission removed for insufficient lambda. +[2020-09-02 18:29:11,551] /u/Band_0_War had their flair updated +[2020-09-02 18:29:37,628] There has been a new submission: 'hyper scape [episode 1] 2 Kills', with flair 'Gaming' +[2020-09-02 18:29:38,424] /u/trxqn had their submission removed for insufficient lambda. +[2020-09-02 18:29:38,990] /u/trxqn had their flair updated +[2020-09-02 18:29:45,127] '/u/Cap_America_AC' has given '/u/gypster85' lambda! +[2020-09-02 18:29:45,614] /u/gypster85 had their flair updated +[2020-09-02 18:32:08,663] There has been a new submission: 'Can I receive feedback on my most recent upload?', with flair 'Video Critique' +[2020-09-02 18:32:10,622] /u/SaadPapi had their submission removed for insufficient lambda. +[2020-09-02 18:32:12,750] /u/SaadPapi had their flair updated +[2020-09-02 18:32:34,042] There has been a new submission: 'I wrote a video eassey on azula. And wanted to know what I can improve on for my next video. I do think adding music next time will help with emotional impact', with flair 'Video Critique' +[2020-09-02 18:32:34,633] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 18:32:34,635] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 18:32:34,733] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=9M7VfLfRM88&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:32:34,849] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBkTxmWPc1yD_UBuhIPj7eg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:32:37,824] /u/inspectorwho7 had their flair updated +[2020-09-02 18:33:42,071] There has been a new submission: 'My first Among Us video. Critique to your hearts content.', with flair 'Video Critique' +[2020-09-02 18:33:42,589] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 18:33:42,590] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 18:33:42,672] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-s0GAlYh8WE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:33:42,779] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHb5Anyxs_v3YPLOdtG1trQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 18:33:45,565] /u/potato74040 had their flair updated +[2020-09-02 18:36:32,233] '/u/dansometv' has given '/u/XtnRR504' lambda! +[2020-09-02 18:36:33,768] /u/XtnRR504 had their flair updated +[2020-09-02 18:47:41,110] +#################### +[Sep 02 2020 18:47:41] RESTARTED +#################### + +[2020-09-02 19:05:09,545] '/u/ThatLadMul' has given '/u/MrMoo-Youtube' lambda! +[2020-09-02 19:05:11,244] /u/MrMoo-Youtube had their flair updated +[2020-09-02 19:05:58,615] '/u/WellNata' has given '/u/Sinamon123' lambda! +[2020-09-02 19:06:00,243] /u/Sinamon123 had their flair updated +[2020-09-02 19:08:34,314] There has been a new submission: 'Any reason your video would gain traction and then suddenly fall off?', with flair 'Discussion' +[2020-09-02 19:08:35,443] /u/SendStory had their flair updated +[2020-09-02 19:16:37,877] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 2 - Kamala Khan (Full Game)', with flair 'Gaming' +[2020-09-02 19:16:39,347] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-02 19:16:40,815] /u/CecliusPlaysHD had their flair updated +[2020-09-02 19:24:14,224] There has been a new submission: 'I made a WAKE ME UP WHEN SEPTEMBER ENDS, QUARANTINE VERSION and general discussion', with flair 'Discussion' +[2020-09-02 19:24:16,601] /u/googlemedead had their flair updated +[2020-09-02 19:24:50,274] There has been a new submission: 'im making FREE banners to those who are active on my channel, this isn't for those who want a quick sub ok, this is if you genuinely want support on your channel.', with flair 'Video Critique' +[2020-09-02 19:24:50,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 19:24:50,736] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 19:24:50,832] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=l0aQSlMJhm4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:24:50,964] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-E_WobjNG7ESL06hNwBSbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:24:53,499] /u/shadossplayz had their flair updated +[2020-09-02 19:26:04,760] '/u/SpudnickShaggy' has given '/u/noot_noodles' lambda! +[2020-09-02 19:26:06,333] /u/noot_noodles had their flair updated +[2020-09-02 19:26:56,618] '/u/SpudnickShaggy' has given '/u/WubbzyHeat' lambda! +[2020-09-02 19:26:58,007] /u/WubbzyHeat had their flair updated +[2020-09-02 19:27:02,848] '/u/Cap_America_AC' has given '/u/Sinamon123' lambda! +[2020-09-02 19:27:04,315] /u/Sinamon123 had their flair updated +[2020-09-02 19:29:41,079] There has been a new submission: 'Channel suggestions', with flair 'Channel Review' +[2020-09-02 19:29:42,140] /u/The_SoulboundSwordYT had their flair updated +[2020-09-02 19:31:31,855] '/u/SpudnickShaggy' has given '/u/neo_one_one' lambda! +[2020-09-02 19:31:34,057] /u/neo_one_one had their flair updated +[2020-09-02 19:33:28,212] '/u/SpudnickShaggy' has given '/u/the_real_d247' lambda! +[2020-09-02 19:33:30,181] /u/the_real_d247 had their flair updated +[2020-09-02 19:34:07,617] '/u/SpudnickShaggy' has given '/u/usandtravelstories' lambda! +[2020-09-02 19:34:09,521] /u/usandtravelstories had their flair updated +[2020-09-02 19:35:16,105] There has been a new submission: 'My first upload, a little comedy sketch idea I had. Let me know what you think!', with flair 'Video Critique' +[2020-09-02 19:35:17,636] /u/leocflora had their submission removed for insufficient lambda. +[2020-09-02 19:35:19,346] /u/leocflora had their flair updated +[2020-09-02 19:35:52,543] '/u/SpudnickShaggy' has given '/u/WillWestInvest' lambda! +[2020-09-02 19:35:54,150] /u/WillWestInvest had their flair updated +[2020-09-02 19:40:12,046] There has been a new submission: 'We had 24 HOURS to create a viral, kit reveal. There was no chance for BTS footage - so would love your thoughts on whether we managed to get around it! Llambdas will be given for feedback! (Also looking to network with Photo/Video related channels)', with flair 'Video Critique' +[2020-09-02 19:40:12,853] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 19:40:12,854] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 19:40:12,961] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wzmQpWTrASI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:40:13,067] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbwm19zqbUY_lkIKnf3K8Cw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:40:16,381] /u/TRIO-Stories had their flair updated +[2020-09-02 19:40:28,151] '/u/SpudnickShaggy' has given '/u/Epazocoatl' lambda! +[2020-09-02 19:40:30,491] /u/Epazocoatl had their flair updated +[2020-09-02 19:41:45,219] There has been a new submission: 'Me and my girlfriend started an ambient channel couple of months ago (having candles as our niche) and I want to share with you our best video so far (since it's autumn already). We would love to hear any feedback on the idea, the content, the thumbnails and especially the titles we use. Thanks!', with flair 'Video Critique' +[2020-09-02 19:41:45,881] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 19:41:45,883] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 19:41:45,971] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qeZRHlBz8g4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:41:46,084] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrvqudL_U6SD9tmSt7z3V1A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:41:49,211] /u/W_C_K_D had their flair updated +[2020-09-02 19:43:24,708] There has been a new submission: 'Need some help!', with flair 'Discussion' +[2020-09-02 19:43:27,218] /u/tokiship had their flair updated +[2020-09-02 19:43:42,386] '/u/SpudnickShaggy' has given '/u/Snoo-914' lambda! +[2020-09-02 19:43:44,339] /u/Snoo-914 had their flair updated +[2020-09-02 19:46:03,352] '/u/SpudnickShaggy' has given '/u/redditBlueSpecs' lambda! +[2020-09-02 19:46:04,936] /u/redditBlueSpecs had their flair updated +[2020-09-02 19:47:11,820] There has been a new submission: 'What’s the LEAST frequent you can post and still steadily grow your channel?', with flair 'Discussion' +[2020-09-02 19:47:13,446] /u/TRIO-Stories had their flair updated +[2020-09-02 19:47:34,215] '/u/SpudnickShaggy' has given '/u/siddhant1991' lambda! +[2020-09-02 19:47:35,781] /u/siddhant1991 had their flair updated +[2020-09-02 19:49:45,395] There has been a new submission: 'Korra vs. Aang: The Final Verdict. My third video, looking for feedback!', with flair 'Video Critique' +[2020-09-02 19:49:45,591] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 19:49:45,592] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 19:49:45,691] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-1bJK6xfx3A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:49:45,836] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCt_gaFEeDR09hiunfAd0gcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 19:49:46,719] /u/doomstrangepresents had their flair updated +[2020-09-02 19:50:41,585] '/u/SpudnickShaggy' has given '/u/XtnRR504' lambda! +[2020-09-02 19:50:43,871] /u/XtnRR504 had their flair updated +[2020-09-02 19:52:17,445] There has been a new submission: 'Amazing New York City Spray Can Art in Manhattan', with flair 'Art' +[2020-09-02 19:52:19,382] /u/raghunc had their submission removed for insufficient lambda. +[2020-09-02 19:52:21,528] /u/raghunc had their flair updated +[2020-09-02 19:52:32,918] '/u/SpudnickShaggy' has given '/u/GoonedHaha' lambda! +[2020-09-02 19:52:34,996] /u/GoonedHaha had their flair updated +[2020-09-02 19:55:56,517] '/u/SpudnickShaggy' has given '/u/MrMoo-Youtube' lambda! +[2020-09-02 19:55:58,423] /u/MrMoo-Youtube had their flair updated +[2020-09-02 19:57:05,592] '/u/SpudnickShaggy' has given '/u/vaish1601' lambda! +[2020-09-02 19:57:06,944] /u/vaish1601 had their flair updated +[2020-09-02 19:57:56,040] There has been a new submission: 'Go help my friend loozorz junk grow. He post gaming stuff like undertale and subnautica.', with flair 'Gaming' +[2020-09-02 19:57:57,151] /u/ThatMemeKid101 had their submission removed for insufficient lambda. +[2020-09-02 19:57:58,476] /u/ThatMemeKid101 had their flair updated +[2020-09-02 19:59:11,953] '/u/SpudnickShaggy' has given '/u/shadossplayz' lambda! +[2020-09-02 19:59:12,684] /u/shadossplayz had their flair updated +[2020-09-02 19:59:16,230] There has been a new submission: 'ideas to make videos more interesting? (details in comments)', with flair 'Channel Review' +[2020-09-02 19:59:17,030] /u/geisterbilder had their submission removed for insufficient lambda. +[2020-09-02 19:59:17,814] /u/geisterbilder had their flair updated +[2020-09-02 20:08:20,743] There has been a new submission: 'Rock of Love comedy commentary Vid. (Profanity). Looking for feedback on voiceover, technical stuff etc. Thanks', with flair 'Video Critique' +[2020-09-02 20:08:20,945] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 20:08:20,946] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 20:08:21,034] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mkMcuiWhttw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:08:21,177] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqagz5tGEbb2AoJh_WN7JeQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:08:22,963] /u/HumbelGeniusYT had their flair updated +[2020-09-02 20:14:33,602] There has been a new submission: 'adivse or critic of my video or channel ... is the avatar great ? the position of the avatar on the video is fine ?', with flair 'Gaming' +[2020-09-02 20:14:34,056] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 20:14:34,057] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 20:14:34,157] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xRLfS_dKwiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:14:34,272] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnVzrCTx7GIapb0TAA0ABOA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:14:36,798] /u/Fullmoontobi1 had their flair updated +[2020-09-02 20:16:59,638] '/u/titomakanijr' has given '/u/ThatLadMul' lambda! +[2020-09-02 20:17:01,018] /u/ThatLadMul had their flair updated +[2020-09-02 20:17:09,205] '/u/W_C_K_D' has given '/u/TRIO-Stories' lambda! +[2020-09-02 20:17:10,621] /u/TRIO-Stories had their flair updated +[2020-09-02 20:20:31,804] '/u/SpudnickShaggy' has given '/u/Ashty1337' lambda! +[2020-09-02 20:20:34,119] /u/Ashty1337 had their flair updated +[2020-09-02 20:22:11,060] '/u/SpudnickShaggy' has given '/u/ForeverStrong15' lambda! +[2020-09-02 20:22:13,153] /u/ForeverStrong15 had their flair updated +[2020-09-02 20:23:53,875] '/u/SpudnickShaggy' has given '/u/Sinamon123' lambda! +[2020-09-02 20:23:55,785] /u/Sinamon123 had their flair updated +[2020-09-02 20:29:38,732] There has been a new submission: '"Fall Guys, But I Come First Every Time" is my newest video. I took some of your feedback into consideration. More feedback would be greatly appreciated as it really helps. Thanks :D', with flair 'Video Critique' +[2020-09-02 20:29:38,973] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 20:29:38,975] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 20:29:39,069] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cSg7dS3tAnk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:29:39,189] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvumxdYwkO2-UUBrCMM-r2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:29:40,126] /u/Sinamon123 had their flair updated +[2020-09-02 20:30:20,257] '/u/lolaccounting' has given '/u/XtnRR504' lambda! +[2020-09-02 20:30:22,605] /u/XtnRR504 had their flair updated +[2020-09-02 20:35:31,989] '/u/WellNata' has given '/u/ThatLadMul' lambda! +[2020-09-02 20:35:33,654] /u/ThatLadMul had their flair updated +[2020-09-02 20:37:19,510] There has been a new submission: 'Help and advice for a small YouTuber', with flair 'Channel Review' +[2020-09-02 20:37:20,700] /u/iiKing_Mj had their submission removed for insufficient lambda. +[2020-09-02 20:37:22,018] /u/iiKing_Mj had their flair updated +[2020-09-02 20:39:14,033] There has been a new submission: 'My second siege video some feedback will be great if you have time :)', with flair 'Video Critique' +[2020-09-02 20:39:14,242] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 20:39:14,244] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 20:39:14,353] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RS2aiER0rAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:39:14,476] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCybueHyckzRVRERPdIwUUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 20:39:15,566] /u/ThatLadMul had their flair updated +[2020-09-02 20:41:26,239] '/u/lolaccounting' has given '/u/MauiGainz' lambda! +[2020-09-02 20:41:28,435] /u/MauiGainz had their flair updated +[2020-09-02 20:43:22,902] There has been a new submission: 'Have you tried the 161 Challenge? I thought it was very easy but I couldn't even finish it and I want to share it', with flair 'Channel Review' +[2020-09-02 20:43:24,783] /u/Lorehot_896 had their submission removed for insufficient lambda. +[2020-09-02 20:43:26,769] /u/Lorehot_896 had their flair updated +[2020-09-02 20:47:41,101] +#################### +[Sep 02 2020 20:47:41] RESTARTED +#################### + +[2020-09-02 20:51:42,439] '/u/XtnRR504' has given '/u/yungrebel2050' lambda! +[2020-09-02 20:51:44,608] /u/yungrebel2050 had their flair updated +[2020-09-02 21:00:51,756] /u/Fullmoontobi1 had their flair updated +[2020-09-02 21:00:58,777] There has been a new submission: 'Beating Hackers | R6 Siege lambda for all I’m new to youtube currently on 19 subs and growing hope you guys enjoy', with flair 'Thumbnail Review' +[2020-09-02 21:00:59,243] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 21:00:59,246] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 21:00:59,545] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=M9XnUZ_FzjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 21:00:59,664] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 21:01:02,350] /u/MrMoo-Youtube had their flair updated +[2020-09-02 21:04:00,736] '/u/HumbelGeniusYT' has given '/u/yungrebel2050' lambda! +[2020-09-02 21:04:02,565] /u/yungrebel2050 had their flair updated +[2020-09-02 21:04:33,085] '/u/HumbelGeniusYT' has given '/u/Taz-The-Yorkie' lambda! +[2020-09-02 21:04:34,851] /u/Taz-The-Yorkie had their flair updated +[2020-09-02 21:05:29,364] There has been a new submission: 'How quickly I learnt the "art" of making youtube videos over the COVID 19 Quarantine', with flair 'Discussion' +[2020-09-02 21:05:31,354] /u/Lukegreen3703 had their flair updated +[2020-09-02 21:08:31,072] '/u/doomstrangepresents' has given '/u/inspectorwho7' lambda! +[2020-09-02 21:08:32,014] /u/inspectorwho7 had their flair updated +[2020-09-02 21:13:41,208] There has been a new submission: 'Help and advice', with flair 'Channel Review' +[2020-09-02 21:13:42,937] /u/iiKing_Mj had their submission removed for insufficient lambda. +[2020-09-02 21:13:44,853] /u/iiKing_Mj had their flair updated +[2020-09-02 21:21:56,535] There has been a new submission: 'I just made a greenhouse in Minecraft, what do you all think?', with flair 'None' +[2020-09-02 21:21:58,635] /u/JuggernautOrdinary59 had their submission removed for insufficient lambda. +[2020-09-02 21:22:00,764] /u/JuggernautOrdinary59 had their flair updated +[2020-09-02 21:25:12,896] '/u/HomekatProductions' has given '/u/HyperionFM' lambda! +[2020-09-02 21:25:14,604] /u/HyperionFM had their flair updated +[2020-09-02 21:26:28,320] '/u/HomekatProductions' has given '/u/sirtimothy3' lambda! +[2020-09-02 21:26:29,864] /u/sirtimothy3 had their flair updated +[2020-09-02 21:26:38,285] '/u/WordHistorian' has given '/u/XtnRR504' lambda! +[2020-09-02 21:26:39,742] /u/XtnRR504 had their flair updated +[2020-09-02 21:27:14,625] '/u/HomekatProductions' has given '/u/Sinamon123' lambda! +[2020-09-02 21:27:16,047] /u/Sinamon123 had their flair updated +[2020-09-02 21:31:29,557] /u/potato74040 had their flair updated +[2020-09-02 21:31:48,600] '/u/potato74040' has given '/u/ThatLadMul' lambda! +[2020-09-02 21:31:50,734] /u/ThatLadMul had their flair updated +[2020-09-02 21:38:50,577] There has been a new submission: 'BEAUTIFUL GAME | A Juggler's Tale Demo', with flair 'Gaming' +[2020-09-02 21:38:51,420] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-09-02 21:38:52,258] /u/SlaughterV2 had their flair updated +[2020-09-02 21:44:11,543] There has been a new submission: 'New Youtube vid', with flair 'Gaming' +[2020-09-02 21:44:13,192] /u/TTZERK had their submission removed for insufficient lambda. +[2020-09-02 21:44:15,043] /u/TTZERK had their flair updated +[2020-09-02 21:46:22,939] There has been a new submission: 'Dead By Daylight | NEW KILLER | Descend Beyond Trailer', with flair 'Gaming' +[2020-09-02 21:46:24,133] /u/shaunoxley had their submission removed for insufficient lambda. +[2020-09-02 21:46:25,623] /u/shaunoxley had their flair updated +[2020-09-02 21:52:18,373] There has been a new submission: '2020 MEGA TIN OPENING!!! (THESE TINS OF LOST MEMORIES GOT BE BACK INTO THE TCG!!!) [Yu-Gi-Oh!][TCG]', with flair 'Vlog' +[2020-09-02 21:52:20,301] /u/DarkSpyroPlays had their submission removed for insufficient lambda. +[2020-09-02 21:52:22,392] /u/DarkSpyroPlays had their flair updated +[2020-09-02 21:54:42,630] There has been a new submission: 'my sprite animation so so funny', with flair 'Channel Review' +[2020-09-02 21:54:44,236] /u/8bit-anim had their submission removed for insufficient lambda. +[2020-09-02 21:54:46,040] /u/8bit-anim had their flair updated +[2020-09-02 21:57:07,661] There has been a new submission: 'I was hiding from the cops and they caught me..', with flair 'Vlog' +[2020-09-02 21:57:08,877] /u/dawsxnroberts had their submission removed for insufficient lambda. +[2020-09-02 21:57:10,274] /u/dawsxnroberts had their flair updated +[2020-09-02 21:57:54,225] '/u/Cap_America_AC' has given '/u/SpamBuckett6' lambda! +[2020-09-02 21:57:55,408] /u/SpamBuckett6 had their flair updated +[2020-09-02 22:02:27,353] There has been a new submission: 'Editing my next video now, thought id get another round of feedback to help with the process.', with flair 'Video Critique' +[2020-09-02 22:02:27,952] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 22:02:27,953] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 22:02:28,033] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wUNtDLM4zC4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 22:02:28,163] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0rDtFtoKKwXOk__ikkrphA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 22:02:31,080] /u/BigWaff had their flair updated +[2020-09-02 22:02:59,313] There has been a new submission: 'Anyone wants to play Among Us and stream it + other collabs in the future?', with flair 'Collab' +[2020-09-02 22:03:01,881] /u/Rubenazo1999 had their flair updated +[2020-09-02 22:08:38,765] There has been a new submission: 'Among us hide and seek is hilarious XDD', with flair 'Gaming' +[2020-09-02 22:08:39,727] /u/Pi_guy69 had their submission removed for insufficient lambda. +[2020-09-02 22:08:40,703] /u/Pi_guy69 had their flair updated +[2020-09-02 22:16:04,883] There has been a new submission: 'Starting out a YT Channel around Arena FPS content', with flair 'Channel Review' +[2020-09-02 22:16:06,118] /u/HeartThrobGG had their submission removed for insufficient lambda. +[2020-09-02 22:16:07,723] /u/HeartThrobGG had their flair updated +[2020-09-02 22:16:16,211] '/u/BigWaff' has given '/u/Jimminycrickets411' lambda! +[2020-09-02 22:16:17,736] /u/Jimminycrickets411 had their flair updated +[2020-09-02 22:18:21,065] There has been a new submission: 'Commentary on upcoming game', with flair 'Gaming' +[2020-09-02 22:18:22,039] /u/Veloz_123 had their submission removed for insufficient lambda. +[2020-09-02 22:18:23,080] /u/Veloz_123 had their flair updated +[2020-09-02 22:19:24,737] There has been a new submission: 'Star Wars: Jedi Starfighter - A Pillsbury Jewview. I tried making this in like 3 days because I want to make more content quickly. I would be honored if you could tell me how I did.', with flair 'Video Critique' +[2020-09-02 22:19:24,942] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 22:19:24,943] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 22:19:25,043] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aS-c2JfPOFY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 22:19:25,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHA9yKTQZPTwC4ZasUrdByQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 22:19:26,203] /u/Jimminycrickets411 had their flair updated +[2020-09-02 22:20:05,430] There has been a new submission: 'uhm.. i do funny cool videos', with flair 'Gaming' +[2020-09-02 22:20:07,609] /u/zidane-yes had their submission removed for insufficient lambda. +[2020-09-02 22:20:09,919] /u/zidane-yes had their flair updated +[2020-09-02 22:32:02,750] There has been a new submission: 'relax a bit, here's some videos for you :)', with flair 'Art' +[2020-09-02 22:32:04,200] /u/usualgamer94 had their submission removed for insufficient lambda. +[2020-09-02 22:32:06,326] /u/usualgamer94 had their flair updated +[2020-09-02 22:47:41,406] +#################### +[Sep 02 2020 22:47:41] RESTARTED +#################### + +[2020-09-02 22:49:42,239] There has been a new submission: 'I don’t even know if youtube is for me anymore.', with flair 'Discussion' +[2020-09-02 22:49:42,911] /u/shadossplayz had their flair updated +[2020-09-02 22:50:28,302] '/u/BigWaff' has given '/u/soupgeorge' lambda! +[2020-09-02 22:50:30,577] /u/soupgeorge had their flair updated +[2020-09-02 23:02:18,053] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-02 23:03:54,032] There has been a new submission: 'Seth Everman simulator', with flair 'Gaming' +[2020-09-02 23:03:55,849] /u/brunolikesbento had their submission removed for insufficient lambda. +[2020-09-02 23:03:57,719] /u/brunolikesbento had their flair updated +[2020-09-02 23:08:31,814] There has been a new submission: 'Please check out this fan made music video for one of my favorite songs out there (UP - by Worthikids) please give me any critiques or criticisms', with flair 'Video Critique' +[2020-09-02 23:08:32,758] /u/mythumbsbleeding had their submission removed for insufficient lambda. +[2020-09-02 23:08:33,700] /u/mythumbsbleeding had their flair updated +[2020-09-02 23:12:06,667] There has been a new submission: 'Is this a good Channel Trailer?', with flair 'Channel Review' +[2020-09-02 23:12:08,584] /u/TheGamingSenate had their submission removed for insufficient lambda. +[2020-09-02 23:12:10,745] /u/TheGamingSenate had their flair updated +[2020-09-02 23:17:01,744] There has been a new submission: 'Come check out all the shenanigans me and Crypto have been upto this week guys!', with flair 'Gaming' +[2020-09-02 23:17:02,981] /u/cliffwob had their submission removed for insufficient lambda. +[2020-09-02 23:17:04,470] /u/cliffwob had their flair updated +[2020-09-02 23:20:37,151] There has been a new submission: 'help is my vid trash should i stop', with flair 'Video Critique' +[2020-09-02 23:20:39,189] /u/GoodOk410 had their submission removed for insufficient lambda. +[2020-09-02 23:20:41,498] /u/GoodOk410 had their flair updated +[2020-09-02 23:23:20,479] There has been a new submission: 'Just made a decent Apex Video', with flair 'Gaming' +[2020-09-02 23:23:22,226] /u/synystermorals had their submission removed for insufficient lambda. +[2020-09-02 23:23:24,203] /u/synystermorals had their flair updated +[2020-09-02 23:26:51,495] There has been a new submission: 'underground', with flair 'Art' +[2020-09-02 23:26:52,699] /u/princeevil666_ had their submission removed for insufficient lambda. +[2020-09-02 23:26:54,117] /u/princeevil666_ had their flair updated +[2020-09-02 23:37:42,437] '/u/Jimminycrickets411' has given '/u/Dayslate' lambda! +[2020-09-02 23:37:43,614] /u/Dayslate had their flair updated +[2020-09-02 23:40:40,847] There has been a new submission: 'I make video essay on game design. Here my latest one on final fantasy 7 remake and remake culture in gaming.', with flair 'Gaming' +[2020-09-02 23:40:41,791] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 23:40:41,794] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 23:40:41,904] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6CG7l08y11o&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 23:40:42,036] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-tI1AjiyRyqsLYNF4LaDQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 23:40:45,222] /u/Dayslate had their flair updated +[2020-09-02 23:41:37,715] There has been a new submission: 'I uploaded one of my best videos today', with flair 'Channel Review' +[2020-09-02 23:41:39,726] /u/CargoGoop had their submission removed for insufficient lambda. +[2020-09-02 23:41:41,911] /u/CargoGoop had their flair updated +[2020-09-02 23:47:50,347] There has been a new submission: 'Valorant.exe (Meme Video Games)', with flair 'Gaming' +[2020-09-02 23:47:51,353] /u/RAV3BOY had their submission removed for insufficient lambda. +[2020-09-02 23:47:52,533] /u/RAV3BOY had their flair updated +[2020-09-02 23:49:28,058] There has been a new submission: 'If you have a few seconds.. I'd highly appreciate some constructive criticism. This is a bit of a different realm of YT video I'm stepping into. I think I'm too close to the content to judge it fairly. Thanks for the time!', with flair 'Video Critique' +[2020-09-02 23:49:28,257] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-02 23:49:28,259] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-02 23:49:28,364] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4qW0oEK1jFc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 23:49:28,491] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSaUrlltLDESXg5j9CXOmKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-02 23:49:29,558] /u/_shitsplitter_ had their flair updated +[2020-09-03 00:02:41,085] '/u/lolaccounting' has given '/u/Meagcherry' lambda! +[2020-09-03 00:02:43,099] /u/Meagcherry had their flair updated +[2020-09-03 00:08:52,951] There has been a new submission: 'Recovery', with flair 'Gaming' +[2020-09-03 00:08:54,045] /u/TheSushiDoge had their submission removed for insufficient lambda. +[2020-09-03 00:08:54,887] /u/TheSushiDoge had their flair updated +[2020-09-03 00:10:42,683] There has been a new submission: 'Pandemic Shopping Adventures - Experimenting with some different content to start adding on my channel. One of my favorite videos as it's just me riffing.', with flair 'Video Critique' +[2020-09-03 00:10:43,257] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 00:10:43,259] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 00:10:43,360] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-fdm3YqX1-k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 00:10:43,469] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCDgy4wabftGNHs-DK7qSieQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 00:10:46,755] /u/Redmond93 had their flair updated +[2020-09-03 00:13:25,852] There has been a new submission: 'A channel recovery', with flair 'Collab' +[2020-09-03 00:13:28,681] /u/TheSushiDoge had their flair updated +[2020-09-03 00:33:45,927] There has been a new submission: 'Played 3 horrible horror flash games. Hope y’all enjoy you hear? Any feedback would be super beneficial. If I eat your subscription... that would make my mom smile.', with flair 'Video Critique' +[2020-09-03 00:33:46,468] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 00:33:46,469] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 00:33:46,558] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rz1bELlMiVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 00:33:46,684] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC73Yh1-7UK-kizjYpn1oX9A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 00:33:49,609] /u/Bernguz had their flair updated +[2020-09-03 00:34:56,090] There has been a new submission: 'I would love feedback for the non-gaming members of the community!', with flair 'Discussion' +[2020-09-03 00:34:58,278] /u/HotBeefy69 had their flair updated +[2020-09-03 00:47:41,159] +#################### +[Sep 03 2020 00:47:41] RESTARTED +#################### + +[2020-09-03 00:53:01,873] There has been a new submission: 'We have just started Youtube and would love any feedback/critiques of our latest video! (Thanks in advance!)', with flair 'Channel Review' +[2020-09-03 00:53:03,639] /u/ChannelMakeItHappen had their submission removed for insufficient lambda. +[2020-09-03 00:53:05,639] /u/ChannelMakeItHappen had their flair updated +[2020-09-03 00:53:46,455] There has been a new submission: 'If anyone could give me feedback on this it would be appreciated', with flair 'Gaming' +[2020-09-03 00:53:48,242] /u/JCBByTheWay had their submission removed for insufficient lambda. +[2020-09-03 00:53:50,150] /u/JCBByTheWay had their flair updated +[2020-09-03 00:54:42,255] There has been a new submission: 'Rooftop Warrior In Action (Avengers Part 2)', with flair 'Gaming' +[2020-09-03 00:54:43,849] /u/majin_hendrix had their submission removed for insufficient lambda. +[2020-09-03 00:54:45,653] /u/majin_hendrix had their flair updated +[2020-09-03 01:06:22,812] There has been a new submission: 'The second episode in my modded Minecraft survival series where I make a dinosaur theme park. New episode on Friday', with flair 'Gaming' +[2020-09-03 01:06:24,431] /u/TheRubiksKid had their submission removed for insufficient lambda. +[2020-09-03 01:06:25,940] /u/TheRubiksKid had their flair updated +[2020-09-03 01:08:23,055] There has been a new submission: 'How to Think Positively in Negative Situations- Reframing', with flair 'Art' +[2020-09-03 01:08:23,923] /u/TheBartonBluprint had their submission removed for insufficient lambda. +[2020-09-03 01:08:24,930] /u/TheBartonBluprint had their flair updated +[2020-09-03 01:15:37,432] There has been a new submission: 'New Warzone 2v2 Gunfight tournament getting Spoiled rotten Bruen blueprint!', with flair 'Gaming' +[2020-09-03 01:15:38,897] /u/Smizzle265 had their submission removed for insufficient lambda. +[2020-09-03 01:15:40,547] /u/Smizzle265 had their flair updated +[2020-09-03 01:17:41,281] There has been a new submission: 'We got Goliath (the tank) up and working ready to use the enemy's weapons against them.', with flair 'Gaming' +[2020-09-03 01:17:42,311] /u/Nakoda3 had their submission removed for insufficient lambda. +[2020-09-03 01:17:43,586] /u/Nakoda3 had their flair updated +[2020-09-03 01:20:49,106] '/u/CurrentOfficial' has given '/u/Spookerstar' lambda! +[2020-09-03 01:20:51,339] /u/Spookerstar had their flair updated +[2020-09-03 01:23:22,258] '/u/Jimminycrickets411' has given '/u/dbwotjr7' lambda! +[2020-09-03 01:23:24,233] /u/dbwotjr7 had their flair updated +[2020-09-03 01:23:29,915] There has been a new submission: 'Made a Garry's Mod video that I put a lot of effort into editing, just lookin for general feedback on if the edits are good and if the vid is attention grabbing. Thanks!', with flair 'Video Critique' +[2020-09-03 01:23:31,781] /u/dacoobers had their submission removed for insufficient lambda. +[2020-09-03 01:23:33,754] /u/dacoobers had their flair updated +[2020-09-03 01:27:31,380] There has been a new submission: 'I Completed Morgz New Game So You Don't.... (Morgz Ultimate Challenge)', with flair 'Video Critique' +[2020-09-03 01:27:32,407] /u/Jaiden22Howes had their submission removed for insufficient lambda. +[2020-09-03 01:27:33,691] /u/Jaiden22Howes had their flair updated +[2020-09-03 01:44:56,676] '/u/SpudnickShaggy' has given '/u/Spookerstar' lambda! +[2020-09-03 01:44:58,663] /u/Spookerstar had their flair updated +[2020-09-03 01:47:25,247] There has been a new submission: '"Glory" Valorant Montage , my newest video is up just up honest opinions and feedback would be greatly appreciated givin some lambda', with flair 'Gaming' +[2020-09-03 01:47:25,482] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 01:47:25,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 01:47:25,578] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_kkmIxkiYug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 01:47:25,723] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgoJDKvOkTp2jLNiHfGGThg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 01:47:27,445] /u/Spookerstar had their flair updated +[2020-09-03 01:48:13,095] There has been a new submission: 'Come check out episode 2 of my Remnant From the Ashes Subject 2923 blind playthrough!', with flair 'Gaming' +[2020-09-03 01:48:14,660] /u/StainlessPot16 had their submission removed for insufficient lambda. +[2020-09-03 01:48:15,729] /u/StainlessPot16 had their flair updated +[2020-09-03 01:50:24,479] '/u/doomstrangepresents' has given '/u/Meagcherry' lambda! +[2020-09-03 01:50:26,809] /u/Meagcherry had their flair updated +[2020-09-03 01:51:27,731] There has been a new submission: 'Made a video on the paper Mario series, would love some critiques :)', with flair 'Video Critique' +[2020-09-03 01:51:29,753] /u/grimsocket had their submission removed for insufficient lambda. +[2020-09-03 01:51:31,928] /u/grimsocket had their flair updated +[2020-09-03 01:52:34,435] '/u/doomstrangepresents' has given '/u/dbwotjr7' lambda! +[2020-09-03 01:52:36,518] /u/dbwotjr7 had their flair updated +[2020-09-03 01:59:05,959] There has been a new submission: '!givelambda if you can tell me why I'm just not gaining subscribers in your opinion. Rewards and trophies to the best commenters.', with flair 'Video Critique' +[2020-09-03 01:59:06,163] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 01:59:06,164] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 01:59:06,247] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4sXwO_ySY5w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 01:59:06,354] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFoDBvSeKBXU3uwzzCJZj-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 01:59:07,496] /u/FindAKidneyDonor-Com had their flair updated +[2020-09-03 02:00:58,274] '/u/_eyogg_' has given '/u/Spotcam1' lambda! +[2020-09-03 02:01:00,510] /u/Spotcam1 had their flair updated +[2020-09-03 02:01:23,180] '/u/_eyogg_' has given '/u/WordHistorian' lambda! +[2020-09-03 02:01:25,225] /u/WordHistorian had their flair updated +[2020-09-03 02:01:44,118] '/u/_eyogg_' has given '/u/rondislap' lambda! +[2020-09-03 02:01:46,293] /u/rondislap had their flair updated +[2020-09-03 02:01:57,151] There has been a new submission: 'Marvel Weapons Only! Please like and subscribe! Have a good day!', with flair 'Gaming' +[2020-09-03 02:01:58,648] /u/Lionsharkhhh had their submission removed for insufficient lambda. +[2020-09-03 02:02:00,775] /u/Lionsharkhhh had their flair updated +[2020-09-03 02:02:32,632] There has been a new submission: 'The luck continues!!! Pokemon X randomizer nuzlocke ep.2', with flair 'Gaming' +[2020-09-03 02:02:34,527] /u/dremu3612 had their submission removed for insufficient lambda. +[2020-09-03 02:02:36,612] /u/dremu3612 had their flair updated +[2020-09-03 02:19:26,076] There has been a new submission: 'Tell Me Why Part 2: The Revenge', with flair 'Gaming' +[2020-09-03 02:19:26,910] /u/UltravioletRooster had their submission removed for insufficient lambda. +[2020-09-03 02:19:27,589] /u/UltravioletRooster had their flair updated +[2020-09-03 02:29:12,873] There has been a new submission: 'What has happened to Sonic? (My longest video I’ve made yet and it took me 15 hours total, but I had fun nonetheless. Any feedback or interaction is greatly appreciated, that’s all I wanted to say, thanks for your time.)', with flair 'Gaming' +[2020-09-03 02:29:13,670] /u/blu3v1vacity had their submission removed for insufficient lambda. +[2020-09-03 02:29:14,375] /u/blu3v1vacity had their flair updated +[2020-09-03 02:35:05,350] There has been a new submission: 'Cool mjonir easter egg', with flair 'Gaming' +[2020-09-03 02:35:06,916] /u/Theirishlizard had their submission removed for insufficient lambda. +[2020-09-03 02:35:08,629] /u/Theirishlizard had their flair updated +[2020-09-03 02:35:17,924] There has been a new submission: 'Fall Guys - Winner Winner Chicken Dinner', with flair 'Gaming' +[2020-09-03 02:35:19,463] /u/life_is_somewhat_fun had their submission removed for insufficient lambda. +[2020-09-03 02:35:21,163] /u/life_is_somewhat_fun had their flair updated +[2020-09-03 02:39:22,047] There has been a new submission: 'I'm a small commentary channel that's been uploading for almost 2 years. And in the last few months, I've been uploading more frequently. If you're willing to help and support the channel, please do so.', with flair 'Channel Review' +[2020-09-03 02:39:22,827] /u/Prozmadik had their submission removed for insufficient lambda. +[2020-09-03 02:39:23,480] /u/Prozmadik had their flair updated +[2020-09-03 02:41:42,703] '/u/FindAKidneyDonor-Com' has given '/u/MaximumNormal6736' lambda! +[2020-09-03 02:41:44,864] /u/MaximumNormal6736 had their flair updated +[2020-09-03 02:41:53,123] '/u/HumbelGeniusYT' has given '/u/WordHistorian' lambda! +[2020-09-03 02:41:55,261] /u/WordHistorian had their flair updated +[2020-09-03 02:43:57,231] /u/Jimminycrickets411 had their flair updated +[2020-09-03 02:44:50,716] '/u/Jimminycrickets411' has given '/u/dacoobers' lambda! +[2020-09-03 02:44:52,600] /u/dacoobers had their flair updated +[2020-09-03 02:46:08,908] There has been a new submission: 'This channel plays Minecraft and he only has 111 subscribers or 113 his name is keyboard abuser or her name I don't know', with flair 'Gaming' +[2020-09-03 02:46:10,385] /u/an_sad_chickin_-_-_ had their submission removed for insufficient lambda. +[2020-09-03 02:46:11,937] /u/an_sad_chickin_-_-_ had their flair updated +[2020-09-03 02:47:42,093] +#################### +[Sep 03 2020 02:47:42] RESTARTED +#################### + +[2020-09-03 02:51:32,810] There has been a new submission: 'Bridging dead bug by Dr.Ashok Kumar || Spine & Joints Physio Studio', with flair 'Gaming' +[2020-09-03 02:51:34,745] /u/b_prabhusankar had their submission removed for insufficient lambda. +[2020-09-03 02:51:36,895] /u/b_prabhusankar had their flair updated +[2020-09-03 02:55:09,232] There has been a new submission: 'Quick 4 Product Evening Cruelty Free Skincare Routine for Over 30’s || Kabuki Rune 🌿', with flair 'Thumbnail Review' +[2020-09-03 02:55:10,701] /u/kabukirune had their submission removed for insufficient lambda. +[2020-09-03 02:55:12,480] /u/kabukirune had their flair updated +[2020-09-03 02:59:52,972] There has been a new submission: 'If Keemstar Reported Football News (Hey guys I made this video where I imitated Keemstar)', with flair 'Video Critique' +[2020-09-03 02:59:53,666] /u/WizCantinflas9 had their submission removed for insufficient lambda. +[2020-09-03 02:59:54,049] /u/WizCantinflas9 had their flair updated +[2020-09-03 03:04:03,841] There has been a new submission: 'Good critique gets lambda.', with flair 'Video Critique' +[2020-09-03 03:04:04,331] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 03:04:04,334] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 03:04:04,448] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DuztSvLw_g8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 03:04:04,571] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpfW-IGZieITShjMjPTvV-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 03:04:07,185] /u/rondislap had their flair updated +[2020-09-03 03:15:10,694] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16.0)",),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-03 03:18:27,216] There has been a new submission: 'YoYo Fitness academy', with flair 'Gaming' +[2020-09-03 03:18:28,112] /u/b_prabhusankar had their submission removed for insufficient lambda. +[2020-09-03 03:18:29,055] /u/b_prabhusankar had their flair updated +[2020-09-03 03:28:00,142] There has been a new submission: 'Howdy! A video (my latest) on my desk build for work from home. Please lmk your thoughts 🤗', with flair 'Video Critique' +[2020-09-03 03:28:01,479] /u/whenravenchats had their submission removed for insufficient lambda. +[2020-09-03 03:28:02,636] /u/whenravenchats had their flair updated +[2020-09-03 03:28:35,253] There has been a new submission: 'Who wants to do a gaming collab', with flair 'Collab' +[2020-09-03 03:28:36,363] /u/Aiderraider had their flair updated +[2020-09-03 03:29:56,698] There has been a new submission: 'Welcome to Mynameskathrynn tv', with flair 'Vlog' +[2020-09-03 03:29:57,211] /u/rico5377 had their submission removed for insufficient lambda. +[2020-09-03 03:29:57,608] /u/rico5377 had their flair updated +[2020-09-03 03:41:26,937] There has been a new submission: 'When I started about 7 months ago there was a YouTuber on here giving other people’s channels feedback. I just hit 4k subs recently & wanted to return the favor. It’s not much, but I feel like I’m starting to get the hang of it so ask me anything & I’ll give you whatever feedback you need.', with flair 'Discussion' +[2020-09-03 03:41:29,815] /u/michellesmacarons had their flair updated +[2020-09-03 03:45:33,095] '/u/ShikharTrivedi' has given '/u/ThatLadMul' lambda! +[2020-09-03 03:45:34,735] /u/ThatLadMul had their flair updated +[2020-09-03 03:46:30,186] There has been a new submission: 'Feeling a bit discouraged but.....', with flair 'Channel Review' +[2020-09-03 03:46:32,456] /u/crowmeragaming had their submission removed for insufficient lambda. +[2020-09-03 03:46:33,940] /u/crowmeragaming had their flair updated +[2020-09-03 03:59:44,139] There has been a new submission: 'Do check it out and tell me what you think and ways I can improve', with flair 'Video Critique' +[2020-09-03 03:59:44,860] /u/beardmanshark had their submission removed for insufficient lambda. +[2020-09-03 03:59:45,320] /u/beardmanshark had their flair updated +[2020-09-03 04:09:01,301] '/u/vaish1601' has given '/u/SP_music' lambda! +[2020-09-03 04:09:02,116] /u/SP_music had their flair updated +[2020-09-03 04:12:52,738] There has been a new submission: 'Thinking of Re-Branding', with flair 'Discussion' +[2020-09-03 04:12:55,314] /u/StallingJ had their flair updated +[2020-09-03 04:15:14,857] There has been a new submission: 'Is RBT more then a Madden Scientist? | RBT Career Simulation Madden 21 Franchise', with flair 'Gaming' +[2020-09-03 04:15:16,442] /u/EthanCox50 had their submission removed for insufficient lambda. +[2020-09-03 04:15:18,114] /u/EthanCox50 had their flair updated +[2020-09-03 04:15:28,214] There has been a new submission: 'Jorts Gaming!', with flair 'Channel Review' +[2020-09-03 04:15:29,638] /u/Bedazzledjorts had their submission removed for insufficient lambda. +[2020-09-03 04:15:31,317] /u/Bedazzledjorts had their flair updated +[2020-09-03 04:24:04,378] '/u/FindAKidneyDonor-Com' has given '/u/Meagcherry' lambda! +[2020-09-03 04:24:06,270] /u/Meagcherry had their flair updated +[2020-09-03 04:25:23,776] '/u/FindAKidneyDonor-Com' has given '/u/whenravenchats' lambda! +[2020-09-03 04:25:25,473] /u/whenravenchats had their flair updated +[2020-09-03 04:25:39,783] There has been a new submission: 'I made a short film for suicide prevention month. Lambda for thoughtful critique.', with flair 'Video Critique' +[2020-09-03 04:25:40,127] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 04:25:40,128] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 04:25:40,225] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jdyxA6GjSEE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 04:25:40,346] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCH6o71ui_vx7dIdeDSFtExA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 04:25:42,655] /u/Meagcherry had their flair updated +[2020-09-03 04:26:06,928] '/u/FindAKidneyDonor-Com' has given '/u/WordHistorian' lambda! +[2020-09-03 04:26:08,529] /u/WordHistorian had their flair updated +[2020-09-03 04:29:54,756] There has been a new submission: 'Anyone got any ideas on more what I should do I’m most doing meme reviews do you guys have any tips on what else I can do or such?', with flair 'Channel Review' +[2020-09-03 04:29:55,336] /u/bce-flims had their submission removed for insufficient lambda. +[2020-09-03 04:29:55,688] /u/bce-flims had their flair updated +[2020-09-03 04:30:48,508] There has been a new submission: 'Where to post?', with flair 'Gaming' +[2020-09-03 04:30:50,742] /u/Bedazzledjorts had their submission removed for insufficient lambda. +[2020-09-03 04:30:52,982] /u/Bedazzledjorts had their flair updated +[2020-09-03 04:44:21,357] There has been a new submission: 'Uno with friends!', with flair 'Gaming' +[2020-09-03 04:44:23,383] /u/BigGabe12105 had their submission removed for insufficient lambda. +[2020-09-03 04:44:25,208] /u/BigGabe12105 had their flair updated +[2020-09-03 04:47:41,574] +#################### +[Sep 03 2020 04:47:41] RESTARTED +#################### + +[2020-09-03 04:49:30,627] There has been a new submission: 'My kid channel', with flair 'Channel Review' +[2020-09-03 04:49:31,294] /u/lisan4teenz had their submission removed for insufficient lambda. +[2020-09-03 04:49:31,841] /u/lisan4teenz had their flair updated +[2020-09-03 04:52:58,254] There has been a new submission: 'New Video!', with flair 'Gaming' +[2020-09-03 04:53:00,063] /u/debjyotisikdar had their submission removed for insufficient lambda. +[2020-09-03 04:53:02,054] /u/debjyotisikdar had their flair updated +[2020-09-03 04:53:19,301] There has been a new submission: 'A CRAPPY TIME. | Death Flush', with flair 'Gaming' +[2020-09-03 04:53:21,021] /u/scrunchogaming had their submission removed for insufficient lambda. +[2020-09-03 04:53:22,972] /u/scrunchogaming had their flair updated +[2020-09-03 05:07:34,283] There has been a new submission: 'Pls help me pls', with flair 'Channel Review' +[2020-09-03 05:07:35,305] /u/Practical_Height3146 had their submission removed for insufficient lambda. +[2020-09-03 05:07:36,549] /u/Practical_Height3146 had their flair updated +[2020-09-03 05:18:24,924] There has been a new submission: 'My gfs 1st yt video', with flair 'Channel Review' +[2020-09-03 05:18:25,840] /u/ZavierPlaysYT had their submission removed for insufficient lambda. +[2020-09-03 05:18:26,879] /u/ZavierPlaysYT had their flair updated +[2020-09-03 05:37:54,586] '/u/potato74040' has given '/u/dbwotjr7' lambda! +[2020-09-03 05:37:55,723] /u/dbwotjr7 had their flair updated +[2020-09-03 05:38:32,855] '/u/Fullmoontobi1' has given '/u/Spookerstar' lambda! +[2020-09-03 05:38:33,845] /u/Spookerstar had their flair updated +[2020-09-03 05:39:20,714] '/u/Fullmoontobi1' has given '/u/Lorehot_896' lambda! +[2020-09-03 05:39:21,427] /u/Lorehot_896 had their flair updated +[2020-09-03 05:40:43,139] '/u/Fullmoontobi1' has given '/u/Bedazzledjorts' lambda! +[2020-09-03 05:40:45,400] /u/Bedazzledjorts had their flair updated +[2020-09-03 06:01:03,015] '/u/Dayslate' has given '/u/dacoobers' lambda! +[2020-09-03 06:01:05,238] /u/dacoobers had their flair updated +[2020-09-03 06:02:08,402] There has been a new submission: 'SHOULD I KEEP UPLOADING?', with flair 'Channel Review' +[2020-09-03 06:02:09,903] /u/Delsama had their submission removed for insufficient lambda. +[2020-09-03 06:02:12,004] /u/Delsama had their flair updated +[2020-09-03 06:03:19,352] '/u/Dayslate' has given '/u/headchala1986' lambda! +[2020-09-03 06:03:21,314] /u/headchala1986 had their flair updated +[2020-09-03 06:07:20,447] There has been a new submission: 'Do We Really Need Apple? Watch This', with flair 'Video Critique' +[2020-09-03 06:07:21,599] /u/ivishwak had their submission removed for insufficient lambda. +[2020-09-03 06:07:22,920] /u/ivishwak had their flair updated +[2020-09-03 06:19:21,031] '/u/SomebodySeriousReal' has given '/u/Wild_Istria' lambda! +[2020-09-03 06:19:21,676] /u/Wild_Istria had their flair updated +[2020-09-03 06:31:46,393] '/u/MrMoo-Youtube' has given '/u/dacoobers' lambda! +[2020-09-03 06:31:48,454] /u/dacoobers had their flair updated +[2020-09-03 06:32:09,832] '/u/MrMoo-Youtube' has given '/u/MaximumNormal6736' lambda! +[2020-09-03 06:32:11,923] /u/MaximumNormal6736 had their flair updated +[2020-09-03 06:32:35,467] '/u/MrMoo-Youtube' has given '/u/HappyPantzInc' lambda! +[2020-09-03 06:32:37,531] /u/HappyPantzInc had their flair updated +[2020-09-03 06:33:02,523] /u/HappyPantzInc had their flair updated +[2020-09-03 06:41:37,338] There has been a new submission: 'Ghost of Tsushima - Liberate kishibe village', with flair 'Gaming' +[2020-09-03 06:41:39,278] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-03 06:41:41,423] /u/naruto_naruto_123 had their flair updated +[2020-09-03 06:42:47,417] There has been a new submission: 'Ghost of Tsushima - Liberate kishibe village', with flair 'Gaming' +[2020-09-03 06:42:50,233] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-03 06:42:52,259] /u/naruto_naruto_123 had their flair updated +[2020-09-03 06:47:41,951] +#################### +[Sep 03 2020 06:47:41] RESTARTED +#################### + +[2020-09-03 07:06:35,001] /u/Meagcherry had their flair updated +[2020-09-03 07:18:14,631] There has been a new submission: 'Nivoia Music - Dreams Coming Out (Fusion OST)', with flair 'Gaming' +[2020-09-03 07:18:15,588] /u/fearoftheblood had their submission removed for insufficient lambda. +[2020-09-03 07:18:16,668] /u/fearoftheblood had their flair updated +[2020-09-03 07:22:33,553] There has been a new submission: '(VIDEO CRITIQUE) Hey guys, tried a new trailer type game-play video. Some feedback would mean alot to me : ). Have a nice day Y'all !!', with flair 'Video Critique' +[2020-09-03 07:22:35,332] /u/Moshakamrai had their submission removed for insufficient lambda. +[2020-09-03 07:22:37,423] /u/Moshakamrai had their flair updated +[2020-09-03 07:27:31,321] There has been a new submission: 'Have you ever seen a white kiwi before? There’s only one in the world and I’ve just uploaded a new vlog about my trip to a nature reserve to see her! There’s lots of other New Zealand wildlife to see too, would love if you checked it out. Let me know if you post nature videos too!', with flair 'Vlog' +[2020-09-03 07:27:32,660] /u/outdoorswithsum had their submission removed for insufficient lambda. +[2020-09-03 07:27:33,916] /u/outdoorswithsum had their flair updated +[2020-09-03 07:56:48,019] '/u/W_C_K_D' has given '/u/WordHistorian' lambda! +[2020-09-03 07:56:49,490] /u/WordHistorian had their flair updated +[2020-09-03 08:05:30,273] There has been a new submission: 'How do people do reviews on shows and stuff on netflix?', with flair 'Discussion' +[2020-09-03 08:05:32,288] /u/Narband had their flair updated +[2020-09-03 08:20:22,058] There has been a new submission: 'Firsg Rainbow Six Siege edit', with flair 'Gaming' +[2020-09-03 08:20:24,453] /u/FoodMombler had their submission removed for insufficient lambda. +[2020-09-03 08:20:26,760] /u/FoodMombler had their flair updated +[2020-09-03 08:30:38,113] There has been a new submission: 'Hey guys!! I started a YouTube channel some time ago, and I've uploaded 10-12 video but all my total views calculate to about 270views which I think is low? And can Some of you guys critique my channel or a view a video and tell me what should I do to get more views and get regcognized?', with flair 'Video Critique' +[2020-09-03 08:30:40,160] /u/gamingspyro6 had their submission removed for insufficient lambda. +[2020-09-03 08:30:42,422] /u/gamingspyro6 had their flair updated +[2020-09-03 08:45:20,433] There has been a new submission: 'How to export the best HD video for YouTube! | Premiere Pro 2020', with flair 'Video Critique' +[2020-09-03 08:45:21,951] /u/ditirr had their submission removed for insufficient lambda. +[2020-09-03 08:45:23,671] /u/ditirr had their flair updated +[2020-09-03 08:47:21,627] There has been a new submission: 'New Video!', with flair 'Gaming' +[2020-09-03 08:47:22,713] /u/SerpoLive had their submission removed for insufficient lambda. +[2020-09-03 08:47:24,960] /u/SerpoLive had their flair updated +[2020-09-03 08:47:41,739] +#################### +[Sep 03 2020 08:47:41] RESTARTED +#################### + +[2020-09-03 08:53:32,457] '/u/_shitsplitter_' has given '/u/Meagcherry' lambda! +[2020-09-03 08:53:34,401] /u/Meagcherry had their flair updated +[2020-09-03 08:54:57,127] '/u/_shitsplitter_' has given '/u/whenravenchats' lambda! +[2020-09-03 08:54:58,887] /u/whenravenchats had their flair updated +[2020-09-03 08:56:11,053] '/u/_shitsplitter_' has given '/u/dbwotjr7' lambda! +[2020-09-03 08:56:12,619] /u/dbwotjr7 had their flair updated +[2020-09-03 08:56:45,860] There has been a new submission: 'Insane Comeback | R6 Siege lambda for all on my way to 20 subs', with flair 'Gaming' +[2020-09-03 08:56:47,101] /u/MrMoo-Youtube had their submission removed for insufficient lambda. +[2020-09-03 08:56:48,559] /u/MrMoo-Youtube had their flair updated +[2020-09-03 09:00:21,758] There has been a new submission: 'Baymax VS Dark Baymax | Kingdom Hearts 3 | Part 27', with flair 'Gaming' +[2020-09-03 09:00:24,300] /u/danaanahita had their submission removed for insufficient lambda. +[2020-09-03 09:00:26,570] /u/danaanahita had their flair updated +[2020-09-03 09:09:35,299] There has been a new submission: 'I finally entered the world of Youtube in my mid 20s! Weekly content coming up!', with flair 'Gaming' +[2020-09-03 09:09:35,964] /u/MavXStudios had their submission removed for insufficient lambda. +[2020-09-03 09:09:36,581] /u/MavXStudios had their flair updated +[2020-09-03 09:19:09,863] '/u/Dayslate' has given '/u/tasbiq' lambda! +[2020-09-03 09:19:10,607] /u/tasbiq had their flair updated +[2020-09-03 09:28:40,865] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-03 10:19:50,590] There has been a new submission: 'what are the best times to upload videos on you tube?', with flair 'Discussion' +[2020-09-03 10:19:51,183] /u/farpooq had their flair updated +[2020-09-03 10:27:20,123] There has been a new submission: 'Valorant [Review] ( Pristine feet edition® ) | My second YT video, I really wanna hear your opinion', with flair 'Gaming' +[2020-09-03 10:27:20,357] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 10:27:20,359] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 10:27:20,453] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=eSTGc7mmwJA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 10:27:20,558] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLC4u_WpEozXxY2-nuQUI2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 10:27:22,820] /u/Noxidy had their flair updated +[2020-09-03 10:33:33,385] There has been a new submission: 'Hi, this is my second video about learning finnish, this time about cases. Enjoy.', with flair 'Vlog' +[2020-09-03 10:33:35,069] /u/I_love_challenges had their submission removed for insufficient lambda. +[2020-09-03 10:33:37,037] /u/I_love_challenges had their flair updated +[2020-09-03 10:44:46,575] There has been a new submission: 'The History of Coffee - Just trying to grow my educational channel', with flair 'Video Critique' +[2020-09-03 10:44:48,202] /u/Orbis_Studio had their submission removed for insufficient lambda. +[2020-09-03 10:44:49,963] /u/Orbis_Studio had their flair updated +[2020-09-03 10:47:41,829] +#################### +[Sep 03 2020 10:47:41] RESTARTED +#################### + +[2020-09-03 10:54:26,040] '/u/Sinamon123' has given '/u/SpamBuckett6' lambda! +[2020-09-03 10:54:27,851] /u/SpamBuckett6 had their flair updated +[2020-09-03 10:55:27,328] '/u/Sinamon123' has given '/u/TheMagicTurtle1' lambda! +[2020-09-03 10:55:28,994] /u/TheMagicTurtle1 had their flair updated +[2020-09-03 10:56:10,151] '/u/Sinamon123' has given '/u/Spookerstar' lambda! +[2020-09-03 10:56:11,697] /u/Spookerstar had their flair updated +[2020-09-03 11:13:23,301] There has been a new submission: 'The 1975 - Its Not Living If Its Not With You (Acoustic Cover by CONSI)', with flair 'Video Critique' +[2020-09-03 11:13:25,569] /u/benconsidine had their submission removed for insufficient lambda. +[2020-09-03 11:13:27,573] /u/benconsidine had their flair updated +[2020-09-03 11:14:41,397] There has been a new submission: 'Best 3 Keyboard Positions for healthy typing & gaming experience - Guide by HTP', with flair 'Video Critique' +[2020-09-03 11:14:42,935] /u/SharpenAM had their submission removed for insufficient lambda. +[2020-09-03 11:14:44,729] /u/SharpenAM had their flair updated +[2020-09-03 11:17:27,705] There has been a new submission: '58k subscribers, 34M views, 3.4M watch time, 350M impressions. I will try to give you advice & feedback. Ask me anything.', with flair 'Discussion' +[2020-09-03 11:17:29,181] /u/kingury7 had their flair updated +[2020-09-03 11:17:42,608] There has been a new submission: 'BTS (Bulletproof Boy Scouts) ' Dynamite' Nightcore', with flair 'Video Critique' +[2020-09-03 11:17:43,657] /u/NightcoreSpectreX had their submission removed for insufficient lambda. +[2020-09-03 11:17:44,848] /u/NightcoreSpectreX had their flair updated +[2020-09-03 11:24:13,828] There has been a new submission: 'Blackpink - 'Ice Cream (With Selena Gomez)' Nightcore', with flair 'Video Critique' +[2020-09-03 11:24:15,431] /u/NightcoreSpectreX had their submission removed for insufficient lambda. +[2020-09-03 11:24:17,280] /u/NightcoreSpectreX had their flair updated +[2020-09-03 11:27:02,396] Starting every day program... +[2020-09-03 11:27:02,396] Updating database statistics... +[2020-09-03 11:27:02,417] Posting and updating wiki... +[2020-09-03 11:27:16,597] Formatting leaderboard... +[2020-09-03 11:27:16,640] Updating sidebar... +[2020-09-03 11:27:17,835] Updated in new reddit... +[2020-09-03 11:27:20,467] Updated in old reddit... +[2020-09-03 11:27:20,468] Completed. +[2020-09-03 11:31:13,700] There has been a new submission: 'Please let me know what you think of my video, I worked very hard on it, and I don’t think enough people have seen it.', with flair 'Video Critique' +[2020-09-03 11:31:15,445] /u/Focusxd had their submission removed for insufficient lambda. +[2020-09-03 11:31:17,671] /u/Focusxd had their flair updated +[2020-09-03 11:39:43,554] There has been a new submission: 'Batman Returns', with flair 'Gaming' +[2020-09-03 11:39:44,500] /u/Nakoda3 had their submission removed for insufficient lambda. +[2020-09-03 11:39:45,000] /u/Nakoda3 had their flair updated +[2020-09-03 11:54:59,906] There has been a new submission: 'Warzone Montage #6 - Shakira v DaBaby', with flair 'Video Critique' +[2020-09-03 11:55:01,487] /u/Vhalkarna had their submission removed for insufficient lambda. +[2020-09-03 11:55:03,239] /u/Vhalkarna had their flair updated +[2020-09-03 12:12:40,607] '/u/Redmond93' has given '/u/Spookerstar' lambda! +[2020-09-03 12:12:42,654] /u/Spookerstar had their flair updated +[2020-09-03 12:16:58,514] '/u/Redmond93' has given '/u/WordHistorian' lambda! +[2020-09-03 12:16:59,879] /u/WordHistorian had their flair updated +[2020-09-03 12:19:26,547] '/u/Redmond93' has given '/u/whenravenchats' lambda! +[2020-09-03 12:19:27,165] /u/whenravenchats had their flair updated +[2020-09-03 12:28:19,867] '/u/Redmond93' has given '/u/eddieha1' lambda! +[2020-09-03 12:28:20,881] /u/eddieha1 had their flair updated +[2020-09-03 12:29:30,454] '/u/The_SoulboundSwordYT' has given '/u/WordHistorian' lambda! +[2020-09-03 12:29:31,032] /u/WordHistorian had their flair updated +[2020-09-03 12:29:36,034] /u/WordHistorian had their flair updated +[2020-09-03 12:33:35,385] '/u/Redmond93' has given '/u/headchala1986' lambda! +[2020-09-03 12:33:37,324] /u/headchala1986 had their flair updated +[2020-09-03 12:33:59,564] '/u/Redmond93' has given '/u/dbwotjr7' lambda! +[2020-09-03 12:34:01,431] /u/dbwotjr7 had their flair updated +[2020-09-03 12:37:43,149] '/u/Redmond93' has given '/u/SideQuestGuys' lambda! +[2020-09-03 12:37:44,365] /u/SideQuestGuys had their flair updated +[2020-09-03 12:41:30,250] There has been a new submission: 'Rainy Jazz: Relaxing Autumn Jazz for STRESS RELIEF/WORK/STUDY', with flair 'Channel Review' +[2020-09-03 12:41:33,064] /u/eddieha1 had their flair updated +[2020-09-03 12:42:01,274] There has been a new submission: 'Supporting The Netflix Of Video games Project I am working on. Did I convey this message properly?', with flair 'Video Critique' +[2020-09-03 12:42:01,889] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 12:42:01,893] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 12:42:02,021] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FhKAVwr1FbI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 12:42:02,149] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCd2FtO5s6LOmlrB9i3O4zTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 12:42:05,175] /u/MafiasFinestTV had their flair updated +[2020-09-03 12:42:15,564] '/u/Spookerstar' has given '/u/WordHistorian' lambda! +[2020-09-03 12:42:17,680] /u/WordHistorian had their flair updated +[2020-09-03 12:42:26,694] '/u/Spookerstar' has given '/u/headchala1986' lambda! +[2020-09-03 12:42:28,839] /u/headchala1986 had their flair updated +[2020-09-03 12:47:38,026] There has been a new submission: 'Hey What's Up Guys, Im A New YouTuber. I Really Try To Make As Much Good Videos As I Can, I Just Uploaded This New Video Which I Worked Really Hard On, Would Appreciate Any Love And Support', with flair 'Gaming' +[2020-09-03 12:47:39,050] /u/Qaisjj had their submission removed for insufficient lambda. +[2020-09-03 12:47:40,286] /u/Qaisjj had their flair updated +[2020-09-03 12:47:42,288] +#################### +[Sep 03 2020 12:47:42] RESTARTED +#################### + +[2020-09-03 13:02:01,721] There has been a new submission: 'Hey guys! Pls, do review my channel! I shall be doing a giveaway soon! (Sub if u wanna help me:D)', with flair 'Channel Review' +[2020-09-03 13:02:03,218] /u/Hyprsneaker had their submission removed for insufficient lambda. +[2020-09-03 13:02:05,627] /u/Hyprsneaker had their flair updated +[2020-09-03 13:03:26,163] '/u/eddieha1' has given '/u/WordHistorian' lambda! +[2020-09-03 13:03:28,127] /u/WordHistorian had their flair updated +[2020-09-03 13:11:09,478] '/u/Meagcherry' has given '/u/Urmi99' lambda! +[2020-09-03 13:11:11,743] /u/Urmi99 had their flair updated +[2020-09-03 13:15:05,812] '/u/Meagcherry' has given '/u/whenravenchats' lambda! +[2020-09-03 13:15:07,581] /u/whenravenchats had their flair updated +[2020-09-03 13:17:52,349] There has been a new submission: 'Buddy and I started documenting Disc golf courses around our area here in PA. Anyone else play? if so I'd like to hear where cause we are always looking for a cool place to play and document. Thanks!', with flair 'Vlog' +[2020-09-03 13:17:53,387] /u/Dub180 had their submission removed for insufficient lambda. +[2020-09-03 13:17:54,539] /u/Dub180 had their flair updated +[2020-09-03 13:21:09,013] There has been a new submission: 'I spent two months learning how to do muscle ups and documented the progress. I'd consider this my best made video to date but I'm sure I still have lots I could improve on. Let me know!', with flair 'Video Critique' +[2020-09-03 13:21:09,734] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 13:21:09,736] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 13:21:09,827] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8Gggcp2E1Jo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 13:21:09,952] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCl6wrbpi-6hj-Gv8VARYpYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 13:21:13,079] /u/sirtimothy3 had their flair updated +[2020-09-03 13:21:18,618] There has been a new submission: 'I'm bad at gunfight', with flair 'Gaming' +[2020-09-03 13:21:20,679] /u/vietroomba had their submission removed for insufficient lambda. +[2020-09-03 13:21:22,880] /u/vietroomba had their flair updated +[2020-09-03 13:23:08,723] There has been a new submission: 'History of Lamborghini, lol', with flair 'Video Critique' +[2020-09-03 13:23:10,550] /u/noahdrouin2000 had their submission removed for insufficient lambda. +[2020-09-03 13:23:12,552] /u/noahdrouin2000 had their flair updated +[2020-09-03 13:26:47,259] '/u/MafiasFinestTV' has given '/u/cdin3d' lambda! +[2020-09-03 13:26:48,762] /u/cdin3d had their flair updated +[2020-09-03 13:28:32,062] '/u/Meagcherry' has given '/u/SnooPredictions5048' lambda! +[2020-09-03 13:28:33,151] /u/SnooPredictions5048 had their flair updated +[2020-09-03 13:32:09,314] '/u/Meagcherry' has given '/u/yungrebel2050' lambda! +[2020-09-03 13:32:11,373] /u/yungrebel2050 had their flair updated +[2020-09-03 13:37:24,756] There has been a new submission: 'WARZONE SHORT HIGHLIGHT CLIP 1:35min Trying/Working Very Hard To Hit 1000 Subscribers I Create 100% Original/legit Gaming Content So Please Feel Free To Help Me Acheive My Dream As Well As Drop Your Channel As I am Always Looking For New Content To Share On MY Twitter Page', with flair 'Channel Review' +[2020-09-03 13:37:25,892] /u/BuddyMercs had their submission removed for insufficient lambda. +[2020-09-03 13:37:27,218] /u/BuddyMercs had their flair updated +[2020-09-03 13:39:35,242] There has been a new submission: 'Hey guys, I been working on this for a good while now. Please give it a listen and offer me feedback on it.🙌🏿', with flair 'Video Critique' +[2020-09-03 13:39:35,480] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 13:39:35,481] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 13:39:35,612] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=E5sZe-3D774&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 13:39:35,725] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCiW03QI-XutTlnvUrLxTdVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 13:39:36,847] /u/yungrebel2050 had their flair updated +[2020-09-03 13:39:40,454] There has been a new submission: 'Minority Report Will Always Be Relevant', with flair 'Video Critique' +[2020-09-03 13:39:41,127] /u/sneakymacuser had their submission removed for insufficient lambda. +[2020-09-03 13:39:41,638] /u/sneakymacuser had their flair updated +[2020-09-03 13:43:33,313] There has been a new submission: 'BACK TO SCHOOL SUPPLIES HAUL ( TARGET) PLUS FIRST DAY OF SCHOOL 2020', with flair 'Vlog' +[2020-09-03 13:43:34,984] /u/wblythe had their submission removed for insufficient lambda. +[2020-09-03 13:43:36,908] /u/wblythe had their flair updated +[2020-09-03 13:45:06,563] There has been a new submission: 'Is having "Papa" or "Daddy" in your username a good idea for the long run?', with flair 'Discussion' +[2020-09-03 13:45:08,942] /u/1v1brah had their flair updated +[2020-09-03 13:50:49,729] There has been a new submission: 'Looking for a review of my latest video.', with flair 'Video Critique' +[2020-09-03 13:50:51,791] /u/stburgess had their submission removed for insufficient lambda. +[2020-09-03 13:50:54,031] /u/stburgess had their flair updated +[2020-09-03 13:52:22,786] There has been a new submission: 'Hey Everyone! Uploaded the first part of my Avengers Walkthrough! Let me know what you think!', with flair 'Gaming' +[2020-09-03 13:52:24,979] /u/callmecallendar had their submission removed for insufficient lambda. +[2020-09-03 13:52:27,091] /u/callmecallendar had their flair updated +[2020-09-03 14:03:14,084] There has been a new submission: 'Well...reaction video on messi and a famous Indian youtuber...just like a fun take', with flair 'Video Critique' +[2020-09-03 14:03:14,641] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 14:03:14,643] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 14:03:14,773] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2JL7oDo_HQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 14:03:14,887] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxczAKTlC7scj_X8fDc28RQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 14:03:17,627] /u/siddhant1991 had their flair updated +[2020-09-03 14:14:09,795] '/u/sirtimothy3' has given '/u/tasbiq' lambda! +[2020-09-03 14:14:11,717] /u/tasbiq had their flair updated +[2020-09-03 14:15:35,269] There has been a new submission: 'That Was Surprising', with flair 'Discussion' +[2020-09-03 14:15:37,296] /u/MadVsGaming343 had their flair updated +[2020-09-03 14:15:45,292] '/u/yungrebel2050' has given '/u/OMFSquirrel' lambda! +[2020-09-03 14:15:46,909] /u/OMFSquirrel had their flair updated +[2020-09-03 14:17:41,004] '/u/yungrebel2050' has given '/u/usualgamer94' lambda! +[2020-09-03 14:17:42,216] /u/usualgamer94 had their flair updated +[2020-09-03 14:25:49,500] '/u/yungrebel2050' has given '/u/jdabs29' lambda! +[2020-09-03 14:25:51,133] /u/jdabs29 had their flair updated +[2020-09-03 14:26:25,023] '/u/Spookerstar' has given '/u/usualgamer94' lambda! +[2020-09-03 14:26:26,510] /u/usualgamer94 had their flair updated +[2020-09-03 14:27:39,657] There has been a new submission: 'Feedback?', with flair 'Channel Review' +[2020-09-03 14:27:40,820] /u/thorpptor had their submission removed for insufficient lambda. +[2020-09-03 14:27:42,067] /u/thorpptor had their flair updated +[2020-09-03 14:28:17,410] There has been a new submission: 'BEST WAY TO STUDY IN COLLEGE!', with flair 'Vlog' +[2020-09-03 14:28:18,312] /u/janellerad had their submission removed for insufficient lambda. +[2020-09-03 14:28:19,380] /u/janellerad had their flair updated +[2020-09-03 14:34:58,548] '/u/sirtimothy3' has given '/u/lasikuuri96' lambda! +[2020-09-03 14:35:00,295] /u/lasikuuri96 had their flair updated +[2020-09-03 14:44:22,789] There has been a new submission: 'I'm Confused', with flair 'Discussion' +[2020-09-03 14:44:25,117] /u/HYPERrAE_103 had their flair updated +[2020-09-03 14:45:33,663] There has been a new submission: 'Please help me to reach 1000 views for this video', with flair 'Channel Review' +[2020-09-03 14:45:35,249] /u/Twork20 had their submission removed for insufficient lambda. +[2020-09-03 14:45:36,885] /u/Twork20 had their flair updated +[2020-09-03 14:47:02,950] There has been a new submission: 'Please help me to reach 1000 views for this video', with flair 'Channel Review' +[2020-09-03 14:47:04,116] /u/Twork20 had their submission removed for insufficient lambda. +[2020-09-03 14:47:05,493] /u/Twork20 had their flair updated +[2020-09-03 14:47:42,494] +#################### +[Sep 03 2020 14:47:42] RESTARTED +#################### + +[2020-09-03 14:52:39,696] '/u/Redmond93' has given '/u/OMFSquirrel' lambda! +[2020-09-03 14:52:41,740] /u/OMFSquirrel had their flair updated +[2020-09-03 14:52:47,937] There has been a new submission: 'Kanye sings undertale shop theme', with flair 'Gaming' +[2020-09-03 14:52:49,810] /u/Lilramenbowl had their submission removed for insufficient lambda. +[2020-09-03 14:52:51,858] /u/Lilramenbowl had their flair updated +[2020-09-03 14:53:02,314] There has been a new submission: 'Hello, this is the latest video i made with a friend, its a Still D.R.E Beatbox and Piano Cover. Any critiques or tips would be really appreciated.', with flair 'Video Critique' +[2020-09-03 14:53:04,095] /u/VeimanBeatbox had their submission removed for insufficient lambda. +[2020-09-03 14:53:06,139] /u/VeimanBeatbox had their flair updated +[2020-09-03 14:53:57,768] '/u/Redmond93' has given '/u/cdin3d' lambda! +[2020-09-03 14:53:59,656] /u/cdin3d had their flair updated +[2020-09-03 14:56:51,212] There has been a new submission: 'Private Zoo Tour After Hours playing with *Tigers,Lions,Wolves,Bears,Mon...', with flair 'Vlog' +[2020-09-03 14:56:51,537] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 14:56:51,539] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 14:56:51,635] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ky2Jm03Xd-4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 14:56:51,746] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBlm2tDt6v5BC11lJKRzDSw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 14:56:53,646] /u/cdin3d had their flair updated +[2020-09-03 14:58:44,009] '/u/MajinBoom11' has given '/u/ameixarocha' lambda! +[2020-09-03 14:58:44,997] /u/ameixarocha had their flair updated +[2020-09-03 15:27:56,700] '/u/rondislap' has given '/u/OMFSquirrel' lambda! +[2020-09-03 15:27:57,846] /u/OMFSquirrel had their flair updated +[2020-09-03 15:28:30,604] '/u/rondislap' has given '/u/usualgamer94' lambda! +[2020-09-03 15:28:31,622] /u/usualgamer94 had their flair updated +[2020-09-03 15:29:24,396] '/u/rondislap' has given '/u/WellNata' lambda! +[2020-09-03 15:29:25,076] /u/WellNata had their flair updated +[2020-09-03 15:35:29,229] There has been a new submission: 'Looking for honest feedback (positive and negative)! Giving Lambda to all who help! (Thumbnail, SEO, Intro, Outro and Content)', with flair 'Video Critique' +[2020-09-03 15:35:29,542] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 15:35:29,543] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 15:35:29,637] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mQGYde11Olk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 15:35:29,738] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCKcrrk_irVWbvW6ZObihzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 15:35:32,162] /u/Wombat_Assassin had their flair updated +[2020-09-03 15:40:50,786] There has been a new submission: 'Doctor Strange | Undefeated Edition, guys this is my first video on youtube, if you are free kindly watch it and give some feedback.', with flair 'Video Critique' +[2020-09-03 15:40:52,838] /u/VenmaniAD had their submission removed for insufficient lambda. +[2020-09-03 15:40:55,082] /u/VenmaniAD had their flair updated +[2020-09-03 15:47:34,366] There has been a new submission: 'Occupy Mars: Prologue (Preview) Open World Survival On Mars!', with flair 'Gaming' +[2020-09-03 15:47:36,024] /u/BlaanSarge had their submission removed for insufficient lambda. +[2020-09-03 15:47:37,441] /u/BlaanSarge had their flair updated +[2020-09-03 15:48:48,547] There has been a new submission: 'I Got My First True Hate Comment', with flair 'Discussion' +[2020-09-03 15:48:49,528] /u/Zahait had their flair updated +[2020-09-03 15:56:33,864] '/u/siddhant1991' has given '/u/Bowerz123' lambda! +[2020-09-03 15:56:35,312] /u/Bowerz123 had their flair updated +[2020-09-03 16:14:40,495] There has been a new submission: 'If you want to see a new gaming channel click the link', with flair 'Gaming' +[2020-09-03 16:14:42,112] /u/chris_v81 had their submission removed for insufficient lambda. +[2020-09-03 16:14:43,900] /u/chris_v81 had their flair updated +[2020-09-03 16:14:54,387] /u/cdin3d had their flair updated +[2020-09-03 16:20:02,927] There has been a new submission: 'Made a Garry's Mod video I put a lot of work into editing, just lookin for some general feedback on if the edits are good, if the vid is attention grabbing, or anything else you guys have to add. Thanks!', with flair 'Video Critique' +[2020-09-03 16:20:03,413] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 16:20:03,415] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 16:20:03,760] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hJzpp32XctE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 16:20:03,989] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHJMAFd09oUYAZK11lI5Hmw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 16:20:07,081] /u/dacoobers had their flair updated +[2020-09-03 16:26:36,412] There has been a new submission: 'Running an channel that only has dead subscribers, any advice?', with flair 'Discussion' +[2020-09-03 16:26:38,212] /u/sandwich_suffering had their flair updated +[2020-09-03 16:26:50,648] There has been a new submission: 'Best mobile game ever', with flair 'Gaming' +[2020-09-03 16:26:52,151] /u/gezelex had their submission removed for insufficient lambda. +[2020-09-03 16:26:53,579] /u/gezelex had their flair updated +[2020-09-03 16:27:10,715] '/u/yungrebel2050' has given '/u/ShikharTrivedi' lambda! +[2020-09-03 16:27:12,112] /u/ShikharTrivedi had their flair updated +[2020-09-03 16:27:47,588] There has been a new submission: 'Showing my face?', with flair 'Discussion' +[2020-09-03 16:27:48,999] /u/Imlikeokkkk had their flair updated +[2020-09-03 16:28:40,313] There has been a new submission: 'Hey guys please give yours feedback on my animation videos', with flair 'Art' +[2020-09-03 16:28:41,519] /u/Jass0025 had their submission removed for insufficient lambda. +[2020-09-03 16:28:42,538] /u/Jass0025 had their flair updated +[2020-09-03 16:31:43,671] There has been a new submission: 'The one and only cure to loneliness by Psychologist', with flair 'Vlog' +[2020-09-03 16:31:45,206] /u/misstterr_a had their submission removed for insufficient lambda. +[2020-09-03 16:31:47,360] /u/misstterr_a had their flair updated +[2020-09-03 16:32:34,739] '/u/Spookerstar' has given '/u/jdabs29' lambda! +[2020-09-03 16:32:37,489] /u/jdabs29 had their flair updated +[2020-09-03 16:37:41,409] There has been a new submission: '470K Subs 31M Views, $3000+ /mo Adsense , $8000+ /mo Affiliate. ASK ME ANYTHING...', with flair 'Discussion' +[2020-09-03 16:37:42,926] /u/robertoblake2 had their flair updated +[2020-09-03 16:37:56,893] There has been a new submission: 'AMERICAN CANDY CHALLENGE (GERMAN TASTES AMERICAN CANDY) (ENG SUBS) (LOW RESOLUTION :( )', with flair 'Vlog' +[2020-09-03 16:37:57,872] /u/LEOtheOriginal had their submission removed for insufficient lambda. +[2020-09-03 16:37:58,924] /u/LEOtheOriginal had their flair updated +[2020-09-03 16:48:09,775] +#################### +[Sep 03 2020 16:48:09] RESTARTED +#################### + +[2020-09-03 17:11:53,453] '/u/sirtimothy3' has given '/u/RavenJimmy' lambda! +[2020-09-03 17:11:56,326] /u/RavenJimmy had their flair updated +[2020-09-03 17:15:09,112] There has been a new submission: 'Felonies with the boys in watch dogs 2', with flair 'Gaming' +[2020-09-03 17:15:10,222] /u/BRUHOCLOCK had their submission removed for insufficient lambda. +[2020-09-03 17:15:11,540] /u/BRUHOCLOCK had their flair updated +[2020-09-03 17:15:18,684] There has been a new submission: 'Hey guys, check out my video on investing! I worked really hard on it! Tell me what you like about it, and let me know what I can improve for next time. Thanks!', with flair 'Video Critique' +[2020-09-03 17:15:19,288] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 17:15:19,290] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 17:15:19,779] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=85SwsaQwojM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:15:19,982] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnLiLidN-taDjg1yIxNpvaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:15:23,142] /u/ayeitspablo had their flair updated +[2020-09-03 17:15:41,216] There has been a new submission: 'This was insane!', with flair 'Video Critique' +[2020-09-03 17:15:42,612] /u/DrivenDeepYT had their submission removed for insufficient lambda. +[2020-09-03 17:15:44,581] /u/DrivenDeepYT had their flair updated +[2020-09-03 17:16:03,403] There has been a new submission: 'My Second video on CALL OF DUTY FiNN LMG MEME.EXE Video is out 😁😁, Please be sure to check it out guys . Any help regarding my videos on my edits, will be so glad to hear <3. On my Way to 100 Subs 🥳🥳🥳', with flair 'Gaming' +[2020-09-03 17:16:04,627] /u/SaiTej99 had their submission removed for insufficient lambda. +[2020-09-03 17:16:05,869] /u/SaiTej99 had their flair updated +[2020-09-03 17:16:21,800] There has been a new submission: 'State of the Channel Address! Check out my latest video laying out what I see coming in the near future, and perhaps check the wide variety of content on my channel', with flair 'Channel Review' +[2020-09-03 17:16:22,803] /u/JackFrost___ had their submission removed for insufficient lambda. +[2020-09-03 17:16:23,965] /u/JackFrost___ had their flair updated +[2020-09-03 17:16:42,424] There has been a new submission: 'We ONLY needed a WIN for promotion... KulsOnline RAGES! 🤬🤬🤬', with flair 'Gaming' +[2020-09-03 17:16:43,897] /u/KulsOnline had their submission removed for insufficient lambda. +[2020-09-03 17:16:45,007] /u/KulsOnline had their flair updated +[2020-09-03 17:21:06,547] There has been a new submission: 'Please help, I really want this video to be on 1k views by the end of this week', with flair 'Gaming' +[2020-09-03 17:21:08,433] /u/JuggernautOrdinary59 had their submission removed for insufficient lambda. +[2020-09-03 17:21:10,691] /u/JuggernautOrdinary59 had their flair updated +[2020-09-03 17:22:04,997] There has been a new submission: 'I talk anime and play call of duty', with flair 'Gaming' +[2020-09-03 17:22:06,592] /u/joradonic had their submission removed for insufficient lambda. +[2020-09-03 17:22:08,601] /u/joradonic had their flair updated +[2020-09-03 17:23:36,495] '/u/Noxidy' has given '/u/RavenJimmy' lambda! +[2020-09-03 17:23:39,359] /u/RavenJimmy had their flair updated +[2020-09-03 17:25:42,197] There has been a new submission: 'check out my youtube channel yonchey im at 420 subs right now', with flair 'Gaming' +[2020-09-03 17:25:43,713] /u/YoncheyYT had their submission removed for insufficient lambda. +[2020-09-03 17:25:45,191] /u/YoncheyYT had their flair updated +[2020-09-03 17:26:37,419] There has been a new submission: 'AO ONI FUNNY MOMENTS AND SCARY MOMENTS EP2/I'M A RETARD?!1', with flair 'Gaming' +[2020-09-03 17:26:38,602] /u/trolleddy1 had their submission removed for insufficient lambda. +[2020-09-03 17:26:39,873] /u/trolleddy1 had their flair updated +[2020-09-03 17:27:20,703] There has been a new submission: 'ao oni', with flair 'Gaming' +[2020-09-03 17:27:22,051] /u/trolleddy1 had their submission removed for insufficient lambda. +[2020-09-03 17:27:23,120] /u/trolleddy1 had their flair updated +[2020-09-03 17:28:15,905] /u/RavenJimmy had their flair updated +[2020-09-03 17:28:34,105] There has been a new submission: 'slender man', with flair 'Gaming' +[2020-09-03 17:28:35,130] /u/trolleddy1 had their submission removed for insufficient lambda. +[2020-09-03 17:28:35,912] /u/trolleddy1 had their flair updated +[2020-09-03 17:32:45,127] '/u/ayeitspablo' has given '/u/lasikuuri96' lambda! +[2020-09-03 17:32:47,842] /u/lasikuuri96 had their flair updated +[2020-09-03 17:33:11,081] There has been a new submission: 'Giving lambda to all helpful comments! Let me know what I can do to improve my most recent drawing time-lapse!', with flair 'Video Critique' +[2020-09-03 17:33:12,148] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 17:33:12,150] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 17:33:13,254] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=e9CYBIqCgzE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:33:13,584] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCY92HJBszg1wY5B9T4rZjoQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:33:16,613] /u/196423 had their flair updated +[2020-09-03 17:34:31,806] '/u/sirtimothy3' has given '/u/Lorehot_896' lambda! +[2020-09-03 17:34:34,424] /u/Lorehot_896 had their flair updated +[2020-09-03 17:39:21,768] '/u/yungrebel2050' has given '/u/5thacex' lambda! +[2020-09-03 17:39:23,695] /u/5thacex had their flair updated +[2020-09-03 17:40:09,328] There has been a new submission: '16 subs, 150 view, $0 ama', with flair 'None' +[2020-09-03 17:40:11,085] /u/RepairedLamp178 had their submission removed for insufficient lambda. +[2020-09-03 17:40:13,465] /u/RepairedLamp178 had their flair updated +[2020-09-03 17:41:20,614] There has been a new submission: 'Turning a simp into an e-girl. Looking for feedback on my latest video.', with flair 'Video Critique' +[2020-09-03 17:41:21,759] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 17:41:21,797] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 17:41:23,316] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oic-_gyB3yc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:41:23,766] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCKs0lrBjGP59LD-qJq6smKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 17:41:27,127] /u/Wave_Of_Babies had their flair updated +[2020-09-03 17:46:04,742] There has been a new submission: 'Just started my PUBG gaming channel! Would love some new viewers/subscribers. Future videos will have commentary', with flair 'Gaming' +[2020-09-03 17:46:05,971] /u/austinthemaster03 had their submission removed for insufficient lambda. +[2020-09-03 17:46:07,399] /u/austinthemaster03 had their flair updated +[2020-09-03 17:47:58,172] '/u/ayeitspablo' has given '/u/Lorehot_896' lambda! +[2020-09-03 17:48:00,436] /u/Lorehot_896 had their flair updated +[2020-09-03 17:49:26,980] '/u/196423' has given '/u/eddieha1' lambda! +[2020-09-03 17:49:29,515] /u/eddieha1 had their flair updated +[2020-09-03 17:49:49,144] '/u/yungrebel2050' has given '/u/eddieha1' lambda! +[2020-09-03 17:49:51,270] /u/eddieha1 had their flair updated +[2020-09-03 17:54:07,603] There has been a new submission: 'Mortal Shell Obsidian Dark', with flair 'Gaming' +[2020-09-03 17:54:09,651] /u/KingNoss- had their submission removed for insufficient lambda. +[2020-09-03 17:54:11,497] /u/KingNoss- had their flair updated +[2020-09-03 17:59:33,661] There has been a new submission: 'Creepypasta "Das lebende Zimmer" [German/Deutsch]', with flair 'Art' +[2020-09-03 17:59:34,647] /u/TaxKey8405 had their submission removed for insufficient lambda. +[2020-09-03 17:59:35,220] /u/TaxKey8405 had their flair updated +[2020-09-03 17:59:54,310] '/u/ayeitspablo' has given '/u/CamDC123' lambda! +[2020-09-03 17:59:56,119] /u/CamDC123 had their flair updated +[2020-09-03 18:00:14,784] '/u/ayeitspablo' has given '/u/ShikharTrivedi' lambda! +[2020-09-03 18:00:16,869] /u/ShikharTrivedi had their flair updated +[2020-09-03 18:05:10,536] There has been a new submission: 'The editing was pretty intense on this one! Would love some extra feedback on this guy. Appreciate y'all! ♥️', with flair 'Video Critique' +[2020-09-03 18:05:11,683] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 18:05:11,685] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 18:05:12,956] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=q3Pfnru5FOY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:05:13,366] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4Bc5NS4W0DJWd5WP2eeE_Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:05:16,320] /u/TeamRemavi had their flair updated +[2020-09-03 18:08:43,881] There has been a new submission: 'Made a compilation of the best moments (or worst, depending how you look at it) in Layers of Fear. What do you guys think of the video?', with flair 'Video Critique' +[2020-09-03 18:08:45,236] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 18:08:45,273] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 18:08:46,457] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sQIxT-2ksm4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:08:46,911] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCe9acMkjm85Y0F95ug0g_8w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:08:48,914] /u/Dranina had their flair updated +[2020-09-03 18:10:55,429] There has been a new submission: 'Made A Beastars Anime And Manga Review', with flair 'Video Critique' +[2020-09-03 18:10:57,028] /u/Hblacwell1 had their submission removed for insufficient lambda. +[2020-09-03 18:10:59,322] /u/Hblacwell1 had their flair updated +[2020-09-03 18:13:33,137] There has been a new submission: 'Does anybody use the streamlabs Android app to stream to YouTube from your phone??', with flair 'Discussion' +[2020-09-03 18:13:36,540] /u/dannylightning had their flair updated +[2020-09-03 18:21:15,134] There has been a new submission: 'This is my newest video its a twitch highlight video with some editing to make it better, feel free to watch it and LMK what you think have a great day!!!', with flair 'Video Critique' +[2020-09-03 18:21:16,734] /u/___Strings___ had their submission removed for insufficient lambda. +[2020-09-03 18:21:19,036] /u/___Strings___ had their flair updated +[2020-09-03 18:21:58,935] There has been a new submission: 'WARZONE Drunkzone 2 - Warzone DRINKING CHALLENGES', with flair 'Video Critique' +[2020-09-03 18:22:00,558] /u/TheGrimReaperki had their submission removed for insufficient lambda. +[2020-09-03 18:22:02,731] /u/TheGrimReaperki had their flair updated +[2020-09-03 18:24:34,556] '/u/Dranina' has given '/u/itsbootstrap' lambda! +[2020-09-03 18:24:37,388] /u/itsbootstrap had their flair updated +[2020-09-03 18:25:11,423] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 3 - Hulk (Full Game)', with flair 'Gaming' +[2020-09-03 18:25:12,733] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-03 18:25:14,378] /u/CecliusPlaysHD had their flair updated +[2020-09-03 18:28:17,081] There has been a new submission: 'Worked really hard on the editing and pacing of this video! Tell me what you like about it and how I can improve! Will give lambda to helpful comments :)', with flair 'Video Critique' +[2020-09-03 18:28:18,190] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 18:28:18,229] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 18:28:19,705] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=b9aaX4xMMi4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:28:20,031] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCntaV4FO5-hTTBVTMK6L2wg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:28:22,408] /u/itsbootstrap had their flair updated +[2020-09-03 18:29:11,384] There has been a new submission: 'THE WORST FALL GUY! A Fall Guys Gameplay video', with flair 'Gaming' +[2020-09-03 18:29:12,619] /u/TheBoyGrande had their submission removed for insufficient lambda. +[2020-09-03 18:29:13,282] /u/TheBoyGrande had their flair updated +[2020-09-03 18:29:46,082] '/u/Spookerstar' has given '/u/IMX4K' lambda! +[2020-09-03 18:29:47,479] /u/IMX4K had their flair updated +[2020-09-03 18:30:59,003] There has been a new submission: 'well I got enough Lamenda or whatever it's called for This Post! Watch it and Tell me what I can do to Improve the Quality of it! And yes I know i said 10$ but there was a 25$ one, just an hour ago i found a 10$ robux giftcard so don't be confused in the intro :)', with flair 'Gaming' +[2020-09-03 18:30:59,950] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 18:30:59,987] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 18:31:00,726] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hmMRoI1v9HQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:31:01,053] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCL0xq0XtA658ppMwRGpnK2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:31:04,181] /u/MaximumNormal6736 had their flair updated +[2020-09-03 18:31:59,753] There has been a new submission: 'I'm a YouTube producer and I make indie/alternative beats/instrumentals. I've been playing music for years but just started posting to YouTube a few months ago. On my road to 100 subs !!!', with flair 'Video Critique' +[2020-09-03 18:32:01,429] /u/Jgaud17 had their submission removed for insufficient lambda. +[2020-09-03 18:32:03,559] /u/Jgaud17 had their flair updated +[2020-09-03 18:32:57,427] There has been a new submission: 'The Vatican City 10 most amazing facts of vatican', with flair 'Channel Review' +[2020-09-03 18:32:58,984] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-03 18:33:00,873] /u/Planet-com had their flair updated +[2020-09-03 18:36:22,438] '/u/Wave_Of_Babies' has given '/u/TeamRemavi' lambda! +[2020-09-03 18:36:24,888] /u/TeamRemavi had their flair updated +[2020-09-03 18:37:01,568] '/u/TeamRemavi' has given '/u/prettyboiRandell' lambda! +[2020-09-03 18:37:03,775] /u/prettyboiRandell had their flair updated +[2020-09-03 18:37:23,320] '/u/Wave_Of_Babies' has given '/u/ShikharTrivedi' lambda! +[2020-09-03 18:37:25,620] /u/ShikharTrivedi had their flair updated +[2020-09-03 18:39:36,292] '/u/ayeitspablo' has given '/u/prettyboiRandell' lambda! +[2020-09-03 18:39:38,666] /u/prettyboiRandell had their flair updated +[2020-09-03 18:47:00,236] There has been a new submission: '*rings doorbell* here's your daily video sir, have a nice day :)', with flair 'Art' +[2020-09-03 18:47:01,434] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 18:47:01,472] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 18:47:02,578] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O31gZXIRy9U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:47:02,947] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5jRWKZcYSC_PRr4JvQnYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 18:47:05,400] /u/usualgamer94 had their flair updated +[2020-09-03 18:47:40,911] There has been a new submission: '5 Brilliant Switch Horror Games On Sale', with flair 'Gaming' +[2020-09-03 18:48:19,320] +#################### +[Sep 03 2020 18:48:19] RESTARTED +#################### + +[2020-09-03 19:36:44,649] There has been a new submission: 'World Trigger 200 201 Manga Chapter Review', with flair 'Channel Review' +[2020-09-03 19:36:46,045] /u/Khan_CCR had their submission removed for insufficient lambda. +[2020-09-03 19:36:47,189] /u/Khan_CCR had their flair updated +[2020-09-03 19:37:04,357] There has been a new submission: 'I CHALLENGE YOU || 161 CHALLENGE, CAN YOU BEAT ME ?', with flair 'Vlog' +[2020-09-03 19:37:06,277] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:37:06,316] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:37:07,304] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=qlla-SKoSVE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:37:07,754] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxgTVNo14oCsEJ4RoC8IPsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:37:10,005] /u/Lorehot_896 had their flair updated +[2020-09-03 19:37:27,196] There has been a new submission: 'How to Poop Sock | Prank Sketch Comedy Skit | Lambda for Input!', with flair 'Video Critique' +[2020-09-03 19:37:28,145] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:37:28,183] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:37:29,084] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yEh7VBJa-jo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:37:29,456] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIr1wWjiBtI36Mr9Mi7mNhw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:37:31,424] /u/mreverdred01 had their flair updated +[2020-09-03 19:38:50,719] '/u/yungrebel2050' has given '/u/prettyboiRandell' lambda! +[2020-09-03 19:38:52,485] /u/prettyboiRandell had their flair updated +[2020-09-03 19:39:24,467] '/u/itsbootstrap' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-03 19:39:26,517] /u/Wise_Donkey_1504 had their flair updated +[2020-09-03 19:41:41,619] '/u/Lorehot_896' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-03 19:41:44,288] /u/Wise_Donkey_1504 had their flair updated +[2020-09-03 19:42:04,364] '/u/Lorehot_896' has given '/u/code_five_art' lambda! +[2020-09-03 19:42:07,024] /u/code_five_art had their flair updated +[2020-09-03 19:44:22,281] There has been a new submission: 'Looking To Grow My Channel. Anybody wanna come check out my content?', with flair 'Gaming' +[2020-09-03 19:44:23,598] /u/CosmicDragonGaming87 had their submission removed for insufficient lambda. +[2020-09-03 19:44:25,198] /u/CosmicDragonGaming87 had their flair updated +[2020-09-03 19:44:43,185] There has been a new submission: 'YouTube watch time Monetization with best price ✅💯', with flair 'Meta' +[2020-09-03 19:44:45,156] /u/PudgeKing7 had their flair updated +[2020-09-03 19:45:03,342] There has been a new submission: 'How should we Characterize Enemies?', with flair 'Video Critique' +[2020-09-03 19:45:04,686] /u/MyCarIsFake had their submission removed for insufficient lambda. +[2020-09-03 19:45:06,122] /u/MyCarIsFake had their flair updated +[2020-09-03 19:45:11,057] There has been a new submission: 'Asking for Free Editing is not a Collaboration.', with flair 'Discussion' +[2020-09-03 19:45:12,880] /u/TeamRemavi had their flair updated +[2020-09-03 19:45:19,145] There has been a new submission: 'Hello everyone! I am a streamer who was hit by the transition from Mixer to Twitch and now am entering the Youtube world. Would love some insight on my most recent video with some feedback. Thank you!', with flair 'Video Critique' +[2020-09-03 19:45:20,292] /u/pinkimpulse had their submission removed for insufficient lambda. +[2020-09-03 19:45:21,705] /u/pinkimpulse had their flair updated +[2020-09-03 19:45:39,504] There has been a new submission: '[Channel Review] Just launched last week - what can I do better?', with flair 'Channel Review' +[2020-09-03 19:45:42,091] /u/fiwithme had their flair updated +[2020-09-03 19:45:54,810] There has been a new submission: '15 August 1st video *0 subscribers* Now 401 subbs, 56k views, 2.2k hours watch time Ask Away', with flair 'Discussion' +[2020-09-03 19:45:56,342] /u/n00bmaister had their flair updated +[2020-09-03 19:46:09,306] There has been a new submission: 'GIRLS DAY OUT FT. COCO TANG (Failed Vlog) + My Pet Peeves - would appreciate if you could view/like/comment/subscribe💗', with flair 'Vlog' +[2020-09-03 19:46:10,416] /u/Wongani__ had their submission removed for insufficient lambda. +[2020-09-03 19:46:11,688] /u/Wongani__ had their flair updated +[2020-09-03 19:46:28,624] There has been a new submission: 'Tell me what you think about my short animation', with flair 'Video Critique' +[2020-09-03 19:46:29,847] /u/essencially_essence had their submission removed for insufficient lambda. +[2020-09-03 19:46:31,083] /u/essencially_essence had their flair updated +[2020-09-03 19:46:48,891] There has been a new submission: 'Original song (Second Chance) [Blues/Folk] by my brother and I (Elgo & The Dead Bull)! All feedback is more than welcome!', with flair 'Video Critique' +[2020-09-03 19:46:49,918] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:46:49,920] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:46:50,779] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=n1k80fpYfPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:46:51,190] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3aIEGxyBwFV1S_Hp91I__Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:46:53,360] /u/Elgondir had their flair updated +[2020-09-03 19:47:10,602] There has been a new submission: 'My 100 sub special, Top 10 games of all time video. I would love to get some feedback so I can keep improving!', with flair 'Video Critique' +[2020-09-03 19:47:11,588] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:47:11,590] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:47:12,610] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=URp4kpY9d6c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:47:13,021] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_8-skLV2bSCW_AbbOdawhQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:47:15,356] /u/TriceratopsJr had their flair updated +[2020-09-03 19:48:19,796] '/u/yungrebel2050' has given '/u/Eclipz-123' lambda! +[2020-09-03 19:48:21,155] /u/Eclipz-123 had their flair updated +[2020-09-03 19:53:13,616] There has been a new submission: 'Beating a HACKER in Fall Guys', with flair 'Gaming' +[2020-09-03 19:53:15,092] /u/neenawplays had their submission removed for insufficient lambda. +[2020-09-03 19:53:16,860] /u/neenawplays had their flair updated +[2020-09-03 19:56:50,250] There has been a new submission: 'I have pretty low view time on average so would love some critique of what I can do to increase it,please be honest', with flair 'Video Critique' +[2020-09-03 19:56:51,197] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:56:51,198] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:56:52,057] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yDNNZvXaDKg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:56:52,468] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCowITDZ6tcBTZnSBWMzyrTQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:56:54,601] /u/emyschiffer had their flair updated +[2020-09-03 19:57:12,870] There has been a new submission: 'Help us Make Eric Andre Ellen! Im really just looking for support for a noble cause but critiques are welcome as well!', with flair 'Video Critique' +[2020-09-03 19:57:13,811] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 19:57:13,812] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 19:57:14,877] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=88yQPv_GShE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:57:15,288] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyfS6Kk65Gv1J60voZZRnbQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 19:57:17,582] /u/jdabs29 had their flair updated +[2020-09-03 19:57:34,765] There has been a new submission: 'Modern Warfare Finn Experience.EXE', with flair 'Gaming' +[2020-09-03 19:57:35,707] /u/MrFreetim3 had their submission removed for insufficient lambda. +[2020-09-03 19:57:36,690] /u/MrFreetim3 had their flair updated +[2020-09-03 19:58:12,765] '/u/Wombat_Assassin' has given '/u/nalyD_is_Cool' lambda! +[2020-09-03 19:58:14,774] /u/nalyD_is_Cool had their flair updated +[2020-09-03 19:59:03,178] '/u/Wombat_Assassin' has given '/u/CamDC123' lambda! +[2020-09-03 19:59:05,514] /u/CamDC123 had their flair updated +[2020-09-03 20:01:46,339] There has been a new submission: '2.5 year Youtube veteran, Starting a new channel - Q and A', with flair 'Discussion' +[2020-09-03 20:01:49,171] /u/Djbernie805 had their flair updated +[2020-09-03 20:03:59,602] '/u/sirtimothy3' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-03 20:04:02,508] /u/Wise_Donkey_1504 had their flair updated +[2020-09-03 20:04:22,159] There has been a new submission: 'Escaping Aim | Marvels Avengers Playthrough Part 2 (No Commentary)', with flair 'Gaming' +[2020-09-03 20:04:23,517] /u/MCD_SMOKE had their submission removed for insufficient lambda. +[2020-09-03 20:04:25,280] /u/MCD_SMOKE had their flair updated +[2020-09-03 20:10:36,693] There has been a new submission: 'I uploaded a video of best moments in fall guys review it please giving lambda', with flair 'Video Critique' +[2020-09-03 20:10:38,335] /u/asap-the-rapper had their submission removed for insufficient lambda. +[2020-09-03 20:10:41,576] /u/asap-the-rapper had their flair updated +[2020-09-03 20:11:39,141] There has been a new submission: 'A new youtuber and happy to join this group.We make learning fun videos for kids around broad contents like art and craft, drawing, painting, dance, music, instrument learning, kids cooking, learning about various things and kid comedy through pretend play, fun activities ..here is our latest video', with flair 'Channel Review' +[2020-09-03 20:11:40,702] /u/RhythmsAtoZ had their submission removed for insufficient lambda. +[2020-09-03 20:11:42,873] /u/RhythmsAtoZ had their flair updated +[2020-09-03 20:12:09,150] There has been a new submission: 'Can you give some feedback?', with flair 'Video Critique' +[2020-09-03 20:12:10,912] /u/Gingersnapyt had their submission removed for insufficient lambda. +[2020-09-03 20:12:13,735] /u/Gingersnapyt had their flair updated +[2020-09-03 20:14:13,315] There has been a new submission: 'How To Be Conscious (TO RAISE YOUR VIBRATION & EMOTIONAL INTELLIGENCE!)', with flair 'Video Critique' +[2020-09-03 20:14:14,786] /u/Onediamondfilms had their submission removed for insufficient lambda. +[2020-09-03 20:14:16,546] /u/Onediamondfilms had their flair updated +[2020-09-03 20:15:51,852] '/u/TeamRemavi' has given '/u/asap-the-rapper' lambda! +[2020-09-03 20:15:53,709] /u/asap-the-rapper had their flair updated +[2020-09-03 20:16:08,549] '/u/ayeitspablo' has given '/u/asap-the-rapper' lambda! +[2020-09-03 20:16:10,608] /u/asap-the-rapper had their flair updated +[2020-09-03 20:16:41,873] There has been a new submission: 'Hey! Could anyone check my yt channel out? It’s Mikey Spikey with 450 subs! I need some advice', with flair 'Channel Review' +[2020-09-03 20:16:43,063] /u/MikeySpikeyYT had their submission removed for insufficient lambda. +[2020-09-03 20:16:44,298] /u/MikeySpikeyYT had their flair updated +[2020-09-03 20:18:21,863] There has been a new submission: 'Hey there everybody. This video took me ages to make and I would really appreciate it if you had a look. Could you also give me some pointers on how I could improve my stuff.', with flair 'Video Critique' +[2020-09-03 20:18:23,133] /u/SucculentPenguino had their submission removed for insufficient lambda. +[2020-09-03 20:18:24,040] /u/SucculentPenguino had their flair updated +[2020-09-03 20:19:44,526] There has been a new submission: 'I just uploaded a fall guys funny moments video and I spent a lot of time adding sound effects and finding clips please tell me what you think I’m giving lambada', with flair 'Video Critique' +[2020-09-03 20:19:45,470] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 20:19:45,471] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 20:19:47,399] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=SPE-llumR7E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 20:19:47,770] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4k7c2xBcaR8CrhN_n8O1Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 20:19:49,287] /u/asap-the-rapper had their flair updated +[2020-09-03 20:24:34,537] There has been a new submission: 'Marvel's Avengers best scene ( bromance )', with flair 'Channel Review' +[2020-09-03 20:24:36,136] /u/don_witcher had their submission removed for insufficient lambda. +[2020-09-03 20:24:37,897] /u/don_witcher had their flair updated +[2020-09-03 20:27:17,978] There has been a new submission: 'HOW TO FIX SPRINTING GLITCH IN MODERN WARFARE WARZONE/MULTIPLAYER', with flair 'Video Critique' +[2020-09-03 20:27:19,125] /u/GAMERMANYouTube had their submission removed for insufficient lambda. +[2020-09-03 20:27:20,314] /u/GAMERMANYouTube had their flair updated +[2020-09-03 20:31:59,636] There has been a new submission: 'the boys play infected (FUNNY MOMENTS)(MUST WATCH)', with flair 'Gaming' +[2020-09-03 20:32:01,172] /u/Baba69_ had their submission removed for insufficient lambda. +[2020-09-03 20:32:04,079] /u/Baba69_ had their flair updated +[2020-09-03 20:34:04,495] There has been a new submission: 'This is my most recent siege video! I make siege videos mostly but will probably branch out. I'd like your feedback on how to improve, thanks in advance', with flair 'Video Critique' +[2020-09-03 20:34:05,395] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 20:34:05,397] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 20:34:06,379] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3Itfa3c0X_E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 20:34:06,790] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFgXR829mgbwC6O9Znmd8QA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 20:34:09,530] /u/nalyD_is_Cool had their flair updated +[2020-09-03 20:34:38,361] '/u/yungrebel2050' has given '/u/asap-the-rapper' lambda! +[2020-09-03 20:34:40,863] /u/asap-the-rapper had their flair updated +[2020-09-03 20:40:52,505] '/u/jdabs29' has given '/u/asap-the-rapper' lambda! +[2020-09-03 20:40:55,371] /u/asap-the-rapper had their flair updated +[2020-09-03 20:47:27,432] '/u/asap-the-rapper' has given '/u/WordHistorian' lambda! +[2020-09-03 20:47:29,649] /u/WordHistorian had their flair updated +[2020-09-03 20:48:10,578] +#################### +[Sep 03 2020 20:48:10] RESTARTED +#################### + +[2020-09-03 21:10:43,891] '/u/nalyD_is_Cool' has given '/u/WordHistorian' lambda! +[2020-09-03 21:10:46,847] /u/WordHistorian had their flair updated +[2020-09-03 21:31:48,200] There has been a new submission: 'Do drugs kids', with flair 'Gaming' +[2020-09-03 21:31:50,209] /u/AnacondaGamingTV had their submission removed for insufficient lambda. +[2020-09-03 21:31:52,346] /u/AnacondaGamingTV had their flair updated +[2020-09-03 21:32:30,286] '/u/nalyD_is_Cool' has given '/u/WellNata' lambda! +[2020-09-03 21:32:32,996] /u/WellNata had their flair updated +[2020-09-03 21:32:53,407] '/u/nalyD_is_Cool' has given '/u/Gingersnapyt' lambda! +[2020-09-03 21:32:55,988] /u/Gingersnapyt had their flair updated +[2020-09-03 21:34:00,140] '/u/asap-the-rapper' has given '/u/Gingersnapyt' lambda! +[2020-09-03 21:34:02,514] /u/Gingersnapyt had their flair updated +[2020-09-03 21:37:30,245] '/u/_shitsplitter_' has given '/u/NarivaTV' lambda! +[2020-09-03 21:37:32,256] /u/NarivaTV had their flair updated +[2020-09-03 21:39:47,280] There has been a new submission: 'I just finished editing this one hour ago', with flair 'Video Critique' +[2020-09-03 21:39:47,977] /u/Itz_synthesize had their submission removed for insufficient lambda. +[2020-09-03 21:39:48,428] /u/Itz_synthesize had their flair updated +[2020-09-03 21:40:04,733] There has been a new submission: 'Please critique my video. This is the hardest video I’ve worked on but I need to know if I might’ve did too much', with flair 'Video Critique' +[2020-09-03 21:40:06,491] /u/girthy_bigmac had their submission removed for insufficient lambda. +[2020-09-03 21:40:08,908] /u/girthy_bigmac had their flair updated +[2020-09-03 21:40:29,787] There has been a new submission: 'Just hit 10k! Ask me anything I’ll try to help :)', with flair 'Discussion' +[2020-09-03 21:40:33,068] /u/Djbernie805 had their flair updated +[2020-09-03 21:43:53,006] There has been a new submission: 'I’m trying to work on editing to make more entertaining. Feedback please', with flair 'Video Critique' +[2020-09-03 21:43:54,727] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 21:43:54,766] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 21:43:55,833] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VzZ4XETERbs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 21:43:56,160] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2CIHiKsPnH8rRq4rJ1w2Ww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 21:43:58,951] /u/Gingersnapyt had their flair updated +[2020-09-03 21:44:34,256] There has been a new submission: 'So I compiled what I thought was the funniest videos on the internet', with flair 'Video Critique' +[2020-09-03 21:44:35,158] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 21:44:35,159] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 21:44:36,352] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZAYTWxM0Jh8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 21:44:36,763] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHBmjeYPR-Zt7fShQAOzaBw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 21:44:39,476] /u/wilvanpkro had their flair updated +[2020-09-03 21:45:09,135] There has been a new submission: 'It's time for a CHANGE in my channel.', with flair 'Discussion' +[2020-09-03 21:45:10,816] /u/Ikidamn had their flair updated +[2020-09-03 22:05:40,082] '/u/ThatLadMul' has given '/u/DanThePanda-YT' lambda! +[2020-09-03 22:05:42,908] /u/DanThePanda-YT had their flair updated +[2020-09-03 22:11:36,974] There has been a new submission: 'The BEST top 10 in madden the yard so far... if you like it leave a like and subscribe! If you think ya plays better? Drop the link and we’ll check them out!', with flair 'Gaming' +[2020-09-03 22:11:38,735] /u/joshuaiman had their submission removed for insufficient lambda. +[2020-09-03 22:11:40,992] /u/joshuaiman had their flair updated +[2020-09-03 22:14:24,099] There has been a new submission: 'So long gay bowser', with flair 'Gaming' +[2020-09-03 22:14:25,473] /u/Str8Villains had their submission removed for insufficient lambda. +[2020-09-03 22:14:27,235] /u/Str8Villains had their flair updated +[2020-09-03 22:20:29,457] There has been a new submission: 'Check out my channel, if you enjoy like and comment and subscribe 🤘🏻', with flair 'Gaming' +[2020-09-03 22:20:31,055] /u/Godly_Deadeye had their submission removed for insufficient lambda. +[2020-09-03 22:20:33,387] /u/Godly_Deadeye had their flair updated +[2020-09-03 22:22:21,548] There has been a new submission: 'Top 10 Disturbing Characters In Gaming', with flair 'Gaming' +[2020-09-03 22:22:23,066] /u/DaddyManThiccBoi had their submission removed for insufficient lambda. +[2020-09-03 22:22:25,158] /u/DaddyManThiccBoi had their flair updated +[2020-09-03 22:27:30,131] There has been a new submission: 'How long should you wait to promote a video?', with flair 'Discussion' +[2020-09-03 22:27:32,140] /u/LastCryForHelp had their flair updated +[2020-09-03 22:32:22,160] There has been a new submission: 'yes', with flair 'Art' +[2020-09-03 22:32:23,757] /u/Gralive had their submission removed for insufficient lambda. +[2020-09-03 22:32:25,887] /u/Gralive had their flair updated +[2020-09-03 22:35:07,834] There has been a new submission: 'I'm new to the Sub. Sounds awesome! I'd love some feedback or at least a compliment lmao thanks.', with flair 'Channel Review' +[2020-09-03 22:35:09,267] /u/AuzzyP93 had their submission removed for insufficient lambda. +[2020-09-03 22:35:11,066] /u/AuzzyP93 had their flair updated +[2020-09-03 22:43:31,123] There has been a new submission: 'Can you guyz tell how is the video?Also what improvement should I make to make it more interesting?I need your suggestion', with flair 'Video Critique' +[2020-09-03 22:43:32,577] /u/smartlistic had their submission removed for insufficient lambda. +[2020-09-03 22:43:34,485] /u/smartlistic had their flair updated +[2020-09-03 22:48:10,420] +#################### +[Sep 03 2020 22:48:10] RESTARTED +#################### + +[2020-09-03 23:27:28,046] There has been a new submission: 'A wet weekend in the Campervan PART TWO | VanVlogs Ep.7', with flair 'Vlog' +[2020-09-03 23:27:29,354] /u/JoeCo17 had their submission removed for insufficient lambda. +[2020-09-03 23:27:30,294] /u/JoeCo17 had their flair updated +[2020-09-03 23:27:49,560] '/u/Gingersnapyt' has given '/u/DaddyManThiccBoi' lambda! +[2020-09-03 23:27:50,994] /u/DaddyManThiccBoi had their flair updated +[2020-09-03 23:28:23,207] '/u/TeamRemavi' has given '/u/DaddyManThiccBoi' lambda! +[2020-09-03 23:28:25,171] /u/DaddyManThiccBoi had their flair updated +[2020-09-03 23:29:26,033] '/u/wilvanpkro' has given '/u/RsTGEKO' lambda! +[2020-09-03 23:29:27,874] /u/RsTGEKO had their flair updated +[2020-09-03 23:29:58,923] '/u/wilvanpkro' has given '/u/joshuaiman' lambda! +[2020-09-03 23:30:00,095] /u/joshuaiman had their flair updated +[2020-09-03 23:30:20,440] '/u/wilvanpkro' has given '/u/Kaidentheperson' lambda! +[2020-09-03 23:30:23,260] /u/Kaidentheperson had their flair updated +[2020-09-03 23:34:38,860] '/u/dacoobers' has given '/u/TeamRemavi' lambda! +[2020-09-03 23:34:41,245] /u/TeamRemavi had their flair updated +[2020-09-03 23:35:12,456] There has been a new submission: 'GTA 5 Mods - THOR'S HAMMER VS GTA 5 TRAIN!! (Funny Moments)', with flair 'Gaming' +[2020-09-03 23:35:13,586] /u/Zeleius_ had their submission removed for insufficient lambda. +[2020-09-03 23:35:14,915] /u/Zeleius_ had their flair updated +[2020-09-03 23:35:22,402] There has been a new submission: 'DOMINATING while playing with NEWBS! (FUNNY MOMENTS)', with flair 'Gaming' +[2020-09-03 23:35:23,544] /u/Palib12 had their submission removed for insufficient lambda. +[2020-09-03 23:35:24,975] /u/Palib12 had their flair updated +[2020-09-03 23:35:43,354] There has been a new submission: 'Good feed back will get lamba!', with flair 'Video Critique' +[2020-09-03 23:35:45,278] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 23:35:45,321] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 23:35:46,177] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_YNp2IMHrKE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:35:46,628] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmClIji0OKB8T3XXAhV2Fgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:35:49,045] /u/Kaidentheperson had their flair updated +[2020-09-03 23:36:07,107] There has been a new submission: 'Best Bitcoin & Cryptocurrency Trading Strategy - MACD ✔️(my new video, can you give me a feedback about my voice. I am considering to switch to text-to-speech if my voice is hard to follow)', with flair 'Video Critique' +[2020-09-03 23:36:08,293] /u/toadywho had their submission removed for insufficient lambda. +[2020-09-03 23:36:09,569] /u/toadywho had their flair updated +[2020-09-03 23:36:28,389] There has been a new submission: 'Starting a Gaming Channel || COD Season 5 Multiplayer GAMEPLAY!', with flair 'Video Critique' +[2020-09-03 23:36:29,531] /u/extraextra_pickles had their submission removed for insufficient lambda. +[2020-09-03 23:36:30,721] /u/extraextra_pickles had their flair updated +[2020-09-03 23:36:48,505] There has been a new submission: 'Funny Moments Compilation - GTA: Guys Siege Warfare', with flair 'Gaming' +[2020-09-03 23:36:49,855] /u/SoloMannnn had their submission removed for insufficient lambda. +[2020-09-03 23:36:51,696] /u/SoloMannnn had their flair updated +[2020-09-03 23:50:14,759] '/u/itsbootstrap' has given '/u/ricktherronyt' lambda! +[2020-09-03 23:50:17,079] /u/ricktherronyt had their flair updated +[2020-09-03 23:52:43,303] There has been a new submission: 'Give me Your worst...or best.', with flair 'Video Critique' +[2020-09-03 23:52:44,493] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 23:52:44,494] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 23:52:45,274] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OyYVs1IZBOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:52:45,688] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCjERlpkcPuuX1ls5_gQRiQg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:52:48,599] /u/Devestate101 had their flair updated +[2020-09-03 23:53:26,460] '/u/TeamRemavi' has given '/u/Yeetican' lambda! +[2020-09-03 23:53:29,077] /u/Yeetican had their flair updated +[2020-09-03 23:54:00,990] There has been a new submission: 'Attempt at a comedy vid! You think this format works? :) Giving lambda', with flair 'Video Critique' +[2020-09-03 23:54:02,463] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-03 23:54:02,465] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-03 23:54:03,448] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_8w6xbGC4es&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:54:03,775] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCelrgcutCQeKXHSH4YB8P1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-03 23:54:05,614] /u/ricktherronyt had their flair updated +[2020-09-03 23:58:18,811] Retrying due to ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-04 00:02:59,039] '/u/ricktherronyt' has given '/u/toadywho' lambda! +[2020-09-04 00:03:01,774] /u/toadywho had their flair updated +[2020-09-04 00:03:27,288] '/u/ayeitspablo' has given '/u/DaddyManThiccBoi' lambda! +[2020-09-04 00:03:30,123] /u/DaddyManThiccBoi had their flair updated +[2020-09-04 00:04:24,784] '/u/ayeitspablo' has given '/u/toadywho' lambda! +[2020-09-04 00:04:27,611] /u/toadywho had their flair updated +[2020-09-04 00:05:03,873] '/u/FindAKidneyDonor-Com' has given '/u/stburgess' lambda! +[2020-09-04 00:05:06,246] /u/stburgess had their flair updated +[2020-09-04 00:06:23,841] '/u/FindAKidneyDonor-Com' has given '/u/SnooPredictions5048' lambda! +[2020-09-04 00:06:26,181] /u/SnooPredictions5048 had their flair updated +[2020-09-04 00:07:24,413] '/u/FindAKidneyDonor-Com' has given '/u/justwilltheone' lambda! +[2020-09-04 00:07:25,931] /u/justwilltheone had their flair updated +[2020-09-04 00:08:01,061] '/u/FindAKidneyDonor-Com' has given '/u/ricktherronyt' lambda! +[2020-09-04 00:08:03,229] /u/ricktherronyt had their flair updated +[2020-09-04 00:08:36,145] '/u/FindAKidneyDonor-Com' has given '/u/CamDC123' lambda! +[2020-09-04 00:08:38,489] /u/CamDC123 had their flair updated +[2020-09-04 00:14:33,148] There has been a new submission: 'EVERYONE, I just made a different type of video than normally and wanted to see if i could get some honest feedback, maybe even a sub, thanks', with flair 'Video Critique' +[2020-09-04 00:14:34,453] /u/ricos_yt had their submission removed for insufficient lambda. +[2020-09-04 00:14:36,205] /u/ricos_yt had their flair updated +[2020-09-04 00:21:29,540] '/u/Gingersnapyt' has given '/u/Zeleius_' lambda! +[2020-09-04 00:21:32,328] /u/Zeleius_ had their flair updated +[2020-09-04 00:28:38,591] There has been a new submission: 'COD MW Best moments funny moments, fails, clutches', with flair 'Gaming' +[2020-09-04 00:28:39,440] /u/stockedchan21 had their submission removed for insufficient lambda. +[2020-09-04 00:28:40,315] /u/stockedchan21 had their flair updated +[2020-09-04 00:46:25,692] There has been a new submission: 'POKECONTROL | Pixelmon episode 5', with flair 'Gaming' +[2020-09-04 00:46:26,891] /u/Miss_Doctorog had their submission removed for insufficient lambda. +[2020-09-04 00:46:28,395] /u/Miss_Doctorog had their flair updated +[2020-09-04 00:48:10,664] +#################### +[Sep 04 2020 00:48:10] RESTARTED +#################### + +[2020-09-04 01:24:05,684] There has been a new submission: 'I will design your YT logo.', with flair 'Discussion' +[2020-09-04 01:24:07,938] /u/jdummies had their flair updated +[2020-09-04 01:24:26,202] There has been a new submission: 'A Way Out continues, and me and Matt retrieve the the chisel, and get it back to the cell, now its time to chisel our toilets while one of us are the lookout, do we get caught, find out by watching the video, hope you enjoy', with flair 'Gaming' +[2020-09-04 01:24:27,590] /u/HussMan-Gaming had their submission removed for insufficient lambda. +[2020-09-04 01:24:29,189] /u/HussMan-Gaming had their flair updated +[2020-09-04 01:24:46,938] There has been a new submission: 'Hey guys, Im new here trying to promote my gaming channel. Would appreciate it if you guys checked it out subscribe. Im open to any feedbacks. Thank You', with flair 'Gaming' +[2020-09-04 01:24:48,293] /u/SmokedOutGaming had their submission removed for insufficient lambda. +[2020-09-04 01:24:49,813] /u/SmokedOutGaming had their flair updated +[2020-09-04 01:33:53,991] '/u/TeamRemavi' has given '/u/TheGrimReaperki' lambda! +[2020-09-04 01:33:56,077] /u/TheGrimReaperki had their flair updated +[2020-09-04 01:34:43,610] '/u/TeamRemavi' has given '/u/gypster85' lambda! +[2020-09-04 01:34:46,116] /u/gypster85 had their flair updated +[2020-09-04 01:35:09,268] There has been a new submission: '(Collaboration) The search continues: Looking for Variety Gamers+Survival Horror Enthusiasts For A Podcast. Discord Community Options Also Available! -Serious Inquiries Only-', with flair 'Collab' +[2020-09-04 01:35:10,780] /u/RenOperative had their flair updated +[2020-09-04 01:35:16,036] There has been a new submission: 'One of my older videos.... just up honest opinions and feedback would be greatly appreciated givin some lambda', with flair 'Gaming' +[2020-09-04 01:35:17,639] /u/Spookerstar had their flair updated +[2020-09-04 01:35:25,861] There has been a new submission: 'Producer that makes copyright free music for content creators looking for people to use his music.', with flair 'Collab' +[2020-09-04 01:35:27,494] /u/awakenedclass had their flair updated +[2020-09-04 01:35:45,578] There has been a new submission: 'Top 10 Disturbing Characters In Gaming', with flair 'Gaming' +[2020-09-04 01:35:46,482] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 01:35:46,484] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 01:35:47,548] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=I_WKJkOZOy8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 01:35:48,083] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQDm8iYQIIzqr5lJtYWAysw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 01:35:50,826] /u/DaddyManThiccBoi had their flair updated +[2020-09-04 01:38:19,819] There has been a new submission: 'Does 1 Bad Video Ruin Momentum?', with flair 'Discussion' +[2020-09-04 01:38:21,215] /u/AgilixYT had their flair updated +[2020-09-04 01:54:39,651] There has been a new submission: 'I'd love to hear your feedback on the editing work for this video. Specifically the image (overlays) and the background music. Lamba given for all feedback. Thank you!', with flair 'Video Critique' +[2020-09-04 01:54:40,672] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 01:54:40,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 01:54:41,572] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HHnBZ_FsWc4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 01:54:42,023] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6rTt95oNmbTRpp53UoogIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 01:54:44,724] /u/308ar10 had their flair updated +[2020-09-04 01:56:40,298] There has been a new submission: 'Haven't played fortnite in a year, came back and made this. What y'all think? I've always loved making edits for this game.', with flair 'Gaming' +[2020-09-04 01:56:41,688] /u/DATBOI_BLACKSTAR had their submission removed for insufficient lambda. +[2020-09-04 01:56:43,779] /u/DATBOI_BLACKSTAR had their flair updated +[2020-09-04 02:00:12,538] '/u/308ar10' has given '/u/code_five_art' lambda! +[2020-09-04 02:00:14,858] /u/code_five_art had their flair updated +[2020-09-04 02:08:31,109] There has been a new submission: 'This is one of my more recent videos that I'm actually quite happy with, (even though it was an extremely unexpected video idea!). If you are open to checking it out, let me know what you think about it and give your feedback, good or bad. I'm all ears!!:)', with flair 'Video Critique' +[2020-09-04 02:08:32,057] /u/artistgrove21 had their submission removed for insufficient lambda. +[2020-09-04 02:08:33,000] /u/artistgrove21 had their flair updated +[2020-09-04 02:10:21,997] There has been a new submission: 'After 5 years, I found my niche!', with flair 'Discussion' +[2020-09-04 02:10:25,318] /u/ghoultail had their flair updated +[2020-09-04 02:15:07,690] There has been a new submission: '30 clutches in(Hypixel Skywars)-Montage', with flair 'Video Critique' +[2020-09-04 02:15:08,991] /u/silenus47 had their submission removed for insufficient lambda. +[2020-09-04 02:15:10,595] /u/silenus47 had their flair updated +[2020-09-04 02:29:22,327] There has been a new submission: 'Hey! Just trying to show people my channel. Beginner youtuber stuff lol I make all sort of what ever content I want. I just started .', with flair 'Channel Review' +[2020-09-04 02:29:23,075] /u/AG-F00 had their submission removed for insufficient lambda. +[2020-09-04 02:29:23,670] /u/AG-F00 had their flair updated +[2020-09-04 02:31:46,938] /u/Zeleius_ had their flair updated +[2020-09-04 02:37:14,671] There has been a new submission: 'My friend told me that this would be a great place to get honest feedback and help about my new YouTube channel! My editing skills are not great and any advice in that domain would also be super helpful! I’ll add a link to my most recent vid for you guys to check out! Thanks all :)', with flair 'Video Critique' +[2020-09-04 02:37:15,777] /u/SummeryHawk had their submission removed for insufficient lambda. +[2020-09-04 02:37:17,128] /u/SummeryHawk had their flair updated +[2020-09-04 02:38:21,227] '/u/Gingersnapyt' has given '/u/YaBoiCorrupt' lambda! +[2020-09-04 02:38:23,316] /u/YaBoiCorrupt had their flair updated +[2020-09-04 02:38:58,397] /u/kingury7 had their flair updated +[2020-09-04 02:42:30,209] There has been a new submission: 'Come check out my channel!! There's something for everyone here!!', with flair 'Channel Review' +[2020-09-04 02:42:31,727] /u/JasonAPurcell had their submission removed for insufficient lambda. +[2020-09-04 02:42:33,940] /u/JasonAPurcell had their flair updated +[2020-09-04 02:43:13,447] There has been a new submission: 'Walking dead part 1 is my gameplay video of somewhat nostalgic game for some people', with flair 'Gaming' +[2020-09-04 02:43:14,854] /u/potatobrogamzyt had their submission removed for insufficient lambda. +[2020-09-04 02:43:16,789] /u/potatobrogamzyt had their flair updated +[2020-09-04 02:48:21,809] +#################### +[Sep 04 2020 02:48:21] RESTARTED +#################### + +[2020-09-04 03:09:16,124] There has been a new submission: 'Hey guys, this is my first ever gaming video. I'm hoping you guys can check it out and give some feedback. I'm all for constructive criticism, so let me have it! Thanks in advance!', with flair 'Video Critique' +[2020-09-04 03:09:16,862] /u/noahbeige had their submission removed for insufficient lambda. +[2020-09-04 03:09:17,329] /u/noahbeige had their flair updated +[2020-09-04 03:15:30,725] There has been a new submission: 'i made a valorant gameplay video , any reaction are welcome', with flair 'Gaming' +[2020-09-04 03:15:32,135] /u/ervfs had their submission removed for insufficient lambda. +[2020-09-04 03:15:33,775] /u/ervfs had their flair updated +[2020-09-04 03:21:53,981] There has been a new submission: 'any reccomendations on what i can improve in my video ?', with flair 'Video Critique' +[2020-09-04 03:21:55,419] /u/boganism69 had their submission removed for insufficient lambda. +[2020-09-04 03:21:57,574] /u/boganism69 had their flair updated +[2020-09-04 03:25:29,589] There has been a new submission: 'Reacting to 90 day fiance - deavan and jihoon (if you could tell me how long it took you to get bored lol... trying to increase my audience retention)', with flair 'Video Critique' +[2020-09-04 03:25:30,990] /u/kheejintv had their submission removed for insufficient lambda. +[2020-09-04 03:25:32,589] /u/kheejintv had their flair updated +[2020-09-04 03:52:36,680] '/u/DaddyManThiccBoi' has given '/u/code_five_art' lambda! +[2020-09-04 03:52:38,694] /u/code_five_art had their flair updated +[2020-09-04 03:53:37,699] '/u/DaddyManThiccBoi' has given '/u/nillawafer1227' lambda! +[2020-09-04 03:53:39,598] /u/nillawafer1227 had their flair updated +[2020-09-04 04:00:00,228] '/u/yungrebel2050' has given '/u/joshuaiman' lambda! +[2020-09-04 04:00:01,613] /u/joshuaiman had their flair updated +[2020-09-04 04:00:50,081] '/u/yungrebel2050' has given '/u/DaddyManThiccBoi' lambda! +[2020-09-04 04:00:52,352] /u/DaddyManThiccBoi had their flair updated +[2020-09-04 04:26:28,428] There has been a new submission: 'I've gained 58 subscribers in the last 28 days and I've been stuck at 599 for two days...', with flair 'Discussion' +[2020-09-04 04:26:30,171] /u/vengeanceasx had their flair updated +[2020-09-04 04:42:14,199] There has been a new submission: 'I made a new valorant video, I make valorant videos as well as other stuff if anyone has some suggestions.', with flair 'Video Critique' +[2020-09-04 04:42:16,140] /u/Ligma333 had their submission removed for insufficient lambda. +[2020-09-04 04:42:18,229] /u/Ligma333 had their flair updated +[2020-09-04 04:43:15,372] There has been a new submission: 'How is my new video? Too much, too less editing? Music choices too much too little? Will give lamba for thoughtful reviews', with flair 'Video Critique' +[2020-09-04 04:43:15,910] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 04:43:15,911] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 04:43:16,011] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Okxw-VItlAY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 04:43:16,124] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4eGLCaLKkrnbUzWBEYvXrQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 04:43:18,928] /u/BiggityWapBap had their flair updated +[2020-09-04 04:44:34,504] There has been a new submission: 'Tech channel over Flutter and Hybrid App Development! Can I get a review over thumbail and channel outlook? Thank you!', with flair 'Channel Review' +[2020-09-04 04:44:36,061] /u/abhishvekpvt had their submission removed for insufficient lambda. +[2020-09-04 04:44:37,913] /u/abhishvekpvt had their flair updated +[2020-09-04 04:48:10,142] +#################### +[Sep 04 2020 04:48:10] RESTARTED +#################### + +[2020-09-04 05:05:10,390] There has been a new submission: 'If you're looking for an editor read this post', with flair 'Discussion' +[2020-09-04 05:05:11,954] /u/actuallyBIG had their flair updated +[2020-09-04 05:05:22,066] There has been a new submission: 'If you're looking for an editor read this post', with flair 'Discussion' +[2020-09-04 05:05:23,658] /u/actuallyBIG had their flair updated +[2020-09-04 05:06:19,771] There has been a new submission: 'How bad/good is a 3.1% CTR for someone who started posting just a month ago.', with flair 'Discussion' +[2020-09-04 05:06:21,826] /u/neo_one_one had their flair updated +[2020-09-04 05:06:56,156] There has been a new submission: 'the history of the english language', with flair 'Video Critique' +[2020-09-04 05:06:57,383] /u/william-wonka69420 had their submission removed for insufficient lambda. +[2020-09-04 05:06:58,365] /u/william-wonka69420 had their flair updated +[2020-09-04 05:14:26,503] '/u/TriceratopsJr' has given '/u/YaBoiCorrupt' lambda! +[2020-09-04 05:14:28,758] /u/YaBoiCorrupt had their flair updated +[2020-09-04 05:15:07,935] '/u/TriceratopsJr' has given '/u/nillawafer1227' lambda! +[2020-09-04 05:15:10,272] /u/nillawafer1227 had their flair updated +[2020-09-04 05:24:55,911] There has been a new submission: 'i won’t ask you to sub or like or anything. all i ask is that you turn your volume up all the way, and then tell me what you feel', with flair 'Video Critique' +[2020-09-04 05:24:57,222] /u/MrSambaCat had their submission removed for insufficient lambda. +[2020-09-04 05:24:58,990] /u/MrSambaCat had their flair updated +[2020-09-04 05:30:51,067] There has been a new submission: 'Ghost of Tsushima - Lady Masako Duel Boss Fight', with flair 'Gaming' +[2020-09-04 05:30:53,450] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-04 05:30:55,710] /u/naruto_naruto_123 had their flair updated +[2020-09-04 05:33:21,358] There has been a new submission: 'Lady Masako Duel Boss Fight', with flair 'Channel Review' +[2020-09-04 05:33:22,876] /u/naruto_naruto_123 had their submission removed for insufficient lambda. +[2020-09-04 05:33:25,134] /u/naruto_naruto_123 had their flair updated +[2020-09-04 05:34:34,990] There has been a new submission: '2020 Update Vlog - My update vlog for 2020, big things and big changes coming at long last.', with flair 'Vlog' +[2020-09-04 05:34:36,379] /u/Dustchu had their submission removed for insufficient lambda. +[2020-09-04 05:34:38,186] /u/Dustchu had their flair updated +[2020-09-04 05:49:38,776] There has been a new submission: 'Looking for others to play Among Us with!', with flair 'Gaming' +[2020-09-04 05:49:40,248] /u/YourSexyCellMate had their submission removed for insufficient lambda. +[2020-09-04 05:49:41,515] /u/YourSexyCellMate had their flair updated +[2020-09-04 05:51:16,153] There has been a new submission: '"Your Startup Disk is Almost Full". Have you ever received this message? Sure you did! Want to know how to edit your photos & thumbnails without having them IN YOUR computer? Check this out & please let me know if it helped you! :) I would love to know.', with flair 'Video Critique' +[2020-09-04 05:51:17,672] /u/priscilaelias had their submission removed for insufficient lambda. +[2020-09-04 05:51:21,036] /u/priscilaelias had their flair updated +[2020-09-04 05:55:05,969] There has been a new submission: 'Here comes Johnny! | Five Idiots play Dead by Daylight #1', with flair 'Gaming' +[2020-09-04 05:55:07,226] /u/FOCUSAL-ACE had their submission removed for insufficient lambda. +[2020-09-04 05:55:08,830] /u/FOCUSAL-ACE had their flair updated +[2020-09-04 05:55:26,052] There has been a new submission: 'Can someone checkout my channel RockyRoadYT', with flair 'Channel Review' +[2020-09-04 05:55:27,340] /u/drivenusa had their submission removed for insufficient lambda. +[2020-09-04 05:55:29,063] /u/drivenusa had their flair updated +[2020-09-04 06:04:29,626] There has been a new submission: 'Desk + Stationary 👩🏽💻 Organization Makeover 🌙✨', with flair 'Video Critique' +[2020-09-04 06:04:31,059] /u/ninacrossing had their submission removed for insufficient lambda. +[2020-09-04 06:04:33,153] /u/ninacrossing had their flair updated +[2020-09-04 06:39:45,897] There has been a new submission: 'Breaking a Record in Fall Guys', with flair 'Gaming' +[2020-09-04 06:39:46,865] /u/Cemitarydrive had their submission removed for insufficient lambda. +[2020-09-04 06:39:47,298] /u/Cemitarydrive had their flair updated +[2020-09-04 06:40:29,855] There has been a new submission: 'Pokemon go must watch!!', with flair 'Gaming' +[2020-09-04 06:40:32,094] /u/cal9150 had their submission removed for insufficient lambda. +[2020-09-04 06:40:34,426] /u/cal9150 had their flair updated +[2020-09-04 06:46:00,524] There has been a new submission: 'Epic pokemon go video please watch!', with flair 'Gaming' +[2020-09-04 06:46:01,884] /u/cal9150 had their submission removed for insufficient lambda. +[2020-09-04 06:46:03,433] /u/cal9150 had their flair updated +[2020-09-04 06:48:11,898] +#################### +[Sep 04 2020 06:48:11] RESTARTED +#################### + +[2020-09-04 07:14:08,572] '/u/nalyD_is_Cool' has given '/u/DanThePanda-YT' lambda! +[2020-09-04 07:14:10,748] /u/DanThePanda-YT had their flair updated +[2020-09-04 07:14:43,916] '/u/nalyD_is_Cool' has given '/u/cewphoon' lambda! +[2020-09-04 07:14:45,758] /u/cewphoon had their flair updated +[2020-09-04 07:15:15,622] '/u/ricktherronyt' has given '/u/wenbilson' lambda! +[2020-09-04 07:15:16,922] /u/wenbilson had their flair updated +[2020-09-04 07:15:29,974] There has been a new submission: 'Capturing The Essence of Dark Souls - The Last Campfire Review / Made a shorter review of a new indie game, also my first editing ever. All feedback is appreciated!', with flair 'Video Critique' +[2020-09-04 07:15:31,733] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 07:15:31,735] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 07:15:32,887] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=xGASCP8l4AE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:15:33,178] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuNwlBykm2a4OlmS4ZuTh4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:15:35,598] /u/Callu23 had their flair updated +[2020-09-04 07:15:53,362] There has been a new submission: '10 SIMPLE WAYS TO REDUCE STRESS', with flair 'Channel Review' +[2020-09-04 07:15:54,345] /u/sajinalnobl had their submission removed for insufficient lambda. +[2020-09-04 07:15:55,619] /u/sajinalnobl had their flair updated +[2020-09-04 07:18:03,135] There has been a new submission: 'My first time using lots of cameras for different angles. It’s a long video (30 mins) It took me a long time to edit. My laptop couldn’t handle the large files 🙈', with flair 'Video Critique' +[2020-09-04 07:18:03,954] /u/yummyyemi2020 had their submission removed for insufficient lambda. +[2020-09-04 07:18:04,774] /u/yummyyemi2020 had their flair updated +[2020-09-04 07:20:30,388] There has been a new submission: 'I am small YouTuber can you guys give some support and advice', with flair 'Gaming' +[2020-09-04 07:20:32,349] /u/codplAyer320 had their submission removed for insufficient lambda. +[2020-09-04 07:20:34,732] /u/codplAyer320 had their flair updated +[2020-09-04 07:36:10,453] '/u/Devestate101' has given '/u/toadywho' lambda! +[2020-09-04 07:36:12,913] /u/toadywho had their flair updated +[2020-09-04 07:37:50,271] '/u/Devestate101' has given '/u/wenbilson' lambda! +[2020-09-04 07:37:52,567] /u/wenbilson had their flair updated +[2020-09-04 07:38:36,544] /u/wenbilson had their flair updated +[2020-09-04 07:39:17,325] There has been a new submission: 'VidIQ Boost Free 2020 | How To Get VidIQ Pro For Free 2020 | No Vidiq Cr...', with flair 'Thumbnail Review' +[2020-09-04 07:39:18,268] /u/Technovicky had their submission removed for insufficient lambda. +[2020-09-04 07:39:18,923] /u/Technovicky had their flair updated +[2020-09-04 07:49:04,924] There has been a new submission: 'The impact of Time on Katana Zero's Design. My latest video and I've really tried to improving the editing quality, what do you think?', with flair 'Video Critique' +[2020-09-04 07:49:06,111] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 07:49:06,112] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 07:49:07,258] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5vtnBvSPenI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:49:07,748] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6aQEF78lWr-b2TKL0y_asA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:49:09,428] /u/CamDC123 had their flair updated +[2020-09-04 07:50:37,120] '/u/Devestate101' has given '/u/nillawafer1227' lambda! +[2020-09-04 07:50:39,868] /u/nillawafer1227 had their flair updated +[2020-09-04 07:55:11,632] There has been a new submission: '(Gaming Collab) Looking for Among Us players', with flair 'Collab' +[2020-09-04 07:55:14,378] /u/YourSexyCellMate had their flair updated +[2020-09-04 07:57:56,870] '/u/ayeitspablo' has given '/u/intrepidgrlventure' lambda! +[2020-09-04 07:57:58,047] /u/intrepidgrlventure had their flair updated +[2020-09-04 07:59:10,161] There has been a new submission: 'Best Bitcoin & Cryptocurrency Trading Strategy - MACD ✔️ (be honest with me and criticize me!)', with flair 'Video Critique' +[2020-09-04 07:59:10,568] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 07:59:10,569] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 07:59:10,874] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=XINxIPUVKAc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:59:11,064] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVnTVr3lGr1Z0_7DtWQ-gWA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 07:59:12,258] /u/toadywho had their flair updated +[2020-09-04 07:59:26,115] '/u/Devestate101' has given '/u/AlsleumMusic' lambda! +[2020-09-04 07:59:27,588] /u/AlsleumMusic had their flair updated +[2020-09-04 08:03:38,634] There has been a new submission: 'Hilarious blind folded soccer challenge with dare', with flair 'Thumbnail Review' +[2020-09-04 08:03:40,153] /u/TwoAlite21 had their submission removed for insufficient lambda. +[2020-09-04 08:03:42,043] /u/TwoAlite21 had their flair updated +[2020-09-04 08:20:19,725] There has been a new submission: 'I made my first video. Just need to know if people enjoy my voice because i kind of hate it. Please be honest', with flair 'Video Critique' +[2020-09-04 08:20:21,282] /u/epicmonkey1606 had their submission removed for insufficient lambda. +[2020-09-04 08:20:23,829] /u/epicmonkey1606 had their flair updated +[2020-09-04 08:20:43,752] There has been a new submission: 'What DOOM Makes You Feel? (DOOM Eternal) Giving Lambda to any feedback, thank you!', with flair 'Video Critique' +[2020-09-04 08:20:44,578] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 08:20:44,616] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 08:20:45,518] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2-HApt2eung&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 08:20:45,929] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkqa8d98yPAoKyHuQDyTgdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 08:20:49,295] /u/FishyLotus had their flair updated +[2020-09-04 08:22:23,279] There has been a new submission: 'When summer is coming and you are chubby enough :)', with flair 'Channel Review' +[2020-09-04 08:22:24,835] /u/Abrad1984 had their submission removed for insufficient lambda. +[2020-09-04 08:22:26,804] /u/Abrad1984 had their flair updated +[2020-09-04 08:48:12,245] +#################### +[Sep 04 2020 08:48:12] RESTARTED +#################### + +[2020-09-04 09:15:05,650] '/u/asap-the-rapper' has given '/u/SnooPredictions5048' lambda! +[2020-09-04 09:15:08,065] /u/SnooPredictions5048 had their flair updated +[2020-09-04 09:15:16,348] '/u/FishyLotus' has given '/u/CRB776' lambda! +[2020-09-04 09:15:17,600] /u/CRB776 had their flair updated +[2020-09-04 09:15:38,433] '/u/FishyLotus' has given '/u/GoonedHaha' lambda! +[2020-09-04 09:15:40,689] /u/GoonedHaha had their flair updated +[2020-09-04 09:16:30,324] '/u/FishyLotus' has given '/u/lasikuuri96' lambda! +[2020-09-04 09:16:32,334] /u/lasikuuri96 had their flair updated +[2020-09-04 09:16:46,734] There has been a new submission: 'The Easiest Recipe Ever | Infused Rice Krispies Treats', with flair 'Channel Review' +[2020-09-04 09:16:47,757] /u/Nellee_K had their submission removed for insufficient lambda. +[2020-09-04 09:16:48,868] /u/Nellee_K had their flair updated +[2020-09-04 09:30:26,055] '/u/308ar10' has given '/u/YaBoiCorrupt' lambda! +[2020-09-04 09:30:28,346] /u/YaBoiCorrupt had their flair updated +[2020-09-04 09:31:38,132] '/u/308ar10' has given '/u/yobo723' lambda! +[2020-09-04 09:31:40,803] /u/yobo723 had their flair updated +[2020-09-04 09:34:45,900] '/u/308ar10' has given '/u/LexPlex9000' lambda! +[2020-09-04 09:34:48,440] /u/LexPlex9000 had their flair updated +[2020-09-04 09:35:07,937] There has been a new submission: 'Little something I made recently, any feedback is appreciated!', with flair 'Video Critique' +[2020-09-04 09:35:09,460] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 09:35:09,462] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 09:35:09,599] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8IPpLwB1_NY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 09:35:09,730] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWoI-LHW6KRj6Q1lAsbDLTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 09:35:11,725] /u/lasikuuri96 had their flair updated +[2020-09-04 09:37:14,314] '/u/308ar10' has given '/u/SnooPredictions5048' lambda! +[2020-09-04 09:37:16,609] /u/SnooPredictions5048 had their flair updated +[2020-09-04 09:38:09,508] '/u/308ar10' has given '/u/midnightjenga' lambda! +[2020-09-04 09:38:11,798] /u/midnightjenga had their flair updated +[2020-09-04 09:39:15,058] '/u/308ar10' has given '/u/WordHistorian' lambda! +[2020-09-04 09:39:17,100] /u/WordHistorian had their flair updated +[2020-09-04 09:55:47,666] '/u/itsbootstrap' has given '/u/TheGrimReaperki' lambda! +[2020-09-04 09:55:50,040] /u/TheGrimReaperki had their flair updated +[2020-09-04 09:56:12,486] '/u/itsbootstrap' has given '/u/FishyLotus' lambda! +[2020-09-04 09:56:14,741] /u/FishyLotus had their flair updated +[2020-09-04 10:20:10,812] There has been a new submission: 'QUESTION: Unworthy of attention?', with flair 'Discussion' +[2020-09-04 10:20:13,344] /u/HazmatFTW had their flair updated +[2020-09-04 10:31:00,731] There has been a new submission: 'Please check out my channel I work hard on it everyday', with flair 'Channel Review' +[2020-09-04 10:31:02,836] /u/Chadhopkins223 had their submission removed for insufficient lambda. +[2020-09-04 10:31:05,060] /u/Chadhopkins223 had their flair updated +[2020-09-04 10:33:00,626] There has been a new submission: 'I Fell Of The Skateboard So Much - Skate 3', with flair 'Gaming' +[2020-09-04 10:33:02,140] /u/mr_roblox_ had their submission removed for insufficient lambda. +[2020-09-04 10:33:04,147] /u/mr_roblox_ had their flair updated +[2020-09-04 10:48:12,248] +#################### +[Sep 04 2020 10:48:12] RESTARTED +#################### + +[2020-09-04 11:10:34,603] There has been a new submission: 'Looking for some feedback to improve!', with flair 'Channel Review' +[2020-09-04 11:10:36,697] /u/SirDunksie had their submission removed for insufficient lambda. +[2020-09-04 11:10:38,995] /u/SirDunksie had their flair updated +[2020-09-04 11:11:32,054] '/u/Noxidy' has given '/u/TomSense' lambda! +[2020-09-04 11:11:35,053] /u/TomSense had their flair updated +[2020-09-04 11:21:27,019] '/u/FishyLotus' has given '/u/Inspiron1501' lambda! +[2020-09-04 11:21:29,769] /u/Inspiron1501 had their flair updated +[2020-09-04 11:23:18,502] '/u/lasikuuri96' has given '/u/Inspiron1501' lambda! +[2020-09-04 11:23:20,960] /u/Inspiron1501 had their flair updated +[2020-09-04 11:27:20,591] Starting every day program... +[2020-09-04 11:27:20,591] Updating database statistics... +[2020-09-04 11:27:21,417] Posting and updating wiki... +[2020-09-04 11:27:47,781] Formatting leaderboard... +[2020-09-04 11:27:48,765] Updating sidebar... +[2020-09-04 11:27:49,051] Updated in new reddit... +[2020-09-04 11:27:50,817] Updated in old reddit... +[2020-09-04 11:27:50,817] Completed. +[2020-09-04 11:34:14,422] '/u/CamDC123' has given '/u/Urmi99' lambda! +[2020-09-04 11:34:17,087] /u/Urmi99 had their flair updated +[2020-09-04 11:36:26,253] '/u/FishyLotus' has given '/u/Universal-Pro-Tech' lambda! +[2020-09-04 11:36:28,677] /u/Universal-Pro-Tech had their flair updated +[2020-09-04 11:55:54,743] There has been a new submission: 'Como está la situación en BARCELONA? Así es VOLAR EN AVIÓN durante la PANDEMIA ✈', with flair 'Vlog' +[2020-09-04 11:55:56,054] /u/Lifeofmaggi had their submission removed for insufficient lambda. +[2020-09-04 11:55:57,659] /u/Lifeofmaggi had their flair updated +[2020-09-04 11:57:07,298] There has been a new submission: 'How can i fix my voice', with flair 'Discussion' +[2020-09-04 11:57:08,851] /u/epicmonkey1606 had their flair updated +[2020-09-04 12:02:08,126] '/u/jdabs29' has given '/u/AlsleumMusic' lambda! +[2020-09-04 12:02:10,667] /u/AlsleumMusic had their flair updated +[2020-09-04 12:07:22,815] There has been a new submission: 'I tried a new color palette, as well as a new end screen. Let me know what you think. Giving lambda for good critique.', with flair 'Video Critique' +[2020-09-04 12:07:24,410] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 12:07:24,452] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 12:07:25,314] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Ziw8NyB8nxM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:07:25,764] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyHZ35JMU0MNVZiWhV8Sx0Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:07:28,140] /u/PurpleFisty had their flair updated +[2020-09-04 12:08:01,892] There has been a new submission: 'The Greatest 80's Action Hero - Hey dudes, I feel like I'm putting out good content but I'm struggling to grow and would love some feedback, tips or anything on about my video and Channel. Thanks.', with flair 'Video Critique' +[2020-09-04 12:08:02,915] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 12:08:02,953] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 12:08:04,717] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ONOolxduxPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:08:05,128] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCBkwsMsQnQQbQQ2Dy7p7TxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:08:07,216] /u/wenbilson had their flair updated +[2020-09-04 12:10:32,650] There has been a new submission: 'Marvel's Avengers, a new hero. Part 1.', with flair 'Gaming' +[2020-09-04 12:10:34,420] /u/XA1CE had their submission removed for insufficient lambda. +[2020-09-04 12:10:36,793] /u/XA1CE had their flair updated +[2020-09-04 12:12:33,866] There has been a new submission: 'makeup tutorial,beautiful makeup tutorials,tips and tricks,beauty and style by jennifer', with flair 'Channel Review' +[2020-09-04 12:12:35,330] /u/BANOMAHMOOD had their submission removed for insufficient lambda. +[2020-09-04 12:12:37,329] /u/BANOMAHMOOD had their flair updated +[2020-09-04 12:15:05,946] There has been a new submission: 'ao oni funny and scary moments', with flair 'Gaming' +[2020-09-04 12:15:07,243] /u/trolleddy1 had their submission removed for insufficient lambda. +[2020-09-04 12:15:08,891] /u/trolleddy1 had their flair updated +[2020-09-04 12:15:43,297] There has been a new submission: 'My sub count on my YouTube studio analytics differs from my home page. IS THIS A GLITCH?', with flair 'Meta' +[2020-09-04 12:15:45,203] /u/Articwolf26 had their flair updated +[2020-09-04 12:16:15,854] There has been a new submission: 'What The Ladybird Heard', with flair 'Video Critique' +[2020-09-04 12:16:18,087] /u/familystorytime had their submission removed for insufficient lambda. +[2020-09-04 12:16:19,537] /u/familystorytime had their flair updated +[2020-09-04 12:18:07,517] There has been a new submission: 'Is Online Learning Replacing Our School Systems?', with flair 'Video Critique' +[2020-09-04 12:18:08,503] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 12:18:08,582] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 12:18:09,524] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=hs0D2_e-T4M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:18:09,934] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCwOWDMeUhefu9aU79RP-FWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 12:18:12,063] /u/MafiasFinestTV had their flair updated +[2020-09-04 12:26:36,089] There has been a new submission: 'Hey I need some help, I am stuck in a bit of a rut with Youtube', with flair 'Channel Review' +[2020-09-04 12:26:37,238] /u/JJAweSomeK had their submission removed for insufficient lambda. +[2020-09-04 12:26:39,182] /u/JJAweSomeK had their flair updated +[2020-09-04 12:30:03,323] There has been a new submission: 'Custom Air Jordan 1s x Dragon Ball', with flair 'Video Critique' +[2020-09-04 12:30:04,961] /u/GAB_Evangelist had their submission removed for insufficient lambda. +[2020-09-04 12:30:07,873] /u/GAB_Evangelist had their flair updated +[2020-09-04 12:34:37,160] There has been a new submission: 'Who are the Powerful Fire Users in Anime?||anime', with flair 'Video Critique' +[2020-09-04 12:34:38,590] /u/smartlistic had their submission removed for insufficient lambda. +[2020-09-04 12:34:40,477] /u/smartlistic had their flair updated +[2020-09-04 12:36:00,160] There has been a new submission: 'Fellow Gamers! I need some help in picking a mic', with flair 'Discussion' +[2020-09-04 12:36:02,114] /u/TrippleGoat had their flair updated +[2020-09-04 12:36:53,896] There has been a new submission: 'Need help with picking a new microphone!', with flair 'Discussion' +[2020-09-04 12:36:55,455] /u/TrippleGoat had their flair updated +[2020-09-04 12:39:32,941] There has been a new submission: 'This sub has gone to shit because of the Lambda whoring in titles', with flair 'Discussion' +[2020-09-04 12:39:34,665] /u/Callu23 had their flair updated +[2020-09-04 12:41:37,875] There has been a new submission: 'Nvidia experts talks about the RTX 2080 Ti and RTX 3070', with flair 'Video Critique' +[2020-09-04 12:41:39,354] /u/sahand-dyar had their submission removed for insufficient lambda. +[2020-09-04 12:41:41,694] /u/sahand-dyar had their flair updated +[2020-09-04 12:43:04,472] There has been a new submission: 'I need your feedback with my music. I am recording with my cell phone, quality isn't great.Any ideas on what microphone should I buy????', with flair 'Video Critique' +[2020-09-04 12:43:05,995] /u/Mysterious_Carrot_57 had their submission removed for insufficient lambda. +[2020-09-04 12:43:07,939] /u/Mysterious_Carrot_57 had their flair updated +[2020-09-04 12:44:31,426] There has been a new submission: '2021 Goals', with flair 'Gaming' +[2020-09-04 12:44:32,744] /u/toyfan1990 had their submission removed for insufficient lambda. +[2020-09-04 12:44:34,660] /u/toyfan1990 had their flair updated +[2020-09-04 12:44:47,370] '/u/lasikuuri96' has given '/u/ChoppedRamen' lambda! +[2020-09-04 12:44:49,092] /u/ChoppedRamen had their flair updated +[2020-09-04 12:48:11,534] +#################### +[Sep 04 2020 12:48:11] RESTARTED +#################### + +[2020-09-04 13:25:56,399] There has been a new submission: 'Giving lambda for helpful feedbacks and good content critique. My niche is foreign language learning. :D', with flair 'Video Critique' +[2020-09-04 13:25:58,657] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 13:25:58,782] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 13:25:59,971] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tOgC2Y8YSMg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 13:26:00,386] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5bFA6wn4aa919n9PBxaKfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 13:26:02,511] /u/SnooPredictions5048 had their flair updated +[2020-09-04 13:26:37,370] '/u/MafiasFinestTV' has given '/u/Zeleius_' lambda! +[2020-09-04 13:26:39,419] /u/Zeleius_ had their flair updated +[2020-09-04 13:28:10,532] '/u/emyschiffer' has given '/u/Yeetican' lambda! +[2020-09-04 13:28:12,865] /u/Yeetican had their flair updated +[2020-09-04 13:28:30,208] '/u/emyschiffer' has given '/u/cazarb1' lambda! +[2020-09-04 13:28:31,640] /u/cazarb1 had their flair updated +[2020-09-04 13:28:49,090] '/u/emyschiffer' has given '/u/intrepidgrlventure' lambda! +[2020-09-04 13:28:51,090] /u/intrepidgrlventure had their flair updated +[2020-09-04 13:29:51,909] '/u/emyschiffer' has given '/u/visibly_hangry' lambda! +[2020-09-04 13:29:53,838] /u/visibly_hangry had their flair updated +[2020-09-04 13:30:38,331] There has been a new submission: '2 Years in the making! Its a mixture of gameplay and scripted 2D animation, was very time-consuming to make, would love some feedback on it.', with flair 'Gaming' +[2020-09-04 13:30:40,989] /u/SvinciprovaM had their submission removed for insufficient lambda. +[2020-09-04 13:30:43,252] /u/SvinciprovaM had their flair updated +[2020-09-04 13:31:02,964] There has been a new submission: 'What could I have done better in this video? I want to be my best for my audience', with flair 'Video Critique' +[2020-09-04 13:31:04,889] /u/AgilixYT had their submission removed for insufficient lambda. +[2020-09-04 13:31:07,141] /u/AgilixYT had their flair updated +[2020-09-04 13:32:14,138] '/u/wilvanpkro' has given '/u/lolaccounting' lambda! +[2020-09-04 13:32:16,808] /u/lolaccounting had their flair updated +[2020-09-04 13:32:39,236] /u/lolaccounting had their flair updated +[2020-09-04 13:33:13,823] '/u/wilvanpkro' has given '/u/FishyLotus' lambda! +[2020-09-04 13:33:16,285] /u/FishyLotus had their flair updated +[2020-09-04 13:34:47,575] '/u/MafiasFinestTV' has given '/u/HookedOnAFeeling360' lambda! +[2020-09-04 13:34:50,113] /u/HookedOnAFeeling360 had their flair updated +[2020-09-04 13:40:50,394] '/u/Spookerstar' has given '/u/WordHistorian' lambda! +[2020-09-04 13:40:53,549] /u/WordHistorian had their flair updated +[2020-09-04 13:41:54,111] '/u/Spookerstar' has given '/u/cazarb1' lambda! +[2020-09-04 13:41:56,985] /u/cazarb1 had their flair updated +[2020-09-04 13:43:49,211] There has been a new submission: 'What is Deep Tissue Massage | Deep Tissue Massage Benefits | Elite Healers Massage Therapy NYC', with flair 'Vlog' +[2020-09-04 13:43:50,765] /u/EliteHealersMT had their submission removed for insufficient lambda. +[2020-09-04 13:43:52,611] /u/EliteHealersMT had their flair updated +[2020-09-04 13:44:48,353] '/u/SnooPredictions5048' has given '/u/gunpla-daddy' lambda! +[2020-09-04 13:44:50,365] /u/gunpla-daddy had their flair updated +[2020-09-04 13:50:22,330] '/u/SnooPredictions5048' has given '/u/HookedOnAFeeling360' lambda! +[2020-09-04 13:50:25,038] /u/HookedOnAFeeling360 had their flair updated +[2020-09-04 13:58:01,552] There has been a new submission: 'This is my most recent video. I've been growing a lot more than I was before recently, so any new advice would be much appreciated! Lambda for good responses only...', with flair 'Video Critique' +[2020-09-04 13:58:02,614] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 13:58:02,616] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 13:58:03,680] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wW_KpQ77kIU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 13:58:04,051] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3KHLCqC1WbcSLp48E2HuGw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 13:58:06,137] /u/HookedOnAFeeling360 had their flair updated +[2020-09-04 13:59:26,809] There has been a new submission: 'really small youtuber looking for collab', with flair 'Collab' +[2020-09-04 13:59:27,630] /u/Rope_Tall had their flair updated +[2020-09-04 13:59:37,448] There has been a new submission: 'Minecraft V for Vanilla: S6 Ep1: Dirt Huts and Friends!', with flair 'Gaming' +[2020-09-04 13:59:38,172] /u/Skimble-Skamble97 had their submission removed for insufficient lambda. +[2020-09-04 13:59:38,654] /u/Skimble-Skamble97 had their flair updated +[2020-09-04 14:11:40,403] '/u/MafiasFinestTV' has given '/u/liluzisquirt_' lambda! +[2020-09-04 14:11:43,070] /u/liluzisquirt_ had their flair updated +[2020-09-04 14:13:24,497] '/u/usualgamer94' has given '/u/mreverdred01' lambda! +[2020-09-04 14:13:26,371] /u/mreverdred01 had their flair updated +[2020-09-04 14:14:50,841] There has been a new submission: 'Is there anything that I could change about the thumbnail? Is it too much? Episode 0 : Lizzie's Classified School Survival Guide, the ultimate guide to YOUR School Years.', with flair 'Thumbnail Review' +[2020-09-04 14:14:52,130] /u/ElizabethOjukwu had their submission removed for insufficient lambda. +[2020-09-04 14:14:53,806] /u/ElizabethOjukwu had their flair updated +[2020-09-04 14:19:19,098] There has been a new submission: 'I reviewed the Russian Alien Invasion film ***Sputnik*** . Let me know what you guys think! And any suggestions are welcome.', with flair 'Video Critique' +[2020-09-04 14:19:20,001] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 14:19:20,039] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 14:19:20,939] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3phXnTlOEv4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 14:19:21,392] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYW-acXDIh9FWceSmF8IOOw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 14:19:22,993] /u/keegzilla90 had their flair updated +[2020-09-04 14:20:18,161] '/u/HookedOnAFeeling360' has given '/u/liluzisquirt_' lambda! +[2020-09-04 14:20:20,767] /u/liluzisquirt_ had their flair updated +[2020-09-04 14:24:13,702] /u/CopperPanMan had their flair updated +[2020-09-04 14:24:36,257] '/u/wenbilson' has given '/u/HookedOnAFeeling360' lambda! +[2020-09-04 14:24:39,047] /u/HookedOnAFeeling360 had their flair updated +[2020-09-04 14:26:18,826] '/u/wenbilson' has given '/u/MafiasFinestTV' lambda! +[2020-09-04 14:26:20,835] /u/MafiasFinestTV had their flair updated +[2020-09-04 14:26:38,222] /u/HookedOnAFeeling360 had their flair updated +[2020-09-04 14:27:29,855] There has been a new submission: 'Finding a niche', with flair 'Discussion' +[2020-09-04 14:27:31,251] /u/artistgrove21 had their flair updated +[2020-09-04 14:28:29,495] '/u/SnooPredictions5048' has given '/u/MafiasFinestTV' lambda! +[2020-09-04 14:28:30,534] /u/MafiasFinestTV had their flair updated +[2020-09-04 14:29:25,519] '/u/lasikuuri96' has given '/u/BrassBallsComedy' lambda! +[2020-09-04 14:29:26,398] /u/BrassBallsComedy had their flair updated +[2020-09-04 14:31:28,397] '/u/SnooPredictions5048' has given '/u/AgilixYT' lambda! +[2020-09-04 14:31:30,664] /u/AgilixYT had their flair updated +[2020-09-04 14:33:04,903] '/u/lasikuuri96' has given '/u/AgilixYT' lambda! +[2020-09-04 14:33:08,014] /u/AgilixYT had their flair updated +[2020-09-04 14:34:23,271] There has been a new submission: 'All streamers can relate to this. This is a theory on why people leave when switching games while streaming.', with flair 'Video Critique' +[2020-09-04 14:34:24,992] /u/BettyShow had their submission removed for insufficient lambda. +[2020-09-04 14:34:27,537] /u/BettyShow had their flair updated +[2020-09-04 14:38:41,275] There has been a new submission: 'please check out my youtube channel, 69.420% of people who subscribe get a bigger pp', with flair 'Gaming' +[2020-09-04 14:38:42,256] /u/Silas017 had their submission removed for insufficient lambda. +[2020-09-04 14:38:43,115] /u/Silas017 had their flair updated +[2020-09-04 14:40:04,930] There has been a new submission: '4K Monsoon southeast Arizona 8 15 2020', with flair 'Channel Review' +[2020-09-04 14:40:06,813] /u/StarArcade1 had their submission removed for insufficient lambda. +[2020-09-04 14:40:09,272] /u/StarArcade1 had their flair updated +[2020-09-04 14:41:06,989] There has been a new submission: 'Arizona Sunset Monsoon 4K August 2020 | Star Arcade', with flair 'Channel Review' +[2020-09-04 14:41:08,753] /u/StarArcade1 had their submission removed for insufficient lambda. +[2020-09-04 14:41:11,007] /u/StarArcade1 had their flair updated +[2020-09-04 14:47:42,425] '/u/FishyLotus' has given '/u/VeimanBeatbox' lambda! +[2020-09-04 14:48:11,351] +#################### +[Sep 04 2020 14:48:11] RESTARTED +#################### + +[2020-09-04 15:28:30,623] There has been a new submission: 'I’ve been stuck around 85 subs for weeks now it would mean a lot if you checked my channel out!!', with flair 'Gaming' +[2020-09-04 15:28:31,977] /u/josh90704 had their submission removed for insufficient lambda. +[2020-09-04 15:28:32,839] /u/josh90704 had their flair updated +[2020-09-04 15:28:50,093] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 4 - Abomination Boss (Full Game)', with flair 'Gaming' +[2020-09-04 15:28:50,952] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-04 15:28:51,690] /u/CecliusPlaysHD had their flair updated +[2020-09-04 15:29:08,551] There has been a new submission: 'BEST FRIEND ASKS OUT HIS CRUSH IN SCHOOL! (EMOTIONAL)', with flair 'Vlog' +[2020-09-04 15:29:09,495] /u/HeyiTzFiNn had their submission removed for insufficient lambda. +[2020-09-04 15:29:10,149] /u/HeyiTzFiNn had their flair updated +[2020-09-04 15:29:27,106] There has been a new submission: 'Terminator Resistance Review', with flair 'Gaming' +[2020-09-04 15:29:27,846] /u/joecobragaming had their submission removed for insufficient lambda. +[2020-09-04 15:29:28,383] /u/joecobragaming had their flair updated +[2020-09-04 15:29:45,944] There has been a new submission: 'Recently started my channel, started out w unboxing some street wear from Chinatown Market X Grateful Dead. Anyone advice from the more experienced youtubers here?', with flair 'Video Critique' +[2020-09-04 15:29:46,723] /u/laughsbylauren had their submission removed for insufficient lambda. +[2020-09-04 15:29:47,213] /u/laughsbylauren had their flair updated +[2020-09-04 15:35:11,107] '/u/nalyD_is_Cool' has given '/u/FishyLotus' lambda! +[2020-09-04 15:35:12,671] /u/FishyLotus had their flair updated +[2020-09-04 15:35:28,132] '/u/nalyD_is_Cool' has given '/u/Kaidentheperson' lambda! +[2020-09-04 15:35:30,433] /u/Kaidentheperson had their flair updated +[2020-09-04 15:36:04,444] '/u/lasikuuri96' has given '/u/VeimanBeatbox' lambda! +[2020-09-04 15:36:06,780] /u/VeimanBeatbox had their flair updated +[2020-09-04 15:38:25,746] '/u/PurpleFisty' has given '/u/ChoppedRamen' lambda! +[2020-09-04 15:38:28,001] /u/ChoppedRamen had their flair updated +[2020-09-04 15:39:03,059] '/u/PurpleFisty' has given '/u/Zeleius_' lambda! +[2020-09-04 15:39:04,615] /u/Zeleius_ had their flair updated +[2020-09-04 15:40:24,818] '/u/PurpleFisty' has given '/u/AgilixYT' lambda! +[2020-09-04 15:40:27,647] /u/AgilixYT had their flair updated +[2020-09-04 15:42:20,042] '/u/PurpleFisty' has given '/u/usualgamer94' lambda! +[2020-09-04 15:42:22,623] /u/usualgamer94 had their flair updated +[2020-09-04 15:45:12,245] There has been a new submission: 'New Chinese Anime - Fog Hill of Five Element AMV - Phoenix', with flair 'Channel Review' +[2020-09-04 15:45:13,558] /u/SnooStrawberries2015 had their submission removed for insufficient lambda. +[2020-09-04 15:45:14,990] /u/SnooStrawberries2015 had their flair updated +[2020-09-04 15:45:33,815] There has been a new submission: 'Omegle Prank Video During TylerFunke Birthday Livestream. Looking For Moments That Are Dull/Ideas For Extra Memes, Edits Etc. Suggestions For The Black Background For The Omegle Screen. All Helpful Feedback Will BE Given Lambda.', with flair 'Video Critique' +[2020-09-04 15:45:35,536] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 15:45:35,538] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 15:45:36,439] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=wE57rlQDAaY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:45:36,848] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8V7cmQ5BHFJgi0F8uWIW3Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:45:39,232] /u/DreamingSlugger had their flair updated +[2020-09-04 15:45:57,158] There has been a new submission: 'Call Of Duty Modern Warfare: Team Deathmatch Gameplay (No Commentary)', with flair 'Channel Review' +[2020-09-04 15:45:58,270] /u/xGAMANx had their submission removed for insufficient lambda. +[2020-09-04 15:45:59,831] /u/xGAMANx had their flair updated +[2020-09-04 15:46:17,572] There has been a new submission: 'Just a GTA 5 funny moments with my friends. I know it might be a bit long so some feedback would be really appreciated. Lambda given for good feedback.', with flair 'Video Critique' +[2020-09-04 15:46:18,271] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 15:46:18,272] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 15:46:18,972] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=btGCSwTgsqw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:46:19,300] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCeTqweAlrT_fA5Bct6uD7vw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:46:21,348] /u/DanThePanda-YT had their flair updated +[2020-09-04 15:46:39,481] There has been a new submission: 'Our latest Covid inspired comedy sketch plus it's the first sketch we've shot together in person since Lockdown started - Covid Car Sale - as always any feedback / critique more than welcome!', with flair 'Video Critique' +[2020-09-04 15:46:40,547] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 15:46:40,549] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 15:46:41,412] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=roneITovoD8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:46:41,728] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCIgETFuOQj_qi-5xLWPjH8g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:46:43,879] /u/BrassBallsComedy had their flair updated +[2020-09-04 15:47:01,914] There has been a new submission: 'New cover video! United Pursuit by Simple Gospel on my ukulele. Would love any feedback you guys have, especially with the audio (I was having trouble with the vocals in particular, they seem a little too quite at times?). Thanks!', with flair 'Video Critique' +[2020-09-04 15:47:03,101] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 15:47:03,103] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 15:47:03,963] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VZMi-f1eQIQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:47:04,450] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMue4Rk5y1Fj7mH_s11ypLg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:47:06,459] /u/AlsleumMusic had their flair updated +[2020-09-04 15:47:24,088] There has been a new submission: 'Art channel focusing on street art and graffiti - Channel Review', with flair 'Channel Review' +[2020-09-04 15:47:26,707] /u/code_five_art had their flair updated +[2020-09-04 15:47:44,236] There has been a new submission: 'Is it better to upload better performing boring to make videos, or bad performimg but fun to make ones?', with flair 'Discussion' +[2020-09-04 15:47:45,385] /u/euhdud had their flair updated +[2020-09-04 15:51:30,404] There has been a new submission: 'Im an artist who makes youtube videos hope you like', with flair 'Art' +[2020-09-04 15:51:32,210] /u/weebmaster5 had their submission removed for insufficient lambda. +[2020-09-04 15:51:34,259] /u/weebmaster5 had their flair updated +[2020-09-04 15:56:00,863] There has been a new submission: 'I coded a Hermit Difficulty plugin... What can I improve to be the best I can be for my viewers?', with flair 'Video Critique' +[2020-09-04 15:56:01,764] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 15:56:01,802] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 15:56:02,622] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=siXWodZ37Ns&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:56:03,154] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7iHiHGnvzIh3irAE_Rc4qw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 15:56:05,531] /u/AgilixYT had their flair updated +[2020-09-04 16:00:32,149] '/u/HookedOnAFeeling360' has given '/u/VeimanBeatbox' lambda! +[2020-09-04 16:00:34,440] /u/VeimanBeatbox had their flair updated +[2020-09-04 16:01:18,290] '/u/HookedOnAFeeling360' has given '/u/DanThePanda-YT' lambda! +[2020-09-04 16:01:20,517] /u/DanThePanda-YT had their flair updated +[2020-09-04 16:03:12,974] There has been a new submission: 'I really like the Beginning and the End of my Video, but everything inbetween is nahh :D Whats your opinion?', with flair 'Video Critique' +[2020-09-04 16:03:14,081] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 16:03:14,205] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 16:03:15,066] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zGV-0zrztDc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:03:15,436] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCZXbBmOSyHESm5CEht8q8ZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:03:18,384] /u/Ashty1337 had their flair updated +[2020-09-04 16:05:20,387] There has been a new submission: 'Exploring Wadsworth Falls!! Middletown,Connecticut!!', with flair 'Vlog' +[2020-09-04 16:05:21,614] /u/darbeshan had their submission removed for insufficient lambda. +[2020-09-04 16:05:23,215] /u/darbeshan had their flair updated +[2020-09-04 16:06:30,752] '/u/PurpleFisty' has given '/u/VeimanBeatbox' lambda! +[2020-09-04 16:06:32,970] /u/VeimanBeatbox had their flair updated +[2020-09-04 16:12:17,248] '/u/308ar10' has given '/u/usualgamer94' lambda! +[2020-09-04 16:12:20,163] /u/usualgamer94 had their flair updated +[2020-09-04 16:15:40,413] '/u/SnooPredictions5048' has given '/u/djcambomb' lambda! +[2020-09-04 16:15:42,072] /u/djcambomb had their flair updated +[2020-09-04 16:17:16,430] There has been a new submission: 'Hey! so I made my first very video on YouTube and I hope to guy can give me feedback and maybe even subscribe :)', with flair 'Channel Review' +[2020-09-04 16:17:17,661] /u/Minimum-Solid9570 had their submission removed for insufficient lambda. +[2020-09-04 16:17:18,931] /u/Minimum-Solid9570 had their flair updated +[2020-09-04 16:22:25,309] There has been a new submission: 'I’ve recently started creating content, any feedback would be MUCH appreciated', with flair 'Vlog' +[2020-09-04 16:22:26,908] /u/DaleMcManusFilm had their submission removed for insufficient lambda. +[2020-09-04 16:22:29,005] /u/DaleMcManusFilm had their flair updated +[2020-09-04 16:23:29,143] '/u/AgilixYT' has given '/u/Ja_2020_104' lambda! +[2020-09-04 16:23:31,813] /u/Ja_2020_104 had their flair updated +[2020-09-04 16:25:59,720] There has been a new submission: 'Sun Bear Manor - The Forest Ep. 2', with flair 'Gaming' +[2020-09-04 16:26:02,128] /u/Jarickho had their submission removed for insufficient lambda. +[2020-09-04 16:26:04,217] /u/Jarickho had their flair updated +[2020-09-04 16:26:48,929] '/u/ayeitspablo' has given '/u/VeimanBeatbox' lambda! +[2020-09-04 16:26:51,227] /u/VeimanBeatbox had their flair updated +[2020-09-04 16:27:45,813] '/u/AgilixYT' has given '/u/MrMoo-Youtube' lambda! +[2020-09-04 16:27:47,983] /u/MrMoo-Youtube had their flair updated +[2020-09-04 16:31:11,602] There has been a new submission: 'The Fall Guys Experience [Warning : Some Clips Get Loud]', with flair 'Gaming' +[2020-09-04 16:31:13,161] /u/HitPlayGamingYT had their submission removed for insufficient lambda. +[2020-09-04 16:31:15,357] /u/HitPlayGamingYT had their flair updated +[2020-09-04 16:32:16,176] There has been a new submission: 'Hello, This is the highest quality upload of my channel yet. Its a Beatbox and Piano cover of Still D.R.E. I have struggled to upload frequently and I am planning to change that. Any feedback is greatly appreciated, thank you in advance', with flair 'Video Critique' +[2020-09-04 16:32:17,121] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 16:32:17,123] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 16:32:18,100] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=4Q1gUNyrG4E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:32:18,512] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8yLbAeG60w1tsNVWneX0gw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:32:21,785] /u/VeimanBeatbox had their flair updated +[2020-09-04 16:36:12,891] '/u/TeamRemavi' has given '/u/SummeryHawk' lambda! +[2020-09-04 16:36:14,695] /u/SummeryHawk had their flair updated +[2020-09-04 16:39:33,399] There has been a new submission: 'batman gets peer pressured into doing coke and fucking dies', with flair 'Gaming' +[2020-09-04 16:39:34,707] /u/AnacondaGamingTV had their submission removed for insufficient lambda. +[2020-09-04 16:39:35,284] /u/AnacondaGamingTV had their flair updated +[2020-09-04 16:41:43,558] There has been a new submission: 'This Is What Happens When You Eat a WHOLE Pizza | How Fast Can You Smash Challenge', with flair 'Video Critique' +[2020-09-04 16:41:45,117] /u/James_Icy had their submission removed for insufficient lambda. +[2020-09-04 16:41:47,294] /u/James_Icy had their flair updated +[2020-09-04 16:42:28,136] There has been a new submission: 'Inukshuk by the Bic (birds, crickets and pink noise)', with flair 'Art' +[2020-09-04 16:42:29,820] /u/KratomitesBoulderers had their submission removed for insufficient lambda. +[2020-09-04 16:42:31,909] /u/KratomitesBoulderers had their flair updated +[2020-09-04 16:42:51,646] There has been a new submission: 'Toxic Kids Raging | R6 Siege erm I think these guys where upset lambda for all', with flair 'Thumbnail Review' +[2020-09-04 16:42:52,668] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 16:42:52,706] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 16:42:53,365] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=df8ZfedsrS0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:42:53,814] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 16:42:57,052] /u/MrMoo-Youtube had their flair updated +[2020-09-04 16:43:26,924] '/u/MafiasFinestTV' has given '/u/djcambomb' lambda! +[2020-09-04 16:43:29,015] /u/djcambomb had their flair updated +[2020-09-04 16:46:03,204] There has been a new submission: 'Our second video to our Outlast Whistle Blower Series', with flair 'Gaming' +[2020-09-04 16:46:04,388] /u/NecrosisHD had their submission removed for insufficient lambda. +[2020-09-04 16:46:05,825] /u/NecrosisHD had their flair updated +[2020-09-04 16:48:12,094] +#################### +[Sep 04 2020 16:48:12] RESTARTED +#################### + +[2020-09-04 17:30:33,936] There has been a new submission: 'Ive spent hours editing this, any feedback would be great', with flair 'Video Critique' +[2020-09-04 17:30:35,827] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:30:35,946] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:30:37,096] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=puk6NYaalfs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:30:37,551] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCisMlCbCqryH-yyPcFaXm-w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:30:40,872] /u/nillawafer1227 had their flair updated +[2020-09-04 17:31:00,475] There has been a new submission: 'I really hope I'm doing this right... hello everyone. I'm pretty new to the community. So, I just uploaded this video onto my channel. If you want, you can check it out. Let me know what you think.', with flair 'Gaming' +[2020-09-04 17:31:02,235] /u/TonyWolf471 had their submission removed for insufficient lambda. +[2020-09-04 17:31:04,530] /u/TonyWolf471 had their flair updated +[2020-09-04 17:31:24,126] There has been a new submission: '[FIFA] TOP GOALS SCORED FROM CORNER KICKS IN FIFA 20', with flair 'Gaming' +[2020-09-04 17:31:25,689] /u/yigajoel had their submission removed for insufficient lambda. +[2020-09-04 17:31:27,866] /u/yigajoel had their flair updated +[2020-09-04 17:31:45,701] There has been a new submission: 'pirate custom zombies map', with flair 'Gaming' +[2020-09-04 17:31:47,174] /u/Krutchgaming_youtube had their submission removed for insufficient lambda. +[2020-09-04 17:31:49,390] /u/Krutchgaming_youtube had their flair updated +[2020-09-04 17:32:08,492] There has been a new submission: 'Idiots cycle', with flair 'Art' +[2020-09-04 17:32:10,706] /u/akeperera7 had their submission removed for insufficient lambda. +[2020-09-04 17:32:12,797] /u/akeperera7 had their flair updated +[2020-09-04 17:32:36,886] '/u/MafiasFinestTV' has given '/u/nnnishal' lambda! +[2020-09-04 17:32:39,588] /u/nnnishal had their flair updated +[2020-09-04 17:34:40,238] '/u/VeimanBeatbox' has given '/u/nnnishal' lambda! +[2020-09-04 17:34:42,576] /u/nnnishal had their flair updated +[2020-09-04 17:35:01,217] '/u/VeimanBeatbox' has given '/u/NecrosisHD' lambda! +[2020-09-04 17:35:03,306] /u/NecrosisHD had their flair updated +[2020-09-04 17:35:08,661] '/u/HookedOnAFeeling360' has given '/u/MrMoo-Youtube' lambda! +[2020-09-04 17:35:10,078] /u/MrMoo-Youtube had their flair updated +[2020-09-04 17:35:16,755] '/u/lasikuuri96' has given '/u/Ja_2020_104' lambda! +[2020-09-04 17:35:18,117] /u/Ja_2020_104 had their flair updated +[2020-09-04 17:36:35,160] '/u/HappyPantzInc' has given '/u/BettyShow' lambda! +[2020-09-04 17:36:37,378] /u/BettyShow had their flair updated +[2020-09-04 17:37:39,132] '/u/HookedOnAFeeling360' has given '/u/Bowerz123' lambda! +[2020-09-04 17:37:41,304] /u/Bowerz123 had their flair updated +[2020-09-04 17:38:28,019] '/u/HappyPantzInc' has given '/u/actuallyBIG' lambda! +[2020-09-04 17:38:29,904] /u/actuallyBIG had their flair updated +[2020-09-04 17:41:27,997] There has been a new submission: 'I'm still new to montages. Feedback is much appreciated with lambda! - Ultimate Power: Grounded Lets Play Ep1 - Highlights', with flair 'Video Critique' +[2020-09-04 17:41:29,018] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:41:29,137] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:41:29,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=a4EvTGWqVV8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:41:30,249] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCT2PRj2w0tcWIJ4nI6hTtfA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:41:33,527] /u/HappyPantzInc had their flair updated +[2020-09-04 17:41:53,022] There has been a new submission: 'The Most Mysterious Twitch Streamers and How They Became Famous. Lirik, Dakotaz, and More!', with flair 'Gaming' +[2020-09-04 17:41:54,825] /u/MyStory_I_ask_you had their submission removed for insufficient lambda. +[2020-09-04 17:41:57,124] /u/MyStory_I_ask_you had their flair updated +[2020-09-04 17:42:16,689] There has been a new submission: 'I love the process of slowly getting better with each video. Tried to make this one really cinematic, the good stuff starts around 9 minutes. Would love to hear how I can improve the next one even more.', with flair 'Video Critique' +[2020-09-04 17:42:17,637] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:42:17,675] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:42:18,496] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=biNG0m3HJqU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:42:18,868] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQCzbhLBCjxuCi3baRRQUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:42:22,234] /u/brovalley had their flair updated +[2020-09-04 17:42:41,342] There has been a new submission: 'ASMR | SOFT RAMBLINGS & MAKEUP UNBOXING 💄 #InthebalmOfYourHands #ACMP [small YouTube channel]', with flair 'Video Critique' +[2020-09-04 17:42:42,861] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-09-04 17:42:44,796] /u/tballs2003 had their flair updated +[2020-09-04 17:43:04,168] There has been a new submission: 'I made a Tabla (Indian percussion) cover for the Bollywood song - Ghani Bawri (Tanu weds Manu Returns). Hope you enjoy! 😄', with flair 'Art' +[2020-09-04 17:43:05,803] /u/YashBhalgat95 had their submission removed for insufficient lambda. +[2020-09-04 17:43:07,724] /u/YashBhalgat95 had their flair updated +[2020-09-04 17:43:26,540] There has been a new submission: 'Hey, guys my channel', with flair 'Gaming' +[2020-09-04 17:43:28,015] /u/Hetty_Official had their submission removed for insufficient lambda. +[2020-09-04 17:43:30,023] /u/Hetty_Official had their flair updated +[2020-09-04 17:45:55,174] '/u/PurpleFisty' has given '/u/nnnishal' lambda! +[2020-09-04 17:45:57,432] /u/nnnishal had their flair updated +[2020-09-04 17:46:20,648] There has been a new submission: 'Hey can someone help me out', with flair 'Discussion' +[2020-09-04 17:46:22,371] /u/DJsaga2I had their flair updated +[2020-09-04 17:46:39,878] There has been a new submission: 'Lil Phoenix - Deja Vu [Official Music Video] (Dir. @philb.philms)', with flair 'Video Critique' +[2020-09-04 17:46:41,106] /u/AZ-Leakers had their submission removed for insufficient lambda. +[2020-09-04 17:46:42,292] /u/AZ-Leakers had their flair updated +[2020-09-04 17:48:01,117] '/u/nillawafer1227' has given '/u/Spotcam1' lambda! +[2020-09-04 17:48:04,271] /u/Spotcam1 had their flair updated +[2020-09-04 17:48:22,272] There has been a new submission: 'I feel like all streamers can relate to this at some degree. What do you guys think?', with flair 'Channel Review' +[2020-09-04 17:48:23,664] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:48:23,665] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:48:25,592] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jYUi-PKuGCI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:48:26,043] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmr9nlW09UhNjgieP0_0gbg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:48:29,037] /u/BettyShow had their flair updated +[2020-09-04 17:50:06,467] There has been a new submission: 'Spent about 30 hours on this: and it has like 20 views in the first day.. Let me know what u think! :D (giving lambda to all good replies)', with flair 'Video Critique' +[2020-09-04 17:50:06,704] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:50:06,706] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:50:06,847] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2Lg3d7D469A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:50:06,970] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_2Hp-Aigyx1MQdbPN9W9Lg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:50:10,244] /u/Spotcam1 had their flair updated +[2020-09-04 17:52:56,214] There has been a new submission: 'GTA ONLINE FUNNY MOMENTS. All Feedback and Criticism needed, I’m good with it. Just want it to be the best it can be.', with flair 'Gaming' +[2020-09-04 17:52:57,817] /u/scambait0 had their submission removed for insufficient lambda. +[2020-09-04 17:53:00,475] /u/scambait0 had their flair updated +[2020-09-04 17:54:17,796] There has been a new submission: 'I did a fall guys challenge! Giving lambda to useful advice! :D', with flair 'Video Critique' +[2020-09-04 17:54:18,819] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:54:18,856] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:54:19,676] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gW6RzcZyxYE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:54:20,047] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNlDZUxV9xHdPLKeIpvjdZA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:54:22,870] /u/ShikharTrivedi had their flair updated +[2020-09-04 17:55:24,104] There has been a new submission: 'So I started a small series on my channel where I am building a minecraft mega base! I do minecraft building timelapses' if you where wondering', with flair 'Video Critique' +[2020-09-04 17:55:25,128] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 17:55:25,130] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 17:55:26,107] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JLy1ht0bB2k&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:55:26,397] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkbWz2954mqCog2PLt61ckw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 17:55:28,978] /u/Ja_2020_104 had their flair updated +[2020-09-04 17:58:19,173] '/u/SnooPredictions5048' has given '/u/bstylia14' lambda! +[2020-09-04 17:58:20,441] /u/bstylia14 had their flair updated +[2020-09-04 17:59:27,575] '/u/SnooPredictions5048' has given '/u/BettyShow' lambda! +[2020-09-04 17:59:29,087] /u/BettyShow had their flair updated +[2020-09-04 18:04:12,211] '/u/BrassBallsComedy' has given '/u/MrMoo-Youtube' lambda! +[2020-09-04 18:04:14,915] /u/MrMoo-Youtube had their flair updated +[2020-09-04 18:10:34,388] There has been a new submission: 'Twitter Exposes The New Madden (Commentary)', with flair 'Video Critique' +[2020-09-04 18:10:36,312] /u/Sol-Flamme had their submission removed for insufficient lambda. +[2020-09-04 18:10:38,651] /u/Sol-Flamme had their flair updated +[2020-09-04 18:11:03,853] '/u/BrassBallsComedy' has given '/u/bstylia14' lambda! +[2020-09-04 18:11:06,798] /u/bstylia14 had their flair updated +[2020-09-04 18:11:57,016] There has been a new submission: 'How do you get your channel out there?', with flair 'Discussion' +[2020-09-04 18:11:59,308] /u/Ender_90425 had their flair updated +[2020-09-04 18:12:34,854] There has been a new submission: 'How do i get that thing needed to post links...cnt find the symbol on my phone lol', with flair 'Discussion' +[2020-09-04 18:12:37,433] /u/yigajoel had their flair updated +[2020-09-04 18:12:56,512] There has been a new submission: 'Third video is out y'all let me know what you think and give me your feedback made my first thumbnail let me know what you think and what I need to improve on', with flair 'Video Critique' +[2020-09-04 18:12:57,951] /u/BeareTPK had their submission removed for insufficient lambda. +[2020-09-04 18:12:59,886] /u/BeareTPK had their flair updated +[2020-09-04 18:14:54,428] There has been a new submission: 'My opinion on the Avengers game', with flair 'Gaming' +[2020-09-04 18:14:55,657] /u/JavierRespawn had their submission removed for insufficient lambda. +[2020-09-04 18:14:57,293] /u/JavierRespawn had their flair updated +[2020-09-04 18:15:17,296] There has been a new submission: 'Deon Kay Shooting (New Footage) NARRATIVE BUSTER #DeonKay #UnSeenFootage...', with flair 'Thumbnail Review' +[2020-09-04 18:15:18,535] /u/UnCuttCoffee had their submission removed for insufficient lambda. +[2020-09-04 18:15:20,171] /u/UnCuttCoffee had their flair updated +[2020-09-04 18:18:14,796] There has been a new submission: 'Mad3 a destiny video and im so close to 100 subscribers evetything helps', with flair 'Video Critique' +[2020-09-04 18:18:15,859] /u/KoolBalloon had their submission removed for insufficient lambda. +[2020-09-04 18:18:16,801] /u/KoolBalloon had their flair updated +[2020-09-04 18:23:19,801] There has been a new submission: 'This is my most recent video. A little baking video with some humor along the way. Feedback of any sort would be greatly appreciated! Good luck to you everyone else in this sub as well!', with flair 'Channel Review' +[2020-09-04 18:23:21,277] /u/ReetBoi69 had their submission removed for insufficient lambda. +[2020-09-04 18:23:23,325] /u/ReetBoi69 had their flair updated +[2020-09-04 18:26:13,724] There has been a new submission: 'It’s been while!', with flair 'Video Critique' +[2020-09-04 18:26:15,242] /u/theedale1 had their submission removed for insufficient lambda. +[2020-09-04 18:26:17,500] /u/theedale1 had their flair updated +[2020-09-04 18:27:20,888] '/u/keegzilla90' has given '/u/Zeleius_' lambda! +[2020-09-04 18:27:23,144] /u/Zeleius_ had their flair updated +[2020-09-04 18:28:20,603] '/u/keegzilla90' has given '/u/AgilixYT' lambda! +[2020-09-04 18:28:22,770] /u/AgilixYT had their flair updated +[2020-09-04 18:34:32,621] There has been a new submission: 'I Had To Crunch Edit To Stay On Schedule. Please check out my new upload. I will give lambda to legitimate criticism!', with flair 'Video Critique' +[2020-09-04 18:34:33,729] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 18:34:33,730] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 18:34:34,672] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O1VSpWDFla0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 18:34:35,088] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWh4O7sgelI8VLrV7Z7B7Lw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 18:34:37,996] /u/YaBoiCorrupt had their flair updated +[2020-09-04 18:36:15,764] There has been a new submission: 'I had to crunch edit to get a video out on schedule. Go check it out! Ill give lambda to legitimate advice!', with flair 'Video Critique' +[2020-09-04 18:36:17,280] /u/YaBoiCorrupt had their submission removed for insufficient lambda. +[2020-09-04 18:36:19,409] /u/YaBoiCorrupt had their flair updated +[2020-09-04 18:39:36,673] There has been a new submission: 'I run a giveaway twitter account @Official___dg on twitter (that's 3 underscores in the name) I can promote your youtube,twitter,Instagram, Facebook, brand or website for more details dm me on twitter or dm me here on reddit I would prefer twitter but it's ok if you can't.', with flair 'Channel Review' +[2020-09-04 18:39:37,536] /u/Wee-Man-DG had their submission removed for insufficient lambda. +[2020-09-04 18:39:38,065] /u/Wee-Man-DG had their flair updated +[2020-09-04 18:41:48,366] /u/djcambomb had their flair updated +[2020-09-04 18:48:11,726] +#################### +[Sep 04 2020 18:48:11] RESTARTED +#################### + +[2020-09-04 19:31:18,087] There has been a new submission: 'I spent the past month making this animated video about my Animal Crossing Addiction! I only used a mouse to draw and really went for a quality and entertaining video! Let me know what you think!', with flair 'Video Critique' +[2020-09-04 19:31:20,418] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 19:31:20,420] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 19:31:21,402] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mwm5C4CnZLc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:31:21,811] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC8nm3gFZaVyP83lQ3K45U7A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:31:25,048] /u/ChoppedRamen had their flair updated +[2020-09-04 19:31:43,784] There has been a new submission: 'New Here, Small Tuber Dude!', with flair 'Gaming' +[2020-09-04 19:31:45,388] /u/MrLeeGaming12 had their submission removed for insufficient lambda. +[2020-09-04 19:31:47,483] /u/MrLeeGaming12 had their flair updated +[2020-09-04 19:32:06,959] There has been a new submission: 'guess who's back :)', with flair 'Art' +[2020-09-04 19:32:07,862] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 19:32:07,864] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 19:32:08,806] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K5cpnixpJRE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:32:09,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5jRWKZcYSC_PRr4JvQnYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:32:12,456] /u/usualgamer94 had their flair updated +[2020-09-04 19:34:16,327] '/u/HappyPantzInc' has given '/u/egorechek' lambda! +[2020-09-04 19:34:18,414] /u/egorechek had their flair updated +[2020-09-04 19:37:16,569] '/u/HappyPantzInc' has given '/u/extraextra_pickles' lambda! +[2020-09-04 19:37:18,087] /u/extraextra_pickles had their flair updated +[2020-09-04 19:38:05,358] '/u/DanThePanda-YT' has given '/u/extraextra_pickles' lambda! +[2020-09-04 19:38:07,488] /u/extraextra_pickles had their flair updated +[2020-09-04 19:39:07,223] There has been a new submission: 'This video took me a lot of time to make it would mean the world to me if you checked it out and feedback is very. much appreciated', with flair 'Channel Review' +[2020-09-04 19:39:08,168] /u/srfnn had their submission removed for insufficient lambda. +[2020-09-04 19:39:08,781] /u/srfnn had their flair updated +[2020-09-04 19:39:25,120] There has been a new submission: '10 MINUTE MAKEUP CHALLENGE *epic fail*', with flair 'Vlog' +[2020-09-04 19:39:26,100] /u/jaylina2023 had their submission removed for insufficient lambda. +[2020-09-04 19:39:26,636] /u/jaylina2023 had their flair updated +[2020-09-04 19:39:42,949] There has been a new submission: 'Ranked the best dancer in Africa', with flair 'Art' +[2020-09-04 19:39:43,687] /u/Furiousdancer0 had their submission removed for insufficient lambda. +[2020-09-04 19:39:44,138] /u/Furiousdancer0 had their flair updated +[2020-09-04 19:40:00,519] There has been a new submission: 'How to be psychologically matured and mentally strong', with flair 'Vlog' +[2020-09-04 19:40:02,302] /u/misstterr_a had their submission removed for insufficient lambda. +[2020-09-04 19:40:04,675] /u/misstterr_a had their flair updated +[2020-09-04 19:40:27,424] There has been a new submission: 'New video with Mario Kart 64 memes!', with flair 'Video Critique' +[2020-09-04 19:40:29,023] /u/shmrljo had their submission removed for insufficient lambda. +[2020-09-04 19:40:31,483] /u/shmrljo had their flair updated +[2020-09-04 19:40:51,502] There has been a new submission: '4K Monsoon Southeast Arizona 8/20/2020', with flair 'Video Critique' +[2020-09-04 19:40:53,226] /u/StarArcade1 had their submission removed for insufficient lambda. +[2020-09-04 19:40:55,482] /u/StarArcade1 had their flair updated +[2020-09-04 19:44:21,206] There has been a new submission: 'HOW TO SHOOT CINEMATIC B ROLL | TUTORIAL', with flair 'Video Critique' +[2020-09-04 19:44:22,556] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-09-04 19:44:24,155] /u/Alilowthofficial had their flair updated +[2020-09-04 19:54:16,116] There has been a new submission: 'Check out our first skit! Just Aussie Tings. Any and all feedback appreciated.', with flair 'Video Critique' +[2020-09-04 19:54:17,223] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 19:54:17,261] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 19:54:18,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=W4-SCrLhZJk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:54:18,614] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCV9wp-B4FVsdwT1KmbaODHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 19:54:21,481] /u/soupgeorge had their flair updated +[2020-09-04 20:03:44,166] '/u/toadywho' has given '/u/Inspiron1501' lambda! +[2020-09-04 20:03:46,914] /u/Inspiron1501 had their flair updated +[2020-09-04 20:04:34,354] '/u/Spotcam1' has given '/u/djcambomb' lambda! +[2020-09-04 20:04:36,739] /u/djcambomb had their flair updated +[2020-09-04 20:05:09,870] '/u/nillawafer1227' has given '/u/extraextra_pickles' lambda! +[2020-09-04 20:05:11,444] /u/extraextra_pickles had their flair updated +[2020-09-04 20:11:18,868] There has been a new submission: 'All editing, gameplay and graphics done by me. Like to hear feedback, thank you!', with flair 'Video Critique' +[2020-09-04 20:11:19,936] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 20:11:20,055] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 20:11:20,876] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d-1_2Jy8Ks8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:11:21,287] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCoCSd0BfbNeBerC2uVmz_Fw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:11:24,772] /u/extraextra_pickles had their flair updated +[2020-09-04 20:13:46,666] There has been a new submission: 'Any tech channels out there?', with flair 'Discussion' +[2020-09-04 20:13:49,907] /u/tech_is_amaze had their flair updated +[2020-09-04 20:19:41,218] There has been a new submission: 'Starting a Kids Fact a Day Puppet Show - The Fact a Day - My goal is to provide a quick fact that kids and parents can both enjoy & learn something at the same time with a joke included. Feedback greatly appreciated!', with flair 'Video Critique' +[2020-09-04 20:19:42,323] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 20:19:42,325] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 20:19:43,186] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=dVMPmbb0W7c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:19:43,678] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgXxSu6gqL0WHELPdf1bzDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:19:45,317] /u/djcambomb had their flair updated +[2020-09-04 20:23:11,281] There has been a new submission: 'I’m bored', with flair 'Discussion' +[2020-09-04 20:23:13,497] /u/Deadpix01 had their flair updated +[2020-09-04 20:30:32,458] '/u/soupgeorge' has given '/u/djcambomb' lambda! +[2020-09-04 20:30:34,822] /u/djcambomb had their flair updated +[2020-09-04 20:41:08,163] There has been a new submission: 'I Would super appreciate a watch through til the end if you enjoy it. Of course Lambda but for insightful feedback only. Thanks! Minecraft But It Gives Me DRINKING PROBLEMS (RLcraft pt. 1)', with flair 'Video Critique' +[2020-09-04 20:41:09,271] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 20:41:09,309] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 20:41:10,010] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=KmfpiPRjxYI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:41:10,582] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXIgRXzkDI7ZAUTasN5sUtA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 20:41:13,863] /u/Brandonator247 had their flair updated +[2020-09-04 20:48:13,055] +#################### +[Sep 04 2020 20:48:13] RESTARTED +#################### + +[2020-09-04 21:28:00,097] There has been a new submission: 'Check out our livestream call-in show!! Its the most entertaining then you can do on a Saturday Night!', with flair 'Channel Review' +[2020-09-04 21:28:01,522] /u/esmr0775 had their submission removed for insufficient lambda. +[2020-09-04 21:28:02,262] /u/esmr0775 had their flair updated +[2020-09-04 21:28:19,094] There has been a new submission: '!!LATINA SHORTIES CANT PLAY COD!!!(FUNNY MOMENTS)(WARZONE)', with flair 'Gaming' +[2020-09-04 21:28:20,079] /u/fromflores had their submission removed for insufficient lambda. +[2020-09-04 21:28:20,854] /u/fromflores had their flair updated +[2020-09-04 21:28:38,023] There has been a new submission: 'SEO question: TubeBuddy vs Channel analytics', with flair 'Discussion' +[2020-09-04 21:28:40,318] /u/Plan_in_Progress had their flair updated +[2020-09-04 21:28:59,127] '/u/MafiasFinestTV' has given '/u/rociscool_' lambda! +[2020-09-04 21:29:01,313] /u/rociscool_ had their flair updated +[2020-09-04 21:29:48,459] '/u/Spotcam1' has given '/u/rociscool_' lambda! +[2020-09-04 21:29:50,302] /u/rociscool_ had their flair updated +[2020-09-04 21:30:12,219] /u/Callu23 had their flair updated +[2020-09-04 21:31:01,964] '/u/BrassBallsComedy' has given '/u/djcambomb' lambda! +[2020-09-04 21:31:04,703] /u/djcambomb had their flair updated +[2020-09-04 21:31:54,552] '/u/AgilixYT' has given '/u/rociscool_' lambda! +[2020-09-04 21:31:57,339] /u/rociscool_ had their flair updated +[2020-09-04 21:32:58,556] There has been a new submission: 'AUX BATTLES PT 2 |Hype Songs| ft. Drake, Chief Keef, Travis Scott, Jack Harlow', with flair 'Channel Review' +[2020-09-04 21:33:00,224] /u/makemelikemazo had their submission removed for insufficient lambda. +[2020-09-04 21:33:02,151] /u/makemelikemazo had their flair updated +[2020-09-04 21:33:21,242] There has been a new submission: 'What I've Learned From 4 Months On YouTube...', with flair 'Discussion' +[2020-09-04 21:33:23,780] /u/AgilixYT had their flair updated +[2020-09-04 21:33:42,071] There has been a new submission: 'Tinder. Google. Hot Sauce! [would love feedback on pacing & anything else]', with flair 'Video Critique' +[2020-09-04 21:33:43,633] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 21:33:43,753] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 21:33:44,906] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=VdJJT7scY2A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 21:33:45,278] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCHu978WKguIcQtxVetnCvfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 21:33:48,105] /u/prettyboiRandell had their flair updated +[2020-09-04 21:34:06,592] There has been a new submission: 'The Tale Of Benjamin Bunny', with flair 'Video Critique' +[2020-09-04 21:34:08,680] /u/familystorytime had their submission removed for insufficient lambda. +[2020-09-04 21:34:10,359] /u/familystorytime had their flair updated +[2020-09-04 21:34:28,951] There has been a new submission: 'Critique my channel!', with flair 'Channel Review' +[2020-09-04 21:34:30,260] /u/SteinPlays had their submission removed for insufficient lambda. +[2020-09-04 21:34:31,898] /u/SteinPlays had their flair updated +[2020-09-04 21:40:04,887] There has been a new submission: 'This is a Nintendo meme edit (editing is awful btw, will try to improve)', with flair 'Gaming' +[2020-09-04 21:40:06,564] /u/Now1tsShulkTime had their submission removed for insufficient lambda. +[2020-09-04 21:40:09,022] /u/Now1tsShulkTime had their flair updated +[2020-09-04 21:46:37,461] '/u/HappyPantzInc' has given '/u/rociscool_' lambda! +[2020-09-04 21:46:39,827] /u/rociscool_ had their flair updated +[2020-09-04 21:51:43,008] There has been a new submission: 'my valorant comp vid', with flair 'Gaming' +[2020-09-04 21:51:45,057] /u/blaize_games had their submission removed for insufficient lambda. +[2020-09-04 21:51:47,234] /u/blaize_games had their flair updated +[2020-09-04 21:58:24,453] There has been a new submission: 'Sub for sub? Trying to grow and help others !', with flair 'Gaming' +[2020-09-04 21:58:25,599] /u/xaower had their submission removed for insufficient lambda. +[2020-09-04 21:58:26,546] /u/xaower had their flair updated +[2020-09-04 22:11:19,433] There has been a new submission: 'HE'S WATCHING ME | Mieri-San', with flair 'Gaming' +[2020-09-04 22:11:21,073] /u/SlaughterV2 had their submission removed for insufficient lambda. +[2020-09-04 22:11:23,289] /u/SlaughterV2 had their flair updated +[2020-09-04 22:16:14,096] There has been a new submission: 'How do I see who hasn’t subscribed and who has as a percentage like Dream puts at the start of his videos?', with flair 'Discussion' +[2020-09-04 22:16:15,884] /u/Helpssss had their flair updated +[2020-09-04 22:18:58,491] There has been a new submission: 'How do I get people to stay and hit the sub button', with flair 'Meta' +[2020-09-04 22:18:59,595] /u/Helpssss had their flair updated +[2020-09-04 22:19:18,429] There has been a new submission: 'Creepy unsettling animation I made today I hope you enjoy if you're up for the challenge ;)', with flair 'Art' +[2020-09-04 22:19:19,328] /u/judahthelion014 had their submission removed for insufficient lambda. +[2020-09-04 22:19:20,028] /u/judahthelion014 had their flair updated +[2020-09-04 22:25:15,762] '/u/wenbilson' has given '/u/djcambomb' lambda! +[2020-09-04 22:25:18,630] /u/djcambomb had their flair updated +[2020-09-04 22:27:05,586] There has been a new submission: 'Couldn't resist the urge to make a tier list... so here we are lol. I actually put a lot of time and effort into this video so any feedback/criticism would be awesome! And of course, lambda for any help!', with flair 'Video Critique' +[2020-09-04 22:27:05,997] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 22:27:05,998] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 22:27:06,361] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=nVIwXTQ76js&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:27:06,557] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCNVnPKabDJUK0f7fxohx0iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:27:08,293] /u/Logan_B_Youtube had their flair updated +[2020-09-04 22:27:30,079] '/u/wenbilson' has given '/u/DannyDantics' lambda! +[2020-09-04 22:27:31,272] /u/DannyDantics had their flair updated +[2020-09-04 22:28:27,749] '/u/wenbilson' has given '/u/stburgess' lambda! +[2020-09-04 22:28:28,878] /u/stburgess had their flair updated +[2020-09-04 22:28:55,394] '/u/wenbilson' has given '/u/WubbzyHeat' lambda! +[2020-09-04 22:28:56,379] /u/WubbzyHeat had their flair updated +[2020-09-04 22:32:04,978] There has been a new submission: 'Tried my hand at something non-gaming and really happy with the results! Would love to get some criticisms and points of improvement.', with flair 'Video Critique' +[2020-09-04 22:32:05,919] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 22:32:05,956] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 22:32:06,819] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_A-Gir8vHwA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:32:07,353] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCLw0zxYkcXdnjQeNe2rcrdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:32:12,971] /u/Lukeplex had their flair updated +[2020-09-04 22:33:10,426] There has been a new submission: 'Hey y’all just wondering if you could check out me and me friends Sea Of Thieves Live-stream. We’re live right now!', with flair 'Gaming' +[2020-09-04 22:33:11,899] /u/Rockitt17 had their submission removed for insufficient lambda. +[2020-09-04 22:33:13,914] /u/Rockitt17 had their flair updated +[2020-09-04 22:36:51,202] There has been a new submission: 'Looking for feedback on my video - I, Pencil. This is based on a famous essay arguing about the miracle of the free market', with flair 'Video Critique' +[2020-09-04 22:36:52,392] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 22:36:52,394] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 22:36:53,382] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1fbrB1Y4l3c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:36:53,832] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCkdY8KAYG_JeOkeXN5CyInw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 22:36:56,496] /u/stburgess had their flair updated +[2020-09-04 22:48:13,342] +#################### +[Sep 04 2020 22:48:13] RESTARTED +#################### + +[2020-09-04 23:22:56,981] There has been a new submission: '8 CHRONO 1 ASHE.EXE- hello, fairly new to YouTube, looking to really grow my audience and develop myself as a creator. Any advice or tips of any sort would be amazing.', with flair 'Video Critique' +[2020-09-04 23:22:58,621] /u/spencyrcole had their submission removed for insufficient lambda. +[2020-09-04 23:23:00,474] /u/spencyrcole had their flair updated +[2020-09-04 23:23:22,710] There has been a new submission: 'My friend made a video and needs some feed back', with flair 'Video Critique' +[2020-09-04 23:23:24,023] /u/FatCatRengar had their submission removed for insufficient lambda. +[2020-09-04 23:23:25,791] /u/FatCatRengar had their flair updated +[2020-09-04 23:23:49,951] There has been a new submission: 'Hey, would like your honest opinion of my video', with flair 'Gaming' +[2020-09-04 23:23:51,880] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 23:23:51,883] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 23:23:53,074] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K4zMZ9NcJTw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 23:23:53,365] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQC9GhLdDG0DvOnNPWW1Lig&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 23:23:56,200] /u/Zeleius_ had their flair updated +[2020-09-04 23:24:14,311] There has been a new submission: 'Just started my new oficial channel', with flair 'Channel Review' +[2020-09-04 23:24:15,621] /u/Parkuschito had their submission removed for insufficient lambda. +[2020-09-04 23:24:17,216] /u/Parkuschito had their flair updated +[2020-09-04 23:24:35,366] There has been a new submission: 'Could anyone provide feedback on my video please and tell me where I could improve, any help is greatly appreciated', with flair 'Gaming' +[2020-09-04 23:24:36,920] /u/JmEWiZ had their submission removed for insufficient lambda. +[2020-09-04 23:24:38,559] /u/JmEWiZ had their flair updated +[2020-09-04 23:25:44,055] '/u/PurpleFisty' has given '/u/djcambomb' lambda! +[2020-09-04 23:25:46,591] /u/djcambomb had their flair updated +[2020-09-04 23:29:30,047] '/u/HappyPantzInc' has given '/u/RealGalaxyRider' lambda! +[2020-09-04 23:29:32,134] /u/RealGalaxyRider had their flair updated +[2020-09-04 23:30:24,764] There has been a new submission: 'Made some gaming video. Would be nice if someone check out and give me feedback.', with flair 'Gaming' +[2020-09-04 23:30:26,480] /u/GuDoGaming had their submission removed for insufficient lambda. +[2020-09-04 23:30:28,859] /u/GuDoGaming had their flair updated +[2020-09-04 23:30:48,492] There has been a new submission: 'StreamSelf.LIVE Early Adopters Invitation', with flair 'Discussion' +[2020-09-04 23:30:51,027] /u/CromiellX had their flair updated +[2020-09-04 23:32:58,942] There has been a new submission: 'My first video ever edited in adobe premiere, please let me know what you think.', with flair 'Gaming' +[2020-09-04 23:33:00,249] /u/FeelsBadMun had their submission removed for insufficient lambda. +[2020-09-04 23:33:02,337] /u/FeelsBadMun had their flair updated +[2020-09-04 23:36:22,674] There has been a new submission: 'THE TRUTH! Was this product worth it⁉️ Will I order it again? 🐻', with flair 'Discussion' +[2020-09-04 23:36:23,824] /u/positive_energies had their submission removed for using the wrong flair. +[2020-09-04 23:36:25,096] /u/positive_energies had their flair updated +[2020-09-04 23:39:25,131] There has been a new submission: 'THE TRUTH! Was this product worth it⁉️ Will I order it again? 🐻', with flair 'Video Critique' +[2020-09-04 23:39:25,991] /u/positive_energies had their submission removed for insufficient lambda. +[2020-09-04 23:39:26,811] /u/positive_energies had their flair updated +[2020-09-04 23:45:20,859] There has been a new submission: 'A new Valorant Montage I created based on all my previous feedback I've collected from the subreddit (Lamba for high qaulity constructive feedback)', with flair 'Gaming' +[2020-09-04 23:45:21,600] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-04 23:45:21,638] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-04 23:45:22,376] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gVmdfoFZKb8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 23:45:22,765] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC_gXnkpSNB7FaQ0y2khMEpQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-04 23:45:25,430] /u/TheMagicTurtle1 had their flair updated +[2020-09-04 23:46:47,194] There has been a new submission: 'Gaming Desktop Help!!!!!!', with flair 'Discussion' +[2020-09-04 23:46:48,997] /u/BeareTPK had their flair updated +[2020-09-05 00:07:59,483] '/u/extraextra_pickles' has given '/u/cazarb1' lambda! +[2020-09-05 00:08:01,694] /u/cazarb1 had their flair updated +[2020-09-05 00:12:52,807] '/u/soupgeorge' has given '/u/RealGalaxyRider' lambda! +[2020-09-05 00:12:54,913] /u/RealGalaxyRider had their flair updated +[2020-09-05 00:13:18,008] There has been a new submission: '6IX9INE - TUTU (OFFICIAL MUSIC VIDEO) REACTION', with flair 'Vlog' +[2020-09-05 00:13:19,400] /u/CamTooReal had their submission removed for insufficient lambda. +[2020-09-05 00:13:21,359] /u/CamTooReal had their flair updated +[2020-09-05 00:22:55,538] There has been a new submission: 'Spiderman PS4', with flair 'Gaming' +[2020-09-05 00:22:57,383] /u/CosmicDragonGaming87 had their submission removed for insufficient lambda. +[2020-09-05 00:22:59,481] /u/CosmicDragonGaming87 had their flair updated +[2020-09-05 00:23:57,383] /u/Logan_B_Youtube had their flair updated +[2020-09-05 00:26:14,782] There has been a new submission: 'Does the name “Aristo_Art” sound like a good Art based channel name?', with flair 'Art' +[2020-09-05 00:26:15,891] /u/herbieismyhamster had their submission removed for insufficient lambda. +[2020-09-05 00:26:17,370] /u/herbieismyhamster had their flair updated +[2020-09-05 00:33:08,593] There has been a new submission: 'My first vid! looking for some feedback on how to make it better!', with flair 'Video Critique' +[2020-09-05 00:33:10,232] /u/Kingtavious24 had their submission removed for insufficient lambda. +[2020-09-05 00:33:12,320] /u/Kingtavious24 had their flair updated +[2020-09-05 00:36:53,940] '/u/djcambomb' has given '/u/Jayotic44' lambda! +[2020-09-05 00:36:56,075] /u/Jayotic44 had their flair updated +[2020-09-05 00:39:40,377] There has been a new submission: 'I'm looking for honest and good feedback on my most recent gaming video? Let me know what you think! I'll give lambda of course', with flair 'Video Critique' +[2020-09-05 00:39:41,518] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 00:39:41,519] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 00:39:42,382] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-pamqqS-ThY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 00:39:42,834] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcKcBfJrYpbPRN6MUOYI2TQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 00:39:44,386] /u/cazarb1 had their flair updated +[2020-09-05 00:40:50,301] '/u/HappyPantzInc' has given '/u/epicmonkey1606' lambda! +[2020-09-05 00:40:53,127] /u/epicmonkey1606 had their flair updated +[2020-09-05 00:41:14,313] '/u/Logan_B_Youtube' has given '/u/bunnyofthesea' lambda! +[2020-09-05 00:41:16,691] /u/bunnyofthesea had their flair updated +[2020-09-05 00:41:46,047] '/u/djcambomb' has given '/u/cazarb1' lambda! +[2020-09-05 00:41:48,502] /u/cazarb1 had their flair updated +[2020-09-05 00:48:13,642] +#################### +[Sep 05 2020 00:48:13] RESTARTED +#################### + +[2020-09-05 01:27:01,472] '/u/cazarb1' has given '/u/cmroper' lambda! +[2020-09-05 01:27:03,029] /u/cmroper had their flair updated +[2020-09-05 01:27:33,973] There has been a new submission: 'A Roblox Animation!', with flair 'Gaming' +[2020-09-05 01:27:34,997] /u/TypicalHam had their submission removed for insufficient lambda. +[2020-09-05 01:27:35,859] /u/TypicalHam had their flair updated +[2020-09-05 01:27:53,168] There has been a new submission: 'Marvel's Avengers Part 3', with flair 'Gaming' +[2020-09-05 01:27:54,195] /u/CosmicDragonGaming87 had their submission removed for insufficient lambda. +[2020-09-05 01:27:55,058] /u/CosmicDragonGaming87 had their flair updated +[2020-09-05 01:28:12,066] There has been a new submission: 'Dad Is Phat in Mexico City IV. CDMX - Frida, Fonda, Chapultepec, Barbacoa, and Churros!', with flair 'Vlog' +[2020-09-05 01:28:12,971] /u/dadisphat had their submission removed for insufficient lambda. +[2020-09-05 01:28:13,751] /u/dadisphat had their flair updated +[2020-09-05 01:30:01,632] There has been a new submission: 'Brexit-FM - Hasta La Vista', with flair 'Art' +[2020-09-05 01:30:03,366] /u/fearoftheblood had their submission removed for insufficient lambda. +[2020-09-05 01:30:06,070] /u/fearoftheblood had their flair updated +[2020-09-05 01:34:46,100] '/u/Logan_B_Youtube' has given '/u/cmroper' lambda! +[2020-09-05 01:34:49,097] /u/cmroper had their flair updated +[2020-09-05 01:37:19,089] There has been a new submission: 'Not sure how this subreddit works, but here's a link to my channel! Let me know what you all think!', with flair 'Channel Review' +[2020-09-05 01:37:20,412] /u/TheOceanTech had their submission removed for insufficient lambda. +[2020-09-05 01:37:21,647] /u/TheOceanTech had their flair updated +[2020-09-05 01:54:19,341] There has been a new submission: 'Trying to reach 200 subscribe any feedback would be appreciated :)', with flair 'Gaming' +[2020-09-05 01:54:20,939] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 01:54:21,060] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 01:54:21,919] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2-pPFKmDR8s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 01:54:22,332] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMESNuEyJhooE2NqfyV0-XQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 01:54:25,401] /u/civohd123 had their flair updated +[2020-09-05 02:10:19,840] There has been a new submission: 'The Video I Linked (and my only current video) Is A Rec Room Highlight Video, Im open to Constructive criticism and feedback', with flair 'Gaming' +[2020-09-05 02:10:21,484] /u/LevelChief_ had their submission removed for insufficient lambda. +[2020-09-05 02:10:23,821] /u/LevelChief_ had their flair updated +[2020-09-05 02:11:26,674] There has been a new submission: 'Paint To Sample Porsche 911 GT3 RS 4.0 FLAT6 500 hp | FULL WALK-AROUND', with flair 'Channel Review' +[2020-09-05 02:11:28,173] /u/alexsyouautomotive had their submission removed for insufficient lambda. +[2020-09-05 02:11:30,327] /u/alexsyouautomotive had their flair updated +[2020-09-05 02:14:18,941] There has been a new submission: 'Is advertising a bad idea?', with flair 'Discussion' +[2020-09-05 02:14:20,888] /u/ComposerGold had their flair updated +[2020-09-05 02:26:16,470] '/u/cazarb1' has given '/u/TheHolyCowYT' lambda! +[2020-09-05 02:26:17,861] /u/TheHolyCowYT had their flair updated +[2020-09-05 02:29:01,253] '/u/wenbilson' has given '/u/mykoconnor' lambda! +[2020-09-05 02:29:02,403] /u/mykoconnor had their flair updated +[2020-09-05 02:35:51,637] There has been a new submission: 'Tell me anything you think my channel needs enprovement', with flair 'Channel Review' +[2020-09-05 02:35:53,189] /u/Krish544 had their submission removed for insufficient lambda. +[2020-09-05 02:35:54,749] /u/Krish544 had their flair updated +[2020-09-05 02:37:26,260] There has been a new submission: 'I just dropped a new video', with flair 'Video Critique' +[2020-09-05 02:37:27,454] /u/collinic had their submission removed for insufficient lambda. +[2020-09-05 02:37:28,812] /u/collinic had their flair updated +[2020-09-05 02:48:15,246] +#################### +[Sep 05 2020 02:48:15] RESTARTED +#################### + +[2020-09-05 03:22:19,474] There has been a new submission: 'a Video that will inspire you to never give up on your dreams, please enjoy and let me know what you think at the end ?', with flair 'Video Critique' +[2020-09-05 03:22:22,302] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 03:22:22,304] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 03:22:23,733] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=jv38AdyUPkg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 03:22:24,144] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4p4Im4NPRDgVcmWWVtAcxQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 03:22:27,342] /u/Wise_Donkey_1504 had their flair updated +[2020-09-05 03:24:54,912] '/u/cazarb1' has given '/u/WordHistorian' lambda! +[2020-09-05 03:24:58,103] /u/WordHistorian had their flair updated +[2020-09-05 03:26:42,854] There has been a new submission: '2021 AUDI A3 DETAILED REVIEW: TECH & EXTERIOR', with flair 'Video Critique' +[2020-09-05 03:26:43,799] /u/Spinstorm had their submission removed for insufficient lambda. +[2020-09-05 03:26:44,908] /u/Spinstorm had their flair updated +[2020-09-05 03:27:02,491] There has been a new submission: 'Subscribe', with flair 'Gaming' +[2020-09-05 03:27:03,432] /u/TPG23 had their submission removed for insufficient lambda. +[2020-09-05 03:27:04,454] /u/TPG23 had their flair updated +[2020-09-05 03:27:21,840] There has been a new submission: 'Why do people always unsub whenever you hit a milestone...', with flair 'Discussion' +[2020-09-05 03:27:24,217] /u/AgilixYT had their flair updated +[2020-09-05 03:27:40,987] There has been a new submission: 'uhhhhh soooo, me and my online friends are trying to make it somewhere on yt', with flair 'Gaming' +[2020-09-05 03:27:41,929] /u/kingrich1357 had their submission removed for insufficient lambda. +[2020-09-05 03:27:43,038] /u/kingrich1357 had their flair updated +[2020-09-05 03:35:07,404] There has been a new submission: 'The YouTube algorithm is punishing me how do I save my channel ??? 😥', with flair 'Discussion' +[2020-09-05 03:35:09,351] /u/ooakrei had their flair updated +[2020-09-05 03:55:38,172] There has been a new submission: 'Tou know what really grinds my gears. Fake comments on your channel just to promote there channel.', with flair 'Discussion' +[2020-09-05 03:55:40,012] /u/ScreamingPugsYT had their flair updated +[2020-09-05 03:58:06,762] '/u/ShikharTrivedi' has given '/u/djcambomb' lambda! +[2020-09-05 03:58:07,891] /u/djcambomb had their flair updated +[2020-09-05 03:59:11,230] '/u/ShikharTrivedi' has given '/u/Sonicsaber25' lambda! +[2020-09-05 03:59:12,187] /u/Sonicsaber25 had their flair updated +[2020-09-05 04:00:07,487] There has been a new submission: 'You know what really grinds my gears. Fake supportive comments on my video's promoting a other Youtubers channel.', with flair 'Discussion' +[2020-09-05 04:00:10,615] /u/ScreamingPugsYT had their flair updated +[2020-09-05 04:01:13,081] '/u/ShikharTrivedi' has given '/u/Jayotic44' lambda! +[2020-09-05 04:01:15,335] /u/Jayotic44 had their flair updated +[2020-09-05 04:25:44,169] '/u/Zeleius_' has given '/u/WordHistorian' lambda! +[2020-09-05 04:25:45,716] /u/WordHistorian had their flair updated +[2020-09-05 04:36:18,482] '/u/ShikharTrivedi' has given '/u/WordHistorian' lambda! +[2020-09-05 04:36:20,740] /u/WordHistorian had their flair updated +[2020-09-05 04:41:42,192] There has been a new submission: 'What kind of videos do you make.', with flair 'Discussion' +[2020-09-05 04:41:44,752] /u/SpudnickShaggy had their flair updated +[2020-09-05 04:48:14,874] +#################### +[Sep 05 2020 04:48:14] RESTARTED +#################### + +[2020-09-05 05:23:19,807] There has been a new submission: 'Mulan is the impostor', with flair 'Gaming' +[2020-09-05 05:23:21,202] /u/Lilramenbowl had their submission removed for insufficient lambda. +[2020-09-05 05:23:22,971] /u/Lilramenbowl had their flair updated +[2020-09-05 05:23:42,157] There has been a new submission: 'Feedback please!', with flair 'Gaming' +[2020-09-05 05:23:43,508] /u/Smint277 had their submission removed for insufficient lambda. +[2020-09-05 05:23:45,276] /u/Smint277 had their flair updated +[2020-09-05 05:24:07,050] '/u/civohd123' has given '/u/WordHistorian' lambda! +[2020-09-05 05:24:09,511] /u/WordHistorian had their flair updated +[2020-09-05 05:24:42,363] '/u/BrassBallsComedy' has given '/u/DebongoMan' lambda! +[2020-09-05 05:24:44,288] /u/DebongoMan had their flair updated +[2020-09-05 05:35:28,436] There has been a new submission: 'Getting help from friends and family', with flair 'Discussion' +[2020-09-05 05:35:30,391] /u/chaineseguy had their flair updated +[2020-09-05 05:48:17,632] There has been a new submission: 'My First Low Budget Short Film - SMOGSTER', with flair 'Video Critique' +[2020-09-05 05:48:19,644] /u/BRO-NAVARO had their submission removed for insufficient lambda. +[2020-09-05 05:48:20,709] /u/BRO-NAVARO had their flair updated +[2020-09-05 05:54:57,397] There has been a new submission: 'I did this as a joke lol', with flair 'Gaming' +[2020-09-05 05:54:58,916] /u/AlphaJackonYT had their submission removed for insufficient lambda. +[2020-09-05 05:55:00,647] /u/AlphaJackonYT had their flair updated +[2020-09-05 06:00:07,609] There has been a new submission: 'What editing software do u use', with flair 'Discussion' +[2020-09-05 06:00:10,319] /u/AlphaJackonYT had their flair updated +[2020-09-05 06:11:08,565] '/u/HappyPantzInc' has given '/u/WordHistorian' lambda! +[2020-09-05 06:11:10,672] /u/WordHistorian had their flair updated +[2020-09-05 06:32:46,011] There has been a new submission: 'Looking for some feedback!', with flair 'Video Critique' +[2020-09-05 06:32:47,606] /u/eloise1477 had their submission removed for insufficient lambda. +[2020-09-05 06:32:49,656] /u/eloise1477 had their flair updated +[2020-09-05 06:39:30,617] There has been a new submission: 'Need some feedback!', with flair 'Channel Review' +[2020-09-05 06:39:31,682] /u/eloise1477 had their submission removed for insufficient lambda. +[2020-09-05 06:39:32,335] /u/eloise1477 had their flair updated +[2020-09-05 06:40:58,876] '/u/extraextra_pickles' has given '/u/WordHistorian' lambda! +[2020-09-05 06:41:01,112] /u/WordHistorian had their flair updated +[2020-09-05 06:48:14,673] +#################### +[Sep 05 2020 06:48:14] RESTARTED +#################### + +[2020-09-05 07:34:51,387] There has been a new submission: 'collab', with flair 'Collab' +[2020-09-05 07:34:53,729] /u/GAMERMANYouTube had their flair updated +[2020-09-05 07:35:14,092] '/u/Ja_2020_104' has given '/u/Sonicsaber25' lambda! +[2020-09-05 07:35:15,362] /u/Sonicsaber25 had their flair updated +[2020-09-05 07:35:23,239] '/u/Ja_2020_104' has given '/u/WordHistorian' lambda! +[2020-09-05 07:35:25,907] /u/WordHistorian had their flair updated +[2020-09-05 07:36:05,541] '/u/Ja_2020_104' has given '/u/rociscool_' lambda! +[2020-09-05 07:36:07,953] /u/rociscool_ had their flair updated +[2020-09-05 07:38:30,947] '/u/TheMagicTurtle1' has given '/u/WordHistorian' lambda! +[2020-09-05 07:38:32,906] /u/WordHistorian had their flair updated +[2020-09-05 07:39:35,494] There has been a new submission: '4K Arizona monsoon 8/20/20', with flair 'Video Critique' +[2020-09-05 07:39:36,312] /u/StarArcade1 had their submission removed for insufficient lambda. +[2020-09-05 07:39:37,005] /u/StarArcade1 had their flair updated +[2020-09-05 07:39:53,981] There has been a new submission: 'Dad dressing his cute Baby Girl', with flair 'Vlog' +[2020-09-05 07:39:54,799] /u/romik653 had their submission removed for insufficient lambda. +[2020-09-05 07:39:55,251] /u/romik653 had their flair updated +[2020-09-05 07:40:12,134] There has been a new submission: '🌸🌿When I Die In TOH The Video Ends! *Very Short* \ BlxshGlow🌿🌸', with flair 'Gaming' +[2020-09-05 07:40:13,934] /u/BlxshGlow had their submission removed for insufficient lambda. +[2020-09-05 07:40:16,392] /u/BlxshGlow had their flair updated +[2020-09-05 07:44:14,162] There has been a new submission: 'New and First Video, Feedback would be appreciated. :)', with flair 'Gaming' +[2020-09-05 07:44:15,397] /u/Niebo_Sky had their submission removed for insufficient lambda. +[2020-09-05 07:44:17,079] /u/Niebo_Sky had their flair updated +[2020-09-05 07:59:43,147] '/u/Lukeplex' has given '/u/WordHistorian' lambda! +[2020-09-05 07:59:44,006] /u/WordHistorian had their flair updated +[2020-09-05 08:24:24,115] '/u/Wise_Donkey_1504' has given '/u/WordHistorian' lambda! +[2020-09-05 08:24:25,885] /u/WordHistorian had their flair updated +[2020-09-05 08:40:53,546] There has been a new submission: 'Hey guys, a little merger of new editing skills and bringing in new topics. I am getting better and better week after week. Learning to keep the head down and learn from criticism. Thank you all for all the love and support! Rip apart the video!', with flair 'Video Critique' +[2020-09-05 08:40:54,239] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 08:40:54,243] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 08:40:54,333] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L0crZtcdtP8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 08:40:54,452] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsB_jRKvFzvmBoK4BJ1xAHg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 08:40:57,734] /u/Inspiron1501 had their flair updated +[2020-09-05 08:48:13,716] +#################### +[Sep 05 2020 08:48:13] RESTARTED +#################### + +[2020-09-05 09:13:40,936] There has been a new submission: 'I just made my 5th best moments video and I would love if you would check it out becasue its a great overview of my channel for the past 6 months.', with flair 'Channel Review' +[2020-09-05 09:13:42,986] /u/infinite06 had their submission removed for insufficient lambda. +[2020-09-05 09:13:44,713] /u/infinite06 had their flair updated +[2020-09-05 09:14:53,236] '/u/MrMoo-Youtube' has given '/u/extraextra_pickles' lambda! +[2020-09-05 09:14:55,576] /u/extraextra_pickles had their flair updated +[2020-09-05 09:22:17,396] '/u/keegzilla90' has given '/u/djcambomb' lambda! +[2020-09-05 09:22:20,145] /u/djcambomb had their flair updated +[2020-09-05 09:28:03,087] There has been a new submission: 'THAT'S A SERIOUS CASE OF HEARTBURN! || Frank Plays: Sea of Thieves VIVE! || フランク・プレイズ:シー・オブ・シーブス', with flair 'Gaming' +[2020-09-05 09:28:04,113] /u/OfficialFranchardi had their submission removed for insufficient lambda. +[2020-09-05 09:28:05,135] /u/OfficialFranchardi had their flair updated +[2020-09-05 09:30:36,856] '/u/TRIO-Stories' has given '/u/usualgamer94' lambda! +[2020-09-05 09:30:39,118] /u/usualgamer94 had their flair updated +[2020-09-05 09:35:20,642] '/u/Adzic254' has given '/u/M1CK3Y-YouTube' lambda! +[2020-09-05 09:35:23,110] /u/M1CK3Y-YouTube had their flair updated +[2020-09-05 09:35:48,114] '/u/Adzic254' has given '/u/chaineseguy' lambda! +[2020-09-05 09:35:50,326] /u/chaineseguy had their flair updated +[2020-09-05 09:36:40,214] '/u/Adzic254' has given '/u/Cap_America_AC' lambda! +[2020-09-05 09:36:42,753] /u/Cap_America_AC had their flair updated +[2020-09-05 09:37:31,196] '/u/Adzic254' has given '/u/PaV_R' lambda! +[2020-09-05 09:37:33,034] /u/PaV_R had their flair updated +[2020-09-05 09:37:53,616] '/u/Adzic254' has given '/u/mcster21' lambda! +[2020-09-05 09:37:55,992] /u/mcster21 had their flair updated +[2020-09-05 09:40:01,218] '/u/Adzic254' has given '/u/heyitsjdot' lambda! +[2020-09-05 09:40:04,442] /u/heyitsjdot had their flair updated +[2020-09-05 09:40:59,229] '/u/Adzic254' has given '/u/ViditGames' lambda! +[2020-09-05 09:41:01,814] /u/ViditGames had their flair updated +[2020-09-05 09:41:26,522] '/u/Adzic254' has given '/u/AntiOriginalUsername' lambda! +[2020-09-05 09:41:29,262] /u/AntiOriginalUsername had their flair updated +[2020-09-05 09:42:09,536] '/u/Adzic254' has given '/u/Medniya92' lambda! +[2020-09-05 09:42:12,285] /u/Medniya92 had their flair updated +[2020-09-05 09:42:33,794] '/u/Adzic254' has given '/u/dankbak' lambda! +[2020-09-05 09:42:36,457] /u/dankbak had their flair updated +[2020-09-05 09:43:15,296] '/u/Adzic254' has given '/u/Ashty1337' lambda! +[2020-09-05 09:43:17,958] /u/Ashty1337 had their flair updated +[2020-09-05 09:43:39,925] '/u/Adzic254' has given '/u/JMTREY' lambda! +[2020-09-05 09:43:42,511] /u/JMTREY had their flair updated +[2020-09-05 09:48:43,923] There has been a new submission: 'Tips for Youtube growth.', with flair 'Discussion' +[2020-09-05 09:48:44,906] /u/asthagaur had their flair updated +[2020-09-05 09:52:31,798] There has been a new submission: 'If you are interested in video editing and tricks for your videoshttps://youtu.be/lCoTViBnv3o', with flair 'Video Critique' +[2020-09-05 09:52:33,434] /u/Phat_Potatoes had their submission removed for insufficient lambda. +[2020-09-05 09:52:35,525] /u/Phat_Potatoes had their flair updated +[2020-09-05 10:00:30,672] There has been a new submission: 'Julian Anghel - Hello (Cover Lionel Richie) (live session)', with flair 'Channel Review' +[2020-09-05 10:00:32,223] /u/JulianAnghel1 had their submission removed for insufficient lambda. +[2020-09-05 10:00:34,496] /u/JulianAnghel1 had their flair updated +[2020-09-05 10:12:33,333] There has been a new submission: 'Cooking in authentic mud pot by baby girl [homemade ]', with flair 'Thumbnail Review' +[2020-09-05 10:12:34,925] /u/swathipadili had their submission removed for insufficient lambda. +[2020-09-05 10:12:37,015] /u/swathipadili had their flair updated +[2020-09-05 10:16:00,484] There has been a new submission: 'Can I get some support', with flair 'Channel Review' +[2020-09-05 10:16:01,753] /u/SavinaDias had their submission removed for insufficient lambda. +[2020-09-05 10:16:03,232] /u/SavinaDias had their flair updated +[2020-09-05 10:23:23,654] There has been a new submission: 'Support small creators', with flair 'Channel Review' +[2020-09-05 10:23:25,125] /u/SavinaDias had their submission removed for insufficient lambda. +[2020-09-05 10:23:27,175] /u/SavinaDias had their flair updated +[2020-09-05 10:30:43,561] '/u/VeimanBeatbox' has given '/u/WordHistorian' lambda! +[2020-09-05 10:30:45,791] /u/WordHistorian had their flair updated +[2020-09-05 10:48:14,904] +#################### +[Sep 05 2020 10:48:14] RESTARTED +#################### + +[2020-09-05 11:23:55,523] There has been a new submission: 'Magic/ voice acting 101', with flair 'Vlog' +[2020-09-05 11:23:58,301] /u/Immoralmortals had their submission removed for insufficient lambda. +[2020-09-05 11:23:59,946] /u/Immoralmortals had their flair updated +[2020-09-05 11:26:47,662] '/u/justthefamilyguy' has given '/u/catlessdog' lambda! +[2020-09-05 11:26:49,919] /u/catlessdog had their flair updated +[2020-09-05 11:27:23,327] There has been a new submission: 'Country King of Fighters live action version Episode 1', with flair 'Channel Review' +[2020-09-05 11:27:24,193] /u/syedwasib91 had their submission removed for insufficient lambda. +[2020-09-05 11:27:25,221] /u/syedwasib91 had their flair updated +[2020-09-05 11:27:50,935] Starting every day program... +[2020-09-05 11:27:50,935] Updating database statistics... +[2020-09-05 11:27:55,814] Posting and updating wiki... +[2020-09-05 11:28:19,876] Formatting leaderboard... +[2020-09-05 11:28:20,776] Updating sidebar... +[2020-09-05 11:28:21,019] Updated in new reddit... +[2020-09-05 11:28:22,329] Updated in old reddit... +[2020-09-05 11:28:22,329] Completed. +[2020-09-05 11:43:40,778] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-05 12:06:23,551] There has been a new submission: 'Hey, folks, I have a YouTube channel (that has one video as of two days ago lol) and I was wondering when I should start a Patreon account', with flair 'Meta' +[2020-09-05 12:06:25,197] /u/Turbulent_Friend1551 had their flair updated +[2020-09-05 12:07:38,700] There has been a new submission: 'The Best Variable ND Filter you've never heard of! SIMMOD VND REVIEW', with flair 'Thumbnail Review' +[2020-09-05 12:07:39,807] /u/Rodrrico had their submission removed for insufficient lambda. +[2020-09-05 12:07:41,037] /u/Rodrrico had their flair updated +[2020-09-05 12:14:13,732] There has been a new submission: 'Let's play One Punch Man: A hero nobody knows part 2!!!', with flair 'Gaming' +[2020-09-05 12:14:15,098] /u/AMHD_420 had their submission removed for insufficient lambda. +[2020-09-05 12:14:16,884] /u/AMHD_420 had their flair updated +[2020-09-05 12:14:45,004] There has been a new submission: 'Chapli Kbab', with flair 'Channel Review' +[2020-09-05 12:14:46,314] /u/Aisha-Recipes had their submission removed for insufficient lambda. +[2020-09-05 12:14:48,213] /u/Aisha-Recipes had their flair updated +[2020-09-05 12:15:21,913] There has been a new submission: 'New video released today. Hope you guys enjoy. Please comment, like the video and please consider subscribing to my channel.', with flair 'Video Critique' +[2020-09-05 12:15:23,308] /u/jeffnudd had their submission removed for insufficient lambda. +[2020-09-05 12:15:24,905] /u/jeffnudd had their flair updated +[2020-09-05 12:20:59,845] There has been a new submission: 'New vid lol', with flair 'Gaming' +[2020-09-05 12:21:01,400] /u/urandias had their submission removed for insufficient lambda. +[2020-09-05 12:21:03,696] /u/urandias had their flair updated +[2020-09-05 12:25:06,890] There has been a new submission: 'I created this video reviewing inexpensive Fitness workout gear. Please check it out and leave your honest opinion. Fashion content greater her.', with flair 'Channel Review' +[2020-09-05 12:25:08,080] /u/Ngueshima had their submission removed for insufficient lambda. +[2020-09-05 12:25:09,593] /u/Ngueshima had their flair updated +[2020-09-05 12:31:12,845] There has been a new submission: 'My take on cupcakes ❤️', with flair 'Vlog' +[2020-09-05 12:31:14,855] /u/whetyourappetite had their submission removed for insufficient lambda. +[2020-09-05 12:31:17,040] /u/whetyourappetite had their flair updated +[2020-09-05 12:44:56,117] '/u/wenbilson' has given '/u/LexPlex9000' lambda! +[2020-09-05 12:44:57,784] /u/LexPlex9000 had their flair updated +[2020-09-05 12:45:46,632] '/u/wenbilson' has given '/u/isiahdyson500' lambda! +[2020-09-05 12:45:48,231] /u/isiahdyson500 had their flair updated +[2020-09-05 12:46:32,799] /u/isiahdyson500 had their flair updated +[2020-09-05 12:48:14,959] +#################### +[Sep 05 2020 12:48:14] RESTARTED +#################### + +[2020-09-05 13:20:49,766] There has been a new submission: 'Analyse du son de Squeezie et Gambi [French]', with flair 'Video Critique' +[2020-09-05 13:20:53,084] /u/Pentama_music had their submission removed for insufficient lambda. +[2020-09-05 13:20:55,343] /u/Pentama_music had their flair updated +[2020-09-05 13:21:28,891] There has been a new submission: 'Black Clover 263 Manga Chapter Review', with flair 'Channel Review' +[2020-09-05 13:21:31,026] /u/Khan_CCR had their submission removed for insufficient lambda. +[2020-09-05 13:21:33,157] /u/Khan_CCR had their flair updated +[2020-09-05 13:22:05,758] There has been a new submission: '[Limited offer] I will design a logo for free.', with flair 'Discussion' +[2020-09-05 13:22:08,709] /u/jdummies had their flair updated +[2020-09-05 13:22:42,110] There has been a new submission: 'First take on making a "How to shoot" tutorial, on a one-minute summer cocktail b-roll. It took me and my Japanese partner 3 days to film it. Looking for areas I could possibly improve on. Constructive feedbacks all welcome!', with flair 'Video Critique' +[2020-09-05 13:22:43,833] /u/TypicAsian had their submission removed for insufficient lambda. +[2020-09-05 13:22:46,007] /u/TypicAsian had their flair updated +[2020-09-05 13:28:53,451] There has been a new submission: 'suggestions will be kindly accepted', with flair 'Video Critique' +[2020-09-05 13:28:54,228] /u/cosmic_boy420 had their submission removed for insufficient lambda. +[2020-09-05 13:28:54,888] /u/cosmic_boy420 had their flair updated +[2020-09-05 13:31:22,998] There has been a new submission: 'Days Drops is going to fight Shaq', with flair 'Video Critique' +[2020-09-05 13:31:25,170] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 13:31:25,209] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 13:31:26,278] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=g64MLTkjzBk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 13:31:26,727] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxBDIMdkPbcSzURKU_HKZSA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 13:31:29,839] /u/mcster21 had their flair updated +[2020-09-05 13:33:29,328] '/u/MafiasFinestTV' has given '/u/ECXL' lambda! +[2020-09-05 13:33:32,156] /u/ECXL had their flair updated +[2020-09-05 13:33:51,988] There has been a new submission: 'Hey, i recently made a funny moments video on my youtube channel, and i want some feedback. (I didn't have time to edit it better than my previous funny moments video, so you can give feedback on how i could improve that too if you want to) :)', with flair 'Video Critique' +[2020-09-05 13:33:53,263] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 13:33:53,265] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 13:33:55,600] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=K2C7w22NrEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 13:33:55,891] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgyNjTg6p2gt-6NE1m4NgdQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 13:33:58,679] /u/M1CK3Y-YouTube had their flair updated +[2020-09-05 13:47:59,563] There has been a new submission: 'Things You NEED to Have a SUCCESSFUL YouTube Channel in 2020', with flair 'Channel Review' +[2020-09-05 13:48:00,548] /u/dudewithartskills had their submission removed for insufficient lambda. +[2020-09-05 13:48:01,571] /u/dudewithartskills had their flair updated +[2020-09-05 13:48:59,010] '/u/M1CK3Y-YouTube' has given '/u/denandmugMAKES' lambda! +[2020-09-05 13:49:01,082] /u/denandmugMAKES had their flair updated +[2020-09-05 13:53:40,068] There has been a new submission: 'Anyone need some cool, free of cost music for their content?', with flair 'Discussion' +[2020-09-05 13:53:42,321] /u/clipdad had their flair updated +[2020-09-05 13:58:40,612] There has been a new submission: 'Newest video where I applied a lot of the tips I got the last time', with flair 'Video Critique' +[2020-09-05 13:58:42,101] /u/Randomzella had their submission removed for insufficient lambda. +[2020-09-05 13:58:43,617] /u/Randomzella had their flair updated +[2020-09-05 13:59:43,886] There has been a new submission: 'Can i get some feedback on newest video.', with flair 'Video Critique' +[2020-09-05 13:59:44,584] /u/DExVL had their submission removed for insufficient lambda. +[2020-09-05 13:59:45,162] /u/DExVL had their flair updated +[2020-09-05 14:01:25,552] '/u/Inspiron1501' has given '/u/kingury7' lambda! +[2020-09-05 14:01:27,707] /u/kingury7 had their flair updated +[2020-09-05 14:02:11,299] '/u/Inspiron1501' has given '/u/Armack_is_wack' lambda! +[2020-09-05 14:02:13,964] /u/Armack_is_wack had their flair updated +[2020-09-05 14:05:08,388] There has been a new submission: 'Pubg Banned in india Farewell', with flair 'Gaming' +[2020-09-05 14:05:09,685] /u/mkgaming4059 had their submission removed for insufficient lambda. +[2020-09-05 14:05:11,276] /u/mkgaming4059 had their flair updated +[2020-09-05 14:10:34,244] There has been a new submission: '"Wank Voting"—A History of Third-Party Voting in US Presidential Elections—Oracle & Barbarian, Salmon & Moscato, and Channel 23 Propaganda—Finally, A Video of Which I'm Proud—But How to Improve?—What Do You Think, Sirs?', with flair 'Video Critique' +[2020-09-05 14:10:35,270] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 14:10:35,349] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 14:10:36,499] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=T_sqpeG4EjU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 14:10:37,072] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCyeoTOUl3bL1nL-DToqxWrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 14:10:40,550] /u/jssollace had their flair updated +[2020-09-05 14:20:35,622] There has been a new submission: 'The Funniest Modern Warfare Video You Will Ever See (Search And Destroy) this is my most recent video of you like it let me know in the comments or even subscribe. Giving out lambda for good helpful comments too', with flair 'Video Critique' +[2020-09-05 14:20:37,141] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 14:20:37,180] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 14:20:38,290] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gJMZ3YgZMaU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 14:20:38,659] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCOliWI-hBF_NqqJ5yVAxSdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 14:20:42,023] /u/Bowerz123 had their flair updated +[2020-09-05 14:39:37,736] There has been a new submission: 'Cartoon - I Married Not Only My Husband But His Ex Too! - AmoMama', with flair 'None' +[2020-09-05 14:39:38,557] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-09-05 14:39:39,175] /u/IndividualGuide had their flair updated +[2020-09-05 14:42:16,146] There has been a new submission: 'Just achieved the newest number in the left column! Thanks for anyone supporting me along the way 💖💖💖 ALL LOVE & GOOD VIBES :D', with flair 'Art' +[2020-09-05 14:42:17,558] /u/quickbarquestionyeet had their submission removed for insufficient lambda. +[2020-09-05 14:42:19,610] /u/quickbarquestionyeet had their flair updated +[2020-09-05 14:47:10,451] '/u/M1CK3Y-YouTube' has given '/u/cmroper' lambda! +[2020-09-05 14:47:12,993] /u/cmroper had their flair updated +[2020-09-05 14:48:20,725] +#################### +[Sep 05 2020 14:48:20] RESTARTED +#################### + +[2020-09-05 15:28:04,325] There has been a new submission: 'Made a montage last week, got feedback and hopefully improved. Giving lambda to everyone with constructive advice to better myself!', with flair 'Video Critique' +[2020-09-05 15:28:07,313] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 15:28:07,352] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 15:28:08,419] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=-iJSzOeRWMc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 15:28:08,789] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCuyDoQ-8qnsR1F2zlsavAzg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 15:28:10,547] /u/xPento had their flair updated +[2020-09-05 15:28:28,659] There has been a new submission: 'I'd like someone to review my video', with flair 'Video Critique' +[2020-09-05 15:28:29,965] /u/Aquanians had their submission removed for insufficient lambda. +[2020-09-05 15:28:30,635] /u/Aquanians had their flair updated +[2020-09-05 15:28:47,485] There has been a new submission: 'Made a Part 1 Video about my van conversion build. Would love some feedback and of course, lambda will be given for thoughtful advice.', with flair 'Video Critique' +[2020-09-05 15:28:48,549] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 15:28:48,550] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 15:28:49,535] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=L93aFG94KjE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 15:28:49,906] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmIHDp7nuht9FpQ14wIiqww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 15:28:51,506] /u/cmroper had their flair updated +[2020-09-05 15:30:24,861] '/u/M1CK3Y-YouTube' has given '/u/Sinamon123' lambda! +[2020-09-05 15:30:27,727] /u/Sinamon123 had their flair updated +[2020-09-05 15:34:36,465] There has been a new submission: 'YouTube’s Current State (usually do gaming videos but YouTube is crazy rn so I made this)', with flair 'Video Critique' +[2020-09-05 15:34:37,854] /u/AKReddits had their submission removed for insufficient lambda. +[2020-09-05 15:34:39,372] /u/AKReddits had their flair updated +[2020-09-05 15:36:32,658] There has been a new submission: 'Odd question but do you edit out when you take a breath between sentences?', with flair 'Discussion' +[2020-09-05 15:36:34,137] /u/NG91Films had their flair updated +[2020-09-05 15:37:27,279] There has been a new submission: 'Made an hyperscape montage and i think i did A pretty good job in editing, could you guys take a moment to check it out and give me feedback on what could go better and what not, also if you liked it could you please take a moment to subscribe it would littaraly mean the world to me :)', with flair 'Video Critique' +[2020-09-05 15:37:28,386] /u/enesk_70 had their submission removed for insufficient lambda. +[2020-09-05 15:37:29,409] /u/enesk_70 had their flair updated +[2020-09-05 15:47:28,607] '/u/M1CK3Y-YouTube' has given '/u/WordHistorian' lambda! +[2020-09-05 15:47:31,432] /u/WordHistorian had their flair updated +[2020-09-05 15:57:36,286] There has been a new submission: 'It took me 5 hours to edit this video, please give me a chance. Let me know how I can improve my content so I can finally hit 100 subs <3', with flair 'Channel Review' +[2020-09-05 15:57:37,393] /u/Focusxd had their submission removed for insufficient lambda. +[2020-09-05 15:57:38,502] /u/Focusxd had their flair updated +[2020-09-05 15:58:30,931] There has been a new submission: 'Hello everyone. I created a Youtube channel a few weeks ago where I upload videos about coding and design mainly. Here's my last video.', with flair 'Video Critique' +[2020-09-05 15:58:32,239] /u/jaru007 had their submission removed for insufficient lambda. +[2020-09-05 15:58:33,105] /u/jaru007 had their flair updated +[2020-09-05 16:00:26,672] There has been a new submission: '*GIVEAWAY* Call Of Duty Modern Warfare: Team Deathmatch Gameplay (No Com...', with flair 'Vlog' +[2020-09-05 16:00:28,598] /u/xGAMANx had their submission removed for insufficient lambda. +[2020-09-05 16:00:30,937] /u/xGAMANx had their flair updated +[2020-09-05 16:15:09,011] There has been a new submission: 'VALORANT Past My 6 o' Clock BEDTIME', with flair 'Gaming' +[2020-09-05 16:15:10,667] /u/Zixpixel_ had their submission removed for insufficient lambda. +[2020-09-05 16:15:12,440] /u/Zixpixel_ had their flair updated +[2020-09-05 16:23:46,831] There has been a new submission: 'I didn't see him coming', with flair 'Gaming' +[2020-09-05 16:23:48,470] /u/momomongu1275 had their submission removed for insufficient lambda. +[2020-09-05 16:23:50,399] /u/momomongu1275 had their flair updated +[2020-09-05 16:24:13,063] '/u/cazarb1' has given '/u/GAMERMANYouTube' lambda! +[2020-09-05 16:24:15,402] /u/GAMERMANYouTube had their flair updated +[2020-09-05 16:37:07,682] There has been a new submission: 'Hi Guys, started out on YT with some football content.', with flair 'Video Critique' +[2020-09-05 16:37:08,870] /u/Matt_Fogo had their submission removed for insufficient lambda. +[2020-09-05 16:37:10,146] /u/Matt_Fogo had their flair updated +[2020-09-05 16:37:32,754] There has been a new submission: '[video] AMERICAN CANDY CHALLENGE (GERMAN GUY TRIES OUT AMERICAN CANDY) [Subtitled] Watch me tasting american candy :) Feedback is welcome :)', with flair 'Vlog' +[2020-09-05 16:37:33,940] /u/LEOtheOriginal had their submission removed for insufficient lambda. +[2020-09-05 16:37:35,131] /u/LEOtheOriginal had their flair updated +[2020-09-05 16:38:10,360] '/u/Bowerz123' has given '/u/thecounselor6' lambda! +[2020-09-05 16:38:12,617] /u/thecounselor6 had their flair updated +[2020-09-05 16:38:46,412] '/u/Bowerz123' has given '/u/cmroper' lambda! +[2020-09-05 16:38:48,427] /u/cmroper had their flair updated +[2020-09-05 16:39:07,730] There has been a new submission: 'Can you guys give me tips on my links awakening video', with flair 'Video Critique' +[2020-09-05 16:39:09,166] /u/3dsfan21 had their submission removed for insufficient lambda. +[2020-09-05 16:39:10,110] /u/3dsfan21 had their flair updated +[2020-09-05 16:39:43,913] '/u/Bowerz123' has given '/u/the-mango-slice' lambda! +[2020-09-05 16:39:45,758] /u/the-mango-slice had their flair updated +[2020-09-05 16:41:04,135] There has been a new submission: 'Hey guys ! Every Friday I review a Black Business on my Channel! If you guys own a business or know someone who owns a business comment below ! ❤️', with flair 'Channel Review' +[2020-09-05 16:41:05,691] /u/AminaJawhara had their submission removed for insufficient lambda. +[2020-09-05 16:41:07,901] /u/AminaJawhara had their flair updated +[2020-09-05 16:42:09,736] '/u/Bowerz123' has given '/u/Sinamon123' lambda! +[2020-09-05 16:42:12,278] /u/Sinamon123 had their flair updated +[2020-09-05 16:42:28,816] '/u/Bowerz123' has given '/u/WordHistorian' lambda! +[2020-09-05 16:42:31,152] /u/WordHistorian had their flair updated +[2020-09-05 16:43:37,177] '/u/Bowerz123' has given '/u/GAMERMANYouTube' lambda! +[2020-09-05 16:43:39,225] /u/GAMERMANYouTube had their flair updated +[2020-09-05 16:45:32,673] '/u/Bowerz123' has given '/u/ESK8Store' lambda! +[2020-09-05 16:45:34,052] /u/ESK8Store had their flair updated +[2020-09-05 16:46:21,744] '/u/Bowerz123' has given '/u/crypto_chan' lambda! +[2020-09-05 16:46:23,153] /u/crypto_chan had their flair updated +[2020-09-05 16:47:19,795] '/u/Bowerz123' has given '/u/LEOtheOriginal' lambda! +[2020-09-05 16:47:21,314] /u/LEOtheOriginal had their flair updated +[2020-09-05 16:48:17,099] +#################### +[Sep 05 2020 16:48:17] RESTARTED +#################### + +[2020-09-05 17:31:24,003] There has been a new submission: 'Virgin Pedophile Gets Caught!', with flair 'Gaming' +[2020-09-05 17:31:26,380] /u/mahanxx2 had their submission removed for insufficient lambda. +[2020-09-05 17:31:28,589] /u/mahanxx2 had their flair updated +[2020-09-05 17:31:47,955] There has been a new submission: 'We Ate Here | The Grotto | Bruce Peninsula National Park', with flair 'Vlog' +[2020-09-05 17:31:49,557] /u/TheFriendlyTourists had their submission removed for insufficient lambda. +[2020-09-05 17:31:51,608] /u/TheFriendlyTourists had their flair updated +[2020-09-05 17:32:09,139] There has been a new submission: 'DIY Birthday Decoration - Butterfly prince theme or backdrop', with flair 'Video Critique' +[2020-09-05 17:32:10,649] /u/pnavkumar7 had their submission removed for insufficient lambda. +[2020-09-05 17:32:12,613] /u/pnavkumar7 had their flair updated +[2020-09-05 17:32:31,609] There has been a new submission: 'CREATE MASKING TRANSITIONS IN PREMIER PRO (HOW TO)', with flair 'Video Critique' +[2020-09-05 17:32:33,328] /u/Alilowthofficial had their submission removed for insufficient lambda. +[2020-09-05 17:32:35,256] /u/Alilowthofficial had their flair updated +[2020-09-05 17:32:54,924] There has been a new submission: 'Hey everyone! I went to the beach with a buddy and didn't think I could get much out of what we recorded but I tried to do my best with the footage I had. Could I get some opinions on things I can do better to improve the next video?', with flair 'Vlog' +[2020-09-05 17:32:56,481] /u/Iso_Gil had their submission removed for insufficient lambda. +[2020-09-05 17:32:58,411] /u/Iso_Gil had their flair updated +[2020-09-05 17:33:18,267] There has been a new submission: 'IRL Mythological Figures of Pokemon Vol.1 | Sneasel/Weavile & Shiftry/ If you guys could give me some feedback that’s be great. I fell like my tone wasn’t that strong', with flair 'Video Critique' +[2020-09-05 17:33:19,702] /u/Kuriboh4000 had their submission removed for insufficient lambda. +[2020-09-05 17:33:21,548] /u/Kuriboh4000 had their flair updated +[2020-09-05 17:35:26,801] /u/mcster21 had their flair updated +[2020-09-05 17:35:45,712] '/u/mcster21' has given '/u/ESK8Store' lambda! +[2020-09-05 17:35:49,156] /u/ESK8Store had their flair updated +[2020-09-05 17:36:08,293] '/u/cmroper' has given '/u/WordHistorian' lambda! +[2020-09-05 17:36:10,423] /u/WordHistorian had their flair updated +[2020-09-05 17:36:44,076] '/u/cmroper' has given '/u/joshuaiman' lambda! +[2020-09-05 17:36:46,448] /u/joshuaiman had their flair updated +[2020-09-05 17:37:05,790] '/u/cmroper' has given '/u/GAMERMANYouTube' lambda! +[2020-09-05 17:37:08,332] /u/GAMERMANYouTube had their flair updated +[2020-09-05 17:37:27,380] '/u/cmroper' has given '/u/aspirefitnesswalnut' lambda! +[2020-09-05 17:37:29,516] /u/aspirefitnesswalnut had their flair updated +[2020-09-05 17:37:48,325] '/u/cazarb1' has given '/u/MrMoo-Youtube' lambda! +[2020-09-05 17:37:50,496] /u/MrMoo-Youtube had their flair updated +[2020-09-05 17:38:37,718] '/u/civohd123' has given '/u/ESK8Store' lambda! +[2020-09-05 17:38:39,648] /u/ESK8Store had their flair updated +[2020-09-05 17:39:11,189] '/u/Iso_Gil' has given '/u/Matt_Fogo' lambda! +[2020-09-05 17:39:12,621] /u/Matt_Fogo had their flair updated +[2020-09-05 17:42:29,732] '/u/cmroper' has given '/u/WannabeProduce' lambda! +[2020-09-05 17:42:32,432] /u/WannabeProduce had their flair updated +[2020-09-05 17:45:19,553] There has been a new submission: 'Bad Youtube Couples: Sebastian Bails', with flair 'Video Critique' +[2020-09-05 17:45:21,723] /u/reecezw14 had their submission removed for insufficient lambda. +[2020-09-05 17:45:23,158] /u/reecezw14 had their flair updated +[2020-09-05 17:45:41,071] There has been a new submission: 'Ok i need your help', with flair 'Channel Review' +[2020-09-05 17:45:42,298] /u/Cryptiic_YT had their submission removed for insufficient lambda. +[2020-09-05 17:45:43,569] /u/Cryptiic_YT had their flair updated +[2020-09-05 17:46:01,567] There has been a new submission: 'Sliding serial killer game', with flair 'Gaming' +[2020-09-05 17:46:02,838] /u/gezelex had their submission removed for insufficient lambda. +[2020-09-05 17:46:04,108] /u/gezelex had their flair updated +[2020-09-05 17:46:22,163] There has been a new submission: 'LEGIT ASMR REVIEW - Mint || I've been grinding making videos and working full-time, does the hard work show?? (Giving lambda)', with flair 'Video Critique' +[2020-09-05 17:46:24,169] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 17:46:24,209] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 17:46:25,683] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=P6L7ctBGNV4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 17:46:26,054] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClZJolN72sxNvnS75JNEQ_g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 17:46:28,303] /u/ESK8Store had their flair updated +[2020-09-05 17:48:12,167] There has been a new submission: 'Richest people by decades', with flair 'Vlog' +[2020-09-05 17:48:14,502] /u/shanrap had their submission removed for insufficient lambda. +[2020-09-05 17:48:15,364] /u/shanrap had their flair updated +[2020-09-05 17:49:35,269] There has been a new submission: 'YouTube editor', with flair 'Gaming' +[2020-09-05 17:49:36,168] /u/Angel508 had their submission removed for insufficient lambda. +[2020-09-05 17:49:36,784] /u/Angel508 had their flair updated +[2020-09-05 17:51:02,312] There has been a new submission: 'YouTube editor', with flair 'Discussion' +[2020-09-05 17:51:04,772] /u/Angel508 had their flair updated +[2020-09-05 18:01:22,162] There has been a new submission: 'Mario Kart Super Circuit - Flattening Back Down to 2D', with flair 'Gaming' +[2020-09-05 18:01:23,838] /u/FineManYT had their submission removed for insufficient lambda. +[2020-09-05 18:01:26,060] /u/FineManYT had their flair updated +[2020-09-05 18:05:03,376] There has been a new submission: 'My Strange Addiction Cover by Sally Holloway', with flair 'Art' +[2020-09-05 18:05:04,811] /u/lilsallysaucer had their submission removed for insufficient lambda. +[2020-09-05 18:05:06,552] /u/lilsallysaucer had their flair updated +[2020-09-05 18:13:54,023] There has been a new submission: 'LOOKING FOR PEOPLE TO TRADE FEEDBACK WITH!', with flair 'Video Critique' +[2020-09-05 18:13:55,498] /u/ZeNith_yt had their submission removed for insufficient lambda. +[2020-09-05 18:13:57,428] /u/ZeNith_yt had their flair updated +[2020-09-05 18:14:23,540] There has been a new submission: 'The Tour To The City Of Spices. 10 Most Amazing Things Of This City.', with flair 'Channel Review' +[2020-09-05 18:14:25,306] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-05 18:14:27,104] /u/Planet-com had their flair updated +[2020-09-05 18:15:13,922] There has been a new submission: 'This is my newest video. Any feedback would be greatly appreciated. Thank you! (please note my video lengths are not normally this long) Please consider subscribing if you felt you enjoyed. You don't have to!', with flair 'Video Critique' +[2020-09-05 18:15:14,951] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 18:15:14,990] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 18:15:15,773] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=cSg7dS3tAnk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 18:15:16,101] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvumxdYwkO2-UUBrCMM-r2Q&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 18:15:18,487] /u/Sinamon123 had their flair updated +[2020-09-05 18:15:47,283] There has been a new submission: 'LOOKING FOR YOUTUBERS TO WORK FOR,🙏🙏🙏 I'm willing to work long term,please check details below.', with flair 'Discussion' +[2020-09-05 18:15:49,251] /u/Nina_07 had their flair updated +[2020-09-05 18:19:19,913] There has been a new submission: 'Hey guys i made this recent video and was wondering what i could've done more to spice it up, all criticisms are welcomed', with flair 'Video Critique' +[2020-09-05 18:19:20,816] /u/blazingendevour had their submission removed for insufficient lambda. +[2020-09-05 18:19:21,758] /u/blazingendevour had their flair updated +[2020-09-05 18:21:35,294] '/u/HappyPantzInc' has given '/u/ESK8Store' lambda! +[2020-09-05 18:21:38,329] /u/ESK8Store had their flair updated +[2020-09-05 18:22:38,272] '/u/M1CK3Y-YouTube' has given '/u/GAMERMANYouTube' lambda! +[2020-09-05 18:22:40,819] /u/GAMERMANYouTube had their flair updated +[2020-09-05 18:29:11,449] There has been a new submission: 'I took the valorant trailer and put memes on it. If you guys like it sub its free.', with flair 'Gaming' +[2020-09-05 18:29:12,435] /u/Hungry_Back_2387 had their submission removed for insufficient lambda. +[2020-09-05 18:29:13,135] /u/Hungry_Back_2387 had their flair updated +[2020-09-05 18:29:59,674] There has been a new submission: 'Drive with us around las vegas', with flair 'Vlog' +[2020-09-05 18:30:01,162] /u/impvfamily had their submission removed for insufficient lambda. +[2020-09-05 18:30:03,778] /u/impvfamily had their flair updated +[2020-09-05 18:47:22,275] There has been a new submission: 'Retro Games are back: Pokemon', with flair 'Gaming' +[2020-09-05 18:47:23,426] /u/Dexscene had their submission removed for insufficient lambda. +[2020-09-05 18:47:24,785] /u/Dexscene had their flair updated +[2020-09-05 18:48:18,468] +#################### +[Sep 05 2020 18:48:18] RESTARTED +#################### + +[2020-09-05 19:30:15,015] There has been a new submission: 'Hi! I'd love some feedback on the most interesting and boring parts of this video. Looking to improve my editing.', with flair 'None' +[2020-09-05 19:30:17,763] /u/stop_juststop had their submission removed for insufficient lambda. +[2020-09-05 19:30:20,096] /u/stop_juststop had their flair updated +[2020-09-05 19:31:45,235] '/u/ESK8Store' has given '/u/GAMERMANYouTube' lambda! +[2020-09-05 19:31:48,067] /u/GAMERMANYouTube had their flair updated +[2020-09-05 19:32:48,968] '/u/Sinamon123' has given '/u/stop_juststop' lambda! +[2020-09-05 19:32:51,879] /u/stop_juststop had their flair updated +[2020-09-05 19:35:18,729] '/u/Logan_B_Youtube' has given '/u/WordHistorian' lambda! +[2020-09-05 19:35:20,183] /u/WordHistorian had their flair updated +[2020-09-05 19:35:53,192] There has been a new submission: 'Marvel's Avengers- finding out the truth. Part 2', with flair 'Gaming' +[2020-09-05 19:35:54,580] /u/XA1CE had their submission removed for insufficient lambda. +[2020-09-05 19:35:55,850] /u/XA1CE had their flair updated +[2020-09-05 19:36:13,700] There has been a new submission: 'Wanna know What Gets me Angry about YouTube?', with flair 'Discussion' +[2020-09-05 19:36:16,041] /u/MaximumNormal6736 had their flair updated +[2020-09-05 19:36:33,592] There has been a new submission: 'Ra Ra Rasputin', with flair 'Video Critique' +[2020-09-05 19:36:35,150] /u/Thechomania had their submission removed for insufficient lambda. +[2020-09-05 19:36:37,078] /u/Thechomania had their flair updated +[2020-09-05 19:36:55,063] There has been a new submission: 'Why Hereford Base is The Best Map in Rainbow Six Siege', with flair 'Gaming' +[2020-09-05 19:36:56,172] /u/MaxPriceless had their submission removed for insufficient lambda. +[2020-09-05 19:36:57,241] /u/MaxPriceless had their flair updated +[2020-09-05 19:37:14,172] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 5 - Tony Stark (Full Game)', with flair 'Gaming' +[2020-09-05 19:37:15,199] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-05 19:37:16,551] /u/CecliusPlaysHD had their flair updated +[2020-09-05 19:37:33,515] There has been a new submission: 'Oneplus 8 / 8 Pro : My Thoughts - Here's what you Need to Know! | PoeticWhiz', with flair 'Video Critique' +[2020-09-05 19:37:34,458] /u/aabidfaiyaz had their submission removed for insufficient lambda. +[2020-09-05 19:37:35,402] /u/aabidfaiyaz had their flair updated +[2020-09-05 19:45:27,925] There has been a new submission: 'Hi my names sofia and I do YouTube videos pls check them out and give me some criticism and advice :))))', with flair 'Video Critique' +[2020-09-05 19:45:29,236] /u/Fiasofi had their submission removed for insufficient lambda. +[2020-09-05 19:45:30,916] /u/Fiasofi had their flair updated +[2020-09-05 19:48:31,450] There has been a new submission: 'Camera conundrums!', with flair 'Video Critique' +[2020-09-05 19:48:32,921] /u/baconfan99 had their submission removed for insufficient lambda. +[2020-09-05 19:48:33,863] /u/baconfan99 had their flair updated +[2020-09-05 19:55:48,753] There has been a new submission: 'When i Try Hard For the Chopper Gunner in Modern Warfare and This Happen...', with flair 'Gaming' +[2020-09-05 19:55:50,266] /u/SaiTej99 had their submission removed for insufficient lambda. +[2020-09-05 19:55:51,867] /u/SaiTej99 had their flair updated +[2020-09-05 20:06:59,025] There has been a new submission: 'Drink Lemon Water for 30 Days, the Result Will Amaze You! Use Lemon & Ginger for Weight Loss Detox', with flair 'Vlog' +[2020-09-05 20:07:00,316] /u/Vala26 had their submission removed for insufficient lambda. +[2020-09-05 20:07:01,748] /u/Vala26 had their flair updated +[2020-09-05 20:18:07,614] There has been a new submission: 'When crediting another creator- USE A URL.', with flair 'Discussion' +[2020-09-05 20:18:10,471] /u/LuxMedia had their flair updated +[2020-09-05 20:25:18,191] There has been a new submission: 'Another CK3 Video: My First Look', with flair 'Gaming' +[2020-09-05 20:25:19,702] /u/koch4646 had their submission removed for insufficient lambda. +[2020-09-05 20:25:21,463] /u/koch4646 had their flair updated +[2020-09-05 20:25:59,905] '/u/ESK8Store' has given '/u/stop_juststop' lambda! +[2020-09-05 20:26:02,255] /u/stop_juststop had their flair updated +[2020-09-05 20:26:48,358] There has been a new submission: 'Launched a new series and this is 100 percent the dumbest thing I have ever made and put online. But I enjoyed making it and think I'm going to keep going. Giving lambda for feedback.', with flair 'Video Critique' +[2020-09-05 20:26:49,630] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 20:26:49,714] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 20:26:50,655] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uBrAIdT4BXM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 20:26:51,026] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0BzFaUNh7KanWXvM4E76hg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 20:26:53,404] /u/funnyascancer had their flair updated +[2020-09-05 20:30:11,274] There has been a new submission: 'I’ve been making vids since 2017', with flair 'Channel Review' +[2020-09-05 20:30:13,491] /u/gagelm04 had their submission removed for insufficient lambda. +[2020-09-05 20:30:15,798] /u/gagelm04 had their flair updated +[2020-09-05 20:36:20,599] There has been a new submission: 'Higher then usual click through rate but low viewer watchtime', with flair 'Discussion' +[2020-09-05 20:36:23,386] /u/Randomzella had their flair updated +[2020-09-05 20:44:01,184] There has been a new submission: 'We Won A Game of Fortnite', with flair 'Gaming' +[2020-09-05 20:44:02,584] /u/Gmb_tyler had their submission removed for insufficient lambda. +[2020-09-05 20:44:04,416] /u/Gmb_tyler had their flair updated +[2020-09-05 20:48:17,252] +#################### +[Sep 05 2020 20:48:17] RESTARTED +#################### + +[2020-09-05 21:24:11,688] There has been a new submission: 'ASMR 😏SHIRT SCRATCHING🍒POPPING MY KAT VON D CHERRY 🍒 (requested by Agent Tony) #ACMP', with flair 'Channel Review' +[2020-09-05 21:24:14,273] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-09-05 21:24:16,079] /u/tballs2003 had their flair updated +[2020-09-05 21:24:34,480] There has been a new submission: 'What seems like a better option? Uploading daily, 1 vid a week or 2 a week?', with flair 'Discussion' +[2020-09-05 21:24:36,326] /u/JayComicZ had their flair updated +[2020-09-05 21:24:54,765] There has been a new submission: 'URBAN EXPLORATION : VANGE WELL NO.5', with flair 'Vlog' +[2020-09-05 21:24:57,059] /u/kimmy-1994 had their submission removed for insufficient lambda. +[2020-09-05 21:24:59,150] /u/kimmy-1994 had their flair updated +[2020-09-05 21:25:20,313] '/u/soupgeorge' has given '/u/WordHistorian' lambda! +[2020-09-05 21:25:22,612] /u/WordHistorian had their flair updated +[2020-09-05 21:28:23,466] There has been a new submission: 'Hello I just posted my first video, would love to have some feedback. If you leave your channel links in the comments I'll check them out..', with flair 'Video Critique' +[2020-09-05 21:28:24,779] /u/CJP_YT had their submission removed for insufficient lambda. +[2020-09-05 21:28:25,640] /u/CJP_YT had their flair updated +[2020-09-05 21:28:42,619] There has been a new submission: 'How Portal Plays With Your Expectations Through Unreliable Narration', with flair 'Video Critique' +[2020-09-05 21:28:44,504] /u/keenangraz had their submission removed for insufficient lambda. +[2020-09-05 21:28:45,164] /u/keenangraz had their flair updated +[2020-09-05 21:29:01,946] There has been a new submission: 'I want to get 300 views on this video so if everyone that seen this post that were online right now it would be enough to get 300 so please guys if you see this post please click on the video', with flair 'Vlog' +[2020-09-05 21:29:03,102] /u/christianwhite_o had their submission removed for insufficient lambda. +[2020-09-05 21:29:03,715] /u/christianwhite_o had their flair updated +[2020-09-05 21:29:20,126] There has been a new submission: 'Mav Plays: biG BrAIn moment in Fall Guys Game 【 Sherlock Holmes makes a deduction 】 ft. Cenzer', with flair 'Gaming' +[2020-09-05 21:29:20,984] /u/MavXStudios had their submission removed for insufficient lambda. +[2020-09-05 21:29:21,516] /u/MavXStudios had their flair updated +[2020-09-05 21:30:39,682] There has been a new submission: 'Thing's Married People Can't do??👀👀 Thoughts on our channel so far?', with flair 'Channel Review' +[2020-09-05 21:30:41,325] /u/Lifeas2019 had their submission removed for insufficient lambda. +[2020-09-05 21:30:43,584] /u/Lifeas2019 had their flair updated +[2020-09-05 21:38:18,232] There has been a new submission: 'Had so much fun doing this video', with flair 'Gaming' +[2020-09-05 21:38:19,297] /u/BaldOfRivia had their submission removed for insufficient lambda. +[2020-09-05 21:38:20,441] /u/BaldOfRivia had their flair updated +[2020-09-05 21:40:44,825] There has been a new submission: 'Looking for interviews on my podcast.', with flair 'Channel Review' +[2020-09-05 21:40:47,535] /u/JTMANOFWAR1994 had their submission removed for insufficient lambda. +[2020-09-05 21:40:49,867] /u/JTMANOFWAR1994 had their flair updated +[2020-09-05 21:47:45,413] There has been a new submission: '*NEW* CLASH ROYALE GLITCH 2-1 CARD DECKS😱', with flair 'Gaming' +[2020-09-05 21:47:47,385] /u/Distribution-Puzzled had their submission removed for insufficient lambda. +[2020-09-05 21:47:48,568] /u/Distribution-Puzzled had their flair updated +[2020-09-05 21:54:07,591] There has been a new submission: 'TROLLING IN ROBLOX PARADISE LIFE', with flair 'Gaming' +[2020-09-05 21:54:09,597] /u/TypicalHam had their submission removed for insufficient lambda. +[2020-09-05 21:54:11,439] /u/TypicalHam had their flair updated +[2020-09-05 21:54:49,240] '/u/ChoppedRamen' has given '/u/ECXL' lambda! +[2020-09-05 21:54:51,861] /u/ECXL had their flair updated +[2020-09-05 21:55:28,402] '/u/ChoppedRamen' has given '/u/WordHistorian' lambda! +[2020-09-05 21:55:31,110] /u/WordHistorian had their flair updated +[2020-09-05 21:56:21,031] '/u/xPento' has given '/u/casteliacitytv' lambda! +[2020-09-05 21:56:22,921] /u/casteliacitytv had their flair updated +[2020-09-05 21:56:41,863] '/u/ChoppedRamen' has given '/u/Jayotic44' lambda! +[2020-09-05 21:56:44,285] /u/Jayotic44 had their flair updated +[2020-09-05 21:57:17,029] There has been a new submission: 'Check out my new minecraft series (feedback is appreciated)', with flair 'Gaming' +[2020-09-05 21:57:18,053] /u/NewYorker98 had their submission removed for insufficient lambda. +[2020-09-05 21:57:19,370] /u/NewYorker98 had their flair updated +[2020-09-05 21:57:39,968] '/u/ChoppedRamen' has given '/u/cazarb1' lambda! +[2020-09-05 21:57:42,263] /u/cazarb1 had their flair updated +[2020-09-05 21:58:41,054] '/u/xPento' has given '/u/WannabeProduce' lambda! +[2020-09-05 21:58:42,773] /u/WannabeProduce had their flair updated +[2020-09-05 21:59:05,083] There has been a new submission: 'I definitely love hiking the sand dunes in Huacachina. It was such a thrill! If you're ever in Peru, don't forget to stop by Huacachina! Beautiful pictures at sunset!', with flair 'Vlog' +[2020-09-05 21:59:05,983] /u/straycindy had their submission removed for insufficient lambda. +[2020-09-05 21:59:06,677] /u/straycindy had their flair updated +[2020-09-05 22:00:23,182] '/u/xPento' has given '/u/LEOtheOriginal' lambda! +[2020-09-05 22:00:26,058] /u/LEOtheOriginal had their flair updated +[2020-09-05 22:02:31,004] There has been a new submission: 'Rockstar BANNED Me Whilst I Was On My Holidays!', with flair 'Gaming' +[2020-09-05 22:02:32,477] /u/xDaZez had their submission removed for insufficient lambda. +[2020-09-05 22:02:34,573] /u/xDaZez had their flair updated +[2020-09-05 22:03:54,064] '/u/usualgamer94' has given '/u/WordHistorian' lambda! +[2020-09-05 22:03:56,531] /u/WordHistorian had their flair updated +[2020-09-05 22:04:21,054] There has been a new submission: 'Funny Friday the 13th gameplay. If you enjoy it leave a like and subscribe! Any criticism is accepted and all will be read! Enjoy', with flair 'Gaming' +[2020-09-05 22:04:23,016] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 22:04:23,019] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 22:04:24,163] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=0EKbHf0cbOk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:04:24,490] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCxOkwBShMtPpm03YRLeUNrw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:04:27,486] /u/joshuaiman had their flair updated +[2020-09-05 22:15:42,120] '/u/funnyascancer' has given '/u/DustyDingus' lambda! +[2020-09-05 22:15:44,826] /u/DustyDingus had their flair updated +[2020-09-05 22:19:53,962] There has been a new submission: 'could you please spare some time to check out my first video!', with flair 'Gaming' +[2020-09-05 22:19:54,576] /u/BlueLabss had their submission removed for insufficient lambda. +[2020-09-05 22:19:55,027] /u/BlueLabss had their flair updated +[2020-09-05 22:21:35,827] There has been a new submission: 'Moo In A Box | R6 Siege experimenting with a new style would you click on this lambda for all', with flair 'Thumbnail Review' +[2020-09-05 22:21:37,051] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 22:21:37,053] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 22:21:37,909] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=d4D53oXdE8c&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:21:38,363] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:21:41,555] /u/MrMoo-Youtube had their flair updated +[2020-09-05 22:28:37,591] There has been a new submission: 'Algorithm this, Algorithm that. It's about PEOPLE', with flair 'Discussion' +[2020-09-05 22:28:39,846] /u/CopperPanMan had their flair updated +[2020-09-05 22:31:08,199] There has been a new submission: 'I put this together in a couple hours, with some random footage I had laying about as I just wanted to post something. I’m curious if it’s as crap as I feel like it is. I’ll be giving lambda for any and all comments', with flair 'Video Critique' +[2020-09-05 22:31:08,640] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 22:31:08,641] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 22:31:08,981] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=mLqWn4gpIsQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:31:09,178] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UClFZlrRlpVnEpaFLyliXyVQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 22:31:12,328] /u/sambarlien had their flair updated +[2020-09-05 22:34:22,323] '/u/ESK8Store' has given '/u/xPento' lambda! +[2020-09-05 22:34:24,944] /u/xPento had their flair updated +[2020-09-05 22:47:20,580] '/u/funnyascancer' has given '/u/xPento' lambda! +[2020-09-05 22:47:21,669] /u/xPento had their flair updated +[2020-09-05 22:48:16,851] +#################### +[Sep 05 2020 22:48:16] RESTARTED +#################### + +[2020-09-05 23:31:21,147] '/u/funnyascancer' has given '/u/stop_juststop' lambda! +[2020-09-05 23:31:23,933] /u/stop_juststop had their flair updated +[2020-09-05 23:35:06,583] '/u/djcambomb' has given '/u/WordHistorian' lambda! +[2020-09-05 23:35:08,876] /u/WordHistorian had their flair updated +[2020-09-05 23:35:29,031] There has been a new submission: 'Looking for some honest feedback.', with flair 'Video Critique' +[2020-09-05 23:35:30,137] /u/BertZeroYT had their submission removed for insufficient lambda. +[2020-09-05 23:35:31,530] /u/BertZeroYT had their flair updated +[2020-09-05 23:35:49,620] There has been a new submission: 'Are funny moments Dying? Is mine good enough to Compare?', with flair 'Video Critique' +[2020-09-05 23:35:50,767] /u/MalcoreGamez had their submission removed for insufficient lambda. +[2020-09-05 23:35:51,997] /u/MalcoreGamez had their flair updated +[2020-09-05 23:36:09,705] There has been a new submission: 'I posted a video about something that happened to me back in high school. Thought it be a good idea and share it here to get some feedback also.', with flair 'Video Critique' +[2020-09-05 23:36:10,891] /u/Humble_Flamingo14 had their submission removed for insufficient lambda. +[2020-09-05 23:36:12,081] /u/Humble_Flamingo14 had their flair updated +[2020-09-05 23:36:29,466] There has been a new submission: 'Does this video feel like a rushed job? What can I do to improve?', with flair 'Video Critique' +[2020-09-05 23:36:30,531] /u/modquixote had their submission removed for insufficient lambda. +[2020-09-05 23:36:31,767] /u/modquixote had their flair updated +[2020-09-05 23:36:48,947] There has been a new submission: 'I am uploading quality smooth jazz instrumental on YouTube - all music is owned by us. Can you please give me constructive criticisms and I will give you lambda in return! Thanks so much and I appreciate ALL comments!', with flair 'Channel Review' +[2020-09-05 23:36:50,833] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-05 23:36:50,836] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-05 23:36:51,696] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=5Dajuh0OmkU&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 23:36:52,227] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB7JWh8CDDjQRiW-nvA_EMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-05 23:36:54,200] /u/eddieha1 had their flair updated +[2020-09-05 23:37:11,749] There has been a new submission: 'My new gaming channel. Appreciate your support and feedback.', with flair 'Gaming' +[2020-09-05 23:37:12,770] /u/Common_Shoe_7424 had their submission removed for insufficient lambda. +[2020-09-05 23:37:13,792] /u/Common_Shoe_7424 had their flair updated +[2020-09-05 23:37:48,188] '/u/funnyascancer' has given '/u/WannabeProduce' lambda! +[2020-09-05 23:37:50,404] /u/WannabeProduce had their flair updated +[2020-09-05 23:41:25,171] There has been a new submission: '1 Minute long videos - seem like a double edge sword when trying to monetize', with flair 'Discussion' +[2020-09-05 23:41:28,363] /u/djcambomb had their flair updated +[2020-09-05 23:44:52,029] There has been a new submission: 'Asthma', with flair 'Gaming' +[2020-09-05 23:44:53,542] /u/Lilramenbowl had their submission removed for insufficient lambda. +[2020-09-05 23:44:55,228] /u/Lilramenbowl had their flair updated +[2020-09-05 23:48:13,342] There has been a new submission: 'My first cinematic video. The German Alps', with flair 'Video Critique' +[2020-09-05 23:48:15,261] /u/pocholo2020 had their submission removed for insufficient lambda. +[2020-09-05 23:48:16,042] /u/pocholo2020 had their flair updated +[2020-09-06 00:03:47,352] '/u/toadywho' has given '/u/jakejakeson123' lambda! +[2020-09-06 00:03:49,768] /u/jakejakeson123 had their flair updated +[2020-09-06 00:14:03,483] There has been a new submission: 'Good (free) video editor for chromebook?', with flair 'Discussion' +[2020-09-06 00:14:05,745] /u/Another_pen had their flair updated +[2020-09-06 00:29:23,051] There has been a new submission: 'Looking for feedback on editing tips on what to do for my channel! This was my most recent video and I used a slightly different style than the others. I would appreciate feedback for this video or anything else that could help out my channel (and I'm of course giving out lambda for helpful advice!)', with flair 'Video Critique' +[2020-09-06 00:29:24,138] /u/TheHolyCowYT had their flair updated +[2020-09-06 00:33:24,650] There has been a new submission: 'One of my yt comedy skits, tell me what y'all think', with flair 'Video Critique' +[2020-09-06 00:33:26,210] /u/MrYyetti had their submission removed for insufficient lambda. +[2020-09-06 00:33:28,219] /u/MrYyetti had their flair updated +[2020-09-06 00:43:10,112] There has been a new submission: '[Minecraft] Too 5 mistakes noobs make in minecraft. It took a long time for me to make this video and i would like it if you guys give feedback(giving lambda)', with flair 'Gaming' +[2020-09-06 00:43:12,733] /u/YappyHead had their submission removed for insufficient lambda. +[2020-09-06 00:43:14,866] /u/YappyHead had their flair updated +[2020-09-06 00:44:28,045] /u/MisterMykil had their flair updated +[2020-09-06 00:48:16,580] +#################### +[Sep 06 2020 00:48:16] RESTARTED +#################### + +[2020-09-06 01:20:31,651] There has been a new submission: 'The end of this series show some love', with flair 'Gaming' +[2020-09-06 01:20:33,740] /u/4skinTim420 had their submission removed for insufficient lambda. +[2020-09-06 01:20:36,035] /u/4skinTim420 had their flair updated +[2020-09-06 01:20:56,081] There has been a new submission: 'Spamming time...feedback appreciated', with flair 'Video Critique' +[2020-09-06 01:20:57,723] /u/Kimura991 had their submission removed for insufficient lambda. +[2020-09-06 01:20:59,977] /u/Kimura991 had their flair updated +[2020-09-06 01:21:38,867] '/u/cmroper' has given '/u/eddieha1' lambda! +[2020-09-06 01:21:41,894] /u/eddieha1 had their flair updated +[2020-09-06 01:22:02,394] '/u/cmroper' has given '/u/usualgamer94' lambda! +[2020-09-06 01:22:05,299] /u/usualgamer94 had their flair updated +[2020-09-06 01:22:39,642] '/u/eddieha1' has given '/u/nich112' lambda! +[2020-09-06 01:22:42,354] /u/nich112 had their flair updated +[2020-09-06 01:24:45,379] There has been a new submission: 'High on Omegle', with flair 'Video Critique' +[2020-09-06 01:24:46,811] /u/Mambatony had their submission removed for insufficient lambda. +[2020-09-06 01:24:48,324] /u/Mambatony had their flair updated +[2020-09-06 01:25:06,628] There has been a new submission: 'I made a song and also small youtuber from nepal', with flair 'None' +[2020-09-06 01:25:08,226] /u/rubishau had their submission removed for insufficient lambda. +[2020-09-06 01:25:09,863] /u/rubishau had their flair updated +[2020-09-06 01:25:27,893] There has been a new submission: 'A funny and wholesome reddit video about the subreddit r/ChoosingBeggars', with flair 'None' +[2020-09-06 01:25:29,202] /u/Zealousideal-Hawk264 had their submission removed for insufficient lambda. +[2020-09-06 01:25:30,681] /u/Zealousideal-Hawk264 had their flair updated +[2020-09-06 01:28:57,697] There has been a new submission: 'I am very knowledgeable about my repairs, but im afraid im really bad at shooting. Feedback would be greatly appreciated.', with flair 'Channel Review' +[2020-09-06 01:28:58,517] /u/superj0417 had their submission removed for insufficient lambda. +[2020-09-06 01:28:59,175] /u/superj0417 had their flair updated +[2020-09-06 01:29:15,470] There has been a new submission: 'DO YOU LIKE CALL OF DUTY?', with flair 'Gaming' +[2020-09-06 01:29:16,209] /u/SSSponkk had their submission removed for insufficient lambda. +[2020-09-06 01:29:16,828] /u/SSSponkk had their flair updated +[2020-09-06 01:35:10,319] There has been a new submission: 'The Librarian Gameplay/Let's play/Commentary', with flair 'None' +[2020-09-06 01:35:11,899] /u/Equinix0 had their submission removed for insufficient lambda. +[2020-09-06 01:35:13,543] /u/Equinix0 had their flair updated +[2020-09-06 01:43:35,345] There has been a new submission: 'Among us be like', with flair 'Gaming' +[2020-09-06 01:43:37,145] /u/Lilramenbowl had their submission removed for insufficient lambda. +[2020-09-06 01:43:39,069] /u/Lilramenbowl had their flair updated +[2020-09-06 02:14:17,209] There has been a new submission: 'This is my first video, I would love to get improvement ideas and feedback: https://www.youtube.com/watch?v=X3DJkFiQtsU&ab_channel=BxZ', with flair 'Video Critique' +[2020-09-06 02:14:18,541] /u/BxZ_CuT had their submission removed for insufficient lambda. +[2020-09-06 02:14:20,359] /u/BxZ_CuT had their flair updated +[2020-09-06 02:16:07,075] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 02:24:44,430] There has been a new submission: 'B U I L D S (This is my brothers channel, show him some love In the comments)', with flair 'Gaming' +[2020-09-06 02:24:45,704] /u/NotGXDZY had their submission removed for insufficient lambda. +[2020-09-06 02:24:47,412] /u/NotGXDZY had their flair updated +[2020-09-06 02:28:50,466] '/u/eddieha1' has given '/u/danifernt' lambda! +[2020-09-06 02:28:51,281] /u/danifernt had their flair updated +[2020-09-06 02:34:28,161] There has been a new submission: 'I Asked Mall Workers If I Could STEAL From The Mall !!!!!!! ALMOST GOT ...', with flair 'Vlog' +[2020-09-06 02:34:29,518] /u/alkid01 had their submission removed for insufficient lambda. +[2020-09-06 02:34:31,613] /u/alkid01 had their flair updated +[2020-09-06 02:35:10,155] There has been a new submission: 'Amazing Photoshoot 😍', with flair 'Channel Review' +[2020-09-06 02:35:11,392] /u/moosssa had their submission removed for insufficient lambda. +[2020-09-06 02:35:13,098] /u/moosssa had their flair updated +[2020-09-06 02:45:17,678] There has been a new submission: 'We EMOTED All Game! (Fortnite: Battle Royale)', with flair 'Gaming' +[2020-09-06 02:45:19,166] /u/HunterFella had their submission removed for insufficient lambda. +[2020-09-06 02:45:20,820] /u/HunterFella had their flair updated +[2020-09-06 02:45:54,233] There has been a new submission: 'UFC 4 Career Mode EP 4 - Epic KO! The EA Sports UFC 4', with flair 'Video Critique' +[2020-09-06 02:45:54,657] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 02:45:54,658] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 02:45:54,752] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=yLqsDkL8MYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 02:45:54,841] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3b2lPLekqnqrfTqux5FVgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 02:45:57,331] /u/Absurdyt had their flair updated +[2020-09-06 02:48:11,236] +#################### +[Sep 06 2020 02:48:11] RESTARTED +#################### + +[2020-09-06 03:14:39,082] '/u/Absurdyt' has given '/u/FaBreezyEzy' lambda! +[2020-09-06 03:14:41,542] /u/FaBreezyEzy had their flair updated +[2020-09-06 03:14:59,241] There has been a new submission: 'Giveaway help', with flair 'Discussion' +[2020-09-06 03:15:00,841] /u/DilpickleOriginal had their flair updated +[2020-09-06 03:20:52,274] There has been a new submission: 'You know what I hate?', with flair 'Discussion' +[2020-09-06 03:20:55,793] /u/AgilixYT had their flair updated +[2020-09-06 03:31:54,102] There has been a new submission: 'Youtube editor (update)', with flair 'Discussion' +[2020-09-06 03:31:56,487] /u/Angel508 had their flair updated +[2020-09-06 03:33:54,648] There has been a new submission: 'How to tie your shoes', with flair 'Video Critique' +[2020-09-06 03:33:56,165] /u/Skedwii had their submission removed for insufficient lambda. +[2020-09-06 03:33:58,577] /u/Skedwii had their flair updated +[2020-09-06 04:15:02,555] There has been a new submission: 'leTs grow', with flair 'Channel Review' +[2020-09-06 04:15:03,864] /u/berightbackbro had their submission removed for insufficient lambda. +[2020-09-06 04:15:05,599] /u/berightbackbro had their flair updated +[2020-09-06 04:21:15,408] There has been a new submission: 'Venture Capital Giant Marc Andreessen Joins Coinbase Board. Coinbase IPO? Crypto space momentum!', with flair 'Discussion' +[2020-09-06 04:21:17,087] /u/The-Crypto-Portal had their submission removed for using the wrong flair. +[2020-09-06 04:21:19,425] /u/The-Crypto-Portal had their flair updated +[2020-09-06 04:24:07,351] There has been a new submission: 'Very interesting...What do you think? Akon’s Crypto City Moves Ahead Awarding $6B Construction Contract', with flair 'Channel Review' +[2020-09-06 04:24:08,864] /u/The-Crypto-Portal had their submission removed for insufficient lambda. +[2020-09-06 04:24:10,746] /u/The-Crypto-Portal had their flair updated +[2020-09-06 04:46:44,419] There has been a new submission: 'Could u guys help my younger cousin to 100 subs that would be very much appreciated ❤️', with flair 'Channel Review' +[2020-09-06 04:46:45,542] /u/TacoDawg7 had their submission removed for insufficient lambda. +[2020-09-06 04:46:46,908] /u/TacoDawg7 had their flair updated +[2020-09-06 04:48:17,855] +#################### +[Sep 06 2020 04:48:17] RESTARTED +#################### + +[2020-09-06 05:25:59,103] There has been a new submission: 'NEW TECH VID on file compression explained', with flair 'Video Critique' +[2020-09-06 05:26:00,536] /u/AsefDian had their submission removed for insufficient lambda. +[2020-09-06 05:26:01,725] /u/AsefDian had their flair updated +[2020-09-06 05:26:36,258] '/u/TheHolyCowYT' has given '/u/BxZ_CuT' lambda! +[2020-09-06 05:26:38,021] /u/BxZ_CuT had their flair updated +[2020-09-06 05:28:53,784] There has been a new submission: 'A Drive Through Bunker Hill and Downtown - Los Angeles,1940s [AI Colorized, Denoised,Upscaled,60fps]', with flair 'Channel Review' +[2020-09-06 05:28:54,523] /u/Evening_Sale had their submission removed for insufficient lambda. +[2020-09-06 05:28:55,142] /u/Evening_Sale had their flair updated +[2020-09-06 05:30:02,729] There has been a new submission: 'How To ALWAYS Place Top 3 On Dragons In Hypixel Skyblock || Dragon Simulator [60FPS]', with flair 'Video Critique' +[2020-09-06 05:30:04,648] /u/Ro137 had their submission removed for insufficient lambda. +[2020-09-06 05:30:07,101] /u/Ro137 had their flair updated +[2020-09-06 05:56:35,570] There has been a new submission: 'Some Help', with flair 'Gaming' +[2020-09-06 05:56:37,455] /u/Fluffy_B0Y3 had their flair updated +[2020-09-06 06:06:32,303] '/u/Fluffy_B0Y3' has given '/u/Matt_Fogo' lambda! +[2020-09-06 06:06:34,973] /u/Matt_Fogo had their flair updated +[2020-09-06 06:36:56,307] There has been a new submission: 'Did I just do that?!', with flair 'Gaming' +[2020-09-06 06:36:57,403] /u/NotGXDZY had their submission removed for insufficient lambda. +[2020-09-06 06:36:58,729] /u/NotGXDZY had their flair updated +[2020-09-06 06:47:52,979] +#################### +[Sep 06 2020 06:47:52] RESTARTED +#################### + +[2020-09-06 07:12:36,969] There has been a new submission: 'Looking to improve? I will give feedback to the first 10 people to respond.', with flair 'Discussion' +[2020-09-06 07:12:40,401] /u/Djbernie805 had their flair updated +[2020-09-06 07:13:59,825] There has been a new submission: 'If you like animations please check out my channel:', with flair 'Art' +[2020-09-06 07:14:01,149] /u/joltshocktoons had their submission removed for insufficient lambda. +[2020-09-06 07:14:02,748] /u/joltshocktoons had their flair updated +[2020-09-06 07:14:39,092] '/u/MrMoo-Youtube' has given '/u/WannabeProduce' lambda! +[2020-09-06 07:14:41,632] /u/WannabeProduce had their flair updated +[2020-09-06 07:15:09,753] '/u/MrMoo-Youtube' has given '/u/xPento' lambda! +[2020-09-06 07:15:11,137] /u/xPento had their flair updated +[2020-09-06 07:15:32,651] '/u/MrMoo-Youtube' has given '/u/ItsJustMeYT' lambda! +[2020-09-06 07:15:34,667] /u/ItsJustMeYT had their flair updated +[2020-09-06 07:16:25,353] '/u/MrMoo-Youtube' has given '/u/Matt_Fogo' lambda! +[2020-09-06 07:16:27,851] /u/Matt_Fogo had their flair updated +[2020-09-06 07:20:48,505] There has been a new submission: 'After not uploading for nearly a year, I finally decided to start uploading again. Would love some feedback on my recent video!', with flair 'Video Critique' +[2020-09-06 07:20:52,446] /u/vobris had their flair updated +[2020-09-06 07:35:06,411] There has been a new submission: 'Please Watch a Few Videos and give feedback', with flair 'Video Critique' +[2020-09-06 07:35:07,744] /u/Cockerel-Ninja-126 had their submission removed for insufficient lambda. +[2020-09-06 07:35:09,407] /u/Cockerel-Ninja-126 had their flair updated +[2020-09-06 08:04:34,136] There has been a new submission: 'Censor Swearing?', with flair 'Discussion' +[2020-09-06 08:04:36,729] /u/Dumbify had their flair updated +[2020-09-06 08:20:18,169] There has been a new submission: 'Thoughtful Feedback Please! I love you all!', with flair 'Video Critique' +[2020-09-06 08:20:18,416] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 08:20:18,418] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 08:20:18,560] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=QsvYk_NI1G0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 08:20:18,680] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0HW3Zn7uXxpANnid1hkFoA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 08:20:21,870] /u/dansometv had their flair updated +[2020-09-06 08:20:31,498] There has been a new submission: 'What do you guys think? Any suggestions on how to make my videos better?', with flair 'Video Critique' +[2020-09-06 08:20:33,385] /u/immayab had their submission removed for insufficient lambda. +[2020-09-06 08:20:35,684] /u/immayab had their flair updated +[2020-09-06 08:20:58,971] /u/Djbernie805 had their flair updated +[2020-09-06 08:27:55,112] There has been a new submission: 'UNCLE MOMO music REACTION (Freeda Beast - My HomeTown', with flair 'Channel Review' +[2020-09-06 08:27:56,325] /u/Writing_Evening had their submission removed for insufficient lambda. +[2020-09-06 08:27:57,389] /u/Writing_Evening had their flair updated +[2020-09-06 08:33:14,214] '/u/soupgeorge' has given '/u/chsmntnstudios' lambda! +[2020-09-06 08:33:16,720] /u/chsmntnstudios had their flair updated +[2020-09-06 08:47:56,045] +#################### +[Sep 06 2020 08:47:56] RESTARTED +#################### + +[2020-09-06 09:15:06,187] There has been a new submission: 'Come check out and help out our small but growing channel!', with flair 'Gaming' +[2020-09-06 09:15:07,250] /u/AnarchyGamingUK had their submission removed for insufficient lambda. +[2020-09-06 09:15:08,603] /u/AnarchyGamingUK had their flair updated +[2020-09-06 09:15:14,272] There has been a new submission: 'Pokemon Light platinum - sesta medaglia', with flair 'Gaming' +[2020-09-06 09:15:15,302] /u/Grtanda had their submission removed for insufficient lambda. +[2020-09-06 09:15:16,603] /u/Grtanda had their flair updated +[2020-09-06 09:15:50,940] '/u/VeimanBeatbox' has given '/u/chsmntnstudios' lambda! +[2020-09-06 09:15:53,117] /u/chsmntnstudios had their flair updated +[2020-09-06 09:20:11,330] There has been a new submission: '!READ THIS! (it would mean alot)', with flair 'Channel Review' +[2020-09-06 09:20:12,967] /u/Amsywoo had their submission removed for insufficient lambda. +[2020-09-06 09:20:15,298] /u/Amsywoo had their flair updated +[2020-09-06 09:25:59,089] '/u/Wise_Donkey_1504' has given '/u/denandmugMAKES' lambda! +[2020-09-06 09:26:01,586] /u/denandmugMAKES had their flair updated +[2020-09-06 09:27:10,257] /u/Wise_Donkey_1504 had their flair updated +[2020-09-06 09:42:08,979] There has been a new submission: 'A Comedic video about Anime. I try to fill it up with comedy while still explaining stuff. Please let me know what you think!', with flair 'Video Critique' +[2020-09-06 09:42:10,742] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 09:42:10,781] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 09:42:11,763] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FFOkJSsC7ko&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 09:42:12,133] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC4qBsVbZVaEC2hmzd4MSOTg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 09:42:15,331] /u/thedrq had their flair updated +[2020-09-06 10:00:05,969] There has been a new submission: 'Hey we are streaming valorant join in', with flair 'Gaming' +[2020-09-06 10:00:07,588] /u/GamersPoint101 had their submission removed for insufficient lambda. +[2020-09-06 10:00:10,041] /u/GamersPoint101 had their flair updated +[2020-09-06 10:11:32,618] '/u/thedrq' has given '/u/Urmi99' lambda! +[2020-09-06 10:11:35,407] /u/Urmi99 had their flair updated +[2020-09-06 10:14:37,192] '/u/thedrq' has given '/u/IMX4K' lambda! +[2020-09-06 10:14:38,868] /u/IMX4K had their flair updated +[2020-09-06 10:20:07,524] There has been a new submission: 'I need help stick with old channel or pursue new one?', with flair 'Discussion' +[2020-09-06 10:20:10,042] /u/astronaut_b_lightyr had their flair updated +[2020-09-06 10:20:25,743] There has been a new submission: 'An Shardanjali PUBG Video😁', with flair 'Gaming' +[2020-09-06 10:20:27,371] /u/AsherThereNotHere had their submission removed for insufficient lambda. +[2020-09-06 10:20:29,664] /u/AsherThereNotHere had their flair updated +[2020-09-06 10:21:23,985] There has been a new submission: 'guys my latest video if you enjoy the video then subscribe and like the video Im trying to get 300 views on this video guys so please just watch 30 seconds of this video! 100 subscribers by next saturday lets do it!', with flair 'Vlog' +[2020-09-06 10:21:25,505] /u/christianwhite_o had their submission removed for insufficient lambda. +[2020-09-06 10:21:27,681] /u/christianwhite_o had their flair updated +[2020-09-06 10:24:30,043] There has been a new submission: 'My new gaming content for you all guys! I play S4 LEAGUE, the game of my generation. (Video is in Turkish language)', with flair 'Gaming' +[2020-09-06 10:24:31,270] /u/tekitomi had their submission removed for insufficient lambda. +[2020-09-06 10:24:33,149] /u/tekitomi had their flair updated +[2020-09-06 10:26:31,411] There has been a new submission: 'If you want to make your video standout with some easy effects watch this glitch text effect it is only 2 minutes you will like it', with flair 'Video Critique' +[2020-09-06 10:26:32,517] /u/Phat_Potatoes had their submission removed for insufficient lambda. +[2020-09-06 10:26:33,907] /u/Phat_Potatoes had their flair updated +[2020-09-06 10:29:02,861] There has been a new submission: 'What makes your channel special?', with flair 'Discussion' +[2020-09-06 10:29:03,719] /u/tekitomi had their flair updated +[2020-09-06 10:48:12,632] +#################### +[Sep 06 2020 10:48:12] RESTARTED +#################### + +[2020-09-06 11:19:19,817] There has been a new submission: 'Does streaming on youtube hurt your channel watch time/algorithm ect', with flair 'Discussion' +[2020-09-06 11:19:22,269] /u/Flimsypigeongamer had their flair updated +[2020-09-06 11:20:06,420] There has been a new submission: 'Highlights of SCOSaturday on 5th of September 2020 (Battlefield 1 PC)', with flair 'Gaming' +[2020-09-06 11:20:08,054] /u/TruceAV had their submission removed for insufficient lambda. +[2020-09-06 11:20:10,358] /u/TruceAV had their flair updated +[2020-09-06 11:20:18,507] There has been a new submission: '[BRITUN FAKTZ] would just like a little traction to help me on my way', with flair 'Video Critique' +[2020-09-06 11:20:20,131] /u/The_Carrotmander had their submission removed for insufficient lambda. +[2020-09-06 11:20:22,586] /u/The_Carrotmander had their flair updated +[2020-09-06 11:23:18,269] There has been a new submission: 'I made it to 100 videos after 2 years!', with flair 'Vlog' +[2020-09-06 11:23:19,666] /u/wakandanreddit had their submission removed for insufficient lambda. +[2020-09-06 11:23:21,550] /u/wakandanreddit had their flair updated +[2020-09-06 11:25:56,516] /u/CopperPanMan had their flair updated +[2020-09-06 11:28:22,432] Starting every day program... +[2020-09-06 11:28:22,433] Updating database statistics... +[2020-09-06 11:28:39,728] There has been a new submission: 'Do you like zodiac?Do you know what zodiac it is?And you want to know more interesting stuff connected to them? Check out the video where I present all about this stuff and if you like check out my other videos where you can find out even more and feel free to subscribe if you like :)', with flair 'Channel Review' +[2020-09-06 11:28:40,997] /u/adyx1997 had their submission removed for insufficient lambda. +[2020-09-06 11:28:42,509] /u/adyx1997 had their flair updated +[2020-09-06 11:34:48,973] There has been a new submission: 'What makes you guys want to upvote a post?', with flair 'Discussion' +[2020-09-06 11:34:51,595] /u/greenpeppers100 had their flair updated +[2020-09-06 11:37:09,128] There has been a new submission: 'How To Propogate Succulents | Plant Care and Things', with flair 'Video Critique' +[2020-09-06 11:37:10,195] /u/Kade_Watson had their submission removed for insufficient lambda. +[2020-09-06 11:37:11,426] /u/Kade_Watson had their flair updated +[2020-09-06 11:38:08,144] There has been a new submission: 'Not showing on search', with flair 'Discussion' +[2020-09-06 11:38:10,475] /u/IzmeMarc had their flair updated +[2020-09-06 11:55:57,914] There has been a new submission: 'Can you help me validate this thumbnails maker idea?', with flair 'Thumbnail Review' +[2020-09-06 11:55:59,141] /u/rethumbnail had their submission removed for insufficient lambda. +[2020-09-06 11:56:00,857] /u/rethumbnail had their flair updated +[2020-09-06 11:57:56,097] There has been a new submission: 'I Travelled to ITALY on a £18 RETURN FLIGHT - (London to Milan)', with flair 'Vlog' +[2020-09-06 11:57:57,162] /u/DexterJohnW had their submission removed for insufficient lambda. +[2020-09-06 11:57:58,271] /u/DexterJohnW had their flair updated +[2020-09-06 12:03:42,885] There has been a new submission: 'Calaj limited edition fragrance review', with flair 'None' +[2020-09-06 12:03:44,440] /u/Derbyboyuk had their submission removed for insufficient lambda. +[2020-09-06 12:03:46,414] /u/Derbyboyuk had their flair updated +[2020-09-06 12:13:52,598] '/u/thedrq' has given '/u/greenpeppers100' lambda! +[2020-09-06 12:13:54,424] /u/greenpeppers100 had their flair updated +[2020-09-06 12:23:30,557] There has been a new submission: 'Import games', with flair 'Discussion' +[2020-09-06 12:23:33,269] /u/toyfan1990 had their flair updated +[2020-09-06 12:26:16,080] There has been a new submission: 'Reviewing all of the games I played this summer. Feedback/criticism is welcome.', with flair 'Gaming' +[2020-09-06 12:26:17,295] /u/Kermit-the-Forg had their submission removed for insufficient lambda. +[2020-09-06 12:26:18,964] /u/Kermit-the-Forg had their flair updated +[2020-09-06 12:30:15,553] There has been a new submission: 'Could u review my channel', with flair 'Channel Review' +[2020-09-06 12:30:17,694] /u/projectJ12 had their submission removed for insufficient lambda. +[2020-09-06 12:30:20,011] /u/projectJ12 had their flair updated +[2020-09-06 12:35:51,348] There has been a new submission: 'Hi guys I need some help in youtube', with flair 'Channel Review' +[2020-09-06 12:35:52,786] /u/hkjet7 had their submission removed for insufficient lambda. +[2020-09-06 12:35:54,466] /u/hkjet7 had their flair updated +[2020-09-06 12:48:11,683] +#################### +[Sep 06 2020 12:48:11] RESTARTED +#################### + +[2020-09-06 13:19:47,998] There has been a new submission: 'Trippy Mirrored Wood Tapping Video', with flair 'Video Critique' +[2020-09-06 13:19:49,192] /u/KataASMR had their submission removed for insufficient lambda. +[2020-09-06 13:19:49,644] /u/KataASMR had their flair updated +[2020-09-06 13:20:10,571] '/u/Ja_2020_104' has given '/u/chsmntnstudios' lambda! +[2020-09-06 13:20:12,868] /u/chsmntnstudios had their flair updated +[2020-09-06 13:20:40,137] '/u/Absurdyt' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-06 13:20:43,131] /u/Wise_Donkey_1504 had their flair updated +[2020-09-06 13:21:04,307] '/u/Absurdyt' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 13:21:07,251] /u/MrMoo-Youtube had their flair updated +[2020-09-06 13:22:42,013] There has been a new submission: 'I MADE 60 SECOND MAYONNAISE', with flair 'Vlog' +[2020-09-06 13:22:43,487] /u/Davis7856 had their submission removed for insufficient lambda. +[2020-09-06 13:22:45,457] /u/Davis7856 had their flair updated +[2020-09-06 13:23:04,712] There has been a new submission: 'Atlas Prime My First PRIME ! - Warframe', with flair 'Gaming' +[2020-09-06 13:23:06,102] /u/thebuttcrew had their submission removed for insufficient lambda. +[2020-09-06 13:23:08,031] /u/thebuttcrew had their flair updated +[2020-09-06 13:23:26,912] There has been a new submission: 'Finally made it to the last round on Fall Guys, question is.. did i win?', with flair 'Gaming' +[2020-09-06 13:23:28,422] /u/Karlthehyper had their submission removed for insufficient lambda. +[2020-09-06 13:23:30,307] /u/Karlthehyper had their flair updated +[2020-09-06 13:23:49,077] There has been a new submission: 'One of few videos where I come up with original music instead of covers. And in a lot of diffrent genres. Please let me know what you think, lambda will be given for all feedback!', with flair 'Video Critique' +[2020-09-06 13:23:50,798] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 13:23:50,917] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 13:23:51,657] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=B7vIQtKh7lg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 13:23:52,273] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrsq2LpjUZIheCdbJQ4UO4w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 13:23:54,942] /u/chsmntnstudios had their flair updated +[2020-09-06 13:24:13,416] There has been a new submission: 'Any tips for small ASMR channels?', with flair 'Discussion' +[2020-09-06 13:24:15,546] /u/Wh0opdeedany had their flair updated +[2020-09-06 13:25:56,770] There has been a new submission: 'I think this is the most relaxing video Ive taken. Fuller Falls NB Canada 4k60fps', with flair 'Channel Review' +[2020-09-06 13:25:57,913] /u/Knowles420 had their submission removed for insufficient lambda. +[2020-09-06 13:25:59,269] /u/Knowles420 had their flair updated +[2020-09-06 13:40:04,236] There has been a new submission: 'MTB Channel Here. I'm always trying new things and trying to improve my videos in anyway that I can think of, so any feedback would be greatly appreciated. Love You Lots!', with flair 'Video Critique' +[2020-09-06 13:40:05,995] /u/Deadset-YT had their submission removed for insufficient lambda. +[2020-09-06 13:40:08,408] /u/Deadset-YT had their flair updated +[2020-09-06 13:41:37,212] There has been a new submission: 'How is the video?Give your review', with flair 'Video Critique' +[2020-09-06 13:41:38,968] /u/smartlistic had their submission removed for insufficient lambda. +[2020-09-06 13:41:41,097] /u/smartlistic had their flair updated +[2020-09-06 13:43:28,514] There has been a new submission: 'GTA V online video Feedback will be needed', with flair 'Gaming' +[2020-09-06 13:43:30,030] /u/Rockerxx4 had their submission removed for insufficient lambda. +[2020-09-06 13:43:32,080] /u/Rockerxx4 had their flair updated +[2020-09-06 13:47:12,782] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-09-06 13:47:19,158] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/comments/ +[2020-09-06 13:47:28,054] {ERROR} received 503 HTTP response +[2020-09-06 13:47:33,257] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:47:39,886] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:47:54,585] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:48:39,868] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:48:47,784] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:48:54,504] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-06 13:49:01,835] {ERROR} received 503 HTTP response +[2020-09-06 14:48:16,971] +#################### +[Sep 06 2020 14:48:16] RESTARTED +#################### + +[2020-09-06 15:05:18,706] '/u/Fluffy_B0Y3' has given '/u/casteliacitytv' lambda! +[2020-09-06 15:05:20,324] /u/casteliacitytv had their flair updated +[2020-09-06 15:06:23,017] '/u/sambarlien' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 15:06:25,111] /u/MrMoo-Youtube had their flair updated +[2020-09-06 15:06:43,662] '/u/sambarlien' has given '/u/Matt_Fogo' lambda! +[2020-09-06 15:06:46,079] /u/Matt_Fogo had their flair updated +[2020-09-06 15:09:14,805] '/u/vobris' has given '/u/FlexwithDrez' lambda! +[2020-09-06 15:09:17,023] /u/FlexwithDrez had their flair updated +[2020-09-06 15:30:33,395] There has been a new submission: 'Marvel's Avengers (Iron Man Blasts Black Widow)🍆💨👩🦰 {YTP}', with flair 'Gaming' +[2020-09-06 15:30:35,481] /u/lightandcolorlab had their submission removed for insufficient lambda. +[2020-09-06 15:30:37,859] /u/lightandcolorlab had their flair updated +[2020-09-06 15:30:57,470] There has been a new submission: 'I uploaded a YouTube Video about #Burnout as a student!please check it out! Please like and subscribe!Thank you!', with flair 'Vlog' +[2020-09-06 15:30:59,234] /u/Christabelofficialz had their submission removed for insufficient lambda. +[2020-09-06 15:31:01,515] /u/Christabelofficialz had their flair updated +[2020-09-06 15:31:21,479] There has been a new submission: 'When artist meet streets', with flair 'None' +[2020-09-06 15:31:23,080] /u/Musicworldinthehouse had their submission removed for insufficient lambda. +[2020-09-06 15:31:25,249] /u/Musicworldinthehouse had their flair updated +[2020-09-06 15:31:44,471] There has been a new submission: 'Celebrating you today ! 🥳🎉 Also I want to promote YOUR video on my next video. I explain in the video :) Also drop those links and have a great day!!', with flair 'Vlog' +[2020-09-06 15:31:46,069] /u/jholloway55 had their submission removed for insufficient lambda. +[2020-09-06 15:31:48,401] /u/jholloway55 had their flair updated +[2020-09-06 15:32:07,924] There has been a new submission: 'Anyone know a decent free software to make thumbnail bc mine are a bit below par', with flair 'Discussion' +[2020-09-06 15:32:10,224] /u/ATrox08 had their flair updated +[2020-09-06 15:32:31,147] There has been a new submission: 'Keyword Explorer Help (TubeBuddy)', with flair 'Discussion' +[2020-09-06 15:32:33,977] /u/ForeverStrong15 had their flair updated +[2020-09-06 15:32:52,616] There has been a new submission: 'Tarkov and other kinds of content', with flair 'None' +[2020-09-06 15:32:54,009] /u/Gorgonism had their submission removed for insufficient lambda. +[2020-09-06 15:32:55,932] /u/Gorgonism had their flair updated +[2020-09-06 15:33:15,044] There has been a new submission: '6ix9ine Punani Remix', with flair 'Channel Review' +[2020-09-06 15:33:16,845] /u/obeyobey666 had their submission removed for insufficient lambda. +[2020-09-06 15:33:18,768] /u/obeyobey666 had their flair updated +[2020-09-06 15:33:37,961] There has been a new submission: 'Awesome calming visuals', with flair 'Art' +[2020-09-06 15:33:39,354] /u/am4rtya had their submission removed for insufficient lambda. +[2020-09-06 15:33:41,200] /u/am4rtya had their flair updated +[2020-09-06 15:33:59,968] There has been a new submission: 'Been seeing a few Modern Warfare Funny Moments up here lately and I think it's awesome. Here's my own shot at Modern Warfare Funny Moments. Let me know what y'all think.', with flair 'Gaming' +[2020-09-06 15:34:01,771] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 15:34:01,773] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 15:34:02,957] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=il4db4kV8vs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 15:34:03,288] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChxm_IYaAsbwOD5cQlHtlIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 15:34:06,966] /u/WubbzyHeat had their flair updated +[2020-09-06 15:35:13,377] '/u/BrassBallsComedy' has given '/u/chsmntnstudios' lambda! +[2020-09-06 15:35:14,807] /u/chsmntnstudios had their flair updated +[2020-09-06 15:41:39,794] '/u/WubbzyHeat' has given '/u/FaBreezyEzy' lambda! +[2020-09-06 15:41:42,539] /u/FaBreezyEzy had their flair updated +[2020-09-06 15:42:44,654] There has been a new submission: 'Feedback? I have started an animal rescue channel and it is growing very slowly- what am I doing wrong?', with flair 'Video Critique' +[2020-09-06 15:42:46,336] /u/wv-pet-project had their submission removed for insufficient lambda. +[2020-09-06 15:42:48,225] /u/wv-pet-project had their flair updated +[2020-09-06 15:43:07,498] There has been a new submission: 'Travel videos by drone channel, any feedback is greatly appreciated.', with flair 'Channel Review' +[2020-09-06 15:43:08,976] /u/sellurballs had their submission removed for insufficient lambda. +[2020-09-06 15:43:10,819] /u/sellurballs had their flair updated +[2020-09-06 15:43:30,125] There has been a new submission: 'The City Of Dead, 10 Facts Of Pompeii That Will Blow Your Mind', with flair 'Channel Review' +[2020-09-06 15:43:32,422] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-06 15:43:34,472] /u/Planet-com had their flair updated +[2020-09-06 15:43:53,071] There has been a new submission: 'CallMeCali', with flair 'Channel Review' +[2020-09-06 15:43:54,387] /u/CallsMeCali had their submission removed for insufficient lambda. +[2020-09-06 15:43:56,070] /u/CallsMeCali had their flair updated +[2020-09-06 15:44:14,387] There has been a new submission: 'Fall Guys with TheLordofSeals', with flair 'Gaming' +[2020-09-06 15:44:15,824] /u/TheLordofSeals had their submission removed for insufficient lambda. +[2020-09-06 15:44:17,585] /u/TheLordofSeals had their flair updated +[2020-09-06 15:44:35,977] There has been a new submission: 'Thumbnails', with flair 'Discussion' +[2020-09-06 15:44:37,821] /u/TacoDawg7 had their flair updated +[2020-09-06 15:44:56,433] There has been a new submission: 'Eating 5,000 CALORIES of HEALTHY FOOD! (Eating Challenge)', with flair 'Vlog' +[2020-09-06 15:44:57,953] /u/HoopBaller88 had their submission removed for insufficient lambda. +[2020-09-06 15:44:59,472] /u/HoopBaller88 had their flair updated +[2020-09-06 15:45:17,559] There has been a new submission: 'New one! Not gonna lie, it gets gross. Giving lambda for real feedback and criticism.', with flair 'Video Critique' +[2020-09-06 15:45:18,540] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 15:45:18,541] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 15:45:19,602] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=GqwF2OPsnNo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 15:45:19,933] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-INtRph0INW712o5MycINQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 15:45:22,551] /u/DennisTheBadBoy had their flair updated +[2020-09-06 15:48:24,616] '/u/Bowerz123' has given '/u/xPento' lambda! +[2020-09-06 15:48:26,631] /u/xPento had their flair updated +[2020-09-06 15:49:42,980] '/u/ESK8Store' has given '/u/Absurdyt' lambda! +[2020-09-06 15:49:44,986] /u/Absurdyt had their flair updated +[2020-09-06 15:50:44,864] There has been a new submission: 'Any feedback is appreciated :)', with flair 'Video Critique' +[2020-09-06 15:50:47,452] /u/zeebzeebzeebzeeb had their submission removed for insufficient lambda. +[2020-09-06 15:50:49,709] /u/zeebzeebzeebzeeb had their flair updated +[2020-09-06 16:01:57,583] There has been a new submission: 'Hi everyone, I made a video on the new season season 6. Are you enjoying the season or hating it. Great they just reset the TTK.', with flair 'Video Critique' +[2020-09-06 16:01:59,037] /u/Lionotic had their submission removed for insufficient lambda. +[2020-09-06 16:02:01,193] /u/Lionotic had their flair updated +[2020-09-06 16:02:25,446] '/u/DennisTheBadBoy' has given '/u/MacAttack163' lambda! +[2020-09-06 16:02:28,318] /u/MacAttack163 had their flair updated +[2020-09-06 16:05:07,023] There has been a new submission: 'Mastering Your Habits', with flair 'Video Critique' +[2020-09-06 16:05:08,315] /u/Cade5455 had their submission removed for insufficient lambda. +[2020-09-06 16:05:09,897] /u/Cade5455 had their flair updated +[2020-09-06 16:06:45,188] There has been a new submission: 'Need some honest critiques', with flair 'Channel Review' +[2020-09-06 16:06:46,376] /u/Bendy_237 had their submission removed for insufficient lambda. +[2020-09-06 16:06:47,727] /u/Bendy_237 had their flair updated +[2020-09-06 16:10:02,163] '/u/chsmntnstudios' has given '/u/FynnKrauseFootballYT' lambda! +[2020-09-06 16:10:05,310] /u/FynnKrauseFootballYT had their flair updated +[2020-09-06 16:10:55,563] '/u/chsmntnstudios' has given '/u/Absurdyt' lambda! +[2020-09-06 16:10:58,397] /u/Absurdyt had their flair updated +[2020-09-06 16:12:23,103] '/u/chsmntnstudios' has given '/u/RdB_123' lambda! +[2020-09-06 16:12:26,057] /u/RdB_123 had their flair updated +[2020-09-06 16:13:02,964] There has been a new submission: 'INSIDE Gameplay Walkthrough - Part 3 (PC)', with flair 'Gaming' +[2020-09-06 16:13:04,474] /u/maheshchandra_ had their submission removed for insufficient lambda. +[2020-09-06 16:13:06,441] /u/maheshchandra_ had their flair updated +[2020-09-06 16:14:29,148] There has been a new submission: 'Driving some cool roads in BC backcountry', with flair 'Vlog' +[2020-09-06 16:14:30,544] /u/slashpow had their submission removed for insufficient lambda. +[2020-09-06 16:14:32,225] /u/slashpow had their flair updated +[2020-09-06 16:17:40,859] '/u/DennisTheBadBoy' has given '/u/hisilo123' lambda! +[2020-09-06 16:17:43,201] /u/hisilo123 had their flair updated +[2020-09-06 16:18:18,637] There has been a new submission: 'youtube deleting my views', with flair 'Discussion' +[2020-09-06 16:18:20,769] /u/hisilo123 had their flair updated +[2020-09-06 16:20:05,905] There has been a new submission: 'COSMIC ASMR with GUM POPPING & HAND MOVEMENTS ⭐️ #mouthsounds #ACMP #UpInYourFace', with flair 'Video Critique' +[2020-09-06 16:20:07,674] /u/tballs2003 had their submission removed for insufficient lambda. +[2020-09-06 16:20:09,962] /u/tballs2003 had their flair updated +[2020-09-06 16:22:26,777] There has been a new submission: 'My first ever Game Review! Drop a link and I'll Return Feedback!', with flair 'Gaming' +[2020-09-06 16:22:28,336] /u/boompaisland had their submission removed for insufficient lambda. +[2020-09-06 16:22:30,432] /u/boompaisland had their flair updated +[2020-09-06 16:32:47,548] There has been a new submission: 'I wrote a song for my girlfriend, and it’s one of my very best. It’s called “Shealee,” the same as her, and this is the audio. If you like it then let me know and subscribe because I’m still making more music!', with flair 'Video Critique' +[2020-09-06 16:32:49,181] /u/AndyHeilOfficial had their submission removed for insufficient lambda. +[2020-09-06 16:32:51,269] /u/AndyHeilOfficial had their flair updated +[2020-09-06 16:33:32,862] There has been a new submission: '6IX9INE - "TattleTales" ALBUM REVIEW!!!!', with flair 'Video Critique' +[2020-09-06 16:33:34,299] /u/Grizzly_ENT had their submission removed for insufficient lambda. +[2020-09-06 16:33:36,229] /u/Grizzly_ENT had their flair updated +[2020-09-06 16:35:10,488] '/u/dansometv' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-06 16:35:12,112] /u/Wise_Donkey_1504 had their flair updated +[2020-09-06 16:36:19,320] '/u/dansometv' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 16:36:21,858] /u/MrMoo-Youtube had their flair updated +[2020-09-06 16:37:15,767] '/u/dansometv' has given '/u/FlexwithDrez' lambda! +[2020-09-06 16:37:18,098] /u/FlexwithDrez had their flair updated +[2020-09-06 16:40:56,857] '/u/dansometv' has given '/u/izumishizuru' lambda! +[2020-09-06 16:40:59,651] /u/izumishizuru had their flair updated +[2020-09-06 16:41:55,948] '/u/dansometv' has given '/u/greenpeppers100' lambda! +[2020-09-06 16:41:58,568] /u/greenpeppers100 had their flair updated +[2020-09-06 16:42:47,506] '/u/dansometv' has given '/u/Callu23' lambda! +[2020-09-06 16:42:50,496] /u/Callu23 had their flair updated +[2020-09-06 16:44:02,601] '/u/dansometv' has given '/u/Bertoe' lambda! +[2020-09-06 16:44:05,383] /u/Bertoe had their flair updated +[2020-09-06 16:44:48,884] '/u/dansometv' has given '/u/midnightjenga' lambda! +[2020-09-06 16:44:51,511] /u/midnightjenga had their flair updated +[2020-09-06 16:45:11,179] There has been a new submission: 'Music', with flair 'Video Critique' +[2020-09-06 16:45:12,448] /u/Young-Quille had their submission removed for insufficient lambda. +[2020-09-06 16:45:14,086] /u/Young-Quille had their flair updated +[2020-09-06 16:45:41,259] '/u/dansometv' has given '/u/cewphoon' lambda! +[2020-09-06 16:45:43,305] /u/cewphoon had their flair updated +[2020-09-06 16:46:48,770] There has been a new submission: 'TikTok's most VIOLENT E-Boy (Garret Overboe)', with flair 'Vlog' +[2020-09-06 16:46:49,836] /u/_leah101 had their submission removed for insufficient lambda. +[2020-09-06 16:46:51,200] /u/_leah101 had their flair updated +[2020-09-06 16:48:17,433] +#################### +[Sep 06 2020 16:48:17] RESTARTED +#################### + +[2020-09-06 17:33:08,117] There has been a new submission: 'When you're a magician, but also a criminal', with flair 'Video Critique' +[2020-09-06 17:33:11,717] /u/acexsd1 had their flair updated +[2020-09-06 17:33:30,564] There has been a new submission: 'I spent like one straight month slaving over this video about Diversity in gaming/media. I hope you guys enjoy, and pls let me know if you have any feedback!', with flair 'Gaming' +[2020-09-06 17:33:32,118] /u/thecleverqueer had their submission removed for insufficient lambda. +[2020-09-06 17:33:33,919] /u/thecleverqueer had their flair updated +[2020-09-06 17:33:56,304] '/u/Sinamon123' has given '/u/Matt_Fogo' lambda! +[2020-09-06 17:33:58,680] /u/Matt_Fogo had their flair updated +[2020-09-06 17:34:33,075] '/u/Sinamon123' has given '/u/WannabeProduce' lambda! +[2020-09-06 17:34:35,775] /u/WannabeProduce had their flair updated +[2020-09-06 17:34:55,766] '/u/Sinamon123' has given '/u/WordHistorian' lambda! +[2020-09-06 17:34:58,424] /u/WordHistorian had their flair updated +[2020-09-06 17:35:09,910] '/u/Sinamon123' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 17:35:11,270] /u/MrMoo-Youtube had their flair updated +[2020-09-06 17:35:17,751] '/u/Sinamon123' has given '/u/IMX4K' lambda! +[2020-09-06 17:35:19,119] /u/IMX4K had their flair updated +[2020-09-06 17:35:36,110] '/u/Sinamon123' has given '/u/greenpeppers100' lambda! +[2020-09-06 17:35:38,326] /u/greenpeppers100 had their flair updated +[2020-09-06 17:36:12,130] '/u/Sinamon123' has given '/u/FynnKrauseFootballYT' lambda! +[2020-09-06 17:36:14,466] /u/FynnKrauseFootballYT had their flair updated +[2020-09-06 17:37:31,785] '/u/chsmntnstudios' has given '/u/wv-pet-project' lambda! +[2020-09-06 17:37:33,457] /u/wv-pet-project had their flair updated +[2020-09-06 17:37:51,340] '/u/chsmntnstudios' has given '/u/tballs2003' lambda! +[2020-09-06 17:37:52,769] /u/tballs2003 had their flair updated +[2020-09-06 17:38:11,042] '/u/chsmntnstudios' has given '/u/LEOtheOriginal' lambda! +[2020-09-06 17:38:13,129] /u/LEOtheOriginal had their flair updated +[2020-09-06 17:38:47,668] '/u/chsmntnstudios' has given '/u/MacAttack163' lambda! +[2020-09-06 17:38:49,709] /u/MacAttack163 had their flair updated +[2020-09-06 17:39:22,835] '/u/dansometv' has given '/u/wv-pet-project' lambda! +[2020-09-06 17:39:24,637] /u/wv-pet-project had their flair updated +[2020-09-06 17:39:57,619] '/u/dansometv' has given '/u/GAMERMANYouTube' lambda! +[2020-09-06 17:39:59,703] /u/GAMERMANYouTube had their flair updated +[2020-09-06 17:40:32,233] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/api/info/ +[2020-09-06 17:40:36,855] '/u/chsmntnstudios' has given '/u/AndyHeilOfficial' lambda! +[2020-09-06 17:40:39,641] /u/AndyHeilOfficial had their flair updated +[2020-09-06 17:42:58,283] '/u/dacoobers' has given '/u/luukno' lambda! +[2020-09-06 17:43:00,901] /u/luukno had their flair updated +[2020-09-06 17:43:21,450] '/u/chsmntnstudios' has given '/u/VitalyVlogs' lambda! +[2020-09-06 17:43:24,238] /u/VitalyVlogs had their flair updated +[2020-09-06 17:45:13,946] '/u/MrMoo-Youtube' has given '/u/greenpeppers100' lambda! +[2020-09-06 17:45:16,642] /u/greenpeppers100 had their flair updated +[2020-09-06 17:45:50,821] '/u/MrMoo-Youtube' has given '/u/Bertoe' lambda! +[2020-09-06 17:45:53,200] /u/Bertoe had their flair updated +[2020-09-06 17:46:12,014] '/u/MrMoo-Youtube' has given '/u/Absurdyt' lambda! +[2020-09-06 17:46:14,398] /u/Absurdyt had their flair updated +[2020-09-06 17:46:33,211] '/u/MrMoo-Youtube' has given '/u/wv-pet-project' lambda! +[2020-09-06 17:46:35,014] /u/wv-pet-project had their flair updated +[2020-09-06 17:50:55,259] '/u/Brandonator247' has given '/u/Armack_is_wack' lambda! +[2020-09-06 17:50:57,968] /u/Armack_is_wack had their flair updated +[2020-09-06 17:51:49,168] '/u/DennisTheBadBoy' has given '/u/VitalyVlogs' lambda! +[2020-09-06 17:51:51,875] /u/VitalyVlogs had their flair updated +[2020-09-06 17:53:11,675] There has been a new submission: 'Travel/vanlife channel, about 5 months old. This is a little trip around southern Oaxaca, Mexico (20min). Thoughtful critique and constructive criticism welcome.', with flair 'Video Critique' +[2020-09-06 17:53:13,229] /u/Kawok8 had their submission removed for insufficient lambda. +[2020-09-06 17:53:15,152] /u/Kawok8 had their flair updated +[2020-09-06 17:53:34,604] There has been a new submission: 'Pee Pee Sucking Dick Cutting Ass Fucking Serial Killer', with flair 'Gaming' +[2020-09-06 17:53:35,955] /u/fedmogul12 had their submission removed for insufficient lambda. +[2020-09-06 17:53:37,722] /u/fedmogul12 had their flair updated +[2020-09-06 17:53:57,348] There has been a new submission: 'Here's a shitty R6 montage I made. Please sub it's my birthday... also don't mind the fact that it's mostly gta gameplay.', with flair 'Gaming' +[2020-09-06 17:53:58,624] /u/J0B0H0B0 had their submission removed for insufficient lambda. +[2020-09-06 17:54:00,312] /u/J0B0H0B0 had their flair updated +[2020-09-06 17:54:19,924] There has been a new submission: 'You just have to make me laugh in the comments to win...', with flair 'Gaming' +[2020-09-06 17:54:21,234] /u/Flux_Gaming_ had their submission removed for insufficient lambda. +[2020-09-06 17:54:22,832] /u/Flux_Gaming_ had their flair updated +[2020-09-06 17:54:44,804] '/u/dansometv' has given '/u/EnglishLitGymBro' lambda! +[2020-09-06 17:54:46,851] /u/EnglishLitGymBro had their flair updated +[2020-09-06 17:55:50,540] '/u/dansometv' has given '/u/justwilltheone' lambda! +[2020-09-06 17:55:52,876] /u/justwilltheone had their flair updated +[2020-09-06 18:04:22,159] There has been a new submission: 'Da Vine Goo - Raft Ep. 4', with flair 'Video Critique' +[2020-09-06 18:04:23,632] /u/Jarickho had their submission removed for insufficient lambda. +[2020-09-06 18:04:26,211] /u/Jarickho had their flair updated +[2020-09-06 18:05:08,374] There has been a new submission: 'I’m looking for any kind of criticism on my latest video! FUNNIEST KIDS TEST ANSWERS THAT WILL MAKE YOU LAUGH🤣 Puki (pt2)', with flair 'Channel Review' +[2020-09-06 18:05:08,640] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:05:08,641] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:05:08,783] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=x5Rjz84-gUk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:05:08,918] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCheEsFbUhBMLeOHs_qnM0Tw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:05:11,032] /u/RdB_123 had their flair updated +[2020-09-06 18:05:19,807] There has been a new submission: 'Jarickho. - A new channel but I want to have some feedback on how I’m doing so far! Please let me know your inputs', with flair 'Channel Review' +[2020-09-06 18:05:21,060] /u/Jarickho had their submission removed for insufficient lambda. +[2020-09-06 18:05:23,299] /u/Jarickho had their flair updated +[2020-09-06 18:06:17,036] There has been a new submission: 'Roblox Gameplay Escape Obby Walkthrough No Commentary 2020 (Scooby Doo/F...', with flair 'Video Critique' +[2020-09-06 18:06:18,223] /u/D_Paige1991 had their submission removed for insufficient lambda. +[2020-09-06 18:06:19,659] /u/D_Paige1991 had their flair updated +[2020-09-06 18:07:15,159] There has been a new submission: '5 Photos With Disturbing Backstories (British Voice)', with flair 'Video Critique' +[2020-09-06 18:07:16,309] /u/afcbw12 had their submission removed for insufficient lambda. +[2020-09-06 18:07:17,539] /u/afcbw12 had their flair updated +[2020-09-06 18:07:58,965] There has been a new submission: 'Attempting Viral TikTok trends (Birthday vlog) any feedback would be appreciated! Love having the chance to improve my content!', with flair 'Video Critique' +[2020-09-06 18:07:59,867] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:07:59,869] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:08:00,893] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=p5XjYSP2NBg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:08:01,304] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCmkKEYG2OqzgYQVvElZb9Iw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:08:03,435] /u/FlexwithDrez had their flair updated +[2020-09-06 18:16:12,359] There has been a new submission: 'The Boys Season 2 Episode 1-3 Review & Recap!', with flair 'Video Critique' +[2020-09-06 18:16:13,668] /u/jlesproject had their submission removed for insufficient lambda. +[2020-09-06 18:16:15,203] /u/jlesproject had their flair updated +[2020-09-06 18:17:08,646] There has been a new submission: 'Premier League 2020/21 table predictions', with flair 'Video Critique' +[2020-09-06 18:17:09,380] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:17:09,381] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:17:09,998] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Joku1lvGtew&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:17:10,326] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpDwYU8QeQdzL6frwaMfTfw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:17:12,459] /u/FynnKrauseFootballYT had their flair updated +[2020-09-06 18:18:33,076] /u/FlexwithDrez had their flair updated +[2020-09-06 18:20:15,831] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 6 - Iron Man (Full Game)', with flair 'Gaming' +[2020-09-06 18:20:17,474] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-06 18:20:19,776] /u/CecliusPlaysHD had their flair updated +[2020-09-06 18:21:23,098] '/u/dansometv' has given '/u/ColdHaven' lambda! +[2020-09-06 18:21:25,924] /u/ColdHaven had their flair updated +[2020-09-06 18:25:29,364] There has been a new submission: 'Just posted a saturated gaming comedy video - always looking for ways to improve, thanks sm for y'alls time! (LAMBDA for feedback!)', with flair 'Video Critique' +[2020-09-06 18:25:30,390] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:25:30,509] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:25:31,370] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1yTT17YLMIM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:25:31,701] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCvOCvGtvsG7xEVLjaVh5GjA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:25:34,286] /u/MacAttack163 had their flair updated +[2020-09-06 18:27:46,790] There has been a new submission: 'very very happy, today i got my 25th subscriber', with flair 'Channel Review' +[2020-09-06 18:27:47,730] /u/homeofscaresyt had their submission removed for insufficient lambda. +[2020-09-06 18:27:48,757] /u/homeofscaresyt had their flair updated +[2020-09-06 18:33:12,953] '/u/RdB_123' has given '/u/ricktherronyt' lambda! +[2020-09-06 18:33:15,363] /u/ricktherronyt had their flair updated +[2020-09-06 18:33:35,583] There has been a new submission: 'Thoughts and feedback would be nice! Thanks in advance!', with flair 'Video Critique' +[2020-09-06 18:33:37,504] /u/Crunchymemes_v1 had their submission removed for insufficient lambda. +[2020-09-06 18:33:40,083] /u/Crunchymemes_v1 had their flair updated +[2020-09-06 18:38:31,604] '/u/WubbzyHeat' has given '/u/hisilo123' lambda! +[2020-09-06 18:38:34,550] /u/hisilo123 had their flair updated +[2020-09-06 18:39:13,690] '/u/RdB_123' has given '/u/WordHistorian' lambda! +[2020-09-06 18:39:15,417] /u/WordHistorian had their flair updated +[2020-09-06 18:39:35,042] '/u/DennisTheBadBoy' has given '/u/afcbw12' lambda! +[2020-09-06 18:39:36,768] /u/afcbw12 had their flair updated +[2020-09-06 18:40:36,807] '/u/FlexwithDrez' has given '/u/STEVEBILLYBOB123' lambda! +[2020-09-06 18:40:39,675] /u/STEVEBILLYBOB123 had their flair updated +[2020-09-06 18:42:06,310] '/u/MacAttack163' has given '/u/hisilo123' lambda! +[2020-09-06 18:42:09,050] /u/hisilo123 had their flair updated +[2020-09-06 18:42:54,305] '/u/MacAttack163' has given '/u/YaBoiCorrupt' lambda! +[2020-09-06 18:42:56,931] /u/YaBoiCorrupt had their flair updated +[2020-09-06 18:43:19,864] There has been a new submission: 'yo, fresh videos cropped out for you :)', with flair 'Art' +[2020-09-06 18:43:20,966] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:43:20,967] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:43:21,948] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Pmrd-qAUj3M&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:43:22,357] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5jRWKZcYSC_PRr4JvQnYYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:43:25,301] /u/usualgamer94 had their flair updated +[2020-09-06 18:44:34,135] There has been a new submission: 'Hey, I would love feedback on my first Minecraft video!', with flair 'Video Critique' +[2020-09-06 18:44:35,036] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 18:44:35,074] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 18:44:35,816] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ksvbX2ceW-U&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:44:36,225] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCYJfUnqSIpxjQdcDohRkhCA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 18:44:38,970] /u/hisilo123 had their flair updated +[2020-09-06 18:45:03,293] There has been a new submission: 'Reinventing the Wheel!', with flair 'Video Critique' +[2020-09-06 18:45:04,685] /u/GeneralCrux had their submission removed for insufficient lambda. +[2020-09-06 18:45:06,323] /u/GeneralCrux had their flair updated +[2020-09-06 18:48:17,140] +#################### +[Sep 06 2020 18:48:17] RESTARTED +#################### + +[2020-09-06 19:31:18,850] There has been a new submission: 'I just started making videos about a short film I'm currently making. If anyone's interested, any feedback welcomed.', with flair 'Video Critique' +[2020-09-06 19:31:20,940] /u/mantas_narkevicius had their submission removed for insufficient lambda. +[2020-09-06 19:31:23,072] /u/mantas_narkevicius had their flair updated +[2020-09-06 19:31:42,889] There has been a new submission: 'I'm a new Youtuber focusing on political humor and I'm looking to expand my audience. This is my newest video. All feedback is appreciated.', with flair 'Video Critique' +[2020-09-06 19:31:44,936] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 19:31:44,938] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 19:31:46,083] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=puy_RYjgIRQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:31:46,455] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCfksjyqEfaShsncdTQeJdOg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:31:49,440] /u/gypster85 had their flair updated +[2020-09-06 19:32:08,649] There has been a new submission: 'New here wanted to share my first video,feedback welcomed', with flair 'Vlog' +[2020-09-06 19:32:10,203] /u/IrateLowery had their submission removed for insufficient lambda. +[2020-09-06 19:32:12,172] /u/IrateLowery had their flair updated +[2020-09-06 19:32:31,703] There has been a new submission: 'We guarantee you that you will like his streams!', with flair 'Gaming' +[2020-09-06 19:32:33,300] /u/Akuuart had their submission removed for insufficient lambda. +[2020-09-06 19:32:35,304] /u/Akuuart had their flair updated +[2020-09-06 19:34:26,859] '/u/WubbzyHeat' has given '/u/YaBoiCorrupt' lambda! +[2020-09-06 19:34:29,357] /u/YaBoiCorrupt had their flair updated +[2020-09-06 19:35:13,222] '/u/dansometv' has given '/u/filterjohny-68' lambda! +[2020-09-06 19:35:14,473] /u/filterjohny-68 had their flair updated +[2020-09-06 19:35:22,129] '/u/dansometv' has given '/u/toddmargreat' lambda! +[2020-09-06 19:35:23,924] /u/toddmargreat had their flair updated +[2020-09-06 19:35:43,187] '/u/dansometv' has given '/u/Smint277' lambda! +[2020-09-06 19:35:44,949] /u/Smint277 had their flair updated +[2020-09-06 19:36:03,747] '/u/dansometv' has given '/u/ItsKingDino' lambda! +[2020-09-06 19:36:05,586] /u/ItsKingDino had their flair updated +[2020-09-06 19:38:35,496] '/u/qzeqYT' has given '/u/InsertCoffee35' lambda! +[2020-09-06 19:38:37,336] /u/InsertCoffee35 had their flair updated +[2020-09-06 19:38:54,726] '/u/qzeqYT' has given '/u/KingDoesThings' lambda! +[2020-09-06 19:38:56,731] /u/KingDoesThings had their flair updated +[2020-09-06 19:40:30,615] '/u/thedrq' has given '/u/djcambomb' lambda! +[2020-09-06 19:40:33,691] /u/djcambomb had their flair updated +[2020-09-06 19:40:54,928] '/u/thedrq' has given '/u/ricktherronyt' lambda! +[2020-09-06 19:40:57,844] /u/ricktherronyt had their flair updated +[2020-09-06 19:42:03,739] '/u/dansometv' has given '/u/ameixarocha' lambda! +[2020-09-06 19:42:06,724] /u/ameixarocha had their flair updated +[2020-09-06 19:45:21,717] '/u/qzeqYT' has given '/u/Smithz_3' lambda! +[2020-09-06 19:45:23,642] /u/Smithz_3 had their flair updated +[2020-09-06 19:45:42,454] There has been a new submission: 'Did you know Pimp My Ride had its own game in the 2000s? SPOILER: It's got almost nothing to do with pimping rides 🚗 All kinds of feedback or suggestions very needed and appreciated 🙏', with flair 'Video Critique' +[2020-09-06 19:45:43,398] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 19:45:43,517] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 19:45:44,543] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1GKqxmbS7PM&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:45:44,994] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3ErY2x5Rh5B2b8s7Zsh7uA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:45:47,411] /u/qzeqYT had their flair updated +[2020-09-06 19:46:05,146] There has been a new submission: 'Hey guys please review my channel, any feedback will be greatly appreciated thank you.', with flair 'Channel Review' +[2020-09-06 19:46:06,493] /u/GooverReviews had their submission removed for insufficient lambda. +[2020-09-06 19:46:07,763] /u/GooverReviews had their flair updated +[2020-09-06 19:46:25,317] There has been a new submission: 'This is my first Big edit, it's for Black ops 3 Zombies and I'm interested to see what people think of my editing style, it's a long video though so if you don't have the time no worries :)', with flair 'Gaming' +[2020-09-06 19:46:26,587] /u/Smithz_3 had their submission removed for insufficient lambda. +[2020-09-06 19:46:28,346] /u/Smithz_3 had their flair updated +[2020-09-06 19:46:45,418] There has been a new submission: 'I made a review of this amazing phone, any feedback will be greatly appreciated.', with flair 'Video Critique' +[2020-09-06 19:46:46,398] /u/GooverReviews had their submission removed for insufficient lambda. +[2020-09-06 19:46:47,506] /u/GooverReviews had their flair updated +[2020-09-06 19:47:05,143] There has been a new submission: 'I had a lot of fun editing this week! Go check it out! I’ll give lambda to legitimate criticism!', with flair 'Video Critique' +[2020-09-06 19:47:06,000] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 19:47:06,002] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 19:47:06,653] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=O1VSpWDFla0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:47:07,023] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWh4O7sgelI8VLrV7Z7B7Lw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 19:47:08,872] /u/YaBoiCorrupt had their flair updated +[2020-09-06 19:47:21,682] There has been a new submission: 'It’s a few months old and I have similar stuff in the works, but I’m still really proud of this', with flair 'Art' +[2020-09-06 19:47:22,665] /u/Slick_Nasty- had their submission removed for insufficient lambda. +[2020-09-06 19:47:23,692] /u/Slick_Nasty- had their flair updated +[2020-09-06 19:47:40,645] There has been a new submission: 'Looking to collab with pc gamers', with flair 'Collab' +[2020-09-06 19:47:42,813] /u/Aiderraider had their flair updated +[2020-09-06 19:50:13,507] There has been a new submission: 'Sketchbook ideas- realistic, Disney, Marvel and more', with flair 'None' +[2020-09-06 19:50:15,121] /u/Cuteshine had their submission removed for insufficient lambda. +[2020-09-06 19:50:17,427] /u/Cuteshine had their flair updated +[2020-09-06 19:53:16,464] '/u/PIXELPIGYT' has given '/u/luukno' lambda! +[2020-09-06 19:53:18,881] /u/luukno had their flair updated +[2020-09-06 19:55:58,941] '/u/funnyascancer' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 19:56:01,305] /u/MrMoo-Youtube had their flair updated +[2020-09-06 19:57:11,573] '/u/qzeqYT' has given '/u/dansometv' lambda! +[2020-09-06 19:57:13,784] /u/dansometv had their flair updated +[2020-09-06 19:57:32,160] '/u/Smithz_3' has given '/u/qzeqYT' lambda! +[2020-09-06 19:57:34,337] /u/qzeqYT had their flair updated +[2020-09-06 19:58:25,373] '/u/funnyascancer' has given '/u/greenpeppers100' lambda! +[2020-09-06 19:58:30,117] /u/greenpeppers100 had their flair updated +[2020-09-06 20:00:15,044] There has been a new submission: 'Episode 5 of my series Flipping Kicks & Fits w/a Disability. Hope you like it', with flair 'Channel Review' +[2020-09-06 20:00:16,682] /u/KeyontaWhitlowTV had their submission removed for insufficient lambda. +[2020-09-06 20:00:19,013] /u/KeyontaWhitlowTV had their flair updated +[2020-09-06 20:01:44,281] '/u/qzeqYT' has given '/u/the_real_d247' lambda! +[2020-09-06 20:01:46,702] /u/the_real_d247 had their flair updated +[2020-09-06 20:03:41,897] '/u/qzeqYT' has given '/u/Smint277' lambda! +[2020-09-06 20:03:44,480] /u/Smint277 had their flair updated +[2020-09-06 20:04:53,938] There has been a new submission: 'Thoughtful Feedback Please! I love you all!', with flair 'Video Critique' +[2020-09-06 20:04:55,168] /u/mikepolak777 had their submission removed for insufficient lambda. +[2020-09-06 20:04:56,727] /u/mikepolak777 had their flair updated +[2020-09-06 20:06:48,619] There has been a new submission: 'My frst video', with flair 'Vlog' +[2020-09-06 20:06:49,722] /u/mikepolak777 had their submission removed for insufficient lambda. +[2020-09-06 20:06:50,998] /u/mikepolak777 had their flair updated +[2020-09-06 20:13:24,625] '/u/hisilo123' has given '/u/Slick_Nasty-' lambda! +[2020-09-06 20:13:26,965] /u/Slick_Nasty- had their flair updated +[2020-09-06 20:13:49,976] '/u/hisilo123' has given '/u/Cobra418' lambda! +[2020-09-06 20:13:52,558] /u/Cobra418 had their flair updated +[2020-09-06 20:14:42,671] There has been a new submission: 'I know most here are gaming channels etc but I would really appreciate some feedback on my latest video, please give it a watch. Quality feedback rewarded, thanks in advance!', with flair 'Video Critique' +[2020-09-06 20:14:43,732] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 20:14:43,733] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 20:14:44,715] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z-HZnyLTK_0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:14:45,046] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCu1lhT96ZNBVR_5oseaw-QA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:14:47,791] /u/DustyDingus had their flair updated +[2020-09-06 20:15:45,782] '/u/eddieha1' has given '/u/the_real_d247' lambda! +[2020-09-06 20:15:48,200] /u/the_real_d247 had their flair updated +[2020-09-06 20:16:55,041] There has been a new submission: 'Hope you're having a great day :) [feed-to-the-back for the sweet L]', with flair 'Gaming' +[2020-09-06 20:16:55,736] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 20:16:55,737] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 20:16:56,476] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NJebdK_SdqA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:16:56,889] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdir9mUMcOzn-3PrHMKgekA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:16:58,910] /u/ameixarocha had their flair updated +[2020-09-06 20:17:14,170] '/u/eddieha1' has given '/u/LEOtheOriginal' lambda! +[2020-09-06 20:17:15,897] /u/LEOtheOriginal had their flair updated +[2020-09-06 20:17:31,929] '/u/acexsd1' has given '/u/mrlannderson' lambda! +[2020-09-06 20:17:34,187] /u/mrlannderson had their flair updated +[2020-09-06 20:18:38,927] '/u/eddieha1' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 20:18:41,057] /u/MrMoo-Youtube had their flair updated +[2020-09-06 20:22:37,845] '/u/acexsd1' has given '/u/WordHistorian' lambda! +[2020-09-06 20:22:40,719] /u/WordHistorian had their flair updated +[2020-09-06 20:32:11,224] There has been a new submission: 'I lost 30 uploads on YouTube and it’s been rough mentally but wanted to try get back into making videos. This is one of my first times making a video on tech. Thought I’d try and mix it with gaming & I tried to keep it entertaining. Would love to hear some feedback and what you guys think.', with flair 'Video Critique' +[2020-09-06 20:32:11,672] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 20:32:11,674] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 20:32:11,966] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OgKrjIbnbZ4&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:32:12,196] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UChYrb-kX_8qb-nK-VMwQT1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 20:32:15,160] /u/TrickyAcid had their flair updated +[2020-09-06 20:33:14,080] There has been a new submission: 'This is my first video, Criticism is always welcome. (The things I’ve noticed is that I was lazy with editing and not adding enough visuals, I can’t stop eating my own words, and I sound dead inside. Comment if you noticed anything else)', with flair 'Video Critique' +[2020-09-06 20:33:15,682] /u/Prince_Dox had their submission removed for insufficient lambda. +[2020-09-06 20:33:17,685] /u/Prince_Dox had their flair updated +[2020-09-06 20:33:58,271] '/u/qzeqYT' has given '/u/DustyDingus' lambda! +[2020-09-06 20:34:00,933] /u/DustyDingus had their flair updated +[2020-09-06 20:36:38,773] There has been a new submission: 'Portland Protester Catches On Fire After Trying To Throw A Molotov Cocktail At Police', with flair 'Video Critique' +[2020-09-06 20:36:40,042] /u/MaddenKangzTV had their submission removed for insufficient lambda. +[2020-09-06 20:36:41,430] /u/MaddenKangzTV had their flair updated +[2020-09-06 20:38:15,591] There has been a new submission: 'We're trying our best to get out there so if you'd please watch and give some supportive feedback we'd appreciate it a lot!', with flair 'Gaming' +[2020-09-06 20:38:18,587] /u/JAKEYBOY989898 had their submission removed for insufficient lambda. +[2020-09-06 20:38:19,654] /u/JAKEYBOY989898 had their flair updated +[2020-09-06 20:43:22,042] '/u/qzeqYT' has given '/u/ItsKingDino' lambda! +[2020-09-06 20:43:24,708] /u/ItsKingDino had their flair updated +[2020-09-06 20:46:14,196] '/u/RdB_123' has given '/u/Smint277' lambda! +[2020-09-06 20:46:15,563] /u/Smint277 had their flair updated +[2020-09-06 20:48:17,411] +#################### +[Sep 06 2020 20:48:17] RESTARTED +#################### + +[2020-09-06 21:28:54,905] There has been a new submission: 'Please some honest and usefull feedback!', with flair 'Video Critique' +[2020-09-06 21:28:58,342] /u/Smint277 had their flair updated +[2020-09-06 21:29:14,950] There has been a new submission: 'I post dark memes every other day,if you're interested hop on in', with flair 'None' +[2020-09-06 21:29:15,775] /u/y33ty33ty33tyeet had their submission removed for insufficient lambda. +[2020-09-06 21:29:16,269] /u/y33ty33ty33tyeet had their flair updated +[2020-09-06 21:29:33,022] There has been a new submission: 'Please some honest and usefull feedback!', with flair 'Video Critique' +[2020-09-06 21:29:34,533] /u/Smint277 had their submission removed for insufficient lambda. +[2020-09-06 21:29:35,723] /u/Smint277 had their flair updated +[2020-09-06 21:29:53,013] There has been a new submission: 'Adding humour to the CK3 reviews', with flair 'Video Critique' +[2020-09-06 21:29:54,691] /u/littlethrilla had their submission removed for insufficient lambda. +[2020-09-06 21:29:55,920] /u/littlethrilla had their flair updated +[2020-09-06 21:30:12,157] There has been a new submission: 'JUMBO BAG OF PEANUT BUTTER BREATH', with flair 'Video Critique' +[2020-09-06 21:30:13,875] /u/qmh111 had their submission removed for insufficient lambda. +[2020-09-06 21:30:16,863] /u/qmh111 had their flair updated +[2020-09-06 21:30:35,603] There has been a new submission: 'FireTypeNerd pokemon tcg giveaway at 100 subs', with flair 'Channel Review' +[2020-09-06 21:30:37,200] /u/FireTypeNerd had their submission removed for insufficient lambda. +[2020-09-06 21:30:39,610] /u/FireTypeNerd had their flair updated +[2020-09-06 21:30:59,320] There has been a new submission: 'I'm stuck. What would you do?', with flair 'Discussion' +[2020-09-06 21:31:02,336] /u/YTRoseRocket had their flair updated +[2020-09-06 21:31:21,638] There has been a new submission: 'I finally hit 50 subs!', with flair 'Channel Review' +[2020-09-06 21:31:23,236] /u/FeelsKjelloberg had their submission removed for insufficient lambda. +[2020-09-06 21:31:25,534] /u/FeelsKjelloberg had their flair updated +[2020-09-06 21:31:45,183] There has been a new submission: '(construct)', with flair 'Art' +[2020-09-06 21:31:46,167] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 21:31:46,286] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 21:31:47,309] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=WcstkEhBKWY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 21:31:47,966] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCy6t9iEmDSuGHVSt07UXt0g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 21:31:51,321] /u/the_real_d247 had their flair updated +[2020-09-06 21:32:10,352] There has been a new submission: 'I made a somewhat comedic video about computer science. Feedback would be appreciated.', with flair 'Video Critique' +[2020-09-06 21:32:11,457] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 21:32:11,458] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 21:32:12,397] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=CmbvzTN5lKc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 21:32:12,687] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCP8dRXiwlnEUSVCBs8U56mQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 21:32:15,593] /u/jacubie had their flair updated +[2020-09-06 21:33:07,286] '/u/hisilo123' has given '/u/Smint277' lambda! +[2020-09-06 21:33:09,784] /u/Smint277 had their flair updated +[2020-09-06 21:33:29,477] '/u/DustyDingus' has given '/u/Smint277' lambda! +[2020-09-06 21:33:32,470] /u/Smint277 had their flair updated +[2020-09-06 21:33:52,787] '/u/gypster85' has given '/u/Slick_Nasty-' lambda! +[2020-09-06 21:33:55,160] /u/Slick_Nasty- had their flair updated +[2020-09-06 21:34:43,814] '/u/TheHolyCowYT' has given '/u/yobo723' lambda! +[2020-09-06 21:34:46,308] /u/yobo723 had their flair updated +[2020-09-06 21:35:10,571] '/u/TrickyAcid' has given '/u/afcbw12' lambda! +[2020-09-06 21:35:12,025] /u/afcbw12 had their flair updated +[2020-09-06 21:35:18,206] '/u/TheHolyCowYT' has given '/u/Matt_Fogo' lambda! +[2020-09-06 21:35:19,751] /u/Matt_Fogo had their flair updated +[2020-09-06 21:35:37,029] '/u/gypster85' has given '/u/VitalyVlogs' lambda! +[2020-09-06 21:35:39,366] /u/VitalyVlogs had their flair updated +[2020-09-06 21:35:58,442] '/u/MrMoo-Youtube' has given '/u/Smithz_3' lambda! +[2020-09-06 21:36:00,888] /u/Smithz_3 had their flair updated +[2020-09-06 21:36:35,907] /u/afcbw12 had their flair updated +[2020-09-06 21:37:08,781] '/u/TrickyAcid' has given '/u/Prince_Dox' lambda! +[2020-09-06 21:37:10,459] /u/Prince_Dox had their flair updated +[2020-09-06 21:37:43,679] '/u/cmroper' has given '/u/wv-pet-project' lambda! +[2020-09-06 21:37:45,607] /u/wv-pet-project had their flair updated +[2020-09-06 21:38:04,616] '/u/cmroper' has given '/u/staticscum' lambda! +[2020-09-06 21:38:06,662] /u/staticscum had their flair updated +[2020-09-06 21:38:25,199] '/u/cmroper' has given '/u/MrMoo-Youtube' lambda! +[2020-09-06 21:38:27,208] /u/MrMoo-Youtube had their flair updated +[2020-09-06 21:38:47,135] /u/wv-pet-project had their flair updated +[2020-09-06 21:41:33,277] '/u/thedrq' has given '/u/glazed_turkey' lambda! +[2020-09-06 21:41:35,852] /u/glazed_turkey had their flair updated +[2020-09-06 21:43:23,538] '/u/WubbzyHeat' has given '/u/glazed_turkey' lambda! +[2020-09-06 21:43:26,324] /u/glazed_turkey had their flair updated +[2020-09-06 21:43:46,226] '/u/dansometv' has given '/u/Orbis_Studio' lambda! +[2020-09-06 21:43:48,119] /u/Orbis_Studio had their flair updated +[2020-09-06 21:44:52,054] '/u/hisilo123' has given '/u/casteliacitytv' lambda! +[2020-09-06 21:44:54,593] /u/casteliacitytv had their flair updated +[2020-09-06 21:46:27,705] '/u/sambarlien' has given '/u/ricktherronyt' lambda! +[2020-09-06 21:46:29,880] /u/ricktherronyt had their flair updated +[2020-09-06 21:50:12,675] There has been a new submission: 'I just started vlogging a month ago. Looking for criticism and tips.', with flair 'Video Critique' +[2020-09-06 21:50:15,227] /u/Hydro_vlogs had their submission removed for insufficient lambda. +[2020-09-06 21:50:17,483] /u/Hydro_vlogs had their flair updated +[2020-09-06 21:50:37,827] There has been a new submission: 'Looking to grow my youtube channel!!', with flair 'Discussion' +[2020-09-06 21:50:40,373] /u/heyilostmyblunt had their flair updated +[2020-09-06 21:51:00,551] There has been a new submission: 'The Seahawks were not ready! TUA VERSUS RUSSEL WILSON - Madden 21 Miami Dolphins Online Franchise Week 4', with flair 'Gaming' +[2020-09-06 21:51:02,310] /u/Many_Marionberry453 had their submission removed for insufficient lambda. +[2020-09-06 21:51:04,601] /u/Many_Marionberry453 had their flair updated +[2020-09-06 21:51:25,109] There has been a new submission: 'SCP WOODS | Ep. 1 “The Cheese 🧀"', with flair 'Video Critique' +[2020-09-06 21:51:26,664] /u/CatsInSchool had their submission removed for insufficient lambda. +[2020-09-06 21:51:28,833] /u/CatsInSchool had their flair updated +[2020-09-06 21:51:48,065] There has been a new submission: 'COD: Warzone Buffoonery Episode 2', with flair 'Gaming' +[2020-09-06 21:51:49,697] /u/Adorable_Bell2479 had their submission removed for insufficient lambda. +[2020-09-06 21:51:51,871] /u/Adorable_Bell2479 had their flair updated +[2020-09-06 21:55:12,842] '/u/gypster85' has given '/u/funnyascancer' lambda! +[2020-09-06 21:55:15,177] /u/funnyascancer had their flair updated +[2020-09-06 21:58:16,183] /u/Slick_Nasty- had their flair updated +[2020-09-06 21:59:17,305] '/u/RdB_123' has given '/u/Slick_Nasty-' lambda! +[2020-09-06 21:59:19,565] /u/Slick_Nasty- had their flair updated +[2020-09-06 22:00:38,155] '/u/hisilo123' has given '/u/ItsKingDino' lambda! +[2020-09-06 22:00:41,220] /u/ItsKingDino had their flair updated +[2020-09-06 22:03:42,122] '/u/qzeqYT' has given '/u/MafiasFinestTV' lambda! +[2020-09-06 22:03:44,580] /u/MafiasFinestTV had their flair updated +[2020-09-06 22:04:18,688] '/u/YaBoiCorrupt' has given '/u/ItsKingDino' lambda! +[2020-09-06 22:04:21,188] /u/ItsKingDino had their flair updated +[2020-09-06 22:05:21,747] '/u/dansometv' has given '/u/Helpssss' lambda! +[2020-09-06 22:05:23,658] /u/Helpssss had their flair updated +[2020-09-06 22:08:24,334] '/u/qzeqYT' has given '/u/MichaelFiguresItOut' lambda! +[2020-09-06 22:08:26,462] /u/MichaelFiguresItOut had their flair updated +[2020-09-06 22:09:29,745] There has been a new submission: 'I GOT 250 SUBS! And how does my thumbnail look', with flair 'Thumbnail Review' +[2020-09-06 22:09:30,685] /u/yugibros4 had their submission removed for insufficient lambda. +[2020-09-06 22:09:31,217] /u/yugibros4 had their flair updated +[2020-09-06 22:09:47,274] There has been a new submission: 'Galar's Slowbro carries us to Masterball and beyond! Climbed up to 96 subs on the channel wanted to see if there are any bad habits that needs changing before they get out of control. Feedback is very appreciated!', with flair 'Video Critique' +[2020-09-06 22:09:48,173] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 22:09:48,211] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 22:09:49,075] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=52dD7XsoWjk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:09:49,486] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCFwNenWkjfbO11jrpRSfUww&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:09:50,917] /u/casteliacitytv had their flair updated +[2020-09-06 22:10:07,119] There has been a new submission: 'Brand new channel set up on Youtube focusing on the all things positive within gaming. Would love some feedback as my first go at such a channel!', with flair 'Gaming' +[2020-09-06 22:10:09,037] /u/AdlamGaming had their submission removed for insufficient lambda. +[2020-09-06 22:10:11,293] /u/AdlamGaming had their flair updated +[2020-09-06 22:10:31,608] There has been a new submission: 'Pls just watch plis plis plis... In return I'll watch your videos', with flair 'Gaming' +[2020-09-06 22:10:33,370] /u/Vasant_Mogia had their submission removed for insufficient lambda. +[2020-09-06 22:10:35,702] /u/Vasant_Mogia had their flair updated +[2020-09-06 22:10:55,646] There has been a new submission: 'Looking for feedback on my newest video. I think it's one of my best. I hope you guys enjoy it :)', with flair 'Video Critique' +[2020-09-06 22:10:56,550] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 22:10:56,552] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 22:10:57,616] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OLzENReLC0s&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:10:58,025] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCaWBG1h-UWZrSnnWgg21OiA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:11:01,354] /u/toddmargreat had their flair updated +[2020-09-06 22:11:21,319] There has been a new submission: 'I played apex season 6 for 69 hours and got 16 wins', with flair 'Gaming' +[2020-09-06 22:11:22,836] /u/Quakles3d1 had their submission removed for insufficient lambda. +[2020-09-06 22:11:25,086] /u/Quakles3d1 had their flair updated +[2020-09-06 22:14:59,319] There has been a new submission: 'I Payed Someone To Edit My R6 Funny Moments | R6 Siege all feedback is appreciated lambda for all', with flair 'Thumbnail Review' +[2020-09-06 22:15:00,221] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 22:15:00,223] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 22:15:01,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BPbL1mZyACE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:15:01,642] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCCc33FvJLFQVRxtIdBSKEqQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:15:04,260] /u/MrMoo-Youtube had their flair updated +[2020-09-06 22:15:25,364] '/u/FlexwithDrez' has given '/u/Smint277' lambda! +[2020-09-06 22:15:27,902] /u/Smint277 had their flair updated +[2020-09-06 22:16:20,720] '/u/FlexwithDrez' has given '/u/funnyascancer' lambda! +[2020-09-06 22:16:22,890] /u/funnyascancer had their flair updated +[2020-09-06 22:16:44,143] '/u/MacAttack163' has given '/u/afcbw12' lambda! +[2020-09-06 22:16:46,396] /u/afcbw12 had their flair updated +[2020-09-06 22:19:44,702] There has been a new submission: 'INSANE CLEAN DOUBLESPLITS AND PRESPLITS, 20K TO 70K DOUBLE | TRICKSPLIT.IO MONTAGE', with flair 'Gaming' +[2020-09-06 22:19:45,400] /u/Grum1929 had their submission removed for insufficient lambda. +[2020-09-06 22:19:45,851] /u/Grum1929 had their flair updated +[2020-09-06 22:24:13,837] There has been a new submission: 'I played Ranked Apex for 69 hours and got Platinum', with flair 'Gaming' +[2020-09-06 22:24:15,272] /u/Quakles3d1 had their submission removed for insufficient lambda. +[2020-09-06 22:24:17,113] /u/Quakles3d1 had their flair updated +[2020-09-06 22:26:03,583] '/u/dansometv' has given '/u/AdlamGaming' lambda! +[2020-09-06 22:26:05,342] /u/AdlamGaming had their flair updated +[2020-09-06 22:31:36,507] '/u/toddmargreat' has given '/u/WordHistorian' lambda! +[2020-09-06 22:31:38,652] /u/WordHistorian had their flair updated +[2020-09-06 22:32:19,348] '/u/MrMoo-Youtube' has given '/u/WordHistorian' lambda! +[2020-09-06 22:32:21,457] /u/WordHistorian had their flair updated +[2020-09-06 22:33:01,824] '/u/MrMoo-Youtube' has given '/u/InsertCoffee35' lambda! +[2020-09-06 22:33:04,523] /u/InsertCoffee35 had their flair updated +[2020-09-06 22:33:58,260] There has been a new submission: 'I tried to build a bed that kicks me out in the morning!', with flair 'Video Critique' +[2020-09-06 22:33:59,163] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 22:33:59,200] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 22:34:00,201] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=aEGOJAR2LYI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:34:00,569] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSexPWIclysCEqFdD3HtkFA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 22:34:03,313] /u/greenpeppers100 had their flair updated +[2020-09-06 22:34:25,628] '/u/MrMoo-Youtube' has given '/u/AdlamGaming' lambda! +[2020-09-06 22:34:27,959] /u/AdlamGaming had their flair updated +[2020-09-06 22:35:04,670] '/u/MrMoo-Youtube' has given '/u/LastCryForHelp' lambda! +[2020-09-06 22:35:07,042] /u/LastCryForHelp had their flair updated +[2020-09-06 22:35:49,023] There has been a new submission: 'I love the Queen. And also you lot come here to see some epic content. God save the Queen', with flair 'Channel Review' +[2020-09-06 22:35:50,665] /u/Russjufu had their submission removed for insufficient lambda. +[2020-09-06 22:35:52,139] /u/Russjufu had their flair updated +[2020-09-06 22:37:28,853] There has been a new submission: 'I Would really appreciate any feedback on this video <3', with flair 'Video Critique' +[2020-09-06 22:37:29,920] /u/plopplestomp had their submission removed for insufficient lambda. +[2020-09-06 22:37:31,029] /u/plopplestomp had their flair updated +[2020-09-06 22:39:06,001] There has been a new submission: 'HOW DID I GET AWAY WITH THIS?! (1v6 Impostor Game)', with flair 'Gaming' +[2020-09-06 22:39:06,779] /u/mvrliz had their submission removed for insufficient lambda. +[2020-09-06 22:39:07,474] /u/mvrliz had their flair updated +[2020-09-06 22:39:27,662] The moderator /u/jwnskanzkwk has given /u/inspectorwho7 1λ. /u/inspectorwho7 now has 2λ. +[2020-09-06 22:39:28,728] /u/inspectorwho7 had their flair updated +[2020-09-06 22:40:17,074] There has been a new submission: 'Helping small YouTubers grow', with flair 'Channel Review' +[2020-09-06 22:40:18,753] /u/AsapNite had their submission removed for insufficient lambda. +[2020-09-06 22:40:21,171] /u/AsapNite had their flair updated +[2020-09-06 22:41:00,732] '/u/toddmargreat' has given '/u/LastCryForHelp' lambda! +[2020-09-06 22:41:03,434] /u/LastCryForHelp had their flair updated +[2020-09-06 22:45:38,440] There has been a new submission: 'Help me reach 100 subscribers, I have 99 right now! :)', with flair 'Gaming' +[2020-09-06 22:45:39,833] /u/Laflame80 had their submission removed for insufficient lambda. +[2020-09-06 22:45:41,359] /u/Laflame80 had their flair updated +[2020-09-06 22:48:17,119] +#################### +[Sep 06 2020 22:48:17] RESTARTED +#################### + +[2020-09-06 23:31:48,457] There has been a new submission: 'How does he only have 50 subs', with flair 'Gaming' +[2020-09-06 23:31:50,826] /u/CharlieBray06 had their submission removed for insufficient lambda. +[2020-09-06 23:31:53,075] /u/CharlieBray06 had their flair updated +[2020-09-06 23:32:12,787] There has been a new submission: 'New Thumbnail/Video Strategy--- Looking for feedback', with flair 'Video Critique' +[2020-09-06 23:32:14,307] /u/jacksonshavayah had their submission removed for insufficient lambda. +[2020-09-06 23:32:16,309] /u/jacksonshavayah had their flair updated +[2020-09-06 23:32:35,874] There has been a new submission: 'The Origin Of SCP 173', with flair 'Video Critique' +[2020-09-06 23:32:37,597] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-06 23:32:37,598] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-06 23:32:38,502] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oA48sq7g7mE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 23:32:38,995] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCrKT1JY05KHJlchvO7KQHPA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-06 23:32:42,233] /u/FinbackTheFinest had their flair updated +[2020-09-06 23:33:01,750] There has been a new submission: 'Motu Patlu in English | The Chase | Kids Animation | Motu Patlu Cartoon ...', with flair 'Thumbnail Review' +[2020-09-06 23:33:03,219] /u/Technovicky had their submission removed for insufficient lambda. +[2020-09-06 23:33:05,060] /u/Technovicky had their flair updated +[2020-09-06 23:33:57,789] '/u/jacubie' has given '/u/VitalyVlogs' lambda! +[2020-09-06 23:34:00,257] /u/VitalyVlogs had their flair updated +[2020-09-06 23:35:03,996] '/u/jacubie' has given '/u/WordHistorian' lambda! +[2020-09-06 23:35:06,452] /u/WordHistorian had their flair updated +[2020-09-06 23:35:18,549] '/u/MrMoo-Youtube' has given '/u/afcbw12' lambda! +[2020-09-06 23:35:19,873] /u/afcbw12 had their flair updated +[2020-09-06 23:37:47,907] '/u/jssollace' has given '/u/justwilltheone' lambda! +[2020-09-06 23:37:50,168] /u/justwilltheone had their flair updated +[2020-09-06 23:38:37,422] '/u/greenpeppers100' has given '/u/funnyascancer' lambda! +[2020-09-06 23:38:39,390] /u/funnyascancer had their flair updated +[2020-09-06 23:40:14,209] '/u/gypster85' has given '/u/dansometv' lambda! +[2020-09-06 23:40:16,917] /u/dansometv had their flair updated +[2020-09-06 23:40:38,314] '/u/greenpeppers100' has given '/u/AdlamGaming' lambda! +[2020-09-06 23:40:41,428] /u/AdlamGaming had their flair updated +[2020-09-06 23:42:48,395] '/u/hisilo123' has given '/u/danifernt' lambda! +[2020-09-06 23:42:51,180] /u/danifernt had their flair updated +[2020-09-06 23:44:23,576] There has been a new submission: 'Hey! I would like to get some feedback on my video, thanks in advance!', with flair 'Video Critique' +[2020-09-06 23:44:24,847] /u/tired_aff had their submission removed for insufficient lambda. +[2020-09-06 23:44:26,446] /u/tired_aff had their flair updated +[2020-09-06 23:44:45,230] There has been a new submission: 'Knife+Sniper Clips On Codm For #Faze5', with flair 'Gaming' +[2020-09-06 23:44:46,617] /u/NotGXDZY had their submission removed for insufficient lambda. +[2020-09-06 23:44:48,134] /u/NotGXDZY had their flair updated +[2020-09-06 23:45:53,755] '/u/DustyDingus' has given '/u/WordHistorian' lambda! +[2020-09-06 23:45:56,085] /u/WordHistorian had their flair updated +[2020-09-06 23:46:14,678] '/u/gypster85' has given '/u/mykoconnor' lambda! +[2020-09-06 23:46:16,848] /u/mykoconnor had their flair updated +[2020-09-06 23:47:46,897] There has been a new submission: 'Brand new Youtube channel concentrating on the positive aspects of the gaming community via Good News Gaming. Would love feedback on the approach to this and general presentation!', with flair 'Gaming' +[2020-09-06 23:47:49,314] /u/AdlamGaming had their flair updated +[2020-09-06 23:49:08,107] There has been a new submission: 'Can u give me your review', with flair 'Video Critique' +[2020-09-06 23:49:09,132] /u/Cryptiic_YT had their submission removed for insufficient lambda. +[2020-09-06 23:49:09,745] /u/Cryptiic_YT had their flair updated +[2020-09-06 23:50:10,339] There has been a new submission: 'Healthy lifestyle', with flair 'Channel Review' +[2020-09-06 23:50:11,948] /u/BistrAdora had their submission removed for insufficient lambda. +[2020-09-06 23:50:14,289] /u/BistrAdora had their flair updated +[2020-09-06 23:50:41,685] There has been a new submission: 'It can’t just be me who is this bad, is it', with flair 'Gaming' +[2020-09-06 23:50:43,366] /u/RBDKris had their submission removed for insufficient lambda. +[2020-09-06 23:50:46,237] /u/RBDKris had their flair updated +[2020-09-06 23:54:37,300] '/u/greenpeppers100' has given '/u/mrlannderson' lambda! +[2020-09-06 23:54:39,758] /u/mrlannderson had their flair updated +[2020-09-06 23:55:24,858] '/u/greenpeppers100' has given '/u/CraftsmanStudios' lambda! +[2020-09-06 23:55:27,398] /u/CraftsmanStudios had their flair updated +[2020-09-06 23:56:18,980] '/u/greenpeppers100' has given '/u/glazed_turkey' lambda! +[2020-09-06 23:56:22,698] /u/glazed_turkey had their flair updated +[2020-09-06 23:57:01,301] There has been a new submission: 'Hey guys! New youtuber here. I play minecraft, and am working on an smp series right now. Id be super thankful for any support, whether it be a comment, like, sub, or even sharing elsewhere! My setup aint great right now but as I grow I hope to upgrade in the future. Thanks If you check me out!', with flair 'Gaming' +[2020-09-06 23:57:02,447] /u/Cublicity had their submission removed for insufficient lambda. +[2020-09-06 23:57:03,596] /u/Cublicity had their flair updated +[2020-09-06 23:58:16,941] '/u/greenpeppers100' has given '/u/mykoconnor' lambda! +[2020-09-06 23:58:19,154] /u/mykoconnor had their flair updated +[2020-09-07 00:03:14,898] There has been a new submission: 'Mind peeping my new lyric video?', with flair 'Video Critique' +[2020-09-07 00:03:16,376] /u/ipopbars had their submission removed for insufficient lambda. +[2020-09-07 00:03:18,344] /u/ipopbars had their flair updated +[2020-09-07 00:08:57,957] '/u/greenpeppers100' has given '/u/electronic_person' lambda! +[2020-09-07 00:09:00,067] /u/electronic_person had their flair updated +[2020-09-07 00:12:42,095] There has been a new submission: 'I played the sims 4 but a bit chaotic and it turns out to be a great way to make money in the game. I want some feedback on the edits and stuff to that nature if they fit this type of video, Lambda for good criticism! Thanks all!', with flair 'Video Critique' +[2020-09-07 00:12:43,361] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 00:12:43,485] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 00:12:44,386] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=LKFi2GjGTiY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 00:12:44,836] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTpdWzThpVKdsLHBbaKf6xg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 00:12:47,992] /u/glazed_turkey had their flair updated +[2020-09-07 00:15:09,917] '/u/TrickyAcid' has given '/u/AdlamGaming' lambda! +[2020-09-07 00:15:12,454] /u/AdlamGaming had their flair updated +[2020-09-07 00:18:53,397] '/u/hisilo123' has given '/u/kham132' lambda! +[2020-09-07 00:18:54,627] /u/kham132 had their flair updated +[2020-09-07 00:21:20,328] There has been a new submission: 'I Asked Mall Workers If I Could STEAL From The Mall !!!!!!! ALMOST GOT ...', with flair 'Gaming' +[2020-09-07 00:21:21,922] /u/alkid01 had their submission removed for insufficient lambda. +[2020-09-07 00:21:24,178] /u/alkid01 had their flair updated +[2020-09-07 00:22:35,598] /u/TrickyAcid had their flair updated +[2020-09-07 00:24:22,827] '/u/TrickyAcid' has given '/u/nowinhifi' lambda! +[2020-09-07 00:24:25,170] /u/nowinhifi had their flair updated +[2020-09-07 00:29:21,742] '/u/dansometv' has given '/u/MafiasFinestTV' lambda! +[2020-09-07 00:29:23,625] /u/MafiasFinestTV had their flair updated +[2020-09-07 00:30:08,161] '/u/TrickyAcid' has given '/u/WordHistorian' lambda! +[2020-09-07 00:30:11,388] /u/WordHistorian had their flair updated +[2020-09-07 00:36:34,683] There has been a new submission: 'Valorant Pro', with flair 'Gaming' +[2020-09-07 00:36:35,871] /u/lolbigchungus had their submission removed for insufficient lambda. +[2020-09-07 00:36:37,348] /u/lolbigchungus had their flair updated +[2020-09-07 00:37:00,645] '/u/glazed_turkey' has given '/u/InsertCoffee35' lambda! +[2020-09-07 00:37:02,852] /u/InsertCoffee35 had their flair updated +[2020-09-07 00:48:18,365] +#################### +[Sep 07 2020 00:48:18] RESTARTED +#################### + +[2020-09-07 01:29:31,486] There has been a new submission: 'Stream highlights (Playlist)', with flair 'Gaming' +[2020-09-07 01:29:32,548] /u/SND01X had their submission removed for insufficient lambda. +[2020-09-07 01:29:33,080] /u/SND01X had their flair updated +[2020-09-07 01:29:49,724] There has been a new submission: 'after not posting for 9 months im back again i guess i got some inspiration. give me any and all advice you can think of', with flair 'Video Critique' +[2020-09-07 01:29:50,788] /u/BigNuggetMan had their submission removed for insufficient lambda. +[2020-09-07 01:29:51,199] /u/BigNuggetMan had their flair updated +[2020-09-07 01:30:08,014] There has been a new submission: 'Bill Gates' True Goal... it's a CONSPIRACY. Lambda 4 criticism or tips!', with flair 'Video Critique' +[2020-09-07 01:30:09,974] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 01:30:09,976] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 01:30:11,036] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NNPL4r7raEY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:30:11,447] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCelrgcutCQeKXHSH4YB8P1g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:30:13,493] /u/ricktherronyt had their flair updated +[2020-09-07 01:30:33,097] There has been a new submission: '1.16 is CHAOS (Any advice is appreciated :D <3)', with flair 'Gaming' +[2020-09-07 01:30:34,411] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 01:30:34,412] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 01:30:35,312] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gLNJgCHA50w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:30:35,808] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCTB87eMCM5iDeoIDMMYZMhg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:30:39,335] /u/MyNameIsDracoHi had their flair updated +[2020-09-07 01:30:59,410] There has been a new submission: 'FALL GUYS Gameplay - What Do You Think?', with flair 'Video Critique' +[2020-09-07 01:31:00,366] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 01:31:00,485] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 01:31:01,305] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FCH_icFiWIw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:31:01,675] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC0FuEX8iw4htTxzwOWcMKPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:31:05,232] /u/Bertoe had their flair updated +[2020-09-07 01:31:24,570] There has been a new submission: 'Finally getting back into the swing of things, any feedback highly appreciated!', with flair 'Channel Review' +[2020-09-07 01:31:26,375] /u/wheresweewoo had their submission removed for insufficient lambda. +[2020-09-07 01:31:28,795] /u/wheresweewoo had their flair updated +[2020-09-07 01:32:38,301] '/u/the_real_d247' has given '/u/WordHistorian' lambda! +[2020-09-07 01:32:40,797] /u/WordHistorian had their flair updated +[2020-09-07 01:33:16,253] '/u/the_real_d247' has given '/u/Meeloks' lambda! +[2020-09-07 01:33:18,714] /u/Meeloks had their flair updated +[2020-09-07 01:34:22,592] '/u/hisilo123' has given '/u/Lukethenukee' lambda! +[2020-09-07 01:34:24,681] /u/Lukethenukee had their flair updated +[2020-09-07 01:35:14,883] '/u/MoistEgg123' has given '/u/luukno' lambda! +[2020-09-07 01:35:16,232] /u/luukno had their flair updated +[2020-09-07 01:38:06,198] There has been a new submission: 'GENTLE CRITICISM- Tweaks, what you think is the biggest problem, first impressions, final impressions (im waaaayy to sensitive to ask for feedback 😂), or just go full Simon Cowell', with flair 'Video Critique' +[2020-09-07 01:38:07,219] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 01:38:07,221] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 01:38:08,239] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Z9ZeXxoLQT0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:38:08,570] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC3nQ8TLlBU2xSw3psWC7xVg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 01:38:10,370] /u/justwilltheone had their flair updated +[2020-09-07 01:38:28,028] There has been a new submission: 'everyone sub 4 sub if you are serious about getting to 1k thanks and upvote for more subs', with flair 'Gaming' +[2020-09-07 01:38:28,893] /u/Stickbot04 had their submission removed for insufficient lambda. +[2020-09-07 01:38:29,633] /u/Stickbot04 had their flair updated +[2020-09-07 01:38:46,679] There has been a new submission: 'Proving Grounds! | Velocity Drifting', with flair 'Gaming' +[2020-09-07 01:38:47,504] /u/shadowsuprising had their submission removed for insufficient lambda. +[2020-09-07 01:38:48,200] /u/shadowsuprising had their flair updated +[2020-09-07 01:39:04,828] There has been a new submission: 'Should I share my video to other platforms straight away or wait it out?', with flair 'Discussion' +[2020-09-07 01:39:07,328] /u/Davidplaysgames had their flair updated +[2020-09-07 01:43:10,675] There has been a new submission: 'Am I doing something wrong here?', with flair 'Discussion' +[2020-09-07 01:43:13,583] /u/AgilixYT had their flair updated +[2020-09-07 01:53:15,208] There has been a new submission: 'How long should I wait before promoting in Discord servers/subreddits?', with flair 'Discussion' +[2020-09-07 01:53:18,117] /u/AgilixYT had their flair updated +[2020-09-07 01:56:47,822] '/u/TrickyAcid' has given '/u/justwilltheone' lambda! +[2020-09-07 01:56:50,322] /u/justwilltheone had their flair updated +[2020-09-07 02:06:40,852] There has been a new submission: 'A little sight seeing tour of Racine Wisconsin', with flair 'Vlog' +[2020-09-07 02:06:42,083] /u/PaulmUnser had their submission removed for insufficient lambda. +[2020-09-07 02:06:43,523] /u/PaulmUnser had their flair updated +[2020-09-07 02:20:44,566] There has been a new submission: 'If you guys are into lifting weights go ahead and peep it!', with flair 'Vlog' +[2020-09-07 02:20:46,323] /u/louieliufestyle had their submission removed for insufficient lambda. +[2020-09-07 02:20:48,658] /u/louieliufestyle had their flair updated +[2020-09-07 02:21:48,069] There has been a new submission: 'INDIANA JONES meets GHOST RECON. Would love feedback', with flair 'Video Critique' +[2020-09-07 02:21:49,663] /u/Davidplaysgames had their submission removed for insufficient lambda. +[2020-09-07 02:21:52,527] /u/Davidplaysgames had their flair updated +[2020-09-07 02:22:37,292] '/u/justwilltheone' has given '/u/Cap_America_AC' lambda! +[2020-09-07 02:22:39,795] /u/Cap_America_AC had their flair updated +[2020-09-07 02:30:15,631] There has been a new submission: 'A Day In Pennsylvania - vlog 1', with flair 'Video Critique' +[2020-09-07 02:30:17,803] /u/RichiRamlal had their submission removed for insufficient lambda. +[2020-09-07 02:30:20,160] /u/RichiRamlal had their flair updated +[2020-09-07 02:46:20,012] There has been a new submission: 'Thoughts on my new YouTube music channel?', with flair 'Video Critique' +[2020-09-07 02:46:21,359] /u/Famelique had their submission removed for insufficient lambda. +[2020-09-07 02:46:22,884] /u/Famelique had their flair updated +[2020-09-07 02:47:50,891] There has been a new submission: 'Check out this Funny Moments gaming video', with flair 'Gaming' +[2020-09-07 02:48:11,821] +#################### +[Sep 07 2020 02:48:11] RESTARTED +#################### + +[2020-09-07 03:21:51,740] '/u/glazed_turkey' has given '/u/RichiRamlal' lambda! +[2020-09-07 03:21:54,408] /u/RichiRamlal had their flair updated +[2020-09-07 03:22:14,772] '/u/glazed_turkey' has given '/u/FindAKidneyDonor-Com' lambda! +[2020-09-07 03:22:17,397] /u/FindAKidneyDonor-Com had their flair updated +[2020-09-07 03:23:36,011] '/u/gypster85' has given '/u/RichiRamlal' lambda! +[2020-09-07 03:23:38,798] /u/RichiRamlal had their flair updated +[2020-09-07 03:24:13,209] '/u/gypster85' has given '/u/brovalley' lambda! +[2020-09-07 03:24:15,910] /u/brovalley had their flair updated +[2020-09-07 03:25:16,925] There has been a new submission: 'LOST IN A PLANET', with flair 'Gaming' +[2020-09-07 03:25:18,602] /u/Funcertified had their submission removed for insufficient lambda. +[2020-09-07 03:25:20,080] /u/Funcertified had their flair updated +[2020-09-07 03:25:38,170] There has been a new submission: 'It's Emma', with flair 'Channel Review' +[2020-09-07 03:25:39,279] /u/itsemma__11 had their submission removed for insufficient lambda. +[2020-09-07 03:25:40,627] /u/itsemma__11 had their flair updated +[2020-09-07 03:25:58,280] There has been a new submission: 'One of my videos', with flair 'Gaming' +[2020-09-07 03:25:59,384] /u/TheRealSniperDoge had their submission removed for insufficient lambda. +[2020-09-07 03:26:00,672] /u/TheRealSniperDoge had their flair updated +[2020-09-07 03:27:57,921] '/u/jacubie' has given '/u/mrlannderson' lambda! +[2020-09-07 03:27:59,854] /u/mrlannderson had their flair updated +[2020-09-07 03:32:13,466] '/u/justwilltheone' has given '/u/WordHistorian' lambda! +[2020-09-07 03:32:16,501] /u/WordHistorian had their flair updated +[2020-09-07 03:33:07,663] There has been a new submission: 'A Day In Pennsylvania - vlog 1, Hello all, honest feedback appreciated!!! 💪🏽', with flair 'Video Critique' +[2020-09-07 03:33:09,706] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 03:33:09,707] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 03:33:10,891] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ju9Nbh586XA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 03:33:11,218] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCck7E_-O9xO60VH6cCZNiAA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 03:33:14,777] /u/RichiRamlal had their flair updated +[2020-09-07 03:35:07,601] There has been a new submission: 'pranks in the hood are back', with flair 'Video Critique' +[2020-09-07 03:35:08,957] /u/Barthplays69 had their submission removed for insufficient lambda. +[2020-09-07 03:35:10,532] /u/Barthplays69 had their flair updated +[2020-09-07 03:43:53,599] '/u/RichiRamlal' has given '/u/InsertCoffee35' lambda! +[2020-09-07 03:43:56,026] /u/InsertCoffee35 had their flair updated +[2020-09-07 03:45:40,770] There has been a new submission: 'I havent posted here for months, I was shy using my voice but now I'm using my voice, Please give me your thoughts, I want to improve', with flair 'Video Critique' +[2020-09-07 03:45:42,409] /u/ReverseNationYT had their submission removed for insufficient lambda. +[2020-09-07 03:45:44,668] /u/ReverseNationYT had their flair updated +[2020-09-07 04:11:55,975] There has been a new submission: 'hey just starting out, just sharing a vid, from the man who inspire me to start making videos and enjoy time with myself ;)', with flair 'Video Critique' +[2020-09-07 04:11:57,614] /u/Shoonlee31 had their submission removed for insufficient lambda. +[2020-09-07 04:11:59,751] /u/Shoonlee31 had their flair updated +[2020-09-07 04:25:34,707] '/u/glazed_turkey' has given '/u/ReverseNationYT' lambda! +[2020-09-07 04:25:36,317] /u/ReverseNationYT had their flair updated +[2020-09-07 04:47:54,059] +#################### +[Sep 07 2020 04:47:54] RESTARTED +#################### + +[2020-09-07 05:13:08,937] There has been a new submission: 'I just uploaded a new video', with flair 'Discussion' +[2020-09-07 05:13:11,234] /u/Angel508 had their flair updated +[2020-09-07 05:13:48,644] '/u/qzeqYT' has given '/u/mykoconnor' lambda! +[2020-09-07 05:13:51,431] /u/mykoconnor had their flair updated +[2020-09-07 05:14:11,461] '/u/qzeqYT' has given '/u/AdlamGaming' lambda! +[2020-09-07 05:14:13,836] /u/AdlamGaming had their flair updated +[2020-09-07 05:16:09,012] There has been a new submission: 'THESE GUYS ARE CRAZY! (GTA Online Funny Moments)', with flair 'Gaming' +[2020-09-07 05:16:10,160] /u/xlittlewiz12 had their submission removed for insufficient lambda. +[2020-09-07 05:16:11,430] /u/xlittlewiz12 had their flair updated +[2020-09-07 05:24:42,023] '/u/justwilltheone' has given '/u/MackeyH' lambda! +[2020-09-07 05:24:44,525] /u/MackeyH had their flair updated +[2020-09-07 05:30:08,017] There has been a new submission: 'Must watch pokemon go video!', with flair 'Gaming' +[2020-09-07 05:30:09,620] /u/cal9150 had their submission removed for insufficient lambda. +[2020-09-07 05:30:12,025] /u/cal9150 had their flair updated +[2020-09-07 05:30:44,017] There has been a new submission: 'Rare shiny pokémon find in the wild', with flair 'Gaming' +[2020-09-07 05:30:45,564] /u/cal9150 had their submission removed for insufficient lambda. +[2020-09-07 05:30:47,801] /u/cal9150 had their flair updated +[2020-09-07 05:34:38,261] '/u/bigblindbear' has given '/u/ElectionJunkie' lambda! +[2020-09-07 05:34:40,721] /u/ElectionJunkie had their flair updated +[2020-09-07 05:55:00,008] '/u/glazed_turkey' has given '/u/AshGearhart' lambda! +[2020-09-07 05:55:02,614] /u/AshGearhart had their flair updated +[2020-09-07 06:05:11,999] '/u/Inspiron1501' has given '/u/WordHistorian' lambda! +[2020-09-07 06:05:13,645] /u/WordHistorian had their flair updated +[2020-09-07 06:05:58,135] There has been a new submission: 'Hey I made a video! Make sure to check it out!', with flair 'Channel Review' +[2020-09-07 06:05:59,449] /u/toonz_ink had their submission removed for insufficient lambda. +[2020-09-07 06:06:01,037] /u/toonz_ink had their flair updated +[2020-09-07 06:06:43,128] '/u/Inspiron1501' has given '/u/Sinamon123' lambda! +[2020-09-07 06:06:45,587] /u/Sinamon123 had their flair updated +[2020-09-07 06:15:37,739] '/u/casteliacitytv' has given '/u/WordHistorian' lambda! +[2020-09-07 06:15:39,360] /u/WordHistorian had their flair updated +[2020-09-07 06:17:59,681] '/u/Smint277' has given '/u/WordHistorian' lambda! +[2020-09-07 06:18:01,767] /u/WordHistorian had their flair updated +[2020-09-07 06:19:26,754] /u/Bertoe had their flair updated +[2020-09-07 06:26:52,682] '/u/casteliacitytv' has given '/u/dansometv' lambda! +[2020-09-07 06:26:54,006] /u/dansometv had their flair updated +[2020-09-07 06:30:04,093] There has been a new submission: 'Spotlight hour pokemon go', with flair 'Gaming' +[2020-09-07 06:30:05,767] /u/cal9150 had their submission removed for insufficient lambda. +[2020-09-07 06:30:08,094] /u/cal9150 had their flair updated +[2020-09-07 06:32:39,360] Retrying due to 502 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-07 06:38:47,205] There has been a new submission: 'Moog Subharmonicon Patch', with flair 'Video Critique' +[2020-09-07 06:38:48,108] /u/zacharykingmusic had their submission removed for insufficient lambda. +[2020-09-07 06:38:49,047] /u/zacharykingmusic had their flair updated +[2020-09-07 06:45:09,153] There has been a new submission: 'I’m curious to see what you guys think of my videos', with flair 'Channel Review' +[2020-09-07 06:45:10,534] /u/cooknookgirl had their submission removed for insufficient lambda. +[2020-09-07 06:45:12,510] /u/cooknookgirl had their flair updated +[2020-09-07 06:47:54,171] +#################### +[Sep 07 2020 06:47:54] RESTARTED +#################### + +[2020-09-07 07:18:31,531] There has been a new submission: 'Look what this girl is doing under the sea water', with flair 'Vlog' +[2020-09-07 07:18:32,842] /u/quellanada had their submission removed for insufficient lambda. +[2020-09-07 07:18:33,871] /u/quellanada had their flair updated +[2020-09-07 07:18:50,515] There has been a new submission: 'Facebook Horizon Beta Gameplay (My videos aren't usually like this) (FeedBack Is Appreciated)', with flair 'Gaming' +[2020-09-07 07:18:52,321] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 07:18:52,323] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 07:18:53,470] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3TGPAKYNLEw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:18:53,883] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCB_ZBbNgVpL9pIAqdpmSPtQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:18:55,562] /u/VitalyVlogs had their flair updated +[2020-09-07 07:19:14,244] '/u/justwilltheone' has given '/u/Choicefanman' lambda! +[2020-09-07 07:19:16,090] /u/Choicefanman had their flair updated +[2020-09-07 07:19:34,384] '/u/dansometv' has given '/u/RichiRamlal' lambda! +[2020-09-07 07:19:36,351] /u/RichiRamlal had their flair updated +[2020-09-07 07:20:11,912] There has been a new submission: 'Crime Facts & Fiction home of true crime. For today only anyone that subscribed to my channel will get 2 subscribers back.', with flair 'Vlog' +[2020-09-07 07:20:13,469] /u/CrimeFactsandFiction had their submission removed for insufficient lambda. +[2020-09-07 07:20:15,748] /u/CrimeFactsandFiction had their flair updated +[2020-09-07 07:20:26,075] There has been a new submission: 'Fine Dining Sea Bass Recipe With Deconstructed Ratatouille Garnish', with flair 'Channel Review' +[2020-09-07 07:20:27,873] /u/fitnessmind-chefmajk had their submission removed for insufficient lambda. +[2020-09-07 07:20:30,211] /u/fitnessmind-chefmajk had their flair updated +[2020-09-07 07:20:50,109] There has been a new submission: 'I make non-tutorials too, please some honest feedback!', with flair 'Video Critique' +[2020-09-07 07:20:50,974] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 07:20:51,094] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 07:20:52,073] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=OgoqCCnV3QQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:20:52,364] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCdtCNxpSwXFI2JzziltpjQQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:20:55,678] /u/Smint277 had their flair updated +[2020-09-07 07:22:48,850] '/u/ricktherronyt' has given '/u/afcbw12' lambda! +[2020-09-07 07:22:51,635] /u/afcbw12 had their flair updated +[2020-09-07 07:23:15,134] '/u/ricktherronyt' has given '/u/InsertCoffee35' lambda! +[2020-09-07 07:23:18,006] /u/InsertCoffee35 had their flair updated +[2020-09-07 07:28:30,475] '/u/VitalyVlogs' has given '/u/AshGearhart' lambda! +[2020-09-07 07:28:32,482] /u/AshGearhart had their flair updated +[2020-09-07 07:29:11,886] There has been a new submission: 'Why Do People Cheat In Fall Guys?', with flair 'Video Critique' +[2020-09-07 07:29:12,625] /u/KJJFIRE1 had their submission removed for insufficient lambda. +[2020-09-07 07:29:13,405] /u/KJJFIRE1 had their flair updated +[2020-09-07 07:31:13,765] There has been a new submission: 'Please give critiques 🙏🏻 I just started switching up my channel content from something that was relatively doing well and I’m not getting as many views- I want to know if it’s because I need to build up a new base or if the new content isn’t as good as my old content', with flair 'Video Critique' +[2020-09-07 07:31:14,583] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 07:31:14,585] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 07:31:15,278] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=BRy0tAvalcg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:31:15,582] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC9OmsUNne6YO_DSI78Khifw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 07:31:18,738] /u/AshGearhart had their flair updated +[2020-09-07 07:37:43,407] There has been a new submission: 'I’m wanting to improve', with flair 'Channel Review' +[2020-09-07 07:37:44,684] /u/major4x4 had their submission removed for insufficient lambda. +[2020-09-07 07:37:45,996] /u/major4x4 had their flair updated +[2020-09-07 07:49:06,518] '/u/AdlamGaming' has given '/u/afcbw12' lambda! +[2020-09-07 07:49:08,891] /u/afcbw12 had their flair updated +[2020-09-07 07:49:58,985] '/u/AdlamGaming' has given '/u/WordHistorian' lambda! +[2020-09-07 07:50:00,899] /u/WordHistorian had their flair updated +[2020-09-07 07:58:46,512] '/u/ricktherronyt' has given '/u/Megaman_90' lambda! +[2020-09-07 07:58:47,792] /u/Megaman_90 had their flair updated +[2020-09-07 07:59:00,583] '/u/VitalyVlogs' has given '/u/Choicefanman' lambda! +[2020-09-07 07:59:01,596] /u/Choicefanman had their flair updated +[2020-09-07 07:59:39,899] There has been a new submission: 'Drunk and stupid. Trying to do a somersault', with flair 'Channel Review' +[2020-09-07 07:59:40,624] /u/Just-for-the-fun-1 had their submission removed for insufficient lambda. +[2020-09-07 07:59:41,087] /u/Just-for-the-fun-1 had their flair updated +[2020-09-07 08:20:14,395] '/u/MrMoo-Youtube' has given '/u/brovalley' lambda! +[2020-09-07 08:20:16,661] /u/brovalley had their flair updated +[2020-09-07 08:21:23,075] '/u/Smint277' has given '/u/Bendy_237' lambda! +[2020-09-07 08:21:25,619] /u/Bendy_237 had their flair updated +[2020-09-07 08:21:45,624] There has been a new submission: 'WE WENT CLIFF JUMPING - SILVER HARBOUR - Lemme know what y’all think of it, or other vids on the channel ❤️', with flair 'Vlog' +[2020-09-07 08:21:47,301] /u/tokyokamal had their submission removed for insufficient lambda. +[2020-09-07 08:21:49,472] /u/tokyokamal had their flair updated +[2020-09-07 08:30:06,838] There has been a new submission: 'YouTube Podcast', with flair 'Channel Review' +[2020-09-07 08:30:08,562] /u/INTHE__LOOP had their submission removed for insufficient lambda. +[2020-09-07 08:30:10,867] /u/INTHE__LOOP had their flair updated +[2020-09-07 08:39:32,861] There has been a new submission: 'This is KSI's daily routine!', with flair 'Vlog' +[2020-09-07 08:39:33,689] /u/AlexanderHelles had their submission removed for insufficient lambda. +[2020-09-07 08:39:34,277] /u/AlexanderHelles had their flair updated +[2020-09-07 08:47:54,026] +#################### +[Sep 07 2020 08:47:54] RESTARTED +#################### + +[2020-09-07 09:19:42,788] '/u/Smint277' has given '/u/_eipeidweP_' lambda! +[2020-09-07 09:19:43,890] /u/_eipeidweP_ had their flair updated +[2020-09-07 09:53:15,106] Retrying due to 503 status: GET https://oauth.reddit.com/r/SmallYTChannel/new +[2020-09-07 09:55:09,146] There has been a new submission: 'NSFW! Worked Hard On This! Hope You Guy's Enjoy It, Please Drop A Like If So & Maybe Some Things I can Improve On Idk Lol', with flair 'Video Critique' +[2020-09-07 09:55:09,828] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 09:55:09,830] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 09:55:10,138] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=sHhvNu0IWvo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 09:55:10,336] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx8sxlVxAYG6TFu5H0IOjSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 09:55:12,582] /u/BillyGoatLazarus had their flair updated +[2020-09-07 10:17:17,528] There has been a new submission: 'I want you to say your ideas about ideas about this', with flair 'Video Critique' +[2020-09-07 10:17:18,617] /u/Fonnu had their submission removed for insufficient lambda. +[2020-09-07 10:17:19,917] /u/Fonnu had their flair updated +[2020-09-07 10:45:09,278] There has been a new submission: 'I turned Naruto Realistic ! full breakdown video is here', with flair 'Art' +[2020-09-07 10:45:10,814] /u/ronitbatra2014 had their submission removed for insufficient lambda. +[2020-09-07 10:45:12,629] /u/ronitbatra2014 had their flair updated +[2020-09-07 10:47:54,388] +#################### +[Sep 07 2020 10:47:54] RESTARTED +#################### + +[2020-09-07 11:05:58,940] There has been a new submission: 'Karate Drills 101', with flair 'Channel Review' +[2020-09-07 11:06:00,114] /u/pamousjosep had their submission removed for insufficient lambda. +[2020-09-07 11:06:01,262] /u/pamousjosep had their flair updated +[2020-09-07 11:17:29,744] There has been a new submission: 'Hey all. Brand new to making videos on youtube. (mostly gaming videos) be cool if you could check them out and give me feedback etc :) Much love.', with flair 'Gaming' +[2020-09-07 11:17:30,762] /u/JayLulz1 had their submission removed for insufficient lambda. +[2020-09-07 11:17:31,978] /u/JayLulz1 had their flair updated +[2020-09-07 11:23:32,977] There has been a new submission: 'Travel To Pismo Beach With Me : My Quarantine Getaway', with flair 'Vlog' +[2020-09-07 11:23:34,495] /u/yaeinthebuilding had their submission removed for insufficient lambda. +[2020-09-07 11:23:36,506] /u/yaeinthebuilding had their flair updated +[2020-09-07 11:31:49,779] There has been a new submission: 'HOW TO STAY MOTIVATED ON YOUTUBE 2020: Feel Like Giving Up on YouTube, Watch this Video.', with flair 'Video Critique' +[2020-09-07 11:31:51,321] /u/yaeinthebuilding had their submission removed for insufficient lambda. +[2020-09-07 11:31:53,430] /u/yaeinthebuilding had their flair updated +[2020-09-07 11:36:47,057] There has been a new submission: 'I have tried american candy as a german and reviewed how much I like each one (stuff like Reeses, Laffy Taffy). Feedback and criticism is much appreaciated and will be rewarded with Lambda! (I already know is to improve the resolution and sound ^^) [Subtitled, make sure to turn on subtitles]', with flair 'Video Critique' +[2020-09-07 11:36:48,775] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 11:36:48,777] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 11:36:49,836] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gveMIwj6E2I&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 11:36:50,287] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCbcUy19Y4pxETQeQZb8hq8A&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 11:36:52,624] /u/LEOtheOriginal had their flair updated +[2020-09-07 11:49:45,389] There has been a new submission: 'We play old games and abandonware to see if they're TRASH or CLASSIC. Any feedback on how we can make this series more engaging/interesting/generally improve our channel? :)', with flair 'Channel Review' +[2020-09-07 11:49:46,247] /u/RyanTaylorrz had their submission removed for insufficient lambda. +[2020-09-07 11:49:46,785] /u/RyanTaylorrz had their flair updated +[2020-09-07 12:05:34,822] There has been a new submission: 'Playing a Manchester Derby in EVERY FIFA on PS4! Ft. Cojack', with flair 'Video Critique' +[2020-09-07 12:05:36,132] /u/TomV39 had their submission removed for insufficient lambda. +[2020-09-07 12:05:37,772] /u/TomV39 had their flair updated +[2020-09-07 12:06:53,111] '/u/qzeqYT' has given '/u/Wh0opdeedany' lambda! +[2020-09-07 12:06:55,031] /u/Wh0opdeedany had their flair updated +[2020-09-07 12:09:23,602] There has been a new submission: 'I'm trying to grow a channel to spread good vibes with some mellow guitar playing. Here's my cover of a beautiful dutch song. Channel feedback appreciated!', with flair 'Channel Review' +[2020-09-07 12:09:24,464] /u/jordibeen had their submission removed for insufficient lambda. +[2020-09-07 12:09:25,123] /u/jordibeen had their flair updated +[2020-09-07 12:11:17,655] '/u/Smint277' has given '/u/afcbw12' lambda! +[2020-09-07 12:11:19,810] /u/afcbw12 had their flair updated +[2020-09-07 12:11:31,249] There has been a new submission: 'Ori and the Blind Forest + Will of the Wisp Review - The Future of 2D Games (plz give me your honest feedback and thank you for watching!)', with flair 'Video Critique' +[2020-09-07 12:11:31,661] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 12:11:31,662] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 12:11:31,954] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=6BltVZ6RtWQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 12:11:32,150] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsb8gj6MB_V1rFwtgvPIiKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 12:11:35,218] /u/InsertCoffee35 had their flair updated +[2020-09-07 12:11:53,309] '/u/hisilo123' has given '/u/_eipeidweP_' lambda! +[2020-09-07 12:11:55,605] /u/_eipeidweP_ had their flair updated +[2020-09-07 12:13:37,045] '/u/hisilo123' has given '/u/Choicefanman' lambda! +[2020-09-07 12:13:38,789] /u/Choicefanman had their flair updated +[2020-09-07 12:13:48,812] '/u/Smint277' has given '/u/Ashty1337' lambda! +[2020-09-07 12:13:50,613] /u/Ashty1337 had their flair updated +[2020-09-07 12:15:45,643] '/u/hisilo123' has given '/u/RichiRamlal' lambda! +[2020-09-07 12:15:47,163] /u/RichiRamlal had their flair updated +[2020-09-07 12:18:15,649] There has been a new submission: 'Guys show some support -', with flair 'None' +[2020-09-07 12:18:16,595] /u/iamlogic02 had their submission removed for insufficient lambda. +[2020-09-07 12:18:17,619] /u/iamlogic02 had their flair updated +[2020-09-07 12:20:49,175] /u/iamlogic02 had their flair updated +[2020-09-07 12:22:18,180] '/u/RichiRamlal' has given '/u/WordHistorian' lambda! +[2020-09-07 12:22:21,135] /u/WordHistorian had their flair updated +[2020-09-07 12:23:35,211] '/u/RichiRamlal' has given '/u/Wise_Donkey_1504' lambda! +[2020-09-07 12:23:37,832] /u/Wise_Donkey_1504 had their flair updated +[2020-09-07 12:24:32,643] '/u/RichiRamlal' has given '/u/kevinlevinseven' lambda! +[2020-09-07 12:24:34,732] /u/kevinlevinseven had their flair updated +[2020-09-07 12:29:47,344] There has been a new submission: 'Song genre', with flair 'Discussion' +[2020-09-07 12:29:48,263] /u/someoneins had their flair updated +[2020-09-07 12:36:52,268] There has been a new submission: 'top 5 terrible stand up gigs', with flair 'Video Critique' +[2020-09-07 12:36:53,578] /u/sirdzl had their submission removed for insufficient lambda. +[2020-09-07 12:36:54,972] /u/sirdzl had their flair updated +[2020-09-07 12:47:54,481] +#################### +[Sep 07 2020 12:47:54] RESTARTED +#################### + +[2020-09-07 13:20:20,433] '/u/justwilltheone' has given '/u/Ashty1337' lambda! +[2020-09-07 13:20:22,760] /u/Ashty1337 had their flair updated +[2020-09-07 13:22:40,480] There has been a new submission: 'MELHOR ONE TAP DO MUNDO NO VALORANT! Valorant Melhores Momentos', with flair 'Gaming' +[2020-09-07 13:22:41,997] /u/LookDaPlay had their submission removed for insufficient lambda. +[2020-09-07 13:22:44,292] /u/LookDaPlay had their flair updated +[2020-09-07 13:23:52,194] There has been a new submission: 'Cinematic wedding', with flair 'Video Critique' +[2020-09-07 13:23:53,508] /u/moosssa had their submission removed for insufficient lambda. +[2020-09-07 13:23:55,228] /u/moosssa had their flair updated +[2020-09-07 13:27:35,241] There has been a new submission: 'DAY 9: EARNING FREE BITCOIN ON BETFURY FROM PLAYING GAMES', with flair 'Gaming' +[2020-09-07 13:27:36,182] /u/DonteeWeaver had their submission removed for insufficient lambda. +[2020-09-07 13:27:37,291] /u/DonteeWeaver had their flair updated +[2020-09-07 13:28:35,854] '/u/MrMoo-Youtube' has given '/u/MafiasFinestTV' lambda! +[2020-09-07 13:28:37,743] /u/MafiasFinestTV had their flair updated +[2020-09-07 13:29:51,980] There has been a new submission: 'Star Citizen Keeps Getting Better', with flair 'Gaming' +[2020-09-07 13:29:52,755] /u/yakulaa had their submission removed for insufficient lambda. +[2020-09-07 13:29:53,206] /u/yakulaa had their flair updated +[2020-09-07 13:30:32,007] There has been a new submission: 'Star Citizen Keeps Getting Better', with flair 'Gaming' +[2020-09-07 13:30:33,772] /u/yakulaa had their submission removed for insufficient lambda. +[2020-09-07 13:30:36,166] /u/yakulaa had their flair updated +[2020-09-07 13:48:39,434] There has been a new submission: 'Just started trying to make funny skits. Here's my first video!', with flair 'Channel Review' +[2020-09-07 13:48:40,541] /u/Josh_T_YT had their submission removed for insufficient lambda. +[2020-09-07 13:48:41,524] /u/Josh_T_YT had their flair updated +[2020-09-07 13:53:21,643] There has been a new submission: 'Coming out of a rut was very hard. I felt very unmotivated and was not enjoying the videos I made. But Valorant was a breath of fresh air for me and now I believe I'm gonna be back at it better than ever. So tell what I can do to make my comeback better <3,', with flair 'Video Critique' +[2020-09-07 13:53:23,685] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 13:53:23,687] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 13:53:24,633] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7gGj4JXDEm8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 13:53:25,043] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCMeHmoAl1TYptMIMIx4zOPg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 13:53:28,038] /u/Armack_is_wack had their flair updated +[2020-09-07 13:59:03,356] There has been a new submission: 'If you can sub you don’t have to watch', with flair 'Gaming' +[2020-09-07 13:59:04,215] /u/Syznr had their submission removed for insufficient lambda. +[2020-09-07 13:59:05,319] /u/Syznr had their flair updated +[2020-09-07 14:06:03,020] There has been a new submission: 'Hey i made this music video, i because i cant make music every week, how do i let my channel grow?', with flair 'Video Critique' +[2020-09-07 14:06:04,411] /u/nonchelange had their submission removed for insufficient lambda. +[2020-09-07 14:06:05,924] /u/nonchelange had their flair updated +[2020-09-07 14:06:30,101] There has been a new submission: 'Little week project for weekly videos. Quite curious about peoples thoughts and opinions on the editing, motion graphic elements. Ways to improve, what you enjoyed? Etc.', with flair 'Video Critique' +[2020-09-07 14:06:31,249] /u/DoiCrunch had their submission removed for insufficient lambda. +[2020-09-07 14:06:32,724] /u/DoiCrunch had their flair updated +[2020-09-07 14:09:19,666] There has been a new submission: 'I normally schedule my videos for 3pm on the hour uk time but for some reason i can only select 3:15 and 3:45. Is it just me or can you no longer schedule videos on the hour??', with flair 'Discussion' +[2020-09-07 14:09:22,042] /u/Itszannotzain had their flair updated +[2020-09-07 14:16:48,108] There has been a new submission: 'Attracting Sponsors', with flair 'Discussion' +[2020-09-07 14:16:49,826] /u/stewmathieson had their flair updated +[2020-09-07 14:17:14,042] There has been a new submission: 'VALENTINE💕 | ADRENO X HIKO', with flair 'Gaming' +[2020-09-07 14:17:15,399] /u/AdrenoOG had their submission removed for insufficient lambda. +[2020-09-07 14:17:16,876] /u/AdrenoOG had their flair updated +[2020-09-07 14:19:13,520] There has been a new submission: 'VALENTINE💕 | ADRENO X HIKO', with flair 'Gaming' +[2020-09-07 14:19:14,380] /u/AdrenoOG had their submission removed for insufficient lambda. +[2020-09-07 14:19:15,038] /u/AdrenoOG had their flair updated +[2020-09-07 14:26:50,477] '/u/TrickyAcid' has given '/u/WMG_Jeeper' lambda! +[2020-09-07 14:26:52,239] /u/WMG_Jeeper had their flair updated +[2020-09-07 14:28:02,398] '/u/usualgamer94' has given '/u/AdlamGaming' lambda! +[2020-09-07 14:28:04,567] /u/AdlamGaming had their flair updated +[2020-09-07 14:30:11,473] '/u/ameixarocha' has given '/u/WordHistorian' lambda! +[2020-09-07 14:30:14,378] /u/WordHistorian had their flair updated +[2020-09-07 14:31:09,783] There has been a new submission: 'sprite animation ꜱᴜᴘᴇʀ ᴍᴀʀɪᴏ ʙʀᴏꜱ ᴠꜱ ᴍᴏʀᴛᴀʟ ᴋᴏᴍʙᴀᴛ', with flair 'Channel Review' +[2020-09-07 14:31:11,473] /u/8bit-anim had their submission removed for insufficient lambda. +[2020-09-07 14:31:13,767] /u/8bit-anim had their flair updated +[2020-09-07 14:32:32,183] '/u/ameixarocha' has given '/u/glazed_turkey' lambda! +[2020-09-07 14:32:34,239] /u/glazed_turkey had their flair updated +[2020-09-07 14:33:48,265] '/u/ameixarocha' has given '/u/Smithz_3' lambda! +[2020-09-07 14:33:51,213] /u/Smithz_3 had their flair updated +[2020-09-07 14:36:27,374] There has been a new submission: 'Dark Fracture Prologue W/Verycommonsense I hope you guys enjoy lol im just learning how to edit and I will keep putting out content until I am able to make high quality vids.', with flair 'Gaming' +[2020-09-07 14:36:29,017] /u/Oceanace2094 had their submission removed for insufficient lambda. +[2020-09-07 14:36:30,375] /u/Oceanace2094 had their flair updated +[2020-09-07 14:37:08,630] There has been a new submission: 'ShibuNub- “This video is sponsored by Raid: Shadow Legends.”', with flair 'Video Critique' +[2020-09-07 14:37:10,353] /u/Jman45062 had their submission removed for insufficient lambda. +[2020-09-07 14:37:12,241] /u/Jman45062 had their flair updated +[2020-09-07 14:37:35,595] '/u/chsmntnstudios' has given '/u/Smint277' lambda! +[2020-09-07 14:37:37,846] /u/Smint277 had their flair updated +[2020-09-07 14:38:10,740] There has been a new submission: 'Took me 50hrs to make the Video. Please give me feedback so that I can make my videos better', with flair 'Video Critique' +[2020-09-07 14:38:11,723] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 14:38:11,725] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 14:38:12,829] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FZ5jxD9dzgI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 14:38:13,239] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCQxELnXhdEnJ39DPvi6czCw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 14:38:15,283] /u/kevinlevinseven had their flair updated +[2020-09-07 14:46:27,467] There has been a new submission: 'BLM Activism Sketch - would love any feedback!', with flair 'Video Critique' +[2020-09-07 14:46:28,654] /u/MrPubihno had their submission removed for insufficient lambda. +[2020-09-07 14:46:30,008] /u/MrPubihno had their flair updated +[2020-09-07 14:48:20,654] +#################### +[Sep 07 2020 14:48:20] RESTARTED +#################### + +[2020-09-07 15:32:03,268] There has been a new submission: 'Please give me some feed back on my video and/or channel. Any pointers on how to make my videos better would be greatly appreciated.', with flair 'Video Critique' +[2020-09-07 15:32:05,311] /u/Shift-Top had their submission removed for insufficient lambda. +[2020-09-07 15:32:07,398] /u/Shift-Top had their flair updated +[2020-09-07 15:32:26,301] There has been a new submission: 'Origami Paper Bird (Step by step)', with flair 'Channel Review' +[2020-09-07 15:32:27,985] /u/Hania211 had their submission removed for insufficient lambda. +[2020-09-07 15:32:29,915] /u/Hania211 had their flair updated +[2020-09-07 15:33:51,905] '/u/Bertoe' has given '/u/UsheenMagwire' lambda! +[2020-09-07 15:33:54,858] /u/UsheenMagwire had their flair updated +[2020-09-07 15:34:14,132] '/u/Bertoe' has given '/u/MrMoo-Youtube' lambda! +[2020-09-07 15:34:16,837] /u/MrMoo-Youtube had their flair updated +[2020-09-07 15:34:36,638] '/u/InsertCoffee35' has given '/u/daredevil005' lambda! +[2020-09-07 15:34:39,101] /u/daredevil005 had their flair updated +[2020-09-07 15:34:58,401] '/u/Bertoe' has given '/u/Choicefanman' lambda! +[2020-09-07 15:35:00,929] /u/Choicefanman had their flair updated +[2020-09-07 15:35:11,057] /u/Choicefanman had their flair updated +[2020-09-07 15:36:45,923] '/u/MrMoo-Youtube' has given '/u/UsheenMagwire' lambda! +[2020-09-07 15:36:48,140] /u/UsheenMagwire had their flair updated +[2020-09-07 15:38:19,868] '/u/Smint277' has given '/u/daredevil005' lambda! +[2020-09-07 15:38:21,794] /u/daredevil005 had their flair updated +[2020-09-07 15:44:19,417] There has been a new submission: 'HELLO I AM NEW TO THIS SUBREDDIT : ) PLEASE HELP ME KNOW ABOUT THIS SUBREDDIT IN COMMENTS', with flair 'Channel Review' +[2020-09-07 15:44:20,848] /u/TARAN_UZUMAKI had their submission removed for insufficient lambda. +[2020-09-07 15:44:22,366] /u/TARAN_UZUMAKI had their flair updated +[2020-09-07 15:44:41,093] There has been a new submission: 'First video I edited on sony vegas', with flair 'Video Critique' +[2020-09-07 15:44:42,528] /u/TenNaxx had their submission removed for insufficient lambda. +[2020-09-07 15:44:44,041] /u/TenNaxx had their flair updated +[2020-09-07 15:45:02,826] There has been a new submission: 'The southpaw challenge bo3 zombies', with flair 'Gaming' +[2020-09-07 15:45:04,705] /u/Krutchgaming_youtube had their submission removed for insufficient lambda. +[2020-09-07 15:45:06,182] /u/Krutchgaming_youtube had their flair updated +[2020-09-07 15:45:24,281] There has been a new submission: 'Thoughtful feedback.I will really appreciate!', with flair 'Video Critique' +[2020-09-07 15:45:25,711] /u/Zippah had their submission removed for insufficient lambda. +[2020-09-07 15:45:27,067] /u/Zippah had their flair updated +[2020-09-07 15:45:44,957] There has been a new submission: 'I become a ref for some people in Bonk.io(watch the whole thing)', with flair 'Gaming' +[2020-09-07 15:45:46,145] /u/Background_Signal_40 had their submission removed for insufficient lambda. +[2020-09-07 15:45:47,745] /u/Background_Signal_40 had their flair updated +[2020-09-07 15:46:05,333] There has been a new submission: 'I hit 1k views for the first time today. Thanks for all the advice!', with flair 'Discussion' +[2020-09-07 15:46:07,138] /u/JarHeadVet had their flair updated +[2020-09-07 15:46:25,128] There has been a new submission: 'One of my first self-edited YouTube videos! Please let me know how I did! Your support is always appreciated', with flair 'Gaming' +[2020-09-07 15:46:26,275] /u/tdrizzy_yt had their submission removed for insufficient lambda. +[2020-09-07 15:46:27,466] /u/tdrizzy_yt had their flair updated +[2020-09-07 15:46:44,964] There has been a new submission: 'Hey i'm new here rate my video please so i can fix it', with flair 'Gaming' +[2020-09-07 15:46:46,081] /u/amin9e had their submission removed for insufficient lambda. +[2020-09-07 15:46:47,186] /u/amin9e had their flair updated +[2020-09-07 15:47:04,065] There has been a new submission: 'DIY| How to make a Key tag with beads | With English Subtitle', with flair 'Channel Review' +[2020-09-07 15:47:05,172] /u/LANKANPEDIA had their submission removed for insufficient lambda. +[2020-09-07 15:47:06,275] /u/LANKANPEDIA had their flair updated +[2020-09-07 15:50:09,708] '/u/glazed_turkey' has given '/u/Lukegreen3703' lambda! +[2020-09-07 15:50:12,054] /u/Lukegreen3703 had their flair updated +[2020-09-07 15:50:35,916] There has been a new submission: 'Is Youtube taking money from kids?', with flair 'Video Critique' +[2020-09-07 15:50:37,596] /u/Tealiel had their submission removed for insufficient lambda. +[2020-09-07 15:50:39,928] /u/Tealiel had their flair updated +[2020-09-07 15:52:29,539] There has been a new submission: 'Mega Man Legends Retrospective', with flair 'Gaming' +[2020-09-07 15:52:30,929] /u/FuzzySlippersYT had their submission removed for insufficient lambda. +[2020-09-07 15:52:32,931] /u/FuzzySlippersYT had their flair updated +[2020-09-07 15:53:46,122] '/u/MrMoo-Youtube' has given '/u/wildh4rt' lambda! +[2020-09-07 15:53:48,669] /u/wildh4rt had their flair updated +[2020-09-07 15:54:08,882] '/u/InsertCoffee35' has given '/u/frostyyaku' lambda! +[2020-09-07 15:54:11,100] /u/frostyyaku had their flair updated +[2020-09-07 15:56:23,266] There has been a new submission: 'If you're a beginner, teenager or struggling with push-ups then you must try these different types of kneeling push-ups variation at home. These will help you increase your strength and overall performance.', with flair 'Video Critique' +[2020-09-07 15:56:24,452] /u/murshid_akram had their submission removed for insufficient lambda. +[2020-09-07 15:56:25,721] /u/murshid_akram had their flair updated +[2020-09-07 15:57:20,493] '/u/MrMoo-Youtube' has given '/u/frostyyaku' lambda! +[2020-09-07 15:57:22,787] /u/frostyyaku had their flair updated +[2020-09-07 16:02:33,877] There has been a new submission: 'What mistake did you make in your most recently published video?', with flair 'Meta' +[2020-09-07 16:02:36,095] /u/BrokenNoseBoxing had their flair updated +[2020-09-07 16:12:22,611] There has been a new submission: 'Tour Of Los Angeles, Ten Amazing Facts You Must Know Before Going To "LA"', with flair 'Channel Review' +[2020-09-07 16:12:24,536] /u/Planet-com had their submission removed for insufficient lambda. +[2020-09-07 16:12:26,584] /u/Planet-com had their flair updated +[2020-09-07 16:13:20,567] There has been a new submission: 'New streamers: 5 things to EXPECT!', with flair 'Video Critique' +[2020-09-07 16:13:22,082] /u/Willakimboo had their submission removed for insufficient lambda. +[2020-09-07 16:13:24,090] /u/Willakimboo had their flair updated +[2020-09-07 16:14:31,282] '/u/DustyDingus' has given '/u/Bendy_237' lambda! +[2020-09-07 16:14:33,742] /u/Bendy_237 had their flair updated +[2020-09-07 16:15:06,591] There has been a new submission: 'YOU GottA REset tHE gaMe', with flair 'Video Critique' +[2020-09-07 16:15:07,855] /u/CatsInSchool had their submission removed for insufficient lambda. +[2020-09-07 16:15:09,449] /u/CatsInSchool had their flair updated +[2020-09-07 16:22:33,991] There has been a new submission: 'Vlog and flying at abandoned spot!', with flair 'Vlog' +[2020-09-07 16:22:35,713] /u/raffyv3 had their submission removed for insufficient lambda. +[2020-09-07 16:22:37,849] /u/raffyv3 had their flair updated +[2020-09-07 16:26:13,748] There has been a new submission: 'As always thanks for the feedback!', with flair 'Video Critique' +[2020-09-07 16:26:15,228] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 16:26:15,266] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 16:26:16,213] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=NCogU2TFrYs&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:26:16,747] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCEi86manO8WIN8VIQlkcDYg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:26:19,248] /u/WordHistorian had their flair updated +[2020-09-07 16:28:41,087] '/u/ricktherronyt' has given '/u/daredevil005' lambda! +[2020-09-07 16:28:43,383] /u/daredevil005 had their flair updated +[2020-09-07 16:30:51,814] There has been a new submission: 'Here's a fun video about my Hearthstone journey. Enjoy my emotional roller coaster since 2015 to today's day! Does it hit home for you?', with flair 'Gaming' +[2020-09-07 16:30:53,456] /u/IvonaNikolic had their submission removed for insufficient lambda. +[2020-09-07 16:30:55,795] /u/IvonaNikolic had their flair updated +[2020-09-07 16:34:42,972] There has been a new submission: 'What TRULY Makes a Character Badass? (I would really appreciate video critique)', with flair 'Video Critique' +[2020-09-07 16:34:44,119] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 16:34:44,121] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 16:34:45,185] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=HTG5_kckn1E&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:34:45,512] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCWgkVYJa-mET1yHojfbCikA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:34:48,346] /u/daredevil005 had their flair updated +[2020-09-07 16:35:17,026] '/u/jacubie' has given '/u/frostyyaku' lambda! +[2020-09-07 16:35:19,194] /u/frostyyaku had their flair updated +[2020-09-07 16:37:03,486] There has been a new submission: 'I tried to make a video like Daily Dose of Internet, give me your thoughts so i can improve, i will give lambda to the comments', with flair 'Video Critique' +[2020-09-07 16:37:04,303] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 16:37:04,305] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 16:37:05,247] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=8UH4IvUgcvw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:37:05,654] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgr1awJZLtxw5kpPgd4YCXg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 16:37:08,027] /u/ReverseNationYT had their flair updated +[2020-09-07 16:39:25,900] There has been a new submission: 'Cartoon - She Сouldn't Understand Why Her Brother Was So Kind to Her - AmoMama', with flair 'None' +[2020-09-07 16:39:26,799] /u/IndividualGuide had their submission removed for insufficient lambda. +[2020-09-07 16:39:27,413] /u/IndividualGuide had their flair updated +[2020-09-07 16:39:48,600] There has been a new submission: 'My first fall guys video', with flair 'Video Critique' +[2020-09-07 16:39:50,077] /u/AppallOh had their submission removed for insufficient lambda. +[2020-09-07 16:39:51,139] /u/AppallOh had their flair updated +[2020-09-07 16:46:15,680] '/u/AshGearhart' has given '/u/MafiasFinestTV' lambda! +[2020-09-07 16:46:17,772] /u/MafiasFinestTV had their flair updated +[2020-09-07 16:46:57,242] '/u/AshGearhart' has given '/u/MrMoo-Youtube' lambda! +[2020-09-07 16:46:59,051] /u/MrMoo-Youtube had their flair updated +[2020-09-07 16:48:19,931] +#################### +[Sep 07 2020 16:48:19] RESTARTED +#################### + +[2020-09-07 17:10:54,021] '/u/AshGearhart' has given '/u/UsheenMagwire' lambda! +[2020-09-07 17:10:56,934] /u/UsheenMagwire had their flair updated +[2020-09-07 17:11:17,372] '/u/AshGearhart' has given '/u/ActionTalksLoudly' lambda! +[2020-09-07 17:11:19,959] /u/ActionTalksLoudly had their flair updated +[2020-09-07 17:31:38,803] There has been a new submission: 'Amen', with flair 'Gaming' +[2020-09-07 17:31:40,729] /u/marvynmartian had their submission removed for insufficient lambda. +[2020-09-07 17:31:42,821] /u/marvynmartian had their flair updated +[2020-09-07 17:32:02,221] There has been a new submission: 'I made a short montage for a very polite, and kind, 13yo stranger today, please give it a like to help him out!', with flair 'Gaming' +[2020-09-07 17:32:03,977] /u/Vhalkarna had their submission removed for insufficient lambda. +[2020-09-07 17:32:06,066] /u/Vhalkarna had their flair updated +[2020-09-07 17:32:25,335] There has been a new submission: 'helpful thoughts on video, editing, and progression?', with flair 'Video Critique' +[2020-09-07 17:32:26,765] /u/grassfinn had their submission removed for insufficient lambda. +[2020-09-07 17:32:28,933] /u/grassfinn had their flair updated +[2020-09-07 17:32:47,718] There has been a new submission: 'Come by and tell me what you think. I am going to be playing exploration games.', with flair 'Channel Review' +[2020-09-07 17:32:50,262] /u/explorersgui1d had their submission removed for insufficient lambda. +[2020-09-07 17:32:52,191] /u/explorersgui1d had their flair updated +[2020-09-07 17:33:11,518] There has been a new submission: 'What's the best Youtube advice You've heard?', with flair 'Discussion' +[2020-09-07 17:33:13,528] /u/MrYyetti had their flair updated +[2020-09-07 17:33:51,602] '/u/toddmargreat' has given '/u/Davidplaysgames' lambda! +[2020-09-07 17:33:54,188] /u/Davidplaysgames had their flair updated +[2020-09-07 17:34:14,015] '/u/AshGearhart' has given '/u/BrokenNoseBoxing' lambda! +[2020-09-07 17:34:16,019] /u/BrokenNoseBoxing had their flair updated +[2020-09-07 17:35:05,260] '/u/toddmargreat' has given '/u/UsheenMagwire' lambda! +[2020-09-07 17:35:07,593] /u/UsheenMagwire had their flair updated +[2020-09-07 17:35:26,868] '/u/toddmargreat' has given '/u/Ashty1337' lambda! +[2020-09-07 17:35:29,032] /u/Ashty1337 had their flair updated +[2020-09-07 17:36:31,712] '/u/ReverseNationYT' has given '/u/ESK8Store' lambda! +[2020-09-07 17:36:33,971] /u/ESK8Store had their flair updated +[2020-09-07 17:41:05,014] '/u/MyNameIsDracoHi' has given '/u/frostyyaku' lambda! +[2020-09-07 17:41:07,634] /u/frostyyaku had their flair updated +[2020-09-07 17:41:28,384] '/u/ReverseNationYT' has given '/u/asmordious' lambda! +[2020-09-07 17:41:30,965] /u/asmordious had their flair updated +[2020-09-07 17:41:51,807] '/u/InsertCoffee35' has given '/u/WordHistorian' lambda! +[2020-09-07 17:41:54,480] /u/WordHistorian had their flair updated +[2020-09-07 17:44:42,397] '/u/Smint277' has given '/u/WordHistorian' lambda! +[2020-09-07 17:44:45,098] /u/WordHistorian had their flair updated +[2020-09-07 17:45:15,132] There has been a new submission: 'Marvel's Avengers-Meeting the incredible Hulk. Part 3', with flair 'Gaming' +[2020-09-07 17:45:16,531] /u/XA1CE had their submission removed for insufficient lambda. +[2020-09-07 17:45:17,910] /u/XA1CE had their flair updated +[2020-09-07 17:45:35,706] There has been a new submission: 'Ideas? Animal rescue channel- slow growing. This is an older video, getting ready to film another in a couple of days...', with flair 'Video Critique' +[2020-09-07 17:45:37,628] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 17:45:37,629] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 17:45:38,688] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7XP4tFqY89g&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 17:45:39,059] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC52rfOH9mTM3x8E1oHipgaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 17:45:41,556] /u/wv-pet-project had their flair updated +[2020-09-07 17:45:59,372] There has been a new submission: 'If anyone has ever wanted to know how to make money using people’s gaming clips - this is the video for you! Hope you all enjoy! 👍🏻', with flair 'Video Critique' +[2020-09-07 17:46:00,761] /u/Victorcatrina had their submission removed for insufficient lambda. +[2020-09-07 17:46:02,685] /u/Victorcatrina had their flair updated +[2020-09-07 17:52:49,974] There has been a new submission: 'Wow this is insane just released by someone ive subscribed to since he came out.', with flair 'Channel Review' +[2020-09-07 17:52:51,896] /u/Knowles420 had their submission removed for insufficient lambda. +[2020-09-07 17:52:53,749] /u/Knowles420 had their flair updated +[2020-09-07 17:58:44,680] There has been a new submission: 'Please give me honest feedback from this video so I can improve in the future, thank you.', with flair 'Video Critique' +[2020-09-07 17:58:46,728] /u/ItsKingDino had their flair updated +[2020-09-07 17:59:22,589] There has been a new submission: 'Trying to get nature to as many people around the world as possible and would love any feedback on how to do that better', with flair 'Channel Review' +[2020-09-07 17:59:23,446] /u/Knowles420 had their submission removed for insufficient lambda. +[2020-09-07 17:59:24,064] /u/Knowles420 had their flair updated +[2020-09-07 17:59:42,331] '/u/Armack_is_wack' has given '/u/raffyv3' lambda! +[2020-09-07 17:59:43,763] /u/raffyv3 had their flair updated +[2020-09-07 18:00:06,772] There has been a new submission: 'Producing a whole drama web series on my own during this last month in quarantine, and I'm curious on some feedback.', with flair 'Video Critique' +[2020-09-07 18:00:08,493] /u/DylanAlbright had their submission removed for insufficient lambda. +[2020-09-07 18:00:10,834] /u/DylanAlbright had their flair updated +[2020-09-07 18:00:41,557] '/u/Armack_is_wack' has given '/u/MrYyetti' lambda! +[2020-09-07 18:00:44,512] /u/MrYyetti had their flair updated +[2020-09-07 18:01:23,215] '/u/Armack_is_wack' has given '/u/Lukegreen3703' lambda! +[2020-09-07 18:01:26,207] /u/Lukegreen3703 had their flair updated +[2020-09-07 18:01:46,367] There has been a new submission: 'Noob Gamer Plays Brawlhalla Online For The First Time', with flair 'Gaming' +[2020-09-07 18:01:48,009] /u/Globalfiguree had their submission removed for insufficient lambda. +[2020-09-07 18:01:50,227] /u/Globalfiguree had their flair updated +[2020-09-07 18:02:30,105] '/u/Armack_is_wack' has given '/u/WordHistorian' lambda! +[2020-09-07 18:02:32,322] /u/WordHistorian had their flair updated +[2020-09-07 18:03:37,575] There has been a new submission: 'Machine Learning Made Simple: Differential Evolution', with flair 'Video Critique' +[2020-09-07 18:03:39,054] /u/ISeeThings404 had their submission removed for insufficient lambda. +[2020-09-07 18:03:40,858] /u/ISeeThings404 had their flair updated +[2020-09-07 18:04:32,647] '/u/Armack_is_wack' has given '/u/ActionTalksLoudly' lambda! +[2020-09-07 18:04:35,273] /u/ActionTalksLoudly had their flair updated +[2020-09-07 18:05:40,293] There has been a new submission: 'Even after 10 years it’s hard to get answer rite when a paintball is aimed at your head', with flair 'Vlog' +[2020-09-07 18:05:41,562] /u/pahuamba13 had their submission removed for insufficient lambda. +[2020-09-07 18:05:43,121] /u/pahuamba13 had their flair updated +[2020-09-07 18:06:01,876] There has been a new submission: 'Greetings. I am doing nature royalty free video channel. I try to make you relax while watching. Interested in your opinions, criticism. What's wrong, what's missing?', with flair 'Channel Review' +[2020-09-07 18:06:03,269] /u/Yasnzor had their submission removed for insufficient lambda. +[2020-09-07 18:06:04,621] /u/Yasnzor had their flair updated +[2020-09-07 18:06:26,670] '/u/Armack_is_wack' has given '/u/daredevil005' lambda! +[2020-09-07 18:06:29,009] /u/daredevil005 had their flair updated +[2020-09-07 18:08:12,517] '/u/daredevil005' has given '/u/asmordious' lambda! +[2020-09-07 18:08:14,656] /u/asmordious had their flair updated +[2020-09-07 18:16:37,877] '/u/glazed_turkey' has given '/u/ESK8Store' lambda! +[2020-09-07 18:16:40,577] /u/ESK8Store had their flair updated +[2020-09-07 18:23:23,990] There has been a new submission: 'GTA5 Diamond Casino Heist but its at 6am', with flair 'Gaming' +[2020-09-07 18:23:25,674] /u/antiantz had their submission removed for insufficient lambda. +[2020-09-07 18:23:27,600] /u/antiantz had their flair updated +[2020-09-07 18:27:19,549] '/u/ameixarocha' has given '/u/wildh4rt' lambda! +[2020-09-07 18:27:21,967] /u/wildh4rt had their flair updated +[2020-09-07 18:28:34,405] There has been a new submission: 'I feel like this is one of my best videos I've posted on my channel. Please share your honest feedback and criticism so I can improve in the future', with flair 'Video Critique' +[2020-09-07 18:28:35,512] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 18:28:35,513] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 18:28:36,500] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=1siphdMWiwY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 18:28:36,869] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC-YJofhf4QAPYzGAVY8BPDw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 18:28:38,965] /u/IMX4K had their flair updated +[2020-09-07 18:29:27,043] There has been a new submission: 'This vid is a little different. Showing the world a bit more of my creative side! Not gaming this time. Hope everyone enjoys.', with flair 'Channel Review' +[2020-09-07 18:29:27,943] /u/CrazyboiiJ had their submission removed for insufficient lambda. +[2020-09-07 18:29:28,563] /u/CrazyboiiJ had their flair updated +[2020-09-07 18:32:53,794] '/u/AshGearhart' has given '/u/Globalfiguree' lambda! +[2020-09-07 18:32:56,381] /u/Globalfiguree had their flair updated +[2020-09-07 18:40:08,459] There has been a new submission: 'College Outfit Ideas', with flair 'Vlog' +[2020-09-07 18:40:10,138] /u/itsemma__11 had their submission removed for insufficient lambda. +[2020-09-07 18:40:12,595] /u/itsemma__11 had their flair updated +[2020-09-07 18:42:58,896] /u/IMX4K had their flair updated +[2020-09-07 18:44:06,984] '/u/IMX4K' has given '/u/thomasjadallah' lambda! +[2020-09-07 18:44:09,570] /u/thomasjadallah had their flair updated +[2020-09-07 18:47:26,874] There has been a new submission: 'I feel like this video I made is one of my best, I’d really appreciate some feedback. Thanks!', with flair 'Video Critique' +[2020-09-07 18:47:27,290] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 18:47:27,316] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 18:47:27,582] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=DII_Cju1Ylo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 18:47:27,777] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC5ndLxCeXpGcdY7eWfww6CA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 18:47:29,387] /u/thomasjadallah had their flair updated +[2020-09-07 18:48:18,663] +#################### +[Sep 07 2020 18:48:18] RESTARTED +#################### + +[2020-09-07 19:30:23,774] There has been a new submission: 'Rogue Company Melee Experience.EXE', with flair 'Gaming' +[2020-09-07 19:30:25,780] /u/Zaldeyy had their submission removed for insufficient lambda. +[2020-09-07 19:30:28,113] /u/Zaldeyy had their flair updated +[2020-09-07 19:30:48,144] There has been a new submission: 'A video of me commenting on some silly stuff I find on instagram', with flair 'Video Critique' +[2020-09-07 19:30:49,741] /u/supersid2001 had their submission removed for insufficient lambda. +[2020-09-07 19:30:51,993] /u/supersid2001 had their flair updated +[2020-09-07 19:31:11,662] There has been a new submission: 'I worked really hard on making a channel trailer. Instead of making it like the standard YouTube trailer, I thought I'd take a different approach. Let me know what you think!', with flair 'Video Critique' +[2020-09-07 19:31:13,428] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 19:31:13,430] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 19:31:14,655] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=3WSEfSiQikw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:31:15,147] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCVP5bsxJ8vBOS1Hi2RH2r1w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:31:18,577] /u/TheJustindsd had their flair updated +[2020-09-07 19:31:37,635] There has been a new submission: 'This video is on color grading videos in photoshop ||||||| Also Just changed my youtube set up into a darker room! I am still getting some color lights but like to get some feedback and tips', with flair 'Video Critique' +[2020-09-07 19:31:39,153] /u/arunavanag had their submission removed for insufficient lambda. +[2020-09-07 19:31:42,101] /u/arunavanag had their flair updated +[2020-09-07 19:32:01,095] There has been a new submission: 'Happy labor day everyone! 🎋', with flair 'Art' +[2020-09-07 19:32:02,731] /u/echainz6 had their submission removed for insufficient lambda. +[2020-09-07 19:32:04,820] /u/echainz6 had their flair updated +[2020-09-07 19:32:24,522] There has been a new submission: 'Looks Like A Trap | Westland Survival | Gameplay No Commentary', with flair 'Gaming' +[2020-09-07 19:32:26,160] /u/gamenationmobile had their submission removed for insufficient lambda. +[2020-09-07 19:32:28,373] /u/gamenationmobile had their flair updated +[2020-09-07 19:32:48,156] There has been a new submission: 'Work Hard | The Foundations of Personal Development', with flair 'Channel Review' +[2020-09-07 19:32:49,673] /u/proven999 had their submission removed for insufficient lambda. +[2020-09-07 19:32:51,682] /u/proven999 had their flair updated +[2020-09-07 19:33:11,881] There has been a new submission: 'This is my video its top 5 most annoying things in warzone il give lambda for good feedback', with flair 'Video Critique' +[2020-09-07 19:33:13,111] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 19:33:13,153] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 19:33:13,808] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=JMDou5wyoFE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:33:14,301] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC2RSlCI4Df4YW903gDcr1bw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:33:17,299] /u/GAMERMANYouTube had their flair updated +[2020-09-07 19:33:36,039] There has been a new submission: 'Started sniping in warzone and a montage at the end enjoy !', with flair 'Gaming' +[2020-09-07 19:33:37,551] /u/Smizzle265 had their submission removed for insufficient lambda. +[2020-09-07 19:33:40,209] /u/Smizzle265 had their flair updated +[2020-09-07 19:36:44,809] '/u/IMX4K' has given '/u/hisilo123' lambda! +[2020-09-07 19:36:47,305] /u/hisilo123 had their flair updated +[2020-09-07 19:37:19,912] '/u/VitalyVlogs' has given '/u/WordHistorian' lambda! +[2020-09-07 19:37:22,171] /u/WordHistorian had their flair updated +[2020-09-07 19:39:53,332] '/u/Bertoe' has given '/u/Lukegreen3703' lambda! +[2020-09-07 19:39:55,220] /u/Lukegreen3703 had their flair updated +[2020-09-07 19:40:30,936] '/u/daredevil005' has given '/u/ayeitspablo' lambda! +[2020-09-07 19:40:34,089] /u/ayeitspablo had their flair updated +[2020-09-07 19:41:10,245] '/u/daredevil005' has given '/u/TheFootshooters' lambda! +[2020-09-07 19:41:12,946] /u/TheFootshooters had their flair updated +[2020-09-07 19:41:34,248] '/u/IMX4K' has given '/u/ItsKingDino' lambda! +[2020-09-07 19:41:36,957] /u/ItsKingDino had their flair updated +[2020-09-07 19:41:58,188] '/u/TheJustindsd' has given '/u/dansometv' lambda! +[2020-09-07 19:42:00,865] /u/dansometv had their flair updated +[2020-09-07 19:42:35,862] /u/AirFishCatcher had their flair updated +[2020-09-07 19:43:41,044] '/u/LEOtheOriginal' has given '/u/WordHistorian' lambda! +[2020-09-07 19:43:43,796] /u/WordHistorian had their flair updated +[2020-09-07 19:44:18,519] '/u/LEOtheOriginal' has given '/u/ESK8Store' lambda! +[2020-09-07 19:44:20,900] /u/ESK8Store had their flair updated +[2020-09-07 19:45:17,756] '/u/GAMERMANYouTube' has given '/u/AirFishCatcher' lambda! +[2020-09-07 19:45:19,573] /u/AirFishCatcher had their flair updated +[2020-09-07 19:46:52,831] '/u/InsertCoffee35' has given '/u/Globalfiguree' lambda! +[2020-09-07 19:46:55,081] /u/Globalfiguree had their flair updated +[2020-09-07 19:47:27,942] '/u/ricktherronyt' has given '/u/BrokenNoseBoxing' lambda! +[2020-09-07 19:47:29,750] /u/BrokenNoseBoxing had their flair updated +[2020-09-07 19:48:15,146] '/u/Bertoe' has given '/u/ItsKingDino' lambda! +[2020-09-07 19:48:17,323] /u/ItsKingDino had their flair updated +[2020-09-07 19:52:16,000] There has been a new submission: 'Dead Space 2 Death Montage', with flair 'Gaming' +[2020-09-07 19:52:18,048] /u/DukeZep had their submission removed for insufficient lambda. +[2020-09-07 19:52:19,978] /u/DukeZep had their flair updated +[2020-09-07 19:52:39,094] There has been a new submission: 'Heyy y’all, go check out my new video: MAJOR CLOSET CLEANOUT 2020 | decluttering, organizing and disposing *full length/start to finish* 💗', with flair 'Video Critique' +[2020-09-07 19:52:40,531] /u/totallychelly had their submission removed for insufficient lambda. +[2020-09-07 19:52:42,460] /u/totallychelly had their flair updated +[2020-09-07 19:53:01,777] There has been a new submission: 'Dates in Summer..sad it's over now 😢☀️💖|JAPAN VLOG #74', with flair 'Vlog' +[2020-09-07 19:53:03,375] /u/lyfeinjapan had their submission removed for insufficient lambda. +[2020-09-07 19:53:05,667] /u/lyfeinjapan had their flair updated +[2020-09-07 19:53:24,069] There has been a new submission: 'You Wouldn't Like Me When I'm ANGRY | [Marvel's Avengers Let's Play #3]', with flair 'Gaming' +[2020-09-07 19:53:25,702] /u/KAGE_SMG had their submission removed for insufficient lambda. +[2020-09-07 19:53:27,467] /u/KAGE_SMG had their flair updated +[2020-09-07 19:53:46,531] There has been a new submission: 'TONOR Q9 Microphone Kit | Review | Good for YouTube, Twitch, Podcasts and more...', with flair 'Video Critique' +[2020-09-07 19:53:47,928] /u/flagsandlanguages had their submission removed for insufficient lambda. +[2020-09-07 19:53:49,777] /u/flagsandlanguages had their flair updated +[2020-09-07 19:54:08,331] There has been a new submission: 'My cute dog..i guess smartest dog of the world.', with flair 'Art' +[2020-09-07 19:54:09,642] /u/karamatmughal007 had their submission removed for insufficient lambda. +[2020-09-07 19:54:11,326] /u/karamatmughal007 had their flair updated +[2020-09-07 19:54:30,033] There has been a new submission: 'First video (nervous lol)! COVID-19 and the imperfections of statistics', with flair 'Video Critique' +[2020-09-07 19:54:31,140] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 19:54:31,142] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 19:54:32,122] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=7r0eoXgA_Yk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:54:32,692] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCllYR9x-o8XCsSZ0WRWlySw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:54:35,274] /u/mrlannderson had their flair updated +[2020-09-07 19:54:53,897] There has been a new submission: 'New video on my YouTube channel / The dead Germans near the military road', with flair 'Channel Review' +[2020-09-07 19:54:55,086] /u/Vitalikaranevich had their submission removed for insufficient lambda. +[2020-09-07 19:54:56,600] /u/Vitalikaranevich had their flair updated +[2020-09-07 19:55:14,652] There has been a new submission: 'Who else uses canva for thumbnails?', with flair 'Discussion' +[2020-09-07 19:55:16,584] /u/pt5005 had their flair updated +[2020-09-07 19:55:34,762] There has been a new submission: '1v1 Toxic money match. Just a little bit of fun with the homies. Any reviews and/or help with my editing would be much appreciated. Thanks in advance guys <3', with flair 'Video Critique' +[2020-09-07 19:55:35,787] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 19:55:35,788] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 19:55:36,564] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=tw23HDJi3Oc&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:55:36,933] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcWc4ljULsPsbcO9uPeNKDg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:55:39,479] /u/CREAMYTORTA had their flair updated +[2020-09-07 19:56:57,656] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/api/info/ +[2020-09-07 19:57:00,694] '/u/IMX4K' has given '/u/Globalfiguree' lambda! +[2020-09-07 19:57:02,862] /u/Globalfiguree had their flair updated +[2020-09-07 19:59:32,769] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 7 - Ms Marvel (Full Game)', with flair 'Gaming' +[2020-09-07 19:59:33,628] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-07 19:59:34,244] /u/CecliusPlaysHD had their flair updated +[2020-09-07 19:59:51,204] There has been a new submission: 'MAGIC RESIN CUBES! - Resin, Alcohol Ink & LED's 😍 Been told they look like infinity stones 👌🏼 Would appreciate any feedback on the project or video and will be given lambda 😀', with flair 'Video Critique' +[2020-09-07 19:59:52,266] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 19:59:52,268] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 19:59:53,334] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gEZqHmOCQug&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:59:53,707] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSybJaeE82Lr1GatWbclWRA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 19:59:55,229] /u/denandmugMAKES had their flair updated +[2020-09-07 20:00:06,518] There has been a new submission: 'Best video editing software if you want to get serious!', with flair 'Discussion' +[2020-09-07 20:00:08,985] /u/Jimmerding had their flair updated +[2020-09-07 20:01:45,599] '/u/Armack_is_wack' has given '/u/DylanAlbright' lambda! +[2020-09-07 20:01:48,179] /u/DylanAlbright had their flair updated +[2020-09-07 20:02:09,344] '/u/Armack_is_wack' has given '/u/Globalfiguree' lambda! +[2020-09-07 20:02:12,047] /u/Globalfiguree had their flair updated +[2020-09-07 20:02:31,703] '/u/Armack_is_wack' has given '/u/hisilo123' lambda! +[2020-09-07 20:02:34,009] /u/hisilo123 had their flair updated +[2020-09-07 20:03:08,600] '/u/Armack_is_wack' has given '/u/ItsKingDino' lambda! +[2020-09-07 20:03:11,187] /u/ItsKingDino had their flair updated +[2020-09-07 20:04:20,527] '/u/WordHistorian' has given '/u/ayeitspablo' lambda! +[2020-09-07 20:04:23,233] /u/ayeitspablo had their flair updated +[2020-09-07 20:05:18,968] '/u/WordHistorian' has given '/u/asmordious' lambda! +[2020-09-07 20:05:21,420] /u/asmordious had their flair updated +[2020-09-07 20:05:43,556] '/u/WordHistorian' has given '/u/RealGalaxyRider' lambda! +[2020-09-07 20:05:46,298] /u/RealGalaxyRider had their flair updated +[2020-09-07 20:07:23,770] '/u/WordHistorian' has given '/u/nowinhifi' lambda! +[2020-09-07 20:07:25,865] /u/nowinhifi had their flair updated +[2020-09-07 20:09:37,398] There has been a new submission: 'DREAM gets DESTROYED by BADBOYHALO in 1V1 BATTLES!', with flair 'Gaming' +[2020-09-07 20:09:38,421] /u/ZenithalYT had their submission removed for insufficient lambda. +[2020-09-07 20:09:38,998] /u/ZenithalYT had their flair updated +[2020-09-07 20:10:59,043] '/u/WordHistorian' has given '/u/Prince_Dox' lambda! +[2020-09-07 20:11:01,808] /u/Prince_Dox had their flair updated +[2020-09-07 20:11:54,359] There has been a new submission: 'New Skit! Lambda for helpful advice', with flair 'Video Critique' +[2020-09-07 20:11:55,466] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 20:11:55,467] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 20:11:56,449] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=uviqBsdVhhY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 20:11:56,945] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7OZG6eHux_CzoJS3a7wWgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 20:12:00,235] /u/LastCryForHelp had their flair updated +[2020-09-07 20:13:21,964] There has been a new submission: 'Valorant.exe', with flair 'Gaming' +[2020-09-07 20:13:23,321] /u/Quakles3d1 had their submission removed for insufficient lambda. +[2020-09-07 20:13:25,087] /u/Quakles3d1 had their flair updated +[2020-09-07 20:13:50,276] There has been a new submission: 'I'd appreciate some feedback on my video about the 5 different types of investors!', with flair 'Video Critique' +[2020-09-07 20:13:51,422] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 20:13:51,423] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 20:13:52,363] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=_2cioVRxpqk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 20:13:52,775] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCnLiLidN-taDjg1yIxNpvaQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 20:13:55,608] /u/ayeitspablo had their flair updated +[2020-09-07 20:15:06,393] There has been a new submission: 'Is Watch Time vs Subscribers important to the algorithm?', with flair 'Discussion' +[2020-09-07 20:15:08,306] /u/JxckSmith had their flair updated +[2020-09-07 20:27:41,045] '/u/Armack_is_wack' has given '/u/wildh4rt' lambda! +[2020-09-07 20:27:43,429] /u/wildh4rt had their flair updated +[2020-09-07 20:38:36,400] '/u/daredevil005' has given '/u/WordHistorian' lambda! +[2020-09-07 20:38:38,410] /u/WordHistorian had their flair updated +[2020-09-07 20:41:24,240] '/u/IMX4K' has given '/u/WordHistorian' lambda! +[2020-09-07 20:41:27,029] /u/WordHistorian had their flair updated +[2020-09-07 20:48:19,181] +#################### +[Sep 07 2020 20:48:19] RESTARTED +#################### + +[2020-09-07 21:30:50,097] There has been a new submission: 'Hey! I just launched a video about The Turing Test and how it compares to Portal, it would be really cool if y'all watched it!', with flair 'Gaming' +[2020-09-07 21:30:52,104] /u/BileKudi had their submission removed for insufficient lambda. +[2020-09-07 21:30:54,361] /u/BileKudi had their flair updated +[2020-09-07 21:31:14,484] There has been a new submission: 'Looking for MC Youtubers for Hermitcraft type Server.', with flair 'Collab' +[2020-09-07 21:31:17,479] /u/DeafJ had their flair updated +[2020-09-07 21:31:36,858] There has been a new submission: 'My First Fall Guys Win!', with flair 'Gaming' +[2020-09-07 21:31:38,703] /u/Lionsharkhhh had their submission removed for insufficient lambda. +[2020-09-07 21:31:41,036] /u/Lionsharkhhh had their flair updated +[2020-09-07 21:32:01,374] There has been a new submission: '[MrBeast]Get This Random Person 1,000,000 Subscribers[Mr Beast Reaction ...', with flair 'Vlog' +[2020-09-07 21:32:02,930] /u/Tanker_156 had their submission removed for insufficient lambda. +[2020-09-07 21:32:05,181] /u/Tanker_156 had their flair updated +[2020-09-07 21:34:39,530] '/u/ayeitspablo' has given '/u/AirFishCatcher' lambda! +[2020-09-07 21:34:41,787] /u/AirFishCatcher had their flair updated +[2020-09-07 21:35:14,796] '/u/ayeitspablo' has given '/u/WordHistorian' lambda! +[2020-09-07 21:35:16,175] /u/WordHistorian had their flair updated +[2020-09-07 21:35:28,722] '/u/arunavanag' has given '/u/AirFishCatcher' lambda! +[2020-09-07 21:35:31,015] /u/AirFishCatcher had their flair updated +[2020-09-07 21:35:50,248] '/u/wv-pet-project' has given '/u/RealGalaxyRider' lambda! +[2020-09-07 21:35:52,418] /u/RealGalaxyRider had their flair updated +[2020-09-07 21:36:11,774] '/u/wv-pet-project' has given '/u/WordHistorian' lambda! +[2020-09-07 21:36:14,440] /u/WordHistorian had their flair updated +[2020-09-07 21:36:33,278] '/u/LastCryForHelp' has given '/u/denandmugMAKES' lambda! +[2020-09-07 21:36:35,579] /u/denandmugMAKES had their flair updated +[2020-09-07 21:36:54,684] '/u/GAMERMANYouTube' has given '/u/WordHistorian' lambda! +[2020-09-07 21:36:56,862] /u/WordHistorian had their flair updated +[2020-09-07 21:37:30,044] '/u/LastCryForHelp' has given '/u/MrMoo-Youtube' lambda! +[2020-09-07 21:37:32,172] /u/MrMoo-Youtube had their flair updated +[2020-09-07 21:37:50,151] '/u/LastCryForHelp' has given '/u/AirFishCatcher' lambda! +[2020-09-07 21:37:52,448] /u/AirFishCatcher had their flair updated +[2020-09-07 21:38:25,202] '/u/LastCryForHelp' has given '/u/WordHistorian' lambda! +[2020-09-07 21:38:27,580] /u/WordHistorian had their flair updated +[2020-09-07 21:39:17,347] /u/AirFishCatcher had their flair updated +[2020-09-07 21:39:48,917] '/u/TheJustindsd' has given '/u/WordHistorian' lambda! +[2020-09-07 21:39:51,052] /u/WordHistorian had their flair updated +[2020-09-07 21:48:59,038] There has been a new submission: 'is uploading in the same day of the week does help ?', with flair 'Discussion' +[2020-09-07 21:48:59,855] /u/Orangeito had their flair updated +[2020-09-07 21:49:17,049] There has been a new submission: 'I’ve lost the desire to gain subs', with flair 'Discussion' +[2020-09-07 21:49:17,790] /u/aDesperateAnimator had their flair updated +[2020-09-07 21:49:34,959] There has been a new submission: 'Princess Polly Haul 🦋', with flair 'Vlog' +[2020-09-07 21:49:35,904] /u/lemeagabralla had their submission removed for insufficient lambda. +[2020-09-07 21:49:36,478] /u/lemeagabralla had their flair updated +[2020-09-07 21:49:53,137] There has been a new submission: 'anyone like flounder', with flair 'Channel Review' +[2020-09-07 21:49:53,837] /u/lukewilson333 had their submission removed for insufficient lambda. +[2020-09-07 21:49:54,288] /u/lukewilson333 had their flair updated +[2020-09-07 21:50:06,641] There has been a new submission: 'New youtuber who would like feedback on comedy/editing', with flair 'Channel Review' +[2020-09-07 21:50:08,272] /u/aDecentGinger had their submission removed for insufficient lambda. +[2020-09-07 21:50:10,606] /u/aDecentGinger had their flair updated +[2020-09-07 21:50:19,385] There has been a new submission: 'The Emotions of Super Mario 64's Nostalgic Music', with flair 'Video Critique' +[2020-09-07 21:50:21,040] /u/TrashPandaHD had their submission removed for insufficient lambda. +[2020-09-07 21:50:23,396] /u/TrashPandaHD had their flair updated +[2020-09-07 21:50:43,891] There has been a new submission: 'Valorant Pro', with flair 'Gaming' +[2020-09-07 21:50:45,773] /u/Cenanden had their submission removed for insufficient lambda. +[2020-09-07 21:50:48,640] /u/Cenanden had their flair updated +[2020-09-07 21:51:07,916] There has been a new submission: 'Sick Score of 125,000! | Tony Hawk's Pro Skater 1 + 2', with flair 'Gaming' +[2020-09-07 21:51:09,672] /u/Alvi-H had their submission removed for insufficient lambda. +[2020-09-07 21:51:11,969] /u/Alvi-H had their flair updated +[2020-09-07 21:51:31,807] There has been a new submission: 'Sonic Smackdown by ArcForged version 1.8 Update', with flair 'Gaming' +[2020-09-07 21:51:33,446] /u/Nerdyreplay had their submission removed for insufficient lambda. +[2020-09-07 21:51:35,625] /u/Nerdyreplay had their flair updated +[2020-09-07 21:51:56,141] There has been a new submission: 'I do game stream every day only one view par day I hope I get a decent view to hope you guys like it', with flair 'Gaming' +[2020-09-07 21:51:57,779] /u/rjone007 had their submission removed for insufficient lambda. +[2020-09-07 21:51:59,944] /u/rjone007 had their flair updated +[2020-09-07 21:56:49,622] '/u/GAMERMANYouTube' has given '/u/SAMBO7777' lambda! +[2020-09-07 21:56:51,875] /u/SAMBO7777 had their flair updated +[2020-09-07 21:57:24,481] There has been a new submission: 'HOW TO USE PATHFINDER TIPS [APEX LEGENDS SEASON 6 TIPS]', with flair 'Gaming' +[2020-09-07 21:57:25,584] /u/Tanker_156 had their submission removed for insufficient lambda. +[2020-09-07 21:57:26,612] /u/Tanker_156 had their flair updated +[2020-09-07 21:59:01,236] There has been a new submission: 'Driving Across Canada but sike we almost get hit by a falling tree', with flair 'Vlog' +[2020-09-07 21:59:02,667] /u/hotel_zero had their submission removed for insufficient lambda. +[2020-09-07 21:59:03,854] /u/hotel_zero had their flair updated +[2020-09-07 22:01:25,452] '/u/GAMERMANYouTube' has given '/u/ItsKingDino' lambda! +[2020-09-07 22:01:28,402] /u/ItsKingDino had their flair updated +[2020-09-07 22:02:22,795] There has been a new submission: 'Being a gorilla in Roblox...', with flair 'Gaming' +[2020-09-07 22:02:24,436] /u/TypicalHam had their submission removed for insufficient lambda. +[2020-09-07 22:02:26,607] /u/TypicalHam had their flair updated +[2020-09-07 22:06:43,922] There has been a new submission: 'Hello guys! I would like some constructive criticism and feedback on my latest video. Everything is edited with iMovie.', with flair 'Video Critique' +[2020-09-07 22:06:45,765] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 22:06:45,803] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 22:06:46,870] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=N4X4fKj9bHw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:06:47,361] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCXRgClKf7HfL_r_ZTJW75yA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:06:49,739] /u/RealGalaxyRider had their flair updated +[2020-09-07 22:08:25,305] There has been a new submission: 'Giving lambda for meaningful reviews!', with flair 'Video Critique' +[2020-09-07 22:08:26,125] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 22:08:26,167] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 22:08:26,949] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=04dUbJCnme0&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:08:27,400] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC836j2BsD8vxUwhAyPYj7mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:08:29,695] /u/SAMBO7777 had their flair updated +[2020-09-07 22:16:22,315] There has been a new submission: 'Tye Crew 2 Review! Would love feedback, Reward !Lambda', with flair 'Gaming' +[2020-09-07 22:16:22,747] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 22:16:22,748] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 22:16:23,069] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=r3C8N8KFrWk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:16:23,242] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCSfm_x3rKquzeju605iP_jw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:16:25,208] /u/Boing_gaming had their flair updated +[2020-09-07 22:17:39,213] There has been a new submission: 'valorant.exe in 3am', with flair 'Gaming' +[2020-09-07 22:17:40,316] /u/ervfs had their submission removed for insufficient lambda. +[2020-09-07 22:17:41,504] /u/ervfs had their flair updated +[2020-09-07 22:23:28,912] There has been a new submission: 'Story based anime Rpg', with flair 'Gaming' +[2020-09-07 22:23:30,431] /u/Skrysekh had their submission removed for insufficient lambda. +[2020-09-07 22:23:32,354] /u/Skrysekh had their flair updated +[2020-09-07 22:24:17,919] There has been a new submission: 'One of our best funny ranbow 6 videos! Tell us what you think for lamda :)', with flair 'Video Critique' +[2020-09-07 22:24:18,780] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 22:24:18,782] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 22:24:19,719] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=rn_xxBIWOoY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:24:20,090] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsHFWi2GE4gdJ6LPDja1aYA&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 22:24:22,830] /u/Lukegreen3703 had their flair updated +[2020-09-07 22:30:38,348] There has been a new submission: 'Oogway Plays His Favorite Mantra', with flair 'Video Critique' +[2020-09-07 22:30:39,931] /u/YodaProGamer had their submission removed for insufficient lambda. +[2020-09-07 22:30:42,204] /u/YodaProGamer had their flair updated +[2020-09-07 22:32:33,023] '/u/LastCryForHelp' has given '/u/Cobra418' lambda! +[2020-09-07 22:32:35,175] /u/Cobra418 had their flair updated +[2020-09-07 22:33:11,678] '/u/LastCryForHelp' has given '/u/SAMBO7777' lambda! +[2020-09-07 22:33:14,346] /u/SAMBO7777 had their flair updated +[2020-09-07 22:36:47,335] There has been a new submission: 'Please let me know what you think, I’m trying to restart a channel after 3 years and I would love feedback!:)', with flair 'Video Critique' +[2020-09-07 22:36:48,443] /u/Octojuls had their submission removed for insufficient lambda. +[2020-09-07 22:36:49,796] /u/Octojuls had their flair updated +[2020-09-07 22:37:30,211] '/u/the_real_d247' has given '/u/Davidplaysgames' lambda! +[2020-09-07 22:37:32,420] /u/Davidplaysgames had their flair updated +[2020-09-07 22:48:19,016] +#################### +[Sep 07 2020 22:48:19] RESTARTED +#################### + +[2020-09-07 23:31:49,742] There has been a new submission: 'I started making some short LoL Rengar videos (mainly for me and some friends) but I started enjoying to edit those and was just wondering what others might think about it', with flair 'Video Critique' +[2020-09-07 23:31:51,587] /u/JustLikeADolfin had their submission removed for insufficient lambda. +[2020-09-07 23:31:53,597] /u/JustLikeADolfin had their flair updated +[2020-09-07 23:32:12,918] There has been a new submission: 'Pitchman Nox tries to sell trashy YouTube Merch like Billy Mays (Giving lambda for any feedback)', with flair 'Video Critique' +[2020-09-07 23:32:14,596] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 23:32:14,596] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 23:32:15,458] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=V97yrvTOzkY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:32:15,868] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCUzk2baTj32Ml4f4XFQy4ng&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:32:19,104] /u/Choicefanman had their flair updated +[2020-09-07 23:32:38,243] There has been a new submission: 'For the one year anniversary of my channel, I did a video about a game that ruined my childhood; Super Monkey Ball Banana Blitz. Feedback is appreciated :)', with flair 'Video Critique' +[2020-09-07 23:32:39,517] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 23:32:39,518] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 23:32:40,460] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=Y2VluJJ47hE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:32:40,830] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCtVhDLfPx6gQ1RPcGJUixsg&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:32:43,950] /u/Cobra418 had their flair updated +[2020-09-07 23:35:03,528] '/u/Choicefanman' has given '/u/YappyHead' lambda! +[2020-09-07 23:35:05,984] /u/YappyHead had their flair updated +[2020-09-07 23:35:23,995] '/u/thomasjadallah' has given '/u/WordHistorian' lambda! +[2020-09-07 23:35:26,572] /u/WordHistorian had their flair updated +[2020-09-07 23:36:56,754] There has been a new submission: 'How to make an xp farm/mob grinder in minecraft 1.16 fast and easy!', with flair 'Video Critique' +[2020-09-07 23:36:57,942] /u/SteinPlays had their submission removed for insufficient lambda. +[2020-09-07 23:36:58,971] /u/SteinPlays had their flair updated +[2020-09-07 23:37:17,141] There has been a new submission: 'Aristotle the most influential scientist of all time Pt 1: metaphysics and epistemology. Would love to hear everyone's feedback. Cheers!', with flair 'Video Critique' +[2020-09-07 23:37:18,122] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-07 23:37:18,124] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-07 23:37:19,227] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=s9vmSPTRGq8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:37:19,554] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCg1BFa8tG6fPR3fAvv4U_7w&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-07 23:37:21,562] /u/AirFishCatcher had their flair updated +[2020-09-07 23:42:09,876] There has been a new submission: '2020 Harley-Davidson Street 500 First Ride & Review', with flair 'Video Critique' +[2020-09-07 23:42:11,352] /u/Kwackajack_ had their submission removed for insufficient lambda. +[2020-09-07 23:42:13,519] /u/Kwackajack_ had their flair updated +[2020-09-07 23:43:09,893] '/u/SAMBO7777' has given '/u/Teyssere' lambda! +[2020-09-07 23:43:12,433] /u/Teyssere had their flair updated +[2020-09-07 23:43:59,510] '/u/SAMBO7777' has given '/u/ItsKingDino' lambda! +[2020-09-07 23:44:02,163] /u/ItsKingDino had their flair updated +[2020-09-07 23:44:46,284] '/u/SAMBO7777' has given '/u/LastCryForHelp' lambda! +[2020-09-07 23:44:49,156] /u/LastCryForHelp had their flair updated +[2020-09-07 23:50:09,841] '/u/Lukegreen3703' has given '/u/LastCryForHelp' lambda! +[2020-09-07 23:50:12,158] /u/LastCryForHelp had their flair updated +[2020-09-07 23:53:48,415] There has been a new submission: 'New Animation YouTuber. Looking for feedback on my work. Still in the early stages of learning animation.', with flair 'Channel Review' +[2020-09-07 23:53:49,811] /u/PusCusProductions had their submission removed for insufficient lambda. +[2020-09-07 23:53:51,734] /u/PusCusProductions had their flair updated +[2020-09-07 23:55:22,657] There has been a new submission: 'Why Hardcore is BETTER than Core👌🏾', with flair 'Gaming' +[2020-09-07 23:55:24,004] /u/Svage-SZN had their submission removed for insufficient lambda. +[2020-09-07 23:55:25,603] /u/Svage-SZN had their flair updated +[2020-09-07 23:59:18,844] '/u/InsertCoffee35' has given '/u/LastCryForHelp' lambda! +[2020-09-07 23:59:20,889] /u/LastCryForHelp had their flair updated +[2020-09-08 00:07:16,405] There has been a new submission: 'Didn't get feedback when I posted it last week, it's an anti-comedy/intentionally uncomfortable video. Lambda for helpful feedback of course!', with flair 'Video Critique' +[2020-09-08 00:07:17,309] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 00:07:17,310] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 00:07:18,249] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=FkQDfc-5Er8&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 00:07:18,700] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC7OZG6eHux_CzoJS3a7wWgw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 00:07:20,912] /u/LastCryForHelp had their flair updated +[2020-09-08 00:12:53,323] There has been a new submission: 'ANLLELA SAGRA WORKOUT', with flair 'Video Critique' +[2020-09-08 00:12:54,835] /u/wordgeist had their submission removed for insufficient lambda. +[2020-09-08 00:12:57,010] /u/wordgeist had their flair updated +[2020-09-08 00:18:44,894] There has been a new submission: 'Roasted Cherry Tomato Salsa', with flair 'Channel Review' +[2020-09-08 00:18:45,955] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-09-08 00:18:46,901] /u/Wingo321 had their flair updated +[2020-09-08 00:19:23,390] There has been a new submission: 'Not everyone will find “the one”', with flair 'Video Critique' +[2020-09-08 00:19:24,212] /u/jay_da_meme_boi had their submission removed for insufficient lambda. +[2020-09-08 00:19:25,076] /u/jay_da_meme_boi had their flair updated +[2020-09-08 00:19:41,896] There has been a new submission: 'Cosmic Relief', with flair 'Channel Review' +[2020-09-08 00:19:43,085] /u/jay_da_meme_boi had their submission removed for insufficient lambda. +[2020-09-08 00:19:43,617] /u/jay_da_meme_boi had their flair updated +[2020-09-08 00:22:45,460] There has been a new submission: 'Roasted Cherry Tomato Salsa', with flair 'Vlog' +[2020-09-08 00:22:47,345] /u/Wingo321 had their submission removed for insufficient lambda. +[2020-09-08 00:22:49,434] /u/Wingo321 had their flair updated +[2020-09-08 00:26:40,133] There has been a new submission: 'Need help with new channel :3', with flair 'Video Critique' +[2020-09-08 00:26:42,340] /u/FactionsTazer had their submission removed for insufficient lambda. +[2020-09-08 00:26:44,067] /u/FactionsTazer had their flair updated +[2020-09-08 00:27:17,158] '/u/Choicefanman' has given '/u/DylanAlbright' lambda! +[2020-09-08 00:27:18,959] /u/DylanAlbright had their flair updated +[2020-09-08 00:28:46,206] There has been a new submission: 'Hey, my name is eddy and i would really appreciate it if you could watch my video and give me some kind of advice with which I can improve my content and attract more people.', with flair 'Gaming' +[2020-09-08 00:28:47,309] /u/eltete_edgar had their submission removed for insufficient lambda. +[2020-09-08 00:28:48,134] /u/eltete_edgar had their flair updated +[2020-09-08 00:31:26,859] '/u/SAMBO7777' has given '/u/AshGearhart' lambda! +[2020-09-08 00:31:28,993] /u/AshGearhart had their flair updated +[2020-09-08 00:32:51,918] '/u/SAMBO7777' has given '/u/JayComicZ' lambda! +[2020-09-08 00:32:54,416] /u/JayComicZ had their flair updated +[2020-09-08 00:40:36,705] There has been a new submission: 'black mario', with flair 'Channel Review' +[2020-09-08 00:40:38,306] /u/BLACKMARIO4 had their submission removed for insufficient lambda. +[2020-09-08 00:40:40,641] /u/BLACKMARIO4 had their flair updated +[2020-09-08 00:44:27,476] There has been a new submission: 'Happy Labor Day, everyone! I just uploaded a new video and would really appreciate some feedback. Thanks in advance 🙏🏼🙏🏼', with flair 'Video Critique' +[2020-09-08 00:44:28,812] /u/teejay_sq had their submission removed for insufficient lambda. +[2020-09-08 00:44:30,565] /u/teejay_sq had their flair updated +[2020-09-08 00:46:09,578] There has been a new submission: 'My new video on among us', with flair 'Thumbnail Review' +[2020-09-08 00:46:10,716] /u/NewYorker98 had their submission removed for insufficient lambda. +[2020-09-08 00:46:12,180] /u/NewYorker98 had their flair updated +[2020-09-08 00:48:19,510] +#################### +[Sep 08 2020 00:48:19] RESTARTED +#################### + +[2020-09-08 01:30:11,453] There has been a new submission: 'Memes You Have To Watch Alone', with flair 'Channel Review' +[2020-09-08 01:30:13,460] /u/For_TheMemes had their submission removed for insufficient lambda. +[2020-09-08 01:30:16,039] /u/For_TheMemes had their flair updated +[2020-09-08 01:32:50,537] '/u/Cobra418' has given '/u/WordHistorian' lambda! +[2020-09-08 01:32:53,034] /u/WordHistorian had their flair updated +[2020-09-08 01:34:10,861] '/u/ReverseNationYT' has given '/u/RealGalaxyRider' lambda! +[2020-09-08 01:34:13,275] /u/RealGalaxyRider had their flair updated +[2020-09-08 01:34:36,711] '/u/ReverseNationYT' has given '/u/SAMBO7777' lambda! +[2020-09-08 01:34:39,205] /u/SAMBO7777 had their flair updated +[2020-09-08 01:35:13,940] '/u/ReverseNationYT' has given '/u/WordHistorian' lambda! +[2020-09-08 01:35:15,271] /u/WordHistorian had their flair updated +[2020-09-08 01:35:48,793] '/u/ReverseNationYT' has given '/u/ayeitspablo' lambda! +[2020-09-08 01:35:51,127] /u/ayeitspablo had their flair updated +[2020-09-08 01:36:50,698] '/u/LastCryForHelp' has given '/u/Yeetican' lambda! +[2020-09-08 01:36:52,913] /u/Yeetican had their flair updated +[2020-09-08 01:38:24,385] '/u/LastCryForHelp' has given '/u/WordHistorian' lambda! +[2020-09-08 01:38:26,600] /u/WordHistorian had their flair updated +[2020-09-08 01:48:54,744] There has been a new submission: 'ASMR- Space Facts and Hand Movements in Space (I lied about the hand sounds)', with flair 'Video Critique' +[2020-09-08 01:48:55,565] /u/Penelope_asmr had their submission removed for insufficient lambda. +[2020-09-08 01:48:56,466] /u/Penelope_asmr had their flair updated +[2020-09-08 01:52:19,226] There has been a new submission: 'Apex Legends Meme 4', with flair 'Gaming' +[2020-09-08 01:52:20,827] /u/Chillingamin had their submission removed for insufficient lambda. +[2020-09-08 01:52:22,878] /u/Chillingamin had their flair updated +[2020-09-08 01:55:02,006] There has been a new submission: 'Effort for nothing', with flair 'Discussion' +[2020-09-08 01:55:04,743] /u/epicmonkey1606 had their flair updated +[2020-09-08 01:56:15,954] There has been a new submission: 'First art video', with flair 'Video Critique' +[2020-09-08 01:56:17,390] /u/crptdart had their submission removed for insufficient lambda. +[2020-09-08 01:56:18,829] /u/crptdart had their flair updated +[2020-09-08 02:01:39,126] '/u/Choicefanman' has given '/u/WordHistorian' lambda! +[2020-09-08 02:01:41,383] /u/WordHistorian had their flair updated +[2020-09-08 02:05:12,269] /u/Gallywix_Trade had their flair updated +[2020-09-08 02:11:40,222] '/u/LastCryForHelp' has given '/u/AirFishCatcher' lambda! +[2020-09-08 02:11:43,255] /u/AirFishCatcher had their flair updated +[2020-09-08 02:16:18,166] '/u/Meagcherry' has given '/u/CamDC123' lambda! +[2020-09-08 02:16:20,583] /u/CamDC123 had their flair updated +[2020-09-08 02:17:15,614] '/u/SAMBO7777' has given '/u/GAMERMANYouTube' lambda! +[2020-09-08 02:17:16,898] /u/GAMERMANYouTube had their flair updated +[2020-09-08 02:17:40,348] '/u/SAMBO7777' has given '/u/ScottChesnutt' lambda! +[2020-09-08 02:17:41,555] /u/ScottChesnutt had their flair updated +[2020-09-08 02:18:50,916] '/u/SAMBO7777' has given '/u/WordHistorian' lambda! +[2020-09-08 02:18:53,253] /u/WordHistorian had their flair updated +[2020-09-08 02:19:40,987] There has been a new submission: 'Looking for fellow Gaming YouTubers!', with flair 'Collab' +[2020-09-08 02:19:42,790] /u/Kora_Nari had their flair updated +[2020-09-08 02:23:29,123] '/u/Meagcherry' has given '/u/Shad_Hynes' lambda! +[2020-09-08 02:23:31,537] /u/Shad_Hynes had their flair updated +[2020-09-08 02:24:30,884] There has been a new submission: 'Hi guys I was wondering if any of you have seen the Milky Way before in person? If not enjoy this Vlog and Timelapse video :D', with flair 'Video Critique' +[2020-09-08 02:24:32,608] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 02:24:32,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 02:24:33,719] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=RoYHFtGNeIE&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 02:24:34,090] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UC6SjRX2YvfiumW2wPTKQDdw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 02:24:36,916] /u/danifernt had their flair updated +[2020-09-08 02:25:43,612] There has been a new submission: 'i would like to get to one hundred subs before i upload a better vid i am new to youtube so help a brother out', with flair 'Gaming' +[2020-09-08 02:25:45,047] /u/shembed had their submission removed for insufficient lambda. +[2020-09-08 02:25:46,566] /u/shembed had their flair updated +[2020-09-08 02:27:11,844] /u/danifernt had their flair updated +[2020-09-08 02:32:07,948] There has been a new submission: 'I've been put here on this earth to make people smile! Hope everyone enjoys my whacky video 😁', with flair 'Gaming' +[2020-09-08 02:32:09,512] /u/marthvadar had their submission removed for insufficient lambda. +[2020-09-08 02:32:11,624] /u/marthvadar had their flair updated +[2020-09-08 02:38:42,536] There has been a new submission: 'Anyone care to critique my DayZ let's play? Worried about editing tbh', with flair 'Video Critique' +[2020-09-08 02:38:43,436] /u/Sprucegoose87 had their submission removed for insufficient lambda. +[2020-09-08 02:38:44,297] /u/Sprucegoose87 had their flair updated +[2020-09-08 02:42:26,288] There has been a new submission: 'Why is there no plushie flair', with flair 'Discussion' +[2020-09-08 02:42:28,623] /u/Robuxman5 had their flair updated +[2020-09-08 02:48:20,820] +#################### +[Sep 08 2020 02:48:20] RESTARTED +#################### + +[2020-09-08 03:30:37,767] There has been a new submission: 'GTA 5 AND FORTNITE EPIC FAILS AND WINS#10', with flair 'Gaming' +[2020-09-08 03:30:39,817] /u/SAMUELO55 had their submission removed for insufficient lambda. +[2020-09-08 03:30:42,075] /u/SAMUELO55 had their flair updated +[2020-09-08 03:31:01,631] There has been a new submission: 'Would love feedback on my newest video! Is the thumbnail eye catching, is editing good stuff like that', with flair 'Video Critique' +[2020-09-08 03:31:03,716] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 03:31:03,718] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 03:31:04,697] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ChQBJBMjaMQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 03:31:05,194] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCcCDCtsfxcIvV2jlG3jG1Mw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 03:31:08,624] /u/Davidplaysgames had their flair updated +[2020-09-08 03:31:27,805] There has been a new submission: 'Can I avoid copyright infringement? If so, how?', with flair 'Discussion' +[2020-09-08 03:31:31,170] /u/AgilixYT had their flair updated +[2020-09-08 03:31:50,322] There has been a new submission: 'How to buy stuff online', with flair 'Channel Review' +[2020-09-08 03:31:52,080] /u/AliYasen1999 had their submission removed for insufficient lambda. +[2020-09-08 03:31:54,174] /u/AliYasen1999 had their flair updated +[2020-09-08 03:32:48,983] '/u/Cobra418' has given '/u/wv-pet-project' lambda! +[2020-09-08 03:32:51,850] /u/wv-pet-project had their flair updated +[2020-09-08 03:34:23,509] '/u/danifernt' has given '/u/WordHistorian' lambda! +[2020-09-08 03:34:25,925] /u/WordHistorian had their flair updated +[2020-09-08 03:35:54,136] '/u/danifernt' has given '/u/wv-pet-project' lambda! +[2020-09-08 03:35:56,311] /u/wv-pet-project had their flair updated +[2020-09-08 03:39:24,932] '/u/Choicefanman' has given '/u/wv-pet-project' lambda! +[2020-09-08 03:39:26,897] /u/wv-pet-project had their flair updated +[2020-09-08 03:39:45,320] There has been a new submission: 'How to solve 3X3 Rubik’s cube made easy! #3X3rubikscubetutorial #easysteps #Allcases #Algorithms', with flair 'Channel Review' +[2020-09-08 03:39:46,098] /u/Talenthunt1111 had their submission removed for insufficient lambda. +[2020-09-08 03:39:46,590] /u/Talenthunt1111 had their flair updated +[2020-09-08 03:42:08,484] '/u/LastCryForHelp' has given '/u/wv-pet-project' lambda! +[2020-09-08 03:42:11,385] /u/wv-pet-project had their flair updated +[2020-09-08 03:52:25,348] There has been a new submission: 'Call Of Duty Warzone Funny Moments ( CAN WE GET ANOTHER WIN )', with flair 'Video Critique' +[2020-09-08 03:52:26,865] /u/mw39753 had their submission removed for insufficient lambda. +[2020-09-08 03:52:29,245] /u/mw39753 had their flair updated +[2020-09-08 03:52:55,521] There has been a new submission: 'Any improvements?', with flair 'Video Critique' +[2020-09-08 03:52:57,081] /u/2UPMo had their submission removed for insufficient lambda. +[2020-09-08 03:52:59,178] /u/2UPMo had their flair updated +[2020-09-08 04:00:13,331] There has been a new submission: 'JUST MADE MY SECOND VID i need help ma', with flair 'Channel Review' +[2020-09-08 04:00:15,152] /u/Jkoolio05 had their submission removed for insufficient lambda. +[2020-09-08 04:00:17,503] /u/Jkoolio05 had their flair updated +[2020-09-08 04:19:06,217] '/u/ricktherronyt' has given '/u/Bebby_Tuna' lambda! +[2020-09-08 04:19:08,220] /u/Bebby_Tuna had their flair updated +[2020-09-08 04:19:51,642] '/u/ricktherronyt' has given '/u/Ashty1337' lambda! +[2020-09-08 04:19:53,528] /u/Ashty1337 had their flair updated +[2020-09-08 04:24:22,913] There has been a new submission: 'SiGGz Plays SOMA', with flair 'Gaming' +[2020-09-08 04:24:25,579] /u/SiGGz69 had their flair updated +[2020-09-08 04:39:47,151] There has been a new submission: 'Funny overwatch video thought I did a good job wanted more exposure', with flair 'Gaming' +[2020-09-08 04:39:48,056] /u/faxRonin had their submission removed for insufficient lambda. +[2020-09-08 04:39:48,629] /u/faxRonin had their flair updated +[2020-09-08 04:42:53,991] '/u/Lukegreen3703' has given '/u/ItsKingDino' lambda! +[2020-09-08 04:42:56,012] /u/ItsKingDino had their flair updated +[2020-09-08 04:47:05,751] '/u/IMX4K' has given '/u/AirFishCatcher' lambda! +[2020-09-08 04:47:07,138] /u/AirFishCatcher had their flair updated +[2020-09-08 04:47:11,910] '/u/Lukegreen3703' has given '/u/AirFishCatcher' lambda! +[2020-09-08 04:47:13,229] /u/AirFishCatcher had their flair updated +[2020-09-08 04:47:56,024] +#################### +[Sep 08 2020 04:47:56] RESTARTED +#################### + +[2020-09-08 05:22:38,584] There has been a new submission: 'You Know Nothing Channel Intro', with flair 'Channel Review' +[2020-09-08 05:22:40,388] /u/hahafunnynotfunny had their submission removed for insufficient lambda. +[2020-09-08 05:22:42,230] /u/hahafunnynotfunny had their flair updated +[2020-09-08 05:24:32,989] '/u/TheJustindsd' has given '/u/DylanAlbright' lambda! +[2020-09-08 05:24:35,376] /u/DylanAlbright had their flair updated +[2020-09-08 05:25:08,843] '/u/TheJustindsd' has given '/u/twinstry625' lambda! +[2020-09-08 05:25:10,890] /u/twinstry625 had their flair updated +[2020-09-08 05:26:58,518] There has been a new submission: 'Last time i asked for improvement and now i wanna see if there is more i can do.', with flair 'Gaming' +[2020-09-08 05:27:00,584] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 05:27:00,586] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 05:27:01,609] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=oj8g48Ki2ck&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 05:27:01,979] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCzbZALVi94q9nAPBpjEmchQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 05:27:03,937] /u/RsTGEKO had their flair updated +[2020-09-08 05:27:22,368] There has been a new submission: 'TrevorTalks is one of my favorite youtube channels. Go check him out!', with flair 'Channel Review' +[2020-09-08 05:27:23,435] /u/Puperoni_100somthing had their submission removed for insufficient lambda. +[2020-09-08 05:27:24,382] /u/Puperoni_100somthing had their flair updated +[2020-09-08 05:27:41,370] There has been a new submission: 'The Worst Star Wars Quizzes on the Internet - [GOM Podcast]', with flair 'Video Critique' +[2020-09-08 05:27:43,500] /u/sk00lbus had their submission removed for insufficient lambda. +[2020-09-08 05:27:44,488] /u/sk00lbus had their flair updated +[2020-09-08 05:28:18,165] '/u/Boing_gaming' has given '/u/AirFishCatcher' lambda! +[2020-09-08 05:28:20,261] /u/AirFishCatcher had their flair updated +[2020-09-08 05:38:12,606] There has been a new submission: 'getting girls numbers and asking weird questions', with flair 'Vlog' +[2020-09-08 05:38:13,633] /u/eetswaintelligence69 had their submission removed for insufficient lambda. +[2020-09-08 05:38:14,743] /u/eetswaintelligence69 had their flair updated +[2020-09-08 05:44:41,621] '/u/RsTGEKO' has given '/u/TARAN_UZUMAKI' lambda! +[2020-09-08 05:44:43,761] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 05:49:40,725] There has been a new submission: 'My Job is to Investigate a Murder and to Find the Missing Investigators... of the Murder...', with flair 'Gaming' +[2020-09-08 05:49:41,625] /u/onail had their submission removed for insufficient lambda. +[2020-09-08 05:49:42,526] /u/onail had their flair updated +[2020-09-08 05:52:07,678] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 05:52:09,596] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent' +[2020-09-08 05:57:06,154] There has been a new submission: 'Not a famous band called Señorita Jones .But the leader 60 years old was inspired by the Beatles songs. . Hope you Enjoy... if you can't recognise Portuguese ' Brazil .cheers', with flair 'Video Critique' +[2020-09-08 05:57:07,379] /u/mafuzz had their submission removed for insufficient lambda. +[2020-09-08 05:57:08,734] /u/mafuzz had their flair updated +[2020-09-08 06:09:24,510] '/u/danifernt' has given '/u/shwoople' lambda! +[2020-09-08 06:09:25,942] /u/shwoople had their flair updated +[2020-09-08 06:16:47,437] There has been a new submission: 'THE ULTIMATE ZOMBIES TOURNAMENT Round 1 Recap! 15 Remain... #TUZT Feat. 20 YouTubers!', with flair 'Gaming' +[2020-09-08 06:16:48,655] /u/ItzActuallyWubDub had their submission removed for insufficient lambda. +[2020-09-08 06:16:50,062] /u/ItzActuallyWubDub had their flair updated +[2020-09-08 06:22:31,958] There has been a new submission: '2020 - I know the quality of some videos, isnt the best, but was the best I could find.', with flair 'Video Critique' +[2020-09-08 06:22:33,396] /u/Valhallas_Citizen had their submission removed for insufficient lambda. +[2020-09-08 06:22:35,493] /u/Valhallas_Citizen had their flair updated +[2020-09-08 06:28:51,297] There has been a new submission: 'Time to Time - Urban Drop', with flair 'Channel Review' +[2020-09-08 06:28:52,061] /u/Urbandrop2020 had their submission removed for insufficient lambda. +[2020-09-08 06:28:52,848] /u/Urbandrop2020 had their flair updated +[2020-09-08 06:32:07,474] There has been a new submission: '400 Subscribers yesterday, now what?', with flair 'Channel Review' +[2020-09-08 06:32:09,615] /u/tweguitartutorials had their submission removed for insufficient lambda. +[2020-09-08 06:32:11,733] /u/tweguitartutorials had their flair updated +[2020-09-08 06:32:21,474] '/u/mrlannderson' has given '/u/WordHistorian' lambda! +[2020-09-08 06:32:23,567] /u/WordHistorian had their flair updated +[2020-09-08 06:47:56,084] +#################### +[Sep 08 2020 06:47:56] RESTARTED +#################### + +[2020-09-08 07:20:11,905] '/u/Choicefanman' has given '/u/TARAN_UZUMAKI' lambda! +[2020-09-08 07:20:14,345] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 07:21:48,922] '/u/MajinBoom11' has given '/u/twinstry625' lambda! +[2020-09-08 07:21:51,791] /u/twinstry625 had their flair updated +[2020-09-08 07:27:01,717] There has been a new submission: 'How's everyone going on with their journey?', with flair 'Discussion' +[2020-09-08 07:27:03,273] /u/SoCKetuber had their flair updated +[2020-09-08 07:31:00,732] There has been a new submission: 'Go like, comment, view and subscribe to my channel!! Janice Audrece', with flair 'Vlog' +[2020-09-08 07:31:02,370] /u/JayAudrece had their submission removed for insufficient lambda. +[2020-09-08 07:31:04,625] /u/JayAudrece had their flair updated +[2020-09-08 07:59:06,602] '/u/Armack_is_wack' has given '/u/Dreiari' lambda! +[2020-09-08 07:59:07,469] /u/Dreiari had their flair updated +[2020-09-08 07:59:34,261] '/u/Armack_is_wack' has given '/u/ItsJustMeYT' lambda! +[2020-09-08 07:59:35,204] /u/ItsJustMeYT had their flair updated +[2020-09-08 08:00:10,768] '/u/Armack_is_wack' has given '/u/Fluffy_B0Y3' lambda! +[2020-09-08 08:00:13,083] /u/Fluffy_B0Y3 had their flair updated +[2020-09-08 08:00:26,827] '/u/Armack_is_wack' has given '/u/ESK8Store' lambda! +[2020-09-08 08:00:29,095] /u/ESK8Store had their flair updated +[2020-09-08 08:20:11,324] '/u/Smint277' has given '/u/Puzzleheaded_Cap_869' lambda! +[2020-09-08 08:20:13,694] /u/Puzzleheaded_Cap_869 had their flair updated +[2020-09-08 08:25:11,491] There has been a new submission: 'Divi Theme and Plugins With Free API Key For Lifetime Updates With Proof...', with flair 'Thumbnail Review' +[2020-09-08 08:25:12,912] /u/Technovicky had their submission removed for insufficient lambda. +[2020-09-08 08:25:14,632] /u/Technovicky had their flair updated +[2020-09-08 08:34:04,862] There has been a new submission: 'Editor/Writer for Hire! (Video/Photo editor, and Script Writer for Budget Creators)', with flair 'Discussion' +[2020-09-08 08:34:07,684] /u/Kibo_Sensei_ had their flair updated +[2020-09-08 08:47:56,103] +#################### +[Sep 08 2020 08:47:56] RESTARTED +#################### + +[2020-09-08 09:10:58,001] '/u/danifernt' has given '/u/MrMoo-Youtube' lambda! +[2020-09-08 09:11:00,772] /u/MrMoo-Youtube had their flair updated +[2020-09-08 09:11:34,088] There has been a new submission: 'How to promote your content correctly with effect?', with flair 'Discussion' +[2020-09-08 09:11:37,081] /u/DoctorFatPuppyGames had their flair updated +[2020-09-08 09:17:23,083] There has been a new submission: 'What is different about this video? It received nearly 20 000 watch minutes in a week. But I'm not sure why is it doing so much better than my other similar videos.', with flair 'Video Critique' +[2020-09-08 09:17:24,112] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 09:17:24,151] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 09:17:24,891] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=D1adxE7Pbpk&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 09:17:25,220] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCpU-ADs2a_eQYRUO0lg0Hag&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 09:17:27,411] /u/SainRainbowtwigs had their flair updated +[2020-09-08 09:34:00,477] There has been a new submission: 'I just started YouTube fairly recently. I was wondering if I could get feedback on what I could work on with my videos! Thank you!', with flair 'Gaming' +[2020-09-08 09:34:01,952] /u/Czdizzle had their submission removed for insufficient lambda. +[2020-09-08 09:34:03,914] /u/Czdizzle had their flair updated +[2020-09-08 09:34:43,262] There has been a new submission: 'New Erangel 2.0 Update is Out in PUBG Mobile! Teaser and game start-up trailer looks AMAZING! | My Short Video on YouTube | Journey Through PUBG', with flair 'Gaming' +[2020-09-08 09:34:44,899] /u/jtpubg had their submission removed for insufficient lambda. +[2020-09-08 09:34:46,625] /u/jtpubg had their flair updated +[2020-09-08 09:35:12,320] There has been a new submission: 'Does anyone have tips/tricks to boost YouTube channel fast?', with flair 'Channel Review' +[2020-09-08 09:35:13,501] /u/wildandawlinio had their submission removed for insufficient lambda. +[2020-09-08 09:35:15,093] /u/wildandawlinio had their flair updated +[2020-09-08 10:00:37,990] '/u/SainRainbowtwigs' has given '/u/shwoople' lambda! +[2020-09-08 10:00:40,247] /u/shwoople had their flair updated +[2020-09-08 10:47:20,314] There has been a new submission: 'WE HAVE CROSSED 1000 SUBSCRIBERS', with flair 'Channel Review' +[2020-09-08 10:47:21,418] /u/vbhardwaj350 had their submission removed for insufficient lambda. +[2020-09-08 10:47:22,694] /u/vbhardwaj350 had their flair updated +[2020-09-08 10:47:55,577] +#################### +[Sep 08 2020 10:47:55] RESTARTED +#################### + +[2020-09-08 11:11:13,924] There has been a new submission: 'REDMI EARBUDS S FOR PUBG MOBILE / GAMING MOOD / LATENCY TEST / 2020', with flair 'Channel Review' +[2020-09-08 11:11:15,808] /u/DeVil_1161 had their submission removed for insufficient lambda. +[2020-09-08 11:11:17,979] /u/DeVil_1161 had their flair updated +[2020-09-08 11:11:38,489] There has been a new submission: 'Looking for a Video Making and Streaming Crew!', with flair 'Collab' +[2020-09-08 11:11:40,906] /u/Doctor__Zombie had their flair updated +[2020-09-08 11:12:06,622] /u/AppallOh had their flair updated +[2020-09-08 11:12:56,465] '/u/SainRainbowtwigs' has given '/u/Dumbify' lambda! +[2020-09-08 11:12:58,924] /u/Dumbify had their flair updated +[2020-09-08 11:13:45,937] There has been a new submission: 'First steps in video editing (cinematic/comedy) and quite happy with the result :) nothing all to fancy, but surely tons of possible improvement! Feedback always welcomed! I was going for the DC/Comic Vibe.', with flair 'Video Critique' +[2020-09-08 11:13:47,368] /u/Deadinzoid had their submission removed for insufficient lambda. +[2020-09-08 11:13:49,174] /u/Deadinzoid had their flair updated +[2020-09-08 11:15:10,776] There has been a new submission: 'PROMOTING YOUR VIDEOS!!', with flair 'Discussion' +[2020-09-08 11:15:12,365] /u/Abbydelirious had their flair updated +[2020-09-08 11:18:28,227] '/u/RsTGEKO' has given '/u/Dumbify' lambda! +[2020-09-08 11:18:30,319] /u/Dumbify had their flair updated +[2020-09-08 11:19:46,646] There has been a new submission: 'NSFW! Every Single Death In Fargo Season 2 (All 72 Deaths)', with flair 'Video Critique' +[2020-09-08 11:19:48,325] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 11:19:48,328] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 11:19:49,513] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=foDPIyshQlY&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 11:19:49,963] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCx8sxlVxAYG6TFu5H0IOjSQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 11:19:51,522] /u/BillyGoatLazarus had their flair updated +[2020-09-08 11:23:44,732] There has been a new submission: 'I'm so bad at jump force', with flair 'Gaming' +[2020-09-08 11:23:46,245] /u/Nonlikeshawn had their submission removed for insufficient lambda. +[2020-09-08 11:23:48,174] /u/Nonlikeshawn had their flair updated +[2020-09-08 11:42:24,750] There has been a new submission: 'A really funny video about Cursed Comments on the internet', with flair 'None' +[2020-09-08 11:42:26,228] /u/Zealousideal-Hawk264 had their submission removed for insufficient lambda. +[2020-09-08 11:42:28,484] /u/Zealousideal-Hawk264 had their flair updated +[2020-09-08 11:49:57,923] There has been a new submission: 'How to make a WORKING FLAK BASE in minecraft , a short tutorial', with flair 'Gaming' +[2020-09-08 11:49:58,700] /u/SavageVegeta had their submission removed for insufficient lambda. +[2020-09-08 11:49:59,112] /u/SavageVegeta had their flair updated +[2020-09-08 12:07:24,821] There has been a new submission: 'Super cute devonrex kitten channel', with flair 'Channel Review' +[2020-09-08 12:07:26,127] /u/pumaz99 had their submission removed for insufficient lambda. +[2020-09-08 12:07:27,439] /u/pumaz99 had their flair updated +[2020-09-08 12:08:48,808] '/u/SAMBO7777' has given '/u/twinstry625' lambda! +[2020-09-08 12:08:50,982] /u/twinstry625 had their flair updated +[2020-09-08 12:09:25,903] '/u/SAMBO7777' has given '/u/ESK8Store' lambda! +[2020-09-08 12:09:27,706] /u/ESK8Store had their flair updated +[2020-09-08 12:10:44,385] '/u/SAMBO7777' has given '/u/Fluffy_B0Y3' lambda! +[2020-09-08 12:10:46,926] /u/Fluffy_B0Y3 had their flair updated +[2020-09-08 12:11:19,674] '/u/SAMBO7777' has given '/u/wv-pet-project' lambda! +[2020-09-08 12:11:21,925] /u/wv-pet-project had their flair updated +[2020-09-08 12:11:37,036] There has been a new submission: 'Hey I would love if you guys check out my channel and tell me what I’m missing, I feel like it’s the thumbnail but let me know', with flair 'Channel Review' +[2020-09-08 12:11:38,896] /u/Univerl had their submission removed for insufficient lambda. +[2020-09-08 12:11:41,071] /u/Univerl had their flair updated +[2020-09-08 12:12:46,164] There has been a new submission: 'Hey I would love if you guys check out my channel and tell me what I’m missing, I feel like it’s the thumbnail but let me know', with flair 'Channel Review' +[2020-09-08 12:12:47,907] /u/Univerl had their submission removed for insufficient lambda. +[2020-09-08 12:12:49,876] /u/Univerl had their flair updated +[2020-09-08 12:13:21,073] There has been a new submission: '👏Hitting CRAZY Shots First VALORANT Game', with flair 'Gaming' +[2020-09-08 12:13:22,510] /u/Youtube_SpyBanter had their submission removed for insufficient lambda. +[2020-09-08 12:13:24,406] /u/Youtube_SpyBanter had their flair updated +[2020-09-08 12:18:23,881] '/u/SainRainbowtwigs' has given '/u/InsertCoffee35' lambda! +[2020-09-08 12:18:26,299] /u/InsertCoffee35 had their flair updated +[2020-09-08 12:31:40,099] There has been a new submission: 'Among Us but it’s our first time', with flair 'Gaming' +[2020-09-08 12:31:42,051] /u/gujosh had their submission removed for insufficient lambda. +[2020-09-08 12:31:44,253] /u/gujosh had their flair updated +[2020-09-08 12:36:41,674] There has been a new submission: 'Fall Guys Review - InsertCoffee (would appreciate some feedback!)', with flair 'Video Critique' +[2020-09-08 12:36:42,702] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 12:36:42,703] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 12:36:43,643] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=gGz6bscD7FI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 12:36:44,054] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCsb8gj6MB_V1rFwtgvPIiKw&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 12:36:46,478] /u/InsertCoffee35 had their flair updated +[2020-09-08 12:47:51,786] There has been a new submission: 'Do "__ Has subscribed to you on YouTube" notifications end?', with flair 'Discussion' +[2020-09-08 12:47:53,208] /u/ScottyAmen had their flair updated +[2020-09-08 12:47:56,073] +#################### +[Sep 08 2020 12:47:56] RESTARTED +#################### + +[2020-09-08 13:18:07,615] There has been a new submission: 'I love this cover😍', with flair 'Channel Review' +[2020-09-08 13:18:08,802] /u/exactentity had their submission removed for insufficient lambda. +[2020-09-08 13:18:09,907] /u/exactentity had their flair updated +[2020-09-08 13:18:26,972] There has been a new submission: 'I'm the YouTuber with over 350M impressions and over 3M hours of watch time. Last week I answered some of you guys' questions here. I decided to make a new channel all about real YouTube advice and turn it into a weekly series.', with flair 'Video Critique' +[2020-09-08 13:18:28,738] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 13:18:28,740] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 13:18:29,721] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=ZCqx9I1stVo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 13:18:30,172] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCJklr87O7G5m8ajlbzVqsXQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 13:18:31,850] /u/kingury7 had their flair updated +[2020-09-08 13:20:18,006] '/u/InsertCoffee35' has given '/u/inspectorwho7' lambda! +[2020-09-08 13:20:20,363] /u/inspectorwho7 had their flair updated +[2020-09-08 13:21:10,987] '/u/InsertCoffee35' has given '/u/KeepItHazy' lambda! +[2020-09-08 13:21:13,771] /u/KeepItHazy had their flair updated +[2020-09-08 13:23:02,523] '/u/SainRainbowtwigs' has given '/u/YappyHead' lambda! +[2020-09-08 13:23:04,941] /u/YappyHead had their flair updated +[2020-09-08 13:24:06,217] There has been a new submission: 'Pls give me some honest feedback', with flair 'Channel Review' +[2020-09-08 13:24:07,812] /u/Unique_Examination_1 had their submission removed for insufficient lambda. +[2020-09-08 13:24:09,453] /u/Unique_Examination_1 had their flair updated +[2020-09-08 13:24:27,986] There has been a new submission: 'Control Part 1: Federal Bureau of Control [Blind Playthrough]', with flair 'Gaming' +[2020-09-08 13:24:28,022] Retrying due to ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')),) status: GET https://oauth.reddit.com/r/SmallYTChannel/about/moderators/ +[2020-09-08 13:24:31,337] /u/GrumpBotOfficial had their submission removed for insufficient lambda. +[2020-09-08 13:24:33,016] /u/GrumpBotOfficial had their flair updated +[2020-09-08 13:31:56,530] '/u/InsertCoffee35' has given '/u/jtpubg' lambda! +[2020-09-08 13:31:59,002] /u/jtpubg had their flair updated +[2020-09-08 13:35:01,418] '/u/InsertCoffee35' has given '/u/lasikuuri96' lambda! +[2020-09-08 13:35:04,095] /u/lasikuuri96 had their flair updated +[2020-09-08 13:37:46,041] There has been a new submission: 'MARVELS AVENGERS Walkthrough Gameplay Part 8 - Bruce Banner (Full Game)', with flair 'Gaming' +[2020-09-08 13:37:47,066] /u/CecliusPlaysHD had their submission removed for insufficient lambda. +[2020-09-08 13:37:48,174] /u/CecliusPlaysHD had their flair updated +[2020-09-08 13:38:10,659] There has been a new submission: '[Minecraft] I have recently made a video which ranks high in search but it isnt a title that is usually searched for. So i tried to get it into suggested video by using the same metadata as another video but i dont think it worked as i barely got any views.', with flair 'Gaming' +[2020-09-08 13:38:12,790] /u/YappyHead had their flair updated +[2020-09-08 13:42:38,278] There has been a new submission: 'Smash Ultimate has a feature that lets you train up NFC figures called amiibo and turn them into monstrously powerful threats. This is my second amiibo trained to date and I’d love to hear some feedback! I’d especially like some opinions on my thumbnail since I’m trying out a new style!', with flair 'Video Critique' +[2020-09-08 13:42:39,262] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 13:42:39,386] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 13:42:40,206] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=2zdi7DE7ATI&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 13:42:40,455] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCqk-fFXEvT-1BrwP4VPx5rQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 13:42:43,530] /u/Jayotic44 had their flair updated +[2020-09-08 13:56:56,819] There has been a new submission: 'Hopefully this sub like my stuff', with flair 'Gaming' +[2020-09-08 13:56:57,964] /u/ANIME_GURLS_ROCK had their submission removed for insufficient lambda. +[2020-09-08 13:56:59,320] /u/ANIME_GURLS_ROCK had their flair updated +[2020-09-08 14:13:41,478] '/u/InsertCoffee35' has given '/u/ItsKingDino' lambda! +[2020-09-08 14:13:43,314] /u/ItsKingDino had their flair updated +[2020-09-08 14:15:11,583] '/u/ameixarocha' has given '/u/Bebby_Tuna' lambda! +[2020-09-08 14:15:13,398] /u/Bebby_Tuna had their flair updated +[2020-09-08 14:22:29,330] '/u/InsertCoffee35' has given '/u/Fluffy_B0Y3' lambda! +[2020-09-08 14:22:31,908] /u/Fluffy_B0Y3 had their flair updated +[2020-09-08 14:26:02,474] There has been a new submission: 'Twitch Lady...', with flair 'Vlog' +[2020-09-08 14:26:03,743] /u/catapooh had their submission removed for insufficient lambda. +[2020-09-08 14:26:05,220] /u/catapooh had their flair updated +[2020-09-08 14:26:38,819] '/u/LastCryForHelp' has given '/u/thefamousap' lambda! +[2020-09-08 14:26:40,667] /u/thefamousap had their flair updated +[2020-09-08 14:26:56,993] '/u/InsertCoffee35' has given '/u/SephNerd' lambda! +[2020-09-08 14:26:58,633] /u/SephNerd had their flair updated +[2020-09-08 14:27:24,956] '/u/LastCryForHelp' has given '/u/Orbis_Studio' lambda! +[2020-09-08 14:27:26,769] /u/Orbis_Studio had their flair updated +[2020-09-08 14:29:20,498] '/u/InsertCoffee35' has given '/u/IMX4K' lambda! +[2020-09-08 14:29:21,420] /u/IMX4K had their flair updated +[2020-09-08 14:30:36,450] There has been a new submission: 'Rainbow Six Siege | *LEAKED TACHANKA SKIN , MVP ANIMATION*', with flair 'Gaming' +[2020-09-08 14:30:38,506] /u/Olen360 had their submission removed for insufficient lambda. +[2020-09-08 14:30:40,785] /u/Olen360 had their flair updated +[2020-09-08 14:32:33,477] There has been a new submission: 'Nightmare On Kermit Street', with flair 'Gaming' +[2020-09-08 14:32:35,330] /u/Krutchgaming_youtube had their submission removed for insufficient lambda. +[2020-09-08 14:32:37,456] /u/Krutchgaming_youtube had their flair updated +[2020-09-08 14:35:09,020] '/u/InsertCoffee35' has given '/u/TARAN_UZUMAKI' lambda! +[2020-09-08 14:35:10,718] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 14:40:37,039] There has been a new submission: 'Subscription boost experiment from 0 to 1k sub within 2 weeks', with flair 'Channel Review' +[2020-09-08 14:40:38,841] /u/kalexmat had their submission removed for insufficient lambda. +[2020-09-08 14:40:41,144] /u/kalexmat had their flair updated +[2020-09-08 14:41:30,026] '/u/IMX4K' has given '/u/TARAN_UZUMAKI' lambda! +[2020-09-08 14:41:32,897] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 14:47:56,653] +#################### +[Sep 08 2020 14:47:56] RESTARTED +#################### + +[2020-09-08 15:26:26,949] There has been a new submission: 'My Fall Guys Funny Rage Moments #1', with flair 'Video Critique' +[2020-09-08 15:26:28,264] /u/JRohx had their submission removed for insufficient lambda. +[2020-09-08 15:26:29,373] /u/JRohx had their flair updated +[2020-09-08 15:28:04,443] There has been a new submission: 'ZTV: Dragula With The Boom - notes on format / content and what next welcome, please and thanks!', with flair 'Video Critique' +[2020-09-08 15:28:06,650] file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect + from google.appengine.api import memcache +ModuleNotFoundError: No module named 'google.appengine' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module> + from oauth2client.contrib.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> + from oauth2client.locked_file import LockedFile +ModuleNotFoundError: No module named 'oauth2client' + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect + from . import file_cache + File "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> + 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth') +ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth +[2020-09-08 15:28:06,651] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE +[2020-09-08 15:28:07,836] URL being requested: GET https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&id=zUZQ7F3HCvo&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 15:28:08,167] URL being requested: GET https://www.googleapis.com/youtube/v3/channels?part=snippet%2Cstatistics&id=UCgAt5LIlxsiYYYxTVY8t_yQ&key=AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE&alt=json +[2020-09-08 15:28:10,419] /u/Gran-Noche-Captain had their flair updated +[2020-09-08 15:28:27,132] There has been a new submission: 'This is my first video. I’d love any feedback, so I can improve for next time.', with flair 'Video Critique' +[2020-09-08 15:28:28,158] /u/Hankth3tank- had their submission removed for insufficient lambda. +[2020-09-08 15:28:28,858] /u/Hankth3tank- had their flair updated +[2020-09-08 15:28:45,641] There has been a new submission: 'My video just got stolen on TikTok', with flair 'Discussion' +[2020-09-08 15:28:47,732] /u/ECXL had their flair updated +[2020-09-08 15:29:04,181] There has been a new submission: 'Channel', with flair 'Video Critique' +[2020-09-08 15:29:06,353] /u/Fluffy_B0Y3 had their flair updated +[2020-09-08 15:30:38,084] There has been a new submission: 'Dealing with Dislikes', with flair 'Discussion' +[2020-09-08 15:30:41,162] /u/MetaBreaker25 had their flair updated +[2020-09-08 15:31:00,737] There has been a new submission: 'PUBG PS4 LIVE || PUBG Gameplay Like Never Before!! PUBG Funkey', with flair 'Gaming' +[2020-09-08 15:31:02,540] /u/FawadA_ had their submission removed for insufficient lambda. +[2020-09-08 15:31:05,448] /u/FawadA_ had their flair updated +[2020-09-08 15:31:43,447] '/u/Davidplaysgames' has given '/u/InsertCoffee35' lambda! +[2020-09-08 15:31:45,864] /u/InsertCoffee35 had their flair updated +[2020-09-08 15:32:51,162] '/u/Davidplaysgames' has given '/u/WordHistorian' lambda! +[2020-09-08 15:32:53,747] /u/WordHistorian had their flair updated +[2020-09-08 15:33:12,793] There has been a new submission: 'Apple benefits in our life they explained very well', with flair 'Channel Review' +[2020-09-08 15:33:14,225] /u/bilalshaikh1310 had their submission removed for insufficient lambda. +[2020-09-08 15:33:16,073] /u/bilalshaikh1310 had their flair updated +[2020-09-08 15:33:34,559] There has been a new submission: 'Made A Discord Server Dedicated To Help And Support Small YouTubers, Please Message Or Reply If You Are Interested It's like a help and support chain I made called "icemen"', with flair 'Collab' +[2020-09-08 15:33:37,427] /u/BillyGoatLazarus had their flair updated +[2020-09-08 15:33:59,132] '/u/Davidplaysgames' has given '/u/TARAN_UZUMAKI' lambda! +[2020-09-08 15:34:01,547] /u/TARAN_UZUMAKI had their flair updated +[2020-09-08 15:35:11,391] '/u/Davidplaysgames' has given '/u/KeepItHazy' lambda! +[2020-09-08 15:35:12,820] /u/KeepItHazy had their flair updated +941 [2020-09-09 23:32:45,856] ####################[Sep 09 2020 23:32:45] RESTARTED#################### +941 [2020-09-09 23:36:38,569] {ERROR} +941 [2020-09-09 23:36:39,074] {ERROR} +941 [2020-09-09 23:36:39,538] {ERROR} +941 [2020-09-09 23:36:39,717] {ERROR} +941 [2020-09-09 23:36:39,872] {ERROR} +941 [2020-09-09 23:36:40,057] {ERROR} +941 [2020-09-09 23:36:40,192] {ERROR} +941 [2020-09-09 23:36:40,345] {ERROR} +941 [2020-09-09 23:36:40,485] {ERROR} +941 [2020-09-09 23:36:40,984] {ERROR} diff --git a/database.py b/database.py index cbd3308..2491c08 100755 --- a/database.py +++ b/database.py @@ -1,34 +1,173 @@ +import pymysql import sqlite3 +import subprocess +import subreddit +import time +import datetime +import logging +import re class Database: - def __init__(self): - self.connection = sqlite3.connect("SmallYTChannelDatabase.db") - self.cursor = self.connection.cursor() + def __enter__(self): + self.__connection = pymysql.connect( + **subreddit.CONFIG["mysql"], + charset = "utf8mb4", + # cursorclass = pymysql.cursors.DictCursor + ) + return self + + def __exit__(self, type, value, traceback): + self.__connection.close() + + def migrate(self, sqlitefile): + """Function for converting data from an SQLite3 database to + MySQL. Will only be called once ever probably. First the data is + converted using migrate() global function. + + Args: + sqlitefile (str): Path to the SQLite3 file + """ + conn = sqlite3.connect(sqlitefile) + cur = conn.cursor() + cur.execute("SELECT * FROM blacklist;") + blacklist = [i[1] for i in cur.fetchall()] + cur.close() + conn.close() + print("Got blacklist ids...") + + with self.__connection.cursor() as cursor: + cursor.execute("DELETE FROM blacklist;") + cursor.execute(""" + ALTER TABLE blacklist CHANGE blacklistID blacklistID int(11) AUTO_INCREMENT; + """) + cursor.execute(""" + ALTER TABLE lambdas CHANGE lambdaID lambdaID int(11) AUTO_INCREMENT; + """) + cursor.execute(""" + ALTER TABLE lambdas DROP FOREIGN KEY lambdas_FK_0_0; + """) + cursor.execute(""" + ALTER TABLE users CHANGE userID userID int(11) AUTO_INCREMENT; + """) + cursor.execute(""" + ALTER TABLE lambdas ADD FOREIGN KEY (userID) REFERENCES users(userID); + """) + cursor.execute(""" + ALTER TABLE stats CHANGE statID statID int(11) AUTO_INCREMENT; + """) + print("Finished altering tables...") + + #still cant get executemany to work :/ + # cursor.executemany("INSERT INTO blacklist (prawID) VALUES (%s);", (blacklist, )) + for prawID in blacklist: + cursor.execute("INSERT INTO blacklist (prawID) VALUES (%s);", (prawID, )) + print("Finised adding blacklist ids...") + + cursor.execute(""" + CREATE TABLE IF NOT EXISTS log ( + log_id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, + pid INT UNSIGNED NULL, + datetime_ DATETIME NOT NULL, + category VARCHAR(10) NOT NULL DEFAULT 'INFO', + data_ VARCHAR(500) NOT NULL, + reddit_id VARCHAR(120) NULL + );""") + print("Added logging table...") + + with open("actions.log", "r") as f: + for line in f: + self.append_log(line, commit = False) + print("Done.") + + self.__connection.commit() + + def append_log(self, line, permalink = None, commit = True): + """Function for adding a log file line to the database. Switched to + use the database for logging at the same time as switched to MySQL. + + Args: + line (str): a line of a log + permalink (str, optional): a url about which the log line converns. Defaults to None. + commit (bool, optional): autocommit. Defaults to True. + """ + def get_date(stri): + # strip microseconds + stri = stri.split(",")[0] + try: + return datetime.datetime.strptime(stri, "%Y-%m-%d %H:%M:%S") + except ValueError: + return datetime.datetime.strptime(stri, "%b %d %Y %H:%M:%S") + + addFlag = False + s = line.split("\t") + if len(s) == 3: + pid = int(s[0]) + date = get_date(s[1][1:-1]) + misc = s[2].rstrip() + addFlag = True + + elif len(s) == 1: + s = s[0].rstrip() + result = re.search("\[(.*)\]", s) + if result is not None: + pid = None + date = get_date(result.group(1)) + misc = s.replace("[%s]" % result.group(1), "") + addFlag = True + + if addFlag: + if re.search(r"{ERROR", misc) is not None: + category = "ERROR" + else: + category = "INFO" + + with self.__connection.cursor() as cursor: + cursor.execute(""" + INSERT INTO log (pid, datetime_, category, data_, reddit_id) VALUES ( + %s, %s, %s, %s, %s + );""", (pid, date, category, misc, permalink)) + + if commit: + self.__connection.commit() def change_lambda(self, user, changeby): + with self.__connection.cursor() as cursor: #this will make it go negative. You must check this operation is allowed. - self.cursor.execute("UPDATE users SET lambda = ((SELECT lambda FROM users WHERE user_name = ?) + ?) WHERE user_name = ?;", (user, changeby, user)) - self.connection.commit() + cursor.execute(""" + UPDATE users SET lambda = ( + (SELECT lambda FROM users WHERE user_name = %s) + %s + ) WHERE user_name = %s; + """, (user, changeby, user)) + + self.__connection.commit() - def give_lambda(self, user, link, timestamp = None, op = None): + def give_lambda(self, user, link, timestamp = int(time.time()), op = None): def give(user, link = None): - #check if the user has an entry in the database - self.cursor.execute("SELECT userID FROM users WHERE user_name = ?;", (user, )) - try: - id_ = self.cursor.fetchone()[0] - except TypeError: - #the user isn't in the database - self.cursor.execute("INSERT INTO users (user_name, lambda) VALUES (?, 1);", (user, )) - self.connection.commit() - if link is not None: - self.cursor.execute("INSERT INTO lambdas (userID, permalink, created) VALUES ((SELECT userID FROM users WHERE user_name = ?), ?, ?);", (user, link, timestamp)) - else: - #update their lambda and add to lambdas - self.change_lambda(user, 1) - if link is not None: - self.cursor.execute("INSERT INTO lambdas (userID, permalink, created) VALUES (?, ?, ?);", (id_, link, timestamp)) + with self.__connection.cursor() as cursor: + #check if the user has an entry in the database + cursor.execute("SELECT userID FROM users WHERE user_name = %s;", (user, )) + try: + id_ = cursor.fetchone()[0] + except TypeError: + #the user isn't in the database + cursor.execute(""" + INSERT INTO users (user_name, lambda) VALUES (%s, 1); + """, (user, )) + if link is not None: + cursor.execute(""" + INSERT INTO lambdas (userID, permalink, created) VALUES (( + SELECT userID FROM users WHERE user_name = %s + ), %s, %s); + """, (user, link, timestamp)) + else: + #update their lambda and add to lambdas + self.change_lambda(user, 1) + if link is not None: + cursor.execute(""" + INSERT INTO lambdas (userID, permalink, created) VALUES (%s, %s, %s); + """, (id_, link, timestamp)) - self.connection.commit() + self.__connection.commit() #give one lambda to both the user and the OP give(user, link) @@ -36,79 +175,114 @@ class Database: give(op) def get_lambda(self, user): - self.cursor.execute("SELECT lambda FROM users WHERE user_name = ?", (user, )) - try: - lambda_ = self.cursor.fetchone()[0] - except TypeError: - #the user isn't in the database, and therefore has no lambda - return 0, [] - else: - self.cursor.execute("SELECT permalink FROM lambdas WHERE userID = (SELECT userID FROM users WHERE user_name = ?);", (user, )) - links = [i[0] for i in self.cursor.fetchall()] - - return lambda_, links + with self.__connection.cursor() as cursor: + cursor.execute("SELECT lambda FROM users WHERE user_name = %s", (user, )) + try: + lambda_ = cursor.fetchone()[0] + except TypeError: + #the user isn't in the database, and therefore has no lambda + return 0, [] + else: + cursor.execute("SELECT permalink FROM lambdas WHERE userID = (SELECT userID FROM users WHERE user_name = %s);", (user, )) + links = [i[0] for i in cursor.fetchall()] + + return lambda_, links def link_in_db(self, link): - self.cursor.execute("SELECT permalink FROM lambdas;") - try: - links = [i[0] for i in self.cursor.fetchall()] - except TypeError: - links = [] + with self.__connection.cursor() as cursor: + cursor.execute("SELECT permalink FROM lambdas WHERE permalink = %s;", (link, )) + try: + links = [i[0] for i in cursor.fetchall()] + except TypeError: + links = [] - return link in links + return link in links def add_to_blacklist(self, id): - self.cursor.execute("INSERT INTO blacklist (prawID) VALUES (?);", (id, )) - self.connection.commit() + with self.__connection.cursor() as cursor: + cursor.execute("INSERT INTO blacklist (prawID) VALUES (%s);", (id, )) + self.__connection.commit() def id_in_blacklist(self, id): - self.cursor.execute("SELECT prawID FROM blacklist;") - try: - ids = [i[0] for i in self.cursor.fetchall()] - except TypeError: - ids = [] + with self.__connection.cursor() as cursor: + cursor.execute("SELECT prawID FROM blacklist WHERE prawID = %s;", (id, )) + try: + ids = [i[0] for i in cursor.fetchall()] + except TypeError: + ids = [] - return id in ids + return id in ids def get_scores(self): - self.cursor.execute("SELECT users.user_name, users.lambda, COUNT(users.user_name) FROM lambdas INNER JOIN users ON users.userID = lambdas.userID GROUP BY users.user_name;") - return self.cursor.fetchall() + with self.__connection.cursor() as cursor: + cursor.execute(""" + SELECT users.user_name, users.lambda, COUNT(users.user_name) + FROM lambdas INNER JOIN users ON users.userID = lambdas.userID + GROUP BY users.user_name; + """) + return cursor.fetchall() def update_stats(self): - query = """INSERT INTO stats (lambdaCount, helpGiven, uniqueUsers, date) VALUES ( - (SELECT SUM(lambda) FROM users), - (SELECT COUNT(lambdaID) FROM lambdas), - (SELECT COUNT(user_name) FROM users), - (SELECT strftime('%Y-%m-%d')));""" - - self.cursor.execute(query) - self.connection.commit() + with self.__connection.cursor() as cursor: + cursor.execute(""" + INSERT INTO stats (lambdaCount, helpGiven, uniqueUsers, date) VALUES ( + (SELECT SUM(lambda) FROM users), + (SELECT COUNT(lambdaID) FROM lambdas), + (SELECT COUNT(user_name) FROM users), + (SELECT DATE_FORMAT(NOW(), "%Y-%m-%d"))); + """) + self.__connection.commit() def get_stats(self): - self.cursor.execute("SELECT * FROM stats;") - return self.cursor.fetchall() + with self.__connection.cursor() as cursor: + cursor.execute("SELECT * FROM stats;") + return cursor.fetchall() def user_given_lambda(self, user, permalink): links = self.get_lambda(user)[1] return permalink in links or permalink.replace("https://www.reddit.com", "") in links def get_all_lambdas(self): - self.cursor.execute("SELECT lambdas.lambdaID, lambdas.permalink, users.user_name, lambdas.created FROM lambdas INNER JOIN users ON lambdas.userID = users.userID;") - return self.cursor.fetchall() + with self.__connection.cursor() as cursor: + cursor.execute(""" + SELECT lambdas.lambdaID, lambdas.permalink, users.user_name, lambdas.created + FROM lambdas INNER JOIN users ON lambdas.userID = users.userID; + """) + return cursor.fetchall() def add_date_to_permalink(self, permalink, date): - self.cursor.execute("UPDATE lambdas SET created = ? WHERE permalink = ?;", (date, permalink)) - self.connection.commit() + with self.__connection.cursor() as cursor: + cursor.execute("UPDATE lambdas SET created = %s WHERE permalink = %s;", (date, permalink)) + self.__connection.commit() def get_lambda_leaderboard(self): - self.cursor.execute(""" - SELECT users.user_name, COUNT(lambdas.userID) AS times_helped, users.lambda - FROM lambdas INNER JOIN users ON users.userID = lambdas.userID - WHERE created > (strftime('%s','now') - (60 * 60 * 24 * 30)) - GROUP BY lambdas.userID ORDER BY times_helped DESC LIMIT 10; - """) - return self.cursor.fetchall() + with self.__connection.cursor() as cursor: + cursor.execute(""" + SELECT users.user_name, COUNT(lambdas.userID) AS times_helped, users.lambda + FROM lambdas INNER JOIN users ON users.userID = lambdas.userID + WHERE created > (UNIX_TIMESTAMP() - (60 * 60 * 24 * 30)) + GROUP BY lambdas.userID ORDER BY times_helped DESC LIMIT 10; + """) + return cursor.fetchall() + +def migrate(sqlitefile): + subprocess.run([ + "sqlite3mysql", + "-f", sqlitefile, + "-h", subreddit.CONFIG["mysql"]["host"], + "-d", subreddit.CONFIG["mysql"]["database"], + "-u", subreddit.CONFIG["mysql"]["user"], + "-p", subreddit.CONFIG["mysql"]["passwd"] + ]) + print("Converted table...") + + with Database() as db: + db.migrate(sqlitefile) if __name__ == "__main__": - import subreddit - print(subreddit.every_day())
\ No newline at end of file + migrate("SmallYTChannelDatabase.db") + # with Database() as db: + # #db.give_lambda("floofleberries", "https://www.reddit.com/r/SmallYTChannel/comments/ho5b5p/new_video_advice_would_help_but_even_just_a_watch/") + # print(db.id_in_blacklist("hyy6v0")) + + diff --git a/exampleconfig.json b/exampleconfig.json index 82649dc..3a8879c 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -1,20 +1,20 @@ { "redditapi": { - "client_id": "xxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", - "user_agent": "xxxxxxxxxxxxxxx", - "username": "xxxxxxxxxxxxxxx", - "password": "xxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxx", + "user_agent": "SmallYTChannelBot", + "username": "xxxxxxxxxxxxxxxxx", + "password": "xxxxxxxxxxxxxxxxxxxxx" }, "imgurapi": { - "client_id": "xxxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "youtubeapi": { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "subreddit": "jwnskanzkwktest", "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)", @@ -23,5 +23,13 @@ "Discussion", "Meta", "Collab" - ] -}
\ No newline at end of file + ], + "mysql": + { + "host": "localhost", + "port": 3306, + "user": "root", + "passwd": "xxxxxxxxxxxxxxxxx", + "database": "SmallYTChannel" + } +} @@ -1,34 +1,33 @@ # /u/SmallYTChannelBot Source Code -The source code for /u/SmallYTChannelBot. Currently refactoring is in progress. +The source code for /u/SmallYTChannelBot. This is a WIP branch that uses MySQL +instead of SQLite3 and is designed to work in a docker container. -# TODOs - -- [x] Automatically flair when [] is in submission title (done with AutoModerator) +# Docker -- [ ] Implement `!recheck` command to recheck already removed submissions +- Clone the repo -- [ ] Ignore bot commands when they're formatted as code (` ` or indentation) +- Edit the configuration file and rename -- [ ] Write a bot for the discord +- If applicable, download the newest SQLite3 database and run the migration script -- [ ] Implement a stream for edited comments +- Build the image: -- [x] Removed giving lambda in free posts +`sudo docker build -t smallytchannelbot:latest .` -- [x] Removed lambda for giving lambda +- Start the container: -- [x] Switched to using a JSON file for configuration, included template +`sudo docker run --name smallytchannelbot --net=host -d smallytchannelbot` -- [x] Refactored main code +# TODOs -- [x] Changed license from MIT to GPLv3 +- [ ] Implement `!recheck` command to recheck already removed submissions -- [x] Update flair when using the !takelambda command +- [ ] Ignore bot commands when they're formatted as code (` ` or indentation) -- [x] Reimplented the `!takelambda` command +- [ ] Write a bot for the discord -- [x] Change `!takelambda` to `!refundlambda` when negative +- [ ] Implement a stream for edited comments # About the database's structure diff --git a/requirements.txt b/requirements.txt index c74908d..7f1d56a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -matplotlib +# matplotlib google_api_python_client imgurpython js2py praw +sqlite3-to-mysql +pymysql @@ -9,7 +9,7 @@ while True: thread = multiprocessing.Process(target = thread_, args = ()) thread.start() - sleep(60 * 60 * 2) + sleep(60*60*2) print("closing...") file = open("pid.txt", "r") diff --git a/subreddit.py b/subreddit.py index 74bc2b8..c5c9265 100755 --- a/subreddit.py +++ b/subreddit.py @@ -1,10 +1,10 @@ from imgurpython import ImgurClient from operator import itemgetter -from database import Database +import database import datetime import logging import ytapi -import graph +# import graph import time import praw import json @@ -21,10 +21,8 @@ FREE_FLAIRS = CONFIG["free_flairs"] IMGUR = ImgurClient(**CONFIG["imgurapi"]) -db = Database() - logging.basicConfig( - format = "[%(asctime)s] %(message)s", + format = "%(process)s\t[%(asctime)s]\t%(message)s", level = logging.INFO, handlers=[ logging.FileHandler("actions.log"), @@ -32,12 +30,16 @@ logging.basicConfig( ]) def get_time(): - #this is not the correct way to do this but I don't care return time.strftime("%b %d %Y %H:%M:%S", time.gmtime()) -def display(message): +def display(message, concerning = None): logging.info(message) + #yes it'd be prettier to do this with a logging.Handler, but alas + #due to `concerning` it'd be more complicated than doing it like this + with database.Database() as db: + db.append_log("%d\t[%s]\t%s" % (os.getpid(), get_time(), message), concerning) + def get_lambda_from_flair(s): result = re.search("\[(.*)\]", s) if result is not None and "λ" in result.group(1): @@ -71,7 +73,8 @@ def update_users_flair(username): if username in get_mods(): newflair = "[🏆 ∞λ] %s" % (flairtext) else: - actualscore = db.get_lambda(username)[0] + with database.Database() as db: + actualscore = db.get_lambda(username)[0] newflair = "[%s%iλ] %s" % (get_medal(actualscore), actualscore, flairtext) logging.info("/u/%s had their flair updated" % username) @@ -135,9 +138,10 @@ def upload_image(path, date): def every_day(): display("Starting every day program...") display("Updating database statistics...") - db.update_stats() - display("Posting and updating wiki...") - update_tables(db.get_scores(), db.get_stats()) + with database.Database() as db: + db.update_stats() + display("Posting and updating wiki...") + update_tables(db.get_scores(), db.get_stats()) display("Formatting leaderboard...") leaderboard = format_monthly_leaderboard() display("Updating sidebar...") @@ -154,7 +158,8 @@ def every_day(): def handle_mylambda(comment): author = str(comment.author) - λ, links = db.get_lambda(author) + with database.Database() as db: + λ, links = db.get_lambda(author) if author in get_mods(): text = "/u/%s is a moderator, and therefore has ∞λ." % author else: @@ -179,30 +184,31 @@ def handle_givelambda(comment): submission = comment.submission parentauthour = str(comment.parent().author) op = str(comment.author) - if op == parentauthour: - text = "You cannot give yourself λ." - elif parentauthour == "SmallYTChannelBot": - text = "Please only give lambda to humans." - elif str(comment.author) in get_mods(): - text = "The moderator /u/%s has given /u/%s 1λ. /u/%s now has %iλ." % (str(comment.author), parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1) - db.give_lambda(parentauthour, submission.permalink, timestamp = int(submission.created_utc)) - display(text) - elif submission.link_flair_text in FREE_FLAIRS: - text = "You cannot give lambda in free posts anymore." - elif op != str(submission.author): - text = "Only the OP can give λ." - elif db.user_given_lambda(parentauthour, str(submission.permalink)): - text = "You have already given /u/%s λ for this submission. Why not give λ to another user instead?" % parentauthour - else: - display("'/u/%s' has given '/u/%s' lambda!" % (op, parentauthour)) - text = "You have given /u/%s 1λ. /u/%s now has %iλ" % (parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1) + with database.Database() as db: + if op == parentauthour: + text = "You cannot give yourself λ." + elif parentauthour == "SmallYTChannelBot": + text = "Please only give lambda to humans." + elif str(comment.author) in get_mods(): + text = "The moderator /u/%s has given /u/%s 1λ. /u/%s now has %iλ." % (str(comment.author), parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1) + db.give_lambda(parentauthour, submission.permalink, timestamp = int(submission.created_utc)) + display(text, concerning=comment.permalink) + elif submission.link_flair_text in FREE_FLAIRS: + text = "You cannot give lambda in free posts anymore." + elif op != str(submission.author): + text = "Only the OP can give λ." + elif db.user_given_lambda(parentauthour, str(submission.permalink)): + text = "You have already given /u/%s λ for this submission. Why not give λ to another user instead?" % parentauthour + else: + display("'/u/%s' has given '/u/%s' lambda!" % (op, parentauthour), concerning=comment.permalink) + text = "You have given /u/%s 1λ. /u/%s now has %iλ" % (parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1) - #bonus lambda giving was removed - # if not db.link_in_db(submission.permalink) or not db.link_in_db(submission.permalink.replace("https://www.reddit.com", "")): - # db.give_lambda(parentauthour, submission.permalink, op) - # display("The OP received lambda too!") - # else: - db.give_lambda(parentauthour, submission.permalink, timestamp = int(submission.created_utc)) + #bonus lambda giving was removed + # if not db.link_in_db(submission.permalink) or not db.link_in_db(submission.permalink.replace("https://www.reddit.com", "")): + # db.give_lambda(parentauthour, submission.permalink, op) + # display("The OP received lambda too!") + # else: + db.give_lambda(parentauthour, submission.permalink, timestamp = int(submission.created_utc)) # update_users_flair_from_comment(comment) update_users_flair_from_comment(comment.parent()) @@ -215,11 +221,12 @@ def handle_takelambda(comment): toremove = int(splitted[2].replace("\\", "")) reason = " ".join(splitted[3:]) - text = "/u/%s has had %iλ taken away from them for the reason '%s'. /u/%s now has %iλ" % (user, toremove, reason, user, db.get_lambda(user)[0] - toremove) - db.change_lambda(user, -toremove) - display("A moderator removed %i lambda from /u/%s for the reason '%s'" % (toremove, user, reason)) + with database.Database() as db: + text = "/u/%s has had %iλ taken away from them for the reason '%s'. /u/%s now has %iλ" % (user, toremove, reason, user, db.get_lambda(user)[0] - toremove) + db.change_lambda(user, -toremove) + display("A moderator removed %i lambda from /u/%s for the reason '%s'" % (toremove, user, reason), concerning=comment.permalink) except Exception as e: - display("{ERROR while removing λ} %s" % e) + display("{ERROR while removing λ} %s" % e, concerning=comment.permalink) text = r"An error was encountered. Please use the syntax `!takelambda [user] [how much to remove {integer}] [reason]`" + "\n\nThe error was:\n\n" + str(e) update_users_flair(user) @@ -232,23 +239,25 @@ def handle_refundlambda(comment): toadd = int(splitted[2].replace("\\", "")) reason = " ".join(splitted[3:]) - text = "/u/%s has had %iλ refunded for the reason '%s'. /u/%s now has %iλ" % (user, toadd, reason, user, db.get_lambda(user)[0] + toadd) - db.change_lambda(user, toadd) - display("A moderator refunded %i lambda from /u/%s for the reason '%s'" % (toadd, user, reason)) + with database.Database() as db: + text = "/u/%s has had %iλ refunded for the reason '%s'. /u/%s now has %iλ" % (user, toadd, reason, user, db.get_lambda(user)[0] + toadd) + db.change_lambda(user, toadd) + display("A moderator refunded %i lambda from /u/%s for the reason '%s'" % (toadd, user, reason), concerning=comment.permalink) except Exception as e: - display("{ERROR while refunding λ} %s" % e) + display("{ERROR while refunding λ} %s" % e, concerning=comment.permalink) text = r"An error was encountered. Please use the syntax `!refundlambda [user] [how much to add {integer}] [reason]`" + "\n\nThe error was:\n\n" + str(e) update_users_flair(user) return text def handle_submission(submission): - score = db.get_lambda(str(submission.author))[0] + with database.Database() as db: + score = db.get_lambda(str(submission.author))[0] if submission.link_flair_text in FREE_FLAIRS: if "youtube.com" in str(submission.url) or "youtu.be" in str(submission.url): text = "Your post has been removed because it has the wrong flair. [Discussion], [Meta] and [Collab] flairs are only for text submissions." submission.mod.remove() - display("/u/%s had their submission removed for using the wrong flair." % submission.author) + display("/u/%s had their submission removed for using the wrong flair." % submission.author, concerning=submission.permalink) else: text = "Your post is a discussion, meta or collab post so it costs 0λ." else: @@ -256,12 +265,13 @@ def handle_submission(submission): text = """Thank you for submitting to /r/SmallYTChannel. Unfortunally, you submission has been removed since you do not have enough λ. You need 3λ to post. You currently have %iλ. For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % score submission.mod.remove() - display("/u/%s had their submission removed for insufficient lambda." % submission.author) + display("/u/%s had their submission removed for insufficient lambda." % submission.author, concerning=submission.permalink) else: text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ. /u/%s, please comment `!givelambda` to the most helpful advice you are given. For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % (score - 3, str(submission.author)) - db.change_lambda(str(submission.author), -3) + with database.Database() as db: + db.change_lambda(str(submission.author), -3) try: ytid = ytapi.get_videoId_from_url(submission.url) @@ -326,41 +336,45 @@ def main(): for comment in comment_stream: if comment is None: break - if not db.id_in_blacklist(comment.id): - db.add_to_blacklist(comment.id) - - response = None - if "!mylambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot": - response = handle_mylambda(comment) - - if "!givelambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot": - response = handle_givelambda(comment) - if comment.body.startswith("!takelambda") and str(comment.author) in get_mods(): - response = handle_takelambda(comment) + with database.Database() as db: + if not db.id_in_blacklist(comment.id): + db.add_to_blacklist(comment.id) + + response = None + if "!mylambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot": + response = handle_mylambda(comment) + + if "!givelambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot": + response = handle_givelambda(comment) - if comment.body.startswith("!refundlambda") and str(comment.author) in get_mods(): - response = handle_refundlambda(comment) + if comment.body.startswith("!takelambda") and str(comment.author) in get_mods(): + response = handle_takelambda(comment) - if response is not None: - reply = comment.reply(response + COMMENT_TAIL) - reply.mod.distinguish(sticky = False) + if comment.body.startswith("!refundlambda") and str(comment.author) in get_mods(): + response = handle_refundlambda(comment) + if response is not None: + reply = comment.reply(response + COMMENT_TAIL) + reply.mod.distinguish(sticky = False) + for submission in submission_stream: if submission is None: break - if not db.id_in_blacklist(submission.id): - db.add_to_blacklist(submission.id) - display("There has been a new submission: '%s', with flair '%s'" % (submission.title, submission.link_flair_text)) - - response = None - if str(submission.author) not in get_mods(): - response = handle_submission(submission) - reply = submission.reply(response + COMMENT_TAIL) - reply.mod.distinguish(sticky = True) - reply.mod.approve() - - except Exception as e: + + with database.Database() as db: + if not db.id_in_blacklist(submission.id): + db.add_to_blacklist(submission.id) + display("There has been a new submission: '%s', with flair '%s'" % (submission.title, submission.link_flair_text), concerning=submission.permalink) + + response = None + if str(submission.author) not in get_mods(): + response = handle_submission(submission) + reply = submission.reply(response + COMMENT_TAIL) + reply.mod.distinguish(sticky = True) + reply.mod.approve() + + except KeyboardInterrupt as e: display("{ERROR} %s" % e) continue @@ -373,27 +387,28 @@ def get_submission_times(permalink): def add_times_to_lambdas(): updated_permalinks = [] - for id_, permalink, user, created in db.get_all_lambdas(): - if created is None and permalink not in updated_permalinks: - db.add_date_to_permalink(permalink, get_submission_times(permalink)) - updated_permalinks.append(permalink) - logging.info("Added date for permalink %s" % permalink) + with database.Database() as db: + for id_, permalink, user, created in db.get_all_lambdas(): + if created is None and permalink not in updated_permalinks: + db.add_date_to_permalink(permalink, get_submission_times(permalink)) + updated_permalinks.append(permalink) + logging.info("Added date for permalink %s" % permalink) def format_monthly_leaderboard(): - leaderboard = db.get_lambda_leaderboard() - out = "**Username**|**Medal**|**Times Helped**|**Lambda**\n:-|:-|:-|:-\n" - for username, times_helped, λ in leaderboard: - out += "/u/%s|%1s|%s|%sλ\n" % (username, get_medal(λ)[:-1], times_helped, λ) - return out + "\nLast updated: %s" % get_time() + with database.Database() as db: + leaderboard = db.get_lambda_leaderboard() + out = "**Username**|**Medal**|**Times Helped**|**Lambda**\n:-|:-|:-|:-\n" + for username, times_helped, λ in leaderboard: + out += "/u/%s|%1s|%s|%sλ\n" % (username, get_medal(λ)[:-1], times_helped, λ) + return out + "\nLast updated: %s" % get_time() if __name__ == "__main__": - file = open("pid.txt", "w") - file.write(str(os.getpid())) - file.close() + with open("pid.txt", "w") as f: + f.write(str(os.getpid())) - display("\n####################\n[%s] RESTARTED\n####################\n" % get_time()) + display("####################[%s] RESTARTED####################" % get_time()) main() |